=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
147 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
147 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-0132_ses-01_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-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0132_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-01_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-0132/figures/sub-0132_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-01_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-0132/ses-01/func/sub-0132_ses-01_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>e2ce75ec6dbebdcbca09d284cb897aef</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>22:25:49.015000</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.99986, 0.0137017, 0.00959308, -0.0108199, 0.967214, -0.253732]</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.259</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.0824185</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>33</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4222, -7720, -7277, 270, -109, -77, -118, 94]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.019</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0de088ea-b3bd-44c1-b17e-719cc75fb0cf||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.682551622390747, -0.029029082506895065, 0.03443882241845131, 113.33238983154297], [-0.03676068037748337, 2.5949647426605225, -0.6846994757652283, -88.46437072753906], [0.02573753334581852, 0.6807435750961304, 2.611513137817383, -121.31856536865234], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['222549.015000', '222549.475000', '222549.935000', '222550.395000', '222550.855000', '222551.315000', '222551.775000', '222552.235000', '222552.695000', '222553.155000', '222553.615000', '222554.075000', '222554.535000', '222554.995000', '222555.455000', '222555.915000', '222556.375000', '222556.835000', '222557.295000', '222557.755000', '222558.215000', '222558.675000', '222559.135000', '222559.595000', '222600.055000', '222600.515000', '222600.975000', '222601.435000', '222601.895000', '222602.355000', '222602.815000', '222603.275000', '222603.735000', '222604.195000', '222604.655000', '222605.115000', '222605.575000', '222606.035000', '222606.495000', '222606.955000', '222607.415000', '222607.875000', '222608.335000', '222608.795000', '222609.255000', '222609.715000', '222610.175000', '222610.635000', '222611.095000', '222611.555000', '222612.015000', '222612.475000', '222612.935000', '222613.395000', '222613.855000', '222614.315000', '222614.775000', '222615.235000', '222615.695000', '222616.155000', '222616.615000', '222617.075000', '222617.535000', '222617.995000', '222618.455000', '222618.915000', '222619.375000', '222619.835000', '222620.295000', '222620.755000', '222621.215000', '222621.675000', '222622.135000', '222622.595000', '222623.055000', '222623.515000', '222623.975000', '222624.435000', '222624.895000', '222625.355000', '222625.815000', '222626.275000', '222626.735000', '222627.195000', '222627.655000', '222628.115000', '222628.575000', '222629.035000', '222629.495000', '222629.955000', '222630.415000', '222630.875000', '222631.335000', '222631.795000', '222632.255000', '222632.715000', '222633.175000', '222633.635000', '222634.095000', '222634.555000', '222635.015000', '222635.475000', '222635.935000', '222636.395000', '222636.855000', '222637.315000', '222637.775000', '222638.235000', '222638.695000', '222639.155000', '222639.615000', '222640.075000', '222640.535000', '222640.995000', '222641.455000', '222641.915000', '222642.375000', '222642.835000', '222643.295000', '222643.755000', '222644.215000', '222644.675000', '222645.135000', '222645.595000', '222646.055000', '222646.515000', '222646.975000', '222647.435000', '222647.895000', '222648.355000', '222648.815000', '222649.275000', '222649.735000', '222650.195000', '222650.655000', '222651.115000', '222651.575000', '222652.035000', '222652.495000', '222652.955000', '222653.415000', '222653.875000', '222654.335000', '222654.795000', '222655.255000', '222655.715000', '222656.175000', '222656.635000', '222657.095000', '222657.555000', '222658.015000', '222658.475000', '222658.935000', '222659.395000', '222659.855000', '222700.315000', '222700.775000', '222701.235000', '222701.695000', '222702.155000', '222702.615000', '222703.075000', '222703.535000', '222703.995000', '222704.455000', '222704.915000', '222705.375000', '222705.835000', '222706.295000', '222706.755000', '222707.215000', '222707.675000', '222708.135000', '222708.595000', '222709.055000', '222709.515000', '222709.975000', '222710.435000', '222710.895000', '222711.355000', '222711.815000', '222712.275000', '222712.735000', '222713.195000', '222713.655000', '222714.115000', '222714.575000', '222715.035000', '222715.495000', '222715.955000', '222716.415000', '222716.875000', '222717.335000', '222717.795000', '222718.255000', '222718.715000', '222719.175000', '222719.635000', '222720.095000', '222720.555000', '222721.015000', '222721.475000', '222721.935000', '222722.395000', '222722.855000', '222723.315000', '222723.775000', '222724.235000', '222724.695000', '222725.155000', '222725.615000', '222726.075000', '222726.535000', '222726.995000', '222727.455000', '222727.915000', '222728.375000', '222728.835000', '222729.295000', '222729.755000', '222730.215000', '222730.675000', '222731.135000', '222731.595000', '222732.055000', '222732.515000', '222732.975000', '222733.435000', '222733.895000', '222734.355000', '222734.815000', '222735.275000', '222735.735000', '222736.195000', '222736.655000', '222737.115000', '222737.575000', '222738.035000', '222738.495000', '222738.955000', '222739.415000', '222739.875000', '222740.335000', '222740.795000', '222741.255000', '222741.715000', '222742.175000', '222742.635000', '222743.095000', '222743.555000', '222744.015000', '222744.475000', '222744.935000', '222745.395000', '222745.855000', '222746.315000', '222746.775000', '222747.235000', '222747.695000', '222748.155000', '222748.615000', '222749.075000', '222749.535000', '222749.995000', '222750.455000', '222750.915000', '222751.375000', '222751.835000', '222752.295000', '222752.755000', '222753.215000', '222753.675000', '222754.135000', '222754.595000', '222755.055000', '222755.515000', '222755.975000', '222756.435000', '222756.895000', '222757.355000', '222757.815000', '222758.275000', '222758.735000', '222759.195000', '222759.655000', '222800.115000', '222800.575000', '222801.035000', '222801.495000', '222801.955000', '222802.415000', '222802.875000', '222803.335000', '222803.795000', '222804.255000', '222804.715000', '222805.175000', '222805.635000', '222806.095000', '222806.555000', '222807.015000', '222807.475000', '222807.935000', '222808.395000', '222808.855000', '222809.315000', '222809.775000', '222810.235000', '222810.695000', '222811.155000', '222811.615000', '222812.075000', '222812.535000', '222812.995000', '222813.455000', '222813.915000', '222814.375000', '222814.835000', '222815.295000', '222815.755000', '222816.215000', '222816.675000', '222817.135000', '222817.595000', '222818.055000', '222818.515000', '222818.975000', '222819.435000', '222819.895000', '222820.355000', '222820.815000', '222821.275000', '222821.735000', '222822.195000', '222822.655000', '222823.115000', '222823.575000', '222824.035000', '222824.495000', '222824.955000', '222825.415000', '222825.875000', '222826.335000', '222826.795000', '222827.255000', '222827.715000', '222828.175000', '222828.635000', '222829.095000', '222829.555000', '222830.015000', '222830.475000', '222830.935000', '222831.395000', '222831.855000', '222832.315000', '222832.775000', '222833.235000', '222833.695000', '222834.155000', '222834.615000', '222835.075000', '222835.535000', '222835.995000', '222836.455000', '222836.915000', '222837.375000', '222837.835000', '222838.295000', '222838.755000', '222839.215000', '222839.675000', '222840.135000', '222840.595000', '222841.055000', '222841.515000', '222841.975000', '222842.435000', '222842.895000', '222843.355000', '222843.815000', '222844.275000', '222844.735000', '222845.195000', '222845.655000', '222846.115000', '222846.575000', '222847.035000', '222847.495000', '222847.955000', '222848.415000', '222848.875000', '222849.335000', '222849.795000', '222850.255000', '222850.715000', '222851.175000', '222851.635000', '222852.095000', '222852.555000', '222853.015000', '222853.475000', '222853.935000', '222854.395000', '222854.855000', '222855.315000', '222855.775000', '222856.235000', '222856.695000', '222857.155000', '222857.615000', '222858.075000', '222858.535000', '222858.995000', '222859.455000', '222859.915000', '222900.375000', '222900.835000', '222901.295000', '222901.755000', '222902.215000', '222902.675000', '222903.135000', '222903.595000', '222904.055000', '222904.515000', '222904.975000', '222905.435000', '222905.895000', '222906.355000', '222906.815000', '222907.275000', '222907.735000', '222908.195000', '222908.655000', '222909.115000', '222909.575000', '222910.035000', '222910.495000', '222910.955000', '222911.415000', '222911.875000', '222912.335000', '222912.795000', '222913.255000', '222913.715000', '222914.175000', '222914.635000', '222915.095000', '222915.555000', '222916.015000', '222916.475000', '222916.935000', '222917.395000', '222917.855000', '222918.315000', '222918.775000', '222919.235000', '222919.695000', '222920.155000', '222920.615000', '222921.075000', '222921.535000', '222921.995000', '222922.455000', '222922.915000', '222923.375000', '222923.835000', '222924.295000', '222924.755000', '222925.215000', '222925.675000', '222926.135000', '222926.595000', '222927.055000', '222927.515000', '222927.975000', '222928.435000', '222928.895000', '222929.355000', '222929.815000', '222930.275000', '222930.735000', '222931.195000', '222931.655000', '222932.115000', '222932.575000', '222933.035000', '222933.495000', '222933.955000', '222934.415000', '222934.875000', '222935.335000', '222935.795000', '222936.255000', '222936.715000', '222937.175000', '222937.635000', '222938.095000', '222938.555000', '222939.015000', '222939.475000', '222939.935000', '222940.395000', '222940.855000', '222941.315000', '222941.775000', '222942.235000', '222942.695000', '222943.155000', '222943.615000', '222944.075000', '222944.535000', '222944.995000', '222945.455000', '222945.915000', '222946.375000', '222946.835000', '222947.295000', '222947.755000', '222948.215000', '222948.675000', '222949.135000', '222949.595000', '222950.055000', '222950.515000', '222950.975000', '222951.435000', '222951.895000', '222952.355000', '222952.815000', '222953.275000', '222953.735000', '222954.195000', '222954.655000', '222955.115000', '222955.575000', '222956.035000', '222956.495000', '222956.955000', '222957.415000', '222957.875000', '222958.335000', '222958.795000', '222959.255000', '222959.715000', '223000.175000', '223000.635000', '223001.095000', '223001.555000', '223002.015000', '223002.475000', '223002.935000', '223003.395000', '223003.855000', '223004.315000', '223004.775000', '223005.235000', '223005.695000', '223006.155000', '223006.615000', '223007.075000', '223007.535000', '223007.995000', '223008.455000', '223008.915000', '223009.375000', '223009.835000', '223010.295000', '223010.755000', '223011.215000', '223011.675000', '223012.135000', '223012.595000', '223013.055000', '223013.515000', '223013.975000', '223014.435000', '223014.895000', '223015.355000', '223015.815000', '223016.275000', '223016.735000', '223017.195000', '223017.655000', '223018.115000', '223018.575000', '223019.035000', '223019.495000', '223019.955000', '223020.415000', '223020.875000', '223021.335000', '223021.795000', '223022.255000', '223022.715000', '223023.175000', '223023.635000', '223024.095000', '223024.555000', '223025.015000', '223025.475000', '223025.935000', '223026.395000', '223026.855000', '223027.315000', '223027.775000', '223028.235000', '223028.695000', '223029.155000', '223029.615000', '223030.075000', '223030.535000', '223030.995000', '223031.455000', '223031.915000', '223032.375000', '223032.835000', '223033.295000', '223033.755000', '223034.215000', '223034.675000', '223035.135000', '223035.595000', '223036.055000', '223036.515000', '223036.975000', '223037.435000', '223037.895000', '223038.355000', '223038.815000', '223039.275000', '223039.735000', '223040.195000', '223040.655000', '223041.115000', '223041.575000', '223042.035000', '223042.495000', '223042.955000', '223043.415000', '223043.875000', '223044.335000', '223044.795000', '223045.255000', '223045.715000', '223046.175000', '223046.635000', '223047.095000', '223047.555000', '223048.015000', '223048.475000', '223048.935000', '223049.395000', '223049.855000', '223050.315000', '223050.775000', '223051.235000', '223051.695000', '223052.155000', '223052.615000', '223053.075000', '223053.535000', '223053.995000', '223054.455000', '223054.915000', '223055.375000', '223055.835000', '223056.295000', '223056.755000', '223057.215000', '223057.675000', '223058.135000', '223058.595000', '223059.055000', '223059.515000', '223059.975000', '223100.435000', '223100.895000', '223101.355000', '223101.815000', '223102.275000', '223102.735000', '223103.195000', '223103.655000', '223104.115000', '223104.575000', '223105.035000', '223105.495000', '223105.955000', '223106.415000', '223106.875000', '223107.335000', '223107.795000', '223108.255000', '223108.715000', '223109.175000', '223109.635000', '223110.095000', '223110.555000', '223111.015000', '223111.475000', '223111.935000', '223112.395000', '223112.855000', '223113.315000', '223113.775000', '223114.235000', '223114.695000', '223115.155000', '223115.615000', '223116.075000', '223116.535000', '223116.995000', '223117.455000', '223117.915000', '223118.375000', '223118.835000', '223119.295000', '223119.755000', '223120.215000', '223120.675000', '223121.135000', '223121.595000', '223122.055000', '223122.515000', '223122.975000', '223123.435000', '223123.895000', '223124.355000', '223124.815000', '223125.275000', '223125.735000', '223126.195000', '223126.655000', '223127.115000', '223127.575000', '223128.035000', '223128.495000', '223128.955000', '223129.415000', '223129.875000', '223130.335000', '223130.795000', '223131.255000', '223131.715000', '223132.175000', '223132.635000', '223133.095000', '223133.555000', '223134.015000', '223134.475000', '223134.935000', '223135.395000', '223135.855000', '223136.315000', '223136.775000', '223137.235000', '223137.695000', '223138.155000', '223138.615000', '223139.075000', '223139.535000', '223139.995000', '223140.455000', '223140.915000', '223141.375000', '223141.835000', '223142.295000', '223142.755000', '223143.215000', '223143.675000', '223144.135000', '223144.595000', '223145.055000', '223145.515000', '223145.975000', '223146.435000', '223146.895000', '223147.355000', '223147.815000', '223148.275000', '223148.735000', '223149.195000', '223149.655000', '223150.115000', '223150.575000', '223151.035000', '223151.495000', '223151.955000', '223152.415000', '223152.875000', '223153.335000', '223153.795000', '223154.255000', '223154.715000', '223155.175000', '223155.635000', '223156.095000', '223156.555000', '223157.015000', '223157.475000', '223157.935000', '223158.395000', '223158.855000', '223159.315000', '223159.775000', '223200.235000', '223200.695000', '223201.155000', '223201.615000', '223202.075000', '223202.535000', '223202.995000', '223203.455000', '223203.915000', '223204.375000', '223204.835000', '223205.295000', '223205.755000', '223206.215000', '223206.675000', '223207.135000', '223207.595000', '223208.055000', '223208.515000', '223208.975000', '223209.435000', '223209.895000', '223210.355000', '223210.815000', '223211.275000', '223211.735000', '223212.195000', '223212.655000', '223213.115000', '223213.575000', '223214.035000', '223214.495000', '223214.955000', '223215.415000', '223215.875000', '223216.335000', '223216.795000', '223217.255000', '223217.715000', '223218.175000', '223218.635000', '223219.095000', '223219.555000', '223220.015000', '223220.475000', '223220.935000', '223221.395000', '223221.855000', '223222.315000', '223222.775000', '223223.235000', '223223.695000', '223224.155000', '223224.615000', '223225.075000', '223225.535000', '223225.995000', '223226.455000', '223226.915000', '223227.375000', '223227.835000', '223228.295000', '223228.755000', '223229.215000', '223229.675000', '223230.135000', '223230.595000', '223231.055000', '223231.515000', '223231.975000', '223232.435000', '223232.895000', '223233.355000', '223233.815000', '223234.275000', '223234.735000', '223235.195000', '223235.655000', '223236.115000', '223236.575000', '223237.035000', '223237.495000', '223237.955000', '223238.415000', '223238.875000', '223239.335000', '223239.795000', '223240.255000', '223240.715000', '223241.175000', '223241.635000', '223242.095000', '223242.555000', '223243.015000', '223243.475000', '223243.935000', '223244.395000', '223244.855000', '223245.315000', '223245.775000', '223246.235000', '223246.695000', '223247.155000', '223247.615000', '223248.075000', '223248.535000', '223248.995000', '223249.455000', '223249.915000', '223250.375000', '223250.835000', '223251.295000', '223251.755000', '223252.215000', '223252.675000', '223253.135000', '223253.595000', '223254.055000', '223254.515000', '223254.975000', '223255.435000', '223255.895000', '223256.355000', '223256.815000', '223257.275000', '223257.735000', '223258.195000', '223258.655000', '223259.115000', '223259.575000', '223300.035000', '223300.495000', '223300.955000', '223301.415000', '223301.875000', '223302.335000', '223302.795000', '223303.255000', '223303.715000', '223304.175000', '223304.635000', '223305.095000', '223305.555000', '223306.015000', '223306.475000', '223306.935000', '223307.395000', '223307.855000', '223308.315000', '223308.775000', '223309.235000', '223309.695000', '223310.155000', '223310.615000', '223311.075000', '223311.535000', '223311.995000', '223312.455000', '223312.915000', '223313.375000', '223313.835000', '223314.295000', '223314.755000', '223315.215000', '223315.675000', '223316.135000', '223316.595000', '223317.055000', '223317.515000', '223317.975000', '223318.435000', '223318.895000', '223319.355000', '223319.815000', '223320.275000', '223320.735000', '223321.195000', '223321.655000', '223322.115000', '223322.575000', '223323.035000', '223323.495000', '223323.955000', '223324.415000', '223324.875000', '223325.335000', '223325.795000', '223326.255000', '223326.715000', '223327.175000', '223327.635000', '223328.095000', '223328.555000', '223329.015000', '223329.475000', '223329.935000', '223330.395000', '223330.855000', '223331.315000', '223331.775000', '223332.235000', '223332.695000', '223333.155000', '223333.615000', '223334.075000', '223334.535000', '223334.995000', '223335.455000', '223335.915000', '223336.375000', '223336.835000', '223337.295000', '223337.755000', '223338.215000', '223338.675000', '223339.135000', '223339.595000', '223340.055000', '223340.515000', '223340.975000', '223341.435000', '223341.895000', '223342.355000', '223342.815000', '223343.275000', '223343.735000', '223344.195000', '223344.655000', '223345.115000', '223345.575000', '223346.035000', '223346.495000', '223346.955000', '223347.415000', '223347.875000', '223348.335000', '223348.795000', '223349.255000', '223349.715000', '223350.175000', '223350.635000', '223351.095000', '223351.555000', '223352.015000', '223352.475000', '223352.935000', '223353.395000', '223353.855000', '223354.315000', '223354.775000', '223355.235000', '223355.695000', '223356.155000', '223356.615000', '223357.075000', '223357.535000', '223357.995000', '223358.455000', '223358.915000', '223359.375000', '223359.835000', '223400.295000', '223400.755000', '223401.215000', '223401.675000', '223402.135000', '223402.595000', '223403.055000', '223403.515000', '223403.975000', '223404.435000', '223404.895000', '223405.355000', '223405.815000', '223406.275000', '223406.735000', '223407.195000', '223407.655000', '223408.115000', '223408.575000', '223409.035000', '223409.495000', '223409.955000', '223410.415000', '223410.875000', '223411.335000', '223411.795000', '223412.255000', '223412.715000', '223413.175000', '223413.635000', '223414.095000', '223414.555000', '223415.015000', '223415.475000', '223415.935000', '223416.395000', '223416.855000', '223417.315000', '223417.775000', '223418.235000', '223418.695000', '223419.155000', '223419.615000', '223420.075000', '223420.535000', '223420.995000', '223421.455000', '223421.915000', '223422.375000', '223422.835000', '223423.295000', '223423.755000', '223424.215000', '223424.675000', '223425.135000', '223425.595000', '223426.055000', '223426.515000', '223426.975000', '223427.435000', '223427.895000', '223428.355000', '223428.815000', '223429.275000', '223429.735000', '223430.195000', '223430.655000', '223431.115000', '223431.575000', '223432.035000', '223432.495000', '223432.955000', '223433.415000', '223433.875000', '223434.335000', '223434.795000', '223435.255000', '223435.715000', '223436.175000', '223436.635000', '223437.095000', '223437.555000', '223438.015000', '223438.475000', '223438.935000', '223439.395000', '223439.855000', '223440.315000', '223440.775000', '223441.235000', '223441.695000', '223442.155000', '223442.615000', '223443.075000', '223443.535000', '223443.995000', '223444.455000', '223444.915000', '223445.375000', '223445.835000', '223446.295000', '223446.755000', '223447.215000', '223447.675000', '223448.135000', '223448.595000', '223449.055000', '223449.515000', '223449.975000', '223450.435000', '223450.895000', '223451.355000', '223451.815000', '223452.275000', '223452.735000', '223453.195000', '223453.655000', '223454.115000', '223454.575000', '223455.035000', '223455.495000', '223455.955000', '223456.415000', '223456.875000', '223457.335000', '223457.795000', '223458.255000', '223458.715000', '223459.175000', '223459.635000', '223500.095000', '223500.555000', '223501.015000', '223501.475000', '223501.935000', '223502.395000', '223502.855000', '223503.315000', '223503.775000', '223504.235000', '223504.695000', '223505.155000', '223505.615000', '223506.075000', '223506.535000', '223506.995000', '223507.455000', '223507.915000', '223508.375000', '223508.835000', '223509.295000', '223509.755000', '223510.215000', '223510.675000', '223511.135000', '223511.595000', '223512.055000', '223512.515000', '223512.975000', '223513.435000', '223513.895000', '223514.355000', '223514.815000', '223515.275000', '223515.735000', '223516.195000', '223516.655000', '223517.115000', '223517.575000', '223518.035000', '223518.495000', '223518.955000', '223519.415000', '223519.875000', '223520.335000', '223520.795000', '223521.255000', '223521.715000', '223522.175000', '223522.635000', '223523.095000', '223523.555000', '223524.015000', '223524.475000', '223524.935000', '223525.395000', '223525.855000', '223526.315000', '223526.775000', '223527.235000', '223527.695000', '223528.155000', '223528.615000', '223529.075000', '223529.535000', '223529.995000', '223530.455000', '223530.915000', '223531.375000', '223531.835000', '223532.295000', '223532.755000', '223533.215000', '223533.675000', '223534.135000', '223534.595000', '223535.055000', '223535.515000', '223535.975000', '223536.435000', '223536.895000', '223537.355000', '223537.815000', '223538.275000', '223538.735000', '223539.195000', '223539.655000', '223540.115000', '223540.575000', '223541.035000', '223541.495000', '223541.955000', '223542.415000', '223542.875000', '223543.335000', '223543.795000', '223544.255000', '223544.715000', '223545.175000', '223545.635000', '223546.095000', '223546.555000', '223547.015000', '223547.475000', '223547.935000', '223548.395000', '223548.855000', '223549.315000', '223549.775000', '223550.235000', '223550.695000', '223551.155000', '223551.615000', '223552.075000', '223552.535000', '223552.995000', '223553.455000', '223553.915000', '223554.375000', '223554.835000', '223555.295000', '223555.755000', '223556.215000', '223556.675000', '223557.135000', '223557.595000', '223558.055000', '223558.515000', '223558.975000', '223559.435000', '223559.895000', '223600.355000', '223600.815000', '223601.275000', '223601.735000', '223602.195000', '223602.655000', '223603.115000', '223603.575000', '223604.035000', '223604.495000', '223604.955000', '223605.415000', '223605.875000', '223606.335000', '223606.795000', '223607.255000', '223607.715000', '223608.175000', '223608.635000', '223609.095000', '223609.555000', '223610.015000', '223610.475000', '223610.935000', '223611.395000', '223611.855000', '223612.315000', '223612.775000', '223613.235000', '223613.695000', '223614.155000', '223614.615000', '223615.075000', '223615.535000', '223615.995000', '223616.455000', '223616.915000', '223617.375000', '223617.835000', '223618.295000', '223618.755000', '223619.215000', '223619.675000', '223620.135000', '223620.595000', '223621.055000', '223621.515000'], 'ContentTime': ['222559.814000', '222559.816000', '222559.819000', '222559.822000', '222559.824000', '222559.827000', '222559.830000', '222559.840000', '222559.842000', '222559.847000', '222559.850000', '222559.852000', '222559.855000', '222559.857000', '222559.860000', '222559.862000', '222559.870000', '222559.872000', '222559.875000', '222559.877000', '222559.880000', '222619.780000', '222619.783000', '222619.786000', '222619.788000', '222619.791000', '222619.793000', '222619.796000', '222619.799000', '222619.801000', '222619.804000', '222619.806000', '222619.809000', '222619.811000', '222619.814000', '222619.816000', '222619.819000', '222619.821000', '222619.824000', '222619.826000', '222619.829000', '222619.834000', '222619.836000', '222619.839000', '222619.841000', '222619.844000', '222619.846000', '222619.849000', '222619.852000', '222619.854000', '222619.857000', '222619.859000', '222619.862000', '222619.864000', '222619.867000', '222619.869000', '222619.872000', '222619.874000', '222619.877000', '222619.879000', '222619.882000', '222619.885000', '222619.887000', '222619.890000', '222639.780000', '222639.783000', '222639.786000', '222639.788000', '222639.791000', '222639.793000', '222639.796000', '222639.798000', '222639.801000', '222639.803000', '222639.806000', '222639.809000', '222639.811000', '222639.814000', '222639.816000', '222639.819000', '222639.821000', '222639.824000', '222639.826000', '222639.829000', '222639.832000', '222639.834000', '222639.837000', '222639.839000', '222639.842000', '222639.844000', '222639.847000', '222639.850000', '222639.852000', '222639.855000', '222639.857000', '222639.860000', '222639.862000', '222639.865000', '222639.868000', '222639.870000', '222639.873000', '222639.875000', '222639.878000', '222639.880000', '222639.883000', '222639.885000', '222639.888000', '222639.890000', '222659.780000', '222659.782000', '222659.785000', '222659.787000', '222659.790000', '222659.793000', '222659.795000', '222659.798000', '222659.800000', '222659.803000', '222659.806000', '222659.808000', '222659.811000', '222659.814000', '222659.816000', '222659.819000', '222659.822000', '222659.824000', '222659.827000', '222659.830000', '222659.833000', '222659.835000', '222659.838000', '222659.840000', '222659.843000', '222659.845000', '222659.848000', '222659.851000', '222659.853000', '222659.856000', '222659.858000', '222659.861000', '222659.863000', '222659.867000', '222659.869000', '222659.872000', '222659.875000', '222659.877000', '222659.880000', '222659.882000', '222659.885000', '222659.887000', '222659.890000', '222719.779000', '222719.782000', '222719.785000', '222719.787000', '222719.790000', '222719.793000', '222719.795000', '222719.798000', '222719.800000', '222719.803000', '222719.806000', '222719.808000', '222719.811000', '222719.813000', '222719.816000', '222719.819000', '222719.821000', '222719.824000', '222719.826000', '222719.829000', '222719.832000', '222719.834000', '222719.837000', '222719.839000', '222719.842000', '222719.845000', '222719.847000', '222719.850000', '222719.852000', '222719.855000', '222719.857000', '222719.860000', '222719.879000', '222719.882000', '222719.884000', '222719.887000', '222719.889000', '222719.892000', '222719.895000', '222719.897000', '222719.900000', '222719.902000', '222719.905000', '222719.908000', '222739.780000', '222739.782000', '222739.785000', '222739.787000', '222739.790000', '222739.793000', '222739.795000', '222739.798000', '222739.800000', '222739.803000', '222739.805000', '222739.808000', '222739.810000', '222739.813000', '222739.815000', '222739.818000', '222739.821000', '222739.823000', '222739.826000', '222739.829000', '222739.831000', '222739.834000', '222739.837000', '222739.839000', '222739.842000', '222739.844000', '222739.847000', '222739.850000', '222739.852000', '222739.855000', '222739.857000', '222739.860000', '222739.862000', '222739.865000', '222739.868000', '222739.870000', '222739.873000', '222739.875000', '222739.878000', '222739.880000', '222739.883000', '222739.885000', '222739.888000', '222759.780000', '222759.783000', '222759.786000', '222759.788000', '222759.791000', '222759.793000', '222759.796000', '222759.798000', '222759.801000', '222759.804000', '222759.806000', '222759.809000', '222759.811000', '222759.814000', '222759.816000', '222759.819000', '222759.821000', '222759.824000', '222759.827000', '222759.829000', '222759.832000', '222759.834000', '222759.837000', '222759.840000', '222759.842000', '222759.845000', '222759.847000', '222759.850000', '222759.852000', '222759.855000', '222759.858000', '222759.860000', '222759.863000', '222759.865000', '222759.868000', '222759.870000', '222759.873000', '222759.875000', '222759.878000', '222759.881000', '222759.883000', '222759.886000', '222759.888000', '222759.891000', '222819.780000', '222819.783000', '222819.786000', '222819.788000', '222819.791000', '222819.793000', '222819.796000', '222819.799000', '222819.801000', '222819.804000', '222819.806000', '222819.809000', '222819.811000', '222819.814000', '222819.816000', '222819.819000', '222819.822000', '222819.824000', '222819.827000', '222819.829000', '222819.832000', '222819.835000', '222819.837000', '222819.840000', '222819.842000', '222819.845000', '222819.847000', '222819.850000', '222819.852000', '222819.855000', '222819.858000', '222819.860000', '222819.863000', '222819.865000', '222819.868000', '222819.870000', '222819.873000', '222819.876000', '222819.879000', '222819.882000', '222819.884000', '222819.887000', '222819.890000', '222839.780000', '222839.783000', '222839.786000', '222839.788000', '222839.791000', '222839.794000', '222839.796000', '222839.799000', '222839.801000', '222839.804000', '222839.806000', '222839.809000', '222839.811000', '222839.814000', '222839.817000', '222839.819000', '222839.822000', '222839.824000', '222839.827000', '222839.830000', '222839.832000', '222839.835000', '222839.837000', '222839.840000', '222839.842000', '222839.845000', '222839.848000', '222839.850000', '222839.853000', '222839.855000', '222839.858000', '222839.861000', '222839.863000', '222839.866000', '222839.868000', '222839.871000', '222839.873000', '222839.876000', '222839.878000', '222839.881000', '222839.884000', '222839.886000', '222839.889000', '222839.891000', '222859.780000', '222859.783000', '222859.786000', '222859.789000', '222859.791000', '222859.794000', '222859.796000', '222859.799000', '222859.801000', '222859.804000', '222859.806000', '222859.809000', '222859.812000', '222859.814000', '222859.817000', '222859.819000', '222859.822000', '222859.825000', '222859.827000', '222859.830000', '222859.832000', '222859.835000', '222859.837000', '222859.840000', '222859.842000', '222859.845000', '222859.848000', '222859.859000', '222859.862000', '222859.864000', '222859.867000', '222859.870000', '222859.872000', '222859.875000', '222859.878000', '222859.880000', '222859.883000', '222859.885000', '222859.888000', '222859.890000', '222859.893000', '222859.896000', '222859.898000', '222919.780000', '222919.782000', '222919.785000', '222919.787000', '222919.790000', '222919.793000', '222919.795000', '222919.798000', '222919.800000', '222919.803000', '222919.805000', '222919.808000', '222919.811000', '222919.813000', '222919.816000', '222919.818000', '222919.821000', '222919.823000', '222919.826000', '222919.829000', '222919.831000', '222919.834000', '222919.836000', '222919.839000', '222919.842000', '222919.844000', '222919.847000', '222919.849000', '222919.852000', '222919.854000', '222919.857000', '222919.860000', '222919.862000', '222919.865000', '222919.867000', '222919.870000', '222919.872000', '222919.875000', '222919.878000', '222919.880000', '222919.883000', '222919.885000', '222919.888000', '222919.890000', '222939.779000', '222939.782000', '222939.785000', '222939.787000', '222939.790000', '222939.793000', '222939.795000', '222939.798000', '222939.800000', '222939.803000', '222939.805000', '222939.808000', '222939.811000', '222939.813000', '222939.816000', '222939.818000', '222939.821000', '222939.823000', '222939.826000', '222939.829000', '222939.831000', '222939.834000', '222939.836000', '222939.839000', '222939.842000', '222939.844000', '222939.847000', '222939.849000', '222939.852000', '222939.855000', '222939.857000', '222939.860000', '222939.862000', '222939.865000', '222939.867000', '222939.870000', '222939.873000', '222939.875000', '222939.878000', '222939.880000', '222939.883000', '222939.885000', '222939.888000', '222959.780000', '222959.782000', '222959.785000', '222959.788000', '222959.790000', '222959.793000', '222959.795000', '222959.798000', '222959.801000', '222959.803000', '222959.806000', '222959.808000', '222959.811000', '222959.814000', '222959.816000', '222959.819000', '222959.822000', '222959.824000', '222959.827000', '222959.829000', '222959.832000', '222959.834000', '222959.837000', '222959.840000', '222959.842000', '222959.845000', '222959.847000', '222959.850000', '222959.852000', '222959.855000', '222959.858000', '222959.860000', '222959.863000', '222959.865000', '222959.868000', '222959.870000', '222959.873000', '222959.876000', '222959.878000', '222959.881000', '222959.883000', '222959.886000', '222959.888000', '222959.891000', '223019.781000', '223019.783000', '223019.786000', '223019.789000', '223019.791000', '223019.794000', '223019.796000', '223019.799000', '223019.801000', '223019.804000', '223019.807000', '223019.809000', '223019.812000', '223019.814000', '223019.817000', '223019.820000', '223019.822000', '223019.825000', '223019.827000', '223019.830000', '223019.832000', '223019.835000', '223019.838000', '223019.840000', '223019.843000', '223019.845000', '223019.848000', '223019.850000', '223019.853000', '223019.856000', '223019.858000', '223019.861000', '223019.863000', '223019.866000', '223019.868000', '223019.871000', '223019.874000', '223019.876000', '223019.879000', '223019.881000', '223019.884000', '223019.886000', '223019.889000', '223039.780000', '223039.783000', '223039.786000', '223039.789000', '223039.791000', '223039.794000', '223039.796000', '223039.799000', '223039.802000', '223039.816000', '223039.819000', '223039.822000', '223039.824000', '223039.827000', '223039.829000', '223039.832000', '223039.834000', '223039.837000', '223039.840000', '223039.842000', '223039.845000', '223039.847000', '223039.850000', '223039.852000', '223039.855000', '223039.858000', '223039.860000', '223039.863000', '223039.865000', '223039.868000', '223039.870000', '223039.873000', '223039.876000', '223039.878000', '223039.881000', '223039.883000', '223039.886000', '223039.888000', '223039.891000', '223039.894000', '223039.896000', '223039.899000', '223039.901000', '223039.904000', '223059.781000', '223059.783000', '223059.786000', '223059.788000', '223059.791000', '223059.794000', '223059.796000', '223059.799000', '223059.801000', '223059.804000', '223059.806000', '223059.809000', '223059.812000', '223059.814000', '223059.817000', '223059.819000', '223059.822000', '223059.825000', '223059.827000', '223059.830000', '223059.832000', '223059.835000', '223059.838000', '223059.840000', '223059.843000', '223059.845000', '223059.848000', '223059.850000', '223059.853000', '223059.856000', '223059.858000', '223059.861000', '223059.863000', '223059.866000', '223059.868000', '223059.871000', '223059.874000', '223059.876000', '223059.879000', '223059.881000', '223059.884000', '223059.887000', '223059.889000', '223119.781000', '223119.783000', '223119.786000', '223119.788000', '223119.791000', '223119.794000', '223119.796000', '223119.799000', '223119.801000', '223119.807000', '223119.810000', '223119.812000', '223119.815000', '223119.817000', '223119.820000', '223119.823000', '223119.825000', '223119.828000', '223119.831000', '223119.833000', '223119.836000', '223119.838000', '223119.841000', '223119.844000', '223119.846000', '223119.849000', '223119.852000', '223119.854000', '223119.857000', '223119.859000', '223119.862000', '223119.870000', '223119.872000', '223119.875000', '223119.877000', '223119.880000', '223119.883000', '223119.885000', '223119.888000', '223119.892000', '223119.895000', '223119.897000', '223119.900000', '223119.902000', '223139.779000', '223139.782000', '223139.785000', '223139.787000', '223139.790000', '223139.792000', '223139.795000', '223139.798000', '223139.800000', '223139.803000', '223139.805000', '223139.808000', '223139.811000', '223139.813000', '223139.816000', '223139.818000', '223139.821000', '223139.824000', '223139.826000', '223139.829000', '223139.831000', '223139.834000', '223139.837000', '223139.839000', '223139.842000', '223139.844000', '223139.847000', '223139.849000', '223139.852000', '223139.854000', '223139.857000', '223139.859000', '223139.862000', '223139.865000', '223139.867000', '223139.870000', '223139.872000', '223139.875000', '223139.877000', '223139.880000', '223139.882000', '223139.885000', '223139.888000', '223159.779000', '223159.782000', '223159.786000', '223159.789000', '223159.792000', '223159.795000', '223159.797000', '223159.800000', '223159.802000', '223159.805000', '223159.807000', '223159.810000', '223159.813000', '223159.815000', '223159.818000', '223159.820000', '223159.823000', '223159.826000', '223159.828000', '223159.831000', '223159.848000', '223159.851000', '223159.854000', '223159.856000', '223159.859000', '223159.861000', '223159.864000', '223159.866000', '223159.869000', '223159.872000', '223159.874000', '223159.877000', '223159.879000', '223159.882000', '223159.885000', '223159.887000', '223159.890000', '223159.892000', '223159.895000', '223159.897000', '223159.900000', '223159.903000', '223159.905000', '223219.780000', '223219.782000', '223219.785000', '223219.788000', '223219.790000', '223219.793000', '223219.795000', '223219.798000', '223219.801000', '223219.803000', '223219.806000', '223219.808000', '223219.811000', '223219.813000', '223219.816000', '223219.818000', '223219.821000', '223219.824000', '223219.826000', '223219.829000', '223219.832000', '223219.834000', '223219.837000', '223219.839000', '223219.842000', '223219.844000', '223219.847000', '223219.850000', '223219.852000', '223219.855000', '223219.857000', '223219.860000', '223219.863000', '223219.865000', '223219.868000', '223219.870000', '223219.873000', '223219.876000', '223219.878000', '223219.881000', '223219.883000', '223219.886000', '223219.888000', '223219.891000', '223239.781000', '223239.783000', '223239.786000', '223239.789000', '223239.791000', '223239.794000', '223239.796000', '223239.799000', '223239.802000', '223239.804000', '223239.807000', '223239.810000', '223239.812000', '223239.815000', '223239.818000', '223239.820000', '223239.823000', '223239.825000', '223239.828000', '223239.831000', '223239.833000', '223239.836000', '223239.838000', '223239.841000', '223239.844000', '223239.846000', '223239.849000', '223239.851000', '223239.854000', '223239.857000', '223239.859000', '223239.862000', '223239.864000', '223239.867000', '223239.869000', '223239.872000', '223239.875000', '223239.877000', '223239.880000', '223239.882000', '223239.885000', '223239.887000', '223239.890000', '223239.892000', '223259.780000', '223259.783000', '223259.786000', '223259.789000', '223259.791000', '223259.794000', '223259.796000', '223259.799000', '223259.801000', '223259.804000', '223259.807000', '223259.809000', '223259.812000', '223259.814000', '223259.817000', '223259.820000', '223259.822000', '223259.825000', '223259.828000', '223259.830000', '223259.833000', '223259.835000', '223259.838000', '223259.841000', '223259.843000', '223259.846000', '223259.848000', '223259.851000', '223259.854000', '223259.856000', '223259.859000', '223259.861000', '223259.864000', '223259.867000', '223259.869000', '223259.872000', '223259.874000', '223259.877000', '223259.879000', '223259.882000', '223259.885000', '223259.887000', '223259.890000', '223319.781000', '223319.784000', '223319.786000', '223319.789000', '223319.791000', '223319.794000', '223319.797000', '223319.799000', '223319.802000', '223319.804000', '223319.807000', '223319.809000', '223319.812000', '223319.814000', '223319.817000', '223319.820000', '223319.841000', '223319.844000', '223319.846000', '223319.849000', '223319.852000', '223319.854000', '223319.857000', '223319.859000', '223319.862000', '223319.865000', '223319.867000', '223319.870000', '223319.872000', '223319.875000', '223319.878000', '223319.880000', '223319.883000', '223319.885000', '223319.888000', '223319.891000', '223319.893000', '223319.896000', '223319.898000', '223319.901000', '223319.903000', '223319.906000', '223319.909000', '223319.911000', '223339.781000', '223339.783000', '223339.786000', '223339.789000', '223339.791000', '223339.794000', '223339.796000', '223339.799000', '223339.802000', '223339.804000', '223339.807000', '223339.809000', '223339.812000', '223339.814000', '223339.817000', '223339.820000', '223339.822000', '223339.825000', '223339.827000', '223339.830000', '223339.832000', '223339.835000', '223339.838000', '223339.840000', '223339.843000', '223339.846000', '223339.848000', '223339.851000', '223339.853000', '223339.856000', '223339.859000', '223339.861000', '223339.864000', '223339.866000', '223339.869000', '223339.871000', '223339.874000', '223339.877000', '223339.879000', '223339.882000', '223339.884000', '223339.887000', '223339.889000', '223359.780000', '223359.782000', '223359.785000', '223359.795000', '223359.797000', '223359.800000', '223359.803000', '223359.815000', '223359.818000', '223359.821000', '223359.823000', '223359.826000', '223359.829000', '223359.831000', '223359.834000', '223359.836000', '223359.839000', '223359.842000', '223359.844000', '223359.847000', '223359.849000', '223359.852000', '223359.854000', '223359.857000', '223359.860000', '223359.862000', '223359.865000', '223359.867000', '223359.870000', '223359.873000', '223359.875000', '223359.878000', '223359.880000', '223359.883000', '223359.886000', '223359.888000', '223359.891000', '223359.893000', '223359.896000', '223359.898000', '223359.901000', '223359.904000', '223359.906000', '223419.780000', '223419.783000', '223419.785000', '223419.788000', '223419.790000', '223419.793000', '223419.795000', '223419.798000', '223419.801000', '223419.803000', '223419.806000', '223419.808000', '223419.811000', '223419.813000', '223419.816000', '223419.819000', '223419.821000', '223419.824000', '223419.826000', '223419.829000', '223419.831000', '223419.834000', '223419.836000', '223419.839000', '223419.842000', '223419.844000', '223419.847000', '223419.849000', '223419.852000', '223419.855000', '223419.857000', '223419.860000', '223419.862000', '223419.865000', '223419.867000', '223419.870000', '223419.873000', '223419.875000', '223419.878000', '223419.880000', '223419.883000', '223419.885000', '223419.888000', '223419.890000', '223439.779000', '223439.782000', '223439.785000', '223439.787000', '223439.790000', '223439.793000', '223439.795000', '223439.798000', '223439.800000', '223439.803000', '223439.805000', '223439.808000', '223439.810000', '223439.821000', '223439.824000', '223439.826000', '223439.829000', '223439.831000', '223439.834000', '223439.837000', '223439.839000', '223439.842000', '223439.844000', '223439.847000', '223439.849000', '223439.852000', '223439.855000', '223439.857000', '223439.860000', '223439.863000', '223439.865000', '223439.868000', '223439.871000', '223439.874000', '223439.877000', '223439.880000', '223439.882000', '223439.885000', '223439.887000', '223439.890000', '223439.893000', '223439.895000', '223439.898000', '223459.781000', '223459.783000', '223459.786000', '223459.789000', '223459.791000', '223459.794000', '223459.796000', '223459.799000', '223459.801000', '223459.804000', '223459.806000', '223459.809000', '223459.812000', '223459.814000', '223459.817000', '223459.819000', '223459.822000', '223459.824000', '223459.827000', '223459.830000', '223459.832000', '223459.835000', '223459.837000', '223459.840000', '223459.843000', '223459.845000', '223459.848000', '223459.850000', '223459.853000', '223459.856000', '223459.858000', '223459.861000', '223459.863000', '223459.866000', '223459.868000', '223459.871000', '223459.874000', '223459.876000', '223459.879000', '223459.881000', '223459.884000', '223459.887000', '223459.889000', '223459.892000', '223519.781000', '223519.784000', '223519.786000', '223519.789000', '223519.791000', '223519.794000', '223519.796000', '223519.799000', '223519.801000', '223519.804000', '223519.807000', '223519.809000', '223519.812000', '223519.814000', '223519.817000', '223519.820000', '223519.822000', '223519.825000', '223519.827000', '223519.830000', '223519.832000', '223519.835000', '223519.838000', '223519.840000', '223519.843000', '223519.845000', '223519.848000', '223519.851000', '223519.853000', '223519.856000', '223519.859000', '223519.861000', '223519.864000', '223519.867000', '223519.869000', '223519.872000', '223519.874000', '223519.877000', '223519.880000', '223519.882000', '223519.885000', '223519.888000', '223519.890000', '223539.781000', '223539.783000', '223539.786000', '223539.788000', '223539.791000', '223539.794000', '223539.796000', '223539.799000', '223539.801000', '223539.804000', '223539.806000', '223539.809000', '223539.812000', '223539.814000', '223539.817000', '223539.819000', '223539.822000', '223539.824000', '223539.827000', '223539.830000', '223539.832000', '223539.835000', '223539.837000', '223539.840000', '223539.842000', '223539.845000', '223539.848000', '223539.850000', '223539.853000', '223539.855000', '223539.858000', '223539.861000', '223539.863000', '223539.866000', '223539.868000', '223539.871000', '223539.874000', '223539.876000', '223539.879000', '223539.881000', '223539.884000', '223539.886000', '223539.889000', '223539.892000', '223559.781000', '223559.783000', '223559.786000', '223559.789000', '223559.791000', '223559.794000', '223559.796000', '223559.799000', '223559.802000', '223559.848000', '223559.850000', '223559.853000', '223559.856000', '223559.858000', '223559.861000', '223559.864000', '223559.867000', '223559.869000', '223559.872000', '223559.874000', '223559.877000', '223559.879000', '223559.882000', '223559.885000', '223559.887000', '223559.890000', '223559.892000', '223559.895000', '223559.897000', '223559.900000', '223559.903000', '223559.906000', '223559.908000', '223559.911000', '223559.914000', '223559.916000', '223559.919000', '223559.921000', '223559.924000', '223559.926000', '223559.929000', '223559.932000', '223559.934000', '223619.779000', '223619.782000', '223619.785000', '223619.787000', '223619.790000', '223619.793000', '223619.795000', '223619.798000', '223619.800000', '223619.803000', '223619.806000', '223619.808000', '223619.811000', '223619.814000', '223619.816000', '223619.819000', '223619.821000', '223619.824000', '223619.826000', '223619.829000', '223619.832000', '223619.834000', '223619.837000', '223619.839000', '223619.842000', '223619.845000', '223619.847000', '223619.850000', '223619.852000', '223619.855000', '223619.858000', '223619.860000', '223619.863000', '223619.865000', '223619.868000', '223619.871000', '223619.873000', '223619.876000', '223619.878000', '223619.881000', '223619.884000', '223619.886000', '223619.889000', '223619.891000', '223622.851000', '223622.854000', '223622.857000', '223622.860000', '223622.863000', '223622.865000', '223622.868000'], 'InstanceCreationTime': ['222559.814000', '222559.816000', '222559.819000', '222559.822000', '222559.824000', '222559.827000', '222559.830000', '222559.840000', '222559.842000', '222559.847000', '222559.850000', '222559.852000', '222559.855000', '222559.857000', '222559.860000', '222559.862000', '222559.870000', '222559.872000', '222559.875000', '222559.877000', '222559.880000', '222619.780000', '222619.783000', '222619.786000', '222619.788000', '222619.791000', '222619.793000', '222619.796000', '222619.799000', '222619.801000', '222619.804000', '222619.806000', '222619.809000', '222619.811000', '222619.814000', '222619.816000', '222619.819000', '222619.821000', '222619.824000', '222619.826000', '222619.829000', '222619.834000', '222619.836000', '222619.839000', '222619.841000', '222619.844000', '222619.846000', '222619.849000', '222619.852000', '222619.854000', '222619.857000', '222619.859000', '222619.862000', '222619.864000', '222619.867000', '222619.869000', '222619.872000', '222619.874000', '222619.877000', '222619.879000', '222619.882000', '222619.885000', '222619.887000', '222619.890000', '222639.780000', '222639.783000', '222639.786000', '222639.788000', '222639.791000', '222639.793000', '222639.796000', '222639.798000', '222639.801000', '222639.803000', '222639.806000', '222639.809000', '222639.811000', '222639.814000', '222639.816000', '222639.819000', '222639.821000', '222639.824000', '222639.826000', '222639.829000', '222639.832000', '222639.834000', '222639.837000', '222639.839000', '222639.842000', '222639.844000', '222639.847000', '222639.850000', '222639.852000', '222639.855000', '222639.857000', '222639.860000', '222639.862000', '222639.865000', '222639.868000', '222639.870000', '222639.873000', '222639.875000', '222639.878000', '222639.880000', '222639.883000', '222639.885000', '222639.888000', '222639.890000', '222659.780000', '222659.782000', '222659.785000', '222659.787000', '222659.790000', '222659.793000', '222659.795000', '222659.798000', '222659.800000', '222659.803000', '222659.806000', '222659.808000', '222659.811000', '222659.814000', '222659.816000', '222659.819000', '222659.822000', '222659.824000', '222659.827000', '222659.830000', '222659.833000', '222659.835000', '222659.838000', '222659.840000', '222659.843000', '222659.845000', '222659.848000', '222659.851000', '222659.853000', '222659.856000', '222659.858000', '222659.861000', '222659.863000', '222659.867000', '222659.869000', '222659.872000', '222659.875000', '222659.877000', '222659.880000', '222659.882000', '222659.885000', '222659.887000', '222659.890000', '222719.779000', '222719.782000', '222719.785000', '222719.787000', '222719.790000', '222719.793000', '222719.795000', '222719.798000', '222719.800000', '222719.803000', '222719.806000', '222719.808000', '222719.811000', '222719.813000', '222719.816000', '222719.819000', '222719.821000', '222719.824000', '222719.826000', '222719.829000', '222719.832000', '222719.834000', '222719.837000', '222719.839000', '222719.842000', '222719.845000', '222719.847000', '222719.850000', '222719.852000', '222719.855000', '222719.857000', '222719.860000', '222719.879000', '222719.882000', '222719.884000', '222719.887000', '222719.889000', '222719.892000', '222719.895000', '222719.897000', '222719.900000', '222719.902000', '222719.905000', '222719.908000', '222739.780000', '222739.782000', '222739.785000', '222739.787000', '222739.790000', '222739.793000', '222739.795000', '222739.798000', '222739.800000', '222739.803000', '222739.805000', '222739.808000', '222739.810000', '222739.813000', '222739.815000', '222739.818000', '222739.821000', '222739.823000', '222739.826000', '222739.829000', '222739.831000', '222739.834000', '222739.837000', '222739.839000', '222739.842000', '222739.844000', '222739.847000', '222739.850000', '222739.852000', '222739.855000', '222739.857000', '222739.860000', '222739.862000', '222739.865000', '222739.868000', '222739.870000', '222739.873000', '222739.875000', '222739.878000', '222739.880000', '222739.883000', '222739.885000', '222739.888000', '222759.780000', '222759.783000', '222759.786000', '222759.788000', '222759.791000', '222759.793000', '222759.796000', '222759.798000', '222759.801000', '222759.804000', '222759.806000', '222759.809000', '222759.811000', '222759.814000', '222759.816000', '222759.819000', '222759.821000', '222759.824000', '222759.827000', '222759.829000', '222759.832000', '222759.834000', '222759.837000', '222759.840000', '222759.842000', '222759.845000', '222759.847000', '222759.850000', '222759.852000', '222759.855000', '222759.858000', '222759.860000', '222759.863000', '222759.865000', '222759.868000', '222759.870000', '222759.873000', '222759.875000', '222759.878000', '222759.881000', '222759.883000', '222759.886000', '222759.888000', '222759.891000', '222819.780000', '222819.783000', '222819.786000', '222819.788000', '222819.791000', '222819.793000', '222819.796000', '222819.799000', '222819.801000', '222819.804000', '222819.806000', '222819.809000', '222819.811000', '222819.814000', '222819.816000', '222819.819000', '222819.822000', '222819.824000', '222819.827000', '222819.829000', '222819.832000', '222819.835000', '222819.837000', '222819.840000', '222819.842000', '222819.845000', '222819.847000', '222819.850000', '222819.852000', '222819.855000', '222819.858000', '222819.860000', '222819.863000', '222819.865000', '222819.868000', '222819.870000', '222819.873000', '222819.876000', '222819.879000', '222819.882000', '222819.884000', '222819.887000', '222819.890000', '222839.780000', '222839.783000', '222839.786000', '222839.788000', '222839.791000', '222839.794000', '222839.796000', '222839.799000', '222839.801000', '222839.804000', '222839.806000', '222839.809000', '222839.811000', '222839.814000', '222839.817000', '222839.819000', '222839.822000', '222839.824000', '222839.827000', '222839.830000', '222839.832000', '222839.835000', '222839.837000', '222839.840000', '222839.842000', '222839.845000', '222839.848000', '222839.850000', '222839.853000', '222839.855000', '222839.858000', '222839.861000', '222839.863000', '222839.866000', '222839.868000', '222839.871000', '222839.873000', '222839.876000', '222839.878000', '222839.881000', '222839.884000', '222839.886000', '222839.889000', '222839.891000', '222859.780000', '222859.783000', '222859.786000', '222859.789000', '222859.791000', '222859.794000', '222859.796000', '222859.799000', '222859.801000', '222859.804000', '222859.806000', '222859.809000', '222859.812000', '222859.814000', '222859.817000', '222859.819000', '222859.822000', '222859.825000', '222859.827000', '222859.830000', '222859.832000', '222859.835000', '222859.837000', '222859.840000', '222859.842000', '222859.845000', '222859.848000', '222859.859000', '222859.862000', '222859.864000', '222859.867000', '222859.870000', '222859.872000', '222859.875000', '222859.878000', '222859.880000', '222859.883000', '222859.885000', '222859.888000', '222859.890000', '222859.893000', '222859.896000', '222859.898000', '222919.780000', '222919.782000', '222919.785000', '222919.787000', '222919.790000', '222919.793000', '222919.795000', '222919.798000', '222919.800000', '222919.803000', '222919.805000', '222919.808000', '222919.811000', '222919.813000', '222919.816000', '222919.818000', '222919.821000', '222919.823000', '222919.826000', '222919.829000', '222919.831000', '222919.834000', '222919.836000', '222919.839000', '222919.842000', '222919.844000', '222919.847000', '222919.849000', '222919.852000', '222919.854000', '222919.857000', '222919.860000', '222919.862000', '222919.865000', '222919.867000', '222919.870000', '222919.872000', '222919.875000', '222919.878000', '222919.880000', '222919.883000', '222919.885000', '222919.888000', '222919.890000', '222939.779000', '222939.782000', '222939.785000', '222939.787000', '222939.790000', '222939.793000', '222939.795000', '222939.798000', '222939.800000', '222939.803000', '222939.805000', '222939.808000', '222939.811000', '222939.813000', '222939.816000', '222939.818000', '222939.821000', '222939.823000', '222939.826000', '222939.829000', '222939.831000', '222939.834000', '222939.836000', '222939.839000', '222939.842000', '222939.844000', '222939.847000', '222939.849000', '222939.852000', '222939.855000', '222939.857000', '222939.860000', '222939.862000', '222939.865000', '222939.867000', '222939.870000', '222939.873000', '222939.875000', '222939.878000', '222939.880000', '222939.883000', '222939.885000', '222939.888000', '222959.780000', '222959.782000', '222959.785000', '222959.788000', '222959.790000', '222959.793000', '222959.795000', '222959.798000', '222959.801000', '222959.803000', '222959.806000', '222959.808000', '222959.811000', '222959.814000', '222959.816000', '222959.819000', '222959.822000', '222959.824000', '222959.827000', '222959.829000', '222959.832000', '222959.834000', '222959.837000', '222959.840000', '222959.842000', '222959.845000', '222959.847000', '222959.850000', '222959.852000', '222959.855000', '222959.858000', '222959.860000', '222959.863000', '222959.865000', '222959.868000', '222959.870000', '222959.873000', '222959.876000', '222959.878000', '222959.881000', '222959.883000', '222959.886000', '222959.888000', '222959.891000', '223019.781000', '223019.783000', '223019.786000', '223019.789000', '223019.791000', '223019.794000', '223019.796000', '223019.799000', '223019.801000', '223019.804000', '223019.807000', '223019.809000', '223019.812000', '223019.814000', '223019.817000', '223019.820000', '223019.822000', '223019.825000', '223019.827000', '223019.830000', '223019.832000', '223019.835000', '223019.838000', '223019.840000', '223019.843000', '223019.845000', '223019.848000', '223019.850000', '223019.853000', '223019.856000', '223019.858000', '223019.861000', '223019.863000', '223019.866000', '223019.868000', '223019.871000', '223019.874000', '223019.876000', '223019.879000', '223019.881000', '223019.884000', '223019.886000', '223019.889000', '223039.780000', '223039.783000', '223039.786000', '223039.789000', '223039.791000', '223039.794000', '223039.796000', '223039.799000', '223039.802000', '223039.816000', '223039.819000', '223039.822000', '223039.824000', '223039.827000', '223039.829000', '223039.832000', '223039.834000', '223039.837000', '223039.840000', '223039.842000', '223039.845000', '223039.847000', '223039.850000', '223039.852000', '223039.855000', '223039.858000', '223039.860000', '223039.863000', '223039.865000', '223039.868000', '223039.870000', '223039.873000', '223039.876000', '223039.878000', '223039.881000', '223039.883000', '223039.886000', '223039.888000', '223039.891000', '223039.894000', '223039.896000', '223039.899000', '223039.901000', '223039.904000', '223059.781000', '223059.783000', '223059.786000', '223059.788000', '223059.791000', '223059.794000', '223059.796000', '223059.799000', '223059.801000', '223059.804000', '223059.806000', '223059.809000', '223059.812000', '223059.814000', '223059.817000', '223059.819000', '223059.822000', '223059.825000', '223059.827000', '223059.830000', '223059.832000', '223059.835000', '223059.838000', '223059.840000', '223059.843000', '223059.845000', '223059.848000', '223059.850000', '223059.853000', '223059.856000', '223059.858000', '223059.861000', '223059.863000', '223059.866000', '223059.868000', '223059.871000', '223059.874000', '223059.876000', '223059.879000', '223059.881000', '223059.884000', '223059.887000', '223059.889000', '223119.781000', '223119.783000', '223119.786000', '223119.788000', '223119.791000', '223119.794000', '223119.796000', '223119.799000', '223119.801000', '223119.807000', '223119.810000', '223119.812000', '223119.815000', '223119.817000', '223119.820000', '223119.823000', '223119.825000', '223119.828000', '223119.831000', '223119.833000', '223119.836000', '223119.838000', '223119.841000', '223119.844000', '223119.846000', '223119.849000', '223119.852000', '223119.854000', '223119.857000', '223119.859000', '223119.862000', '223119.870000', '223119.872000', '223119.875000', '223119.877000', '223119.880000', '223119.883000', '223119.885000', '223119.888000', '223119.892000', '223119.895000', '223119.897000', '223119.900000', '223119.902000', '223139.779000', '223139.782000', '223139.785000', '223139.787000', '223139.790000', '223139.792000', '223139.795000', '223139.798000', '223139.800000', '223139.803000', '223139.805000', '223139.808000', '223139.811000', '223139.813000', '223139.816000', '223139.818000', '223139.821000', '223139.824000', '223139.826000', '223139.829000', '223139.831000', '223139.834000', '223139.837000', '223139.839000', '223139.842000', '223139.844000', '223139.847000', '223139.849000', '223139.852000', '223139.854000', '223139.857000', '223139.859000', '223139.862000', '223139.865000', '223139.867000', '223139.870000', '223139.872000', '223139.875000', '223139.877000', '223139.880000', '223139.882000', '223139.885000', '223139.888000', '223159.779000', '223159.782000', '223159.786000', '223159.789000', '223159.792000', '223159.795000', '223159.797000', '223159.800000', '223159.802000', '223159.805000', '223159.807000', '223159.810000', '223159.813000', '223159.815000', '223159.818000', '223159.820000', '223159.823000', '223159.826000', '223159.828000', '223159.831000', '223159.848000', '223159.851000', '223159.854000', '223159.856000', '223159.859000', '223159.861000', '223159.864000', '223159.866000', '223159.869000', '223159.872000', '223159.874000', '223159.877000', '223159.879000', '223159.882000', '223159.885000', '223159.887000', '223159.890000', '223159.892000', '223159.895000', '223159.897000', '223159.900000', '223159.903000', '223159.905000', '223219.780000', '223219.782000', '223219.785000', '223219.788000', '223219.790000', '223219.793000', '223219.795000', '223219.798000', '223219.801000', '223219.803000', '223219.806000', '223219.808000', '223219.811000', '223219.813000', '223219.816000', '223219.818000', '223219.821000', '223219.824000', '223219.826000', '223219.829000', '223219.832000', '223219.834000', '223219.837000', '223219.839000', '223219.842000', '223219.844000', '223219.847000', '223219.850000', '223219.852000', '223219.855000', '223219.857000', '223219.860000', '223219.863000', '223219.865000', '223219.868000', '223219.870000', '223219.873000', '223219.876000', '223219.878000', '223219.881000', '223219.883000', '223219.886000', '223219.888000', '223219.891000', '223239.781000', '223239.783000', '223239.786000', '223239.789000', '223239.791000', '223239.794000', '223239.796000', '223239.799000', '223239.802000', '223239.804000', '223239.807000', '223239.810000', '223239.812000', '223239.815000', '223239.818000', '223239.820000', '223239.823000', '223239.825000', '223239.828000', '223239.831000', '223239.833000', '223239.836000', '223239.838000', '223239.841000', '223239.844000', '223239.846000', '223239.849000', '223239.851000', '223239.854000', '223239.857000', '223239.859000', '223239.862000', '223239.864000', '223239.867000', '223239.869000', '223239.872000', '223239.875000', '223239.877000', '223239.880000', '223239.882000', '223239.885000', '223239.887000', '223239.890000', '223239.892000', '223259.780000', '223259.783000', '223259.786000', '223259.789000', '223259.791000', '223259.794000', '223259.796000', '223259.799000', '223259.801000', '223259.804000', '223259.807000', '223259.809000', '223259.812000', '223259.814000', '223259.817000', '223259.820000', '223259.822000', '223259.825000', '223259.828000', '223259.830000', '223259.833000', '223259.835000', '223259.838000', '223259.841000', '223259.843000', '223259.846000', '223259.848000', '223259.851000', '223259.854000', '223259.856000', '223259.859000', '223259.861000', '223259.864000', '223259.867000', '223259.869000', '223259.872000', '223259.874000', '223259.877000', '223259.879000', '223259.882000', '223259.885000', '223259.887000', '223259.890000', '223319.781000', '223319.784000', '223319.786000', '223319.789000', '223319.791000', '223319.794000', '223319.797000', '223319.799000', '223319.802000', '223319.804000', '223319.807000', '223319.809000', '223319.812000', '223319.814000', '223319.817000', '223319.820000', '223319.841000', '223319.844000', '223319.846000', '223319.849000', '223319.852000', '223319.854000', '223319.857000', '223319.859000', '223319.862000', '223319.865000', '223319.867000', '223319.870000', '223319.872000', '223319.875000', '223319.878000', '223319.880000', '223319.883000', '223319.885000', '223319.888000', '223319.891000', '223319.893000', '223319.896000', '223319.898000', '223319.901000', '223319.903000', '223319.906000', '223319.909000', '223319.911000', '223339.781000', '223339.783000', '223339.786000', '223339.789000', '223339.791000', '223339.794000', '223339.796000', '223339.799000', '223339.802000', '223339.804000', '223339.807000', '223339.809000', '223339.812000', '223339.814000', '223339.817000', '223339.820000', '223339.822000', '223339.825000', '223339.827000', '223339.830000', '223339.832000', '223339.835000', '223339.838000', '223339.840000', '223339.843000', '223339.846000', '223339.848000', '223339.851000', '223339.853000', '223339.856000', '223339.859000', '223339.861000', '223339.864000', '223339.866000', '223339.869000', '223339.871000', '223339.874000', '223339.877000', '223339.879000', '223339.882000', '223339.884000', '223339.887000', '223339.889000', '223359.780000', '223359.782000', '223359.785000', '223359.795000', '223359.797000', '223359.800000', '223359.803000', '223359.815000', '223359.818000', '223359.821000', '223359.823000', '223359.826000', '223359.829000', '223359.831000', '223359.834000', '223359.836000', '223359.839000', '223359.842000', '223359.844000', '223359.847000', '223359.849000', '223359.852000', '223359.854000', '223359.857000', '223359.860000', '223359.862000', '223359.865000', '223359.867000', '223359.870000', '223359.873000', '223359.875000', '223359.878000', '223359.880000', '223359.883000', '223359.886000', '223359.888000', '223359.891000', '223359.893000', '223359.896000', '223359.898000', '223359.901000', '223359.904000', '223359.906000', '223419.780000', '223419.783000', '223419.785000', '223419.788000', '223419.790000', '223419.793000', '223419.795000', '223419.798000', '223419.801000', '223419.803000', '223419.806000', '223419.808000', '223419.811000', '223419.813000', '223419.816000', '223419.819000', '223419.821000', '223419.824000', '223419.826000', '223419.829000', '223419.831000', '223419.834000', '223419.836000', '223419.839000', '223419.842000', '223419.844000', '223419.847000', '223419.849000', '223419.852000', '223419.855000', '223419.857000', '223419.860000', '223419.862000', '223419.865000', '223419.867000', '223419.870000', '223419.873000', '223419.875000', '223419.878000', '223419.880000', '223419.883000', '223419.885000', '223419.888000', '223419.890000', '223439.779000', '223439.782000', '223439.785000', '223439.787000', '223439.790000', '223439.793000', '223439.795000', '223439.798000', '223439.800000', '223439.803000', '223439.805000', '223439.808000', '223439.810000', '223439.821000', '223439.824000', '223439.826000', '223439.829000', '223439.831000', '223439.834000', '223439.837000', '223439.839000', '223439.842000', '223439.844000', '223439.847000', '223439.849000', '223439.852000', '223439.855000', '223439.857000', '223439.860000', '223439.863000', '223439.865000', '223439.868000', '223439.871000', '223439.874000', '223439.877000', '223439.880000', '223439.882000', '223439.885000', '223439.887000', '223439.890000', '223439.893000', '223439.895000', '223439.898000', '223459.781000', '223459.783000', '223459.786000', '223459.789000', '223459.791000', '223459.794000', '223459.796000', '223459.799000', '223459.801000', '223459.804000', '223459.806000', '223459.809000', '223459.812000', '223459.814000', '223459.817000', '223459.819000', '223459.822000', '223459.824000', '223459.827000', '223459.830000', '223459.832000', '223459.835000', '223459.837000', '223459.840000', '223459.843000', '223459.845000', '223459.848000', '223459.850000', '223459.853000', '223459.856000', '223459.858000', '223459.861000', '223459.863000', '223459.866000', '223459.868000', '223459.871000', '223459.874000', '223459.876000', '223459.879000', '223459.881000', '223459.884000', '223459.887000', '223459.889000', '223459.892000', '223519.781000', '223519.784000', '223519.786000', '223519.789000', '223519.791000', '223519.794000', '223519.796000', '223519.799000', '223519.801000', '223519.804000', '223519.807000', '223519.809000', '223519.812000', '223519.814000', '223519.817000', '223519.820000', '223519.822000', '223519.825000', '223519.827000', '223519.830000', '223519.832000', '223519.835000', '223519.838000', '223519.840000', '223519.843000', '223519.845000', '223519.848000', '223519.851000', '223519.853000', '223519.856000', '223519.859000', '223519.861000', '223519.864000', '223519.867000', '223519.869000', '223519.872000', '223519.874000', '223519.877000', '223519.880000', '223519.882000', '223519.885000', '223519.888000', '223519.890000', '223539.781000', '223539.783000', '223539.786000', '223539.788000', '223539.791000', '223539.794000', '223539.796000', '223539.799000', '223539.801000', '223539.804000', '223539.806000', '223539.809000', '223539.812000', '223539.814000', '223539.817000', '223539.819000', '223539.822000', '223539.824000', '223539.827000', '223539.830000', '223539.832000', '223539.835000', '223539.837000', '223539.840000', '223539.842000', '223539.845000', '223539.848000', '223539.850000', '223539.853000', '223539.855000', '223539.858000', '223539.861000', '223539.863000', '223539.866000', '223539.868000', '223539.871000', '223539.874000', '223539.876000', '223539.879000', '223539.881000', '223539.884000', '223539.886000', '223539.889000', '223539.892000', '223559.781000', '223559.783000', '223559.786000', '223559.789000', '223559.791000', '223559.794000', '223559.796000', '223559.799000', '223559.802000', '223559.848000', '223559.850000', '223559.853000', '223559.856000', '223559.858000', '223559.861000', '223559.864000', '223559.867000', '223559.869000', '223559.872000', '223559.874000', '223559.877000', '223559.879000', '223559.882000', '223559.885000', '223559.887000', '223559.890000', '223559.892000', '223559.895000', '223559.897000', '223559.900000', '223559.903000', '223559.906000', '223559.908000', '223559.911000', '223559.914000', '223559.916000', '223559.919000', '223559.921000', '223559.924000', '223559.926000', '223559.929000', '223559.932000', '223559.934000', '223619.779000', '223619.782000', '223619.785000', '223619.787000', '223619.790000', '223619.793000', '223619.795000', '223619.798000', '223619.800000', '223619.803000', '223619.806000', '223619.808000', '223619.811000', '223619.814000', '223619.816000', '223619.819000', '223619.821000', '223619.824000', '223619.826000', '223619.829000', '223619.832000', '223619.834000', '223619.837000', '223619.839000', '223619.842000', '223619.845000', '223619.847000', '223619.850000', '223619.852000', '223619.855000', '223619.858000', '223619.860000', '223619.863000', '223619.865000', '223619.868000', '223619.871000', '223619.873000', '223619.876000', '223619.878000', '223619.881000', '223619.884000', '223619.886000', '223619.889000', '223619.891000', '223622.851000', '223622.854000', '223622.857000', '223622.860000', '223622.863000', '223622.865000', '223622.868000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [14319, 7070, 10224, 6244, 10145, 6720, 10726, 6832, 8652, 13758, 6117, 11826, 7315, 7060, 13452, 5962, 6459, 6885, 6512, 9433, 5946, 6441, 5857, 6366, 8036, 6075, 6238, 6557, 6575, 6499, 6583, 8333, 7017, 6939, 11790, 6147, 10469, 8814, 8159, 13183, 9273, 8988, 13561, 5857, 8394, 8432, 7079, 13107, 6508, 6416, 13783, 5870, 10983, 7182, 6137, 12033, 8072, 8393, 12478, 5837, 8880, 7020, 7297, 6335, 6063, 8295, 6459, 7037, 11715, 6185, 8658, 10670, 6243, 11688, 8369, 8785, 12970, 6052, 9439, 6797, 6847, 10069, 5827, 7816, 6728, 6662, 11021, 6293, 7468, 9736, 6176, 8045, 7273, 6408, 11050, 6583, 6058, 12028, 7364, 6147, 8174, 5556, 6495, 6427, 6512, 7944, 6045, 6868, 6858, 6007, 10516, 6153, 7762, 10782, 6031, 9290, 8441, 7388, 12371, 6403, 6477, 12258, 5686, 11427, 6816, 6207, 12990, 6077, 9286, 6537, 6316, 8692, 6209, 5978, 10355, 6440, 6129, 6171, 6095, 9772, 6635, 7784, 7013, 7860, 11843, 6610, 10790, 8791, 8247, 10709, 6950, 11316, 9230, 9013, 8190, 6791, 12218, 6348, 11295, 8283, 11237, 6220, 6946, 6194, 6738, 7971, 6176, 12906, 6576, 12112, 8630, 9448, 6537, 6609, 10815, 5957, 9264, 6349, 8642, 6459, 6940, 6307, 6429, 6049, 5847, 9784, 6428, 10462, 6130, 9629, 7369, 9476, 6563, 7013, 6562, 6173, 8510, 5991, 11634, 5721, 9391, 6908, 7478, 9578, 5973, 8554, 5942, 7691, 6127, 6536, 5989, 6496, 7844, 5849, 8404, 6057, 8346, 5849, 8502, 7135, 8788, 7628, 6803, 12182, 5706, 10819, 5896, 8225, 5996, 8054, 5898, 7698, 6076, 7147, 6540, 7653, 6227, 6652, 6352, 7187, 7428, 8075, 11904, 6046, 12923, 9653, 11871, 6623, 6625, 12623, 5634, 11380, 6239, 7495, 6151, 6328, 11294, 6006, 7630, 6450, 6074, 10835, 5544, 9002, 6051, 6412, 6652, 6148, 11937, 6249, 6631, 6311, 6528, 12292, 6117, 6772, 9231, 6670, 11498, 6094, 6346, 13543, 5936, 10671, 7115, 6514, 12306, 6180, 5850, 7711, 5833, 8815, 6662, 5921, 11780, 5758, 9534, 6010, 6181, 12991, 5863, 11286, 7756, 7331, 13250, 7365, 7336, 13847, 6128, 7996, 11931, 6302, 8978, 6417, 6106, 10937, 6305, 6341, 6668, 6280, 10967, 6627, 5910, 11272, 5680, 8713, 6669, 6440, 6679, 6415, 13402, 6094, 11339, 8068, 8164, 13614, 8613, 8958, 13400, 9964, 8397, 9985, 5731, 7483, 7385, 6231, 8508, 6048, 5878, 11013, 7117, 6420, 6377, 6225, 7610, 6424, 6288, 10537, 6926, 7302, 12664, 5869, 8612, 10489, 6379, 10996, 8180, 7119, 11083, 7659, 7816, 13094, 6161, 6939, 6429, 6641, 13133, 6067, 8911, 10736, 8629, 11641, 6229, 6616, 11640, 6050, 12875, 8682, 8144, 13144, 6500, 7245, 13161, 5827, 7208, 6336, 5764, 8590, 6877, 5938, 6386, 6139, 6037, 6489, 6561, 5806, 10185, 6050, 9744, 7391, 9907, 11814, 7728, 12608, 9888, 8389, 12266, 6488, 6381, 13177, 7642, 10312, 6675, 6040, 8302, 6464, 5662, 7037, 5968, 6321, 6219, 6657, 7507, 5950, 6272, 5793, 10789, 7288, 7968, 12276, 6142, 10472, 12469, 6711, 10998, 9393, 7630, 11586, 6731, 6269, 12236, 5920, 7428, 6514, 6107, 9966, 6194, 7012, 6356, 6316, 11494, 6514, 7514, 8824, 6069, 11434, 7091, 7214, 13251, 10605, 10641, 6321, 6090, 12201, 5825, 9389, 6474, 6483, 12468, 7472, 6778, 13024, 5864, 7764, 6958, 6283, 8150, 6644, 6230, 12970, 5697, 6249, 6378, 6535, 7986, 6327, 6318, 11316, 5936, 6698, 6105, 6253, 9517, 6089, 6465, 5920, 6620, 9349, 6585, 7068, 12353, 6091, 9026, 6669, 6285, 12676, 5854, 10724, 6611, 5981, 11171, 6166, 11837, 6069, 8917, 8388, 7057, 13712, 10931, 10057, 14081, 6773, 7797, 13099, 6305, 7050, 12264, 5731, 6675, 9536, 6001, 6879, 6088, 6213, 8671, 6011, 6604, 6870, 6302, 7558, 6416, 8274, 7143, 8326, 8021, 6587, 11402, 8637, 8143, 12654, 9077, 8273, 12731, 6100, 8728, 6556, 7650, 6580, 8255, 6717, 6086, 12738, 6014, 10862, 6950, 6213, 12564, 6432, 6630, 13322, 6090, 9827, 6664, 6174, 8810, 6366, 5899, 6390, 6322, 8298, 6103, 5596, 6426, 6820, 9051, 6427, 5723, 11501, 6017, 10566, 6733, 6355, 12163, 5989, 10580, 7742, 7648, 12532, 5943, 10960, 8496, 8167, 13368, 7133, 6297, 12648, 6034, 8034, 6657, 6009, 9562, 6377, 6780, 6203, 6369, 9970, 5876, 7548, 6880, 6723, 7294, 6023, 7703, 6191, 7779, 7220, 5844, 6613, 5899, 12109, 7437, 10702, 9596, 7610, 11515, 6855, 7306, 14074, 5919, 6834, 6531, 6513, 10973, 5626, 6204, 6579, 6228, 6115, 6331, 6170, 6468, 9567, 6518, 9985, 6610, 7533, 12334, 8863, 10688, 8163, 7663, 12350, 5792, 10633, 6929, 7319, 7558, 6071, 8058, 6644, 6144, 6037, 6100, 8634, 6057, 7501, 6003, 7268, 6401, 6302, 6285, 6345, 11137, 6589, 7471, 7898, 6386, 11366, 6637, 9614, 6530, 6241, 10631, 6312, 6194, 6074, 6594, 6326, 6039, 6455, 6159, 6451, 6110, 8410, 5860, 10005, 7512, 9737, 7959, 6392, 11579, 8261, 7817, 13065, 6211, 9829, 6443, 6268, 11346, 5768, 7392, 6040, 6008, 8162, 6572, 6811, 5850, 6626, 6718, 6095, 9507, 5953, 10141, 5798, 6808, 10201, 6412, 10943, 7728, 9552, 8853, 6939, 12538, 9245, 9114, 13066, 5849, 7709, 6632, 6572, 10820, 5874, 7604, 6627, 6153, 11487, 5912, 6686, 6005, 6602, 8472, 5986, 7306, 6148, 7480, 6302, 6882, 8249, 6486, 10518, 8943, 8550, 11676, 6301, 9111, 6373, 6384, 9570, 5692, 9193, 6208, 6260, 6205, 6167, 9299, 5846, 7404, 6276, 6315, 6510, 6235, 6648, 6314, 7946, 6492, 7548, 6642, 6037, 7380, 5862, 9387, 6407, 9107, 6038, 9189, 6328, 7995, 10098, 6125, 10294, 6115, 8520, 6253, 6858, 9823, 5780, 9705, 5989, 7598, 5886, 6306, 8570, 5725, 6970, 6026, 6212, 7665, 6658, 7316, 5911, 7741, 6093, 7097, 6222, 7218, 8047, 6569, 9317, 6759, 7391, 7206, 6335, 9763, 6597, 7541, 6053, 6316, 9935, 5916, 8735, 7056, 9722, 6668, 6361, 6132, 7583, 6250, 9622, 6552, 10450, 8452, 7292, 14438, 11091, 10756, 14365, 6193, 7387, 14216, 6320, 9369, 6111, 6107, 8690, 6560, 6131, 6040, 6176, 7482, 5829, 6588, 6559, 6146, 9557, 5951, 7483, 7464, 6482, 10187, 6245, 8386, 11942, 6806, 10932, 7372, 8431, 13063, 5985, 7442, 6216, 6311, 11476, 5980, 7410, 6165, 6358, 6505, 5828, 8280, 5941, 9763, 6597, 9530, 6349, 6500, 7674, 6107, 12831, 5914, 9959, 12748, 7354, 13234, 5966, 8359, 10254, 6473, 10627, 6618, 7362, 6462, 6110, 8442, 6271, 7129, 6558, 6619, 6065, 5936, 6909, 6212, 10215, 5694, 9127, 8613, 7890, 13167, 6412, 9669, 12727, 7999, 11462, 6737, 6189, 12627, 6504, 7105, 6269, 6220, 7154, 5992, 6534, 6022, 6074, 6336, 6136, 9167, 6179, 7225, 6184, 5841, 11848, 7461, 7622, 12274, 5926, 10742, 6451, 6499, 7108, 5759, 9677, 6198, 6869, 10876, 5872, 9324, 6108, 6793, 6181, 6101, 9143, 6413, 10042, 6913, 6706, 8279, 6302, 10782, 7964, 8403, 6295, 6874, 6429, 7670, 6838, 8112, 6918, 6464, 14480, 8236, 12388, 6730, 10585, 13840, 9353, 12703, 8426, 8849, 14315, 5967, 7274, 6036, 6371, 8979, 6527, 6265, 6204, 6093, 7824, 6173, 6762, 6344, 6235, 6221, 6502, 6211, 6748, 7916, 6163, 7176, 5890, 11200, 6763, 10924, 7083, 9715, 11739, 8105, 13293, 10339, 9676, 7545, 6513, 10287, 6398, 8574, 6265, 6593, 6442, 6166, 11067, 6159, 9409, 6611, 6757, 12067, 6231, 9755, 6299, 8355, 9297, 7136, 10960, 7942, 9114, 6473, 6770, 12958, 7513, 9738, 6322, 6543, 11807, 5912, 9662, 6162, 7299, 6311, 7892, 6195, 6182, 11005, 7498, 8265, 6547, 5715, 11442, 6136, 7831, 6644, 6161, 12598, 6208, 7500, 6355, 6530, 12249, 5708, 9789, 6104, 6176, 10685, 5999, 8147, 6042, 5863, 9868, 5858, 7306, 6060, 6048, 8883, 6205, 7844, 6485, 7652, 6748, 6794, 6187, 5985, 9414, 6673, 8907, 6320, 6341, 11616, 7611, 11584, 7248, 6959, 6021, 6269, 6569, 6369, 6324, 6524, 8188, 6033, 9409, 6300, 7455, 11587, 5947, 8117, 6326, 6621, 11230, 6000, 7184, 7152, 6581, 8691, 6151, 8256, 6252, 6735, 6418, 5988, 11338, 6272, 9052, 7515, 6903, 11437, 6379, 9655, 11471, 7669, 11439, 6986, 7475, 13224, 8184, 9686, 6727, 6299, 8603, 5810, 8520, 6073, 8331, 6086, 8510, 6256, 7728, 14361, 8849, 12017, 8088, 7212, 13971, 9026, 8715, 7463, 6330, 11002, 6139, 6722, 6365, 6263, 8824, 6302, 7174, 6121, 6481, 10204, 6581, 6380, 11030, 7028, 10603, 6054, 6925, 6210, 7030, 6470, 8206, 6870, 7313, 10549, 7996, 7053, 11912, 9191, 13882, 11160, 9805, 14449, 11430, 11712, 8366, 8528, 6365, 10446, 6163, 10612, 7028, 12158, 13187, 10123, 12327, 9270, 9077, 9486, 6187, 7862, 6084, 6914, 6198, 7152, 6148, 6973, 6240, 7077, 6064, 6190, 9759, 5707, 8853, 6375, 6497, 9926, 6028, 8064, 6466, 6726, 10831, 5954, 8430, 6443, 6129, 8455, 6152, 8365, 6352, 6873, 6392, 6289, 8239, 7302, 6242, 6119, 6454, 8789, 6174, 6934, 6659, 6297, 6707, 6641, 8966, 6121, 6470, 6122, 6546, 6275, 6945, 6018, 11195, 9826, 7710, 12809, 10259, 9376, 13099, 8792, 10272, 11939, 6353, 11871, 8394, 9229, 6753, 6369, 12932, 6162, 7181, 6197, 6403, 10312, 6138, 7171, 6081, 6156, 6358, 6150, 9848, 6059, 7206, 6129, 6370, 6138, 6305, 6672, 6548, 6354, 6306, 6200, 7727, 6058, 6614, 6030, 6078, 6030, 6403, 8860, 6390, 7460, 6821, 5975, 10679, 6197, 8968, 6927, 6343], 'WindowCenter': [3708.0, 3629.0, 3657.0, 3614.0, 3643.0, 3601.0, 3640.0, 3597.0, 3617.0, 3647.0, 3575.0, 3637.0, 3593.0, 3583.0, 3635.0, 3573.0, 3571.0, 3582.0, 3570.0, 3601.0, 3570.0, 3583.0, 3560.0, 3584.0, 3594.0, 3574.0, 3575.0, 3586.0, 3598.0, 3584.0, 3597.0, 3617.0, 3597.0, 3598.0, 3638.0, 3586.0, 3627.0, 3616.0, 3607.0, 3638.0, 3615.0, 3605.0, 3634.0, 3562.0, 3606.0, 3604.0, 3582.0, 3635.0, 3572.0, 3584.0, 3634.0, 3562.0, 3625.0, 3581.0, 3573.0, 3624.0, 3593.0, 3603.0, 3623.0, 3562.0, 3605.0, 3585.0, 3610.0, 3585.0, 3575.0, 3603.0, 3574.0, 3596.0, 3637.0, 3576.0, 3606.0, 3615.0, 3573.0, 3626.0, 3593.0, 3604.0, 3624.0, 3561.0, 3602.0, 3571.0, 3573.0, 3613.0, 3561.0, 3592.0, 3571.0, 3583.0, 3613.0, 3572.0, 3582.0, 3602.0, 3573.0, 3593.0, 3581.0, 3572.0, 3612.0, 3570.0, 3562.0, 3624.0, 3582.0, 3562.0, 3591.0, 3551.0, 3573.0, 3572.0, 3585.0, 3594.0, 3574.0, 3585.0, 3586.0, 3588.0, 3628.0, 3574.0, 3596.0, 3626.0, 3575.0, 3618.0, 3606.0, 3595.0, 3637.0, 3575.0, 3585.0, 3636.0, 3564.0, 3625.0, 3584.0, 3574.0, 3636.0, 3573.0, 3616.0, 3571.0, 3573.0, 3606.0, 3575.0, 3587.0, 3627.0, 3586.0, 3574.0, 3584.0, 3587.0, 3628.0, 3599.0, 3611.0, 3610.0, 3620.0, 3640.0, 3600.0, 3642.0, 3608.0, 3608.0, 3627.0, 3598.0, 3629.0, 3620.0, 3617.0, 3606.0, 3585.0, 3635.0, 3585.0, 3625.0, 3608.0, 3639.0, 3587.0, 3598.0, 3587.0, 3599.0, 3606.0, 3574.0, 3634.0, 3584.0, 3636.0, 3605.0, 3616.0, 3572.0, 3584.0, 3625.0, 3573.0, 3605.0, 3574.0, 3604.0, 3571.0, 3581.0, 3585.0, 3585.0, 3573.0, 3575.0, 3616.0, 3586.0, 3627.0, 3575.0, 3616.0, 3596.0, 3615.0, 3584.0, 3585.0, 3584.0, 3574.0, 3603.0, 3573.0, 3626.0, 3563.0, 3615.0, 3582.0, 3583.0, 3602.0, 3571.0, 3603.0, 3573.0, 3594.0, 3573.0, 3574.0, 3573.0, 3586.0, 3606.0, 3574.0, 3603.0, 3575.0, 3606.0, 3576.0, 3618.0, 3598.0, 3606.0, 3597.0, 3588.0, 3637.0, 3575.0, 3626.0, 3574.0, 3607.0, 3577.0, 3607.0, 3577.0, 3600.0, 3590.0, 3599.0, 3588.0, 3608.0, 3576.0, 3599.0, 3599.0, 3610.0, 3596.0, 3608.0, 3639.0, 3575.0, 3638.0, 3617.0, 3625.0, 3585.0, 3583.0, 3637.0, 3564.0, 3626.0, 3574.0, 3594.0, 3562.0, 3573.0, 3624.0, 3572.0, 3595.0, 3574.0, 3575.0, 3626.0, 3564.0, 3604.0, 3573.0, 3586.0, 3584.0, 3575.0, 3625.0, 3574.0, 3585.0, 3572.0, 3585.0, 3625.0, 3574.0, 3585.0, 3616.0, 3585.0, 3626.0, 3574.0, 3573.0, 3635.0, 3573.0, 3625.0, 3583.0, 3573.0, 3623.0, 3574.0, 3562.0, 3594.0, 3564.0, 3604.0, 3584.0, 3576.0, 3625.0, 3565.0, 3616.0, 3575.0, 3576.0, 3637.0, 3563.0, 3628.0, 3594.0, 3596.0, 3635.0, 3595.0, 3595.0, 3636.0, 3563.0, 3595.0, 3624.0, 3574.0, 3604.0, 3572.0, 3574.0, 3626.0, 3585.0, 3575.0, 3585.0, 3587.0, 3625.0, 3587.0, 3576.0, 3627.0, 3564.0, 3605.0, 3585.0, 3586.0, 3585.0, 3587.0, 3651.0, 3586.0, 3639.0, 3607.0, 3606.0, 3637.0, 3606.0, 3607.0, 3635.0, 3616.0, 3594.0, 3602.0, 3561.0, 3582.0, 3581.0, 3572.0, 3603.0, 3573.0, 3575.0, 3628.0, 3597.0, 3588.0, 3586.0, 3589.0, 3610.0, 3589.0, 3601.0, 3640.0, 3599.0, 3609.0, 3651.0, 3588.0, 3621.0, 3629.0, 3588.0, 3640.0, 3606.0, 3597.0, 3627.0, 3595.0, 3595.0, 3638.0, 3574.0, 3596.0, 3586.0, 3597.0, 3647.0, 3575.0, 3620.0, 3628.0, 3608.0, 3625.0, 3574.0, 3583.0, 3636.0, 3587.0, 3638.0, 3608.0, 3606.0, 3634.0, 3571.0, 3594.0, 3633.0, 3561.0, 3581.0, 3569.0, 3562.0, 3603.0, 3583.0, 3573.0, 3584.0, 3586.0, 3573.0, 3587.0, 3589.0, 3589.0, 3630.0, 3590.0, 3630.0, 3610.0, 3631.0, 3640.0, 3608.0, 3638.0, 3615.0, 3605.0, 3624.0, 3569.0, 3571.0, 3623.0, 3581.0, 3601.0, 3568.0, 3560.0, 3590.0, 3572.0, 3562.0, 3582.0, 3574.0, 3583.0, 3585.0, 3585.0, 3597.0, 3574.0, 3585.0, 3578.0, 3628.0, 3595.0, 3608.0, 3637.0, 3574.0, 3616.0, 3625.0, 3573.0, 3614.0, 3602.0, 3582.0, 3622.0, 3571.0, 3571.0, 3622.0, 3558.0, 3570.0, 3558.0, 3560.0, 3611.0, 3560.0, 3583.0, 3572.0, 3573.0, 3624.0, 3572.0, 3584.0, 3602.0, 3561.0, 3624.0, 3582.0, 3584.0, 3624.0, 3613.0, 3602.0, 3558.0, 3561.0, 3624.0, 3561.0, 3602.0, 3559.0, 3571.0, 3623.0, 3581.0, 3571.0, 3622.0, 3548.0, 3580.0, 3568.0, 3571.0, 3580.0, 3570.0, 3560.0, 3620.0, 3548.0, 3571.0, 3559.0, 3570.0, 3580.0, 3570.0, 3571.0, 3612.0, 3561.0, 3572.0, 3559.0, 3573.0, 3615.0, 3573.0, 3572.0, 3561.0, 3584.0, 3605.0, 3584.0, 3584.0, 3636.0, 3573.0, 3603.0, 3583.0, 3585.0, 3636.0, 3575.0, 3627.0, 3584.0, 3572.0, 3625.0, 3574.0, 3626.0, 3573.0, 3604.0, 3605.0, 3585.0, 3638.0, 3613.0, 3604.0, 3623.0, 3570.0, 3580.0, 3621.0, 3558.0, 3568.0, 3609.0, 3546.0, 3569.0, 3598.0, 3559.0, 3569.0, 3558.0, 3560.0, 3591.0, 3574.0, 3585.0, 3584.0, 3574.0, 3594.0, 3576.0, 3607.0, 3597.0, 3607.0, 3595.0, 3586.0, 3639.0, 3605.0, 3596.0, 3637.0, 3604.0, 3594.0, 3636.0, 3572.0, 3604.0, 3586.0, 3595.0, 3586.0, 3605.0, 3584.0, 3576.0, 3648.0, 3574.0, 3639.0, 3584.0, 3574.0, 3635.0, 3573.0, 3584.0, 3635.0, 3563.0, 3615.0, 3569.0, 3573.0, 3616.0, 3583.0, 3562.0, 3572.0, 3584.0, 3603.0, 3585.0, 3564.0, 3586.0, 3597.0, 3616.0, 3585.0, 3575.0, 3637.0, 3587.0, 3627.0, 3584.0, 3587.0, 3648.0, 3587.0, 3638.0, 3606.0, 3607.0, 3635.0, 3572.0, 3626.0, 3603.0, 3602.0, 3633.0, 3581.0, 3573.0, 3637.0, 3573.0, 3596.0, 3569.0, 3561.0, 3613.0, 3583.0, 3585.0, 3572.0, 3587.0, 3616.0, 3575.0, 3594.0, 3596.0, 3586.0, 3594.0, 3589.0, 3610.0, 3578.0, 3596.0, 3596.0, 3576.0, 3586.0, 3578.0, 3639.0, 3597.0, 3629.0, 3615.0, 3594.0, 3626.0, 3574.0, 3582.0, 3634.0, 3560.0, 3572.0, 3571.0, 3572.0, 3623.0, 3572.0, 3573.0, 3585.0, 3585.0, 3573.0, 3573.0, 3573.0, 3584.0, 3616.0, 3587.0, 3627.0, 3585.0, 3596.0, 3636.0, 3606.0, 3615.0, 3593.0, 3595.0, 3635.0, 3561.0, 3625.0, 3581.0, 3582.0, 3581.0, 3571.0, 3592.0, 3571.0, 3560.0, 3559.0, 3572.0, 3605.0, 3573.0, 3596.0, 3574.0, 3594.0, 3584.0, 3586.0, 3573.0, 3587.0, 3637.0, 3598.0, 3595.0, 3606.0, 3585.0, 3626.0, 3572.0, 3603.0, 3560.0, 3572.0, 3613.0, 3573.0, 3560.0, 3560.0, 3581.0, 3571.0, 3574.0, 3586.0, 3579.0, 3586.0, 3589.0, 3607.0, 3576.0, 3630.0, 3599.0, 3618.0, 3594.0, 3585.0, 3627.0, 3605.0, 3596.0, 3636.0, 3562.0, 3614.0, 3572.0, 3586.0, 3624.0, 3562.0, 3582.0, 3561.0, 3572.0, 3603.0, 3586.0, 3583.0, 3575.0, 3585.0, 3598.0, 3589.0, 3629.0, 3589.0, 3628.0, 3577.0, 3597.0, 3627.0, 3586.0, 3638.0, 3607.0, 3618.0, 3616.0, 3596.0, 3637.0, 3618.0, 3603.0, 3634.0, 3562.0, 3593.0, 3580.0, 3584.0, 3612.0, 3562.0, 3594.0, 3583.0, 3573.0, 3624.0, 3562.0, 3585.0, 3573.0, 3585.0, 3602.0, 3576.0, 3595.0, 3576.0, 3595.0, 3586.0, 3597.0, 3607.0, 3587.0, 3639.0, 3616.0, 3608.0, 3624.0, 3572.0, 3603.0, 3573.0, 3571.0, 3615.0, 3562.0, 3600.0, 3571.0, 3573.0, 3571.0, 3575.0, 3602.0, 3564.0, 3595.0, 3584.0, 3573.0, 3573.0, 3573.0, 3583.0, 3587.0, 3607.0, 3585.0, 3595.0, 3585.0, 3577.0, 3595.0, 3576.0, 3617.0, 3586.0, 3614.0, 3577.0, 3617.0, 3573.0, 3603.0, 3614.0, 3572.0, 3614.0, 3571.0, 3606.0, 3573.0, 3584.0, 3615.0, 3562.0, 3614.0, 3573.0, 3595.0, 3561.0, 3573.0, 3601.0, 3562.0, 3581.0, 3561.0, 3574.0, 3594.0, 3584.0, 3593.0, 3576.0, 3606.0, 3586.0, 3595.0, 3586.0, 3609.0, 3607.0, 3599.0, 3616.0, 3586.0, 3594.0, 3594.0, 3585.0, 3627.0, 3584.0, 3596.0, 3573.0, 3575.0, 3629.0, 3579.0, 3618.0, 3596.0, 3614.0, 3586.0, 3587.0, 3588.0, 3609.0, 3600.0, 3631.0, 3588.0, 3628.0, 3606.0, 3599.0, 3649.0, 3625.0, 3626.0, 3633.0, 3559.0, 3581.0, 3632.0, 3558.0, 3602.0, 3559.0, 3559.0, 3589.0, 3571.0, 3572.0, 3572.0, 3572.0, 3592.0, 3587.0, 3597.0, 3585.0, 3588.0, 3627.0, 3589.0, 3608.0, 3597.0, 3585.0, 3641.0, 3598.0, 3618.0, 3650.0, 3586.0, 3626.0, 3596.0, 3604.0, 3634.0, 3573.0, 3595.0, 3573.0, 3583.0, 3624.0, 3574.0, 3596.0, 3574.0, 3586.0, 3584.0, 3576.0, 3618.0, 3588.0, 3629.0, 3601.0, 3632.0, 3588.0, 3587.0, 3609.0, 3576.0, 3637.0, 3563.0, 3629.0, 3638.0, 3596.0, 3636.0, 3573.0, 3603.0, 3616.0, 3573.0, 3613.0, 3571.0, 3580.0, 3570.0, 3572.0, 3593.0, 3571.0, 3581.0, 3573.0, 3586.0, 3575.0, 3587.0, 3596.0, 3586.0, 3628.0, 3575.0, 3616.0, 3608.0, 3607.0, 3637.0, 3574.0, 3617.0, 3636.0, 3595.0, 3624.0, 3571.0, 3560.0, 3623.0, 3573.0, 3583.0, 3569.0, 3574.0, 3584.0, 3585.0, 3570.0, 3574.0, 3575.0, 3574.0, 3574.0, 3616.0, 3575.0, 3607.0, 3575.0, 3574.0, 3637.0, 3595.0, 3596.0, 3624.0, 3562.0, 3615.0, 3571.0, 3574.0, 3581.0, 3562.0, 3615.0, 3574.0, 3584.0, 3625.0, 3561.0, 3614.0, 3573.0, 3582.0, 3572.0, 3584.0, 3615.0, 3585.0, 3626.0, 3598.0, 3585.0, 3618.0, 3587.0, 3630.0, 3599.0, 3608.0, 3586.0, 3585.0, 3587.0, 3607.0, 3598.0, 3608.0, 3597.0, 3587.0, 3650.0, 3607.0, 3638.0, 3586.0, 3628.0, 3636.0, 3614.0, 3636.0, 3593.0, 3603.0, 3635.0, 3572.0, 3583.0, 3562.0, 3572.0, 3590.0, 3572.0, 3572.0, 3561.0, 3573.0, 3593.0, 3587.0, 3583.0, 3587.0, 3576.0, 3587.0, 3586.0, 3586.0, 3598.0, 3609.0, 3587.0, 3597.0, 3576.0, 3642.0, 3599.0, 3642.0, 3598.0, 3630.0, 3639.0, 3620.0, 3648.0, 3629.0, 3618.0, 3593.0, 3574.0, 3615.0, 3584.0, 3603.0, 3583.0, 3585.0, 3585.0, 3587.0, 3639.0, 3573.0, 3617.0, 3584.0, 3598.0, 3638.0, 3575.0, 3616.0, 3584.0, 3605.0, 3617.0, 3598.0, 3626.0, 3608.0, 3606.0, 3585.0, 3585.0, 3637.0, 3594.0, 3613.0, 3573.0, 3585.0, 3636.0, 3564.0, 3629.0, 3586.0, 3608.0, 3587.0, 3605.0, 3574.0, 3585.0, 3624.0, 3592.0, 3603.0, 3572.0, 3560.0, 3625.0, 3573.0, 3593.0, 3581.0, 3584.0, 3634.0, 3571.0, 3580.0, 3567.0, 3571.0, 3622.0, 3559.0, 3600.0, 3559.0, 3561.0, 3613.0, 3559.0, 3592.0, 3556.0, 3559.0, 3600.0, 3558.0, 3581.0, 3557.0, 3562.0, 3604.0, 3574.0, 3606.0, 3586.0, 3592.0, 3583.0, 3582.0, 3572.0, 3574.0, 3616.0, 3585.0, 3604.0, 3572.0, 3571.0, 3625.0, 3593.0, 3625.0, 3593.0, 3597.0, 3573.0, 3583.0, 3582.0, 3585.0, 3584.0, 3585.0, 3604.0, 3586.0, 3616.0, 3585.0, 3595.0, 3625.0, 3575.0, 3604.0, 3573.0, 3584.0, 3623.0, 3573.0, 3584.0, 3594.0, 3597.0, 3616.0, 3587.0, 3606.0, 3597.0, 3597.0, 3586.0, 3588.0, 3637.0, 3588.0, 3619.0, 3597.0, 3597.0, 3637.0, 3586.0, 3630.0, 3639.0, 3596.0, 3627.0, 3583.0, 3595.0, 3650.0, 3607.0, 3628.0, 3583.0, 3584.0, 3604.0, 3573.0, 3606.0, 3586.0, 3616.0, 3585.0, 3618.0, 3585.0, 3610.0, 3650.0, 3616.0, 3636.0, 3594.0, 3596.0, 3637.0, 3605.0, 3605.0, 3582.0, 3573.0, 3611.0, 3571.0, 3571.0, 3571.0, 3574.0, 3603.0, 3583.0, 3596.0, 3572.0, 3585.0, 3625.0, 3585.0, 3586.0, 3639.0, 3597.0, 3628.0, 3573.0, 3592.0, 3586.0, 3595.0, 3597.0, 3621.0, 3598.0, 3624.0, 3654.0, 3621.0, 3610.0, 3637.0, 3614.0, 3647.0, 3624.0, 3613.0, 3647.0, 3636.0, 3634.0, 3601.0, 3599.0, 3569.0, 3623.0, 3574.0, 3626.0, 3595.0, 3637.0, 3623.0, 3600.0, 3608.0, 3577.0, 3577.0, 3586.0, 3547.0, 3575.0, 3547.0, 3566.0, 3556.0, 3569.0, 3560.0, 3582.0, 3570.0, 3580.0, 3558.0, 3560.0, 3600.0, 3562.0, 3601.0, 3570.0, 3570.0, 3599.0, 3560.0, 3592.0, 3569.0, 3583.0, 3614.0, 3561.0, 3590.0, 3570.0, 3572.0, 3601.0, 3575.0, 3606.0, 3584.0, 3586.0, 3572.0, 3588.0, 3618.0, 3610.0, 3587.0, 3584.0, 3586.0, 3618.0, 3600.0, 3611.0, 3597.0, 3597.0, 3598.0, 3601.0, 3631.0, 3590.0, 3587.0, 3588.0, 3598.0, 3599.0, 3597.0, 3589.0, 3643.0, 3629.0, 3609.0, 3652.0, 3616.0, 3606.0, 3626.0, 3593.0, 3602.0, 3610.0, 3556.0, 3599.0, 3577.0, 3589.0, 3556.0, 3557.0, 3609.0, 3545.0, 3555.0, 3544.0, 3557.0, 3588.0, 3545.0, 3554.0, 3545.0, 3546.0, 3556.0, 3558.0, 3599.0, 3560.0, 3578.0, 3558.0, 3559.0, 3557.0, 3572.0, 3569.0, 3571.0, 3571.0, 3569.0, 3572.0, 3592.0, 3573.0, 3583.0, 3574.0, 3575.0, 3574.0, 3587.0, 3618.0, 3587.0, 3596.0, 3586.0, 3588.0, 3638.0, 3588.0, 3618.0, 3597.0, 3588.0], 'WindowWidth': [8348.0, 8226.0, 8256.0, 8197.0, 8229.0, 8171.0, 8217.0, 8156.0, 8182.0, 8220.0, 8122.0, 8206.0, 8143.0, 8128.0, 8198.0, 8114.0, 8110.0, 8125.0, 8108.0, 8148.0, 8109.0, 8130.0, 8095.0, 8132.0, 8144.0, 8121.0, 8125.0, 8138.0, 8156.0, 8134.0, 8156.0, 8182.0, 8156.0, 8159.0, 8210.0, 8140.0, 8194.0, 8176.0, 8168.0, 8208.0, 8173.0, 8159.0, 8196.0, 8101.0, 8161.0, 8156.0, 8127.0, 8199.0, 8113.0, 8132.0, 8199.0, 8101.0, 8185.0, 8123.0, 8117.0, 8184.0, 8140.0, 8153.0, 8178.0, 8098.0, 8157.0, 8134.0, 8176.0, 8136.0, 8122.0, 8156.0, 8117.0, 8154.0, 8207.0, 8125.0, 8162.0, 8170.0, 8114.0, 8187.0, 8140.0, 8156.0, 8181.0, 8096.0, 8149.0, 8109.0, 8115.0, 8164.0, 8097.0, 8138.0, 8110.0, 8128.0, 8167.0, 8112.0, 8123.0, 8151.0, 8115.0, 8141.0, 8122.0, 8110.0, 8163.0, 8105.0, 8098.0, 8180.0, 8123.0, 8097.0, 8133.0, 8083.0, 8114.0, 8114.0, 8135.0, 8143.0, 8120.0, 8134.0, 8138.0, 8145.0, 8195.0, 8122.0, 8151.0, 8189.0, 8124.0, 8182.0, 8161.0, 8147.0, 8203.0, 8119.0, 8135.0, 8201.0, 8105.0, 8187.0, 8131.0, 8117.0, 8202.0, 8118.0, 8176.0, 8111.0, 8116.0, 8160.0, 8121.0, 8142.0, 8190.0, 8137.0, 8119.0, 8135.0, 8142.0, 8197.0, 8164.0, 8179.0, 8177.0, 8190.0, 8214.0, 8163.0, 8220.0, 8170.0, 8169.0, 8192.0, 8154.0, 8197.0, 8186.0, 8179.0, 8164.0, 8135.0, 8200.0, 8134.0, 8188.0, 8170.0, 8213.0, 8144.0, 8157.0, 8142.0, 8160.0, 8165.0, 8119.0, 8197.0, 8132.0, 8201.0, 8160.0, 8174.0, 8113.0, 8132.0, 8187.0, 8117.0, 8158.0, 8118.0, 8156.0, 8113.0, 8125.0, 8135.0, 8136.0, 8119.0, 8122.0, 8175.0, 8137.0, 8190.0, 8122.0, 8176.0, 8151.0, 8172.0, 8133.0, 8134.0, 8131.0, 8120.0, 8155.0, 8116.0, 8187.0, 8104.0, 8172.0, 8127.0, 8127.0, 8149.0, 8111.0, 8154.0, 8115.0, 8142.0, 8116.0, 8118.0, 8115.0, 8139.0, 8162.0, 8121.0, 8157.0, 8122.0, 8164.0, 8125.0, 8182.0, 8155.0, 8163.0, 8151.0, 8142.0, 8206.0, 8121.0, 8189.0, 8120.0, 8166.0, 8128.0, 8167.0, 8127.0, 8158.0, 8148.0, 8160.0, 8144.0, 8169.0, 8126.0, 8162.0, 8163.0, 8177.0, 8153.0, 8168.0, 8209.0, 8122.0, 8207.0, 8177.0, 8186.0, 8132.0, 8130.0, 8205.0, 8104.0, 8188.0, 8118.0, 8144.0, 8100.0, 8116.0, 8183.0, 8114.0, 8144.0, 8117.0, 8120.0, 8188.0, 8104.0, 8156.0, 8117.0, 8136.0, 8131.0, 8120.0, 8185.0, 8118.0, 8134.0, 8114.0, 8134.0, 8184.0, 8117.0, 8135.0, 8174.0, 8134.0, 8187.0, 8119.0, 8115.0, 8198.0, 8115.0, 8186.0, 8126.0, 8116.0, 8180.0, 8117.0, 8101.0, 8142.0, 8104.0, 8155.0, 8132.0, 8123.0, 8187.0, 8107.0, 8174.0, 8120.0, 8123.0, 8206.0, 8103.0, 8195.0, 8144.0, 8148.0, 8199.0, 8145.0, 8146.0, 8202.0, 8101.0, 8145.0, 8182.0, 8115.0, 8154.0, 8112.0, 8116.0, 8185.0, 8134.0, 8120.0, 8134.0, 8138.0, 8186.0, 8140.0, 8124.0, 8192.0, 8107.0, 8160.0, 8133.0, 8138.0, 8134.0, 8142.0, 8231.0, 8138.0, 8212.0, 8165.0, 8163.0, 8206.0, 8163.0, 8162.0, 8199.0, 8173.0, 8141.0, 8149.0, 8095.0, 8124.0, 8121.0, 8113.0, 8151.0, 8114.0, 8122.0, 8194.0, 8154.0, 8143.0, 8136.0, 8146.0, 8175.0, 8147.0, 8167.0, 8216.0, 8161.0, 8173.0, 8231.0, 8148.0, 8191.0, 8198.0, 8141.0, 8215.0, 8161.0, 8152.0, 8190.0, 8145.0, 8145.0, 8204.0, 8118.0, 8152.0, 8139.0, 8155.0, 8218.0, 8123.0, 8186.0, 8192.0, 8168.0, 8187.0, 8119.0, 8131.0, 8202.0, 8140.0, 8208.0, 8168.0, 8162.0, 8198.0, 8109.0, 8141.0, 8194.0, 8096.0, 8122.0, 8103.0, 8101.0, 8152.0, 8129.0, 8116.0, 8131.0, 8137.0, 8117.0, 8140.0, 8143.0, 8149.0, 8201.0, 8153.0, 8205.0, 8177.0, 8203.0, 8215.0, 8167.0, 8207.0, 8171.0, 8158.0, 8180.0, 8102.0, 8106.0, 8177.0, 8119.0, 8145.0, 8097.0, 8090.0, 8130.0, 8110.0, 8100.0, 8125.0, 8120.0, 8133.0, 8136.0, 8135.0, 8154.0, 8120.0, 8136.0, 8133.0, 8194.0, 8147.0, 8168.0, 8203.0, 8117.0, 8175.0, 8183.0, 8112.0, 8168.0, 8148.0, 8123.0, 8176.0, 8107.0, 8107.0, 8173.0, 8086.0, 8101.0, 8085.0, 8092.0, 8159.0, 8093.0, 8126.0, 8110.0, 8114.0, 8180.0, 8113.0, 8129.0, 8150.0, 8095.0, 8180.0, 8123.0, 8128.0, 8182.0, 8166.0, 8147.0, 8086.0, 8094.0, 8182.0, 8094.0, 8148.0, 8090.0, 8108.0, 8177.0, 8121.0, 8108.0, 8176.0, 8074.0, 8116.0, 8099.0, 8106.0, 8116.0, 8103.0, 8090.0, 8168.0, 8075.0, 8106.0, 8090.0, 8105.0, 8116.0, 8106.0, 8111.0, 8162.0, 8096.0, 8110.0, 8090.0, 8114.0, 8171.0, 8116.0, 8114.0, 8095.0, 8129.0, 8157.0, 8130.0, 8131.0, 8200.0, 8115.0, 8152.0, 8127.0, 8135.0, 8202.0, 8123.0, 8192.0, 8130.0, 8114.0, 8186.0, 8118.0, 8187.0, 8116.0, 8158.0, 8160.0, 8134.0, 8208.0, 8168.0, 8155.0, 8178.0, 8103.0, 8118.0, 8172.0, 8085.0, 8098.0, 8152.0, 8066.0, 8101.0, 8138.0, 8088.0, 8101.0, 8086.0, 8092.0, 8135.0, 8117.0, 8132.0, 8130.0, 8118.0, 8142.0, 8124.0, 8167.0, 8153.0, 8165.0, 8145.0, 8136.0, 8209.0, 8161.0, 8147.0, 8205.0, 8157.0, 8142.0, 8201.0, 8113.0, 8158.0, 8137.0, 8148.0, 8137.0, 8161.0, 8133.0, 8124.0, 8222.0, 8121.0, 8212.0, 8132.0, 8119.0, 8198.0, 8116.0, 8131.0, 8198.0, 8099.0, 8170.0, 8103.0, 8118.0, 8176.0, 8131.0, 8100.0, 8115.0, 8131.0, 8155.0, 8136.0, 8106.0, 8138.0, 8156.0, 8175.0, 8136.0, 8122.0, 8208.0, 8142.0, 8192.0, 8134.0, 8143.0, 8225.0, 8144.0, 8211.0, 8165.0, 8166.0, 8198.0, 8114.0, 8188.0, 8155.0, 8153.0, 8194.0, 8123.0, 8114.0, 8206.0, 8116.0, 8150.0, 8105.0, 8096.0, 8166.0, 8131.0, 8136.0, 8117.0, 8143.0, 8176.0, 8122.0, 8145.0, 8151.0, 8136.0, 8145.0, 8148.0, 8174.0, 8128.0, 8149.0, 8151.0, 8125.0, 8139.0, 8130.0, 8213.0, 8152.0, 8198.0, 8173.0, 8146.0, 8189.0, 8116.0, 8125.0, 8195.0, 8092.0, 8111.0, 8109.0, 8111.0, 8182.0, 8115.0, 8117.0, 8138.0, 8138.0, 8117.0, 8116.0, 8114.0, 8132.0, 8176.0, 8141.0, 8192.0, 8134.0, 8151.0, 8205.0, 8164.0, 8173.0, 8142.0, 8144.0, 8199.0, 8096.0, 8186.0, 8123.0, 8125.0, 8120.0, 8112.0, 8137.0, 8110.0, 8094.0, 8091.0, 8113.0, 8159.0, 8116.0, 8148.0, 8118.0, 8143.0, 8133.0, 8137.0, 8117.0, 8141.0, 8209.0, 8160.0, 8152.0, 8165.0, 8136.0, 8187.0, 8112.0, 8152.0, 8090.0, 8111.0, 8166.0, 8115.0, 8094.0, 8091.0, 8124.0, 8111.0, 8119.0, 8137.0, 8131.0, 8139.0, 8148.0, 8169.0, 8126.0, 8199.0, 8162.0, 8183.0, 8144.0, 8135.0, 8192.0, 8161.0, 8151.0, 8201.0, 8100.0, 8169.0, 8112.0, 8138.0, 8185.0, 8101.0, 8124.0, 8095.0, 8114.0, 8156.0, 8137.0, 8131.0, 8123.0, 8137.0, 8158.0, 8147.0, 8199.0, 8148.0, 8198.0, 8129.0, 8156.0, 8194.0, 8141.0, 8210.0, 8167.0, 8181.0, 8176.0, 8153.0, 8208.0, 8180.0, 8157.0, 8196.0, 8100.0, 8143.0, 8123.0, 8131.0, 8164.0, 8102.0, 8146.0, 8129.0, 8118.0, 8182.0, 8101.0, 8135.0, 8117.0, 8135.0, 8154.0, 8126.0, 8148.0, 8127.0, 8151.0, 8140.0, 8153.0, 8170.0, 8143.0, 8214.0, 8177.0, 8169.0, 8184.0, 8113.0, 8153.0, 8116.0, 8112.0, 8173.0, 8100.0, 8147.0, 8111.0, 8117.0, 8111.0, 8120.0, 8152.0, 8105.0, 8149.0, 8133.0, 8119.0, 8117.0, 8119.0, 8130.0, 8141.0, 8166.0, 8137.0, 8148.0, 8134.0, 8128.0, 8150.0, 8124.0, 8178.0, 8138.0, 8174.0, 8128.0, 8179.0, 8118.0, 8158.0, 8170.0, 8114.0, 8172.0, 8111.0, 8161.0, 8114.0, 8132.0, 8174.0, 8099.0, 8170.0, 8115.0, 8148.0, 8098.0, 8116.0, 8149.0, 8099.0, 8121.0, 8094.0, 8120.0, 8144.0, 8135.0, 8144.0, 8125.0, 8167.0, 8144.0, 8153.0, 8143.0, 8174.0, 8167.0, 8162.0, 8178.0, 8140.0, 8148.0, 8144.0, 8136.0, 8194.0, 8134.0, 8149.0, 8115.0, 8120.0, 8198.0, 8133.0, 8184.0, 8154.0, 8172.0, 8138.0, 8138.0, 8145.0, 8172.0, 8165.0, 8204.0, 8146.0, 8198.0, 8165.0, 8157.0, 8226.0, 8189.0, 8187.0, 8194.0, 8090.0, 8122.0, 8192.0, 8089.0, 8150.0, 8087.0, 8090.0, 8129.0, 8109.0, 8112.0, 8113.0, 8113.0, 8141.0, 8144.0, 8155.0, 8140.0, 8146.0, 8195.0, 8148.0, 8173.0, 8154.0, 8139.0, 8220.0, 8160.0, 8185.0, 8231.0, 8138.0, 8193.0, 8148.0, 8157.0, 8198.0, 8116.0, 8147.0, 8117.0, 8130.0, 8185.0, 8122.0, 8152.0, 8120.0, 8139.0, 8133.0, 8128.0, 8184.0, 8144.0, 8201.0, 8169.0, 8207.0, 8145.0, 8143.0, 8174.0, 8126.0, 8206.0, 8104.0, 8198.0, 8210.0, 8154.0, 8205.0, 8115.0, 8155.0, 8176.0, 8116.0, 8167.0, 8110.0, 8120.0, 8106.0, 8112.0, 8141.0, 8113.0, 8124.0, 8115.0, 8136.0, 8122.0, 8143.0, 8152.0, 8141.0, 8196.0, 8123.0, 8179.0, 8169.0, 8167.0, 8206.0, 8118.0, 8178.0, 8201.0, 8146.0, 8184.0, 8108.0, 8093.0, 8179.0, 8117.0, 8128.0, 8105.0, 8121.0, 8132.0, 8136.0, 8111.0, 8119.0, 8121.0, 8118.0, 8122.0, 8179.0, 8123.0, 8169.0, 8123.0, 8123.0, 8206.0, 8148.0, 8150.0, 8185.0, 8100.0, 8171.0, 8109.0, 8117.0, 8125.0, 8101.0, 8173.0, 8118.0, 8132.0, 8187.0, 8101.0, 8171.0, 8115.0, 8126.0, 8115.0, 8137.0, 8175.0, 8137.0, 8193.0, 8158.0, 8138.0, 8185.0, 8143.0, 8199.0, 8156.0, 8164.0, 8138.0, 8136.0, 8141.0, 8170.0, 8159.0, 8169.0, 8155.0, 8141.0, 8230.0, 8167.0, 8208.0, 8137.0, 8195.0, 8205.0, 8170.0, 8202.0, 8139.0, 8152.0, 8198.0, 8113.0, 8127.0, 8098.0, 8112.0, 8132.0, 8112.0, 8111.0, 8095.0, 8115.0, 8144.0, 8143.0, 8132.0, 8142.0, 8126.0, 8143.0, 8139.0, 8140.0, 8156.0, 8175.0, 8145.0, 8155.0, 8129.0, 8222.0, 8162.0, 8219.0, 8158.0, 8203.0, 8211.0, 8192.0, 8225.0, 8199.0, 8182.0, 8142.0, 8118.0, 8174.0, 8135.0, 8155.0, 8131.0, 8135.0, 8135.0, 8143.0, 8213.0, 8121.0, 8180.0, 8135.0, 8157.0, 8210.0, 8124.0, 8176.0, 8134.0, 8163.0, 8179.0, 8156.0, 8193.0, 8168.0, 8164.0, 8135.0, 8137.0, 8207.0, 8145.0, 8168.0, 8118.0, 8138.0, 8203.0, 8105.0, 8199.0, 8143.0, 8171.0, 8142.0, 8166.0, 8121.0, 8138.0, 8184.0, 8140.0, 8157.0, 8111.0, 8096.0, 8187.0, 8120.0, 8145.0, 8126.0, 8134.0, 8201.0, 8113.0, 8120.0, 8100.0, 8109.0, 8179.0, 8091.0, 8145.0, 8091.0, 8098.0, 8168.0, 8092.0, 8135.0, 8082.0, 8091.0, 8145.0, 8090.0, 8121.0, 8085.0, 8096.0, 8155.0, 8122.0, 8164.0, 8139.0, 8141.0, 8130.0, 8130.0, 8116.0, 8122.0, 8179.0, 8137.0, 8158.0, 8113.0, 8112.0, 8188.0, 8142.0, 8186.0, 8146.0, 8155.0, 8119.0, 8132.0, 8128.0, 8136.0, 8132.0, 8138.0, 8161.0, 8141.0, 8179.0, 8136.0, 8147.0, 8188.0, 8122.0, 8159.0, 8115.0, 8132.0, 8181.0, 8116.0, 8132.0, 8147.0, 8155.0, 8177.0, 8142.0, 8166.0, 8156.0, 8156.0, 8141.0, 8145.0, 8208.0, 8145.0, 8187.0, 8154.0, 8157.0, 8208.0, 8139.0, 8202.0, 8211.0, 8150.0, 8192.0, 8129.0, 8147.0, 8228.0, 8166.0, 8196.0, 8129.0, 8132.0, 8157.0, 8117.0, 8164.0, 8139.0, 8181.0, 8140.0, 8184.0, 8138.0, 8176.0, 8229.0, 8177.0, 8202.0, 8143.0, 8148.0, 8204.0, 8159.0, 8160.0, 8125.0, 8114.0, 8161.0, 8112.0, 8111.0, 8110.0, 8117.0, 8152.0, 8131.0, 8152.0, 8115.0, 8136.0, 8187.0, 8137.0, 8141.0, 8214.0, 8152.0, 8193.0, 8120.0, 8143.0, 8140.0, 8152.0, 8159.0, 8195.0, 8160.0, 8204.0, 8246.0, 8194.0, 8180.0, 8212.0, 8175.0, 8225.0, 8183.0, 8171.0, 8223.0, 8208.0, 8200.0, 8153.0, 8148.0, 8113.0, 8183.0, 8122.0, 8189.0, 8150.0, 8210.0, 8182.0, 8143.0, 8150.0, 8104.0, 8107.0, 8119.0, 8070.0, 8102.0, 8069.0, 8094.0, 8083.0, 8101.0, 8092.0, 8123.0, 8108.0, 8122.0, 8089.0, 8095.0, 8147.0, 8098.0, 8149.0, 8108.0, 8107.0, 8142.0, 8094.0, 8137.0, 8106.0, 8130.0, 8169.0, 8097.0, 8134.0, 8107.0, 8115.0, 8152.0, 8124.0, 8164.0, 8135.0, 8138.0, 8114.0, 8148.0, 8185.0, 8178.0, 8143.0, 8136.0, 8142.0, 8185.0, 8169.0, 8182.0, 8159.0, 8157.0, 8160.0, 8169.0, 8206.0, 8151.0, 8139.0, 8145.0, 8161.0, 8161.0, 8154.0, 8148.0, 8225.0, 8198.0, 8173.0, 8239.0, 8176.0, 8162.0, 8189.0, 8140.0, 8150.0, 8156.0, 8079.0, 8136.0, 8105.0, 8124.0, 8077.0, 8081.0, 8152.0, 8061.0, 8073.0, 8061.0, 8081.0, 8118.0, 8062.0, 8073.0, 8062.0, 8065.0, 8079.0, 8086.0, 8143.0, 8092.0, 8112.0, 8087.0, 8090.0, 8084.0, 8113.0, 8103.0, 8109.0, 8109.0, 8103.0, 8112.0, 8139.0, 8116.0, 8130.0, 8120.0, 8122.0, 8121.0, 8143.0, 8181.0, 8141.0, 8152.0, 8139.0, 8144.0, 8210.0, 8145.0, 8185.0, 8154.0, 8144.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.001431193595342067</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02973366826783115</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.728018480808416</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1830895530808447</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0225252381573182</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4538</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6141.2661</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1284710194443336</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>190</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.828238719068413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.351912476035942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.284456581897947</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5325438487103584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2387369974995193</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0105114</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017013050615787506</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030386952683329582</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1374</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.172880348750399</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>30.0699</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7678</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.3298</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>308437.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>643.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.2481</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.9569</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2897.9714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3027.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68107.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>725.3929</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.01413183310069</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> |