=== 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-0088 --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-0088",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0088_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_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-0088/ses-03/func/sub-0088_ses-03_task-alignvideo_acq-mb8_run-02_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>b549a0d83113cf5ab676914c632281ed</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:07:1.880000</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.998868, 0.0286751, 0.0379453, -0.0301692, 0.998768, 0.0394052]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0858299</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-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7771, -7178, 568, 5, -86, 24, 58]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>685880a8-7444-41e4-b364-40aa19f52d81||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.6798906326293945, -0.08094170689582825, 0.09927511215209961, 116.6722412109375], [-0.07693328708410263, 2.6796209812164307, 0.10936444252729416, -91.88948822021484], [0.10180437564849854, -0.10572117567062378, 2.6959569454193115, -51.06537628173828], [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, 1335]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['160701.880000', '160702.340000', '160702.800000', '160703.260000', '160703.720000', '160704.180000', '160704.640000', '160705.100000', '160705.560000', '160706.020000', '160706.480000', '160706.940000', '160707.400000', '160707.860000', '160708.320000', '160708.780000', '160709.240000', '160709.700000', '160710.160000', '160710.620000', '160711.080000', '160711.540000', '160712.000000', '160712.460000', '160712.920000', '160713.380000', '160713.840000', '160714.300000', '160714.760000', '160715.220000', '160715.680000', '160716.140000', '160716.600000', '160717.060000', '160717.520000', '160717.980000', '160718.440000', '160718.900000', '160719.360000', '160719.820000', '160720.280000', '160720.740000', '160721.200000', '160721.660000', '160722.120000', '160722.580000', '160723.040000', '160723.500000', '160723.960000', '160724.420000', '160724.880000', '160725.340000', '160725.800000', '160726.260000', '160726.720000', '160727.180000', '160727.640000', '160728.100000', '160728.560000', '160729.020000', '160729.480000', '160729.940000', '160730.400000', '160730.860000', '160731.320000', '160731.780000', '160732.240000', '160732.700000', '160733.160000', '160733.620000', '160734.080000', '160734.540000', '160735.000000', '160735.460000', '160735.920000', '160736.380000', '160736.840000', '160737.300000', '160737.760000', '160738.220000', '160738.680000', '160739.140000', '160739.600000', '160740.060000', '160740.520000', '160740.980000', '160741.440000', '160741.900000', '160742.360000', '160742.820000', '160743.280000', '160743.740000', '160744.200000', '160744.660000', '160745.120000', '160745.580000', '160746.040000', '160746.500000', '160746.960000', '160747.420000', '160747.880000', '160748.340000', '160748.800000', '160749.260000', '160749.720000', '160750.180000', '160750.640000', '160751.100000', '160751.560000', '160752.020000', '160752.480000', '160752.940000', '160753.400000', '160753.860000', '160754.320000', '160754.780000', '160755.240000', '160755.700000', '160756.160000', '160756.620000', '160757.080000', '160757.540000', '160758.000000', '160758.460000', '160758.920000', '160759.380000', '160759.840000', '160800.300000', '160800.760000', '160801.220000', '160801.680000', '160802.140000', '160802.600000', '160803.060000', '160803.520000', '160803.980000', '160804.440000', '160804.900000', '160805.360000', '160805.820000', '160806.280000', '160806.740000', '160807.200000', '160807.660000', '160808.120000', '160808.580000', '160809.040000', '160809.500000', '160809.960000', '160810.420000', '160810.880000', '160811.340000', '160811.800000', '160812.260000', '160812.720000', '160813.180000', '160813.640000', '160814.100000', '160814.560000', '160815.020000', '160815.480000', '160815.940000', '160816.400000', '160816.860000', '160817.320000', '160817.780000', '160818.240000', '160818.700000', '160819.160000', '160819.620000', '160820.080000', '160820.540000', '160821.000000', '160821.460000', '160821.920000', '160822.380000', '160822.840000', '160823.300000', '160823.760000', '160824.220000', '160824.680000', '160825.140000', '160825.600000', '160826.060000', '160826.520000', '160826.980000', '160827.440000', '160827.900000', '160828.360000', '160828.820000', '160829.280000', '160829.740000', '160830.200000', '160830.660000', '160831.120000', '160831.580000', '160832.040000', '160832.500000', '160832.960000', '160833.420000', '160833.880000', '160834.340000', '160834.800000', '160835.260000', '160835.720000', '160836.180000', '160836.640000', '160837.100000', '160837.560000', '160838.020000', '160838.480000', '160838.940000', '160839.400000', '160839.860000', '160840.320000', '160840.780000', '160841.240000', '160841.700000', '160842.160000', '160842.620000', '160843.080000', '160843.540000', '160844.000000', '160844.460000', '160844.920000', '160845.380000', '160845.840000', '160846.300000', '160846.760000', '160847.220000', '160847.680000', '160848.140000', '160848.600000', '160849.060000', '160849.520000', '160849.980000', '160850.440000', '160850.900000', '160851.360000', '160851.820000', '160852.280000', '160852.740000', '160853.200000', '160853.660000', '160854.120000', '160854.580000', '160855.040000', '160855.500000', '160855.960000', '160856.420000', '160856.880000', '160857.340000', '160857.800000', '160858.260000', '160858.720000', '160859.180000', '160859.640000', '160900.100000', '160900.560000', '160901.020000', '160901.480000', '160901.940000', '160902.400000', '160902.860000', '160903.320000', '160903.780000', '160904.240000', '160904.700000', '160905.160000', '160905.620000', '160906.080000', '160906.540000', '160907.000000', '160907.460000', '160907.920000', '160908.380000', '160908.840000', '160909.300000', '160909.760000', '160910.220000', '160910.680000', '160911.140000', '160911.600000', '160912.060000', '160912.520000', '160912.980000', '160913.440000', '160913.900000', '160914.360000', '160914.820000', '160915.280000', '160915.740000', '160916.200000', '160916.660000', '160917.120000', '160917.580000', '160918.040000', '160918.500000', '160918.960000', '160919.420000', '160919.880000', '160920.340000', '160920.800000', '160921.260000', '160921.720000', '160922.180000', '160922.640000', '160923.100000', '160923.560000', '160924.020000', '160924.480000', '160924.940000', '160925.400000', '160925.860000', '160926.320000', '160926.780000', '160927.240000', '160927.700000', '160928.160000', '160928.620000', '160929.080000', '160929.540000', '160930.000000', '160930.460000', '160930.920000', '160931.380000', '160931.840000', '160932.300000', '160932.760000', '160933.220000', '160933.680000', '160934.140000', '160934.600000', '160935.060000', '160935.520000', '160935.980000', '160936.440000', '160936.900000', '160937.360000', '160937.820000', '160938.280000', '160938.740000', '160939.200000', '160939.660000', '160940.120000', '160940.580000', '160941.040000', '160941.500000', '160941.960000', '160942.420000', '160942.880000', '160943.340000', '160943.800000', '160944.260000', '160944.720000', '160945.180000', '160945.640000', '160946.100000', '160946.560000', '160947.020000', '160947.480000', '160947.940000', '160948.400000', '160948.860000', '160949.320000', '160949.780000', '160950.240000', '160950.700000', '160951.160000', '160951.620000', '160952.080000', '160952.540000', '160953.000000', '160953.460000', '160953.920000', '160954.380000', '160954.840000', '160955.300000', '160955.760000', '160956.220000', '160956.680000', '160957.140000', '160957.600000', '160958.060000', '160958.520000', '160958.980000', '160959.440000', '160959.900000', '161000.360000', '161000.820000', '161001.280000', '161001.740000', '161002.200000', '161002.660000', '161003.120000', '161003.580000', '161004.040000', '161004.500000', '161004.960000', '161005.420000', '161005.880000', '161006.340000', '161006.800000', '161007.260000', '161007.720000', '161008.180000', '161008.640000', '161009.100000', '161009.560000', '161010.020000', '161010.480000', '161010.940000', '161011.400000', '161011.860000', '161012.320000', '161012.780000', '161013.240000', '161013.700000', '161014.160000', '161014.620000', '161015.080000', '161015.540000', '161016.000000', '161016.460000', '161016.920000', '161017.380000', '161017.840000', '161018.300000', '161018.760000', '161019.220000', '161019.680000', '161020.140000', '161020.600000', '161021.060000', '161021.520000', '161021.980000', '161022.440000', '161022.900000', '161023.360000', '161023.820000', '161024.280000', '161024.740000', '161025.200000', '161025.660000', '161026.120000', '161026.580000', '161027.040000', '161027.500000', '161027.960000', '161028.420000', '161028.880000', '161029.340000', '161029.800000', '161030.260000', '161030.720000', '161031.180000', '161031.640000', '161032.100000', '161032.560000', '161033.020000', '161033.480000', '161033.940000', '161034.400000', '161034.860000', '161035.320000', '161035.780000', '161036.240000', '161036.700000', '161037.160000', '161037.620000', '161038.080000', '161038.540000', '161039.000000', '161039.460000', '161039.920000', '161040.380000', '161040.840000', '161041.300000', '161041.760000', '161042.220000', '161042.680000', '161043.140000', '161043.600000', '161044.060000', '161044.520000', '161044.980000', '161045.440000', '161045.900000', '161046.360000', '161046.820000', '161047.280000', '161047.740000', '161048.200000', '161048.660000', '161049.120000', '161049.580000', '161050.040000', '161050.500000', '161050.960000', '161051.420000', '161051.880000', '161052.340000', '161052.800000', '161053.260000', '161053.720000', '161054.180000', '161054.640000', '161055.100000', '161055.560000', '161056.020000', '161056.480000', '161056.940000', '161057.400000', '161057.860000', '161058.320000', '161058.780000', '161059.240000', '161059.700000', '161100.160000', '161100.620000', '161101.080000', '161101.540000', '161102.000000', '161102.460000', '161102.920000', '161103.380000', '161103.840000', '161104.300000', '161104.760000', '161105.220000', '161105.680000', '161106.140000', '161106.600000', '161107.060000', '161107.520000', '161107.980000', '161108.440000', '161108.900000', '161109.360000', '161109.820000', '161110.280000', '161110.740000', '161111.200000', '161111.660000', '161112.120000', '161112.580000', '161113.040000', '161113.500000', '161113.960000', '161114.420000', '161114.880000', '161115.340000', '161115.800000', '161116.260000', '161116.720000', '161117.180000', '161117.640000', '161118.100000', '161118.560000', '161119.020000', '161119.480000', '161119.940000', '161120.400000', '161120.860000', '161121.320000', '161121.780000', '161122.240000', '161122.700000', '161123.160000', '161123.620000', '161124.080000', '161124.540000', '161125.000000', '161125.460000', '161125.920000', '161126.380000', '161126.840000', '161127.300000', '161127.760000', '161128.220000', '161128.680000', '161129.140000', '161129.600000', '161130.060000', '161130.520000', '161130.980000', '161131.440000', '161131.900000', '161132.360000', '161132.820000', '161133.280000', '161133.740000', '161134.200000', '161134.660000', '161135.120000', '161135.580000', '161136.040000', '161136.500000', '161136.960000', '161137.420000', '161137.880000', '161138.340000', '161138.800000', '161139.260000', '161139.720000', '161140.180000', '161140.640000', '161141.100000', '161141.560000', '161142.020000', '161142.480000', '161142.940000', '161143.400000', '161143.860000', '161144.320000', '161144.780000', '161145.240000', '161145.700000', '161146.160000', '161146.620000', '161147.080000', '161147.540000', '161148.000000', '161148.460000', '161148.920000', '161149.380000', '161149.840000', '161150.300000', '161150.760000', '161151.220000', '161151.680000', '161152.140000', '161152.600000', '161153.060000', '161153.520000', '161153.980000', '161154.440000', '161154.900000', '161155.360000', '161155.820000', '161156.280000', '161156.740000', '161157.200000', '161157.660000', '161158.120000', '161158.580000', '161159.040000', '161159.500000', '161159.960000', '161200.420000', '161200.880000', '161201.340000', '161201.800000', '161202.260000', '161202.720000', '161203.180000', '161203.640000', '161204.100000', '161204.560000', '161205.020000', '161205.480000', '161205.940000', '161206.400000', '161206.860000', '161207.320000', '161207.780000', '161208.240000', '161208.700000', '161209.160000', '161209.620000', '161210.080000', '161210.540000', '161211.000000', '161211.460000', '161211.920000', '161212.380000', '161212.840000', '161213.300000', '161213.760000', '161214.220000', '161214.680000', '161215.140000', '161215.600000', '161216.060000', '161216.520000', '161216.980000', '161217.440000', '161217.900000', '161218.360000', '161218.820000', '161219.280000', '161219.740000', '161220.200000', '161220.660000', '161221.120000', '161221.580000', '161222.040000', '161222.500000', '161222.960000', '161223.420000', '161223.880000', '161224.340000', '161224.800000', '161225.260000', '161225.720000', '161226.180000', '161226.640000', '161227.100000', '161227.560000', '161228.020000', '161228.480000', '161228.940000', '161229.400000', '161229.860000', '161230.320000', '161230.780000', '161231.240000', '161231.700000', '161232.160000', '161232.620000', '161233.080000', '161233.540000', '161234.000000', '161234.460000', '161234.920000', '161235.380000', '161235.840000', '161236.300000', '161236.760000', '161237.220000', '161237.680000', '161238.140000', '161238.600000', '161239.060000', '161239.520000', '161239.980000', '161240.440000', '161240.900000', '161241.360000', '161241.820000', '161242.280000', '161242.740000', '161243.200000', '161243.660000', '161244.120000', '161244.580000', '161245.040000', '161245.500000', '161245.960000', '161246.420000', '161246.880000', '161247.340000', '161247.800000', '161248.260000', '161248.720000', '161249.180000', '161249.640000', '161250.100000', '161250.560000', '161251.020000', '161251.480000', '161251.940000', '161252.400000', '161252.860000', '161253.320000', '161253.780000', '161254.240000', '161254.700000', '161255.160000', '161255.620000', '161256.080000', '161256.540000', '161257.000000', '161257.460000', '161257.920000', '161258.380000', '161258.840000', '161259.300000', '161259.760000', '161300.220000', '161300.680000', '161301.140000', '161301.600000', '161302.060000', '161302.520000', '161302.980000', '161303.440000', '161303.900000', '161304.360000', '161304.820000', '161305.280000', '161305.740000', '161306.200000', '161306.660000', '161307.120000', '161307.580000', '161308.040000', '161308.500000', '161308.960000', '161309.420000', '161309.880000', '161310.340000', '161310.800000', '161311.260000', '161311.720000', '161312.180000', '161312.640000', '161313.100000', '161313.560000', '161314.020000', '161314.480000', '161314.940000', '161315.400000', '161315.860000', '161316.320000', '161316.780000', '161317.240000', '161317.700000', '161318.160000', '161318.620000', '161319.080000', '161319.540000', '161320.000000', '161320.460000', '161320.920000', '161321.380000', '161321.840000', '161322.300000', '161322.760000', '161323.220000', '161323.680000', '161324.140000', '161324.600000', '161325.060000', '161325.520000', '161325.980000', '161326.440000', '161326.900000', '161327.360000', '161327.820000', '161328.280000', '161328.740000', '161329.200000', '161329.660000', '161330.120000', '161330.580000', '161331.040000', '161331.500000', '161331.960000', '161332.420000', '161332.880000', '161333.340000', '161333.800000', '161334.260000', '161334.720000', '161335.180000', '161335.640000', '161336.100000', '161336.560000', '161337.020000', '161337.480000', '161337.940000', '161338.400000', '161338.860000', '161339.320000', '161339.780000', '161340.240000', '161340.700000', '161341.160000', '161341.620000', '161342.080000', '161342.540000', '161343.000000', '161343.460000', '161343.920000', '161344.380000', '161344.840000', '161345.300000', '161345.760000', '161346.220000', '161346.680000', '161347.140000', '161347.600000', '161348.060000', '161348.520000', '161348.980000', '161349.440000', '161349.900000', '161350.360000', '161350.820000', '161351.280000', '161351.740000', '161352.200000', '161352.660000', '161353.120000', '161353.580000', '161354.040000', '161354.500000', '161354.960000', '161355.420000', '161355.880000', '161356.340000', '161356.800000', '161357.260000', '161357.720000', '161358.180000', '161358.640000', '161359.100000', '161359.560000', '161400.020000', '161400.480000', '161400.940000', '161401.400000', '161401.860000', '161402.320000', '161402.780000', '161403.240000', '161403.700000', '161404.160000', '161404.620000', '161405.080000', '161405.540000', '161406.000000', '161406.460000', '161406.920000', '161407.380000', '161407.840000', '161408.300000', '161408.760000', '161409.220000', '161409.680000', '161410.140000', '161410.600000', '161411.060000', '161411.520000', '161411.980000', '161412.440000', '161412.900000', '161413.360000', '161413.820000', '161414.280000', '161414.740000', '161415.200000', '161415.660000', '161416.120000', '161416.580000', '161417.040000', '161417.500000', '161417.960000', '161418.420000', '161418.880000', '161419.340000', '161419.800000', '161420.260000', '161420.720000', '161421.180000', '161421.640000', '161422.100000', '161422.560000', '161423.020000', '161423.480000', '161423.940000', '161424.400000', '161424.860000', '161425.320000', '161425.780000', '161426.240000', '161426.700000', '161427.160000', '161427.620000', '161428.080000', '161428.540000', '161429.000000', '161429.460000', '161429.920000', '161430.380000', '161430.840000', '161431.300000', '161431.760000', '161432.220000', '161432.680000', '161433.140000', '161433.600000', '161434.060000', '161434.520000', '161434.980000', '161435.440000', '161435.900000', '161436.360000', '161436.820000', '161437.280000', '161437.740000', '161438.200000', '161438.660000', '161439.120000', '161439.580000', '161440.040000', '161440.500000', '161440.960000', '161441.420000', '161441.880000', '161442.340000', '161442.800000', '161443.260000', '161443.720000', '161444.180000', '161444.640000', '161445.100000', '161445.560000', '161446.020000', '161446.480000', '161446.940000', '161447.400000', '161447.860000', '161448.320000', '161448.780000', '161449.240000', '161449.700000', '161450.160000', '161450.620000', '161451.080000', '161451.540000', '161452.000000', '161452.460000', '161452.920000', '161453.380000', '161453.840000', '161454.300000', '161454.760000', '161455.220000', '161455.680000', '161456.140000', '161456.600000', '161457.060000', '161457.520000', '161457.980000', '161458.440000', '161458.900000', '161459.360000', '161459.820000', '161500.280000', '161500.740000', '161501.200000', '161501.660000', '161502.120000', '161502.580000', '161503.040000', '161503.500000', '161503.960000', '161504.420000', '161504.880000', '161505.340000', '161505.800000', '161506.260000', '161506.720000', '161507.180000', '161507.640000', '161508.100000', '161508.560000', '161509.020000', '161509.480000', '161509.940000', '161510.400000', '161510.860000', '161511.320000', '161511.780000', '161512.240000', '161512.700000', '161513.160000', '161513.620000', '161514.080000', '161514.540000', '161515.000000', '161515.460000', '161515.920000', '161516.380000', '161516.840000', '161517.300000', '161517.760000', '161518.220000', '161518.680000', '161519.140000', '161519.600000', '161520.060000', '161520.520000', '161520.980000', '161521.440000', '161521.900000', '161522.360000', '161522.820000', '161523.280000', '161523.740000', '161524.200000', '161524.660000', '161525.120000', '161525.580000', '161526.040000', '161526.500000', '161526.960000', '161527.420000', '161527.880000', '161528.340000', '161528.800000', '161529.260000', '161529.720000', '161530.180000', '161530.640000', '161531.100000', '161531.560000', '161532.020000', '161532.480000', '161532.940000', '161533.400000', '161533.860000', '161534.320000', '161534.780000', '161535.240000', '161535.700000', '161536.160000', '161536.620000', '161537.080000', '161537.540000', '161538.000000', '161538.460000', '161538.920000', '161539.380000', '161539.840000', '161540.300000', '161540.760000', '161541.220000', '161541.680000', '161542.140000', '161542.600000', '161543.060000', '161543.520000', '161543.980000', '161544.440000', '161544.900000', '161545.360000', '161545.820000', '161546.280000', '161546.740000', '161547.200000', '161547.660000', '161548.120000', '161548.580000', '161549.040000', '161549.500000', '161549.960000', '161550.420000', '161550.880000', '161551.340000', '161551.800000', '161552.260000', '161552.720000', '161553.180000', '161553.640000', '161554.100000', '161554.560000', '161555.020000', '161555.480000', '161555.940000', '161556.400000', '161556.860000', '161557.320000', '161557.780000', '161558.240000', '161558.700000', '161559.160000', '161559.620000', '161600.080000', '161600.540000', '161601.000000', '161601.460000', '161601.920000', '161602.380000', '161602.840000', '161603.300000', '161603.760000', '161604.220000', '161604.680000', '161605.140000', '161605.600000', '161606.060000', '161606.520000', '161606.980000', '161607.440000', '161607.900000', '161608.360000', '161608.820000', '161609.280000', '161609.740000', '161610.200000', '161610.660000', '161611.120000', '161611.580000', '161612.040000', '161612.500000', '161612.960000', '161613.420000', '161613.880000', '161614.340000', '161614.800000', '161615.260000', '161615.720000', '161616.180000', '161616.640000', '161617.100000', '161617.560000', '161618.020000', '161618.480000', '161618.940000', '161619.400000', '161619.860000', '161620.320000', '161620.780000', '161621.240000', '161621.700000', '161622.160000', '161622.620000', '161623.080000', '161623.540000', '161624.000000', '161624.460000', '161624.920000', '161625.380000', '161625.840000', '161626.300000', '161626.760000', '161627.220000', '161627.680000', '161628.140000', '161628.600000', '161629.060000', '161629.520000', '161629.980000', '161630.440000', '161630.900000', '161631.360000', '161631.820000', '161632.280000', '161632.740000', '161633.200000', '161633.660000', '161634.120000', '161634.580000', '161635.040000', '161635.500000', '161635.960000', '161636.420000', '161636.880000', '161637.340000', '161637.800000', '161638.260000', '161638.720000', '161639.180000', '161639.640000', '161640.100000', '161640.560000', '161641.020000', '161641.480000', '161641.940000', '161642.400000', '161642.860000', '161643.320000', '161643.780000', '161644.240000', '161644.700000', '161645.160000', '161645.620000', '161646.080000', '161646.540000', '161647.000000', '161647.460000', '161647.920000', '161648.380000', '161648.840000', '161649.300000', '161649.760000', '161650.220000', '161650.680000', '161651.140000', '161651.600000', '161652.060000', '161652.520000', '161652.980000', '161653.440000', '161653.900000', '161654.360000', '161654.820000', '161655.280000', '161655.740000', '161656.200000', '161656.660000', '161657.120000', '161657.580000', '161658.040000', '161658.500000', '161658.960000', '161659.420000', '161659.880000', '161700.340000', '161700.800000', '161701.260000', '161701.720000', '161702.180000', '161702.640000', '161703.100000', '161703.560000', '161704.020000', '161704.480000', '161704.940000', '161705.400000', '161705.860000', '161706.320000', '161706.780000', '161707.240000', '161707.700000', '161708.160000', '161708.620000', '161709.080000', '161709.540000', '161710.000000', '161710.460000', '161710.920000', '161711.380000', '161711.840000', '161712.300000', '161712.760000', '161713.220000', '161713.680000', '161714.140000', '161714.600000', '161715.060000', '161715.520000'], 'ContentTime': ['160724.625000', '160724.628000', '160724.631000', '160724.640000', '160724.643000', '160724.645000', '160724.648000', '160724.651000', '160724.653000', '160724.656000', '160724.658000', '160724.661000', '160724.663000', '160724.666000', '160724.669000', '160724.671000', '160724.674000', '160724.676000', '160724.679000', '160724.681000', '160724.684000', '160724.686000', '160724.689000', '160724.692000', '160724.694000', '160724.697000', '160724.699000', '160724.702000', '160724.704000', '160724.707000', '160724.709000', '160724.712000', '160724.715000', '160724.717000', '160724.720000', '160724.724000', '160724.726000', '160724.729000', '160724.731000', '160724.734000', '160724.736000', '160724.739000', '160724.742000', '160724.744000', '160724.747000', '160724.749000', '160744.572000', '160744.575000', '160744.578000', '160744.580000', '160744.583000', '160744.586000', '160744.588000', '160744.591000', '160744.593000', '160744.596000', '160744.599000', '160744.601000', '160744.604000', '160744.606000', '160744.609000', '160744.611000', '160744.614000', '160744.617000', '160744.619000', '160744.622000', '160744.624000', '160744.627000', '160744.629000', '160744.632000', '160744.634000', '160744.637000', '160744.640000', '160744.642000', '160744.645000', '160744.647000', '160744.650000', '160744.662000', '160744.664000', '160744.667000', '160744.669000', '160744.672000', '160744.677000', '160744.680000', '160744.682000', '160744.685000', '160744.687000', '160744.690000', '160744.693000', '160804.573000', '160804.576000', '160804.579000', '160804.581000', '160804.584000', '160804.587000', '160804.589000', '160804.592000', '160804.594000', '160804.597000', '160804.600000', '160804.602000', '160804.612000', '160804.615000', '160804.617000', '160804.620000', '160804.622000', '160804.625000', '160804.627000', '160804.630000', '160804.633000', '160804.635000', '160804.638000', '160804.654000', '160804.656000', '160804.659000', '160804.661000', '160804.664000', '160804.667000', '160804.669000', '160804.677000', '160804.680000', '160804.683000', '160804.685000', '160804.688000', '160804.690000', '160804.693000', '160804.696000', '160804.698000', '160804.701000', '160804.703000', '160804.706000', '160804.708000', '160804.711000', '160824.574000', '160824.576000', '160824.579000', '160824.582000', '160824.584000', '160824.587000', '160824.589000', '160824.592000', '160824.595000', '160824.597000', '160824.600000', '160824.603000', '160824.605000', '160824.608000', '160824.610000', '160824.613000', '160824.615000', '160824.618000', '160824.621000', '160824.623000', '160824.626000', '160824.628000', '160824.631000', '160824.634000', '160824.642000', '160824.644000', '160824.647000', '160824.650000', '160824.652000', '160824.655000', '160824.657000', '160824.660000', '160824.663000', '160824.665000', '160824.668000', '160824.670000', '160824.673000', '160824.676000', '160824.678000', '160824.681000', '160824.683000', '160824.686000', '160824.688000', '160844.572000', '160844.575000', '160844.578000', '160844.581000', '160844.583000', '160844.586000', '160844.588000', '160844.591000', '160844.618000', '160844.621000', '160844.623000', '160844.626000', '160844.628000', '160844.631000', '160844.634000', '160844.636000', '160844.639000', '160844.641000', '160844.644000', '160844.646000', '160844.649000', '160844.652000', '160844.654000', '160844.657000', '160844.659000', '160844.662000', '160844.665000', '160844.667000', '160844.670000', '160844.672000', '160844.675000', '160844.677000', '160844.680000', '160844.683000', '160844.685000', '160844.688000', '160844.690000', '160844.693000', '160844.695000', '160844.698000', '160844.701000', '160844.703000', '160844.706000', '160844.708000', '160904.572000', '160904.575000', '160904.578000', '160904.580000', '160904.583000', '160904.586000', '160904.588000', '160904.591000', '160904.593000', '160904.596000', '160904.599000', '160904.601000', '160904.604000', '160904.616000', '160904.619000', '160904.621000', '160904.624000', '160904.627000', '160904.629000', '160904.632000', '160904.634000', '160904.637000', '160904.640000', '160904.642000', '160904.645000', '160904.647000', '160904.650000', '160904.653000', '160904.655000', '160904.658000', '160904.660000', '160904.663000', '160904.666000', '160904.668000', '160904.671000', '160904.674000', '160904.676000', '160904.679000', '160904.682000', '160904.684000', '160904.687000', '160904.689000', '160904.692000', '160924.573000', '160924.575000', '160924.578000', '160924.581000', '160924.583000', '160924.586000', '160924.589000', '160924.591000', '160924.594000', '160924.596000', '160924.599000', '160924.602000', '160924.604000', '160924.607000', '160924.609000', '160924.612000', '160924.614000', '160924.617000', '160924.620000', '160924.622000', '160924.625000', '160924.628000', '160924.630000', '160924.633000', '160924.635000', '160924.638000', '160924.640000', '160924.643000', '160924.646000', '160924.648000', '160924.651000', '160924.653000', '160924.656000', '160924.659000', '160924.661000', '160924.664000', '160924.666000', '160924.669000', '160924.672000', '160924.674000', '160924.677000', '160924.679000', '160924.682000', '160924.685000', '160944.572000', '160944.575000', '160944.578000', '160944.580000', '160944.583000', '160944.586000', '160944.588000', '160944.591000', '160944.593000', '160944.596000', '160944.599000', '160944.601000', '160944.604000', '160944.607000', '160944.609000', '160944.612000', '160944.614000', '160944.617000', '160944.643000', '160944.646000', '160944.649000', '160944.651000', '160944.654000', '160944.656000', '160944.659000', '160944.661000', '160944.664000', '160944.667000', '160944.669000', '160944.672000', '160944.674000', '160944.677000', '160944.680000', '160944.683000', '160944.685000', '160944.688000', '160944.690000', '160944.693000', '160944.696000', '160944.698000', '160944.701000', '160944.704000', '160944.706000', '161004.573000', '161004.575000', '161004.578000', '161004.581000', '161004.583000', '161004.586000', '161004.588000', '161004.591000', '161004.594000', '161004.596000', '161004.599000', '161004.601000', '161004.604000', '161004.607000', '161004.609000', '161004.612000', '161004.614000', '161004.617000', '161004.619000', '161004.622000', '161004.625000', '161004.627000', '161004.630000', '161004.632000', '161004.635000', '161004.638000', '161004.640000', '161004.643000', '161004.645000', '161004.648000', '161004.651000', '161004.653000', '161004.656000', '161004.658000', '161004.661000', '161004.663000', '161004.666000', '161004.669000', '161004.671000', '161004.674000', '161004.676000', '161004.679000', '161004.682000', '161004.684000', '161024.574000', '161024.577000', '161024.579000', '161024.582000', '161024.585000', '161024.587000', '161024.590000', '161024.592000', '161024.595000', '161024.598000', '161024.600000', '161024.603000', '161024.605000', '161024.608000', '161024.611000', '161024.613000', '161024.616000', '161024.618000', '161024.621000', '161024.624000', '161024.626000', '161024.629000', '161024.631000', '161024.634000', '161024.637000', '161024.639000', '161024.642000', '161024.644000', '161024.647000', '161024.649000', '161024.652000', '161024.655000', '161024.657000', '161024.660000', '161024.663000', '161024.665000', '161024.668000', '161024.670000', '161024.673000', '161024.676000', '161024.678000', '161024.681000', '161024.683000', '161044.573000', '161044.576000', '161044.579000', '161044.581000', '161044.584000', '161044.587000', '161044.589000', '161044.592000', '161044.594000', '161044.597000', '161044.600000', '161044.602000', '161044.605000', '161044.607000', '161044.610000', '161044.613000', '161044.615000', '161044.618000', '161044.620000', '161044.623000', '161044.626000', '161044.628000', '161044.631000', '161044.633000', '161044.636000', '161044.638000', '161044.641000', '161044.644000', '161044.646000', '161044.649000', '161044.651000', '161044.654000', '161044.657000', '161044.659000', '161044.662000', '161044.664000', '161044.667000', '161044.670000', '161044.672000', '161044.675000', '161044.677000', '161044.680000', '161044.683000', '161044.685000', '161104.573000', '161104.576000', '161104.578000', '161104.581000', '161104.584000', '161104.586000', '161104.589000', '161104.591000', '161104.594000', '161104.597000', '161104.599000', '161104.602000', '161104.605000', '161104.607000', '161104.610000', '161104.613000', '161104.615000', '161104.618000', '161104.620000', '161104.623000', '161104.625000', '161104.628000', '161104.631000', '161104.633000', '161104.636000', '161104.639000', '161104.641000', '161104.644000', '161104.646000', '161104.649000', '161104.652000', '161104.654000', '161104.657000', '161104.660000', '161104.662000', '161104.665000', '161104.667000', '161104.670000', '161104.673000', '161104.675000', '161104.678000', '161104.681000', '161104.683000', '161124.580000', '161124.583000', '161124.585000', '161124.588000', '161124.590000', '161124.593000', '161124.596000', '161124.598000', '161124.601000', '161124.604000', '161124.606000', '161124.609000', '161124.612000', '161124.614000', '161124.617000', '161124.620000', '161124.622000', '161124.625000', '161124.627000', '161124.630000', '161124.632000', '161124.635000', '161124.638000', '161124.640000', '161124.643000', '161124.645000', '161124.648000', '161124.650000', '161124.653000', '161124.656000', '161124.658000', '161124.661000', '161124.664000', '161124.666000', '161124.669000', '161124.672000', '161124.674000', '161124.677000', '161124.679000', '161124.682000', '161124.685000', '161124.687000', '161124.690000', '161124.692000', '161144.572000', '161144.575000', '161144.578000', '161144.581000', '161144.583000', '161144.586000', '161144.588000', '161144.591000', '161144.594000', '161144.596000', '161144.599000', '161144.601000', '161144.604000', '161144.607000', '161144.609000', '161144.612000', '161144.615000', '161144.617000', '161144.620000', '161144.622000', '161144.625000', '161144.628000', '161144.630000', '161144.633000', '161144.635000', '161144.638000', '161144.641000', '161144.643000', '161144.646000', '161144.649000', '161144.651000', '161144.654000', '161144.656000', '161144.659000', '161144.662000', '161144.664000', '161144.667000', '161144.669000', '161144.672000', '161144.674000', '161144.677000', '161144.680000', '161144.682000', '161204.572000', '161204.575000', '161204.578000', '161204.581000', '161204.583000', '161204.586000', '161204.588000', '161204.591000', '161204.594000', '161204.596000', '161204.599000', '161204.601000', '161204.604000', '161204.607000', '161204.609000', '161204.612000', '161204.614000', '161204.617000', '161204.620000', '161204.622000', '161204.625000', '161204.627000', '161204.630000', '161204.633000', '161204.635000', '161204.638000', '161204.640000', '161204.643000', '161204.646000', '161204.648000', '161204.651000', '161204.654000', '161204.656000', '161204.659000', '161204.661000', '161204.664000', '161204.666000', '161204.669000', '161204.672000', '161204.674000', '161204.677000', '161204.679000', '161204.682000', '161224.573000', '161224.575000', '161224.578000', '161224.581000', '161224.583000', '161224.586000', '161224.589000', '161224.591000', '161224.594000', '161224.596000', '161224.599000', '161224.602000', '161224.604000', '161224.607000', '161224.610000', '161224.612000', '161224.615000', '161224.618000', '161224.620000', '161224.623000', '161224.625000', '161224.628000', '161224.630000', '161224.633000', '161224.636000', '161224.638000', '161224.641000', '161224.643000', '161224.646000', '161224.649000', '161224.651000', '161224.654000', '161224.656000', '161224.659000', '161224.662000', '161224.664000', '161224.667000', '161224.669000', '161224.672000', '161224.675000', '161224.677000', '161224.680000', '161224.682000', '161224.685000', '161244.574000', '161244.576000', '161244.579000', '161244.582000', '161244.584000', '161244.587000', '161244.589000', '161244.592000', '161244.595000', '161244.598000', '161244.601000', '161244.613000', '161244.615000', '161244.618000', '161244.620000', '161244.623000', '161244.626000', '161244.628000', '161244.631000', '161244.633000', '161244.636000', '161244.638000', '161244.641000', '161244.644000', '161244.646000', '161244.649000', '161244.652000', '161244.654000', '161244.657000', '161244.659000', '161244.662000', '161244.665000', '161244.667000', '161244.670000', '161244.672000', '161244.675000', '161244.677000', '161244.680000', '161244.683000', '161244.685000', '161244.688000', '161244.691000', '161244.693000', '161244.696000', '161304.574000', '161304.577000', '161304.579000', '161304.582000', '161304.584000', '161304.587000', '161304.590000', '161304.592000', '161304.595000', '161304.597000', '161304.600000', '161304.603000', '161304.605000', '161304.608000', '161304.611000', '161304.613000', '161304.616000', '161304.618000', '161304.621000', '161304.623000', '161304.626000', '161304.629000', '161304.631000', '161304.634000', '161304.637000', '161304.639000', '161304.642000', '161304.645000', '161304.647000', '161304.650000', '161304.652000', '161304.655000', '161304.658000', '161304.660000', '161304.663000', '161304.665000', '161304.668000', '161304.671000', '161304.673000', '161304.676000', '161304.679000', '161304.681000', '161304.684000', '161324.573000', '161324.575000', '161324.578000', '161324.581000', '161324.583000', '161324.586000', '161324.588000', '161324.591000', '161324.593000', '161324.596000', '161324.599000', '161324.601000', '161324.604000', '161324.607000', '161324.609000', '161324.612000', '161324.615000', '161324.617000', '161324.620000', '161324.622000', '161324.625000', '161324.627000', '161324.630000', '161324.633000', '161324.635000', '161324.638000', '161324.640000', '161324.643000', '161324.646000', '161324.648000', '161324.651000', '161324.653000', '161324.656000', '161324.659000', '161324.661000', '161324.664000', '161324.666000', '161324.669000', '161324.672000', '161324.674000', '161324.677000', '161324.679000', '161324.682000', '161324.685000', '161344.573000', '161344.575000', '161344.578000', '161344.581000', '161344.583000', '161344.586000', '161344.588000', '161344.591000', '161344.594000', '161344.596000', '161344.599000', '161344.601000', '161344.604000', '161344.607000', '161344.609000', '161344.612000', '161344.614000', '161344.617000', '161344.620000', '161344.622000', '161344.625000', '161344.628000', '161344.630000', '161344.633000', '161344.635000', '161344.638000', '161344.641000', '161344.643000', '161344.646000', '161344.649000', '161344.651000', '161344.654000', '161344.656000', '161344.659000', '161344.662000', '161344.664000', '161344.667000', '161344.669000', '161344.672000', '161344.675000', '161344.677000', '161344.680000', '161344.682000', '161404.573000', '161404.575000', '161404.578000', '161404.581000', '161404.583000', '161404.586000', '161404.588000', '161404.591000', '161404.594000', '161404.596000', '161404.599000', '161404.602000', '161404.604000', '161404.607000', '161404.609000', '161404.612000', '161404.614000', '161404.617000', '161404.620000', '161404.622000', '161404.625000', '161404.638000', '161404.641000', '161404.644000', '161404.647000', '161404.649000', '161404.652000', '161404.655000', '161404.657000', '161404.660000', '161404.662000', '161404.665000', '161404.668000', '161404.670000', '161404.673000', '161404.676000', '161404.678000', '161404.681000', '161404.684000', '161404.686000', '161404.689000', '161404.692000', '161404.694000', '161424.573000', '161424.575000', '161424.578000', '161424.581000', '161424.583000', '161424.586000', '161424.588000', '161424.591000', '161424.594000', '161424.596000', '161424.599000', '161424.602000', '161424.605000', '161424.607000', '161424.610000', '161424.613000', '161424.615000', '161424.618000', '161424.620000', '161424.623000', '161424.625000', '161424.628000', '161424.631000', '161424.634000', '161424.636000', '161424.639000', '161424.641000', '161424.644000', '161424.646000', '161424.649000', '161424.652000', '161424.654000', '161424.657000', '161424.660000', '161424.662000', '161424.665000', '161424.667000', '161424.670000', '161424.673000', '161424.675000', '161424.678000', '161424.681000', '161424.683000', '161424.686000', '161444.573000', '161444.575000', '161444.578000', '161444.581000', '161444.583000', '161444.586000', '161444.589000', '161444.591000', '161444.594000', '161444.596000', '161444.599000', '161444.602000', '161444.604000', '161444.607000', '161444.609000', '161444.612000', '161444.615000', '161444.617000', '161444.620000', '161444.623000', '161444.626000', '161444.628000', '161444.631000', '161444.633000', '161444.636000', '161444.639000', '161444.641000', '161444.644000', '161444.646000', '161444.649000', '161444.651000', '161444.654000', '161444.657000', '161444.659000', '161444.662000', '161444.665000', '161444.667000', '161444.670000', '161444.672000', '161444.675000', '161444.678000', '161444.680000', '161444.683000', '161504.574000', '161504.577000', '161504.579000', '161504.582000', '161504.584000', '161504.587000', '161504.590000', '161504.592000', '161504.595000', '161504.597000', '161504.600000', '161504.603000', '161504.605000', '161504.608000', '161504.611000', '161504.613000', '161504.616000', '161504.618000', '161504.621000', '161504.624000', '161504.626000', '161504.629000', '161504.632000', '161504.634000', '161504.637000', '161504.639000', '161504.642000', '161504.644000', '161504.647000', '161504.650000', '161504.652000', '161504.655000', '161504.658000', '161504.660000', '161504.663000', '161504.666000', '161504.668000', '161504.671000', '161504.673000', '161504.676000', '161504.678000', '161504.681000', '161504.684000', '161504.686000', '161524.574000', '161524.577000', '161524.579000', '161524.582000', '161524.584000', '161524.587000', '161524.590000', '161524.592000', '161524.595000', '161524.597000', '161524.600000', '161524.603000', '161524.605000', '161524.608000', '161524.610000', '161524.613000', '161524.616000', '161524.618000', '161524.621000', '161524.623000', '161524.626000', '161524.629000', '161524.631000', '161524.634000', '161524.637000', '161524.639000', '161524.642000', '161524.645000', '161524.647000', '161524.650000', '161524.652000', '161524.655000', '161524.676000', '161524.679000', '161524.682000', '161524.684000', '161524.687000', '161524.690000', '161524.692000', '161524.695000', '161524.697000', '161524.700000', '161524.703000', '161544.573000', '161544.575000', '161544.578000', '161544.581000', '161544.583000', '161544.586000', '161544.588000', '161544.591000', '161544.593000', '161544.596000', '161544.599000', '161544.601000', '161544.604000', '161544.607000', '161544.609000', '161544.612000', '161544.615000', '161544.617000', '161544.620000', '161544.622000', '161544.625000', '161544.628000', '161544.630000', '161544.633000', '161544.635000', '161544.638000', '161544.640000', '161544.643000', '161544.646000', '161544.649000', '161544.651000', '161544.654000', '161544.656000', '161544.659000', '161544.662000', '161544.664000', '161544.667000', '161544.669000', '161544.672000', '161544.674000', '161544.677000', '161544.680000', '161544.682000', '161544.685000', '161604.573000', '161604.575000', '161604.578000', '161604.581000', '161604.583000', '161604.586000', '161604.588000', '161604.591000', '161604.594000', '161604.596000', '161604.599000', '161604.602000', '161604.604000', '161604.607000', '161604.609000', '161604.612000', '161604.615000', '161604.617000', '161604.620000', '161604.622000', '161604.625000', '161604.628000', '161604.630000', '161604.633000', '161604.636000', '161604.639000', '161604.642000', '161604.645000', '161604.647000', '161604.650000', '161604.653000', '161604.655000', '161604.658000', '161604.660000', '161604.663000', '161604.666000', '161604.668000', '161604.671000', '161604.673000', '161604.676000', '161604.679000', '161604.681000', '161604.684000', '161624.573000', '161624.576000', '161624.578000', '161624.581000', '161624.583000', '161624.586000', '161624.589000', '161624.591000', '161624.594000', '161624.596000', '161624.599000', '161624.602000', '161624.604000', '161624.607000', '161624.609000', '161624.612000', '161624.615000', '161624.617000', '161624.620000', '161624.623000', '161624.625000', '161624.628000', '161624.630000', '161624.633000', '161624.635000', '161624.638000', '161624.641000', '161624.643000', '161624.646000', '161624.648000', '161624.651000', '161624.654000', '161624.656000', '161624.659000', '161624.661000', '161624.664000', '161624.667000', '161624.669000', '161624.672000', '161624.674000', '161624.677000', '161624.679000', '161624.682000', '161624.685000', '161644.573000', '161644.575000', '161644.578000', '161644.581000', '161644.583000', '161644.586000', '161644.589000', '161644.591000', '161644.594000', '161644.597000', '161644.599000', '161644.602000', '161644.604000', '161644.607000', '161644.617000', '161644.620000', '161644.622000', '161644.625000', '161644.627000', '161644.630000', '161644.632000', '161644.635000', '161644.638000', '161644.640000', '161644.643000', '161644.645000', '161644.648000', '161644.651000', '161644.653000', '161644.656000', '161644.659000', '161644.662000', '161644.665000', '161644.678000', '161644.680000', '161644.683000', '161644.686000', '161644.703000', '161644.706000', '161644.708000', '161644.711000', '161644.716000', '161644.719000', '161704.573000', '161704.575000', '161704.578000', '161704.581000', '161704.583000', '161704.586000', '161704.589000', '161704.591000', '161704.594000', '161704.596000', '161704.599000', '161704.602000', '161704.604000', '161704.607000', '161704.610000', '161704.612000', '161704.615000', '161704.617000', '161704.620000', '161704.623000', '161704.625000', '161704.628000', '161704.630000', '161704.633000', '161704.635000', '161704.638000', '161704.641000', '161704.643000', '161704.646000', '161704.649000', '161704.651000', '161704.654000', '161704.656000', '161704.659000', '161704.661000', '161704.664000', '161704.667000', '161704.669000', '161704.672000', '161704.674000', '161704.677000', '161704.680000', '161704.682000', '161704.685000', '161717.305000', '161717.308000', '161717.311000', '161717.313000', '161717.316000', '161717.319000', '161717.322000', '161717.324000', '161717.327000', '161717.330000', '161717.332000', '161717.335000', '161717.338000', '161717.340000', '161717.343000', '161717.346000', '161717.348000', '161717.351000', '161717.354000', '161717.356000', '161717.359000', '161717.362000', '161717.365000', '161717.367000', '161717.370000', '161717.373000', '161717.375000', '161717.378000'], 'InstanceCreationTime': ['160724.625000', '160724.628000', '160724.631000', '160724.640000', '160724.643000', '160724.645000', '160724.648000', '160724.651000', '160724.653000', '160724.656000', '160724.658000', '160724.661000', '160724.663000', '160724.666000', '160724.669000', '160724.671000', '160724.674000', '160724.676000', '160724.679000', '160724.681000', '160724.684000', '160724.686000', '160724.689000', '160724.692000', '160724.694000', '160724.697000', '160724.699000', '160724.702000', '160724.704000', '160724.707000', '160724.709000', '160724.712000', '160724.715000', '160724.717000', '160724.720000', '160724.724000', '160724.726000', '160724.729000', '160724.731000', '160724.734000', '160724.736000', '160724.739000', '160724.742000', '160724.744000', '160724.747000', '160724.749000', '160744.572000', '160744.575000', '160744.578000', '160744.580000', '160744.583000', '160744.586000', '160744.588000', '160744.591000', '160744.593000', '160744.596000', '160744.599000', '160744.601000', '160744.604000', '160744.606000', '160744.609000', '160744.611000', '160744.614000', '160744.617000', '160744.619000', '160744.622000', '160744.624000', '160744.627000', '160744.629000', '160744.632000', '160744.634000', '160744.637000', '160744.640000', '160744.642000', '160744.645000', '160744.647000', '160744.650000', '160744.662000', '160744.664000', '160744.667000', '160744.669000', '160744.672000', '160744.677000', '160744.680000', '160744.682000', '160744.685000', '160744.687000', '160744.690000', '160744.693000', '160804.573000', '160804.576000', '160804.579000', '160804.581000', '160804.584000', '160804.587000', '160804.589000', '160804.592000', '160804.594000', '160804.597000', '160804.600000', '160804.602000', '160804.612000', '160804.615000', '160804.617000', '160804.620000', '160804.622000', '160804.625000', '160804.627000', '160804.630000', '160804.633000', '160804.635000', '160804.638000', '160804.654000', '160804.656000', '160804.659000', '160804.661000', '160804.664000', '160804.667000', '160804.669000', '160804.677000', '160804.680000', '160804.683000', '160804.685000', '160804.688000', '160804.690000', '160804.693000', '160804.696000', '160804.698000', '160804.701000', '160804.703000', '160804.706000', '160804.708000', '160804.711000', '160824.574000', '160824.576000', '160824.579000', '160824.582000', '160824.584000', '160824.587000', '160824.589000', '160824.592000', '160824.595000', '160824.597000', '160824.600000', '160824.603000', '160824.605000', '160824.608000', '160824.610000', '160824.613000', '160824.615000', '160824.618000', '160824.621000', '160824.623000', '160824.626000', '160824.628000', '160824.631000', '160824.634000', '160824.642000', '160824.644000', '160824.647000', '160824.650000', '160824.652000', '160824.655000', '160824.657000', '160824.660000', '160824.663000', '160824.665000', '160824.668000', '160824.670000', '160824.673000', '160824.676000', '160824.678000', '160824.681000', '160824.683000', '160824.686000', '160824.688000', '160844.572000', '160844.575000', '160844.578000', '160844.581000', '160844.583000', '160844.586000', '160844.588000', '160844.591000', '160844.618000', '160844.621000', '160844.623000', '160844.626000', '160844.628000', '160844.631000', '160844.634000', '160844.636000', '160844.639000', '160844.641000', '160844.644000', '160844.646000', '160844.649000', '160844.652000', '160844.654000', '160844.657000', '160844.659000', '160844.662000', '160844.665000', '160844.667000', '160844.670000', '160844.672000', '160844.675000', '160844.677000', '160844.680000', '160844.683000', '160844.685000', '160844.688000', '160844.690000', '160844.693000', '160844.695000', '160844.698000', '160844.701000', '160844.703000', '160844.706000', '160844.708000', '160904.572000', '160904.575000', '160904.578000', '160904.580000', '160904.583000', '160904.586000', '160904.588000', '160904.591000', '160904.593000', '160904.596000', '160904.599000', '160904.601000', '160904.604000', '160904.616000', '160904.619000', '160904.621000', '160904.624000', '160904.627000', '160904.629000', '160904.632000', '160904.634000', '160904.637000', '160904.640000', '160904.642000', '160904.645000', '160904.647000', '160904.650000', '160904.653000', '160904.655000', '160904.658000', '160904.660000', '160904.663000', '160904.666000', '160904.668000', '160904.671000', '160904.674000', '160904.676000', '160904.679000', '160904.682000', '160904.684000', '160904.687000', '160904.689000', '160904.692000', '160924.573000', '160924.575000', '160924.578000', '160924.581000', '160924.583000', '160924.586000', '160924.589000', '160924.591000', '160924.594000', '160924.596000', '160924.599000', '160924.602000', '160924.604000', '160924.607000', '160924.609000', '160924.612000', '160924.614000', '160924.617000', '160924.620000', '160924.622000', '160924.625000', '160924.628000', '160924.630000', '160924.633000', '160924.635000', '160924.638000', '160924.640000', '160924.643000', '160924.646000', '160924.648000', '160924.651000', '160924.653000', '160924.656000', '160924.659000', '160924.661000', '160924.664000', '160924.666000', '160924.669000', '160924.672000', '160924.674000', '160924.677000', '160924.679000', '160924.682000', '160924.685000', '160944.572000', '160944.575000', '160944.578000', '160944.580000', '160944.583000', '160944.586000', '160944.588000', '160944.591000', '160944.593000', '160944.596000', '160944.599000', '160944.601000', '160944.604000', '160944.607000', '160944.609000', '160944.612000', '160944.614000', '160944.617000', '160944.643000', '160944.646000', '160944.649000', '160944.651000', '160944.654000', '160944.656000', '160944.659000', '160944.661000', '160944.664000', '160944.667000', '160944.669000', '160944.672000', '160944.674000', '160944.677000', '160944.680000', '160944.683000', '160944.685000', '160944.688000', '160944.690000', '160944.693000', '160944.696000', '160944.698000', '160944.701000', '160944.704000', '160944.706000', '161004.573000', '161004.575000', '161004.578000', '161004.581000', '161004.583000', '161004.586000', '161004.588000', '161004.591000', '161004.594000', '161004.596000', '161004.599000', '161004.601000', '161004.604000', '161004.607000', '161004.609000', '161004.612000', '161004.614000', '161004.617000', '161004.619000', '161004.622000', '161004.625000', '161004.627000', '161004.630000', '161004.632000', '161004.635000', '161004.638000', '161004.640000', '161004.643000', '161004.645000', '161004.648000', '161004.651000', '161004.653000', '161004.656000', '161004.658000', '161004.661000', '161004.663000', '161004.666000', '161004.669000', '161004.671000', '161004.674000', '161004.676000', '161004.679000', '161004.682000', '161004.684000', '161024.574000', '161024.577000', '161024.579000', '161024.582000', '161024.585000', '161024.587000', '161024.590000', '161024.592000', '161024.595000', '161024.598000', '161024.600000', '161024.603000', '161024.605000', '161024.608000', '161024.611000', '161024.613000', '161024.616000', '161024.618000', '161024.621000', '161024.624000', '161024.626000', '161024.629000', '161024.631000', '161024.634000', '161024.637000', '161024.639000', '161024.642000', '161024.644000', '161024.647000', '161024.649000', '161024.652000', '161024.655000', '161024.657000', '161024.660000', '161024.663000', '161024.665000', '161024.668000', '161024.670000', '161024.673000', '161024.676000', '161024.678000', '161024.681000', '161024.683000', '161044.573000', '161044.576000', '161044.579000', '161044.581000', '161044.584000', '161044.587000', '161044.589000', '161044.592000', '161044.594000', '161044.597000', '161044.600000', '161044.602000', '161044.605000', '161044.607000', '161044.610000', '161044.613000', '161044.615000', '161044.618000', '161044.620000', '161044.623000', '161044.626000', '161044.628000', '161044.631000', '161044.633000', '161044.636000', '161044.638000', '161044.641000', '161044.644000', '161044.646000', '161044.649000', '161044.651000', '161044.654000', '161044.657000', '161044.659000', '161044.662000', '161044.664000', '161044.667000', '161044.670000', '161044.672000', '161044.675000', '161044.677000', '161044.680000', '161044.683000', '161044.685000', '161104.573000', '161104.576000', '161104.578000', '161104.581000', '161104.584000', '161104.586000', '161104.589000', '161104.591000', '161104.594000', '161104.597000', '161104.599000', '161104.602000', '161104.605000', '161104.607000', '161104.610000', '161104.613000', '161104.615000', '161104.618000', '161104.620000', '161104.623000', '161104.625000', '161104.628000', '161104.631000', '161104.633000', '161104.636000', '161104.639000', '161104.641000', '161104.644000', '161104.646000', '161104.649000', '161104.652000', '161104.654000', '161104.657000', '161104.660000', '161104.662000', '161104.665000', '161104.667000', '161104.670000', '161104.673000', '161104.675000', '161104.678000', '161104.681000', '161104.683000', '161124.580000', '161124.583000', '161124.585000', '161124.588000', '161124.590000', '161124.593000', '161124.596000', '161124.598000', '161124.601000', '161124.604000', '161124.606000', '161124.609000', '161124.612000', '161124.614000', '161124.617000', '161124.620000', '161124.622000', '161124.625000', '161124.627000', '161124.630000', '161124.632000', '161124.635000', '161124.638000', '161124.640000', '161124.643000', '161124.645000', '161124.648000', '161124.650000', '161124.653000', '161124.656000', '161124.658000', '161124.661000', '161124.664000', '161124.666000', '161124.669000', '161124.672000', '161124.674000', '161124.677000', '161124.679000', '161124.682000', '161124.685000', '161124.687000', '161124.690000', '161124.692000', '161144.572000', '161144.575000', '161144.578000', '161144.581000', '161144.583000', '161144.586000', '161144.588000', '161144.591000', '161144.594000', '161144.596000', '161144.599000', '161144.601000', '161144.604000', '161144.607000', '161144.609000', '161144.612000', '161144.615000', '161144.617000', '161144.620000', '161144.622000', '161144.625000', '161144.628000', '161144.630000', '161144.633000', '161144.635000', '161144.638000', '161144.641000', '161144.643000', '161144.646000', '161144.649000', '161144.651000', '161144.654000', '161144.656000', '161144.659000', '161144.662000', '161144.664000', '161144.667000', '161144.669000', '161144.672000', '161144.674000', '161144.677000', '161144.680000', '161144.682000', '161204.572000', '161204.575000', '161204.578000', '161204.581000', '161204.583000', '161204.586000', '161204.588000', '161204.591000', '161204.594000', '161204.596000', '161204.599000', '161204.601000', '161204.604000', '161204.607000', '161204.609000', '161204.612000', '161204.614000', '161204.617000', '161204.620000', '161204.622000', '161204.625000', '161204.627000', '161204.630000', '161204.633000', '161204.635000', '161204.638000', '161204.640000', '161204.643000', '161204.646000', '161204.648000', '161204.651000', '161204.654000', '161204.656000', '161204.659000', '161204.661000', '161204.664000', '161204.666000', '161204.669000', '161204.672000', '161204.674000', '161204.677000', '161204.679000', '161204.682000', '161224.573000', '161224.575000', '161224.578000', '161224.581000', '161224.583000', '161224.586000', '161224.589000', '161224.591000', '161224.594000', '161224.596000', '161224.599000', '161224.602000', '161224.604000', '161224.607000', '161224.610000', '161224.612000', '161224.615000', '161224.618000', '161224.620000', '161224.623000', '161224.625000', '161224.628000', '161224.630000', '161224.633000', '161224.636000', '161224.638000', '161224.641000', '161224.643000', '161224.646000', '161224.649000', '161224.651000', '161224.654000', '161224.656000', '161224.659000', '161224.662000', '161224.664000', '161224.667000', '161224.669000', '161224.672000', '161224.675000', '161224.677000', '161224.680000', '161224.682000', '161224.685000', '161244.574000', '161244.576000', '161244.579000', '161244.582000', '161244.584000', '161244.587000', '161244.589000', '161244.592000', '161244.595000', '161244.598000', '161244.601000', '161244.613000', '161244.615000', '161244.618000', '161244.620000', '161244.623000', '161244.626000', '161244.628000', '161244.631000', '161244.633000', '161244.636000', '161244.638000', '161244.641000', '161244.644000', '161244.646000', '161244.649000', '161244.652000', '161244.654000', '161244.657000', '161244.659000', '161244.662000', '161244.665000', '161244.667000', '161244.670000', '161244.672000', '161244.675000', '161244.677000', '161244.680000', '161244.683000', '161244.685000', '161244.688000', '161244.691000', '161244.693000', '161244.696000', '161304.574000', '161304.577000', '161304.579000', '161304.582000', '161304.584000', '161304.587000', '161304.590000', '161304.592000', '161304.595000', '161304.597000', '161304.600000', '161304.603000', '161304.605000', '161304.608000', '161304.611000', '161304.613000', '161304.616000', '161304.618000', '161304.621000', '161304.623000', '161304.626000', '161304.629000', '161304.631000', '161304.634000', '161304.637000', '161304.639000', '161304.642000', '161304.645000', '161304.647000', '161304.650000', '161304.652000', '161304.655000', '161304.658000', '161304.660000', '161304.663000', '161304.665000', '161304.668000', '161304.671000', '161304.673000', '161304.676000', '161304.679000', '161304.681000', '161304.684000', '161324.573000', '161324.575000', '161324.578000', '161324.581000', '161324.583000', '161324.586000', '161324.588000', '161324.591000', '161324.593000', '161324.596000', '161324.599000', '161324.601000', '161324.604000', '161324.607000', '161324.609000', '161324.612000', '161324.615000', '161324.617000', '161324.620000', '161324.622000', '161324.625000', '161324.627000', '161324.630000', '161324.633000', '161324.635000', '161324.638000', '161324.640000', '161324.643000', '161324.646000', '161324.648000', '161324.651000', '161324.653000', '161324.656000', '161324.659000', '161324.661000', '161324.664000', '161324.666000', '161324.669000', '161324.672000', '161324.674000', '161324.677000', '161324.679000', '161324.682000', '161324.685000', '161344.573000', '161344.575000', '161344.578000', '161344.581000', '161344.583000', '161344.586000', '161344.588000', '161344.591000', '161344.594000', '161344.596000', '161344.599000', '161344.601000', '161344.604000', '161344.607000', '161344.609000', '161344.612000', '161344.614000', '161344.617000', '161344.620000', '161344.622000', '161344.625000', '161344.628000', '161344.630000', '161344.633000', '161344.635000', '161344.638000', '161344.641000', '161344.643000', '161344.646000', '161344.649000', '161344.651000', '161344.654000', '161344.656000', '161344.659000', '161344.662000', '161344.664000', '161344.667000', '161344.669000', '161344.672000', '161344.675000', '161344.677000', '161344.680000', '161344.682000', '161404.573000', '161404.575000', '161404.578000', '161404.581000', '161404.583000', '161404.586000', '161404.588000', '161404.591000', '161404.594000', '161404.596000', '161404.599000', '161404.602000', '161404.604000', '161404.607000', '161404.609000', '161404.612000', '161404.614000', '161404.617000', '161404.620000', '161404.622000', '161404.625000', '161404.638000', '161404.641000', '161404.644000', '161404.647000', '161404.649000', '161404.652000', '161404.655000', '161404.657000', '161404.660000', '161404.662000', '161404.665000', '161404.668000', '161404.670000', '161404.673000', '161404.676000', '161404.678000', '161404.681000', '161404.684000', '161404.686000', '161404.689000', '161404.692000', '161404.694000', '161424.573000', '161424.575000', '161424.578000', '161424.581000', '161424.583000', '161424.586000', '161424.588000', '161424.591000', '161424.594000', '161424.596000', '161424.599000', '161424.602000', '161424.605000', '161424.607000', '161424.610000', '161424.613000', '161424.615000', '161424.618000', '161424.620000', '161424.623000', '161424.625000', '161424.628000', '161424.631000', '161424.634000', '161424.636000', '161424.639000', '161424.641000', '161424.644000', '161424.646000', '161424.649000', '161424.652000', '161424.654000', '161424.657000', '161424.660000', '161424.662000', '161424.665000', '161424.667000', '161424.670000', '161424.673000', '161424.675000', '161424.678000', '161424.681000', '161424.683000', '161424.686000', '161444.573000', '161444.575000', '161444.578000', '161444.581000', '161444.583000', '161444.586000', '161444.589000', '161444.591000', '161444.594000', '161444.596000', '161444.599000', '161444.602000', '161444.604000', '161444.607000', '161444.609000', '161444.612000', '161444.615000', '161444.617000', '161444.620000', '161444.623000', '161444.626000', '161444.628000', '161444.631000', '161444.633000', '161444.636000', '161444.639000', '161444.641000', '161444.644000', '161444.646000', '161444.649000', '161444.651000', '161444.654000', '161444.657000', '161444.659000', '161444.662000', '161444.665000', '161444.667000', '161444.670000', '161444.672000', '161444.675000', '161444.678000', '161444.680000', '161444.683000', '161504.574000', '161504.577000', '161504.579000', '161504.582000', '161504.584000', '161504.587000', '161504.590000', '161504.592000', '161504.595000', '161504.597000', '161504.600000', '161504.603000', '161504.605000', '161504.608000', '161504.611000', '161504.613000', '161504.616000', '161504.618000', '161504.621000', '161504.624000', '161504.626000', '161504.629000', '161504.632000', '161504.634000', '161504.637000', '161504.639000', '161504.642000', '161504.644000', '161504.647000', '161504.650000', '161504.652000', '161504.655000', '161504.658000', '161504.660000', '161504.663000', '161504.666000', '161504.668000', '161504.671000', '161504.673000', '161504.676000', '161504.678000', '161504.681000', '161504.684000', '161504.686000', '161524.574000', '161524.577000', '161524.579000', '161524.582000', '161524.584000', '161524.587000', '161524.590000', '161524.592000', '161524.595000', '161524.597000', '161524.600000', '161524.603000', '161524.605000', '161524.608000', '161524.610000', '161524.613000', '161524.616000', '161524.618000', '161524.621000', '161524.623000', '161524.626000', '161524.629000', '161524.631000', '161524.634000', '161524.637000', '161524.639000', '161524.642000', '161524.645000', '161524.647000', '161524.650000', '161524.652000', '161524.655000', '161524.676000', '161524.679000', '161524.682000', '161524.684000', '161524.687000', '161524.690000', '161524.692000', '161524.695000', '161524.697000', '161524.700000', '161524.703000', '161544.573000', '161544.575000', '161544.578000', '161544.581000', '161544.583000', '161544.586000', '161544.588000', '161544.591000', '161544.593000', '161544.596000', '161544.599000', '161544.601000', '161544.604000', '161544.607000', '161544.609000', '161544.612000', '161544.615000', '161544.617000', '161544.620000', '161544.622000', '161544.625000', '161544.628000', '161544.630000', '161544.633000', '161544.635000', '161544.638000', '161544.640000', '161544.643000', '161544.646000', '161544.649000', '161544.651000', '161544.654000', '161544.656000', '161544.659000', '161544.662000', '161544.664000', '161544.667000', '161544.669000', '161544.672000', '161544.674000', '161544.677000', '161544.680000', '161544.682000', '161544.685000', '161604.573000', '161604.575000', '161604.578000', '161604.581000', '161604.583000', '161604.586000', '161604.588000', '161604.591000', '161604.594000', '161604.596000', '161604.599000', '161604.602000', '161604.604000', '161604.607000', '161604.609000', '161604.612000', '161604.615000', '161604.617000', '161604.620000', '161604.622000', '161604.625000', '161604.628000', '161604.630000', '161604.633000', '161604.636000', '161604.639000', '161604.642000', '161604.645000', '161604.647000', '161604.650000', '161604.653000', '161604.655000', '161604.658000', '161604.660000', '161604.663000', '161604.666000', '161604.668000', '161604.671000', '161604.673000', '161604.676000', '161604.679000', '161604.681000', '161604.684000', '161624.573000', '161624.576000', '161624.578000', '161624.581000', '161624.583000', '161624.586000', '161624.589000', '161624.591000', '161624.594000', '161624.596000', '161624.599000', '161624.602000', '161624.604000', '161624.607000', '161624.609000', '161624.612000', '161624.615000', '161624.617000', '161624.620000', '161624.623000', '161624.625000', '161624.628000', '161624.630000', '161624.633000', '161624.635000', '161624.638000', '161624.641000', '161624.643000', '161624.646000', '161624.648000', '161624.651000', '161624.654000', '161624.656000', '161624.659000', '161624.661000', '161624.664000', '161624.667000', '161624.669000', '161624.672000', '161624.674000', '161624.677000', '161624.679000', '161624.682000', '161624.685000', '161644.573000', '161644.575000', '161644.578000', '161644.581000', '161644.583000', '161644.586000', '161644.589000', '161644.591000', '161644.594000', '161644.597000', '161644.599000', '161644.602000', '161644.604000', '161644.607000', '161644.617000', '161644.620000', '161644.622000', '161644.625000', '161644.627000', '161644.630000', '161644.632000', '161644.635000', '161644.638000', '161644.640000', '161644.643000', '161644.645000', '161644.648000', '161644.651000', '161644.653000', '161644.656000', '161644.659000', '161644.662000', '161644.665000', '161644.678000', '161644.680000', '161644.683000', '161644.686000', '161644.703000', '161644.706000', '161644.708000', '161644.711000', '161644.716000', '161644.719000', '161704.573000', '161704.575000', '161704.578000', '161704.581000', '161704.583000', '161704.586000', '161704.589000', '161704.591000', '161704.594000', '161704.596000', '161704.599000', '161704.602000', '161704.604000', '161704.607000', '161704.610000', '161704.612000', '161704.615000', '161704.617000', '161704.620000', '161704.623000', '161704.625000', '161704.628000', '161704.630000', '161704.633000', '161704.635000', '161704.638000', '161704.641000', '161704.643000', '161704.646000', '161704.649000', '161704.651000', '161704.654000', '161704.656000', '161704.659000', '161704.661000', '161704.664000', '161704.667000', '161704.669000', '161704.672000', '161704.674000', '161704.677000', '161704.680000', '161704.682000', '161704.685000', '161717.305000', '161717.308000', '161717.311000', '161717.313000', '161717.316000', '161717.319000', '161717.322000', '161717.324000', '161717.327000', '161717.330000', '161717.332000', '161717.335000', '161717.338000', '161717.340000', '161717.343000', '161717.346000', '161717.348000', '161717.351000', '161717.354000', '161717.356000', '161717.359000', '161717.362000', '161717.365000', '161717.367000', '161717.370000', '161717.373000', '161717.375000', '161717.378000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8569, 13682, 8241, 7455, 11943, 8372, 10262, 8209, 8250, 13348, 9505, 7438, 10023, 7373, 9448, 9509, 7844, 9179, 8525, 7458, 13133, 8152, 8151, 9896, 8103, 13283, 10648, 7424, 11959, 8955, 9674, 9489, 7419, 13427, 10002, 7572, 10456, 7411, 9206, 9866, 7921, 12002, 8363, 7362, 13009, 9890, 9927, 10324, 8200, 13484, 10350, 7874, 12236, 8707, 8037, 11580, 7229, 8650, 8315, 8149, 13606, 8822, 7001, 11252, 8326, 12140, 9449, 7526, 13459, 9870, 7655, 10513, 7550, 9576, 10232, 7372, 11583, 8868, 7441, 13624, 7899, 7178, 10810, 7935, 11272, 9586, 8156, 11346, 9693, 8103, 12511, 8546, 8697, 12413, 7539, 9484, 9108, 8213, 13718, 9536, 7351, 11752, 8373, 10821, 11560, 7097, 7932, 8372, 7849, 14368, 10601, 7671, 11754, 8488, 8056, 13305, 8153, 8095, 9062, 7984, 15392, 14214, 9877, 8123, 7807, 7164, 7422, 8448, 8049, 7966, 13292, 9402, 11508, 13744, 8896, 9281, 8849, 9217, 14387, 10849, 15403, 11065, 8548, 8599, 7434, 10903, 7485, 11205, 8297, 7255, 10350, 7553, 12406, 9892, 7951, 11365, 7881, 11720, 9188, 8162, 11102, 8417, 8865, 11207, 7148, 8252, 9173, 8178, 12995, 9580, 7155, 11080, 7526, 13007, 9511, 7139, 11487, 8304, 12244, 10174, 7720, 12538, 9926, 8796, 14823, 7170, 8128, 10109, 7628, 12477, 9120, 7278, 11878, 9263, 7269, 9555, 7332, 10335, 9680, 8018, 14173, 8243, 7242, 12795, 9356, 8851, 8297, 7396, 11470, 9648, 8014, 12023, 8448, 7534, 15317, 9930, 7382, 9462, 7547, 12429, 8526, 7438, 11798, 8330, 8770, 14176, 7646, 7450, 11716, 9195, 12983, 12082, 9716, 10643, 9757, 8173, 7583, 15495, 12509, 10352, 10888, 7523, 10882, 9346, 8767, 10829, 7863, 7475, 11762, 8593, 7243, 10190, 7141, 11031, 9682, 7487, 9241, 7930, 7514, 13791, 10428, 7549, 11687, 8202, 8121, 15103, 10714, 7230, 11978, 7677, 11780, 11698, 7234, 9123, 8804, 7469, 13350, 12731, 7407, 12654, 10719, 8291, 14413, 8340, 7387, 13245, 10948, 11776, 8904, 7600, 12269, 10547, 8530, 15112, 8023, 7265, 12590, 8647, 11162, 14722, 8075, 7824, 11714, 9404, 13865, 12487, 8085, 13802, 9673, 10476, 15772, 7889, 7229, 10828, 7380, 13450, 11045, 7345, 10255, 8401, 7958, 13264, 8297, 7277, 12461, 8739, 7416, 9743, 7340, 11016, 9466, 7663, 14699, 8370, 8252, 14557, 8804, 7417, 10151, 7372, 9369, 14200, 12550, 13623, 15311, 10722, 7414, 14080, 10857, 12675, 9763, 7064, 7376, 10457, 8462, 11719, 8520, 7199, 9774, 10406, 10700, 13594, 12013, 7864, 16292, 12646, 11018, 9075, 7336, 10195, 9533, 7723, 11572, 8022, 7475, 15342, 11239, 6929, 11554, 7739, 7348, 15767, 12476, 7833, 13076, 8198, 11710, 15078, 8241, 7114, 10471, 7325, 12523, 10565, 7477, 11635, 12710, 10561, 14732, 8103, 7351, 12778, 11167, 9028, 14959, 7721, 8017, 12884, 10810, 11427, 8268, 6908, 11323, 9569, 8072, 11476, 7552, 7103, 13343, 11153, 12437, 9852, 7579, 14845, 10536, 7897, 10115, 7099, 11480, 10442, 8080, 13117, 8129, 7279, 15021, 10121, 7437, 10749, 7204, 7950, 9181, 7757, 9612, 14120, 7736, 7720, 12035, 10053, 10736, 15553, 10065, 7929, 12177, 8201, 8497, 8124, 7270, 12645, 9568, 7432, 12699, 7160, 11694, 11569, 8053, 14261, 8263, 8406, 13946, 6910, 7768, 7960, 7548, 13524, 10880, 7687, 12200, 10328, 7642, 12100, 7392, 7879, 14519, 8380, 7259, 11015, 6956, 12922, 12257, 7862, 10964, 8901, 8495, 14355, 8305, 7193, 12822, 10618, 10692, 12400, 7512, 7475, 11765, 9003, 12575, 11389, 7520, 11559, 10239, 8772, 13308, 8584, 7790, 12820, 11727, 8667, 14505, 8051, 7063, 12973, 9174, 7730, 10137, 7203, 7307, 11823, 7871, 8354, 10343, 7678, 12531, 11034, 7494, 11566, 8307, 7423, 14270, 9084, 7472, 11874, 7415, 9437, 10613, 7386, 10828, 10484, 7379, 10621, 8992, 7671, 15302, 12908, 7353, 12625, 7489, 10552, 11570, 7243, 9198, 9132, 7608, 12511, 11614, 7184, 12199, 9441, 7511, 14795, 8852, 7222, 12148, 7923, 10052, 10879, 7074, 8689, 11796, 9458, 12136, 10282, 7521, 14278, 10983, 7692, 11622, 7655, 7515, 13936, 8202, 7462, 9487, 8490, 7449, 11613, 11577, 7548, 13249, 10879, 8373, 10485, 7939, 7630, 12932, 11752, 8257, 12628, 8278, 7363, 14511, 10790, 7135, 11429, 7585, 8688, 13490, 7134, 8117, 10913, 7375, 13182, 11488, 7540, 11615, 8405, 7669, 14337, 11313, 7264, 13510, 8818, 11892, 11145, 7452, 12034, 7766, 7427, 13727, 7946, 7194, 11516, 7458, 14384, 11958, 7688, 12414, 7693, 7188, 13396, 9221, 7412, 11988, 7359, 11373, 12231, 7108, 9350, 9187, 7367, 12256, 11959, 7476, 9333, 10242, 7188, 12146, 11266, 6976, 8452, 10327, 7854, 11519, 12726, 9014, 8317, 13644, 10354, 12103, 11667, 7396, 10016, 11666, 9320, 12488, 8730, 7919, 12445, 11192, 8359, 13639, 8774, 7182, 8232, 9523, 7359, 7803, 14617, 8558, 8139, 12798, 8701, 12631, 10626, 7285, 7952, 8918, 8310, 11593, 9083, 7817, 12314, 9769, 7606, 12124, 7891, 8566, 13068, 8738, 11088, 10127, 7710, 15545, 12498, 7621, 12496, 8069, 12503, 11229, 7784, 12897, 8188, 9836, 10470, 7291, 9237, 9037, 7654, 13912, 7761, 7293, 11212, 8275, 12986, 9827, 7936, 13961, 10731, 12474, 10318, 8070, 12185, 11165, 8199, 12689, 8150, 7641, 13469, 9471, 12229, 8286, 7818, 14397, 11580, 7568, 11236, 7937, 9089, 11045, 8195, 13192, 8203, 7903, 13415, 9574, 8538, 9417, 7948, 12837, 10553, 7991, 11362, 7567, 8871, 11744, 8089, 12904, 9106, 8138, 15481, 11682, 8567, 12148, 7843, 9348, 12034, 8448, 13284, 8124, 8142, 13781, 9497, 7246, 10395, 8132, 13486, 10961, 8082, 11798, 7315, 9135, 10960, 8246, 11647, 9148, 8049, 14659, 10081, 10338, 10431, 8171, 12444, 11171, 8219, 13176, 8615, 7783, 13914, 9894, 8699, 9519, 7389, 10559, 10893, 7929, 11666, 8322, 7791, 13888, 8751, 7523, 12082, 6995, 12369, 11220, 8083, 12233, 8876, 7796, 14661, 9372, 7683, 12478, 7407, 11017, 9801, 7632, 10289, 12671, 7491, 7879, 12569, 10196, 11461, 11869, 7178, 9207, 9178, 8189, 15575, 11060, 7448, 10764, 7167, 11012, 10542, 7877, 12464, 8680, 8541, 13956, 7780, 10142, 8277, 7944, 13918, 8685, 7732, 11742, 7764, 12497, 9719, 7800, 12627, 9887, 7786, 11797, 7459, 10515, 10310, 8073, 13494, 8451, 7965, 13949, 11290, 12444, 10265, 7902, 14535, 11041, 9122, 11134, 7164, 7729, 11150, 7280, 11305, 8684, 8274, 14767, 10827, 8049, 11948, 7493, 9924, 10774, 8387, 13465, 8046, 8189, 12682, 9764, 7789, 12039, 7745, 7653, 12861, 10028, 12631, 9081, 8055, 14085, 10307, 8295, 11365, 7391, 7616, 11751, 7520, 7519, 9847, 8187, 12587, 11567, 7018, 7659, 9951, 7901, 8057, 14811, 10923, 8083, 13066, 7464, 12455, 11515, 8411, 11284, 7717, 8116, 11485, 8583, 13952, 7570, 7664, 12350, 9670, 10879, 10268, 7355, 9763, 10479, 8139, 12509, 8351, 7999, 14969, 10639, 7951, 12201, 8362, 8233, 12196, 7177, 9253, 11363, 8918, 12207, 8680, 8384, 14552, 10956, 8033, 12044, 7751, 8904, 12687, 7345, 10521, 8832, 8080, 15197, 11100, 10172, 11843, 7312, 8923, 12023, 8819, 12052, 8738, 8289, 14945, 10138, 8222, 12269, 7345, 10994, 10481, 7300, 9855, 8892, 8123, 14432, 9691, 8088, 11789, 7946, 11698, 10201, 7971, 10092, 8621, 8152, 14428, 8707, 8058, 12769, 10211, 8484, 11880, 7401, 9406, 11552, 7169, 9058, 8942, 8117, 15938, 11441, 10657, 11570, 7532, 7628, 11790, 7474, 11876, 8751, 8342, 13611, 9772, 8174, 10728, 7337, 7958, 12219, 8511, 10116, 10435, 8115, 14492, 10375, 8720, 11874, 8383, 10737, 9469, 8430, 12537, 7331, 8026, 10954, 7656, 10980, 9854, 7278, 9133, 9262, 8096, 16157, 10880, 8262, 10986, 7983, 7071, 8914, 9107, 10256, 11314, 12197, 7497, 10503, 13850, 11699, 13338, 11057, 6969, 8342, 10166, 8023, 8193, 10940, 7510, 12504, 10751, 7252, 12106, 10585, 10497, 16827, 12555, 10107, 12341, 9298, 12727, 10074, 9456, 10636, 7824, 8106, 12394, 7954, 10194, 7995, 8589, 12728, 8745, 9087, 9459, 8667, 9726, 8241, 8522, 13882, 7740, 8419, 10642, 8430, 16186, 11238, 8399, 11868, 7774, 10694, 10647, 8670, 11650, 8548, 8289, 12743, 7042, 7717, 9006, 7521, 12268, 10325, 8557, 13619, 9537, 10219, 14486, 9983, 10567, 9421, 8165, 15191, 10170, 8448, 10612, 7560, 9367, 11195, 8851, 12581, 8097, 8442, 14697, 10175, 9512, 10762, 8856, 12119, 8667, 8344, 12386, 7438, 8359, 11183, 7585, 12530, 11619, 8570, 12491, 8474, 8572, 14115, 7874, 8185, 11430, 7394, 12359, 9628, 8381, 10771, 7905, 8236, 14019, 7424, 7946, 11016, 7464, 10829, 11063, 7228, 7933, 10059, 8333, 15507, 12295, 8092, 11898, 7409, 11683, 10926, 8423, 13819, 8481, 8168, 12307, 7892, 13110, 9886, 8190, 12220, 8379, 11083, 10822, 8326, 11963, 8029, 9312, 10764, 7536, 7737, 9085, 7084, 7966, 15223, 9269, 8110, 13804, 9700, 10301, 15012, 10913, 11252, 9038, 7760, 16283, 11145, 7978, 11125, 7642, 9184, 14179, 9291, 12067, 8449, 7975, 14698, 9131, 8036, 10992, 7536, 11676, 10878, 9268, 12083, 7284, 10139, 10342, 7489, 8133, 7238, 8121, 14647, 9404, 8038, 11934, 8010, 13332, 11542, 8209, 12711, 8642, 9257, 14695, 11092, 8349, 11357, 7665, 12475, 10111, 7005, 8728, 9811, 7569, 12024, 11404, 7314, 10352, 12050, 9379, 12397, 9343, 7074], 'WindowCenter': [4257.0, 4283.0, 4228.0, 4217.0, 4257.0, 4214.0, 4233.0, 4212.0, 4212.0, 4253.0, 4223.0, 4191.0, 4232.0, 4201.0, 4233.0, 4234.0, 4214.0, 4234.0, 4225.0, 4204.0, 4265.0, 4215.0, 4214.0, 4234.0, 4214.0, 4253.0, 4234.0, 4205.0, 4244.0, 4223.0, 4221.0, 4222.0, 4206.0, 4265.0, 4235.0, 4202.0, 4231.0, 4201.0, 4222.0, 4233.0, 4215.0, 4252.0, 4211.0, 4202.0, 4255.0, 4235.0, 4233.0, 4231.0, 4214.0, 4253.0, 4232.0, 4201.0, 4240.0, 4212.0, 4200.0, 4241.0, 4202.0, 4210.0, 4212.0, 4211.0, 4252.0, 4223.0, 4190.0, 4241.0, 4212.0, 4242.0, 4220.0, 4202.0, 4250.0, 4221.0, 4201.0, 4231.0, 4201.0, 4221.0, 4231.0, 4200.0, 4241.0, 4224.0, 4201.0, 4253.0, 4212.0, 4191.0, 4232.0, 4212.0, 4241.0, 4222.0, 4212.0, 4244.0, 4233.0, 4212.0, 4241.0, 4222.0, 4221.0, 4252.0, 4202.0, 4221.0, 4221.0, 4212.0, 4252.0, 4221.0, 4199.0, 4242.0, 4213.0, 4243.0, 4242.0, 4190.0, 4210.0, 4212.0, 4213.0, 4263.0, 4242.0, 4211.0, 4242.0, 4222.0, 4211.0, 4253.0, 4212.0, 4211.0, 4220.0, 4212.0, 4266.0, 4267.0, 4236.0, 4200.0, 4202.0, 4216.0, 4214.0, 4212.0, 4213.0, 4214.0, 4253.0, 4226.0, 4244.0, 4254.0, 4221.0, 4222.0, 4211.0, 4207.0, 4238.0, 4205.0, 4236.0, 4203.0, 4180.0, 4181.0, 4174.0, 4215.0, 4175.0, 4215.0, 4195.0, 4175.0, 4214.0, 4186.0, 4237.0, 4217.0, 4197.0, 4230.0, 4200.0, 4228.0, 4208.0, 4198.0, 4228.0, 4210.0, 4209.0, 4229.0, 4189.0, 4198.0, 4221.0, 4210.0, 4251.0, 4221.0, 4191.0, 4241.0, 4200.0, 4251.0, 4221.0, 4190.0, 4240.0, 4212.0, 4241.0, 4230.0, 4201.0, 4240.0, 4220.0, 4210.0, 4250.0, 4189.0, 4198.0, 4229.0, 4200.0, 4240.0, 4218.0, 4199.0, 4241.0, 4222.0, 4201.0, 4232.0, 4201.0, 4230.0, 4233.0, 4212.0, 4263.0, 4211.0, 4202.0, 4252.0, 4222.0, 4222.0, 4211.0, 4201.0, 4240.0, 4232.0, 4213.0, 4252.0, 4224.0, 4214.0, 4263.0, 4232.0, 4202.0, 4246.0, 4213.0, 4253.0, 4221.0, 4202.0, 4253.0, 4225.0, 4225.0, 4264.0, 4215.0, 4202.0, 4255.0, 4235.0, 4267.0, 4242.0, 4221.0, 4232.0, 4221.0, 4210.0, 4201.0, 4262.0, 4240.0, 4222.0, 4230.0, 4199.0, 4230.0, 4208.0, 4197.0, 4218.0, 4196.0, 4190.0, 4229.0, 4209.0, 4190.0, 4219.0, 4191.0, 4230.0, 4220.0, 4201.0, 4220.0, 4210.0, 4204.0, 4254.0, 4233.0, 4202.0, 4243.0, 4212.0, 4213.0, 4265.0, 4233.0, 4202.0, 4243.0, 4214.0, 4241.0, 4242.0, 4202.0, 4223.0, 4223.0, 4203.0, 4254.0, 4251.0, 4202.0, 4252.0, 4233.0, 4213.0, 4263.0, 4212.0, 4201.0, 4252.0, 4243.0, 4244.0, 4220.0, 4200.0, 4242.0, 4232.0, 4212.0, 4261.0, 4201.0, 4191.0, 4252.0, 4223.0, 4232.0, 4252.0, 4201.0, 4200.0, 4241.0, 4220.0, 4250.0, 4241.0, 4199.0, 4252.0, 4219.0, 4218.0, 4249.0, 4200.0, 4188.0, 4229.0, 4188.0, 4249.0, 4229.0, 4189.0, 4229.0, 4211.0, 4210.0, 4250.0, 4211.0, 4202.0, 4252.0, 4223.0, 4200.0, 4221.0, 4203.0, 4243.0, 4234.0, 4213.0, 4263.0, 4212.0, 4212.0, 4264.0, 4236.0, 4205.0, 4234.0, 4205.0, 4224.0, 4265.0, 4257.0, 4252.0, 4265.0, 4232.0, 4202.0, 4252.0, 4232.0, 4241.0, 4218.0, 4177.0, 4189.0, 4231.0, 4211.0, 4241.0, 4209.0, 4191.0, 4231.0, 4232.0, 4232.0, 4250.0, 4240.0, 4200.0, 4263.0, 4240.0, 4230.0, 4207.0, 4188.0, 4218.0, 4220.0, 4200.0, 4229.0, 4199.0, 4202.0, 4264.0, 4244.0, 4191.0, 4241.0, 4202.0, 4201.0, 4264.0, 4251.0, 4200.0, 4251.0, 4210.0, 4241.0, 4250.0, 4200.0, 4177.0, 4228.0, 4189.0, 4241.0, 4231.0, 4190.0, 4241.0, 4252.0, 4231.0, 4252.0, 4198.0, 4189.0, 4239.0, 4230.0, 4210.0, 4250.0, 4188.0, 4198.0, 4239.0, 4228.0, 4227.0, 4196.0, 4189.0, 4228.0, 4219.0, 4198.0, 4228.0, 4199.0, 4190.0, 4250.0, 4241.0, 4239.0, 4219.0, 4201.0, 4249.0, 4229.0, 4196.0, 4217.0, 4189.0, 4228.0, 4218.0, 4199.0, 4236.0, 4197.0, 4188.0, 4248.0, 4218.0, 4189.0, 4229.0, 4189.0, 4196.0, 4208.0, 4189.0, 4219.0, 4251.0, 4200.0, 4201.0, 4239.0, 4222.0, 4229.0, 4251.0, 4219.0, 4198.0, 4230.0, 4199.0, 4197.0, 4187.0, 4188.0, 4240.0, 4209.0, 4188.0, 4240.0, 4192.0, 4241.0, 4229.0, 4199.0, 4247.0, 4198.0, 4199.0, 4241.0, 4178.0, 4188.0, 4199.0, 4198.0, 4239.0, 4228.0, 4198.0, 4242.0, 4221.0, 4189.0, 4228.0, 4190.0, 4200.0, 4249.0, 4209.0, 4188.0, 4229.0, 4191.0, 4239.0, 4240.0, 4199.0, 4228.0, 4209.0, 4209.0, 4249.0, 4198.0, 4177.0, 4237.0, 4230.0, 4231.0, 4240.0, 4189.0, 4190.0, 4228.0, 4207.0, 4239.0, 4228.0, 4187.0, 4227.0, 4218.0, 4208.0, 4237.0, 4197.0, 4187.0, 4239.0, 4228.0, 4198.0, 4238.0, 4189.0, 4177.0, 4237.0, 4209.0, 4187.0, 4218.0, 4188.0, 4189.0, 4242.0, 4200.0, 4199.0, 4219.0, 4201.0, 4239.0, 4231.0, 4192.0, 4229.0, 4202.0, 4191.0, 4252.0, 4210.0, 4190.0, 4242.0, 4191.0, 4221.0, 4232.0, 4202.0, 4231.0, 4231.0, 4190.0, 4232.0, 4221.0, 4202.0, 4263.0, 4242.0, 4189.0, 4240.0, 4191.0, 4231.0, 4242.0, 4190.0, 4221.0, 4211.0, 4200.0, 4243.0, 4241.0, 4190.0, 4241.0, 4219.0, 4191.0, 4263.0, 4212.0, 4191.0, 4244.0, 4202.0, 4223.0, 4231.0, 4190.0, 4213.0, 4242.0, 4223.0, 4241.0, 4231.0, 4200.0, 4251.0, 4232.0, 4201.0, 4230.0, 4203.0, 4192.0, 4252.0, 4212.0, 4203.0, 4233.0, 4223.0, 4202.0, 4244.0, 4245.0, 4205.0, 4253.0, 4245.0, 4212.0, 4232.0, 4202.0, 4201.0, 4252.0, 4243.0, 4211.0, 4242.0, 4211.0, 4202.0, 4251.0, 4233.0, 4190.0, 4230.0, 4203.0, 4214.0, 4254.0, 4191.0, 4202.0, 4244.0, 4203.0, 4254.0, 4241.0, 4199.0, 4230.0, 4201.0, 4200.0, 4254.0, 4233.0, 4191.0, 4251.0, 4210.0, 4242.0, 4232.0, 4190.0, 4240.0, 4189.0, 4189.0, 4252.0, 4201.0, 4190.0, 4240.0, 4201.0, 4251.0, 4242.0, 4191.0, 4241.0, 4200.0, 4190.0, 4252.0, 4221.0, 4191.0, 4231.0, 4192.0, 4231.0, 4242.0, 4190.0, 4209.0, 4210.0, 4191.0, 4240.0, 4242.0, 4190.0, 4220.0, 4231.0, 4191.0, 4243.0, 4232.0, 4192.0, 4200.0, 4230.0, 4203.0, 4243.0, 4254.0, 4224.0, 4212.0, 4252.0, 4233.0, 4241.0, 4232.0, 4189.0, 4219.0, 4231.0, 4222.0, 4240.0, 4200.0, 4199.0, 4241.0, 4232.0, 4212.0, 4253.0, 4202.0, 4180.0, 4200.0, 4220.0, 4192.0, 4201.0, 4252.0, 4211.0, 4200.0, 4241.0, 4211.0, 4241.0, 4218.0, 4189.0, 4189.0, 4209.0, 4200.0, 4229.0, 4209.0, 4189.0, 4239.0, 4220.0, 4191.0, 4240.0, 4200.0, 4210.0, 4252.0, 4211.0, 4230.0, 4221.0, 4191.0, 4252.0, 4242.0, 4190.0, 4240.0, 4200.0, 4240.0, 4230.0, 4188.0, 4240.0, 4201.0, 4220.0, 4220.0, 4189.0, 4208.0, 4210.0, 4200.0, 4251.0, 4199.0, 4188.0, 4230.0, 4200.0, 4241.0, 4221.0, 4199.0, 4250.0, 4230.0, 4240.0, 4218.0, 4189.0, 4241.0, 4232.0, 4199.0, 4229.0, 4188.0, 4187.0, 4239.0, 4209.0, 4227.0, 4187.0, 4189.0, 4237.0, 4230.0, 4187.0, 4218.0, 4188.0, 4198.0, 4229.0, 4198.0, 4237.0, 4197.0, 4199.0, 4240.0, 4209.0, 4199.0, 4209.0, 4200.0, 4240.0, 4231.0, 4199.0, 4229.0, 4200.0, 4210.0, 4241.0, 4202.0, 4241.0, 4211.0, 4202.0, 4252.0, 4233.0, 4200.0, 4229.0, 4201.0, 4211.0, 4240.0, 4201.0, 4238.0, 4189.0, 4201.0, 4241.0, 4209.0, 4189.0, 4220.0, 4201.0, 4240.0, 4231.0, 4203.0, 4231.0, 4192.0, 4221.0, 4233.0, 4213.0, 4232.0, 4211.0, 4201.0, 4253.0, 4233.0, 4220.0, 4222.0, 4202.0, 4241.0, 4233.0, 4201.0, 4242.0, 4213.0, 4203.0, 4253.0, 4224.0, 4212.0, 4221.0, 4203.0, 4231.0, 4234.0, 4202.0, 4242.0, 4213.0, 4203.0, 4254.0, 4213.0, 4201.0, 4242.0, 4194.0, 4244.0, 4234.0, 4201.0, 4241.0, 4213.0, 4203.0, 4264.0, 4223.0, 4201.0, 4241.0, 4192.0, 4234.0, 4222.0, 4203.0, 4235.0, 4255.0, 4204.0, 4215.0, 4243.0, 4234.0, 4245.0, 4244.0, 4192.0, 4222.0, 4224.0, 4212.0, 4264.0, 4235.0, 4193.0, 4233.0, 4193.0, 4231.0, 4232.0, 4203.0, 4241.0, 4213.0, 4214.0, 4255.0, 4204.0, 4232.0, 4213.0, 4201.0, 4255.0, 4214.0, 4204.0, 4245.0, 4204.0, 4255.0, 4225.0, 4218.0, 4257.0, 4235.0, 4205.0, 4245.0, 4206.0, 4235.0, 4237.0, 4216.0, 4255.0, 4215.0, 4216.0, 4265.0, 4245.0, 4245.0, 4232.0, 4215.0, 4265.0, 4234.0, 4222.0, 4231.0, 4192.0, 4202.0, 4234.0, 4192.0, 4232.0, 4212.0, 4213.0, 4263.0, 4234.0, 4203.0, 4242.0, 4191.0, 4223.0, 4232.0, 4213.0, 4253.0, 4202.0, 4213.0, 4242.0, 4224.0, 4202.0, 4244.0, 4202.0, 4203.0, 4244.0, 4235.0, 4243.0, 4211.0, 4202.0, 4254.0, 4222.0, 4201.0, 4243.0, 4193.0, 4204.0, 4244.0, 4202.0, 4203.0, 4232.0, 4213.0, 4258.0, 4245.0, 4193.0, 4205.0, 4236.0, 4217.0, 4216.0, 4267.0, 4235.0, 4204.0, 4255.0, 4205.0, 4245.0, 4244.0, 4213.0, 4231.0, 4191.0, 4203.0, 4243.0, 4212.0, 4253.0, 4203.0, 4204.0, 4254.0, 4236.0, 4245.0, 4234.0, 4204.0, 4235.0, 4236.0, 4215.0, 4255.0, 4213.0, 4216.0, 4266.0, 4246.0, 4215.0, 4256.0, 4215.0, 4215.0, 4256.0, 4194.0, 4225.0, 4246.0, 4226.0, 4243.0, 4213.0, 4216.0, 4266.0, 4244.0, 4215.0, 4244.0, 4204.0, 4211.0, 4254.0, 4203.0, 4232.0, 4213.0, 4213.0, 4264.0, 4243.0, 4231.0, 4242.0, 4192.0, 4212.0, 4241.0, 4211.0, 4241.0, 4211.0, 4201.0, 4253.0, 4232.0, 4201.0, 4241.0, 4191.0, 4231.0, 4230.0, 4191.0, 4221.0, 4211.0, 4201.0, 4251.0, 4223.0, 4201.0, 4242.0, 4201.0, 4242.0, 4220.0, 4202.0, 4232.0, 4212.0, 4214.0, 4265.0, 4214.0, 4215.0, 4255.0, 4235.0, 4213.0, 4243.0, 4204.0, 4223.0, 4243.0, 4192.0, 4211.0, 4213.0, 4215.0, 4265.0, 4245.0, 4232.0, 4231.0, 4202.0, 4203.0, 4242.0, 4192.0, 4241.0, 4211.0, 4211.0, 4253.0, 4234.0, 4212.0, 4231.0, 4201.0, 4213.0, 4244.0, 4214.0, 4233.0, 4232.0, 4213.0, 4263.0, 4235.0, 4214.0, 4243.0, 4212.0, 4232.0, 4224.0, 4213.0, 4242.0, 4190.0, 4201.0, 4234.0, 4203.0, 4232.0, 4232.0, 4204.0, 4223.0, 4224.0, 4215.0, 4277.0, 4261.0, 4228.0, 4235.0, 4203.0, 4194.0, 4238.0, 4241.0, 4249.0, 4248.0, 4256.0, 4207.0, 4246.0, 4267.0, 4259.0, 4267.0, 4246.0, 4204.0, 4213.0, 4232.0, 4213.0, 4215.0, 4244.0, 4207.0, 4257.0, 4246.0, 4206.0, 4255.0, 4245.0, 4236.0, 4265.0, 4243.0, 4221.0, 4229.0, 4209.0, 4230.0, 4221.0, 4208.0, 4217.0, 4185.0, 4197.0, 4228.0, 4199.0, 4218.0, 4186.0, 4196.0, 4237.0, 4211.0, 4210.0, 4221.0, 4212.0, 4221.0, 4212.0, 4211.0, 4252.0, 4202.0, 4211.0, 4233.0, 4211.0, 4264.0, 4233.0, 4211.0, 4241.0, 4203.0, 4232.0, 4231.0, 4211.0, 4242.0, 4214.0, 4213.0, 4255.0, 4193.0, 4202.0, 4223.0, 4214.0, 4254.0, 4236.0, 4225.0, 4255.0, 4236.0, 4233.0, 4265.0, 4223.0, 4231.0, 4211.0, 4212.0, 4251.0, 4223.0, 4200.0, 4230.0, 4200.0, 4221.0, 4232.0, 4213.0, 4242.0, 4201.0, 4212.0, 4252.0, 4232.0, 4221.0, 4231.0, 4211.0, 4242.0, 4212.0, 4212.0, 4242.0, 4191.0, 4200.0, 4232.0, 4203.0, 4242.0, 4242.0, 4211.0, 4242.0, 4213.0, 4212.0, 4253.0, 4202.0, 4212.0, 4243.0, 4202.0, 4252.0, 4224.0, 4212.0, 4244.0, 4213.0, 4213.0, 4265.0, 4203.0, 4214.0, 4244.0, 4205.0, 4244.0, 4245.0, 4205.0, 4214.0, 4236.0, 4226.0, 4266.0, 4255.0, 4214.0, 4243.0, 4204.0, 4243.0, 4233.0, 4214.0, 4252.0, 4213.0, 4213.0, 4243.0, 4203.0, 4242.0, 4222.0, 4212.0, 4242.0, 4214.0, 4233.0, 4231.0, 4211.0, 4242.0, 4215.0, 4224.0, 4233.0, 4205.0, 4217.0, 4236.0, 4219.0, 4227.0, 4276.0, 4237.0, 4216.0, 4266.0, 4238.0, 4247.0, 4267.0, 4246.0, 4244.0, 4224.0, 4204.0, 4262.0, 4233.0, 4202.0, 4231.0, 4202.0, 4222.0, 4254.0, 4222.0, 4243.0, 4211.0, 4203.0, 4252.0, 4223.0, 4200.0, 4232.0, 4201.0, 4242.0, 4233.0, 4222.0, 4242.0, 4203.0, 4222.0, 4231.0, 4203.0, 4201.0, 4204.0, 4215.0, 4265.0, 4234.0, 4214.0, 4256.0, 4215.0, 4254.0, 4245.0, 4213.0, 4253.0, 4225.0, 4223.0, 4264.0, 4244.0, 4210.0, 4244.0, 4203.0, 4244.0, 4232.0, 4192.0, 4213.0, 4234.0, 4204.0, 4254.0, 4243.0, 4204.0, 4233.0, 4243.0, 4224.0, 4243.0, 4223.0, 4205.0], 'WindowWidth': [9453.0, 9478.0, 9394.0, 9376.0, 9426.0, 9365.0, 9387.0, 9358.0, 9359.0, 9414.0, 9373.0, 9327.0, 9382.0, 9343.0, 9385.0, 9388.0, 9363.0, 9391.0, 9380.0, 9351.0, 9435.0, 9366.0, 9364.0, 9391.0, 9365.0, 9415.0, 9388.0, 9352.0, 9405.0, 9375.0, 9368.0, 9370.0, 9356.0, 9434.0, 9393.0, 9344.0, 9383.0, 9343.0, 9370.0, 9388.0, 9364.0, 9410.0, 9356.0, 9346.0, 9420.0, 9392.0, 9387.0, 9383.0, 9362.0, 9413.0, 9383.0, 9342.0, 9394.0, 9357.0, 9339.0, 9396.0, 9343.0, 9351.0, 9357.0, 9354.0, 9411.0, 9374.0, 9327.0, 9397.0, 9359.0, 9398.0, 9367.0, 9344.0, 9407.0, 9367.0, 9339.0, 9379.0, 9344.0, 9368.0, 9381.0, 9340.0, 9393.0, 9375.0, 9344.0, 9413.0, 9356.0, 9329.0, 9384.0, 9359.0, 9396.0, 9370.0, 9359.0, 9403.0, 9388.0, 9357.0, 9395.0, 9372.0, 9369.0, 9412.0, 9344.0, 9367.0, 9368.0, 9356.0, 9411.0, 9369.0, 9337.0, 9398.0, 9360.0, 9399.0, 9399.0, 9327.0, 9354.0, 9357.0, 9361.0, 9428.0, 9400.0, 9357.0, 9397.0, 9373.0, 9358.0, 9415.0, 9358.0, 9354.0, 9366.0, 9360.0, 9438.0, 9442.0, 9395.0, 9334.0, 9344.0, 9372.0, 9364.0, 9357.0, 9358.0, 9360.0, 9415.0, 9381.0, 9402.0, 9416.0, 9369.0, 9370.0, 9351.0, 9339.0, 9386.0, 9333.0, 9380.0, 9327.0, 9291.0, 9296.0, 9292.0, 9346.0, 9294.0, 9348.0, 9323.0, 9295.0, 9348.0, 9313.0, 9383.0, 9354.0, 9328.0, 9377.0, 9338.0, 9372.0, 9344.0, 9330.0, 9374.0, 9351.0, 9349.0, 9374.0, 9321.0, 9333.0, 9366.0, 9351.0, 9408.0, 9369.0, 9329.0, 9395.0, 9339.0, 9406.0, 9366.0, 9325.0, 9392.0, 9357.0, 9395.0, 9379.0, 9340.0, 9392.0, 9365.0, 9352.0, 9406.0, 9322.0, 9336.0, 9375.0, 9338.0, 9391.0, 9360.0, 9337.0, 9396.0, 9370.0, 9340.0, 9383.0, 9344.0, 9379.0, 9386.0, 9357.0, 9428.0, 9357.0, 9344.0, 9412.0, 9370.0, 9369.0, 9353.0, 9343.0, 9392.0, 9386.0, 9360.0, 9411.0, 9379.0, 9363.0, 9429.0, 9386.0, 9349.0, 9413.0, 9362.0, 9416.0, 9369.0, 9345.0, 9415.0, 9381.0, 9381.0, 9434.0, 9368.0, 9348.0, 9419.0, 9395.0, 9439.0, 9401.0, 9367.0, 9383.0, 9365.0, 9351.0, 9338.0, 9425.0, 9394.0, 9367.0, 9376.0, 9335.0, 9379.0, 9345.0, 9328.0, 9357.0, 9327.0, 9324.0, 9375.0, 9348.0, 9322.0, 9361.0, 9328.0, 9379.0, 9364.0, 9339.0, 9363.0, 9352.0, 9350.0, 9415.0, 9386.0, 9345.0, 9400.0, 9359.0, 9360.0, 9433.0, 9387.0, 9344.0, 9399.0, 9362.0, 9395.0, 9396.0, 9343.0, 9372.0, 9373.0, 9347.0, 9417.0, 9409.0, 9344.0, 9412.0, 9389.0, 9360.0, 9427.0, 9357.0, 9342.0, 9412.0, 9401.0, 9400.0, 9366.0, 9338.0, 9398.0, 9385.0, 9356.0, 9422.0, 9340.0, 9326.0, 9412.0, 9373.0, 9383.0, 9409.0, 9340.0, 9341.0, 9395.0, 9365.0, 9405.0, 9392.0, 9335.0, 9410.0, 9363.0, 9358.0, 9400.0, 9334.0, 9316.0, 9375.0, 9320.0, 9403.0, 9373.0, 9321.0, 9376.0, 9356.0, 9353.0, 9407.0, 9356.0, 9346.0, 9411.0, 9372.0, 9340.0, 9368.0, 9347.0, 9400.0, 9389.0, 9361.0, 9429.0, 9360.0, 9357.0, 9433.0, 9396.0, 9354.0, 9387.0, 9350.0, 9376.0, 9433.0, 9425.0, 9413.0, 9432.0, 9383.0, 9343.0, 9411.0, 9384.0, 9393.0, 9357.0, 9303.0, 9322.0, 9379.0, 9355.0, 9393.0, 9348.0, 9327.0, 9382.0, 9383.0, 9382.0, 9406.0, 9389.0, 9337.0, 9426.0, 9393.0, 9375.0, 9341.0, 9319.0, 9358.0, 9362.0, 9338.0, 9375.0, 9335.0, 9345.0, 9429.0, 9403.0, 9327.0, 9392.0, 9344.0, 9341.0, 9432.0, 9409.0, 9340.0, 9411.0, 9352.0, 9392.0, 9404.0, 9336.0, 9304.0, 9373.0, 9322.0, 9393.0, 9379.0, 9325.0, 9394.0, 9411.0, 9381.0, 9411.0, 9331.0, 9321.0, 9388.0, 9377.0, 9352.0, 9405.0, 9319.0, 9333.0, 9388.0, 9371.0, 9367.0, 9326.0, 9322.0, 9370.0, 9362.0, 9332.0, 9371.0, 9334.0, 9323.0, 9406.0, 9394.0, 9389.0, 9359.0, 9338.0, 9402.0, 9374.0, 9326.0, 9354.0, 9322.0, 9371.0, 9359.0, 9334.0, 9381.0, 9329.0, 9318.0, 9400.0, 9359.0, 9318.0, 9372.0, 9319.0, 9324.0, 9342.0, 9318.0, 9359.0, 9407.0, 9337.0, 9340.0, 9390.0, 9368.0, 9373.0, 9406.0, 9359.0, 9330.0, 9373.0, 9332.0, 9328.0, 9313.0, 9319.0, 9388.0, 9346.0, 9317.0, 9388.0, 9331.0, 9392.0, 9374.0, 9332.0, 9396.0, 9331.0, 9332.0, 9391.0, 9303.0, 9317.0, 9333.0, 9333.0, 9388.0, 9373.0, 9334.0, 9396.0, 9367.0, 9321.0, 9372.0, 9325.0, 9336.0, 9404.0, 9348.0, 9319.0, 9374.0, 9328.0, 9389.0, 9390.0, 9333.0, 9373.0, 9348.0, 9346.0, 9402.0, 9331.0, 9303.0, 9384.0, 9377.0, 9379.0, 9389.0, 9321.0, 9323.0, 9371.0, 9343.0, 9386.0, 9369.0, 9316.0, 9368.0, 9358.0, 9344.0, 9385.0, 9328.0, 9315.0, 9387.0, 9371.0, 9331.0, 9386.0, 9319.0, 9303.0, 9382.0, 9347.0, 9315.0, 9356.0, 9317.0, 9321.0, 9395.0, 9337.0, 9334.0, 9360.0, 9339.0, 9389.0, 9380.0, 9327.0, 9373.0, 9341.0, 9326.0, 9409.0, 9350.0, 9323.0, 9393.0, 9326.0, 9365.0, 9381.0, 9342.0, 9380.0, 9382.0, 9325.0, 9381.0, 9367.0, 9344.0, 9428.0, 9396.0, 9322.0, 9390.0, 9326.0, 9380.0, 9395.0, 9323.0, 9367.0, 9351.0, 9338.0, 9398.0, 9393.0, 9324.0, 9393.0, 9363.0, 9327.0, 9427.0, 9354.0, 9325.0, 9401.0, 9344.0, 9368.0, 9379.0, 9325.0, 9358.0, 9397.0, 9372.0, 9395.0, 9378.0, 9337.0, 9406.0, 9383.0, 9338.0, 9374.0, 9346.0, 9328.0, 9410.0, 9357.0, 9345.0, 9386.0, 9375.0, 9347.0, 9404.0, 9404.0, 9351.0, 9413.0, 9405.0, 9358.0, 9382.0, 9341.0, 9339.0, 9409.0, 9399.0, 9354.0, 9397.0, 9353.0, 9343.0, 9408.0, 9385.0, 9323.0, 9376.0, 9344.0, 9361.0, 9417.0, 9329.0, 9343.0, 9403.0, 9347.0, 9415.0, 9394.0, 9335.0, 9375.0, 9339.0, 9338.0, 9415.0, 9383.0, 9326.0, 9405.0, 9352.0, 9394.0, 9381.0, 9323.0, 9387.0, 9321.0, 9321.0, 9410.0, 9339.0, 9323.0, 9390.0, 9341.0, 9406.0, 9396.0, 9324.0, 9389.0, 9336.0, 9323.0, 9409.0, 9367.0, 9325.0, 9378.0, 9328.0, 9378.0, 9395.0, 9323.0, 9346.0, 9348.0, 9324.0, 9392.0, 9396.0, 9324.0, 9363.0, 9380.0, 9326.0, 9399.0, 9381.0, 9327.0, 9335.0, 9379.0, 9345.0, 9400.0, 9414.0, 9373.0, 9357.0, 9410.0, 9385.0, 9393.0, 9379.0, 9322.0, 9362.0, 9378.0, 9366.0, 9390.0, 9334.0, 9335.0, 9390.0, 9382.0, 9354.0, 9412.0, 9337.0, 9307.0, 9334.0, 9360.0, 9326.0, 9339.0, 9409.0, 9351.0, 9335.0, 9392.0, 9351.0, 9390.0, 9355.0, 9316.0, 9316.0, 9344.0, 9333.0, 9374.0, 9344.0, 9320.0, 9387.0, 9364.0, 9324.0, 9389.0, 9337.0, 9350.0, 9408.0, 9353.0, 9376.0, 9364.0, 9324.0, 9410.0, 9395.0, 9319.0, 9387.0, 9335.0, 9388.0, 9375.0, 9315.0, 9388.0, 9340.0, 9361.0, 9359.0, 9319.0, 9344.0, 9349.0, 9334.0, 9409.0, 9335.0, 9318.0, 9375.0, 9335.0, 9393.0, 9364.0, 9332.0, 9404.0, 9375.0, 9387.0, 9354.0, 9317.0, 9392.0, 9378.0, 9331.0, 9370.0, 9315.0, 9314.0, 9385.0, 9345.0, 9365.0, 9311.0, 9317.0, 9381.0, 9373.0, 9312.0, 9353.0, 9314.0, 9327.0, 9372.0, 9329.0, 9380.0, 9325.0, 9331.0, 9387.0, 9346.0, 9331.0, 9343.0, 9334.0, 9386.0, 9377.0, 9332.0, 9372.0, 9336.0, 9349.0, 9392.0, 9340.0, 9391.0, 9349.0, 9339.0, 9406.0, 9382.0, 9334.0, 9370.0, 9336.0, 9349.0, 9390.0, 9337.0, 9383.0, 9317.0, 9336.0, 9389.0, 9347.0, 9318.0, 9358.0, 9336.0, 9389.0, 9380.0, 9340.0, 9377.0, 9329.0, 9365.0, 9382.0, 9357.0, 9380.0, 9349.0, 9337.0, 9410.0, 9383.0, 9361.0, 9364.0, 9339.0, 9392.0, 9383.0, 9338.0, 9393.0, 9353.0, 9342.0, 9411.0, 9370.0, 9351.0, 9364.0, 9346.0, 9379.0, 9385.0, 9341.0, 9393.0, 9357.0, 9344.0, 9414.0, 9358.0, 9338.0, 9395.0, 9333.0, 9399.0, 9385.0, 9338.0, 9390.0, 9355.0, 9342.0, 9427.0, 9370.0, 9337.0, 9391.0, 9327.0, 9385.0, 9368.0, 9344.0, 9387.0, 9415.0, 9348.0, 9363.0, 9398.0, 9386.0, 9400.0, 9398.0, 9327.0, 9367.0, 9373.0, 9356.0, 9428.0, 9387.0, 9328.0, 9381.0, 9332.0, 9379.0, 9381.0, 9342.0, 9392.0, 9358.0, 9359.0, 9417.0, 9348.0, 9381.0, 9356.0, 9338.0, 9416.0, 9359.0, 9348.0, 9402.0, 9348.0, 9416.0, 9375.0, 9371.0, 9421.0, 9392.0, 9351.0, 9403.0, 9353.0, 9389.0, 9396.0, 9367.0, 9418.0, 9362.0, 9366.0, 9432.0, 9404.0, 9400.0, 9382.0, 9362.0, 9431.0, 9387.0, 9367.0, 9379.0, 9328.0, 9341.0, 9385.0, 9329.0, 9380.0, 9353.0, 9358.0, 9425.0, 9388.0, 9343.0, 9394.0, 9327.0, 9370.0, 9383.0, 9357.0, 9409.0, 9341.0, 9355.0, 9395.0, 9372.0, 9340.0, 9398.0, 9344.0, 9347.0, 9402.0, 9389.0, 9395.0, 9351.0, 9340.0, 9413.0, 9368.0, 9339.0, 9395.0, 9332.0, 9348.0, 9399.0, 9344.0, 9343.0, 9382.0, 9358.0, 9424.0, 9402.0, 9334.0, 9349.0, 9391.0, 9370.0, 9368.0, 9437.0, 9390.0, 9347.0, 9416.0, 9349.0, 9403.0, 9399.0, 9356.0, 9378.0, 9326.0, 9343.0, 9397.0, 9356.0, 9410.0, 9342.0, 9347.0, 9416.0, 9393.0, 9404.0, 9387.0, 9349.0, 9389.0, 9391.0, 9364.0, 9417.0, 9358.0, 9366.0, 9433.0, 9408.0, 9363.0, 9418.0, 9366.0, 9364.0, 9421.0, 9335.0, 9376.0, 9406.0, 9381.0, 9397.0, 9358.0, 9367.0, 9433.0, 9403.0, 9362.0, 9400.0, 9348.0, 9354.0, 9416.0, 9345.0, 9381.0, 9355.0, 9358.0, 9428.0, 9400.0, 9378.0, 9394.0, 9329.0, 9354.0, 9394.0, 9353.0, 9392.0, 9351.0, 9338.0, 9412.0, 9384.0, 9338.0, 9390.0, 9326.0, 9377.0, 9376.0, 9326.0, 9364.0, 9353.0, 9337.0, 9407.0, 9370.0, 9338.0, 9397.0, 9342.0, 9395.0, 9363.0, 9341.0, 9381.0, 9356.0, 9361.0, 9431.0, 9361.0, 9364.0, 9418.0, 9390.0, 9358.0, 9397.0, 9347.0, 9370.0, 9398.0, 9329.0, 9353.0, 9356.0, 9364.0, 9431.0, 9403.0, 9381.0, 9379.0, 9342.0, 9344.0, 9396.0, 9328.0, 9391.0, 9351.0, 9352.0, 9411.0, 9387.0, 9356.0, 9379.0, 9341.0, 9359.0, 9401.0, 9360.0, 9384.0, 9382.0, 9358.0, 9427.0, 9390.0, 9360.0, 9397.0, 9355.0, 9381.0, 9372.0, 9357.0, 9396.0, 9325.0, 9340.0, 9386.0, 9346.0, 9383.0, 9383.0, 9348.0, 9371.0, 9375.0, 9365.0, 9450.0, 9437.0, 9387.0, 9388.0, 9345.0, 9336.0, 9402.0, 9409.0, 9415.0, 9412.0, 9422.0, 9358.0, 9408.0, 9439.0, 9429.0, 9440.0, 9407.0, 9348.0, 9358.0, 9382.0, 9358.0, 9363.0, 9403.0, 9357.0, 9424.0, 9407.0, 9354.0, 9417.0, 9407.0, 9393.0, 9435.0, 9401.0, 9363.0, 9372.0, 9346.0, 9373.0, 9363.0, 9341.0, 9352.0, 9309.0, 9328.0, 9370.0, 9332.0, 9355.0, 9311.0, 9325.0, 9381.0, 9353.0, 9351.0, 9364.0, 9354.0, 9365.0, 9356.0, 9354.0, 9411.0, 9341.0, 9352.0, 9385.0, 9354.0, 9430.0, 9384.0, 9354.0, 9392.0, 9345.0, 9382.0, 9382.0, 9353.0, 9395.0, 9360.0, 9359.0, 9418.0, 9331.0, 9343.0, 9371.0, 9364.0, 9416.0, 9395.0, 9377.0, 9417.0, 9393.0, 9385.0, 9433.0, 9370.0, 9379.0, 9351.0, 9355.0, 9408.0, 9372.0, 9336.0, 9377.0, 9339.0, 9367.0, 9382.0, 9357.0, 9396.0, 9338.0, 9355.0, 9410.0, 9382.0, 9364.0, 9378.0, 9351.0, 9395.0, 9357.0, 9354.0, 9395.0, 9327.0, 9337.0, 9383.0, 9346.0, 9398.0, 9398.0, 9353.0, 9396.0, 9359.0, 9356.0, 9413.0, 9342.0, 9356.0, 9399.0, 9344.0, 9411.0, 9374.0, 9356.0, 9400.0, 9360.0, 9360.0, 9431.0, 9346.0, 9361.0, 9403.0, 9353.0, 9403.0, 9406.0, 9353.0, 9363.0, 9395.0, 9381.0, 9436.0, 9419.0, 9361.0, 9398.0, 9348.0, 9398.0, 9387.0, 9359.0, 9410.0, 9356.0, 9358.0, 9398.0, 9343.0, 9394.0, 9367.0, 9354.0, 9395.0, 9363.0, 9384.0, 9379.0, 9351.0, 9395.0, 9369.0, 9373.0, 9384.0, 9350.0, 9368.0, 9396.0, 9378.0, 9387.0, 9450.0, 9398.0, 9368.0, 9436.0, 9401.0, 9411.0, 9440.0, 9406.0, 9399.0, 9372.0, 9348.0, 9424.0, 9385.0, 9341.0, 9378.0, 9344.0, 9369.0, 9417.0, 9369.0, 9397.0, 9352.0, 9345.0, 9410.0, 9372.0, 9337.0, 9380.0, 9340.0, 9396.0, 9384.0, 9368.0, 9395.0, 9344.0, 9368.0, 9381.0, 9344.0, 9340.0, 9349.0, 9366.0, 9433.0, 9390.0, 9362.0, 9420.0, 9368.0, 9417.0, 9405.0, 9359.0, 9413.0, 9380.0, 9374.0, 9431.0, 9401.0, 9351.0, 9401.0, 9347.0, 9401.0, 9382.0, 9330.0, 9358.0, 9389.0, 9351.0, 9416.0, 9401.0, 9351.0, 9387.0, 9400.0, 9376.0, 9399.0, 9371.0, 9352.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.00047960960960960957</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035742419069069074</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.97659489193082</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2016475440871517</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9661937950037564</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8850.5215</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10561693614787557</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.72972972972973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.527823599060308</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3455503077140865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.807657569423864</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.430262920042975</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00539282</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0019104286329820752</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03726712986826897</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.004579966937271</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4752</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0848</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300150.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>715.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.0935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.0477</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3431.5029</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3640.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1188.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.9533</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.636665494181216</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> |