=== 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-0021 --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-0021",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
139 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-04/func/sub-0021_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>7d142da5a782058370af619cc271b099</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:20:48.862500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999093, -0.0389907, 0.0171102, 0.040477, 0.994418, -0.0974413]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0944779</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>[4155, -7749, -7251, 471, 1, -151, -142, 56]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2d26843f-ab0b-4042-9288-748e96ab9648||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804935932159424, 0.10859687626361847, 0.03568141907453537, 109.25669860839844], [0.10460926592350006, 2.667950391769409, -0.26472270488739014, -93.41669464111328], [0.045905303210020065, 0.26142776012420654, 2.6867542266845703, -83.33163452148438], [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': ['182048.862500', '182049.322500', '182049.782500', '182050.242500', '182050.702500', '182051.162500', '182051.622500', '182052.082500', '182052.542500', '182053.002500', '182053.462500', '182053.922500', '182054.382500', '182054.842500', '182055.302500', '182055.762500', '182056.222500', '182056.682500', '182057.142500', '182057.602500', '182058.062500', '182058.522500', '182058.982500', '182059.442500', '182059.902500', '182100.362500', '182100.822500', '182101.282500', '182101.742500', '182102.202500', '182102.662500', '182103.122500', '182103.582500', '182104.042500', '182104.502500', '182104.962500', '182105.422500', '182105.882500', '182106.342500', '182106.802500', '182107.262500', '182107.722500', '182108.182500', '182108.642500', '182109.102500', '182109.562500', '182110.022500', '182110.482500', '182110.942500', '182111.402500', '182111.862500', '182112.322500', '182112.782500', '182113.242500', '182113.702500', '182114.162500', '182114.622500', '182115.082500', '182115.542500', '182116.002500', '182116.462500', '182116.922500', '182117.382500', '182117.842500', '182118.302500', '182118.762500', '182119.222500', '182119.682500', '182120.142500', '182120.602500', '182121.062500', '182121.522500', '182121.982500', '182122.442500', '182122.902500', '182123.362500', '182123.822500', '182124.282500', '182124.742500', '182125.202500', '182125.662500', '182126.122500', '182126.582500', '182127.042500', '182127.502500', '182127.962500', '182128.422500', '182128.882500', '182129.342500', '182129.802500', '182130.262500', '182130.722500', '182131.182500', '182131.642500', '182132.102500', '182132.562500', '182133.022500', '182133.482500', '182133.942500', '182134.402500', '182134.862500', '182135.322500', '182135.782500', '182136.242500', '182136.702500', '182137.162500', '182137.622500', '182138.082500', '182138.542500', '182139.002500', '182139.462500', '182139.922500', '182140.382500', '182140.842500', '182141.302500', '182141.762500', '182142.222500', '182142.682500', '182143.142500', '182143.602500', '182144.062500', '182144.522500', '182144.982500', '182145.442500', '182145.902500', '182146.362500', '182146.822500', '182147.282500', '182147.742500', '182148.202500', '182148.662500', '182149.122500', '182149.582500', '182150.042500', '182150.502500', '182150.962500', '182151.422500', '182151.882500', '182152.342500', '182152.802500', '182153.262500', '182153.722500', '182154.182500', '182154.642500', '182155.102500', '182155.562500', '182156.022500', '182156.482500', '182156.942500', '182157.402500', '182157.862500', '182158.322500', '182158.782500', '182159.242500', '182159.702500', '182200.162500', '182200.622500', '182201.082500', '182201.542500', '182202.002500', '182202.462500', '182202.922500', '182203.382500', '182203.842500', '182204.302500', '182204.762500', '182205.222500', '182205.682500', '182206.142500', '182206.602500', '182207.062500', '182207.522500', '182207.982500', '182208.442500', '182208.902500', '182209.362500', '182209.822500', '182210.282500', '182210.742500', '182211.202500', '182211.662500', '182212.122500', '182212.582500', '182213.042500', '182213.502500', '182213.962500', '182214.422500', '182214.882500', '182215.342500', '182215.802500', '182216.262500', '182216.722500', '182217.182500', '182217.642500', '182218.102500', '182218.562500', '182219.022500', '182219.482500', '182219.942500', '182220.402500', '182220.862500', '182221.322500', '182221.782500', '182222.242500', '182222.702500', '182223.162500', '182223.622500', '182224.082500', '182224.542500', '182225.002500', '182225.462500', '182225.922500', '182226.382500', '182226.842500', '182227.302500', '182227.762500', '182228.222500', '182228.682500', '182229.142500', '182229.602500', '182230.062500', '182230.522500', '182230.982500', '182231.442500', '182231.902500', '182232.362500', '182232.822500', '182233.282500', '182233.742500', '182234.202500', '182234.662500', '182235.122500', '182235.582500', '182236.042500', '182236.502500', '182236.962500', '182237.422500', '182237.882500', '182238.342500', '182238.802500', '182239.262500', '182239.722500', '182240.182500', '182240.642500', '182241.102500', '182241.562500', '182242.022500', '182242.482500', '182242.942500', '182243.402500', '182243.862500', '182244.322500', '182244.782500', '182245.242500', '182245.702500', '182246.162500', '182246.622500', '182247.082500', '182247.542500', '182248.002500', '182248.462500', '182248.922500', '182249.382500', '182249.842500', '182250.302500', '182250.762500', '182251.222500', '182251.682500', '182252.142500', '182252.602500', '182253.062500', '182253.522500', '182253.982500', '182254.442500', '182254.902500', '182255.362500', '182255.822500', '182256.282500', '182256.742500', '182257.202500', '182257.662500', '182258.122500', '182258.582500', '182259.042500', '182259.502500', '182259.962500', '182300.422500', '182300.882500', '182301.342500', '182301.802500', '182302.262500', '182302.722500', '182303.182500', '182303.642500', '182304.102500', '182304.562500', '182305.022500', '182305.482500', '182305.942500', '182306.402500', '182306.862500', '182307.322500', '182307.782500', '182308.242500', '182308.702500', '182309.162500', '182309.622500', '182310.082500', '182310.542500', '182311.002500', '182311.462500', '182311.922500', '182312.382500', '182312.842500', '182313.302500', '182313.762500', '182314.222500', '182314.682500', '182315.142500', '182315.602500', '182316.062500', '182316.522500', '182316.982500', '182317.442500', '182317.902500', '182318.362500', '182318.822500', '182319.282500', '182319.742500', '182320.202500', '182320.662500', '182321.122500', '182321.582500', '182322.042500', '182322.502500', '182322.962500', '182323.422500', '182323.882500', '182324.342500', '182324.802500', '182325.262500', '182325.722500', '182326.182500', '182326.642500', '182327.102500', '182327.562500', '182328.022500', '182328.482500', '182328.942500', '182329.402500', '182329.862500', '182330.322500', '182330.782500', '182331.242500', '182331.702500', '182332.162500', '182332.622500', '182333.082500', '182333.542500', '182334.002500', '182334.462500', '182334.922500', '182335.382500', '182335.842500', '182336.302500', '182336.762500', '182337.222500', '182337.682500', '182338.142500', '182338.602500', '182339.062500', '182339.522500', '182339.982500', '182340.442500', '182340.902500', '182341.362500', '182341.822500', '182342.282500', '182342.742500', '182343.202500', '182343.662500', '182344.122500', '182344.582500', '182345.042500', '182345.502500', '182345.962500', '182346.422500', '182346.882500', '182347.342500', '182347.802500', '182348.262500', '182348.722500', '182349.182500', '182349.642500', '182350.102500', '182350.562500', '182351.022500', '182351.482500', '182351.942500', '182352.402500', '182352.862500', '182353.322500', '182353.782500', '182354.242500', '182354.702500', '182355.162500', '182355.622500', '182356.082500', '182356.542500', '182357.002500', '182357.462500', '182357.922500', '182358.382500', '182358.842500', '182359.302500', '182359.762500', '182400.222500', '182400.682500', '182401.142500', '182401.602500', '182402.062500', '182402.522500', '182402.982500', '182403.442500', '182403.902500', '182404.362500', '182404.822500', '182405.282500', '182405.742500', '182406.202500', '182406.662500', '182407.122500', '182407.582500', '182408.042500', '182408.502500', '182408.962500', '182409.422500', '182409.882500', '182410.342500', '182410.802500', '182411.262500', '182411.722500', '182412.182500', '182412.642500', '182413.102500', '182413.562500', '182414.022500', '182414.482500', '182414.942500', '182415.402500', '182415.862500', '182416.322500', '182416.782500', '182417.242500', '182417.702500', '182418.162500', '182418.622500', '182419.082500', '182419.542500', '182420.002500', '182420.462500', '182420.922500', '182421.382500', '182421.842500', '182422.302500', '182422.762500', '182423.222500', '182423.682500', '182424.142500', '182424.602500', '182425.062500', '182425.522500', '182425.982500', '182426.442500', '182426.902500', '182427.362500', '182427.822500', '182428.282500', '182428.742500', '182429.202500', '182429.662500', '182430.122500', '182430.582500', '182431.042500', '182431.502500', '182431.962500', '182432.422500', '182432.882500', '182433.342500', '182433.802500', '182434.262500', '182434.722500', '182435.182500', '182435.642500', '182436.102500', '182436.562500', '182437.022500', '182437.482500', '182437.942500', '182438.402500', '182438.862500', '182439.322500', '182439.782500', '182440.242500', '182440.702500', '182441.162500', '182441.622500', '182442.082500', '182442.542500', '182443.002500', '182443.462500', '182443.922500', '182444.382500', '182444.842500', '182445.302500', '182445.762500', '182446.222500', '182446.682500', '182447.142500', '182447.602500', '182448.062500', '182448.522500', '182448.982500', '182449.442500', '182449.902500', '182450.362500', '182450.822500', '182451.282500', '182451.742500', '182452.202500', '182452.662500', '182453.122500', '182453.582500', '182454.042500', '182454.502500', '182454.962500', '182455.422500', '182455.882500', '182456.342500', '182456.802500', '182457.262500', '182457.722500', '182458.182500', '182458.642500', '182459.102500', '182459.562500', '182500.022500', '182500.482500', '182500.942500', '182501.402500', '182501.862500', '182502.322500', '182502.782500', '182503.242500', '182503.702500', '182504.162500', '182504.622500', '182505.082500', '182505.542500', '182506.002500', '182506.462500', '182506.922500', '182507.382500', '182507.842500', '182508.302500', '182508.762500', '182509.222500', '182509.682500', '182510.142500', '182510.602500', '182511.062500', '182511.522500', '182511.982500', '182512.442500', '182512.902500', '182513.362500', '182513.822500', '182514.282500', '182514.742500', '182515.202500', '182515.662500', '182516.122500', '182516.582500', '182517.042500', '182517.502500', '182517.962500', '182518.422500', '182518.882500', '182519.342500', '182519.802500', '182520.262500', '182520.722500', '182521.182500', '182521.642500', '182522.102500', '182522.562500', '182523.022500', '182523.482500', '182523.942500', '182524.402500', '182524.862500', '182525.322500', '182525.782500', '182526.242500', '182526.702500', '182527.162500', '182527.622500', '182528.082500', '182528.542500', '182529.002500', '182529.462500', '182529.922500', '182530.382500', '182530.842500', '182531.302500', '182531.762500', '182532.222500', '182532.682500', '182533.142500', '182533.602500', '182534.062500', '182534.522500', '182534.982500', '182535.442500', '182535.902500', '182536.362500', '182536.822500', '182537.282500', '182537.742500', '182538.202500', '182538.662500', '182539.122500', '182539.582500', '182540.042500', '182540.502500', '182540.962500', '182541.422500', '182541.882500', '182542.342500', '182542.802500', '182543.262500', '182543.722500', '182544.182500', '182544.642500', '182545.102500', '182545.562500', '182546.022500', '182546.482500', '182546.942500', '182547.402500', '182547.862500', '182548.322500', '182548.782500', '182549.242500', '182549.702500', '182550.162500', '182550.622500', '182551.082500', '182551.542500', '182552.002500', '182552.462500', '182552.922500', '182553.382500', '182553.842500', '182554.302500', '182554.762500', '182555.222500', '182555.682500', '182556.142500', '182556.602500', '182557.062500', '182557.522500', '182557.982500', '182558.442500', '182558.902500', '182559.362500', '182559.822500', '182600.282500', '182600.742500', '182601.202500', '182601.662500', '182602.122500', '182602.582500', '182603.042500', '182603.502500', '182603.962500', '182604.422500', '182604.882500', '182605.342500', '182605.802500', '182606.262500', '182606.722500', '182607.182500', '182607.642500', '182608.102500', '182608.562500', '182609.022500', '182609.482500', '182609.942500', '182610.402500', '182610.862500', '182611.322500', '182611.782500', '182612.242500', '182612.702500', '182613.162500', '182613.622500', '182614.082500', '182614.542500', '182615.002500', '182615.462500', '182615.922500', '182616.382500', '182616.842500', '182617.302500', '182617.762500', '182618.222500', '182618.682500', '182619.142500', '182619.602500', '182620.062500', '182620.522500', '182620.982500', '182621.442500', '182621.902500', '182622.362500', '182622.822500', '182623.282500', '182623.742500', '182624.202500', '182624.662500', '182625.122500', '182625.582500', '182626.042500', '182626.502500', '182626.962500', '182627.422500', '182627.882500', '182628.342500', '182628.802500', '182629.262500', '182629.722500', '182630.182500', '182630.642500', '182631.102500', '182631.562500', '182632.022500', '182632.482500', '182632.942500', '182633.402500', '182633.862500', '182634.322500', '182634.782500', '182635.242500', '182635.702500', '182636.162500', '182636.622500', '182637.082500', '182637.542500', '182638.002500', '182638.462500', '182638.922500', '182639.382500', '182639.842500', '182640.302500', '182640.762500', '182641.222500', '182641.682500', '182642.142500', '182642.602500', '182643.062500', '182643.522500', '182643.982500', '182644.442500', '182644.902500', '182645.362500', '182645.822500', '182646.282500', '182646.742500', '182647.202500', '182647.662500', '182648.122500', '182648.582500', '182649.042500', '182649.502500', '182649.962500', '182650.422500', '182650.882500', '182651.342500', '182651.802500', '182652.262500', '182652.722500', '182653.182500', '182653.642500', '182654.102500', '182654.562500', '182655.022500', '182655.482500', '182655.942500', '182656.402500', '182656.862500', '182657.322500', '182657.782500', '182658.242500', '182658.702500', '182659.162500', '182659.622500', '182700.082500', '182700.542500', '182701.002500', '182701.462500', '182701.922500', '182702.382500', '182702.842500', '182703.302500', '182703.762500', '182704.222500', '182704.682500', '182705.142500', '182705.602500', '182706.062500', '182706.522500', '182706.982500', '182707.442500', '182707.902500', '182708.362500', '182708.822500', '182709.282500', '182709.742500', '182710.202500', '182710.662500', '182711.122500', '182711.582500', '182712.042500', '182712.502500', '182712.962500', '182713.422500', '182713.882500', '182714.342500', '182714.802500', '182715.262500', '182715.722500', '182716.182500', '182716.642500', '182717.102500', '182717.562500', '182718.022500', '182718.482500', '182718.942500', '182719.402500', '182719.862500', '182720.322500', '182720.782500', '182721.242500', '182721.702500', '182722.162500', '182722.622500', '182723.082500', '182723.542500', '182724.002500', '182724.462500', '182724.922500', '182725.382500', '182725.842500', '182726.302500', '182726.762500', '182727.222500', '182727.682500', '182728.142500', '182728.602500', '182729.062500', '182729.522500', '182729.982500', '182730.442500', '182730.902500', '182731.362500', '182731.822500', '182732.282500', '182732.742500', '182733.202500', '182733.662500', '182734.122500', '182734.582500', '182735.042500', '182735.502500', '182735.962500', '182736.422500', '182736.882500', '182737.342500', '182737.802500', '182738.262500', '182738.722500', '182739.182500', '182739.642500', '182740.102500', '182740.562500', '182741.022500', '182741.482500', '182741.942500', '182742.402500', '182742.862500', '182743.322500', '182743.782500', '182744.242500', '182744.702500', '182745.162500', '182745.622500', '182746.082500', '182746.542500', '182747.002500', '182747.462500', '182747.922500', '182748.382500', '182748.842500', '182749.302500', '182749.762500', '182750.222500', '182750.682500', '182751.142500', '182751.602500', '182752.062500', '182752.522500', '182752.982500', '182753.442500', '182753.902500', '182754.362500', '182754.822500', '182755.282500', '182755.742500', '182756.202500', '182756.662500', '182757.122500', '182757.582500', '182758.042500', '182758.502500', '182758.962500', '182759.422500', '182759.882500', '182800.342500', '182800.802500', '182801.262500', '182801.722500', '182802.182500', '182802.642500', '182803.102500', '182803.562500', '182804.022500', '182804.482500', '182804.942500', '182805.402500', '182805.862500', '182806.322500', '182806.782500', '182807.242500', '182807.702500', '182808.162500', '182808.622500', '182809.082500', '182809.542500', '182810.002500', '182810.462500', '182810.922500', '182811.382500', '182811.842500', '182812.302500', '182812.762500', '182813.222500', '182813.682500', '182814.142500', '182814.602500', '182815.062500', '182815.522500', '182815.982500', '182816.442500', '182816.902500', '182817.362500', '182817.822500', '182818.282500', '182818.742500', '182819.202500', '182819.662500', '182820.122500', '182820.582500', '182821.042500', '182821.502500', '182821.962500', '182822.422500', '182822.882500', '182823.342500', '182823.802500', '182824.262500', '182824.722500', '182825.182500', '182825.642500', '182826.102500', '182826.562500', '182827.022500', '182827.482500', '182827.942500', '182828.402500', '182828.862500', '182829.322500', '182829.782500', '182830.242500', '182830.702500', '182831.162500', '182831.622500', '182832.082500', '182832.542500', '182833.002500', '182833.462500', '182833.922500', '182834.382500', '182834.842500', '182835.302500', '182835.762500', '182836.222500', '182836.682500', '182837.142500', '182837.602500', '182838.062500', '182838.522500', '182838.982500', '182839.442500', '182839.902500', '182840.362500', '182840.822500', '182841.282500', '182841.742500', '182842.202500', '182842.662500', '182843.122500', '182843.582500', '182844.042500', '182844.502500', '182844.962500', '182845.422500', '182845.882500', '182846.342500', '182846.802500', '182847.262500', '182847.722500', '182848.182500', '182848.642500', '182849.102500', '182849.562500', '182850.022500', '182850.482500', '182850.942500', '182851.402500', '182851.862500', '182852.322500', '182852.782500', '182853.242500', '182853.702500', '182854.162500', '182854.622500', '182855.082500', '182855.542500', '182856.002500', '182856.462500', '182856.922500', '182857.382500', '182857.842500', '182858.302500', '182858.762500', '182859.222500', '182859.682500', '182900.142500', '182900.602500', '182901.062500', '182901.522500', '182901.982500', '182902.442500', '182902.902500', '182903.362500', '182903.822500', '182904.282500', '182904.742500', '182905.202500', '182905.662500', '182906.122500', '182906.582500', '182907.042500', '182907.502500', '182907.962500', '182908.422500', '182908.882500', '182909.342500', '182909.802500', '182910.262500', '182910.722500', '182911.182500', '182911.642500', '182912.102500', '182912.562500', '182913.022500', '182913.482500', '182913.942500', '182914.402500', '182914.862500', '182915.322500', '182915.782500', '182916.242500', '182916.702500', '182917.162500', '182917.622500', '182918.082500', '182918.542500', '182919.002500', '182919.462500', '182919.922500', '182920.382500', '182920.842500', '182921.302500', '182921.762500', '182922.222500', '182922.682500', '182923.142500', '182923.602500', '182924.062500', '182924.522500', '182924.982500', '182925.442500', '182925.902500', '182926.362500', '182926.822500', '182927.282500', '182927.742500', '182928.202500', '182928.662500', '182929.122500', '182929.582500', '182930.042500', '182930.502500', '182930.962500', '182931.422500', '182931.882500', '182932.342500', '182932.802500', '182933.262500', '182933.722500', '182934.182500', '182934.642500', '182935.102500', '182935.562500', '182936.022500', '182936.482500', '182936.942500', '182937.402500', '182937.862500', '182938.322500', '182938.782500', '182939.242500', '182939.702500', '182940.162500', '182940.622500', '182941.082500', '182941.542500', '182942.002500', '182942.462500', '182942.922500', '182943.382500', '182943.842500', '182944.302500', '182944.762500', '182945.222500', '182945.682500', '182946.142500', '182946.602500', '182947.062500', '182947.522500', '182947.982500', '182948.442500', '182948.902500', '182949.362500', '182949.822500', '182950.282500', '182950.742500', '182951.202500', '182951.662500', '182952.122500', '182952.582500', '182953.042500', '182953.502500', '182953.962500', '182954.422500', '182954.882500', '182955.342500', '182955.802500', '182956.262500', '182956.722500', '182957.182500', '182957.642500', '182958.102500', '182958.562500', '182959.022500', '182959.482500', '182959.942500', '183000.402500', '183000.862500', '183001.322500', '183001.782500', '183002.242500', '183002.702500', '183003.162500', '183003.622500', '183004.082500', '183004.542500', '183005.002500', '183005.462500', '183005.922500', '183006.382500', '183006.842500', '183007.302500', '183007.762500', '183008.222500', '183008.682500', '183009.142500', '183009.602500', '183010.062500', '183010.522500', '183010.982500', '183011.442500', '183011.902500', '183012.362500', '183012.822500', '183013.282500', '183013.742500', '183014.202500', '183014.662500', '183015.122500', '183015.582500', '183016.042500', '183016.502500', '183016.962500', '183017.422500', '183017.882500', '183018.342500', '183018.802500', '183019.262500', '183019.722500', '183020.182500', '183020.642500', '183021.102500', '183021.562500', '183022.022500', '183022.482500', '183022.942500', '183023.402500', '183023.862500', '183024.322500', '183024.782500', '183025.242500', '183025.702500', '183026.162500', '183026.622500', '183027.082500', '183027.542500', '183028.002500', '183028.462500', '183028.922500', '183029.382500', '183029.842500', '183030.302500', '183030.762500', '183031.222500', '183031.682500'], 'ContentTime': ['182100.476000', '182100.480000', '182100.483000', '182100.485000', '182100.488000', '182100.491000', '182100.497000', '182100.500000', '182100.502000', '182100.505000', '182100.508000', '182100.511000', '182100.514000', '182100.516000', '182100.519000', '182100.522000', '182100.525000', '182100.528000', '182100.530000', '182100.533000', '182100.536000', '182100.548000', '182100.551000', '182120.440000', '182120.443000', '182120.445000', '182120.448000', '182120.451000', '182120.454000', '182120.457000', '182120.459000', '182120.462000', '182120.465000', '182120.468000', '182120.471000', '182120.473000', '182120.476000', '182120.479000', '182120.482000', '182120.485000', '182120.488000', '182120.490000', '182120.493000', '182120.496000', '182120.499000', '182120.502000', '182120.504000', '182120.507000', '182120.510000', '182120.513000', '182120.516000', '182120.518000', '182120.521000', '182120.524000', '182120.527000', '182120.530000', '182120.533000', '182120.536000', '182120.538000', '182120.541000', '182120.544000', '182120.547000', '182120.550000', '182120.552000', '182120.555000', '182120.558000', '182120.561000', '182140.440000', '182140.443000', '182140.446000', '182140.448000', '182140.451000', '182140.454000', '182140.457000', '182140.460000', '182140.462000', '182140.465000', '182140.468000', '182140.471000', '182140.474000', '182140.476000', '182140.479000', '182140.482000', '182140.485000', '182140.488000', '182140.491000', '182140.493000', '182140.496000', '182140.500000', '182140.503000', '182140.506000', '182140.509000', '182140.512000', '182140.515000', '182140.517000', '182140.520000', '182140.523000', '182140.526000', '182140.529000', '182140.531000', '182140.534000', '182140.537000', '182140.540000', '182140.543000', '182140.545000', '182140.548000', '182140.551000', '182140.554000', '182140.557000', '182140.560000', '182200.440000', '182200.443000', '182200.455000', '182200.458000', '182200.461000', '182200.464000', '182200.467000', '182200.470000', '182200.472000', '182200.475000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.489000', '182200.492000', '182200.495000', '182200.498000', '182200.501000', '182200.503000', '182200.506000', '182200.509000', '182200.512000', '182200.515000', '182200.517000', '182200.520000', '182200.523000', '182200.526000', '182200.529000', '182200.532000', '182200.535000', '182200.537000', '182200.540000', '182200.543000', '182200.546000', '182200.549000', '182200.551000', '182200.554000', '182200.557000', '182200.560000', '182200.563000', '182200.566000', '182200.568000', '182200.571000', '182220.441000', '182220.444000', '182220.447000', '182220.450000', '182220.452000', '182220.455000', '182220.458000', '182220.461000', '182220.464000', '182220.467000', '182220.469000', '182220.472000', '182220.475000', '182220.478000', '182220.481000', '182220.484000', '182220.486000', '182220.489000', '182220.492000', '182220.495000', '182220.498000', '182220.501000', '182220.503000', '182220.506000', '182220.509000', '182220.512000', '182220.515000', '182220.518000', '182220.520000', '182220.523000', '182220.526000', '182220.529000', '182220.532000', '182220.535000', '182220.537000', '182220.540000', '182220.543000', '182220.546000', '182220.549000', '182220.552000', '182220.555000', '182220.557000', '182220.560000', '182240.441000', '182240.444000', '182240.447000', '182240.449000', '182240.452000', '182240.455000', '182240.458000', '182240.461000', '182240.464000', '182240.466000', '182240.469000', '182240.472000', '182240.475000', '182240.478000', '182240.481000', '182240.483000', '182240.486000', '182240.489000', '182240.492000', '182240.495000', '182240.497000', '182240.500000', '182240.503000', '182240.506000', '182240.509000', '182240.512000', '182240.514000', '182240.517000', '182240.520000', '182240.523000', '182240.526000', '182240.529000', '182240.532000', '182240.534000', '182240.537000', '182240.540000', '182240.543000', '182240.546000', '182240.549000', '182240.551000', '182240.554000', '182240.557000', '182240.560000', '182240.563000', '182300.441000', '182300.444000', '182300.447000', '182300.449000', '182300.452000', '182300.455000', '182300.458000', '182300.461000', '182300.463000', '182300.466000', '182300.469000', '182300.472000', '182300.475000', '182300.478000', '182300.480000', '182300.483000', '182300.486000', '182300.489000', '182300.492000', '182300.495000', '182300.497000', '182300.500000', '182300.503000', '182300.506000', '182300.509000', '182300.512000', '182300.514000', '182300.517000', '182300.520000', '182300.523000', '182300.526000', '182300.529000', '182300.532000', '182300.535000', '182300.538000', '182300.542000', '182300.545000', '182300.548000', '182300.550000', '182300.553000', '182300.556000', '182300.559000', '182300.562000', '182320.440000', '182320.443000', '182320.446000', '182320.448000', '182320.451000', '182320.454000', '182320.457000', '182320.460000', '182320.462000', '182320.465000', '182320.468000', '182320.471000', '182320.474000', '182320.477000', '182320.479000', '182320.482000', '182320.485000', '182320.488000', '182320.491000', '182320.494000', '182320.497000', '182320.499000', '182320.502000', '182320.506000', '182320.509000', '182320.511000', '182320.514000', '182320.517000', '182320.520000', '182320.523000', '182320.526000', '182320.529000', '182320.531000', '182320.534000', '182320.537000', '182320.540000', '182320.543000', '182320.546000', '182320.548000', '182320.551000', '182320.554000', '182320.572000', '182320.575000', '182320.578000', '182340.440000', '182340.443000', '182340.446000', '182340.448000', '182340.451000', '182340.454000', '182340.457000', '182340.460000', '182340.463000', '182340.466000', '182340.468000', '182340.471000', '182340.474000', '182340.477000', '182340.480000', '182340.483000', '182340.485000', '182340.488000', '182340.491000', '182340.494000', '182340.497000', '182340.500000', '182340.503000', '182340.505000', '182340.508000', '182340.511000', '182340.514000', '182340.517000', '182340.520000', '182340.523000', '182340.525000', '182340.528000', '182340.531000', '182340.534000', '182340.537000', '182340.539000', '182340.542000', '182340.545000', '182340.548000', '182340.551000', '182340.554000', '182340.556000', '182340.559000', '182400.440000', '182400.443000', '182400.446000', '182400.449000', '182400.451000', '182400.454000', '182400.457000', '182400.460000', '182400.463000', '182400.465000', '182400.468000', '182400.471000', '182400.474000', '182400.477000', '182400.480000', '182400.482000', '182400.485000', '182400.488000', '182400.491000', '182400.494000', '182400.497000', '182400.499000', '182400.502000', '182400.505000', '182400.508000', '182400.511000', '182400.514000', '182400.517000', '182400.519000', '182400.522000', '182400.525000', '182400.528000', '182400.531000', '182400.534000', '182400.536000', '182400.539000', '182400.542000', '182400.545000', '182400.548000', '182400.551000', '182400.553000', '182400.556000', '182400.559000', '182400.562000', '182420.440000', '182420.443000', '182420.446000', '182420.449000', '182420.451000', '182420.454000', '182420.457000', '182420.460000', '182420.463000', '182420.465000', '182420.468000', '182420.471000', '182420.474000', '182420.477000', '182420.480000', '182420.482000', '182420.485000', '182420.488000', '182420.491000', '182420.494000', '182420.497000', '182420.499000', '182420.502000', '182420.505000', '182420.508000', '182420.511000', '182420.514000', '182420.516000', '182420.519000', '182420.522000', '182420.525000', '182420.528000', '182420.531000', '182420.533000', '182420.536000', '182420.539000', '182420.542000', '182420.545000', '182420.548000', '182420.550000', '182420.553000', '182420.556000', '182420.559000', '182440.441000', '182440.444000', '182440.447000', '182440.449000', '182440.453000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182440.476000', '182440.479000', '182440.481000', '182440.484000', '182440.487000', '182440.490000', '182440.493000', '182440.496000', '182440.499000', '182440.501000', '182440.504000', '182440.507000', '182440.510000', '182440.513000', '182440.516000', '182440.519000', '182440.521000', '182440.524000', '182440.527000', '182440.530000', '182440.533000', '182440.536000', '182440.538000', '182440.541000', '182440.544000', '182440.547000', '182440.550000', '182440.553000', '182440.555000', '182440.558000', '182440.561000', '182440.564000', '182500.441000', '182500.444000', '182500.447000', '182500.449000', '182500.452000', '182500.455000', '182500.458000', '182500.461000', '182500.464000', '182500.467000', '182500.469000', '182500.472000', '182500.475000', '182500.478000', '182500.481000', '182500.484000', '182500.486000', '182500.489000', '182500.492000', '182500.495000', '182500.498000', '182500.501000', '182500.503000', '182500.517000', '182500.520000', '182500.523000', '182500.526000', '182500.529000', '182500.532000', '182500.535000', '182500.537000', '182500.540000', '182500.543000', '182500.546000', '182500.549000', '182500.552000', '182500.554000', '182500.557000', '182500.560000', '182500.563000', '182500.566000', '182500.569000', '182500.572000', '182500.574000', '182520.442000', '182520.445000', '182520.448000', '182520.451000', '182520.453000', '182520.456000', '182520.459000', '182520.462000', '182520.465000', '182520.468000', '182520.470000', '182520.473000', '182520.476000', '182520.479000', '182520.482000', '182520.485000', '182520.488000', '182520.490000', '182520.493000', '182520.496000', '182520.499000', '182520.502000', '182520.505000', '182520.508000', '182520.510000', '182520.513000', '182520.516000', '182520.519000', '182520.522000', '182520.525000', '182520.527000', '182520.530000', '182520.533000', '182520.536000', '182520.539000', '182520.542000', '182520.545000', '182520.548000', '182520.550000', '182520.553000', '182520.556000', '182520.559000', '182520.562000', '182540.440000', '182540.443000', '182540.446000', '182540.449000', '182540.452000', '182540.454000', '182540.457000', '182540.460000', '182540.463000', '182540.466000', '182540.469000', '182540.472000', '182540.474000', '182540.477000', '182540.480000', '182540.483000', '182540.486000', '182540.489000', '182540.492000', '182540.494000', '182540.497000', '182540.500000', '182540.503000', '182540.506000', '182540.509000', '182540.512000', '182540.515000', '182540.517000', '182540.520000', '182540.523000', '182540.526000', '182540.529000', '182540.532000', '182540.534000', '182540.537000', '182540.540000', '182540.543000', '182540.546000', '182540.549000', '182540.551000', '182540.554000', '182540.557000', '182540.560000', '182540.563000', '182600.440000', '182600.443000', '182600.446000', '182600.449000', '182600.451000', '182600.454000', '182600.457000', '182600.460000', '182600.463000', '182600.466000', '182600.469000', '182600.471000', '182600.474000', '182600.477000', '182600.480000', '182600.483000', '182600.486000', '182600.489000', '182600.491000', '182600.494000', '182600.497000', '182600.500000', '182600.503000', '182600.506000', '182600.509000', '182600.512000', '182600.514000', '182600.517000', '182600.520000', '182600.523000', '182600.526000', '182600.529000', '182600.531000', '182600.534000', '182600.537000', '182600.540000', '182600.543000', '182600.546000', '182600.549000', '182600.551000', '182600.554000', '182600.557000', '182600.560000', '182620.440000', '182620.443000', '182620.446000', '182620.449000', '182620.452000', '182620.454000', '182620.457000', '182620.460000', '182620.463000', '182620.466000', '182620.469000', '182620.472000', '182620.474000', '182620.477000', '182620.480000', '182620.483000', '182620.486000', '182620.488000', '182620.491000', '182620.494000', '182620.497000', '182620.500000', '182620.503000', '182620.505000', '182620.508000', '182620.513000', '182620.516000', '182620.519000', '182620.522000', '182620.525000', '182620.528000', '182620.530000', '182620.533000', '182620.536000', '182620.539000', '182620.542000', '182620.545000', '182620.548000', '182620.550000', '182620.553000', '182620.556000', '182620.559000', '182620.562000', '182620.565000', '182640.440000', '182640.443000', '182640.446000', '182640.449000', '182640.451000', '182640.454000', '182640.457000', '182640.460000', '182640.463000', '182640.466000', '182640.469000', '182640.472000', '182640.475000', '182640.478000', '182640.481000', '182640.483000', '182640.486000', '182640.489000', '182640.492000', '182640.495000', '182640.498000', '182640.500000', '182640.503000', '182640.506000', '182640.509000', '182640.512000', '182640.515000', '182640.517000', '182640.520000', '182640.523000', '182640.526000', '182640.529000', '182640.532000', '182640.534000', '182640.537000', '182640.540000', '182640.543000', '182640.546000', '182640.548000', '182640.551000', '182640.554000', '182640.557000', '182640.560000', '182700.441000', '182700.444000', '182700.447000', '182700.450000', '182700.452000', '182700.455000', '182700.458000', '182700.461000', '182700.464000', '182700.466000', '182700.469000', '182700.472000', '182700.475000', '182700.478000', '182700.481000', '182700.483000', '182700.486000', '182700.489000', '182700.492000', '182700.495000', '182700.498000', '182700.501000', '182700.504000', '182700.507000', '182700.509000', '182700.512000', '182700.515000', '182700.518000', '182700.521000', '182700.524000', '182700.526000', '182700.529000', '182700.532000', '182700.535000', '182700.538000', '182700.541000', '182700.543000', '182700.546000', '182700.549000', '182700.552000', '182700.555000', '182700.558000', '182700.560000', '182700.563000', '182720.441000', '182720.444000', '182720.447000', '182720.450000', '182720.453000', '182720.456000', '182720.458000', '182720.461000', '182720.464000', '182720.467000', '182720.470000', '182720.473000', '182720.475000', '182720.478000', '182720.481000', '182720.484000', '182720.487000', '182720.490000', '182720.493000', '182720.495000', '182720.498000', '182720.501000', '182720.504000', '182720.507000', '182720.512000', '182720.515000', '182720.518000', '182720.521000', '182720.523000', '182720.526000', '182720.529000', '182720.532000', '182720.535000', '182720.538000', '182720.540000', '182720.543000', '182720.546000', '182720.549000', '182720.552000', '182720.555000', '182720.557000', '182720.560000', '182720.563000', '182740.440000', '182740.443000', '182740.446000', '182740.449000', '182740.452000', '182740.454000', '182740.457000', '182740.460000', '182740.463000', '182740.466000', '182740.469000', '182740.471000', '182740.474000', '182740.477000', '182740.480000', '182740.483000', '182740.486000', '182740.489000', '182740.491000', '182740.494000', '182740.497000', '182740.500000', '182740.503000', '182740.506000', '182740.508000', '182740.511000', '182740.514000', '182740.517000', '182740.520000', '182740.523000', '182740.525000', '182740.528000', '182740.531000', '182740.534000', '182740.537000', '182740.540000', '182740.542000', '182740.545000', '182740.548000', '182740.551000', '182740.554000', '182740.557000', '182740.559000', '182740.562000', '182800.453000', '182800.456000', '182800.459000', '182800.462000', '182800.464000', '182800.467000', '182800.470000', '182800.473000', '182800.476000', '182800.479000', '182800.481000', '182800.484000', '182800.487000', '182800.490000', '182800.493000', '182800.495000', '182800.498000', '182800.501000', '182800.504000', '182800.507000', '182800.510000', '182800.513000', '182800.516000', '182800.518000', '182800.521000', '182800.524000', '182800.527000', '182800.530000', '182800.533000', '182800.536000', '182800.538000', '182800.541000', '182800.545000', '182800.548000', '182800.550000', '182800.553000', '182800.556000', '182800.559000', '182800.562000', '182800.565000', '182800.568000', '182800.571000', '182800.573000', '182820.440000', '182820.443000', '182820.446000', '182820.449000', '182820.452000', '182820.455000', '182820.458000', '182820.461000', '182820.463000', '182820.466000', '182820.469000', '182820.472000', '182820.475000', '182820.477000', '182820.480000', '182820.483000', '182820.486000', '182820.489000', '182820.492000', '182820.494000', '182820.497000', '182820.500000', '182820.503000', '182820.506000', '182820.509000', '182820.512000', '182820.514000', '182820.517000', '182820.520000', '182820.523000', '182820.526000', '182820.529000', '182820.532000', '182820.534000', '182820.537000', '182820.540000', '182820.543000', '182820.546000', '182820.549000', '182820.551000', '182820.554000', '182820.557000', '182820.560000', '182820.563000', '182840.440000', '182840.443000', '182840.446000', '182840.448000', '182840.451000', '182840.454000', '182840.458000', '182840.461000', '182840.463000', '182840.466000', '182840.469000', '182840.472000', '182840.475000', '182840.478000', '182840.481000', '182840.483000', '182840.486000', '182840.489000', '182840.492000', '182840.495000', '182840.498000', '182840.500000', '182840.503000', '182840.506000', '182840.509000', '182840.512000', '182840.515000', '182840.518000', '182840.520000', '182840.523000', '182840.526000', '182840.529000', '182840.532000', '182840.535000', '182840.540000', '182840.544000', '182840.547000', '182840.550000', '182840.552000', '182840.555000', '182840.558000', '182840.561000', '182840.564000', '182900.440000', '182900.443000', '182900.446000', '182900.449000', '182900.451000', '182900.454000', '182900.457000', '182900.460000', '182900.463000', '182900.465000', '182900.468000', '182900.471000', '182900.474000', '182900.477000', '182900.480000', '182900.482000', '182900.485000', '182900.488000', '182900.491000', '182900.494000', '182900.497000', '182900.499000', '182900.502000', '182900.505000', '182900.508000', '182900.511000', '182900.514000', '182900.516000', '182900.519000', '182900.522000', '182900.525000', '182900.528000', '182900.531000', '182900.534000', '182900.536000', '182900.539000', '182900.542000', '182900.545000', '182900.548000', '182900.551000', '182900.554000', '182900.556000', '182900.559000', '182900.562000', '182920.441000', '182920.444000', '182920.447000', '182920.450000', '182920.452000', '182920.455000', '182920.458000', '182920.461000', '182920.464000', '182920.467000', '182920.470000', '182920.473000', '182920.476000', '182920.479000', '182920.482000', '182920.485000', '182920.488000', '182920.492000', '182920.495000', '182920.497000', '182920.500000', '182920.503000', '182920.506000', '182920.509000', '182920.512000', '182920.515000', '182920.518000', '182920.521000', '182920.524000', '182920.527000', '182920.529000', '182920.532000', '182920.535000', '182920.538000', '182920.541000', '182920.544000', '182920.547000', '182920.550000', '182920.553000', '182920.556000', '182920.559000', '182920.562000', '182920.565000', '182940.441000', '182940.444000', '182940.447000', '182940.450000', '182940.452000', '182940.455000', '182940.458000', '182940.461000', '182940.464000', '182940.467000', '182940.469000', '182940.472000', '182940.475000', '182940.478000', '182940.481000', '182940.484000', '182940.487000', '182940.490000', '182940.493000', '182940.496000', '182940.499000', '182940.502000', '182940.505000', '182940.507000', '182940.510000', '182940.513000', '182940.516000', '182940.519000', '182940.522000', '182940.525000', '182940.527000', '182940.530000', '182940.533000', '182940.536000', '182940.539000', '182940.542000', '182940.544000', '182940.547000', '182940.550000', '182940.553000', '182940.556000', '182940.559000', '182940.562000', '182940.565000', '183000.440000', '183000.443000', '183000.446000', '183000.449000', '183000.451000', '183000.454000', '183000.457000', '183000.460000', '183000.463000', '183000.466000', '183000.469000', '183000.471000', '183000.474000', '183000.477000', '183000.480000', '183000.483000', '183000.486000', '183000.488000', '183000.491000', '183000.494000', '183000.497000', '183000.500000', '183000.503000', '183000.505000', '183000.508000', '183000.511000', '183000.514000', '183000.524000', '183000.527000', '183000.529000', '183000.532000', '183000.535000', '183000.538000', '183000.541000', '183000.544000', '183000.547000', '183000.550000', '183000.553000', '183000.555000', '183000.558000', '183000.561000', '183000.564000', '183000.567000', '183020.440000', '183020.443000', '183020.446000', '183020.448000', '183020.451000', '183020.454000', '183020.457000', '183020.460000', '183020.463000', '183020.466000', '183020.468000', '183020.471000', '183020.474000', '183020.477000', '183020.480000', '183020.483000', '183020.486000', '183020.489000', '183020.492000', '183020.495000', '183020.498000', '183020.501000', '183020.504000', '183020.507000', '183020.510000', '183020.513000', '183020.516000', '183020.518000', '183020.521000', '183020.524000', '183020.527000', '183020.530000', '183020.532000', '183020.535000', '183020.538000', '183020.541000', '183020.544000', '183020.555000', '183020.558000', '183020.561000', '183020.564000', '183020.567000', '183020.570000', '183020.573000', '183032.839000', '183032.843000', '183032.846000', '183032.849000', '183032.852000', '183032.855000', '183032.858000', '183032.861000', '183032.864000', '183032.867000', '183032.870000', '183032.873000', '183032.876000', '183032.879000', '183032.882000', '183032.885000', '183032.888000', '183032.891000', '183032.894000', '183032.897000', '183032.900000', '183032.902000', '183032.905000', '183032.908000', '183032.911000', '183032.914000', '183032.917000'], 'InstanceCreationTime': ['182100.476000', '182100.480000', '182100.483000', '182100.485000', '182100.488000', '182100.491000', '182100.497000', '182100.500000', '182100.502000', '182100.505000', '182100.508000', '182100.511000', '182100.514000', '182100.516000', '182100.519000', '182100.522000', '182100.525000', '182100.528000', '182100.530000', '182100.533000', '182100.536000', '182100.548000', '182100.551000', '182120.440000', '182120.443000', '182120.445000', '182120.448000', '182120.451000', '182120.454000', '182120.457000', '182120.459000', '182120.462000', '182120.465000', '182120.468000', '182120.471000', '182120.473000', '182120.476000', '182120.479000', '182120.482000', '182120.485000', '182120.488000', '182120.490000', '182120.493000', '182120.496000', '182120.499000', '182120.502000', '182120.504000', '182120.507000', '182120.510000', '182120.513000', '182120.516000', '182120.518000', '182120.521000', '182120.524000', '182120.527000', '182120.530000', '182120.533000', '182120.536000', '182120.538000', '182120.541000', '182120.544000', '182120.547000', '182120.550000', '182120.552000', '182120.555000', '182120.558000', '182120.561000', '182140.440000', '182140.443000', '182140.446000', '182140.448000', '182140.451000', '182140.454000', '182140.457000', '182140.460000', '182140.462000', '182140.465000', '182140.468000', '182140.471000', '182140.474000', '182140.476000', '182140.479000', '182140.482000', '182140.485000', '182140.488000', '182140.491000', '182140.493000', '182140.496000', '182140.500000', '182140.503000', '182140.506000', '182140.509000', '182140.512000', '182140.515000', '182140.517000', '182140.520000', '182140.523000', '182140.526000', '182140.529000', '182140.531000', '182140.534000', '182140.537000', '182140.540000', '182140.543000', '182140.545000', '182140.548000', '182140.551000', '182140.554000', '182140.557000', '182140.560000', '182200.440000', '182200.443000', '182200.455000', '182200.458000', '182200.461000', '182200.464000', '182200.467000', '182200.470000', '182200.472000', '182200.475000', '182200.478000', '182200.481000', '182200.484000', '182200.487000', '182200.489000', '182200.492000', '182200.495000', '182200.498000', '182200.501000', '182200.503000', '182200.506000', '182200.509000', '182200.512000', '182200.515000', '182200.517000', '182200.520000', '182200.523000', '182200.526000', '182200.529000', '182200.532000', '182200.535000', '182200.537000', '182200.540000', '182200.543000', '182200.546000', '182200.549000', '182200.551000', '182200.554000', '182200.557000', '182200.560000', '182200.563000', '182200.566000', '182200.568000', '182200.571000', '182220.441000', '182220.444000', '182220.447000', '182220.450000', '182220.452000', '182220.455000', '182220.458000', '182220.461000', '182220.464000', '182220.467000', '182220.469000', '182220.472000', '182220.475000', '182220.478000', '182220.481000', '182220.484000', '182220.486000', '182220.489000', '182220.492000', '182220.495000', '182220.498000', '182220.501000', '182220.503000', '182220.506000', '182220.509000', '182220.512000', '182220.515000', '182220.518000', '182220.520000', '182220.523000', '182220.526000', '182220.529000', '182220.532000', '182220.535000', '182220.537000', '182220.540000', '182220.543000', '182220.546000', '182220.549000', '182220.552000', '182220.555000', '182220.557000', '182220.560000', '182240.441000', '182240.444000', '182240.447000', '182240.449000', '182240.452000', '182240.455000', '182240.458000', '182240.461000', '182240.464000', '182240.466000', '182240.469000', '182240.472000', '182240.475000', '182240.478000', '182240.481000', '182240.483000', '182240.486000', '182240.489000', '182240.492000', '182240.495000', '182240.497000', '182240.500000', '182240.503000', '182240.506000', '182240.509000', '182240.512000', '182240.514000', '182240.517000', '182240.520000', '182240.523000', '182240.526000', '182240.529000', '182240.532000', '182240.534000', '182240.537000', '182240.540000', '182240.543000', '182240.546000', '182240.549000', '182240.551000', '182240.554000', '182240.557000', '182240.560000', '182240.563000', '182300.441000', '182300.444000', '182300.447000', '182300.449000', '182300.452000', '182300.455000', '182300.458000', '182300.461000', '182300.463000', '182300.466000', '182300.469000', '182300.472000', '182300.475000', '182300.478000', '182300.480000', '182300.483000', '182300.486000', '182300.489000', '182300.492000', '182300.495000', '182300.497000', '182300.500000', '182300.503000', '182300.506000', '182300.509000', '182300.512000', '182300.514000', '182300.517000', '182300.520000', '182300.523000', '182300.526000', '182300.529000', '182300.532000', '182300.535000', '182300.538000', '182300.542000', '182300.545000', '182300.548000', '182300.550000', '182300.553000', '182300.556000', '182300.559000', '182300.562000', '182320.440000', '182320.443000', '182320.446000', '182320.448000', '182320.451000', '182320.454000', '182320.457000', '182320.460000', '182320.462000', '182320.465000', '182320.468000', '182320.471000', '182320.474000', '182320.477000', '182320.479000', '182320.482000', '182320.485000', '182320.488000', '182320.491000', '182320.494000', '182320.497000', '182320.499000', '182320.502000', '182320.506000', '182320.509000', '182320.511000', '182320.514000', '182320.517000', '182320.520000', '182320.523000', '182320.526000', '182320.529000', '182320.531000', '182320.534000', '182320.537000', '182320.540000', '182320.543000', '182320.546000', '182320.548000', '182320.551000', '182320.554000', '182320.572000', '182320.575000', '182320.578000', '182340.440000', '182340.443000', '182340.446000', '182340.448000', '182340.451000', '182340.454000', '182340.457000', '182340.460000', '182340.463000', '182340.466000', '182340.468000', '182340.471000', '182340.474000', '182340.477000', '182340.480000', '182340.483000', '182340.485000', '182340.488000', '182340.491000', '182340.494000', '182340.497000', '182340.500000', '182340.503000', '182340.505000', '182340.508000', '182340.511000', '182340.514000', '182340.517000', '182340.520000', '182340.523000', '182340.525000', '182340.528000', '182340.531000', '182340.534000', '182340.537000', '182340.539000', '182340.542000', '182340.545000', '182340.548000', '182340.551000', '182340.554000', '182340.556000', '182340.559000', '182400.440000', '182400.443000', '182400.446000', '182400.449000', '182400.451000', '182400.454000', '182400.457000', '182400.460000', '182400.463000', '182400.465000', '182400.468000', '182400.471000', '182400.474000', '182400.477000', '182400.480000', '182400.482000', '182400.485000', '182400.488000', '182400.491000', '182400.494000', '182400.497000', '182400.499000', '182400.502000', '182400.505000', '182400.508000', '182400.511000', '182400.514000', '182400.517000', '182400.519000', '182400.522000', '182400.525000', '182400.528000', '182400.531000', '182400.534000', '182400.536000', '182400.539000', '182400.542000', '182400.545000', '182400.548000', '182400.551000', '182400.553000', '182400.556000', '182400.559000', '182400.562000', '182420.440000', '182420.443000', '182420.446000', '182420.449000', '182420.451000', '182420.454000', '182420.457000', '182420.460000', '182420.463000', '182420.465000', '182420.468000', '182420.471000', '182420.474000', '182420.477000', '182420.480000', '182420.482000', '182420.485000', '182420.488000', '182420.491000', '182420.494000', '182420.497000', '182420.499000', '182420.502000', '182420.505000', '182420.508000', '182420.511000', '182420.514000', '182420.516000', '182420.519000', '182420.522000', '182420.525000', '182420.528000', '182420.531000', '182420.533000', '182420.536000', '182420.539000', '182420.542000', '182420.545000', '182420.548000', '182420.550000', '182420.553000', '182420.556000', '182420.559000', '182440.441000', '182440.444000', '182440.447000', '182440.449000', '182440.453000', '182440.458000', '182440.461000', '182440.464000', '182440.467000', '182440.470000', '182440.473000', '182440.476000', '182440.479000', '182440.481000', '182440.484000', '182440.487000', '182440.490000', '182440.493000', '182440.496000', '182440.499000', '182440.501000', '182440.504000', '182440.507000', '182440.510000', '182440.513000', '182440.516000', '182440.519000', '182440.521000', '182440.524000', '182440.527000', '182440.530000', '182440.533000', '182440.536000', '182440.538000', '182440.541000', '182440.544000', '182440.547000', '182440.550000', '182440.553000', '182440.555000', '182440.558000', '182440.561000', '182440.564000', '182500.441000', '182500.444000', '182500.447000', '182500.449000', '182500.452000', '182500.455000', '182500.458000', '182500.461000', '182500.464000', '182500.467000', '182500.469000', '182500.472000', '182500.475000', '182500.478000', '182500.481000', '182500.484000', '182500.486000', '182500.489000', '182500.492000', '182500.495000', '182500.498000', '182500.501000', '182500.503000', '182500.517000', '182500.520000', '182500.523000', '182500.526000', '182500.529000', '182500.532000', '182500.535000', '182500.537000', '182500.540000', '182500.543000', '182500.546000', '182500.549000', '182500.552000', '182500.554000', '182500.557000', '182500.560000', '182500.563000', '182500.566000', '182500.569000', '182500.572000', '182500.574000', '182520.442000', '182520.445000', '182520.448000', '182520.451000', '182520.453000', '182520.456000', '182520.459000', '182520.462000', '182520.465000', '182520.468000', '182520.470000', '182520.473000', '182520.476000', '182520.479000', '182520.482000', '182520.485000', '182520.488000', '182520.490000', '182520.493000', '182520.496000', '182520.499000', '182520.502000', '182520.505000', '182520.508000', '182520.510000', '182520.513000', '182520.516000', '182520.519000', '182520.522000', '182520.525000', '182520.527000', '182520.530000', '182520.533000', '182520.536000', '182520.539000', '182520.542000', '182520.545000', '182520.548000', '182520.550000', '182520.553000', '182520.556000', '182520.559000', '182520.562000', '182540.440000', '182540.443000', '182540.446000', '182540.449000', '182540.452000', '182540.454000', '182540.457000', '182540.460000', '182540.463000', '182540.466000', '182540.469000', '182540.472000', '182540.474000', '182540.477000', '182540.480000', '182540.483000', '182540.486000', '182540.489000', '182540.492000', '182540.494000', '182540.497000', '182540.500000', '182540.503000', '182540.506000', '182540.509000', '182540.512000', '182540.515000', '182540.517000', '182540.520000', '182540.523000', '182540.526000', '182540.529000', '182540.532000', '182540.534000', '182540.537000', '182540.540000', '182540.543000', '182540.546000', '182540.549000', '182540.551000', '182540.554000', '182540.557000', '182540.560000', '182540.563000', '182600.440000', '182600.443000', '182600.446000', '182600.449000', '182600.451000', '182600.454000', '182600.457000', '182600.460000', '182600.463000', '182600.466000', '182600.469000', '182600.471000', '182600.474000', '182600.477000', '182600.480000', '182600.483000', '182600.486000', '182600.489000', '182600.491000', '182600.494000', '182600.497000', '182600.500000', '182600.503000', '182600.506000', '182600.509000', '182600.512000', '182600.514000', '182600.517000', '182600.520000', '182600.523000', '182600.526000', '182600.529000', '182600.531000', '182600.534000', '182600.537000', '182600.540000', '182600.543000', '182600.546000', '182600.549000', '182600.551000', '182600.554000', '182600.557000', '182600.560000', '182620.440000', '182620.443000', '182620.446000', '182620.449000', '182620.452000', '182620.454000', '182620.457000', '182620.460000', '182620.463000', '182620.466000', '182620.469000', '182620.472000', '182620.474000', '182620.477000', '182620.480000', '182620.483000', '182620.486000', '182620.488000', '182620.491000', '182620.494000', '182620.497000', '182620.500000', '182620.503000', '182620.505000', '182620.508000', '182620.513000', '182620.516000', '182620.519000', '182620.522000', '182620.525000', '182620.528000', '182620.530000', '182620.533000', '182620.536000', '182620.539000', '182620.542000', '182620.545000', '182620.548000', '182620.550000', '182620.553000', '182620.556000', '182620.559000', '182620.562000', '182620.565000', '182640.440000', '182640.443000', '182640.446000', '182640.449000', '182640.451000', '182640.454000', '182640.457000', '182640.460000', '182640.463000', '182640.466000', '182640.469000', '182640.472000', '182640.475000', '182640.478000', '182640.481000', '182640.483000', '182640.486000', '182640.489000', '182640.492000', '182640.495000', '182640.498000', '182640.500000', '182640.503000', '182640.506000', '182640.509000', '182640.512000', '182640.515000', '182640.517000', '182640.520000', '182640.523000', '182640.526000', '182640.529000', '182640.532000', '182640.534000', '182640.537000', '182640.540000', '182640.543000', '182640.546000', '182640.548000', '182640.551000', '182640.554000', '182640.557000', '182640.560000', '182700.441000', '182700.444000', '182700.447000', '182700.450000', '182700.452000', '182700.455000', '182700.458000', '182700.461000', '182700.464000', '182700.466000', '182700.469000', '182700.472000', '182700.475000', '182700.478000', '182700.481000', '182700.483000', '182700.486000', '182700.489000', '182700.492000', '182700.495000', '182700.498000', '182700.501000', '182700.504000', '182700.507000', '182700.509000', '182700.512000', '182700.515000', '182700.518000', '182700.521000', '182700.524000', '182700.526000', '182700.529000', '182700.532000', '182700.535000', '182700.538000', '182700.541000', '182700.543000', '182700.546000', '182700.549000', '182700.552000', '182700.555000', '182700.558000', '182700.560000', '182700.563000', '182720.441000', '182720.444000', '182720.447000', '182720.450000', '182720.453000', '182720.456000', '182720.458000', '182720.461000', '182720.464000', '182720.467000', '182720.470000', '182720.473000', '182720.475000', '182720.478000', '182720.481000', '182720.484000', '182720.487000', '182720.490000', '182720.493000', '182720.495000', '182720.498000', '182720.501000', '182720.504000', '182720.507000', '182720.512000', '182720.515000', '182720.518000', '182720.521000', '182720.523000', '182720.526000', '182720.529000', '182720.532000', '182720.535000', '182720.538000', '182720.540000', '182720.543000', '182720.546000', '182720.549000', '182720.552000', '182720.555000', '182720.557000', '182720.560000', '182720.563000', '182740.440000', '182740.443000', '182740.446000', '182740.449000', '182740.452000', '182740.454000', '182740.457000', '182740.460000', '182740.463000', '182740.466000', '182740.469000', '182740.471000', '182740.474000', '182740.477000', '182740.480000', '182740.483000', '182740.486000', '182740.489000', '182740.491000', '182740.494000', '182740.497000', '182740.500000', '182740.503000', '182740.506000', '182740.508000', '182740.511000', '182740.514000', '182740.517000', '182740.520000', '182740.523000', '182740.525000', '182740.528000', '182740.531000', '182740.534000', '182740.537000', '182740.540000', '182740.542000', '182740.545000', '182740.548000', '182740.551000', '182740.554000', '182740.557000', '182740.559000', '182740.562000', '182800.453000', '182800.456000', '182800.459000', '182800.462000', '182800.464000', '182800.467000', '182800.470000', '182800.473000', '182800.476000', '182800.479000', '182800.481000', '182800.484000', '182800.487000', '182800.490000', '182800.493000', '182800.495000', '182800.498000', '182800.501000', '182800.504000', '182800.507000', '182800.510000', '182800.513000', '182800.516000', '182800.518000', '182800.521000', '182800.524000', '182800.527000', '182800.530000', '182800.533000', '182800.536000', '182800.538000', '182800.541000', '182800.545000', '182800.548000', '182800.550000', '182800.553000', '182800.556000', '182800.559000', '182800.562000', '182800.565000', '182800.568000', '182800.571000', '182800.573000', '182820.440000', '182820.443000', '182820.446000', '182820.449000', '182820.452000', '182820.455000', '182820.458000', '182820.461000', '182820.463000', '182820.466000', '182820.469000', '182820.472000', '182820.475000', '182820.477000', '182820.480000', '182820.483000', '182820.486000', '182820.489000', '182820.492000', '182820.494000', '182820.497000', '182820.500000', '182820.503000', '182820.506000', '182820.509000', '182820.512000', '182820.514000', '182820.517000', '182820.520000', '182820.523000', '182820.526000', '182820.529000', '182820.532000', '182820.534000', '182820.537000', '182820.540000', '182820.543000', '182820.546000', '182820.549000', '182820.551000', '182820.554000', '182820.557000', '182820.560000', '182820.563000', '182840.440000', '182840.443000', '182840.446000', '182840.448000', '182840.451000', '182840.454000', '182840.458000', '182840.461000', '182840.463000', '182840.466000', '182840.469000', '182840.472000', '182840.475000', '182840.478000', '182840.481000', '182840.483000', '182840.486000', '182840.489000', '182840.492000', '182840.495000', '182840.498000', '182840.500000', '182840.503000', '182840.506000', '182840.509000', '182840.512000', '182840.515000', '182840.518000', '182840.520000', '182840.523000', '182840.526000', '182840.529000', '182840.532000', '182840.535000', '182840.540000', '182840.544000', '182840.547000', '182840.550000', '182840.552000', '182840.555000', '182840.558000', '182840.561000', '182840.564000', '182900.440000', '182900.443000', '182900.446000', '182900.449000', '182900.451000', '182900.454000', '182900.457000', '182900.460000', '182900.463000', '182900.465000', '182900.468000', '182900.471000', '182900.474000', '182900.477000', '182900.480000', '182900.482000', '182900.485000', '182900.488000', '182900.491000', '182900.494000', '182900.497000', '182900.499000', '182900.502000', '182900.505000', '182900.508000', '182900.511000', '182900.514000', '182900.516000', '182900.519000', '182900.522000', '182900.525000', '182900.528000', '182900.531000', '182900.534000', '182900.536000', '182900.539000', '182900.542000', '182900.545000', '182900.548000', '182900.551000', '182900.554000', '182900.556000', '182900.559000', '182900.562000', '182920.441000', '182920.444000', '182920.447000', '182920.450000', '182920.452000', '182920.455000', '182920.458000', '182920.461000', '182920.464000', '182920.467000', '182920.470000', '182920.473000', '182920.476000', '182920.479000', '182920.482000', '182920.485000', '182920.488000', '182920.492000', '182920.495000', '182920.497000', '182920.500000', '182920.503000', '182920.506000', '182920.509000', '182920.512000', '182920.515000', '182920.518000', '182920.521000', '182920.524000', '182920.527000', '182920.529000', '182920.532000', '182920.535000', '182920.538000', '182920.541000', '182920.544000', '182920.547000', '182920.550000', '182920.553000', '182920.556000', '182920.559000', '182920.562000', '182920.565000', '182940.441000', '182940.444000', '182940.447000', '182940.450000', '182940.452000', '182940.455000', '182940.458000', '182940.461000', '182940.464000', '182940.467000', '182940.469000', '182940.472000', '182940.475000', '182940.478000', '182940.481000', '182940.484000', '182940.487000', '182940.490000', '182940.493000', '182940.496000', '182940.499000', '182940.502000', '182940.505000', '182940.507000', '182940.510000', '182940.513000', '182940.516000', '182940.519000', '182940.522000', '182940.525000', '182940.527000', '182940.530000', '182940.533000', '182940.536000', '182940.539000', '182940.542000', '182940.544000', '182940.547000', '182940.550000', '182940.553000', '182940.556000', '182940.559000', '182940.562000', '182940.565000', '183000.440000', '183000.443000', '183000.446000', '183000.449000', '183000.451000', '183000.454000', '183000.457000', '183000.460000', '183000.463000', '183000.466000', '183000.469000', '183000.471000', '183000.474000', '183000.477000', '183000.480000', '183000.483000', '183000.486000', '183000.488000', '183000.491000', '183000.494000', '183000.497000', '183000.500000', '183000.503000', '183000.505000', '183000.508000', '183000.511000', '183000.514000', '183000.524000', '183000.527000', '183000.529000', '183000.532000', '183000.535000', '183000.538000', '183000.541000', '183000.544000', '183000.547000', '183000.550000', '183000.553000', '183000.555000', '183000.558000', '183000.561000', '183000.564000', '183000.567000', '183020.440000', '183020.443000', '183020.446000', '183020.448000', '183020.451000', '183020.454000', '183020.457000', '183020.460000', '183020.463000', '183020.466000', '183020.468000', '183020.471000', '183020.474000', '183020.477000', '183020.480000', '183020.483000', '183020.486000', '183020.489000', '183020.492000', '183020.495000', '183020.498000', '183020.501000', '183020.504000', '183020.507000', '183020.510000', '183020.513000', '183020.516000', '183020.518000', '183020.521000', '183020.524000', '183020.527000', '183020.530000', '183020.532000', '183020.535000', '183020.538000', '183020.541000', '183020.544000', '183020.555000', '183020.558000', '183020.561000', '183020.564000', '183020.567000', '183020.570000', '183020.573000', '183032.839000', '183032.843000', '183032.846000', '183032.849000', '183032.852000', '183032.855000', '183032.858000', '183032.861000', '183032.864000', '183032.867000', '183032.870000', '183032.873000', '183032.876000', '183032.879000', '183032.882000', '183032.885000', '183032.888000', '183032.891000', '183032.894000', '183032.897000', '183032.900000', '183032.902000', '183032.905000', '183032.908000', '183032.911000', '183032.914000', '183032.917000'], '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': [10712, 15418, 10615, 13301, 10218, 13004, 9655, 12667, 13437, 10949, 14372, 10664, 12789, 10393, 12439, 10133, 11637, 12243, 10737, 13835, 10603, 12686, 10637, 11336, 10175, 11022, 12709, 10746, 14163, 10934, 12637, 10668, 12012, 10338, 11368, 11926, 11188, 13656, 10546, 12473, 10438, 13216, 10766, 11381, 10976, 10935, 13960, 10964, 13195, 10640, 14416, 10341, 10924, 14089, 11047, 14298, 10578, 12583, 9803, 12418, 11885, 10979, 14641, 10339, 12930, 10936, 12972, 9967, 11306, 13300, 10570, 14944, 10642, 13322, 10407, 12814, 10024, 11357, 14383, 10924, 14531, 10633, 13212, 10300, 13193, 12457, 11065, 14765, 10667, 13280, 11121, 13165, 10447, 12078, 11143, 10928, 15033, 11128, 13352, 11058, 12123, 10420, 11484, 14013, 10830, 13517, 10405, 12802, 10584, 11602, 9908, 10944, 13951, 10893, 14393, 10980, 13173, 10963, 12478, 10682, 11691, 12456, 11042, 13534, 10820, 12562, 10955, 12685, 9940, 11355, 9790, 11285, 13749, 10656, 13793, 10823, 12655, 10285, 13019, 9946, 10897, 13507, 10293, 14863, 10612, 13800, 10539, 13347, 10116, 12093, 14489, 10741, 14680, 10037, 13840, 10214, 12804, 11177, 10767, 13057, 10212, 13738, 10028, 15681, 10733, 13831, 10421, 13418, 9808, 14114, 10165, 13207, 9623, 12500, 10829, 11083, 15706, 10459, 13952, 10163, 12460, 10746, 11119, 14823, 10584, 12906, 10536, 12810, 12298, 10666, 14648, 10268, 12942, 10037, 11589, 12325, 10656, 15388, 10531, 13753, 10686, 13305, 10015, 11727, 12215, 10859, 15240, 10897, 13761, 9985, 12113, 10184, 11217, 14957, 10211, 13922, 10323, 13628, 10114, 11752, 12906, 10399, 15418, 10563, 13113, 9880, 12352, 10933, 11110, 15412, 10719, 14178, 10235, 13415, 10689, 11753, 13352, 10449, 15277, 10825, 14259, 10427, 13058, 9558, 11107, 15679, 10757, 13948, 10361, 12923, 10436, 12242, 12428, 11143, 15485, 10745, 13593, 10636, 12958, 9624, 10938, 13286, 10929, 15109, 10682, 13548, 10280, 12394, 10451, 11185, 13249, 10842, 14722, 10988, 13867, 10335, 13470, 10053, 12517, 11652, 11152, 13428, 10311, 15344, 10438, 14357, 10038, 13436, 10274, 13568, 10199, 12637, 9418, 10609, 14660, 10408, 14826, 10129, 13368, 9900, 11458, 12777, 10453, 15329, 11103, 14632, 10294, 13842, 10279, 12637, 9673, 12758, 9520, 11254, 10831, 10674, 14283, 10592, 15727, 10807, 14335, 9923, 13196, 10301, 13246, 10028, 11654, 11412, 10795, 15399, 10112, 13817, 10328, 12992, 10436, 13179, 10514, 13224, 9616, 12874, 9701, 12478, 10768, 10402, 13574, 10415, 14767, 10611, 13745, 9838, 12928, 10497, 13205, 10202, 11201, 9774, 11049, 14357, 10364, 14155, 10213, 13153, 10701, 13000, 10232, 11298, 9714, 11133, 13968, 10364, 15565, 10834, 14166, 10564, 14165, 10007, 13016, 10166, 13092, 9723, 12110, 11321, 10799, 15360, 10396, 14367, 10111, 13655, 10329, 13024, 9502, 11193, 11830, 10889, 15633, 10588, 14257, 10257, 12636, 10534, 11210, 9847, 10937, 15032, 10479, 14339, 10481, 14093, 10324, 12943, 10283, 11400, 11043, 10964, 15237, 10640, 14684, 10041, 13413, 10007, 11869, 9821, 11409, 13231, 10507, 14824, 10830, 13928, 10602, 13568, 10307, 11171, 12030, 11107, 15559, 11164, 14167, 10667, 12374, 9947, 11328, 12968, 10854, 14906, 10790, 13615, 10618, 12829, 9567, 11051, 15253, 10423, 13949, 10215, 13104, 9921, 11458, 12064, 11340, 15205, 11042, 14165, 10641, 13149, 9960, 11252, 13691, 10793, 15442, 11094, 14179, 10494, 12648, 10077, 11868, 12153, 10977, 15167, 10283, 14186, 10413, 13558, 10132, 11823, 9209, 11208, 15872, 10455, 14354, 10266, 13345, 10515, 12955, 9642, 11425, 12714, 11092, 15978, 10741, 14748, 10375, 13695, 10621, 13485, 10155, 11896, 9772, 11486, 13710, 10825, 14161, 10370, 13948, 10903, 13372, 10154, 12986, 10329, 12904, 10339, 11788, 9557, 11134, 10855, 11224, 15705, 10573, 13869, 10611, 13343, 10356, 12573, 9986, 11697, 9566, 11462, 11324, 11065, 14594, 10684, 14746, 10968, 13399, 10612, 12710, 10453, 12958, 10223, 13245, 10362, 11459, 9397, 11151, 13424, 10817, 14359, 10393, 14718, 10884, 14210, 10378, 13504, 10403, 13967, 10375, 13363, 9245, 11362, 12603, 11008, 14182, 10767, 14344, 10988, 13951, 10256, 13284, 10204, 11106, 9250, 11191, 14135, 10628, 14396, 10611, 13117, 10199, 12065, 9845, 11363, 10621, 11091, 13443, 10742, 13809, 11043, 12696, 10297, 11826, 10603, 12497, 10560, 12082, 9994, 11367, 9615, 11289, 10291, 10809, 12965, 10593, 14814, 10722, 14589, 10866, 13666, 10516, 13373, 10260, 13657, 10580, 13095, 10651, 13004, 9594, 11152, 9669, 11342, 13315, 11775, 11933, 11264, 10619, 12024, 10985, 12632, 11530, 12846, 11670, 15788, 12152, 14969, 12127, 14582, 11230, 14210, 11039, 13123, 16743, 12027, 17141, 12286, 14004, 11464, 13016, 10865, 11896, 13882, 11808, 15181, 9203, 14074, 9236, 12679, 8586, 13023, 8441, 11746, 8716, 10444, 10599, 8793, 13100, 9042, 13869, 8516, 14187, 8915, 13955, 8720, 12676, 8521, 13088, 8775, 13266, 8494, 12221, 8847, 12040, 12909, 10989, 14556, 9705, 15199, 9966, 14190, 8827, 13770, 8817, 12490, 10748, 9676, 15149, 9215, 13919, 8649, 12704, 8998, 10388, 14049, 9480, 14297, 8432, 14865, 8691, 14660, 8594, 14348, 8917, 13409, 8586, 11171, 13057, 8864, 15320, 8902, 13067, 8589, 10563, 10278, 8626, 14469, 9268, 12192, 9585, 11189, 9882, 9300, 13238, 9097, 12543, 9954, 11077, 9231, 10084, 9698, 9111, 12421, 9690, 11180, 9764, 10548, 10038, 8912, 14391, 9321, 13364, 9840, 12674, 9658, 11539, 14038, 9757, 15716, 9672, 15066, 9666, 14119, 12020, 9987, 15808, 9997, 14766, 9716, 13119, 10844, 9702, 15524, 9491, 14502, 9725, 13604, 10043, 10569, 15734, 9529, 14067, 9519, 12872, 11520, 9201, 15754, 9277, 13735, 9426, 12134, 9519, 11237, 10005, 9183, 14328, 9403, 14582, 9624, 13099, 9303, 12999, 9663, 11467, 11962, 10155, 14772, 10879, 15288, 9582, 14562, 9383, 14958, 9393, 14278, 9875, 12207, 13171, 11202, 14214, 9750, 15805, 10155, 15741, 11617, 14863, 9638, 13799, 9037, 12890, 12970, 10652, 14291, 9365, 15058, 9062, 14515, 9275, 13901, 9024, 12703, 9110, 10102, 12505, 9403, 15375, 9508, 14876, 9910, 14230, 8408, 12930, 7967, 12788, 8693, 13712, 9027, 11099, 9838, 13687, 9989, 13868, 10652, 8656, 11250, 9491, 12556, 13811, 11368, 16232, 12416, 14419, 10943, 13115, 9134, 11660, 8593, 10034, 13058, 9258, 15379, 9778, 13669, 8246, 13734, 8620, 13438, 8546, 11418, 9745, 9672, 15141, 9474, 14613, 8551, 13329, 8983, 13056, 8440, 13192, 8366, 11736, 10952, 9575, 14825, 8749, 14008, 8520, 12684, 8581, 11558, 11847, 9744, 15688, 8800, 13331, 8418, 11838, 10079, 9291, 15143, 8679, 12530, 8217, 11754, 8831, 9799, 15164, 8956, 13757, 8599, 12589, 8505, 10881, 11272, 8944, 14797, 8752, 13672, 9076, 12404, 8428, 11812, 9105, 10741, 14529, 9507, 14764, 8798, 13437, 8361, 13227, 8527, 11673, 8699, 11825, 8566, 12378, 8786, 12276, 11422, 10865, 14454, 10583, 14846, 9814, 14921, 10262, 14423, 9242, 14091, 8752, 12206, 9518, 10874, 14305, 10178, 14983, 10226, 14020, 8340, 13659, 8089, 13370, 8653, 13282, 8426, 11160, 10203, 10163, 13710, 9957, 15137, 9715, 13723, 8469, 13296, 8572, 13278, 8184, 13283, 7980, 12169, 10762, 10690, 12955, 10164, 15441, 9598, 14290, 8482, 12153, 9364, 10239, 15186, 8878, 13030, 8253, 11315, 10698, 9998, 15430, 9245, 13618, 8400, 11774, 8833, 9708, 14581, 9168, 13553, 8126, 12065, 8153, 10168, 8414, 9776, 12098, 8924, 14700, 8197, 13266, 8144, 12455, 8465, 10596, 9904, 9013, 14425, 8638, 13461, 8830, 13664, 8467, 12786, 8519, 12456, 8683, 10714, 13280, 9282, 9509, 8058, 8784, 9889, 8671, 12328, 9728, 13998, 9101, 13806, 9611, 14323, 9426, 13824, 9581, 13678, 9156, 13537, 9330, 12109, 9708, 10208, 13521, 9283, 14961, 9528, 13945, 9333, 13154, 9666, 11096, 11561, 9532, 15211, 9288, 13452, 9203, 12352, 9543, 10412, 11837, 8991, 15280, 9221, 12574, 9585, 12529, 9745, 10472, 13728, 9117, 14201, 9740, 12954, 9539, 10735, 9817, 8970, 13075, 9346, 14204, 9680, 12908, 9846, 11190, 9948, 9228, 14766, 9905, 13292, 10194, 12916, 10026, 10317, 10992, 9341, 14524, 9909, 13334, 10169, 12871, 10020, 10697, 11842, 9899, 14516, 10259, 13294, 10407, 12799, 10216, 10747, 12348, 9537, 14934, 10150, 13443, 10136, 12175, 9852, 9250, 13957, 9759, 14511, 10022, 13682, 10268, 13473, 9696, 10990, 10039, 9568, 12240, 9815, 14459, 10300, 13559, 10333, 12277, 10298, 10408, 12534, 9799, 13314, 10065, 12436, 10873, 11903, 10595, 11658, 10636, 11609, 10538, 11441, 10405, 9949, 13323, 10599, 14716, 10559, 13854, 10494, 12832, 10227, 10858, 10635, 9815, 14209, 10164, 14525, 10400, 12691, 10251, 10278, 10305, 9657, 12106, 9727, 14252, 10319, 13847, 10156, 12166, 9954, 9693, 10977, 9855, 14465, 10089, 12673, 10412, 11374, 10015, 9628, 13393, 9958, 13508, 10304, 13198, 10262, 11438, 10481, 10592, 10020, 9790, 10495, 9520, 13065, 9538, 11583, 9877, 12118, 10232, 12370, 10003, 12238, 10188, 11753, 10369, 10969, 10983, 9885], 'WindowCenter': [4627.0, 4636.0, 4581.0, 4581.0, 4551.0, 4571.0, 4540.0, 4571.0, 4570.0, 4547.0, 4564.0, 4533.0, 4543.0, 4521.0, 4542.0, 4521.0, 4544.0, 4543.0, 4533.0, 4552.0, 4532.0, 4557.0, 4535.0, 4534.0, 4519.0, 4533.0, 4552.0, 4546.0, 4565.0, 4547.0, 4554.0, 4534.0, 4555.0, 4535.0, 4560.0, 4557.0, 4557.0, 4566.0, 4547.0, 4555.0, 4546.0, 4580.0, 4561.0, 4570.0, 4546.0, 4549.0, 4578.0, 4562.0, 4569.0, 4547.0, 4579.0, 4537.0, 4559.0, 4581.0, 4560.0, 4579.0, 4548.0, 4558.0, 4544.0, 4579.0, 4559.0, 4559.0, 4577.0, 4548.0, 4569.0, 4561.0, 4570.0, 4538.0, 4558.0, 4567.0, 4560.0, 4589.0, 4549.0, 4567.0, 4544.0, 4566.0, 4549.0, 4562.0, 4578.0, 4551.0, 4565.0, 4547.0, 4567.0, 4546.0, 4570.0, 4557.0, 4547.0, 4565.0, 4535.0, 4566.0, 4558.0, 4556.0, 4535.0, 4556.0, 4544.0, 4548.0, 4564.0, 4547.0, 4555.0, 4532.0, 4543.0, 4535.0, 4544.0, 4563.0, 4534.0, 4553.0, 4533.0, 4555.0, 4536.0, 4544.0, 4523.0, 4534.0, 4564.0, 4545.0, 4560.0, 4545.0, 4553.0, 4533.0, 4542.0, 4545.0, 4556.0, 4555.0, 4545.0, 4551.0, 4544.0, 4557.0, 4547.0, 4568.0, 4537.0, 4558.0, 4547.0, 4570.0, 4577.0, 4561.0, 4579.0, 4556.0, 4566.0, 4551.0, 4581.0, 4538.0, 4560.0, 4565.0, 4548.0, 4576.0, 4547.0, 4567.0, 4548.0, 4569.0, 4538.0, 4571.0, 4579.0, 4548.0, 4565.0, 4536.0, 4566.0, 4549.0, 4559.0, 4543.0, 4549.0, 4567.0, 4538.0, 4566.0, 4551.0, 4590.0, 4550.0, 4556.0, 4536.0, 4566.0, 4537.0, 4568.0, 4537.0, 4557.0, 4533.0, 4558.0, 4549.0, 4558.0, 4577.0, 4537.0, 4566.0, 4533.0, 4555.0, 4547.0, 4548.0, 4566.0, 4536.0, 4556.0, 4547.0, 4569.0, 4555.0, 4544.0, 4565.0, 4536.0, 4556.0, 4538.0, 4560.0, 4557.0, 4546.0, 4573.0, 4544.0, 4568.0, 4548.0, 4568.0, 4537.0, 4559.0, 4554.0, 4560.0, 4577.0, 4549.0, 4568.0, 4537.0, 4559.0, 4548.0, 4559.0, 4576.0, 4547.0, 4566.0, 4549.0, 4567.0, 4535.0, 4556.0, 4555.0, 4537.0, 4574.0, 4546.0, 4556.0, 4535.0, 4555.0, 4546.0, 4548.0, 4575.0, 4547.0, 4566.0, 4537.0, 4568.0, 4536.0, 4557.0, 4554.0, 4535.0, 4577.0, 4548.0, 4578.0, 4535.0, 4556.0, 4525.0, 4556.0, 4576.0, 4544.0, 4566.0, 4536.0, 4556.0, 4545.0, 4559.0, 4554.0, 4548.0, 4576.0, 4547.0, 4567.0, 4549.0, 4569.0, 4538.0, 4549.0, 4565.0, 4560.0, 4577.0, 4550.0, 4568.0, 4548.0, 4571.0, 4560.0, 4572.0, 4566.0, 4557.0, 4590.0, 4562.0, 4580.0, 4549.0, 4569.0, 4538.0, 4570.0, 4559.0, 4561.0, 4568.0, 4548.0, 4590.0, 4550.0, 4579.0, 4539.0, 4566.0, 4561.0, 4569.0, 4549.0, 4559.0, 4527.0, 4548.0, 4574.0, 4547.0, 4575.0, 4544.0, 4569.0, 4538.0, 4560.0, 4554.0, 4544.0, 4577.0, 4559.0, 4577.0, 4545.0, 4567.0, 4537.0, 4557.0, 4539.0, 4569.0, 4538.0, 4560.0, 4547.0, 4546.0, 4580.0, 4548.0, 4589.0, 4546.0, 4567.0, 4534.0, 4570.0, 4549.0, 4569.0, 4536.0, 4557.0, 4545.0, 4549.0, 4576.0, 4538.0, 4566.0, 4533.0, 4568.0, 4549.0, 4568.0, 4544.0, 4567.0, 4537.0, 4569.0, 4537.0, 4570.0, 4545.0, 4536.0, 4566.0, 4549.0, 4566.0, 4547.0, 4565.0, 4536.0, 4557.0, 4544.0, 4566.0, 4535.0, 4546.0, 4537.0, 4545.0, 4565.0, 4537.0, 4565.0, 4547.0, 4567.0, 4547.0, 4567.0, 4535.0, 4546.0, 4538.0, 4559.0, 4567.0, 4537.0, 4577.0, 4549.0, 4566.0, 4546.0, 4563.0, 4536.0, 4568.0, 4548.0, 4569.0, 4526.0, 4557.0, 4547.0, 4549.0, 4576.0, 4537.0, 4563.0, 4536.0, 4567.0, 4537.0, 4568.0, 4525.0, 4546.0, 4557.0, 4546.0, 4577.0, 4537.0, 4566.0, 4535.0, 4557.0, 4547.0, 4547.0, 4535.0, 4546.0, 4576.0, 4549.0, 4567.0, 4543.0, 4566.0, 4548.0, 4569.0, 4537.0, 4558.0, 4546.0, 4544.0, 4575.0, 4547.0, 4578.0, 4538.0, 4567.0, 4537.0, 4559.0, 4548.0, 4560.0, 4568.0, 4548.0, 4577.0, 4560.0, 4579.0, 4548.0, 4569.0, 4536.0, 4548.0, 4558.0, 4559.0, 4576.0, 4548.0, 4565.0, 4536.0, 4558.0, 4537.0, 4548.0, 4556.0, 4547.0, 4574.0, 4560.0, 4569.0, 4547.0, 4568.0, 4534.0, 4558.0, 4575.0, 4549.0, 4577.0, 4547.0, 4568.0, 4535.0, 4561.0, 4566.0, 4560.0, 4578.0, 4548.0, 4566.0, 4550.0, 4570.0, 4538.0, 4560.0, 4564.0, 4549.0, 4579.0, 4560.0, 4569.0, 4537.0, 4558.0, 4546.0, 4560.0, 4559.0, 4550.0, 4577.0, 4537.0, 4577.0, 4550.0, 4571.0, 4548.0, 4559.0, 4538.0, 4561.0, 4578.0, 4550.0, 4579.0, 4549.0, 4570.0, 4549.0, 4570.0, 4527.0, 4559.0, 4569.0, 4560.0, 4578.0, 4548.0, 4566.0, 4537.0, 4568.0, 4538.0, 4568.0, 4532.0, 4546.0, 4538.0, 4548.0, 4567.0, 4534.0, 4555.0, 4535.0, 4567.0, 4548.0, 4567.0, 4537.0, 4556.0, 4549.0, 4558.0, 4536.0, 4545.0, 4536.0, 4547.0, 4547.0, 4559.0, 4573.0, 4548.0, 4566.0, 4547.0, 4567.0, 4537.0, 4557.0, 4537.0, 4558.0, 4539.0, 4558.0, 4547.0, 4548.0, 4567.0, 4550.0, 4578.0, 4549.0, 4564.0, 4537.0, 4557.0, 4551.0, 4569.0, 4539.0, 4569.0, 4538.0, 4559.0, 4541.0, 4561.0, 4569.0, 4550.0, 4565.0, 4551.0, 4579.0, 4551.0, 4567.0, 4538.0, 4570.0, 4552.0, 4571.0, 4539.0, 4568.0, 4528.0, 4560.0, 4557.0, 4548.0, 4555.0, 4535.0, 4565.0, 4545.0, 4566.0, 4536.0, 4555.0, 4524.0, 4545.0, 4526.0, 4546.0, 4554.0, 4535.0, 4554.0, 4534.0, 4543.0, 4535.0, 4556.0, 4524.0, 4546.0, 4532.0, 4534.0, 4566.0, 4547.0, 4564.0, 4548.0, 4555.0, 4536.0, 4557.0, 4550.0, 4569.0, 4548.0, 4559.0, 4539.0, 4561.0, 4536.0, 4560.0, 4548.0, 4549.0, 4567.0, 4561.0, 4579.0, 4550.0, 4575.0, 4549.0, 4580.0, 4549.0, 4568.0, 4546.0, 4568.0, 4549.0, 4569.0, 4548.0, 4569.0, 4527.0, 4548.0, 4552.0, 4572.0, 4583.0, 4572.0, 4557.0, 4544.0, 4531.0, 4556.0, 4535.0, 4543.0, 4545.0, 4542.0, 4547.0, 4566.0, 4547.0, 4566.0, 4546.0, 4555.0, 4523.0, 4543.0, 4510.0, 4533.0, 4549.0, 4519.0, 4538.0, 4506.0, 4515.0, 4493.0, 4502.0, 4481.0, 4492.0, 4500.0, 4492.0, 4526.0, 4488.0, 4526.0, 4459.0, 4486.0, 4459.0, 4499.0, 4475.0, 4515.0, 4491.0, 4510.0, 4524.0, 4504.0, 4543.0, 4515.0, 4553.0, 4519.0, 4553.0, 4514.0, 4552.0, 4503.0, 4543.0, 4519.0, 4557.0, 4517.0, 4557.0, 4516.0, 4555.0, 4530.0, 4559.0, 4558.0, 4538.0, 4556.0, 4526.0, 4578.0, 4527.0, 4553.0, 4515.0, 4554.0, 4514.0, 4545.0, 4524.0, 4526.0, 4565.0, 4512.0, 4553.0, 4501.0, 4543.0, 4502.0, 4523.0, 4550.0, 4515.0, 4554.0, 4506.0, 4564.0, 4502.0, 4552.0, 4504.0, 4552.0, 4503.0, 4540.0, 4503.0, 4534.0, 4542.0, 4511.0, 4563.0, 4516.0, 4557.0, 4516.0, 4537.0, 4523.0, 4514.0, 4577.0, 4528.0, 4558.0, 4527.0, 4548.0, 4539.0, 4553.0, 4569.0, 4542.0, 4569.0, 4551.0, 4573.0, 4550.0, 4564.0, 4541.0, 4540.0, 4583.0, 4566.0, 4572.0, 4552.0, 4564.0, 4549.0, 4556.0, 4594.0, 4554.0, 4579.0, 4549.0, 4583.0, 4555.0, 4577.0, 4582.0, 4550.0, 4605.0, 4553.0, 4591.0, 4540.0, 4581.0, 4558.0, 4551.0, 4580.0, 4538.0, 4576.0, 4535.0, 4570.0, 4562.0, 4542.0, 4590.0, 4539.0, 4566.0, 4542.0, 4582.0, 4536.0, 4547.0, 4578.0, 4535.0, 4578.0, 4554.0, 4586.0, 4558.0, 4527.0, 4586.0, 4542.0, 4582.0, 4541.0, 4558.0, 4539.0, 4558.0, 4563.0, 4556.0, 4594.0, 4544.0, 4589.0, 4555.0, 4585.0, 4554.0, 4584.0, 4540.0, 4570.0, 4574.0, 4565.0, 4594.0, 4564.0, 4578.0, 4542.0, 4591.0, 4554.0, 4591.0, 4538.0, 4581.0, 4538.0, 4570.0, 4567.0, 4559.0, 4566.0, 4529.0, 4575.0, 4548.0, 4578.0, 4560.0, 4569.0, 4524.0, 4557.0, 4518.0, 4556.0, 4556.0, 4533.0, 4552.0, 4515.0, 4561.0, 4515.0, 4551.0, 4527.0, 4557.0, 4516.0, 4555.0, 4511.0, 4525.0, 4540.0, 4515.0, 4565.0, 4522.0, 4563.0, 4534.0, 4580.0, 4507.0, 4546.0, 4490.0, 4552.0, 4516.0, 4564.0, 4542.0, 4548.0, 4551.0, 4582.0, 4552.0, 4581.0, 4552.0, 4530.0, 4560.0, 4539.0, 4557.0, 4567.0, 4545.0, 4577.0, 4546.0, 4555.0, 4546.0, 4556.0, 4512.0, 4530.0, 4500.0, 4510.0, 4539.0, 4513.0, 4552.0, 4523.0, 4540.0, 4491.0, 4540.0, 4501.0, 4540.0, 4500.0, 4531.0, 4510.0, 4513.0, 4564.0, 4513.0, 4552.0, 4501.0, 4541.0, 4502.0, 4541.0, 4504.0, 4555.0, 4503.0, 4544.0, 4522.0, 4513.0, 4552.0, 4516.0, 4565.0, 4504.0, 4543.0, 4502.0, 4533.0, 4529.0, 4510.0, 4560.0, 4515.0, 4554.0, 4502.0, 4543.0, 4522.0, 4513.0, 4562.0, 4515.0, 4544.0, 4504.0, 4544.0, 4513.0, 4525.0, 4564.0, 4514.0, 4562.0, 4513.0, 4544.0, 4514.0, 4535.0, 4546.0, 4528.0, 4566.0, 4514.0, 4566.0, 4527.0, 4558.0, 4528.0, 4559.0, 4528.0, 4549.0, 4578.0, 4539.0, 4588.0, 4543.0, 4569.0, 4518.0, 4568.0, 4529.0, 4558.0, 4530.0, 4572.0, 4532.0, 4583.0, 4531.0, 4572.0, 4561.0, 4564.0, 4582.0, 4553.0, 4578.0, 4550.0, 4580.0, 4551.0, 4580.0, 4528.0, 4568.0, 4517.0, 4546.0, 4525.0, 4536.0, 4566.0, 4536.0, 4565.0, 4526.0, 4553.0, 4504.0, 4553.0, 4508.0, 4568.0, 4529.0, 4557.0, 4503.0, 4534.0, 4535.0, 4536.0, 4553.0, 4522.0, 4564.0, 4524.0, 4553.0, 4504.0, 4554.0, 4516.0, 4555.0, 4505.0, 4554.0, 4494.0, 4546.0, 4534.0, 4524.0, 4542.0, 4522.0, 4562.0, 4512.0, 4551.0, 4500.0, 4532.0, 4500.0, 4510.0, 4550.0, 4497.0, 4540.0, 4503.0, 4532.0, 4520.0, 4511.0, 4550.0, 4498.0, 4541.0, 4490.0, 4530.0, 4498.0, 4509.0, 4551.0, 4512.0, 4541.0, 4490.0, 4530.0, 4490.0, 4523.0, 4502.0, 4524.0, 4542.0, 4514.0, 4564.0, 4517.0, 4555.0, 4505.0, 4545.0, 4504.0, 4533.0, 4525.0, 4527.0, 4567.0, 4529.0, 4567.0, 4528.0, 4567.0, 4517.0, 4557.0, 4517.0, 4558.0, 4526.0, 4565.0, 4599.0, 4546.0, 4527.0, 4521.0, 4530.0, 4536.0, 4530.0, 4571.0, 4540.0, 4582.0, 4544.0, 4580.0, 4553.0, 4581.0, 4557.0, 4583.0, 4543.0, 4571.0, 4530.0, 4567.0, 4539.0, 4558.0, 4528.0, 4537.0, 4555.0, 4525.0, 4565.0, 4525.0, 4554.0, 4516.0, 4556.0, 4528.0, 4546.0, 4547.0, 4527.0, 4565.0, 4515.0, 4551.0, 4524.0, 4546.0, 4514.0, 4536.0, 4531.0, 4517.0, 4566.0, 4517.0, 4545.0, 4525.0, 4546.0, 4525.0, 4535.0, 4565.0, 4530.0, 4568.0, 4528.0, 4557.0, 4528.0, 4551.0, 4528.0, 4530.0, 4557.0, 4528.0, 4567.0, 4542.0, 4571.0, 4540.0, 4550.0, 4539.0, 4527.0, 4581.0, 4542.0, 4568.0, 4540.0, 4559.0, 4538.0, 4554.0, 4550.0, 4542.0, 4567.0, 4539.0, 4568.0, 4553.0, 4572.0, 4539.0, 4548.0, 4559.0, 4553.0, 4580.0, 4551.0, 4569.0, 4539.0, 4560.0, 4552.0, 4551.0, 4557.0, 4529.0, 4568.0, 4550.0, 4569.0, 4539.0, 4556.0, 4526.0, 4530.0, 4569.0, 4538.0, 4569.0, 4538.0, 4568.0, 4552.0, 4567.0, 4528.0, 4549.0, 4527.0, 4528.0, 4557.0, 4542.0, 4569.0, 4551.0, 4569.0, 4540.0, 4560.0, 4551.0, 4553.0, 4587.0, 4555.0, 4570.0, 4553.0, 4572.0, 4562.0, 4562.0, 4550.0, 4562.0, 4562.0, 4576.0, 4554.0, 4573.0, 4550.0, 4542.0, 4585.0, 4553.0, 4583.0, 4550.0, 4570.0, 4541.0, 4561.0, 4529.0, 4540.0, 4527.0, 4527.0, 4557.0, 4529.0, 4557.0, 4527.0, 4546.0, 4514.0, 4523.0, 4525.0, 4516.0, 4534.0, 4515.0, 4551.0, 4524.0, 4556.0, 4525.0, 4533.0, 4513.0, 4514.0, 4522.0, 4514.0, 4552.0, 4514.0, 4544.0, 4524.0, 4535.0, 4514.0, 4512.0, 4556.0, 4526.0, 4545.0, 4527.0, 4544.0, 4523.0, 4534.0, 4525.0, 4525.0, 4525.0, 4539.0, 4550.0, 4541.0, 4557.0, 4542.0, 4547.0, 4525.0, 4546.0, 4540.0, 4557.0, 4541.0, 4560.0, 4541.0, 4558.0, 4553.0, 4550.0, 4536.0, 4537.0], 'WindowWidth': [10150.0, 10141.0, 10051.0, 10040.0, 9994.0, 10017.0, 9972.0, 10019.0, 10012.0, 9978.0, 9997.0, 9952.0, 9964.0, 9934.0, 9961.0, 9933.0, 9966.0, 9963.0, 9950.0, 9975.0, 9950.0, 9989.0, 9956.0, 9954.0, 9929.0, 9950.0, 9975.0, 9974.0, 9999.0, 9976.0, 9980.0, 9954.0, 9984.0, 9958.0, 9998.0, 9991.0, 9991.0, 10001.0, 9976.0, 9985.0, 9976.0, 10030.0, 10002.0, 10014.0, 9976.0, 9980.0, 10022.0, 10006.0, 10010.0, 9980.0, 10024.0, 9962.0, 9995.0, 10031.0, 10001.0, 10026.0, 9980.0, 9993.0, 9974.0, 10028.0, 9996.0, 9997.0, 10020.0, 9978.0, 10011.0, 10005.0, 10012.0, 9965.0, 9993.0, 10004.0, 9999.0, 10039.0, 9984.0, 10006.0, 9972.0, 10003.0, 9983.0, 10004.0, 10021.0, 9986.0, 10002.0, 9976.0, 10004.0, 9979.0, 10012.0, 9989.0, 9975.0, 10000.0, 9956.0, 10002.0, 9995.0, 9988.0, 9957.0, 9986.0, 9969.0, 9979.0, 10000.0, 9975.0, 9983.0, 9948.0, 9965.0, 9958.0, 9970.0, 9994.0, 9952.0, 9979.0, 9952.0, 9987.0, 9961.0, 9969.0, 9936.0, 9952.0, 9994.0, 9971.0, 9988.0, 9969.0, 9978.0, 9951.0, 9964.0, 9973.0, 9987.0, 9983.0, 9970.0, 9977.0, 9971.0, 9992.0, 9978.0, 10006.0, 9964.0, 9994.0, 9979.0, 10015.0, 10020.0, 10002.0, 10023.0, 9991.0, 10003.0, 9988.0, 10029.0, 9966.0, 9999.0, 10001.0, 9979.0, 10020.0, 9981.0, 10006.0, 9979.0, 10009.0, 9965.0, 10015.0, 10024.0, 9980.0, 10002.0, 9959.0, 10000.0, 9982.0, 9993.0, 9965.0, 9980.0, 10003.0, 9963.0, 9999.0, 9987.0, 10040.0, 9983.0, 9987.0, 9958.0, 9999.0, 9964.0, 10006.0, 9963.0, 9989.0, 9954.0, 9991.0, 9982.0, 9993.0, 10020.0, 9960.0, 9998.0, 9953.0, 9986.0, 9978.0, 9977.0, 10001.0, 9960.0, 9986.0, 9975.0, 10009.0, 9984.0, 9970.0, 9999.0, 9960.0, 9988.0, 9967.0, 9997.0, 9988.0, 9974.0, 10011.0, 9971.0, 10008.0, 9980.0, 10009.0, 9963.0, 9994.0, 9984.0, 9999.0, 10019.0, 9981.0, 10006.0, 9961.0, 9995.0, 9980.0, 9995.0, 10017.0, 9976.0, 10001.0, 9983.0, 10005.0, 9957.0, 9986.0, 9983.0, 9962.0, 10013.0, 9974.0, 9987.0, 9956.0, 9985.0, 9975.0, 9980.0, 10015.0, 9975.0, 9999.0, 9963.0, 10006.0, 9959.0, 9990.0, 9982.0, 9957.0, 10018.0, 9980.0, 10021.0, 9958.0, 9986.0, 9944.0, 9991.0, 10016.0, 9971.0, 9999.0, 9961.0, 9988.0, 9974.0, 9995.0, 9983.0, 9978.0, 10017.0, 9976.0, 10005.0, 9984.0, 10010.0, 9965.0, 9982.0, 10001.0, 10000.0, 10020.0, 9985.0, 10006.0, 9981.0, 10018.0, 10000.0, 10019.0, 10004.0, 9992.0, 10041.0, 10006.0, 10027.0, 9984.0, 10011.0, 9967.0, 10014.0, 9996.0, 10000.0, 10006.0, 9979.0, 10044.0, 9985.0, 10025.0, 9968.0, 10003.0, 10004.0, 10012.0, 9981.0, 9995.0, 9950.0, 9979.0, 10013.0, 9976.0, 10015.0, 9972.0, 10010.0, 9968.0, 10000.0, 9984.0, 9971.0, 10018.0, 9997.0, 10017.0, 9976.0, 10004.0, 9961.0, 9988.0, 9970.0, 10011.0, 9966.0, 9999.0, 9978.0, 9976.0, 10028.0, 9982.0, 10039.0, 9977.0, 10005.0, 9957.0, 10011.0, 9982.0, 10010.0, 9959.0, 9989.0, 9970.0, 9982.0, 10016.0, 9964.0, 10000.0, 9955.0, 10006.0, 9984.0, 10006.0, 9972.0, 10003.0, 9962.0, 10009.0, 9965.0, 10011.0, 9970.0, 9958.0, 10003.0, 9981.0, 10001.0, 9976.0, 9997.0, 9959.0, 9991.0, 9970.0, 10001.0, 9956.0, 9971.0, 9963.0, 9976.0, 10000.0, 9962.0, 9999.0, 9977.0, 10005.0, 9977.0, 10004.0, 9956.0, 9973.0, 9969.0, 9995.0, 10003.0, 9962.0, 10018.0, 9981.0, 10002.0, 9976.0, 9994.0, 9960.0, 10007.0, 9980.0, 10009.0, 9946.0, 9990.0, 9976.0, 9982.0, 10014.0, 9964.0, 9995.0, 9960.0, 10005.0, 9964.0, 10005.0, 9943.0, 9974.0, 9991.0, 9975.0, 10017.0, 9961.0, 9999.0, 9958.0, 9990.0, 9976.0, 9977.0, 9956.0, 9973.0, 10019.0, 9982.0, 10006.0, 9969.0, 9999.0, 9979.0, 10009.0, 9964.0, 9993.0, 9972.0, 9970.0, 10015.0, 9980.0, 10020.0, 9966.0, 10002.0, 9962.0, 9995.0, 9983.0, 9997.0, 10006.0, 9980.0, 10020.0, 10000.0, 10025.0, 9981.0, 10010.0, 9961.0, 9978.0, 9994.0, 9996.0, 10016.0, 9980.0, 9999.0, 9959.0, 9992.0, 9964.0, 9980.0, 9986.0, 9975.0, 10012.0, 9999.0, 10009.0, 9978.0, 10007.0, 9957.0, 9991.0, 10018.0, 9984.0, 10017.0, 9979.0, 10007.0, 9959.0, 10001.0, 10005.0, 9997.0, 10023.0, 9979.0, 10003.0, 9988.0, 10012.0, 9967.0, 9998.0, 9998.0, 9983.0, 10023.0, 9999.0, 10009.0, 9963.0, 9992.0, 9980.0, 9998.0, 9994.0, 9983.0, 10019.0, 9963.0, 10020.0, 9986.0, 10015.0, 9979.0, 9994.0, 9967.0, 10001.0, 10021.0, 9984.0, 10021.0, 9981.0, 10014.0, 9982.0, 10013.0, 9950.0, 9994.0, 10011.0, 9998.0, 10023.0, 9978.0, 10002.0, 9963.0, 10006.0, 9964.0, 10006.0, 9951.0, 9972.0, 9966.0, 9978.0, 10004.0, 9955.0, 9985.0, 9958.0, 10004.0, 9978.0, 10003.0, 9961.0, 9986.0, 9981.0, 9991.0, 9960.0, 9972.0, 9960.0, 9975.0, 9977.0, 9996.0, 10010.0, 9980.0, 10000.0, 9979.0, 10004.0, 9964.0, 9988.0, 9961.0, 9993.0, 9971.0, 9995.0, 9977.0, 9977.0, 10003.0, 9984.0, 10022.0, 9982.0, 9997.0, 9963.0, 9989.0, 9990.0, 10007.0, 9969.0, 10008.0, 9965.0, 9995.0, 9976.0, 10000.0, 10010.0, 9982.0, 9999.0, 9988.0, 10023.0, 9986.0, 10005.0, 9965.0, 10012.0, 9991.0, 10015.0, 9967.0, 10007.0, 9950.0, 9999.0, 9989.0, 9977.0, 9986.0, 9956.0, 10000.0, 9975.0, 10000.0, 9959.0, 9984.0, 9939.0, 9968.0, 9947.0, 9974.0, 9983.0, 9954.0, 9982.0, 9952.0, 9965.0, 9957.0, 9986.0, 9940.0, 9972.0, 9949.0, 9954.0, 10003.0, 9978.0, 9997.0, 9978.0, 9984.0, 9960.0, 9991.0, 9986.0, 10008.0, 9980.0, 9995.0, 9969.0, 10002.0, 9965.0, 10000.0, 9978.0, 9982.0, 10008.0, 10002.0, 10024.0, 9984.0, 10016.0, 9980.0, 10027.0, 9985.0, 10007.0, 9977.0, 10004.0, 9984.0, 10011.0, 9979.0, 10008.0, 9947.0, 9980.0, 9993.0, 10021.0, 10037.0, 10017.0, 9991.0, 9968.0, 9946.0, 9983.0, 9955.0, 9962.0, 9967.0, 9962.0, 9972.0, 10000.0, 9971.0, 9998.0, 9968.0, 9980.0, 9931.0, 9961.0, 9908.0, 9946.0, 9964.0, 9919.0, 9946.0, 9895.0, 9909.0, 9873.0, 9887.0, 9853.0, 9870.0, 9881.0, 9870.0, 9927.0, 9880.0, 9924.0, 9818.0, 9849.0, 9821.0, 9877.0, 9857.0, 9908.0, 9886.0, 9910.0, 9936.0, 9910.0, 9958.0, 9925.0, 9972.0, 9940.0, 9976.0, 9922.0, 9970.0, 9907.0, 9961.0, 9941.0, 9988.0, 9932.0, 9984.0, 9930.0, 9983.0, 9958.0, 9992.0, 9990.0, 9960.0, 9984.0, 9942.0, 10017.0, 9947.0, 9976.0, 9927.0, 9977.0, 9924.0, 9965.0, 9937.0, 9941.0, 9994.0, 9920.0, 9975.0, 9906.0, 9960.0, 9907.0, 9935.0, 9969.0, 9925.0, 9976.0, 9916.0, 9990.0, 9908.0, 9972.0, 9911.0, 9971.0, 9907.0, 9956.0, 9906.0, 9950.0, 9960.0, 9917.0, 9987.0, 9932.0, 9987.0, 9930.0, 9959.0, 9935.0, 9925.0, 10017.0, 9952.0, 9991.0, 9948.0, 9976.0, 9969.0, 9993.0, 10009.0, 9977.0, 10007.0, 9988.0, 10022.0, 9989.0, 10010.0, 9973.0, 9974.0, 10034.0, 10018.0, 10022.0, 9992.0, 10009.0, 9985.0, 10004.0, 10051.0, 9998.0, 10025.0, 9985.0, 10037.0, 10000.0, 10031.0, 10031.0, 9986.0, 10070.0, 9998.0, 10047.0, 9971.0, 10027.0, 9996.0, 9990.0, 10027.0, 9967.0, 10015.0, 9959.0, 10011.0, 10004.0, 9977.0, 10039.0, 9969.0, 10001.0, 9977.0, 10031.0, 9963.0, 9977.0, 10020.0, 9960.0, 10023.0, 10000.0, 10042.0, 9995.0, 9951.0, 10032.0, 9980.0, 10032.0, 9974.0, 9994.0, 9967.0, 9995.0, 10009.0, 10002.0, 10052.0, 9981.0, 10038.0, 9999.0, 10042.0, 9999.0, 10038.0, 9971.0, 10014.0, 10024.0, 10012.0, 10050.0, 10008.0, 10023.0, 9976.0, 10045.0, 9996.0, 10047.0, 9966.0, 10027.0, 9966.0, 10015.0, 10005.0, 9998.0, 10002.0, 9952.0, 10016.0, 9982.0, 10022.0, 9996.0, 10009.0, 9941.0, 9987.0, 9938.0, 9988.0, 9985.0, 9952.0, 9977.0, 9927.0, 9989.0, 9927.0, 9973.0, 9950.0, 9988.0, 9930.0, 9981.0, 9920.0, 9940.0, 9958.0, 9926.0, 9996.0, 9935.0, 9991.0, 9957.0, 10026.0, 9920.0, 9970.0, 9883.0, 9973.0, 9933.0, 9992.0, 9977.0, 9978.0, 9987.0, 10033.0, 9992.0, 10028.0, 9990.0, 9956.0, 9997.0, 9967.0, 9991.0, 10002.0, 9971.0, 10018.0, 9970.0, 9984.0, 9975.0, 9986.0, 9919.0, 9941.0, 9898.0, 9913.0, 9951.0, 9922.0, 9974.0, 9935.0, 9954.0, 9889.0, 9953.0, 9904.0, 9954.0, 9899.0, 9941.0, 9912.0, 9921.0, 9995.0, 9923.0, 9974.0, 9904.0, 9955.0, 9906.0, 9957.0, 9913.0, 9983.0, 9909.0, 9966.0, 9933.0, 9923.0, 9976.0, 9931.0, 9997.0, 9912.0, 9964.0, 9905.0, 9949.0, 9942.0, 9918.0, 9987.0, 9930.0, 9979.0, 9907.0, 9963.0, 9933.0, 9923.0, 9989.0, 9931.0, 9967.0, 9913.0, 9966.0, 9924.0, 9941.0, 9994.0, 9930.0, 9991.0, 9926.0, 9967.0, 9926.0, 9956.0, 9973.0, 9953.0, 9999.0, 9931.0, 9998.0, 9950.0, 9993.0, 9956.0, 9996.0, 9952.0, 9982.0, 10020.0, 9969.0, 10040.0, 9983.0, 10010.0, 9940.0, 10005.0, 9955.0, 9994.0, 9959.0, 10021.0, 9965.0, 10034.0, 9961.0, 10017.0, 10001.0, 10010.0, 10033.0, 9993.0, 10024.0, 9985.0, 10025.0, 9989.0, 10027.0, 9952.0, 10005.0, 9932.0, 9972.0, 9942.0, 9956.0, 10001.0, 9959.0, 9997.0, 9944.0, 9978.0, 9912.0, 9977.0, 9926.0, 10007.0, 9955.0, 9987.0, 9910.0, 9951.0, 9955.0, 9958.0, 9979.0, 9935.0, 9996.0, 9938.0, 9977.0, 9913.0, 9982.0, 9932.0, 9983.0, 9915.0, 9980.0, 9899.0, 9973.0, 9953.0, 9938.0, 9960.0, 9933.0, 9988.0, 9919.0, 9973.0, 9905.0, 9946.0, 9901.0, 9914.0, 9968.0, 9896.0, 9952.0, 9909.0, 9945.0, 9928.0, 9915.0, 9967.0, 9897.0, 9956.0, 9887.0, 9939.0, 9895.0, 9910.0, 9971.0, 9922.0, 9955.0, 9888.0, 9939.0, 9889.0, 9938.0, 9910.0, 9939.0, 9962.0, 9926.0, 9994.0, 9937.0, 9984.0, 9916.0, 9969.0, 9914.0, 9953.0, 9943.0, 9948.0, 10004.0, 9958.0, 10005.0, 9954.0, 10003.0, 9937.0, 9989.0, 9936.0, 9991.0, 9949.0, 10014.0, 10068.0, 9987.0, 9946.0, 9946.0, 9958.0, 9962.0, 9958.0, 10016.0, 9972.0, 10031.0, 9985.0, 10026.0, 9993.0, 10029.0, 10006.0, 10032.0, 9979.0, 10012.0, 9956.0, 10004.0, 9970.0, 9992.0, 9952.0, 9963.0, 9986.0, 9944.0, 9998.0, 9943.0, 9980.0, 9930.0, 9985.0, 9952.0, 9972.0, 9973.0, 9944.0, 9997.0, 9928.0, 9973.0, 9942.0, 9971.0, 9925.0, 9956.0, 9945.0, 9933.0, 9999.0, 9932.0, 9967.0, 9942.0, 9970.0, 9942.0, 9956.0, 10000.0, 9956.0, 10003.0, 9951.0, 9986.0, 9950.0, 9985.0, 9950.0, 9955.0, 9988.0, 9952.0, 10004.0, 9976.0, 10013.0, 9970.0, 9983.0, 9965.0, 9951.0, 10030.0, 9976.0, 10006.0, 9969.0, 9994.0, 9965.0, 9996.0, 9985.0, 9974.0, 10004.0, 9966.0, 10006.0, 9992.0, 10017.0, 9966.0, 9978.0, 9995.0, 9992.0, 10024.0, 9986.0, 10007.0, 9967.0, 9997.0, 9990.0, 9986.0, 9990.0, 9953.0, 10006.0, 9985.0, 10007.0, 9965.0, 9988.0, 9946.0, 9957.0, 10009.0, 9966.0, 10007.0, 9964.0, 10002.0, 9990.0, 10006.0, 9950.0, 9979.0, 9948.0, 9951.0, 9993.0, 9974.0, 10009.0, 9986.0, 10008.0, 9969.0, 9996.0, 9988.0, 9991.0, 10045.0, 9997.0, 10011.0, 9994.0, 10018.0, 10004.0, 10003.0, 9985.0, 10001.0, 10005.0, 10028.0, 9993.0, 10022.0, 9984.0, 9974.0, 10038.0, 9993.0, 10031.0, 9983.0, 10009.0, 9970.0, 9998.0, 9951.0, 9967.0, 9945.0, 9945.0, 9986.0, 9950.0, 9989.0, 9944.0, 9969.0, 9920.0, 9935.0, 9939.0, 9929.0, 9950.0, 9925.0, 9973.0, 9938.0, 9982.0, 9940.0, 9948.0, 9918.0, 9920.0, 9931.0, 9921.0, 9973.0, 9922.0, 9961.0, 9935.0, 9951.0, 9922.0, 9918.0, 9983.0, 9944.0, 9965.0, 9946.0, 9963.0, 9934.0, 9949.0, 9941.0, 9942.0, 9941.0, 9965.0, 9983.0, 9974.0, 9987.0, 9974.0, 9972.0, 9942.0, 9968.0, 9967.0, 9989.0, 9972.0, 9995.0, 9970.0, 9992.0, 9992.0, 9985.0, 9961.0, 9962.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.0011608530805687204</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0625239433649289</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.073842470023706</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1788067473833992</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9478684171225299</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5251</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2969.675</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11371490879010328</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.846761453396525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.631158364611428</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.639449482525166</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659696027496996</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5943295838121205</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.011442</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.010189549066126347</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01736367493867874</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1266</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.495035501368597</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.0995</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.4728</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>262.4603</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289302.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1263.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>517.943</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7292</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.4339</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3690.6381</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3816.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87242.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1759.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4716.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.9317</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.846796615980566</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> |