=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-04/func/sub-0050_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>01821658a7f24d68d37a6846bb9f9dc9</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>14:12:12.137500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999057, 0.0406688, 0.0152266, -0.0408249, 0.999115, 0.010082]</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.0967441</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7778, -7205, 611, -67, -173, 38, 8]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>34a24d7b-44f9-4997-9c06-99b983fb593f||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68039608001709, -0.10953015834093094, 0.03996836021542549, 115.83123016357422], [-0.1091114804148674, 2.680553674697876, 0.028873981907963753, -82.14269256591797], [0.04085182026028633, -0.027049148455262184, 2.699549674987793, -37.81654739379883], [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': ['141212.137500', '141212.597500', '141213.057500', '141213.517500', '141213.977500', '141214.437500', '141214.897500', '141215.357500', '141215.817500', '141216.277500', '141216.737500', '141217.197500', '141217.657500', '141218.117500', '141218.577500', '141219.037500', '141219.497500', '141219.957500', '141220.417500', '141220.877500', '141221.337500', '141221.797500', '141222.257500', '141222.717500', '141223.177500', '141223.637500', '141224.097500', '141224.557500', '141225.017500', '141225.477500', '141225.937500', '141226.397500', '141226.857500', '141227.317500', '141227.777500', '141228.237500', '141228.697500', '141229.157500', '141229.617500', '141230.077500', '141230.537500', '141230.997500', '141231.457500', '141231.917500', '141232.377500', '141232.837500', '141233.297500', '141233.757500', '141234.217500', '141234.677500', '141235.137500', '141235.597500', '141236.057500', '141236.517500', '141236.977500', '141237.437500', '141237.897500', '141238.357500', '141238.817500', '141239.277500', '141239.737500', '141240.197500', '141240.657500', '141241.117500', '141241.577500', '141242.037500', '141242.497500', '141242.957500', '141243.417500', '141243.877500', '141244.337500', '141244.797500', '141245.257500', '141245.717500', '141246.177500', '141246.637500', '141247.097500', '141247.557500', '141248.017500', '141248.477500', '141248.937500', '141249.397500', '141249.857500', '141250.317500', '141250.777500', '141251.237500', '141251.697500', '141252.157500', '141252.617500', '141253.077500', '141253.537500', '141253.997500', '141254.457500', '141254.917500', '141255.377500', '141255.837500', '141256.297500', '141256.757500', '141257.217500', '141257.677500', '141258.137500', '141258.597500', '141259.057500', '141259.517500', '141259.977500', '141300.437500', '141300.897500', '141301.357500', '141301.817500', '141302.277500', '141302.737500', '141303.197500', '141303.657500', '141304.117500', '141304.577500', '141305.037500', '141305.497500', '141305.957500', '141306.417500', '141306.877500', '141307.337500', '141307.797500', '141308.257500', '141308.717500', '141309.177500', '141309.637500', '141310.097500', '141310.557500', '141311.017500', '141311.477500', '141311.937500', '141312.397500', '141312.857500', '141313.317500', '141313.777500', '141314.237500', '141314.697500', '141315.157500', '141315.617500', '141316.077500', '141316.537500', '141316.997500', '141317.457500', '141317.917500', '141318.377500', '141318.837500', '141319.297500', '141319.757500', '141320.217500', '141320.677500', '141321.137500', '141321.597500', '141322.057500', '141322.517500', '141322.977500', '141323.437500', '141323.897500', '141324.357500', '141324.817500', '141325.277500', '141325.737500', '141326.197500', '141326.657500', '141327.117500', '141327.577500', '141328.037500', '141328.497500', '141328.957500', '141329.417500', '141329.877500', '141330.337500', '141330.797500', '141331.257500', '141331.717500', '141332.177500', '141332.637500', '141333.097500', '141333.557500', '141334.017500', '141334.477500', '141334.937500', '141335.397500', '141335.857500', '141336.317500', '141336.777500', '141337.237500', '141337.697500', '141338.157500', '141338.617500', '141339.077500', '141339.537500', '141339.997500', '141340.457500', '141340.917500', '141341.377500', '141341.837500', '141342.297500', '141342.757500', '141343.217500', '141343.677500', '141344.137500', '141344.597500', '141345.057500', '141345.517500', '141345.977500', '141346.437500', '141346.897500', '141347.357500', '141347.817500', '141348.277500', '141348.737500', '141349.197500', '141349.657500', '141350.117500', '141350.577500', '141351.037500', '141351.497500', '141351.957500', '141352.417500', '141352.877500', '141353.337500', '141353.797500', '141354.257500', '141354.717500', '141355.177500', '141355.637500', '141356.097500', '141356.557500', '141357.017500', '141357.477500', '141357.937500', '141358.397500', '141358.857500', '141359.317500', '141359.777500', '141400.237500', '141400.697500', '141401.157500', '141401.617500', '141402.077500', '141402.537500', '141402.997500', '141403.457500', '141403.917500', '141404.377500', '141404.837500', '141405.297500', '141405.757500', '141406.217500', '141406.677500', '141407.137500', '141407.597500', '141408.057500', '141408.517500', '141408.977500', '141409.437500', '141409.897500', '141410.357500', '141410.817500', '141411.277500', '141411.737500', '141412.197500', '141412.657500', '141413.117500', '141413.577500', '141414.037500', '141414.497500', '141414.957500', '141415.417500', '141415.877500', '141416.337500', '141416.797500', '141417.257500', '141417.717500', '141418.177500', '141418.637500', '141419.097500', '141419.557500', '141420.017500', '141420.477500', '141420.937500', '141421.397500', '141421.857500', '141422.317500', '141422.777500', '141423.237500', '141423.697500', '141424.157500', '141424.617500', '141425.077500', '141425.537500', '141425.997500', '141426.457500', '141426.917500', '141427.377500', '141427.837500', '141428.297500', '141428.757500', '141429.217500', '141429.677500', '141430.137500', '141430.597500', '141431.057500', '141431.517500', '141431.977500', '141432.437500', '141432.897500', '141433.357500', '141433.817500', '141434.277500', '141434.737500', '141435.197500', '141435.657500', '141436.117500', '141436.577500', '141437.037500', '141437.497500', '141437.957500', '141438.417500', '141438.877500', '141439.337500', '141439.797500', '141440.257500', '141440.717500', '141441.177500', '141441.637500', '141442.097500', '141442.557500', '141443.017500', '141443.477500', '141443.937500', '141444.397500', '141444.857500', '141445.317500', '141445.777500', '141446.237500', '141446.697500', '141447.157500', '141447.617500', '141448.077500', '141448.537500', '141448.997500', '141449.457500', '141449.917500', '141450.377500', '141450.837500', '141451.297500', '141451.757500', '141452.217500', '141452.677500', '141453.137500', '141453.597500', '141454.057500', '141454.517500', '141454.977500', '141455.437500', '141455.897500', '141456.357500', '141456.817500', '141457.277500', '141457.737500', '141458.197500', '141458.657500', '141459.117500', '141459.577500', '141500.037500', '141500.497500', '141500.957500', '141501.417500', '141501.877500', '141502.337500', '141502.797500', '141503.257500', '141503.717500', '141504.177500', '141504.637500', '141505.097500', '141505.557500', '141506.017500', '141506.477500', '141506.937500', '141507.397500', '141507.857500', '141508.317500', '141508.777500', '141509.237500', '141509.697500', '141510.157500', '141510.617500', '141511.077500', '141511.537500', '141511.997500', '141512.457500', '141512.917500', '141513.377500', '141513.837500', '141514.297500', '141514.757500', '141515.217500', '141515.677500', '141516.137500', '141516.597500', '141517.057500', '141517.517500', '141517.977500', '141518.437500', '141518.897500', '141519.357500', '141519.817500', '141520.277500', '141520.737500', '141521.197500', '141521.657500', '141522.117500', '141522.577500', '141523.037500', '141523.497500', '141523.957500', '141524.417500', '141524.877500', '141525.337500', '141525.797500', '141526.257500', '141526.717500', '141527.177500', '141527.637500', '141528.097500', '141528.557500', '141529.017500', '141529.477500', '141529.937500', '141530.397500', '141530.857500', '141531.317500', '141531.777500', '141532.237500', '141532.697500', '141533.157500', '141533.617500', '141534.077500', '141534.537500', '141534.997500', '141535.457500', '141535.917500', '141536.377500', '141536.837500', '141537.297500', '141537.757500', '141538.217500', '141538.677500', '141539.137500', '141539.597500', '141540.057500', '141540.517500', '141540.977500', '141541.437500', '141541.897500', '141542.357500', '141542.817500', '141543.277500', '141543.737500', '141544.197500', '141544.657500', '141545.117500', '141545.577500', '141546.037500', '141546.497500', '141546.957500', '141547.417500', '141547.877500', '141548.337500', '141548.797500', '141549.257500', '141549.717500', '141550.177500', '141550.637500', '141551.097500', '141551.557500', '141552.017500', '141552.477500', '141552.937500', '141553.397500', '141553.857500', '141554.317500', '141554.777500', '141555.237500', '141555.697500', '141556.157500', '141556.617500', '141557.077500', '141557.537500', '141557.997500', '141558.457500', '141558.917500', '141559.377500', '141559.837500', '141600.297500', '141600.757500', '141601.217500', '141601.677500', '141602.137500', '141602.597500', '141603.057500', '141603.517500', '141603.977500', '141604.437500', '141604.897500', '141605.357500', '141605.817500', '141606.277500', '141606.737500', '141607.197500', '141607.657500', '141608.117500', '141608.577500', '141609.037500', '141609.497500', '141609.957500', '141610.417500', '141610.877500', '141611.337500', '141611.797500', '141612.257500', '141612.717500', '141613.177500', '141613.637500', '141614.097500', '141614.557500', '141615.017500', '141615.477500', '141615.937500', '141616.397500', '141616.857500', '141617.317500', '141617.777500', '141618.237500', '141618.697500', '141619.157500', '141619.617500', '141620.077500', '141620.537500', '141620.997500', '141621.457500', '141621.917500', '141622.377500', '141622.837500', '141623.297500', '141623.757500', '141624.217500', '141624.677500', '141625.137500', '141625.597500', '141626.057500', '141626.517500', '141626.977500', '141627.437500', '141627.897500', '141628.357500', '141628.817500', '141629.277500', '141629.737500', '141630.197500', '141630.657500', '141631.117500', '141631.577500', '141632.037500', '141632.497500', '141632.957500', '141633.417500', '141633.877500', '141634.337500', '141634.797500', '141635.257500', '141635.717500', '141636.177500', '141636.637500', '141637.097500', '141637.557500', '141638.017500', '141638.477500', '141638.937500', '141639.397500', '141639.857500', '141640.317500', '141640.777500', '141641.237500', '141641.697500', '141642.157500', '141642.617500', '141643.077500', '141643.537500', '141643.997500', '141644.457500', '141644.917500', '141645.377500', '141645.837500', '141646.297500', '141646.757500', '141647.217500', '141647.677500', '141648.137500', '141648.597500', '141649.057500', '141649.517500', '141649.977500', '141650.437500', '141650.897500', '141651.357500', '141651.817500', '141652.277500', '141652.737500', '141653.197500', '141653.657500', '141654.117500', '141654.577500', '141655.037500', '141655.497500', '141655.957500', '141656.417500', '141656.877500', '141657.337500', '141657.797500', '141658.257500', '141658.717500', '141659.177500', '141659.637500', '141700.097500', '141700.557500', '141701.017500', '141701.477500', '141701.937500', '141702.397500', '141702.857500', '141703.317500', '141703.777500', '141704.237500', '141704.697500', '141705.157500', '141705.617500', '141706.077500', '141706.537500', '141706.997500', '141707.457500', '141707.917500', '141708.377500', '141708.837500', '141709.297500', '141709.757500', '141710.217500', '141710.677500', '141711.137500', '141711.597500', '141712.057500', '141712.517500', '141712.977500', '141713.437500', '141713.897500', '141714.357500', '141714.817500', '141715.277500', '141715.737500', '141716.197500', '141716.657500', '141717.117500', '141717.577500', '141718.037500', '141718.497500', '141718.957500', '141719.417500', '141719.877500', '141720.337500', '141720.797500', '141721.257500', '141721.717500', '141722.177500', '141722.637500', '141723.097500', '141723.557500', '141724.017500', '141724.477500', '141724.937500', '141725.397500', '141725.857500', '141726.317500', '141726.777500', '141727.237500', '141727.697500', '141728.157500', '141728.617500', '141729.077500', '141729.537500', '141729.997500', '141730.457500', '141730.917500', '141731.377500', '141731.837500', '141732.297500', '141732.757500', '141733.217500', '141733.677500', '141734.137500', '141734.597500', '141735.057500', '141735.517500', '141735.977500', '141736.437500', '141736.897500', '141737.357500', '141737.817500', '141738.277500', '141738.737500', '141739.197500', '141739.657500', '141740.117500', '141740.577500', '141741.037500', '141741.497500', '141741.957500', '141742.417500', '141742.877500', '141743.337500', '141743.797500', '141744.257500', '141744.717500', '141745.177500', '141745.637500', '141746.097500', '141746.557500', '141747.017500', '141747.477500', '141747.937500', '141748.397500', '141748.857500', '141749.317500', '141749.777500', '141750.237500', '141750.697500', '141751.157500', '141751.617500', '141752.077500', '141752.537500', '141752.997500', '141753.457500', '141753.917500', '141754.377500', '141754.837500', '141755.297500', '141755.757500', '141756.217500', '141756.677500', '141757.137500', '141757.597500', '141758.057500', '141758.517500', '141758.977500', '141759.437500', '141759.897500', '141800.357500', '141800.817500', '141801.277500', '141801.737500', '141802.197500', '141802.657500', '141803.117500', '141803.577500', '141804.037500', '141804.497500', '141804.957500', '141805.417500', '141805.877500', '141806.337500', '141806.797500', '141807.257500', '141807.717500', '141808.177500', '141808.637500', '141809.097500', '141809.557500', '141810.017500', '141810.477500', '141810.937500', '141811.397500', '141811.857500', '141812.317500', '141812.777500', '141813.237500', '141813.697500', '141814.157500', '141814.617500', '141815.077500', '141815.537500', '141815.997500', '141816.457500', '141816.917500', '141817.377500', '141817.837500', '141818.297500', '141818.757500', '141819.217500', '141819.677500', '141820.137500', '141820.597500', '141821.057500', '141821.517500', '141821.977500', '141822.437500', '141822.897500', '141823.357500', '141823.817500', '141824.277500', '141824.737500', '141825.197500', '141825.657500', '141826.117500', '141826.577500', '141827.037500', '141827.497500', '141827.957500', '141828.417500', '141828.877500', '141829.337500', '141829.797500', '141830.257500', '141830.717500', '141831.177500', '141831.637500', '141832.097500', '141832.557500', '141833.017500', '141833.477500', '141833.937500', '141834.397500', '141834.857500', '141835.317500', '141835.777500', '141836.237500', '141836.697500', '141837.157500', '141837.617500', '141838.077500', '141838.537500', '141838.997500', '141839.457500', '141839.917500', '141840.377500', '141840.837500', '141841.297500', '141841.757500', '141842.217500', '141842.677500', '141843.137500', '141843.597500', '141844.057500', '141844.517500', '141844.977500', '141845.437500', '141845.897500', '141846.357500', '141846.817500', '141847.277500', '141847.737500', '141848.197500', '141848.657500', '141849.117500', '141849.577500', '141850.037500', '141850.497500', '141850.957500', '141851.417500', '141851.877500', '141852.337500', '141852.797500', '141853.257500', '141853.717500', '141854.177500', '141854.637500', '141855.097500', '141855.557500', '141856.017500', '141856.477500', '141856.937500', '141857.397500', '141857.857500', '141858.317500', '141858.777500', '141859.237500', '141859.697500', '141900.157500', '141900.617500', '141901.077500', '141901.537500', '141901.997500', '141902.457500', '141902.917500', '141903.377500', '141903.837500', '141904.297500', '141904.757500', '141905.217500', '141905.677500', '141906.137500', '141906.597500', '141907.057500', '141907.517500', '141907.977500', '141908.437500', '141908.897500', '141909.357500', '141909.817500', '141910.277500', '141910.737500', '141911.197500', '141911.657500', '141912.117500', '141912.577500', '141913.037500', '141913.497500', '141913.957500', '141914.417500', '141914.877500', '141915.337500', '141915.797500', '141916.257500', '141916.717500', '141917.177500', '141917.637500', '141918.097500', '141918.557500', '141919.017500', '141919.477500', '141919.937500', '141920.397500', '141920.857500', '141921.317500', '141921.777500', '141922.237500', '141922.697500', '141923.157500', '141923.617500', '141924.077500', '141924.537500', '141924.997500', '141925.457500', '141925.917500', '141926.377500', '141926.837500', '141927.297500', '141927.757500', '141928.217500', '141928.677500', '141929.137500', '141929.597500', '141930.057500', '141930.517500', '141930.977500', '141931.437500', '141931.897500', '141932.357500', '141932.817500', '141933.277500', '141933.737500', '141934.197500', '141934.657500', '141935.117500', '141935.577500', '141936.037500', '141936.497500', '141936.957500', '141937.417500', '141937.877500', '141938.337500', '141938.797500', '141939.257500', '141939.717500', '141940.177500', '141940.637500', '141941.097500', '141941.557500', '141942.017500', '141942.477500', '141942.937500', '141943.397500', '141943.857500', '141944.317500', '141944.777500', '141945.237500', '141945.697500', '141946.157500', '141946.617500', '141947.077500', '141947.537500', '141947.997500', '141948.457500', '141948.917500', '141949.377500', '141949.837500', '141950.297500', '141950.757500', '141951.217500', '141951.677500', '141952.137500', '141952.597500', '141953.057500', '141953.517500', '141953.977500', '141954.437500', '141954.897500', '141955.357500', '141955.817500', '141956.277500', '141956.737500', '141957.197500', '141957.657500', '141958.117500', '141958.577500', '141959.037500', '141959.497500', '141959.957500', '142000.417500', '142000.877500', '142001.337500', '142001.797500', '142002.257500', '142002.717500', '142003.177500', '142003.637500', '142004.097500', '142004.557500', '142005.017500', '142005.477500', '142005.937500', '142006.397500', '142006.857500', '142007.317500', '142007.777500', '142008.237500', '142008.697500', '142009.157500', '142009.617500', '142010.077500', '142010.537500', '142010.997500', '142011.457500', '142011.917500', '142012.377500', '142012.837500', '142013.297500', '142013.757500', '142014.217500', '142014.677500', '142015.137500', '142015.597500', '142016.057500', '142016.517500', '142016.977500', '142017.437500', '142017.897500', '142018.357500', '142018.817500', '142019.277500', '142019.737500', '142020.197500', '142020.657500', '142021.117500', '142021.577500', '142022.037500', '142022.497500', '142022.957500', '142023.417500', '142023.877500', '142024.337500', '142024.797500', '142025.257500', '142025.717500', '142026.177500', '142026.637500', '142027.097500', '142027.557500', '142028.017500', '142028.477500', '142028.937500', '142029.397500', '142029.857500', '142030.317500', '142030.777500', '142031.237500', '142031.697500', '142032.157500', '142032.617500', '142033.077500', '142033.537500', '142033.997500', '142034.457500', '142034.917500', '142035.377500', '142035.837500', '142036.297500', '142036.757500', '142037.217500', '142037.677500', '142038.137500', '142038.597500', '142039.057500', '142039.517500', '142039.977500', '142040.437500', '142040.897500', '142041.357500', '142041.817500', '142042.277500', '142042.737500', '142043.197500', '142043.657500', '142044.117500', '142044.577500', '142045.037500', '142045.497500', '142045.957500', '142046.417500', '142046.877500', '142047.337500', '142047.797500', '142048.257500', '142048.717500', '142049.177500', '142049.637500', '142050.097500', '142050.557500', '142051.017500', '142051.477500', '142051.937500', '142052.397500', '142052.857500', '142053.317500', '142053.777500', '142054.237500', '142054.697500', '142055.157500', '142055.617500', '142056.077500', '142056.537500', '142056.997500', '142057.457500', '142057.917500', '142058.377500', '142058.837500', '142059.297500', '142059.757500', '142100.217500', '142100.677500', '142101.137500', '142101.597500', '142102.057500', '142102.517500', '142102.977500', '142103.437500', '142103.897500', '142104.357500', '142104.817500', '142105.277500', '142105.737500', '142106.197500', '142106.657500', '142107.117500', '142107.577500', '142108.037500', '142108.497500', '142108.957500', '142109.417500', '142109.877500', '142110.337500', '142110.797500', '142111.257500', '142111.717500', '142112.177500', '142112.637500', '142113.097500', '142113.557500', '142114.017500', '142114.477500', '142114.937500', '142115.397500', '142115.857500', '142116.317500', '142116.777500', '142117.237500', '142117.697500', '142118.157500', '142118.617500', '142119.077500', '142119.537500', '142119.997500', '142120.457500', '142120.917500', '142121.377500', '142121.837500', '142122.297500', '142122.757500', '142123.217500', '142123.677500', '142124.137500', '142124.597500', '142125.057500', '142125.517500', '142125.977500', '142126.437500', '142126.897500', '142127.357500', '142127.817500', '142128.277500', '142128.737500', '142129.197500', '142129.657500', '142130.117500', '142130.577500', '142131.037500', '142131.497500', '142131.957500', '142132.417500', '142132.877500', '142133.337500', '142133.797500', '142134.257500', '142134.717500', '142135.177500', '142135.637500', '142136.097500', '142136.557500', '142137.017500', '142137.477500', '142137.937500', '142138.397500', '142138.857500', '142139.317500', '142139.777500', '142140.237500', '142140.697500', '142141.157500', '142141.617500', '142142.077500', '142142.537500', '142142.997500', '142143.457500', '142143.917500', '142144.377500', '142144.837500', '142145.297500', '142145.757500', '142146.217500', '142146.677500', '142147.137500', '142147.597500', '142148.057500', '142148.517500', '142148.977500', '142149.437500', '142149.897500', '142150.357500', '142150.817500', '142151.277500', '142151.737500', '142152.197500', '142152.657500', '142153.117500', '142153.577500', '142154.037500', '142154.497500', '142154.957500'], 'ContentTime': ['141223.653000', '141223.656000', '141223.665000', '141223.667000', '141223.670000', '141223.672000', '141223.675000', '141223.678000', '141223.680000', '141223.683000', '141223.685000', '141223.688000', '141223.697000', '141223.703000', '141223.705000', '141223.708000', '141223.710000', '141223.713000', '141223.716000', '141223.718000', '141223.721000', '141223.724000', '141223.727000', '141243.625000', '141243.628000', '141243.631000', '141243.634000', '141243.636000', '141243.639000', '141243.642000', '141243.644000', '141243.647000', '141243.649000', '141243.652000', '141243.654000', '141243.657000', '141243.660000', '141243.662000', '141243.665000', '141243.667000', '141243.670000', '141243.673000', '141243.675000', '141243.678000', '141243.680000', '141243.683000', '141243.685000', '141243.688000', '141243.691000', '141243.693000', '141243.696000', '141243.698000', '141243.701000', '141243.703000', '141243.706000', '141243.709000', '141243.711000', '141243.720000', '141243.723000', '141243.725000', '141243.728000', '141243.731000', '141243.733000', '141243.736000', '141243.738000', '141243.741000', '141243.743000', '141303.625000', '141303.628000', '141303.631000', '141303.634000', '141303.636000', '141303.639000', '141303.641000', '141303.644000', '141303.646000', '141303.649000', '141303.652000', '141303.654000', '141303.657000', '141303.660000', '141303.662000', '141303.665000', '141303.667000', '141303.670000', '141303.673000', '141303.675000', '141303.678000', '141303.680000', '141303.683000', '141303.686000', '141303.688000', '141303.691000', '141303.693000', '141303.696000', '141303.699000', '141303.701000', '141303.704000', '141303.706000', '141303.709000', '141303.719000', '141303.722000', '141303.724000', '141303.727000', '141303.730000', '141303.732000', '141303.735000', '141303.738000', '141303.740000', '141303.743000', '141323.626000', '141323.628000', '141323.641000', '141323.644000', '141323.646000', '141323.649000', '141323.651000', '141323.654000', '141323.657000', '141323.659000', '141323.662000', '141323.664000', '141323.667000', '141323.669000', '141323.672000', '141323.675000', '141323.677000', '141323.680000', '141323.683000', '141323.685000', '141323.688000', '141323.690000', '141323.693000', '141323.696000', '141323.698000', '141323.701000', '141323.703000', '141323.706000', '141323.709000', '141323.711000', '141323.714000', '141323.716000', '141323.719000', '141323.722000', '141323.724000', '141323.727000', '141323.730000', '141323.732000', '141323.735000', '141323.737000', '141323.740000', '141323.743000', '141323.745000', '141323.748000', '141343.625000', '141343.628000', '141343.631000', '141343.633000', '141343.636000', '141343.639000', '141343.641000', '141343.644000', '141343.647000', '141343.649000', '141343.652000', '141343.654000', '141343.657000', '141343.660000', '141343.662000', '141343.665000', '141343.667000', '141343.670000', '141343.673000', '141343.675000', '141343.678000', '141343.680000', '141343.683000', '141343.686000', '141343.688000', '141343.691000', '141343.693000', '141343.696000', '141343.699000', '141343.701000', '141343.704000', '141343.707000', '141343.709000', '141343.712000', '141343.714000', '141343.717000', '141343.720000', '141343.722000', '141343.725000', '141343.727000', '141343.730000', '141343.733000', '141343.735000', '141403.626000', '141403.628000', '141403.631000', '141403.634000', '141403.636000', '141403.639000', '141403.642000', '141403.644000', '141403.647000', '141403.649000', '141403.652000', '141403.655000', '141403.657000', '141403.660000', '141403.663000', '141403.665000', '141403.668000', '141403.671000', '141403.673000', '141403.676000', '141403.679000', '141403.681000', '141403.684000', '141403.686000', '141403.689000', '141403.692000', '141403.694000', '141403.697000', '141403.700000', '141403.702000', '141403.705000', '141403.707000', '141403.710000', '141403.713000', '141403.715000', '141403.718000', '141403.721000', '141403.723000', '141403.726000', '141403.728000', '141403.731000', '141403.734000', '141403.737000', '141403.739000', '141423.625000', '141423.628000', '141423.631000', '141423.634000', '141423.636000', '141423.639000', '141423.641000', '141423.644000', '141423.647000', '141423.649000', '141423.652000', '141423.655000', '141423.657000', '141423.660000', '141423.663000', '141423.665000', '141423.668000', '141423.671000', '141423.673000', '141423.676000', '141423.679000', '141423.681000', '141423.684000', '141423.686000', '141423.689000', '141423.692000', '141423.694000', '141423.697000', '141423.700000', '141423.702000', '141423.705000', '141423.708000', '141423.710000', '141423.713000', '141423.715000', '141423.718000', '141423.721000', '141423.723000', '141423.726000', '141423.729000', '141423.731000', '141423.734000', '141423.737000', '141443.626000', '141443.628000', '141443.631000', '141443.634000', '141443.636000', '141443.639000', '141443.642000', '141443.644000', '141443.647000', '141443.649000', '141443.652000', '141443.655000', '141443.657000', '141443.660000', '141443.663000', '141443.665000', '141443.668000', '141443.670000', '141443.673000', '141443.676000', '141443.678000', '141443.681000', '141443.684000', '141443.686000', '141443.689000', '141443.691000', '141443.694000', '141443.707000', '141443.710000', '141443.712000', '141443.715000', '141443.717000', '141443.720000', '141443.723000', '141443.725000', '141443.728000', '141443.730000', '141443.733000', '141443.736000', '141443.738000', '141443.741000', '141443.744000', '141443.746000', '141443.749000', '141503.626000', '141503.629000', '141503.631000', '141503.634000', '141503.637000', '141503.639000', '141503.642000', '141503.644000', '141503.647000', '141503.650000', '141503.652000', '141503.655000', '141503.658000', '141503.660000', '141503.663000', '141503.665000', '141503.668000', '141503.671000', '141503.673000', '141503.676000', '141503.678000', '141503.681000', '141503.684000', '141503.686000', '141503.689000', '141503.691000', '141503.694000', '141503.697000', '141503.699000', '141503.702000', '141503.705000', '141503.707000', '141503.710000', '141503.712000', '141503.715000', '141503.718000', '141503.720000', '141503.723000', '141503.726000', '141503.728000', '141503.731000', '141503.733000', '141503.736000', '141523.625000', '141523.628000', '141523.631000', '141523.634000', '141523.636000', '141523.639000', '141523.642000', '141523.644000', '141523.647000', '141523.649000', '141523.652000', '141523.655000', '141523.657000', '141523.660000', '141523.663000', '141523.665000', '141523.668000', '141523.671000', '141523.673000', '141523.676000', '141523.678000', '141523.681000', '141523.684000', '141523.686000', '141523.689000', '141523.692000', '141523.694000', '141523.697000', '141523.700000', '141523.702000', '141523.705000', '141523.708000', '141523.710000', '141523.713000', '141523.715000', '141523.718000', '141523.721000', '141523.723000', '141523.726000', '141523.729000', '141523.731000', '141523.734000', '141523.736000', '141523.739000', '141543.626000', '141543.628000', '141543.631000', '141543.638000', '141543.640000', '141543.643000', '141543.646000', '141543.648000', '141543.651000', '141543.654000', '141543.656000', '141543.659000', '141543.662000', '141543.664000', '141543.667000', '141543.669000', '141543.672000', '141543.675000', '141543.677000', '141543.680000', '141543.683000', '141543.685000', '141543.688000', '141543.690000', '141543.693000', '141543.696000', '141543.698000', '141543.701000', '141543.704000', '141543.706000', '141543.709000', '141543.711000', '141543.714000', '141543.717000', '141543.719000', '141543.722000', '141543.725000', '141543.727000', '141543.730000', '141543.733000', '141543.735000', '141543.738000', '141543.740000', '141603.625000', '141603.628000', '141603.631000', '141603.633000', '141603.636000', '141603.639000', '141603.641000', '141603.644000', '141603.647000', '141603.650000', '141603.653000', '141603.656000', '141603.658000', '141603.661000', '141603.663000', '141603.666000', '141603.669000', '141603.671000', '141603.674000', '141603.677000', '141603.679000', '141603.682000', '141603.684000', '141603.687000', '141603.690000', '141603.692000', '141603.695000', '141603.698000', '141603.700000', '141603.703000', '141603.706000', '141603.708000', '141603.711000', '141603.714000', '141603.716000', '141603.719000', '141603.721000', '141603.724000', '141603.727000', '141603.729000', '141603.732000', '141603.735000', '141603.737000', '141603.740000', '141623.626000', '141623.628000', '141623.631000', '141623.634000', '141623.636000', '141623.639000', '141623.642000', '141623.644000', '141623.653000', '141623.656000', '141623.658000', '141623.661000', '141623.664000', '141623.666000', '141623.669000', '141623.672000', '141623.674000', '141623.677000', '141623.680000', '141623.682000', '141623.685000', '141623.687000', '141623.690000', '141623.693000', '141623.695000', '141623.698000', '141623.701000', '141623.703000', '141623.706000', '141623.709000', '141623.711000', '141623.714000', '141623.716000', '141623.719000', '141623.722000', '141623.724000', '141623.727000', '141623.730000', '141623.732000', '141623.735000', '141623.738000', '141623.740000', '141623.743000', '141643.626000', '141643.629000', '141643.631000', '141643.634000', '141643.636000', '141643.639000', '141643.642000', '141643.645000', '141643.647000', '141643.650000', '141643.653000', '141643.655000', '141643.658000', '141643.660000', '141643.663000', '141643.666000', '141643.668000', '141643.671000', '141643.674000', '141643.676000', '141643.679000', '141643.681000', '141643.684000', '141643.687000', '141643.689000', '141643.692000', '141643.695000', '141643.697000', '141643.700000', '141643.702000', '141643.705000', '141643.708000', '141643.710000', '141643.713000', '141643.716000', '141643.718000', '141643.721000', '141643.724000', '141643.726000', '141643.729000', '141643.732000', '141643.734000', '141643.737000', '141643.739000', '141703.626000', '141703.629000', '141703.631000', '141703.634000', '141703.636000', '141703.639000', '141703.642000', '141703.644000', '141703.647000', '141703.650000', '141703.652000', '141703.655000', '141703.658000', '141703.660000', '141703.663000', '141703.665000', '141703.668000', '141703.671000', '141703.673000', '141703.676000', '141703.679000', '141703.681000', '141703.684000', '141703.687000', '141703.689000', '141703.692000', '141703.694000', '141703.697000', '141703.700000', '141703.702000', '141703.705000', '141703.708000', '141703.710000', '141703.713000', '141703.716000', '141703.718000', '141703.721000', '141703.724000', '141703.726000', '141703.729000', '141703.732000', '141703.734000', '141703.737000', '141723.626000', '141723.628000', '141723.631000', '141723.634000', '141723.636000', '141723.639000', '141723.642000', '141723.644000', '141723.647000', '141723.650000', '141723.652000', '141723.655000', '141723.658000', '141723.660000', '141723.663000', '141723.665000', '141723.668000', '141723.671000', '141723.673000', '141723.676000', '141723.679000', '141723.682000', '141723.684000', '141723.687000', '141723.690000', '141723.693000', '141723.696000', '141723.699000', '141723.701000', '141723.704000', '141723.707000', '141723.709000', '141723.712000', '141723.714000', '141723.717000', '141723.720000', '141723.723000', '141723.725000', '141723.728000', '141723.731000', '141723.734000', '141723.736000', '141723.739000', '141743.626000', '141743.628000', '141743.631000', '141743.634000', '141743.636000', '141743.639000', '141743.642000', '141743.644000', '141743.647000', '141743.650000', '141743.652000', '141743.655000', '141743.657000', '141743.660000', '141743.663000', '141743.665000', '141743.668000', '141743.671000', '141743.673000', '141743.676000', '141743.679000', '141743.681000', '141743.686000', '141743.688000', '141743.691000', '141743.694000', '141743.696000', '141743.699000', '141743.701000', '141743.704000', '141743.707000', '141743.709000', '141743.712000', '141743.715000', '141743.727000', '141743.729000', '141743.732000', '141743.735000', '141743.737000', '141743.740000', '141743.743000', '141743.745000', '141743.748000', '141743.751000', '141803.626000', '141803.629000', '141803.631000', '141803.634000', '141803.637000', '141803.639000', '141803.642000', '141803.644000', '141803.647000', '141803.650000', '141803.652000', '141803.655000', '141803.658000', '141803.660000', '141803.663000', '141803.666000', '141803.668000', '141803.671000', '141803.674000', '141803.676000', '141803.679000', '141803.681000', '141803.684000', '141803.687000', '141803.689000', '141803.692000', '141803.694000', '141803.697000', '141803.700000', '141803.702000', '141803.705000', '141803.707000', '141803.710000', '141803.713000', '141803.715000', '141803.718000', '141803.720000', '141803.723000', '141803.726000', '141803.728000', '141803.731000', '141803.733000', '141803.736000', '141823.626000', '141823.629000', '141823.631000', '141823.634000', '141823.637000', '141823.639000', '141823.642000', '141823.645000', '141823.647000', '141823.650000', '141823.652000', '141823.655000', '141823.658000', '141823.661000', '141823.663000', '141823.666000', '141823.668000', '141823.671000', '141823.674000', '141823.676000', '141823.679000', '141823.682000', '141823.684000', '141823.687000', '141823.689000', '141823.692000', '141823.695000', '141823.697000', '141823.700000', '141823.703000', '141823.705000', '141823.708000', '141823.711000', '141823.713000', '141823.716000', '141823.718000', '141823.721000', '141823.724000', '141823.726000', '141823.729000', '141823.732000', '141823.734000', '141823.737000', '141823.740000', '141843.626000', '141843.629000', '141843.631000', '141843.634000', '141843.637000', '141843.640000', '141843.642000', '141843.645000', '141843.648000', '141843.650000', '141843.653000', '141843.656000', '141843.658000', '141843.661000', '141843.663000', '141843.666000', '141843.669000', '141843.672000', '141843.674000', '141843.677000', '141843.680000', '141843.682000', '141843.685000', '141843.688000', '141843.690000', '141843.693000', '141843.696000', '141843.698000', '141843.701000', '141843.704000', '141843.706000', '141843.709000', '141843.712000', '141843.715000', '141843.717000', '141843.720000', '141843.723000', '141843.726000', '141843.729000', '141843.731000', '141843.734000', '141843.737000', '141843.739000', '141903.626000', '141903.628000', '141903.631000', '141903.634000', '141903.636000', '141903.639000', '141903.642000', '141903.644000', '141903.647000', '141903.649000', '141903.652000', '141903.655000', '141903.657000', '141903.660000', '141903.663000', '141903.665000', '141903.668000', '141903.671000', '141903.673000', '141903.676000', '141903.679000', '141903.681000', '141903.684000', '141903.686000', '141903.689000', '141903.692000', '141903.694000', '141903.697000', '141903.699000', '141903.702000', '141903.705000', '141903.707000', '141903.710000', '141903.713000', '141903.715000', '141903.718000', '141903.721000', '141903.723000', '141903.726000', '141903.728000', '141903.731000', '141903.734000', '141903.736000', '141903.739000', '141923.626000', '141923.629000', '141923.631000', '141923.634000', '141923.636000', '141923.639000', '141923.642000', '141923.644000', '141923.647000', '141923.650000', '141923.652000', '141923.655000', '141923.658000', '141923.660000', '141923.663000', '141923.666000', '141923.668000', '141923.671000', '141923.673000', '141923.676000', '141923.679000', '141923.681000', '141923.684000', '141923.686000', '141923.689000', '141923.692000', '141923.694000', '141923.697000', '141923.700000', '141923.703000', '141923.705000', '141923.708000', '141923.711000', '141923.713000', '141923.716000', '141923.719000', '141923.721000', '141923.724000', '141923.726000', '141923.729000', '141923.732000', '141923.734000', '141923.737000', '141943.626000', '141943.628000', '141943.631000', '141943.634000', '141943.636000', '141943.639000', '141943.642000', '141943.644000', '141943.647000', '141943.649000', '141943.652000', '141943.655000', '141943.657000', '141943.660000', '141943.663000', '141943.665000', '141943.668000', '141943.671000', '141943.673000', '141943.676000', '141943.679000', '141943.681000', '141943.684000', '141943.687000', '141943.689000', '141943.692000', '141943.695000', '141943.697000', '141943.700000', '141943.702000', '141943.705000', '141943.708000', '141943.710000', '141943.713000', '141943.716000', '141943.718000', '141943.721000', '141943.724000', '141943.726000', '141943.729000', '141943.731000', '141943.734000', '141943.737000', '141943.739000', '142003.626000', '142003.628000', '142003.631000', '142003.634000', '142003.636000', '142003.639000', '142003.642000', '142003.644000', '142003.647000', '142003.650000', '142003.652000', '142003.655000', '142003.657000', '142003.660000', '142003.663000', '142003.665000', '142003.668000', '142003.671000', '142003.673000', '142003.676000', '142003.678000', '142003.681000', '142003.684000', '142003.686000', '142003.689000', '142003.692000', '142003.695000', '142003.698000', '142003.700000', '142003.703000', '142003.706000', '142003.709000', '142003.711000', '142003.714000', '142003.716000', '142003.719000', '142003.722000', '142003.724000', '142003.727000', '142003.729000', '142003.732000', '142003.735000', '142003.737000', '142023.626000', '142023.628000', '142023.631000', '142023.634000', '142023.636000', '142023.639000', '142023.642000', '142023.644000', '142023.647000', '142023.650000', '142023.652000', '142023.655000', '142023.658000', '142023.661000', '142023.663000', '142023.666000', '142023.669000', '142023.671000', '142023.674000', '142023.676000', '142023.679000', '142023.682000', '142023.684000', '142023.687000', '142023.689000', '142023.692000', '142023.695000', '142023.698000', '142023.700000', '142023.703000', '142023.705000', '142023.708000', '142023.711000', '142023.713000', '142023.716000', '142023.719000', '142023.721000', '142023.724000', '142023.726000', '142023.729000', '142023.732000', '142023.758000', '142023.761000', '142023.763000', '142043.626000', '142043.629000', '142043.631000', '142043.634000', '142043.637000', '142043.639000', '142043.642000', '142043.645000', '142043.647000', '142043.650000', '142043.652000', '142043.655000', '142043.658000', '142043.660000', '142043.663000', '142043.666000', '142043.668000', '142043.671000', '142043.674000', '142043.676000', '142043.679000', '142043.681000', '142043.684000', '142043.687000', '142043.689000', '142043.692000', '142043.695000', '142043.697000', '142043.700000', '142043.703000', '142043.705000', '142043.708000', '142043.710000', '142043.713000', '142043.716000', '142043.718000', '142043.721000', '142043.723000', '142043.726000', '142043.729000', '142043.731000', '142043.734000', '142043.737000', '142103.626000', '142103.629000', '142103.631000', '142103.634000', '142103.636000', '142103.639000', '142103.642000', '142103.645000', '142103.647000', '142103.650000', '142103.652000', '142103.655000', '142103.658000', '142103.660000', '142103.663000', '142103.666000', '142103.668000', '142103.671000', '142103.674000', '142103.676000', '142103.679000', '142103.681000', '142103.684000', '142103.687000', '142103.689000', '142103.692000', '142103.695000', '142103.697000', '142103.700000', '142103.703000', '142103.705000', '142103.708000', '142103.710000', '142103.713000', '142103.716000', '142103.718000', '142103.721000', '142103.724000', '142103.726000', '142103.729000', '142103.732000', '142103.734000', '142103.737000', '142103.740000', '142123.626000', '142123.629000', '142123.631000', '142123.634000', '142123.637000', '142123.639000', '142123.642000', '142123.644000', '142123.647000', '142123.650000', '142123.652000', '142123.655000', '142123.658000', '142123.660000', '142123.663000', '142123.665000', '142123.668000', '142123.671000', '142123.673000', '142123.676000', '142123.679000', '142123.681000', '142123.684000', '142123.686000', '142123.689000', '142123.692000', '142123.694000', '142123.697000', '142123.700000', '142123.702000', '142123.705000', '142123.707000', '142123.710000', '142123.713000', '142123.715000', '142123.718000', '142123.721000', '142123.723000', '142123.726000', '142123.729000', '142123.731000', '142123.734000', '142123.736000', '142143.626000', '142143.629000', '142143.631000', '142143.634000', '142143.636000', '142143.639000', '142143.642000', '142143.644000', '142143.647000', '142143.650000', '142143.653000', '142143.656000', '142143.659000', '142143.661000', '142143.664000', '142143.667000', '142143.669000', '142143.672000', '142143.674000', '142143.677000', '142143.680000', '142143.682000', '142143.685000', '142143.688000', '142143.690000', '142143.693000', '142143.695000', '142143.698000', '142143.701000', '142143.703000', '142143.706000', '142143.708000', '142143.711000', '142143.714000', '142143.716000', '142143.719000', '142143.722000', '142143.742000', '142143.744000', '142143.747000', '142143.750000', '142143.752000', '142143.755000', '142155.957000', '142155.960000', '142155.963000', '142155.966000', '142155.968000', '142155.971000', '142155.974000', '142155.977000', '142155.979000', '142155.982000', '142155.985000', '142155.988000', '142155.991000', '142155.994000', '142155.996000', '142156.000000', '142156.003000', '142156.006000', '142156.008000', '142156.011000', '142156.013000', '142156.016000', '142156.019000', '142156.022000', '142156.025000', '142156.027000', '142156.030000', '142156.033000'], 'InstanceCreationTime': ['141223.653000', '141223.656000', '141223.665000', '141223.667000', '141223.670000', '141223.672000', '141223.675000', '141223.678000', '141223.680000', '141223.683000', '141223.685000', '141223.688000', '141223.697000', '141223.703000', '141223.705000', '141223.708000', '141223.710000', '141223.713000', '141223.716000', '141223.718000', '141223.721000', '141223.724000', '141223.727000', '141243.625000', '141243.628000', '141243.631000', '141243.634000', '141243.636000', '141243.639000', '141243.642000', '141243.644000', '141243.647000', '141243.649000', '141243.652000', '141243.654000', '141243.657000', '141243.660000', '141243.662000', '141243.665000', '141243.667000', '141243.670000', '141243.673000', '141243.675000', '141243.678000', '141243.680000', '141243.683000', '141243.685000', '141243.688000', '141243.691000', '141243.693000', '141243.696000', '141243.698000', '141243.701000', '141243.703000', '141243.706000', '141243.709000', '141243.711000', '141243.720000', '141243.723000', '141243.725000', '141243.728000', '141243.731000', '141243.733000', '141243.736000', '141243.738000', '141243.741000', '141243.743000', '141303.625000', '141303.628000', '141303.631000', '141303.634000', '141303.636000', '141303.639000', '141303.641000', '141303.644000', '141303.646000', '141303.649000', '141303.652000', '141303.654000', '141303.657000', '141303.660000', '141303.662000', '141303.665000', '141303.667000', '141303.670000', '141303.673000', '141303.675000', '141303.678000', '141303.680000', '141303.683000', '141303.686000', '141303.688000', '141303.691000', '141303.693000', '141303.696000', '141303.699000', '141303.701000', '141303.704000', '141303.706000', '141303.709000', '141303.719000', '141303.722000', '141303.724000', '141303.727000', '141303.730000', '141303.732000', '141303.735000', '141303.738000', '141303.740000', '141303.743000', '141323.626000', '141323.628000', '141323.641000', '141323.644000', '141323.646000', '141323.649000', '141323.651000', '141323.654000', '141323.657000', '141323.659000', '141323.662000', '141323.664000', '141323.667000', '141323.669000', '141323.672000', '141323.675000', '141323.677000', '141323.680000', '141323.683000', '141323.685000', '141323.688000', '141323.690000', '141323.693000', '141323.696000', '141323.698000', '141323.701000', '141323.703000', '141323.706000', '141323.709000', '141323.711000', '141323.714000', '141323.716000', '141323.719000', '141323.722000', '141323.724000', '141323.727000', '141323.730000', '141323.732000', '141323.735000', '141323.737000', '141323.740000', '141323.743000', '141323.745000', '141323.748000', '141343.625000', '141343.628000', '141343.631000', '141343.633000', '141343.636000', '141343.639000', '141343.641000', '141343.644000', '141343.647000', '141343.649000', '141343.652000', '141343.654000', '141343.657000', '141343.660000', '141343.662000', '141343.665000', '141343.667000', '141343.670000', '141343.673000', '141343.675000', '141343.678000', '141343.680000', '141343.683000', '141343.686000', '141343.688000', '141343.691000', '141343.693000', '141343.696000', '141343.699000', '141343.701000', '141343.704000', '141343.707000', '141343.709000', '141343.712000', '141343.714000', '141343.717000', '141343.720000', '141343.722000', '141343.725000', '141343.727000', '141343.730000', '141343.733000', '141343.735000', '141403.626000', '141403.628000', '141403.631000', '141403.634000', '141403.636000', '141403.639000', '141403.642000', '141403.644000', '141403.647000', '141403.649000', '141403.652000', '141403.655000', '141403.657000', '141403.660000', '141403.663000', '141403.665000', '141403.668000', '141403.671000', '141403.673000', '141403.676000', '141403.679000', '141403.681000', '141403.684000', '141403.686000', '141403.689000', '141403.692000', '141403.694000', '141403.697000', '141403.700000', '141403.702000', '141403.705000', '141403.707000', '141403.710000', '141403.713000', '141403.715000', '141403.718000', '141403.721000', '141403.723000', '141403.726000', '141403.728000', '141403.731000', '141403.734000', '141403.737000', '141403.739000', '141423.625000', '141423.628000', '141423.631000', '141423.634000', '141423.636000', '141423.639000', '141423.641000', '141423.644000', '141423.647000', '141423.649000', '141423.652000', '141423.655000', '141423.657000', '141423.660000', '141423.663000', '141423.665000', '141423.668000', '141423.671000', '141423.673000', '141423.676000', '141423.679000', '141423.681000', '141423.684000', '141423.686000', '141423.689000', '141423.692000', '141423.694000', '141423.697000', '141423.700000', '141423.702000', '141423.705000', '141423.708000', '141423.710000', '141423.713000', '141423.715000', '141423.718000', '141423.721000', '141423.723000', '141423.726000', '141423.729000', '141423.731000', '141423.734000', '141423.737000', '141443.626000', '141443.628000', '141443.631000', '141443.634000', '141443.636000', '141443.639000', '141443.642000', '141443.644000', '141443.647000', '141443.649000', '141443.652000', '141443.655000', '141443.657000', '141443.660000', '141443.663000', '141443.665000', '141443.668000', '141443.670000', '141443.673000', '141443.676000', '141443.678000', '141443.681000', '141443.684000', '141443.686000', '141443.689000', '141443.691000', '141443.694000', '141443.707000', '141443.710000', '141443.712000', '141443.715000', '141443.717000', '141443.720000', '141443.723000', '141443.725000', '141443.728000', '141443.730000', '141443.733000', '141443.736000', '141443.738000', '141443.741000', '141443.744000', '141443.746000', '141443.749000', '141503.626000', '141503.629000', '141503.631000', '141503.634000', '141503.637000', '141503.639000', '141503.642000', '141503.644000', '141503.647000', '141503.650000', '141503.652000', '141503.655000', '141503.658000', '141503.660000', '141503.663000', '141503.665000', '141503.668000', '141503.671000', '141503.673000', '141503.676000', '141503.678000', '141503.681000', '141503.684000', '141503.686000', '141503.689000', '141503.691000', '141503.694000', '141503.697000', '141503.699000', '141503.702000', '141503.705000', '141503.707000', '141503.710000', '141503.712000', '141503.715000', '141503.718000', '141503.720000', '141503.723000', '141503.726000', '141503.728000', '141503.731000', '141503.733000', '141503.736000', '141523.625000', '141523.628000', '141523.631000', '141523.634000', '141523.636000', '141523.639000', '141523.642000', '141523.644000', '141523.647000', '141523.649000', '141523.652000', '141523.655000', '141523.657000', '141523.660000', '141523.663000', '141523.665000', '141523.668000', '141523.671000', '141523.673000', '141523.676000', '141523.678000', '141523.681000', '141523.684000', '141523.686000', '141523.689000', '141523.692000', '141523.694000', '141523.697000', '141523.700000', '141523.702000', '141523.705000', '141523.708000', '141523.710000', '141523.713000', '141523.715000', '141523.718000', '141523.721000', '141523.723000', '141523.726000', '141523.729000', '141523.731000', '141523.734000', '141523.736000', '141523.739000', '141543.626000', '141543.628000', '141543.631000', '141543.638000', '141543.640000', '141543.643000', '141543.646000', '141543.648000', '141543.651000', '141543.654000', '141543.656000', '141543.659000', '141543.662000', '141543.664000', '141543.667000', '141543.669000', '141543.672000', '141543.675000', '141543.677000', '141543.680000', '141543.683000', '141543.685000', '141543.688000', '141543.690000', '141543.693000', '141543.696000', '141543.698000', '141543.701000', '141543.704000', '141543.706000', '141543.709000', '141543.711000', '141543.714000', '141543.717000', '141543.719000', '141543.722000', '141543.725000', '141543.727000', '141543.730000', '141543.733000', '141543.735000', '141543.738000', '141543.740000', '141603.625000', '141603.628000', '141603.631000', '141603.633000', '141603.636000', '141603.639000', '141603.641000', '141603.644000', '141603.647000', '141603.650000', '141603.653000', '141603.656000', '141603.658000', '141603.661000', '141603.663000', '141603.666000', '141603.669000', '141603.671000', '141603.674000', '141603.677000', '141603.679000', '141603.682000', '141603.684000', '141603.687000', '141603.690000', '141603.692000', '141603.695000', '141603.698000', '141603.700000', '141603.703000', '141603.706000', '141603.708000', '141603.711000', '141603.714000', '141603.716000', '141603.719000', '141603.721000', '141603.724000', '141603.727000', '141603.729000', '141603.732000', '141603.735000', '141603.737000', '141603.740000', '141623.626000', '141623.628000', '141623.631000', '141623.634000', '141623.636000', '141623.639000', '141623.642000', '141623.644000', '141623.653000', '141623.656000', '141623.658000', '141623.661000', '141623.664000', '141623.666000', '141623.669000', '141623.672000', '141623.674000', '141623.677000', '141623.680000', '141623.682000', '141623.685000', '141623.687000', '141623.690000', '141623.693000', '141623.695000', '141623.698000', '141623.701000', '141623.703000', '141623.706000', '141623.709000', '141623.711000', '141623.714000', '141623.716000', '141623.719000', '141623.722000', '141623.724000', '141623.727000', '141623.730000', '141623.732000', '141623.735000', '141623.738000', '141623.740000', '141623.743000', '141643.626000', '141643.629000', '141643.631000', '141643.634000', '141643.636000', '141643.639000', '141643.642000', '141643.645000', '141643.647000', '141643.650000', '141643.653000', '141643.655000', '141643.658000', '141643.660000', '141643.663000', '141643.666000', '141643.668000', '141643.671000', '141643.674000', '141643.676000', '141643.679000', '141643.681000', '141643.684000', '141643.687000', '141643.689000', '141643.692000', '141643.695000', '141643.697000', '141643.700000', '141643.702000', '141643.705000', '141643.708000', '141643.710000', '141643.713000', '141643.716000', '141643.718000', '141643.721000', '141643.724000', '141643.726000', '141643.729000', '141643.732000', '141643.734000', '141643.737000', '141643.739000', '141703.626000', '141703.629000', '141703.631000', '141703.634000', '141703.636000', '141703.639000', '141703.642000', '141703.644000', '141703.647000', '141703.650000', '141703.652000', '141703.655000', '141703.658000', '141703.660000', '141703.663000', '141703.665000', '141703.668000', '141703.671000', '141703.673000', '141703.676000', '141703.679000', '141703.681000', '141703.684000', '141703.687000', '141703.689000', '141703.692000', '141703.694000', '141703.697000', '141703.700000', '141703.702000', '141703.705000', '141703.708000', '141703.710000', '141703.713000', '141703.716000', '141703.718000', '141703.721000', '141703.724000', '141703.726000', '141703.729000', '141703.732000', '141703.734000', '141703.737000', '141723.626000', '141723.628000', '141723.631000', '141723.634000', '141723.636000', '141723.639000', '141723.642000', '141723.644000', '141723.647000', '141723.650000', '141723.652000', '141723.655000', '141723.658000', '141723.660000', '141723.663000', '141723.665000', '141723.668000', '141723.671000', '141723.673000', '141723.676000', '141723.679000', '141723.682000', '141723.684000', '141723.687000', '141723.690000', '141723.693000', '141723.696000', '141723.699000', '141723.701000', '141723.704000', '141723.707000', '141723.709000', '141723.712000', '141723.714000', '141723.717000', '141723.720000', '141723.723000', '141723.725000', '141723.728000', '141723.731000', '141723.734000', '141723.736000', '141723.739000', '141743.626000', '141743.628000', '141743.631000', '141743.634000', '141743.636000', '141743.639000', '141743.642000', '141743.644000', '141743.647000', '141743.650000', '141743.652000', '141743.655000', '141743.657000', '141743.660000', '141743.663000', '141743.665000', '141743.668000', '141743.671000', '141743.673000', '141743.676000', '141743.679000', '141743.681000', '141743.686000', '141743.688000', '141743.691000', '141743.694000', '141743.696000', '141743.699000', '141743.701000', '141743.704000', '141743.707000', '141743.709000', '141743.712000', '141743.715000', '141743.727000', '141743.729000', '141743.732000', '141743.735000', '141743.737000', '141743.740000', '141743.743000', '141743.745000', '141743.748000', '141743.751000', '141803.626000', '141803.629000', '141803.631000', '141803.634000', '141803.637000', '141803.639000', '141803.642000', '141803.644000', '141803.647000', '141803.650000', '141803.652000', '141803.655000', '141803.658000', '141803.660000', '141803.663000', '141803.666000', '141803.668000', '141803.671000', '141803.674000', '141803.676000', '141803.679000', '141803.681000', '141803.684000', '141803.687000', '141803.689000', '141803.692000', '141803.694000', '141803.697000', '141803.700000', '141803.702000', '141803.705000', '141803.707000', '141803.710000', '141803.713000', '141803.715000', '141803.718000', '141803.720000', '141803.723000', '141803.726000', '141803.728000', '141803.731000', '141803.733000', '141803.736000', '141823.626000', '141823.629000', '141823.631000', '141823.634000', '141823.637000', '141823.639000', '141823.642000', '141823.645000', '141823.647000', '141823.650000', '141823.652000', '141823.655000', '141823.658000', '141823.661000', '141823.663000', '141823.666000', '141823.668000', '141823.671000', '141823.674000', '141823.676000', '141823.679000', '141823.682000', '141823.684000', '141823.687000', '141823.689000', '141823.692000', '141823.695000', '141823.697000', '141823.700000', '141823.703000', '141823.705000', '141823.708000', '141823.711000', '141823.713000', '141823.716000', '141823.718000', '141823.721000', '141823.724000', '141823.726000', '141823.729000', '141823.732000', '141823.734000', '141823.737000', '141823.740000', '141843.626000', '141843.629000', '141843.631000', '141843.634000', '141843.637000', '141843.640000', '141843.642000', '141843.645000', '141843.648000', '141843.650000', '141843.653000', '141843.656000', '141843.658000', '141843.661000', '141843.663000', '141843.666000', '141843.669000', '141843.672000', '141843.674000', '141843.677000', '141843.680000', '141843.682000', '141843.685000', '141843.688000', '141843.690000', '141843.693000', '141843.696000', '141843.698000', '141843.701000', '141843.704000', '141843.706000', '141843.709000', '141843.712000', '141843.715000', '141843.717000', '141843.720000', '141843.723000', '141843.726000', '141843.729000', '141843.731000', '141843.734000', '141843.737000', '141843.739000', '141903.626000', '141903.628000', '141903.631000', '141903.634000', '141903.636000', '141903.639000', '141903.642000', '141903.644000', '141903.647000', '141903.649000', '141903.652000', '141903.655000', '141903.657000', '141903.660000', '141903.663000', '141903.665000', '141903.668000', '141903.671000', '141903.673000', '141903.676000', '141903.679000', '141903.681000', '141903.684000', '141903.686000', '141903.689000', '141903.692000', '141903.694000', '141903.697000', '141903.699000', '141903.702000', '141903.705000', '141903.707000', '141903.710000', '141903.713000', '141903.715000', '141903.718000', '141903.721000', '141903.723000', '141903.726000', '141903.728000', '141903.731000', '141903.734000', '141903.736000', '141903.739000', '141923.626000', '141923.629000', '141923.631000', '141923.634000', '141923.636000', '141923.639000', '141923.642000', '141923.644000', '141923.647000', '141923.650000', '141923.652000', '141923.655000', '141923.658000', '141923.660000', '141923.663000', '141923.666000', '141923.668000', '141923.671000', '141923.673000', '141923.676000', '141923.679000', '141923.681000', '141923.684000', '141923.686000', '141923.689000', '141923.692000', '141923.694000', '141923.697000', '141923.700000', '141923.703000', '141923.705000', '141923.708000', '141923.711000', '141923.713000', '141923.716000', '141923.719000', '141923.721000', '141923.724000', '141923.726000', '141923.729000', '141923.732000', '141923.734000', '141923.737000', '141943.626000', '141943.628000', '141943.631000', '141943.634000', '141943.636000', '141943.639000', '141943.642000', '141943.644000', '141943.647000', '141943.649000', '141943.652000', '141943.655000', '141943.657000', '141943.660000', '141943.663000', '141943.665000', '141943.668000', '141943.671000', '141943.673000', '141943.676000', '141943.679000', '141943.681000', '141943.684000', '141943.687000', '141943.689000', '141943.692000', '141943.695000', '141943.697000', '141943.700000', '141943.702000', '141943.705000', '141943.708000', '141943.710000', '141943.713000', '141943.716000', '141943.718000', '141943.721000', '141943.724000', '141943.726000', '141943.729000', '141943.731000', '141943.734000', '141943.737000', '141943.739000', '142003.626000', '142003.628000', '142003.631000', '142003.634000', '142003.636000', '142003.639000', '142003.642000', '142003.644000', '142003.647000', '142003.650000', '142003.652000', '142003.655000', '142003.657000', '142003.660000', '142003.663000', '142003.665000', '142003.668000', '142003.671000', '142003.673000', '142003.676000', '142003.678000', '142003.681000', '142003.684000', '142003.686000', '142003.689000', '142003.692000', '142003.695000', '142003.698000', '142003.700000', '142003.703000', '142003.706000', '142003.709000', '142003.711000', '142003.714000', '142003.716000', '142003.719000', '142003.722000', '142003.724000', '142003.727000', '142003.729000', '142003.732000', '142003.735000', '142003.737000', '142023.626000', '142023.628000', '142023.631000', '142023.634000', '142023.636000', '142023.639000', '142023.642000', '142023.644000', '142023.647000', '142023.650000', '142023.652000', '142023.655000', '142023.658000', '142023.661000', '142023.663000', '142023.666000', '142023.669000', '142023.671000', '142023.674000', '142023.676000', '142023.679000', '142023.682000', '142023.684000', '142023.687000', '142023.689000', '142023.692000', '142023.695000', '142023.698000', '142023.700000', '142023.703000', '142023.705000', '142023.708000', '142023.711000', '142023.713000', '142023.716000', '142023.719000', '142023.721000', '142023.724000', '142023.726000', '142023.729000', '142023.732000', '142023.758000', '142023.761000', '142023.763000', '142043.626000', '142043.629000', '142043.631000', '142043.634000', '142043.637000', '142043.639000', '142043.642000', '142043.645000', '142043.647000', '142043.650000', '142043.652000', '142043.655000', '142043.658000', '142043.660000', '142043.663000', '142043.666000', '142043.668000', '142043.671000', '142043.674000', '142043.676000', '142043.679000', '142043.681000', '142043.684000', '142043.687000', '142043.689000', '142043.692000', '142043.695000', '142043.697000', '142043.700000', '142043.703000', '142043.705000', '142043.708000', '142043.710000', '142043.713000', '142043.716000', '142043.718000', '142043.721000', '142043.723000', '142043.726000', '142043.729000', '142043.731000', '142043.734000', '142043.737000', '142103.626000', '142103.629000', '142103.631000', '142103.634000', '142103.636000', '142103.639000', '142103.642000', '142103.645000', '142103.647000', '142103.650000', '142103.652000', '142103.655000', '142103.658000', '142103.660000', '142103.663000', '142103.666000', '142103.668000', '142103.671000', '142103.674000', '142103.676000', '142103.679000', '142103.681000', '142103.684000', '142103.687000', '142103.689000', '142103.692000', '142103.695000', '142103.697000', '142103.700000', '142103.703000', '142103.705000', '142103.708000', '142103.710000', '142103.713000', '142103.716000', '142103.718000', '142103.721000', '142103.724000', '142103.726000', '142103.729000', '142103.732000', '142103.734000', '142103.737000', '142103.740000', '142123.626000', '142123.629000', '142123.631000', '142123.634000', '142123.637000', '142123.639000', '142123.642000', '142123.644000', '142123.647000', '142123.650000', '142123.652000', '142123.655000', '142123.658000', '142123.660000', '142123.663000', '142123.665000', '142123.668000', '142123.671000', '142123.673000', '142123.676000', '142123.679000', '142123.681000', '142123.684000', '142123.686000', '142123.689000', '142123.692000', '142123.694000', '142123.697000', '142123.700000', '142123.702000', '142123.705000', '142123.707000', '142123.710000', '142123.713000', '142123.715000', '142123.718000', '142123.721000', '142123.723000', '142123.726000', '142123.729000', '142123.731000', '142123.734000', '142123.736000', '142143.626000', '142143.629000', '142143.631000', '142143.634000', '142143.636000', '142143.639000', '142143.642000', '142143.644000', '142143.647000', '142143.650000', '142143.653000', '142143.656000', '142143.659000', '142143.661000', '142143.664000', '142143.667000', '142143.669000', '142143.672000', '142143.674000', '142143.677000', '142143.680000', '142143.682000', '142143.685000', '142143.688000', '142143.690000', '142143.693000', '142143.695000', '142143.698000', '142143.701000', '142143.703000', '142143.706000', '142143.708000', '142143.711000', '142143.714000', '142143.716000', '142143.719000', '142143.722000', '142143.742000', '142143.744000', '142143.747000', '142143.750000', '142143.752000', '142143.755000', '142155.957000', '142155.960000', '142155.963000', '142155.966000', '142155.968000', '142155.971000', '142155.974000', '142155.977000', '142155.979000', '142155.982000', '142155.985000', '142155.988000', '142155.991000', '142155.994000', '142155.996000', '142156.000000', '142156.003000', '142156.006000', '142156.008000', '142156.011000', '142156.013000', '142156.016000', '142156.019000', '142156.022000', '142156.025000', '142156.027000', '142156.030000', '142156.033000'], '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': [10310, 14845, 13131, 14305, 20119, 14481, 16785, 12929, 17414, 12752, 18946, 14403, 22243, 15817, 12737, 16455, 10749, 18674, 12534, 18261, 10831, 16582, 14473, 13967, 18913, 13415, 17049, 12326, 16829, 10942, 17309, 10833, 16831, 11431, 18468, 13396, 17989, 13805, 10581, 18411, 13327, 20234, 13694, 18864, 12805, 18201, 11970, 17656, 11122, 15924, 10807, 16079, 10547, 15642, 12075, 14660, 15382, 13580, 17623, 12941, 14954, 12511, 16385, 12586, 17123, 13037, 17556, 12546, 17869, 12490, 17134, 12368, 17196, 12948, 18300, 12814, 18092, 12236, 17678, 12353, 17541, 11980, 17402, 12108, 17587, 12499, 17426, 13135, 16941, 13226, 17251, 12997, 18034, 12869, 17923, 12315, 17826, 12409, 17060, 12482, 17264, 12616, 18171, 13037, 17739, 13029, 17465, 13177, 10558, 14833, 12000, 17474, 13927, 10825, 15734, 10864, 16770, 10898, 16906, 11249, 16870, 11102, 16696, 10938, 15783, 10302, 16586, 10765, 16617, 10807, 17346, 11139, 16983, 12668, 17372, 13404, 19190, 13641, 10832, 14439, 10569, 16221, 11123, 17584, 11704, 18250, 11183, 18555, 13299, 19011, 13558, 19479, 14280, 10917, 14942, 10773, 16208, 11154, 17977, 11495, 18371, 12047, 18860, 12668, 18956, 13593, 19933, 14266, 17200, 13136, 10627, 15514, 11250, 16776, 10889, 16738, 10789, 16790, 10851, 16982, 11074, 16744, 11140, 16652, 11025, 17211, 10971, 17337, 11914, 17978, 11205, 18040, 11513, 17585, 11198, 17491, 13124, 18558, 13174, 18140, 13120, 16869, 12459, 16948, 12672, 17719, 11691, 15703, 10974, 15228, 10921, 15308, 13270, 14067, 11519, 13718, 14944, 13688, 18792, 13004, 16976, 12515, 17447, 13071, 17806, 12278, 18131, 11636, 16970, 10797, 16684, 11085, 16755, 11462, 16266, 10969, 15118, 14711, 13864, 20308, 14231, 18628, 12953, 17804, 13264, 18715, 13522, 18585, 13293, 18893, 13316, 18413, 13055, 19825, 13960, 18006, 13056, 12295, 13851, 12306, 14763, 15789, 14337, 12741, 13749, 17075, 13569, 18943, 13129, 18447, 13280, 18509, 12904, 17852, 12872, 18909, 13503, 16331, 12130, 16344, 12802, 17817, 13099, 19629, 13566, 18424, 12664, 18167, 13070, 19486, 13596, 18277, 11792, 17869, 11470, 17197, 11021, 17821, 11014, 16637, 10844, 16219, 11717, 15934, 13832, 15416, 13887, 14262, 18069, 13790, 20592, 14472, 17980, 12685, 18666, 12955, 19127, 13832, 17651, 13190, 18114, 13601, 18354, 13007, 18512, 12600, 17150, 11604, 17609, 11199, 16996, 11095, 16353, 10545, 15242, 19420, 13436, 17825, 13600, 18191, 13244, 16936, 12391, 16519, 13429, 16483, 12893, 18971, 13532, 16959, 12306, 17669, 10902, 18002, 11425, 18696, 11293, 17116, 11392, 18417, 11500, 18526, 11496, 18281, 12676, 17902, 13353, 17808, 13312, 19157, 13397, 16444, 12782, 13715, 12846, 15351, 13110, 18339, 13249, 15814, 13046, 11886, 14059, 10687, 16371, 11127, 16820, 11305, 16913, 11116, 17639, 11311, 17484, 11324, 16535, 11216, 16403, 11349, 16823, 10899, 16039, 16502, 14058, 15854, 13118, 17460, 13382, 18434, 13252, 16705, 12600, 17642, 13385, 17649, 11095, 17612, 11454, 16529, 11235, 16073, 11221, 16677, 11203, 17182, 10807, 16398, 10659, 15793, 16285, 14710, 15143, 13707, 18503, 13187, 18818, 13216, 17190, 13168, 17806, 12745, 17631, 11227, 17232, 11040, 15757, 10805, 15656, 12277, 15594, 12214, 14101, 18279, 13586, 18358, 12899, 18753, 13157, 16465, 12654, 16327, 12426, 17661, 11902, 18213, 12774, 17488, 13625, 17763, 13008, 18659, 11780, 17112, 11139, 16329, 11031, 16760, 11481, 17481, 10711, 16749, 10974, 16524, 13814, 16026, 12931, 14389, 18819, 13577, 18248, 13749, 16452, 12622, 17315, 12996, 17256, 11002, 17248, 10870, 16410, 10369, 15915, 10540, 16155, 13533, 16191, 10522, 15936, 10481, 16552, 14174, 15819, 11889, 15302, 16554, 13935, 19198, 13881, 18225, 13712, 18728, 13102, 18153, 13160, 18929, 13643, 17233, 12655, 16494, 12855, 18220, 12787, 19356, 13969, 17395, 12494, 17567, 13179, 18146, 12454, 18683, 12835, 17766, 13852, 18006, 13300, 10879, 14536, 11001, 19083, 14622, 10737, 15651, 10847, 17861, 13057, 19463, 13258, 19931, 14088, 18320, 13449, 15481, 13572, 10796, 14544, 11516, 18200, 13754, 11168, 15466, 19182, 14717, 18479, 13265, 18253, 13483, 18904, 13061, 19083, 12298, 16629, 10705, 15756, 10704, 15257, 12083, 15275, 9995, 14550, 15481, 13662, 18729, 12982, 19173, 13873, 14751, 13570, 10811, 15274, 10637, 15649, 20716, 13465, 19936, 13894, 18272, 12711, 18657, 13007, 18134, 11347, 18420, 11886, 18783, 12102, 18412, 13474, 18779, 12039, 18303, 11132, 16474, 10982, 16524, 11400, 16648, 13439, 13079, 13950, 10631, 18554, 13991, 16579, 12918, 10858, 14425, 10841, 15486, 16437, 14904, 13880, 13525, 17610, 13282, 18211, 13132, 18601, 13338, 17087, 12891, 16324, 13084, 18155, 12936, 15409, 12848, 16207, 12945, 15729, 13639, 11882, 14917, 10709, 16373, 10733, 15786, 17729, 14810, 13133, 13656, 14094, 13536, 17590, 13166, 19502, 13416, 12521, 13436, 10384, 15074, 10885, 15729, 13731, 15225, 12336, 15213, 12150, 14815, 16374, 13819, 20946, 14113, 17786, 13088, 17388, 12962, 17547, 12723, 17717, 13063, 12028, 13236, 12719, 13418, 20216, 13987, 16779, 11921, 18551, 12617, 18661, 12933, 17383, 12081, 17376, 12649, 17284, 11635, 17563, 12100, 17555, 12195, 16710, 12600, 17431, 12839, 17178, 12631, 17483, 11602, 17594, 11192, 16912, 10473, 15548, 10743, 15922, 15625, 14977, 11359, 14236, 13690, 13836, 19149, 14154, 14332, 13356, 17536, 13164, 18989, 13503, 17947, 12646, 18065, 13245, 18185, 13100, 18323, 13391, 17571, 12835, 16914, 13542, 18597, 13645, 17649, 12734, 17373, 12827, 18589, 13351, 17392, 12773, 17785, 13028, 18491, 12662, 17879, 12092, 17572, 11830, 17795, 10880, 16961, 10484, 16532, 10555, 16513, 10503, 15929, 12240, 16823, 10617, 16733, 10995, 17992, 12269, 18842, 13178, 19190, 12753, 18309, 12564, 17903, 11146, 17756, 11149, 17543, 10886, 16551, 10704, 16838, 10793, 16961, 10608, 17201, 10605, 16843, 11058, 16387, 15697, 14432, 15412, 13912, 17924, 13423, 18939, 12985, 18655, 13015, 17346, 12914, 18196, 13227, 17779, 12582, 18618, 13646, 18484, 13015, 17244, 12875, 17869, 13124, 19636, 13769, 19022, 13368, 16962, 13242, 12544, 13841, 17800, 13624, 19902, 13216, 17514, 12430, 17349, 12282, 17814, 11248, 17204, 11213, 16830, 10821, 17035, 11207, 17922, 10723, 16677, 10671, 17115, 10814, 17153, 11426, 16410, 10171, 15718, 12965, 15013, 18881, 14974, 12849, 13158, 15404, 13262, 19292, 13763, 19835, 13697, 17417, 12607, 17486, 12804, 18544, 13207, 18156, 12301, 18198, 12640, 17698, 11418, 17619, 11129, 17306, 10765, 16334, 10832, 16807, 12395, 15422, 18777, 13605, 18587, 13749, 17621, 12577, 17490, 12899, 17957, 12765, 18828, 12601, 18075, 11668, 16751, 10834, 15458, 10659, 15346, 15908, 14432, 18444, 13617, 14458, 13512, 18226, 12680, 19112, 13926, 17722, 12671, 18552, 12847, 18510, 12705, 17725, 12008, 17229, 11120, 16610, 10863, 16848, 10795, 17470, 10632, 16566, 10750, 16365, 10824, 16853, 10917, 16538, 10687, 15767, 12903, 15894, 15712, 14997, 11788, 14225, 14222, 14171, 20271, 14385, 16198, 13295, 17473, 13199, 17603, 12746, 18267, 13206, 16607, 12817, 17293, 12947, 19504, 13283, 16943, 12607, 14220, 12930, 13279, 15108, 10447, 16577, 10657, 17042, 10873, 17652, 11082, 17890, 11479, 17203, 10971, 17874, 11827, 18194, 13379, 17442, 13554, 17324, 13230, 18659, 13442, 17027, 12610, 16434, 13177, 17359, 12952, 18883, 13634, 12211, 13978, 10255, 15168, 10279, 16657, 11343, 17767, 10589, 16996, 12598, 17871, 13076, 18004, 13486, 16327, 12299, 17494, 12922, 17838, 11543, 16935, 11468, 16696, 10852, 16816, 10452, 15678, 14154, 14427, 11245, 14186, 11727, 14186, 12470, 15306, 10524, 16169, 11221, 15423, 15250, 14019, 20610, 13986, 16212, 12794, 17507, 12895, 18546, 13203, 18897, 13398, 18338, 12951, 17636, 13419, 18460, 13800, 17487, 12864, 18111, 13333, 18700, 13402, 17754, 12720, 18215, 11954, 17901, 10840, 17164, 10792, 16473, 10558, 16740, 10983, 17167, 11269, 18636, 12327, 18612, 13209, 18306, 12460, 18611, 12746, 18383, 12704, 17459, 12531, 17956, 11066, 16980, 10730, 16156, 10437, 15566, 16143, 13882, 19380, 13768, 17509, 12694, 16565, 12960, 16925, 10627, 16726, 11066, 15920, 10815, 15318, 12925, 13189, 19171, 14123, 17431, 12296, 15961, 11386, 16247, 10346, 16157, 13788, 15297, 12651, 14293, 19704, 13475, 19162, 13605, 18587, 12142, 17261, 11692, 17123, 12095, 18108, 11430, 17668, 10498, 15388, 12262, 14716, 19980, 14134, 19710, 13841, 17586, 13087, 17682, 13016, 19158, 12751, 17159, 11031, 16049, 10221, 15406, 11436, 15854, 11386, 13740, 14424, 13488, 16403, 14493, 10355, 16310, 10544, 16945, 11329, 17067, 20352, 14654, 13944, 13483, 14875, 13311, 19474, 13974, 19493, 14338, 17585, 12851, 16754, 13683, 16572, 12966, 9971, 16361, 13403, 19288, 13841, 19842, 13350, 18390, 12846, 18704, 13574, 20249, 14755, 14665, 13734, 9948, 15464, 10325, 16069, 10935, 16569, 11204, 15508, 12670, 16273, 10208, 16435, 10623, 16519, 10945, 16334, 12629, 16563, 10505, 15340, 15202, 14523, 19867, 13577, 19042, 13330, 16850, 12970, 16863, 12892, 17629, 12788, 18338, 12903, 16933, 11725, 15519, 10300, 15969], 'WindowCenter': [4871.0, 4907.0, 4875.0, 4891.0, 4918.0, 4879.0, 4885.0, 4857.0, 4885.0, 4859.0, 4907.0, 4866.0, 4920.0, 4878.0, 4857.0, 4896.0, 4837.0, 4894.0, 4859.0, 4896.0, 4825.0, 4885.0, 4863.0, 4865.0, 4896.0, 4855.0, 4883.0, 4847.0, 4886.0, 4836.0, 4872.0, 4812.0, 4881.0, 4822.0, 4870.0, 4832.0, 4869.0, 4843.0, 4801.0, 4880.0, 4841.0, 4878.0, 4820.0, 4863.0, 4804.0, 4844.0, 4786.0, 4845.0, 4783.0, 4844.0, 4772.0, 4835.0, 4775.0, 4836.0, 4805.0, 4828.0, 4834.0, 4838.0, 4856.0, 4829.0, 4857.0, 4832.0, 4883.0, 4844.0, 4882.0, 4845.0, 4885.0, 4848.0, 4884.0, 4848.0, 4886.0, 4849.0, 4888.0, 4857.0, 4898.0, 4870.0, 4896.0, 4847.0, 4895.0, 4847.0, 4896.0, 4847.0, 4886.0, 4848.0, 4907.0, 4858.0, 4909.0, 4868.0, 4899.0, 4869.0, 4898.0, 4871.0, 4909.0, 4883.0, 4922.0, 4874.0, 4921.0, 4861.0, 4899.0, 4874.0, 4899.0, 4860.0, 4911.0, 4869.0, 4901.0, 4873.0, 4908.0, 4881.0, 4852.0, 4890.0, 4872.0, 4911.0, 4896.0, 4856.0, 4902.0, 4864.0, 4904.0, 4854.0, 4910.0, 4864.0, 4913.0, 4849.0, 4909.0, 4839.0, 4891.0, 4829.0, 4910.0, 4839.0, 4899.0, 4850.0, 4909.0, 4861.0, 4920.0, 4883.0, 4910.0, 4882.0, 4925.0, 4893.0, 4852.0, 4902.0, 4852.0, 4914.0, 4863.0, 4914.0, 4862.0, 4913.0, 4854.0, 4921.0, 4880.0, 4921.0, 4870.0, 4930.0, 4879.0, 4841.0, 4878.0, 4841.0, 4887.0, 4837.0, 4897.0, 4850.0, 4909.0, 4849.0, 4908.0, 4857.0, 4907.0, 4854.0, 4892.0, 4856.0, 4872.0, 4844.0, 4824.0, 4887.0, 4835.0, 4898.0, 4826.0, 4876.0, 4836.0, 4874.0, 4824.0, 4876.0, 4824.0, 4873.0, 4824.0, 4873.0, 4814.0, 4885.0, 4836.0, 4886.0, 4846.0, 4895.0, 4825.0, 4896.0, 4836.0, 4883.0, 4835.0, 4883.0, 4854.0, 4880.0, 4842.0, 4880.0, 4853.0, 4872.0, 4845.0, 4895.0, 4848.0, 4884.0, 4836.0, 4874.0, 4824.0, 4876.0, 4827.0, 4874.0, 4843.0, 4855.0, 4826.0, 4857.0, 4876.0, 4867.0, 4894.0, 4856.0, 4883.0, 4849.0, 4895.0, 4859.0, 4907.0, 4858.0, 4894.0, 4836.0, 4894.0, 4837.0, 4886.0, 4836.0, 4885.0, 4838.0, 4886.0, 4837.0, 4877.0, 4868.0, 4867.0, 4905.0, 4866.0, 4894.0, 4857.0, 4895.0, 4869.0, 4908.0, 4861.0, 4896.0, 4868.0, 4906.0, 4880.0, 4896.0, 4868.0, 4917.0, 4867.0, 4895.0, 4861.0, 4846.0, 4868.0, 4847.0, 4879.0, 4896.0, 4878.0, 4857.0, 4881.0, 4887.0, 4869.0, 4907.0, 4858.0, 4896.0, 4870.0, 4895.0, 4858.0, 4896.0, 4858.0, 4906.0, 4879.0, 4886.0, 4870.0, 4887.0, 4870.0, 4921.0, 4870.0, 4921.0, 4870.0, 4907.0, 4860.0, 4919.0, 4870.0, 4918.0, 4869.0, 4897.0, 4849.0, 4898.0, 4838.0, 4897.0, 4840.0, 4896.0, 4827.0, 4888.0, 4827.0, 4887.0, 4840.0, 4888.0, 4867.0, 4888.0, 4869.0, 4868.0, 4896.0, 4870.0, 4906.0, 4867.0, 4897.0, 4856.0, 4893.0, 4848.0, 4893.0, 4854.0, 4885.0, 4847.0, 4885.0, 4857.0, 4893.0, 4858.0, 4894.0, 4845.0, 4883.0, 4835.0, 4884.0, 4825.0, 4896.0, 4835.0, 4887.0, 4813.0, 4875.0, 4903.0, 4856.0, 4895.0, 4865.0, 4882.0, 4846.0, 4873.0, 4846.0, 4884.0, 4867.0, 4888.0, 4858.0, 4919.0, 4861.0, 4886.0, 4859.0, 4896.0, 4827.0, 4885.0, 4838.0, 4896.0, 4824.0, 4874.0, 4824.0, 4896.0, 4824.0, 4894.0, 4827.0, 4883.0, 4844.0, 4883.0, 4855.0, 4895.0, 4856.0, 4897.0, 4860.0, 4878.0, 4847.0, 4867.0, 4849.0, 4875.0, 4855.0, 4883.0, 4856.0, 4863.0, 4856.0, 4844.0, 4854.0, 4817.0, 4876.0, 4824.0, 4883.0, 4827.0, 4887.0, 4835.0, 4896.0, 4825.0, 4887.0, 4827.0, 4885.0, 4824.0, 4876.0, 4827.0, 4896.0, 4828.0, 4875.0, 4884.0, 4867.0, 4863.0, 4858.0, 4894.0, 4856.0, 4906.0, 4855.0, 4876.0, 4852.0, 4884.0, 4856.0, 4896.0, 4837.0, 4885.0, 4836.0, 4875.0, 4836.0, 4898.0, 4837.0, 4889.0, 4837.0, 4896.0, 4848.0, 4890.0, 4827.0, 4887.0, 4896.0, 4890.0, 4878.0, 4867.0, 4894.0, 4860.0, 4897.0, 4860.0, 4885.0, 4869.0, 4895.0, 4856.0, 4895.0, 4836.0, 4888.0, 4835.0, 4878.0, 4828.0, 4876.0, 4845.0, 4876.0, 4845.0, 4866.0, 4894.0, 4857.0, 4897.0, 4856.0, 4895.0, 4856.0, 4874.0, 4856.0, 4875.0, 4868.0, 4898.0, 4847.0, 4896.0, 4869.0, 4907.0, 4881.0, 4898.0, 4872.0, 4897.0, 4860.0, 4896.0, 4848.0, 4899.0, 4838.0, 4889.0, 4847.0, 4885.0, 4838.0, 4885.0, 4836.0, 4888.0, 4854.0, 4886.0, 4854.0, 4865.0, 4893.0, 4858.0, 4906.0, 4868.0, 4875.0, 4846.0, 4897.0, 4858.0, 4885.0, 4826.0, 4886.0, 4837.0, 4887.0, 4827.0, 4876.0, 4816.0, 4878.0, 4857.0, 4888.0, 4825.0, 4876.0, 4826.0, 4899.0, 4866.0, 4877.0, 4835.0, 4876.0, 4895.0, 4866.0, 4906.0, 4859.0, 4894.0, 4857.0, 4894.0, 4867.0, 4905.0, 4857.0, 4894.0, 4855.0, 4896.0, 4846.0, 4887.0, 4857.0, 4896.0, 4857.0, 4895.0, 4856.0, 4884.0, 4846.0, 4896.0, 4855.0, 4895.0, 4845.0, 4884.0, 4845.0, 4896.0, 4869.0, 4884.0, 4856.0, 4836.0, 4867.0, 4838.0, 4919.0, 4878.0, 4849.0, 4889.0, 4838.0, 4907.0, 4870.0, 4906.0, 4857.0, 4895.0, 4856.0, 4896.0, 4856.0, 4875.0, 4845.0, 4828.0, 4879.0, 4848.0, 4907.0, 4868.0, 4838.0, 4890.0, 4907.0, 4878.0, 4895.0, 4856.0, 4872.0, 4843.0, 4881.0, 4844.0, 4881.0, 4843.0, 4862.0, 4816.0, 4865.0, 4825.0, 4864.0, 4834.0, 4875.0, 4818.0, 4869.0, 4875.0, 4871.0, 4907.0, 4867.0, 4909.0, 4868.0, 4879.0, 4869.0, 4840.0, 4889.0, 4851.0, 4912.0, 4919.0, 4870.0, 4911.0, 4881.0, 4901.0, 4872.0, 4897.0, 4858.0, 4905.0, 4837.0, 4884.0, 4824.0, 4883.0, 4834.0, 4885.0, 4854.0, 4894.0, 4836.0, 4893.0, 4812.0, 4864.0, 4816.0, 4863.0, 4814.0, 4873.0, 4854.0, 4855.0, 4863.0, 4815.0, 4886.0, 4854.0, 4882.0, 4855.0, 4834.0, 4857.0, 4814.0, 4875.0, 4862.0, 4854.0, 4854.0, 4843.0, 4874.0, 4846.0, 4893.0, 4846.0, 4892.0, 4843.0, 4874.0, 4855.0, 4883.0, 4855.0, 4884.0, 4846.0, 4863.0, 4847.0, 4874.0, 4847.0, 4886.0, 4857.0, 4836.0, 4876.0, 4827.0, 4890.0, 4827.0, 4888.0, 4885.0, 4867.0, 4845.0, 4867.0, 4855.0, 4871.0, 4899.0, 4857.0, 4917.0, 4857.0, 4846.0, 4867.0, 4832.0, 4878.0, 4841.0, 4891.0, 4878.0, 4888.0, 4859.0, 4889.0, 4846.0, 4888.0, 4888.0, 4867.0, 4904.0, 4867.0, 4882.0, 4868.0, 4886.0, 4858.0, 4884.0, 4848.0, 4884.0, 4857.0, 4848.0, 4868.0, 4857.0, 4872.0, 4919.0, 4871.0, 4886.0, 4852.0, 4899.0, 4847.0, 4906.0, 4846.0, 4895.0, 4835.0, 4884.0, 4858.0, 4884.0, 4838.0, 4883.0, 4857.0, 4895.0, 4849.0, 4884.0, 4868.0, 4900.0, 4858.0, 4899.0, 4861.0, 4899.0, 4851.0, 4900.0, 4837.0, 4886.0, 4829.0, 4881.0, 4826.0, 4886.0, 4874.0, 4887.0, 4835.0, 4867.0, 4868.0, 4868.0, 4917.0, 4889.0, 4879.0, 4880.0, 4899.0, 4869.0, 4909.0, 4880.0, 4906.0, 4861.0, 4899.0, 4870.0, 4906.0, 4869.0, 4896.0, 4867.0, 4906.0, 4857.0, 4907.0, 4879.0, 4909.0, 4871.0, 4896.0, 4870.0, 4908.0, 4880.0, 4910.0, 4870.0, 4899.0, 4858.0, 4897.0, 4868.0, 4910.0, 4860.0, 4899.0, 4847.0, 4898.0, 4846.0, 4907.0, 4840.0, 4888.0, 4829.0, 4885.0, 4826.0, 4886.0, 4829.0, 4887.0, 4847.0, 4896.0, 4830.0, 4891.0, 4850.0, 4909.0, 4859.0, 4907.0, 4858.0, 4907.0, 4861.0, 4896.0, 4857.0, 4896.0, 4837.0, 4896.0, 4826.0, 4896.0, 4836.0, 4897.0, 4837.0, 4888.0, 4830.0, 4897.0, 4838.0, 4886.0, 4830.0, 4896.0, 4848.0, 4891.0, 4879.0, 4879.0, 4876.0, 4868.0, 4896.0, 4869.0, 4908.0, 4868.0, 4908.0, 4857.0, 4885.0, 4856.0, 4895.0, 4869.0, 4906.0, 4851.0, 4900.0, 4878.0, 4907.0, 4869.0, 4906.0, 4858.0, 4906.0, 4869.0, 4905.0, 4878.0, 4895.0, 4857.0, 4896.0, 4881.0, 4866.0, 4880.0, 4896.0, 4871.0, 4907.0, 4861.0, 4896.0, 4869.0, 4907.0, 4858.0, 4896.0, 4825.0, 4896.0, 4838.0, 4884.0, 4828.0, 4896.0, 4835.0, 4887.0, 4824.0, 4876.0, 4817.0, 4876.0, 4826.0, 4875.0, 4828.0, 4875.0, 4814.0, 4884.0, 4843.0, 4868.0, 4895.0, 4867.0, 4845.0, 4847.0, 4865.0, 4853.0, 4903.0, 4857.0, 4892.0, 4865.0, 4871.0, 4833.0, 4874.0, 4844.0, 4882.0, 4844.0, 4885.0, 4833.0, 4880.0, 4854.0, 4882.0, 4846.0, 4883.0, 4824.0, 4883.0, 4824.0, 4874.0, 4828.0, 4885.0, 4844.0, 4875.0, 4904.0, 4877.0, 4894.0, 4867.0, 4884.0, 4847.0, 4894.0, 4861.0, 4896.0, 4858.0, 4906.0, 4870.0, 4897.0, 4837.0, 4886.0, 4830.0, 4879.0, 4836.0, 4876.0, 4884.0, 4866.0, 4894.0, 4867.0, 4877.0, 4870.0, 4896.0, 4858.0, 4909.0, 4867.0, 4896.0, 4858.0, 4906.0, 4869.0, 4906.0, 4857.0, 4886.0, 4847.0, 4897.0, 4837.0, 4886.0, 4839.0, 4898.0, 4826.0, 4885.0, 4826.0, 4885.0, 4829.0, 4897.0, 4828.0, 4888.0, 4825.0, 4885.0, 4818.0, 4875.0, 4855.0, 4875.0, 4877.0, 4876.0, 4846.0, 4866.0, 4854.0, 4870.0, 4902.0, 4866.0, 4874.0, 4856.0, 4884.0, 4859.0, 4905.0, 4859.0, 4897.0, 4857.0, 4887.0, 4857.0, 4895.0, 4858.0, 4908.0, 4879.0, 4896.0, 4857.0, 4865.0, 4857.0, 4855.0, 4877.0, 4829.0, 4886.0, 4838.0, 4897.0, 4837.0, 4898.0, 4836.0, 4908.0, 4836.0, 4885.0, 4826.0, 4894.0, 4835.0, 4906.0, 4855.0, 4906.0, 4868.0, 4900.0, 4858.0, 4908.0, 4868.0, 4898.0, 4870.0, 4886.0, 4880.0, 4896.0, 4858.0, 4907.0, 4868.0, 4857.0, 4867.0, 4827.0, 4877.0, 4827.0, 4898.0, 4850.0, 4908.0, 4829.0, 4896.0, 4858.0, 4897.0, 4869.0, 4907.0, 4880.0, 4888.0, 4859.0, 4912.0, 4873.0, 4909.0, 4850.0, 4897.0, 4852.0, 4911.0, 4850.0, 4909.0, 4828.0, 4877.0, 4865.0, 4878.0, 4844.0, 4878.0, 4847.0, 4880.0, 4868.0, 4888.0, 4839.0, 4910.0, 4839.0, 4900.0, 4888.0, 4880.0, 4930.0, 4879.0, 4889.0, 4859.0, 4896.0, 4859.0, 4917.0, 4868.0, 4909.0, 4868.0, 4907.0, 4871.0, 4896.0, 4871.0, 4916.0, 4879.0, 4896.0, 4859.0, 4897.0, 4869.0, 4907.0, 4869.0, 4897.0, 4859.0, 4900.0, 4848.0, 4899.0, 4836.0, 4897.0, 4826.0, 4885.0, 4826.0, 4885.0, 4826.0, 4885.0, 4837.0, 4895.0, 4858.0, 4895.0, 4867.0, 4907.0, 4848.0, 4898.0, 4847.0, 4906.0, 4849.0, 4885.0, 4850.0, 4908.0, 4840.0, 4886.0, 4837.0, 4879.0, 4826.0, 4876.0, 4875.0, 4867.0, 4904.0, 4867.0, 4885.0, 4858.0, 4898.0, 4880.0, 4898.0, 4840.0, 4901.0, 4839.0, 4910.0, 4852.0, 4890.0, 4871.0, 4881.0, 4919.0, 4880.0, 4910.0, 4864.0, 4913.0, 4873.0, 4901.0, 4853.0, 4904.0, 4869.0, 4902.0, 4871.0, 4879.0, 4928.0, 4881.0, 4907.0, 4868.0, 4908.0, 4847.0, 4886.0, 4839.0, 4885.0, 4848.0, 4908.0, 4849.0, 4908.0, 4837.0, 4876.0, 4835.0, 4869.0, 4915.0, 4855.0, 4904.0, 4867.0, 4886.0, 4856.0, 4895.0, 4856.0, 4893.0, 4844.0, 4884.0, 4817.0, 4876.0, 4813.0, 4867.0, 4826.0, 4884.0, 4822.0, 4854.0, 4856.0, 4866.0, 4876.0, 4878.0, 4839.0, 4886.0, 4826.0, 4897.0, 4837.0, 4897.0, 4893.0, 4864.0, 4853.0, 4855.0, 4862.0, 4855.0, 4904.0, 4864.0, 4892.0, 4864.0, 4882.0, 4855.0, 4884.0, 4865.0, 4872.0, 4856.0, 4820.0, 4897.0, 4879.0, 4906.0, 4868.0, 4905.0, 4868.0, 4895.0, 4858.0, 4883.0, 4855.0, 4904.0, 4865.0, 4864.0, 4853.0, 4816.0, 4886.0, 4815.0, 4886.0, 4824.0, 4897.0, 4826.0, 4876.0, 4848.0, 4874.0, 4825.0, 4885.0, 4830.0, 4888.0, 4839.0, 4899.0, 4847.0, 4892.0, 4827.0, 4877.0, 4867.0, 4877.0, 4894.0, 4858.0, 4894.0, 4856.0, 4883.0, 4844.0, 4884.0, 4845.0, 4884.0, 4846.0, 4893.0, 4857.0, 4894.0, 4834.0, 4863.0, 4818.0, 4874.0], 'WindowWidth': [10629.0, 10668.0, 10617.0, 10633.0, 10667.0, 10610.0, 10613.0, 10575.0, 10611.0, 10578.0, 10648.0, 10587.0, 10669.0, 10604.0, 10578.0, 10632.0, 10549.0, 10621.0, 10583.0, 10631.0, 10528.0, 10613.0, 10581.0, 10584.0, 10627.0, 10568.0, 10606.0, 10558.0, 10612.0, 10547.0, 10590.0, 10504.0, 10605.0, 10522.0, 10576.0, 10529.0, 10579.0, 10547.0, 10486.0, 10601.0, 10545.0, 10596.0, 10506.0, 10565.0, 10479.0, 10533.0, 10452.0, 10534.0, 10445.0, 10537.0, 10431.0, 10520.0, 10437.0, 10524.0, 10486.0, 10515.0, 10522.0, 10538.0, 10555.0, 10523.0, 10565.0, 10532.0, 10609.0, 10553.0, 10602.0, 10554.0, 10609.0, 10561.0, 10606.0, 10561.0, 10612.0, 10564.0, 10616.0, 10576.0, 10632.0, 10601.0, 10626.0, 10562.0, 10626.0, 10561.0, 10627.0, 10562.0, 10615.0, 10564.0, 10650.0, 10578.0, 10653.0, 10592.0, 10636.0, 10597.0, 10636.0, 10603.0, 10653.0, 10626.0, 10678.0, 10615.0, 10675.0, 10588.0, 10640.0, 10612.0, 10638.0, 10586.0, 10655.0, 10597.0, 10642.0, 10604.0, 10653.0, 10619.0, 10581.0, 10629.0, 10607.0, 10659.0, 10643.0, 10587.0, 10648.0, 10601.0, 10652.0, 10580.0, 10657.0, 10599.0, 10669.0, 10569.0, 10656.0, 10553.0, 10626.0, 10541.0, 10658.0, 10556.0, 10639.0, 10573.0, 10653.0, 10594.0, 10673.0, 10626.0, 10656.0, 10621.0, 10681.0, 10636.0, 10579.0, 10653.0, 10578.0, 10671.0, 10598.0, 10665.0, 10590.0, 10662.0, 10579.0, 10676.0, 10613.0, 10678.0, 10601.0, 10688.0, 10609.0, 10556.0, 10607.0, 10555.0, 10619.0, 10549.0, 10632.0, 10574.0, 10656.0, 10564.0, 10651.0, 10578.0, 10647.0, 10571.0, 10616.0, 10568.0, 10589.0, 10553.0, 10526.0, 10621.0, 10541.0, 10639.0, 10530.0, 10599.0, 10547.0, 10592.0, 10523.0, 10597.0, 10523.0, 10593.0, 10524.0, 10591.0, 10509.0, 10616.0, 10547.0, 10616.0, 10562.0, 10630.0, 10525.0, 10629.0, 10544.0, 10608.0, 10543.0, 10608.0, 10568.0, 10595.0, 10544.0, 10596.0, 10568.0, 10588.0, 10557.0, 10630.0, 10562.0, 10608.0, 10543.0, 10595.0, 10525.0, 10604.0, 10529.0, 10594.0, 10551.0, 10568.0, 10528.0, 10573.0, 10602.0, 10593.0, 10623.0, 10571.0, 10606.0, 10565.0, 10630.0, 10579.0, 10648.0, 10580.0, 10623.0, 10542.0, 10626.0, 10551.0, 10618.0, 10543.0, 10612.0, 10547.0, 10612.0, 10550.0, 10601.0, 10590.0, 10589.0, 10638.0, 10586.0, 10621.0, 10575.0, 10625.0, 10598.0, 10651.0, 10583.0, 10629.0, 10591.0, 10641.0, 10616.0, 10629.0, 10593.0, 10665.0, 10589.0, 10626.0, 10584.0, 10559.0, 10593.0, 10563.0, 10608.0, 10634.0, 10607.0, 10574.0, 10618.0, 10617.0, 10594.0, 10645.0, 10578.0, 10628.0, 10595.0, 10626.0, 10577.0, 10627.0, 10577.0, 10641.0, 10612.0, 10615.0, 10602.0, 10617.0, 10597.0, 10672.0, 10597.0, 10673.0, 10597.0, 10645.0, 10585.0, 10669.0, 10598.0, 10661.0, 10594.0, 10632.0, 10565.0, 10634.0, 10548.0, 10631.0, 10559.0, 10627.0, 10533.0, 10617.0, 10532.0, 10617.0, 10553.0, 10619.0, 10588.0, 10619.0, 10592.0, 10591.0, 10628.0, 10596.0, 10642.0, 10587.0, 10632.0, 10576.0, 10620.0, 10561.0, 10620.0, 10565.0, 10608.0, 10558.0, 10609.0, 10573.0, 10620.0, 10576.0, 10622.0, 10554.0, 10604.0, 10540.0, 10607.0, 10525.0, 10632.0, 10545.0, 10618.0, 10508.0, 10600.0, 10636.0, 10575.0, 10626.0, 10586.0, 10600.0, 10555.0, 10592.0, 10558.0, 10608.0, 10589.0, 10618.0, 10580.0, 10666.0, 10583.0, 10613.0, 10584.0, 10628.0, 10532.0, 10612.0, 10545.0, 10630.0, 10524.0, 10593.0, 10523.0, 10630.0, 10523.0, 10626.0, 10529.0, 10604.0, 10551.0, 10605.0, 10568.0, 10630.0, 10574.0, 10629.0, 10580.0, 10602.0, 10561.0, 10592.0, 10566.0, 10602.0, 10570.0, 10605.0, 10575.0, 10576.0, 10575.0, 10556.0, 10566.0, 10517.0, 10598.0, 10524.0, 10605.0, 10531.0, 10615.0, 10541.0, 10633.0, 10528.0, 10613.0, 10530.0, 10614.0, 10524.0, 10598.0, 10531.0, 10630.0, 10531.0, 10594.0, 10612.0, 10590.0, 10575.0, 10578.0, 10627.0, 10572.0, 10644.0, 10569.0, 10597.0, 10568.0, 10608.0, 10571.0, 10633.0, 10546.0, 10611.0, 10542.0, 10596.0, 10544.0, 10637.0, 10547.0, 10622.0, 10547.0, 10627.0, 10568.0, 10623.0, 10534.0, 10617.0, 10634.0, 10627.0, 10604.0, 10589.0, 10625.0, 10580.0, 10629.0, 10581.0, 10611.0, 10598.0, 10625.0, 10573.0, 10627.0, 10544.0, 10618.0, 10542.0, 10605.0, 10535.0, 10602.0, 10557.0, 10600.0, 10555.0, 10587.0, 10624.0, 10575.0, 10630.0, 10573.0, 10624.0, 10571.0, 10594.0, 10572.0, 10596.0, 10597.0, 10633.0, 10560.0, 10628.0, 10600.0, 10651.0, 10617.0, 10634.0, 10601.0, 10633.0, 10586.0, 10634.0, 10568.0, 10639.0, 10553.0, 10620.0, 10564.0, 10609.0, 10552.0, 10611.0, 10547.0, 10615.0, 10565.0, 10616.0, 10571.0, 10581.0, 10618.0, 10573.0, 10644.0, 10593.0, 10595.0, 10557.0, 10633.0, 10575.0, 10612.0, 10531.0, 10612.0, 10550.0, 10620.0, 10535.0, 10598.0, 10516.0, 10602.0, 10577.0, 10621.0, 10528.0, 10599.0, 10530.0, 10641.0, 10585.0, 10601.0, 10542.0, 10599.0, 10630.0, 10587.0, 10646.0, 10578.0, 10621.0, 10574.0, 10622.0, 10593.0, 10643.0, 10573.0, 10622.0, 10569.0, 10630.0, 10558.0, 10613.0, 10574.0, 10628.0, 10575.0, 10626.0, 10570.0, 10607.0, 10556.0, 10631.0, 10567.0, 10630.0, 10552.0, 10606.0, 10553.0, 10630.0, 10591.0, 10606.0, 10572.0, 10545.0, 10591.0, 10551.0, 10668.0, 10606.0, 10572.0, 10627.0, 10550.0, 10651.0, 10599.0, 10642.0, 10572.0, 10624.0, 10571.0, 10631.0, 10571.0, 10601.0, 10553.0, 10531.0, 10609.0, 10568.0, 10649.0, 10590.0, 10548.0, 10628.0, 10649.0, 10606.0, 10627.0, 10574.0, 10586.0, 10547.0, 10599.0, 10554.0, 10598.0, 10551.0, 10573.0, 10510.0, 10578.0, 10529.0, 10578.0, 10537.0, 10594.0, 10518.0, 10592.0, 10596.0, 10596.0, 10648.0, 10594.0, 10647.0, 10590.0, 10610.0, 10599.0, 10556.0, 10625.0, 10578.0, 10665.0, 10665.0, 10596.0, 10652.0, 10618.0, 10639.0, 10605.0, 10632.0, 10578.0, 10647.0, 10551.0, 10608.0, 10523.0, 10605.0, 10535.0, 10608.0, 10569.0, 10626.0, 10538.0, 10622.0, 10502.0, 10574.0, 10508.0, 10569.0, 10502.0, 10592.0, 10568.0, 10570.0, 10581.0, 10512.0, 10611.0, 10566.0, 10608.0, 10574.0, 10541.0, 10572.0, 10508.0, 10601.0, 10573.0, 10564.0, 10567.0, 10548.0, 10589.0, 10554.0, 10620.0, 10552.0, 10619.0, 10548.0, 10589.0, 10573.0, 10609.0, 10568.0, 10606.0, 10559.0, 10577.0, 10560.0, 10593.0, 10560.0, 10617.0, 10573.0, 10543.0, 10598.0, 10532.0, 10622.0, 10532.0, 10624.0, 10612.0, 10588.0, 10555.0, 10588.0, 10569.0, 10596.0, 10635.0, 10576.0, 10662.0, 10576.0, 10559.0, 10591.0, 10545.0, 10608.0, 10556.0, 10627.0, 10612.0, 10618.0, 10584.0, 10627.0, 10559.0, 10625.0, 10617.0, 10589.0, 10639.0, 10593.0, 10602.0, 10592.0, 10610.0, 10574.0, 10607.0, 10562.0, 10607.0, 10574.0, 10563.0, 10592.0, 10576.0, 10603.0, 10665.0, 10600.0, 10615.0, 10573.0, 10633.0, 10562.0, 10646.0, 10556.0, 10628.0, 10541.0, 10607.0, 10579.0, 10608.0, 10546.0, 10607.0, 10578.0, 10629.0, 10564.0, 10611.0, 10597.0, 10636.0, 10578.0, 10634.0, 10585.0, 10637.0, 10571.0, 10637.0, 10547.0, 10615.0, 10536.0, 10610.0, 10532.0, 10613.0, 10594.0, 10621.0, 10542.0, 10589.0, 10590.0, 10593.0, 10666.0, 10630.0, 10609.0, 10617.0, 10636.0, 10595.0, 10652.0, 10616.0, 10644.0, 10586.0, 10636.0, 10597.0, 10643.0, 10599.0, 10629.0, 10589.0, 10649.0, 10577.0, 10651.0, 10616.0, 10651.0, 10599.0, 10630.0, 10603.0, 10654.0, 10619.0, 10652.0, 10597.0, 10637.0, 10580.0, 10632.0, 10594.0, 10652.0, 10583.0, 10635.0, 10562.0, 10632.0, 10560.0, 10652.0, 10553.0, 10620.0, 10538.0, 10613.0, 10531.0, 10616.0, 10539.0, 10618.0, 10561.0, 10628.0, 10542.0, 10627.0, 10576.0, 10656.0, 10582.0, 10648.0, 10579.0, 10647.0, 10583.0, 10629.0, 10575.0, 10629.0, 10547.0, 10628.0, 10530.0, 10632.0, 10549.0, 10633.0, 10550.0, 10616.0, 10538.0, 10634.0, 10553.0, 10614.0, 10540.0, 10630.0, 10569.0, 10626.0, 10606.0, 10612.0, 10598.0, 10591.0, 10631.0, 10597.0, 10650.0, 10596.0, 10651.0, 10573.0, 10609.0, 10573.0, 10624.0, 10597.0, 10647.0, 10569.0, 10634.0, 10610.0, 10648.0, 10599.0, 10648.0, 10577.0, 10648.0, 10599.0, 10640.0, 10609.0, 10624.0, 10574.0, 10633.0, 10617.0, 10594.0, 10617.0, 10631.0, 10600.0, 10645.0, 10585.0, 10628.0, 10599.0, 10651.0, 10583.0, 10628.0, 10529.0, 10633.0, 10554.0, 10610.0, 10534.0, 10633.0, 10546.0, 10614.0, 10524.0, 10599.0, 10515.0, 10597.0, 10529.0, 10594.0, 10529.0, 10594.0, 10514.0, 10613.0, 10548.0, 10589.0, 10623.0, 10587.0, 10553.0, 10559.0, 10579.0, 10571.0, 10639.0, 10570.0, 10616.0, 10585.0, 10586.0, 10537.0, 10591.0, 10551.0, 10604.0, 10551.0, 10606.0, 10536.0, 10597.0, 10571.0, 10604.0, 10561.0, 10607.0, 10524.0, 10605.0, 10523.0, 10596.0, 10533.0, 10613.0, 10551.0, 10595.0, 10641.0, 10605.0, 10622.0, 10593.0, 10609.0, 10562.0, 10623.0, 10584.0, 10627.0, 10580.0, 10642.0, 10600.0, 10630.0, 10547.0, 10615.0, 10539.0, 10606.0, 10549.0, 10600.0, 10615.0, 10587.0, 10624.0, 10588.0, 10607.0, 10597.0, 10629.0, 10579.0, 10649.0, 10591.0, 10628.0, 10580.0, 10642.0, 10601.0, 10642.0, 10575.0, 10615.0, 10560.0, 10635.0, 10547.0, 10615.0, 10551.0, 10638.0, 10531.0, 10611.0, 10530.0, 10612.0, 10536.0, 10637.0, 10535.0, 10617.0, 10530.0, 10613.0, 10521.0, 10599.0, 10575.0, 10598.0, 10601.0, 10599.0, 10562.0, 10586.0, 10567.0, 10594.0, 10634.0, 10588.0, 10594.0, 10573.0, 10607.0, 10579.0, 10645.0, 10577.0, 10630.0, 10575.0, 10616.0, 10577.0, 10627.0, 10580.0, 10647.0, 10613.0, 10634.0, 10577.0, 10586.0, 10578.0, 10572.0, 10603.0, 10538.0, 10616.0, 10556.0, 10638.0, 10547.0, 10634.0, 10546.0, 10652.0, 10544.0, 10612.0, 10531.0, 10624.0, 10543.0, 10646.0, 10571.0, 10647.0, 10593.0, 10638.0, 10580.0, 10652.0, 10594.0, 10634.0, 10603.0, 10616.0, 10617.0, 10629.0, 10580.0, 10650.0, 10591.0, 10580.0, 10588.0, 10533.0, 10604.0, 10534.0, 10639.0, 10573.0, 10653.0, 10538.0, 10629.0, 10579.0, 10634.0, 10596.0, 10646.0, 10617.0, 10620.0, 10585.0, 10658.0, 10606.0, 10653.0, 10570.0, 10632.0, 10573.0, 10660.0, 10573.0, 10657.0, 10536.0, 10603.0, 10583.0, 10608.0, 10560.0, 10610.0, 10561.0, 10610.0, 10598.0, 10620.0, 10553.0, 10661.0, 10554.0, 10646.0, 10622.0, 10612.0, 10685.0, 10610.0, 10622.0, 10582.0, 10631.0, 10583.0, 10665.0, 10594.0, 10649.0, 10592.0, 10650.0, 10604.0, 10630.0, 10598.0, 10663.0, 10614.0, 10629.0, 10582.0, 10632.0, 10595.0, 10647.0, 10595.0, 10631.0, 10581.0, 10637.0, 10565.0, 10635.0, 10544.0, 10634.0, 10529.0, 10616.0, 10529.0, 10610.0, 10530.0, 10613.0, 10546.0, 10627.0, 10583.0, 10627.0, 10594.0, 10650.0, 10563.0, 10632.0, 10561.0, 10645.0, 10565.0, 10612.0, 10568.0, 10652.0, 10552.0, 10614.0, 10552.0, 10605.0, 10529.0, 10600.0, 10597.0, 10588.0, 10637.0, 10588.0, 10612.0, 10578.0, 10637.0, 10616.0, 10634.0, 10556.0, 10640.0, 10555.0, 10657.0, 10575.0, 10627.0, 10605.0, 10620.0, 10665.0, 10611.0, 10659.0, 10594.0, 10665.0, 10612.0, 10646.0, 10584.0, 10650.0, 10596.0, 10650.0, 10605.0, 10611.0, 10683.0, 10619.0, 10647.0, 10590.0, 10652.0, 10561.0, 10614.0, 10552.0, 10612.0, 10563.0, 10654.0, 10570.0, 10651.0, 10553.0, 10600.0, 10543.0, 10592.0, 10659.0, 10570.0, 10636.0, 10593.0, 10612.0, 10571.0, 10630.0, 10577.0, 10621.0, 10551.0, 10611.0, 10516.0, 10596.0, 10509.0, 10586.0, 10526.0, 10612.0, 10520.0, 10565.0, 10568.0, 10591.0, 10598.0, 10609.0, 10557.0, 10614.0, 10533.0, 10638.0, 10552.0, 10633.0, 10622.0, 10580.0, 10562.0, 10568.0, 10575.0, 10570.0, 10641.0, 10580.0, 10617.0, 10584.0, 10601.0, 10571.0, 10610.0, 10586.0, 10589.0, 10572.0, 10527.0, 10637.0, 10612.0, 10642.0, 10591.0, 10639.0, 10594.0, 10628.0, 10580.0, 10607.0, 10569.0, 10641.0, 10587.0, 10583.0, 10563.0, 10520.0, 10616.0, 10512.0, 10617.0, 10525.0, 10636.0, 10530.0, 10598.0, 10560.0, 10596.0, 10530.0, 10613.0, 10539.0, 10619.0, 10558.0, 10640.0, 10561.0, 10627.0, 10533.0, 10603.0, 10588.0, 10608.0, 10623.0, 10579.0, 10625.0, 10574.0, 10608.0, 10553.0, 10613.0, 10557.0, 10610.0, 10558.0, 10620.0, 10579.0, 10626.0, 10539.0, 10579.0, 10520.0, 10595.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.0003365982636148382</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016453556116811364</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.44787702211693</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3398997737993659</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0030072760505528</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4927</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4758.9697</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05073163017227422</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3907288769080686</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3517599439296735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5807933930145452</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.239633293779986</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0118763</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011726800352334976</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027838414534926414</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1267</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.94204613213904</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>22.3457</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.7712</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.2382</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295350.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1020.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.8866</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5397</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>673.9651</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4029.198</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4226.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81194.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1469.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5323.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.0255</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.12916682683863</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> |