=== 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-0053 --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-0053",
"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-0053_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-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_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-0053/figures/sub-0053_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_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-0053/ses-04/func/sub-0053_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>f8ee98932ada024cc047717159958a8a</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>16:01:32.172500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</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.0910773</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>[4135, -7729, -7260, 506, -2, -14, -14, 89]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d7ea8d76-aa20-442d-b64f-b16ce449eeb2||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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, 1322]</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], 'AcquisitionTime': ['160132.172500', '160132.632500', '160133.092500', '160133.552500', '160134.012500', '160134.472500', '160134.932500', '160135.392500', '160135.852500', '160136.312500', '160136.772500', '160137.232500', '160137.692500', '160138.152500', '160138.612500', '160139.072500', '160139.532500', '160139.992500', '160140.452500', '160140.912500', '160141.372500', '160141.832500', '160142.292500', '160142.752500', '160143.212500', '160143.672500', '160144.132500', '160144.592500', '160145.052500', '160145.512500', '160145.972500', '160146.432500', '160146.892500', '160147.352500', '160147.812500', '160148.272500', '160148.732500', '160149.192500', '160149.652500', '160150.112500', '160150.572500', '160151.032500', '160151.492500', '160151.952500', '160152.412500', '160152.872500', '160153.332500', '160153.792500', '160154.252500', '160154.712500', '160155.172500', '160155.632500', '160156.092500', '160156.552500', '160157.012500', '160157.472500', '160157.932500', '160158.392500', '160158.852500', '160159.312500', '160159.772500', '160200.232500', '160200.692500', '160201.152500', '160201.612500', '160202.072500', '160202.532500', '160202.992500', '160203.452500', '160203.912500', '160204.372500', '160204.832500', '160205.292500', '160205.752500', '160206.212500', '160206.672500', '160207.132500', '160207.592500', '160208.052500', '160208.512500', '160208.972500', '160209.432500', '160209.892500', '160210.352500', '160210.812500', '160211.272500', '160211.732500', '160212.192500', '160212.652500', '160213.112500', '160213.572500', '160214.032500', '160214.492500', '160214.952500', '160215.412500', '160215.872500', '160216.332500', '160216.792500', '160217.252500', '160217.712500', '160218.172500', '160218.632500', '160219.092500', '160219.552500', '160220.012500', '160220.472500', '160220.932500', '160221.392500', '160221.852500', '160222.312500', '160222.772500', '160223.232500', '160223.692500', '160224.152500', '160224.612500', '160225.072500', '160225.532500', '160225.992500', '160226.452500', '160226.912500', '160227.372500', '160227.832500', '160228.292500', '160228.752500', '160229.212500', '160229.672500', '160230.132500', '160230.592500', '160231.052500', '160231.512500', '160231.972500', '160232.432500', '160232.892500', '160233.352500', '160233.812500', '160234.272500', '160234.732500', '160235.192500', '160235.652500', '160236.112500', '160236.572500', '160237.032500', '160237.492500', '160237.952500', '160238.412500', '160238.872500', '160239.332500', '160239.792500', '160240.252500', '160240.712500', '160241.172500', '160241.632500', '160242.092500', '160242.552500', '160243.012500', '160243.472500', '160243.932500', '160244.392500', '160244.852500', '160245.312500', '160245.772500', '160246.232500', '160246.692500', '160247.152500', '160247.612500', '160248.072500', '160248.532500', '160248.992500', '160249.452500', '160249.912500', '160250.372500', '160250.832500', '160251.292500', '160251.752500', '160252.212500', '160252.672500', '160253.132500', '160253.592500', '160254.052500', '160254.512500', '160254.972500', '160255.432500', '160255.892500', '160256.352500', '160256.812500', '160257.272500', '160257.732500', '160258.192500', '160258.652500', '160259.112500', '160259.572500', '160300.032500', '160300.492500', '160300.952500', '160301.412500', '160301.872500', '160302.332500', '160302.792500', '160303.252500', '160303.712500', '160304.172500', '160304.632500', '160305.092500', '160305.552500', '160306.012500', '160306.472500', '160306.932500', '160307.392500', '160307.852500', '160308.312500', '160308.772500', '160309.232500', '160309.692500', '160310.152500', '160310.612500', '160311.072500', '160311.532500', '160311.992500', '160312.452500', '160312.912500', '160313.372500', '160313.832500', '160314.292500', '160314.752500', '160315.212500', '160315.672500', '160316.132500', '160316.592500', '160317.052500', '160317.512500', '160317.972500', '160318.432500', '160318.892500', '160319.352500', '160319.812500', '160320.272500', '160320.732500', '160321.192500', '160321.652500', '160322.112500', '160322.572500', '160323.032500', '160323.492500', '160323.952500', '160324.412500', '160324.872500', '160325.332500', '160325.792500', '160326.252500', '160326.712500', '160327.172500', '160327.632500', '160328.092500', '160328.552500', '160329.012500', '160329.472500', '160329.932500', '160330.392500', '160330.852500', '160331.312500', '160331.772500', '160332.232500', '160332.692500', '160333.152500', '160333.612500', '160334.072500', '160334.532500', '160334.992500', '160335.452500', '160335.912500', '160336.372500', '160336.832500', '160337.292500', '160337.752500', '160338.212500', '160338.672500', '160339.132500', '160339.592500', '160340.052500', '160340.512500', '160340.972500', '160341.432500', '160341.892500', '160342.352500', '160342.812500', '160343.272500', '160343.732500', '160344.192500', '160344.652500', '160345.112500', '160345.572500', '160346.032500', '160346.492500', '160346.952500', '160347.412500', '160347.872500', '160348.332500', '160348.792500', '160349.252500', '160349.712500', '160350.172500', '160350.632500', '160351.092500', '160351.552500', '160352.012500', '160352.472500', '160352.932500', '160353.392500', '160353.852500', '160354.312500', '160354.772500', '160355.232500', '160355.692500', '160356.152500', '160356.612500', '160357.072500', '160357.532500', '160357.992500', '160358.452500', '160358.912500', '160359.372500', '160359.832500', '160400.292500', '160400.752500', '160401.212500', '160401.672500', '160402.132500', '160402.592500', '160403.052500', '160403.512500', '160403.972500', '160404.432500', '160404.892500', '160405.352500', '160405.812500', '160406.272500', '160406.732500', '160407.192500', '160407.652500', '160408.112500', '160408.572500', '160409.032500', '160409.492500', '160409.952500', '160410.412500', '160410.872500', '160411.332500', '160411.792500', '160412.252500', '160412.712500', '160413.172500', '160413.632500', '160414.092500', '160414.552500', '160415.012500', '160415.472500', '160415.932500', '160416.392500', '160416.852500', '160417.312500', '160417.772500', '160418.232500', '160418.692500', '160419.152500', '160419.612500', '160420.072500', '160420.532500', '160420.992500', '160421.452500', '160421.912500', '160422.372500', '160422.832500', '160423.292500', '160423.752500', '160424.212500', '160424.672500', '160425.132500', '160425.592500', '160426.052500', '160426.512500', '160426.972500', '160427.432500', '160427.892500', '160428.352500', '160428.812500', '160429.272500', '160429.732500', '160430.192500', '160430.652500', '160431.112500', '160431.572500', '160432.032500', '160432.492500', '160432.952500', '160433.412500', '160433.872500', '160434.332500', '160434.792500', '160435.252500', '160435.712500', '160436.172500', '160436.632500', '160437.092500', '160437.552500', '160438.012500', '160438.472500', '160438.932500', '160439.392500', '160439.852500', '160440.312500', '160440.772500', '160441.232500', '160441.692500', '160442.152500', '160442.612500', '160443.072500', '160443.532500', '160443.992500', '160444.452500', '160444.912500', '160445.372500', '160445.832500', '160446.292500', '160446.752500', '160447.212500', '160447.672500', '160448.132500', '160448.592500', '160449.052500', '160449.512500', '160449.972500', '160450.432500', '160450.892500', '160451.352500', '160451.812500', '160452.272500', '160452.732500', '160453.192500', '160453.652500', '160454.112500', '160454.572500', '160455.032500', '160455.492500', '160455.952500', '160456.412500', '160456.872500', '160457.332500', '160457.792500', '160458.252500', '160458.712500', '160459.172500', '160459.632500', '160500.092500', '160500.552500', '160501.012500', '160501.472500', '160501.932500', '160502.392500', '160502.852500', '160503.312500', '160503.772500', '160504.232500', '160504.692500', '160505.152500', '160505.612500', '160506.072500', '160506.532500', '160506.992500', '160507.452500', '160507.912500', '160508.372500', '160508.832500', '160509.292500', '160509.752500', '160510.212500', '160510.672500', '160511.132500', '160511.592500', '160512.052500', '160512.512500', '160512.972500', '160513.432500', '160513.892500', '160514.352500', '160514.812500', '160515.272500', '160515.732500', '160516.192500', '160516.652500', '160517.112500', '160517.572500', '160518.032500', '160518.492500', '160518.952500', '160519.412500', '160519.872500', '160520.332500', '160520.792500', '160521.252500', '160521.712500', '160522.172500', '160522.632500', '160523.092500', '160523.552500', '160524.012500', '160524.472500', '160524.932500', '160525.392500', '160525.852500', '160526.312500', '160526.772500', '160527.232500', '160527.692500', '160528.152500', '160528.612500', '160529.072500', '160529.532500', '160529.992500', '160530.452500', '160530.912500', '160531.372500', '160531.832500', '160532.292500', '160532.752500', '160533.212500', '160533.672500', '160534.132500', '160534.592500', '160535.052500', '160535.512500', '160535.972500', '160536.432500', '160536.892500', '160537.352500', '160537.812500', '160538.272500', '160538.732500', '160539.192500', '160539.652500', '160540.112500', '160540.572500', '160541.032500', '160541.492500', '160541.952500', '160542.412500', '160542.872500', '160543.332500', '160543.792500', '160544.252500', '160544.712500', '160545.172500', '160545.632500', '160546.092500', '160546.552500', '160547.012500', '160547.472500', '160547.932500', '160548.392500', '160548.852500', '160549.312500', '160549.772500', '160550.232500', '160550.692500', '160551.152500', '160551.612500', '160552.072500', '160552.532500', '160552.992500', '160553.452500', '160553.912500', '160554.372500', '160554.832500', '160555.292500', '160555.752500', '160556.212500', '160556.672500', '160557.132500', '160557.592500', '160558.052500', '160558.512500', '160558.972500', '160559.432500', '160559.892500', '160600.352500', '160600.812500', '160601.272500', '160601.732500', '160602.192500', '160602.652500', '160603.112500', '160603.572500', '160604.032500', '160604.492500', '160604.952500', '160605.412500', '160605.872500', '160606.332500', '160606.792500', '160607.252500', '160607.712500', '160608.172500', '160608.632500', '160609.092500', '160609.552500', '160610.012500', '160610.472500', '160610.932500', '160611.392500', '160611.852500', '160612.312500', '160612.772500', '160613.232500', '160613.692500', '160614.152500', '160614.612500', '160615.072500', '160615.532500', '160615.992500', '160616.452500', '160616.912500', '160617.372500', '160617.832500', '160618.292500', '160618.752500', '160619.212500', '160619.672500', '160620.132500', '160620.592500', '160621.052500', '160621.512500', '160621.972500', '160622.432500', '160622.892500', '160623.352500', '160623.812500', '160624.272500', '160624.732500', '160625.192500', '160625.652500', '160626.112500', '160626.572500', '160627.032500', '160627.492500', '160627.952500', '160628.412500', '160628.872500', '160629.332500', '160629.792500', '160630.252500', '160630.712500', '160631.172500', '160631.632500', '160632.092500', '160632.552500', '160633.012500', '160633.472500', '160633.932500', '160634.392500', '160634.852500', '160635.312500', '160635.772500', '160636.232500', '160636.692500', '160637.152500', '160637.612500', '160638.072500', '160638.532500', '160638.992500', '160639.452500', '160639.912500', '160640.372500', '160640.832500', '160641.292500', '160641.752500', '160642.212500', '160642.672500', '160643.132500', '160643.592500', '160644.052500', '160644.512500', '160644.972500', '160645.432500', '160645.892500', '160646.352500', '160646.812500', '160647.272500', '160647.732500', '160648.192500', '160648.652500', '160649.112500', '160649.572500', '160650.032500', '160650.492500', '160650.952500', '160651.412500', '160651.872500', '160652.332500', '160652.792500', '160653.252500', '160653.712500', '160654.172500', '160654.632500', '160655.092500', '160655.552500', '160656.012500', '160656.472500', '160656.932500', '160657.392500', '160657.852500', '160658.312500', '160658.772500', '160659.232500', '160659.692500', '160700.152500', '160700.612500', '160701.072500', '160701.532500', '160701.992500', '160702.452500', '160702.912500', '160703.372500', '160703.832500', '160704.292500', '160704.752500', '160705.212500', '160705.672500', '160706.132500', '160706.592500', '160707.052500', '160707.512500', '160707.972500', '160708.432500', '160708.892500', '160709.352500', '160709.812500', '160710.272500', '160710.732500', '160711.192500', '160711.652500', '160712.112500', '160712.572500', '160713.032500', '160713.492500', '160713.952500', '160714.412500', '160714.872500', '160715.332500', '160715.792500', '160716.252500', '160716.712500', '160717.172500', '160717.632500', '160718.092500', '160718.552500', '160719.012500', '160719.472500', '160719.932500', '160720.392500', '160720.852500', '160721.312500', '160721.772500', '160722.232500', '160722.692500', '160723.152500', '160723.612500', '160724.072500', '160724.532500', '160724.992500', '160725.452500', '160725.912500', '160726.372500', '160726.832500', '160727.292500', '160727.752500', '160728.212500', '160728.672500', '160729.132500', '160729.592500', '160730.052500', '160730.512500', '160730.972500', '160731.432500', '160731.892500', '160732.352500', '160732.812500', '160733.272500', '160733.732500', '160734.192500', '160734.652500', '160735.112500', '160735.572500', '160736.032500', '160736.492500', '160736.952500', '160737.412500', '160737.872500', '160738.332500', '160738.792500', '160739.252500', '160739.712500', '160740.172500', '160740.632500', '160741.092500', '160741.552500', '160742.012500', '160742.472500', '160742.932500', '160743.392500', '160743.852500', '160744.312500', '160744.772500', '160745.232500', '160745.692500', '160746.152500', '160746.612500', '160747.072500', '160747.532500', '160747.992500', '160748.452500', '160748.912500', '160749.372500', '160749.832500', '160750.292500', '160750.752500', '160751.212500', '160751.672500', '160752.132500', '160752.592500', '160753.052500', '160753.512500', '160753.972500', '160754.432500', '160754.892500', '160755.352500', '160755.812500', '160756.272500', '160756.732500', '160757.192500', '160757.652500', '160758.112500', '160758.572500', '160759.032500', '160759.492500', '160759.952500', '160800.412500', '160800.872500', '160801.332500', '160801.792500', '160802.252500', '160802.712500', '160803.172500', '160803.632500', '160804.092500', '160804.552500', '160805.012500', '160805.472500', '160805.932500', '160806.392500', '160806.852500', '160807.312500', '160807.772500', '160808.232500', '160808.692500', '160809.152500', '160809.612500', '160810.072500', '160810.532500', '160810.992500', '160811.452500', '160811.912500', '160812.372500', '160812.832500', '160813.292500', '160813.752500', '160814.212500', '160814.672500', '160815.132500', '160815.592500', '160816.052500', '160816.512500', '160816.972500', '160817.432500', '160817.892500', '160818.352500', '160818.812500', '160819.272500', '160819.732500', '160820.192500', '160820.652500', '160821.112500', '160821.572500', '160822.032500', '160822.492500', '160822.952500', '160823.412500', '160823.872500', '160824.332500', '160824.792500', '160825.252500', '160825.712500', '160826.172500', '160826.632500', '160827.092500', '160827.552500', '160828.012500', '160828.472500', '160828.932500', '160829.392500', '160829.852500', '160830.312500', '160830.772500', '160831.232500', '160831.692500', '160832.152500', '160832.612500', '160833.072500', '160833.532500', '160833.992500', '160834.452500', '160834.912500', '160835.372500', '160835.832500', '160836.292500', '160836.752500', '160837.212500', '160837.672500', '160838.132500', '160838.592500', '160839.052500', '160839.512500', '160839.972500', '160840.432500', '160840.892500', '160841.352500', '160841.812500', '160842.272500', '160842.732500', '160843.192500', '160843.652500', '160844.112500', '160844.572500', '160845.032500', '160845.492500', '160845.952500', '160846.412500', '160846.872500', '160847.332500', '160847.792500', '160848.252500', '160848.712500', '160849.172500', '160849.632500', '160850.092500', '160850.552500', '160851.012500', '160851.472500', '160851.932500', '160852.392500', '160852.852500', '160853.312500', '160853.772500', '160854.232500', '160854.692500', '160855.152500', '160855.612500', '160856.072500', '160856.532500', '160856.992500', '160857.452500', '160857.912500', '160858.372500', '160858.832500', '160859.292500', '160859.752500', '160900.212500', '160900.672500', '160901.132500', '160901.592500', '160902.052500', '160902.512500', '160902.972500', '160903.432500', '160903.892500', '160904.352500', '160904.812500', '160905.272500', '160905.732500', '160906.192500', '160906.652500', '160907.112500', '160907.572500', '160908.032500', '160908.492500', '160908.952500', '160909.412500', '160909.872500', '160910.332500', '160910.792500', '160911.252500', '160911.712500', '160912.172500', '160912.632500', '160913.092500', '160913.552500', '160914.012500', '160914.472500', '160914.932500', '160915.392500', '160915.852500', '160916.312500', '160916.772500', '160917.232500', '160917.692500', '160918.152500', '160918.612500', '160919.072500', '160919.532500', '160919.992500', '160920.452500', '160920.912500', '160921.372500', '160921.832500', '160922.292500', '160922.752500', '160923.212500', '160923.672500', '160924.132500', '160924.592500', '160925.052500', '160925.512500', '160925.972500', '160926.432500', '160926.892500', '160927.352500', '160927.812500', '160928.272500', '160928.732500', '160929.192500', '160929.652500', '160930.112500', '160930.572500', '160931.032500', '160931.492500', '160931.952500', '160932.412500', '160932.872500', '160933.332500', '160933.792500', '160934.252500', '160934.712500', '160935.172500', '160935.632500', '160936.092500', '160936.552500', '160937.012500', '160937.472500', '160937.932500', '160938.392500', '160938.852500', '160939.312500', '160939.772500', '160940.232500', '160940.692500', '160941.152500', '160941.612500', '160942.072500', '160942.532500', '160942.992500', '160943.452500', '160943.912500', '160944.372500', '160944.832500', '160945.292500', '160945.752500', '160946.212500', '160946.672500', '160947.132500', '160947.592500', '160948.052500', '160948.512500', '160948.972500', '160949.432500', '160949.892500', '160950.352500', '160950.812500', '160951.272500', '160951.732500', '160952.192500', '160952.652500', '160953.112500', '160953.572500', '160954.032500', '160954.492500', '160954.952500', '160955.412500', '160955.872500', '160956.332500', '160956.792500', '160957.252500', '160957.712500', '160958.172500', '160958.632500', '160959.092500', '160959.552500', '161000.012500', '161000.472500', '161000.932500', '161001.392500', '161001.852500', '161002.312500', '161002.772500', '161003.232500', '161003.692500', '161004.152500', '161004.612500', '161005.072500', '161005.532500', '161005.992500', '161006.452500', '161006.912500', '161007.372500', '161007.832500', '161008.292500', '161008.752500', '161009.212500', '161009.672500', '161010.132500', '161010.592500', '161011.052500', '161011.512500', '161011.972500', '161012.432500', '161012.892500', '161013.352500', '161013.812500', '161014.272500', '161014.732500', '161015.192500', '161015.652500', '161016.112500', '161016.572500', '161017.032500', '161017.492500', '161017.952500', '161018.412500', '161018.872500', '161019.332500', '161019.792500', '161020.252500', '161020.712500', '161021.172500', '161021.632500', '161022.092500', '161022.552500', '161023.012500', '161023.472500', '161023.932500', '161024.392500', '161024.852500', '161025.312500', '161025.772500', '161026.232500', '161026.692500', '161027.152500', '161027.612500', '161028.072500', '161028.532500', '161028.992500', '161029.452500', '161029.912500', '161030.372500', '161030.832500', '161031.292500', '161031.752500', '161032.212500', '161032.672500', '161033.132500', '161033.592500', '161034.052500', '161034.512500', '161034.972500', '161035.432500', '161035.892500', '161036.352500', '161036.812500', '161037.272500', '161037.732500', '161038.192500', '161038.652500', '161039.112500', '161039.572500', '161040.032500', '161040.492500', '161040.952500', '161041.412500', '161041.872500', '161042.332500', '161042.792500', '161043.252500', '161043.712500', '161044.172500', '161044.632500', '161045.092500', '161045.552500', '161046.012500', '161046.472500', '161046.932500', '161047.392500', '161047.852500', '161048.312500', '161048.772500', '161049.232500', '161049.692500', '161050.152500', '161050.612500', '161051.072500', '161051.532500', '161051.992500', '161052.452500', '161052.912500', '161053.372500', '161053.832500', '161054.292500', '161054.752500', '161055.212500', '161055.672500', '161056.132500', '161056.592500', '161057.052500', '161057.512500', '161057.972500', '161058.432500', '161058.892500', '161059.352500', '161059.812500', '161100.272500', '161100.732500', '161101.192500', '161101.652500', '161102.112500', '161102.572500', '161103.032500', '161103.492500', '161103.952500', '161104.412500', '161104.872500', '161105.332500', '161105.792500', '161106.252500', '161106.712500', '161107.172500', '161107.632500', '161108.092500', '161108.552500', '161109.012500', '161109.472500', '161109.932500', '161110.392500', '161110.852500', '161111.312500', '161111.772500', '161112.232500', '161112.692500', '161113.152500', '161113.612500', '161114.072500', '161114.532500', '161114.992500', '161115.452500', '161115.912500', '161116.372500', '161116.832500', '161117.292500', '161117.752500', '161118.212500', '161118.672500', '161119.132500', '161119.592500', '161120.052500', '161120.512500', '161120.972500', '161121.432500', '161121.892500', '161122.352500', '161122.812500', '161123.272500', '161123.732500', '161124.192500', '161124.652500', '161125.112500', '161125.572500', '161126.032500', '161126.492500', '161126.952500', '161127.412500', '161127.872500', '161128.332500', '161128.792500', '161129.252500', '161129.712500', '161130.172500', '161130.632500', '161131.092500', '161131.552500', '161132.012500', '161132.472500', '161132.932500', '161133.392500', '161133.852500', '161134.312500', '161134.772500', '161135.232500', '161135.692500', '161136.152500', '161136.612500', '161137.072500', '161137.532500', '161137.992500', '161138.452500', '161138.912500', '161139.372500', '161139.832500'], 'ContentTime': ['160150.898000', '160150.918000', '160150.921000', '160150.923000', '160150.926000', '160150.928000', '160150.931000', '160150.934000', '160150.936000', '160150.939000', '160150.941000', '160150.944000', '160150.947000', '160150.949000', '160150.952000', '160150.954000', '160150.957000', '160150.959000', '160150.962000', '160150.971000', '160150.973000', '160150.976000', '160150.979000', '160150.981000', '160150.984000', '160150.986000', '160150.989000', '160150.991000', '160150.994000', '160150.996000', '160150.999000', '160151.002000', '160151.004000', '160151.007000', '160151.009000', '160151.012000', '160151.014000', '160210.866000', '160210.869000', '160210.872000', '160210.874000', '160210.877000', '160210.882000', '160210.884000', '160210.887000', '160210.890000', '160210.892000', '160210.895000', '160210.897000', '160210.900000', '160210.902000', '160210.905000', '160210.907000', '160210.910000', '160210.912000', '160210.915000', '160210.917000', '160210.920000', '160210.923000', '160210.925000', '160210.928000', '160210.930000', '160210.933000', '160210.935000', '160210.938000', '160210.940000', '160210.943000', '160210.946000', '160210.948000', '160210.960000', '160210.962000', '160210.965000', '160210.967000', '160210.970000', '160210.973000', '160210.975000', '160210.978000', '160210.980000', '160210.983000', '160210.986000', '160210.989000', '160230.866000', '160230.871000', '160230.874000', '160230.876000', '160230.879000', '160230.881000', '160230.889000', '160230.892000', '160230.894000', '160230.897000', '160230.899000', '160230.902000', '160230.905000', '160230.907000', '160230.910000', '160230.912000', '160230.915000', '160230.918000', '160230.920000', '160230.923000', '160230.925000', '160230.928000', '160230.930000', '160230.933000', '160230.935000', '160230.938000', '160230.940000', '160230.943000', '160230.945000', '160230.948000', '160230.951000', '160230.953000', '160230.956000', '160230.958000', '160230.961000', '160230.963000', '160230.966000', '160230.968000', '160230.971000', '160230.974000', '160230.976000', '160230.979000', '160230.981000', '160230.984000', '160250.866000', '160250.869000', '160250.872000', '160250.874000', '160250.877000', '160250.879000', '160250.882000', '160250.885000', '160250.887000', '160250.890000', '160250.892000', '160250.895000', '160250.897000', '160250.900000', '160250.903000', '160250.905000', '160250.908000', '160250.910000', '160250.913000', '160250.915000', '160250.918000', '160250.921000', '160250.923000', '160250.926000', '160250.928000', '160250.931000', '160250.933000', '160250.936000', '160250.938000', '160250.941000', '160250.943000', '160250.946000', '160250.949000', '160250.951000', '160250.954000', '160250.956000', '160250.959000', '160250.961000', '160250.964000', '160250.966000', '160250.969000', '160250.972000', '160250.974000', '160310.867000', '160310.869000', '160310.872000', '160310.875000', '160310.878000', '160310.880000', '160310.883000', '160310.886000', '160310.888000', '160310.891000', '160310.893000', '160310.896000', '160310.898000', '160310.901000', '160310.904000', '160310.908000', '160310.911000', '160310.913000', '160310.916000', '160310.918000', '160310.921000', '160310.924000', '160310.926000', '160310.929000', '160310.931000', '160310.934000', '160310.936000', '160310.939000', '160310.942000', '160310.944000', '160310.947000', '160310.949000', '160310.952000', '160310.954000', '160310.957000', '160310.960000', '160310.962000', '160310.965000', '160310.967000', '160310.970000', '160310.972000', '160310.975000', '160310.977000', '160310.980000', '160330.866000', '160330.869000', '160330.872000', '160330.874000', '160330.877000', '160330.880000', '160330.882000', '160330.885000', '160330.887000', '160330.890000', '160330.892000', '160330.895000', '160330.898000', '160330.900000', '160330.903000', '160330.906000', '160330.908000', '160330.911000', '160330.913000', '160330.916000', '160330.918000', '160330.921000', '160330.924000', '160330.926000', '160330.929000', '160330.931000', '160330.934000', '160330.936000', '160330.939000', '160330.942000', '160330.944000', '160330.947000', '160330.949000', '160330.952000', '160330.954000', '160330.957000', '160330.959000', '160330.962000', '160330.965000', '160330.967000', '160330.970000', '160330.972000', '160330.975000', '160350.867000', '160350.887000', '160350.889000', '160350.892000', '160350.895000', '160350.898000', '160350.901000', '160350.904000', '160350.906000', '160350.909000', '160350.912000', '160350.914000', '160350.917000', '160350.919000', '160350.922000', '160350.924000', '160350.927000', '160350.929000', '160350.932000', '160350.934000', '160350.937000', '160350.940000', '160350.942000', '160350.945000', '160350.947000', '160350.950000', '160350.952000', '160350.963000', '160350.966000', '160350.968000', '160350.971000', '160350.974000', '160350.976000', '160350.979000', '160350.981000', '160350.984000', '160350.987000', '160350.989000', '160350.992000', '160350.994000', '160350.997000', '160350.999000', '160351.002000', '160410.867000', '160410.869000', '160410.872000', '160410.875000', '160410.877000', '160410.880000', '160410.882000', '160410.885000', '160410.888000', '160410.890000', '160410.893000', '160410.895000', '160410.898000', '160410.901000', '160410.903000', '160410.906000', '160410.908000', '160410.911000', '160410.913000', '160410.916000', '160410.918000', '160410.921000', '160410.924000', '160410.926000', '160410.929000', '160410.931000', '160410.934000', '160410.937000', '160410.939000', '160410.942000', '160410.945000', '160410.947000', '160410.950000', '160410.952000', '160410.955000', '160410.957000', '160410.960000', '160410.963000', '160410.965000', '160410.968000', '160410.970000', '160410.973000', '160410.975000', '160410.978000', '160430.866000', '160430.869000', '160430.872000', '160430.874000', '160430.877000', '160430.880000', '160430.882000', '160430.885000', '160430.887000', '160430.890000', '160430.892000', '160430.895000', '160430.898000', '160430.900000', '160430.903000', '160430.905000', '160430.908000', '160430.911000', '160430.913000', '160430.916000', '160430.919000', '160430.921000', '160430.924000', '160430.927000', '160430.929000', '160430.932000', '160430.934000', '160430.937000', '160430.939000', '160430.942000', '160430.944000', '160430.947000', '160430.950000', '160430.952000', '160430.955000', '160430.957000', '160430.960000', '160430.962000', '160430.965000', '160430.968000', '160430.970000', '160430.973000', '160430.975000', '160430.978000', '160450.867000', '160450.869000', '160450.872000', '160450.875000', '160450.877000', '160450.880000', '160450.882000', '160450.885000', '160450.888000', '160450.890000', '160450.893000', '160450.895000', '160450.898000', '160450.900000', '160450.903000', '160450.906000', '160450.908000', '160450.911000', '160450.913000', '160450.916000', '160450.919000', '160450.921000', '160450.924000', '160450.926000', '160450.929000', '160450.932000', '160450.934000', '160450.937000', '160450.939000', '160450.942000', '160450.944000', '160450.947000', '160450.950000', '160450.952000', '160450.955000', '160450.958000', '160450.960000', '160450.963000', '160450.965000', '160450.968000', '160450.971000', '160450.973000', '160450.976000', '160510.867000', '160510.870000', '160510.872000', '160510.875000', '160510.877000', '160510.880000', '160510.882000', '160510.885000', '160510.888000', '160510.890000', '160510.893000', '160510.895000', '160510.898000', '160510.901000', '160510.903000', '160510.906000', '160510.908000', '160510.911000', '160510.913000', '160510.916000', '160510.919000', '160510.921000', '160510.924000', '160510.926000', '160510.929000', '160510.932000', '160510.934000', '160510.937000', '160510.939000', '160510.942000', '160510.944000', '160510.947000', '160510.950000', '160510.952000', '160510.955000', '160510.957000', '160510.960000', '160510.962000', '160510.965000', '160510.968000', '160510.970000', '160510.973000', '160510.976000', '160510.978000', '160530.867000', '160530.869000', '160530.872000', '160530.875000', '160530.877000', '160530.880000', '160530.882000', '160530.885000', '160530.900000', '160530.902000', '160530.905000', '160530.908000', '160530.910000', '160530.913000', '160530.916000', '160530.918000', '160530.921000', '160530.923000', '160530.926000', '160530.929000', '160530.931000', '160530.934000', '160530.936000', '160530.939000', '160530.942000', '160530.944000', '160530.947000', '160530.949000', '160530.952000', '160530.955000', '160530.957000', '160530.960000', '160530.962000', '160530.965000', '160530.968000', '160530.970000', '160530.973000', '160530.975000', '160530.978000', '160530.980000', '160530.983000', '160530.986000', '160530.988000', '160550.867000', '160550.869000', '160550.872000', '160550.875000', '160550.877000', '160550.880000', '160550.882000', '160550.885000', '160550.888000', '160550.891000', '160550.894000', '160550.897000', '160550.900000', '160550.903000', '160550.906000', '160550.908000', '160550.911000', '160550.914000', '160550.916000', '160550.919000', '160550.922000', '160550.924000', '160550.927000', '160550.929000', '160550.932000', '160550.935000', '160550.937000', '160550.940000', '160550.942000', '160550.945000', '160550.948000', '160550.950000', '160550.953000', '160550.956000', '160550.958000', '160550.961000', '160550.963000', '160550.966000', '160550.969000', '160550.971000', '160550.974000', '160550.976000', '160550.979000', '160610.867000', '160610.869000', '160610.872000', '160610.875000', '160610.877000', '160610.880000', '160610.882000', '160610.885000', '160610.887000', '160610.890000', '160610.893000', '160610.895000', '160610.898000', '160610.900000', '160610.903000', '160610.906000', '160610.908000', '160610.911000', '160610.913000', '160610.916000', '160610.918000', '160610.921000', '160610.924000', '160610.926000', '160610.929000', '160610.932000', '160610.934000', '160610.937000', '160610.939000', '160610.942000', '160610.945000', '160610.947000', '160610.950000', '160610.952000', '160610.955000', '160610.957000', '160610.960000', '160610.963000', '160610.965000', '160610.968000', '160610.971000', '160610.973000', '160610.976000', '160610.978000', '160630.866000', '160631.037000', '160631.040000', '160631.043000', '160631.045000', '160631.048000', '160631.051000', '160631.053000', '160631.056000', '160631.058000', '160631.061000', '160631.064000', '160631.066000', '160631.069000', '160631.071000', '160631.074000', '160631.076000', '160631.079000', '160631.082000', '160631.084000', '160631.087000', '160631.089000', '160631.092000', '160631.094000', '160631.097000', '160631.100000', '160631.102000', '160631.105000', '160631.107000', '160631.110000', '160631.113000', '160631.115000', '160631.118000', '160631.120000', '160631.123000', '160631.126000', '160631.128000', '160631.131000', '160631.133000', '160631.136000', '160631.139000', '160631.141000', '160631.144000', '160650.867000', '160650.869000', '160650.872000', '160650.875000', '160650.877000', '160650.880000', '160650.882000', '160650.885000', '160650.887000', '160650.890000', '160650.893000', '160650.895000', '160650.898000', '160650.900000', '160650.903000', '160650.905000', '160650.908000', '160650.911000', '160650.913000', '160650.916000', '160650.918000', '160650.921000', '160650.923000', '160650.926000', '160650.929000', '160650.931000', '160650.934000', '160650.936000', '160650.939000', '160650.941000', '160650.944000', '160650.946000', '160650.949000', '160650.952000', '160650.964000', '160650.967000', '160650.969000', '160650.972000', '160650.975000', '160650.977000', '160650.980000', '160650.982000', '160650.985000', '160650.988000', '160710.866000', '160710.869000', '160710.872000', '160710.874000', '160710.877000', '160710.880000', '160710.882000', '160710.885000', '160710.887000', '160710.890000', '160710.893000', '160710.895000', '160710.898000', '160710.900000', '160710.903000', '160710.906000', '160710.909000', '160710.912000', '160710.915000', '160710.917000', '160710.920000', '160710.923000', '160710.925000', '160710.928000', '160710.930000', '160710.933000', '160710.935000', '160710.939000', '160710.942000', '160710.945000', '160710.947000', '160710.950000', '160710.952000', '160710.955000', '160710.958000', '160710.960000', '160710.963000', '160710.965000', '160710.968000', '160710.971000', '160710.973000', '160710.976000', '160710.978000', '160730.867000', '160730.869000', '160730.872000', '160730.874000', '160730.877000', '160730.880000', '160730.882000', '160730.885000', '160730.887000', '160730.890000', '160730.893000', '160730.895000', '160730.898000', '160730.900000', '160730.903000', '160730.906000', '160730.909000', '160730.911000', '160730.914000', '160730.917000', '160730.919000', '160730.922000', '160730.924000', '160730.927000', '160730.929000', '160730.932000', '160730.935000', '160730.937000', '160730.940000', '160730.942000', '160730.945000', '160730.947000', '160730.950000', '160730.953000', '160730.955000', '160730.958000', '160730.960000', '160730.963000', '160730.966000', '160730.968000', '160730.971000', '160730.973000', '160730.976000', '160730.978000', '160750.866000', '160750.882000', '160750.884000', '160750.887000', '160750.890000', '160750.892000', '160750.895000', '160750.897000', '160750.900000', '160750.902000', '160750.905000', '160750.908000', '160750.910000', '160750.913000', '160750.915000', '160750.918000', '160750.922000', '160750.925000', '160750.928000', '160750.931000', '160750.933000', '160750.936000', '160750.939000', '160750.941000', '160750.944000', '160750.946000', '160750.949000', '160750.952000', '160750.954000', '160750.957000', '160750.959000', '160750.962000', '160750.965000', '160750.967000', '160750.970000', '160750.972000', '160750.975000', '160750.978000', '160750.980000', '160750.983000', '160750.986000', '160750.988000', '160750.991000', '160810.866000', '160810.869000', '160810.872000', '160810.874000', '160810.877000', '160810.880000', '160810.882000', '160810.885000', '160810.887000', '160810.890000', '160810.892000', '160810.895000', '160810.897000', '160810.900000', '160810.902000', '160810.905000', '160810.908000', '160810.910000', '160810.913000', '160810.915000', '160810.918000', '160810.920000', '160810.923000', '160810.925000', '160810.928000', '160810.931000', '160810.933000', '160810.936000', '160810.938000', '160810.941000', '160810.943000', '160810.946000', '160810.948000', '160810.951000', '160810.954000', '160810.956000', '160810.959000', '160810.961000', '160810.964000', '160810.966000', '160810.969000', '160810.972000', '160810.974000', '160810.977000', '160830.866000', '160830.869000', '160830.872000', '160830.875000', '160830.877000', '160830.880000', '160830.882000', '160830.885000', '160830.888000', '160830.890000', '160830.893000', '160830.896000', '160830.898000', '160830.901000', '160830.903000', '160830.906000', '160830.909000', '160830.911000', '160830.914000', '160830.916000', '160830.919000', '160830.922000', '160830.924000', '160830.927000', '160830.929000', '160830.932000', '160830.935000', '160830.937000', '160830.940000', '160830.942000', '160830.945000', '160830.948000', '160830.950000', '160830.953000', '160830.955000', '160830.958000', '160830.961000', '160830.963000', '160830.966000', '160830.968000', '160830.971000', '160830.973000', '160830.976000', '160850.867000', '160850.869000', '160850.872000', '160850.875000', '160850.877000', '160850.880000', '160850.882000', '160850.885000', '160850.888000', '160850.890000', '160850.893000', '160850.895000', '160850.898000', '160850.901000', '160850.903000', '160850.906000', '160850.908000', '160850.911000', '160850.913000', '160850.916000', '160850.918000', '160850.921000', '160850.924000', '160850.926000', '160850.929000', '160850.931000', '160850.934000', '160850.937000', '160850.939000', '160850.942000', '160850.944000', '160850.947000', '160850.950000', '160850.952000', '160850.955000', '160850.957000', '160850.960000', '160850.963000', '160850.965000', '160850.968000', '160850.970000', '160850.973000', '160850.975000', '160850.978000', '160910.867000', '160910.869000', '160910.872000', '160910.875000', '160910.877000', '160910.880000', '160910.882000', '160910.885000', '160910.888000', '160910.890000', '160910.893000', '160910.895000', '160910.898000', '160910.901000', '160910.903000', '160910.906000', '160910.908000', '160910.911000', '160910.913000', '160910.916000', '160910.919000', '160910.921000', '160910.924000', '160910.926000', '160910.929000', '160910.931000', '160910.934000', '160910.937000', '160910.939000', '160910.942000', '160910.945000', '160910.947000', '160910.950000', '160910.952000', '160910.955000', '160910.957000', '160910.960000', '160910.962000', '160910.965000', '160910.968000', '160910.970000', '160910.973000', '160910.975000', '160930.867000', '160930.874000', '160930.877000', '160930.880000', '160930.882000', '160930.885000', '160930.887000', '160930.890000', '160930.892000', '160930.895000', '160930.897000', '160930.900000', '160930.903000', '160930.905000', '160930.908000', '160930.910000', '160930.913000', '160930.916000', '160930.918000', '160930.921000', '160930.923000', '160930.926000', '160930.928000', '160930.931000', '160930.934000', '160930.936000', '160930.939000', '160930.941000', '160930.944000', '160930.947000', '160930.949000', '160930.952000', '160930.954000', '160930.957000', '160930.959000', '160930.962000', '160930.964000', '160930.967000', '160930.970000', '160930.972000', '160930.975000', '160930.977000', '160930.985000', '160930.988000', '160950.866000', '160950.877000', '160950.880000', '160950.883000', '160950.885000', '160950.888000', '160950.890000', '160950.893000', '160950.895000', '160950.898000', '160950.901000', '160950.903000', '160950.906000', '160950.908000', '160950.911000', '160950.914000', '160950.916000', '160950.919000', '160950.921000', '160950.924000', '160950.927000', '160950.929000', '160950.932000', '160950.934000', '160950.937000', '160950.940000', '160950.942000', '160950.945000', '160950.948000', '160950.950000', '160950.953000', '160950.955000', '160950.958000', '160950.960000', '160950.963000', '160950.966000', '160950.968000', '160950.971000', '160950.973000', '160950.976000', '160950.979000', '160950.981000', '160950.984000', '161010.867000', '161010.869000', '161010.872000', '161010.875000', '161010.877000', '161010.880000', '161010.882000', '161010.885000', '161010.887000', '161010.890000', '161010.893000', '161010.895000', '161010.898000', '161010.900000', '161010.903000', '161010.906000', '161010.908000', '161010.911000', '161010.913000', '161010.916000', '161010.919000', '161010.921000', '161010.924000', '161010.926000', '161010.929000', '161010.931000', '161010.934000', '161010.937000', '161010.939000', '161010.942000', '161010.944000', '161010.947000', '161010.949000', '161010.952000', '161010.955000', '161010.957000', '161010.960000', '161010.962000', '161010.965000', '161010.967000', '161010.970000', '161010.973000', '161010.975000', '161010.978000', '161030.867000', '161030.869000', '161030.872000', '161030.875000', '161030.877000', '161030.880000', '161030.882000', '161030.885000', '161030.888000', '161030.890000', '161030.893000', '161030.895000', '161030.898000', '161030.901000', '161030.903000', '161030.906000', '161030.908000', '161030.911000', '161030.914000', '161030.916000', '161030.919000', '161030.922000', '161030.924000', '161030.927000', '161030.929000', '161030.932000', '161030.935000', '161030.937000', '161030.940000', '161030.943000', '161030.945000', '161030.948000', '161030.951000', '161030.953000', '161030.956000', '161030.958000', '161030.961000', '161030.963000', '161030.966000', '161030.969000', '161030.971000', '161030.974000', '161030.976000', '161050.867000', '161050.869000', '161050.872000', '161050.875000', '161050.877000', '161050.880000', '161050.882000', '161050.885000', '161050.888000', '161050.890000', '161050.893000', '161050.895000', '161050.898000', '161050.901000', '161050.903000', '161050.906000', '161050.908000', '161050.911000', '161050.914000', '161050.916000', '161050.919000', '161050.921000', '161050.924000', '161050.927000', '161050.929000', '161050.932000', '161050.935000', '161050.937000', '161050.940000', '161050.942000', '161050.945000', '161050.947000', '161050.950000', '161050.953000', '161050.955000', '161050.958000', '161050.960000', '161050.963000', '161050.975000', '161050.977000', '161050.980000', '161050.982000', '161050.985000', '161050.988000', '161110.867000', '161110.870000', '161110.872000', '161110.875000', '161110.877000', '161110.880000', '161110.883000', '161110.885000', '161110.888000', '161110.890000', '161110.893000', '161110.896000', '161110.898000', '161110.901000', '161110.903000', '161110.906000', '161110.909000', '161110.911000', '161110.914000', '161110.916000', '161110.919000', '161110.922000', '161110.924000', '161110.927000', '161110.929000', '161110.932000', '161110.935000', '161110.937000', '161110.940000', '161110.943000', '161110.945000', '161110.948000', '161110.950000', '161110.953000', '161110.956000', '161110.958000', '161110.961000', '161110.963000', '161110.966000', '161110.969000', '161110.971000', '161110.974000', '161110.976000', '161130.867000', '161130.870000', '161130.872000', '161130.875000', '161130.877000', '161130.880000', '161130.883000', '161130.885000', '161130.888000', '161130.891000', '161130.893000', '161130.896000', '161130.898000', '161130.901000', '161130.903000', '161130.906000', '161130.909000', '161130.911000', '161130.914000', '161130.916000', '161130.919000', '161130.921000', '161130.924000', '161130.926000', '161130.929000', '161130.932000', '161130.934000', '161130.937000', '161130.939000', '161130.942000', '161130.945000', '161130.947000', '161130.950000', '161130.952000', '161130.955000', '161130.958000', '161130.960000', '161130.963000', '161130.965000', '161130.968000', '161130.970000', '161130.973000', '161130.976000', '161130.978000', '161141.361000', '161141.364000', '161141.368000', '161141.371000', '161141.373000', '161141.376000', '161141.379000', '161141.382000', '161141.385000', '161141.387000', '161141.390000', '161141.393000', '161141.395000', '161141.398000', '161141.401000', '161141.403000', '161141.406000', '161141.409000', '161141.411000', '161141.414000', '161141.417000', '161141.420000', '161141.423000'], 'InstanceCreationTime': ['160150.898000', '160150.918000', '160150.921000', '160150.923000', '160150.926000', '160150.928000', '160150.931000', '160150.934000', '160150.936000', '160150.939000', '160150.941000', '160150.944000', '160150.947000', '160150.949000', '160150.952000', '160150.954000', '160150.957000', '160150.959000', '160150.962000', '160150.971000', '160150.973000', '160150.976000', '160150.979000', '160150.981000', '160150.984000', '160150.986000', '160150.989000', '160150.991000', '160150.994000', '160150.996000', '160150.999000', '160151.002000', '160151.004000', '160151.007000', '160151.009000', '160151.012000', '160151.014000', '160210.866000', '160210.869000', '160210.872000', '160210.874000', '160210.877000', '160210.882000', '160210.884000', '160210.887000', '160210.890000', '160210.892000', '160210.895000', '160210.897000', '160210.900000', '160210.902000', '160210.905000', '160210.907000', '160210.910000', '160210.912000', '160210.915000', '160210.917000', '160210.920000', '160210.923000', '160210.925000', '160210.928000', '160210.930000', '160210.933000', '160210.935000', '160210.938000', '160210.940000', '160210.943000', '160210.946000', '160210.948000', '160210.960000', '160210.962000', '160210.965000', '160210.967000', '160210.970000', '160210.973000', '160210.975000', '160210.978000', '160210.980000', '160210.983000', '160210.986000', '160210.989000', '160230.866000', '160230.871000', '160230.874000', '160230.876000', '160230.879000', '160230.881000', '160230.889000', '160230.892000', '160230.894000', '160230.897000', '160230.899000', '160230.902000', '160230.905000', '160230.907000', '160230.910000', '160230.912000', '160230.915000', '160230.918000', '160230.920000', '160230.923000', '160230.925000', '160230.928000', '160230.930000', '160230.933000', '160230.935000', '160230.938000', '160230.940000', '160230.943000', '160230.945000', '160230.948000', '160230.951000', '160230.953000', '160230.956000', '160230.958000', '160230.961000', '160230.963000', '160230.966000', '160230.968000', '160230.971000', '160230.974000', '160230.976000', '160230.979000', '160230.981000', '160230.984000', '160250.866000', '160250.869000', '160250.872000', '160250.874000', '160250.877000', '160250.879000', '160250.882000', '160250.885000', '160250.887000', '160250.890000', '160250.892000', '160250.895000', '160250.897000', '160250.900000', '160250.903000', '160250.905000', '160250.908000', '160250.910000', '160250.913000', '160250.915000', '160250.918000', '160250.921000', '160250.923000', '160250.926000', '160250.928000', '160250.931000', '160250.933000', '160250.936000', '160250.938000', '160250.941000', '160250.943000', '160250.946000', '160250.949000', '160250.951000', '160250.954000', '160250.956000', '160250.959000', '160250.961000', '160250.964000', '160250.966000', '160250.969000', '160250.972000', '160250.974000', '160310.867000', '160310.869000', '160310.872000', '160310.875000', '160310.878000', '160310.880000', '160310.883000', '160310.886000', '160310.888000', '160310.891000', '160310.893000', '160310.896000', '160310.898000', '160310.901000', '160310.904000', '160310.908000', '160310.911000', '160310.913000', '160310.916000', '160310.918000', '160310.921000', '160310.924000', '160310.926000', '160310.929000', '160310.931000', '160310.934000', '160310.936000', '160310.939000', '160310.942000', '160310.944000', '160310.947000', '160310.949000', '160310.952000', '160310.954000', '160310.957000', '160310.960000', '160310.962000', '160310.965000', '160310.967000', '160310.970000', '160310.972000', '160310.975000', '160310.977000', '160310.980000', '160330.866000', '160330.869000', '160330.872000', '160330.874000', '160330.877000', '160330.880000', '160330.882000', '160330.885000', '160330.887000', '160330.890000', '160330.892000', '160330.895000', '160330.898000', '160330.900000', '160330.903000', '160330.906000', '160330.908000', '160330.911000', '160330.913000', '160330.916000', '160330.918000', '160330.921000', '160330.924000', '160330.926000', '160330.929000', '160330.931000', '160330.934000', '160330.936000', '160330.939000', '160330.942000', '160330.944000', '160330.947000', '160330.949000', '160330.952000', '160330.954000', '160330.957000', '160330.959000', '160330.962000', '160330.965000', '160330.967000', '160330.970000', '160330.972000', '160330.975000', '160350.867000', '160350.887000', '160350.889000', '160350.892000', '160350.895000', '160350.898000', '160350.901000', '160350.904000', '160350.906000', '160350.909000', '160350.912000', '160350.914000', '160350.917000', '160350.919000', '160350.922000', '160350.924000', '160350.927000', '160350.929000', '160350.932000', '160350.934000', '160350.937000', '160350.940000', '160350.942000', '160350.945000', '160350.947000', '160350.950000', '160350.952000', '160350.963000', '160350.966000', '160350.968000', '160350.971000', '160350.974000', '160350.976000', '160350.979000', '160350.981000', '160350.984000', '160350.987000', '160350.989000', '160350.992000', '160350.994000', '160350.997000', '160350.999000', '160351.002000', '160410.867000', '160410.869000', '160410.872000', '160410.875000', '160410.877000', '160410.880000', '160410.882000', '160410.885000', '160410.888000', '160410.890000', '160410.893000', '160410.895000', '160410.898000', '160410.901000', '160410.903000', '160410.906000', '160410.908000', '160410.911000', '160410.913000', '160410.916000', '160410.918000', '160410.921000', '160410.924000', '160410.926000', '160410.929000', '160410.931000', '160410.934000', '160410.937000', '160410.939000', '160410.942000', '160410.945000', '160410.947000', '160410.950000', '160410.952000', '160410.955000', '160410.957000', '160410.960000', '160410.963000', '160410.965000', '160410.968000', '160410.970000', '160410.973000', '160410.975000', '160410.978000', '160430.866000', '160430.869000', '160430.872000', '160430.874000', '160430.877000', '160430.880000', '160430.882000', '160430.885000', '160430.887000', '160430.890000', '160430.892000', '160430.895000', '160430.898000', '160430.900000', '160430.903000', '160430.905000', '160430.908000', '160430.911000', '160430.913000', '160430.916000', '160430.919000', '160430.921000', '160430.924000', '160430.927000', '160430.929000', '160430.932000', '160430.934000', '160430.937000', '160430.939000', '160430.942000', '160430.944000', '160430.947000', '160430.950000', '160430.952000', '160430.955000', '160430.957000', '160430.960000', '160430.962000', '160430.965000', '160430.968000', '160430.970000', '160430.973000', '160430.975000', '160430.978000', '160450.867000', '160450.869000', '160450.872000', '160450.875000', '160450.877000', '160450.880000', '160450.882000', '160450.885000', '160450.888000', '160450.890000', '160450.893000', '160450.895000', '160450.898000', '160450.900000', '160450.903000', '160450.906000', '160450.908000', '160450.911000', '160450.913000', '160450.916000', '160450.919000', '160450.921000', '160450.924000', '160450.926000', '160450.929000', '160450.932000', '160450.934000', '160450.937000', '160450.939000', '160450.942000', '160450.944000', '160450.947000', '160450.950000', '160450.952000', '160450.955000', '160450.958000', '160450.960000', '160450.963000', '160450.965000', '160450.968000', '160450.971000', '160450.973000', '160450.976000', '160510.867000', '160510.870000', '160510.872000', '160510.875000', '160510.877000', '160510.880000', '160510.882000', '160510.885000', '160510.888000', '160510.890000', '160510.893000', '160510.895000', '160510.898000', '160510.901000', '160510.903000', '160510.906000', '160510.908000', '160510.911000', '160510.913000', '160510.916000', '160510.919000', '160510.921000', '160510.924000', '160510.926000', '160510.929000', '160510.932000', '160510.934000', '160510.937000', '160510.939000', '160510.942000', '160510.944000', '160510.947000', '160510.950000', '160510.952000', '160510.955000', '160510.957000', '160510.960000', '160510.962000', '160510.965000', '160510.968000', '160510.970000', '160510.973000', '160510.976000', '160510.978000', '160530.867000', '160530.869000', '160530.872000', '160530.875000', '160530.877000', '160530.880000', '160530.882000', '160530.885000', '160530.900000', '160530.902000', '160530.905000', '160530.908000', '160530.910000', '160530.913000', '160530.916000', '160530.918000', '160530.921000', '160530.923000', '160530.926000', '160530.929000', '160530.931000', '160530.934000', '160530.936000', '160530.939000', '160530.942000', '160530.944000', '160530.947000', '160530.949000', '160530.952000', '160530.955000', '160530.957000', '160530.960000', '160530.962000', '160530.965000', '160530.968000', '160530.970000', '160530.973000', '160530.975000', '160530.978000', '160530.980000', '160530.983000', '160530.986000', '160530.988000', '160550.867000', '160550.869000', '160550.872000', '160550.875000', '160550.877000', '160550.880000', '160550.882000', '160550.885000', '160550.888000', '160550.891000', '160550.894000', '160550.897000', '160550.900000', '160550.903000', '160550.906000', '160550.908000', '160550.911000', '160550.914000', '160550.916000', '160550.919000', '160550.922000', '160550.924000', '160550.927000', '160550.929000', '160550.932000', '160550.935000', '160550.937000', '160550.940000', '160550.942000', '160550.945000', '160550.948000', '160550.950000', '160550.953000', '160550.956000', '160550.958000', '160550.961000', '160550.963000', '160550.966000', '160550.969000', '160550.971000', '160550.974000', '160550.976000', '160550.979000', '160610.867000', '160610.869000', '160610.872000', '160610.875000', '160610.877000', '160610.880000', '160610.882000', '160610.885000', '160610.887000', '160610.890000', '160610.893000', '160610.895000', '160610.898000', '160610.900000', '160610.903000', '160610.906000', '160610.908000', '160610.911000', '160610.913000', '160610.916000', '160610.918000', '160610.921000', '160610.924000', '160610.926000', '160610.929000', '160610.932000', '160610.934000', '160610.937000', '160610.939000', '160610.942000', '160610.945000', '160610.947000', '160610.950000', '160610.952000', '160610.955000', '160610.957000', '160610.960000', '160610.963000', '160610.965000', '160610.968000', '160610.971000', '160610.973000', '160610.976000', '160610.978000', '160630.866000', '160631.037000', '160631.040000', '160631.043000', '160631.045000', '160631.048000', '160631.051000', '160631.053000', '160631.056000', '160631.058000', '160631.061000', '160631.064000', '160631.066000', '160631.069000', '160631.071000', '160631.074000', '160631.076000', '160631.079000', '160631.082000', '160631.084000', '160631.087000', '160631.089000', '160631.092000', '160631.094000', '160631.097000', '160631.100000', '160631.102000', '160631.105000', '160631.107000', '160631.110000', '160631.113000', '160631.115000', '160631.118000', '160631.120000', '160631.123000', '160631.126000', '160631.128000', '160631.131000', '160631.133000', '160631.136000', '160631.139000', '160631.141000', '160631.144000', '160650.867000', '160650.869000', '160650.872000', '160650.875000', '160650.877000', '160650.880000', '160650.882000', '160650.885000', '160650.887000', '160650.890000', '160650.893000', '160650.895000', '160650.898000', '160650.900000', '160650.903000', '160650.905000', '160650.908000', '160650.911000', '160650.913000', '160650.916000', '160650.918000', '160650.921000', '160650.923000', '160650.926000', '160650.929000', '160650.931000', '160650.934000', '160650.936000', '160650.939000', '160650.941000', '160650.944000', '160650.946000', '160650.949000', '160650.952000', '160650.964000', '160650.967000', '160650.969000', '160650.972000', '160650.975000', '160650.977000', '160650.980000', '160650.982000', '160650.985000', '160650.988000', '160710.866000', '160710.869000', '160710.872000', '160710.874000', '160710.877000', '160710.880000', '160710.882000', '160710.885000', '160710.887000', '160710.890000', '160710.893000', '160710.895000', '160710.898000', '160710.900000', '160710.903000', '160710.906000', '160710.909000', '160710.912000', '160710.915000', '160710.917000', '160710.920000', '160710.923000', '160710.925000', '160710.928000', '160710.930000', '160710.933000', '160710.935000', '160710.939000', '160710.942000', '160710.945000', '160710.947000', '160710.950000', '160710.952000', '160710.955000', '160710.958000', '160710.960000', '160710.963000', '160710.965000', '160710.968000', '160710.971000', '160710.973000', '160710.976000', '160710.978000', '160730.867000', '160730.869000', '160730.872000', '160730.874000', '160730.877000', '160730.880000', '160730.882000', '160730.885000', '160730.887000', '160730.890000', '160730.893000', '160730.895000', '160730.898000', '160730.900000', '160730.903000', '160730.906000', '160730.909000', '160730.911000', '160730.914000', '160730.917000', '160730.919000', '160730.922000', '160730.924000', '160730.927000', '160730.929000', '160730.932000', '160730.935000', '160730.937000', '160730.940000', '160730.942000', '160730.945000', '160730.947000', '160730.950000', '160730.953000', '160730.955000', '160730.958000', '160730.960000', '160730.963000', '160730.966000', '160730.968000', '160730.971000', '160730.973000', '160730.976000', '160730.978000', '160750.866000', '160750.882000', '160750.884000', '160750.887000', '160750.890000', '160750.892000', '160750.895000', '160750.897000', '160750.900000', '160750.902000', '160750.905000', '160750.908000', '160750.910000', '160750.913000', '160750.915000', '160750.918000', '160750.922000', '160750.925000', '160750.928000', '160750.931000', '160750.933000', '160750.936000', '160750.939000', '160750.941000', '160750.944000', '160750.946000', '160750.949000', '160750.952000', '160750.954000', '160750.957000', '160750.959000', '160750.962000', '160750.965000', '160750.967000', '160750.970000', '160750.972000', '160750.975000', '160750.978000', '160750.980000', '160750.983000', '160750.986000', '160750.988000', '160750.991000', '160810.866000', '160810.869000', '160810.872000', '160810.874000', '160810.877000', '160810.880000', '160810.882000', '160810.885000', '160810.887000', '160810.890000', '160810.892000', '160810.895000', '160810.897000', '160810.900000', '160810.902000', '160810.905000', '160810.908000', '160810.910000', '160810.913000', '160810.915000', '160810.918000', '160810.920000', '160810.923000', '160810.925000', '160810.928000', '160810.931000', '160810.933000', '160810.936000', '160810.938000', '160810.941000', '160810.943000', '160810.946000', '160810.948000', '160810.951000', '160810.954000', '160810.956000', '160810.959000', '160810.961000', '160810.964000', '160810.966000', '160810.969000', '160810.972000', '160810.974000', '160810.977000', '160830.866000', '160830.869000', '160830.872000', '160830.875000', '160830.877000', '160830.880000', '160830.882000', '160830.885000', '160830.888000', '160830.890000', '160830.893000', '160830.896000', '160830.898000', '160830.901000', '160830.903000', '160830.906000', '160830.909000', '160830.911000', '160830.914000', '160830.916000', '160830.919000', '160830.922000', '160830.924000', '160830.927000', '160830.929000', '160830.932000', '160830.935000', '160830.937000', '160830.940000', '160830.942000', '160830.945000', '160830.948000', '160830.950000', '160830.953000', '160830.955000', '160830.958000', '160830.961000', '160830.963000', '160830.966000', '160830.968000', '160830.971000', '160830.973000', '160830.976000', '160850.867000', '160850.869000', '160850.872000', '160850.875000', '160850.877000', '160850.880000', '160850.882000', '160850.885000', '160850.888000', '160850.890000', '160850.893000', '160850.895000', '160850.898000', '160850.901000', '160850.903000', '160850.906000', '160850.908000', '160850.911000', '160850.913000', '160850.916000', '160850.918000', '160850.921000', '160850.924000', '160850.926000', '160850.929000', '160850.931000', '160850.934000', '160850.937000', '160850.939000', '160850.942000', '160850.944000', '160850.947000', '160850.950000', '160850.952000', '160850.955000', '160850.957000', '160850.960000', '160850.963000', '160850.965000', '160850.968000', '160850.970000', '160850.973000', '160850.975000', '160850.978000', '160910.867000', '160910.869000', '160910.872000', '160910.875000', '160910.877000', '160910.880000', '160910.882000', '160910.885000', '160910.888000', '160910.890000', '160910.893000', '160910.895000', '160910.898000', '160910.901000', '160910.903000', '160910.906000', '160910.908000', '160910.911000', '160910.913000', '160910.916000', '160910.919000', '160910.921000', '160910.924000', '160910.926000', '160910.929000', '160910.931000', '160910.934000', '160910.937000', '160910.939000', '160910.942000', '160910.945000', '160910.947000', '160910.950000', '160910.952000', '160910.955000', '160910.957000', '160910.960000', '160910.962000', '160910.965000', '160910.968000', '160910.970000', '160910.973000', '160910.975000', '160930.867000', '160930.874000', '160930.877000', '160930.880000', '160930.882000', '160930.885000', '160930.887000', '160930.890000', '160930.892000', '160930.895000', '160930.897000', '160930.900000', '160930.903000', '160930.905000', '160930.908000', '160930.910000', '160930.913000', '160930.916000', '160930.918000', '160930.921000', '160930.923000', '160930.926000', '160930.928000', '160930.931000', '160930.934000', '160930.936000', '160930.939000', '160930.941000', '160930.944000', '160930.947000', '160930.949000', '160930.952000', '160930.954000', '160930.957000', '160930.959000', '160930.962000', '160930.964000', '160930.967000', '160930.970000', '160930.972000', '160930.975000', '160930.977000', '160930.985000', '160930.988000', '160950.866000', '160950.877000', '160950.880000', '160950.883000', '160950.885000', '160950.888000', '160950.890000', '160950.893000', '160950.895000', '160950.898000', '160950.901000', '160950.903000', '160950.906000', '160950.908000', '160950.911000', '160950.914000', '160950.916000', '160950.919000', '160950.921000', '160950.924000', '160950.927000', '160950.929000', '160950.932000', '160950.934000', '160950.937000', '160950.940000', '160950.942000', '160950.945000', '160950.948000', '160950.950000', '160950.953000', '160950.955000', '160950.958000', '160950.960000', '160950.963000', '160950.966000', '160950.968000', '160950.971000', '160950.973000', '160950.976000', '160950.979000', '160950.981000', '160950.984000', '161010.867000', '161010.869000', '161010.872000', '161010.875000', '161010.877000', '161010.880000', '161010.882000', '161010.885000', '161010.887000', '161010.890000', '161010.893000', '161010.895000', '161010.898000', '161010.900000', '161010.903000', '161010.906000', '161010.908000', '161010.911000', '161010.913000', '161010.916000', '161010.919000', '161010.921000', '161010.924000', '161010.926000', '161010.929000', '161010.931000', '161010.934000', '161010.937000', '161010.939000', '161010.942000', '161010.944000', '161010.947000', '161010.949000', '161010.952000', '161010.955000', '161010.957000', '161010.960000', '161010.962000', '161010.965000', '161010.967000', '161010.970000', '161010.973000', '161010.975000', '161010.978000', '161030.867000', '161030.869000', '161030.872000', '161030.875000', '161030.877000', '161030.880000', '161030.882000', '161030.885000', '161030.888000', '161030.890000', '161030.893000', '161030.895000', '161030.898000', '161030.901000', '161030.903000', '161030.906000', '161030.908000', '161030.911000', '161030.914000', '161030.916000', '161030.919000', '161030.922000', '161030.924000', '161030.927000', '161030.929000', '161030.932000', '161030.935000', '161030.937000', '161030.940000', '161030.943000', '161030.945000', '161030.948000', '161030.951000', '161030.953000', '161030.956000', '161030.958000', '161030.961000', '161030.963000', '161030.966000', '161030.969000', '161030.971000', '161030.974000', '161030.976000', '161050.867000', '161050.869000', '161050.872000', '161050.875000', '161050.877000', '161050.880000', '161050.882000', '161050.885000', '161050.888000', '161050.890000', '161050.893000', '161050.895000', '161050.898000', '161050.901000', '161050.903000', '161050.906000', '161050.908000', '161050.911000', '161050.914000', '161050.916000', '161050.919000', '161050.921000', '161050.924000', '161050.927000', '161050.929000', '161050.932000', '161050.935000', '161050.937000', '161050.940000', '161050.942000', '161050.945000', '161050.947000', '161050.950000', '161050.953000', '161050.955000', '161050.958000', '161050.960000', '161050.963000', '161050.975000', '161050.977000', '161050.980000', '161050.982000', '161050.985000', '161050.988000', '161110.867000', '161110.870000', '161110.872000', '161110.875000', '161110.877000', '161110.880000', '161110.883000', '161110.885000', '161110.888000', '161110.890000', '161110.893000', '161110.896000', '161110.898000', '161110.901000', '161110.903000', '161110.906000', '161110.909000', '161110.911000', '161110.914000', '161110.916000', '161110.919000', '161110.922000', '161110.924000', '161110.927000', '161110.929000', '161110.932000', '161110.935000', '161110.937000', '161110.940000', '161110.943000', '161110.945000', '161110.948000', '161110.950000', '161110.953000', '161110.956000', '161110.958000', '161110.961000', '161110.963000', '161110.966000', '161110.969000', '161110.971000', '161110.974000', '161110.976000', '161130.867000', '161130.870000', '161130.872000', '161130.875000', '161130.877000', '161130.880000', '161130.883000', '161130.885000', '161130.888000', '161130.891000', '161130.893000', '161130.896000', '161130.898000', '161130.901000', '161130.903000', '161130.906000', '161130.909000', '161130.911000', '161130.914000', '161130.916000', '161130.919000', '161130.921000', '161130.924000', '161130.926000', '161130.929000', '161130.932000', '161130.934000', '161130.937000', '161130.939000', '161130.942000', '161130.945000', '161130.947000', '161130.950000', '161130.952000', '161130.955000', '161130.958000', '161130.960000', '161130.963000', '161130.965000', '161130.968000', '161130.970000', '161130.973000', '161130.976000', '161130.978000', '161141.361000', '161141.364000', '161141.368000', '161141.371000', '161141.373000', '161141.376000', '161141.379000', '161141.382000', '161141.385000', '161141.387000', '161141.390000', '161141.393000', '161141.395000', '161141.398000', '161141.401000', '161141.403000', '161141.406000', '161141.409000', '161141.411000', '161141.414000', '161141.417000', '161141.420000', '161141.423000'], '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], 'LargestImagePixelValue': [8840, 10651, 8303, 9334, 8586, 9177, 8808, 8894, 7840, 8841, 8148, 8826, 8227, 9289, 7973, 9152, 7953, 9020, 7916, 9060, 7757, 8844, 7689, 8967, 8232, 8605, 7798, 8866, 7586, 9059, 9113, 8489, 9755, 8667, 9906, 8584, 8443, 8175, 9591, 8156, 9342, 8711, 8132, 8745, 7654, 8850, 7953, 9776, 8083, 8716, 10030, 8384, 10737, 8335, 10034, 7825, 9779, 7934, 10120, 7739, 7557, 8397, 7442, 8196, 7564, 8295, 10166, 8049, 8951, 8020, 7698, 8242, 7796, 8233, 8174, 8385, 8005, 8264, 7795, 8447, 8037, 9380, 8078, 10511, 8203, 9366, 8198, 8371, 8135, 9502, 8336, 8206, 8348, 8192, 8412, 9434, 8026, 10945, 7954, 10106, 8066, 7749, 8098, 7619, 8161, 8163, 8054, 8042, 8022, 7640, 8410, 7767, 7942, 7894, 8311, 8468, 8406, 8095, 8293, 8037, 9288, 8213, 9848, 7320, 9717, 7985, 8345, 7759, 8310, 8896, 7917, 10011, 8615, 10131, 8218, 10991, 7853, 10249, 8275, 9749, 8136, 9844, 8028, 9101, 8057, 7877, 7941, 9672, 8097, 10359, 7861, 10004, 7656, 10622, 8282, 10682, 8210, 11678, 7891, 8117, 8151, 8328, 8114, 8372, 9062, 8197, 9071, 7672, 9479, 8145, 10039, 8170, 10128, 7964, 9158, 8089, 8553, 8101, 8210, 8145, 8113, 8159, 8033, 7715, 8177, 7623, 8344, 7773, 8198, 10839, 7704, 9902, 7802, 9060, 7943, 8648, 8070, 9661, 8098, 9492, 7223, 7362, 7956, 8358, 8294, 7192, 7473, 9319, 11815, 8129, 11010, 8004, 10418, 7762, 8494, 8092, 8920, 9546, 7912, 8208, 10551, 8422, 7217, 8533, 9804, 8242, 9104, 8345, 8463, 8033, 7928, 7995, 7853, 8330, 7871, 8116, 8729, 8215, 8746, 8206, 9500, 8460, 9647, 8615, 9794, 8339, 10139, 8434, 9146, 8504, 8881, 7258, 9429, 7994, 8517, 9971, 7318, 8418, 10308, 12514, 9033, 12375, 8429, 10090, 8724, 8106, 11256, 8502, 10878, 8277, 8537, 8270, 9101, 8148, 9604, 8435, 8585, 8419, 8879, 7958, 8130, 10799, 8134, 10155, 8314, 8725, 8111, 8297, 8428, 8279, 8135, 8007, 8696, 9050, 8471, 8718, 8332, 7946, 11317, 8096, 10190, 8299, 9269, 8152, 8510, 8454, 8090, 8111, 7995, 8204, 7891, 8116, 8337, 7846, 8546, 8155, 8422, 9774, 8362, 10894, 8277, 10568, 8122, 9683, 8129, 9507, 8523, 10037, 7494, 8205, 9107, 7354, 8734, 7762, 8397, 11071, 12042, 9491, 12214, 8154, 11199, 8194, 9605, 8380, 8819, 8453, 8337, 7879, 7691, 8158, 7374, 8100, 7976, 8182, 8303, 7956, 7722, 7959, 7853, 8175, 7889, 8459, 7666, 8484, 8255, 8548, 8153, 8258, 8599, 8759, 8544, 11323, 8271, 10276, 8045, 9816, 7841, 9051, 8091, 8757, 8611, 8386, 8323, 8284, 8584, 8303, 8861, 10302, 8358, 12489, 8502, 10861, 8036, 10454, 8435, 10573, 7430, 8777, 8025, 8537, 8221, 8236, 9612, 11371, 8401, 12501, 8159, 10738, 8453, 10225, 7422, 8722, 8066, 8417, 8441, 8299, 8983, 8267, 9934, 10497, 8058, 12078, 8148, 10735, 8150, 9690, 8327, 9129, 8724, 9652, 8317, 9503, 8250, 9465, 8253, 9495, 8315, 9709, 8531, 10168, 8384, 9200, 8281, 9123, 8430, 10509, 8444, 10785, 7961, 8482, 7993, 8893, 8147, 8834, 9300, 8555, 8279, 8719, 8260, 9482, 8172, 11397, 8175, 11021, 8270, 9076, 8352, 8512, 8323, 9814, 8344, 10188, 8207, 9646, 8432, 8379, 8388, 8841, 8315, 10510, 8389, 10456, 8345, 10824, 8243, 10202, 8256, 9950, 8447, 10475, 8384, 8310, 8616, 8365, 8491, 8051, 8432, 9114, 8460, 8269, 8036, 8000, 8126, 7953, 11521, 8275, 10138, 8465, 9531, 8351, 9830, 8508, 10575, 8171, 10978, 8239, 9828, 8046, 9014, 8343, 10323, 8495, 10210, 8471, 10043, 8208, 9124, 8333, 9865, 8473, 9930, 7806, 8474, 8447, 8421, 9039, 8226, 9794, 10791, 8046, 11400, 8117, 9491, 8291, 9904, 8353, 9076, 8529, 10695, 8470, 9418, 7957, 10776, 8192, 10129, 8372, 9433, 8183, 8582, 7975, 8045, 8367, 9166, 8569, 10991, 8257, 9804, 8041, 9959, 7881, 10529, 8312, 10114, 8476, 8893, 8404, 8287, 7911, 8099, 8263, 7983, 8240, 8838, 8140, 8653, 7956, 8128, 9316, 8347, 9708, 8106, 10231, 7921, 9022, 8203, 9662, 8213, 9050, 8371, 10983, 8134, 9879, 8106, 10840, 8485, 10171, 8475, 10500, 8465, 9043, 8186, 7981, 8352, 8334, 8466, 8833, 8150, 8784, 8098, 8914, 7844, 9047, 8271, 8083, 11647, 7820, 10564, 8208, 10116, 8068, 9076, 8364, 8792, 8016, 9734, 8199, 9576, 7955, 8904, 8223, 9561, 8349, 9322, 8112, 8382, 8054, 8312, 8069, 8965, 8564, 10113, 8462, 10578, 8461, 10130, 8199, 10286, 8327, 9751, 8554, 8960, 8369, 7975, 8104, 7943, 8242, 8120, 7956, 8657, 8368, 9589, 8319, 9254, 8124, 8697, 8353, 8202, 10935, 8095, 11295, 8172, 9741, 8060, 9651, 8274, 10818, 8191, 10831, 7740, 8855, 7917, 10126, 8305, 11555, 8260, 12042, 7825, 8494, 8205, 8659, 7895, 8433, 9339, 8416, 9322, 8290, 9591, 8223, 9853, 8371, 10001, 8216, 9990, 8178, 9328, 8042, 8441, 8162, 9208, 8124, 9410, 8107, 9757, 7991, 10177, 8099, 9920, 8332, 11751, 8112, 11857, 8018, 10910, 8056, 10090, 8113, 10107, 8263, 10233, 8233, 9539, 8357, 9295, 8352, 9577, 8201, 9582, 8140, 9503, 7913, 8614, 8133, 9131, 8091, 9678, 8157, 9644, 8203, 8140, 7939, 8278, 8197, 9369, 8174, 9648, 8204, 9367, 8516, 9970, 8489, 9902, 8323, 8552, 8223, 7935, 8300, 8365, 8138, 9430, 8302, 9830, 8116, 9417, 8268, 10165, 8561, 10346, 8142, 10467, 8075, 9690, 8137, 9657, 8465, 9423, 7853, 10936, 7815, 8129, 7704, 7973, 7671, 9201, 7816, 10250, 7706, 7887, 7762, 8188, 7848, 8159, 9063, 7892, 9938, 8229, 10323, 8223, 10985, 8345, 12230, 8508, 11971, 7842, 11086, 8096, 10901, 8002, 10914, 7902, 8445, 8165, 8055, 8298, 8122, 8281, 8238, 10086, 8068, 9392, 7960, 10477, 8173, 11351, 8028, 11907, 7955, 10197, 8032, 8397, 7998, 8417, 8213, 9290, 8717, 8442, 8308, 8164, 8317, 8100, 9459, 8256, 10745, 7960, 9675, 8175, 9450, 7523, 9182, 8199, 10106, 8044, 9203, 8052, 8214, 7961, 9518, 7955, 10908, 7961, 8693, 7790, 8243, 8381, 8024, 8213, 8248, 8514, 7995, 9657, 8058, 9969, 8088, 9733, 8283, 8876, 9599, 8193, 8228, 8332, 8244, 7872, 8464, 10782, 8245, 8798, 7819, 8271, 8363, 11146, 8012, 10381, 7832, 9582, 8302, 8137, 10023, 7944, 10827, 7845, 9105, 7761, 7965, 7735, 7826, 7973, 12163, 8111, 10431, 7842, 9767, 7774, 9339, 8308, 9766, 8380, 11921, 7825, 9583, 7810, 10433, 7856, 10774, 8157, 10543, 8144, 9703, 8151, 9048, 8185, 10121, 8139, 10874, 8225, 11573, 7656, 10776, 7801, 10331, 8143, 9783, 7986, 9633, 8225, 8783, 7872, 8435, 8301, 10643, 8614, 10589, 8579, 8674, 8341, 8018, 9365, 8907, 11596, 8274, 11144, 8134, 8725, 10166, 7253, 9212, 10971, 9230, 12217, 8328, 10223, 8231, 11510, 8553, 10577, 8321, 9626, 8506, 8047, 8292, 8024, 8604, 9750, 8590, 10951, 7955, 8426, 7548, 8506, 7917, 8844, 9456, 9650, 8927, 8566, 8062, 8677, 8827, 8779, 9911, 8648, 9403, 8449, 9384, 8441, 10098, 8554, 10610, 8518, 10539, 8334, 10205, 8483, 9243, 8738, 8222, 11650, 7770, 8667, 7652, 8550, 7914, 8392, 9152, 8268, 10424, 8245, 9772, 8241, 10214, 8519, 10749, 8512, 11116, 8533, 10405, 8351, 11221, 8343, 12188, 8299, 12229, 7969, 10534, 8137, 9820, 7395, 8832, 7667, 8721, 7895, 8274, 8027, 8198, 9461, 8621, 9900, 8345, 8714, 8341, 8114, 9053, 8224, 11577, 7545, 8662, 7467, 7922, 7834, 8648, 8566, 8654, 10130, 8419, 9822, 8421, 7919, 12433, 8056, 10949, 8667, 10656, 8499, 8299, 7368, 8440, 7053, 8363, 10039, 8579, 10829, 8453, 10058, 8601, 8034, 12071, 8059, 10510, 8207, 9649, 8365, 9038, 8212, 8810, 8599, 9154, 8363, 11079, 7199, 8308, 7777, 8457, 9133, 8714, 9914, 7313, 10244, 8432, 8980, 7941, 8548, 10453, 8571, 11956, 8895, 12316, 8066, 11376, 8503, 10375, 8506, 9811, 8633, 9221, 8182, 7626, 8533, 7779, 8625, 8782, 8381, 9750, 8297, 10552, 7956, 10891, 8368, 11174, 8023, 8450, 8090, 7921, 9359, 8002, 9698, 8095, 10739, 8199, 10361, 7867, 11544, 7957, 10357, 8179, 10177, 8000, 9657, 8177, 9098, 8178, 9020, 8134, 8555, 8160, 8725, 8269, 8062, 9498, 7764, 11785, 8151, 11180, 8137, 11232, 8258, 11217, 7821, 10007, 8259, 10006, 8010, 8403, 8006, 8372, 8005, 8484, 8233, 9198, 8924, 8690, 10009, 8316, 8973, 8104, 10986, 7946, 12139, 7984, 12487, 7791, 10937, 7563, 10268, 8017, 9958, 7732, 9613, 7895, 8886, 7927, 9715, 7999, 9439, 8142, 9682, 7819, 9690, 8225, 9209, 8127, 8312, 10941, 7977, 12209, 7813, 10595, 7677, 10174, 7765, 10821, 8118, 10960, 7974, 8361, 7702, 8294, 7791, 8338, 9140, 8696, 9091, 10173, 7809, 10178, 7578, 11127, 7452, 10825, 7416, 8730, 7690, 8076, 7778, 7804, 8222, 8106, 8637, 8269, 8109, 11814, 7467, 11709, 7860, 10567, 7210, 9135, 8283, 8025, 8957, 8590, 10758, 8663, 10524, 8521, 9547, 8621, 9806, 8606, 10273, 8720, 10916, 8081, 10844, 7767, 7386, 9325, 8693, 9460, 7917, 8821, 10047, 7833, 8930, 10522], 'WindowCenter': [4002.0, 4005.0, 3961.0, 3968.0, 3946.0, 3955.0, 3943.0, 3942.0, 3932.0, 3941.0, 3932.0, 3953.0, 3945.0, 3964.0, 3945.0, 3965.0, 3935.0, 3955.0, 3944.0, 3954.0, 3935.0, 3965.0, 3945.0, 3967.0, 3956.0, 3957.0, 3946.0, 3967.0, 3946.0, 3968.0, 3968.0, 3957.0, 3967.0, 3969.0, 3977.0, 3956.0, 3957.0, 3957.0, 3967.0, 3958.0, 3968.0, 3968.0, 3960.0, 3969.0, 3949.0, 3968.0, 3958.0, 3979.0, 3947.0, 3958.0, 3978.0, 3945.0, 3987.0, 3956.0, 3964.0, 3933.0, 3963.0, 3945.0, 3976.0, 3945.0, 3946.0, 3957.0, 3948.0, 3959.0, 3947.0, 3958.0, 3978.0, 3959.0, 3967.0, 3946.0, 3946.0, 3956.0, 3946.0, 3957.0, 3957.0, 3959.0, 3947.0, 3958.0, 3947.0, 3957.0, 3945.0, 3966.0, 3946.0, 3988.0, 3957.0, 3967.0, 3956.0, 3945.0, 3947.0, 3967.0, 3957.0, 3945.0, 3956.0, 3945.0, 3944.0, 3953.0, 3945.0, 3974.0, 3943.0, 3975.0, 3943.0, 3933.0, 3944.0, 3936.0, 3955.0, 3955.0, 3946.0, 3947.0, 3946.0, 3946.0, 3956.0, 3946.0, 3946.0, 3945.0, 3957.0, 3946.0, 3955.0, 3946.0, 3944.0, 3944.0, 3965.0, 3945.0, 3977.0, 3923.0, 3965.0, 3945.0, 3956.0, 3945.0, 3956.0, 3955.0, 3947.0, 3977.0, 3957.0, 3977.0, 3944.0, 3975.0, 3932.0, 3962.0, 3931.0, 3951.0, 3931.0, 3962.0, 3932.0, 3952.0, 3943.0, 3943.0, 3945.0, 3966.0, 3946.0, 3977.0, 3948.0, 3978.0, 3946.0, 3975.0, 3955.0, 3977.0, 3946.0, 3988.0, 3945.0, 3945.0, 3945.0, 3945.0, 3945.0, 3944.0, 3956.0, 3945.0, 3954.0, 3934.0, 3964.0, 3944.0, 3964.0, 3945.0, 3975.0, 3933.0, 3953.0, 3932.0, 3943.0, 3931.0, 3942.0, 3931.0, 3942.0, 3932.0, 3944.0, 3934.0, 3945.0, 3945.0, 3955.0, 3945.0, 3958.0, 3987.0, 3946.0, 3976.0, 3936.0, 3955.0, 3945.0, 3953.0, 3944.0, 3966.0, 3958.0, 3978.0, 3936.0, 3935.0, 3957.0, 3958.0, 3958.0, 3938.0, 3937.0, 3983.0, 3999.0, 3950.0, 3990.0, 3946.0, 3976.0, 3935.0, 3956.0, 3933.0, 3953.0, 3964.0, 3945.0, 3958.0, 3990.0, 3959.0, 3937.0, 3969.0, 3977.0, 3944.0, 3954.0, 3943.0, 3944.0, 3932.0, 3932.0, 3934.0, 3933.0, 3944.0, 3945.0, 3945.0, 3956.0, 3957.0, 3957.0, 3958.0, 3978.0, 3959.0, 3978.0, 3970.0, 3979.0, 3958.0, 3979.0, 3947.0, 3966.0, 3956.0, 3956.0, 3936.0, 3967.0, 3958.0, 3971.0, 3979.0, 3937.0, 3960.0, 3992.0, 4000.0, 3958.0, 3999.0, 3945.0, 3964.0, 3942.0, 3932.0, 3961.0, 3930.0, 3961.0, 3931.0, 3940.0, 3931.0, 3952.0, 3943.0, 3963.0, 3956.0, 3956.0, 3957.0, 3968.0, 3947.0, 3947.0, 3976.0, 3946.0, 3975.0, 3943.0, 3944.0, 3934.0, 3947.0, 3944.0, 3944.0, 3945.0, 3945.0, 3955.0, 3956.0, 3945.0, 3957.0, 3945.0, 3945.0, 3975.0, 3934.0, 3963.0, 3933.0, 3952.0, 3931.0, 3943.0, 3932.0, 3931.0, 3932.0, 3932.0, 3944.0, 3943.0, 3945.0, 3956.0, 3945.0, 3955.0, 3946.0, 3957.0, 3965.0, 3945.0, 3975.0, 3944.0, 3975.0, 3933.0, 3964.0, 3944.0, 3964.0, 3955.0, 3976.0, 3924.0, 3944.0, 3966.0, 3936.0, 3958.0, 3935.0, 3957.0, 3989.0, 3997.0, 3967.0, 3984.0, 3932.0, 3972.0, 3930.0, 3940.0, 3928.0, 3939.0, 3929.0, 3931.0, 3930.0, 3931.0, 3932.0, 3921.0, 3943.0, 3943.0, 3944.0, 3945.0, 3944.0, 3934.0, 3945.0, 3944.0, 3945.0, 3944.0, 3944.0, 3934.0, 3955.0, 3944.0, 3955.0, 3944.0, 3945.0, 3955.0, 3955.0, 3956.0, 3977.0, 3945.0, 3964.0, 3932.0, 3952.0, 3932.0, 3942.0, 3932.0, 3943.0, 3944.0, 3943.0, 3943.0, 3944.0, 3943.0, 3945.0, 3956.0, 3975.0, 3945.0, 3995.0, 3944.0, 3974.0, 3934.0, 3962.0, 3943.0, 3974.0, 3935.0, 3956.0, 3945.0, 3958.0, 3956.0, 3956.0, 3978.0, 3987.0, 3946.0, 3985.0, 3934.0, 3974.0, 3943.0, 3962.0, 3922.0, 3944.0, 3944.0, 3944.0, 3945.0, 3945.0, 3954.0, 3944.0, 3966.0, 3976.0, 3934.0, 3984.0, 3932.0, 3973.0, 3931.0, 3951.0, 3931.0, 3952.0, 3941.0, 3952.0, 3944.0, 3963.0, 3944.0, 3965.0, 3956.0, 3964.0, 3945.0, 3965.0, 3955.0, 3976.0, 3944.0, 3965.0, 3944.0, 3953.0, 3945.0, 3975.0, 3947.0, 3975.0, 3945.0, 3954.0, 3933.0, 3953.0, 3934.0, 3955.0, 3955.0, 3943.0, 3943.0, 3943.0, 3944.0, 3952.0, 3932.0, 3972.0, 3943.0, 3973.0, 3943.0, 3953.0, 3944.0, 3954.0, 3955.0, 3975.0, 3946.0, 3976.0, 3956.0, 3965.0, 3945.0, 3944.0, 3945.0, 3954.0, 3945.0, 3976.0, 3946.0, 3977.0, 3956.0, 3986.0, 3956.0, 3965.0, 3945.0, 3965.0, 3944.0, 3964.0, 3932.0, 3931.0, 3942.0, 3932.0, 3942.0, 3931.0, 3932.0, 3954.0, 3943.0, 3943.0, 3944.0, 3945.0, 3933.0, 3946.0, 3986.0, 3944.0, 3964.0, 3944.0, 3964.0, 3944.0, 3963.0, 3955.0, 3975.0, 3946.0, 3977.0, 3957.0, 3977.0, 3948.0, 3968.0, 3957.0, 3976.0, 3956.0, 3976.0, 3946.0, 3965.0, 3946.0, 3954.0, 3944.0, 3964.0, 3945.0, 3966.0, 3935.0, 3946.0, 3956.0, 3947.0, 3955.0, 3944.0, 3978.0, 3975.0, 3935.0, 3975.0, 3933.0, 3953.0, 3942.0, 3962.0, 3942.0, 3952.0, 3944.0, 3975.0, 3944.0, 3965.0, 3945.0, 3975.0, 3946.0, 3977.0, 3945.0, 3966.0, 3944.0, 3955.0, 3945.0, 3945.0, 3956.0, 3965.0, 3957.0, 3987.0, 3958.0, 3978.0, 3947.0, 3967.0, 3946.0, 3977.0, 3944.0, 3967.0, 3933.0, 3942.0, 3932.0, 3932.0, 3931.0, 3931.0, 3943.0, 3932.0, 3943.0, 3955.0, 3945.0, 3955.0, 3945.0, 3947.0, 3966.0, 3947.0, 3966.0, 3946.0, 3976.0, 3945.0, 3955.0, 3956.0, 3965.0, 3956.0, 3955.0, 3957.0, 3987.0, 3948.0, 3978.0, 3948.0, 3987.0, 3958.0, 3978.0, 3946.0, 3976.0, 3944.0, 3954.0, 3944.0, 3932.0, 3943.0, 3942.0, 3943.0, 3955.0, 3933.0, 3943.0, 3933.0, 3955.0, 3944.0, 3955.0, 3944.0, 3945.0, 3985.0, 3934.0, 3974.0, 3947.0, 3963.0, 3945.0, 3954.0, 3945.0, 3955.0, 3946.0, 3966.0, 3957.0, 3966.0, 3946.0, 3955.0, 3957.0, 3966.0, 3946.0, 3967.0, 3946.0, 3947.0, 3947.0, 3945.0, 3946.0, 3955.0, 3956.0, 3976.0, 3947.0, 3976.0, 3957.0, 3977.0, 3947.0, 3976.0, 3944.0, 3955.0, 3943.0, 3943.0, 3932.0, 3932.0, 3932.0, 3932.0, 3943.0, 3934.0, 3933.0, 3954.0, 3946.0, 3965.0, 3945.0, 3955.0, 3945.0, 3955.0, 3946.0, 3946.0, 3976.0, 3945.0, 3975.0, 3944.0, 3964.0, 3944.0, 3965.0, 3956.0, 3976.0, 3957.0, 3987.0, 3936.0, 3956.0, 3947.0, 3975.0, 3946.0, 3986.0, 3945.0, 3986.0, 3934.0, 3955.0, 3944.0, 3943.0, 3933.0, 3943.0, 3955.0, 3944.0, 3954.0, 3944.0, 3964.0, 3945.0, 3964.0, 3944.0, 3965.0, 3944.0, 3965.0, 3944.0, 3954.0, 3945.0, 3944.0, 3944.0, 3965.0, 3945.0, 3966.0, 3947.0, 3966.0, 3946.0, 3976.0, 3946.0, 3976.0, 3957.0, 3997.0, 3948.0, 3997.0, 3946.0, 3976.0, 3948.0, 3966.0, 3934.0, 3964.0, 3945.0, 3965.0, 3943.0, 3953.0, 3943.0, 3953.0, 3944.0, 3964.0, 3944.0, 3965.0, 3946.0, 3968.0, 3947.0, 3956.0, 3947.0, 3970.0, 3947.0, 3967.0, 3947.0, 3967.0, 3957.0, 3946.0, 3946.0, 3946.0, 3946.0, 3967.0, 3946.0, 3967.0, 3957.0, 3969.0, 3958.0, 3978.0, 3956.0, 3967.0, 3946.0, 3946.0, 3944.0, 3933.0, 3943.0, 3943.0, 3933.0, 3954.0, 3944.0, 3964.0, 3934.0, 3954.0, 3945.0, 3975.0, 3956.0, 3966.0, 3945.0, 3975.0, 3933.0, 3953.0, 3934.0, 3952.0, 3943.0, 3953.0, 3936.0, 3976.0, 3934.0, 3945.0, 3934.0, 3934.0, 3946.0, 3966.0, 3935.0, 3978.0, 3936.0, 3946.0, 3935.0, 3945.0, 3946.0, 3946.0, 3957.0, 3947.0, 3977.0, 3958.0, 3977.0, 3957.0, 3977.0, 3958.0, 3998.0, 3958.0, 3986.0, 3935.0, 3975.0, 3934.0, 3974.0, 3934.0, 3974.0, 3934.0, 3943.0, 3943.0, 3933.0, 3943.0, 3933.0, 3944.0, 3945.0, 3976.0, 3946.0, 3966.0, 3946.0, 3976.0, 3957.0, 3987.0, 3947.0, 3987.0, 3946.0, 3976.0, 3945.0, 3945.0, 3945.0, 3944.0, 3945.0, 3955.0, 3945.0, 3945.0, 3944.0, 3944.0, 3943.0, 3932.0, 3954.0, 3944.0, 3975.0, 3934.0, 3964.0, 3945.0, 3965.0, 3938.0, 3966.0, 3957.0, 3977.0, 3947.0, 3956.0, 3945.0, 3945.0, 3945.0, 3965.0, 3934.0, 3975.0, 3934.0, 3945.0, 3933.0, 3945.0, 3944.0, 3945.0, 3945.0, 3946.0, 3956.0, 3947.0, 3967.0, 3947.0, 3977.0, 3947.0, 3967.0, 3946.0, 3956.0, 3967.0, 3945.0, 3944.0, 3944.0, 3945.0, 3935.0, 3946.0, 3977.0, 3959.0, 3958.0, 3948.0, 3958.0, 3959.0, 3988.0, 3946.0, 3977.0, 3924.0, 3954.0, 3932.0, 3932.0, 3952.0, 3932.0, 3962.0, 3932.0, 3943.0, 3922.0, 3933.0, 3934.0, 3935.0, 3951.0, 3997.0, 3946.0, 3977.0, 3950.0, 3966.0, 3935.0, 3954.0, 3945.0, 3965.0, 3947.0, 3986.0, 3936.0, 3966.0, 3935.0, 3975.0, 3937.0, 3976.0, 3934.0, 3964.0, 3933.0, 3953.0, 3933.0, 3941.0, 3933.0, 3963.0, 3947.0, 3976.0, 3946.0, 3987.0, 3936.0, 3977.0, 3937.0, 3976.0, 3947.0, 3966.0, 3934.0, 3954.0, 3935.0, 3943.0, 3936.0, 3932.0, 3945.0, 3977.0, 3970.0, 3990.0, 3958.0, 3959.0, 3958.0, 3947.0, 3966.0, 3971.0, 4002.0, 3961.0, 3991.0, 3961.0, 3970.0, 3978.0, 3936.0, 3967.0, 3989.0, 3969.0, 3988.0, 3947.0, 3978.0, 3946.0, 3976.0, 3944.0, 3964.0, 3932.0, 3942.0, 3932.0, 3921.0, 3932.0, 3921.0, 3944.0, 3964.0, 3956.0, 3976.0, 3947.0, 3958.0, 3937.0, 3957.0, 3947.0, 3958.0, 3969.0, 3968.0, 3958.0, 3947.0, 3935.0, 3945.0, 3955.0, 3945.0, 3955.0, 3944.0, 3954.0, 3945.0, 3954.0, 3934.0, 3965.0, 3945.0, 3966.0, 3946.0, 3965.0, 3934.0, 3964.0, 3944.0, 3955.0, 3943.0, 3933.0, 3974.0, 3922.0, 3943.0, 3922.0, 3944.0, 3933.0, 3944.0, 3955.0, 3946.0, 3977.0, 3947.0, 3967.0, 3957.0, 3977.0, 3957.0, 3988.0, 3972.0, 3989.0, 3946.0, 3976.0, 3946.0, 3975.0, 3945.0, 3984.0, 3936.0, 3974.0, 3933.0, 3964.0, 3933.0, 3953.0, 3923.0, 3943.0, 3935.0, 3944.0, 3934.0, 3946.0, 3945.0, 3946.0, 3966.0, 3956.0, 3967.0, 3946.0, 3956.0, 3946.0, 3936.0, 3955.0, 3946.0, 3975.0, 3934.0, 3945.0, 3924.0, 3946.0, 3936.0, 3958.0, 3958.0, 3970.0, 3980.0, 3959.0, 3980.0, 3948.0, 3947.0, 3986.0, 3934.0, 3975.0, 3945.0, 3979.0, 3970.0, 3956.0, 3934.0, 3944.0, 3925.0, 3958.0, 3966.0, 3958.0, 3979.0, 3947.0, 3979.0, 3957.0, 3948.0, 3986.0, 3935.0, 3965.0, 3934.0, 3953.0, 3933.0, 3943.0, 3944.0, 3954.0, 3945.0, 3955.0, 3947.0, 3987.0, 3926.0, 3958.0, 3936.0, 3957.0, 3970.0, 3959.0, 3981.0, 3926.0, 3978.0, 3958.0, 3969.0, 3947.0, 3959.0, 3977.0, 3958.0, 3988.0, 3958.0, 3987.0, 3936.0, 3975.0, 3944.0, 3963.0, 3931.0, 3951.0, 3931.0, 3943.0, 3931.0, 3922.0, 3944.0, 3933.0, 3956.0, 3955.0, 3948.0, 3967.0, 3948.0, 3978.0, 3948.0, 3991.0, 3959.0, 3990.0, 3948.0, 3958.0, 3947.0, 3948.0, 3967.0, 3948.0, 3969.0, 3949.0, 3992.0, 3961.0, 3979.0, 3948.0, 3988.0, 3936.0, 3966.0, 3945.0, 3965.0, 3934.0, 3954.0, 3944.0, 3943.0, 3946.0, 3955.0, 3935.0, 3946.0, 3945.0, 3948.0, 3946.0, 3947.0, 3967.0, 3935.0, 3985.0, 3935.0, 3976.0, 3936.0, 3976.0, 3945.0, 3975.0, 3934.0, 3964.0, 3945.0, 3966.0, 3946.0, 3946.0, 3947.0, 3961.0, 3961.0, 3958.0, 3948.0, 3956.0, 3956.0, 3946.0, 3967.0, 3946.0, 3958.0, 3947.0, 3977.0, 3947.0, 3988.0, 3948.0, 3998.0, 3936.0, 3977.0, 3936.0, 3965.0, 3935.0, 3954.0, 3922.0, 3953.0, 3934.0, 3944.0, 3936.0, 3965.0, 3946.0, 3967.0, 3948.0, 3968.0, 3938.0, 3968.0, 3947.0, 3957.0, 3936.0, 3947.0, 3976.0, 3934.0, 3974.0, 3922.0, 3964.0, 3923.0, 3953.0, 3923.0, 3964.0, 3935.0, 3977.0, 3936.0, 3946.0, 3936.0, 3945.0, 3936.0, 3946.0, 3957.0, 3946.0, 3958.0, 3966.0, 3924.0, 3964.0, 3924.0, 3975.0, 3924.0, 3975.0, 3924.0, 3948.0, 3936.0, 3935.0, 3936.0, 3937.0, 3947.0, 3947.0, 3958.0, 3948.0, 3949.0, 3989.0, 3927.0, 3987.0, 3947.0, 3977.0, 3951.0, 3969.0, 3961.0, 3962.0, 3983.0, 3985.0, 4003.0, 3974.0, 3992.0, 3971.0, 3980.0, 3960.0, 3981.0, 3972.0, 3991.0, 3959.0, 3989.0, 3952.0, 3979.0, 3937.0, 3926.0, 3956.0, 3958.0, 3968.0, 3948.0, 3969.0, 3968.0, 3938.0, 3959.0, 3991.0], 'WindowWidth': [8943.0, 8933.0, 8864.0, 8868.0, 8832.0, 8841.0, 8823.0, 8819.0, 8808.0, 8817.0, 8806.0, 8837.0, 8828.0, 8854.0, 8831.0, 8856.0, 8815.0, 8843.0, 8829.0, 8841.0, 8816.0, 8857.0, 8831.0, 8862.0, 8846.0, 8849.0, 8833.0, 8863.0, 8835.0, 8866.0, 8864.0, 8851.0, 8861.0, 8869.0, 8874.0, 8847.0, 8848.0, 8849.0, 8861.0, 8855.0, 8866.0, 8867.0, 8859.0, 8869.0, 8843.0, 8865.0, 8854.0, 8882.0, 8835.0, 8853.0, 8876.0, 8829.0, 8890.0, 8846.0, 8850.0, 8812.0, 8851.0, 8830.0, 8871.0, 8830.0, 8834.0, 8850.0, 8840.0, 8857.0, 8839.0, 8855.0, 8878.0, 8856.0, 8863.0, 8835.0, 8834.0, 8848.0, 8835.0, 8852.0, 8848.0, 8855.0, 8836.0, 8850.0, 8836.0, 8851.0, 8831.0, 8861.0, 8834.0, 8889.0, 8849.0, 8862.0, 8846.0, 8832.0, 8838.0, 8861.0, 8852.0, 8831.0, 8846.0, 8830.0, 8829.0, 8838.0, 8829.0, 8864.0, 8825.0, 8868.0, 8825.0, 8812.0, 8827.0, 8818.0, 8846.0, 8844.0, 8833.0, 8835.0, 8835.0, 8834.0, 8847.0, 8833.0, 8833.0, 8832.0, 8850.0, 8832.0, 8844.0, 8832.0, 8826.0, 8827.0, 8857.0, 8832.0, 8876.0, 8798.0, 8855.0, 8829.0, 8848.0, 8832.0, 8846.0, 8844.0, 8837.0, 8874.0, 8848.0, 8872.0, 8826.0, 8867.0, 8807.0, 8845.0, 8803.0, 8828.0, 8804.0, 8845.0, 8806.0, 8833.0, 8825.0, 8826.0, 8833.0, 8860.0, 8836.0, 8876.0, 8839.0, 8877.0, 8834.0, 8870.0, 8845.0, 8873.0, 8832.0, 8889.0, 8832.0, 8832.0, 8830.0, 8829.0, 8831.0, 8827.0, 8847.0, 8829.0, 8841.0, 8813.0, 8852.0, 8826.0, 8852.0, 8827.0, 8869.0, 8811.0, 8835.0, 8807.0, 8822.0, 8804.0, 8820.0, 8806.0, 8820.0, 8808.0, 8827.0, 8813.0, 8829.0, 8832.0, 8846.0, 8833.0, 8853.0, 8888.0, 8833.0, 8873.0, 8818.0, 8843.0, 8831.0, 8836.0, 8828.0, 8859.0, 8853.0, 8879.0, 8822.0, 8816.0, 8849.0, 8855.0, 8854.0, 8827.0, 8822.0, 8894.0, 8906.0, 8844.0, 8898.0, 8832.0, 8869.0, 8816.0, 8845.0, 8809.0, 8836.0, 8851.0, 8828.0, 8852.0, 8899.0, 8858.0, 8824.0, 8867.0, 8874.0, 8826.0, 8838.0, 8821.0, 8823.0, 8805.0, 8805.0, 8812.0, 8809.0, 8826.0, 8828.0, 8831.0, 8845.0, 8850.0, 8848.0, 8853.0, 8879.0, 8856.0, 8879.0, 8872.0, 8880.0, 8851.0, 8880.0, 8833.0, 8858.0, 8846.0, 8844.0, 8821.0, 8861.0, 8852.0, 8872.0, 8882.0, 8825.0, 8856.0, 8904.0, 8909.0, 8852.0, 8903.0, 8826.0, 8852.0, 8819.0, 8804.0, 8841.0, 8800.0, 8839.0, 8802.0, 8813.0, 8805.0, 8833.0, 8824.0, 8850.0, 8845.0, 8846.0, 8851.0, 8867.0, 8835.0, 8836.0, 8872.0, 8831.0, 8867.0, 8823.0, 8825.0, 8812.0, 8832.0, 8825.0, 8827.0, 8829.0, 8828.0, 8843.0, 8845.0, 8830.0, 8848.0, 8829.0, 8831.0, 8868.0, 8813.0, 8848.0, 8807.0, 8832.0, 8804.0, 8821.0, 8805.0, 8805.0, 8806.0, 8806.0, 8825.0, 8824.0, 8830.0, 8846.0, 8830.0, 8844.0, 8832.0, 8850.0, 8856.0, 8830.0, 8868.0, 8827.0, 8866.0, 8810.0, 8851.0, 8826.0, 8850.0, 8842.0, 8873.0, 8799.0, 8828.0, 8861.0, 8823.0, 8850.0, 8819.0, 8848.0, 8896.0, 8901.0, 8858.0, 8878.0, 8806.0, 8856.0, 8799.0, 8809.0, 8793.0, 8808.0, 8797.0, 8801.0, 8799.0, 8803.0, 8807.0, 8794.0, 8826.0, 8826.0, 8827.0, 8829.0, 8827.0, 8813.0, 8829.0, 8828.0, 8829.0, 8828.0, 8827.0, 8815.0, 8842.0, 8827.0, 8844.0, 8828.0, 8829.0, 8844.0, 8841.0, 8846.0, 8872.0, 8827.0, 8851.0, 8807.0, 8831.0, 8807.0, 8820.0, 8808.0, 8822.0, 8826.0, 8823.0, 8824.0, 8825.0, 8824.0, 8828.0, 8846.0, 8867.0, 8829.0, 8896.0, 8824.0, 8866.0, 8812.0, 8846.0, 8824.0, 8864.0, 8816.0, 8844.0, 8830.0, 8851.0, 8846.0, 8846.0, 8878.0, 8888.0, 8833.0, 8882.0, 8814.0, 8865.0, 8822.0, 8845.0, 8795.0, 8824.0, 8826.0, 8827.0, 8829.0, 8829.0, 8841.0, 8828.0, 8859.0, 8869.0, 8813.0, 8878.0, 8807.0, 8860.0, 8804.0, 8829.0, 8802.0, 8830.0, 8818.0, 8831.0, 8825.0, 8850.0, 8827.0, 8855.0, 8845.0, 8853.0, 8830.0, 8856.0, 8841.0, 8869.0, 8827.0, 8854.0, 8827.0, 8835.0, 8828.0, 8867.0, 8834.0, 8867.0, 8828.0, 8840.0, 8809.0, 8835.0, 8812.0, 8840.0, 8842.0, 8822.0, 8823.0, 8822.0, 8825.0, 8831.0, 8806.0, 8860.0, 8822.0, 8861.0, 8821.0, 8835.0, 8825.0, 8840.0, 8843.0, 8869.0, 8832.0, 8873.0, 8847.0, 8855.0, 8829.0, 8825.0, 8828.0, 8840.0, 8829.0, 8871.0, 8832.0, 8873.0, 8847.0, 8885.0, 8846.0, 8854.0, 8828.0, 8855.0, 8824.0, 8849.0, 8804.0, 8803.0, 8819.0, 8804.0, 8818.0, 8805.0, 8806.0, 8839.0, 8822.0, 8822.0, 8825.0, 8828.0, 8810.0, 8831.0, 8883.0, 8825.0, 8851.0, 8825.0, 8851.0, 8827.0, 8850.0, 8841.0, 8867.0, 8832.0, 8873.0, 8848.0, 8873.0, 8837.0, 8863.0, 8848.0, 8871.0, 8845.0, 8872.0, 8830.0, 8852.0, 8830.0, 8840.0, 8827.0, 8851.0, 8829.0, 8856.0, 8817.0, 8831.0, 8845.0, 8835.0, 8842.0, 8827.0, 8876.0, 8869.0, 8815.0, 8866.0, 8808.0, 8835.0, 8820.0, 8844.0, 8819.0, 8832.0, 8825.0, 8867.0, 8827.0, 8855.0, 8832.0, 8869.0, 8831.0, 8874.0, 8830.0, 8858.0, 8827.0, 8842.0, 8831.0, 8829.0, 8845.0, 8856.0, 8851.0, 8889.0, 8851.0, 8876.0, 8837.0, 8861.0, 8831.0, 8871.0, 8826.0, 8857.0, 8807.0, 8820.0, 8804.0, 8805.0, 8804.0, 8803.0, 8823.0, 8807.0, 8824.0, 8842.0, 8829.0, 8844.0, 8831.0, 8836.0, 8857.0, 8835.0, 8857.0, 8831.0, 8871.0, 8829.0, 8841.0, 8845.0, 8855.0, 8846.0, 8843.0, 8849.0, 8888.0, 8838.0, 8880.0, 8838.0, 8887.0, 8851.0, 8877.0, 8831.0, 8872.0, 8825.0, 8838.0, 8824.0, 8806.0, 8822.0, 8819.0, 8821.0, 8839.0, 8808.0, 8822.0, 8811.0, 8842.0, 8828.0, 8843.0, 8825.0, 8830.0, 8879.0, 8811.0, 8863.0, 8830.0, 8850.0, 8829.0, 8838.0, 8829.0, 8843.0, 8832.0, 8857.0, 8847.0, 8858.0, 8834.0, 8843.0, 8849.0, 8860.0, 8832.0, 8861.0, 8832.0, 8834.0, 8833.0, 8829.0, 8832.0, 8843.0, 8845.0, 8872.0, 8834.0, 8872.0, 8849.0, 8873.0, 8834.0, 8871.0, 8826.0, 8840.0, 8821.0, 8821.0, 8806.0, 8806.0, 8807.0, 8805.0, 8821.0, 8812.0, 8810.0, 8839.0, 8831.0, 8856.0, 8829.0, 8842.0, 8829.0, 8843.0, 8830.0, 8831.0, 8870.0, 8830.0, 8867.0, 8826.0, 8852.0, 8828.0, 8854.0, 8846.0, 8871.0, 8848.0, 8888.0, 8818.0, 8846.0, 8833.0, 8868.0, 8831.0, 8882.0, 8830.0, 8883.0, 8813.0, 8841.0, 8825.0, 8821.0, 8811.0, 8822.0, 8840.0, 8825.0, 8837.0, 8824.0, 8850.0, 8825.0, 8850.0, 8826.0, 8853.0, 8826.0, 8854.0, 8826.0, 8839.0, 8828.0, 8825.0, 8826.0, 8855.0, 8830.0, 8857.0, 8834.0, 8857.0, 8833.0, 8873.0, 8834.0, 8873.0, 8850.0, 8901.0, 8839.0, 8900.0, 8832.0, 8872.0, 8836.0, 8855.0, 8813.0, 8852.0, 8827.0, 8854.0, 8822.0, 8835.0, 8822.0, 8834.0, 8824.0, 8852.0, 8827.0, 8854.0, 8833.0, 8861.0, 8835.0, 8845.0, 8836.0, 8869.0, 8836.0, 8863.0, 8835.0, 8861.0, 8847.0, 8833.0, 8833.0, 8832.0, 8831.0, 8860.0, 8833.0, 8860.0, 8849.0, 8866.0, 8850.0, 8876.0, 8845.0, 8860.0, 8828.0, 8828.0, 8826.0, 8808.0, 8820.0, 8821.0, 8807.0, 8838.0, 8824.0, 8851.0, 8812.0, 8838.0, 8829.0, 8868.0, 8844.0, 8856.0, 8828.0, 8866.0, 8807.0, 8835.0, 8809.0, 8832.0, 8823.0, 8834.0, 8817.0, 8869.0, 8813.0, 8830.0, 8813.0, 8812.0, 8833.0, 8857.0, 8818.0, 8876.0, 8818.0, 8830.0, 8817.0, 8827.0, 8831.0, 8831.0, 8847.0, 8833.0, 8874.0, 8851.0, 8874.0, 8849.0, 8873.0, 8851.0, 8901.0, 8850.0, 8883.0, 8815.0, 8867.0, 8812.0, 8862.0, 8810.0, 8864.0, 8812.0, 8822.0, 8822.0, 8809.0, 8823.0, 8810.0, 8826.0, 8828.0, 8871.0, 8832.0, 8856.0, 8833.0, 8870.0, 8847.0, 8886.0, 8834.0, 8885.0, 8832.0, 8870.0, 8830.0, 8827.0, 8827.0, 8826.0, 8830.0, 8840.0, 8828.0, 8825.0, 8823.0, 8824.0, 8820.0, 8806.0, 8836.0, 8823.0, 8865.0, 8812.0, 8852.0, 8828.0, 8853.0, 8821.0, 8858.0, 8849.0, 8873.0, 8833.0, 8842.0, 8828.0, 8826.0, 8827.0, 8853.0, 8813.0, 8867.0, 8812.0, 8826.0, 8810.0, 8826.0, 8826.0, 8829.0, 8829.0, 8831.0, 8844.0, 8834.0, 8860.0, 8835.0, 8874.0, 8833.0, 8859.0, 8830.0, 8845.0, 8857.0, 8827.0, 8825.0, 8824.0, 8828.0, 8813.0, 8830.0, 8872.0, 8852.0, 8850.0, 8838.0, 8851.0, 8855.0, 8889.0, 8832.0, 8871.0, 8796.0, 8835.0, 8805.0, 8805.0, 8830.0, 8804.0, 8843.0, 8804.0, 8819.0, 8792.0, 8810.0, 8814.0, 8817.0, 8844.0, 8900.0, 8832.0, 8872.0, 8839.0, 8857.0, 8816.0, 8838.0, 8829.0, 8854.0, 8833.0, 8883.0, 8817.0, 8856.0, 8816.0, 8867.0, 8819.0, 8868.0, 8810.0, 8850.0, 8806.0, 8833.0, 8806.0, 8815.0, 8808.0, 8848.0, 8832.0, 8869.0, 8833.0, 8885.0, 8818.0, 8872.0, 8820.0, 8871.0, 8831.0, 8855.0, 8812.0, 8838.0, 8811.0, 8821.0, 8815.0, 8806.0, 8827.0, 8875.0, 8874.0, 8897.0, 8852.0, 8852.0, 8850.0, 8835.0, 8857.0, 8874.0, 8916.0, 8859.0, 8898.0, 8861.0, 8871.0, 8875.0, 8819.0, 8859.0, 8891.0, 8865.0, 8887.0, 8834.0, 8874.0, 8831.0, 8868.0, 8823.0, 8847.0, 8804.0, 8814.0, 8803.0, 8786.0, 8804.0, 8786.0, 8824.0, 8851.0, 8844.0, 8870.0, 8833.0, 8848.0, 8820.0, 8845.0, 8835.0, 8847.0, 8865.0, 8860.0, 8847.0, 8831.0, 8814.0, 8827.0, 8839.0, 8824.0, 8838.0, 8822.0, 8835.0, 8826.0, 8837.0, 8811.0, 8851.0, 8826.0, 8855.0, 8828.0, 8853.0, 8811.0, 8850.0, 8822.0, 8838.0, 8820.0, 8808.0, 8861.0, 8792.0, 8819.0, 8791.0, 8822.0, 8807.0, 8825.0, 8841.0, 8830.0, 8872.0, 8834.0, 8861.0, 8848.0, 8871.0, 8847.0, 8890.0, 8876.0, 8892.0, 8830.0, 8869.0, 8830.0, 8865.0, 8825.0, 8876.0, 8814.0, 8861.0, 8807.0, 8849.0, 8806.0, 8832.0, 8794.0, 8820.0, 8813.0, 8822.0, 8812.0, 8830.0, 8828.0, 8830.0, 8857.0, 8844.0, 8859.0, 8828.0, 8844.0, 8829.0, 8817.0, 8841.0, 8828.0, 8866.0, 8810.0, 8826.0, 8798.0, 8832.0, 8819.0, 8852.0, 8850.0, 8871.0, 8884.0, 8852.0, 8881.0, 8835.0, 8834.0, 8882.0, 8811.0, 8864.0, 8828.0, 8879.0, 8871.0, 8847.0, 8815.0, 8826.0, 8804.0, 8850.0, 8858.0, 8848.0, 8876.0, 8832.0, 8878.0, 8845.0, 8835.0, 8883.0, 8813.0, 8851.0, 8809.0, 8833.0, 8807.0, 8822.0, 8824.0, 8837.0, 8828.0, 8840.0, 8834.0, 8887.0, 8807.0, 8850.0, 8819.0, 8848.0, 8868.0, 8854.0, 8885.0, 8804.0, 8874.0, 8851.0, 8868.0, 8835.0, 8851.0, 8873.0, 8850.0, 8889.0, 8847.0, 8883.0, 8814.0, 8865.0, 8821.0, 8845.0, 8801.0, 8827.0, 8800.0, 8817.0, 8802.0, 8791.0, 8823.0, 8808.0, 8843.0, 8841.0, 8836.0, 8860.0, 8837.0, 8876.0, 8837.0, 8899.0, 8854.0, 8893.0, 8838.0, 8851.0, 8835.0, 8838.0, 8861.0, 8837.0, 8865.0, 8842.0, 8899.0, 8859.0, 8879.0, 8838.0, 8888.0, 8817.0, 8857.0, 8826.0, 8852.0, 8810.0, 8835.0, 8824.0, 8821.0, 8828.0, 8840.0, 8815.0, 8831.0, 8828.0, 8835.0, 8828.0, 8833.0, 8858.0, 8815.0, 8880.0, 8814.0, 8868.0, 8816.0, 8868.0, 8828.0, 8865.0, 8812.0, 8850.0, 8827.0, 8855.0, 8830.0, 8830.0, 8832.0, 8860.0, 8862.0, 8849.0, 8836.0, 8841.0, 8843.0, 8829.0, 8859.0, 8830.0, 8848.0, 8834.0, 8871.0, 8834.0, 8888.0, 8837.0, 8900.0, 8816.0, 8872.0, 8815.0, 8852.0, 8811.0, 8837.0, 8792.0, 8834.0, 8808.0, 8823.0, 8816.0, 8854.0, 8830.0, 8859.0, 8837.0, 8862.0, 8823.0, 8861.0, 8833.0, 8846.0, 8816.0, 8832.0, 8867.0, 8811.0, 8861.0, 8792.0, 8848.0, 8793.0, 8831.0, 8794.0, 8848.0, 8814.0, 8870.0, 8816.0, 8830.0, 8815.0, 8828.0, 8816.0, 8830.0, 8848.0, 8829.0, 8848.0, 8855.0, 8799.0, 8850.0, 8797.0, 8864.0, 8797.0, 8865.0, 8797.0, 8832.0, 8817.0, 8814.0, 8818.0, 8821.0, 8834.0, 8834.0, 8851.0, 8834.0, 8841.0, 8891.0, 8807.0, 8887.0, 8831.0, 8869.0, 8847.0, 8867.0, 8860.0, 8864.0, 8894.0, 8903.0, 8920.0, 8885.0, 8904.0, 8874.0, 8882.0, 8857.0, 8885.0, 8876.0, 8901.0, 8855.0, 8894.0, 8850.0, 8877.0, 8818.0, 8801.0, 8839.0, 8849.0, 8863.0, 8835.0, 8864.0, 8861.0, 8823.0, 8852.0, 8898.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.0009182664647993944</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.024879956775170322</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.299482007530294</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1727043661969716</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928804462272729</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4782</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3882.7104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08183642233209074</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.785011355034065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.550696915996555</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5253092125192094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76401120682811</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3627703286423447</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00504595</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00570854265242815</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023926598951220512</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.5869555704913845</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4182</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7721</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.8907</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300019.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>760.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.9065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8259</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.6976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.7302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3324.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76525.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>881.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.6851</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.97196941450238</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> |