=== 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-0004 --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-0004",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0004_ses-04_task-fractional_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-0004_ses-04_task-fractional_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-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_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-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_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-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0004_suffix-bold_task-fractional" 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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0004/figures/sub-0004_ses-04_task-fractional_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-0004/figures/sub-0004_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-04_task-fractional_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-0004/ses-04/func/sub-0004_ses-04_task-fractional_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>485bb11ee88069a1cf23e3d13e01388b</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>08:45:36.800000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998947, 0.0454138, -0.0065307, -0.0429162, 0.97522, 0.217034]</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-fractional_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.109469</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7783, -7228, 504, -51, -227, 58, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.188</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>eb47f864-b445-40c6-b021-0764270ab366||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801016330718994, -0.1151411384344101, -0.04380802810192108, 119.96361541748047], [-0.12184182554483414, 2.6164445877075195, 0.5846174359321594, -95.18283081054688], [-0.017521392554044724, -0.5822858810424805, 2.6355841159820557, -10.338409423828125], [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, 1323]</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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'AcquisitionTime': ['084536.800000', '084537.260000', '084537.720000', '084538.180000', '084538.640000', '084539.100000', '084539.560000', '084540.020000', '084540.480000', '084540.940000', '084541.400000', '084541.860000', '084542.320000', '084542.780000', '084543.240000', '084543.700000', '084544.160000', '084544.620000', '084545.080000', '084545.540000', '084546.000000', '084546.460000', '084546.920000', '084547.380000', '084547.840000', '084548.300000', '084548.760000', '084549.220000', '084549.680000', '084550.140000', '084550.600000', '084551.060000', '084551.520000', '084551.980000', '084552.440000', '084552.900000', '084553.360000', '084553.820000', '084554.280000', '084554.740000', '084555.200000', '084555.660000', '084556.120000', '084556.580000', '084557.040000', '084557.500000', '084557.960000', '084558.420000', '084558.880000', '084559.340000', '084559.800000', '084600.260000', '084600.720000', '084601.180000', '084601.640000', '084602.100000', '084602.560000', '084603.020000', '084603.480000', '084603.940000', '084604.400000', '084604.860000', '084605.320000', '084605.780000', '084606.240000', '084606.700000', '084607.160000', '084607.620000', '084608.080000', '084608.540000', '084609.000000', '084609.460000', '084609.920000', '084610.380000', '084610.840000', '084611.300000', '084611.760000', '084612.220000', '084612.680000', '084613.140000', '084613.600000', '084614.060000', '084614.520000', '084614.980000', '084615.440000', '084615.900000', '084616.360000', '084616.820000', '084617.280000', '084617.740000', '084618.200000', '084618.660000', '084619.120000', '084619.580000', '084620.040000', '084620.500000', '084620.960000', '084621.420000', '084621.880000', '084622.340000', '084622.800000', '084623.260000', '084623.720000', '084624.180000', '084624.640000', '084625.100000', '084625.560000', '084626.020000', '084626.480000', '084626.940000', '084627.400000', '084627.860000', '084628.320000', '084628.780000', '084629.240000', '084629.700000', '084630.160000', '084630.620000', '084631.080000', '084631.540000', '084632.000000', '084632.460000', '084632.920000', '084633.380000', '084633.840000', '084634.300000', '084634.760000', '084635.220000', '084635.680000', '084636.140000', '084636.600000', '084637.060000', '084637.520000', '084637.980000', '084638.440000', '084638.900000', '084639.360000', '084639.820000', '084640.280000', '084640.740000', '084641.200000', '084641.660000', '084642.120000', '084642.580000', '084643.040000', '084643.500000', '084643.960000', '084644.420000', '084644.880000', '084645.340000', '084645.800000', '084646.260000', '084646.720000', '084647.180000', '084647.640000', '084648.100000', '084648.560000', '084649.020000', '084649.480000', '084649.940000', '084650.400000', '084650.860000', '084651.320000', '084651.780000', '084652.240000', '084652.700000', '084653.160000', '084653.620000', '084654.080000', '084654.540000', '084655.000000', '084655.460000', '084655.920000', '084656.380000', '084656.840000', '084657.300000', '084657.760000', '084658.220000', '084658.680000', '084659.140000', '084659.600000', '084700.060000', '084700.520000', '084700.980000', '084701.440000', '084701.900000', '084702.360000', '084702.820000', '084703.280000', '084703.740000', '084704.200000', '084704.660000', '084705.120000', '084705.580000', '084706.040000', '084706.500000', '084706.960000', '084707.420000', '084707.880000', '084708.340000', '084708.800000', '084709.260000', '084709.720000', '084710.180000', '084710.640000', '084711.100000', '084711.560000', '084712.020000', '084712.480000', '084712.940000', '084713.400000', '084713.860000', '084714.320000', '084714.780000', '084715.240000', '084715.700000', '084716.160000', '084716.620000', '084717.080000', '084717.540000', '084718.000000', '084718.460000', '084718.920000', '084719.380000', '084719.840000', '084720.300000', '084720.760000', '084721.220000', '084721.680000', '084722.140000', '084722.600000', '084723.060000', '084723.520000', '084723.980000', '084724.440000', '084724.900000', '084725.360000', '084725.820000', '084726.280000', '084726.740000', '084727.200000', '084727.660000', '084728.120000', '084728.580000', '084729.040000', '084729.500000', '084729.960000', '084730.420000', '084730.880000', '084731.340000', '084731.800000', '084732.260000', '084732.720000', '084733.180000', '084733.640000', '084734.100000', '084734.560000', '084735.020000', '084735.480000', '084735.940000', '084736.400000', '084736.860000', '084737.320000', '084737.780000', '084738.240000', '084738.700000', '084739.160000', '084739.620000', '084740.080000', '084740.540000', '084741.000000', '084741.460000', '084741.920000', '084742.380000', '084742.840000', '084743.300000', '084743.760000', '084744.220000', '084744.680000', '084745.140000', '084745.600000', '084746.060000', '084746.520000', '084746.980000', '084747.440000', '084747.900000', '084748.360000', '084748.820000', '084749.280000', '084749.740000', '084750.200000', '084750.660000', '084751.120000', '084751.580000', '084752.040000', '084752.500000', '084752.960000', '084753.420000', '084753.880000', '084754.340000', '084754.800000', '084755.260000', '084755.720000', '084756.180000', '084756.640000', '084757.100000', '084757.560000', '084758.020000', '084758.480000', '084758.940000', '084759.400000', '084759.860000', '084800.320000', '084800.780000', '084801.240000', '084801.700000', '084802.160000', '084802.620000', '084803.080000', '084803.540000', '084804.000000', '084804.460000', '084804.920000', '084805.380000', '084805.840000', '084806.300000', '084806.760000', '084807.220000', '084807.680000', '084808.140000', '084808.600000', '084809.060000', '084809.520000', '084809.980000', '084810.440000', '084810.900000', '084811.360000', '084811.820000', '084812.280000', '084812.740000', '084813.200000', '084813.660000', '084814.120000', '084814.580000', '084815.040000', '084815.500000', '084815.960000', '084816.420000', '084816.880000', '084817.340000', '084817.800000', '084818.260000', '084818.720000', '084819.180000', '084819.640000', '084820.100000', '084820.560000', '084821.020000', '084821.480000', '084821.940000', '084822.400000', '084822.860000', '084823.320000', '084823.780000', '084824.240000', '084824.700000', '084825.160000', '084825.620000', '084826.080000', '084826.540000', '084827.000000', '084827.460000', '084827.920000', '084828.380000', '084828.840000', '084829.300000', '084829.760000', '084830.220000', '084830.680000', '084831.140000', '084831.600000', '084832.060000', '084832.520000', '084832.980000', '084833.440000', '084833.900000', '084834.360000', '084834.820000', '084835.280000', '084835.740000', '084836.200000', '084836.660000', '084837.120000', '084837.580000', '084838.040000', '084838.500000', '084838.960000', '084839.420000', '084839.880000', '084840.340000', '084840.800000', '084841.260000', '084841.720000', '084842.180000', '084842.640000', '084843.100000', '084843.560000', '084844.020000', '084844.480000', '084844.940000', '084845.400000', '084845.860000', '084846.320000', '084846.780000', '084847.240000', '084847.700000', '084848.160000', '084848.620000', '084849.080000', '084849.540000', '084850.000000', '084850.460000', '084850.920000', '084851.380000', '084851.840000', '084852.300000', '084852.760000', '084853.220000', '084853.680000', '084854.140000', '084854.600000', '084855.060000', '084855.520000', '084855.980000', '084856.440000', '084856.900000', '084857.360000', '084857.820000', '084858.280000', '084858.740000', '084859.200000', '084859.660000', '084900.120000', '084900.580000', '084901.040000', '084901.500000', '084901.960000', '084902.420000', '084902.880000', '084903.340000', '084903.800000', '084904.260000', '084904.720000', '084905.180000', '084905.640000', '084906.100000', '084906.560000', '084907.020000', '084907.480000', '084907.940000', '084908.400000', '084908.860000', '084909.320000', '084909.780000', '084910.240000', '084910.700000', '084911.160000', '084911.620000', '084912.080000', '084912.540000', '084913.000000', '084913.460000', '084913.920000', '084914.380000', '084914.840000', '084915.300000', '084915.760000', '084916.220000', '084916.680000', '084917.140000', '084917.600000', '084918.060000', '084918.520000', '084918.980000', '084919.440000', '084919.900000', '084920.360000', '084920.820000', '084921.280000', '084921.740000', '084922.200000', '084922.660000', '084923.120000', '084923.580000', '084924.040000', '084924.500000', '084924.960000', '084925.420000', '084925.880000', '084926.340000', '084926.800000', '084927.260000', '084927.720000', '084928.180000', '084928.640000', '084929.100000', '084929.560000', '084930.020000', '084930.480000', '084930.940000', '084931.400000', '084931.860000', '084932.320000', '084932.780000', '084933.240000', '084933.700000', '084934.160000', '084934.620000', '084935.080000', '084935.540000', '084936.000000', '084936.460000', '084936.920000', '084937.380000', '084937.840000', '084938.300000', '084938.760000', '084939.220000', '084939.680000', '084940.140000', '084940.600000', '084941.060000', '084941.520000', '084941.980000', '084942.440000', '084942.900000', '084943.360000', '084943.820000', '084944.280000', '084944.740000', '084945.200000', '084945.660000', '084946.120000', '084946.580000', '084947.040000', '084947.500000', '084947.960000', '084948.420000', '084948.880000', '084949.340000', '084949.800000', '084950.260000', '084950.720000', '084951.180000', '084951.640000', '084952.100000', '084952.560000', '084953.020000', '084953.480000', '084953.940000', '084954.400000', '084954.860000', '084955.320000', '084955.780000', '084956.240000', '084956.700000', '084957.160000', '084957.620000', '084958.080000', '084958.540000', '084959.000000', '084959.460000', '084959.920000', '085000.380000', '085000.840000', '085001.300000', '085001.760000', '085002.220000', '085002.680000', '085003.140000', '085003.600000', '085004.060000', '085004.520000', '085004.980000', '085005.440000', '085005.900000', '085006.360000', '085006.820000', '085007.280000', '085007.740000', '085008.200000', '085008.660000', '085009.120000', '085009.580000', '085010.040000', '085010.500000', '085010.960000', '085011.420000', '085011.880000', '085012.340000', '085012.800000', '085013.260000', '085013.720000', '085014.180000', '085014.640000', '085015.100000', '085015.560000', '085016.020000', '085016.480000', '085016.940000', '085017.400000', '085017.860000', '085018.320000', '085018.780000', '085019.240000', '085019.700000', '085020.160000', '085020.620000', '085021.080000', '085021.540000', '085022.000000', '085022.460000', '085022.920000', '085023.380000', '085023.840000', '085024.300000', '085024.760000', '085025.220000', '085025.680000', '085026.140000', '085026.600000', '085027.060000', '085027.520000', '085027.980000', '085028.440000', '085028.900000', '085029.360000', '085029.820000', '085030.280000', '085030.740000', '085031.200000', '085031.660000', '085032.120000', '085032.580000', '085033.040000', '085033.500000', '085033.960000', '085034.420000', '085034.880000', '085035.340000', '085035.800000', '085036.260000', '085036.720000', '085037.180000', '085037.640000', '085038.100000', '085038.560000', '085039.020000', '085039.480000', '085039.940000', '085040.400000', '085040.860000', '085041.320000', '085041.780000', '085042.240000', '085042.700000', '085043.160000', '085043.620000', '085044.080000', '085044.540000', '085045.000000', '085045.460000', '085045.920000', '085046.380000', '085046.840000', '085047.300000', '085047.760000', '085048.220000', '085048.680000', '085049.140000', '085049.600000', '085050.060000', '085050.520000', '085050.980000', '085051.440000', '085051.900000', '085052.360000', '085052.820000', '085053.280000', '085053.740000', '085054.200000', '085054.660000', '085055.120000', '085055.580000', '085056.040000', '085056.500000', '085056.960000', '085057.420000', '085057.880000', '085058.340000', '085058.800000', '085059.260000', '085059.720000', '085100.180000', '085100.640000', '085101.100000', '085101.560000', '085102.020000', '085102.480000', '085102.940000', '085103.400000', '085103.860000', '085104.320000', '085104.780000', '085105.240000', '085105.700000', '085106.160000', '085106.620000', '085107.080000', '085107.540000', '085108.000000', '085108.460000', '085108.920000', '085109.380000', '085109.840000', '085110.300000', '085110.760000', '085111.220000', '085111.680000', '085112.140000', '085112.600000', '085113.060000', '085113.520000', '085113.980000', '085114.440000', '085114.900000', '085115.360000', '085115.820000', '085116.280000', '085116.740000', '085117.200000', '085117.660000', '085118.120000', '085118.580000', '085119.040000', '085119.500000', '085119.960000', '085120.420000', '085120.880000', '085121.340000', '085121.800000', '085122.260000', '085122.720000', '085123.180000', '085123.640000', '085124.100000', '085124.560000', '085125.020000', '085125.480000', '085125.940000', '085126.400000', '085126.860000', '085127.320000', '085127.780000', '085128.240000', '085128.700000', '085129.160000', '085129.620000', '085130.080000', '085130.540000', '085131.000000', '085131.460000', '085131.920000', '085132.380000', '085132.840000', '085133.300000', '085133.760000', '085134.220000', '085134.680000', '085135.140000', '085135.600000', '085136.060000', '085136.520000', '085136.980000', '085137.440000', '085137.900000', '085138.360000', '085138.820000', '085139.280000', '085139.740000', '085140.200000', '085140.660000', '085141.120000', '085141.580000', '085142.040000', '085142.500000', '085142.960000', '085143.420000', '085143.880000', '085144.340000', '085144.800000', '085145.260000', '085145.720000', '085146.180000', '085146.640000', '085147.100000', '085147.560000', '085148.020000', '085148.480000', '085148.940000', '085149.400000', '085149.860000', '085150.320000', '085150.780000', '085151.240000', '085151.700000', '085152.160000', '085152.620000', '085153.080000', '085153.540000', '085154.000000', '085154.460000', '085154.920000', '085155.380000', '085155.840000', '085156.300000', '085156.760000', '085157.220000', '085157.680000', '085158.140000', '085158.600000', '085159.060000', '085159.520000', '085159.980000', '085200.440000', '085200.900000', '085201.360000', '085201.820000', '085202.280000', '085202.740000', '085203.200000', '085203.660000', '085204.120000', '085204.580000', '085205.040000', '085205.500000', '085205.960000', '085206.420000', '085206.880000', '085207.340000', '085207.800000', '085208.260000', '085208.720000', '085209.180000', '085209.640000', '085210.100000', '085210.560000', '085211.020000', '085211.480000', '085211.940000', '085212.400000', '085212.860000', '085213.320000', '085213.780000', '085214.240000', '085214.700000', '085215.160000', '085215.620000', '085216.080000', '085216.540000', '085217.000000', '085217.460000', '085217.920000', '085218.380000', '085218.840000', '085219.300000', '085219.760000', '085220.220000', '085220.680000', '085221.140000', '085221.600000', '085222.060000', '085222.520000', '085222.980000', '085223.440000', '085223.900000', '085224.360000', '085224.820000', '085225.280000', '085225.740000', '085226.200000', '085226.660000', '085227.120000', '085227.580000', '085228.040000', '085228.500000', '085228.960000', '085229.420000', '085229.880000', '085230.340000', '085230.800000', '085231.260000', '085231.720000', '085232.180000', '085232.640000', '085233.100000', '085233.560000', '085234.020000', '085234.480000', '085234.940000', '085235.400000', '085235.860000', '085236.320000', '085236.780000', '085237.240000', '085237.700000', '085238.160000', '085238.620000', '085239.080000', '085239.540000', '085240.000000', '085240.460000', '085240.920000', '085241.380000', '085241.840000', '085242.300000', '085242.760000', '085243.220000', '085243.680000', '085244.140000', '085244.600000', '085245.060000', '085245.520000', '085245.980000', '085246.440000', '085246.900000', '085247.360000', '085247.820000', '085248.280000', '085248.740000', '085249.200000', '085249.660000', '085250.120000', '085250.580000', '085251.040000', '085251.500000', '085251.960000', '085252.420000', '085252.880000', '085253.340000', '085253.800000', '085254.260000', '085254.720000', '085255.180000', '085255.640000', '085256.100000', '085256.560000', '085257.020000', '085257.480000', '085257.940000', '085258.400000', '085258.860000', '085259.320000', '085259.780000', '085300.240000', '085300.700000', '085301.160000', '085301.620000', '085302.080000', '085302.540000', '085303.000000', '085303.460000', '085303.920000', '085304.380000', '085304.840000', '085305.300000', '085305.760000', '085306.220000', '085306.680000', '085307.140000', '085307.600000', '085308.060000', '085308.520000', '085308.980000', '085309.440000', '085309.900000', '085310.360000', '085310.820000', '085311.280000', '085311.740000', '085312.200000', '085312.660000', '085313.120000', '085313.580000', '085314.040000', '085314.500000', '085314.960000', '085315.420000', '085315.880000', '085316.340000', '085316.800000', '085317.260000', '085317.720000', '085318.180000', '085318.640000', '085319.100000', '085319.560000', '085320.020000', '085320.480000', '085320.940000', '085321.400000', '085321.860000', '085322.320000', '085322.780000', '085323.240000', '085323.700000', '085324.160000', '085324.620000', '085325.080000', '085325.540000', '085326.000000', '085326.460000', '085326.920000', '085327.380000', '085327.840000', '085328.300000', '085328.760000', '085329.220000', '085329.680000', '085330.140000', '085330.600000', '085331.060000', '085331.520000', '085331.980000', '085332.440000', '085332.900000', '085333.360000', '085333.820000', '085334.280000', '085334.740000', '085335.200000', '085335.660000', '085336.120000', '085336.580000', '085337.040000', '085337.500000', '085337.960000', '085338.420000', '085338.880000', '085339.340000', '085339.800000', '085340.260000', '085340.720000', '085341.180000', '085341.640000', '085342.100000', '085342.560000', '085343.020000', '085343.480000', '085343.940000', '085344.400000', '085344.860000', '085345.320000', '085345.780000', '085346.240000', '085346.700000', '085347.160000', '085347.620000', '085348.080000', '085348.540000', '085349.000000', '085349.460000', '085349.920000', '085350.380000', '085350.840000', '085351.300000', '085351.760000', '085352.220000', '085352.680000', '085353.140000', '085353.600000', '085354.060000', '085354.520000', '085354.980000', '085355.440000', '085355.900000', '085356.360000', '085356.820000', '085357.280000', '085357.740000', '085358.200000', '085358.660000', '085359.120000', '085359.580000', '085400.040000', '085400.500000', '085400.960000', '085401.420000', '085401.880000', '085402.340000', '085402.800000', '085403.260000', '085403.720000', '085404.180000', '085404.640000', '085405.100000', '085405.560000', '085406.020000', '085406.480000', '085406.940000', '085407.400000', '085407.860000', '085408.320000', '085408.780000', '085409.240000', '085409.700000', '085410.160000', '085410.620000', '085411.080000', '085411.540000', '085412.000000', '085412.460000', '085412.920000', '085413.380000', '085413.840000', '085414.300000', '085414.760000', '085415.220000', '085415.680000', '085416.140000', '085416.600000', '085417.060000', '085417.520000', '085417.980000', '085418.440000', '085418.900000', '085419.360000', '085419.820000', '085420.280000', '085420.740000', '085421.200000', '085421.660000', '085422.120000', '085422.580000', '085423.040000', '085423.500000', '085423.960000', '085424.420000', '085424.880000', '085425.340000', '085425.800000', '085426.260000', '085426.720000', '085427.180000', '085427.640000', '085428.100000', '085428.560000', '085429.020000', '085429.480000', '085429.940000', '085430.400000', '085430.860000', '085431.320000', '085431.780000', '085432.240000', '085432.700000', '085433.160000', '085433.620000', '085434.080000', '085434.540000', '085435.000000', '085435.460000', '085435.920000', '085436.380000', '085436.840000', '085437.300000', '085437.760000', '085438.220000', '085438.680000', '085439.140000', '085439.600000', '085440.060000', '085440.520000', '085440.980000', '085441.440000', '085441.900000', '085442.360000', '085442.820000', '085443.280000', '085443.740000', '085444.200000', '085444.660000', '085445.120000', '085445.580000', '085446.040000', '085446.500000', '085446.960000', '085447.420000', '085447.880000', '085448.340000', '085448.800000', '085449.260000', '085449.720000', '085450.180000', '085450.640000', '085451.100000', '085451.560000', '085452.020000', '085452.480000', '085452.940000', '085453.400000', '085453.860000', '085454.320000', '085454.780000', '085455.240000', '085455.700000', '085456.160000', '085456.620000', '085457.080000', '085457.540000', '085458.000000', '085458.460000', '085458.920000', '085459.380000', '085459.840000', '085500.300000', '085500.760000', '085501.220000', '085501.680000', '085502.140000', '085502.600000', '085503.060000', '085503.520000', '085503.980000', '085504.440000', '085504.900000', '085505.360000', '085505.820000', '085506.280000', '085506.740000', '085507.200000', '085507.660000', '085508.120000', '085508.580000', '085509.040000', '085509.500000', '085509.960000', '085510.420000', '085510.880000', '085511.340000', '085511.800000', '085512.260000', '085512.720000', '085513.180000', '085513.640000', '085514.100000', '085514.560000', '085515.020000', '085515.480000', '085515.940000', '085516.400000', '085516.860000', '085517.320000', '085517.780000', '085518.240000', '085518.700000', '085519.160000', '085519.620000', '085520.080000', '085520.540000', '085521.000000', '085521.460000', '085521.920000', '085522.380000', '085522.840000', '085523.300000', '085523.760000', '085524.220000', '085524.680000', '085525.140000', '085525.600000', '085526.060000', '085526.520000', '085526.980000', '085527.440000', '085527.900000', '085528.360000', '085528.820000', '085529.280000', '085529.740000', '085530.200000', '085530.660000', '085531.120000', '085531.580000', '085532.040000', '085532.500000', '085532.960000', '085533.420000', '085533.880000', '085534.340000', '085534.800000', '085535.260000', '085535.720000', '085536.180000', '085536.640000', '085537.100000', '085537.560000', '085538.020000', '085538.480000', '085538.940000', '085539.400000', '085539.860000', '085540.320000', '085540.780000', '085541.240000', '085541.700000', '085542.160000', '085542.620000', '085543.080000', '085543.540000', '085544.000000', '085544.460000', '085544.920000'], 'ContentTime': ['084547.910000', '084547.914000', '084547.917000', '084547.920000', '084547.922000', '084547.925000', '084547.928000', '084547.931000', '084547.942000', '084547.945000', '084547.948000', '084547.950000', '084547.953000', '084547.956000', '084547.959000', '084547.962000', '084547.965000', '084547.968000', '084547.971000', '084547.974000', '084547.976000', '084547.979000', '084607.874000', '084607.877000', '084607.880000', '084607.883000', '084607.886000', '084607.889000', '084607.892000', '084607.895000', '084607.897000', '084607.900000', '084607.903000', '084607.906000', '084607.909000', '084607.912000', '084607.915000', '084607.918000', '084607.920000', '084607.923000', '084607.926000', '084607.929000', '084607.932000', '084607.943000', '084607.946000', '084607.949000', '084607.951000', '084607.954000', '084607.957000', '084607.960000', '084607.963000', '084607.966000', '084607.969000', '084607.972000', '084607.984000', '084607.987000', '084607.989000', '084607.992000', '084607.995000', '084607.998000', '084608.002000', '084608.005000', '084608.008000', '084608.011000', '084608.014000', '084608.016000', '084627.875000', '084627.878000', '084627.881000', '084627.884000', '084627.887000', '084627.890000', '084627.893000', '084627.895000', '084627.898000', '084627.901000', '084627.904000', '084627.907000', '084627.909000', '084627.912000', '084627.915000', '084627.918000', '084627.921000', '084627.924000', '084627.927000', '084627.930000', '084627.932000', '084627.935000', '084627.938000', '084627.941000', '084627.944000', '084627.947000', '084627.950000', '084627.953000', '084627.956000', '084627.959000', '084627.961000', '084627.964000', '084627.967000', '084627.970000', '084627.973000', '084627.976000', '084627.979000', '084627.982000', '084627.985000', '084627.987000', '084627.990000', '084627.993000', '084627.996000', '084647.875000', '084647.878000', '084647.880000', '084647.883000', '084647.886000', '084647.889000', '084647.892000', '084647.895000', '084647.898000', '084647.901000', '084647.904000', '084647.906000', '084647.909000', '084647.912000', '084647.915000', '084647.918000', '084647.921000', '084647.924000', '084647.927000', '084647.930000', '084647.933000', '084647.935000', '084647.938000', '084647.941000', '084647.944000', '084647.947000', '084647.950000', '084647.953000', '084647.956000', '084647.958000', '084647.961000', '084647.964000', '084647.967000', '084647.970000', '084647.973000', '084647.976000', '084647.978000', '084647.981000', '084647.984000', '084647.987000', '084647.990000', '084647.992000', '084647.995000', '084647.998000', '084707.874000', '084707.877000', '084707.886000', '084707.889000', '084707.892000', '084707.897000', '084707.900000', '084707.903000', '084707.906000', '084707.909000', '084707.912000', '084707.915000', '084707.918000', '084707.921000', '084707.924000', '084707.926000', '084707.930000', '084707.932000', '084707.935000', '084707.938000', '084707.941000', '084707.944000', '084707.947000', '084707.950000', '084707.953000', '084707.955000', '084707.958000', '084707.961000', '084707.964000', '084707.967000', '084707.983000', '084707.986000', '084707.995000', '084707.997000', '084708.001000', '084708.004000', '084708.007000', '084708.010000', '084708.013000', '084708.016000', '084708.019000', '084708.021000', '084708.024000', '084727.874000', '084727.877000', '084727.880000', '084727.883000', '084727.886000', '084727.889000', '084727.891000', '084727.894000', '084727.897000', '084727.900000', '084727.903000', '084727.906000', '084727.909000', '084727.912000', '084727.915000', '084727.918000', '084727.920000', '084727.923000', '084727.926000', '084727.929000', '084727.932000', '084727.935000', '084727.938000', '084727.941000', '084727.943000', '084727.946000', '084727.949000', '084727.952000', '084727.955000', '084727.958000', '084727.961000', '084727.964000', '084727.967000', '084727.970000', '084727.973000', '084727.976000', '084727.978000', '084727.981000', '084727.984000', '084727.987000', '084727.990000', '084727.993000', '084727.996000', '084728.000000', '084747.874000', '084747.877000', '084747.880000', '084747.883000', '084747.885000', '084747.888000', '084747.891000', '084747.894000', '084747.897000', '084747.900000', '084747.904000', '084747.907000', '084747.910000', '084747.913000', '084747.916000', '084747.919000', '084747.921000', '084747.924000', '084747.927000', '084747.934000', '084747.937000', '084747.940000', '084747.943000', '084747.945000', '084747.948000', '084747.951000', '084747.954000', '084747.957000', '084747.960000', '084747.963000', '084747.965000', '084747.968000', '084747.971000', '084747.974000', '084747.977000', '084747.980000', '084747.982000', '084747.985000', '084747.988000', '084747.991000', '084747.994000', '084747.997000', '084748.001000', '084807.874000', '084807.877000', '084807.880000', '084807.883000', '084807.885000', '084807.888000', '084807.891000', '084807.894000', '084807.897000', '084807.900000', '084807.902000', '084807.905000', '084807.908000', '084807.911000', '084807.914000', '084807.917000', '084807.928000', '084807.930000', '084807.933000', '084807.936000', '084807.939000', '084807.942000', '084807.945000', '084807.947000', '084807.950000', '084807.953000', '084807.956000', '084807.959000', '084807.962000', '084807.965000', '084807.968000', '084807.970000', '084807.973000', '084807.976000', '084807.979000', '084807.982000', '084807.985000', '084807.988000', '084807.990000', '084807.993000', '084807.996000', '084808.000000', '084808.003000', '084808.006000', '084827.874000', '084827.877000', '084827.880000', '084827.883000', '084827.886000', '084827.889000', '084827.892000', '084827.894000', '084827.897000', '084827.900000', '084827.903000', '084827.906000', '084827.909000', '084827.912000', '084827.915000', '084827.918000', '084827.921000', '084827.924000', '084827.927000', '084827.930000', '084827.933000', '084827.936000', '084827.939000', '084827.945000', '084827.948000', '084827.951000', '084827.954000', '084827.957000', '084827.960000', '084827.963000', '084827.966000', '084827.969000', '084827.971000', '084827.974000', '084827.977000', '084827.980000', '084827.983000', '084827.986000', '084827.988000', '084827.991000', '084827.994000', '084827.997000', '084828.001000', '084847.875000', '084847.878000', '084847.881000', '084847.884000', '084847.886000', '084847.889000', '084847.892000', '084847.895000', '084847.898000', '084847.901000', '084847.904000', '084847.907000', '084847.909000', '084847.912000', '084847.915000', '084847.918000', '084847.921000', '084847.924000', '084847.927000', '084847.929000', '084847.932000', '084847.935000', '084847.938000', '084847.941000', '084847.944000', '084847.946000', '084847.960000', '084847.963000', '084847.966000', '084847.968000', '084847.971000', '084847.974000', '084847.977000', '084847.980000', '084847.983000', '084847.986000', '084847.988000', '084847.991000', '084847.994000', '084847.997000', '084848.000000', '084848.003000', '084848.006000', '084848.009000', '084907.875000', '084907.878000', '084907.881000', '084907.884000', '084907.886000', '084907.889000', '084907.892000', '084907.895000', '084907.898000', '084907.901000', '084907.904000', '084907.906000', '084907.909000', '084907.912000', '084907.915000', '084907.918000', '084907.921000', '084907.924000', '084907.927000', '084907.929000', '084907.932000', '084907.935000', '084907.938000', '084907.941000', '084907.944000', '084907.947000', '084907.950000', '084907.955000', '084907.959000', '084907.962000', '084907.965000', '084907.968000', '084907.971000', '084907.974000', '084907.977000', '084907.980000', '084907.983000', '084907.986000', '084907.989000', '084907.991000', '084907.994000', '084907.997000', '084908.001000', '084927.874000', '084927.877000', '084927.880000', '084927.883000', '084927.886000', '084927.889000', '084927.891000', '084927.894000', '084927.910000', '084927.912000', '084927.915000', '084927.918000', '084927.921000', '084927.924000', '084927.927000', '084927.930000', '084927.933000', '084927.936000', '084927.939000', '084927.941000', '084927.945000', '084927.947000', '084927.950000', '084927.953000', '084927.956000', '084927.959000', '084927.962000', '084927.965000', '084927.968000', '084927.971000', '084927.973000', '084927.976000', '084927.979000', '084927.982000', '084927.985000', '084927.988000', '084927.991000', '084927.994000', '084927.997000', '084928.001000', '084928.004000', '084928.007000', '084928.009000', '084928.012000', '084947.874000', '084947.877000', '084947.880000', '084947.883000', '084947.886000', '084947.889000', '084947.892000', '084947.895000', '084947.904000', '084947.908000', '084947.911000', '084947.914000', '084947.917000', '084947.920000', '084947.923000', '084947.926000', '084947.929000', '084947.932000', '084947.935000', '084947.937000', '084947.940000', '084947.943000', '084947.946000', '084947.949000', '084947.952000', '084947.955000', '084947.958000', '084947.961000', '084947.965000', '084947.970000', '084947.973000', '084947.976000', '084947.979000', '084947.982000', '084947.985000', '084947.988000', '084947.991000', '084947.994000', '084947.997000', '084948.000000', '084948.003000', '084948.006000', '084948.009000', '085007.874000', '085007.877000', '085007.880000', '085007.883000', '085007.886000', '085007.889000', '085007.891000', '085007.895000', '085007.897000', '085007.900000', '085007.903000', '085007.906000', '085007.909000', '085007.912000', '085007.915000', '085007.918000', '085007.921000', '085007.924000', '085007.927000', '085007.930000', '085007.932000', '085007.935000', '085007.938000', '085007.941000', '085007.944000', '085007.947000', '085007.950000', '085007.953000', '085007.956000', '085007.959000', '085007.961000', '085007.964000', '085007.967000', '085007.970000', '085007.973000', '085007.976000', '085007.979000', '085007.982000', '085007.985000', '085007.988000', '085007.991000', '085007.994000', '085007.996000', '085008.000000', '085027.874000', '085027.877000', '085027.880000', '085027.883000', '085027.886000', '085027.889000', '085027.892000', '085027.895000', '085027.898000', '085027.901000', '085027.903000', '085027.906000', '085027.909000', '085027.912000', '085027.915000', '085027.918000', '085027.921000', '085027.924000', '085027.927000', '085027.929000', '085027.932000', '085027.935000', '085027.938000', '085027.941000', '085027.944000', '085027.947000', '085027.950000', '085027.952000', '085027.955000', '085027.958000', '085027.961000', '085027.964000', '085027.967000', '085027.969000', '085027.972000', '085027.975000', '085027.978000', '085027.981000', '085027.984000', '085027.987000', '085027.990000', '085027.993000', '085027.996000', '085047.874000', '085047.877000', '085047.880000', '085047.883000', '085047.886000', '085047.889000', '085047.892000', '085047.895000', '085047.897000', '085047.900000', '085047.903000', '085047.906000', '085047.909000', '085047.912000', '085047.915000', '085047.918000', '085047.921000', '085047.924000', '085047.926000', '085047.929000', '085047.932000', '085047.935000', '085047.938000', '085047.941000', '085047.944000', '085047.946000', '085047.949000', '085047.952000', '085047.955000', '085047.958000', '085047.961000', '085047.964000', '085047.966000', '085047.969000', '085047.972000', '085047.975000', '085047.978000', '085047.981000', '085047.984000', '085047.986000', '085047.989000', '085047.992000', '085047.995000', '085047.998000', '085107.875000', '085107.878000', '085107.881000', '085107.884000', '085107.887000', '085107.890000', '085107.892000', '085107.895000', '085107.898000', '085107.901000', '085107.904000', '085107.907000', '085107.910000', '085107.913000', '085107.915000', '085107.918000', '085107.921000', '085107.924000', '085107.927000', '085107.930000', '085107.933000', '085107.936000', '085107.938000', '085107.941000', '085107.945000', '085107.949000', '085107.951000', '085107.954000', '085107.957000', '085107.960000', '085107.963000', '085107.966000', '085107.968000', '085107.971000', '085107.974000', '085107.977000', '085107.980000', '085107.983000', '085107.986000', '085107.988000', '085107.991000', '085107.994000', '085107.997000', '085127.875000', '085127.878000', '085127.881000', '085127.884000', '085127.887000', '085127.889000', '085127.892000', '085127.895000', '085127.898000', '085127.901000', '085127.904000', '085127.907000', '085127.909000', '085127.912000', '085127.915000', '085127.918000', '085127.921000', '085127.924000', '085127.927000', '085127.930000', '085127.933000', '085127.936000', '085127.938000', '085127.941000', '085127.944000', '085127.947000', '085127.950000', '085127.953000', '085127.956000', '085127.959000', '085127.962000', '085127.965000', '085127.967000', '085127.971000', '085127.973000', '085127.976000', '085127.979000', '085127.982000', '085127.985000', '085127.988000', '085127.991000', '085127.994000', '085127.997000', '085128.001000', '085147.874000', '085147.877000', '085147.880000', '085147.891000', '085147.893000', '085147.896000', '085147.899000', '085147.902000', '085147.905000', '085147.908000', '085147.911000', '085147.913000', '085147.916000', '085147.919000', '085147.922000', '085147.925000', '085147.928000', '085147.953000', '085147.955000', '085147.958000', '085147.961000', '085147.964000', '085147.967000', '085147.970000', '085147.973000', '085147.976000', '085147.978000', '085147.986000', '085147.989000', '085147.992000', '085147.994000', '085147.998000', '085148.001000', '085148.004000', '085148.009000', '085148.012000', '085148.015000', '085148.018000', '085148.020000', '085148.023000', '085148.026000', '085148.031000', '085148.035000', '085207.874000', '085207.877000', '085207.880000', '085207.883000', '085207.886000', '085207.889000', '085207.891000', '085207.894000', '085207.897000', '085207.900000', '085207.903000', '085207.906000', '085207.909000', '085207.912000', '085207.915000', '085207.918000', '085207.921000', '085207.924000', '085207.926000', '085207.929000', '085207.932000', '085207.935000', '085207.938000', '085207.941000', '085207.944000', '085207.946000', '085207.949000', '085207.952000', '085207.955000', '085207.958000', '085207.961000', '085207.963000', '085207.966000', '085207.969000', '085207.972000', '085207.975000', '085207.978000', '085207.981000', '085207.984000', '085207.986000', '085207.989000', '085207.992000', '085207.995000', '085207.998000', '085227.874000', '085227.877000', '085227.880000', '085227.883000', '085227.886000', '085227.889000', '085227.891000', '085227.894000', '085227.897000', '085227.900000', '085227.903000', '085227.906000', '085227.909000', '085227.911000', '085227.914000', '085227.917000', '085227.920000', '085227.923000', '085227.926000', '085227.929000', '085227.932000', '085227.934000', '085227.937000', '085227.940000', '085227.943000', '085227.946000', '085227.949000', '085227.952000', '085227.955000', '085227.957000', '085227.960000', '085227.963000', '085227.966000', '085227.969000', '085227.972000', '085227.975000', '085227.978000', '085227.981000', '085227.984000', '085227.987000', '085227.990000', '085227.993000', '085227.996000', '085247.874000', '085247.877000', '085247.880000', '085247.883000', '085247.886000', '085247.889000', '085247.891000', '085247.894000', '085247.897000', '085247.900000', '085247.903000', '085247.906000', '085247.908000', '085247.911000', '085247.914000', '085247.917000', '085247.920000', '085247.923000', '085247.926000', '085247.929000', '085247.932000', '085247.935000', '085247.937000', '085247.940000', '085247.943000', '085247.946000', '085247.949000', '085247.952000', '085247.955000', '085247.958000', '085247.961000', '085247.964000', '085247.967000', '085247.970000', '085247.973000', '085247.975000', '085247.978000', '085247.981000', '085247.984000', '085247.987000', '085247.990000', '085247.993000', '085247.995000', '085247.998000', '085307.874000', '085307.877000', '085307.880000', '085307.883000', '085307.886000', '085307.888000', '085307.891000', '085307.894000', '085307.897000', '085307.900000', '085307.903000', '085307.906000', '085307.908000', '085307.911000', '085307.931000', '085307.934000', '085307.937000', '085307.940000', '085307.943000', '085307.946000', '085307.949000', '085307.951000', '085307.954000', '085307.957000', '085307.960000', '085307.963000', '085307.966000', '085307.969000', '085307.972000', '085307.974000', '085307.977000', '085307.980000', '085307.983000', '085307.986000', '085307.989000', '085307.992000', '085307.995000', '085307.997000', '085308.001000', '085308.004000', '085308.007000', '085308.010000', '085308.013000', '085327.875000', '085327.878000', '085327.881000', '085327.884000', '085327.887000', '085327.890000', '085327.892000', '085327.895000', '085327.898000', '085327.901000', '085327.904000', '085327.907000', '085327.909000', '085327.912000', '085327.915000', '085327.918000', '085327.921000', '085327.924000', '085327.927000', '085327.930000', '085327.932000', '085327.935000', '085327.938000', '085327.941000', '085327.944000', '085327.947000', '085327.950000', '085327.952000', '085327.955000', '085327.958000', '085327.961000', '085327.964000', '085327.967000', '085327.970000', '085327.972000', '085327.975000', '085327.978000', '085327.981000', '085327.984000', '085327.987000', '085327.990000', '085327.992000', '085327.995000', '085327.998000', '085347.875000', '085347.878000', '085347.881000', '085347.884000', '085347.887000', '085347.890000', '085347.892000', '085347.895000', '085347.898000', '085347.901000', '085347.904000', '085347.907000', '085347.910000', '085347.913000', '085347.915000', '085347.918000', '085347.921000', '085347.924000', '085347.927000', '085347.930000', '085347.933000', '085347.935000', '085347.938000', '085347.941000', '085347.944000', '085347.947000', '085347.950000', '085347.953000', '085347.956000', '085347.958000', '085347.961000', '085347.964000', '085347.967000', '085347.970000', '085347.973000', '085347.976000', '085347.979000', '085347.982000', '085347.984000', '085347.987000', '085347.990000', '085347.993000', '085347.996000', '085407.874000', '085407.877000', '085407.880000', '085407.883000', '085407.886000', '085407.888000', '085407.891000', '085407.894000', '085407.897000', '085407.900000', '085407.903000', '085407.906000', '085407.909000', '085407.912000', '085407.914000', '085407.917000', '085407.920000', '085407.923000', '085407.926000', '085407.929000', '085407.932000', '085407.934000', '085407.937000', '085407.940000', '085407.943000', '085407.946000', '085407.949000', '085407.952000', '085407.955000', '085407.957000', '085407.960000', '085407.963000', '085407.966000', '085407.969000', '085407.972000', '085407.975000', '085407.977000', '085407.980000', '085407.983000', '085407.986000', '085407.989000', '085407.992000', '085407.995000', '085407.998000', '085427.874000', '085427.877000', '085427.880000', '085427.883000', '085427.886000', '085427.888000', '085427.891000', '085427.894000', '085427.897000', '085427.900000', '085427.903000', '085427.917000', '085427.920000', '085427.923000', '085427.926000', '085427.929000', '085427.932000', '085427.935000', '085427.938000', '085427.940000', '085427.943000', '085427.946000', '085427.949000', '085427.952000', '085427.955000', '085427.957000', '085427.960000', '085427.963000', '085427.966000', '085427.969000', '085427.972000', '085427.975000', '085427.978000', '085427.980000', '085427.983000', '085427.986000', '085427.989000', '085427.992000', '085427.995000', '085427.998000', '085428.002000', '085428.004000', '085428.007000', '085447.874000', '085447.877000', '085447.881000', '085447.884000', '085447.887000', '085447.890000', '085447.893000', '085447.896000', '085447.899000', '085447.902000', '085447.905000', '085447.907000', '085447.910000', '085447.913000', '085447.916000', '085447.919000', '085447.922000', '085447.925000', '085447.927000', '085447.930000', '085447.933000', '085447.936000', '085447.939000', '085447.942000', '085447.945000', '085447.948000', '085447.950000', '085447.953000', '085447.956000', '085447.959000', '085447.962000', '085447.965000', '085447.968000', '085447.971000', '085447.973000', '085447.976000', '085447.979000', '085447.982000', '085447.985000', '085447.988000', '085447.991000', '085447.994000', '085447.997000', '085507.874000', '085507.877000', '085507.880000', '085507.883000', '085507.886000', '085507.888000', '085507.891000', '085507.894000', '085507.897000', '085507.900000', '085507.903000', '085507.906000', '085507.909000', '085507.911000', '085507.914000', '085507.917000', '085507.920000', '085507.923000', '085507.926000', '085507.929000', '085507.931000', '085507.934000', '085507.937000', '085507.940000', '085507.943000', '085507.946000', '085507.949000', '085507.952000', '085507.954000', '085507.957000', '085507.960000', '085507.963000', '085507.966000', '085507.969000', '085507.972000', '085507.974000', '085507.977000', '085507.980000', '085507.983000', '085507.986000', '085507.989000', '085507.992000', '085507.995000', '085507.998000', '085527.874000', '085527.877000', '085527.880000', '085527.883000', '085527.886000', '085527.889000', '085527.891000', '085527.894000', '085527.897000', '085527.900000', '085527.903000', '085527.906000', '085527.909000', '085527.912000', '085527.915000', '085527.918000', '085527.921000', '085527.923000', '085527.926000', '085527.929000', '085527.932000', '085527.935000', '085527.938000', '085527.941000', '085527.943000', '085527.946000', '085527.949000', '085527.952000', '085527.955000', '085527.958000', '085527.961000', '085527.964000', '085527.967000', '085527.969000', '085527.972000', '085527.975000', '085527.978000', '085527.981000', '085527.984000', '085527.987000', '085527.990000', '085527.992000', '085527.995000', '085545.895000', '085545.899000', '085545.902000', '085545.905000', '085545.908000', '085545.911000', '085545.915000', '085545.918000', '085545.921000', '085545.923000', '085545.926000', '085545.929000', '085545.932000', '085545.935000', '085545.938000', '085545.941000', '085545.944000', '085545.947000', '085545.950000', '085545.953000', '085545.956000', '085545.959000', '085545.962000', '085545.964000', '085545.967000', '085545.970000', '085545.973000', '085545.976000', '085545.979000', '085545.982000', '085545.985000', '085545.988000', '085545.991000', '085545.994000', '085545.997000', '085546.001000', '085546.004000', '085546.007000', '085546.010000', '085546.013000'], 'InstanceCreationTime': ['084547.910000', '084547.914000', '084547.917000', '084547.920000', '084547.922000', '084547.925000', '084547.928000', '084547.931000', '084547.942000', '084547.945000', '084547.948000', '084547.950000', '084547.953000', '084547.956000', '084547.959000', '084547.962000', '084547.965000', '084547.968000', '084547.971000', '084547.974000', '084547.976000', '084547.979000', '084607.874000', '084607.877000', '084607.880000', '084607.883000', '084607.886000', '084607.889000', '084607.892000', '084607.895000', '084607.897000', '084607.900000', '084607.903000', '084607.906000', '084607.909000', '084607.912000', '084607.915000', '084607.918000', '084607.920000', '084607.923000', '084607.926000', '084607.929000', '084607.932000', '084607.943000', '084607.946000', '084607.949000', '084607.951000', '084607.954000', '084607.957000', '084607.960000', '084607.963000', '084607.966000', '084607.969000', '084607.972000', '084607.984000', '084607.987000', '084607.989000', '084607.992000', '084607.995000', '084607.998000', '084608.002000', '084608.005000', '084608.008000', '084608.011000', '084608.014000', '084608.016000', '084627.875000', '084627.878000', '084627.881000', '084627.884000', '084627.887000', '084627.890000', '084627.893000', '084627.895000', '084627.898000', '084627.901000', '084627.904000', '084627.907000', '084627.909000', '084627.912000', '084627.915000', '084627.918000', '084627.921000', '084627.924000', '084627.927000', '084627.930000', '084627.932000', '084627.935000', '084627.938000', '084627.941000', '084627.944000', '084627.947000', '084627.950000', '084627.953000', '084627.956000', '084627.959000', '084627.961000', '084627.964000', '084627.967000', '084627.970000', '084627.973000', '084627.976000', '084627.979000', '084627.982000', '084627.985000', '084627.987000', '084627.990000', '084627.993000', '084627.996000', '084647.875000', '084647.878000', '084647.880000', '084647.883000', '084647.886000', '084647.889000', '084647.892000', '084647.895000', '084647.898000', '084647.901000', '084647.904000', '084647.906000', '084647.909000', '084647.912000', '084647.915000', '084647.918000', '084647.921000', '084647.924000', '084647.927000', '084647.930000', '084647.933000', '084647.935000', '084647.938000', '084647.941000', '084647.944000', '084647.947000', '084647.950000', '084647.953000', '084647.956000', '084647.958000', '084647.961000', '084647.964000', '084647.967000', '084647.970000', '084647.973000', '084647.976000', '084647.978000', '084647.981000', '084647.984000', '084647.987000', '084647.990000', '084647.992000', '084647.995000', '084647.998000', '084707.874000', '084707.877000', '084707.886000', '084707.889000', '084707.892000', '084707.897000', '084707.900000', '084707.903000', '084707.906000', '084707.909000', '084707.912000', '084707.915000', '084707.918000', '084707.921000', '084707.924000', '084707.926000', '084707.930000', '084707.932000', '084707.935000', '084707.938000', '084707.941000', '084707.944000', '084707.947000', '084707.950000', '084707.953000', '084707.955000', '084707.958000', '084707.961000', '084707.964000', '084707.967000', '084707.983000', '084707.986000', '084707.995000', '084707.997000', '084708.001000', '084708.004000', '084708.007000', '084708.010000', '084708.013000', '084708.016000', '084708.019000', '084708.021000', '084708.024000', '084727.874000', '084727.877000', '084727.880000', '084727.883000', '084727.886000', '084727.889000', '084727.891000', '084727.894000', '084727.897000', '084727.900000', '084727.903000', '084727.906000', '084727.909000', '084727.912000', '084727.915000', '084727.918000', '084727.920000', '084727.923000', '084727.926000', '084727.929000', '084727.932000', '084727.935000', '084727.938000', '084727.941000', '084727.943000', '084727.946000', '084727.949000', '084727.952000', '084727.955000', '084727.958000', '084727.961000', '084727.964000', '084727.967000', '084727.970000', '084727.973000', '084727.976000', '084727.978000', '084727.981000', '084727.984000', '084727.987000', '084727.990000', '084727.993000', '084727.996000', '084728.000000', '084747.874000', '084747.877000', '084747.880000', '084747.883000', '084747.885000', '084747.888000', '084747.891000', '084747.894000', '084747.897000', '084747.900000', '084747.904000', '084747.907000', '084747.910000', '084747.913000', '084747.916000', '084747.919000', '084747.921000', '084747.924000', '084747.927000', '084747.934000', '084747.937000', '084747.940000', '084747.943000', '084747.945000', '084747.948000', '084747.951000', '084747.954000', '084747.957000', '084747.960000', '084747.963000', '084747.965000', '084747.968000', '084747.971000', '084747.974000', '084747.977000', '084747.980000', '084747.982000', '084747.985000', '084747.988000', '084747.991000', '084747.994000', '084747.997000', '084748.001000', '084807.874000', '084807.877000', '084807.880000', '084807.883000', '084807.885000', '084807.888000', '084807.891000', '084807.894000', '084807.897000', '084807.900000', '084807.902000', '084807.905000', '084807.908000', '084807.911000', '084807.914000', '084807.917000', '084807.928000', '084807.930000', '084807.933000', '084807.936000', '084807.939000', '084807.942000', '084807.945000', '084807.947000', '084807.950000', '084807.953000', '084807.956000', '084807.959000', '084807.962000', '084807.965000', '084807.968000', '084807.970000', '084807.973000', '084807.976000', '084807.979000', '084807.982000', '084807.985000', '084807.988000', '084807.990000', '084807.993000', '084807.996000', '084808.000000', '084808.003000', '084808.006000', '084827.874000', '084827.877000', '084827.880000', '084827.883000', '084827.886000', '084827.889000', '084827.892000', '084827.894000', '084827.897000', '084827.900000', '084827.903000', '084827.906000', '084827.909000', '084827.912000', '084827.915000', '084827.918000', '084827.921000', '084827.924000', '084827.927000', '084827.930000', '084827.933000', '084827.936000', '084827.939000', '084827.945000', '084827.948000', '084827.951000', '084827.954000', '084827.957000', '084827.960000', '084827.963000', '084827.966000', '084827.969000', '084827.971000', '084827.974000', '084827.977000', '084827.980000', '084827.983000', '084827.986000', '084827.988000', '084827.991000', '084827.994000', '084827.997000', '084828.001000', '084847.875000', '084847.878000', '084847.881000', '084847.884000', '084847.886000', '084847.889000', '084847.892000', '084847.895000', '084847.898000', '084847.901000', '084847.904000', '084847.907000', '084847.909000', '084847.912000', '084847.915000', '084847.918000', '084847.921000', '084847.924000', '084847.927000', '084847.929000', '084847.932000', '084847.935000', '084847.938000', '084847.941000', '084847.944000', '084847.946000', '084847.960000', '084847.963000', '084847.966000', '084847.968000', '084847.971000', '084847.974000', '084847.977000', '084847.980000', '084847.983000', '084847.986000', '084847.988000', '084847.991000', '084847.994000', '084847.997000', '084848.000000', '084848.003000', '084848.006000', '084848.009000', '084907.875000', '084907.878000', '084907.881000', '084907.884000', '084907.886000', '084907.889000', '084907.892000', '084907.895000', '084907.898000', '084907.901000', '084907.904000', '084907.906000', '084907.909000', '084907.912000', '084907.915000', '084907.918000', '084907.921000', '084907.924000', '084907.927000', '084907.929000', '084907.932000', '084907.935000', '084907.938000', '084907.941000', '084907.944000', '084907.947000', '084907.950000', '084907.955000', '084907.959000', '084907.962000', '084907.965000', '084907.968000', '084907.971000', '084907.974000', '084907.977000', '084907.980000', '084907.983000', '084907.986000', '084907.989000', '084907.991000', '084907.994000', '084907.997000', '084908.001000', '084927.874000', '084927.877000', '084927.880000', '084927.883000', '084927.886000', '084927.889000', '084927.891000', '084927.894000', '084927.910000', '084927.912000', '084927.915000', '084927.918000', '084927.921000', '084927.924000', '084927.927000', '084927.930000', '084927.933000', '084927.936000', '084927.939000', '084927.941000', '084927.945000', '084927.947000', '084927.950000', '084927.953000', '084927.956000', '084927.959000', '084927.962000', '084927.965000', '084927.968000', '084927.971000', '084927.973000', '084927.976000', '084927.979000', '084927.982000', '084927.985000', '084927.988000', '084927.991000', '084927.994000', '084927.997000', '084928.001000', '084928.004000', '084928.007000', '084928.009000', '084928.012000', '084947.874000', '084947.877000', '084947.880000', '084947.883000', '084947.886000', '084947.889000', '084947.892000', '084947.895000', '084947.904000', '084947.908000', '084947.911000', '084947.914000', '084947.917000', '084947.920000', '084947.923000', '084947.926000', '084947.929000', '084947.932000', '084947.935000', '084947.937000', '084947.940000', '084947.943000', '084947.946000', '084947.949000', '084947.952000', '084947.955000', '084947.958000', '084947.961000', '084947.965000', '084947.970000', '084947.973000', '084947.976000', '084947.979000', '084947.982000', '084947.985000', '084947.988000', '084947.991000', '084947.994000', '084947.997000', '084948.000000', '084948.003000', '084948.006000', '084948.009000', '085007.874000', '085007.877000', '085007.880000', '085007.883000', '085007.886000', '085007.889000', '085007.891000', '085007.895000', '085007.897000', '085007.900000', '085007.903000', '085007.906000', '085007.909000', '085007.912000', '085007.915000', '085007.918000', '085007.921000', '085007.924000', '085007.927000', '085007.930000', '085007.932000', '085007.935000', '085007.938000', '085007.941000', '085007.944000', '085007.947000', '085007.950000', '085007.953000', '085007.956000', '085007.959000', '085007.961000', '085007.964000', '085007.967000', '085007.970000', '085007.973000', '085007.976000', '085007.979000', '085007.982000', '085007.985000', '085007.988000', '085007.991000', '085007.994000', '085007.996000', '085008.000000', '085027.874000', '085027.877000', '085027.880000', '085027.883000', '085027.886000', '085027.889000', '085027.892000', '085027.895000', '085027.898000', '085027.901000', '085027.903000', '085027.906000', '085027.909000', '085027.912000', '085027.915000', '085027.918000', '085027.921000', '085027.924000', '085027.927000', '085027.929000', '085027.932000', '085027.935000', '085027.938000', '085027.941000', '085027.944000', '085027.947000', '085027.950000', '085027.952000', '085027.955000', '085027.958000', '085027.961000', '085027.964000', '085027.967000', '085027.969000', '085027.972000', '085027.975000', '085027.978000', '085027.981000', '085027.984000', '085027.987000', '085027.990000', '085027.993000', '085027.996000', '085047.874000', '085047.877000', '085047.880000', '085047.883000', '085047.886000', '085047.889000', '085047.892000', '085047.895000', '085047.897000', '085047.900000', '085047.903000', '085047.906000', '085047.909000', '085047.912000', '085047.915000', '085047.918000', '085047.921000', '085047.924000', '085047.926000', '085047.929000', '085047.932000', '085047.935000', '085047.938000', '085047.941000', '085047.944000', '085047.946000', '085047.949000', '085047.952000', '085047.955000', '085047.958000', '085047.961000', '085047.964000', '085047.966000', '085047.969000', '085047.972000', '085047.975000', '085047.978000', '085047.981000', '085047.984000', '085047.986000', '085047.989000', '085047.992000', '085047.995000', '085047.998000', '085107.875000', '085107.878000', '085107.881000', '085107.884000', '085107.887000', '085107.890000', '085107.892000', '085107.895000', '085107.898000', '085107.901000', '085107.904000', '085107.907000', '085107.910000', '085107.913000', '085107.915000', '085107.918000', '085107.921000', '085107.924000', '085107.927000', '085107.930000', '085107.933000', '085107.936000', '085107.938000', '085107.941000', '085107.945000', '085107.949000', '085107.951000', '085107.954000', '085107.957000', '085107.960000', '085107.963000', '085107.966000', '085107.968000', '085107.971000', '085107.974000', '085107.977000', '085107.980000', '085107.983000', '085107.986000', '085107.988000', '085107.991000', '085107.994000', '085107.997000', '085127.875000', '085127.878000', '085127.881000', '085127.884000', '085127.887000', '085127.889000', '085127.892000', '085127.895000', '085127.898000', '085127.901000', '085127.904000', '085127.907000', '085127.909000', '085127.912000', '085127.915000', '085127.918000', '085127.921000', '085127.924000', '085127.927000', '085127.930000', '085127.933000', '085127.936000', '085127.938000', '085127.941000', '085127.944000', '085127.947000', '085127.950000', '085127.953000', '085127.956000', '085127.959000', '085127.962000', '085127.965000', '085127.967000', '085127.971000', '085127.973000', '085127.976000', '085127.979000', '085127.982000', '085127.985000', '085127.988000', '085127.991000', '085127.994000', '085127.997000', '085128.001000', '085147.874000', '085147.877000', '085147.880000', '085147.891000', '085147.893000', '085147.896000', '085147.899000', '085147.902000', '085147.905000', '085147.908000', '085147.911000', '085147.913000', '085147.916000', '085147.919000', '085147.922000', '085147.925000', '085147.928000', '085147.953000', '085147.955000', '085147.958000', '085147.961000', '085147.964000', '085147.967000', '085147.970000', '085147.973000', '085147.976000', '085147.978000', '085147.986000', '085147.989000', '085147.992000', '085147.994000', '085147.998000', '085148.001000', '085148.004000', '085148.009000', '085148.012000', '085148.015000', '085148.018000', '085148.020000', '085148.023000', '085148.026000', '085148.031000', '085148.035000', '085207.874000', '085207.877000', '085207.880000', '085207.883000', '085207.886000', '085207.889000', '085207.891000', '085207.894000', '085207.897000', '085207.900000', '085207.903000', '085207.906000', '085207.909000', '085207.912000', '085207.915000', '085207.918000', '085207.921000', '085207.924000', '085207.926000', '085207.929000', '085207.932000', '085207.935000', '085207.938000', '085207.941000', '085207.944000', '085207.946000', '085207.949000', '085207.952000', '085207.955000', '085207.958000', '085207.961000', '085207.963000', '085207.966000', '085207.969000', '085207.972000', '085207.975000', '085207.978000', '085207.981000', '085207.984000', '085207.986000', '085207.989000', '085207.992000', '085207.995000', '085207.998000', '085227.874000', '085227.877000', '085227.880000', '085227.883000', '085227.886000', '085227.889000', '085227.891000', '085227.894000', '085227.897000', '085227.900000', '085227.903000', '085227.906000', '085227.909000', '085227.911000', '085227.914000', '085227.917000', '085227.920000', '085227.923000', '085227.926000', '085227.929000', '085227.932000', '085227.934000', '085227.937000', '085227.940000', '085227.943000', '085227.946000', '085227.949000', '085227.952000', '085227.955000', '085227.957000', '085227.960000', '085227.963000', '085227.966000', '085227.969000', '085227.972000', '085227.975000', '085227.978000', '085227.981000', '085227.984000', '085227.987000', '085227.990000', '085227.993000', '085227.996000', '085247.874000', '085247.877000', '085247.880000', '085247.883000', '085247.886000', '085247.889000', '085247.891000', '085247.894000', '085247.897000', '085247.900000', '085247.903000', '085247.906000', '085247.908000', '085247.911000', '085247.914000', '085247.917000', '085247.920000', '085247.923000', '085247.926000', '085247.929000', '085247.932000', '085247.935000', '085247.937000', '085247.940000', '085247.943000', '085247.946000', '085247.949000', '085247.952000', '085247.955000', '085247.958000', '085247.961000', '085247.964000', '085247.967000', '085247.970000', '085247.973000', '085247.975000', '085247.978000', '085247.981000', '085247.984000', '085247.987000', '085247.990000', '085247.993000', '085247.995000', '085247.998000', '085307.874000', '085307.877000', '085307.880000', '085307.883000', '085307.886000', '085307.888000', '085307.891000', '085307.894000', '085307.897000', '085307.900000', '085307.903000', '085307.906000', '085307.908000', '085307.911000', '085307.931000', '085307.934000', '085307.937000', '085307.940000', '085307.943000', '085307.946000', '085307.949000', '085307.951000', '085307.954000', '085307.957000', '085307.960000', '085307.963000', '085307.966000', '085307.969000', '085307.972000', '085307.974000', '085307.977000', '085307.980000', '085307.983000', '085307.986000', '085307.989000', '085307.992000', '085307.995000', '085307.997000', '085308.001000', '085308.004000', '085308.007000', '085308.010000', '085308.013000', '085327.875000', '085327.878000', '085327.881000', '085327.884000', '085327.887000', '085327.890000', '085327.892000', '085327.895000', '085327.898000', '085327.901000', '085327.904000', '085327.907000', '085327.909000', '085327.912000', '085327.915000', '085327.918000', '085327.921000', '085327.924000', '085327.927000', '085327.930000', '085327.932000', '085327.935000', '085327.938000', '085327.941000', '085327.944000', '085327.947000', '085327.950000', '085327.952000', '085327.955000', '085327.958000', '085327.961000', '085327.964000', '085327.967000', '085327.970000', '085327.972000', '085327.975000', '085327.978000', '085327.981000', '085327.984000', '085327.987000', '085327.990000', '085327.992000', '085327.995000', '085327.998000', '085347.875000', '085347.878000', '085347.881000', '085347.884000', '085347.887000', '085347.890000', '085347.892000', '085347.895000', '085347.898000', '085347.901000', '085347.904000', '085347.907000', '085347.910000', '085347.913000', '085347.915000', '085347.918000', '085347.921000', '085347.924000', '085347.927000', '085347.930000', '085347.933000', '085347.935000', '085347.938000', '085347.941000', '085347.944000', '085347.947000', '085347.950000', '085347.953000', '085347.956000', '085347.958000', '085347.961000', '085347.964000', '085347.967000', '085347.970000', '085347.973000', '085347.976000', '085347.979000', '085347.982000', '085347.984000', '085347.987000', '085347.990000', '085347.993000', '085347.996000', '085407.874000', '085407.877000', '085407.880000', '085407.883000', '085407.886000', '085407.888000', '085407.891000', '085407.894000', '085407.897000', '085407.900000', '085407.903000', '085407.906000', '085407.909000', '085407.912000', '085407.914000', '085407.917000', '085407.920000', '085407.923000', '085407.926000', '085407.929000', '085407.932000', '085407.934000', '085407.937000', '085407.940000', '085407.943000', '085407.946000', '085407.949000', '085407.952000', '085407.955000', '085407.957000', '085407.960000', '085407.963000', '085407.966000', '085407.969000', '085407.972000', '085407.975000', '085407.977000', '085407.980000', '085407.983000', '085407.986000', '085407.989000', '085407.992000', '085407.995000', '085407.998000', '085427.874000', '085427.877000', '085427.880000', '085427.883000', '085427.886000', '085427.888000', '085427.891000', '085427.894000', '085427.897000', '085427.900000', '085427.903000', '085427.917000', '085427.920000', '085427.923000', '085427.926000', '085427.929000', '085427.932000', '085427.935000', '085427.938000', '085427.940000', '085427.943000', '085427.946000', '085427.949000', '085427.952000', '085427.955000', '085427.957000', '085427.960000', '085427.963000', '085427.966000', '085427.969000', '085427.972000', '085427.975000', '085427.978000', '085427.980000', '085427.983000', '085427.986000', '085427.989000', '085427.992000', '085427.995000', '085427.998000', '085428.002000', '085428.004000', '085428.007000', '085447.874000', '085447.877000', '085447.881000', '085447.884000', '085447.887000', '085447.890000', '085447.893000', '085447.896000', '085447.899000', '085447.902000', '085447.905000', '085447.907000', '085447.910000', '085447.913000', '085447.916000', '085447.919000', '085447.922000', '085447.925000', '085447.927000', '085447.930000', '085447.933000', '085447.936000', '085447.939000', '085447.942000', '085447.945000', '085447.948000', '085447.950000', '085447.953000', '085447.956000', '085447.959000', '085447.962000', '085447.965000', '085447.968000', '085447.971000', '085447.973000', '085447.976000', '085447.979000', '085447.982000', '085447.985000', '085447.988000', '085447.991000', '085447.994000', '085447.997000', '085507.874000', '085507.877000', '085507.880000', '085507.883000', '085507.886000', '085507.888000', '085507.891000', '085507.894000', '085507.897000', '085507.900000', '085507.903000', '085507.906000', '085507.909000', '085507.911000', '085507.914000', '085507.917000', '085507.920000', '085507.923000', '085507.926000', '085507.929000', '085507.931000', '085507.934000', '085507.937000', '085507.940000', '085507.943000', '085507.946000', '085507.949000', '085507.952000', '085507.954000', '085507.957000', '085507.960000', '085507.963000', '085507.966000', '085507.969000', '085507.972000', '085507.974000', '085507.977000', '085507.980000', '085507.983000', '085507.986000', '085507.989000', '085507.992000', '085507.995000', '085507.998000', '085527.874000', '085527.877000', '085527.880000', '085527.883000', '085527.886000', '085527.889000', '085527.891000', '085527.894000', '085527.897000', '085527.900000', '085527.903000', '085527.906000', '085527.909000', '085527.912000', '085527.915000', '085527.918000', '085527.921000', '085527.923000', '085527.926000', '085527.929000', '085527.932000', '085527.935000', '085527.938000', '085527.941000', '085527.943000', '085527.946000', '085527.949000', '085527.952000', '085527.955000', '085527.958000', '085527.961000', '085527.964000', '085527.967000', '085527.969000', '085527.972000', '085527.975000', '085527.978000', '085527.981000', '085527.984000', '085527.987000', '085527.990000', '085527.992000', '085527.995000', '085545.895000', '085545.899000', '085545.902000', '085545.905000', '085545.908000', '085545.911000', '085545.915000', '085545.918000', '085545.921000', '085545.923000', '085545.926000', '085545.929000', '085545.932000', '085545.935000', '085545.938000', '085545.941000', '085545.944000', '085545.947000', '085545.950000', '085545.953000', '085545.956000', '085545.959000', '085545.962000', '085545.964000', '085545.967000', '085545.970000', '085545.973000', '085545.976000', '085545.979000', '085545.982000', '085545.985000', '085545.988000', '085545.991000', '085545.994000', '085545.997000', '085546.001000', '085546.004000', '085546.007000', '085546.010000', '085546.013000'], '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, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323], 'LargestImagePixelValue': [13096, 8510, 9244, 8607, 8052, 11574, 8881, 10419, 9944, 7903, 10510, 8030, 9960, 9692, 8000, 9850, 7592, 7683, 10512, 8344, 11398, 9787, 7587, 10119, 7870, 12466, 9804, 10968, 9969, 8060, 10017, 8206, 9083, 12166, 8313, 10556, 8351, 7688, 9716, 7976, 11971, 8898, 10635, 10473, 7699, 11602, 7770, 10025, 9576, 7826, 11919, 8069, 10024, 7930, 7771, 8330, 7923, 10939, 7932, 9954, 7702, 8183, 9666, 7920, 10575, 7625, 11867, 8085, 11640, 9201, 10074, 8566, 7638, 9712, 7966, 11448, 7772, 9580, 8081, 8054, 10520, 7900, 10226, 7707, 9931, 9079, 7860, 10047, 7786, 11667, 9046, 11087, 9497, 7632, 10175, 8132, 12170, 8645, 8180, 9330, 7786, 11692, 8210, 10432, 9148, 7814, 11300, 7640, 9978, 9221, 7939, 11547, 8979, 11330, 9537, 7523, 9889, 7926, 10933, 9747, 7861, 11037, 7779, 8309, 10077, 8172, 12160, 7872, 10406, 9200, 8769, 10938, 8104, 10997, 7760, 7680, 9745, 7856, 10914, 8791, 7692, 11486, 9021, 10023, 10934, 7595, 11732, 8169, 9410, 11746, 9426, 13387, 11270, 7963, 9167, 9331, 7903, 10023, 7877, 7561, 10299, 7997, 12416, 10377, 9181, 11592, 7743, 11038, 8696, 7613, 10403, 8007, 12833, 9375, 10514, 10980, 8011, 11162, 8017, 7624, 9141, 7748, 11227, 8472, 10997, 9812, 7430, 10119, 7934, 10923, 8032, 9590, 10232, 8089, 11967, 8055, 10718, 8437, 7685, 11239, 8050, 9831, 9942, 7816, 8254, 8812, 7602, 10698, 10638, 8944, 10735, 9398, 8016, 11906, 8775, 11339, 10852, 8995, 12025, 7965, 7489, 9707, 7803, 11397, 9580, 7795, 9010, 8072, 7553, 11156, 8651, 10505, 10105, 8701, 11308, 8426, 10650, 10407, 9104, 11677, 7757, 10505, 8138, 7948, 10200, 8125, 11808, 9751, 7639, 10048, 8027, 11381, 9840, 7763, 10675, 8171, 12088, 8667, 12406, 9607, 7877, 9684, 7869, 11932, 8637, 11688, 9252, 7918, 9822, 7747, 11901, 9282, 9269, 10190, 8218, 10612, 7983, 11713, 9747, 7799, 10647, 7847, 11087, 8345, 12224, 9953, 7689, 9794, 8112, 11677, 8507, 11997, 9084, 7859, 9828, 7737, 11713, 8344, 11125, 9550, 9422, 9669, 7560, 10134, 7909, 12922, 8820, 10895, 9765, 7971, 10056, 7896, 11072, 10043, 9551, 11575, 8138, 11454, 7741, 9558, 10007, 8155, 11270, 7629, 10645, 8828, 9549, 11002, 7646, 10519, 8016, 9146, 11120, 8276, 11497, 7912, 8029, 9766, 8203, 12625, 8674, 9550, 8961, 7741, 10338, 7830, 12186, 9838, 8023, 10459, 7855, 9796, 9857, 8217, 11871, 7936, 7974, 9088, 7588, 11357, 9434, 8863, 10834, 8035, 11577, 8478, 11873, 10892, 10186, 12113, 8702, 12531, 7771, 11863, 10051, 9385, 11111, 7876, 10726, 7728, 10374, 9428, 9553, 9941, 7550, 9997, 7799, 12315, 8226, 8394, 8400, 7806, 10577, 8136, 10696, 9224, 7402, 9768, 7727, 12906, 9928, 10260, 10601, 8002, 10677, 7958, 13813, 9791, 11816, 9728, 7641, 9999, 7931, 13044, 8905, 10058, 8231, 7380, 9777, 7823, 11267, 8968, 8033, 9673, 7727, 12595, 9790, 11056, 9906, 8223, 10536, 8066, 12643, 9019, 11438, 8269, 9210, 8752, 7956, 11928, 8438, 12503, 8268, 7832, 9241, 7743, 12196, 9366, 7733, 9985, 7714, 10736, 9805, 8694, 11387, 8338, 9106, 10521, 8765, 13011, 8926, 11170, 9339, 8107, 12437, 9247, 10452, 9635, 7636, 10717, 8383, 10857, 10284, 7962, 10268, 7967, 9420, 10939, 8688, 12063, 8520, 7818, 10062, 8280, 12105, 9928, 8079, 10480, 8014, 11238, 9610, 8451, 11488, 7985, 9195, 10104, 8682, 13134, 8675, 8401, 9753, 7806, 12885, 9506, 8969, 10257, 8028, 10688, 9029, 8242, 11894, 8079, 8851, 9032, 8107, 12553, 9192, 11777, 8616, 8042, 9712, 7774, 12591, 8213, 8198, 8622, 7864, 12659, 9410, 8521, 10300, 7633, 9355, 8257, 7698, 11851, 8596, 11241, 9731, 8039, 10790, 8004, 13629, 9689, 11961, 9504, 7825, 9990, 8145, 13721, 9346, 9783, 9908, 7752, 10892, 7958, 11805, 9109, 9991, 11019, 8458, 11560, 7852, 10661, 9893, 9796, 10154, 7696, 9677, 7922, 11364, 8694, 10735, 9739, 7793, 9969, 7838, 11765, 9804, 8634, 10320, 7979, 11233, 7770, 11500, 10068, 9515, 10087, 7869, 10590, 8305, 11347, 9796, 9386, 10495, 8056, 11465, 8142, 11436, 9956, 8946, 11196, 7831, 9127, 8692, 7890, 12955, 8748, 9854, 8401, 7889, 12061, 9036, 11486, 9671, 8109, 10291, 7937, 13754, 9674, 9488, 10303, 7842, 11306, 8235, 11768, 9750, 8524, 9478, 7959, 10499, 7847, 11635, 9590, 7612, 9283, 7769, 10795, 9656, 8332, 10177, 8123, 11330, 7947, 10999, 10128, 9073, 11465, 8256, 10787, 8118, 7405, 10859, 9218, 10071, 10794, 8045, 8281, 9338, 7893, 8620, 8927, 8418, 12174, 11662, 10023, 13522, 11191, 8480, 12010, 8177, 8664, 10275, 9136, 15230, 10823, 9598, 10081, 7816, 10287, 8184, 7847, 10084, 8488, 13423, 9231, 8523, 9087, 7999, 10495, 8150, 12779, 9686, 10595, 9759, 7817, 10517, 7604, 13368, 9450, 11742, 9150, 8287, 9845, 8026, 12520, 8997, 12032, 8650, 7900, 9274, 7972, 11950, 8072, 10142, 7977, 8769, 9712, 8466, 11850, 7993, 9644, 8719, 7672, 11148, 8275, 12240, 10513, 8942, 11027, 8086, 8145, 8653, 7774, 11540, 9863, 8528, 11102, 8591, 8917, 9773, 7751, 11710, 9164, 12853, 11021, 8576, 10841, 8135, 10339, 8205, 8919, 12531, 8759, 11351, 8427, 8252, 9026, 8159, 11528, 8529, 11959, 9934, 8026, 10278, 7854, 10769, 8154, 8217, 9761, 8591, 12082, 10105, 7950, 10123, 7910, 12092, 9216, 11686, 10303, 8144, 10493, 8245, 8138, 10051, 7947, 7843, 11491, 9084, 11503, 8975, 8033, 11787, 8379, 10976, 10218, 9034, 11721, 7957, 8123, 9261, 7822, 11626, 10134, 8096, 10282, 7825, 8408, 9145, 7804, 12085, 10141, 8686, 12089, 8713, 10133, 9342, 7890, 11421, 9217, 13217, 10989, 7743, 10091, 7847, 10431, 9291, 8821, 11546, 8473, 8019, 9228, 8042, 12754, 9499, 10489, 9800, 8070, 10488, 7776, 12452, 8616, 13486, 8614, 12152, 7784, 11361, 8443, 10932, 10144, 8128, 10371, 7727, 10691, 9398, 9235, 11936, 9757, 12500, 11074, 7577, 9536, 8253, 8302, 9565, 7906, 12917, 8726, 12287, 10008, 10386, 10824, 8019, 12578, 8612, 13967, 9767, 11878, 10308, 9651, 10969, 7813, 11361, 7901, 12521, 8261, 12477, 9160, 9512, 9995, 8350, 11967, 7546, 7718, 8535, 7796, 10152, 7815, 11804, 9093, 9291, 10292, 8000, 11255, 8376, 11073, 10831, 10615, 11503, 7718, 8439, 9348, 7937, 11515, 10026, 8499, 9584, 9344, 7866, 10215, 9205, 10387, 12341, 8833, 12004, 9650, 7810, 11580, 10339, 13705, 11432, 9762, 10703, 9217, 7671, 13338, 10492, 10171, 12083, 8656, 8824, 10082, 8152, 12575, 10740, 9133, 11522, 8039, 7763, 10028, 7805, 11025, 10701, 9146, 11805, 10280, 7960, 10775, 8937, 7957, 12463, 9775, 8655, 11932, 8648, 8234, 10166, 8001, 11661, 9738, 9098, 11280, 8272, 12409, 8969, 9226, 10195, 8082, 10952, 8008, 12725, 9716, 8447, 10609, 8056, 8443, 10505, 8302, 12069, 10243, 8178, 12646, 9068, 11727, 9235, 8000, 10200, 7907, 12117, 8946, 11869, 10314, 8007, 11014, 8055, 11840, 8747, 11551, 10562, 8724, 11500, 7997, 12183, 9639, 10721, 10746, 8446, 11408, 7721, 12268, 8502, 11049, 9347, 8035, 10309, 7993, 11796, 7905, 10313, 8581, 7777, 9920, 8634, 12227, 8466, 10114, 10143, 7719, 11815, 8594, 12257, 10102, 8581, 10902, 8615, 12630, 9062, 11837, 10057, 8128, 10728, 7864, 12177, 8714, 11987, 9872, 7978, 10371, 8126, 12748, 8801, 12001, 9912, 8292, 10805, 8151, 11480, 7703, 12195, 9674, 9569, 10135, 7869, 10728, 8137, 12125, 8022, 11843, 7986, 10234, 8490, 8001, 9765, 8303, 11628, 8538, 10003, 10240, 8020, 12013, 8642, 12428, 8699, 11755, 9831, 11097, 10761, 7956, 10741, 7687, 11578, 8998, 9494, 10467, 7880, 10727, 9668, 9283, 10410, 7886, 10825, 9907, 9129, 11979, 8791, 11934, 8857, 10458, 10696, 9180, 12697, 8175, 9773, 8581, 7758, 10167, 8244, 11964, 9543, 7840, 10651, 8001, 12313, 9951, 11104, 10490, 8629, 11389, 8623, 13780, 9519, 13426, 9718, 11014, 10539, 10205, 11026, 8043, 11579, 7856, 10954, 7897, 12131, 8020, 11235, 8025, 11041, 8726, 10162, 10004, 7903, 10052, 7834, 10640, 8463, 10054, 9989, 7904, 10366, 7627, 11745, 8543, 12505, 9095, 10756, 9184, 8146, 11491, 8785, 11589, 7868, 7894, 9728, 8553, 10925, 8631, 7883, 10070, 8503, 12245, 10177, 9319, 10731, 8162, 12150, 10691, 14212, 12042, 10716, 14260, 10232, 9575, 11097, 8970, 14100, 9128, 13172, 9831, 11302, 10756, 8965, 11213, 8538, 11546, 8592, 12422, 8335, 13122, 7811, 12127, 8097, 11239, 8997, 10212, 9850, 7812, 10443, 7810, 12021, 9133, 9647, 11037, 7985, 11174, 7908, 10891, 10057, 8411, 12780, 8602, 9027, 9024, 7753, 11900, 8949, 10184, 9896, 7730, 11017, 8003, 11375, 10990, 8868, 12489, 8642, 10187, 9740, 7976, 11492, 9050, 12926, 10134, 10576, 10911, 8072, 11700, 8833, 12417, 9627, 8498, 10310, 7657, 10937, 8746, 12201, 8305, 12281, 8056, 11170, 10412, 8134, 11130, 8165, 11785, 8077, 12506, 9356, 9080, 9370, 7936, 10411, 8523, 12155, 8955, 7915, 9541, 7759, 11996, 9978, 10089, 11112, 9197, 11809, 8270, 12131, 10165, 8845, 11171, 8227, 11803, 8156, 11658, 10195, 8305, 11173, 8076, 11527, 8081, 11810, 9541, 10262, 11024, 8278], 'WindowCenter': [4559.0, 4495.0, 4491.0, 4478.0, 4466.0, 4505.0, 4477.0, 4494.0, 4483.0, 4451.0, 4481.0, 4453.0, 4482.0, 4473.0, 4453.0, 4484.0, 4452.0, 4454.0, 4495.0, 4466.0, 4505.0, 4484.0, 4454.0, 4483.0, 4441.0, 4501.0, 4472.0, 4482.0, 4470.0, 4451.0, 4470.0, 4452.0, 4461.0, 4502.0, 4451.0, 4482.0, 4451.0, 4441.0, 4469.0, 4450.0, 4490.0, 4462.0, 4480.0, 4481.0, 4441.0, 4489.0, 4440.0, 4469.0, 4468.0, 4428.0, 4488.0, 4439.0, 4468.0, 4438.0, 4437.0, 4450.0, 4451.0, 4491.0, 4453.0, 4483.0, 4454.0, 4464.0, 4483.0, 4464.0, 4494.0, 4454.0, 4502.0, 4454.0, 4493.0, 4474.0, 4472.0, 4462.0, 4440.0, 4469.0, 4451.0, 4493.0, 4454.0, 4472.0, 4465.0, 4453.0, 4493.0, 4465.0, 4486.0, 4457.0, 4485.0, 4478.0, 4465.0, 4497.0, 4457.0, 4494.0, 4478.0, 4496.0, 4477.0, 4453.0, 4484.0, 4456.0, 4505.0, 4475.0, 4466.0, 4475.0, 4443.0, 4506.0, 4467.0, 4494.0, 4487.0, 4455.0, 4506.0, 4458.0, 4484.0, 4485.0, 4466.0, 4506.0, 4475.0, 4496.0, 4486.0, 4454.0, 4484.0, 4466.0, 4496.0, 4485.0, 4456.0, 4495.0, 4454.0, 4463.0, 4484.0, 4464.0, 4503.0, 4454.0, 4484.0, 4474.0, 4462.0, 4493.0, 4452.0, 4481.0, 4441.0, 4443.0, 4473.0, 4454.0, 4494.0, 4464.0, 4456.0, 4504.0, 4476.0, 4485.0, 4495.0, 4445.0, 4502.0, 4465.0, 4477.0, 4507.0, 4474.0, 4516.0, 4506.0, 4464.0, 4486.0, 4473.0, 4455.0, 4472.0, 4452.0, 4444.0, 4482.0, 4453.0, 4503.0, 4483.0, 4471.0, 4492.0, 4440.0, 4476.0, 4438.0, 4425.0, 4465.0, 4425.0, 4487.0, 4458.0, 4467.0, 4468.0, 4438.0, 4477.0, 4436.0, 4425.0, 4446.0, 4426.0, 4477.0, 4449.0, 4477.0, 4470.0, 4430.0, 4467.0, 4439.0, 4477.0, 4438.0, 4469.0, 4481.0, 4450.0, 4489.0, 4451.0, 4480.0, 4451.0, 4442.0, 4492.0, 4451.0, 4483.0, 4483.0, 4452.0, 4462.0, 4475.0, 4455.0, 4495.0, 4498.0, 4477.0, 4507.0, 4486.0, 4464.0, 4505.0, 4465.0, 4496.0, 4494.0, 4464.0, 4503.0, 4453.0, 4432.0, 4471.0, 4443.0, 4492.0, 4483.0, 4455.0, 4474.0, 4465.0, 4465.0, 4506.0, 4477.0, 4498.0, 4496.0, 4477.0, 4505.0, 4465.0, 4483.0, 4493.0, 4464.0, 4492.0, 4443.0, 4483.0, 4452.0, 4451.0, 4483.0, 4452.0, 4493.0, 4471.0, 4442.0, 4482.0, 4453.0, 4491.0, 4485.0, 4453.0, 4483.0, 4454.0, 4502.0, 4462.0, 4500.0, 4472.0, 4441.0, 4470.0, 4451.0, 4491.0, 4462.0, 4491.0, 4472.0, 4452.0, 4482.0, 4453.0, 4502.0, 4475.0, 4473.0, 4482.0, 4463.0, 4492.0, 4456.0, 4503.0, 4485.0, 4454.0, 4494.0, 4453.0, 4492.0, 4465.0, 4504.0, 4483.0, 4453.0, 4483.0, 4452.0, 4493.0, 4466.0, 4502.0, 4473.0, 4453.0, 4483.0, 4453.0, 4504.0, 4465.0, 4492.0, 4473.0, 4471.0, 4471.0, 4442.0, 4482.0, 4452.0, 4502.0, 4462.0, 4493.0, 4483.0, 4454.0, 4485.0, 4454.0, 4494.0, 4485.0, 4474.0, 4503.0, 4455.0, 4494.0, 4455.0, 4483.0, 4487.0, 4455.0, 4504.0, 4456.0, 4494.0, 4477.0, 4485.0, 4495.0, 4453.0, 4493.0, 4465.0, 4474.0, 4507.0, 4464.0, 4505.0, 4464.0, 4455.0, 4485.0, 4464.0, 4504.0, 4464.0, 4487.0, 4475.0, 4454.0, 4484.0, 4456.0, 4504.0, 4486.0, 4454.0, 4493.0, 4464.0, 4484.0, 4484.0, 4463.0, 4505.0, 4465.0, 4466.0, 4476.0, 4467.0, 4507.0, 4489.0, 4476.0, 4507.0, 4467.0, 4505.0, 4466.0, 4503.0, 4496.0, 4482.0, 4504.0, 4463.0, 4503.0, 4441.0, 4489.0, 4471.0, 4460.0, 4492.0, 4441.0, 4480.0, 4441.0, 4480.0, 4473.0, 4470.0, 4473.0, 4442.0, 4471.0, 4442.0, 4503.0, 4464.0, 4463.0, 4464.0, 4453.0, 4495.0, 4466.0, 4495.0, 4488.0, 4457.0, 4496.0, 4457.0, 4516.0, 4487.0, 4486.0, 4497.0, 4456.0, 4482.0, 4454.0, 4513.0, 4482.0, 4493.0, 4472.0, 4442.0, 4470.0, 4441.0, 4501.0, 4462.0, 4470.0, 4452.0, 4441.0, 4483.0, 4455.0, 4492.0, 4476.0, 4465.0, 4485.0, 4455.0, 4515.0, 4486.0, 4496.0, 4486.0, 4465.0, 4483.0, 4454.0, 4504.0, 4463.0, 4491.0, 4450.0, 4458.0, 4450.0, 4442.0, 4490.0, 4453.0, 4502.0, 4453.0, 4453.0, 4473.0, 4456.0, 4513.0, 4487.0, 4456.0, 4486.0, 4458.0, 4506.0, 4498.0, 4478.0, 4507.0, 4467.0, 4477.0, 4496.0, 4465.0, 4514.0, 4476.0, 4493.0, 4473.0, 4453.0, 4503.0, 4474.0, 4493.0, 4484.0, 4455.0, 4493.0, 4467.0, 4494.0, 4495.0, 4466.0, 4494.0, 4455.0, 4473.0, 4494.0, 4466.0, 4504.0, 4464.0, 4454.0, 4484.0, 4464.0, 4504.0, 4485.0, 4456.0, 4494.0, 4455.0, 4494.0, 4485.0, 4465.0, 4504.0, 4454.0, 4474.0, 4496.0, 4466.0, 4515.0, 4463.0, 4463.0, 4472.0, 4453.0, 4501.0, 4474.0, 4464.0, 4485.0, 4453.0, 4494.0, 4476.0, 4464.0, 4505.0, 4456.0, 4475.0, 4475.0, 4456.0, 4515.0, 4477.0, 4505.0, 4464.0, 4453.0, 4474.0, 4455.0, 4503.0, 4465.0, 4465.0, 4472.0, 4464.0, 4514.0, 4484.0, 4475.0, 4496.0, 4467.0, 4484.0, 4467.0, 4454.0, 4506.0, 4477.0, 4506.0, 4487.0, 4466.0, 4496.0, 4454.0, 4514.0, 4475.0, 4493.0, 4473.0, 4442.0, 4472.0, 4453.0, 4513.0, 4473.0, 4481.0, 4482.0, 4442.0, 4493.0, 4454.0, 4493.0, 4472.0, 4483.0, 4495.0, 4453.0, 4492.0, 4451.0, 4482.0, 4471.0, 4470.0, 4481.0, 4442.0, 4472.0, 4452.0, 4491.0, 4463.0, 4493.0, 4473.0, 4453.0, 4482.0, 4454.0, 4503.0, 4484.0, 4464.0, 4496.0, 4456.0, 4495.0, 4458.0, 4507.0, 4486.0, 4487.0, 4495.0, 4457.0, 4495.0, 4467.0, 4495.0, 4487.0, 4476.0, 4494.0, 4454.0, 4494.0, 4455.0, 4493.0, 4484.0, 4473.0, 4494.0, 4454.0, 4474.0, 4465.0, 4453.0, 4514.0, 4464.0, 4486.0, 4464.0, 4456.0, 4504.0, 4477.0, 4494.0, 4474.0, 4454.0, 4485.0, 4454.0, 4513.0, 4475.0, 4472.0, 4482.0, 4451.0, 4481.0, 4453.0, 4492.0, 4473.0, 4452.0, 4471.0, 4452.0, 4482.0, 4454.0, 4494.0, 4474.0, 4454.0, 4474.0, 4454.0, 4496.0, 4485.0, 4466.0, 4495.0, 4467.0, 4506.0, 4468.0, 4496.0, 4496.0, 4475.0, 4506.0, 4466.0, 4493.0, 4454.0, 4444.0, 4496.0, 4487.0, 4497.0, 4509.0, 4467.0, 4479.0, 4487.0, 4468.0, 4476.0, 4488.0, 4480.0, 4521.0, 4520.0, 4500.0, 4528.0, 4508.0, 4478.0, 4505.0, 4454.0, 4452.0, 4473.0, 4461.0, 4513.0, 4484.0, 4471.0, 4471.0, 4442.0, 4469.0, 4440.0, 4427.0, 4469.0, 4450.0, 4502.0, 4461.0, 4451.0, 4460.0, 4441.0, 4470.0, 4441.0, 4489.0, 4460.0, 4471.0, 4460.0, 4429.0, 4468.0, 4439.0, 4499.0, 4459.0, 4479.0, 4461.0, 4440.0, 4469.0, 4440.0, 4489.0, 4463.0, 4491.0, 4462.0, 4453.0, 4473.0, 4441.0, 4493.0, 4453.0, 4483.0, 4454.0, 4463.0, 4485.0, 4466.0, 4506.0, 4465.0, 4485.0, 4466.0, 4454.0, 4494.0, 4466.0, 4505.0, 4498.0, 4475.0, 4494.0, 4467.0, 4467.0, 4478.0, 4457.0, 4508.0, 4499.0, 4479.0, 4507.0, 4479.0, 4479.0, 4498.0, 4456.0, 4505.0, 4478.0, 4515.0, 4496.0, 4465.0, 4493.0, 4455.0, 4481.0, 4453.0, 4462.0, 4502.0, 4453.0, 4481.0, 4451.0, 4451.0, 4461.0, 4440.0, 4491.0, 4453.0, 4491.0, 4472.0, 4442.0, 4481.0, 4442.0, 4479.0, 4441.0, 4450.0, 4483.0, 4464.0, 4504.0, 4484.0, 4454.0, 4482.0, 4441.0, 4492.0, 4474.0, 4493.0, 4471.0, 4443.0, 4481.0, 4453.0, 4453.0, 4484.0, 4464.0, 4454.0, 4506.0, 4477.0, 4506.0, 4476.0, 4455.0, 4505.0, 4467.0, 4497.0, 4487.0, 4475.0, 4507.0, 4455.0, 4454.0, 4473.0, 4455.0, 4505.0, 4496.0, 4468.0, 4496.0, 4458.0, 4469.0, 4489.0, 4469.0, 4517.0, 4499.0, 4479.0, 4519.0, 4478.0, 4499.0, 4477.0, 4454.0, 4493.0, 4474.0, 4504.0, 4485.0, 4442.0, 4483.0, 4452.0, 4484.0, 4462.0, 4462.0, 4492.0, 4453.0, 4453.0, 4473.0, 4454.0, 4503.0, 4473.0, 4484.0, 4484.0, 4443.0, 4482.0, 4432.0, 4491.0, 4450.0, 4499.0, 4439.0, 4478.0, 4429.0, 4476.0, 4438.0, 4469.0, 4470.0, 4439.0, 4470.0, 4441.0, 4480.0, 4473.0, 4475.0, 4518.0, 4499.0, 4517.0, 4506.0, 4456.0, 4486.0, 4469.0, 4453.0, 4471.0, 4453.0, 4502.0, 4464.0, 4502.0, 4483.0, 4483.0, 4481.0, 4440.0, 4479.0, 4436.0, 4485.0, 4444.0, 4464.0, 4443.0, 4431.0, 4453.0, 4402.0, 4463.0, 4412.0, 4462.0, 4422.0, 4472.0, 4443.0, 4441.0, 4457.0, 4435.0, 4476.0, 4429.0, 4427.0, 4449.0, 4439.0, 4482.0, 4444.0, 4505.0, 4475.0, 4473.0, 4483.0, 4456.0, 4495.0, 4466.0, 4495.0, 4497.0, 4495.0, 4507.0, 4456.0, 4466.0, 4474.0, 4456.0, 4508.0, 4499.0, 4479.0, 4501.0, 4500.0, 4481.0, 4512.0, 4501.0, 4501.0, 4530.0, 4491.0, 4517.0, 4488.0, 4456.0, 4507.0, 4487.0, 4517.0, 4496.0, 4485.0, 4485.0, 4473.0, 4441.0, 4514.0, 4494.0, 4484.0, 4504.0, 4464.0, 4464.0, 4483.0, 4441.0, 4503.0, 4482.0, 4461.0, 4490.0, 4442.0, 4441.0, 4470.0, 4441.0, 4479.0, 4483.0, 4462.0, 4492.0, 4481.0, 4444.0, 4482.0, 4461.0, 4442.0, 4501.0, 4484.0, 4464.0, 4503.0, 4464.0, 4453.0, 4483.0, 4441.0, 4490.0, 4474.0, 4461.0, 4494.0, 4453.0, 4502.0, 4464.0, 4462.0, 4472.0, 4456.0, 4485.0, 4454.0, 4502.0, 4460.0, 4441.0, 4471.0, 4441.0, 4452.0, 4483.0, 4454.0, 4504.0, 4487.0, 4465.0, 4505.0, 4464.0, 4494.0, 4474.0, 4443.0, 4473.0, 4442.0, 4492.0, 4464.0, 4493.0, 4484.0, 4454.0, 4494.0, 4456.0, 4502.0, 4465.0, 4495.0, 4496.0, 4466.0, 4506.0, 4457.0, 4516.0, 4489.0, 4498.0, 4496.0, 4466.0, 4506.0, 4457.0, 4517.0, 4477.0, 4508.0, 4489.0, 4467.0, 4498.0, 4470.0, 4518.0, 4470.0, 4497.0, 4479.0, 4469.0, 4501.0, 4480.0, 4521.0, 4480.0, 4499.0, 4500.0, 4468.0, 4522.0, 4479.0, 4519.0, 4498.0, 4478.0, 4510.0, 4480.0, 4519.0, 4476.0, 4505.0, 4486.0, 4455.0, 4497.0, 4459.0, 4518.0, 4467.0, 4506.0, 4486.0, 4456.0, 4497.0, 4456.0, 4518.0, 4478.0, 4506.0, 4489.0, 4466.0, 4497.0, 4456.0, 4505.0, 4457.0, 4505.0, 4488.0, 4476.0, 4498.0, 4455.0, 4495.0, 4455.0, 4504.0, 4457.0, 4505.0, 4457.0, 4484.0, 4468.0, 4457.0, 4496.0, 4468.0, 4508.0, 4478.0, 4497.0, 4499.0, 4470.0, 4520.0, 4479.0, 4520.0, 4480.0, 4507.0, 4499.0, 4507.0, 4498.0, 4456.0, 4496.0, 4457.0, 4508.0, 4480.0, 4490.0, 4512.0, 4469.0, 4510.0, 4501.0, 4489.0, 4510.0, 4471.0, 4509.0, 4499.0, 4490.0, 4519.0, 4480.0, 4520.0, 4479.0, 4497.0, 4498.0, 4478.0, 4517.0, 4465.0, 4484.0, 4464.0, 4455.0, 4496.0, 4467.0, 4507.0, 4488.0, 4469.0, 4496.0, 4468.0, 4518.0, 4489.0, 4507.0, 4499.0, 4465.0, 4507.0, 4465.0, 4514.0, 4476.0, 4504.0, 4474.0, 4483.0, 4482.0, 4472.0, 4482.0, 4440.0, 4491.0, 4443.0, 4481.0, 4442.0, 4489.0, 4441.0, 4479.0, 4453.0, 4492.0, 4464.0, 4484.0, 4485.0, 4456.0, 4484.0, 4457.0, 4498.0, 4479.0, 4497.0, 4497.0, 4468.0, 4498.0, 4460.0, 4518.0, 4476.0, 4517.0, 4476.0, 4497.0, 4477.0, 4457.0, 4508.0, 4468.0, 4508.0, 4468.0, 4466.0, 4500.0, 4490.0, 4521.0, 4492.0, 4482.0, 4511.0, 4493.0, 4534.0, 4514.0, 4490.0, 4510.0, 4480.0, 4530.0, 4513.0, 4542.0, 4531.0, 4509.0, 4541.0, 4500.0, 4489.0, 4508.0, 4476.0, 4528.0, 4478.0, 4504.0, 4474.0, 4494.0, 4484.0, 4452.0, 4482.0, 4451.0, 4479.0, 4440.0, 4488.0, 4427.0, 4489.0, 4427.0, 4476.0, 4440.0, 4477.0, 4448.0, 4469.0, 4469.0, 4428.0, 4479.0, 4440.0, 4499.0, 4472.0, 4473.0, 4493.0, 4454.0, 4493.0, 4455.0, 4492.0, 4484.0, 4455.0, 4515.0, 4465.0, 4476.0, 4475.0, 4455.0, 4505.0, 4465.0, 4485.0, 4484.0, 4455.0, 4495.0, 4455.0, 4505.0, 4496.0, 4475.0, 4516.0, 4476.0, 4485.0, 4474.0, 4454.0, 4496.0, 4465.0, 4504.0, 4484.0, 4482.0, 4496.0, 4452.0, 4491.0, 4461.0, 4492.0, 4473.0, 4451.0, 4482.0, 4440.0, 4483.0, 4451.0, 4492.0, 4450.0, 4488.0, 4441.0, 4481.0, 4483.0, 4441.0, 4493.0, 4451.0, 4491.0, 4453.0, 4502.0, 4473.0, 4463.0, 4474.0, 4455.0, 4508.0, 4477.0, 4505.0, 4478.0, 4468.0, 4486.0, 4459.0, 4506.0, 4498.0, 4497.0, 4507.0, 4477.0, 4506.0, 4465.0, 4506.0, 4496.0, 4478.0, 4506.0, 4467.0, 4504.0, 4455.0, 4506.0, 4486.0, 4468.0, 4505.0, 4455.0, 4504.0, 4455.0, 4505.0, 4487.0, 4486.0, 4495.0, 4454.0], 'WindowWidth': [10015.0, 9916.0, 9902.0, 9877.0, 9857.0, 9907.0, 9871.0, 9890.0, 9874.0, 9828.0, 9867.0, 9832.0, 9872.0, 9862.0, 9835.0, 9877.0, 9834.0, 9839.0, 9895.0, 9857.0, 9908.0, 9878.0, 9836.0, 9871.0, 9813.0, 9894.0, 9857.0, 9869.0, 9850.0, 9826.0, 9851.0, 9829.0, 9842.0, 9899.0, 9829.0, 9871.0, 9828.0, 9813.0, 9849.0, 9825.0, 9877.0, 9842.0, 9865.0, 9866.0, 9814.0, 9875.0, 9809.0, 9847.0, 9846.0, 9791.0, 9873.0, 9807.0, 9846.0, 9806.0, 9805.0, 9825.0, 9828.0, 9881.0, 9833.0, 9874.0, 9837.0, 9849.0, 9877.0, 9850.0, 9891.0, 9838.0, 9898.0, 9838.0, 9886.0, 9861.0, 9855.0, 9842.0, 9810.0, 9851.0, 9827.0, 9887.0, 9836.0, 9859.0, 9853.0, 9836.0, 9890.0, 9852.0, 9879.0, 9841.0, 9876.0, 9872.0, 9854.0, 9898.0, 9843.0, 9888.0, 9870.0, 9891.0, 9867.0, 9832.0, 9877.0, 9841.0, 9907.0, 9867.0, 9855.0, 9861.0, 9817.0, 9906.0, 9856.0, 9891.0, 9883.0, 9840.0, 9909.0, 9846.0, 9878.0, 9880.0, 9854.0, 9908.0, 9867.0, 9896.0, 9881.0, 9837.0, 9875.0, 9855.0, 9894.0, 9881.0, 9841.0, 9893.0, 9836.0, 9848.0, 9877.0, 9849.0, 9902.0, 9836.0, 9874.0, 9861.0, 9843.0, 9885.0, 9830.0, 9868.0, 9815.0, 9819.0, 9861.0, 9837.0, 9890.0, 9850.0, 9841.0, 9903.0, 9866.0, 9877.0, 9890.0, 9823.0, 9896.0, 9852.0, 9870.0, 9912.0, 9866.0, 9926.0, 9910.0, 9853.0, 9883.0, 9862.0, 9839.0, 9856.0, 9831.0, 9820.0, 9870.0, 9834.0, 9899.0, 9873.0, 9856.0, 9883.0, 9811.0, 9854.0, 9802.0, 9780.0, 9835.0, 9781.0, 9865.0, 9830.0, 9841.0, 9843.0, 9803.0, 9853.0, 9799.0, 9782.0, 9811.0, 9784.0, 9854.0, 9819.0, 9857.0, 9850.0, 9796.0, 9843.0, 9807.0, 9855.0, 9806.0, 9847.0, 9866.0, 9824.0, 9877.0, 9828.0, 9865.0, 9829.0, 9817.0, 9884.0, 9830.0, 9872.0, 9870.0, 9832.0, 9845.0, 9866.0, 9842.0, 9894.0, 9903.0, 9874.0, 9914.0, 9884.0, 9852.0, 9902.0, 9852.0, 9893.0, 9889.0, 9847.0, 9898.0, 9831.0, 9803.0, 9854.0, 9819.0, 9883.0, 9874.0, 9839.0, 9866.0, 9854.0, 9854.0, 9910.0, 9874.0, 9901.0, 9897.0, 9871.0, 9907.0, 9854.0, 9873.0, 9887.0, 9849.0, 9885.0, 9818.0, 9871.0, 9829.0, 9827.0, 9872.0, 9829.0, 9884.0, 9855.0, 9816.0, 9868.0, 9832.0, 9881.0, 9877.0, 9832.0, 9872.0, 9834.0, 9895.0, 9845.0, 9892.0, 9856.0, 9811.0, 9850.0, 9827.0, 9879.0, 9843.0, 9879.0, 9857.0, 9829.0, 9869.0, 9834.0, 9899.0, 9865.0, 9859.0, 9872.0, 9847.0, 9883.0, 9840.0, 9900.0, 9879.0, 9835.0, 9888.0, 9833.0, 9883.0, 9850.0, 9902.0, 9873.0, 9832.0, 9871.0, 9830.0, 9886.0, 9853.0, 9899.0, 9860.0, 9832.0, 9872.0, 9833.0, 9902.0, 9851.0, 9884.0, 9860.0, 9853.0, 9853.0, 9815.0, 9867.0, 9829.0, 9896.0, 9845.0, 9884.0, 9873.0, 9835.0, 9877.0, 9838.0, 9889.0, 9878.0, 9863.0, 9901.0, 9837.0, 9889.0, 9839.0, 9874.0, 9883.0, 9839.0, 9906.0, 9841.0, 9891.0, 9872.0, 9879.0, 9894.0, 9836.0, 9889.0, 9854.0, 9862.0, 9911.0, 9852.0, 9907.0, 9850.0, 9838.0, 9879.0, 9850.0, 9905.0, 9849.0, 9885.0, 9867.0, 9836.0, 9875.0, 9841.0, 9902.0, 9880.0, 9837.0, 9886.0, 9850.0, 9875.0, 9878.0, 9849.0, 9907.0, 9854.0, 9856.0, 9870.0, 9860.0, 9913.0, 9891.0, 9870.0, 9912.0, 9858.0, 9905.0, 9855.0, 9899.0, 9892.0, 9870.0, 9902.0, 9844.0, 9898.0, 9813.0, 9874.0, 9853.0, 9837.0, 9881.0, 9811.0, 9865.0, 9814.0, 9866.0, 9858.0, 9852.0, 9858.0, 9816.0, 9855.0, 9818.0, 9899.0, 9848.0, 9847.0, 9850.0, 9833.0, 9891.0, 9857.0, 9895.0, 9889.0, 9847.0, 9897.0, 9845.0, 9924.0, 9886.0, 9882.0, 9896.0, 9839.0, 9871.0, 9835.0, 9913.0, 9872.0, 9885.0, 9857.0, 9815.0, 9851.0, 9813.0, 9894.0, 9843.0, 9852.0, 9830.0, 9814.0, 9872.0, 9840.0, 9886.0, 9868.0, 9853.0, 9879.0, 9840.0, 9920.0, 9883.0, 9895.0, 9881.0, 9850.0, 9872.0, 9833.0, 9901.0, 9845.0, 9881.0, 9823.0, 9832.0, 9823.0, 9815.0, 9879.0, 9833.0, 9896.0, 9832.0, 9833.0, 9860.0, 9841.0, 9915.0, 9884.0, 9842.0, 9882.0, 9847.0, 9909.0, 9902.0, 9874.0, 9914.0, 9859.0, 9870.0, 9895.0, 9852.0, 9919.0, 9867.0, 9887.0, 9860.0, 9833.0, 9900.0, 9862.0, 9888.0, 9876.0, 9839.0, 9888.0, 9857.0, 9891.0, 9894.0, 9856.0, 9891.0, 9840.0, 9861.0, 9891.0, 9855.0, 9904.0, 9851.0, 9836.0, 9876.0, 9850.0, 9904.0, 9879.0, 9840.0, 9888.0, 9838.0, 9889.0, 9879.0, 9851.0, 9903.0, 9837.0, 9864.0, 9894.0, 9853.0, 9920.0, 9848.0, 9847.0, 9859.0, 9834.0, 9897.0, 9864.0, 9849.0, 9878.0, 9835.0, 9889.0, 9867.0, 9850.0, 9907.0, 9842.0, 9866.0, 9865.0, 9842.0, 9921.0, 9870.0, 9905.0, 9851.0, 9834.0, 9863.0, 9837.0, 9902.0, 9852.0, 9853.0, 9860.0, 9851.0, 9918.0, 9880.0, 9868.0, 9896.0, 9859.0, 9879.0, 9857.0, 9838.0, 9909.0, 9872.0, 9910.0, 9886.0, 9855.0, 9894.0, 9837.0, 9916.0, 9864.0, 9886.0, 9859.0, 9815.0, 9855.0, 9832.0, 9911.0, 9858.0, 9867.0, 9870.0, 9817.0, 9884.0, 9834.0, 9884.0, 9859.0, 9871.0, 9890.0, 9832.0, 9882.0, 9827.0, 9868.0, 9854.0, 9851.0, 9867.0, 9816.0, 9855.0, 9828.0, 9882.0, 9847.0, 9886.0, 9861.0, 9832.0, 9871.0, 9838.0, 9900.0, 9877.0, 9850.0, 9895.0, 9842.0, 9892.0, 9846.0, 9910.0, 9883.0, 9883.0, 9892.0, 9842.0, 9892.0, 9856.0, 9891.0, 9884.0, 9866.0, 9890.0, 9836.0, 9886.0, 9838.0, 9886.0, 9876.0, 9858.0, 9889.0, 9835.0, 9862.0, 9850.0, 9834.0, 9916.0, 9850.0, 9882.0, 9851.0, 9841.0, 9904.0, 9869.0, 9890.0, 9863.0, 9835.0, 9876.0, 9835.0, 9914.0, 9865.0, 9857.0, 9869.0, 9828.0, 9866.0, 9830.0, 9882.0, 9858.0, 9828.0, 9853.0, 9830.0, 9870.0, 9835.0, 9888.0, 9864.0, 9836.0, 9864.0, 9838.0, 9894.0, 9881.0, 9856.0, 9895.0, 9857.0, 9910.0, 9859.0, 9894.0, 9896.0, 9865.0, 9909.0, 9854.0, 9888.0, 9836.0, 9823.0, 9896.0, 9887.0, 9899.0, 9918.0, 9862.0, 9878.0, 9886.0, 9862.0, 9871.0, 9888.0, 9880.0, 9939.0, 9936.0, 9908.0, 9944.0, 9916.0, 9874.0, 9905.0, 9833.0, 9829.0, 9856.0, 9839.0, 9914.0, 9875.0, 9853.0, 9853.0, 9812.0, 9844.0, 9805.0, 9785.0, 9845.0, 9819.0, 9893.0, 9838.0, 9824.0, 9837.0, 9810.0, 9847.0, 9809.0, 9870.0, 9836.0, 9850.0, 9834.0, 9791.0, 9844.0, 9806.0, 9885.0, 9834.0, 9858.0, 9835.0, 9806.0, 9845.0, 9809.0, 9875.0, 9843.0, 9878.0, 9841.0, 9830.0, 9857.0, 9813.0, 9884.0, 9831.0, 9872.0, 9836.0, 9848.0, 9878.0, 9852.0, 9908.0, 9852.0, 9879.0, 9853.0, 9834.0, 9887.0, 9853.0, 9904.0, 9898.0, 9865.0, 9891.0, 9857.0, 9858.0, 9873.0, 9846.0, 9916.0, 9905.0, 9877.0, 9914.0, 9876.0, 9877.0, 9902.0, 9842.0, 9903.0, 9871.0, 9919.0, 9894.0, 9851.0, 9885.0, 9836.0, 9867.0, 9830.0, 9839.0, 9894.0, 9829.0, 9867.0, 9827.0, 9825.0, 9837.0, 9808.0, 9877.0, 9829.0, 9879.0, 9855.0, 9814.0, 9864.0, 9814.0, 9858.0, 9812.0, 9824.0, 9871.0, 9849.0, 9902.0, 9876.0, 9835.0, 9869.0, 9813.0, 9882.0, 9860.0, 9882.0, 9851.0, 9814.0, 9862.0, 9828.0, 9830.0, 9872.0, 9850.0, 9838.0, 9909.0, 9869.0, 9908.0, 9866.0, 9838.0, 9902.0, 9856.0, 9895.0, 9883.0, 9865.0, 9907.0, 9837.0, 9834.0, 9857.0, 9837.0, 9905.0, 9894.0, 9859.0, 9896.0, 9848.0, 9862.0, 9888.0, 9864.0, 9926.0, 9904.0, 9876.0, 9931.0, 9874.0, 9901.0, 9870.0, 9834.0, 9884.0, 9860.0, 9900.0, 9875.0, 9816.0, 9871.0, 9828.0, 9872.0, 9843.0, 9842.0, 9883.0, 9832.0, 9830.0, 9858.0, 9834.0, 9899.0, 9860.0, 9873.0, 9873.0, 9816.0, 9868.0, 9798.0, 9878.0, 9821.0, 9886.0, 9804.0, 9856.0, 9790.0, 9850.0, 9804.0, 9844.0, 9849.0, 9808.0, 9851.0, 9814.0, 9863.0, 9857.0, 9863.0, 9930.0, 9908.0, 9928.0, 9911.0, 9844.0, 9882.0, 9863.0, 9832.0, 9854.0, 9831.0, 9895.0, 9848.0, 9896.0, 9873.0, 9870.0, 9865.0, 9806.0, 9856.0, 9793.0, 9858.0, 9802.0, 9827.0, 9799.0, 9781.0, 9812.0, 9743.0, 9824.0, 9756.0, 9822.0, 9769.0, 9836.0, 9799.0, 9796.0, 9826.0, 9795.0, 9853.0, 9794.0, 9790.0, 9822.0, 9808.0, 9869.0, 9821.0, 9903.0, 9864.0, 9858.0, 9874.0, 9839.0, 9892.0, 9854.0, 9893.0, 9899.0, 9890.0, 9908.0, 9840.0, 9852.0, 9861.0, 9842.0, 9913.0, 9905.0, 9880.0, 9911.0, 9911.0, 9887.0, 9926.0, 9910.0, 9911.0, 9951.0, 9896.0, 9927.0, 9888.0, 9842.0, 9910.0, 9884.0, 9924.0, 9894.0, 9877.0, 9878.0, 9859.0, 9815.0, 9915.0, 9889.0, 9875.0, 9902.0, 9847.0, 9846.0, 9869.0, 9812.0, 9898.0, 9868.0, 9839.0, 9877.0, 9815.0, 9812.0, 9848.0, 9811.0, 9862.0, 9870.0, 9842.0, 9883.0, 9866.0, 9818.0, 9868.0, 9839.0, 9815.0, 9895.0, 9875.0, 9847.0, 9900.0, 9848.0, 9832.0, 9869.0, 9812.0, 9876.0, 9858.0, 9840.0, 9885.0, 9831.0, 9895.0, 9846.0, 9840.0, 9854.0, 9838.0, 9874.0, 9831.0, 9891.0, 9835.0, 9808.0, 9849.0, 9810.0, 9828.0, 9871.0, 9833.0, 9899.0, 9881.0, 9850.0, 9904.0, 9848.0, 9887.0, 9859.0, 9815.0, 9856.0, 9813.0, 9880.0, 9845.0, 9884.0, 9873.0, 9834.0, 9888.0, 9838.0, 9897.0, 9850.0, 9889.0, 9893.0, 9851.0, 9905.0, 9843.0, 9921.0, 9888.0, 9896.0, 9894.0, 9852.0, 9906.0, 9842.0, 9924.0, 9870.0, 9910.0, 9889.0, 9857.0, 9900.0, 9866.0, 9928.0, 9865.0, 9900.0, 9877.0, 9865.0, 9910.0, 9879.0, 9936.0, 9881.0, 9906.0, 9906.0, 9863.0, 9937.0, 9878.0, 9930.0, 9902.0, 9873.0, 9917.0, 9877.0, 9929.0, 9869.0, 9907.0, 9881.0, 9838.0, 9896.0, 9846.0, 9925.0, 9857.0, 9909.0, 9881.0, 9841.0, 9895.0, 9842.0, 9926.0, 9872.0, 9907.0, 9888.0, 9853.0, 9895.0, 9839.0, 9906.0, 9843.0, 9906.0, 9886.0, 9868.0, 9898.0, 9838.0, 9892.0, 9838.0, 9903.0, 9843.0, 9904.0, 9843.0, 9876.0, 9857.0, 9843.0, 9896.0, 9860.0, 9915.0, 9875.0, 9900.0, 9904.0, 9868.0, 9934.0, 9876.0, 9931.0, 9877.0, 9911.0, 9904.0, 9911.0, 9900.0, 9841.0, 9894.0, 9845.0, 9915.0, 9880.0, 9893.0, 9927.0, 9864.0, 9920.0, 9911.0, 9892.0, 9920.0, 9869.0, 9917.0, 9906.0, 9892.0, 9933.0, 9880.0, 9934.0, 9877.0, 9898.0, 9901.0, 9871.0, 9924.0, 9852.0, 9877.0, 9850.0, 9837.0, 9895.0, 9859.0, 9912.0, 9887.0, 9861.0, 9897.0, 9862.0, 9929.0, 9889.0, 9910.0, 9901.0, 9853.0, 9910.0, 9852.0, 9917.0, 9867.0, 9901.0, 9860.0, 9869.0, 9870.0, 9852.0, 9868.0, 9809.0, 9878.0, 9815.0, 9866.0, 9814.0, 9875.0, 9813.0, 9863.0, 9833.0, 9883.0, 9848.0, 9873.0, 9878.0, 9839.0, 9877.0, 9844.0, 9900.0, 9876.0, 9898.0, 9899.0, 9861.0, 9901.0, 9852.0, 9927.0, 9869.0, 9925.0, 9869.0, 9897.0, 9870.0, 9843.0, 9912.0, 9858.0, 9912.0, 9859.0, 9857.0, 9907.0, 9895.0, 9939.0, 9902.0, 9888.0, 9927.0, 9903.0, 9960.0, 9932.0, 9895.0, 9922.0, 9880.0, 9951.0, 9929.0, 9970.0, 9951.0, 9918.0, 9963.0, 9906.0, 9890.0, 9915.0, 9869.0, 9941.0, 9871.0, 9901.0, 9860.0, 9887.0, 9873.0, 9828.0, 9868.0, 9823.0, 9858.0, 9805.0, 9868.0, 9786.0, 9871.0, 9787.0, 9852.0, 9807.0, 9855.0, 9818.0, 9845.0, 9847.0, 9790.0, 9860.0, 9811.0, 9890.0, 9858.0, 9858.0, 9886.0, 9837.0, 9887.0, 9836.0, 9881.0, 9876.0, 9838.0, 9920.0, 9852.0, 9867.0, 9864.0, 9839.0, 9906.0, 9852.0, 9880.0, 9876.0, 9838.0, 9891.0, 9839.0, 9904.0, 9897.0, 9866.0, 9923.0, 9869.0, 9880.0, 9861.0, 9833.0, 9893.0, 9851.0, 9904.0, 9875.0, 9870.0, 9889.0, 9829.0, 9881.0, 9840.0, 9881.0, 9858.0, 9827.0, 9867.0, 9810.0, 9871.0, 9826.0, 9882.0, 9822.0, 9870.0, 9812.0, 9865.0, 9869.0, 9812.0, 9883.0, 9826.0, 9879.0, 9832.0, 9897.0, 9859.0, 9844.0, 9861.0, 9838.0, 9914.0, 9870.0, 9907.0, 9873.0, 9860.0, 9883.0, 9848.0, 9909.0, 9899.0, 9898.0, 9910.0, 9869.0, 9908.0, 9853.0, 9907.0, 9896.0, 9872.0, 9907.0, 9857.0, 9902.0, 9838.0, 9907.0, 9881.0, 9856.0, 9905.0, 9838.0, 9902.0, 9835.0, 9903.0, 9883.0, 9878.0, 9891.0, 9834.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.0004946404239212718</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0235532242997729</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.48115480029546</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2022753993863633</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9757751086439382</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4747</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6642.2808</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07820097079572319</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.3626040878122634</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478777878244958</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.437688487335523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7254562986564217</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.273188848742929</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0100668</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004794917535036802</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02954944409430027</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</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.6593614460497177</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>20.5379</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.0516</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.9991</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298211.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.1376</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8962</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.0597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3637.5199</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3857.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78333.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1054.0023</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.143511722795665</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> |