=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
138 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
138 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-0059_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-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_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-0059/figures/sub-0059_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_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-0059/ses-04/func/sub-0059_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>e1c8b70340f7864fe47c65377de5d07a</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:15:30.992500</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_VE11E_LATEST_20181129</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.999741, -0.0132129, -0.0185081, 0.0148326, 0.995804, 0.0903034]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0918319</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7750, -7290, 482, -44, -148, 24, -2]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e0208201-600e-444b-bdeb-f349926d3ac8||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6822330951690674, 0.039794761687517166, -0.04654070734977722, 108.3907241821289], [0.03544912114739418, 2.6716690063476562, 0.24449725449085236, -93.33219146728516], [-0.04965595155954361, -0.2422773391008377, 2.688504219055176, -71.04967498779297], [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': ['111530.992500', '111531.452500', '111531.912500', '111532.372500', '111532.832500', '111533.292500', '111533.752500', '111534.212500', '111534.672500', '111535.132500', '111535.592500', '111536.052500', '111536.512500', '111536.972500', '111537.432500', '111537.892500', '111538.352500', '111538.812500', '111539.272500', '111539.732500', '111540.192500', '111540.652500', '111541.112500', '111541.572500', '111542.032500', '111542.492500', '111542.952500', '111543.412500', '111543.872500', '111544.332500', '111544.792500', '111545.252500', '111545.712500', '111546.172500', '111546.632500', '111547.092500', '111547.552500', '111548.012500', '111548.472500', '111548.932500', '111549.392500', '111549.852500', '111550.312500', '111550.772500', '111551.232500', '111551.692500', '111552.152500', '111552.612500', '111553.072500', '111553.532500', '111553.992500', '111554.452500', '111554.912500', '111555.372500', '111555.832500', '111556.292500', '111556.752500', '111557.212500', '111557.672500', '111558.132500', '111558.592500', '111559.052500', '111559.512500', '111559.972500', '111600.432500', '111600.892500', '111601.352500', '111601.812500', '111602.272500', '111602.732500', '111603.192500', '111603.652500', '111604.112500', '111604.572500', '111605.032500', '111605.492500', '111605.952500', '111606.412500', '111606.872500', '111607.332500', '111607.792500', '111608.252500', '111608.712500', '111609.172500', '111609.632500', '111610.092500', '111610.552500', '111611.012500', '111611.472500', '111611.932500', '111612.392500', '111612.852500', '111613.312500', '111613.772500', '111614.232500', '111614.692500', '111615.152500', '111615.612500', '111616.072500', '111616.532500', '111616.992500', '111617.452500', '111617.912500', '111618.372500', '111618.832500', '111619.292500', '111619.752500', '111620.212500', '111620.672500', '111621.132500', '111621.592500', '111622.052500', '111622.512500', '111622.972500', '111623.432500', '111623.892500', '111624.352500', '111624.812500', '111625.272500', '111625.732500', '111626.192500', '111626.652500', '111627.112500', '111627.572500', '111628.032500', '111628.492500', '111628.952500', '111629.412500', '111629.872500', '111630.332500', '111630.792500', '111631.252500', '111631.712500', '111632.172500', '111632.632500', '111633.092500', '111633.552500', '111634.012500', '111634.472500', '111634.932500', '111635.392500', '111635.852500', '111636.312500', '111636.772500', '111637.232500', '111637.692500', '111638.152500', '111638.612500', '111639.072500', '111639.532500', '111639.992500', '111640.452500', '111640.912500', '111641.372500', '111641.832500', '111642.292500', '111642.752500', '111643.212500', '111643.672500', '111644.132500', '111644.592500', '111645.052500', '111645.512500', '111645.972500', '111646.432500', '111646.892500', '111647.352500', '111647.812500', '111648.272500', '111648.732500', '111649.192500', '111649.652500', '111650.112500', '111650.572500', '111651.032500', '111651.492500', '111651.952500', '111652.412500', '111652.872500', '111653.332500', '111653.792500', '111654.252500', '111654.712500', '111655.172500', '111655.632500', '111656.092500', '111656.552500', '111657.012500', '111657.472500', '111657.932500', '111658.392500', '111658.852500', '111659.312500', '111659.772500', '111700.232500', '111700.692500', '111701.152500', '111701.612500', '111702.072500', '111702.532500', '111702.992500', '111703.452500', '111703.912500', '111704.372500', '111704.832500', '111705.292500', '111705.752500', '111706.212500', '111706.672500', '111707.132500', '111707.592500', '111708.052500', '111708.512500', '111708.972500', '111709.432500', '111709.892500', '111710.352500', '111710.812500', '111711.272500', '111711.732500', '111712.192500', '111712.652500', '111713.112500', '111713.572500', '111714.032500', '111714.492500', '111714.952500', '111715.412500', '111715.872500', '111716.332500', '111716.792500', '111717.252500', '111717.712500', '111718.172500', '111718.632500', '111719.092500', '111719.552500', '111720.012500', '111720.472500', '111720.932500', '111721.392500', '111721.852500', '111722.312500', '111722.772500', '111723.232500', '111723.692500', '111724.152500', '111724.612500', '111725.072500', '111725.532500', '111725.992500', '111726.452500', '111726.912500', '111727.372500', '111727.832500', '111728.292500', '111728.752500', '111729.212500', '111729.672500', '111730.132500', '111730.592500', '111731.052500', '111731.512500', '111731.972500', '111732.432500', '111732.892500', '111733.352500', '111733.812500', '111734.272500', '111734.732500', '111735.192500', '111735.652500', '111736.112500', '111736.572500', '111737.032500', '111737.492500', '111737.952500', '111738.412500', '111738.872500', '111739.332500', '111739.792500', '111740.252500', '111740.712500', '111741.172500', '111741.632500', '111742.092500', '111742.552500', '111743.012500', '111743.472500', '111743.932500', '111744.392500', '111744.852500', '111745.312500', '111745.772500', '111746.232500', '111746.692500', '111747.152500', '111747.612500', '111748.072500', '111748.532500', '111748.992500', '111749.452500', '111749.912500', '111750.372500', '111750.832500', '111751.292500', '111751.752500', '111752.212500', '111752.672500', '111753.132500', '111753.592500', '111754.052500', '111754.512500', '111754.972500', '111755.432500', '111755.892500', '111756.352500', '111756.812500', '111757.272500', '111757.732500', '111758.192500', '111758.652500', '111759.112500', '111759.572500', '111800.032500', '111800.492500', '111800.952500', '111801.412500', '111801.872500', '111802.332500', '111802.792500', '111803.252500', '111803.712500', '111804.172500', '111804.632500', '111805.092500', '111805.552500', '111806.012500', '111806.472500', '111806.932500', '111807.392500', '111807.852500', '111808.312500', '111808.772500', '111809.232500', '111809.692500', '111810.152500', '111810.612500', '111811.072500', '111811.532500', '111811.992500', '111812.452500', '111812.912500', '111813.372500', '111813.832500', '111814.292500', '111814.752500', '111815.212500', '111815.672500', '111816.132500', '111816.592500', '111817.052500', '111817.512500', '111817.972500', '111818.432500', '111818.892500', '111819.352500', '111819.812500', '111820.272500', '111820.732500', '111821.192500', '111821.652500', '111822.112500', '111822.572500', '111823.032500', '111823.492500', '111823.952500', '111824.412500', '111824.872500', '111825.332500', '111825.792500', '111826.252500', '111826.712500', '111827.172500', '111827.632500', '111828.092500', '111828.552500', '111829.012500', '111829.472500', '111829.932500', '111830.392500', '111830.852500', '111831.312500', '111831.772500', '111832.232500', '111832.692500', '111833.152500', '111833.612500', '111834.072500', '111834.532500', '111834.992500', '111835.452500', '111835.912500', '111836.372500', '111836.832500', '111837.292500', '111837.752500', '111838.212500', '111838.672500', '111839.132500', '111839.592500', '111840.052500', '111840.512500', '111840.972500', '111841.432500', '111841.892500', '111842.352500', '111842.812500', '111843.272500', '111843.732500', '111844.192500', '111844.652500', '111845.112500', '111845.572500', '111846.032500', '111846.492500', '111846.952500', '111847.412500', '111847.872500', '111848.332500', '111848.792500', '111849.252500', '111849.712500', '111850.172500', '111850.632500', '111851.092500', '111851.552500', '111852.012500', '111852.472500', '111852.932500', '111853.392500', '111853.852500', '111854.312500', '111854.772500', '111855.232500', '111855.692500', '111856.152500', '111856.612500', '111857.072500', '111857.532500', '111857.992500', '111858.452500', '111858.912500', '111859.372500', '111859.832500', '111900.292500', '111900.752500', '111901.212500', '111901.672500', '111902.132500', '111902.592500', '111903.052500', '111903.512500', '111903.972500', '111904.432500', '111904.892500', '111905.352500', '111905.812500', '111906.272500', '111906.732500', '111907.192500', '111907.652500', '111908.112500', '111908.572500', '111909.032500', '111909.492500', '111909.952500', '111910.412500', '111910.872500', '111911.332500', '111911.792500', '111912.252500', '111912.712500', '111913.172500', '111913.632500', '111914.092500', '111914.552500', '111915.012500', '111915.472500', '111915.932500', '111916.392500', '111916.852500', '111917.312500', '111917.772500', '111918.232500', '111918.692500', '111919.152500', '111919.612500', '111920.072500', '111920.532500', '111920.992500', '111921.452500', '111921.912500', '111922.372500', '111922.832500', '111923.292500', '111923.752500', '111924.212500', '111924.672500', '111925.132500', '111925.592500', '111926.052500', '111926.512500', '111926.972500', '111927.432500', '111927.892500', '111928.352500', '111928.812500', '111929.272500', '111929.732500', '111930.192500', '111930.652500', '111931.112500', '111931.572500', '111932.032500', '111932.492500', '111932.952500', '111933.412500', '111933.872500', '111934.332500', '111934.792500', '111935.252500', '111935.712500', '111936.172500', '111936.632500', '111937.092500', '111937.552500', '111938.012500', '111938.472500', '111938.932500', '111939.392500', '111939.852500', '111940.312500', '111940.772500', '111941.232500', '111941.692500', '111942.152500', '111942.612500', '111943.072500', '111943.532500', '111943.992500', '111944.452500', '111944.912500', '111945.372500', '111945.832500', '111946.292500', '111946.752500', '111947.212500', '111947.672500', '111948.132500', '111948.592500', '111949.052500', '111949.512500', '111949.972500', '111950.432500', '111950.892500', '111951.352500', '111951.812500', '111952.272500', '111952.732500', '111953.192500', '111953.652500', '111954.112500', '111954.572500', '111955.032500', '111955.492500', '111955.952500', '111956.412500', '111956.872500', '111957.332500', '111957.792500', '111958.252500', '111958.712500', '111959.172500', '111959.632500', '112000.092500', '112000.552500', '112001.012500', '112001.472500', '112001.932500', '112002.392500', '112002.852500', '112003.312500', '112003.772500', '112004.232500', '112004.692500', '112005.152500', '112005.612500', '112006.072500', '112006.532500', '112006.992500', '112007.452500', '112007.912500', '112008.372500', '112008.832500', '112009.292500', '112009.752500', '112010.212500', '112010.672500', '112011.132500', '112011.592500', '112012.052500', '112012.512500', '112012.972500', '112013.432500', '112013.892500', '112014.352500', '112014.812500', '112015.272500', '112015.732500', '112016.192500', '112016.652500', '112017.112500', '112017.572500', '112018.032500', '112018.492500', '112018.952500', '112019.412500', '112019.872500', '112020.332500', '112020.792500', '112021.252500', '112021.712500', '112022.172500', '112022.632500', '112023.092500', '112023.552500', '112024.012500', '112024.472500', '112024.932500', '112025.392500', '112025.852500', '112026.312500', '112026.772500', '112027.232500', '112027.692500', '112028.152500', '112028.612500', '112029.072500', '112029.532500', '112029.992500', '112030.452500', '112030.912500', '112031.372500', '112031.832500', '112032.292500', '112032.752500', '112033.212500', '112033.672500', '112034.132500', '112034.592500', '112035.052500', '112035.512500', '112035.972500', '112036.432500', '112036.892500', '112037.352500', '112037.812500', '112038.272500', '112038.732500', '112039.192500', '112039.652500', '112040.112500', '112040.572500', '112041.032500', '112041.492500', '112041.952500', '112042.412500', '112042.872500', '112043.332500', '112043.792500', '112044.252500', '112044.712500', '112045.172500', '112045.632500', '112046.092500', '112046.552500', '112047.012500', '112047.472500', '112047.932500', '112048.392500', '112048.852500', '112049.312500', '112049.772500', '112050.232500', '112050.692500', '112051.152500', '112051.612500', '112052.072500', '112052.532500', '112052.992500', '112053.452500', '112053.912500', '112054.372500', '112054.832500', '112055.292500', '112055.752500', '112056.212500', '112056.672500', '112057.132500', '112057.592500', '112058.052500', '112058.512500', '112058.972500', '112059.432500', '112059.892500', '112100.352500', '112100.812500', '112101.272500', '112101.732500', '112102.192500', '112102.652500', '112103.112500', '112103.572500', '112104.032500', '112104.492500', '112104.952500', '112105.412500', '112105.872500', '112106.332500', '112106.792500', '112107.252500', '112107.712500', '112108.172500', '112108.632500', '112109.092500', '112109.552500', '112110.012500', '112110.472500', '112110.932500', '112111.392500', '112111.852500', '112112.312500', '112112.772500', '112113.232500', '112113.692500', '112114.152500', '112114.612500', '112115.072500', '112115.532500', '112115.992500', '112116.452500', '112116.912500', '112117.372500', '112117.832500', '112118.292500', '112118.752500', '112119.212500', '112119.672500', '112120.132500', '112120.592500', '112121.052500', '112121.512500', '112121.972500', '112122.432500', '112122.892500', '112123.352500', '112123.812500', '112124.272500', '112124.732500', '112125.192500', '112125.652500', '112126.112500', '112126.572500', '112127.032500', '112127.492500', '112127.952500', '112128.412500', '112128.872500', '112129.332500', '112129.792500', '112130.252500', '112130.712500', '112131.172500', '112131.632500', '112132.092500', '112132.552500', '112133.012500', '112133.472500', '112133.932500', '112134.392500', '112134.852500', '112135.312500', '112135.772500', '112136.232500', '112136.692500', '112137.152500', '112137.612500', '112138.072500', '112138.532500', '112138.992500', '112139.452500', '112139.912500', '112140.372500', '112140.832500', '112141.292500', '112141.752500', '112142.212500', '112142.672500', '112143.132500', '112143.592500', '112144.052500', '112144.512500', '112144.972500', '112145.432500', '112145.892500', '112146.352500', '112146.812500', '112147.272500', '112147.732500', '112148.192500', '112148.652500', '112149.112500', '112149.572500', '112150.032500', '112150.492500', '112150.952500', '112151.412500', '112151.872500', '112152.332500', '112152.792500', '112153.252500', '112153.712500', '112154.172500', '112154.632500', '112155.092500', '112155.552500', '112156.012500', '112156.472500', '112156.932500', '112157.392500', '112157.852500', '112158.312500', '112158.772500', '112159.232500', '112159.692500', '112200.152500', '112200.612500', '112201.072500', '112201.532500', '112201.992500', '112202.452500', '112202.912500', '112203.372500', '112203.832500', '112204.292500', '112204.752500', '112205.212500', '112205.672500', '112206.132500', '112206.592500', '112207.052500', '112207.512500', '112207.972500', '112208.432500', '112208.892500', '112209.352500', '112209.812500', '112210.272500', '112210.732500', '112211.192500', '112211.652500', '112212.112500', '112212.572500', '112213.032500', '112213.492500', '112213.952500', '112214.412500', '112214.872500', '112215.332500', '112215.792500', '112216.252500', '112216.712500', '112217.172500', '112217.632500', '112218.092500', '112218.552500', '112219.012500', '112219.472500', '112219.932500', '112220.392500', '112220.852500', '112221.312500', '112221.772500', '112222.232500', '112222.692500', '112223.152500', '112223.612500', '112224.072500', '112224.532500', '112224.992500', '112225.452500', '112225.912500', '112226.372500', '112226.832500', '112227.292500', '112227.752500', '112228.212500', '112228.672500', '112229.132500', '112229.592500', '112230.052500', '112230.512500', '112230.972500', '112231.432500', '112231.892500', '112232.352500', '112232.812500', '112233.272500', '112233.732500', '112234.192500', '112234.652500', '112235.112500', '112235.572500', '112236.032500', '112236.492500', '112236.952500', '112237.412500', '112237.872500', '112238.332500', '112238.792500', '112239.252500', '112239.712500', '112240.172500', '112240.632500', '112241.092500', '112241.552500', '112242.012500', '112242.472500', '112242.932500', '112243.392500', '112243.852500', '112244.312500', '112244.772500', '112245.232500', '112245.692500', '112246.152500', '112246.612500', '112247.072500', '112247.532500', '112247.992500', '112248.452500', '112248.912500', '112249.372500', '112249.832500', '112250.292500', '112250.752500', '112251.212500', '112251.672500', '112252.132500', '112252.592500', '112253.052500', '112253.512500', '112253.972500', '112254.432500', '112254.892500', '112255.352500', '112255.812500', '112256.272500', '112256.732500', '112257.192500', '112257.652500', '112258.112500', '112258.572500', '112259.032500', '112259.492500', '112259.952500', '112300.412500', '112300.872500', '112301.332500', '112301.792500', '112302.252500', '112302.712500', '112303.172500', '112303.632500', '112304.092500', '112304.552500', '112305.012500', '112305.472500', '112305.932500', '112306.392500', '112306.852500', '112307.312500', '112307.772500', '112308.232500', '112308.692500', '112309.152500', '112309.612500', '112310.072500', '112310.532500', '112310.992500', '112311.452500', '112311.912500', '112312.372500', '112312.832500', '112313.292500', '112313.752500', '112314.212500', '112314.672500', '112315.132500', '112315.592500', '112316.052500', '112316.512500', '112316.972500', '112317.432500', '112317.892500', '112318.352500', '112318.812500', '112319.272500', '112319.732500', '112320.192500', '112320.652500', '112321.112500', '112321.572500', '112322.032500', '112322.492500', '112322.952500', '112323.412500', '112323.872500', '112324.332500', '112324.792500', '112325.252500', '112325.712500', '112326.172500', '112326.632500', '112327.092500', '112327.552500', '112328.012500', '112328.472500', '112328.932500', '112329.392500', '112329.852500', '112330.312500', '112330.772500', '112331.232500', '112331.692500', '112332.152500', '112332.612500', '112333.072500', '112333.532500', '112333.992500', '112334.452500', '112334.912500', '112335.372500', '112335.832500', '112336.292500', '112336.752500', '112337.212500', '112337.672500', '112338.132500', '112338.592500', '112339.052500', '112339.512500', '112339.972500', '112340.432500', '112340.892500', '112341.352500', '112341.812500', '112342.272500', '112342.732500', '112343.192500', '112343.652500', '112344.112500', '112344.572500', '112345.032500', '112345.492500', '112345.952500', '112346.412500', '112346.872500', '112347.332500', '112347.792500', '112348.252500', '112348.712500', '112349.172500', '112349.632500', '112350.092500', '112350.552500', '112351.012500', '112351.472500', '112351.932500', '112352.392500', '112352.852500', '112353.312500', '112353.772500', '112354.232500', '112354.692500', '112355.152500', '112355.612500', '112356.072500', '112356.532500', '112356.992500', '112357.452500', '112357.912500', '112358.372500', '112358.832500', '112359.292500', '112359.752500', '112400.212500', '112400.672500', '112401.132500', '112401.592500', '112402.052500', '112402.512500', '112402.972500', '112403.432500', '112403.892500', '112404.352500', '112404.812500', '112405.272500', '112405.732500', '112406.192500', '112406.652500', '112407.112500', '112407.572500', '112408.032500', '112408.492500', '112408.952500', '112409.412500', '112409.872500', '112410.332500', '112410.792500', '112411.252500', '112411.712500', '112412.172500', '112412.632500', '112413.092500', '112413.552500', '112414.012500', '112414.472500', '112414.932500', '112415.392500', '112415.852500', '112416.312500', '112416.772500', '112417.232500', '112417.692500', '112418.152500', '112418.612500', '112419.072500', '112419.532500', '112419.992500', '112420.452500', '112420.912500', '112421.372500', '112421.832500', '112422.292500', '112422.752500', '112423.212500', '112423.672500', '112424.132500', '112424.592500', '112425.052500', '112425.512500', '112425.972500', '112426.432500', '112426.892500', '112427.352500', '112427.812500', '112428.272500', '112428.732500', '112429.192500', '112429.652500', '112430.112500', '112430.572500', '112431.032500', '112431.492500', '112431.952500', '112432.412500', '112432.872500', '112433.332500', '112433.792500', '112434.252500', '112434.712500', '112435.172500', '112435.632500', '112436.092500', '112436.552500', '112437.012500', '112437.472500', '112437.932500', '112438.392500', '112438.852500', '112439.312500', '112439.772500', '112440.232500', '112440.692500', '112441.152500', '112441.612500', '112442.072500', '112442.532500', '112442.992500', '112443.452500', '112443.912500', '112444.372500', '112444.832500', '112445.292500', '112445.752500', '112446.212500', '112446.672500', '112447.132500', '112447.592500', '112448.052500', '112448.512500', '112448.972500', '112449.432500', '112449.892500', '112450.352500', '112450.812500', '112451.272500', '112451.732500', '112452.192500', '112452.652500', '112453.112500', '112453.572500', '112454.032500', '112454.492500', '112454.952500', '112455.412500', '112455.872500', '112456.332500', '112456.792500', '112457.252500', '112457.712500', '112458.172500', '112458.632500', '112459.092500', '112459.552500', '112500.012500', '112500.472500', '112500.932500', '112501.392500', '112501.852500', '112502.312500', '112502.772500', '112503.232500', '112503.692500', '112504.152500', '112504.612500', '112505.072500', '112505.532500', '112505.992500', '112506.452500', '112506.912500', '112507.372500', '112507.832500', '112508.292500', '112508.752500', '112509.212500', '112509.672500', '112510.132500', '112510.592500', '112511.052500', '112511.512500', '112511.972500', '112512.432500', '112512.892500', '112513.352500', '112513.812500'], 'ContentTime': ['111552.546000', '111552.549000', '111552.552000', '111552.561000', '111552.564000', '111552.566000', '111552.569000', '111552.572000', '111552.574000', '111552.577000', '111552.579000', '111552.582000', '111552.585000', '111552.587000', '111552.590000', '111552.593000', '111552.595000', '111552.598000', '111552.601000', '111552.603000', '111552.606000', '111552.608000', '111552.611000', '111552.614000', '111552.616000', '111552.619000', '111552.621000', '111552.624000', '111552.627000', '111552.629000', '111552.632000', '111552.634000', '111552.637000', '111552.640000', '111552.642000', '111552.645000', '111552.647000', '111552.650000', '111552.652000', '111552.655000', '111552.658000', '111552.660000', '111552.663000', '111552.665000', '111612.506000', '111612.509000', '111612.512000', '111612.514000', '111612.517000', '111612.520000', '111612.522000', '111612.525000', '111612.527000', '111612.530000', '111612.532000', '111612.535000', '111612.538000', '111612.540000', '111612.544000', '111612.547000', '111612.549000', '111612.552000', '111612.555000', '111612.557000', '111612.560000', '111612.562000', '111612.565000', '111612.567000', '111612.570000', '111612.573000', '111612.575000', '111612.578000', '111612.581000', '111612.583000', '111612.586000', '111612.588000', '111612.591000', '111612.594000', '111612.596000', '111612.599000', '111612.602000', '111612.604000', '111612.607000', '111612.609000', '111612.612000', '111612.615000', '111612.617000', '111632.506000', '111632.509000', '111632.513000', '111632.515000', '111632.518000', '111632.521000', '111632.523000', '111632.526000', '111632.528000', '111632.531000', '111632.534000', '111632.536000', '111632.539000', '111632.541000', '111632.544000', '111632.547000', '111632.549000', '111632.552000', '111632.554000', '111632.557000', '111632.559000', '111632.562000', '111632.565000', '111632.567000', '111632.570000', '111632.572000', '111632.575000', '111632.577000', '111632.580000', '111632.582000', '111632.585000', '111632.588000', '111632.590000', '111632.593000', '111632.596000', '111632.598000', '111632.601000', '111632.603000', '111632.606000', '111632.625000', '111632.628000', '111632.630000', '111632.633000', '111632.636000', '111652.505000', '111652.508000', '111652.511000', '111652.513000', '111652.516000', '111652.519000', '111652.521000', '111652.524000', '111652.526000', '111652.529000', '111652.532000', '111652.534000', '111652.537000', '111652.539000', '111652.542000', '111652.545000', '111652.548000', '111652.550000', '111652.553000', '111652.555000', '111652.558000', '111652.561000', '111652.563000', '111652.566000', '111652.569000', '111652.571000', '111652.574000', '111652.577000', '111652.579000', '111652.582000', '111652.585000', '111652.587000', '111652.590000', '111652.592000', '111652.595000', '111652.598000', '111652.600000', '111652.603000', '111652.606000', '111652.608000', '111652.611000', '111652.613000', '111652.616000', '111712.505000', '111712.508000', '111712.511000', '111712.513000', '111712.516000', '111712.519000', '111712.521000', '111712.524000', '111712.526000', '111712.529000', '111712.532000', '111712.534000', '111712.537000', '111712.540000', '111712.542000', '111712.545000', '111712.547000', '111712.550000', '111712.553000', '111712.555000', '111712.558000', '111712.560000', '111712.563000', '111712.566000', '111712.568000', '111712.571000', '111712.573000', '111712.576000', '111712.579000', '111712.581000', '111712.584000', '111712.586000', '111712.589000', '111712.592000', '111712.594000', '111712.597000', '111712.600000', '111712.602000', '111712.605000', '111712.608000', '111712.610000', '111712.613000', '111712.624000', '111712.626000', '111732.507000', '111732.509000', '111732.512000', '111732.515000', '111732.517000', '111732.520000', '111732.523000', '111732.525000', '111732.528000', '111732.530000', '111732.533000', '111732.536000', '111732.538000', '111732.541000', '111732.543000', '111732.546000', '111732.549000', '111732.551000', '111732.554000', '111732.557000', '111732.559000', '111732.562000', '111732.564000', '111732.567000', '111732.569000', '111732.572000', '111732.575000', '111732.577000', '111732.580000', '111732.584000', '111732.587000', '111732.590000', '111732.593000', '111732.602000', '111732.605000', '111732.607000', '111732.610000', '111732.613000', '111732.615000', '111732.618000', '111732.620000', '111732.623000', '111732.626000', '111752.506000', '111752.509000', '111752.512000', '111752.514000', '111752.517000', '111752.520000', '111752.522000', '111752.525000', '111752.527000', '111752.530000', '111752.533000', '111752.535000', '111752.538000', '111752.541000', '111752.543000', '111752.546000', '111752.549000', '111752.551000', '111752.554000', '111752.556000', '111752.559000', '111752.562000', '111752.564000', '111752.567000', '111752.569000', '111752.572000', '111752.575000', '111752.577000', '111752.580000', '111752.583000', '111752.585000', '111752.588000', '111752.590000', '111752.593000', '111752.596000', '111752.598000', '111752.601000', '111752.604000', '111752.606000', '111752.609000', '111752.611000', '111752.614000', '111752.617000', '111752.619000', '111812.506000', '111812.509000', '111812.512000', '111812.514000', '111812.517000', '111812.520000', '111812.522000', '111812.525000', '111812.528000', '111812.530000', '111812.533000', '111812.535000', '111812.538000', '111812.541000', '111812.543000', '111812.546000', '111812.549000', '111812.551000', '111812.554000', '111812.556000', '111812.559000', '111812.562000', '111812.564000', '111812.567000', '111812.570000', '111812.572000', '111812.575000', '111812.577000', '111812.580000', '111812.590000', '111812.592000', '111812.595000', '111812.598000', '111812.600000', '111812.624000', '111812.627000', '111812.630000', '111812.632000', '111812.635000', '111812.637000', '111812.640000', '111812.643000', '111812.645000', '111812.648000', '111832.506000', '111832.509000', '111832.512000', '111832.515000', '111832.517000', '111832.520000', '111832.523000', '111832.525000', '111832.528000', '111832.530000', '111832.533000', '111832.536000', '111832.538000', '111832.541000', '111832.544000', '111832.546000', '111832.549000', '111832.551000', '111832.554000', '111832.557000', '111832.559000', '111832.562000', '111832.564000', '111832.567000', '111832.569000', '111832.572000', '111832.575000', '111832.577000', '111832.580000', '111832.582000', '111832.585000', '111832.588000', '111832.590000', '111832.593000', '111832.596000', '111832.598000', '111832.601000', '111832.604000', '111832.606000', '111832.609000', '111832.611000', '111832.614000', '111832.617000', '111852.505000', '111852.508000', '111852.511000', '111852.514000', '111852.516000', '111852.519000', '111852.522000', '111852.524000', '111852.527000', '111852.529000', '111852.532000', '111852.534000', '111852.537000', '111852.540000', '111852.542000', '111852.545000', '111852.547000', '111852.550000', '111852.553000', '111852.555000', '111852.558000', '111852.561000', '111852.563000', '111852.566000', '111852.569000', '111852.571000', '111852.574000', '111852.576000', '111852.579000', '111852.582000', '111852.584000', '111852.587000', '111852.590000', '111852.592000', '111852.595000', '111852.598000', '111852.600000', '111852.603000', '111852.605000', '111852.608000', '111852.610000', '111852.613000', '111852.616000', '111912.506000', '111912.509000', '111912.511000', '111912.514000', '111912.517000', '111912.519000', '111912.522000', '111912.524000', '111912.527000', '111912.530000', '111912.532000', '111912.535000', '111912.537000', '111912.540000', '111912.543000', '111912.545000', '111912.548000', '111912.551000', '111912.553000', '111912.556000', '111912.559000', '111912.561000', '111912.564000', '111912.566000', '111912.569000', '111912.571000', '111912.574000', '111912.577000', '111912.579000', '111912.582000', '111912.585000', '111912.587000', '111912.590000', '111912.593000', '111912.595000', '111912.598000', '111912.600000', '111912.603000', '111912.606000', '111912.608000', '111912.611000', '111912.613000', '111912.616000', '111912.619000', '111932.505000', '111932.508000', '111932.515000', '111932.517000', '111932.520000', '111932.523000', '111932.525000', '111932.528000', '111932.530000', '111932.533000', '111932.536000', '111932.538000', '111932.541000', '111932.543000', '111932.546000', '111932.548000', '111932.551000', '111932.554000', '111932.556000', '111932.559000', '111932.562000', '111932.564000', '111932.567000', '111932.569000', '111932.572000', '111932.575000', '111932.577000', '111932.580000', '111932.582000', '111932.585000', '111932.587000', '111932.590000', '111932.593000', '111932.595000', '111932.598000', '111932.601000', '111932.603000', '111932.606000', '111932.608000', '111932.611000', '111932.614000', '111932.616000', '111932.619000', '111952.507000', '111952.510000', '111952.512000', '111952.515000', '111952.517000', '111952.520000', '111952.523000', '111952.525000', '111952.528000', '111952.531000', '111952.533000', '111952.536000', '111952.538000', '111952.541000', '111952.544000', '111952.546000', '111952.559000', '111952.561000', '111952.564000', '111952.567000', '111952.569000', '111952.572000', '111952.574000', '111952.577000', '111952.579000', '111952.582000', '111952.585000', '111952.587000', '111952.594000', '111952.597000', '111952.599000', '111952.602000', '111952.605000', '111952.607000', '111952.610000', '111952.613000', '111952.615000', '111952.618000', '111952.620000', '111952.623000', '111952.626000', '111952.628000', '111952.631000', '111952.633000', '112012.506000', '112012.509000', '112012.512000', '112012.516000', '112012.518000', '112012.521000', '112012.523000', '112012.526000', '112012.529000', '112012.531000', '112012.534000', '112012.544000', '112012.547000', '112012.549000', '112012.552000', '112012.554000', '112012.557000', '112012.560000', '112012.562000', '112012.565000', '112012.567000', '112012.570000', '112012.573000', '112012.575000', '112012.578000', '112012.581000', '112012.583000', '112012.592000', '112012.595000', '112012.598000', '112012.600000', '112012.603000', '112012.606000', '112012.608000', '112012.611000', '112012.613000', '112012.616000', '112012.619000', '112012.621000', '112012.624000', '112012.626000', '112012.629000', '112012.632000', '112032.507000', '112032.509000', '112032.512000', '112032.515000', '112032.518000', '112032.520000', '112032.523000', '112032.525000', '112032.528000', '112032.531000', '112032.533000', '112032.536000', '112032.538000', '112032.541000', '112032.544000', '112032.546000', '112032.549000', '112032.551000', '112032.554000', '112032.557000', '112032.559000', '112032.562000', '112032.564000', '112032.567000', '112032.570000', '112032.572000', '112032.575000', '112032.578000', '112032.580000', '112032.583000', '112032.585000', '112032.588000', '112032.591000', '112032.593000', '112032.596000', '112032.599000', '112032.601000', '112032.604000', '112032.606000', '112032.609000', '112032.612000', '112032.614000', '112032.617000', '112032.620000', '112052.506000', '112052.509000', '112052.512000', '112052.515000', '112052.517000', '112052.520000', '112052.523000', '112052.525000', '112052.528000', '112052.530000', '112052.533000', '112052.536000', '112052.538000', '112052.541000', '112052.544000', '112052.546000', '112052.549000', '112052.551000', '112052.554000', '112052.557000', '112052.559000', '112052.562000', '112052.565000', '112052.567000', '112052.570000', '112052.572000', '112052.575000', '112052.578000', '112052.580000', '112052.583000', '112052.585000', '112052.588000', '112052.591000', '112052.593000', '112052.596000', '112052.598000', '112052.601000', '112052.604000', '112052.606000', '112052.609000', '112052.611000', '112052.614000', '112052.617000', '112112.505000', '112112.508000', '112112.511000', '112112.514000', '112112.516000', '112112.519000', '112112.522000', '112112.525000', '112112.527000', '112112.530000', '112112.532000', '112112.535000', '112112.538000', '112112.540000', '112112.543000', '112112.546000', '112112.548000', '112112.551000', '112112.553000', '112112.556000', '112112.559000', '112112.561000', '112112.564000', '112112.566000', '112112.571000', '112112.573000', '112112.576000', '112112.589000', '112112.592000', '112112.595000', '112112.597000', '112112.600000', '112112.602000', '112112.605000', '112112.608000', '112112.610000', '112112.613000', '112112.615000', '112112.618000', '112112.621000', '112112.623000', '112112.626000', '112112.629000', '112112.631000', '112132.506000', '112132.509000', '112132.511000', '112132.514000', '112132.516000', '112132.519000', '112132.522000', '112132.524000', '112132.527000', '112132.529000', '112132.532000', '112132.535000', '112132.537000', '112132.540000', '112132.543000', '112132.545000', '112132.548000', '112132.550000', '112132.553000', '112132.555000', '112132.558000', '112132.561000', '112132.563000', '112132.566000', '112132.568000', '112132.571000', '112132.574000', '112132.576000', '112132.579000', '112132.581000', '112132.584000', '112132.587000', '112132.589000', '112132.592000', '112132.594000', '112132.597000', '112132.600000', '112132.602000', '112132.605000', '112132.607000', '112132.610000', '112132.613000', '112132.615000', '112152.505000', '112152.508000', '112152.511000', '112152.514000', '112152.516000', '112152.519000', '112152.521000', '112152.524000', '112152.527000', '112152.529000', '112152.532000', '112152.534000', '112152.537000', '112152.540000', '112152.542000', '112152.545000', '112152.547000', '112152.550000', '112152.553000', '112152.555000', '112152.558000', '112152.560000', '112152.563000', '112152.566000', '112152.568000', '112152.571000', '112152.574000', '112152.576000', '112152.579000', '112152.581000', '112152.584000', '112152.587000', '112152.589000', '112152.592000', '112152.595000', '112152.597000', '112152.600000', '112152.602000', '112152.605000', '112152.608000', '112152.610000', '112152.613000', '112152.616000', '112152.618000', '112212.507000', '112212.509000', '112212.512000', '112212.515000', '112212.518000', '112212.520000', '112212.523000', '112212.525000', '112212.528000', '112212.531000', '112212.533000', '112212.536000', '112212.539000', '112212.541000', '112212.544000', '112212.546000', '112212.549000', '112212.552000', '112212.554000', '112212.557000', '112212.559000', '112212.562000', '112212.565000', '112212.567000', '112212.570000', '112212.572000', '112212.575000', '112212.578000', '112212.580000', '112212.583000', '112212.586000', '112212.588000', '112212.591000', '112212.593000', '112212.596000', '112212.599000', '112212.601000', '112212.604000', '112212.606000', '112212.609000', '112212.612000', '112212.614000', '112212.617000', '112232.507000', '112232.510000', '112232.513000', '112232.520000', '112232.523000', '112232.526000', '112232.528000', '112232.531000', '112232.534000', '112232.536000', '112232.539000', '112232.542000', '112232.544000', '112232.547000', '112232.549000', '112232.552000', '112232.555000', '112232.558000', '112232.560000', '112232.563000', '112232.566000', '112232.568000', '112232.571000', '112232.574000', '112232.576000', '112232.579000', '112232.581000', '112232.584000', '112232.587000', '112232.589000', '112232.592000', '112232.595000', '112232.597000', '112232.600000', '112232.603000', '112232.605000', '112232.608000', '112232.610000', '112232.623000', '112232.626000', '112232.629000', '112232.631000', '112232.634000', '112252.507000', '112252.509000', '112252.512000', '112252.515000', '112252.518000', '112252.520000', '112252.523000', '112252.525000', '112252.528000', '112252.531000', '112252.533000', '112252.536000', '112252.539000', '112252.541000', '112252.544000', '112252.546000', '112252.549000', '112252.552000', '112252.554000', '112252.557000', '112252.560000', '112252.562000', '112252.565000', '112252.567000', '112252.570000', '112252.573000', '112252.575000', '112252.578000', '112252.581000', '112252.583000', '112252.586000', '112252.588000', '112252.591000', '112252.594000', '112252.596000', '112252.599000', '112252.601000', '112252.604000', '112252.607000', '112252.609000', '112252.612000', '112252.614000', '112252.617000', '112252.620000', '112312.507000', '112312.509000', '112312.512000', '112312.515000', '112312.517000', '112312.520000', '112312.523000', '112312.525000', '112312.528000', '112312.530000', '112312.533000', '112312.536000', '112312.538000', '112312.541000', '112312.544000', '112312.547000', '112312.549000', '112312.552000', '112312.554000', '112312.557000', '112312.560000', '112312.562000', '112312.565000', '112312.567000', '112312.570000', '112312.573000', '112312.575000', '112312.578000', '112312.580000', '112312.583000', '112312.586000', '112312.588000', '112312.591000', '112312.594000', '112312.596000', '112312.599000', '112312.601000', '112312.604000', '112312.607000', '112312.609000', '112312.612000', '112312.615000', '112312.618000', '112332.505000', '112332.508000', '112332.511000', '112332.514000', '112332.516000', '112332.519000', '112332.521000', '112332.524000', '112332.527000', '112332.529000', '112332.532000', '112332.535000', '112332.537000', '112332.540000', '112332.542000', '112332.545000', '112332.548000', '112332.550000', '112332.553000', '112332.556000', '112332.558000', '112332.561000', '112332.563000', '112332.566000', '112332.569000', '112332.571000', '112332.574000', '112332.576000', '112332.579000', '112332.582000', '112332.584000', '112332.587000', '112332.589000', '112332.592000', '112332.595000', '112332.597000', '112332.600000', '112332.602000', '112332.605000', '112332.608000', '112332.610000', '112332.613000', '112332.616000', '112332.618000', '112352.506000', '112352.509000', '112352.511000', '112352.514000', '112352.517000', '112352.519000', '112352.522000', '112352.525000', '112352.527000', '112352.530000', '112352.533000', '112352.535000', '112352.538000', '112352.540000', '112352.544000', '112352.547000', '112352.550000', '112352.552000', '112352.555000', '112352.558000', '112352.560000', '112352.563000', '112352.565000', '112352.568000', '112352.571000', '112352.573000', '112352.576000', '112352.579000', '112352.581000', '112352.584000', '112352.586000', '112352.589000', '112352.592000', '112352.594000', '112352.608000', '112352.611000', '112352.613000', '112352.616000', '112352.619000', '112352.621000', '112352.624000', '112352.626000', '112352.629000', '112412.505000', '112412.508000', '112412.511000', '112412.514000', '112412.517000', '112412.519000', '112412.522000', '112412.525000', '112412.527000', '112412.530000', '112412.533000', '112412.535000', '112412.538000', '112412.540000', '112412.543000', '112412.545000', '112412.548000', '112412.551000', '112412.553000', '112412.557000', '112412.560000', '112412.562000', '112412.565000', '112412.567000', '112412.570000', '112412.573000', '112412.575000', '112412.578000', '112412.581000', '112412.583000', '112412.586000', '112412.588000', '112412.591000', '112412.594000', '112412.597000', '112412.599000', '112412.602000', '112412.604000', '112412.607000', '112412.610000', '112412.612000', '112412.615000', '112412.617000', '112412.620000', '112432.507000', '112432.509000', '112432.512000', '112432.515000', '112432.518000', '112432.521000', '112432.523000', '112432.527000', '112432.530000', '112432.532000', '112432.535000', '112432.538000', '112432.540000', '112432.543000', '112432.546000', '112432.548000', '112432.551000', '112432.553000', '112432.556000', '112432.559000', '112432.561000', '112432.564000', '112432.566000', '112432.569000', '112432.572000', '112432.574000', '112432.577000', '112432.579000', '112432.582000', '112432.585000', '112432.587000', '112432.590000', '112432.593000', '112432.595000', '112432.598000', '112432.601000', '112432.603000', '112432.606000', '112432.608000', '112432.611000', '112432.614000', '112432.616000', '112432.619000', '112452.507000', '112452.516000', '112452.518000', '112452.521000', '112452.524000', '112452.527000', '112452.529000', '112452.532000', '112452.534000', '112452.537000', '112452.540000', '112452.542000', '112452.545000', '112452.548000', '112452.550000', '112452.553000', '112452.555000', '112452.558000', '112452.561000', '112452.563000', '112452.566000', '112452.568000', '112452.571000', '112452.573000', '112452.576000', '112452.579000', '112452.581000', '112452.584000', '112452.586000', '112452.589000', '112452.592000', '112452.594000', '112452.597000', '112452.600000', '112452.602000', '112452.605000', '112452.607000', '112452.610000', '112452.613000', '112452.615000', '112452.618000', '112452.621000', '112452.623000', '112452.626000', '112512.507000', '112512.509000', '112512.512000', '112512.515000', '112512.517000', '112512.520000', '112512.523000', '112512.525000', '112512.528000', '112512.531000', '112512.533000', '112512.536000', '112512.538000', '112512.541000', '112512.544000', '112512.546000', '112512.549000', '112512.551000', '112512.554000', '112512.557000', '112512.559000', '112512.562000', '112512.564000', '112512.567000', '112512.570000', '112512.572000', '112512.575000', '112512.578000', '112512.580000', '112512.584000', '112512.587000', '112512.597000', '112512.599000', '112512.602000', '112512.604000', '112512.607000', '112512.610000', '112512.612000', '112512.615000', '112512.617000', '112512.620000', '112512.623000', '112512.625000', '112515.289000', '112515.292000', '112515.295000', '112515.298000', '112515.301000', '112515.303000', '112515.306000'], 'InstanceCreationTime': ['111552.546000', '111552.549000', '111552.552000', '111552.561000', '111552.564000', '111552.566000', '111552.569000', '111552.572000', '111552.574000', '111552.577000', '111552.579000', '111552.582000', '111552.585000', '111552.587000', '111552.590000', '111552.593000', '111552.595000', '111552.598000', '111552.601000', '111552.603000', '111552.606000', '111552.608000', '111552.611000', '111552.614000', '111552.616000', '111552.619000', '111552.621000', '111552.624000', '111552.627000', '111552.629000', '111552.632000', '111552.634000', '111552.637000', '111552.640000', '111552.642000', '111552.645000', '111552.647000', '111552.650000', '111552.652000', '111552.655000', '111552.658000', '111552.660000', '111552.663000', '111552.665000', '111612.506000', '111612.509000', '111612.512000', '111612.514000', '111612.517000', '111612.520000', '111612.522000', '111612.525000', '111612.527000', '111612.530000', '111612.532000', '111612.535000', '111612.538000', '111612.540000', '111612.544000', '111612.547000', '111612.549000', '111612.552000', '111612.555000', '111612.557000', '111612.560000', '111612.562000', '111612.565000', '111612.567000', '111612.570000', '111612.573000', '111612.575000', '111612.578000', '111612.581000', '111612.583000', '111612.586000', '111612.588000', '111612.591000', '111612.594000', '111612.596000', '111612.599000', '111612.602000', '111612.604000', '111612.607000', '111612.609000', '111612.612000', '111612.615000', '111612.617000', '111632.506000', '111632.509000', '111632.513000', '111632.515000', '111632.518000', '111632.521000', '111632.523000', '111632.526000', '111632.528000', '111632.531000', '111632.534000', '111632.536000', '111632.539000', '111632.541000', '111632.544000', '111632.547000', '111632.549000', '111632.552000', '111632.554000', '111632.557000', '111632.559000', '111632.562000', '111632.565000', '111632.567000', '111632.570000', '111632.572000', '111632.575000', '111632.577000', '111632.580000', '111632.582000', '111632.585000', '111632.588000', '111632.590000', '111632.593000', '111632.596000', '111632.598000', '111632.601000', '111632.603000', '111632.606000', '111632.625000', '111632.628000', '111632.630000', '111632.633000', '111632.636000', '111652.505000', '111652.508000', '111652.511000', '111652.513000', '111652.516000', '111652.519000', '111652.521000', '111652.524000', '111652.526000', '111652.529000', '111652.532000', '111652.534000', '111652.537000', '111652.539000', '111652.542000', '111652.545000', '111652.548000', '111652.550000', '111652.553000', '111652.555000', '111652.558000', '111652.561000', '111652.563000', '111652.566000', '111652.569000', '111652.571000', '111652.574000', '111652.577000', '111652.579000', '111652.582000', '111652.585000', '111652.587000', '111652.590000', '111652.592000', '111652.595000', '111652.598000', '111652.600000', '111652.603000', '111652.606000', '111652.608000', '111652.611000', '111652.613000', '111652.616000', '111712.505000', '111712.508000', '111712.511000', '111712.513000', '111712.516000', '111712.519000', '111712.521000', '111712.524000', '111712.526000', '111712.529000', '111712.532000', '111712.534000', '111712.537000', '111712.540000', '111712.542000', '111712.545000', '111712.547000', '111712.550000', '111712.553000', '111712.555000', '111712.558000', '111712.560000', '111712.563000', '111712.566000', '111712.568000', '111712.571000', '111712.573000', '111712.576000', '111712.579000', '111712.581000', '111712.584000', '111712.586000', '111712.589000', '111712.592000', '111712.594000', '111712.597000', '111712.600000', '111712.602000', '111712.605000', '111712.608000', '111712.610000', '111712.613000', '111712.624000', '111712.626000', '111732.507000', '111732.509000', '111732.512000', '111732.515000', '111732.517000', '111732.520000', '111732.523000', '111732.525000', '111732.528000', '111732.530000', '111732.533000', '111732.536000', '111732.538000', '111732.541000', '111732.543000', '111732.546000', '111732.549000', '111732.551000', '111732.554000', '111732.557000', '111732.559000', '111732.562000', '111732.564000', '111732.567000', '111732.569000', '111732.572000', '111732.575000', '111732.577000', '111732.580000', '111732.584000', '111732.587000', '111732.590000', '111732.593000', '111732.602000', '111732.605000', '111732.607000', '111732.610000', '111732.613000', '111732.615000', '111732.618000', '111732.620000', '111732.623000', '111732.626000', '111752.506000', '111752.509000', '111752.512000', '111752.514000', '111752.517000', '111752.520000', '111752.522000', '111752.525000', '111752.527000', '111752.530000', '111752.533000', '111752.535000', '111752.538000', '111752.541000', '111752.543000', '111752.546000', '111752.549000', '111752.551000', '111752.554000', '111752.556000', '111752.559000', '111752.562000', '111752.564000', '111752.567000', '111752.569000', '111752.572000', '111752.575000', '111752.577000', '111752.580000', '111752.583000', '111752.585000', '111752.588000', '111752.590000', '111752.593000', '111752.596000', '111752.598000', '111752.601000', '111752.604000', '111752.606000', '111752.609000', '111752.611000', '111752.614000', '111752.617000', '111752.619000', '111812.506000', '111812.509000', '111812.512000', '111812.514000', '111812.517000', '111812.520000', '111812.522000', '111812.525000', '111812.528000', '111812.530000', '111812.533000', '111812.535000', '111812.538000', '111812.541000', '111812.543000', '111812.546000', '111812.549000', '111812.551000', '111812.554000', '111812.556000', '111812.559000', '111812.562000', '111812.564000', '111812.567000', '111812.570000', '111812.572000', '111812.575000', '111812.577000', '111812.580000', '111812.590000', '111812.592000', '111812.595000', '111812.598000', '111812.600000', '111812.624000', '111812.627000', '111812.630000', '111812.632000', '111812.635000', '111812.637000', '111812.640000', '111812.643000', '111812.645000', '111812.648000', '111832.506000', '111832.509000', '111832.512000', '111832.515000', '111832.517000', '111832.520000', '111832.523000', '111832.525000', '111832.528000', '111832.530000', '111832.533000', '111832.536000', '111832.538000', '111832.541000', '111832.544000', '111832.546000', '111832.549000', '111832.551000', '111832.554000', '111832.557000', '111832.559000', '111832.562000', '111832.564000', '111832.567000', '111832.569000', '111832.572000', '111832.575000', '111832.577000', '111832.580000', '111832.582000', '111832.585000', '111832.588000', '111832.590000', '111832.593000', '111832.596000', '111832.598000', '111832.601000', '111832.604000', '111832.606000', '111832.609000', '111832.611000', '111832.614000', '111832.617000', '111852.505000', '111852.508000', '111852.511000', '111852.514000', '111852.516000', '111852.519000', '111852.522000', '111852.524000', '111852.527000', '111852.529000', '111852.532000', '111852.534000', '111852.537000', '111852.540000', '111852.542000', '111852.545000', '111852.547000', '111852.550000', '111852.553000', '111852.555000', '111852.558000', '111852.561000', '111852.563000', '111852.566000', '111852.569000', '111852.571000', '111852.574000', '111852.576000', '111852.579000', '111852.582000', '111852.584000', '111852.587000', '111852.590000', '111852.592000', '111852.595000', '111852.598000', '111852.600000', '111852.603000', '111852.605000', '111852.608000', '111852.610000', '111852.613000', '111852.616000', '111912.506000', '111912.509000', '111912.511000', '111912.514000', '111912.517000', '111912.519000', '111912.522000', '111912.524000', '111912.527000', '111912.530000', '111912.532000', '111912.535000', '111912.537000', '111912.540000', '111912.543000', '111912.545000', '111912.548000', '111912.551000', '111912.553000', '111912.556000', '111912.559000', '111912.561000', '111912.564000', '111912.566000', '111912.569000', '111912.571000', '111912.574000', '111912.577000', '111912.579000', '111912.582000', '111912.585000', '111912.587000', '111912.590000', '111912.593000', '111912.595000', '111912.598000', '111912.600000', '111912.603000', '111912.606000', '111912.608000', '111912.611000', '111912.613000', '111912.616000', '111912.619000', '111932.505000', '111932.508000', '111932.515000', '111932.517000', '111932.520000', '111932.523000', '111932.525000', '111932.528000', '111932.530000', '111932.533000', '111932.536000', '111932.538000', '111932.541000', '111932.543000', '111932.546000', '111932.548000', '111932.551000', '111932.554000', '111932.556000', '111932.559000', '111932.562000', '111932.564000', '111932.567000', '111932.569000', '111932.572000', '111932.575000', '111932.577000', '111932.580000', '111932.582000', '111932.585000', '111932.587000', '111932.590000', '111932.593000', '111932.595000', '111932.598000', '111932.601000', '111932.603000', '111932.606000', '111932.608000', '111932.611000', '111932.614000', '111932.616000', '111932.619000', '111952.507000', '111952.510000', '111952.512000', '111952.515000', '111952.517000', '111952.520000', '111952.523000', '111952.525000', '111952.528000', '111952.531000', '111952.533000', '111952.536000', '111952.538000', '111952.541000', '111952.544000', '111952.546000', '111952.559000', '111952.561000', '111952.564000', '111952.567000', '111952.569000', '111952.572000', '111952.574000', '111952.577000', '111952.579000', '111952.582000', '111952.585000', '111952.587000', '111952.594000', '111952.597000', '111952.599000', '111952.602000', '111952.605000', '111952.607000', '111952.610000', '111952.613000', '111952.615000', '111952.618000', '111952.620000', '111952.623000', '111952.626000', '111952.628000', '111952.631000', '111952.633000', '112012.506000', '112012.509000', '112012.512000', '112012.516000', '112012.518000', '112012.521000', '112012.523000', '112012.526000', '112012.529000', '112012.531000', '112012.534000', '112012.544000', '112012.547000', '112012.549000', '112012.552000', '112012.554000', '112012.557000', '112012.560000', '112012.562000', '112012.565000', '112012.567000', '112012.570000', '112012.573000', '112012.575000', '112012.578000', '112012.581000', '112012.583000', '112012.592000', '112012.595000', '112012.598000', '112012.600000', '112012.603000', '112012.606000', '112012.608000', '112012.611000', '112012.613000', '112012.616000', '112012.619000', '112012.621000', '112012.624000', '112012.626000', '112012.629000', '112012.632000', '112032.507000', '112032.509000', '112032.512000', '112032.515000', '112032.518000', '112032.520000', '112032.523000', '112032.525000', '112032.528000', '112032.531000', '112032.533000', '112032.536000', '112032.538000', '112032.541000', '112032.544000', '112032.546000', '112032.549000', '112032.551000', '112032.554000', '112032.557000', '112032.559000', '112032.562000', '112032.564000', '112032.567000', '112032.570000', '112032.572000', '112032.575000', '112032.578000', '112032.580000', '112032.583000', '112032.585000', '112032.588000', '112032.591000', '112032.593000', '112032.596000', '112032.599000', '112032.601000', '112032.604000', '112032.606000', '112032.609000', '112032.612000', '112032.614000', '112032.617000', '112032.620000', '112052.506000', '112052.509000', '112052.512000', '112052.515000', '112052.517000', '112052.520000', '112052.523000', '112052.525000', '112052.528000', '112052.530000', '112052.533000', '112052.536000', '112052.538000', '112052.541000', '112052.544000', '112052.546000', '112052.549000', '112052.551000', '112052.554000', '112052.557000', '112052.559000', '112052.562000', '112052.565000', '112052.567000', '112052.570000', '112052.572000', '112052.575000', '112052.578000', '112052.580000', '112052.583000', '112052.585000', '112052.588000', '112052.591000', '112052.593000', '112052.596000', '112052.598000', '112052.601000', '112052.604000', '112052.606000', '112052.609000', '112052.611000', '112052.614000', '112052.617000', '112112.505000', '112112.508000', '112112.511000', '112112.514000', '112112.516000', '112112.519000', '112112.522000', '112112.525000', '112112.527000', '112112.530000', '112112.532000', '112112.535000', '112112.538000', '112112.540000', '112112.543000', '112112.546000', '112112.548000', '112112.551000', '112112.553000', '112112.556000', '112112.559000', '112112.561000', '112112.564000', '112112.566000', '112112.571000', '112112.573000', '112112.576000', '112112.589000', '112112.592000', '112112.595000', '112112.597000', '112112.600000', '112112.602000', '112112.605000', '112112.608000', '112112.610000', '112112.613000', '112112.615000', '112112.618000', '112112.621000', '112112.623000', '112112.626000', '112112.629000', '112112.631000', '112132.506000', '112132.509000', '112132.511000', '112132.514000', '112132.516000', '112132.519000', '112132.522000', '112132.524000', '112132.527000', '112132.529000', '112132.532000', '112132.535000', '112132.537000', '112132.540000', '112132.543000', '112132.545000', '112132.548000', '112132.550000', '112132.553000', '112132.555000', '112132.558000', '112132.561000', '112132.563000', '112132.566000', '112132.568000', '112132.571000', '112132.574000', '112132.576000', '112132.579000', '112132.581000', '112132.584000', '112132.587000', '112132.589000', '112132.592000', '112132.594000', '112132.597000', '112132.600000', '112132.602000', '112132.605000', '112132.607000', '112132.610000', '112132.613000', '112132.615000', '112152.505000', '112152.508000', '112152.511000', '112152.514000', '112152.516000', '112152.519000', '112152.521000', '112152.524000', '112152.527000', '112152.529000', '112152.532000', '112152.534000', '112152.537000', '112152.540000', '112152.542000', '112152.545000', '112152.547000', '112152.550000', '112152.553000', '112152.555000', '112152.558000', '112152.560000', '112152.563000', '112152.566000', '112152.568000', '112152.571000', '112152.574000', '112152.576000', '112152.579000', '112152.581000', '112152.584000', '112152.587000', '112152.589000', '112152.592000', '112152.595000', '112152.597000', '112152.600000', '112152.602000', '112152.605000', '112152.608000', '112152.610000', '112152.613000', '112152.616000', '112152.618000', '112212.507000', '112212.509000', '112212.512000', '112212.515000', '112212.518000', '112212.520000', '112212.523000', '112212.525000', '112212.528000', '112212.531000', '112212.533000', '112212.536000', '112212.539000', '112212.541000', '112212.544000', '112212.546000', '112212.549000', '112212.552000', '112212.554000', '112212.557000', '112212.559000', '112212.562000', '112212.565000', '112212.567000', '112212.570000', '112212.572000', '112212.575000', '112212.578000', '112212.580000', '112212.583000', '112212.586000', '112212.588000', '112212.591000', '112212.593000', '112212.596000', '112212.599000', '112212.601000', '112212.604000', '112212.606000', '112212.609000', '112212.612000', '112212.614000', '112212.617000', '112232.507000', '112232.510000', '112232.513000', '112232.520000', '112232.523000', '112232.526000', '112232.528000', '112232.531000', '112232.534000', '112232.536000', '112232.539000', '112232.542000', '112232.544000', '112232.547000', '112232.549000', '112232.552000', '112232.555000', '112232.558000', '112232.560000', '112232.563000', '112232.566000', '112232.568000', '112232.571000', '112232.574000', '112232.576000', '112232.579000', '112232.581000', '112232.584000', '112232.587000', '112232.589000', '112232.592000', '112232.595000', '112232.597000', '112232.600000', '112232.603000', '112232.605000', '112232.608000', '112232.610000', '112232.623000', '112232.626000', '112232.629000', '112232.631000', '112232.634000', '112252.507000', '112252.509000', '112252.512000', '112252.515000', '112252.518000', '112252.520000', '112252.523000', '112252.525000', '112252.528000', '112252.531000', '112252.533000', '112252.536000', '112252.539000', '112252.541000', '112252.544000', '112252.546000', '112252.549000', '112252.552000', '112252.554000', '112252.557000', '112252.560000', '112252.562000', '112252.565000', '112252.567000', '112252.570000', '112252.573000', '112252.575000', '112252.578000', '112252.581000', '112252.583000', '112252.586000', '112252.588000', '112252.591000', '112252.594000', '112252.596000', '112252.599000', '112252.601000', '112252.604000', '112252.607000', '112252.609000', '112252.612000', '112252.614000', '112252.617000', '112252.620000', '112312.507000', '112312.509000', '112312.512000', '112312.515000', '112312.517000', '112312.520000', '112312.523000', '112312.525000', '112312.528000', '112312.530000', '112312.533000', '112312.536000', '112312.538000', '112312.541000', '112312.544000', '112312.547000', '112312.549000', '112312.552000', '112312.554000', '112312.557000', '112312.560000', '112312.562000', '112312.565000', '112312.567000', '112312.570000', '112312.573000', '112312.575000', '112312.578000', '112312.580000', '112312.583000', '112312.586000', '112312.588000', '112312.591000', '112312.594000', '112312.596000', '112312.599000', '112312.601000', '112312.604000', '112312.607000', '112312.609000', '112312.612000', '112312.615000', '112312.618000', '112332.505000', '112332.508000', '112332.511000', '112332.514000', '112332.516000', '112332.519000', '112332.521000', '112332.524000', '112332.527000', '112332.529000', '112332.532000', '112332.535000', '112332.537000', '112332.540000', '112332.542000', '112332.545000', '112332.548000', '112332.550000', '112332.553000', '112332.556000', '112332.558000', '112332.561000', '112332.563000', '112332.566000', '112332.569000', '112332.571000', '112332.574000', '112332.576000', '112332.579000', '112332.582000', '112332.584000', '112332.587000', '112332.589000', '112332.592000', '112332.595000', '112332.597000', '112332.600000', '112332.602000', '112332.605000', '112332.608000', '112332.610000', '112332.613000', '112332.616000', '112332.618000', '112352.506000', '112352.509000', '112352.511000', '112352.514000', '112352.517000', '112352.519000', '112352.522000', '112352.525000', '112352.527000', '112352.530000', '112352.533000', '112352.535000', '112352.538000', '112352.540000', '112352.544000', '112352.547000', '112352.550000', '112352.552000', '112352.555000', '112352.558000', '112352.560000', '112352.563000', '112352.565000', '112352.568000', '112352.571000', '112352.573000', '112352.576000', '112352.579000', '112352.581000', '112352.584000', '112352.586000', '112352.589000', '112352.592000', '112352.594000', '112352.608000', '112352.611000', '112352.613000', '112352.616000', '112352.619000', '112352.621000', '112352.624000', '112352.626000', '112352.629000', '112412.505000', '112412.508000', '112412.511000', '112412.514000', '112412.517000', '112412.519000', '112412.522000', '112412.525000', '112412.527000', '112412.530000', '112412.533000', '112412.535000', '112412.538000', '112412.540000', '112412.543000', '112412.545000', '112412.548000', '112412.551000', '112412.553000', '112412.557000', '112412.560000', '112412.562000', '112412.565000', '112412.567000', '112412.570000', '112412.573000', '112412.575000', '112412.578000', '112412.581000', '112412.583000', '112412.586000', '112412.588000', '112412.591000', '112412.594000', '112412.597000', '112412.599000', '112412.602000', '112412.604000', '112412.607000', '112412.610000', '112412.612000', '112412.615000', '112412.617000', '112412.620000', '112432.507000', '112432.509000', '112432.512000', '112432.515000', '112432.518000', '112432.521000', '112432.523000', '112432.527000', '112432.530000', '112432.532000', '112432.535000', '112432.538000', '112432.540000', '112432.543000', '112432.546000', '112432.548000', '112432.551000', '112432.553000', '112432.556000', '112432.559000', '112432.561000', '112432.564000', '112432.566000', '112432.569000', '112432.572000', '112432.574000', '112432.577000', '112432.579000', '112432.582000', '112432.585000', '112432.587000', '112432.590000', '112432.593000', '112432.595000', '112432.598000', '112432.601000', '112432.603000', '112432.606000', '112432.608000', '112432.611000', '112432.614000', '112432.616000', '112432.619000', '112452.507000', '112452.516000', '112452.518000', '112452.521000', '112452.524000', '112452.527000', '112452.529000', '112452.532000', '112452.534000', '112452.537000', '112452.540000', '112452.542000', '112452.545000', '112452.548000', '112452.550000', '112452.553000', '112452.555000', '112452.558000', '112452.561000', '112452.563000', '112452.566000', '112452.568000', '112452.571000', '112452.573000', '112452.576000', '112452.579000', '112452.581000', '112452.584000', '112452.586000', '112452.589000', '112452.592000', '112452.594000', '112452.597000', '112452.600000', '112452.602000', '112452.605000', '112452.607000', '112452.610000', '112452.613000', '112452.615000', '112452.618000', '112452.621000', '112452.623000', '112452.626000', '112512.507000', '112512.509000', '112512.512000', '112512.515000', '112512.517000', '112512.520000', '112512.523000', '112512.525000', '112512.528000', '112512.531000', '112512.533000', '112512.536000', '112512.538000', '112512.541000', '112512.544000', '112512.546000', '112512.549000', '112512.551000', '112512.554000', '112512.557000', '112512.559000', '112512.562000', '112512.564000', '112512.567000', '112512.570000', '112512.572000', '112512.575000', '112512.578000', '112512.580000', '112512.584000', '112512.587000', '112512.597000', '112512.599000', '112512.602000', '112512.604000', '112512.607000', '112512.610000', '112512.612000', '112512.615000', '112512.617000', '112512.620000', '112512.623000', '112512.625000', '112515.289000', '112515.292000', '112515.295000', '112515.298000', '112515.301000', '112515.303000', '112515.306000'], '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': [12155, 7798, 10713, 7198, 10299, 6719, 9958, 9227, 8283, 13787, 7979, 11690, 7453, 8618, 12981, 7519, 10433, 7020, 9714, 6951, 8034, 11204, 7117, 9400, 6701, 9483, 7081, 9614, 7029, 10204, 7601, 7607, 11556, 7351, 10792, 7020, 10114, 7805, 8039, 12881, 7685, 10800, 7415, 10366, 7098, 10131, 6921, 9398, 10426, 7702, 12868, 7568, 11173, 7183, 10302, 8262, 7956, 11092, 7837, 11917, 7655, 11238, 6982, 10401, 7524, 8601, 8693, 7738, 13108, 7521, 11398, 6854, 10133, 7084, 9149, 6595, 8999, 9603, 7537, 12558, 7777, 11537, 7237, 9919, 8836, 7699, 12894, 7576, 11127, 7098, 9822, 11120, 7765, 12697, 7485, 11009, 6928, 10455, 7403, 7741, 10897, 7519, 11087, 6790, 10354, 6938, 9061, 9349, 7374, 11757, 7444, 11307, 6822, 10636, 7022, 9113, 7946, 7784, 12810, 7539, 11451, 7057, 10420, 7095, 8243, 8013, 7651, 12274, 7689, 10998, 7716, 10609, 6901, 9702, 6954, 8229, 13783, 8179, 12545, 8495, 10854, 6781, 9861, 9354, 7872, 13597, 8270, 12428, 8541, 10646, 6783, 9352, 11702, 8306, 11943, 7132, 10544, 7125, 7968, 11962, 7310, 10981, 6703, 9904, 12728, 7774, 11150, 7116, 10268, 6741, 9082, 12600, 7661, 10504, 6915, 9801, 10698, 7744, 11384, 6972, 10044, 7604, 7816, 12735, 7362, 10846, 7029, 9856, 10288, 7619, 10900, 6980, 10469, 6676, 9767, 10493, 7573, 11814, 7341, 10154, 6775, 9596, 9052, 7793, 12437, 7149, 10394, 6785, 7948, 12193, 7226, 10577, 6586, 9124, 9993, 7893, 11150, 6937, 10695, 6679, 9195, 11818, 7777, 12653, 7341, 10709, 6888, 9350, 13397, 8215, 12265, 7637, 10135, 7131, 8394, 13738, 7781, 11355, 6934, 9257, 9023, 8048, 11229, 6864, 10527, 7764, 7656, 12212, 7680, 10763, 6839, 10033, 9360, 8008, 12169, 7515, 10571, 7100, 9890, 10216, 7971, 12475, 7558, 10648, 6720, 8593, 9817, 7884, 10993, 7090, 10226, 6324, 8680, 8338, 7370, 11049, 6891, 10300, 6638, 8758, 9160, 7504, 11624, 6954, 10578, 9105, 7962, 13464, 7502, 10867, 6898, 10208, 11495, 7746, 12073, 7310, 10685, 6670, 9134, 13271, 7633, 11453, 7276, 10345, 6919, 8993, 13235, 7709, 11002, 7421, 10439, 6677, 8396, 13627, 7721, 11044, 7101, 10267, 6775, 8236, 13961, 7490, 11414, 7628, 10145, 7055, 7554, 11402, 7098, 10522, 6684, 8837, 9140, 7448, 11449, 6701, 10620, 7830, 8193, 11396, 7390, 11411, 7021, 11033, 7043, 8836, 11291, 7519, 12200, 7082, 10477, 6931, 9475, 12611, 7710, 12189, 7308, 10828, 6913, 9638, 12740, 7922, 12066, 7238, 10444, 6638, 9383, 13304, 7988, 11995, 7543, 10637, 6840, 9995, 8753, 8193, 13727, 7978, 11307, 7090, 10668, 7074, 8603, 13467, 7599, 10666, 6924, 10089, 6843, 7869, 12723, 7366, 10422, 6782, 9849, 6909, 7623, 11888, 7377, 10451, 6655, 10005, 6611, 8593, 11652, 7315, 11938, 7840, 10206, 7344, 7831, 12830, 6983, 10552, 7084, 8677, 11783, 6923, 11028, 6683, 10407, 8162, 7652, 12170, 7230, 10873, 6914, 10220, 7752, 7865, 12160, 7385, 11207, 6860, 10252, 7472, 8064, 13327, 7944, 10695, 6804, 10132, 9306, 7468, 12653, 8134, 10974, 6583, 10427, 7638, 7564, 13113, 7778, 11422, 7052, 10174, 8819, 7446, 12850, 7593, 10564, 6702, 9799, 8740, 7550, 11519, 6872, 10433, 7353, 8041, 11072, 7224, 10402, 6735, 10367, 7630, 7836, 12443, 7120, 10304, 6412, 9795, 8251, 7785, 12629, 7362, 11289, 7310, 10453, 7103, 9212, 13951, 8782, 12061, 7341, 10036, 6876, 8856, 11942, 7660, 11716, 7251, 10230, 6778, 9279, 8535, 7353, 12219, 7479, 10595, 6842, 9476, 7911, 7495, 11264, 7151, 10148, 6863, 9648, 6807, 8516, 8194, 7303, 12370, 7516, 11119, 7362, 9995, 6792, 9253, 10910, 7607, 12882, 8520, 11511, 7418, 10118, 6861, 9771, 7076, 8345, 10896, 7995, 12498, 7802, 10691, 7024, 10152, 6918, 9387, 7490, 7653, 11783, 7159, 11108, 7340, 10047, 6917, 8980, 7471, 7251, 11701, 7331, 10454, 6953, 9605, 6703, 8240, 11444, 7395, 11854, 8147, 10880, 6595, 9257, 7923, 8221, 13841, 8703, 12814, 8549, 10242, 7009, 9374, 7008, 7469, 8932, 7845, 7345, 7313, 7240, 8979, 12249, 8152, 10771, 8286, 9707, 8324, 12155, 8099, 11680, 7885, 11004, 7591, 11692, 7817, 8610, 8017, 7227, 9284, 7493, 9465, 12632, 8565, 13344, 8963, 11622, 9033, 9112, 14800, 9087, 12311, 8472, 9785, 7539, 8979, 7796, 8490, 12799, 8082, 11169, 7535, 9788, 7558, 8553, 9148, 8332, 10886, 7528, 10210, 7602, 7945, 11184, 6995, 10214, 7185, 8706, 7412, 7754, 11249, 7636, 11031, 7198, 10251, 7024, 10174, 6949, 8216, 13325, 7729, 11679, 7362, 10079, 7379, 8206, 11457, 7675, 11707, 7673, 10848, 6898, 9950, 7192, 8214, 8259, 7512, 11011, 8020, 8883, 8092, 11838, 8280, 11876, 7915, 11545, 7570, 11557, 7299, 10773, 12965, 8434, 14499, 9918, 13366, 8296, 13213, 8274, 11905, 8255, 11236, 7760, 10779, 7458, 10081, 7523, 10692, 7188, 10088, 7425, 10550, 7083, 10883, 7172, 11563, 7388, 10344, 9508, 8449, 11461, 8113, 10424, 7725, 12295, 8042, 11750, 8044, 11127, 8149, 11038, 7268, 10692, 7342, 10712, 7569, 10922, 7595, 11033, 7635, 10526, 7790, 8776, 8077, 7281, 9792, 6610, 11237, 6977, 11855, 7751, 11940, 8327, 11586, 8430, 10738, 8637, 7212, 9882, 6809, 11697, 8056, 13789, 9299, 10537, 9110, 7704, 10644, 7058, 13016, 7671, 12546, 8240, 11570, 8670, 9392, 8952, 7069, 10990, 7225, 11996, 8323, 10655, 8859, 6922, 10079, 6872, 11861, 8070, 12783, 9026, 7481, 8982, 6823, 11436, 7792, 12926, 8891, 9384, 8838, 8672, 9672, 7648, 12002, 7171, 12182, 7868, 12386, 8810, 12646, 8654, 9959, 8588, 6851, 10697, 6699, 11804, 7137, 12721, 7743, 12077, 7771, 11773, 8163, 12345, 8834, 12207, 8348, 11318, 8168, 12498, 8420, 12332, 8030, 10066, 7811, 8423, 8065, 7304, 10015, 7382, 11571, 6878, 11741, 7546, 10483, 7113, 10899, 7174, 10695, 8314, 9370, 10785, 9379, 6890, 9892, 6929, 10469, 6979, 11064, 6848, 11822, 7393, 11863, 7787, 11719, 8157, 12862, 7879, 11597, 7685, 11337, 8162, 9493, 13317, 8343, 13740, 7816, 11184, 7858, 10911, 7483, 10373, 7176, 9644, 7095, 8804, 6770, 8434, 9947, 7999, 12794, 8301, 12287, 8180, 11099, 7774, 10901, 7122, 10052, 10037, 7981, 13915, 7787, 11647, 7519, 10350, 7352, 9497, 9320, 7720, 11566, 7287, 10480, 6951, 9848, 7216, 7793, 10022, 7831, 11515, 7290, 10919, 7006, 9604, 11819, 7636, 13273, 7326, 10869, 6939, 9248, 13988, 8325, 11483, 7082, 10052, 7285, 7894, 12193, 7328, 10977, 6741, 10093, 7368, 7598, 11593, 7314, 10836, 7190, 8901, 10906, 7612, 11653, 6858, 10730, 8713, 8002, 13690, 7842, 10848, 6750, 10096, 8457, 7776, 12223, 7501, 10491, 6982, 7970, 11852, 7266, 10756, 7005, 8539, 10338, 7773, 12188, 7225, 10371, 7004, 9154, 10612, 7486, 10511, 6979, 10240, 6922, 8270, 13357, 7528, 11602, 7203, 10160, 6785, 7780, 11693, 7620, 11250, 7079, 10132, 6904, 7814, 10946, 7782, 11110, 6992, 10389, 7101, 8280, 11475, 7663, 11223, 6890, 10016, 8953, 7593, 12886, 7113, 10590, 6884, 9824, 9834, 7523, 10967, 7336, 9967, 6649, 8257, 11180, 7207, 10681, 7051, 10145, 6889, 8495, 10740, 7826, 11564, 7406, 11492, 7185, 8979, 10515, 7494, 11225, 6940, 9745, 13929, 7710, 11516, 7046, 10188, 7257, 7491, 12816, 7290, 10585, 6802, 9846, 7254, 7253, 11187, 7113, 10765, 6855, 10046, 7194, 7513, 12039, 7452, 11277, 7115, 9705, 7310, 7507, 11670, 7219, 10648, 7181, 8715, 9455, 7891, 8312, 7705, 11249, 7348, 10432, 6519, 9922, 9420, 7972, 12474, 7525, 10968, 7135, 10149, 8051, 8268, 14217, 8165, 11856, 7722, 10135, 6925, 8439, 11730, 7732, 11014, 7202, 10065, 6921, 8911, 7972, 8071, 12198, 7534, 10699, 6656, 9667, 7933, 8206, 13356, 7634, 11952, 7713, 10302, 6823, 8338, 8735, 7849, 11792, 7123, 11216, 7051, 9704, 8008, 8004, 12861, 7906, 11305, 7253, 10461, 7136, 9584, 7077, 7818, 10440, 7111, 10498, 6836, 9418, 8768, 7585, 12699, 7252, 9760, 11129, 7760, 12084, 7211, 9985, 6701, 9333, 11311, 7479, 10563, 6898, 8779, 6620, 6931, 9171, 6644, 8684, 6397, 7981, 7922, 6743, 11244, 6811, 9921, 6731, 9007, 9568, 7920, 12680, 7438, 12080, 7781, 10349, 6891, 10671, 6869, 7434, 6802, 10373, 7695, 11491, 7653, 12516, 12245, 8909, 14126, 8981, 12015, 7699, 9907, 8800, 8268, 13935, 8292, 12109, 7921, 9663, 8250, 6661, 9212, 6944, 10225, 12419, 8885, 11043, 8284, 8667, 14552, 9309, 12192, 9392, 9314, 14626, 10114, 12651, 8427, 9167, 12188, 9109, 12032, 8535, 10002, 8551, 9237, 7814, 9106, 7662, 8437, 10208, 8459, 9603, 7274, 9318, 7173, 8417, 7533, 8105, 10774, 7864, 9954, 6806, 9227, 7350, 9376, 7104, 9433, 6488, 9122, 8749, 7793, 10610, 7606, 11576], 'WindowCenter': [4129.0, 4074.0, 4091.0, 4051.0, 4079.0, 4037.0, 4091.0, 4068.0, 4059.0, 4096.0, 4057.0, 4086.0, 4033.0, 4053.0, 4084.0, 4030.0, 4074.0, 4032.0, 4063.0, 4030.0, 4044.0, 4086.0, 4035.0, 4065.0, 4023.0, 4064.0, 4035.0, 4065.0, 4048.0, 4090.0, 4057.0, 4045.0, 4084.0, 4034.0, 4074.0, 4033.0, 4063.0, 4043.0, 4043.0, 4086.0, 4044.0, 4072.0, 4034.0, 4064.0, 4032.0, 4076.0, 4036.0, 4065.0, 4073.0, 4045.0, 4083.0, 4043.0, 4072.0, 4034.0, 4077.0, 4054.0, 4044.0, 4072.0, 4042.0, 4072.0, 4043.0, 4075.0, 4035.0, 4077.0, 4043.0, 4054.0, 4055.0, 4043.0, 4085.0, 4044.0, 4086.0, 4034.0, 4077.0, 4032.0, 4066.0, 4025.0, 4067.0, 4065.0, 4047.0, 4096.0, 4055.0, 4088.0, 4044.0, 4078.0, 4053.0, 4042.0, 4084.0, 4043.0, 4086.0, 4035.0, 4065.0, 4073.0, 4044.0, 4083.0, 4032.0, 4063.0, 4031.0, 4075.0, 4031.0, 4044.0, 4073.0, 4033.0, 4071.0, 4031.0, 4076.0, 4034.0, 4063.0, 4054.0, 4033.0, 4084.0, 4045.0, 4075.0, 4034.0, 4077.0, 4032.0, 4066.0, 4041.0, 4043.0, 4083.0, 4042.0, 4085.0, 4034.0, 4076.0, 4033.0, 4069.0, 4055.0, 4055.0, 4094.0, 4055.0, 4088.0, 4057.0, 4087.0, 4036.0, 4076.0, 4045.0, 4058.0, 4109.0, 4056.0, 4097.0, 4055.0, 4076.0, 4025.0, 4066.0, 4054.0, 4044.0, 4095.0, 4055.0, 4085.0, 4053.0, 4063.0, 4019.0, 4052.0, 4070.0, 4041.0, 4072.0, 4020.0, 4065.0, 4019.0, 4043.0, 4072.0, 4032.0, 4062.0, 4020.0, 4062.0, 4081.0, 4031.0, 4059.0, 4020.0, 4061.0, 4019.0, 4052.0, 4084.0, 4032.0, 4063.0, 4019.0, 4064.0, 4062.0, 4030.0, 4073.0, 4031.0, 4062.0, 4029.0, 4030.0, 4072.0, 4030.0, 4060.0, 4032.0, 4065.0, 4063.0, 4043.0, 4060.0, 4032.0, 4062.0, 4022.0, 4062.0, 4076.0, 4043.0, 4085.0, 4031.0, 4062.0, 4023.0, 4063.0, 4053.0, 4042.0, 4085.0, 4031.0, 4063.0, 4022.0, 4045.0, 4082.0, 4033.0, 4074.0, 4023.0, 4066.0, 4074.0, 4057.0, 4075.0, 4033.0, 4076.0, 4035.0, 4066.0, 4086.0, 4045.0, 4083.0, 4033.0, 4075.0, 4033.0, 4063.0, 4095.0, 4041.0, 4071.0, 4031.0, 4063.0, 4018.0, 4040.0, 4082.0, 4030.0, 4060.0, 4019.0, 4049.0, 4037.0, 4031.0, 4060.0, 4021.0, 4062.0, 4029.0, 4042.0, 4069.0, 4031.0, 4061.0, 4019.0, 4063.0, 4051.0, 4041.0, 4072.0, 4031.0, 4061.0, 4021.0, 4063.0, 4073.0, 4043.0, 4070.0, 4031.0, 4061.0, 4020.0, 4052.0, 4061.0, 4041.0, 4072.0, 4032.0, 4074.0, 4020.0, 4054.0, 4042.0, 4042.0, 4086.0, 4044.0, 4076.0, 4021.0, 4055.0, 4063.0, 4043.0, 4086.0, 4043.0, 4088.0, 4063.0, 4056.0, 4094.0, 4043.0, 4075.0, 4033.0, 4076.0, 4074.0, 4044.0, 4085.0, 4033.0, 4073.0, 4021.0, 4063.0, 4095.0, 4042.0, 4083.0, 4046.0, 4077.0, 4032.0, 4063.0, 4095.0, 4042.0, 4072.0, 4042.0, 4075.0, 4033.0, 4065.0, 4107.0, 4043.0, 4074.0, 4031.0, 4064.0, 4022.0, 4055.0, 4108.0, 4043.0, 4074.0, 4040.0, 4062.0, 4030.0, 4043.0, 4084.0, 4031.0, 4074.0, 4022.0, 4054.0, 4053.0, 4033.0, 4084.0, 4033.0, 4077.0, 4041.0, 4054.0, 4074.0, 4044.0, 4072.0, 4031.0, 4076.0, 4034.0, 4053.0, 4071.0, 4033.0, 4084.0, 4030.0, 4076.0, 4032.0, 4065.0, 4083.0, 4043.0, 4072.0, 4031.0, 4072.0, 4030.0, 4064.0, 4083.0, 4041.0, 4072.0, 4031.0, 4062.0, 4021.0, 4064.0, 4082.0, 4043.0, 4072.0, 4028.0, 4060.0, 4020.0, 4063.0, 4053.0, 4041.0, 4081.0, 4040.0, 4071.0, 4018.0, 4062.0, 4020.0, 4053.0, 4081.0, 4029.0, 4061.0, 4020.0, 4060.0, 4018.0, 4039.0, 4081.0, 4031.0, 4062.0, 4021.0, 4060.0, 4018.0, 4043.0, 4084.0, 4031.0, 4071.0, 4023.0, 4064.0, 4021.0, 4053.0, 4072.0, 4044.0, 4084.0, 4044.0, 4062.0, 4029.0, 4043.0, 4082.0, 4032.0, 4074.0, 4021.0, 4052.0, 4071.0, 4030.0, 4061.0, 4020.0, 4073.0, 4043.0, 4042.0, 4072.0, 4031.0, 4070.0, 4032.0, 4073.0, 4040.0, 4042.0, 4084.0, 4033.0, 4073.0, 4021.0, 4074.0, 4041.0, 4044.0, 4084.0, 4041.0, 4072.0, 4021.0, 4063.0, 4049.0, 4030.0, 4081.0, 4042.0, 4071.0, 4021.0, 4061.0, 4029.0, 4041.0, 4096.0, 4041.0, 4073.0, 4033.0, 4076.0, 4052.0, 4031.0, 4083.0, 4043.0, 4063.0, 4020.0, 4061.0, 4049.0, 4042.0, 4071.0, 4021.0, 4072.0, 4029.0, 4044.0, 4069.0, 4031.0, 4061.0, 4022.0, 4075.0, 4040.0, 4041.0, 4083.0, 4031.0, 4063.0, 4020.0, 4065.0, 4052.0, 4045.0, 4083.0, 4034.0, 4071.0, 4033.0, 4072.0, 4031.0, 4063.0, 4095.0, 4054.0, 4072.0, 4028.0, 4061.0, 4009.0, 4052.0, 4073.0, 4031.0, 4069.0, 4030.0, 4061.0, 4018.0, 4049.0, 4040.0, 4029.0, 4070.0, 4030.0, 4061.0, 4020.0, 4061.0, 4040.0, 4031.0, 4071.0, 4031.0, 4064.0, 4021.0, 4064.0, 4022.0, 4053.0, 4042.0, 4045.0, 4083.0, 4031.0, 4074.0, 4034.0, 4062.0, 4020.0, 4052.0, 4072.0, 4043.0, 4086.0, 4052.0, 4075.0, 4032.0, 4063.0, 4022.0, 4063.0, 4031.0, 4042.0, 4074.0, 4043.0, 4071.0, 4030.0, 4063.0, 4032.0, 4065.0, 4019.0, 4054.0, 4031.0, 4043.0, 4071.0, 4032.0, 4074.0, 4033.0, 4062.0, 4020.0, 4053.0, 4031.0, 4044.0, 4084.0, 4033.0, 4076.0, 4034.0, 4065.0, 4021.0, 4054.0, 4074.0, 4034.0, 4074.0, 4042.0, 4073.0, 4021.0, 4053.0, 4042.0, 4044.0, 4098.0, 4051.0, 4082.0, 4041.0, 4062.0, 4032.0, 4049.0, 4019.0, 4034.0, 4041.0, 4040.0, 4032.0, 4032.0, 4032.0, 4066.0, 4100.0, 4045.0, 4060.0, 4042.0, 4049.0, 4041.0, 4073.0, 4042.0, 4073.0, 4043.0, 4075.0, 4048.0, 4071.0, 4032.0, 4039.0, 4032.0, 4031.0, 4063.0, 4033.0, 4066.0, 4084.0, 4057.0, 4086.0, 4041.0, 4063.0, 4038.0, 4038.0, 4068.0, 4028.0, 4058.0, 4015.0, 4036.0, 4003.0, 4024.0, 4002.0, 4024.0, 4044.0, 4014.0, 4044.0, 4002.0, 4036.0, 4015.0, 4026.0, 4022.0, 4026.0, 4046.0, 4015.0, 4050.0, 4017.0, 4029.0, 4059.0, 4019.0, 4061.0, 4020.0, 4041.0, 4020.0, 4033.0, 4070.0, 4043.0, 4073.0, 4033.0, 4076.0, 4035.0, 4075.0, 4034.0, 4055.0, 4096.0, 4047.0, 4085.0, 4034.0, 4064.0, 4030.0, 4044.0, 4073.0, 4044.0, 4087.0, 4046.0, 4075.0, 4033.0, 4063.0, 4033.0, 4054.0, 4057.0, 4056.0, 4090.0, 4071.0, 4068.0, 4070.0, 4099.0, 4070.0, 4101.0, 4057.0, 4088.0, 4057.0, 4091.0, 4045.0, 4091.0, 4099.0, 4055.0, 4097.0, 4065.0, 4084.0, 4042.0, 4073.0, 4040.0, 4071.0, 4043.0, 4060.0, 4030.0, 4061.0, 4019.0, 4048.0, 4029.0, 4059.0, 4020.0, 4061.0, 4020.0, 4064.0, 4021.0, 4061.0, 4019.0, 4059.0, 4019.0, 4062.0, 4050.0, 4040.0, 4072.0, 4031.0, 4061.0, 4030.0, 4071.0, 4041.0, 4071.0, 4032.0, 4060.0, 4041.0, 4060.0, 4031.0, 4060.0, 4030.0, 4061.0, 4031.0, 4060.0, 4042.0, 4071.0, 4043.0, 4074.0, 4043.0, 4055.0, 4056.0, 4044.0, 4078.0, 4034.0, 4088.0, 4045.0, 4088.0, 4047.0, 4086.0, 4058.0, 4089.0, 4058.0, 4086.0, 4068.0, 4046.0, 4078.0, 4034.0, 4089.0, 4057.0, 4098.0, 4066.0, 4077.0, 4067.0, 4046.0, 4076.0, 4034.0, 4095.0, 4045.0, 4083.0, 4044.0, 4086.0, 4055.0, 4054.0, 4067.0, 4032.0, 4072.0, 4032.0, 4085.0, 4055.0, 4073.0, 4066.0, 4034.0, 4065.0, 4035.0, 4087.0, 4056.0, 4087.0, 4068.0, 4045.0, 4068.0, 4035.0, 4098.0, 4059.0, 4098.0, 4067.0, 4066.0, 4068.0, 4055.0, 4064.0, 4044.0, 4088.0, 4035.0, 4086.0, 4043.0, 4073.0, 4054.0, 4083.0, 4052.0, 4064.0, 4053.0, 4022.0, 4063.0, 4022.0, 4072.0, 4021.0, 4083.0, 4032.0, 4073.0, 4032.0, 4072.0, 4043.0, 4071.0, 4040.0, 4070.0, 4042.0, 4059.0, 4040.0, 4071.0, 4043.0, 4072.0, 4032.0, 4048.0, 4029.0, 4041.0, 4032.0, 4031.0, 4062.0, 4032.0, 4073.0, 4021.0, 4073.0, 4031.0, 4062.0, 4019.0, 4062.0, 4018.0, 4049.0, 4030.0, 4050.0, 4061.0, 4051.0, 4019.0, 4050.0, 4019.0, 4061.0, 4020.0, 4060.0, 4019.0, 4071.0, 4034.0, 4074.0, 4043.0, 4084.0, 4044.0, 4087.0, 4044.0, 4074.0, 4031.0, 4063.0, 4028.0, 4050.0, 4072.0, 4029.0, 4070.0, 4018.0, 4048.0, 4028.0, 4049.0, 4018.0, 4050.0, 4007.0, 4039.0, 4017.0, 4037.0, 4007.0, 4041.0, 4052.0, 4042.0, 4071.0, 4041.0, 4060.0, 4029.0, 4059.0, 4019.0, 4060.0, 4020.0, 4052.0, 4049.0, 4029.0, 4069.0, 4016.0, 4058.0, 4016.0, 4046.0, 4017.0, 4047.0, 4037.0, 4018.0, 4057.0, 4019.0, 4049.0, 4017.0, 4062.0, 4030.0, 4031.0, 4051.0, 4029.0, 4070.0, 4031.0, 4063.0, 4033.0, 4053.0, 4070.0, 4030.0, 4071.0, 4020.0, 4060.0, 4018.0, 4051.0, 4082.0, 4039.0, 4059.0, 4018.0, 4050.0, 4017.0, 4030.0, 4072.0, 4031.0, 4060.0, 4020.0, 4062.0, 4018.0, 4030.0, 4071.0, 4032.0, 4071.0, 4018.0, 4053.0, 4061.0, 4030.0, 4061.0, 4020.0, 4073.0, 4041.0, 4041.0, 4082.0, 4030.0, 4060.0, 4009.0, 4061.0, 4041.0, 4032.0, 4071.0, 4020.0, 4061.0, 4018.0, 4029.0, 4058.0, 4017.0, 4063.0, 4019.0, 4041.0, 4050.0, 4031.0, 4070.0, 4019.0, 4061.0, 4032.0, 4052.0, 4062.0, 4031.0, 4059.0, 4021.0, 4062.0, 4020.0, 4041.0, 4085.0, 4029.0, 4072.0, 4030.0, 4061.0, 4018.0, 4031.0, 4071.0, 4043.0, 4074.0, 4021.0, 4061.0, 4018.0, 4031.0, 4058.0, 4031.0, 4075.0, 4022.0, 4060.0, 4019.0, 4042.0, 4058.0, 4031.0, 4061.0, 4020.0, 4064.0, 4049.0, 4030.0, 4071.0, 4020.0, 4061.0, 4019.0, 4049.0, 4063.0, 4031.0, 4060.0, 4031.0, 4052.0, 4008.0, 4041.0, 4059.0, 4032.0, 4061.0, 4021.0, 4062.0, 4020.0, 4050.0, 4059.0, 4031.0, 4073.0, 4031.0, 4073.0, 4018.0, 4052.0, 4059.0, 4027.0, 4061.0, 4018.0, 4063.0, 4080.0, 4030.0, 4060.0, 4017.0, 4049.0, 4015.0, 4031.0, 4070.0, 4017.0, 4059.0, 4005.0, 4050.0, 4017.0, 4029.0, 4073.0, 4019.0, 4061.0, 4020.0, 4062.0, 4018.0, 4029.0, 4070.0, 4031.0, 4073.0, 4019.0, 4053.0, 4030.0, 4031.0, 4061.0, 4020.0, 4062.0, 4029.0, 4051.0, 4064.0, 4056.0, 4042.0, 4041.0, 4072.0, 4031.0, 4073.0, 4022.0, 4065.0, 4052.0, 4042.0, 4083.0, 4030.0, 4063.0, 4019.0, 4063.0, 4027.0, 4042.0, 4084.0, 4040.0, 4059.0, 4030.0, 4051.0, 4015.0, 4040.0, 4069.0, 4028.0, 4058.0, 4018.0, 4048.0, 4018.0, 4052.0, 4040.0, 4043.0, 4071.0, 4032.0, 4062.0, 4021.0, 4064.0, 4042.0, 4054.0, 4083.0, 4041.0, 4074.0, 4029.0, 4060.0, 4020.0, 4040.0, 4039.0, 4042.0, 4071.0, 4033.0, 4072.0, 4020.0, 4063.0, 4029.0, 4043.0, 4083.0, 4041.0, 4075.0, 4031.0, 4061.0, 4020.0, 4063.0, 4028.0, 4042.0, 4070.0, 4034.0, 4075.0, 4022.0, 4064.0, 4051.0, 4042.0, 4082.0, 4032.0, 4062.0, 4071.0, 4030.0, 4071.0, 4030.0, 4061.0, 4020.0, 4052.0, 4071.0, 4031.0, 4059.0, 4018.0, 4040.0, 4018.0, 4029.0, 4049.0, 4021.0, 4054.0, 4023.0, 4056.0, 4055.0, 4035.0, 4086.0, 4036.0, 4074.0, 4034.0, 4066.0, 4065.0, 4054.0, 4087.0, 4045.0, 4085.0, 4043.0, 4075.0, 4035.0, 4074.0, 4036.0, 4043.0, 4035.0, 4078.0, 4059.0, 4088.0, 4057.0, 4099.0, 4099.0, 4055.0, 4097.0, 4052.0, 4072.0, 4030.0, 4066.0, 4040.0, 4041.0, 4083.0, 4056.0, 4088.0, 4046.0, 4063.0, 4040.0, 4020.0, 4066.0, 4033.0, 4077.0, 4085.0, 4056.0, 4077.0, 4041.0, 4055.0, 4084.0, 4052.0, 4072.0, 4036.0, 4038.0, 4068.0, 4036.0, 4047.0, 4013.0, 4022.0, 4044.0, 4012.0, 4042.0, 4010.0, 4021.0, 4011.0, 4021.0, 3999.0, 4023.0, 3999.0, 4014.0, 4034.0, 4026.0, 4036.0, 4017.0, 4039.0, 4006.0, 4027.0, 4014.0, 4027.0, 4058.0, 4028.0, 4064.0, 4036.0, 4050.0, 4032.0, 4063.0, 4032.0, 4064.0, 4021.0, 4064.0, 4055.0, 4047.0, 4076.0, 4044.0, 4087.0], 'WindowWidth': [9180.0, 9096.0, 9108.0, 9055.0, 9088.0, 9032.0, 9108.0, 9073.0, 9061.0, 9109.0, 9053.0, 9093.0, 9016.0, 9043.0, 9086.0, 9009.0, 9073.0, 9013.0, 9056.0, 9010.0, 9034.0, 9094.0, 9023.0, 9059.0, 9002.0, 9059.0, 9024.0, 9062.0, 9042.0, 9102.0, 9058.0, 9036.0, 9086.0, 9019.0, 9072.0, 9015.0, 9056.0, 9029.0, 9029.0, 9091.0, 9033.0, 9067.0, 9019.0, 9056.0, 9015.0, 9078.0, 9026.0, 9061.0, 9070.0, 9033.0, 9085.0, 9030.0, 9068.0, 9018.0, 9080.0, 9046.0, 9033.0, 9068.0, 9028.0, 9067.0, 9029.0, 9072.0, 9021.0, 9080.0, 9031.0, 9045.0, 9045.0, 9029.0, 9087.0, 9032.0, 9091.0, 9023.0, 9079.0, 9015.0, 9062.0, 9006.0, 9066.0, 9060.0, 9039.0, 9106.0, 9052.0, 9096.0, 9033.0, 9081.0, 9042.0, 9028.0, 9086.0, 9029.0, 9093.0, 9024.0, 9059.0, 9068.0, 9029.0, 9082.0, 9011.0, 9053.0, 9014.0, 9075.0, 9010.0, 9030.0, 9067.0, 9016.0, 9065.0, 9012.0, 9078.0, 9021.0, 9058.0, 9044.0, 9017.0, 9085.0, 9034.0, 9074.0, 9022.0, 9081.0, 9015.0, 9065.0, 9026.0, 9030.0, 9083.0, 9029.0, 9089.0, 9019.0, 9076.0, 9019.0, 9073.0, 9050.0, 9052.0, 9102.0, 9051.0, 9099.0, 9054.0, 9095.0, 9025.0, 9079.0, 9036.0, 9056.0, 9129.0, 9054.0, 9109.0, 9050.0, 9077.0, 9008.0, 9062.0, 9043.0, 9032.0, 9106.0, 9047.0, 9089.0, 9040.0, 9056.0, 8992.0, 9038.0, 9062.0, 9023.0, 9069.0, 8995.0, 9059.0, 8992.0, 9026.0, 9065.0, 9010.0, 9051.0, 8995.0, 9053.0, 9078.0, 9011.0, 9046.0, 8994.0, 9048.0, 8991.0, 9039.0, 9086.0, 9012.0, 9055.0, 8991.0, 9056.0, 9049.0, 9007.0, 9071.0, 9010.0, 9052.0, 9004.0, 9008.0, 9066.0, 9007.0, 9048.0, 9013.0, 9060.0, 9056.0, 9028.0, 9047.0, 9013.0, 9053.0, 9000.0, 9054.0, 9078.0, 9031.0, 9088.0, 9013.0, 9054.0, 9002.0, 9056.0, 9041.0, 9027.0, 9091.0, 9013.0, 9057.0, 9000.0, 9033.0, 9079.0, 9016.0, 9073.0, 9004.0, 9065.0, 9073.0, 9055.0, 9074.0, 9017.0, 9078.0, 9026.0, 9066.0, 9089.0, 9034.0, 9082.0, 9016.0, 9073.0, 9014.0, 9058.0, 9103.0, 9023.0, 9064.0, 9009.0, 9055.0, 8989.0, 9020.0, 9083.0, 9007.0, 9046.0, 8988.0, 9031.0, 9012.0, 9007.0, 9047.0, 8998.0, 9053.0, 9006.0, 9026.0, 9059.0, 9009.0, 9049.0, 8993.0, 9056.0, 9038.0, 9024.0, 9065.0, 9011.0, 9051.0, 8996.0, 9056.0, 9071.0, 9028.0, 9062.0, 9010.0, 9051.0, 8994.0, 9039.0, 9050.0, 9026.0, 9068.0, 9015.0, 9071.0, 8996.0, 9045.0, 9027.0, 9028.0, 9092.0, 9036.0, 9077.0, 9000.0, 9049.0, 9057.0, 9032.0, 9090.0, 9034.0, 9098.0, 9059.0, 9052.0, 9102.0, 9031.0, 9074.0, 9017.0, 9077.0, 9072.0, 9033.0, 9087.0, 9016.0, 9071.0, 8999.0, 9059.0, 9106.0, 9029.0, 9085.0, 9039.0, 9082.0, 9014.0, 9059.0, 9106.0, 9029.0, 9069.0, 9028.0, 9076.0, 9018.0, 9064.0, 9125.0, 9031.0, 9073.0, 9011.0, 9059.0, 9000.0, 9049.0, 9126.0, 9032.0, 9073.0, 9023.0, 9053.0, 9009.0, 9030.0, 9086.0, 9014.0, 9072.0, 9000.0, 9046.0, 9041.0, 9017.0, 9086.0, 9019.0, 9079.0, 9026.0, 9048.0, 9072.0, 9034.0, 9067.0, 9013.0, 9077.0, 9019.0, 9044.0, 9065.0, 9016.0, 9083.0, 9011.0, 9077.0, 9015.0, 9060.0, 9084.0, 9030.0, 9068.0, 9011.0, 9068.0, 9011.0, 9057.0, 9083.0, 9025.0, 9066.0, 9010.0, 9054.0, 8998.0, 9060.0, 9082.0, 9028.0, 9067.0, 9004.0, 9047.0, 8992.0, 9055.0, 9043.0, 9024.0, 9080.0, 9023.0, 9063.0, 8991.0, 9053.0, 8994.0, 9042.0, 9081.0, 9004.0, 9048.0, 8993.0, 9048.0, 8990.0, 9020.0, 9080.0, 9011.0, 9052.0, 8996.0, 9050.0, 8990.0, 9028.0, 9086.0, 9013.0, 9066.0, 9003.0, 9059.0, 8998.0, 9043.0, 9069.0, 9034.0, 9088.0, 9032.0, 9056.0, 9006.0, 9028.0, 9080.0, 9012.0, 9071.0, 8996.0, 9039.0, 9063.0, 9008.0, 9050.0, 8995.0, 9069.0, 9027.0, 9027.0, 9066.0, 9010.0, 9060.0, 9012.0, 9070.0, 9024.0, 9029.0, 9084.0, 9017.0, 9069.0, 8998.0, 9073.0, 9028.0, 9031.0, 9086.0, 9026.0, 9067.0, 8998.0, 9056.0, 9034.0, 9010.0, 9079.0, 9025.0, 9066.0, 8996.0, 9051.0, 9006.0, 9028.0, 9107.0, 9026.0, 9070.0, 9017.0, 9077.0, 9038.0, 9011.0, 9086.0, 9029.0, 9054.0, 8994.0, 9051.0, 9032.0, 9025.0, 9064.0, 8998.0, 9067.0, 9005.0, 9030.0, 9059.0, 9011.0, 9049.0, 8999.0, 9073.0, 9024.0, 9027.0, 9082.0, 9012.0, 9055.0, 8997.0, 9060.0, 9042.0, 9034.0, 9085.0, 9018.0, 9065.0, 9016.0, 9068.0, 9012.0, 9057.0, 9102.0, 9042.0, 9065.0, 9002.0, 9050.0, 8976.0, 9037.0, 9066.0, 9009.0, 9057.0, 9007.0, 9049.0, 8989.0, 9032.0, 9019.0, 9007.0, 9062.0, 9008.0, 9050.0, 8993.0, 9049.0, 9021.0, 9010.0, 9062.0, 9010.0, 9057.0, 8997.0, 9056.0, 8999.0, 9042.0, 9025.0, 9033.0, 9085.0, 9012.0, 9071.0, 9018.0, 9054.0, 8996.0, 9041.0, 9066.0, 9029.0, 9091.0, 9040.0, 9072.0, 9011.0, 9053.0, 8997.0, 9054.0, 9012.0, 9027.0, 9070.0, 9027.0, 9067.0, 9008.0, 9056.0, 9014.0, 9059.0, 8992.0, 9043.0, 9010.0, 9029.0, 9065.0, 9014.0, 9070.0, 9013.0, 9053.0, 8994.0, 9042.0, 9011.0, 9032.0, 9086.0, 9018.0, 9075.0, 9018.0, 9061.0, 8998.0, 9045.0, 9073.0, 9019.0, 9072.0, 9025.0, 9068.0, 8995.0, 9041.0, 9023.0, 9028.0, 9111.0, 9039.0, 9079.0, 9022.0, 9052.0, 9012.0, 9028.0, 8986.0, 9013.0, 9019.0, 9020.0, 9011.0, 9012.0, 9012.0, 9064.0, 9119.0, 9035.0, 9046.0, 9023.0, 9029.0, 9021.0, 9063.0, 9023.0, 9066.0, 9026.0, 9075.0, 9041.0, 9061.0, 9010.0, 9015.0, 9010.0, 9008.0, 9056.0, 9015.0, 9063.0, 9084.0, 9049.0, 9090.0, 9021.0, 9053.0, 9011.0, 9012.0, 9055.0, 8996.0, 9040.0, 8974.0, 9004.0, 8955.0, 8984.0, 8954.0, 8985.0, 9014.0, 8972.0, 9012.0, 8953.0, 9004.0, 8976.0, 8989.0, 8980.0, 8992.0, 9018.0, 8978.0, 9029.0, 8980.0, 9000.0, 9044.0, 8990.0, 9046.0, 8990.0, 9021.0, 8991.0, 9013.0, 9058.0, 9029.0, 9070.0, 9016.0, 9077.0, 9019.0, 9074.0, 9016.0, 9047.0, 9104.0, 9039.0, 9089.0, 9015.0, 9057.0, 9005.0, 9028.0, 9067.0, 9030.0, 9094.0, 9034.0, 9071.0, 9014.0, 9057.0, 9015.0, 9046.0, 9053.0, 9057.0, 9103.0, 9081.0, 9071.0, 9077.0, 9114.0, 9077.0, 9120.0, 9057.0, 9100.0, 9057.0, 9105.0, 9036.0, 9106.0, 9113.0, 9049.0, 9107.0, 9060.0, 9083.0, 9024.0, 9068.0, 9019.0, 9064.0, 9027.0, 9047.0, 9005.0, 9046.0, 8988.0, 9027.0, 9001.0, 9043.0, 8994.0, 9047.0, 8992.0, 9057.0, 8994.0, 9047.0, 8989.0, 9044.0, 8989.0, 9050.0, 9033.0, 9022.0, 9064.0, 9008.0, 9047.0, 9005.0, 9059.0, 9021.0, 9062.0, 9010.0, 9046.0, 9023.0, 9044.0, 9009.0, 9045.0, 9007.0, 9049.0, 9011.0, 9048.0, 9030.0, 9065.0, 9031.0, 9071.0, 9032.0, 9048.0, 9052.0, 9033.0, 9082.0, 9019.0, 9096.0, 9037.0, 9096.0, 9040.0, 9090.0, 9055.0, 9099.0, 9058.0, 9092.0, 9071.0, 9038.0, 9082.0, 9023.0, 9099.0, 9055.0, 9112.0, 9067.0, 9081.0, 9065.0, 9039.0, 9078.0, 9018.0, 9104.0, 9033.0, 9084.0, 9031.0, 9090.0, 9047.0, 9046.0, 9066.0, 9013.0, 9068.0, 9015.0, 9088.0, 9049.0, 9070.0, 9064.0, 9019.0, 9061.0, 9021.0, 9092.0, 9051.0, 9092.0, 9069.0, 9034.0, 9068.0, 9025.0, 9111.0, 9061.0, 9112.0, 9068.0, 9064.0, 9067.0, 9049.0, 9059.0, 9032.0, 9094.0, 9018.0, 9089.0, 9028.0, 9068.0, 9044.0, 9083.0, 9041.0, 9056.0, 9041.0, 8999.0, 9053.0, 8998.0, 9065.0, 8997.0, 9082.0, 9011.0, 9066.0, 9009.0, 9063.0, 9025.0, 9062.0, 9020.0, 9059.0, 9023.0, 9042.0, 9022.0, 9063.0, 9026.0, 9065.0, 9010.0, 9027.0, 9003.0, 9022.0, 9010.0, 9009.0, 9052.0, 9010.0, 9064.0, 8995.0, 9066.0, 9009.0, 9050.0, 8990.0, 9047.0, 8986.0, 9029.0, 9003.0, 9031.0, 9047.0, 9035.0, 8988.0, 9030.0, 8987.0, 9047.0, 8994.0, 9047.0, 8992.0, 9062.0, 9016.0, 9070.0, 9030.0, 9085.0, 9031.0, 9092.0, 9030.0, 9070.0, 9008.0, 9053.0, 8999.0, 9031.0, 9064.0, 9000.0, 9058.0, 8985.0, 9025.0, 8998.0, 9027.0, 8988.0, 9029.0, 8970.0, 9013.0, 8983.0, 9012.0, 8970.0, 9020.0, 9036.0, 9023.0, 9062.0, 9020.0, 9045.0, 9002.0, 9041.0, 8988.0, 9045.0, 8990.0, 9036.0, 9029.0, 9000.0, 9055.0, 8981.0, 9038.0, 8979.0, 9021.0, 8983.0, 9022.0, 9008.0, 8985.0, 9037.0, 8987.0, 9026.0, 8985.0, 9049.0, 9005.0, 9009.0, 9033.0, 9005.0, 9059.0, 9009.0, 9053.0, 9014.0, 9039.0, 9058.0, 9005.0, 9062.0, 8990.0, 9044.0, 8988.0, 9034.0, 9078.0, 9017.0, 9043.0, 8985.0, 9031.0, 8983.0, 9006.0, 9067.0, 9009.0, 9047.0, 8991.0, 9049.0, 8986.0, 9006.0, 9061.0, 9013.0, 9064.0, 8989.0, 9038.0, 9046.0, 9005.0, 9047.0, 8991.0, 9068.0, 9023.0, 9020.0, 9077.0, 9005.0, 9044.0, 8975.0, 9047.0, 9021.0, 9012.0, 9061.0, 8992.0, 9048.0, 8985.0, 9003.0, 9040.0, 8985.0, 9053.0, 8991.0, 9020.0, 9031.0, 9007.0, 9058.0, 8988.0, 9047.0, 9014.0, 9039.0, 9049.0, 9009.0, 9043.0, 8996.0, 9051.0, 8991.0, 9024.0, 9087.0, 9006.0, 9065.0, 9005.0, 9047.0, 8988.0, 9009.0, 9062.0, 9028.0, 9070.0, 8994.0, 9048.0, 8987.0, 9008.0, 9041.0, 9007.0, 9073.0, 9001.0, 9047.0, 8988.0, 9023.0, 9040.0, 9006.0, 9046.0, 8993.0, 9057.0, 9032.0, 9006.0, 9060.0, 8991.0, 9046.0, 8989.0, 9031.0, 9053.0, 9008.0, 9044.0, 9008.0, 9036.0, 8973.0, 9022.0, 9043.0, 9012.0, 9050.0, 8994.0, 9050.0, 8993.0, 9034.0, 9043.0, 9009.0, 9069.0, 9012.0, 9066.0, 8987.0, 9036.0, 9043.0, 9001.0, 9049.0, 8990.0, 9053.0, 9077.0, 9004.0, 9045.0, 8985.0, 9029.0, 8978.0, 9007.0, 9062.0, 8986.0, 9042.0, 8966.0, 9031.0, 8983.0, 9004.0, 9068.0, 8994.0, 9048.0, 8991.0, 9050.0, 8988.0, 9005.0, 9059.0, 9009.0, 9067.0, 8990.0, 9041.0, 9005.0, 9010.0, 9047.0, 8991.0, 9052.0, 9006.0, 9039.0, 9058.0, 9050.0, 9025.0, 9024.0, 9063.0, 9010.0, 9067.0, 8999.0, 9059.0, 9040.0, 9027.0, 9082.0, 9009.0, 9053.0, 8991.0, 9052.0, 8998.0, 9023.0, 9084.0, 9019.0, 9044.0, 9005.0, 9034.0, 8980.0, 9018.0, 9060.0, 9002.0, 9040.0, 8987.0, 9027.0, 8987.0, 9038.0, 9020.0, 9029.0, 9062.0, 9011.0, 9051.0, 8994.0, 9058.0, 9026.0, 9045.0, 9083.0, 9024.0, 9072.0, 9004.0, 9046.0, 8992.0, 9021.0, 9017.0, 9025.0, 9064.0, 9015.0, 9067.0, 8993.0, 9053.0, 9004.0, 9028.0, 9080.0, 9025.0, 9075.0, 9010.0, 9050.0, 8994.0, 9054.0, 9003.0, 9027.0, 9063.0, 9021.0, 9076.0, 9001.0, 9058.0, 9036.0, 9027.0, 9080.0, 9010.0, 9055.0, 9063.0, 9007.0, 9062.0, 9007.0, 9051.0, 8992.0, 9037.0, 9064.0, 9008.0, 9044.0, 8988.0, 9018.0, 8988.0, 9006.0, 9032.0, 8999.0, 9048.0, 9007.0, 9054.0, 9048.0, 9023.0, 9091.0, 9026.0, 9075.0, 9021.0, 9068.0, 9062.0, 9049.0, 9093.0, 9036.0, 9087.0, 9029.0, 9075.0, 9022.0, 9075.0, 9027.0, 9031.0, 9022.0, 9083.0, 9059.0, 9096.0, 9057.0, 9116.0, 9115.0, 9050.0, 9109.0, 9040.0, 9067.0, 9008.0, 9064.0, 9019.0, 9023.0, 9085.0, 9049.0, 9098.0, 9038.0, 9053.0, 9021.0, 8992.0, 9066.0, 9017.0, 9080.0, 9088.0, 9049.0, 9081.0, 9023.0, 9046.0, 9086.0, 9035.0, 9065.0, 9006.0, 9010.0, 9052.0, 9006.0, 9022.0, 8967.0, 8980.0, 9009.0, 8965.0, 9006.0, 8960.0, 8978.0, 8963.0, 8976.0, 8945.0, 8982.0, 8947.0, 8973.0, 8998.0, 8992.0, 9007.0, 8985.0, 9014.0, 8966.0, 8996.0, 8976.0, 8998.0, 9037.0, 9002.0, 9058.0, 9025.0, 9036.0, 9011.0, 9054.0, 9013.0, 9057.0, 8999.0, 9059.0, 9049.0, 9040.0, 9078.0, 9035.0, 9092.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.001466034755134281</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035742185624012636</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25852902686168</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2262061795019765</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0022761783478265</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.487</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5357.2422</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07584231244252228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.8167456556082149</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.484767114996066</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.383445488628777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758192934239556</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.312662922119866</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00905926</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01841357722878456</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03316351771354675</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.985158490547512</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>23.1352</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2626</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8304</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295033.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.8521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6718</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3230.2189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3426.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81511.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1119.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4185.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.6845</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.62525480729528</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> |