=== 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-0132 --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-0132",
"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-0132_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-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_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-0132/figures/sub-0132_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_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-0132/ses-04/func/sub-0132_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>e4b9c4b522b9c4e493b3e0f94bfb00a1</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>18:19:8.132500</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.99918, 0.0188145, -0.035853, -0.018313, 0.999731, 0.0142655]</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.259</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.0831848</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 331, -107, -17, 99, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7d2d9842-1b00-4c23-a69c-74b453626f20||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.6807267665863037, -0.04913252964615822, -0.09750162065029144, 116.78564453125], [-0.050478048622608185, 2.682204008102417, 0.03671237826347351, -108.31273651123047], [-0.0961909145116806, -0.0382731668651104, 2.6979892253875732, -64.65058898925781], [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': ['181908.132500', '181908.592500', '181909.052500', '181909.512500', '181909.972500', '181910.432500', '181910.892500', '181911.352500', '181911.812500', '181912.272500', '181912.732500', '181913.192500', '181913.652500', '181914.112500', '181914.572500', '181915.032500', '181915.492500', '181915.952500', '181916.412500', '181916.872500', '181917.332500', '181917.792500', '181918.252500', '181918.712500', '181919.172500', '181919.632500', '181920.092500', '181920.552500', '181921.012500', '181921.472500', '181921.932500', '181922.392500', '181922.852500', '181923.312500', '181923.772500', '181924.232500', '181924.692500', '181925.152500', '181925.612500', '181926.072500', '181926.532500', '181926.992500', '181927.452500', '181927.912500', '181928.372500', '181928.832500', '181929.292500', '181929.752500', '181930.212500', '181930.672500', '181931.132500', '181931.592500', '181932.052500', '181932.512500', '181932.972500', '181933.432500', '181933.892500', '181934.352500', '181934.812500', '181935.272500', '181935.732500', '181936.192500', '181936.652500', '181937.112500', '181937.572500', '181938.032500', '181938.492500', '181938.952500', '181939.412500', '181939.872500', '181940.332500', '181940.792500', '181941.252500', '181941.712500', '181942.172500', '181942.632500', '181943.092500', '181943.552500', '181944.012500', '181944.472500', '181944.932500', '181945.392500', '181945.852500', '181946.312500', '181946.772500', '181947.232500', '181947.692500', '181948.152500', '181948.612500', '181949.072500', '181949.532500', '181949.992500', '181950.452500', '181950.912500', '181951.372500', '181951.832500', '181952.292500', '181952.752500', '181953.212500', '181953.672500', '181954.132500', '181954.592500', '181955.052500', '181955.512500', '181955.972500', '181956.432500', '181956.892500', '181957.352500', '181957.812500', '181958.272500', '181958.732500', '181959.192500', '181959.652500', '182000.112500', '182000.572500', '182001.032500', '182001.492500', '182001.952500', '182002.412500', '182002.872500', '182003.332500', '182003.792500', '182004.252500', '182004.712500', '182005.172500', '182005.632500', '182006.092500', '182006.552500', '182007.012500', '182007.472500', '182007.932500', '182008.392500', '182008.852500', '182009.312500', '182009.772500', '182010.232500', '182010.692500', '182011.152500', '182011.612500', '182012.072500', '182012.532500', '182012.992500', '182013.452500', '182013.912500', '182014.372500', '182014.832500', '182015.292500', '182015.752500', '182016.212500', '182016.672500', '182017.132500', '182017.592500', '182018.052500', '182018.512500', '182018.972500', '182019.432500', '182019.892500', '182020.352500', '182020.812500', '182021.272500', '182021.732500', '182022.192500', '182022.652500', '182023.112500', '182023.572500', '182024.032500', '182024.492500', '182024.952500', '182025.412500', '182025.872500', '182026.332500', '182026.792500', '182027.252500', '182027.712500', '182028.172500', '182028.632500', '182029.092500', '182029.552500', '182030.012500', '182030.472500', '182030.932500', '182031.392500', '182031.852500', '182032.312500', '182032.772500', '182033.232500', '182033.692500', '182034.152500', '182034.612500', '182035.072500', '182035.532500', '182035.992500', '182036.452500', '182036.912500', '182037.372500', '182037.832500', '182038.292500', '182038.752500', '182039.212500', '182039.672500', '182040.132500', '182040.592500', '182041.052500', '182041.512500', '182041.972500', '182042.432500', '182042.892500', '182043.352500', '182043.812500', '182044.272500', '182044.732500', '182045.192500', '182045.652500', '182046.112500', '182046.572500', '182047.032500', '182047.492500', '182047.952500', '182048.412500', '182048.872500', '182049.332500', '182049.792500', '182050.252500', '182050.712500', '182051.172500', '182051.632500', '182052.092500', '182052.552500', '182053.012500', '182053.472500', '182053.932500', '182054.392500', '182054.852500', '182055.312500', '182055.772500', '182056.232500', '182056.692500', '182057.152500', '182057.612500', '182058.072500', '182058.532500', '182058.992500', '182059.452500', '182059.912500', '182100.372500', '182100.832500', '182101.292500', '182101.752500', '182102.212500', '182102.672500', '182103.132500', '182103.592500', '182104.052500', '182104.512500', '182104.972500', '182105.432500', '182105.892500', '182106.352500', '182106.812500', '182107.272500', '182107.732500', '182108.192500', '182108.652500', '182109.112500', '182109.572500', '182110.032500', '182110.492500', '182110.952500', '182111.412500', '182111.872500', '182112.332500', '182112.792500', '182113.252500', '182113.712500', '182114.172500', '182114.632500', '182115.092500', '182115.552500', '182116.012500', '182116.472500', '182116.932500', '182117.392500', '182117.852500', '182118.312500', '182118.772500', '182119.232500', '182119.692500', '182120.152500', '182120.612500', '182121.072500', '182121.532500', '182121.992500', '182122.452500', '182122.912500', '182123.372500', '182123.832500', '182124.292500', '182124.752500', '182125.212500', '182125.672500', '182126.132500', '182126.592500', '182127.052500', '182127.512500', '182127.972500', '182128.432500', '182128.892500', '182129.352500', '182129.812500', '182130.272500', '182130.732500', '182131.192500', '182131.652500', '182132.112500', '182132.572500', '182133.032500', '182133.492500', '182133.952500', '182134.412500', '182134.872500', '182135.332500', '182135.792500', '182136.252500', '182136.712500', '182137.172500', '182137.632500', '182138.092500', '182138.552500', '182139.012500', '182139.472500', '182139.932500', '182140.392500', '182140.852500', '182141.312500', '182141.772500', '182142.232500', '182142.692500', '182143.152500', '182143.612500', '182144.072500', '182144.532500', '182144.992500', '182145.452500', '182145.912500', '182146.372500', '182146.832500', '182147.292500', '182147.752500', '182148.212500', '182148.672500', '182149.132500', '182149.592500', '182150.052500', '182150.512500', '182150.972500', '182151.432500', '182151.892500', '182152.352500', '182152.812500', '182153.272500', '182153.732500', '182154.192500', '182154.652500', '182155.112500', '182155.572500', '182156.032500', '182156.492500', '182156.952500', '182157.412500', '182157.872500', '182158.332500', '182158.792500', '182159.252500', '182159.712500', '182200.172500', '182200.632500', '182201.092500', '182201.552500', '182202.012500', '182202.472500', '182202.932500', '182203.392500', '182203.852500', '182204.312500', '182204.772500', '182205.232500', '182205.692500', '182206.152500', '182206.612500', '182207.072500', '182207.532500', '182207.992500', '182208.452500', '182208.912500', '182209.372500', '182209.832500', '182210.292500', '182210.752500', '182211.212500', '182211.672500', '182212.132500', '182212.592500', '182213.052500', '182213.512500', '182213.972500', '182214.432500', '182214.892500', '182215.352500', '182215.812500', '182216.272500', '182216.732500', '182217.192500', '182217.652500', '182218.112500', '182218.572500', '182219.032500', '182219.492500', '182219.952500', '182220.412500', '182220.872500', '182221.332500', '182221.792500', '182222.252500', '182222.712500', '182223.172500', '182223.632500', '182224.092500', '182224.552500', '182225.012500', '182225.472500', '182225.932500', '182226.392500', '182226.852500', '182227.312500', '182227.772500', '182228.232500', '182228.692500', '182229.152500', '182229.612500', '182230.072500', '182230.532500', '182230.992500', '182231.452500', '182231.912500', '182232.372500', '182232.832500', '182233.292500', '182233.752500', '182234.212500', '182234.672500', '182235.132500', '182235.592500', '182236.052500', '182236.512500', '182236.972500', '182237.432500', '182237.892500', '182238.352500', '182238.812500', '182239.272500', '182239.732500', '182240.192500', '182240.652500', '182241.112500', '182241.572500', '182242.032500', '182242.492500', '182242.952500', '182243.412500', '182243.872500', '182244.332500', '182244.792500', '182245.252500', '182245.712500', '182246.172500', '182246.632500', '182247.092500', '182247.552500', '182248.012500', '182248.472500', '182248.932500', '182249.392500', '182249.852500', '182250.312500', '182250.772500', '182251.232500', '182251.692500', '182252.152500', '182252.612500', '182253.072500', '182253.532500', '182253.992500', '182254.452500', '182254.912500', '182255.372500', '182255.832500', '182256.292500', '182256.752500', '182257.212500', '182257.672500', '182258.132500', '182258.592500', '182259.052500', '182259.512500', '182259.972500', '182300.432500', '182300.892500', '182301.352500', '182301.812500', '182302.272500', '182302.732500', '182303.192500', '182303.652500', '182304.112500', '182304.572500', '182305.032500', '182305.492500', '182305.952500', '182306.412500', '182306.872500', '182307.332500', '182307.792500', '182308.252500', '182308.712500', '182309.172500', '182309.632500', '182310.092500', '182310.552500', '182311.012500', '182311.472500', '182311.932500', '182312.392500', '182312.852500', '182313.312500', '182313.772500', '182314.232500', '182314.692500', '182315.152500', '182315.612500', '182316.072500', '182316.532500', '182316.992500', '182317.452500', '182317.912500', '182318.372500', '182318.832500', '182319.292500', '182319.752500', '182320.212500', '182320.672500', '182321.132500', '182321.592500', '182322.052500', '182322.512500', '182322.972500', '182323.432500', '182323.892500', '182324.352500', '182324.812500', '182325.272500', '182325.732500', '182326.192500', '182326.652500', '182327.112500', '182327.572500', '182328.032500', '182328.492500', '182328.952500', '182329.412500', '182329.872500', '182330.332500', '182330.792500', '182331.252500', '182331.712500', '182332.172500', '182332.632500', '182333.092500', '182333.552500', '182334.012500', '182334.472500', '182334.932500', '182335.392500', '182335.852500', '182336.312500', '182336.772500', '182337.232500', '182337.692500', '182338.152500', '182338.612500', '182339.072500', '182339.532500', '182339.992500', '182340.452500', '182340.912500', '182341.372500', '182341.832500', '182342.292500', '182342.752500', '182343.212500', '182343.672500', '182344.132500', '182344.592500', '182345.052500', '182345.512500', '182345.972500', '182346.432500', '182346.892500', '182347.352500', '182347.812500', '182348.272500', '182348.732500', '182349.192500', '182349.652500', '182350.112500', '182350.572500', '182351.032500', '182351.492500', '182351.952500', '182352.412500', '182352.872500', '182353.332500', '182353.792500', '182354.252500', '182354.712500', '182355.172500', '182355.632500', '182356.092500', '182356.552500', '182357.012500', '182357.472500', '182357.932500', '182358.392500', '182358.852500', '182359.312500', '182359.772500', '182400.232500', '182400.692500', '182401.152500', '182401.612500', '182402.072500', '182402.532500', '182402.992500', '182403.452500', '182403.912500', '182404.372500', '182404.832500', '182405.292500', '182405.752500', '182406.212500', '182406.672500', '182407.132500', '182407.592500', '182408.052500', '182408.512500', '182408.972500', '182409.432500', '182409.892500', '182410.352500', '182410.812500', '182411.272500', '182411.732500', '182412.192500', '182412.652500', '182413.112500', '182413.572500', '182414.032500', '182414.492500', '182414.952500', '182415.412500', '182415.872500', '182416.332500', '182416.792500', '182417.252500', '182417.712500', '182418.172500', '182418.632500', '182419.092500', '182419.552500', '182420.012500', '182420.472500', '182420.932500', '182421.392500', '182421.852500', '182422.312500', '182422.772500', '182423.232500', '182423.692500', '182424.152500', '182424.612500', '182425.072500', '182425.532500', '182425.992500', '182426.452500', '182426.912500', '182427.372500', '182427.832500', '182428.292500', '182428.752500', '182429.212500', '182429.672500', '182430.132500', '182430.592500', '182431.052500', '182431.512500', '182431.972500', '182432.432500', '182432.892500', '182433.352500', '182433.812500', '182434.272500', '182434.732500', '182435.192500', '182435.652500', '182436.112500', '182436.572500', '182437.032500', '182437.492500', '182437.952500', '182438.412500', '182438.872500', '182439.332500', '182439.792500', '182440.252500', '182440.712500', '182441.172500', '182441.632500', '182442.092500', '182442.552500', '182443.012500', '182443.472500', '182443.932500', '182444.392500', '182444.852500', '182445.312500', '182445.772500', '182446.232500', '182446.692500', '182447.152500', '182447.612500', '182448.072500', '182448.532500', '182448.992500', '182449.452500', '182449.912500', '182450.372500', '182450.832500', '182451.292500', '182451.752500', '182452.212500', '182452.672500', '182453.132500', '182453.592500', '182454.052500', '182454.512500', '182454.972500', '182455.432500', '182455.892500', '182456.352500', '182456.812500', '182457.272500', '182457.732500', '182458.192500', '182458.652500', '182459.112500', '182459.572500', '182500.032500', '182500.492500', '182500.952500', '182501.412500', '182501.872500', '182502.332500', '182502.792500', '182503.252500', '182503.712500', '182504.172500', '182504.632500', '182505.092500', '182505.552500', '182506.012500', '182506.472500', '182506.932500', '182507.392500', '182507.852500', '182508.312500', '182508.772500', '182509.232500', '182509.692500', '182510.152500', '182510.612500', '182511.072500', '182511.532500', '182511.992500', '182512.452500', '182512.912500', '182513.372500', '182513.832500', '182514.292500', '182514.752500', '182515.212500', '182515.672500', '182516.132500', '182516.592500', '182517.052500', '182517.512500', '182517.972500', '182518.432500', '182518.892500', '182519.352500', '182519.812500', '182520.272500', '182520.732500', '182521.192500', '182521.652500', '182522.112500', '182522.572500', '182523.032500', '182523.492500', '182523.952500', '182524.412500', '182524.872500', '182525.332500', '182525.792500', '182526.252500', '182526.712500', '182527.172500', '182527.632500', '182528.092500', '182528.552500', '182529.012500', '182529.472500', '182529.932500', '182530.392500', '182530.852500', '182531.312500', '182531.772500', '182532.232500', '182532.692500', '182533.152500', '182533.612500', '182534.072500', '182534.532500', '182534.992500', '182535.452500', '182535.912500', '182536.372500', '182536.832500', '182537.292500', '182537.752500', '182538.212500', '182538.672500', '182539.132500', '182539.592500', '182540.052500', '182540.512500', '182540.972500', '182541.432500', '182541.892500', '182542.352500', '182542.812500', '182543.272500', '182543.732500', '182544.192500', '182544.652500', '182545.112500', '182545.572500', '182546.032500', '182546.492500', '182546.952500', '182547.412500', '182547.872500', '182548.332500', '182548.792500', '182549.252500', '182549.712500', '182550.172500', '182550.632500', '182551.092500', '182551.552500', '182552.012500', '182552.472500', '182552.932500', '182553.392500', '182553.852500', '182554.312500', '182554.772500', '182555.232500', '182555.692500', '182556.152500', '182556.612500', '182557.072500', '182557.532500', '182557.992500', '182558.452500', '182558.912500', '182559.372500', '182559.832500', '182600.292500', '182600.752500', '182601.212500', '182601.672500', '182602.132500', '182602.592500', '182603.052500', '182603.512500', '182603.972500', '182604.432500', '182604.892500', '182605.352500', '182605.812500', '182606.272500', '182606.732500', '182607.192500', '182607.652500', '182608.112500', '182608.572500', '182609.032500', '182609.492500', '182609.952500', '182610.412500', '182610.872500', '182611.332500', '182611.792500', '182612.252500', '182612.712500', '182613.172500', '182613.632500', '182614.092500', '182614.552500', '182615.012500', '182615.472500', '182615.932500', '182616.392500', '182616.852500', '182617.312500', '182617.772500', '182618.232500', '182618.692500', '182619.152500', '182619.612500', '182620.072500', '182620.532500', '182620.992500', '182621.452500', '182621.912500', '182622.372500', '182622.832500', '182623.292500', '182623.752500', '182624.212500', '182624.672500', '182625.132500', '182625.592500', '182626.052500', '182626.512500', '182626.972500', '182627.432500', '182627.892500', '182628.352500', '182628.812500', '182629.272500', '182629.732500', '182630.192500', '182630.652500', '182631.112500', '182631.572500', '182632.032500', '182632.492500', '182632.952500', '182633.412500', '182633.872500', '182634.332500', '182634.792500', '182635.252500', '182635.712500', '182636.172500', '182636.632500', '182637.092500', '182637.552500', '182638.012500', '182638.472500', '182638.932500', '182639.392500', '182639.852500', '182640.312500', '182640.772500', '182641.232500', '182641.692500', '182642.152500', '182642.612500', '182643.072500', '182643.532500', '182643.992500', '182644.452500', '182644.912500', '182645.372500', '182645.832500', '182646.292500', '182646.752500', '182647.212500', '182647.672500', '182648.132500', '182648.592500', '182649.052500', '182649.512500', '182649.972500', '182650.432500', '182650.892500', '182651.352500', '182651.812500', '182652.272500', '182652.732500', '182653.192500', '182653.652500', '182654.112500', '182654.572500', '182655.032500', '182655.492500', '182655.952500', '182656.412500', '182656.872500', '182657.332500', '182657.792500', '182658.252500', '182658.712500', '182659.172500', '182659.632500', '182700.092500', '182700.552500', '182701.012500', '182701.472500', '182701.932500', '182702.392500', '182702.852500', '182703.312500', '182703.772500', '182704.232500', '182704.692500', '182705.152500', '182705.612500', '182706.072500', '182706.532500', '182706.992500', '182707.452500', '182707.912500', '182708.372500', '182708.832500', '182709.292500', '182709.752500', '182710.212500', '182710.672500', '182711.132500', '182711.592500', '182712.052500', '182712.512500', '182712.972500', '182713.432500', '182713.892500', '182714.352500', '182714.812500', '182715.272500', '182715.732500', '182716.192500', '182716.652500', '182717.112500', '182717.572500', '182718.032500', '182718.492500', '182718.952500', '182719.412500', '182719.872500', '182720.332500', '182720.792500', '182721.252500', '182721.712500', '182722.172500', '182722.632500', '182723.092500', '182723.552500', '182724.012500', '182724.472500', '182724.932500', '182725.392500', '182725.852500', '182726.312500', '182726.772500', '182727.232500', '182727.692500', '182728.152500', '182728.612500', '182729.072500', '182729.532500', '182729.992500', '182730.452500', '182730.912500', '182731.372500', '182731.832500', '182732.292500', '182732.752500', '182733.212500', '182733.672500', '182734.132500', '182734.592500', '182735.052500', '182735.512500', '182735.972500', '182736.432500', '182736.892500', '182737.352500', '182737.812500', '182738.272500', '182738.732500', '182739.192500', '182739.652500', '182740.112500', '182740.572500', '182741.032500', '182741.492500', '182741.952500', '182742.412500', '182742.872500', '182743.332500', '182743.792500', '182744.252500', '182744.712500', '182745.172500', '182745.632500', '182746.092500', '182746.552500', '182747.012500', '182747.472500', '182747.932500', '182748.392500', '182748.852500', '182749.312500', '182749.772500', '182750.232500', '182750.692500', '182751.152500', '182751.612500', '182752.072500', '182752.532500', '182752.992500', '182753.452500', '182753.912500', '182754.372500', '182754.832500', '182755.292500', '182755.752500', '182756.212500', '182756.672500', '182757.132500', '182757.592500', '182758.052500', '182758.512500', '182758.972500', '182759.432500', '182759.892500', '182800.352500', '182800.812500', '182801.272500', '182801.732500', '182802.192500', '182802.652500', '182803.112500', '182803.572500', '182804.032500', '182804.492500', '182804.952500', '182805.412500', '182805.872500', '182806.332500', '182806.792500', '182807.252500', '182807.712500', '182808.172500', '182808.632500', '182809.092500', '182809.552500', '182810.012500', '182810.472500', '182810.932500', '182811.392500', '182811.852500', '182812.312500', '182812.772500', '182813.232500', '182813.692500', '182814.152500', '182814.612500', '182815.072500', '182815.532500', '182815.992500', '182816.452500', '182816.912500', '182817.372500', '182817.832500', '182818.292500', '182818.752500', '182819.212500', '182819.672500', '182820.132500', '182820.592500', '182821.052500', '182821.512500', '182821.972500', '182822.432500', '182822.892500', '182823.352500', '182823.812500', '182824.272500', '182824.732500', '182825.192500', '182825.652500', '182826.112500', '182826.572500', '182827.032500', '182827.492500', '182827.952500', '182828.412500', '182828.872500', '182829.332500', '182829.792500', '182830.252500', '182830.712500', '182831.172500', '182831.632500', '182832.092500', '182832.552500', '182833.012500', '182833.472500', '182833.932500', '182834.392500', '182834.852500', '182835.312500', '182835.772500', '182836.232500', '182836.692500', '182837.152500', '182837.612500', '182838.072500', '182838.532500', '182838.992500', '182839.452500', '182839.912500', '182840.372500', '182840.832500', '182841.292500', '182841.752500', '182842.212500', '182842.672500', '182843.132500', '182843.592500', '182844.052500', '182844.512500', '182844.972500', '182845.432500', '182845.892500', '182846.352500', '182846.812500', '182847.272500', '182847.732500', '182848.192500', '182848.652500', '182849.112500', '182849.572500', '182850.032500', '182850.492500', '182850.952500'], 'ContentTime': ['181919.564000', '181919.567000', '181919.570000', '181919.572000', '181919.575000', '181919.578000', '181919.580000', '181919.583000', '181919.585000', '181919.588000', '181919.591000', '181919.593000', '181919.596000', '181919.599000', '181919.601000', '181919.609000', '181919.612000', '181919.614000', '181919.617000', '181919.619000', '181919.622000', '181919.625000', '181919.632000', '181939.531000', '181939.534000', '181939.537000', '181939.539000', '181939.542000', '181939.545000', '181939.547000', '181939.550000', '181939.552000', '181939.555000', '181939.557000', '181939.560000', '181939.563000', '181939.565000', '181939.568000', '181939.570000', '181939.578000', '181939.581000', '181939.584000', '181939.586000', '181939.589000', '181939.591000', '181939.594000', '181939.597000', '181939.600000', '181939.603000', '181939.606000', '181939.609000', '181939.611000', '181939.614000', '181939.617000', '181939.619000', '181939.622000', '181939.624000', '181939.627000', '181939.630000', '181939.632000', '181939.635000', '181939.637000', '181939.640000', '181939.642000', '181939.645000', '181939.648000', '181959.531000', '181959.534000', '181959.537000', '181959.539000', '181959.542000', '181959.545000', '181959.547000', '181959.550000', '181959.552000', '181959.555000', '181959.557000', '181959.560000', '181959.563000', '181959.565000', '181959.568000', '181959.570000', '181959.573000', '181959.575000', '181959.578000', '181959.581000', '181959.583000', '181959.586000', '181959.588000', '181959.591000', '181959.593000', '181959.596000', '181959.599000', '181959.601000', '181959.604000', '181959.608000', '181959.611000', '181959.613000', '181959.616000', '181959.618000', '181959.621000', '181959.624000', '181959.626000', '181959.629000', '181959.631000', '181959.634000', '181959.636000', '181959.639000', '181959.641000', '181959.644000', '182019.532000', '182019.535000', '182019.538000', '182019.541000', '182019.543000', '182019.546000', '182019.548000', '182019.551000', '182019.554000', '182019.556000', '182019.559000', '182019.561000', '182019.564000', '182019.566000', '182019.569000', '182019.571000', '182019.586000', '182019.589000', '182019.592000', '182019.595000', '182019.598000', '182019.600000', '182019.603000', '182019.605000', '182019.608000', '182019.611000', '182019.613000', '182019.616000', '182019.618000', '182019.621000', '182019.623000', '182019.626000', '182019.629000', '182019.631000', '182019.634000', '182019.636000', '182019.639000', '182019.641000', '182019.646000', '182019.648000', '182019.651000', '182019.653000', '182019.656000', '182039.532000', '182039.535000', '182039.538000', '182039.540000', '182039.543000', '182039.546000', '182039.548000', '182039.551000', '182039.553000', '182039.556000', '182039.558000', '182039.561000', '182039.564000', '182039.566000', '182039.569000', '182039.571000', '182039.574000', '182039.577000', '182039.579000', '182039.582000', '182039.584000', '182039.587000', '182039.589000', '182039.592000', '182039.594000', '182039.597000', '182039.600000', '182039.602000', '182039.605000', '182039.607000', '182039.610000', '182039.613000', '182039.615000', '182039.618000', '182039.620000', '182039.623000', '182039.626000', '182039.628000', '182039.631000', '182039.633000', '182039.636000', '182039.638000', '182039.641000', '182039.644000', '182059.533000', '182059.536000', '182059.538000', '182059.541000', '182059.543000', '182059.546000', '182059.548000', '182059.551000', '182059.554000', '182059.556000', '182059.559000', '182059.561000', '182059.564000', '182059.566000', '182059.569000', '182059.572000', '182059.574000', '182059.577000', '182059.580000', '182059.582000', '182059.585000', '182059.588000', '182059.590000', '182059.593000', '182059.595000', '182059.598000', '182059.601000', '182059.603000', '182059.606000', '182059.609000', '182059.611000', '182059.614000', '182059.616000', '182059.619000', '182059.622000', '182059.624000', '182059.627000', '182059.630000', '182059.633000', '182059.636000', '182059.639000', '182059.642000', '182059.644000', '182119.533000', '182119.535000', '182119.538000', '182119.541000', '182119.543000', '182119.546000', '182119.549000', '182119.551000', '182119.554000', '182119.556000', '182119.559000', '182119.562000', '182119.564000', '182119.567000', '182119.570000', '182119.572000', '182119.575000', '182119.577000', '182119.580000', '182119.583000', '182119.585000', '182119.588000', '182119.590000', '182119.593000', '182119.595000', '182119.598000', '182119.601000', '182119.603000', '182119.606000', '182119.609000', '182119.611000', '182119.614000', '182119.617000', '182119.619000', '182119.622000', '182119.624000', '182119.627000', '182119.629000', '182119.632000', '182119.635000', '182119.637000', '182119.640000', '182119.642000', '182119.645000', '182139.532000', '182139.535000', '182139.538000', '182139.541000', '182139.543000', '182139.546000', '182139.548000', '182139.551000', '182139.553000', '182139.556000', '182139.559000', '182139.561000', '182139.564000', '182139.566000', '182139.569000', '182139.572000', '182139.574000', '182139.577000', '182139.579000', '182139.582000', '182139.585000', '182139.587000', '182139.590000', '182139.592000', '182139.595000', '182139.598000', '182139.600000', '182139.603000', '182139.605000', '182139.608000', '182139.611000', '182139.613000', '182139.616000', '182139.618000', '182139.621000', '182139.623000', '182139.626000', '182139.629000', '182139.632000', '182139.635000', '182139.637000', '182139.640000', '182139.643000', '182159.532000', '182159.534000', '182159.537000', '182159.540000', '182159.542000', '182159.545000', '182159.547000', '182159.550000', '182159.553000', '182159.555000', '182159.558000', '182159.561000', '182159.577000', '182159.580000', '182159.582000', '182159.585000', '182159.588000', '182159.590000', '182159.593000', '182159.595000', '182159.598000', '182159.601000', '182159.603000', '182159.606000', '182159.609000', '182159.611000', '182159.614000', '182159.616000', '182159.619000', '182159.622000', '182159.624000', '182159.627000', '182159.629000', '182159.632000', '182159.635000', '182159.637000', '182159.640000', '182159.642000', '182159.645000', '182159.648000', '182159.650000', '182159.653000', '182159.656000', '182219.532000', '182219.535000', '182219.537000', '182219.540000', '182219.542000', '182219.545000', '182219.548000', '182219.550000', '182219.553000', '182219.555000', '182219.558000', '182219.560000', '182219.563000', '182219.566000', '182219.568000', '182219.571000', '182219.573000', '182219.576000', '182219.579000', '182219.581000', '182219.584000', '182219.586000', '182219.589000', '182219.592000', '182219.594000', '182219.597000', '182219.600000', '182219.602000', '182219.605000', '182219.607000', '182219.610000', '182219.613000', '182219.615000', '182219.618000', '182219.621000', '182219.623000', '182219.626000', '182219.628000', '182219.631000', '182219.633000', '182219.636000', '182219.639000', '182219.641000', '182219.644000', '182239.532000', '182239.535000', '182239.538000', '182239.541000', '182239.544000', '182239.546000', '182239.549000', '182239.555000', '182239.558000', '182239.561000', '182239.563000', '182239.566000', '182239.568000', '182239.571000', '182239.574000', '182239.576000', '182239.579000', '182239.582000', '182239.584000', '182239.587000', '182239.589000', '182239.592000', '182239.594000', '182239.597000', '182239.600000', '182239.602000', '182239.605000', '182239.608000', '182239.610000', '182239.613000', '182239.616000', '182239.618000', '182239.621000', '182239.623000', '182239.626000', '182239.629000', '182239.631000', '182239.634000', '182239.636000', '182239.639000', '182239.642000', '182239.644000', '182239.647000', '182239.649000', '182259.532000', '182259.535000', '182259.538000', '182259.540000', '182259.543000', '182259.546000', '182259.548000', '182259.551000', '182259.554000', '182259.556000', '182259.559000', '182259.561000', '182259.564000', '182259.566000', '182259.569000', '182259.572000', '182259.574000', '182259.577000', '182259.579000', '182259.582000', '182259.584000', '182259.587000', '182259.590000', '182259.592000', '182259.595000', '182259.597000', '182259.600000', '182259.603000', '182259.606000', '182259.608000', '182259.611000', '182259.613000', '182259.616000', '182259.618000', '182259.621000', '182259.624000', '182259.626000', '182259.629000', '182259.632000', '182259.634000', '182259.637000', '182259.640000', '182259.642000', '182319.533000', '182319.535000', '182319.538000', '182319.541000', '182319.543000', '182319.546000', '182319.548000', '182319.551000', '182319.554000', '182319.556000', '182319.559000', '182319.562000', '182319.564000', '182319.567000', '182319.569000', '182319.572000', '182319.575000', '182319.577000', '182319.580000', '182319.582000', '182319.585000', '182319.587000', '182319.590000', '182319.593000', '182319.595000', '182319.598000', '182319.601000', '182319.603000', '182319.606000', '182319.609000', '182319.611000', '182319.614000', '182319.616000', '182319.619000', '182319.622000', '182319.624000', '182319.627000', '182319.644000', '182319.647000', '182319.657000', '182319.660000', '182319.662000', '182319.665000', '182319.668000', '182339.533000', '182339.535000', '182339.538000', '182339.541000', '182339.543000', '182339.546000', '182339.548000', '182339.551000', '182339.554000', '182339.556000', '182339.559000', '182339.562000', '182339.564000', '182339.567000', '182339.569000', '182339.572000', '182339.575000', '182339.577000', '182339.580000', '182339.583000', '182339.585000', '182339.588000', '182339.590000', '182339.593000', '182339.595000', '182339.598000', '182339.601000', '182339.604000', '182339.606000', '182339.609000', '182339.611000', '182339.614000', '182339.616000', '182339.619000', '182339.622000', '182339.624000', '182339.627000', '182339.629000', '182339.632000', '182339.635000', '182339.637000', '182339.640000', '182339.642000', '182359.533000', '182359.535000', '182359.538000', '182359.541000', '182359.543000', '182359.546000', '182359.549000', '182359.551000', '182359.554000', '182359.556000', '182359.559000', '182359.562000', '182359.564000', '182359.567000', '182359.569000', '182359.572000', '182359.575000', '182359.578000', '182359.580000', '182359.583000', '182359.585000', '182359.588000', '182359.591000', '182359.593000', '182359.596000', '182359.599000', '182359.601000', '182359.604000', '182359.607000', '182359.609000', '182359.612000', '182359.614000', '182359.617000', '182359.620000', '182359.622000', '182359.625000', '182359.627000', '182359.630000', '182359.633000', '182359.635000', '182359.638000', '182359.641000', '182359.643000', '182359.646000', '182419.532000', '182419.534000', '182419.537000', '182419.540000', '182419.542000', '182419.545000', '182419.547000', '182419.550000', '182419.553000', '182419.555000', '182419.558000', '182419.560000', '182419.563000', '182419.566000', '182419.568000', '182419.571000', '182419.573000', '182419.576000', '182419.579000', '182419.581000', '182419.584000', '182419.586000', '182419.589000', '182419.592000', '182419.594000', '182419.597000', '182419.600000', '182419.602000', '182419.605000', '182419.607000', '182419.610000', '182419.613000', '182419.615000', '182419.618000', '182419.621000', '182419.623000', '182419.626000', '182419.628000', '182419.631000', '182419.634000', '182419.636000', '182419.639000', '182419.641000', '182439.531000', '182439.534000', '182439.537000', '182439.540000', '182439.542000', '182439.545000', '182439.548000', '182439.550000', '182439.553000', '182439.555000', '182439.558000', '182439.560000', '182439.563000', '182439.566000', '182439.568000', '182439.571000', '182439.573000', '182439.576000', '182439.579000', '182439.581000', '182439.584000', '182439.586000', '182439.600000', '182439.603000', '182439.605000', '182439.610000', '182439.612000', '182439.615000', '182439.618000', '182439.620000', '182439.623000', '182439.625000', '182439.628000', '182439.630000', '182439.633000', '182439.636000', '182439.638000', '182439.641000', '182439.643000', '182439.646000', '182439.649000', '182439.651000', '182439.654000', '182439.656000', '182459.532000', '182459.535000', '182459.538000', '182459.540000', '182459.550000', '182459.553000', '182459.556000', '182459.558000', '182459.561000', '182459.563000', '182459.566000', '182459.568000', '182459.571000', '182459.574000', '182459.576000', '182459.579000', '182459.581000', '182459.584000', '182459.587000', '182459.589000', '182459.592000', '182459.595000', '182459.597000', '182459.600000', '182459.602000', '182459.605000', '182459.608000', '182459.610000', '182459.613000', '182459.615000', '182459.618000', '182459.621000', '182459.623000', '182459.626000', '182459.629000', '182459.631000', '182459.634000', '182459.636000', '182459.639000', '182459.642000', '182459.644000', '182459.647000', '182459.649000', '182519.532000', '182519.535000', '182519.538000', '182519.541000', '182519.544000', '182519.546000', '182519.549000', '182519.551000', '182519.554000', '182519.557000', '182519.559000', '182519.562000', '182519.566000', '182519.568000', '182519.571000', '182519.574000', '182519.576000', '182519.579000', '182519.581000', '182519.584000', '182519.586000', '182519.589000', '182519.592000', '182519.594000', '182519.597000', '182519.599000', '182519.602000', '182519.605000', '182519.607000', '182519.610000', '182519.613000', '182519.616000', '182519.618000', '182519.621000', '182519.624000', '182519.626000', '182519.629000', '182519.632000', '182519.634000', '182519.637000', '182519.639000', '182519.642000', '182519.645000', '182539.533000', '182539.535000', '182539.538000', '182539.541000', '182539.543000', '182539.546000', '182539.549000', '182539.551000', '182539.554000', '182539.556000', '182539.559000', '182539.562000', '182539.564000', '182539.567000', '182539.569000', '182539.572000', '182539.575000', '182539.577000', '182539.580000', '182539.582000', '182539.585000', '182539.588000', '182539.590000', '182539.593000', '182539.595000', '182539.598000', '182539.601000', '182539.603000', '182539.606000', '182539.609000', '182539.611000', '182539.614000', '182539.616000', '182539.619000', '182539.622000', '182539.624000', '182539.627000', '182539.629000', '182539.632000', '182539.635000', '182539.637000', '182539.640000', '182539.642000', '182539.645000', '182559.532000', '182559.535000', '182559.538000', '182559.541000', '182559.543000', '182559.546000', '182559.549000', '182559.551000', '182559.554000', '182559.556000', '182559.559000', '182559.562000', '182559.564000', '182559.567000', '182559.569000', '182559.572000', '182559.575000', '182559.577000', '182559.580000', '182559.583000', '182559.585000', '182559.588000', '182559.590000', '182559.593000', '182559.595000', '182559.598000', '182559.601000', '182559.604000', '182559.606000', '182559.609000', '182559.611000', '182559.614000', '182559.617000', '182559.619000', '182559.622000', '182559.625000', '182559.627000', '182559.630000', '182559.633000', '182559.635000', '182559.638000', '182559.640000', '182559.643000', '182619.533000', '182619.535000', '182619.538000', '182619.541000', '182619.543000', '182619.546000', '182619.548000', '182619.551000', '182619.554000', '182619.556000', '182619.559000', '182619.561000', '182619.564000', '182619.566000', '182619.569000', '182619.572000', '182619.589000', '182619.592000', '182619.595000', '182619.597000', '182619.600000', '182619.603000', '182619.605000', '182619.608000', '182619.610000', '182619.613000', '182619.615000', '182619.618000', '182619.621000', '182619.623000', '182619.626000', '182619.629000', '182619.631000', '182619.634000', '182619.636000', '182619.639000', '182619.641000', '182619.644000', '182619.647000', '182619.649000', '182619.652000', '182619.654000', '182619.657000', '182619.660000', '182639.532000', '182639.535000', '182639.537000', '182639.540000', '182639.544000', '182639.547000', '182639.549000', '182639.552000', '182639.555000', '182639.557000', '182639.560000', '182639.563000', '182639.565000', '182639.568000', '182639.571000', '182639.573000', '182639.576000', '182639.578000', '182639.581000', '182639.584000', '182639.586000', '182639.589000', '182639.591000', '182639.594000', '182639.597000', '182639.599000', '182639.603000', '182639.606000', '182639.609000', '182639.611000', '182639.614000', '182639.616000', '182639.619000', '182639.622000', '182639.624000', '182639.627000', '182639.629000', '182639.632000', '182639.634000', '182639.637000', '182639.640000', '182639.642000', '182639.645000', '182659.532000', '182659.534000', '182659.537000', '182659.540000', '182659.542000', '182659.545000', '182659.548000', '182659.550000', '182659.553000', '182659.555000', '182659.558000', '182659.560000', '182659.563000', '182659.566000', '182659.568000', '182659.571000', '182659.574000', '182659.576000', '182659.579000', '182659.581000', '182659.584000', '182659.587000', '182659.589000', '182659.592000', '182659.595000', '182659.597000', '182659.600000', '182659.602000', '182659.605000', '182659.608000', '182659.610000', '182659.613000', '182659.615000', '182659.618000', '182659.621000', '182659.623000', '182659.626000', '182659.628000', '182659.631000', '182659.634000', '182659.636000', '182659.639000', '182659.642000', '182659.644000', '182719.533000', '182719.535000', '182719.538000', '182719.541000', '182719.543000', '182719.546000', '182719.549000', '182719.551000', '182719.554000', '182719.556000', '182719.559000', '182719.562000', '182719.564000', '182719.567000', '182719.569000', '182719.572000', '182719.575000', '182719.577000', '182719.580000', '182719.582000', '182719.585000', '182719.588000', '182719.591000', '182719.593000', '182719.596000', '182719.608000', '182719.610000', '182719.613000', '182719.616000', '182719.618000', '182719.621000', '182719.624000', '182719.626000', '182719.629000', '182719.631000', '182719.634000', '182719.637000', '182719.639000', '182719.642000', '182719.644000', '182719.647000', '182719.650000', '182719.652000', '182739.532000', '182739.535000', '182739.538000', '182739.541000', '182739.543000', '182739.546000', '182739.548000', '182739.551000', '182739.553000', '182739.556000', '182739.559000', '182739.561000', '182739.575000', '182739.577000', '182739.580000', '182739.582000', '182739.585000', '182739.588000', '182739.590000', '182739.593000', '182739.596000', '182739.598000', '182739.601000', '182739.603000', '182739.606000', '182739.609000', '182739.612000', '182739.614000', '182739.617000', '182739.619000', '182739.622000', '182739.625000', '182739.627000', '182739.630000', '182739.632000', '182739.635000', '182739.638000', '182739.640000', '182739.643000', '182739.645000', '182739.648000', '182739.651000', '182739.653000', '182739.656000', '182759.533000', '182759.535000', '182759.538000', '182759.541000', '182759.544000', '182759.546000', '182759.549000', '182759.551000', '182759.554000', '182759.557000', '182759.559000', '182759.562000', '182759.564000', '182759.567000', '182759.570000', '182759.572000', '182759.575000', '182759.577000', '182759.580000', '182759.582000', '182759.585000', '182759.588000', '182759.590000', '182759.593000', '182759.595000', '182759.598000', '182759.601000', '182759.603000', '182759.606000', '182759.609000', '182759.611000', '182759.614000', '182759.616000', '182759.619000', '182759.622000', '182759.625000', '182759.627000', '182759.630000', '182759.633000', '182759.636000', '182759.638000', '182759.641000', '182759.644000', '182819.533000', '182819.535000', '182819.538000', '182819.541000', '182819.543000', '182819.546000', '182819.549000', '182819.551000', '182819.554000', '182819.556000', '182819.559000', '182819.562000', '182819.564000', '182819.567000', '182819.569000', '182819.572000', '182819.575000', '182819.577000', '182819.580000', '182819.582000', '182819.585000', '182819.588000', '182819.590000', '182819.593000', '182819.595000', '182819.598000', '182819.601000', '182819.603000', '182819.606000', '182819.609000', '182819.611000', '182819.614000', '182819.617000', '182819.619000', '182819.622000', '182819.624000', '182819.627000', '182819.630000', '182819.632000', '182819.635000', '182819.637000', '182819.640000', '182819.643000', '182819.645000', '182839.533000', '182839.536000', '182839.538000', '182839.541000', '182839.544000', '182839.546000', '182839.549000', '182839.551000', '182839.554000', '182839.557000', '182839.559000', '182839.562000', '182839.565000', '182839.567000', '182839.570000', '182839.572000', '182839.575000', '182839.578000', '182839.580000', '182839.583000', '182839.585000', '182839.588000', '182839.591000', '182839.593000', '182839.596000', '182839.599000', '182839.601000', '182839.604000', '182839.606000', '182839.609000', '182839.612000', '182839.614000', '182839.617000', '182839.620000', '182839.622000', '182839.625000', '182839.628000', '182839.631000', '182839.634000', '182839.637000', '182839.639000', '182839.642000', '182839.644000', '182852.033000', '182852.036000', '182852.039000', '182852.042000', '182852.044000', '182852.047000', '182852.050000', '182852.052000', '182852.055000', '182852.097000', '182852.100000', '182852.103000', '182852.106000', '182852.109000', '182852.111000', '182852.114000', '182852.117000', '182852.120000', '182852.123000', '182852.126000', '182852.129000', '182852.134000', '182852.137000', '182852.140000', '182852.143000', '182852.146000', '182852.149000', '182852.153000'], 'InstanceCreationTime': ['181919.564000', '181919.567000', '181919.570000', '181919.572000', '181919.575000', '181919.578000', '181919.580000', '181919.583000', '181919.585000', '181919.588000', '181919.591000', '181919.593000', '181919.596000', '181919.599000', '181919.601000', '181919.609000', '181919.612000', '181919.614000', '181919.617000', '181919.619000', '181919.622000', '181919.625000', '181919.632000', '181939.531000', '181939.534000', '181939.537000', '181939.539000', '181939.542000', '181939.545000', '181939.547000', '181939.550000', '181939.552000', '181939.555000', '181939.557000', '181939.560000', '181939.563000', '181939.565000', '181939.568000', '181939.570000', '181939.578000', '181939.581000', '181939.584000', '181939.586000', '181939.589000', '181939.591000', '181939.594000', '181939.597000', '181939.600000', '181939.603000', '181939.606000', '181939.609000', '181939.611000', '181939.614000', '181939.617000', '181939.619000', '181939.622000', '181939.624000', '181939.627000', '181939.630000', '181939.632000', '181939.635000', '181939.637000', '181939.640000', '181939.642000', '181939.645000', '181939.648000', '181959.531000', '181959.534000', '181959.537000', '181959.539000', '181959.542000', '181959.545000', '181959.547000', '181959.550000', '181959.552000', '181959.555000', '181959.557000', '181959.560000', '181959.563000', '181959.565000', '181959.568000', '181959.570000', '181959.573000', '181959.575000', '181959.578000', '181959.581000', '181959.583000', '181959.586000', '181959.588000', '181959.591000', '181959.593000', '181959.596000', '181959.599000', '181959.601000', '181959.604000', '181959.608000', '181959.611000', '181959.613000', '181959.616000', '181959.618000', '181959.621000', '181959.624000', '181959.626000', '181959.629000', '181959.631000', '181959.634000', '181959.636000', '181959.639000', '181959.641000', '181959.644000', '182019.532000', '182019.535000', '182019.538000', '182019.541000', '182019.543000', '182019.546000', '182019.548000', '182019.551000', '182019.554000', '182019.556000', '182019.559000', '182019.561000', '182019.564000', '182019.566000', '182019.569000', '182019.571000', '182019.586000', '182019.589000', '182019.592000', '182019.595000', '182019.598000', '182019.600000', '182019.603000', '182019.605000', '182019.608000', '182019.611000', '182019.613000', '182019.616000', '182019.618000', '182019.621000', '182019.623000', '182019.626000', '182019.629000', '182019.631000', '182019.634000', '182019.636000', '182019.639000', '182019.641000', '182019.646000', '182019.648000', '182019.651000', '182019.653000', '182019.656000', '182039.532000', '182039.535000', '182039.538000', '182039.540000', '182039.543000', '182039.546000', '182039.548000', '182039.551000', '182039.553000', '182039.556000', '182039.558000', '182039.561000', '182039.564000', '182039.566000', '182039.569000', '182039.571000', '182039.574000', '182039.577000', '182039.579000', '182039.582000', '182039.584000', '182039.587000', '182039.589000', '182039.592000', '182039.594000', '182039.597000', '182039.600000', '182039.602000', '182039.605000', '182039.607000', '182039.610000', '182039.613000', '182039.615000', '182039.618000', '182039.620000', '182039.623000', '182039.626000', '182039.628000', '182039.631000', '182039.633000', '182039.636000', '182039.638000', '182039.641000', '182039.644000', '182059.533000', '182059.536000', '182059.538000', '182059.541000', '182059.543000', '182059.546000', '182059.548000', '182059.551000', '182059.554000', '182059.556000', '182059.559000', '182059.561000', '182059.564000', '182059.566000', '182059.569000', '182059.572000', '182059.574000', '182059.577000', '182059.580000', '182059.582000', '182059.585000', '182059.588000', '182059.590000', '182059.593000', '182059.595000', '182059.598000', '182059.601000', '182059.603000', '182059.606000', '182059.609000', '182059.611000', '182059.614000', '182059.616000', '182059.619000', '182059.622000', '182059.624000', '182059.627000', '182059.630000', '182059.633000', '182059.636000', '182059.639000', '182059.642000', '182059.644000', '182119.533000', '182119.535000', '182119.538000', '182119.541000', '182119.543000', '182119.546000', '182119.549000', '182119.551000', '182119.554000', '182119.556000', '182119.559000', '182119.562000', '182119.564000', '182119.567000', '182119.570000', '182119.572000', '182119.575000', '182119.577000', '182119.580000', '182119.583000', '182119.585000', '182119.588000', '182119.590000', '182119.593000', '182119.595000', '182119.598000', '182119.601000', '182119.603000', '182119.606000', '182119.609000', '182119.611000', '182119.614000', '182119.617000', '182119.619000', '182119.622000', '182119.624000', '182119.627000', '182119.629000', '182119.632000', '182119.635000', '182119.637000', '182119.640000', '182119.642000', '182119.645000', '182139.532000', '182139.535000', '182139.538000', '182139.541000', '182139.543000', '182139.546000', '182139.548000', '182139.551000', '182139.553000', '182139.556000', '182139.559000', '182139.561000', '182139.564000', '182139.566000', '182139.569000', '182139.572000', '182139.574000', '182139.577000', '182139.579000', '182139.582000', '182139.585000', '182139.587000', '182139.590000', '182139.592000', '182139.595000', '182139.598000', '182139.600000', '182139.603000', '182139.605000', '182139.608000', '182139.611000', '182139.613000', '182139.616000', '182139.618000', '182139.621000', '182139.623000', '182139.626000', '182139.629000', '182139.632000', '182139.635000', '182139.637000', '182139.640000', '182139.643000', '182159.532000', '182159.534000', '182159.537000', '182159.540000', '182159.542000', '182159.545000', '182159.547000', '182159.550000', '182159.553000', '182159.555000', '182159.558000', '182159.561000', '182159.577000', '182159.580000', '182159.582000', '182159.585000', '182159.588000', '182159.590000', '182159.593000', '182159.595000', '182159.598000', '182159.601000', '182159.603000', '182159.606000', '182159.609000', '182159.611000', '182159.614000', '182159.616000', '182159.619000', '182159.622000', '182159.624000', '182159.627000', '182159.629000', '182159.632000', '182159.635000', '182159.637000', '182159.640000', '182159.642000', '182159.645000', '182159.648000', '182159.650000', '182159.653000', '182159.656000', '182219.532000', '182219.535000', '182219.537000', '182219.540000', '182219.542000', '182219.545000', '182219.548000', '182219.550000', '182219.553000', '182219.555000', '182219.558000', '182219.560000', '182219.563000', '182219.566000', '182219.568000', '182219.571000', '182219.573000', '182219.576000', '182219.579000', '182219.581000', '182219.584000', '182219.586000', '182219.589000', '182219.592000', '182219.594000', '182219.597000', '182219.600000', '182219.602000', '182219.605000', '182219.607000', '182219.610000', '182219.613000', '182219.615000', '182219.618000', '182219.621000', '182219.623000', '182219.626000', '182219.628000', '182219.631000', '182219.633000', '182219.636000', '182219.639000', '182219.641000', '182219.644000', '182239.532000', '182239.535000', '182239.538000', '182239.541000', '182239.544000', '182239.546000', '182239.549000', '182239.555000', '182239.558000', '182239.561000', '182239.563000', '182239.566000', '182239.568000', '182239.571000', '182239.574000', '182239.576000', '182239.579000', '182239.582000', '182239.584000', '182239.587000', '182239.589000', '182239.592000', '182239.594000', '182239.597000', '182239.600000', '182239.602000', '182239.605000', '182239.608000', '182239.610000', '182239.613000', '182239.616000', '182239.618000', '182239.621000', '182239.623000', '182239.626000', '182239.629000', '182239.631000', '182239.634000', '182239.636000', '182239.639000', '182239.642000', '182239.644000', '182239.647000', '182239.649000', '182259.532000', '182259.535000', '182259.538000', '182259.540000', '182259.543000', '182259.546000', '182259.548000', '182259.551000', '182259.554000', '182259.556000', '182259.559000', '182259.561000', '182259.564000', '182259.566000', '182259.569000', '182259.572000', '182259.574000', '182259.577000', '182259.579000', '182259.582000', '182259.584000', '182259.587000', '182259.590000', '182259.592000', '182259.595000', '182259.597000', '182259.600000', '182259.603000', '182259.606000', '182259.608000', '182259.611000', '182259.613000', '182259.616000', '182259.618000', '182259.621000', '182259.624000', '182259.626000', '182259.629000', '182259.632000', '182259.634000', '182259.637000', '182259.640000', '182259.642000', '182319.533000', '182319.535000', '182319.538000', '182319.541000', '182319.543000', '182319.546000', '182319.548000', '182319.551000', '182319.554000', '182319.556000', '182319.559000', '182319.562000', '182319.564000', '182319.567000', '182319.569000', '182319.572000', '182319.575000', '182319.577000', '182319.580000', '182319.582000', '182319.585000', '182319.587000', '182319.590000', '182319.593000', '182319.595000', '182319.598000', '182319.601000', '182319.603000', '182319.606000', '182319.609000', '182319.611000', '182319.614000', '182319.616000', '182319.619000', '182319.622000', '182319.624000', '182319.627000', '182319.644000', '182319.647000', '182319.657000', '182319.660000', '182319.662000', '182319.665000', '182319.668000', '182339.533000', '182339.535000', '182339.538000', '182339.541000', '182339.543000', '182339.546000', '182339.548000', '182339.551000', '182339.554000', '182339.556000', '182339.559000', '182339.562000', '182339.564000', '182339.567000', '182339.569000', '182339.572000', '182339.575000', '182339.577000', '182339.580000', '182339.583000', '182339.585000', '182339.588000', '182339.590000', '182339.593000', '182339.595000', '182339.598000', '182339.601000', '182339.604000', '182339.606000', '182339.609000', '182339.611000', '182339.614000', '182339.616000', '182339.619000', '182339.622000', '182339.624000', '182339.627000', '182339.629000', '182339.632000', '182339.635000', '182339.637000', '182339.640000', '182339.642000', '182359.533000', '182359.535000', '182359.538000', '182359.541000', '182359.543000', '182359.546000', '182359.549000', '182359.551000', '182359.554000', '182359.556000', '182359.559000', '182359.562000', '182359.564000', '182359.567000', '182359.569000', '182359.572000', '182359.575000', '182359.578000', '182359.580000', '182359.583000', '182359.585000', '182359.588000', '182359.591000', '182359.593000', '182359.596000', '182359.599000', '182359.601000', '182359.604000', '182359.607000', '182359.609000', '182359.612000', '182359.614000', '182359.617000', '182359.620000', '182359.622000', '182359.625000', '182359.627000', '182359.630000', '182359.633000', '182359.635000', '182359.638000', '182359.641000', '182359.643000', '182359.646000', '182419.532000', '182419.534000', '182419.537000', '182419.540000', '182419.542000', '182419.545000', '182419.547000', '182419.550000', '182419.553000', '182419.555000', '182419.558000', '182419.560000', '182419.563000', '182419.566000', '182419.568000', '182419.571000', '182419.573000', '182419.576000', '182419.579000', '182419.581000', '182419.584000', '182419.586000', '182419.589000', '182419.592000', '182419.594000', '182419.597000', '182419.600000', '182419.602000', '182419.605000', '182419.607000', '182419.610000', '182419.613000', '182419.615000', '182419.618000', '182419.621000', '182419.623000', '182419.626000', '182419.628000', '182419.631000', '182419.634000', '182419.636000', '182419.639000', '182419.641000', '182439.531000', '182439.534000', '182439.537000', '182439.540000', '182439.542000', '182439.545000', '182439.548000', '182439.550000', '182439.553000', '182439.555000', '182439.558000', '182439.560000', '182439.563000', '182439.566000', '182439.568000', '182439.571000', '182439.573000', '182439.576000', '182439.579000', '182439.581000', '182439.584000', '182439.586000', '182439.600000', '182439.603000', '182439.605000', '182439.610000', '182439.612000', '182439.615000', '182439.618000', '182439.620000', '182439.623000', '182439.625000', '182439.628000', '182439.630000', '182439.633000', '182439.636000', '182439.638000', '182439.641000', '182439.643000', '182439.646000', '182439.649000', '182439.651000', '182439.654000', '182439.656000', '182459.532000', '182459.535000', '182459.538000', '182459.540000', '182459.550000', '182459.553000', '182459.556000', '182459.558000', '182459.561000', '182459.563000', '182459.566000', '182459.568000', '182459.571000', '182459.574000', '182459.576000', '182459.579000', '182459.581000', '182459.584000', '182459.587000', '182459.589000', '182459.592000', '182459.595000', '182459.597000', '182459.600000', '182459.602000', '182459.605000', '182459.608000', '182459.610000', '182459.613000', '182459.615000', '182459.618000', '182459.621000', '182459.623000', '182459.626000', '182459.629000', '182459.631000', '182459.634000', '182459.636000', '182459.639000', '182459.642000', '182459.644000', '182459.647000', '182459.649000', '182519.532000', '182519.535000', '182519.538000', '182519.541000', '182519.544000', '182519.546000', '182519.549000', '182519.551000', '182519.554000', '182519.557000', '182519.559000', '182519.562000', '182519.566000', '182519.568000', '182519.571000', '182519.574000', '182519.576000', '182519.579000', '182519.581000', '182519.584000', '182519.586000', '182519.589000', '182519.592000', '182519.594000', '182519.597000', '182519.599000', '182519.602000', '182519.605000', '182519.607000', '182519.610000', '182519.613000', '182519.616000', '182519.618000', '182519.621000', '182519.624000', '182519.626000', '182519.629000', '182519.632000', '182519.634000', '182519.637000', '182519.639000', '182519.642000', '182519.645000', '182539.533000', '182539.535000', '182539.538000', '182539.541000', '182539.543000', '182539.546000', '182539.549000', '182539.551000', '182539.554000', '182539.556000', '182539.559000', '182539.562000', '182539.564000', '182539.567000', '182539.569000', '182539.572000', '182539.575000', '182539.577000', '182539.580000', '182539.582000', '182539.585000', '182539.588000', '182539.590000', '182539.593000', '182539.595000', '182539.598000', '182539.601000', '182539.603000', '182539.606000', '182539.609000', '182539.611000', '182539.614000', '182539.616000', '182539.619000', '182539.622000', '182539.624000', '182539.627000', '182539.629000', '182539.632000', '182539.635000', '182539.637000', '182539.640000', '182539.642000', '182539.645000', '182559.532000', '182559.535000', '182559.538000', '182559.541000', '182559.543000', '182559.546000', '182559.549000', '182559.551000', '182559.554000', '182559.556000', '182559.559000', '182559.562000', '182559.564000', '182559.567000', '182559.569000', '182559.572000', '182559.575000', '182559.577000', '182559.580000', '182559.583000', '182559.585000', '182559.588000', '182559.590000', '182559.593000', '182559.595000', '182559.598000', '182559.601000', '182559.604000', '182559.606000', '182559.609000', '182559.611000', '182559.614000', '182559.617000', '182559.619000', '182559.622000', '182559.625000', '182559.627000', '182559.630000', '182559.633000', '182559.635000', '182559.638000', '182559.640000', '182559.643000', '182619.533000', '182619.535000', '182619.538000', '182619.541000', '182619.543000', '182619.546000', '182619.548000', '182619.551000', '182619.554000', '182619.556000', '182619.559000', '182619.561000', '182619.564000', '182619.566000', '182619.569000', '182619.572000', '182619.589000', '182619.592000', '182619.595000', '182619.597000', '182619.600000', '182619.603000', '182619.605000', '182619.608000', '182619.610000', '182619.613000', '182619.615000', '182619.618000', '182619.621000', '182619.623000', '182619.626000', '182619.629000', '182619.631000', '182619.634000', '182619.636000', '182619.639000', '182619.641000', '182619.644000', '182619.647000', '182619.649000', '182619.652000', '182619.654000', '182619.657000', '182619.660000', '182639.532000', '182639.535000', '182639.537000', '182639.540000', '182639.544000', '182639.547000', '182639.549000', '182639.552000', '182639.555000', '182639.557000', '182639.560000', '182639.563000', '182639.565000', '182639.568000', '182639.571000', '182639.573000', '182639.576000', '182639.578000', '182639.581000', '182639.584000', '182639.586000', '182639.589000', '182639.591000', '182639.594000', '182639.597000', '182639.599000', '182639.603000', '182639.606000', '182639.609000', '182639.611000', '182639.614000', '182639.616000', '182639.619000', '182639.622000', '182639.624000', '182639.627000', '182639.629000', '182639.632000', '182639.634000', '182639.637000', '182639.640000', '182639.642000', '182639.645000', '182659.532000', '182659.534000', '182659.537000', '182659.540000', '182659.542000', '182659.545000', '182659.548000', '182659.550000', '182659.553000', '182659.555000', '182659.558000', '182659.560000', '182659.563000', '182659.566000', '182659.568000', '182659.571000', '182659.574000', '182659.576000', '182659.579000', '182659.581000', '182659.584000', '182659.587000', '182659.589000', '182659.592000', '182659.595000', '182659.597000', '182659.600000', '182659.602000', '182659.605000', '182659.608000', '182659.610000', '182659.613000', '182659.615000', '182659.618000', '182659.621000', '182659.623000', '182659.626000', '182659.628000', '182659.631000', '182659.634000', '182659.636000', '182659.639000', '182659.642000', '182659.644000', '182719.533000', '182719.535000', '182719.538000', '182719.541000', '182719.543000', '182719.546000', '182719.549000', '182719.551000', '182719.554000', '182719.556000', '182719.559000', '182719.562000', '182719.564000', '182719.567000', '182719.569000', '182719.572000', '182719.575000', '182719.577000', '182719.580000', '182719.582000', '182719.585000', '182719.588000', '182719.591000', '182719.593000', '182719.596000', '182719.608000', '182719.610000', '182719.613000', '182719.616000', '182719.618000', '182719.621000', '182719.624000', '182719.626000', '182719.629000', '182719.631000', '182719.634000', '182719.637000', '182719.639000', '182719.642000', '182719.644000', '182719.647000', '182719.650000', '182719.652000', '182739.532000', '182739.535000', '182739.538000', '182739.541000', '182739.543000', '182739.546000', '182739.548000', '182739.551000', '182739.553000', '182739.556000', '182739.559000', '182739.561000', '182739.575000', '182739.577000', '182739.580000', '182739.582000', '182739.585000', '182739.588000', '182739.590000', '182739.593000', '182739.596000', '182739.598000', '182739.601000', '182739.603000', '182739.606000', '182739.609000', '182739.612000', '182739.614000', '182739.617000', '182739.619000', '182739.622000', '182739.625000', '182739.627000', '182739.630000', '182739.632000', '182739.635000', '182739.638000', '182739.640000', '182739.643000', '182739.645000', '182739.648000', '182739.651000', '182739.653000', '182739.656000', '182759.533000', '182759.535000', '182759.538000', '182759.541000', '182759.544000', '182759.546000', '182759.549000', '182759.551000', '182759.554000', '182759.557000', '182759.559000', '182759.562000', '182759.564000', '182759.567000', '182759.570000', '182759.572000', '182759.575000', '182759.577000', '182759.580000', '182759.582000', '182759.585000', '182759.588000', '182759.590000', '182759.593000', '182759.595000', '182759.598000', '182759.601000', '182759.603000', '182759.606000', '182759.609000', '182759.611000', '182759.614000', '182759.616000', '182759.619000', '182759.622000', '182759.625000', '182759.627000', '182759.630000', '182759.633000', '182759.636000', '182759.638000', '182759.641000', '182759.644000', '182819.533000', '182819.535000', '182819.538000', '182819.541000', '182819.543000', '182819.546000', '182819.549000', '182819.551000', '182819.554000', '182819.556000', '182819.559000', '182819.562000', '182819.564000', '182819.567000', '182819.569000', '182819.572000', '182819.575000', '182819.577000', '182819.580000', '182819.582000', '182819.585000', '182819.588000', '182819.590000', '182819.593000', '182819.595000', '182819.598000', '182819.601000', '182819.603000', '182819.606000', '182819.609000', '182819.611000', '182819.614000', '182819.617000', '182819.619000', '182819.622000', '182819.624000', '182819.627000', '182819.630000', '182819.632000', '182819.635000', '182819.637000', '182819.640000', '182819.643000', '182819.645000', '182839.533000', '182839.536000', '182839.538000', '182839.541000', '182839.544000', '182839.546000', '182839.549000', '182839.551000', '182839.554000', '182839.557000', '182839.559000', '182839.562000', '182839.565000', '182839.567000', '182839.570000', '182839.572000', '182839.575000', '182839.578000', '182839.580000', '182839.583000', '182839.585000', '182839.588000', '182839.591000', '182839.593000', '182839.596000', '182839.599000', '182839.601000', '182839.604000', '182839.606000', '182839.609000', '182839.612000', '182839.614000', '182839.617000', '182839.620000', '182839.622000', '182839.625000', '182839.628000', '182839.631000', '182839.634000', '182839.637000', '182839.639000', '182839.642000', '182839.644000', '182852.033000', '182852.036000', '182852.039000', '182852.042000', '182852.044000', '182852.047000', '182852.050000', '182852.052000', '182852.055000', '182852.097000', '182852.100000', '182852.103000', '182852.106000', '182852.109000', '182852.111000', '182852.114000', '182852.117000', '182852.120000', '182852.123000', '182852.126000', '182852.129000', '182852.134000', '182852.137000', '182852.140000', '182852.143000', '182852.146000', '182852.149000', '182852.153000'], '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': [10016, 13923, 10684, 11211, 8958, 12491, 8642, 11517, 15050, 9585, 12070, 9047, 12814, 8414, 9455, 11677, 9379, 10575, 8910, 10640, 10879, 8991, 9812, 8621, 10240, 10912, 8865, 12769, 8663, 9143, 11053, 9409, 12169, 9398, 9186, 12232, 9441, 10972, 12210, 8887, 11835, 9087, 10440, 13194, 9266, 13430, 9145, 9272, 13158, 8882, 13376, 9693, 9382, 12702, 9000, 10657, 14031, 9667, 13285, 8792, 9227, 11659, 8933, 10161, 8198, 9012, 10777, 8860, 12486, 9191, 9372, 14231, 9131, 13226, 10125, 9455, 14222, 9212, 12031, 15138, 9579, 13189, 9303, 12374, 8972, 9602, 11974, 9259, 11549, 12437, 9182, 11142, 9014, 10347, 8988, 9223, 10299, 8831, 10393, 8385, 9328, 10871, 8935, 11556, 15007, 9453, 13066, 9026, 11501, 9724, 9550, 11957, 9156, 12931, 8689, 9705, 13086, 9405, 12246, 8548, 9245, 9996, 8915, 9034, 8370, 9045, 8458, 7884, 8921, 8602, 8716, 13955, 11500, 10400, 14549, 9218, 13243, 9118, 10852, 15323, 9456, 14333, 8864, 12154, 8937, 11578, 8579, 10278, 8627, 10126, 12090, 9165, 11921, 9251, 13120, 9035, 11306, 15417, 9490, 13919, 8508, 9313, 11580, 9236, 12120, 8323, 9003, 9988, 8960, 12064, 8569, 9820, 10103, 8756, 9538, 8814, 8637, 8473, 12161, 11243, 8939, 11668, 9370, 12872, 8827, 10620, 13787, 8984, 11905, 8670, 11667, 10260, 9056, 11776, 8873, 12354, 8678, 10055, 8061, 9297, 11254, 8761, 11431, 9062, 11910, 8314, 9074, 10581, 8840, 11853, 8987, 9661, 15131, 8824, 11234, 8832, 10923, 8216, 8904, 10905, 8996, 12154, 9238, 11026, 10535, 9059, 11932, 8541, 9975, 8446, 9081, 10904, 9109, 10759, 9288, 11846, 8290, 9068, 11899, 8951, 11010, 8926, 10888, 13933, 9241, 12194, 8467, 13478, 9352, 9981, 8593, 11255, 9472, 11721, 8524, 11554, 15571, 9350, 13910, 10410, 10547, 12801, 9081, 10530, 8941, 11086, 8224, 8926, 10949, 8887, 12210, 9034, 8914, 11604, 8845, 11153, 12370, 8761, 11678, 9215, 9962, 8667, 8569, 9741, 8699, 9096, 8714, 10023, 12712, 9006, 12118, 9063, 10530, 15258, 9704, 10390, 16470, 10740, 14461, 14923, 9134, 16600, 11933, 8988, 13103, 9051, 11333, 10805, 8958, 12054, 9003, 12334, 8381, 9498, 13282, 9234, 12177, 8772, 9907, 14983, 9257, 11702, 8764, 9108, 12658, 8906, 11377, 16963, 9076, 12847, 8921, 8813, 10575, 8629, 10655, 11259, 8441, 11251, 8466, 9460, 8425, 8468, 9741, 8517, 11186, 10882, 8774, 11953, 8462, 10768, 14283, 9237, 12378, 9114, 12107, 8521, 9948, 14573, 9037, 12525, 8676, 8865, 11348, 8858, 9544, 8469, 8746, 11832, 8758, 9416, 12959, 9412, 11278, 8721, 8769, 8410, 9916, 10152, 8897, 11230, 8547, 11539, 9773, 12257, 8603, 9827, 16550, 13806, 9185, 12307, 8763, 9508, 12829, 8643, 10543, 13498, 9180, 11631, 8125, 8510, 9863, 8359, 9417, 8347, 8325, 10035, 8138, 11457, 8391, 9605, 10968, 8652, 15194, 15992, 11450, 12497, 9474, 8991, 13557, 8678, 10546, 16254, 9551, 11514, 8486, 8624, 10640, 8721, 10720, 7918, 8734, 13119, 8356, 9682, 12542, 8919, 12031, 12003, 8822, 11786, 8615, 10040, 13092, 8809, 12748, 9297, 8755, 11275, 9004, 10602, 13759, 8592, 9391, 8701, 10839, 8146, 9026, 13293, 8497, 10029, 13327, 8748, 11503, 8612, 9462, 12592, 8938, 10843, 8258, 9029, 10475, 8895, 10898, 8157, 8546, 10796, 8799, 10125, 8610, 9669, 12178, 8760, 11524, 9129, 11340, 8431, 8668, 11195, 9124, 10902, 9171, 8968, 10296, 8974, 10967, 9875, 8823, 12072, 8589, 11558, 8513, 8811, 11384, 8693, 9274, 8524, 9877, 8190, 12625, 8577, 9957, 8549, 12991, 9858, 12233, 8511, 10260, 14376, 9006, 14040, 10823, 9852, 14825, 8620, 9910, 8679, 11596, 8865, 9666, 12070, 8293, 9036, 8686, 8456, 8600, 9435, 8226, 11654, 10444, 9121, 10965, 8788, 12674, 8662, 11551, 13904, 8834, 11795, 8723, 12096, 9190, 9257, 10686, 8416, 9601, 8712, 10977, 9302, 9711, 8922, 11194, 8372, 10648, 13537, 9314, 13636, 8897, 11727, 9075, 10254, 16253, 8881, 13924, 8706, 10135, 13041, 8971, 10983, 8289, 8710, 9777, 8441, 10852, 8730, 9201, 10373, 8552, 9059, 8657, 10294, 8440, 10019, 8654, 10367, 9473, 8440, 11758, 9288, 15223, 9910, 14166, 9559, 11744, 8490, 12092, 15073, 9247, 14368, 10313, 10291, 15630, 8951, 11909, 8440, 8661, 10264, 8583, 9602, 8181, 9736, 7733, 8861, 9834, 8550, 11170, 8537, 10322, 8519, 11567, 11013, 12351, 15627, 9292, 14458, 8698, 9473, 8526, 8967, 8407, 10341, 8674, 14554, 10539, 14652, 8794, 13489, 9118, 13453, 9312, 13287, 8499, 11363, 16937, 9144, 13878, 8547, 10075, 8716, 9134, 8596, 11089, 7334, 13325, 9140, 8614, 8910, 9600, 8089, 7882, 12609, 10359, 12249, 9799, 10681, 13373, 8009, 12658, 10048, 12170, 8606, 11390, 8124, 11189, 12136, 9272, 11417, 8407, 8846, 8715, 8164, 8472, 10330, 8220, 11607, 8468, 12149, 8850, 12242, 8487, 10758, 8156, 10804, 13061, 8610, 11033, 8496, 11296, 8524, 10429, 11882, 11867, 10995, 11915, 8439, 11531, 8758, 13206, 9579, 10727, 10631, 8420, 9851, 9848, 10468, 8964, 11269, 8486, 9498, 9627, 8092, 9763, 7977, 9858, 8970, 9222, 9295, 9191, 8246, 11589, 8220, 10165, 11795, 8871, 11934, 8403, 10965, 14114, 9822, 12165, 8533, 9570, 11599, 8351, 12413, 8314, 9637, 11448, 8228, 10496, 8045, 9962, 7757, 9731, 10862, 8865, 13005, 9456, 10318, 14038, 8062, 10812, 8999, 10114, 8355, 9984, 12992, 8216, 11478, 8618, 10664, 7988, 11020, 9333, 9940, 14384, 9238, 12661, 9178, 10060, 14383, 8630, 11814, 8515, 9800, 8225, 9760, 10255, 8379, 10988, 8666, 10694, 8323, 10328, 11800, 8198, 10647, 9018, 12702, 9225, 9868, 14755, 8273, 12892, 8080, 9368, 11244, 8417, 11453, 8609, 9467, 8566, 9666, 8312, 8461, 8531, 8893, 8634, 15029, 10004, 10475, 8001, 10009, 13050, 8618, 12046, 8467, 11046, 8249, 12117, 9615, 9971, 7945, 9486, 10762, 9020, 12258, 9519, 9919, 14512, 8458, 12014, 8173, 10029, 11235, 8387, 10171, 8421, 10552, 8398, 9613, 7928, 9373, 10142, 8486, 10340, 9301, 11814, 8449, 10920, 9098, 10296, 14790, 8615, 13009, 8809, 12613, 9334, 9441, 11889, 8464, 10236, 9147, 11307, 8746, 9339, 13431, 8371, 10060, 8278, 10109, 7962, 7960, 10343, 8996, 9754, 9233, 8946, 8289, 11275, 8976, 10882, 7920, 10354, 13799, 9495, 12101, 10426, 9227, 15184, 8182, 11533, 9061, 8696, 11943, 8312, 9724, 8071, 10391, 8819, 9362, 12013, 8555, 8909, 8581, 9857, 8167, 9935, 10811, 8715, 11329, 8694, 12286, 8234, 10057, 14683, 8667, 11331, 8344, 10641, 9416, 8697, 10521, 8219, 9878, 7861, 9225, 9500, 7986, 10712, 8945, 10690, 8017, 10281, 11291, 8243, 10431, 8504, 12118, 8234, 10665, 12908, 8750, 11555, 8134, 11399, 9571, 9403, 11283, 8420, 12250, 8428, 9104, 10271, 8619, 10386, 8396, 10539, 11457, 8841, 9965, 8535, 10937, 7655, 9593, 11750, 8790, 10760, 8352, 11469, 9560, 8743, 10729, 8529, 8734, 8876, 11674, 9034, 10367, 12484, 7932, 10144, 8735, 11248, 8158, 11057, 9437, 10857, 8273, 11025, 8808, 8214, 7788, 10375, 9257, 9973, 7929, 16353, 11655, 14116, 14799, 10415, 11825, 8477, 9348, 12289, 9109, 9918, 8029, 11087, 9341, 8871, 9704, 8038, 8203, 8161, 10403, 8642, 8305, 8279, 9332, 9096, 8879, 10524, 9472, 11805, 13011, 8809, 14440, 9867, 9822, 15910, 8847, 13663, 8214, 9604, 14870, 8548, 12034, 8990, 9548, 11889, 8646, 9723, 7601, 9585, 8336, 9138, 7610, 8180, 8333, 9506, 11585, 10164, 11577, 7902, 10683, 8657, 12749, 13671, 10629, 15657, 8865, 11641, 10203, 9042, 14873, 8852, 10849, 8090, 9062, 8742, 9335, 8564, 7906, 10512, 7854, 12903, 9203, 11418, 9234, 10190, 13321, 9509, 13377, 8734, 11212, 8091, 10291, 11571, 8637, 10446, 8197, 8752, 8260, 8851, 8213, 9037, 8076, 10179, 7740, 10126, 11321, 9791, 11302, 8521, 10521, 9081, 9880, 8461, 10839, 7826, 10438, 13205, 9350, 11312, 8493, 9722, 11060, 8581, 10425, 8224, 9160, 8309, 10563, 8078, 10263, 8912, 10039, 8949, 10252, 12209, 9336, 12770, 9015, 11802, 9453, 10572, 8006, 10212, 15867, 8846, 13604, 9114, 11860, 8247, 10482, 14941, 8717, 12220, 7750, 11802, 7834, 10115, 11421, 9179, 10087, 7692, 12011, 8547, 9518, 10635, 7774, 8628, 8432, 11149, 8516, 9467, 11062, 7906, 8758, 8275, 8731, 8274, 10866, 8111, 10515, 10469, 9917, 12474, 8251, 12515, 8784, 9853, 11222, 8793, 10294, 8521, 9642, 8127, 9606, 12347, 8576, 10401, 8683, 9966, 8589, 10415, 9652, 9976, 8900, 11014, 8306, 9599, 11635, 11204, 11121, 11183, 9911, 14476, 9812, 15125, 9796, 14395, 7996, 9012, 8411, 11551, 8346, 9398, 11127, 8344, 9776, 9037, 9585, 8002, 10167, 7618, 9554, 11021, 8105, 9571, 7598, 10543, 8162, 10267, 12649, 9168, 9801, 8162, 10419, 8074, 9874, 10906, 8177, 9004, 8792, 9063, 7658], 'WindowCenter': [4381.0, 4394.0, 4349.0, 4335.0, 4301.0, 4341.0, 4288.0, 4318.0, 4337.0, 4297.0, 4315.0, 4284.0, 4325.0, 4273.0, 4295.0, 4314.0, 4296.0, 4304.0, 4283.0, 4305.0, 4304.0, 4296.0, 4296.0, 4286.0, 4305.0, 4317.0, 4297.0, 4328.0, 4286.0, 4297.0, 4316.0, 4297.0, 4329.0, 4295.0, 4296.0, 4327.0, 4296.0, 4317.0, 4327.0, 4298.0, 4327.0, 4296.0, 4318.0, 4325.0, 4297.0, 4337.0, 4297.0, 4309.0, 4326.0, 4297.0, 4338.0, 4307.0, 4298.0, 4326.0, 4295.0, 4330.0, 4360.0, 4309.0, 4338.0, 4283.0, 4294.0, 4313.0, 4284.0, 4305.0, 4285.0, 4297.0, 4317.0, 4298.0, 4338.0, 4298.0, 4309.0, 4336.0, 4297.0, 4337.0, 4316.0, 4332.0, 4348.0, 4307.0, 4326.0, 4333.0, 4295.0, 4323.0, 4283.0, 4326.0, 4294.0, 4297.0, 4315.0, 4295.0, 4315.0, 4313.0, 4284.0, 4303.0, 4282.0, 4294.0, 4283.0, 4295.0, 4305.0, 4285.0, 4306.0, 4284.0, 4297.0, 4304.0, 4296.0, 4316.0, 4334.0, 4295.0, 4323.0, 4285.0, 4316.0, 4293.0, 4296.0, 4314.0, 4295.0, 4328.0, 4273.0, 4295.0, 4324.0, 4295.0, 4315.0, 4271.0, 4294.0, 4294.0, 4295.0, 4283.0, 4284.0, 4295.0, 4286.0, 4287.0, 4309.0, 4297.0, 4299.0, 4351.0, 4329.0, 4319.0, 4337.0, 4296.0, 4337.0, 4297.0, 4316.0, 4336.0, 4294.0, 4325.0, 4282.0, 4325.0, 4295.0, 4328.0, 4296.0, 4316.0, 4284.0, 4305.0, 4315.0, 4297.0, 4315.0, 4295.0, 4326.0, 4296.0, 4318.0, 4336.0, 4296.0, 4326.0, 4271.0, 4284.0, 4303.0, 4283.0, 4312.0, 4261.0, 4283.0, 4305.0, 4295.0, 4325.0, 4283.0, 4294.0, 4291.0, 4285.0, 4294.0, 4295.0, 4284.0, 4286.0, 4328.0, 4317.0, 4298.0, 4317.0, 4308.0, 4327.0, 4296.0, 4318.0, 4337.0, 4297.0, 4316.0, 4285.0, 4318.0, 4305.0, 4297.0, 4314.0, 4296.0, 4327.0, 4285.0, 4306.0, 4276.0, 4298.0, 4318.0, 4298.0, 4317.0, 4298.0, 4329.0, 4275.0, 4296.0, 4305.0, 4296.0, 4317.0, 4285.0, 4294.0, 4334.0, 4285.0, 4304.0, 4284.0, 4305.0, 4274.0, 4286.0, 4316.0, 4285.0, 4325.0, 4296.0, 4305.0, 4294.0, 4284.0, 4314.0, 4283.0, 4296.0, 4273.0, 4285.0, 4303.0, 4285.0, 4316.0, 4295.0, 4326.0, 4285.0, 4297.0, 4315.0, 4285.0, 4315.0, 4285.0, 4316.0, 4336.0, 4297.0, 4327.0, 4286.0, 4338.0, 4294.0, 4295.0, 4285.0, 4316.0, 4296.0, 4328.0, 4287.0, 4328.0, 4346.0, 4298.0, 4337.0, 4304.0, 4305.0, 4313.0, 4283.0, 4303.0, 4283.0, 4305.0, 4274.0, 4285.0, 4304.0, 4286.0, 4315.0, 4285.0, 4296.0, 4315.0, 4284.0, 4316.0, 4325.0, 4285.0, 4316.0, 4296.0, 4306.0, 4285.0, 4297.0, 4308.0, 4299.0, 4308.0, 4310.0, 4333.0, 4352.0, 4313.0, 4343.0, 4310.0, 4333.0, 4351.0, 4310.0, 4310.0, 4348.0, 4317.0, 4339.0, 4335.0, 4296.0, 4347.0, 4303.0, 4285.0, 4312.0, 4283.0, 4316.0, 4303.0, 4283.0, 4314.0, 4285.0, 4326.0, 4285.0, 4307.0, 4326.0, 4295.0, 4315.0, 4274.0, 4306.0, 4335.0, 4283.0, 4314.0, 4273.0, 4284.0, 4312.0, 4283.0, 4303.0, 4332.0, 4272.0, 4312.0, 4269.0, 4283.0, 4290.0, 4271.0, 4292.0, 4288.0, 4272.0, 4303.0, 4272.0, 4293.0, 4272.0, 4285.0, 4294.0, 4296.0, 4317.0, 4316.0, 4286.0, 4315.0, 4286.0, 4319.0, 4335.0, 4297.0, 4315.0, 4285.0, 4327.0, 4284.0, 4305.0, 4336.0, 4286.0, 4327.0, 4273.0, 4295.0, 4314.0, 4283.0, 4295.0, 4274.0, 4284.0, 4314.0, 4284.0, 4295.0, 4324.0, 4297.0, 4317.0, 4284.0, 4285.0, 4274.0, 4319.0, 4307.0, 4297.0, 4317.0, 4309.0, 4329.0, 4320.0, 4330.0, 4288.0, 4308.0, 4360.0, 4325.0, 4285.0, 4314.0, 4273.0, 4294.0, 4312.0, 4272.0, 4302.0, 4313.0, 4282.0, 4303.0, 4260.0, 4283.0, 4293.0, 4284.0, 4296.0, 4285.0, 4298.0, 4306.0, 4288.0, 4330.0, 4300.0, 4321.0, 4329.0, 4312.0, 4375.0, 4349.0, 4318.0, 4328.0, 4296.0, 4297.0, 4326.0, 4296.0, 4319.0, 4345.0, 4295.0, 4315.0, 4272.0, 4286.0, 4318.0, 4286.0, 4305.0, 4273.0, 4285.0, 4326.0, 4286.0, 4295.0, 4324.0, 4284.0, 4316.0, 4312.0, 4283.0, 4314.0, 4284.0, 4294.0, 4312.0, 4294.0, 4327.0, 4295.0, 4286.0, 4314.0, 4284.0, 4305.0, 4323.0, 4285.0, 4295.0, 4285.0, 4316.0, 4284.0, 4298.0, 4338.0, 4297.0, 4309.0, 4326.0, 4298.0, 4317.0, 4285.0, 4307.0, 4325.0, 4296.0, 4306.0, 4274.0, 4296.0, 4305.0, 4295.0, 4316.0, 4274.0, 4298.0, 4317.0, 4297.0, 4307.0, 4286.0, 4307.0, 4326.0, 4287.0, 4317.0, 4296.0, 4317.0, 4285.0, 4287.0, 4315.0, 4295.0, 4305.0, 4283.0, 4285.0, 4294.0, 4285.0, 4305.0, 4295.0, 4284.0, 4313.0, 4283.0, 4314.0, 4272.0, 4285.0, 4303.0, 4285.0, 4284.0, 4285.0, 4295.0, 4286.0, 4327.0, 4297.0, 4307.0, 4297.0, 4340.0, 4307.0, 4329.0, 4286.0, 4309.0, 4338.0, 4298.0, 4338.0, 4305.0, 4295.0, 4323.0, 4284.0, 4293.0, 4273.0, 4305.0, 4283.0, 4296.0, 4313.0, 4274.0, 4283.0, 4285.0, 4286.0, 4296.0, 4297.0, 4286.0, 4329.0, 4306.0, 4308.0, 4316.0, 4288.0, 4327.0, 4297.0, 4318.0, 4327.0, 4296.0, 4315.0, 4285.0, 4327.0, 4294.0, 4296.0, 4304.0, 4286.0, 4296.0, 4298.0, 4319.0, 4309.0, 4321.0, 4309.0, 4330.0, 4299.0, 4345.0, 4351.0, 4313.0, 4340.0, 4297.0, 4317.0, 4284.0, 4308.0, 4346.0, 4286.0, 4338.0, 4285.0, 4307.0, 4324.0, 4283.0, 4304.0, 4260.0, 4272.0, 4281.0, 4273.0, 4304.0, 4284.0, 4297.0, 4306.0, 4298.0, 4297.0, 4289.0, 4310.0, 4287.0, 4321.0, 4311.0, 4332.0, 4320.0, 4313.0, 4342.0, 4310.0, 4349.0, 4309.0, 4338.0, 4308.0, 4328.0, 4288.0, 4330.0, 4339.0, 4297.0, 4326.0, 4306.0, 4306.0, 4334.0, 4273.0, 4303.0, 4260.0, 4273.0, 4291.0, 4271.0, 4281.0, 4271.0, 4295.0, 4274.0, 4296.0, 4305.0, 4298.0, 4317.0, 4299.0, 4308.0, 4299.0, 4329.0, 4319.0, 4328.0, 4336.0, 4288.0, 4327.0, 4275.0, 4297.0, 4274.0, 4283.0, 4274.0, 4305.0, 4287.0, 4336.0, 4307.0, 4335.0, 4285.0, 4313.0, 4285.0, 4313.0, 4295.0, 4325.0, 4271.0, 4304.0, 4334.0, 4282.0, 4310.0, 4271.0, 4291.0, 4271.0, 4282.0, 4282.0, 4316.0, 4265.0, 4336.0, 4295.0, 4285.0, 4297.0, 4296.0, 4288.0, 4288.0, 4341.0, 4309.0, 4330.0, 4297.0, 4308.0, 4326.0, 4276.0, 4316.0, 4294.0, 4314.0, 4283.0, 4317.0, 4287.0, 4329.0, 4325.0, 4295.0, 4302.0, 4273.0, 4283.0, 4285.0, 4284.0, 4285.0, 4306.0, 4286.0, 4317.0, 4287.0, 4340.0, 4297.0, 4327.0, 4285.0, 4306.0, 4275.0, 4318.0, 4327.0, 4289.0, 4306.0, 4287.0, 4316.0, 4298.0, 4306.0, 4329.0, 4318.0, 4319.0, 4327.0, 4300.0, 4329.0, 4300.0, 4339.0, 4296.0, 4317.0, 4292.0, 4273.0, 4292.0, 4293.0, 4293.0, 4283.0, 4303.0, 4272.0, 4295.0, 4294.0, 4276.0, 4295.0, 4287.0, 4306.0, 4298.0, 4297.0, 4309.0, 4298.0, 4288.0, 4330.0, 4299.0, 4320.0, 4328.0, 4299.0, 4318.0, 4276.0, 4317.0, 4337.0, 4296.0, 4316.0, 4274.0, 4296.0, 4304.0, 4275.0, 4315.0, 4273.0, 4295.0, 4302.0, 4274.0, 4305.0, 4275.0, 4307.0, 4276.0, 4308.0, 4315.0, 4298.0, 4339.0, 4297.0, 4308.0, 4326.0, 4287.0, 4317.0, 4287.0, 4307.0, 4275.0, 4307.0, 4326.0, 4287.0, 4316.0, 4286.0, 4305.0, 4286.0, 4317.0, 4295.0, 4307.0, 4335.0, 4296.0, 4326.0, 4284.0, 4295.0, 4324.0, 4285.0, 4315.0, 4273.0, 4306.0, 4285.0, 4307.0, 4305.0, 4287.0, 4305.0, 4285.0, 4306.0, 4273.0, 4308.0, 4315.0, 4287.0, 4305.0, 4285.0, 4327.0, 4295.0, 4296.0, 4324.0, 4274.0, 4315.0, 4273.0, 4284.0, 4303.0, 4284.0, 4314.0, 4273.0, 4284.0, 4275.0, 4296.0, 4277.0, 4278.0, 4288.0, 4297.0, 4299.0, 4349.0, 4296.0, 4307.0, 4263.0, 4295.0, 4313.0, 4274.0, 4315.0, 4275.0, 4303.0, 4274.0, 4314.0, 4283.0, 4294.0, 4262.0, 4283.0, 4291.0, 4283.0, 4313.0, 4281.0, 4282.0, 4311.0, 4262.0, 4302.0, 4261.0, 4282.0, 4290.0, 4273.0, 4292.0, 4272.0, 4304.0, 4272.0, 4295.0, 4274.0, 4307.0, 4306.0, 4287.0, 4306.0, 4297.0, 4316.0, 4274.0, 4306.0, 4284.0, 4306.0, 4336.0, 4287.0, 4324.0, 4286.0, 4328.0, 4284.0, 4295.0, 4303.0, 4275.0, 4293.0, 4285.0, 4305.0, 4273.0, 4285.0, 4312.0, 4274.0, 4294.0, 4273.0, 4295.0, 4273.0, 4275.0, 4306.0, 4285.0, 4295.0, 4297.0, 4296.0, 4287.0, 4318.0, 4297.0, 4319.0, 4277.0, 4319.0, 4338.0, 4308.0, 4328.0, 4306.0, 4297.0, 4336.0, 4276.0, 4316.0, 4284.0, 4285.0, 4303.0, 4274.0, 4295.0, 4276.0, 4307.0, 4284.0, 4298.0, 4326.0, 4297.0, 4296.0, 4285.0, 4307.0, 4274.0, 4307.0, 4305.0, 4287.0, 4316.0, 4287.0, 4327.0, 4274.0, 4307.0, 4335.0, 4274.0, 4304.0, 4273.0, 4305.0, 4283.0, 4285.0, 4293.0, 4273.0, 4293.0, 4273.0, 4295.0, 4294.0, 4274.0, 4304.0, 4286.0, 4305.0, 4274.0, 4307.0, 4314.0, 4286.0, 4306.0, 4285.0, 4326.0, 4285.0, 4307.0, 4326.0, 4286.0, 4315.0, 4275.0, 4316.0, 4284.0, 4295.0, 4304.0, 4274.0, 4327.0, 4286.0, 4286.0, 4294.0, 4284.0, 4305.0, 4273.0, 4305.0, 4314.0, 4285.0, 4294.0, 4286.0, 4318.0, 4275.0, 4306.0, 4317.0, 4298.0, 4306.0, 4285.0, 4317.0, 4296.0, 4287.0, 4306.0, 4287.0, 4286.0, 4297.0, 4329.0, 4298.0, 4318.0, 4328.0, 4301.0, 4319.0, 4299.0, 4330.0, 4287.0, 4331.0, 4297.0, 4318.0, 4287.0, 4319.0, 4299.0, 4301.0, 4279.0, 4320.0, 4309.0, 4309.0, 4291.0, 4361.0, 4319.0, 4340.0, 4338.0, 4308.0, 4316.0, 4274.0, 4285.0, 4302.0, 4273.0, 4282.0, 4262.0, 4303.0, 4271.0, 4284.0, 4282.0, 4275.0, 4285.0, 4299.0, 4317.0, 4286.0, 4287.0, 4286.0, 4310.0, 4299.0, 4311.0, 4321.0, 4320.0, 4332.0, 4339.0, 4300.0, 4340.0, 4297.0, 4308.0, 4335.0, 4286.0, 4327.0, 4275.0, 4297.0, 4336.0, 4285.0, 4316.0, 4285.0, 4294.0, 4302.0, 4274.0, 4283.0, 4263.0, 4296.0, 4274.0, 4296.0, 4275.0, 4287.0, 4286.0, 4309.0, 4328.0, 4320.0, 4318.0, 4289.0, 4319.0, 4288.0, 4329.0, 4327.0, 4308.0, 4338.0, 4286.0, 4317.0, 4294.0, 4284.0, 4335.0, 4284.0, 4302.0, 4275.0, 4282.0, 4274.0, 4283.0, 4286.0, 4274.0, 4306.0, 4287.0, 4339.0, 4297.0, 4329.0, 4297.0, 4307.0, 4325.0, 4296.0, 4325.0, 4275.0, 4305.0, 4276.0, 4320.0, 4315.0, 4287.0, 4293.0, 4273.0, 4271.0, 4272.0, 4273.0, 4274.0, 4285.0, 4275.0, 4307.0, 4277.0, 4308.0, 4317.0, 4308.0, 4306.0, 4287.0, 4307.0, 4286.0, 4297.0, 4276.0, 4308.0, 4276.0, 4308.0, 4326.0, 4286.0, 4306.0, 4272.0, 4295.0, 4303.0, 4274.0, 4294.0, 4275.0, 4285.0, 4286.0, 4306.0, 4275.0, 4307.0, 4295.0, 4308.0, 4298.0, 4309.0, 4317.0, 4298.0, 4327.0, 4298.0, 4317.0, 4296.0, 4307.0, 4264.0, 4295.0, 4335.0, 4284.0, 4324.0, 4283.0, 4304.0, 4262.0, 4293.0, 4322.0, 4272.0, 4301.0, 4251.0, 4303.0, 4261.0, 4293.0, 4301.0, 4283.0, 4291.0, 4262.0, 4314.0, 4271.0, 4294.0, 4290.0, 4263.0, 4272.0, 4274.0, 4305.0, 4273.0, 4295.0, 4304.0, 4276.0, 4285.0, 4286.0, 4286.0, 4285.0, 4318.0, 4287.0, 4318.0, 4306.0, 4308.0, 4326.0, 4287.0, 4328.0, 4287.0, 4308.0, 4306.0, 4287.0, 4307.0, 4287.0, 4297.0, 4277.0, 4297.0, 4315.0, 4298.0, 4306.0, 4287.0, 4307.0, 4300.0, 4318.0, 4310.0, 4308.0, 4299.0, 4320.0, 4291.0, 4309.0, 4332.0, 4320.0, 4332.0, 4332.0, 4312.0, 4338.0, 4298.0, 4336.0, 4296.0, 4325.0, 4266.0, 4285.0, 4275.0, 4315.0, 4275.0, 4286.0, 4303.0, 4273.0, 4292.0, 4284.0, 4296.0, 4264.0, 4306.0, 4263.0, 4296.0, 4305.0, 4275.0, 4285.0, 4264.0, 4306.0, 4274.0, 4306.0, 4328.0, 4299.0, 4297.0, 4275.0, 4306.0, 4274.0, 4307.0, 4303.0, 4275.0, 4285.0, 4287.0, 4287.0, 4277.0], 'WindowWidth': [9675.0, 9680.0, 9602.0, 9573.0, 9519.0, 9573.0, 9495.0, 9537.0, 9559.0, 9505.0, 9524.0, 9484.0, 9538.0, 9465.0, 9500.0, 9522.0, 9502.0, 9510.0, 9480.0, 9513.0, 9511.0, 9503.0, 9500.0, 9487.0, 9515.0, 9531.0, 9506.0, 9548.0, 9488.0, 9506.0, 9527.0, 9507.0, 9551.0, 9501.0, 9504.0, 9544.0, 9503.0, 9534.0, 9547.0, 9508.0, 9548.0, 9505.0, 9535.0, 9542.0, 9508.0, 9562.0, 9506.0, 9527.0, 9544.0, 9507.0, 9564.0, 9520.0, 9509.0, 9544.0, 9502.0, 9558.0, 9600.0, 9528.0, 9566.0, 9483.0, 9499.0, 9520.0, 9484.0, 9513.0, 9488.0, 9508.0, 9533.0, 9511.0, 9565.0, 9508.0, 9524.0, 9557.0, 9506.0, 9562.0, 9533.0, 9567.0, 9581.0, 9522.0, 9546.0, 9550.0, 9499.0, 9532.0, 9481.0, 9541.0, 9499.0, 9504.0, 9526.0, 9499.0, 9528.0, 9518.0, 9482.0, 9506.0, 9476.0, 9495.0, 9478.0, 9498.0, 9512.0, 9486.0, 9516.0, 9484.0, 9505.0, 9511.0, 9502.0, 9529.0, 9550.0, 9500.0, 9534.0, 9484.0, 9530.0, 9496.0, 9504.0, 9523.0, 9500.0, 9544.0, 9465.0, 9498.0, 9536.0, 9499.0, 9524.0, 9461.0, 9498.0, 9497.0, 9499.0, 9481.0, 9483.0, 9502.0, 9492.0, 9493.0, 9526.0, 9509.0, 9516.0, 9589.0, 9553.0, 9538.0, 9559.0, 9504.0, 9561.0, 9504.0, 9530.0, 9557.0, 9496.0, 9539.0, 9479.0, 9540.0, 9500.0, 9548.0, 9504.0, 9532.0, 9486.0, 9514.0, 9526.0, 9504.0, 9527.0, 9502.0, 9545.0, 9504.0, 9534.0, 9556.0, 9502.0, 9544.0, 9461.0, 9483.0, 9505.0, 9477.0, 9516.0, 9444.0, 9479.0, 9514.0, 9503.0, 9540.0, 9480.0, 9496.0, 9490.0, 9487.0, 9497.0, 9500.0, 9483.0, 9491.0, 9550.0, 9532.0, 9510.0, 9533.0, 9524.0, 9548.0, 9502.0, 9535.0, 9557.0, 9505.0, 9529.0, 9485.0, 9534.0, 9512.0, 9504.0, 9524.0, 9504.0, 9546.0, 9486.0, 9517.0, 9476.0, 9508.0, 9535.0, 9511.0, 9533.0, 9512.0, 9551.0, 9474.0, 9503.0, 9514.0, 9503.0, 9530.0, 9485.0, 9497.0, 9549.0, 9484.0, 9510.0, 9482.0, 9512.0, 9469.0, 9488.0, 9527.0, 9487.0, 9541.0, 9500.0, 9513.0, 9494.0, 9483.0, 9524.0, 9481.0, 9501.0, 9465.0, 9487.0, 9507.0, 9488.0, 9531.0, 9503.0, 9546.0, 9485.0, 9505.0, 9527.0, 9487.0, 9528.0, 9486.0, 9531.0, 9555.0, 9505.0, 9546.0, 9490.0, 9563.0, 9498.0, 9500.0, 9486.0, 9531.0, 9503.0, 9548.0, 9492.0, 9549.0, 9572.0, 9509.0, 9560.0, 9510.0, 9511.0, 9519.0, 9480.0, 9507.0, 9481.0, 9512.0, 9468.0, 9486.0, 9508.0, 9487.0, 9527.0, 9483.0, 9502.0, 9523.0, 9482.0, 9528.0, 9539.0, 9486.0, 9529.0, 9501.0, 9516.0, 9486.0, 9506.0, 9521.0, 9512.0, 9525.0, 9531.0, 9567.0, 9588.0, 9538.0, 9580.0, 9532.0, 9564.0, 9589.0, 9529.0, 9529.0, 9578.0, 9532.0, 9566.0, 9552.0, 9500.0, 9573.0, 9507.0, 9482.0, 9516.0, 9478.0, 9528.0, 9505.0, 9480.0, 9520.0, 9486.0, 9541.0, 9486.0, 9519.0, 9541.0, 9500.0, 9528.0, 9469.0, 9516.0, 9553.0, 9481.0, 9523.0, 9464.0, 9481.0, 9518.0, 9479.0, 9504.0, 9542.0, 9462.0, 9514.0, 9454.0, 9478.0, 9483.0, 9457.0, 9487.0, 9476.0, 9462.0, 9503.0, 9461.0, 9494.0, 9463.0, 9487.0, 9497.0, 9502.0, 9533.0, 9530.0, 9491.0, 9528.0, 9490.0, 9539.0, 9555.0, 9504.0, 9526.0, 9486.0, 9545.0, 9483.0, 9516.0, 9557.0, 9489.0, 9544.0, 9465.0, 9499.0, 9524.0, 9481.0, 9499.0, 9467.0, 9484.0, 9523.0, 9484.0, 9498.0, 9537.0, 9507.0, 9531.0, 9481.0, 9487.0, 9469.0, 9539.0, 9518.0, 9507.0, 9534.0, 9528.0, 9553.0, 9542.0, 9557.0, 9495.0, 9524.0, 9598.0, 9540.0, 9483.0, 9522.0, 9465.0, 9494.0, 9516.0, 9464.0, 9504.0, 9516.0, 9476.0, 9505.0, 9443.0, 9478.0, 9492.0, 9486.0, 9503.0, 9488.0, 9509.0, 9518.0, 9498.0, 9557.0, 9515.0, 9548.0, 9553.0, 9538.0, 9627.0, 9584.0, 9535.0, 9550.0, 9500.0, 9506.0, 9543.0, 9504.0, 9537.0, 9569.0, 9497.0, 9524.0, 9463.0, 9489.0, 9537.0, 9489.0, 9513.0, 9466.0, 9486.0, 9544.0, 9489.0, 9501.0, 9537.0, 9483.0, 9527.0, 9517.0, 9480.0, 9522.0, 9480.0, 9496.0, 9517.0, 9497.0, 9543.0, 9501.0, 9489.0, 9524.0, 9482.0, 9514.0, 9534.0, 9485.0, 9499.0, 9487.0, 9530.0, 9486.0, 9509.0, 9563.0, 9507.0, 9524.0, 9542.0, 9508.0, 9532.0, 9486.0, 9517.0, 9541.0, 9502.0, 9516.0, 9468.0, 9504.0, 9513.0, 9500.0, 9529.0, 9470.0, 9507.0, 9533.0, 9506.0, 9521.0, 9489.0, 9520.0, 9542.0, 9492.0, 9532.0, 9504.0, 9531.0, 9485.0, 9492.0, 9526.0, 9498.0, 9512.0, 9478.0, 9485.0, 9494.0, 9484.0, 9510.0, 9495.0, 9481.0, 9517.0, 9479.0, 9521.0, 9464.0, 9484.0, 9506.0, 9486.0, 9483.0, 9485.0, 9500.0, 9490.0, 9546.0, 9506.0, 9519.0, 9507.0, 9567.0, 9521.0, 9553.0, 9490.0, 9524.0, 9563.0, 9511.0, 9563.0, 9510.0, 9498.0, 9534.0, 9480.0, 9490.0, 9465.0, 9511.0, 9477.0, 9497.0, 9516.0, 9468.0, 9480.0, 9486.0, 9488.0, 9504.0, 9506.0, 9490.0, 9552.0, 9516.0, 9523.0, 9530.0, 9495.0, 9547.0, 9506.0, 9535.0, 9545.0, 9503.0, 9524.0, 9486.0, 9546.0, 9496.0, 9502.0, 9510.0, 9490.0, 9502.0, 9509.0, 9538.0, 9525.0, 9549.0, 9528.0, 9556.0, 9514.0, 9587.0, 9590.0, 9538.0, 9569.0, 9505.0, 9530.0, 9482.0, 9518.0, 9570.0, 9488.0, 9559.0, 9484.0, 9515.0, 9535.0, 9478.0, 9506.0, 9441.0, 9462.0, 9473.0, 9467.0, 9509.0, 9481.0, 9503.0, 9515.0, 9510.0, 9504.0, 9494.0, 9523.0, 9492.0, 9546.0, 9533.0, 9564.0, 9543.0, 9541.0, 9577.0, 9530.0, 9580.0, 9526.0, 9561.0, 9522.0, 9549.0, 9494.0, 9552.0, 9565.0, 9504.0, 9542.0, 9515.0, 9513.0, 9548.0, 9463.0, 9502.0, 9439.0, 9464.0, 9485.0, 9458.0, 9471.0, 9458.0, 9496.0, 9470.0, 9503.0, 9513.0, 9507.0, 9530.0, 9509.0, 9520.0, 9513.0, 9555.0, 9539.0, 9548.0, 9557.0, 9491.0, 9539.0, 9468.0, 9503.0, 9467.0, 9477.0, 9469.0, 9510.0, 9491.0, 9554.0, 9519.0, 9551.0, 9483.0, 9519.0, 9484.0, 9517.0, 9496.0, 9538.0, 9457.0, 9507.0, 9551.0, 9474.0, 9507.0, 9460.0, 9485.0, 9459.0, 9474.0, 9476.0, 9531.0, 9458.0, 9556.0, 9497.0, 9485.0, 9505.0, 9501.0, 9496.0, 9493.0, 9569.0, 9523.0, 9553.0, 9503.0, 9518.0, 9540.0, 9473.0, 9526.0, 9495.0, 9519.0, 9480.0, 9531.0, 9493.0, 9552.0, 9540.0, 9500.0, 9501.0, 9466.0, 9480.0, 9485.0, 9483.0, 9485.0, 9513.0, 9487.0, 9531.0, 9491.0, 9570.0, 9504.0, 9543.0, 9481.0, 9514.0, 9469.0, 9532.0, 9544.0, 9497.0, 9514.0, 9492.0, 9527.0, 9507.0, 9516.0, 9550.0, 9534.0, 9539.0, 9546.0, 9514.0, 9551.0, 9516.0, 9567.0, 9502.0, 9532.0, 9490.0, 9466.0, 9487.0, 9492.0, 9492.0, 9477.0, 9505.0, 9461.0, 9497.0, 9494.0, 9475.0, 9497.0, 9492.0, 9515.0, 9509.0, 9506.0, 9524.0, 9509.0, 9495.0, 9553.0, 9510.0, 9541.0, 9548.0, 9511.0, 9535.0, 9473.0, 9531.0, 9557.0, 9500.0, 9528.0, 9468.0, 9498.0, 9508.0, 9470.0, 9523.0, 9465.0, 9496.0, 9502.0, 9469.0, 9510.0, 9471.0, 9518.0, 9475.0, 9521.0, 9529.0, 9510.0, 9564.0, 9505.0, 9520.0, 9540.0, 9492.0, 9530.0, 9489.0, 9517.0, 9472.0, 9518.0, 9543.0, 9492.0, 9529.0, 9490.0, 9513.0, 9490.0, 9531.0, 9499.0, 9516.0, 9553.0, 9500.0, 9541.0, 9481.0, 9498.0, 9534.0, 9483.0, 9525.0, 9465.0, 9514.0, 9486.0, 9518.0, 9512.0, 9493.0, 9514.0, 9486.0, 9515.0, 9466.0, 9521.0, 9525.0, 9488.0, 9511.0, 9486.0, 9546.0, 9499.0, 9500.0, 9535.0, 9470.0, 9524.0, 9466.0, 9482.0, 9505.0, 9483.0, 9522.0, 9464.0, 9480.0, 9467.0, 9497.0, 9473.0, 9476.0, 9491.0, 9505.0, 9512.0, 9579.0, 9500.0, 9516.0, 9451.0, 9495.0, 9517.0, 9466.0, 9522.0, 9469.0, 9503.0, 9466.0, 9521.0, 9476.0, 9494.0, 9447.0, 9476.0, 9484.0, 9477.0, 9519.0, 9471.0, 9474.0, 9509.0, 9446.0, 9499.0, 9444.0, 9472.0, 9481.0, 9464.0, 9487.0, 9460.0, 9510.0, 9463.0, 9498.0, 9470.0, 9520.0, 9515.0, 9492.0, 9515.0, 9503.0, 9527.0, 9467.0, 9513.0, 9482.0, 9514.0, 9554.0, 9488.0, 9534.0, 9485.0, 9544.0, 9479.0, 9496.0, 9503.0, 9470.0, 9492.0, 9483.0, 9509.0, 9465.0, 9481.0, 9515.0, 9467.0, 9493.0, 9465.0, 9496.0, 9463.0, 9471.0, 9514.0, 9485.0, 9499.0, 9503.0, 9502.0, 9491.0, 9536.0, 9503.0, 9538.0, 9477.0, 9535.0, 9562.0, 9521.0, 9548.0, 9513.0, 9501.0, 9553.0, 9472.0, 9526.0, 9478.0, 9483.0, 9504.0, 9468.0, 9497.0, 9475.0, 9515.0, 9482.0, 9505.0, 9541.0, 9506.0, 9502.0, 9485.0, 9515.0, 9467.0, 9516.0, 9511.0, 9491.0, 9528.0, 9491.0, 9545.0, 9468.0, 9517.0, 9551.0, 9468.0, 9505.0, 9465.0, 9510.0, 9476.0, 9482.0, 9490.0, 9464.0, 9491.0, 9464.0, 9496.0, 9493.0, 9468.0, 9508.0, 9487.0, 9511.0, 9469.0, 9517.0, 9523.0, 9487.0, 9513.0, 9485.0, 9541.0, 9485.0, 9516.0, 9540.0, 9487.0, 9524.0, 9473.0, 9526.0, 9480.0, 9497.0, 9506.0, 9468.0, 9545.0, 9489.0, 9487.0, 9493.0, 9482.0, 9510.0, 9465.0, 9512.0, 9521.0, 9485.0, 9494.0, 9487.0, 9534.0, 9472.0, 9516.0, 9531.0, 9507.0, 9515.0, 9485.0, 9532.0, 9501.0, 9491.0, 9513.0, 9490.0, 9489.0, 9504.0, 9549.0, 9507.0, 9536.0, 9547.0, 9518.0, 9539.0, 9513.0, 9554.0, 9491.0, 9558.0, 9506.0, 9535.0, 9493.0, 9537.0, 9512.0, 9516.0, 9482.0, 9541.0, 9525.0, 9522.0, 9503.0, 9600.0, 9537.0, 9568.0, 9564.0, 9520.0, 9525.0, 9471.0, 9483.0, 9500.0, 9462.0, 9473.0, 9446.0, 9503.0, 9458.0, 9478.0, 9473.0, 9470.0, 9486.0, 9515.0, 9533.0, 9489.0, 9494.0, 9490.0, 9529.0, 9511.0, 9532.0, 9546.0, 9544.0, 9562.0, 9564.0, 9515.0, 9569.0, 9502.0, 9520.0, 9553.0, 9486.0, 9542.0, 9470.0, 9502.0, 9553.0, 9485.0, 9527.0, 9484.0, 9495.0, 9503.0, 9466.0, 9477.0, 9449.0, 9498.0, 9466.0, 9499.0, 9470.0, 9491.0, 9489.0, 9525.0, 9547.0, 9540.0, 9534.0, 9497.0, 9536.0, 9495.0, 9551.0, 9545.0, 9519.0, 9562.0, 9485.0, 9528.0, 9494.0, 9481.0, 9552.0, 9481.0, 9502.0, 9470.0, 9474.0, 9466.0, 9477.0, 9486.0, 9469.0, 9515.0, 9491.0, 9563.0, 9504.0, 9549.0, 9502.0, 9516.0, 9538.0, 9500.0, 9536.0, 9469.0, 9512.0, 9474.0, 9540.0, 9527.0, 9492.0, 9490.0, 9462.0, 9456.0, 9461.0, 9462.0, 9467.0, 9484.0, 9469.0, 9517.0, 9478.0, 9520.0, 9529.0, 9521.0, 9513.0, 9489.0, 9518.0, 9486.0, 9502.0, 9472.0, 9518.0, 9473.0, 9520.0, 9539.0, 9486.0, 9512.0, 9460.0, 9498.0, 9504.0, 9467.0, 9492.0, 9469.0, 9482.0, 9490.0, 9515.0, 9471.0, 9517.0, 9499.0, 9519.0, 9508.0, 9522.0, 9532.0, 9506.0, 9542.0, 9505.0, 9532.0, 9498.0, 9515.0, 9452.0, 9496.0, 9553.0, 9481.0, 9533.0, 9478.0, 9507.0, 9446.0, 9491.0, 9528.0, 9461.0, 9496.0, 9431.0, 9501.0, 9445.0, 9489.0, 9498.0, 9476.0, 9484.0, 9448.0, 9521.0, 9458.0, 9493.0, 9482.0, 9450.0, 9462.0, 9469.0, 9509.0, 9465.0, 9496.0, 9505.0, 9472.0, 9485.0, 9487.0, 9488.0, 9485.0, 9534.0, 9492.0, 9534.0, 9516.0, 9520.0, 9541.0, 9491.0, 9546.0, 9488.0, 9518.0, 9514.0, 9491.0, 9516.0, 9490.0, 9503.0, 9475.0, 9504.0, 9523.0, 9508.0, 9513.0, 9491.0, 9517.0, 9514.0, 9532.0, 9526.0, 9519.0, 9511.0, 9538.0, 9500.0, 9523.0, 9561.0, 9541.0, 9561.0, 9562.0, 9532.0, 9560.0, 9504.0, 9554.0, 9499.0, 9535.0, 9457.0, 9481.0, 9472.0, 9524.0, 9469.0, 9484.0, 9503.0, 9464.0, 9487.0, 9479.0, 9497.0, 9454.0, 9513.0, 9451.0, 9498.0, 9511.0, 9470.0, 9481.0, 9455.0, 9512.0, 9469.0, 9516.0, 9548.0, 9511.0, 9502.0, 9470.0, 9512.0, 9469.0, 9516.0, 9504.0, 9471.0, 9482.0, 9489.0, 9490.0, 9479.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.0013134572784810126</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02932393441455696</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.908440521132206</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2126191375851154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9915724951227226</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8052.8481</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09917618805962167</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.487341772151899</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2796883732185944</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2049352201575205</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4741151228306806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1600147766675812</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00893463</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020978685468435287</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025202898308634758</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1264</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.12161453301565</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>26.9534</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.0687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.7345</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308399.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>821.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.6942</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.1489</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3589.9694</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3766.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4660.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.7129</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.96707056974992</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> |