=== 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-0017 --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-0017",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-04/func/sub-0017_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>fae2afbfa82c8beda122928b1ab12322</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:27:25.920000</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.99882, 0.00766002, 0.0479641, -0.0101113, 0.998644, 0.0510745]</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_brain_imaging_center</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.100349</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>[4171, -7740, -7211, 526, 32, -121, 74, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>259.337</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bc9085d6-6ab7-4617-b08e-fed604cdbb03||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.679760217666626, -0.02712789550423622, 0.1282711774110794, 113.42369842529297], [-0.020551271736621857, 2.679287910461426, 0.1390477567911148, -94.98966217041016], [0.12868426740169525, -0.13702906668186188, 2.6933646202087402, -44.514503479003906], [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': ['132725.920000', '132726.380000', '132726.840000', '132727.300000', '132727.760000', '132728.220000', '132728.680000', '132729.140000', '132729.600000', '132730.060000', '132730.520000', '132730.980000', '132731.440000', '132731.900000', '132732.360000', '132732.820000', '132733.280000', '132733.740000', '132734.200000', '132734.660000', '132735.120000', '132735.580000', '132736.040000', '132736.500000', '132736.960000', '132737.420000', '132737.880000', '132738.340000', '132738.800000', '132739.260000', '132739.720000', '132740.180000', '132740.640000', '132741.100000', '132741.560000', '132742.020000', '132742.480000', '132742.940000', '132743.400000', '132743.860000', '132744.320000', '132744.780000', '132745.240000', '132745.700000', '132746.160000', '132746.620000', '132747.080000', '132747.540000', '132748.000000', '132748.460000', '132748.920000', '132749.380000', '132749.840000', '132750.300000', '132750.760000', '132751.220000', '132751.680000', '132752.140000', '132752.600000', '132753.060000', '132753.520000', '132753.980000', '132754.440000', '132754.900000', '132755.360000', '132755.820000', '132756.280000', '132756.740000', '132757.200000', '132757.660000', '132758.120000', '132758.580000', '132759.040000', '132759.500000', '132759.960000', '132800.420000', '132800.880000', '132801.340000', '132801.800000', '132802.260000', '132802.720000', '132803.180000', '132803.640000', '132804.100000', '132804.560000', '132805.020000', '132805.480000', '132805.940000', '132806.400000', '132806.860000', '132807.320000', '132807.780000', '132808.240000', '132808.700000', '132809.160000', '132809.620000', '132810.080000', '132810.540000', '132811.000000', '132811.460000', '132811.920000', '132812.380000', '132812.840000', '132813.300000', '132813.760000', '132814.220000', '132814.680000', '132815.140000', '132815.600000', '132816.060000', '132816.520000', '132816.980000', '132817.440000', '132817.900000', '132818.360000', '132818.820000', '132819.280000', '132819.740000', '132820.200000', '132820.660000', '132821.120000', '132821.580000', '132822.040000', '132822.500000', '132822.960000', '132823.420000', '132823.880000', '132824.340000', '132824.800000', '132825.260000', '132825.720000', '132826.180000', '132826.640000', '132827.100000', '132827.560000', '132828.020000', '132828.480000', '132828.940000', '132829.400000', '132829.860000', '132830.320000', '132830.780000', '132831.240000', '132831.700000', '132832.160000', '132832.620000', '132833.080000', '132833.540000', '132834.000000', '132834.460000', '132834.920000', '132835.380000', '132835.840000', '132836.300000', '132836.760000', '132837.220000', '132837.680000', '132838.140000', '132838.600000', '132839.060000', '132839.520000', '132839.980000', '132840.440000', '132840.900000', '132841.360000', '132841.820000', '132842.280000', '132842.740000', '132843.200000', '132843.660000', '132844.120000', '132844.580000', '132845.040000', '132845.500000', '132845.960000', '132846.420000', '132846.880000', '132847.340000', '132847.800000', '132848.260000', '132848.720000', '132849.180000', '132849.640000', '132850.100000', '132850.560000', '132851.020000', '132851.480000', '132851.940000', '132852.400000', '132852.860000', '132853.320000', '132853.780000', '132854.240000', '132854.700000', '132855.160000', '132855.620000', '132856.080000', '132856.540000', '132857.000000', '132857.460000', '132857.920000', '132858.380000', '132858.840000', '132859.300000', '132859.760000', '132900.220000', '132900.680000', '132901.140000', '132901.600000', '132902.060000', '132902.520000', '132902.980000', '132903.440000', '132903.900000', '132904.360000', '132904.820000', '132905.280000', '132905.740000', '132906.200000', '132906.660000', '132907.120000', '132907.580000', '132908.040000', '132908.500000', '132908.960000', '132909.420000', '132909.880000', '132910.340000', '132910.800000', '132911.260000', '132911.720000', '132912.180000', '132912.640000', '132913.100000', '132913.560000', '132914.020000', '132914.480000', '132914.940000', '132915.400000', '132915.860000', '132916.320000', '132916.780000', '132917.240000', '132917.700000', '132918.160000', '132918.620000', '132919.080000', '132919.540000', '132920.000000', '132920.460000', '132920.920000', '132921.380000', '132921.840000', '132922.300000', '132922.760000', '132923.220000', '132923.680000', '132924.140000', '132924.600000', '132925.060000', '132925.520000', '132925.980000', '132926.440000', '132926.900000', '132927.360000', '132927.820000', '132928.280000', '132928.740000', '132929.200000', '132929.660000', '132930.120000', '132930.580000', '132931.040000', '132931.500000', '132931.960000', '132932.420000', '132932.880000', '132933.340000', '132933.800000', '132934.260000', '132934.720000', '132935.180000', '132935.640000', '132936.100000', '132936.560000', '132937.020000', '132937.480000', '132937.940000', '132938.400000', '132938.860000', '132939.320000', '132939.780000', '132940.240000', '132940.700000', '132941.160000', '132941.620000', '132942.080000', '132942.540000', '132943.000000', '132943.460000', '132943.920000', '132944.380000', '132944.840000', '132945.300000', '132945.760000', '132946.220000', '132946.680000', '132947.140000', '132947.600000', '132948.060000', '132948.520000', '132948.980000', '132949.440000', '132949.900000', '132950.360000', '132950.820000', '132951.280000', '132951.740000', '132952.200000', '132952.660000', '132953.120000', '132953.580000', '132954.040000', '132954.500000', '132954.960000', '132955.420000', '132955.880000', '132956.340000', '132956.800000', '132957.260000', '132957.720000', '132958.180000', '132958.640000', '132959.100000', '132959.560000', '133000.020000', '133000.480000', '133000.940000', '133001.400000', '133001.860000', '133002.320000', '133002.780000', '133003.240000', '133003.700000', '133004.160000', '133004.620000', '133005.080000', '133005.540000', '133006.000000', '133006.460000', '133006.920000', '133007.380000', '133007.840000', '133008.300000', '133008.760000', '133009.220000', '133009.680000', '133010.140000', '133010.600000', '133011.060000', '133011.520000', '133011.980000', '133012.440000', '133012.900000', '133013.360000', '133013.820000', '133014.280000', '133014.740000', '133015.200000', '133015.660000', '133016.120000', '133016.580000', '133017.040000', '133017.500000', '133017.960000', '133018.420000', '133018.880000', '133019.340000', '133019.800000', '133020.260000', '133020.720000', '133021.180000', '133021.640000', '133022.100000', '133022.560000', '133023.020000', '133023.480000', '133023.940000', '133024.400000', '133024.860000', '133025.320000', '133025.780000', '133026.240000', '133026.700000', '133027.160000', '133027.620000', '133028.080000', '133028.540000', '133029.000000', '133029.460000', '133029.920000', '133030.380000', '133030.840000', '133031.300000', '133031.760000', '133032.220000', '133032.680000', '133033.140000', '133033.600000', '133034.060000', '133034.520000', '133034.980000', '133035.440000', '133035.900000', '133036.360000', '133036.820000', '133037.280000', '133037.740000', '133038.200000', '133038.660000', '133039.120000', '133039.580000', '133040.040000', '133040.500000', '133040.960000', '133041.420000', '133041.880000', '133042.340000', '133042.800000', '133043.260000', '133043.720000', '133044.180000', '133044.640000', '133045.100000', '133045.560000', '133046.020000', '133046.480000', '133046.940000', '133047.400000', '133047.860000', '133048.320000', '133048.780000', '133049.240000', '133049.700000', '133050.160000', '133050.620000', '133051.080000', '133051.540000', '133052.000000', '133052.460000', '133052.920000', '133053.380000', '133053.840000', '133054.300000', '133054.760000', '133055.220000', '133055.680000', '133056.140000', '133056.600000', '133057.060000', '133057.520000', '133057.980000', '133058.440000', '133058.900000', '133059.360000', '133059.820000', '133100.280000', '133100.740000', '133101.200000', '133101.660000', '133102.120000', '133102.580000', '133103.040000', '133103.500000', '133103.960000', '133104.420000', '133104.880000', '133105.340000', '133105.800000', '133106.260000', '133106.720000', '133107.180000', '133107.640000', '133108.100000', '133108.560000', '133109.020000', '133109.480000', '133109.940000', '133110.400000', '133110.860000', '133111.320000', '133111.780000', '133112.240000', '133112.700000', '133113.160000', '133113.620000', '133114.080000', '133114.540000', '133115.000000', '133115.460000', '133115.920000', '133116.380000', '133116.840000', '133117.300000', '133117.760000', '133118.220000', '133118.680000', '133119.140000', '133119.600000', '133120.060000', '133120.520000', '133120.980000', '133121.440000', '133121.900000', '133122.360000', '133122.820000', '133123.280000', '133123.740000', '133124.200000', '133124.660000', '133125.120000', '133125.580000', '133126.040000', '133126.500000', '133126.960000', '133127.420000', '133127.880000', '133128.340000', '133128.800000', '133129.260000', '133129.720000', '133130.180000', '133130.640000', '133131.100000', '133131.560000', '133132.020000', '133132.480000', '133132.940000', '133133.400000', '133133.860000', '133134.320000', '133134.780000', '133135.240000', '133135.700000', '133136.160000', '133136.620000', '133137.080000', '133137.540000', '133138.000000', '133138.460000', '133138.920000', '133139.380000', '133139.840000', '133140.300000', '133140.760000', '133141.220000', '133141.680000', '133142.140000', '133142.600000', '133143.060000', '133143.520000', '133143.980000', '133144.440000', '133144.900000', '133145.360000', '133145.820000', '133146.280000', '133146.740000', '133147.200000', '133147.660000', '133148.120000', '133148.580000', '133149.040000', '133149.500000', '133149.960000', '133150.420000', '133150.880000', '133151.340000', '133151.800000', '133152.260000', '133152.720000', '133153.180000', '133153.640000', '133154.100000', '133154.560000', '133155.020000', '133155.480000', '133155.940000', '133156.400000', '133156.860000', '133157.320000', '133157.780000', '133158.240000', '133158.700000', '133159.160000', '133159.620000', '133200.080000', '133200.540000', '133201.000000', '133201.460000', '133201.920000', '133202.380000', '133202.840000', '133203.300000', '133203.760000', '133204.220000', '133204.680000', '133205.140000', '133205.600000', '133206.060000', '133206.520000', '133206.980000', '133207.440000', '133207.900000', '133208.360000', '133208.820000', '133209.280000', '133209.740000', '133210.200000', '133210.660000', '133211.120000', '133211.580000', '133212.040000', '133212.500000', '133212.960000', '133213.420000', '133213.880000', '133214.340000', '133214.800000', '133215.260000', '133215.720000', '133216.180000', '133216.640000', '133217.100000', '133217.560000', '133218.020000', '133218.480000', '133218.940000', '133219.400000', '133219.860000', '133220.320000', '133220.780000', '133221.240000', '133221.700000', '133222.160000', '133222.620000', '133223.080000', '133223.540000', '133224.000000', '133224.460000', '133224.920000', '133225.380000', '133225.840000', '133226.300000', '133226.760000', '133227.220000', '133227.680000', '133228.140000', '133228.600000', '133229.060000', '133229.520000', '133229.980000', '133230.440000', '133230.900000', '133231.360000', '133231.820000', '133232.280000', '133232.740000', '133233.200000', '133233.660000', '133234.120000', '133234.580000', '133235.040000', '133235.500000', '133235.960000', '133236.420000', '133236.880000', '133237.340000', '133237.800000', '133238.260000', '133238.720000', '133239.180000', '133239.640000', '133240.100000', '133240.560000', '133241.020000', '133241.480000', '133241.940000', '133242.400000', '133242.860000', '133243.320000', '133243.780000', '133244.240000', '133244.700000', '133245.160000', '133245.620000', '133246.080000', '133246.540000', '133247.000000', '133247.460000', '133247.920000', '133248.380000', '133248.840000', '133249.300000', '133249.760000', '133250.220000', '133250.680000', '133251.140000', '133251.600000', '133252.060000', '133252.520000', '133252.980000', '133253.440000', '133253.900000', '133254.360000', '133254.820000', '133255.280000', '133255.740000', '133256.200000', '133256.660000', '133257.120000', '133257.580000', '133258.040000', '133258.500000', '133258.960000', '133259.420000', '133259.880000', '133300.340000', '133300.800000', '133301.260000', '133301.720000', '133302.180000', '133302.640000', '133303.100000', '133303.560000', '133304.020000', '133304.480000', '133304.940000', '133305.400000', '133305.860000', '133306.320000', '133306.780000', '133307.240000', '133307.700000', '133308.160000', '133308.620000', '133309.080000', '133309.540000', '133310.000000', '133310.460000', '133310.920000', '133311.380000', '133311.840000', '133312.300000', '133312.760000', '133313.220000', '133313.680000', '133314.140000', '133314.600000', '133315.060000', '133315.520000', '133315.980000', '133316.440000', '133316.900000', '133317.360000', '133317.820000', '133318.280000', '133318.740000', '133319.200000', '133319.660000', '133320.120000', '133320.580000', '133321.040000', '133321.500000', '133321.960000', '133322.420000', '133322.880000', '133323.340000', '133323.800000', '133324.260000', '133324.720000', '133325.180000', '133325.640000', '133326.100000', '133326.560000', '133327.020000', '133327.480000', '133327.940000', '133328.400000', '133328.860000', '133329.320000', '133329.780000', '133330.240000', '133330.700000', '133331.160000', '133331.620000', '133332.080000', '133332.540000', '133333.000000', '133333.460000', '133333.920000', '133334.380000', '133334.840000', '133335.300000', '133335.760000', '133336.220000', '133336.680000', '133337.140000', '133337.600000', '133338.060000', '133338.520000', '133338.980000', '133339.440000', '133339.900000', '133340.360000', '133340.820000', '133341.280000', '133341.740000', '133342.200000', '133342.660000', '133343.120000', '133343.580000', '133344.040000', '133344.500000', '133344.960000', '133345.420000', '133345.880000', '133346.340000', '133346.800000', '133347.260000', '133347.720000', '133348.180000', '133348.640000', '133349.100000', '133349.560000', '133350.020000', '133350.480000', '133350.940000', '133351.400000', '133351.860000', '133352.320000', '133352.780000', '133353.240000', '133353.700000', '133354.160000', '133354.620000', '133355.080000', '133355.540000', '133356.000000', '133356.460000', '133356.920000', '133357.380000', '133357.840000', '133358.300000', '133358.760000', '133359.220000', '133359.680000', '133400.140000', '133400.600000', '133401.060000', '133401.520000', '133401.980000', '133402.440000', '133402.900000', '133403.360000', '133403.820000', '133404.280000', '133404.740000', '133405.200000', '133405.660000', '133406.120000', '133406.580000', '133407.040000', '133407.500000', '133407.960000', '133408.420000', '133408.880000', '133409.340000', '133409.800000', '133410.260000', '133410.720000', '133411.180000', '133411.640000', '133412.100000', '133412.560000', '133413.020000', '133413.480000', '133413.940000', '133414.400000', '133414.860000', '133415.320000', '133415.780000', '133416.240000', '133416.700000', '133417.160000', '133417.620000', '133418.080000', '133418.540000', '133419.000000', '133419.460000', '133419.920000', '133420.380000', '133420.840000', '133421.300000', '133421.760000', '133422.220000', '133422.680000', '133423.140000', '133423.600000', '133424.060000', '133424.520000', '133424.980000', '133425.440000', '133425.900000', '133426.360000', '133426.820000', '133427.280000', '133427.740000', '133428.200000', '133428.660000', '133429.120000', '133429.580000', '133430.040000', '133430.500000', '133430.960000', '133431.420000', '133431.880000', '133432.340000', '133432.800000', '133433.260000', '133433.720000', '133434.180000', '133434.640000', '133435.100000', '133435.560000', '133436.020000', '133436.480000', '133436.940000', '133437.400000', '133437.860000', '133438.320000', '133438.780000', '133439.240000', '133439.700000', '133440.160000', '133440.620000', '133441.080000', '133441.540000', '133442.000000', '133442.460000', '133442.920000', '133443.380000', '133443.840000', '133444.300000', '133444.760000', '133445.220000', '133445.680000', '133446.140000', '133446.600000', '133447.060000', '133447.520000', '133447.980000', '133448.440000', '133448.900000', '133449.360000', '133449.820000', '133450.280000', '133450.740000', '133451.200000', '133451.660000', '133452.120000', '133452.580000', '133453.040000', '133453.500000', '133453.960000', '133454.420000', '133454.880000', '133455.340000', '133455.800000', '133456.260000', '133456.720000', '133457.180000', '133457.640000', '133458.100000', '133458.560000', '133459.020000', '133459.480000', '133459.940000', '133500.400000', '133500.860000', '133501.320000', '133501.780000', '133502.240000', '133502.700000', '133503.160000', '133503.620000', '133504.080000', '133504.540000', '133505.000000', '133505.460000', '133505.920000', '133506.380000', '133506.840000', '133507.300000', '133507.760000', '133508.220000', '133508.680000', '133509.140000', '133509.600000', '133510.060000', '133510.520000', '133510.980000', '133511.440000', '133511.900000', '133512.360000', '133512.820000', '133513.280000', '133513.740000', '133514.200000', '133514.660000', '133515.120000', '133515.580000', '133516.040000', '133516.500000', '133516.960000', '133517.420000', '133517.880000', '133518.340000', '133518.800000', '133519.260000', '133519.720000', '133520.180000', '133520.640000', '133521.100000', '133521.560000', '133522.020000', '133522.480000', '133522.940000', '133523.400000', '133523.860000', '133524.320000', '133524.780000', '133525.240000', '133525.700000', '133526.160000', '133526.620000', '133527.080000', '133527.540000', '133528.000000', '133528.460000', '133528.920000', '133529.380000', '133529.840000', '133530.300000', '133530.760000', '133531.220000', '133531.680000', '133532.140000', '133532.600000', '133533.060000', '133533.520000', '133533.980000', '133534.440000', '133534.900000', '133535.360000', '133535.820000', '133536.280000', '133536.740000', '133537.200000', '133537.660000', '133538.120000', '133538.580000', '133539.040000', '133539.500000', '133539.960000', '133540.420000', '133540.880000', '133541.340000', '133541.800000', '133542.260000', '133542.720000', '133543.180000', '133543.640000', '133544.100000', '133544.560000', '133545.020000', '133545.480000', '133545.940000', '133546.400000', '133546.860000', '133547.320000', '133547.780000', '133548.240000', '133548.700000', '133549.160000', '133549.620000', '133550.080000', '133550.540000', '133551.000000', '133551.460000', '133551.920000', '133552.380000', '133552.840000', '133553.300000', '133553.760000', '133554.220000', '133554.680000', '133555.140000', '133555.600000', '133556.060000', '133556.520000', '133556.980000', '133557.440000', '133557.900000', '133558.360000', '133558.820000', '133559.280000', '133559.740000', '133600.200000', '133600.660000', '133601.120000', '133601.580000', '133602.040000', '133602.500000', '133602.960000', '133603.420000', '133603.880000', '133604.340000', '133604.800000', '133605.260000', '133605.720000', '133606.180000', '133606.640000', '133607.100000', '133607.560000', '133608.020000', '133608.480000', '133608.940000', '133609.400000', '133609.860000', '133610.320000', '133610.780000', '133611.240000', '133611.700000', '133612.160000', '133612.620000', '133613.080000', '133613.540000', '133614.000000', '133614.460000', '133614.920000', '133615.380000', '133615.840000', '133616.300000', '133616.760000', '133617.220000', '133617.680000', '133618.140000', '133618.600000', '133619.060000', '133619.520000', '133619.980000', '133620.440000', '133620.900000', '133621.360000', '133621.820000', '133622.280000', '133622.740000', '133623.200000', '133623.660000', '133624.120000', '133624.580000', '133625.040000', '133625.500000', '133625.960000', '133626.420000', '133626.880000', '133627.340000', '133627.800000', '133628.260000', '133628.720000', '133629.180000', '133629.640000', '133630.100000', '133630.560000', '133631.020000', '133631.480000', '133631.940000', '133632.400000', '133632.860000', '133633.320000', '133633.780000', '133634.240000', '133634.700000', '133635.160000', '133635.620000', '133636.080000', '133636.540000', '133637.000000', '133637.460000', '133637.920000', '133638.380000', '133638.840000', '133639.300000', '133639.760000', '133640.220000', '133640.680000', '133641.140000', '133641.600000', '133642.060000', '133642.520000', '133642.980000', '133643.440000', '133643.900000', '133644.360000', '133644.820000', '133645.280000', '133645.740000', '133646.200000', '133646.660000', '133647.120000', '133647.580000', '133648.040000', '133648.500000', '133648.960000', '133649.420000', '133649.880000', '133650.340000', '133650.800000', '133651.260000', '133651.720000', '133652.180000', '133652.640000', '133653.100000', '133653.560000', '133654.020000', '133654.480000', '133654.940000', '133655.400000', '133655.860000', '133656.320000', '133656.780000', '133657.240000', '133657.700000', '133658.160000', '133658.620000', '133659.080000', '133659.540000', '133700.000000', '133700.460000', '133700.920000', '133701.380000', '133701.840000', '133702.300000', '133702.760000', '133703.220000', '133703.680000', '133704.140000', '133704.600000', '133705.060000', '133705.520000', '133705.980000', '133706.440000', '133706.900000', '133707.360000', '133707.820000', '133708.280000', '133708.740000'], 'ContentTime': ['132748.408000', '132748.411000', '132748.414000', '132748.417000', '132748.420000', '132748.423000', '132748.430000', '132748.433000', '132748.436000', '132748.439000', '132748.442000', '132748.444000', '132748.447000', '132748.450000', '132748.453000', '132748.456000', '132748.458000', '132748.461000', '132748.464000', '132748.467000', '132748.470000', '132748.472000', '132748.475000', '132748.478000', '132748.481000', '132748.484000', '132748.487000', '132748.490000', '132748.492000', '132748.495000', '132748.498000', '132748.501000', '132748.504000', '132748.508000', '132748.511000', '132748.514000', '132748.516000', '132748.519000', '132748.522000', '132748.530000', '132748.533000', '132748.536000', '132748.539000', '132748.542000', '132748.545000', '132748.547000', '132748.550000', '132748.553000', '132808.378000', '132808.381000', '132808.384000', '132808.386000', '132808.389000', '132808.392000', '132808.395000', '132808.398000', '132808.401000', '132808.404000', '132808.406000', '132808.409000', '132808.412000', '132808.415000', '132808.418000', '132808.420000', '132808.423000', '132808.426000', '132808.429000', '132808.432000', '132808.434000', '132808.438000', '132808.440000', '132808.443000', '132808.446000', '132808.449000', '132808.451000', '132808.457000', '132808.460000', '132808.463000', '132808.466000', '132808.468000', '132808.471000', '132808.474000', '132808.477000', '132808.480000', '132808.494000', '132808.500000', '132808.503000', '132808.506000', '132808.509000', '132808.512000', '132808.515000', '132808.517000', '132828.379000', '132828.382000', '132828.385000', '132828.388000', '132828.390000', '132828.393000', '132828.396000', '132828.399000', '132828.402000', '132828.405000', '132828.408000', '132828.411000', '132828.413000', '132828.416000', '132828.419000', '132828.422000', '132828.425000', '132828.427000', '132828.430000', '132828.433000', '132828.436000', '132828.439000', '132828.442000', '132828.445000', '132828.447000', '132828.450000', '132828.453000', '132828.456000', '132828.459000', '132828.462000', '132828.464000', '132828.471000', '132828.474000', '132828.477000', '132828.480000', '132828.483000', '132828.485000', '132828.488000', '132828.491000', '132828.494000', '132828.497000', '132828.499000', '132828.502000', '132848.379000', '132848.382000', '132848.385000', '132848.387000', '132848.391000', '132848.393000', '132848.396000', '132848.399000', '132848.402000', '132848.405000', '132848.408000', '132848.410000', '132848.413000', '132848.416000', '132848.419000', '132848.422000', '132848.425000', '132848.428000', '132848.430000', '132848.433000', '132848.442000', '132848.445000', '132848.447000', '132848.450000', '132848.453000', '132848.456000', '132848.459000', '132848.462000', '132848.465000', '132848.467000', '132848.470000', '132848.473000', '132848.476000', '132848.479000', '132848.482000', '132848.484000', '132848.487000', '132848.490000', '132848.493000', '132848.496000', '132848.499000', '132848.502000', '132848.504000', '132848.507000', '132908.378000', '132908.381000', '132908.384000', '132908.387000', '132908.390000', '132908.392000', '132908.395000', '132908.398000', '132908.401000', '132908.404000', '132908.407000', '132908.409000', '132908.412000', '132908.415000', '132908.418000', '132908.421000', '132908.424000', '132908.426000', '132908.430000', '132908.432000', '132908.435000', '132908.438000', '132908.441000', '132908.444000', '132908.446000', '132908.449000', '132908.452000', '132908.455000', '132908.458000', '132908.461000', '132908.464000', '132908.466000', '132908.469000', '132908.472000', '132908.475000', '132908.478000', '132908.481000', '132908.486000', '132908.489000', '132908.492000', '132908.495000', '132908.498000', '132908.501000', '132928.378000', '132928.381000', '132928.384000', '132928.387000', '132928.390000', '132928.393000', '132928.395000', '132928.398000', '132928.401000', '132928.404000', '132928.413000', '132928.416000', '132928.418000', '132928.421000', '132928.424000', '132928.427000', '132928.430000', '132928.433000', '132928.436000', '132928.438000', '132928.441000', '132928.444000', '132928.447000', '132928.450000', '132928.453000', '132928.455000', '132928.458000', '132928.461000', '132928.464000', '132928.467000', '132928.469000', '132928.472000', '132928.475000', '132928.478000', '132928.481000', '132928.484000', '132928.487000', '132928.489000', '132928.492000', '132928.495000', '132928.498000', '132928.501000', '132928.503000', '132948.378000', '132948.381000', '132948.384000', '132948.387000', '132948.389000', '132948.392000', '132948.395000', '132948.398000', '132948.401000', '132948.404000', '132948.407000', '132948.409000', '132948.412000', '132948.415000', '132948.418000', '132948.421000', '132948.424000', '132948.427000', '132948.429000', '132948.432000', '132948.435000', '132948.438000', '132948.441000', '132948.444000', '132948.446000', '132948.449000', '132948.452000', '132948.455000', '132948.458000', '132948.460000', '132948.463000', '132948.466000', '132948.477000', '132948.480000', '132948.483000', '132948.486000', '132948.489000', '132948.492000', '132948.495000', '132948.497000', '132948.500000', '132948.503000', '132948.506000', '132948.509000', '133008.378000', '133008.381000', '133008.384000', '133008.387000', '133008.390000', '133008.393000', '133008.395000', '133008.398000', '133008.401000', '133008.404000', '133008.407000', '133008.410000', '133008.413000', '133008.416000', '133008.419000', '133008.422000', '133008.425000', '133008.428000', '133008.431000', '133008.434000', '133008.437000', '133008.439000', '133008.442000', '133008.445000', '133008.448000', '133008.451000', '133008.454000', '133008.456000', '133008.459000', '133008.462000', '133008.469000', '133008.472000', '133008.475000', '133008.477000', '133008.480000', '133008.483000', '133008.486000', '133008.489000', '133008.492000', '133008.494000', '133008.497000', '133008.500000', '133008.503000', '133028.378000', '133028.381000', '133028.384000', '133028.387000', '133028.390000', '133028.393000', '133028.395000', '133028.398000', '133028.401000', '133028.404000', '133028.407000', '133028.410000', '133028.412000', '133028.415000', '133028.418000', '133028.421000', '133028.424000', '133028.427000', '133028.430000', '133028.433000', '133028.435000', '133028.438000', '133028.441000', '133028.444000', '133028.447000', '133028.450000', '133028.452000', '133028.455000', '133028.458000', '133028.461000', '133028.464000', '133028.467000', '133028.469000', '133028.472000', '133028.475000', '133028.478000', '133028.481000', '133028.484000', '133028.487000', '133028.489000', '133028.492000', '133028.495000', '133028.498000', '133028.501000', '133048.379000', '133048.382000', '133048.385000', '133048.388000', '133048.391000', '133048.393000', '133048.396000', '133048.399000', '133048.402000', '133048.405000', '133048.408000', '133048.411000', '133048.413000', '133048.416000', '133048.419000', '133048.422000', '133048.425000', '133048.428000', '133048.431000', '133048.433000', '133048.436000', '133048.439000', '133048.442000', '133048.445000', '133048.448000', '133048.451000', '133048.454000', '133048.457000', '133048.459000', '133048.462000', '133048.465000', '133048.468000', '133048.471000', '133048.474000', '133048.476000', '133048.479000', '133048.482000', '133048.485000', '133048.488000', '133048.491000', '133048.493000', '133048.498000', '133048.501000', '133108.379000', '133108.382000', '133108.385000', '133108.387000', '133108.390000', '133108.393000', '133108.396000', '133108.399000', '133108.402000', '133108.405000', '133108.407000', '133108.410000', '133108.413000', '133108.416000', '133108.419000', '133108.422000', '133108.431000', '133108.434000', '133108.436000', '133108.439000', '133108.442000', '133108.445000', '133108.448000', '133108.451000', '133108.454000', '133108.456000', '133108.459000', '133108.462000', '133108.465000', '133108.468000', '133108.471000', '133108.473000', '133108.476000', '133108.479000', '133108.482000', '133108.485000', '133108.488000', '133108.491000', '133108.493000', '133108.496000', '133108.499000', '133108.502000', '133108.505000', '133108.508000', '133128.378000', '133128.382000', '133128.386000', '133128.389000', '133128.391000', '133128.394000', '133128.397000', '133128.400000', '133128.403000', '133128.406000', '133128.409000', '133128.411000', '133128.414000', '133128.417000', '133128.420000', '133128.423000', '133128.426000', '133128.428000', '133128.431000', '133128.434000', '133128.437000', '133128.440000', '133128.443000', '133128.446000', '133128.449000', '133128.452000', '133128.455000', '133128.467000', '133128.470000', '133128.473000', '133128.475000', '133128.478000', '133128.481000', '133128.484000', '133128.487000', '133128.489000', '133128.492000', '133128.495000', '133128.498000', '133128.501000', '133128.504000', '133128.507000', '133128.509000', '133148.378000', '133148.381000', '133148.384000', '133148.387000', '133148.389000', '133148.392000', '133148.395000', '133148.398000', '133148.401000', '133148.404000', '133148.406000', '133148.409000', '133148.412000', '133148.415000', '133148.418000', '133148.421000', '133148.424000', '133148.427000', '133148.429000', '133148.432000', '133148.435000', '133148.438000', '133148.441000', '133148.444000', '133148.446000', '133148.449000', '133148.452000', '133148.455000', '133148.458000', '133148.461000', '133148.463000', '133148.466000', '133148.469000', '133148.472000', '133148.475000', '133148.478000', '133148.480000', '133148.483000', '133148.486000', '133148.489000', '133148.492000', '133148.495000', '133148.497000', '133148.500000', '133208.378000', '133208.381000', '133208.384000', '133208.387000', '133208.390000', '133208.393000', '133208.396000', '133208.398000', '133208.401000', '133208.404000', '133208.407000', '133208.410000', '133208.413000', '133208.416000', '133208.419000', '133208.421000', '133208.424000', '133208.427000', '133208.430000', '133208.433000', '133208.436000', '133208.439000', '133208.441000', '133208.444000', '133208.447000', '133208.450000', '133208.453000', '133208.456000', '133208.458000', '133208.461000', '133208.464000', '133208.467000', '133208.470000', '133208.473000', '133208.478000', '133208.482000', '133208.485000', '133208.488000', '133208.490000', '133208.493000', '133208.496000', '133208.499000', '133208.502000', '133228.378000', '133228.381000', '133228.384000', '133228.387000', '133228.390000', '133228.392000', '133228.395000', '133228.398000', '133228.401000', '133228.404000', '133228.407000', '133228.410000', '133228.412000', '133228.415000', '133228.418000', '133228.421000', '133228.424000', '133228.427000', '133228.430000', '133228.432000', '133228.435000', '133228.438000', '133228.441000', '133228.444000', '133228.447000', '133228.449000', '133228.452000', '133228.455000', '133228.458000', '133228.461000', '133228.464000', '133228.467000', '133228.469000', '133228.472000', '133228.475000', '133228.478000', '133228.481000', '133228.483000', '133228.486000', '133228.489000', '133228.492000', '133228.495000', '133228.498000', '133228.501000', '133248.379000', '133248.382000', '133248.385000', '133248.388000', '133248.391000', '133248.394000', '133248.396000', '133248.399000', '133248.402000', '133248.405000', '133248.408000', '133248.411000', '133248.414000', '133248.417000', '133248.420000', '133248.424000', '133248.427000', '133248.430000', '133248.432000', '133248.435000', '133248.438000', '133248.441000', '133248.444000', '133248.447000', '133248.450000', '133248.453000', '133248.455000', '133248.458000', '133248.461000', '133248.464000', '133248.467000', '133248.470000', '133248.473000', '133248.476000', '133248.479000', '133248.481000', '133248.485000', '133248.490000', '133248.506000', '133248.509000', '133248.512000', '133248.515000', '133248.518000', '133308.379000', '133308.384000', '133308.387000', '133308.390000', '133308.393000', '133308.396000', '133308.399000', '133308.401000', '133308.404000', '133308.407000', '133308.410000', '133308.413000', '133308.416000', '133308.419000', '133308.421000', '133308.424000', '133308.427000', '133308.430000', '133308.433000', '133308.436000', '133308.438000', '133308.441000', '133308.444000', '133308.447000', '133308.450000', '133308.453000', '133308.455000', '133308.458000', '133308.461000', '133308.464000', '133308.467000', '133308.470000', '133308.472000', '133308.475000', '133308.478000', '133308.481000', '133308.484000', '133308.487000', '133308.490000', '133308.493000', '133308.495000', '133308.498000', '133308.501000', '133308.504000', '133328.379000', '133328.382000', '133328.385000', '133328.388000', '133328.391000', '133328.393000', '133328.396000', '133328.399000', '133328.402000', '133328.405000', '133328.408000', '133328.411000', '133328.414000', '133328.416000', '133328.419000', '133328.422000', '133328.425000', '133328.428000', '133328.430000', '133328.433000', '133328.436000', '133328.439000', '133328.442000', '133328.445000', '133328.448000', '133328.450000', '133328.453000', '133328.456000', '133328.459000', '133328.462000', '133328.465000', '133328.467000', '133328.470000', '133328.473000', '133328.476000', '133328.479000', '133328.482000', '133328.485000', '133328.487000', '133328.490000', '133328.493000', '133328.496000', '133328.499000', '133348.378000', '133348.381000', '133348.384000', '133348.387000', '133348.390000', '133348.392000', '133348.395000', '133348.398000', '133348.401000', '133348.404000', '133348.407000', '133348.409000', '133348.412000', '133348.415000', '133348.418000', '133348.421000', '133348.424000', '133348.427000', '133348.429000', '133348.432000', '133348.435000', '133348.438000', '133348.441000', '133348.444000', '133348.446000', '133348.449000', '133348.452000', '133348.455000', '133348.458000', '133348.461000', '133348.463000', '133348.466000', '133348.469000', '133348.472000', '133348.475000', '133348.478000', '133348.481000', '133348.484000', '133348.486000', '133348.489000', '133348.492000', '133348.495000', '133348.498000', '133348.500000', '133408.378000', '133408.381000', '133408.384000', '133408.387000', '133408.390000', '133408.392000', '133408.395000', '133408.398000', '133408.401000', '133408.404000', '133408.407000', '133408.410000', '133408.413000', '133408.415000', '133408.418000', '133408.421000', '133408.424000', '133408.427000', '133408.430000', '133408.433000', '133408.435000', '133408.438000', '133408.441000', '133408.444000', '133408.447000', '133408.449000', '133408.452000', '133408.455000', '133408.460000', '133408.463000', '133408.466000', '133408.469000', '133408.471000', '133408.474000', '133408.477000', '133408.480000', '133408.483000', '133408.486000', '133408.489000', '133408.491000', '133408.494000', '133408.497000', '133408.500000', '133428.378000', '133428.381000', '133428.384000', '133428.387000', '133428.390000', '133428.392000', '133428.395000', '133428.398000', '133428.401000', '133428.404000', '133428.407000', '133428.410000', '133428.412000', '133428.415000', '133428.418000', '133428.421000', '133428.425000', '133428.428000', '133428.431000', '133428.434000', '133428.436000', '133428.439000', '133428.442000', '133428.445000', '133428.448000', '133428.451000', '133428.453000', '133428.456000', '133428.459000', '133428.462000', '133428.465000', '133428.468000', '133428.470000', '133428.473000', '133428.476000', '133428.479000', '133428.482000', '133428.485000', '133428.487000', '133428.490000', '133428.493000', '133428.496000', '133428.499000', '133428.502000', '133448.378000', '133448.381000', '133448.384000', '133448.387000', '133448.390000', '133448.393000', '133448.396000', '133448.398000', '133448.401000', '133448.404000', '133448.407000', '133448.410000', '133448.412000', '133448.415000', '133448.418000', '133448.421000', '133448.424000', '133448.427000', '133448.430000', '133448.433000', '133448.435000', '133448.438000', '133448.441000', '133448.444000', '133448.447000', '133448.450000', '133448.452000', '133448.455000', '133448.458000', '133448.461000', '133448.464000', '133448.467000', '133448.469000', '133448.472000', '133448.475000', '133448.478000', '133448.481000', '133448.484000', '133448.487000', '133448.489000', '133448.492000', '133448.495000', '133448.498000', '133508.379000', '133508.382000', '133508.385000', '133508.388000', '133508.391000', '133508.394000', '133508.397000', '133508.399000', '133508.402000', '133508.405000', '133508.408000', '133508.411000', '133508.414000', '133508.417000', '133508.419000', '133508.422000', '133508.425000', '133508.428000', '133508.431000', '133508.434000', '133508.436000', '133508.439000', '133508.442000', '133508.445000', '133508.448000', '133508.451000', '133508.453000', '133508.456000', '133508.459000', '133508.462000', '133508.465000', '133508.468000', '133508.470000', '133508.473000', '133508.476000', '133508.479000', '133508.482000', '133508.485000', '133508.488000', '133508.490000', '133508.493000', '133508.496000', '133508.499000', '133508.502000', '133528.379000', '133528.382000', '133528.385000', '133528.388000', '133528.391000', '133528.394000', '133528.396000', '133528.399000', '133528.402000', '133528.405000', '133528.408000', '133528.410000', '133528.413000', '133528.416000', '133528.419000', '133528.422000', '133528.425000', '133528.428000', '133528.431000', '133528.434000', '133528.437000', '133528.439000', '133528.442000', '133528.445000', '133528.448000', '133528.451000', '133528.454000', '133528.456000', '133528.459000', '133528.462000', '133528.465000', '133528.468000', '133528.471000', '133528.474000', '133528.477000', '133528.479000', '133528.482000', '133528.485000', '133528.488000', '133528.491000', '133528.494000', '133528.498000', '133528.502000', '133548.379000', '133548.382000', '133548.394000', '133548.397000', '133548.400000', '133548.403000', '133548.406000', '133548.409000', '133548.411000', '133548.423000', '133548.425000', '133548.428000', '133548.431000', '133548.434000', '133548.437000', '133548.440000', '133548.442000', '133548.445000', '133548.448000', '133548.451000', '133548.454000', '133548.457000', '133548.460000', '133548.462000', '133548.465000', '133548.468000', '133548.471000', '133548.474000', '133548.477000', '133548.480000', '133548.483000', '133548.485000', '133548.488000', '133548.491000', '133548.494000', '133548.497000', '133548.500000', '133548.502000', '133548.505000', '133548.508000', '133548.511000', '133548.514000', '133548.517000', '133548.519000', '133608.378000', '133608.381000', '133608.384000', '133608.387000', '133608.390000', '133608.393000', '133608.395000', '133608.398000', '133608.401000', '133608.404000', '133608.407000', '133608.410000', '133608.413000', '133608.415000', '133608.418000', '133608.421000', '133608.424000', '133608.427000', '133608.430000', '133608.433000', '133608.435000', '133608.438000', '133608.441000', '133608.444000', '133608.447000', '133608.450000', '133608.452000', '133608.455000', '133608.458000', '133608.461000', '133608.464000', '133608.467000', '133608.470000', '133608.472000', '133608.475000', '133608.478000', '133608.481000', '133608.484000', '133608.487000', '133608.490000', '133608.492000', '133608.495000', '133608.498000', '133628.378000', '133628.381000', '133628.384000', '133628.387000', '133628.390000', '133628.392000', '133628.395000', '133628.398000', '133628.401000', '133628.404000', '133628.407000', '133628.410000', '133628.413000', '133628.415000', '133628.418000', '133628.421000', '133628.424000', '133628.427000', '133628.430000', '133628.433000', '133628.436000', '133628.438000', '133628.441000', '133628.444000', '133628.447000', '133628.450000', '133628.453000', '133628.455000', '133628.458000', '133628.461000', '133628.464000', '133628.467000', '133628.470000', '133628.473000', '133628.475000', '133628.478000', '133628.481000', '133628.484000', '133628.487000', '133628.490000', '133628.492000', '133628.495000', '133628.498000', '133628.501000', '133648.378000', '133648.381000', '133648.384000', '133648.387000', '133648.390000', '133648.393000', '133648.396000', '133648.398000', '133648.401000', '133648.404000', '133648.407000', '133648.410000', '133648.413000', '133648.416000', '133648.419000', '133648.421000', '133648.424000', '133648.427000', '133648.430000', '133648.433000', '133648.436000', '133648.438000', '133648.441000', '133648.444000', '133648.447000', '133648.450000', '133648.453000', '133648.456000', '133648.458000', '133648.461000', '133648.464000', '133648.467000', '133648.470000', '133648.472000', '133648.475000', '133648.478000', '133648.481000', '133648.484000', '133648.487000', '133648.490000', '133648.492000', '133648.511000', '133648.514000', '133708.378000', '133708.381000', '133708.384000', '133708.399000', '133708.402000', '133708.405000', '133708.407000', '133708.411000', '133708.413000', '133708.416000', '133708.419000', '133708.422000', '133708.425000', '133708.428000', '133708.430000', '133708.433000', '133708.436000', '133708.439000', '133708.442000', '133708.445000', '133708.448000', '133708.451000', '133708.453000', '133708.456000', '133708.459000', '133708.462000', '133708.465000', '133708.468000', '133708.471000', '133708.473000', '133708.476000', '133708.479000', '133708.482000', '133708.485000', '133708.488000', '133708.491000', '133708.493000', '133708.496000', '133708.499000', '133708.503000', '133708.506000', '133708.509000', '133708.512000', '133709.342000', '133709.346000', '133709.349000'], 'InstanceCreationTime': ['132748.408000', '132748.411000', '132748.414000', '132748.417000', '132748.420000', '132748.423000', '132748.430000', '132748.433000', '132748.436000', '132748.439000', '132748.442000', '132748.444000', '132748.447000', '132748.450000', '132748.453000', '132748.456000', '132748.458000', '132748.461000', '132748.464000', '132748.467000', '132748.470000', '132748.472000', '132748.475000', '132748.478000', '132748.481000', '132748.484000', '132748.487000', '132748.490000', '132748.492000', '132748.495000', '132748.498000', '132748.501000', '132748.504000', '132748.508000', '132748.511000', '132748.514000', '132748.516000', '132748.519000', '132748.522000', '132748.530000', '132748.533000', '132748.536000', '132748.539000', '132748.542000', '132748.545000', '132748.547000', '132748.550000', '132748.553000', '132808.378000', '132808.381000', '132808.384000', '132808.386000', '132808.389000', '132808.392000', '132808.395000', '132808.398000', '132808.401000', '132808.404000', '132808.406000', '132808.409000', '132808.412000', '132808.415000', '132808.418000', '132808.420000', '132808.423000', '132808.426000', '132808.429000', '132808.432000', '132808.434000', '132808.438000', '132808.440000', '132808.443000', '132808.446000', '132808.449000', '132808.451000', '132808.457000', '132808.460000', '132808.463000', '132808.466000', '132808.468000', '132808.471000', '132808.474000', '132808.477000', '132808.480000', '132808.494000', '132808.500000', '132808.503000', '132808.506000', '132808.509000', '132808.512000', '132808.515000', '132808.517000', '132828.379000', '132828.382000', '132828.385000', '132828.388000', '132828.390000', '132828.393000', '132828.396000', '132828.399000', '132828.402000', '132828.405000', '132828.408000', '132828.411000', '132828.413000', '132828.416000', '132828.419000', '132828.422000', '132828.425000', '132828.427000', '132828.430000', '132828.433000', '132828.436000', '132828.439000', '132828.442000', '132828.445000', '132828.447000', '132828.450000', '132828.453000', '132828.456000', '132828.459000', '132828.462000', '132828.464000', '132828.471000', '132828.474000', '132828.477000', '132828.480000', '132828.483000', '132828.485000', '132828.488000', '132828.491000', '132828.494000', '132828.497000', '132828.499000', '132828.502000', '132848.379000', '132848.382000', '132848.385000', '132848.387000', '132848.391000', '132848.393000', '132848.396000', '132848.399000', '132848.402000', '132848.405000', '132848.408000', '132848.410000', '132848.413000', '132848.416000', '132848.419000', '132848.422000', '132848.425000', '132848.428000', '132848.430000', '132848.433000', '132848.442000', '132848.445000', '132848.447000', '132848.450000', '132848.453000', '132848.456000', '132848.459000', '132848.462000', '132848.465000', '132848.467000', '132848.470000', '132848.473000', '132848.476000', '132848.479000', '132848.482000', '132848.484000', '132848.487000', '132848.490000', '132848.493000', '132848.496000', '132848.499000', '132848.502000', '132848.504000', '132848.507000', '132908.378000', '132908.381000', '132908.384000', '132908.387000', '132908.390000', '132908.392000', '132908.395000', '132908.398000', '132908.401000', '132908.404000', '132908.407000', '132908.409000', '132908.412000', '132908.415000', '132908.418000', '132908.421000', '132908.424000', '132908.426000', '132908.430000', '132908.432000', '132908.435000', '132908.438000', '132908.441000', '132908.444000', '132908.446000', '132908.449000', '132908.452000', '132908.455000', '132908.458000', '132908.461000', '132908.464000', '132908.466000', '132908.469000', '132908.472000', '132908.475000', '132908.478000', '132908.481000', '132908.486000', '132908.489000', '132908.492000', '132908.495000', '132908.498000', '132908.501000', '132928.378000', '132928.381000', '132928.384000', '132928.387000', '132928.390000', '132928.393000', '132928.395000', '132928.398000', '132928.401000', '132928.404000', '132928.413000', '132928.416000', '132928.418000', '132928.421000', '132928.424000', '132928.427000', '132928.430000', '132928.433000', '132928.436000', '132928.438000', '132928.441000', '132928.444000', '132928.447000', '132928.450000', '132928.453000', '132928.455000', '132928.458000', '132928.461000', '132928.464000', '132928.467000', '132928.469000', '132928.472000', '132928.475000', '132928.478000', '132928.481000', '132928.484000', '132928.487000', '132928.489000', '132928.492000', '132928.495000', '132928.498000', '132928.501000', '132928.503000', '132948.378000', '132948.381000', '132948.384000', '132948.387000', '132948.389000', '132948.392000', '132948.395000', '132948.398000', '132948.401000', '132948.404000', '132948.407000', '132948.409000', '132948.412000', '132948.415000', '132948.418000', '132948.421000', '132948.424000', '132948.427000', '132948.429000', '132948.432000', '132948.435000', '132948.438000', '132948.441000', '132948.444000', '132948.446000', '132948.449000', '132948.452000', '132948.455000', '132948.458000', '132948.460000', '132948.463000', '132948.466000', '132948.477000', '132948.480000', '132948.483000', '132948.486000', '132948.489000', '132948.492000', '132948.495000', '132948.497000', '132948.500000', '132948.503000', '132948.506000', '132948.509000', '133008.378000', '133008.381000', '133008.384000', '133008.387000', '133008.390000', '133008.393000', '133008.395000', '133008.398000', '133008.401000', '133008.404000', '133008.407000', '133008.410000', '133008.413000', '133008.416000', '133008.419000', '133008.422000', '133008.425000', '133008.428000', '133008.431000', '133008.434000', '133008.437000', '133008.439000', '133008.442000', '133008.445000', '133008.448000', '133008.451000', '133008.454000', '133008.456000', '133008.459000', '133008.462000', '133008.469000', '133008.472000', '133008.475000', '133008.477000', '133008.480000', '133008.483000', '133008.486000', '133008.489000', '133008.492000', '133008.494000', '133008.497000', '133008.500000', '133008.503000', '133028.378000', '133028.381000', '133028.384000', '133028.387000', '133028.390000', '133028.393000', '133028.395000', '133028.398000', '133028.401000', '133028.404000', '133028.407000', '133028.410000', '133028.412000', '133028.415000', '133028.418000', '133028.421000', '133028.424000', '133028.427000', '133028.430000', '133028.433000', '133028.435000', '133028.438000', '133028.441000', '133028.444000', '133028.447000', '133028.450000', '133028.452000', '133028.455000', '133028.458000', '133028.461000', '133028.464000', '133028.467000', '133028.469000', '133028.472000', '133028.475000', '133028.478000', '133028.481000', '133028.484000', '133028.487000', '133028.489000', '133028.492000', '133028.495000', '133028.498000', '133028.501000', '133048.379000', '133048.382000', '133048.385000', '133048.388000', '133048.391000', '133048.393000', '133048.396000', '133048.399000', '133048.402000', '133048.405000', '133048.408000', '133048.411000', '133048.413000', '133048.416000', '133048.419000', '133048.422000', '133048.425000', '133048.428000', '133048.431000', '133048.433000', '133048.436000', '133048.439000', '133048.442000', '133048.445000', '133048.448000', '133048.451000', '133048.454000', '133048.457000', '133048.459000', '133048.462000', '133048.465000', '133048.468000', '133048.471000', '133048.474000', '133048.476000', '133048.479000', '133048.482000', '133048.485000', '133048.488000', '133048.491000', '133048.493000', '133048.498000', '133048.501000', '133108.379000', '133108.382000', '133108.385000', '133108.387000', '133108.390000', '133108.393000', '133108.396000', '133108.399000', '133108.402000', '133108.405000', '133108.407000', '133108.410000', '133108.413000', '133108.416000', '133108.419000', '133108.422000', '133108.431000', '133108.434000', '133108.436000', '133108.439000', '133108.442000', '133108.445000', '133108.448000', '133108.451000', '133108.454000', '133108.456000', '133108.459000', '133108.462000', '133108.465000', '133108.468000', '133108.471000', '133108.473000', '133108.476000', '133108.479000', '133108.482000', '133108.485000', '133108.488000', '133108.491000', '133108.493000', '133108.496000', '133108.499000', '133108.502000', '133108.505000', '133108.508000', '133128.378000', '133128.382000', '133128.386000', '133128.389000', '133128.391000', '133128.394000', '133128.397000', '133128.400000', '133128.403000', '133128.406000', '133128.409000', '133128.411000', '133128.414000', '133128.417000', '133128.420000', '133128.423000', '133128.426000', '133128.428000', '133128.431000', '133128.434000', '133128.437000', '133128.440000', '133128.443000', '133128.446000', '133128.449000', '133128.452000', '133128.455000', '133128.467000', '133128.470000', '133128.473000', '133128.475000', '133128.478000', '133128.481000', '133128.484000', '133128.487000', '133128.489000', '133128.492000', '133128.495000', '133128.498000', '133128.501000', '133128.504000', '133128.507000', '133128.509000', '133148.378000', '133148.381000', '133148.384000', '133148.387000', '133148.389000', '133148.392000', '133148.395000', '133148.398000', '133148.401000', '133148.404000', '133148.406000', '133148.409000', '133148.412000', '133148.415000', '133148.418000', '133148.421000', '133148.424000', '133148.427000', '133148.429000', '133148.432000', '133148.435000', '133148.438000', '133148.441000', '133148.444000', '133148.446000', '133148.449000', '133148.452000', '133148.455000', '133148.458000', '133148.461000', '133148.463000', '133148.466000', '133148.469000', '133148.472000', '133148.475000', '133148.478000', '133148.480000', '133148.483000', '133148.486000', '133148.489000', '133148.492000', '133148.495000', '133148.497000', '133148.500000', '133208.378000', '133208.381000', '133208.384000', '133208.387000', '133208.390000', '133208.393000', '133208.396000', '133208.398000', '133208.401000', '133208.404000', '133208.407000', '133208.410000', '133208.413000', '133208.416000', '133208.419000', '133208.421000', '133208.424000', '133208.427000', '133208.430000', '133208.433000', '133208.436000', '133208.439000', '133208.441000', '133208.444000', '133208.447000', '133208.450000', '133208.453000', '133208.456000', '133208.458000', '133208.461000', '133208.464000', '133208.467000', '133208.470000', '133208.473000', '133208.478000', '133208.482000', '133208.485000', '133208.488000', '133208.490000', '133208.493000', '133208.496000', '133208.499000', '133208.502000', '133228.378000', '133228.381000', '133228.384000', '133228.387000', '133228.390000', '133228.392000', '133228.395000', '133228.398000', '133228.401000', '133228.404000', '133228.407000', '133228.410000', '133228.412000', '133228.415000', '133228.418000', '133228.421000', '133228.424000', '133228.427000', '133228.430000', '133228.432000', '133228.435000', '133228.438000', '133228.441000', '133228.444000', '133228.447000', '133228.449000', '133228.452000', '133228.455000', '133228.458000', '133228.461000', '133228.464000', '133228.467000', '133228.469000', '133228.472000', '133228.475000', '133228.478000', '133228.481000', '133228.483000', '133228.486000', '133228.489000', '133228.492000', '133228.495000', '133228.498000', '133228.501000', '133248.379000', '133248.382000', '133248.385000', '133248.388000', '133248.391000', '133248.394000', '133248.396000', '133248.399000', '133248.402000', '133248.405000', '133248.408000', '133248.411000', '133248.414000', '133248.417000', '133248.420000', '133248.424000', '133248.427000', '133248.430000', '133248.432000', '133248.435000', '133248.438000', '133248.441000', '133248.444000', '133248.447000', '133248.450000', '133248.453000', '133248.455000', '133248.458000', '133248.461000', '133248.464000', '133248.467000', '133248.470000', '133248.473000', '133248.476000', '133248.479000', '133248.481000', '133248.485000', '133248.490000', '133248.506000', '133248.509000', '133248.512000', '133248.515000', '133248.518000', '133308.379000', '133308.384000', '133308.387000', '133308.390000', '133308.393000', '133308.396000', '133308.399000', '133308.401000', '133308.404000', '133308.407000', '133308.410000', '133308.413000', '133308.416000', '133308.419000', '133308.421000', '133308.424000', '133308.427000', '133308.430000', '133308.433000', '133308.436000', '133308.438000', '133308.441000', '133308.444000', '133308.447000', '133308.450000', '133308.453000', '133308.455000', '133308.458000', '133308.461000', '133308.464000', '133308.467000', '133308.470000', '133308.472000', '133308.475000', '133308.478000', '133308.481000', '133308.484000', '133308.487000', '133308.490000', '133308.493000', '133308.495000', '133308.498000', '133308.501000', '133308.504000', '133328.379000', '133328.382000', '133328.385000', '133328.388000', '133328.391000', '133328.393000', '133328.396000', '133328.399000', '133328.402000', '133328.405000', '133328.408000', '133328.411000', '133328.414000', '133328.416000', '133328.419000', '133328.422000', '133328.425000', '133328.428000', '133328.430000', '133328.433000', '133328.436000', '133328.439000', '133328.442000', '133328.445000', '133328.448000', '133328.450000', '133328.453000', '133328.456000', '133328.459000', '133328.462000', '133328.465000', '133328.467000', '133328.470000', '133328.473000', '133328.476000', '133328.479000', '133328.482000', '133328.485000', '133328.487000', '133328.490000', '133328.493000', '133328.496000', '133328.499000', '133348.378000', '133348.381000', '133348.384000', '133348.387000', '133348.390000', '133348.392000', '133348.395000', '133348.398000', '133348.401000', '133348.404000', '133348.407000', '133348.409000', '133348.412000', '133348.415000', '133348.418000', '133348.421000', '133348.424000', '133348.427000', '133348.429000', '133348.432000', '133348.435000', '133348.438000', '133348.441000', '133348.444000', '133348.446000', '133348.449000', '133348.452000', '133348.455000', '133348.458000', '133348.461000', '133348.463000', '133348.466000', '133348.469000', '133348.472000', '133348.475000', '133348.478000', '133348.481000', '133348.484000', '133348.486000', '133348.489000', '133348.492000', '133348.495000', '133348.498000', '133348.500000', '133408.378000', '133408.381000', '133408.384000', '133408.387000', '133408.390000', '133408.392000', '133408.395000', '133408.398000', '133408.401000', '133408.404000', '133408.407000', '133408.410000', '133408.413000', '133408.415000', '133408.418000', '133408.421000', '133408.424000', '133408.427000', '133408.430000', '133408.433000', '133408.435000', '133408.438000', '133408.441000', '133408.444000', '133408.447000', '133408.449000', '133408.452000', '133408.455000', '133408.460000', '133408.463000', '133408.466000', '133408.469000', '133408.471000', '133408.474000', '133408.477000', '133408.480000', '133408.483000', '133408.486000', '133408.489000', '133408.491000', '133408.494000', '133408.497000', '133408.500000', '133428.378000', '133428.381000', '133428.384000', '133428.387000', '133428.390000', '133428.392000', '133428.395000', '133428.398000', '133428.401000', '133428.404000', '133428.407000', '133428.410000', '133428.412000', '133428.415000', '133428.418000', '133428.421000', '133428.425000', '133428.428000', '133428.431000', '133428.434000', '133428.436000', '133428.439000', '133428.442000', '133428.445000', '133428.448000', '133428.451000', '133428.453000', '133428.456000', '133428.459000', '133428.462000', '133428.465000', '133428.468000', '133428.470000', '133428.473000', '133428.476000', '133428.479000', '133428.482000', '133428.485000', '133428.487000', '133428.490000', '133428.493000', '133428.496000', '133428.499000', '133428.502000', '133448.378000', '133448.381000', '133448.384000', '133448.387000', '133448.390000', '133448.393000', '133448.396000', '133448.398000', '133448.401000', '133448.404000', '133448.407000', '133448.410000', '133448.412000', '133448.415000', '133448.418000', '133448.421000', '133448.424000', '133448.427000', '133448.430000', '133448.433000', '133448.435000', '133448.438000', '133448.441000', '133448.444000', '133448.447000', '133448.450000', '133448.452000', '133448.455000', '133448.458000', '133448.461000', '133448.464000', '133448.467000', '133448.469000', '133448.472000', '133448.475000', '133448.478000', '133448.481000', '133448.484000', '133448.487000', '133448.489000', '133448.492000', '133448.495000', '133448.498000', '133508.379000', '133508.382000', '133508.385000', '133508.388000', '133508.391000', '133508.394000', '133508.397000', '133508.399000', '133508.402000', '133508.405000', '133508.408000', '133508.411000', '133508.414000', '133508.417000', '133508.419000', '133508.422000', '133508.425000', '133508.428000', '133508.431000', '133508.434000', '133508.436000', '133508.439000', '133508.442000', '133508.445000', '133508.448000', '133508.451000', '133508.453000', '133508.456000', '133508.459000', '133508.462000', '133508.465000', '133508.468000', '133508.470000', '133508.473000', '133508.476000', '133508.479000', '133508.482000', '133508.485000', '133508.488000', '133508.490000', '133508.493000', '133508.496000', '133508.499000', '133508.502000', '133528.379000', '133528.382000', '133528.385000', '133528.388000', '133528.391000', '133528.394000', '133528.396000', '133528.399000', '133528.402000', '133528.405000', '133528.408000', '133528.410000', '133528.413000', '133528.416000', '133528.419000', '133528.422000', '133528.425000', '133528.428000', '133528.431000', '133528.434000', '133528.437000', '133528.439000', '133528.442000', '133528.445000', '133528.448000', '133528.451000', '133528.454000', '133528.456000', '133528.459000', '133528.462000', '133528.465000', '133528.468000', '133528.471000', '133528.474000', '133528.477000', '133528.479000', '133528.482000', '133528.485000', '133528.488000', '133528.491000', '133528.494000', '133528.498000', '133528.502000', '133548.379000', '133548.382000', '133548.394000', '133548.397000', '133548.400000', '133548.403000', '133548.406000', '133548.409000', '133548.411000', '133548.423000', '133548.425000', '133548.428000', '133548.431000', '133548.434000', '133548.437000', '133548.440000', '133548.442000', '133548.445000', '133548.448000', '133548.451000', '133548.454000', '133548.457000', '133548.460000', '133548.462000', '133548.465000', '133548.468000', '133548.471000', '133548.474000', '133548.477000', '133548.480000', '133548.483000', '133548.485000', '133548.488000', '133548.491000', '133548.494000', '133548.497000', '133548.500000', '133548.502000', '133548.505000', '133548.508000', '133548.511000', '133548.514000', '133548.517000', '133548.519000', '133608.378000', '133608.381000', '133608.384000', '133608.387000', '133608.390000', '133608.393000', '133608.395000', '133608.398000', '133608.401000', '133608.404000', '133608.407000', '133608.410000', '133608.413000', '133608.415000', '133608.418000', '133608.421000', '133608.424000', '133608.427000', '133608.430000', '133608.433000', '133608.435000', '133608.438000', '133608.441000', '133608.444000', '133608.447000', '133608.450000', '133608.452000', '133608.455000', '133608.458000', '133608.461000', '133608.464000', '133608.467000', '133608.470000', '133608.472000', '133608.475000', '133608.478000', '133608.481000', '133608.484000', '133608.487000', '133608.490000', '133608.492000', '133608.495000', '133608.498000', '133628.378000', '133628.381000', '133628.384000', '133628.387000', '133628.390000', '133628.392000', '133628.395000', '133628.398000', '133628.401000', '133628.404000', '133628.407000', '133628.410000', '133628.413000', '133628.415000', '133628.418000', '133628.421000', '133628.424000', '133628.427000', '133628.430000', '133628.433000', '133628.436000', '133628.438000', '133628.441000', '133628.444000', '133628.447000', '133628.450000', '133628.453000', '133628.455000', '133628.458000', '133628.461000', '133628.464000', '133628.467000', '133628.470000', '133628.473000', '133628.475000', '133628.478000', '133628.481000', '133628.484000', '133628.487000', '133628.490000', '133628.492000', '133628.495000', '133628.498000', '133628.501000', '133648.378000', '133648.381000', '133648.384000', '133648.387000', '133648.390000', '133648.393000', '133648.396000', '133648.398000', '133648.401000', '133648.404000', '133648.407000', '133648.410000', '133648.413000', '133648.416000', '133648.419000', '133648.421000', '133648.424000', '133648.427000', '133648.430000', '133648.433000', '133648.436000', '133648.438000', '133648.441000', '133648.444000', '133648.447000', '133648.450000', '133648.453000', '133648.456000', '133648.458000', '133648.461000', '133648.464000', '133648.467000', '133648.470000', '133648.472000', '133648.475000', '133648.478000', '133648.481000', '133648.484000', '133648.487000', '133648.490000', '133648.492000', '133648.511000', '133648.514000', '133708.378000', '133708.381000', '133708.384000', '133708.399000', '133708.402000', '133708.405000', '133708.407000', '133708.411000', '133708.413000', '133708.416000', '133708.419000', '133708.422000', '133708.425000', '133708.428000', '133708.430000', '133708.433000', '133708.436000', '133708.439000', '133708.442000', '133708.445000', '133708.448000', '133708.451000', '133708.453000', '133708.456000', '133708.459000', '133708.462000', '133708.465000', '133708.468000', '133708.471000', '133708.473000', '133708.476000', '133708.479000', '133708.482000', '133708.485000', '133708.488000', '133708.491000', '133708.493000', '133708.496000', '133708.499000', '133708.503000', '133708.506000', '133708.509000', '133708.512000', '133709.342000', '133709.346000', '133709.349000'], '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': [17263, 9582, 17245, 9530, 14531, 10124, 13929, 10170, 15081, 10964, 12091, 11414, 14690, 10905, 15744, 9872, 15199, 9491, 14681, 9282, 14742, 9455, 14340, 10388, 11909, 10219, 14768, 10601, 14353, 10423, 13713, 10372, 14609, 10011, 15212, 8988, 14479, 8962, 14914, 7881, 14140, 10125, 13246, 12543, 13058, 11668, 12687, 13873, 11179, 13924, 10123, 13966, 10464, 14040, 9995, 14181, 9645, 14854, 8945, 14462, 8875, 14318, 8321, 14398, 8080, 14713, 8780, 14525, 8889, 14033, 10323, 14084, 10379, 13904, 10271, 13855, 8448, 13413, 13654, 11193, 13450, 11325, 14128, 11000, 15198, 10462, 14098, 10358, 14162, 9848, 14962, 9773, 14714, 9029, 13473, 10137, 13755, 13572, 10095, 11727, 8642, 13273, 12689, 8385, 12590, 10723, 8095, 13480, 15249, 11190, 14693, 9624, 14402, 10910, 13357, 15174, 11158, 15421, 10758, 14372, 8744, 13963, 9889, 13023, 10142, 10177, 7688, 11707, 8520, 13775, 8444, 13459, 8054, 11816, 10291, 8754, 13922, 9057, 13935, 12899, 11382, 14913, 9891, 14329, 9203, 14750, 10467, 11199, 8344, 15472, 9417, 15744, 9827, 15538, 10879, 12063, 14408, 8432, 13339, 8524, 15107, 8806, 14872, 16087, 11083, 15895, 9856, 14705, 8757, 14500, 9471, 12603, 12063, 10465, 15571, 9601, 14331, 8476, 13679, 9137, 11692, 7949, 12778, 7942, 9373, 14689, 11561, 10195, 13447, 8615, 10187, 8170, 11253, 11242, 8208, 12176, 10636, 10559, 15639, 18032, 12058, 17439, 10364, 16631, 14069, 12955, 20008, 11397, 16957, 9839, 15479, 8853, 14261, 8225, 11797, 14923, 10271, 15732, 9319, 15205, 8507, 14951, 8006, 14208, 12364, 10674, 15541, 9122, 15344, 9262, 12933, 15097, 10716, 14995, 8046, 13934, 8199, 11595, 15672, 9846, 14454, 7929, 13914, 10618, 10466, 15867, 9388, 14493, 7814, 13963, 9013, 11934, 14861, 9992, 15201, 9040, 14667, 8020, 14238, 9823, 12711, 14913, 10360, 15236, 8828, 14391, 10778, 12337, 14940, 10313, 14664, 8906, 14248, 7991, 13156, 14071, 10791, 14634, 10107, 15180, 9220, 14576, 7892, 14091, 10901, 12902, 10580, 11570, 16009, 9724, 14596, 10311, 13498, 10367, 11616, 15680, 10193, 14757, 9084, 13973, 8440, 13374, 12126, 11102, 14564, 10990, 14512, 9035, 14113, 9231, 13235, 12914, 10786, 14443, 10543, 15500, 9714, 14560, 8687, 14795, 7965, 14361, 9291, 13036, 13378, 10569, 15135, 10091, 14943, 7784, 13677, 9193, 12398, 13855, 10535, 15667, 9334, 14163, 8810, 13716, 12439, 11155, 15917, 10121, 14506, 8083, 13658, 10260, 12410, 13919, 10319, 14836, 9694, 13984, 8061, 13955, 7729, 13123, 9724, 11742, 13863, 10433, 14610, 8989, 13633, 8570, 13050, 12838, 11223, 16013, 10627, 14776, 8398, 14194, 9750, 12095, 15359, 10277, 15089, 8666, 14245, 10687, 13228, 12171, 10569, 15681, 10091, 14496, 7903, 14130, 9172, 11942, 14335, 9870, 14843, 8889, 13904, 9931, 12846, 11937, 9663, 15773, 10487, 14382, 8687, 13853, 7852, 13713, 11295, 11455, 14843, 9759, 15256, 8940, 14277, 9256, 14057, 9960, 12042, 13852, 9914, 15680, 9519, 14314, 9226, 13740, 8725, 12389, 13529, 10633, 15745, 10547, 14318, 8466, 13984, 10562, 11675, 14935, 10474, 14633, 8893, 13921, 8351, 12410, 13088, 10741, 16000, 9932, 14288, 7872, 13217, 11249, 12696, 14111, 10413, 17341, 9912, 14271, 8005, 13664, 11626, 12818, 13160, 10803, 15061, 9878, 14082, 9293, 13565, 10982, 11205, 15468, 9420, 15023, 8791, 13754, 8012, 13460, 10155, 11543, 15275, 9480, 14779, 8603, 13736, 11227, 12865, 11371, 10458, 16395, 9929, 14894, 10256, 14182, 10204, 12928, 11475, 10459, 14352, 10363, 14733, 9529, 14135, 8057, 13585, 10555, 11662, 15105, 9994, 15256, 8731, 13953, 10832, 13681, 9076, 11626, 14583, 9757, 15496, 9522, 14471, 10614, 13368, 11949, 9909, 15687, 9500, 14230, 9693, 13227, 9002, 12300, 11759, 10921, 15002, 10724, 14831, 9636, 13970, 7957, 13421, 10336, 12685, 12789, 11136, 12029, 10198, 15547, 9911, 14295, 9390, 14288, 7605, 14026, 10304, 12699, 13163, 11038, 15974, 10016, 14936, 8305, 14024, 9933, 11876, 15028, 10296, 15641, 9685, 14448, 8755, 14455, 7850, 13808, 8155, 12467, 13542, 10476, 15507, 10541, 14757, 8732, 14119, 10712, 12311, 14280, 11109, 14809, 9662, 14613, 9268, 14690, 9045, 14950, 10534, 14374, 9444, 13693, 9245, 12696, 10225, 9733, 10432, 15906, 10645, 14903, 11047, 13303, 8982, 13256, 9471, 12679, 14252, 11125, 12239, 11020, 12536, 9922, 13462, 9218, 12567, 11495, 11936, 10556, 12436, 9262, 12245, 13116, 9861, 13277, 9068, 12382, 9328, 11782, 12928, 9478, 13507, 9840, 12757, 8960, 13499, 11486, 10520, 13875, 10407, 13153, 9594, 13896, 8995, 13442, 9505, 12743, 9826, 13162, 8738, 13982, 9387, 13005, 8581, 11772, 8279, 12805, 8903, 11358, 14412, 9393, 12900, 9062, 10826, 14795, 9214, 13782, 8800, 13362, 9489, 11314, 9293, 11004, 13039, 10535, 13479, 10510, 11948, 8445, 13079, 9658, 13728, 10733, 11008, 11653, 12652, 11181, 15240, 10277, 14611, 8875, 14937, 9132, 14891, 12412, 12079, 13881, 10824, 15428, 10275, 15335, 9223, 14996, 8026, 14778, 8151, 13073, 15357, 10518, 16046, 9297, 15279, 8245, 14619, 8116, 12852, 14031, 9903, 15598, 9137, 14798, 8198, 14287, 7823, 13505, 12161, 11166, 12624, 10532, 15257, 9727, 14533, 8103, 14341, 7777, 13771, 9416, 12639, 13063, 10677, 13254, 9746, 15398, 9687, 14424, 8973, 14007, 10168, 12478, 13281, 10075, 16162, 10703, 14594, 9510, 14696, 8715, 14571, 9066, 15265, 9725, 14460, 9912, 13608, 9632, 12734, 9506, 12429, 14993, 10198, 15982, 9851, 14823, 7995, 14427, 8419, 14113, 8537, 13527, 8562, 12427, 12215, 9527, 12573, 10356, 13542, 11433, 10089, 12498, 9453, 12980, 8229, 13626, 8846, 14280, 9352, 14223, 8683, 13833, 12021, 12765, 10822, 8655, 15454, 10469, 16243, 12916, 16148, 10786, 14125, 14576, 11452, 15970, 10626, 14797, 9544, 14324, 8621, 12434, 9717, 12129, 9858, 13126, 8305, 14556, 8306, 11759, 10193, 12241, 10211, 14665, 9301, 13985, 14840, 10275, 15618, 9593, 14597, 9068, 13087, 9539, 11117, 10949, 10990, 12596, 10773, 14254, 10917, 14512, 9344, 14644, 10461, 13614, 11831, 10573, 11388, 11907, 8008, 13350, 8106, 15567, 11112, 11491, 8501, 11843, 10907, 11845, 10680, 12449, 9438, 13987, 8624, 13390, 15790, 10906, 17671, 9585, 14383, 9331, 14695, 8349, 14261, 8976, 13351, 9074, 13526, 9111, 11661, 14401, 9958, 14589, 9199, 14126, 7664, 13976, 13466, 9882, 14850, 9276, 14075, 8206, 14438, 7978, 13285, 11625, 11254, 13319, 10538, 13657, 9961, 14725, 10223, 14305, 8333, 13975, 8408, 13270, 9836, 11722, 14970, 10312, 14283, 8868, 14648, 10291, 13213, 15143, 10435, 14882, 8789, 14241, 8769, 13519, 13905, 10533, 15323, 9787, 14157, 8138, 13707, 9464, 11846, 14692, 10686, 14670, 8294, 14227, 10227, 11936, 14642, 10423, 14321, 8869, 14034, 7920, 13054, 13786, 10516, 14258, 10183, 14191, 7841, 13164, 9780, 12825, 13398, 11226, 12545, 10269, 15236, 9825, 14268, 8733, 13150, 8500, 13856, 10756, 13753, 11184, 13248, 7888, 12850, 9816, 9177, 13209, 8122, 14292, 16529, 10620, 14794, 13543, 12697, 15315, 9802, 14761, 8851, 13814, 13537, 10366, 17460, 9942, 14529, 8633, 13561, 10033, 11325, 14187, 10105, 13778, 9039, 13955, 9926, 12677, 13105, 9358, 13717, 8680, 13603, 11553, 11983, 13976, 9483, 13862, 8750, 13812, 11463, 11751, 14442, 9403, 13791, 9043, 13466, 10626, 11934, 13523, 9839, 14290, 9296, 13545, 9590, 11137, 14752, 9701, 14420, 10926, 12769, 14733, 9954, 14715, 9053, 14275, 11549, 12317, 13806, 9563, 14375, 8946, 14196, 10592, 11955, 13822, 9790, 14482, 9071, 13963, 11775, 12101, 13982, 9273, 13771, 8992, 13656, 12239, 11476, 14298, 9699, 13752, 8862, 13712, 9455, 11275, 13692, 9929, 15483, 10104, 13575, 9870, 13740, 9385, 13649, 8875, 13654, 8934, 13873, 10565, 11534, 15491, 9977, 14249, 9567, 14446, 11925, 13177, 18471, 10143, 14914, 10641, 14271, 9406, 13906, 9998, 10924, 14684, 10226, 14343, 9299, 14432, 7917, 13631, 9471, 11395, 14309, 10077, 14638, 8847, 14097, 11617, 12875, 13515, 10047, 14621, 9238, 14095, 8764, 13160, 13441, 10279, 13754, 10009, 14369, 8850, 13900, 11948, 12481, 13960, 10573, 14859, 9361, 14336, 10205, 12916, 12955, 10751, 14345, 10024, 15016, 9173, 13427, 9954, 13965, 10485, 12136, 14011, 9833, 15154, 9414, 13819, 11464, 13038, 14620, 10149, 15168, 9642, 14077, 11258, 12824, 11598, 10976, 15225, 9607, 14452, 8626, 13947, 10461, 13008, 8955, 11982, 12555, 10419, 13955, 10496, 14779, 9776, 14408, 8855, 13561, 9800, 13857, 10255, 13178, 12792, 10640, 15082, 9593, 13741, 8940, 14663, 9328, 13789, 11977, 10815, 15302, 10277, 14111, 8741, 14355, 9965, 12522, 11247, 11257, 13344, 10901, 13257, 11059, 15620, 9578, 14508, 10852, 13622, 9111, 11402, 15578, 10486, 14669, 9742, 13989, 11069, 10838, 15489, 10239, 14544, 8934, 14527, 8484, 14153, 9969, 13827, 12777, 10120, 14591, 9780, 13927, 11445, 14538, 9858, 11708, 10687, 8373, 13546, 14824, 9673, 14066, 11427], 'WindowCenter': [4951.0, 4856.0, 4897.0, 4828.0, 4864.0, 4824.0, 4854.0, 4825.0, 4865.0, 4838.0, 4846.0, 4836.0, 4864.0, 4824.0, 4862.0, 4813.0, 4850.0, 4803.0, 4851.0, 4802.0, 4862.0, 4814.0, 4852.0, 4824.0, 4834.0, 4825.0, 4862.0, 4825.0, 4876.0, 4837.0, 4854.0, 4824.0, 4863.0, 4815.0, 4863.0, 4805.0, 4852.0, 4791.0, 4853.0, 4784.0, 4851.0, 4812.0, 4842.0, 4831.0, 4842.0, 4830.0, 4842.0, 4852.0, 4833.0, 4851.0, 4813.0, 4851.0, 4823.0, 4852.0, 4814.0, 4852.0, 4814.0, 4863.0, 4804.0, 4863.0, 4804.0, 4852.0, 4794.0, 4852.0, 4807.0, 4863.0, 4794.0, 4853.0, 4805.0, 4852.0, 4824.0, 4853.0, 4822.0, 4863.0, 4823.0, 4864.0, 4795.0, 4865.0, 4863.0, 4835.0, 4853.0, 4834.0, 4863.0, 4833.0, 4874.0, 4834.0, 4863.0, 4826.0, 4863.0, 4824.0, 4873.0, 4827.0, 4849.0, 4801.0, 4890.0, 4831.0, 4899.0, 4899.0, 4858.0, 4863.0, 4837.0, 4900.0, 4901.0, 4844.0, 4905.0, 4896.0, 4857.0, 4919.0, 4925.0, 4874.0, 4890.0, 4838.0, 4875.0, 4831.0, 4863.0, 4872.0, 4859.0, 4885.0, 4845.0, 4872.0, 4814.0, 4860.0, 4822.0, 4875.0, 4834.0, 4831.0, 4791.0, 4852.0, 4829.0, 4886.0, 4829.0, 4887.0, 4830.0, 4878.0, 4872.0, 4841.0, 4913.0, 4865.0, 4913.0, 4880.0, 4870.0, 4888.0, 4838.0, 4877.0, 4826.0, 4875.0, 4834.0, 4843.0, 4815.0, 4884.0, 4826.0, 4894.0, 4848.0, 4896.0, 4874.0, 4864.0, 4887.0, 4829.0, 4889.0, 4841.0, 4898.0, 4838.0, 4888.0, 4894.0, 4847.0, 4885.0, 4826.0, 4863.0, 4804.0, 4863.0, 4813.0, 4842.0, 4842.0, 4832.0, 4871.0, 4812.0, 4860.0, 4792.0, 4850.0, 4813.0, 4843.0, 4805.0, 4863.0, 4808.0, 4837.0, 4883.0, 4868.0, 4846.0, 4888.0, 4844.0, 4875.0, 4857.0, 4885.0, 4896.0, 4871.0, 4904.0, 4899.0, 4934.0, 4948.0, 4932.0, 4863.0, 4875.0, 4814.0, 4880.0, 4880.0, 4859.0, 4891.0, 4858.0, 4872.0, 4798.0, 4823.0, 4761.0, 4822.0, 4753.0, 4821.0, 4861.0, 4812.0, 4846.0, 4791.0, 4845.0, 4777.0, 4834.0, 4766.0, 4823.0, 4813.0, 4796.0, 4844.0, 4785.0, 4847.0, 4787.0, 4829.0, 4834.0, 4796.0, 4833.0, 4756.0, 4825.0, 4764.0, 4804.0, 4835.0, 4786.0, 4835.0, 4766.0, 4825.0, 4797.0, 4806.0, 4844.0, 4786.0, 4835.0, 4769.0, 4837.0, 4800.0, 4830.0, 4851.0, 4823.0, 4858.0, 4801.0, 4860.0, 4782.0, 4851.0, 4822.0, 4853.0, 4872.0, 4823.0, 4862.0, 4801.0, 4853.0, 4832.0, 4855.0, 4859.0, 4821.0, 4861.0, 4801.0, 4860.0, 4792.0, 4852.0, 4851.0, 4832.0, 4860.0, 4823.0, 4870.0, 4813.0, 4862.0, 4794.0, 4864.0, 4834.0, 4855.0, 4835.0, 4845.0, 4883.0, 4825.0, 4862.0, 4824.0, 4865.0, 4823.0, 4843.0, 4872.0, 4823.0, 4862.0, 4803.0, 4852.0, 4792.0, 4853.0, 4843.0, 4843.0, 4863.0, 4833.0, 4863.0, 4815.0, 4864.0, 4826.0, 4865.0, 4853.0, 4836.0, 4863.0, 4834.0, 4872.0, 4824.0, 4862.0, 4805.0, 4874.0, 4794.0, 4864.0, 4814.0, 4854.0, 4852.0, 4824.0, 4873.0, 4824.0, 4862.0, 4794.0, 4852.0, 4813.0, 4843.0, 4851.0, 4823.0, 4860.0, 4812.0, 4850.0, 4802.0, 4851.0, 4838.0, 4821.0, 4859.0, 4809.0, 4848.0, 4782.0, 4839.0, 4810.0, 4841.0, 4850.0, 4811.0, 4859.0, 4812.0, 4850.0, 4792.0, 4853.0, 4783.0, 4853.0, 4812.0, 4844.0, 4852.0, 4834.0, 4861.0, 4803.0, 4852.0, 4804.0, 4853.0, 4842.0, 4833.0, 4872.0, 4823.0, 4861.0, 4794.0, 4852.0, 4811.0, 4842.0, 4860.0, 4811.0, 4859.0, 4792.0, 4850.0, 4820.0, 4841.0, 4840.0, 4821.0, 4859.0, 4822.0, 4849.0, 4791.0, 4851.0, 4801.0, 4831.0, 4850.0, 4822.0, 4860.0, 4801.0, 4850.0, 4810.0, 4841.0, 4841.0, 4823.0, 4870.0, 4822.0, 4862.0, 4801.0, 4851.0, 4794.0, 4863.0, 4832.0, 4844.0, 4861.0, 4813.0, 4871.0, 4816.0, 4862.0, 4813.0, 4866.0, 4823.0, 4843.0, 4852.0, 4823.0, 4872.0, 4823.0, 4861.0, 4812.0, 4851.0, 4803.0, 4853.0, 4863.0, 4833.0, 4871.0, 4833.0, 4862.0, 4803.0, 4862.0, 4832.0, 4843.0, 4860.0, 4822.0, 4862.0, 4802.0, 4850.0, 4792.0, 4842.0, 4840.0, 4822.0, 4870.0, 4812.0, 4851.0, 4793.0, 4851.0, 4831.0, 4852.0, 4851.0, 4823.0, 4879.0, 4824.0, 4862.0, 4806.0, 4863.0, 4842.0, 4854.0, 4852.0, 4833.0, 4861.0, 4823.0, 4864.0, 4813.0, 4852.0, 4821.0, 4833.0, 4871.0, 4813.0, 4861.0, 4805.0, 4862.0, 4794.0, 4854.0, 4824.0, 4844.0, 4873.0, 4824.0, 4863.0, 4815.0, 4864.0, 4834.0, 4855.0, 4843.0, 4834.0, 4882.0, 4825.0, 4862.0, 4823.0, 4867.0, 4823.0, 4853.0, 4843.0, 4834.0, 4851.0, 4823.0, 4861.0, 4824.0, 4863.0, 4806.0, 4864.0, 4823.0, 4845.0, 4862.0, 4823.0, 4862.0, 4804.0, 4852.0, 4832.0, 4865.0, 4803.0, 4843.0, 4861.0, 4813.0, 4861.0, 4812.0, 4850.0, 4821.0, 4851.0, 4829.0, 4811.0, 4859.0, 4810.0, 4849.0, 4800.0, 4842.0, 4799.0, 4830.0, 4829.0, 4820.0, 4871.0, 4834.0, 4862.0, 4826.0, 4862.0, 4805.0, 4852.0, 4810.0, 4854.0, 4852.0, 4832.0, 4841.0, 4823.0, 4887.0, 4836.0, 4863.0, 4812.0, 4850.0, 4782.0, 4850.0, 4821.0, 4853.0, 4841.0, 4823.0, 4860.0, 4812.0, 4849.0, 4791.0, 4850.0, 4808.0, 4830.0, 4848.0, 4810.0, 4857.0, 4800.0, 4848.0, 4801.0, 4850.0, 4782.0, 4851.0, 4792.0, 4843.0, 4853.0, 4834.0, 4861.0, 4823.0, 4861.0, 4803.0, 4852.0, 4823.0, 4843.0, 4836.0, 4842.0, 4883.0, 4832.0, 4894.0, 4848.0, 4882.0, 4799.0, 4856.0, 4816.0, 4870.0, 4859.0, 4910.0, 4874.0, 4914.0, 4886.0, 4862.0, 4872.0, 4904.0, 4844.0, 4883.0, 4856.0, 4877.0, 4838.0, 4876.0, 4849.0, 4880.0, 4885.0, 4854.0, 4852.0, 4842.0, 4862.0, 4835.0, 4861.0, 4823.0, 4853.0, 4853.0, 4854.0, 4844.0, 4865.0, 4835.0, 4865.0, 4862.0, 4833.0, 4864.0, 4815.0, 4866.0, 4825.0, 4853.0, 4862.0, 4849.0, 4874.0, 4836.0, 4877.0, 4812.0, 4862.0, 4841.0, 4834.0, 4861.0, 4847.0, 4863.0, 4835.0, 4874.0, 4824.0, 4860.0, 4834.0, 4867.0, 4847.0, 4878.0, 4828.0, 4889.0, 4841.0, 4876.0, 4828.0, 4855.0, 4828.0, 4877.0, 4814.0, 4842.0, 4861.0, 4813.0, 4852.0, 4811.0, 4833.0, 4870.0, 4813.0, 4860.0, 4802.0, 4848.0, 4810.0, 4831.0, 4813.0, 4870.0, 4880.0, 4878.0, 4882.0, 4835.0, 4843.0, 4818.0, 4880.0, 4853.0, 4893.0, 4873.0, 4871.0, 4868.0, 4861.0, 4857.0, 4872.0, 4824.0, 4863.0, 4815.0, 4865.0, 4816.0, 4876.0, 4855.0, 4841.0, 4849.0, 4821.0, 4858.0, 4810.0, 4858.0, 4801.0, 4859.0, 4781.0, 4860.0, 4792.0, 4841.0, 4856.0, 4809.0, 4859.0, 4798.0, 4847.0, 4779.0, 4847.0, 4779.0, 4827.0, 4847.0, 4809.0, 4858.0, 4799.0, 4848.0, 4779.0, 4847.0, 4780.0, 4849.0, 4828.0, 4830.0, 4839.0, 4821.0, 4870.0, 4813.0, 4861.0, 4792.0, 4860.0, 4794.0, 4862.0, 4825.0, 4854.0, 4862.0, 4833.0, 4863.0, 4825.0, 4872.0, 4824.0, 4862.0, 4814.0, 4863.0, 4823.0, 4853.0, 4862.0, 4835.0, 4882.0, 4834.0, 4872.0, 4823.0, 4871.0, 4804.0, 4872.0, 4814.0, 4874.0, 4825.0, 4864.0, 4823.0, 4862.0, 4822.0, 4852.0, 4823.0, 4853.0, 4872.0, 4834.0, 4881.0, 4822.0, 4862.0, 4793.0, 4860.0, 4815.0, 4862.0, 4801.0, 4863.0, 4803.0, 4834.0, 4833.0, 4833.0, 4873.0, 4856.0, 4868.0, 4837.0, 4827.0, 4851.0, 4833.0, 4885.0, 4840.0, 4910.0, 4864.0, 4922.0, 4877.0, 4911.0, 4841.0, 4887.0, 4865.0, 4864.0, 4847.0, 4828.0, 4897.0, 4872.0, 4911.0, 4877.0, 4886.0, 4846.0, 4858.0, 4859.0, 4829.0, 4869.0, 4818.0, 4848.0, 4797.0, 4847.0, 4791.0, 4839.0, 4799.0, 4843.0, 4819.0, 4848.0, 4817.0, 4884.0, 4813.0, 4853.0, 4846.0, 4865.0, 4845.0, 4886.0, 4810.0, 4861.0, 4870.0, 4823.0, 4870.0, 4811.0, 4859.0, 4800.0, 4840.0, 4808.0, 4830.0, 4818.0, 4828.0, 4839.0, 4831.0, 4862.0, 4833.0, 4861.0, 4811.0, 4861.0, 4832.0, 4877.0, 4843.0, 4847.0, 4856.0, 4866.0, 4802.0, 4886.0, 4847.0, 4904.0, 4878.0, 4848.0, 4816.0, 4858.0, 4850.0, 4873.0, 4861.0, 4870.0, 4827.0, 4874.0, 4815.0, 4850.0, 4859.0, 4820.0, 4868.0, 4801.0, 4851.0, 4812.0, 4861.0, 4793.0, 4875.0, 4803.0, 4850.0, 4788.0, 4837.0, 4787.0, 4829.0, 4848.0, 4811.0, 4850.0, 4800.0, 4838.0, 4780.0, 4848.0, 4825.0, 4797.0, 4835.0, 4788.0, 4836.0, 4778.0, 4846.0, 4779.0, 4838.0, 4818.0, 4819.0, 4838.0, 4809.0, 4848.0, 4810.0, 4859.0, 4821.0, 4861.0, 4793.0, 4851.0, 4792.0, 4851.0, 4811.0, 4831.0, 4860.0, 4811.0, 4849.0, 4800.0, 4849.0, 4809.0, 4839.0, 4847.0, 4808.0, 4847.0, 4788.0, 4837.0, 4778.0, 4837.0, 4837.0, 4819.0, 4848.0, 4798.0, 4837.0, 4779.0, 4837.0, 4798.0, 4829.0, 4847.0, 4809.0, 4848.0, 4790.0, 4849.0, 4809.0, 4830.0, 4848.0, 4810.0, 4849.0, 4790.0, 4839.0, 4780.0, 4841.0, 4848.0, 4821.0, 4850.0, 4821.0, 4851.0, 4793.0, 4840.0, 4812.0, 4842.0, 4851.0, 4835.0, 4852.0, 4835.0, 4873.0, 4825.0, 4863.0, 4791.0, 4797.0, 4800.0, 4873.0, 4856.0, 4885.0, 4868.0, 4874.0, 4817.0, 4874.0, 4848.0, 4850.0, 4900.0, 4846.0, 4927.0, 4935.0, 4875.0, 4896.0, 4877.0, 4866.0, 4880.0, 4825.0, 4871.0, 4811.0, 4864.0, 4863.0, 4834.0, 4893.0, 4833.0, 4872.0, 4803.0, 4862.0, 4820.0, 4832.0, 4859.0, 4834.0, 4864.0, 4814.0, 4872.0, 4824.0, 4863.0, 4863.0, 4812.0, 4862.0, 4803.0, 4861.0, 4842.0, 4853.0, 4860.0, 4824.0, 4872.0, 4816.0, 4863.0, 4842.0, 4853.0, 4870.0, 4814.0, 4862.0, 4815.0, 4863.0, 4834.0, 4854.0, 4862.0, 4834.0, 4872.0, 4824.0, 4864.0, 4824.0, 4846.0, 4871.0, 4823.0, 4873.0, 4843.0, 4862.0, 4869.0, 4822.0, 4872.0, 4814.0, 4874.0, 4843.0, 4852.0, 4860.0, 4824.0, 4871.0, 4815.0, 4872.0, 4843.0, 4854.0, 4862.0, 4836.0, 4873.0, 4826.0, 4874.0, 4852.0, 4864.0, 4873.0, 4824.0, 4875.0, 4826.0, 4875.0, 4864.0, 4854.0, 4872.0, 4834.0, 4886.0, 4826.0, 4888.0, 4849.0, 4879.0, 4885.0, 4859.0, 4896.0, 4845.0, 4875.0, 4861.0, 4882.0, 4839.0, 4886.0, 4839.0, 4889.0, 4840.0, 4888.0, 4856.0, 4869.0, 4897.0, 4848.0, 4887.0, 4840.0, 4888.0, 4866.0, 4876.0, 4902.0, 4836.0, 4884.0, 4845.0, 4873.0, 4825.0, 4862.0, 4822.0, 4833.0, 4870.0, 4823.0, 4868.0, 4812.0, 4861.0, 4804.0, 4862.0, 4820.0, 4853.0, 4871.0, 4823.0, 4873.0, 4824.0, 4873.0, 4843.0, 4863.0, 4860.0, 4824.0, 4871.0, 4824.0, 4872.0, 4812.0, 4863.0, 4862.0, 4834.0, 4863.0, 4833.0, 4871.0, 4815.0, 4863.0, 4852.0, 4865.0, 4873.0, 4833.0, 4873.0, 4824.0, 4873.0, 4832.0, 4863.0, 4862.0, 4844.0, 4871.0, 4835.0, 4882.0, 4822.0, 4863.0, 4833.0, 4873.0, 4845.0, 4866.0, 4874.0, 4836.0, 4884.0, 4825.0, 4872.0, 4854.0, 4872.0, 4885.0, 4835.0, 4884.0, 4835.0, 4874.0, 4845.0, 4865.0, 4855.0, 4844.0, 4881.0, 4821.0, 4871.0, 4815.0, 4875.0, 4835.0, 4865.0, 4823.0, 4856.0, 4878.0, 4859.0, 4885.0, 4847.0, 4885.0, 4838.0, 4889.0, 4828.0, 4877.0, 4838.0, 4887.0, 4847.0, 4878.0, 4875.0, 4848.0, 4887.0, 4836.0, 4864.0, 4817.0, 4875.0, 4826.0, 4876.0, 4855.0, 4847.0, 4884.0, 4834.0, 4874.0, 4815.0, 4875.0, 4824.0, 4854.0, 4843.0, 4844.0, 4874.0, 4846.0, 4876.0, 4856.0, 4892.0, 4838.0, 4875.0, 4844.0, 4877.0, 4816.0, 4856.0, 4884.0, 4834.0, 4874.0, 4822.0, 4865.0, 4846.0, 4836.0, 4873.0, 4824.0, 4861.0, 4815.0, 4862.0, 4803.0, 4862.0, 4824.0, 4862.0, 4851.0, 4834.0, 4873.0, 4836.0, 4874.0, 4855.0, 4884.0, 4847.0, 4866.0, 4858.0, 4829.0, 4888.0, 4887.0, 4838.0, 4877.0, 4855.0], 'WindowWidth': [10731.0, 10590.0, 10627.0, 10532.0, 10576.0, 10521.0, 10561.0, 10524.0, 10578.0, 10545.0, 10554.0, 10539.0, 10577.0, 10520.0, 10571.0, 10502.0, 10549.0, 10488.0, 10553.0, 10488.0, 10570.0, 10508.0, 10556.0, 10519.0, 10534.0, 10522.0, 10570.0, 10521.0, 10599.0, 10542.0, 10561.0, 10520.0, 10572.0, 10508.0, 10571.0, 10494.0, 10556.0, 10469.0, 10554.0, 10466.0, 10551.0, 10500.0, 10539.0, 10525.0, 10540.0, 10523.0, 10541.0, 10555.0, 10530.0, 10554.0, 10502.0, 10554.0, 10516.0, 10556.0, 10507.0, 10558.0, 10508.0, 10572.0, 10494.0, 10573.0, 10491.0, 10555.0, 10480.0, 10555.0, 10504.0, 10573.0, 10478.0, 10557.0, 10495.0, 10556.0, 10522.0, 10558.0, 10516.0, 10575.0, 10519.0, 10574.0, 10484.0, 10579.0, 10574.0, 10537.0, 10560.0, 10534.0, 10573.0, 10533.0, 10590.0, 10535.0, 10573.0, 10527.0, 10574.0, 10522.0, 10587.0, 10529.0, 10546.0, 10483.0, 10630.0, 10531.0, 10646.0, 10642.0, 10587.0, 10582.0, 10556.0, 10646.0, 10650.0, 10575.0, 10664.0, 10650.0, 10600.0, 10685.0, 10693.0, 10613.0, 10630.0, 10555.0, 10597.0, 10531.0, 10576.0, 10587.0, 10582.0, 10613.0, 10555.0, 10589.0, 10513.0, 10568.0, 10519.0, 10601.0, 10542.0, 10532.0, 10480.0, 10562.0, 10545.0, 10620.0, 10547.0, 10622.0, 10551.0, 10612.0, 10613.0, 10566.0, 10668.0, 10609.0, 10669.0, 10614.0, 10599.0, 10624.0, 10552.0, 10604.0, 10531.0, 10596.0, 10537.0, 10551.0, 10515.0, 10608.0, 10533.0, 10625.0, 10568.0, 10632.0, 10613.0, 10584.0, 10616.0, 10544.0, 10624.0, 10564.0, 10636.0, 10555.0, 10621.0, 10626.0, 10558.0, 10613.0, 10528.0, 10574.0, 10494.0, 10573.0, 10507.0, 10545.0, 10545.0, 10532.0, 10586.0, 10504.0, 10565.0, 10476.0, 10554.0, 10508.0, 10550.0, 10503.0, 10580.0, 10510.0, 10552.0, 10608.0, 10594.0, 10562.0, 10622.0, 10573.0, 10618.0, 10599.0, 10632.0, 10649.0, 10624.0, 10658.0, 10660.0, 10733.0, 10736.0, 10697.0, 10591.0, 10598.0, 10505.0, 10608.0, 10608.0, 10578.0, 10609.0, 10576.0, 10587.0, 10472.0, 10499.0, 10411.0, 10497.0, 10404.0, 10508.0, 10568.0, 10499.0, 10540.0, 10466.0, 10533.0, 10445.0, 10517.0, 10427.0, 10502.0, 10487.0, 10466.0, 10533.0, 10453.0, 10539.0, 10456.0, 10514.0, 10517.0, 10465.0, 10514.0, 10411.0, 10504.0, 10423.0, 10475.0, 10518.0, 10455.0, 10520.0, 10427.0, 10506.0, 10470.0, 10483.0, 10533.0, 10457.0, 10522.0, 10435.0, 10527.0, 10483.0, 10522.0, 10553.0, 10519.0, 10563.0, 10486.0, 10563.0, 10461.0, 10555.0, 10516.0, 10560.0, 10587.0, 10519.0, 10570.0, 10487.0, 10558.0, 10530.0, 10563.0, 10567.0, 10512.0, 10568.0, 10486.0, 10565.0, 10477.0, 10557.0, 10554.0, 10531.0, 10567.0, 10519.0, 10581.0, 10508.0, 10571.0, 10483.0, 10578.0, 10535.0, 10565.0, 10539.0, 10555.0, 10603.0, 10526.0, 10572.0, 10521.0, 10579.0, 10518.0, 10547.0, 10585.0, 10520.0, 10571.0, 10493.0, 10558.0, 10477.0, 10561.0, 10547.0, 10548.0, 10576.0, 10535.0, 10576.0, 10511.0, 10578.0, 10528.0, 10582.0, 10561.0, 10541.0, 10577.0, 10535.0, 10585.0, 10522.0, 10573.0, 10497.0, 10590.0, 10483.0, 10577.0, 10510.0, 10563.0, 10557.0, 10522.0, 10590.0, 10521.0, 10570.0, 10483.0, 10558.0, 10507.0, 10545.0, 10555.0, 10516.0, 10567.0, 10502.0, 10551.0, 10488.0, 10552.0, 10532.0, 10510.0, 10562.0, 10493.0, 10545.0, 10460.0, 10535.0, 10494.0, 10539.0, 10548.0, 10497.0, 10563.0, 10503.0, 10552.0, 10475.0, 10558.0, 10463.0, 10559.0, 10504.0, 10549.0, 10559.0, 10537.0, 10570.0, 10493.0, 10557.0, 10496.0, 10561.0, 10542.0, 10534.0, 10586.0, 10517.0, 10569.0, 10481.0, 10556.0, 10498.0, 10542.0, 10566.0, 10499.0, 10562.0, 10474.0, 10551.0, 10510.0, 10540.0, 10536.0, 10512.0, 10564.0, 10516.0, 10549.0, 10472.0, 10555.0, 10486.0, 10526.0, 10552.0, 10517.0, 10564.0, 10485.0, 10552.0, 10496.0, 10541.0, 10540.0, 10519.0, 10579.0, 10515.0, 10573.0, 10488.0, 10555.0, 10484.0, 10574.0, 10529.0, 10549.0, 10570.0, 10506.0, 10585.0, 10517.0, 10574.0, 10507.0, 10582.0, 10519.0, 10546.0, 10557.0, 10520.0, 10587.0, 10520.0, 10569.0, 10503.0, 10555.0, 10493.0, 10561.0, 10578.0, 10534.0, 10584.0, 10533.0, 10572.0, 10494.0, 10572.0, 10531.0, 10547.0, 10568.0, 10517.0, 10571.0, 10489.0, 10552.0, 10475.0, 10542.0, 10536.0, 10514.0, 10580.0, 10502.0, 10554.0, 10477.0, 10555.0, 10527.0, 10556.0, 10553.0, 10517.0, 10594.0, 10521.0, 10571.0, 10504.0, 10575.0, 10544.0, 10564.0, 10555.0, 10534.0, 10571.0, 10521.0, 10575.0, 10505.0, 10557.0, 10513.0, 10532.0, 10580.0, 10505.0, 10571.0, 10498.0, 10572.0, 10480.0, 10562.0, 10522.0, 10550.0, 10589.0, 10522.0, 10577.0, 10514.0, 10577.0, 10535.0, 10566.0, 10545.0, 10536.0, 10601.0, 10525.0, 10573.0, 10518.0, 10586.0, 10519.0, 10560.0, 10547.0, 10535.0, 10556.0, 10520.0, 10571.0, 10522.0, 10574.0, 10501.0, 10578.0, 10520.0, 10552.0, 10573.0, 10520.0, 10571.0, 10495.0, 10557.0, 10529.0, 10581.0, 10493.0, 10547.0, 10570.0, 10507.0, 10569.0, 10502.0, 10553.0, 10511.0, 10552.0, 10521.0, 10498.0, 10562.0, 10495.0, 10549.0, 10481.0, 10539.0, 10481.0, 10522.0, 10522.0, 10511.0, 10584.0, 10534.0, 10572.0, 10529.0, 10571.0, 10499.0, 10557.0, 10495.0, 10561.0, 10555.0, 10529.0, 10542.0, 10519.0, 10617.0, 10545.0, 10574.0, 10502.0, 10549.0, 10463.0, 10551.0, 10511.0, 10561.0, 10540.0, 10518.0, 10565.0, 10500.0, 10548.0, 10469.0, 10549.0, 10492.0, 10521.0, 10543.0, 10495.0, 10555.0, 10481.0, 10545.0, 10484.0, 10550.0, 10460.0, 10554.0, 10474.0, 10545.0, 10562.0, 10535.0, 10569.0, 10518.0, 10569.0, 10492.0, 10556.0, 10518.0, 10546.0, 10524.0, 10549.0, 10609.0, 10541.0, 10628.0, 10574.0, 10607.0, 10485.0, 10556.0, 10502.0, 10586.0, 10589.0, 10666.0, 10621.0, 10675.0, 10638.0, 10601.0, 10613.0, 10643.0, 10557.0, 10612.0, 10578.0, 10609.0, 10555.0, 10606.0, 10576.0, 10616.0, 10617.0, 10570.0, 10566.0, 10551.0, 10580.0, 10544.0, 10578.0, 10528.0, 10567.0, 10567.0, 10569.0, 10555.0, 10586.0, 10547.0, 10588.0, 10579.0, 10540.0, 10583.0, 10515.0, 10587.0, 10529.0, 10567.0, 10578.0, 10575.0, 10597.0, 10548.0, 10606.0, 10508.0, 10576.0, 10545.0, 10539.0, 10576.0, 10565.0, 10582.0, 10547.0, 10597.0, 10529.0, 10572.0, 10542.0, 10590.0, 10565.0, 10608.0, 10542.0, 10625.0, 10560.0, 10602.0, 10540.0, 10572.0, 10543.0, 10606.0, 10514.0, 10549.0, 10574.0, 10507.0, 10562.0, 10504.0, 10534.0, 10584.0, 10508.0, 10568.0, 10491.0, 10549.0, 10500.0, 10531.0, 10509.0, 10602.0, 10614.0, 10626.0, 10620.0, 10542.0, 10550.0, 10523.0, 10614.0, 10582.0, 10635.0, 10609.0, 10604.0, 10592.0, 10574.0, 10574.0, 10587.0, 10521.0, 10574.0, 10510.0, 10579.0, 10514.0, 10597.0, 10567.0, 10542.0, 10548.0, 10509.0, 10559.0, 10494.0, 10559.0, 10486.0, 10563.0, 10459.0, 10564.0, 10476.0, 10539.0, 10555.0, 10493.0, 10561.0, 10476.0, 10541.0, 10452.0, 10542.0, 10451.0, 10516.0, 10542.0, 10494.0, 10559.0, 10480.0, 10546.0, 10451.0, 10541.0, 10457.0, 10547.0, 10519.0, 10524.0, 10536.0, 10514.0, 10581.0, 10506.0, 10569.0, 10478.0, 10567.0, 10482.0, 10572.0, 10527.0, 10567.0, 10574.0, 10535.0, 10576.0, 10526.0, 10588.0, 10523.0, 10573.0, 10511.0, 10574.0, 10520.0, 10562.0, 10573.0, 10541.0, 10602.0, 10538.0, 10589.0, 10520.0, 10583.0, 10497.0, 10586.0, 10510.0, 10593.0, 10528.0, 10577.0, 10522.0, 10574.0, 10518.0, 10560.0, 10520.0, 10561.0, 10589.0, 10539.0, 10601.0, 10519.0, 10572.0, 10479.0, 10567.0, 10516.0, 10571.0, 10487.0, 10576.0, 10494.0, 10523.0, 10528.0, 10546.0, 10600.0, 10582.0, 10586.0, 10537.0, 10524.0, 10561.0, 10542.0, 10619.0, 10565.0, 10662.0, 10605.0, 10682.0, 10630.0, 10668.0, 10565.0, 10624.0, 10590.0, 10585.0, 10563.0, 10543.0, 10633.0, 10608.0, 10666.0, 10606.0, 10616.0, 10559.0, 10566.0, 10564.0, 10522.0, 10582.0, 10507.0, 10548.0, 10475.0, 10543.0, 10474.0, 10534.0, 10481.0, 10547.0, 10513.0, 10549.0, 10522.0, 10611.0, 10513.0, 10568.0, 10562.0, 10587.0, 10560.0, 10615.0, 10504.0, 10573.0, 10584.0, 10521.0, 10583.0, 10500.0, 10564.0, 10485.0, 10539.0, 10498.0, 10525.0, 10508.0, 10522.0, 10538.0, 10530.0, 10574.0, 10538.0, 10573.0, 10505.0, 10571.0, 10532.0, 10605.0, 10551.0, 10566.0, 10576.0, 10590.0, 10499.0, 10616.0, 10586.0, 10649.0, 10625.0, 10562.0, 10518.0, 10580.0, 10566.0, 10605.0, 10587.0, 10599.0, 10533.0, 10595.0, 10512.0, 10551.0, 10563.0, 10509.0, 10574.0, 10485.0, 10555.0, 10503.0, 10567.0, 10479.0, 10594.0, 10493.0, 10550.0, 10462.0, 10526.0, 10459.0, 10518.0, 10547.0, 10498.0, 10550.0, 10482.0, 10529.0, 10456.0, 10542.0, 10507.0, 10471.0, 10523.0, 10460.0, 10525.0, 10448.0, 10539.0, 10454.0, 10530.0, 10504.0, 10505.0, 10530.0, 10493.0, 10546.0, 10497.0, 10564.0, 10513.0, 10568.0, 10480.0, 10553.0, 10476.0, 10554.0, 10498.0, 10527.0, 10566.0, 10497.0, 10549.0, 10483.0, 10548.0, 10492.0, 10532.0, 10542.0, 10488.0, 10540.0, 10462.0, 10527.0, 10447.0, 10528.0, 10529.0, 10507.0, 10545.0, 10475.0, 10526.0, 10451.0, 10528.0, 10474.0, 10519.0, 10544.0, 10493.0, 10546.0, 10469.0, 10546.0, 10493.0, 10522.0, 10544.0, 10494.0, 10546.0, 10468.0, 10532.0, 10456.0, 10538.0, 10546.0, 10512.0, 10551.0, 10512.0, 10554.0, 10479.0, 10538.0, 10503.0, 10544.0, 10554.0, 10538.0, 10558.0, 10538.0, 10590.0, 10525.0, 10576.0, 10471.0, 10452.0, 10486.0, 10594.0, 10575.0, 10614.0, 10598.0, 10599.0, 10526.0, 10598.0, 10571.0, 10577.0, 10646.0, 10583.0, 10695.0, 10705.0, 10617.0, 10640.0, 10604.0, 10586.0, 10601.0, 10528.0, 10590.0, 10506.0, 10582.0, 10578.0, 10542.0, 10622.0, 10540.0, 10589.0, 10497.0, 10573.0, 10514.0, 10534.0, 10569.0, 10539.0, 10579.0, 10514.0, 10589.0, 10526.0, 10579.0, 10576.0, 10506.0, 10575.0, 10497.0, 10573.0, 10547.0, 10563.0, 10572.0, 10524.0, 10591.0, 10516.0, 10578.0, 10548.0, 10565.0, 10586.0, 10513.0, 10576.0, 10514.0, 10577.0, 10541.0, 10568.0, 10579.0, 10541.0, 10591.0, 10526.0, 10581.0, 10528.0, 10558.0, 10589.0, 10525.0, 10591.0, 10553.0, 10577.0, 10584.0, 10522.0, 10591.0, 10515.0, 10593.0, 10551.0, 10562.0, 10571.0, 10527.0, 10588.0, 10517.0, 10591.0, 10553.0, 10569.0, 10577.0, 10546.0, 10594.0, 10533.0, 10596.0, 10566.0, 10583.0, 10595.0, 10530.0, 10599.0, 10534.0, 10598.0, 10582.0, 10569.0, 10592.0, 10542.0, 10618.0, 10535.0, 10623.0, 10578.0, 10617.0, 10619.0, 10590.0, 10631.0, 10558.0, 10602.0, 10591.0, 10611.0, 10558.0, 10618.0, 10561.0, 10627.0, 10562.0, 10625.0, 10578.0, 10598.0, 10635.0, 10569.0, 10623.0, 10559.0, 10622.0, 10590.0, 10603.0, 10636.0, 10546.0, 10612.0, 10557.0, 10592.0, 10530.0, 10576.0, 10521.0, 10537.0, 10586.0, 10522.0, 10583.0, 10508.0, 10572.0, 10500.0, 10576.0, 10519.0, 10565.0, 10588.0, 10525.0, 10594.0, 10528.0, 10592.0, 10551.0, 10579.0, 10572.0, 10527.0, 10588.0, 10528.0, 10590.0, 10510.0, 10580.0, 10576.0, 10541.0, 10581.0, 10539.0, 10588.0, 10516.0, 10580.0, 10564.0, 10584.0, 10594.0, 10539.0, 10592.0, 10528.0, 10591.0, 10537.0, 10577.0, 10575.0, 10554.0, 10589.0, 10543.0, 10606.0, 10525.0, 10580.0, 10538.0, 10596.0, 10557.0, 10587.0, 10598.0, 10548.0, 10610.0, 10531.0, 10595.0, 10569.0, 10595.0, 10613.0, 10546.0, 10612.0, 10545.0, 10597.0, 10555.0, 10584.0, 10570.0, 10555.0, 10602.0, 10521.0, 10588.0, 10517.0, 10597.0, 10542.0, 10583.0, 10526.0, 10576.0, 10611.0, 10585.0, 10614.0, 10563.0, 10614.0, 10553.0, 10623.0, 10538.0, 10603.0, 10551.0, 10619.0, 10567.0, 10608.0, 10601.0, 10566.0, 10618.0, 10546.0, 10582.0, 10519.0, 10595.0, 10534.0, 10599.0, 10570.0, 10561.0, 10609.0, 10539.0, 10595.0, 10514.0, 10595.0, 10525.0, 10566.0, 10551.0, 10555.0, 10595.0, 10559.0, 10602.0, 10574.0, 10621.0, 10551.0, 10597.0, 10554.0, 10603.0, 10518.0, 10570.0, 10608.0, 10540.0, 10592.0, 10521.0, 10582.0, 10557.0, 10541.0, 10590.0, 10522.0, 10570.0, 10513.0, 10574.0, 10495.0, 10573.0, 10524.0, 10573.0, 10556.0, 10541.0, 10591.0, 10545.0, 10596.0, 10572.0, 10613.0, 10564.0, 10591.0, 10580.0, 10543.0, 10622.0, 10620.0, 10551.0, 10600.0, 10570.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.0013476619273301738</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03996272993680885</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.056201992102714</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1544281955177864</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9593641711541495</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4859</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5912.4395</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1431033849925587</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.033175355450236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.607433018040257</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.464946032140198</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9258456575151306</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.431507364465442</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0113074</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009456487372517586</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036371394991874695</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.983168696096937</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9551</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.6277</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.7749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1085.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.7785</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4082</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.686</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4035.2168</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4273.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1409.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5244.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.7571</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.758861331501976</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> |