=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
149 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
149 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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-01/func/sub-0133_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>2175621be80d727f384a294fc181eb02</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>20:21:27.087500</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.998282, 0.0476926, -0.0340218, -0.0463794, 0.998186, 0.0383978]</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.105299</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4211, -7793, -7228, 193, -129, -85, 27, 85]</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>277.601</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>069a4eab-8152-455d-a844-b16aca823019||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.678318977355957, -0.1244325116276741, -0.09663679450750351, 118.8194580078125], [-0.1279558390378952, 2.6780591011047363, 0.09923573583364487, -92.0689697265625], [-0.09127810597419739, -0.10301858931779861, 2.6964447498321533, -56.64446258544922], [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': ['202127.087500', '202127.547500', '202128.007500', '202128.467500', '202128.927500', '202129.387500', '202129.847500', '202130.307500', '202130.767500', '202131.227500', '202131.687500', '202132.147500', '202132.607500', '202133.067500', '202133.527500', '202133.987500', '202134.447500', '202134.907500', '202135.367500', '202135.827500', '202136.287500', '202136.747500', '202137.207500', '202137.667500', '202138.127500', '202138.587500', '202139.047500', '202139.507500', '202139.967500', '202140.427500', '202140.887500', '202141.347500', '202141.807500', '202142.267500', '202142.727500', '202143.187500', '202143.647500', '202144.107500', '202144.567500', '202145.027500', '202145.487500', '202145.947500', '202146.407500', '202146.867500', '202147.327500', '202147.787500', '202148.247500', '202148.707500', '202149.167500', '202149.627500', '202150.087500', '202150.547500', '202151.007500', '202151.467500', '202151.927500', '202152.387500', '202152.847500', '202153.307500', '202153.767500', '202154.227500', '202154.687500', '202155.147500', '202155.607500', '202156.067500', '202156.527500', '202156.987500', '202157.447500', '202157.907500', '202158.367500', '202158.827500', '202159.287500', '202159.747500', '202200.207500', '202200.667500', '202201.127500', '202201.587500', '202202.047500', '202202.507500', '202202.967500', '202203.427500', '202203.887500', '202204.347500', '202204.807500', '202205.267500', '202205.727500', '202206.187500', '202206.647500', '202207.107500', '202207.567500', '202208.027500', '202208.487500', '202208.947500', '202209.407500', '202209.867500', '202210.327500', '202210.787500', '202211.247500', '202211.707500', '202212.167500', '202212.627500', '202213.087500', '202213.547500', '202214.007500', '202214.467500', '202214.927500', '202215.387500', '202215.847500', '202216.307500', '202216.767500', '202217.227500', '202217.687500', '202218.147500', '202218.607500', '202219.067500', '202219.527500', '202219.987500', '202220.447500', '202220.907500', '202221.367500', '202221.827500', '202222.287500', '202222.747500', '202223.207500', '202223.667500', '202224.127500', '202224.587500', '202225.047500', '202225.507500', '202225.967500', '202226.427500', '202226.887500', '202227.347500', '202227.807500', '202228.267500', '202228.727500', '202229.187500', '202229.647500', '202230.107500', '202230.567500', '202231.027500', '202231.487500', '202231.947500', '202232.407500', '202232.867500', '202233.327500', '202233.787500', '202234.247500', '202234.707500', '202235.167500', '202235.627500', '202236.087500', '202236.547500', '202237.007500', '202237.467500', '202237.927500', '202238.387500', '202238.847500', '202239.307500', '202239.767500', '202240.227500', '202240.687500', '202241.147500', '202241.607500', '202242.067500', '202242.527500', '202242.987500', '202243.447500', '202243.907500', '202244.367500', '202244.827500', '202245.287500', '202245.747500', '202246.207500', '202246.667500', '202247.127500', '202247.587500', '202248.047500', '202248.507500', '202248.967500', '202249.427500', '202249.887500', '202250.347500', '202250.807500', '202251.267500', '202251.727500', '202252.187500', '202252.647500', '202253.107500', '202253.567500', '202254.027500', '202254.487500', '202254.947500', '202255.407500', '202255.867500', '202256.327500', '202256.787500', '202257.247500', '202257.707500', '202258.167500', '202258.627500', '202259.087500', '202259.547500', '202300.007500', '202300.467500', '202300.927500', '202301.387500', '202301.847500', '202302.307500', '202302.767500', '202303.227500', '202303.687500', '202304.147500', '202304.607500', '202305.067500', '202305.527500', '202305.987500', '202306.447500', '202306.907500', '202307.367500', '202307.827500', '202308.287500', '202308.747500', '202309.207500', '202309.667500', '202310.127500', '202310.587500', '202311.047500', '202311.507500', '202311.967500', '202312.427500', '202312.887500', '202313.347500', '202313.807500', '202314.267500', '202314.727500', '202315.187500', '202315.647500', '202316.107500', '202316.567500', '202317.027500', '202317.487500', '202317.947500', '202318.407500', '202318.867500', '202319.327500', '202319.787500', '202320.247500', '202320.707500', '202321.167500', '202321.627500', '202322.087500', '202322.547500', '202323.007500', '202323.467500', '202323.927500', '202324.387500', '202324.847500', '202325.307500', '202325.767500', '202326.227500', '202326.687500', '202327.147500', '202327.607500', '202328.067500', '202328.527500', '202328.987500', '202329.447500', '202329.907500', '202330.367500', '202330.827500', '202331.287500', '202331.747500', '202332.207500', '202332.667500', '202333.127500', '202333.587500', '202334.047500', '202334.507500', '202334.967500', '202335.427500', '202335.887500', '202336.347500', '202336.807500', '202337.267500', '202337.727500', '202338.187500', '202338.647500', '202339.107500', '202339.567500', '202340.027500', '202340.487500', '202340.947500', '202341.407500', '202341.867500', '202342.327500', '202342.787500', '202343.247500', '202343.707500', '202344.167500', '202344.627500', '202345.087500', '202345.547500', '202346.007500', '202346.467500', '202346.927500', '202347.387500', '202347.847500', '202348.307500', '202348.767500', '202349.227500', '202349.687500', '202350.147500', '202350.607500', '202351.067500', '202351.527500', '202351.987500', '202352.447500', '202352.907500', '202353.367500', '202353.827500', '202354.287500', '202354.747500', '202355.207500', '202355.667500', '202356.127500', '202356.587500', '202357.047500', '202357.507500', '202357.967500', '202358.427500', '202358.887500', '202359.347500', '202359.807500', '202400.267500', '202400.727500', '202401.187500', '202401.647500', '202402.107500', '202402.567500', '202403.027500', '202403.487500', '202403.947500', '202404.407500', '202404.867500', '202405.327500', '202405.787500', '202406.247500', '202406.707500', '202407.167500', '202407.627500', '202408.087500', '202408.547500', '202409.007500', '202409.467500', '202409.927500', '202410.387500', '202410.847500', '202411.307500', '202411.767500', '202412.227500', '202412.687500', '202413.147500', '202413.607500', '202414.067500', '202414.527500', '202414.987500', '202415.447500', '202415.907500', '202416.367500', '202416.827500', '202417.287500', '202417.747500', '202418.207500', '202418.667500', '202419.127500', '202419.587500', '202420.047500', '202420.507500', '202420.967500', '202421.427500', '202421.887500', '202422.347500', '202422.807500', '202423.267500', '202423.727500', '202424.187500', '202424.647500', '202425.107500', '202425.567500', '202426.027500', '202426.487500', '202426.947500', '202427.407500', '202427.867500', '202428.327500', '202428.787500', '202429.247500', '202429.707500', '202430.167500', '202430.627500', '202431.087500', '202431.547500', '202432.007500', '202432.467500', '202432.927500', '202433.387500', '202433.847500', '202434.307500', '202434.767500', '202435.227500', '202435.687500', '202436.147500', '202436.607500', '202437.067500', '202437.527500', '202437.987500', '202438.447500', '202438.907500', '202439.367500', '202439.827500', '202440.287500', '202440.747500', '202441.207500', '202441.667500', '202442.127500', '202442.587500', '202443.047500', '202443.507500', '202443.967500', '202444.427500', '202444.887500', '202445.347500', '202445.807500', '202446.267500', '202446.727500', '202447.187500', '202447.647500', '202448.107500', '202448.567500', '202449.027500', '202449.487500', '202449.947500', '202450.407500', '202450.867500', '202451.327500', '202451.787500', '202452.247500', '202452.707500', '202453.167500', '202453.627500', '202454.087500', '202454.547500', '202455.007500', '202455.467500', '202455.927500', '202456.387500', '202456.847500', '202457.307500', '202457.767500', '202458.227500', '202458.687500', '202459.147500', '202459.607500', '202500.067500', '202500.527500', '202500.987500', '202501.447500', '202501.907500', '202502.367500', '202502.827500', '202503.287500', '202503.747500', '202504.207500', '202504.667500', '202505.127500', '202505.587500', '202506.047500', '202506.507500', '202506.967500', '202507.427500', '202507.887500', '202508.347500', '202508.807500', '202509.267500', '202509.727500', '202510.187500', '202510.647500', '202511.107500', '202511.567500', '202512.027500', '202512.487500', '202512.947500', '202513.407500', '202513.867500', '202514.327500', '202514.787500', '202515.247500', '202515.707500', '202516.167500', '202516.627500', '202517.087500', '202517.547500', '202518.007500', '202518.467500', '202518.927500', '202519.387500', '202519.847500', '202520.307500', '202520.767500', '202521.227500', '202521.687500', '202522.147500', '202522.607500', '202523.067500', '202523.527500', '202523.987500', '202524.447500', '202524.907500', '202525.367500', '202525.827500', '202526.287500', '202526.747500', '202527.207500', '202527.667500', '202528.127500', '202528.587500', '202529.047500', '202529.507500', '202529.967500', '202530.427500', '202530.887500', '202531.347500', '202531.807500', '202532.267500', '202532.727500', '202533.187500', '202533.647500', '202534.107500', '202534.567500', '202535.027500', '202535.487500', '202535.947500', '202536.407500', '202536.867500', '202537.327500', '202537.787500', '202538.247500', '202538.707500', '202539.167500', '202539.627500', '202540.087500', '202540.547500', '202541.007500', '202541.467500', '202541.927500', '202542.387500', '202542.847500', '202543.307500', '202543.767500', '202544.227500', '202544.687500', '202545.147500', '202545.607500', '202546.067500', '202546.527500', '202546.987500', '202547.447500', '202547.907500', '202548.367500', '202548.827500', '202549.287500', '202549.747500', '202550.207500', '202550.667500', '202551.127500', '202551.587500', '202552.047500', '202552.507500', '202552.967500', '202553.427500', '202553.887500', '202554.347500', '202554.807500', '202555.267500', '202555.727500', '202556.187500', '202556.647500', '202557.107500', '202557.567500', '202558.027500', '202558.487500', '202558.947500', '202559.407500', '202559.867500', '202600.327500', '202600.787500', '202601.247500', '202601.707500', '202602.167500', '202602.627500', '202603.087500', '202603.547500', '202604.007500', '202604.467500', '202604.927500', '202605.387500', '202605.847500', '202606.307500', '202606.767500', '202607.227500', '202607.687500', '202608.147500', '202608.607500', '202609.067500', '202609.527500', '202609.987500', '202610.447500', '202610.907500', '202611.367500', '202611.827500', '202612.287500', '202612.747500', '202613.207500', '202613.667500', '202614.127500', '202614.587500', '202615.047500', '202615.507500', '202615.967500', '202616.427500', '202616.887500', '202617.347500', '202617.807500', '202618.267500', '202618.727500', '202619.187500', '202619.647500', '202620.107500', '202620.567500', '202621.027500', '202621.487500', '202621.947500', '202622.407500', '202622.867500', '202623.327500', '202623.787500', '202624.247500', '202624.707500', '202625.167500', '202625.627500', '202626.087500', '202626.547500', '202627.007500', '202627.467500', '202627.927500', '202628.387500', '202628.847500', '202629.307500', '202629.767500', '202630.227500', '202630.687500', '202631.147500', '202631.607500', '202632.067500', '202632.527500', '202632.987500', '202633.447500', '202633.907500', '202634.367500', '202634.827500', '202635.287500', '202635.747500', '202636.207500', '202636.667500', '202637.127500', '202637.587500', '202638.047500', '202638.507500', '202638.967500', '202639.427500', '202639.887500', '202640.347500', '202640.807500', '202641.267500', '202641.727500', '202642.187500', '202642.647500', '202643.107500', '202643.567500', '202644.027500', '202644.487500', '202644.947500', '202645.407500', '202645.867500', '202646.327500', '202646.787500', '202647.247500', '202647.707500', '202648.167500', '202648.627500', '202649.087500', '202649.547500', '202650.007500', '202650.467500', '202650.927500', '202651.387500', '202651.847500', '202652.307500', '202652.767500', '202653.227500', '202653.687500', '202654.147500', '202654.607500', '202655.067500', '202655.527500', '202655.987500', '202656.447500', '202656.907500', '202657.367500', '202657.827500', '202658.287500', '202658.747500', '202659.207500', '202659.667500', '202700.127500', '202700.587500', '202701.047500', '202701.507500', '202701.967500', '202702.427500', '202702.887500', '202703.347500', '202703.807500', '202704.267500', '202704.727500', '202705.187500', '202705.647500', '202706.107500', '202706.567500', '202707.027500', '202707.487500', '202707.947500', '202708.407500', '202708.867500', '202709.327500', '202709.787500', '202710.247500', '202710.707500', '202711.167500', '202711.627500', '202712.087500', '202712.547500', '202713.007500', '202713.467500', '202713.927500', '202714.387500', '202714.847500', '202715.307500', '202715.767500', '202716.227500', '202716.687500', '202717.147500', '202717.607500', '202718.067500', '202718.527500', '202718.987500', '202719.447500', '202719.907500', '202720.367500', '202720.827500', '202721.287500', '202721.747500', '202722.207500', '202722.667500', '202723.127500', '202723.587500', '202724.047500', '202724.507500', '202724.967500', '202725.427500', '202725.887500', '202726.347500', '202726.807500', '202727.267500', '202727.727500', '202728.187500', '202728.647500', '202729.107500', '202729.567500', '202730.027500', '202730.487500', '202730.947500', '202731.407500', '202731.867500', '202732.327500', '202732.787500', '202733.247500', '202733.707500', '202734.167500', '202734.627500', '202735.087500', '202735.547500', '202736.007500', '202736.467500', '202736.927500', '202737.387500', '202737.847500', '202738.307500', '202738.767500', '202739.227500', '202739.687500', '202740.147500', '202740.607500', '202741.067500', '202741.527500', '202741.987500', '202742.447500', '202742.907500', '202743.367500', '202743.827500', '202744.287500', '202744.747500', '202745.207500', '202745.667500', '202746.127500', '202746.587500', '202747.047500', '202747.507500', '202747.967500', '202748.427500', '202748.887500', '202749.347500', '202749.807500', '202750.267500', '202750.727500', '202751.187500', '202751.647500', '202752.107500', '202752.567500', '202753.027500', '202753.487500', '202753.947500', '202754.407500', '202754.867500', '202755.327500', '202755.787500', '202756.247500', '202756.707500', '202757.167500', '202757.627500', '202758.087500', '202758.547500', '202759.007500', '202759.467500', '202759.927500', '202800.387500', '202800.847500', '202801.307500', '202801.767500', '202802.227500', '202802.687500', '202803.147500', '202803.607500', '202804.067500', '202804.527500', '202804.987500', '202805.447500', '202805.907500', '202806.367500', '202806.827500', '202807.287500', '202807.747500', '202808.207500', '202808.667500', '202809.127500', '202809.587500', '202810.047500', '202810.507500', '202810.967500', '202811.427500', '202811.887500', '202812.347500', '202812.807500', '202813.267500', '202813.727500', '202814.187500', '202814.647500', '202815.107500', '202815.567500', '202816.027500', '202816.487500', '202816.947500', '202817.407500', '202817.867500', '202818.327500', '202818.787500', '202819.247500', '202819.707500', '202820.167500', '202820.627500', '202821.087500', '202821.547500', '202822.007500', '202822.467500', '202822.927500', '202823.387500', '202823.847500', '202824.307500', '202824.767500', '202825.227500', '202825.687500', '202826.147500', '202826.607500', '202827.067500', '202827.527500', '202827.987500', '202828.447500', '202828.907500', '202829.367500', '202829.827500', '202830.287500', '202830.747500', '202831.207500', '202831.667500', '202832.127500', '202832.587500', '202833.047500', '202833.507500', '202833.967500', '202834.427500', '202834.887500', '202835.347500', '202835.807500', '202836.267500', '202836.727500', '202837.187500', '202837.647500', '202838.107500', '202838.567500', '202839.027500', '202839.487500', '202839.947500', '202840.407500', '202840.867500', '202841.327500', '202841.787500', '202842.247500', '202842.707500', '202843.167500', '202843.627500', '202844.087500', '202844.547500', '202845.007500', '202845.467500', '202845.927500', '202846.387500', '202846.847500', '202847.307500', '202847.767500', '202848.227500', '202848.687500', '202849.147500', '202849.607500', '202850.067500', '202850.527500', '202850.987500', '202851.447500', '202851.907500', '202852.367500', '202852.827500', '202853.287500', '202853.747500', '202854.207500', '202854.667500', '202855.127500', '202855.587500', '202856.047500', '202856.507500', '202856.967500', '202857.427500', '202857.887500', '202858.347500', '202858.807500', '202859.267500', '202859.727500', '202900.187500', '202900.647500', '202901.107500', '202901.567500', '202902.027500', '202902.487500', '202902.947500', '202903.407500', '202903.867500', '202904.327500', '202904.787500', '202905.247500', '202905.707500', '202906.167500', '202906.627500', '202907.087500', '202907.547500', '202908.007500', '202908.467500', '202908.927500', '202909.387500', '202909.847500', '202910.307500', '202910.767500', '202911.227500', '202911.687500', '202912.147500', '202912.607500', '202913.067500', '202913.527500', '202913.987500', '202914.447500', '202914.907500', '202915.367500', '202915.827500', '202916.287500', '202916.747500', '202917.207500', '202917.667500', '202918.127500', '202918.587500', '202919.047500', '202919.507500', '202919.967500', '202920.427500', '202920.887500', '202921.347500', '202921.807500', '202922.267500', '202922.727500', '202923.187500', '202923.647500', '202924.107500', '202924.567500', '202925.027500', '202925.487500', '202925.947500', '202926.407500', '202926.867500', '202927.327500', '202927.787500', '202928.247500', '202928.707500', '202929.167500', '202929.627500', '202930.087500', '202930.547500', '202931.007500', '202931.467500', '202931.927500', '202932.387500', '202932.847500', '202933.307500', '202933.767500', '202934.227500', '202934.687500', '202935.147500', '202935.607500', '202936.067500', '202936.527500', '202936.987500', '202937.447500', '202937.907500', '202938.367500', '202938.827500', '202939.287500', '202939.747500', '202940.207500', '202940.667500', '202941.127500', '202941.587500', '202942.047500', '202942.507500', '202942.967500', '202943.427500', '202943.887500', '202944.347500', '202944.807500', '202945.267500', '202945.727500', '202946.187500', '202946.647500', '202947.107500', '202947.567500', '202948.027500', '202948.487500', '202948.947500', '202949.407500', '202949.867500', '202950.327500', '202950.787500', '202951.247500', '202951.707500', '202952.167500', '202952.627500', '202953.087500', '202953.547500', '202954.007500', '202954.467500', '202954.927500', '202955.387500', '202955.847500', '202956.307500', '202956.767500', '202957.227500', '202957.687500', '202958.147500', '202958.607500', '202959.067500', '202959.527500', '202959.987500', '203000.447500', '203000.907500', '203001.367500', '203001.827500', '203002.287500', '203002.747500', '203003.207500', '203003.667500', '203004.127500', '203004.587500', '203005.047500', '203005.507500', '203005.967500', '203006.427500', '203006.887500', '203007.347500', '203007.807500', '203008.267500', '203008.727500', '203009.187500', '203009.647500', '203010.107500', '203010.567500', '203011.027500', '203011.487500', '203011.947500', '203012.407500', '203012.867500', '203013.327500', '203013.787500', '203014.247500', '203014.707500', '203015.167500', '203015.627500', '203016.087500', '203016.547500', '203017.007500', '203017.467500', '203017.927500', '203018.387500', '203018.847500', '203019.307500', '203019.767500', '203020.227500', '203020.687500', '203021.147500', '203021.607500', '203022.067500', '203022.527500', '203022.987500', '203023.447500', '203023.907500', '203024.367500', '203024.827500', '203025.287500', '203025.747500', '203026.207500', '203026.667500', '203027.127500', '203027.587500', '203028.047500', '203028.507500', '203028.967500', '203029.427500', '203029.887500', '203030.347500', '203030.807500', '203031.267500', '203031.727500', '203032.187500', '203032.647500', '203033.107500', '203033.567500', '203034.027500', '203034.487500', '203034.947500', '203035.407500', '203035.867500', '203036.327500', '203036.787500', '203037.247500', '203037.707500', '203038.167500', '203038.627500', '203039.087500', '203039.547500', '203040.007500', '203040.467500', '203040.927500', '203041.387500', '203041.847500', '203042.307500', '203042.767500', '203043.227500', '203043.687500', '203044.147500', '203044.607500', '203045.067500', '203045.527500', '203045.987500', '203046.447500', '203046.907500', '203047.367500', '203047.827500', '203048.287500', '203048.747500', '203049.207500', '203049.667500', '203050.127500', '203050.587500', '203051.047500', '203051.507500', '203051.967500', '203052.427500', '203052.887500', '203053.347500', '203053.807500', '203054.267500', '203054.727500', '203055.187500', '203055.647500', '203056.107500', '203056.567500', '203057.027500', '203057.487500', '203057.947500', '203058.407500', '203058.867500', '203059.327500', '203059.787500', '203100.247500', '203100.707500', '203101.167500', '203101.627500', '203102.087500', '203102.547500', '203103.007500', '203103.467500', '203103.927500', '203104.387500', '203104.847500', '203105.307500', '203105.767500', '203106.227500', '203106.687500', '203107.147500', '203107.607500', '203108.067500', '203108.527500', '203108.987500', '203109.447500', '203109.907500', '203110.367500', '203110.827500', '203111.287500', '203111.747500', '203112.207500', '203112.667500', '203113.127500', '203113.587500', '203114.047500', '203114.507500', '203114.967500', '203115.427500', '203115.887500', '203116.347500', '203116.807500', '203117.267500', '203117.727500', '203118.187500', '203118.647500', '203119.107500', '203119.567500', '203120.027500', '203120.487500', '203120.947500', '203121.407500', '203121.867500', '203122.327500', '203122.787500', '203123.247500', '203123.707500', '203124.167500', '203124.627500', '203125.087500', '203125.547500', '203126.007500', '203126.467500', '203126.927500', '203127.387500', '203127.847500', '203128.307500', '203128.767500', '203129.227500', '203129.687500', '203130.147500', '203130.607500', '203131.067500', '203131.527500', '203131.987500', '203132.447500', '203132.907500', '203133.367500', '203133.827500', '203134.287500', '203134.747500', '203135.207500', '203135.667500', '203136.127500', '203136.587500', '203137.047500', '203137.507500', '203137.967500', '203138.427500', '203138.887500', '203139.347500', '203139.807500', '203140.267500', '203140.727500', '203141.187500', '203141.647500', '203142.107500', '203142.567500', '203143.027500', '203143.487500', '203143.947500', '203144.407500', '203144.867500', '203145.327500', '203145.787500', '203146.247500', '203146.707500', '203147.167500', '203147.627500', '203148.087500', '203148.547500', '203149.007500', '203149.467500', '203149.927500', '203150.387500', '203150.847500', '203151.307500', '203151.767500', '203152.227500', '203152.687500', '203153.147500', '203153.607500', '203154.067500', '203154.527500', '203154.987500', '203155.447500', '203155.907500', '203156.367500', '203156.827500', '203157.287500', '203157.747500', '203158.207500', '203158.667500', '203159.127500', '203159.587500'], 'ContentTime': ['202139.712000', '202139.716000', '202139.719000', '202139.721000', '202139.724000', '202139.735000', '202139.738000', '202139.741000', '202139.751000', '202139.753000', '202139.756000', '202139.759000', '202139.761000', '202139.764000', '202139.766000', '202139.769000', '202139.772000', '202139.774000', '202139.777000', '202139.779000', '202139.782000', '202139.785000', '202139.788000', '202139.796000', '202139.799000', '202159.677000', '202159.680000', '202159.683000', '202159.685000', '202159.688000', '202159.691000', '202159.693000', '202159.696000', '202159.698000', '202159.701000', '202159.703000', '202159.706000', '202159.712000', '202159.714000', '202159.717000', '202159.719000', '202159.722000', '202159.724000', '202159.727000', '202159.729000', '202159.732000', '202159.734000', '202159.737000', '202159.740000', '202159.742000', '202159.745000', '202159.747000', '202159.750000', '202159.752000', '202159.755000', '202159.758000', '202159.760000', '202159.763000', '202159.765000', '202159.768000', '202159.770000', '202159.773000', '202159.776000', '202159.778000', '202159.781000', '202159.784000', '202159.786000', '202159.789000', '202219.677000', '202219.681000', '202219.683000', '202219.686000', '202219.689000', '202219.691000', '202219.694000', '202219.696000', '202219.699000', '202219.701000', '202219.704000', '202219.707000', '202219.709000', '202219.712000', '202219.714000', '202219.717000', '202219.720000', '202219.722000', '202219.725000', '202219.727000', '202219.730000', '202219.732000', '202219.735000', '202219.737000', '202219.740000', '202219.742000', '202219.745000', '202219.747000', '202219.750000', '202219.752000', '202219.755000', '202219.758000', '202219.760000', '202219.763000', '202219.765000', '202219.768000', '202219.771000', '202219.773000', '202219.776000', '202219.778000', '202219.781000', '202219.783000', '202219.786000', '202219.788000', '202239.677000', '202239.680000', '202239.683000', '202239.685000', '202239.688000', '202239.690000', '202239.693000', '202239.696000', '202239.698000', '202239.701000', '202239.703000', '202239.706000', '202239.708000', '202239.711000', '202239.714000', '202239.716000', '202239.719000', '202239.721000', '202239.724000', '202239.726000', '202239.729000', '202239.731000', '202239.734000', '202239.737000', '202239.739000', '202239.742000', '202239.744000', '202239.747000', '202239.749000', '202239.752000', '202239.755000', '202239.757000', '202239.760000', '202239.762000', '202239.765000', '202239.767000', '202239.770000', '202239.772000', '202239.775000', '202239.777000', '202239.780000', '202239.782000', '202239.785000', '202259.679000', '202259.681000', '202259.684000', '202259.686000', '202259.689000', '202259.692000', '202259.694000', '202259.697000', '202259.699000', '202259.702000', '202259.704000', '202259.707000', '202259.709000', '202259.712000', '202259.727000', '202259.730000', '202259.732000', '202259.735000', '202259.737000', '202259.740000', '202259.742000', '202259.745000', '202259.748000', '202259.750000', '202259.753000', '202259.755000', '202259.758000', '202259.760000', '202259.763000', '202259.766000', '202259.768000', '202259.771000', '202259.773000', '202259.782000', '202259.784000', '202259.787000', '202259.789000', '202259.792000', '202259.794000', '202259.797000', '202259.799000', '202259.802000', '202259.805000', '202259.807000', '202319.678000', '202319.681000', '202319.684000', '202319.686000', '202319.689000', '202319.692000', '202319.694000', '202319.697000', '202319.699000', '202319.702000', '202319.705000', '202319.707000', '202319.710000', '202319.712000', '202319.715000', '202319.717000', '202319.720000', '202319.723000', '202319.725000', '202319.728000', '202319.730000', '202319.733000', '202319.735000', '202319.738000', '202319.740000', '202319.743000', '202319.746000', '202319.748000', '202319.751000', '202319.753000', '202319.756000', '202319.758000', '202319.761000', '202319.764000', '202319.766000', '202319.769000', '202319.771000', '202319.774000', '202319.776000', '202319.779000', '202319.782000', '202319.784000', '202319.787000', '202339.679000', '202339.681000', '202339.684000', '202339.687000', '202339.689000', '202339.692000', '202339.695000', '202339.697000', '202339.700000', '202339.702000', '202339.705000', '202339.707000', '202339.710000', '202339.713000', '202339.715000', '202339.718000', '202339.721000', '202339.724000', '202339.726000', '202339.729000', '202339.731000', '202339.734000', '202339.737000', '202339.739000', '202339.742000', '202339.744000', '202339.747000', '202339.750000', '202339.752000', '202339.755000', '202339.757000', '202339.760000', '202339.762000', '202339.765000', '202339.768000', '202339.770000', '202339.773000', '202339.775000', '202339.778000', '202339.781000', '202339.783000', '202339.786000', '202339.788000', '202339.791000', '202359.678000', '202359.681000', '202359.684000', '202359.686000', '202359.689000', '202359.692000', '202359.694000', '202359.697000', '202359.700000', '202359.702000', '202359.705000', '202359.707000', '202359.710000', '202359.713000', '202359.715000', '202359.718000', '202359.720000', '202359.723000', '202359.725000', '202359.728000', '202359.731000', '202359.733000', '202359.736000', '202359.738000', '202359.741000', '202359.744000', '202359.746000', '202359.749000', '202359.751000', '202359.754000', '202359.756000', '202359.759000', '202359.761000', '202359.764000', '202359.767000', '202359.769000', '202359.772000', '202359.774000', '202359.777000', '202359.780000', '202359.782000', '202359.785000', '202359.787000', '202419.677000', '202419.680000', '202419.683000', '202419.685000', '202419.688000', '202419.690000', '202419.693000', '202419.696000', '202419.698000', '202419.701000', '202419.703000', '202419.706000', '202419.709000', '202419.711000', '202419.714000', '202419.723000', '202419.726000', '202419.729000', '202419.731000', '202419.734000', '202419.736000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.759000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.777000', '202419.780000', '202419.782000', '202419.785000', '202419.788000', '202419.790000', '202419.793000', '202419.795000', '202439.677000', '202439.680000', '202439.683000', '202439.686000', '202439.688000', '202439.691000', '202439.694000', '202439.696000', '202439.699000', '202439.701000', '202439.704000', '202439.707000', '202439.709000', '202439.712000', '202439.714000', '202439.717000', '202439.720000', '202439.722000', '202439.725000', '202439.727000', '202439.734000', '202439.737000', '202439.740000', '202439.742000', '202439.745000', '202439.747000', '202439.750000', '202439.752000', '202439.755000', '202439.758000', '202439.760000', '202439.763000', '202439.765000', '202439.768000', '202439.770000', '202439.773000', '202439.775000', '202439.778000', '202439.781000', '202439.783000', '202439.786000', '202439.788000', '202439.791000', '202459.677000', '202459.680000', '202459.683000', '202459.686000', '202459.688000', '202459.691000', '202459.693000', '202459.696000', '202459.698000', '202459.701000', '202459.704000', '202459.707000', '202459.710000', '202459.712000', '202459.715000', '202459.723000', '202459.726000', '202459.728000', '202459.731000', '202459.733000', '202459.736000', '202459.738000', '202459.741000', '202459.744000', '202459.746000', '202459.749000', '202459.751000', '202459.754000', '202459.756000', '202459.759000', '202459.762000', '202459.764000', '202459.767000', '202459.769000', '202459.772000', '202459.775000', '202459.777000', '202459.780000', '202459.782000', '202459.785000', '202459.788000', '202459.790000', '202459.793000', '202459.795000', '202519.678000', '202519.681000', '202519.684000', '202519.686000', '202519.689000', '202519.692000', '202519.694000', '202519.697000', '202519.700000', '202519.702000', '202519.705000', '202519.707000', '202519.710000', '202519.713000', '202519.715000', '202519.718000', '202519.720000', '202519.723000', '202519.726000', '202519.728000', '202519.731000', '202519.733000', '202519.736000', '202519.739000', '202519.741000', '202519.744000', '202519.746000', '202519.749000', '202519.752000', '202519.754000', '202519.757000', '202519.759000', '202519.762000', '202519.764000', '202519.767000', '202519.770000', '202519.772000', '202519.775000', '202519.778000', '202519.780000', '202519.783000', '202519.785000', '202519.788000', '202539.678000', '202539.681000', '202539.684000', '202539.687000', '202539.689000', '202539.692000', '202539.695000', '202539.697000', '202539.700000', '202539.702000', '202539.705000', '202539.708000', '202539.710000', '202539.713000', '202539.715000', '202539.718000', '202539.721000', '202539.723000', '202539.726000', '202539.728000', '202539.731000', '202539.734000', '202539.736000', '202539.739000', '202539.741000', '202539.744000', '202539.747000', '202539.749000', '202539.752000', '202539.754000', '202539.757000', '202539.760000', '202539.762000', '202539.765000', '202539.767000', '202539.770000', '202539.773000', '202539.775000', '202539.778000', '202539.780000', '202539.783000', '202539.786000', '202539.794000', '202539.797000', '202559.678000', '202559.681000', '202559.684000', '202559.686000', '202559.689000', '202559.691000', '202559.694000', '202559.697000', '202559.699000', '202559.702000', '202559.704000', '202559.707000', '202559.709000', '202559.712000', '202559.715000', '202559.717000', '202559.720000', '202559.722000', '202559.725000', '202559.727000', '202559.741000', '202559.743000', '202559.746000', '202559.749000', '202559.751000', '202559.754000', '202559.756000', '202559.759000', '202559.761000', '202559.764000', '202559.767000', '202559.769000', '202559.772000', '202559.774000', '202559.777000', '202559.780000', '202559.782000', '202559.785000', '202559.787000', '202559.790000', '202559.792000', '202559.795000', '202559.798000', '202619.678000', '202619.681000', '202619.684000', '202619.686000', '202619.689000', '202619.692000', '202619.694000', '202619.697000', '202619.700000', '202619.702000', '202619.705000', '202619.707000', '202619.710000', '202619.713000', '202619.716000', '202619.719000', '202619.722000', '202619.725000', '202619.727000', '202619.730000', '202619.733000', '202619.735000', '202619.738000', '202619.741000', '202619.743000', '202619.746000', '202619.749000', '202619.752000', '202619.755000', '202619.758000', '202619.760000', '202619.763000', '202619.765000', '202619.768000', '202619.771000', '202619.773000', '202619.776000', '202619.778000', '202619.781000', '202619.784000', '202619.786000', '202619.789000', '202619.791000', '202639.677000', '202639.680000', '202639.683000', '202639.685000', '202639.688000', '202639.691000', '202639.693000', '202639.696000', '202639.699000', '202639.701000', '202639.704000', '202639.706000', '202639.709000', '202639.712000', '202639.714000', '202639.717000', '202639.719000', '202639.722000', '202639.724000', '202639.727000', '202639.730000', '202639.732000', '202639.735000', '202639.737000', '202639.740000', '202639.743000', '202639.745000', '202639.748000', '202639.750000', '202639.753000', '202639.755000', '202639.758000', '202639.761000', '202639.763000', '202639.766000', '202639.768000', '202639.771000', '202639.774000', '202639.776000', '202639.779000', '202639.781000', '202639.784000', '202639.786000', '202639.789000', '202659.677000', '202659.680000', '202659.683000', '202659.686000', '202659.688000', '202659.691000', '202659.693000', '202659.696000', '202659.699000', '202659.701000', '202659.704000', '202659.706000', '202659.709000', '202659.711000', '202659.714000', '202659.717000', '202659.719000', '202659.722000', '202659.724000', '202659.727000', '202659.729000', '202659.732000', '202659.735000', '202659.737000', '202659.740000', '202659.742000', '202659.745000', '202659.748000', '202659.750000', '202659.753000', '202659.755000', '202659.758000', '202659.760000', '202659.763000', '202659.766000', '202659.768000', '202659.771000', '202659.775000', '202659.778000', '202659.780000', '202659.783000', '202659.786000', '202659.788000', '202719.677000', '202719.680000', '202719.683000', '202719.685000', '202719.688000', '202719.691000', '202719.693000', '202719.696000', '202719.698000', '202719.701000', '202719.704000', '202719.706000', '202719.709000', '202719.711000', '202719.714000', '202719.716000', '202719.719000', '202719.722000', '202719.724000', '202719.727000', '202719.729000', '202719.732000', '202719.734000', '202719.737000', '202719.739000', '202719.742000', '202719.745000', '202719.747000', '202719.750000', '202719.752000', '202719.755000', '202719.758000', '202719.760000', '202719.763000', '202719.765000', '202719.768000', '202719.770000', '202719.773000', '202719.775000', '202719.778000', '202719.781000', '202719.783000', '202719.786000', '202719.788000', '202739.678000', '202739.681000', '202739.684000', '202739.687000', '202739.689000', '202739.692000', '202739.694000', '202739.697000', '202739.700000', '202739.702000', '202739.705000', '202739.708000', '202739.710000', '202739.713000', '202739.716000', '202739.718000', '202739.721000', '202739.723000', '202739.726000', '202739.729000', '202739.731000', '202739.734000', '202739.736000', '202739.739000', '202739.742000', '202739.744000', '202739.747000', '202739.750000', '202739.753000', '202739.756000', '202739.759000', '202739.762000', '202739.764000', '202739.767000', '202739.769000', '202739.772000', '202739.775000', '202739.777000', '202739.780000', '202739.783000', '202739.785000', '202739.788000', '202739.791000', '202759.678000', '202759.681000', '202759.684000', '202759.686000', '202759.689000', '202759.692000', '202759.694000', '202759.697000', '202759.700000', '202759.702000', '202759.705000', '202759.707000', '202759.710000', '202759.712000', '202759.715000', '202759.718000', '202759.720000', '202759.723000', '202759.726000', '202759.728000', '202759.731000', '202759.733000', '202759.736000', '202759.738000', '202759.741000', '202759.744000', '202759.746000', '202759.749000', '202759.751000', '202759.754000', '202759.756000', '202759.759000', '202759.762000', '202759.764000', '202759.767000', '202759.769000', '202759.772000', '202759.774000', '202759.777000', '202759.779000', '202759.782000', '202759.785000', '202759.787000', '202759.790000', '202819.679000', '202819.681000', '202819.684000', '202819.687000', '202819.689000', '202819.692000', '202819.694000', '202819.697000', '202819.699000', '202819.702000', '202819.705000', '202819.707000', '202819.710000', '202819.713000', '202819.715000', '202819.718000', '202819.720000', '202819.723000', '202819.726000', '202819.728000', '202819.731000', '202819.733000', '202819.736000', '202819.738000', '202819.741000', '202819.744000', '202819.746000', '202819.749000', '202819.751000', '202819.754000', '202819.757000', '202819.759000', '202819.762000', '202819.764000', '202819.767000', '202819.769000', '202819.772000', '202819.775000', '202819.777000', '202819.780000', '202819.783000', '202819.786000', '202819.789000', '202839.678000', '202839.681000', '202839.684000', '202839.687000', '202839.689000', '202839.692000', '202839.694000', '202839.697000', '202839.700000', '202839.702000', '202839.705000', '202839.707000', '202839.710000', '202839.712000', '202839.715000', '202839.718000', '202839.720000', '202839.723000', '202839.725000', '202839.728000', '202839.731000', '202839.733000', '202839.736000', '202839.738000', '202839.741000', '202839.744000', '202839.746000', '202839.749000', '202839.751000', '202839.754000', '202839.757000', '202839.759000', '202839.762000', '202839.764000', '202839.767000', '202839.769000', '202839.772000', '202839.774000', '202839.777000', '202839.780000', '202839.782000', '202839.785000', '202839.798000', '202839.801000', '202859.678000', '202859.680000', '202859.683000', '202859.686000', '202859.688000', '202859.691000', '202859.694000', '202859.696000', '202859.699000', '202859.701000', '202859.704000', '202859.707000', '202859.709000', '202859.712000', '202859.714000', '202859.717000', '202859.720000', '202859.722000', '202859.725000', '202859.728000', '202859.730000', '202859.733000', '202859.735000', '202859.738000', '202859.741000', '202859.743000', '202859.746000', '202859.748000', '202859.751000', '202859.754000', '202859.756000', '202859.759000', '202859.761000', '202859.764000', '202859.767000', '202859.770000', '202859.773000', '202859.776000', '202859.779000', '202859.781000', '202859.784000', '202859.787000', '202859.789000', '202919.678000', '202919.686000', '202919.689000', '202919.692000', '202919.694000', '202919.697000', '202919.700000', '202919.702000', '202919.705000', '202919.708000', '202919.710000', '202919.713000', '202919.715000', '202919.729000', '202919.731000', '202919.734000', '202919.737000', '202919.739000', '202919.742000', '202919.744000', '202919.747000', '202919.749000', '202919.752000', '202919.755000', '202919.757000', '202919.760000', '202919.763000', '202919.765000', '202919.768000', '202919.770000', '202919.773000', '202919.776000', '202919.778000', '202919.781000', '202919.783000', '202919.786000', '202919.788000', '202919.791000', '202919.794000', '202919.796000', '202919.799000', '202919.802000', '202919.804000', '202919.807000', '202939.677000', '202939.680000', '202939.683000', '202939.686000', '202939.688000', '202939.691000', '202939.694000', '202939.696000', '202939.699000', '202939.702000', '202939.704000', '202939.707000', '202939.709000', '202939.712000', '202939.715000', '202939.717000', '202939.720000', '202939.722000', '202939.725000', '202939.727000', '202939.730000', '202939.732000', '202939.735000', '202939.738000', '202939.740000', '202939.743000', '202939.745000', '202939.748000', '202939.750000', '202939.753000', '202939.756000', '202939.758000', '202939.761000', '202939.763000', '202939.766000', '202939.768000', '202939.771000', '202939.773000', '202939.776000', '202939.779000', '202939.786000', '202939.789000', '202939.792000', '202959.678000', '202959.681000', '202959.684000', '202959.687000', '202959.689000', '202959.692000', '202959.694000', '202959.697000', '202959.699000', '202959.702000', '202959.705000', '202959.707000', '202959.710000', '202959.712000', '202959.715000', '202959.718000', '202959.720000', '202959.723000', '202959.725000', '202959.728000', '202959.731000', '202959.733000', '202959.736000', '202959.738000', '202959.741000', '202959.744000', '202959.746000', '202959.749000', '202959.751000', '202959.754000', '202959.756000', '202959.759000', '202959.762000', '202959.788000', '202959.791000', '202959.793000', '202959.796000', '202959.799000', '202959.801000', '202959.822000', '202959.824000', '202959.827000', '202959.829000', '202959.832000', '203019.679000', '203019.681000', '203019.684000', '203019.687000', '203019.689000', '203019.692000', '203019.694000', '203019.697000', '203019.700000', '203019.702000', '203019.705000', '203019.707000', '203019.710000', '203019.713000', '203019.715000', '203019.718000', '203019.720000', '203019.723000', '203019.725000', '203019.728000', '203019.731000', '203019.733000', '203019.736000', '203019.739000', '203019.741000', '203019.744000', '203019.746000', '203019.749000', '203019.751000', '203019.754000', '203019.757000', '203019.759000', '203019.762000', '203019.765000', '203019.767000', '203019.770000', '203019.772000', '203019.775000', '203019.778000', '203019.780000', '203019.783000', '203019.785000', '203019.788000', '203039.679000', '203039.681000', '203039.684000', '203039.686000', '203039.689000', '203039.692000', '203039.694000', '203039.697000', '203039.700000', '203039.702000', '203039.705000', '203039.707000', '203039.710000', '203039.713000', '203039.715000', '203039.722000', '203039.725000', '203039.728000', '203039.730000', '203039.733000', '203039.735000', '203039.738000', '203039.741000', '203039.750000', '203039.752000', '203039.755000', '203039.757000', '203039.760000', '203039.763000', '203039.765000', '203039.768000', '203039.771000', '203039.773000', '203039.776000', '203039.778000', '203039.781000', '203039.784000', '203039.786000', '203039.789000', '203039.791000', '203039.794000', '203039.797000', '203039.799000', '203039.802000', '203059.679000', '203059.681000', '203059.684000', '203059.687000', '203059.689000', '203059.692000', '203059.695000', '203059.697000', '203059.700000', '203059.702000', '203059.705000', '203059.708000', '203059.710000', '203059.713000', '203059.715000', '203059.718000', '203059.720000', '203059.723000', '203059.726000', '203059.728000', '203059.731000', '203059.733000', '203059.736000', '203059.739000', '203059.741000', '203059.744000', '203059.746000', '203059.749000', '203059.752000', '203059.754000', '203059.757000', '203059.759000', '203059.762000', '203059.765000', '203059.767000', '203059.770000', '203059.772000', '203059.775000', '203059.778000', '203059.780000', '203059.783000', '203059.785000', '203059.788000', '203119.678000', '203119.680000', '203119.686000', '203119.689000', '203119.692000', '203119.694000', '203119.697000', '203119.700000', '203119.702000', '203119.705000', '203119.707000', '203119.710000', '203119.713000', '203119.715000', '203119.718000', '203119.720000', '203119.723000', '203119.726000', '203119.729000', '203119.731000', '203119.734000', '203119.736000', '203119.739000', '203119.742000', '203119.744000', '203119.747000', '203119.749000', '203119.752000', '203119.755000', '203119.757000', '203119.760000', '203119.762000', '203119.765000', '203119.768000', '203119.770000', '203119.783000', '203119.786000', '203119.788000', '203119.791000', '203119.793000', '203119.796000', '203119.798000', '203119.801000', '203119.804000', '203139.678000', '203139.681000', '203139.683000', '203139.686000', '203139.689000', '203139.691000', '203139.694000', '203139.697000', '203139.699000', '203139.702000', '203139.704000', '203139.707000', '203139.710000', '203139.712000', '203139.715000', '203139.718000', '203139.720000', '203139.723000', '203139.725000', '203139.728000', '203139.731000', '203139.733000', '203139.736000', '203139.739000', '203139.741000', '203139.744000', '203139.746000', '203139.749000', '203139.752000', '203139.754000', '203139.757000', '203139.759000', '203139.762000', '203139.764000', '203139.767000', '203139.770000', '203139.772000', '203139.775000', '203139.777000', '203139.780000', '203139.782000', '203139.785000', '203139.788000', '203159.678000', '203159.681000', '203159.683000', '203159.686000', '203159.689000', '203159.691000', '203159.694000', '203159.697000', '203159.699000', '203159.702000', '203159.705000', '203159.707000', '203159.710000', '203159.712000', '203159.715000', '203159.717000', '203159.720000', '203159.723000', '203159.725000', '203159.728000', '203159.731000', '203159.733000', '203159.736000', '203159.738000', '203159.741000', '203159.744000', '203159.746000', '203159.749000', '203159.751000', '203159.754000', '203159.757000', '203159.759000', '203159.762000', '203159.764000', '203159.767000', '203159.770000', '203159.772000', '203159.775000', '203159.777000', '203159.780000', '203159.783000', '203159.785000', '203159.788000', '203201.031000', '203201.034000', '203201.036000', '203201.039000'], 'InstanceCreationTime': ['202139.712000', '202139.716000', '202139.719000', '202139.721000', '202139.724000', '202139.735000', '202139.738000', '202139.741000', '202139.751000', '202139.753000', '202139.756000', '202139.759000', '202139.761000', '202139.764000', '202139.766000', '202139.769000', '202139.772000', '202139.774000', '202139.777000', '202139.779000', '202139.782000', '202139.785000', '202139.788000', '202139.796000', '202139.799000', '202159.677000', '202159.680000', '202159.683000', '202159.685000', '202159.688000', '202159.691000', '202159.693000', '202159.696000', '202159.698000', '202159.701000', '202159.703000', '202159.706000', '202159.712000', '202159.714000', '202159.717000', '202159.719000', '202159.722000', '202159.724000', '202159.727000', '202159.729000', '202159.732000', '202159.734000', '202159.737000', '202159.740000', '202159.742000', '202159.745000', '202159.747000', '202159.750000', '202159.752000', '202159.755000', '202159.758000', '202159.760000', '202159.763000', '202159.765000', '202159.768000', '202159.770000', '202159.773000', '202159.776000', '202159.778000', '202159.781000', '202159.784000', '202159.786000', '202159.789000', '202219.677000', '202219.681000', '202219.683000', '202219.686000', '202219.689000', '202219.691000', '202219.694000', '202219.696000', '202219.699000', '202219.701000', '202219.704000', '202219.707000', '202219.709000', '202219.712000', '202219.714000', '202219.717000', '202219.720000', '202219.722000', '202219.725000', '202219.727000', '202219.730000', '202219.732000', '202219.735000', '202219.737000', '202219.740000', '202219.742000', '202219.745000', '202219.747000', '202219.750000', '202219.752000', '202219.755000', '202219.758000', '202219.760000', '202219.763000', '202219.765000', '202219.768000', '202219.771000', '202219.773000', '202219.776000', '202219.778000', '202219.781000', '202219.783000', '202219.786000', '202219.788000', '202239.677000', '202239.680000', '202239.683000', '202239.685000', '202239.688000', '202239.690000', '202239.693000', '202239.696000', '202239.698000', '202239.701000', '202239.703000', '202239.706000', '202239.708000', '202239.711000', '202239.714000', '202239.716000', '202239.719000', '202239.721000', '202239.724000', '202239.726000', '202239.729000', '202239.731000', '202239.734000', '202239.737000', '202239.739000', '202239.742000', '202239.744000', '202239.747000', '202239.749000', '202239.752000', '202239.755000', '202239.757000', '202239.760000', '202239.762000', '202239.765000', '202239.767000', '202239.770000', '202239.772000', '202239.775000', '202239.777000', '202239.780000', '202239.782000', '202239.785000', '202259.679000', '202259.681000', '202259.684000', '202259.686000', '202259.689000', '202259.692000', '202259.694000', '202259.697000', '202259.699000', '202259.702000', '202259.704000', '202259.707000', '202259.709000', '202259.712000', '202259.727000', '202259.730000', '202259.732000', '202259.735000', '202259.737000', '202259.740000', '202259.742000', '202259.745000', '202259.748000', '202259.750000', '202259.753000', '202259.755000', '202259.758000', '202259.760000', '202259.763000', '202259.766000', '202259.768000', '202259.771000', '202259.773000', '202259.782000', '202259.784000', '202259.787000', '202259.789000', '202259.792000', '202259.794000', '202259.797000', '202259.799000', '202259.802000', '202259.805000', '202259.807000', '202319.678000', '202319.681000', '202319.684000', '202319.686000', '202319.689000', '202319.692000', '202319.694000', '202319.697000', '202319.699000', '202319.702000', '202319.705000', '202319.707000', '202319.710000', '202319.712000', '202319.715000', '202319.717000', '202319.720000', '202319.723000', '202319.725000', '202319.728000', '202319.730000', '202319.733000', '202319.735000', '202319.738000', '202319.740000', '202319.743000', '202319.746000', '202319.748000', '202319.751000', '202319.753000', '202319.756000', '202319.758000', '202319.761000', '202319.764000', '202319.766000', '202319.769000', '202319.771000', '202319.774000', '202319.776000', '202319.779000', '202319.782000', '202319.784000', '202319.787000', '202339.679000', '202339.681000', '202339.684000', '202339.687000', '202339.689000', '202339.692000', '202339.695000', '202339.697000', '202339.700000', '202339.702000', '202339.705000', '202339.707000', '202339.710000', '202339.713000', '202339.715000', '202339.718000', '202339.721000', '202339.724000', '202339.726000', '202339.729000', '202339.731000', '202339.734000', '202339.737000', '202339.739000', '202339.742000', '202339.744000', '202339.747000', '202339.750000', '202339.752000', '202339.755000', '202339.757000', '202339.760000', '202339.762000', '202339.765000', '202339.768000', '202339.770000', '202339.773000', '202339.775000', '202339.778000', '202339.781000', '202339.783000', '202339.786000', '202339.788000', '202339.791000', '202359.678000', '202359.681000', '202359.684000', '202359.686000', '202359.689000', '202359.692000', '202359.694000', '202359.697000', '202359.700000', '202359.702000', '202359.705000', '202359.707000', '202359.710000', '202359.713000', '202359.715000', '202359.718000', '202359.720000', '202359.723000', '202359.725000', '202359.728000', '202359.731000', '202359.733000', '202359.736000', '202359.738000', '202359.741000', '202359.744000', '202359.746000', '202359.749000', '202359.751000', '202359.754000', '202359.756000', '202359.759000', '202359.761000', '202359.764000', '202359.767000', '202359.769000', '202359.772000', '202359.774000', '202359.777000', '202359.780000', '202359.782000', '202359.785000', '202359.787000', '202419.677000', '202419.680000', '202419.683000', '202419.685000', '202419.688000', '202419.690000', '202419.693000', '202419.696000', '202419.698000', '202419.701000', '202419.703000', '202419.706000', '202419.709000', '202419.711000', '202419.714000', '202419.723000', '202419.726000', '202419.729000', '202419.731000', '202419.734000', '202419.736000', '202419.739000', '202419.741000', '202419.744000', '202419.747000', '202419.749000', '202419.752000', '202419.754000', '202419.757000', '202419.759000', '202419.762000', '202419.765000', '202419.767000', '202419.770000', '202419.772000', '202419.775000', '202419.777000', '202419.780000', '202419.782000', '202419.785000', '202419.788000', '202419.790000', '202419.793000', '202419.795000', '202439.677000', '202439.680000', '202439.683000', '202439.686000', '202439.688000', '202439.691000', '202439.694000', '202439.696000', '202439.699000', '202439.701000', '202439.704000', '202439.707000', '202439.709000', '202439.712000', '202439.714000', '202439.717000', '202439.720000', '202439.722000', '202439.725000', '202439.727000', '202439.734000', '202439.737000', '202439.740000', '202439.742000', '202439.745000', '202439.747000', '202439.750000', '202439.752000', '202439.755000', '202439.758000', '202439.760000', '202439.763000', '202439.765000', '202439.768000', '202439.770000', '202439.773000', '202439.775000', '202439.778000', '202439.781000', '202439.783000', '202439.786000', '202439.788000', '202439.791000', '202459.677000', '202459.680000', '202459.683000', '202459.686000', '202459.688000', '202459.691000', '202459.693000', '202459.696000', '202459.698000', '202459.701000', '202459.704000', '202459.707000', '202459.710000', '202459.712000', '202459.715000', '202459.723000', '202459.726000', '202459.728000', '202459.731000', '202459.733000', '202459.736000', '202459.738000', '202459.741000', '202459.744000', '202459.746000', '202459.749000', '202459.751000', '202459.754000', '202459.756000', '202459.759000', '202459.762000', '202459.764000', '202459.767000', '202459.769000', '202459.772000', '202459.775000', '202459.777000', '202459.780000', '202459.782000', '202459.785000', '202459.788000', '202459.790000', '202459.793000', '202459.795000', '202519.678000', '202519.681000', '202519.684000', '202519.686000', '202519.689000', '202519.692000', '202519.694000', '202519.697000', '202519.700000', '202519.702000', '202519.705000', '202519.707000', '202519.710000', '202519.713000', '202519.715000', '202519.718000', '202519.720000', '202519.723000', '202519.726000', '202519.728000', '202519.731000', '202519.733000', '202519.736000', '202519.739000', '202519.741000', '202519.744000', '202519.746000', '202519.749000', '202519.752000', '202519.754000', '202519.757000', '202519.759000', '202519.762000', '202519.764000', '202519.767000', '202519.770000', '202519.772000', '202519.775000', '202519.778000', '202519.780000', '202519.783000', '202519.785000', '202519.788000', '202539.678000', '202539.681000', '202539.684000', '202539.687000', '202539.689000', '202539.692000', '202539.695000', '202539.697000', '202539.700000', '202539.702000', '202539.705000', '202539.708000', '202539.710000', '202539.713000', '202539.715000', '202539.718000', '202539.721000', '202539.723000', '202539.726000', '202539.728000', '202539.731000', '202539.734000', '202539.736000', '202539.739000', '202539.741000', '202539.744000', '202539.747000', '202539.749000', '202539.752000', '202539.754000', '202539.757000', '202539.760000', '202539.762000', '202539.765000', '202539.767000', '202539.770000', '202539.773000', '202539.775000', '202539.778000', '202539.780000', '202539.783000', '202539.786000', '202539.794000', '202539.797000', '202559.678000', '202559.681000', '202559.684000', '202559.686000', '202559.689000', '202559.691000', '202559.694000', '202559.697000', '202559.699000', '202559.702000', '202559.704000', '202559.707000', '202559.709000', '202559.712000', '202559.715000', '202559.717000', '202559.720000', '202559.722000', '202559.725000', '202559.727000', '202559.741000', '202559.743000', '202559.746000', '202559.749000', '202559.751000', '202559.754000', '202559.756000', '202559.759000', '202559.761000', '202559.764000', '202559.767000', '202559.769000', '202559.772000', '202559.774000', '202559.777000', '202559.780000', '202559.782000', '202559.785000', '202559.787000', '202559.790000', '202559.792000', '202559.795000', '202559.798000', '202619.678000', '202619.681000', '202619.684000', '202619.686000', '202619.689000', '202619.692000', '202619.694000', '202619.697000', '202619.700000', '202619.702000', '202619.705000', '202619.707000', '202619.710000', '202619.713000', '202619.716000', '202619.719000', '202619.722000', '202619.725000', '202619.727000', '202619.730000', '202619.733000', '202619.735000', '202619.738000', '202619.741000', '202619.743000', '202619.746000', '202619.749000', '202619.752000', '202619.755000', '202619.758000', '202619.760000', '202619.763000', '202619.765000', '202619.768000', '202619.771000', '202619.773000', '202619.776000', '202619.778000', '202619.781000', '202619.784000', '202619.786000', '202619.789000', '202619.791000', '202639.677000', '202639.680000', '202639.683000', '202639.685000', '202639.688000', '202639.691000', '202639.693000', '202639.696000', '202639.699000', '202639.701000', '202639.704000', '202639.706000', '202639.709000', '202639.712000', '202639.714000', '202639.717000', '202639.719000', '202639.722000', '202639.724000', '202639.727000', '202639.730000', '202639.732000', '202639.735000', '202639.737000', '202639.740000', '202639.743000', '202639.745000', '202639.748000', '202639.750000', '202639.753000', '202639.755000', '202639.758000', '202639.761000', '202639.763000', '202639.766000', '202639.768000', '202639.771000', '202639.774000', '202639.776000', '202639.779000', '202639.781000', '202639.784000', '202639.786000', '202639.789000', '202659.677000', '202659.680000', '202659.683000', '202659.686000', '202659.688000', '202659.691000', '202659.693000', '202659.696000', '202659.699000', '202659.701000', '202659.704000', '202659.706000', '202659.709000', '202659.711000', '202659.714000', '202659.717000', '202659.719000', '202659.722000', '202659.724000', '202659.727000', '202659.729000', '202659.732000', '202659.735000', '202659.737000', '202659.740000', '202659.742000', '202659.745000', '202659.748000', '202659.750000', '202659.753000', '202659.755000', '202659.758000', '202659.760000', '202659.763000', '202659.766000', '202659.768000', '202659.771000', '202659.775000', '202659.778000', '202659.780000', '202659.783000', '202659.786000', '202659.788000', '202719.677000', '202719.680000', '202719.683000', '202719.685000', '202719.688000', '202719.691000', '202719.693000', '202719.696000', '202719.698000', '202719.701000', '202719.704000', '202719.706000', '202719.709000', '202719.711000', '202719.714000', '202719.716000', '202719.719000', '202719.722000', '202719.724000', '202719.727000', '202719.729000', '202719.732000', '202719.734000', '202719.737000', '202719.739000', '202719.742000', '202719.745000', '202719.747000', '202719.750000', '202719.752000', '202719.755000', '202719.758000', '202719.760000', '202719.763000', '202719.765000', '202719.768000', '202719.770000', '202719.773000', '202719.775000', '202719.778000', '202719.781000', '202719.783000', '202719.786000', '202719.788000', '202739.678000', '202739.681000', '202739.684000', '202739.687000', '202739.689000', '202739.692000', '202739.694000', '202739.697000', '202739.700000', '202739.702000', '202739.705000', '202739.708000', '202739.710000', '202739.713000', '202739.716000', '202739.718000', '202739.721000', '202739.723000', '202739.726000', '202739.729000', '202739.731000', '202739.734000', '202739.736000', '202739.739000', '202739.742000', '202739.744000', '202739.747000', '202739.750000', '202739.753000', '202739.756000', '202739.759000', '202739.762000', '202739.764000', '202739.767000', '202739.769000', '202739.772000', '202739.775000', '202739.777000', '202739.780000', '202739.783000', '202739.785000', '202739.788000', '202739.791000', '202759.678000', '202759.681000', '202759.684000', '202759.686000', '202759.689000', '202759.692000', '202759.694000', '202759.697000', '202759.700000', '202759.702000', '202759.705000', '202759.707000', '202759.710000', '202759.712000', '202759.715000', '202759.718000', '202759.720000', '202759.723000', '202759.726000', '202759.728000', '202759.731000', '202759.733000', '202759.736000', '202759.738000', '202759.741000', '202759.744000', '202759.746000', '202759.749000', '202759.751000', '202759.754000', '202759.756000', '202759.759000', '202759.762000', '202759.764000', '202759.767000', '202759.769000', '202759.772000', '202759.774000', '202759.777000', '202759.779000', '202759.782000', '202759.785000', '202759.787000', '202759.790000', '202819.679000', '202819.681000', '202819.684000', '202819.687000', '202819.689000', '202819.692000', '202819.694000', '202819.697000', '202819.699000', '202819.702000', '202819.705000', '202819.707000', '202819.710000', '202819.713000', '202819.715000', '202819.718000', '202819.720000', '202819.723000', '202819.726000', '202819.728000', '202819.731000', '202819.733000', '202819.736000', '202819.738000', '202819.741000', '202819.744000', '202819.746000', '202819.749000', '202819.751000', '202819.754000', '202819.757000', '202819.759000', '202819.762000', '202819.764000', '202819.767000', '202819.769000', '202819.772000', '202819.775000', '202819.777000', '202819.780000', '202819.783000', '202819.786000', '202819.789000', '202839.678000', '202839.681000', '202839.684000', '202839.687000', '202839.689000', '202839.692000', '202839.694000', '202839.697000', '202839.700000', '202839.702000', '202839.705000', '202839.707000', '202839.710000', '202839.712000', '202839.715000', '202839.718000', '202839.720000', '202839.723000', '202839.725000', '202839.728000', '202839.731000', '202839.733000', '202839.736000', '202839.738000', '202839.741000', '202839.744000', '202839.746000', '202839.749000', '202839.751000', '202839.754000', '202839.757000', '202839.759000', '202839.762000', '202839.764000', '202839.767000', '202839.769000', '202839.772000', '202839.774000', '202839.777000', '202839.780000', '202839.782000', '202839.785000', '202839.798000', '202839.801000', '202859.678000', '202859.680000', '202859.683000', '202859.686000', '202859.688000', '202859.691000', '202859.694000', '202859.696000', '202859.699000', '202859.701000', '202859.704000', '202859.707000', '202859.709000', '202859.712000', '202859.714000', '202859.717000', '202859.720000', '202859.722000', '202859.725000', '202859.728000', '202859.730000', '202859.733000', '202859.735000', '202859.738000', '202859.741000', '202859.743000', '202859.746000', '202859.748000', '202859.751000', '202859.754000', '202859.756000', '202859.759000', '202859.761000', '202859.764000', '202859.767000', '202859.770000', '202859.773000', '202859.776000', '202859.779000', '202859.781000', '202859.784000', '202859.787000', '202859.789000', '202919.678000', '202919.686000', '202919.689000', '202919.692000', '202919.694000', '202919.697000', '202919.700000', '202919.702000', '202919.705000', '202919.708000', '202919.710000', '202919.713000', '202919.715000', '202919.729000', '202919.731000', '202919.734000', '202919.737000', '202919.739000', '202919.742000', '202919.744000', '202919.747000', '202919.749000', '202919.752000', '202919.755000', '202919.757000', '202919.760000', '202919.763000', '202919.765000', '202919.768000', '202919.770000', '202919.773000', '202919.776000', '202919.778000', '202919.781000', '202919.783000', '202919.786000', '202919.788000', '202919.791000', '202919.794000', '202919.796000', '202919.799000', '202919.802000', '202919.804000', '202919.807000', '202939.677000', '202939.680000', '202939.683000', '202939.686000', '202939.688000', '202939.691000', '202939.694000', '202939.696000', '202939.699000', '202939.702000', '202939.704000', '202939.707000', '202939.709000', '202939.712000', '202939.715000', '202939.717000', '202939.720000', '202939.722000', '202939.725000', '202939.727000', '202939.730000', '202939.732000', '202939.735000', '202939.738000', '202939.740000', '202939.743000', '202939.745000', '202939.748000', '202939.750000', '202939.753000', '202939.756000', '202939.758000', '202939.761000', '202939.763000', '202939.766000', '202939.768000', '202939.771000', '202939.773000', '202939.776000', '202939.779000', '202939.786000', '202939.789000', '202939.792000', '202959.678000', '202959.681000', '202959.684000', '202959.687000', '202959.689000', '202959.692000', '202959.694000', '202959.697000', '202959.699000', '202959.702000', '202959.705000', '202959.707000', '202959.710000', '202959.712000', '202959.715000', '202959.718000', '202959.720000', '202959.723000', '202959.725000', '202959.728000', '202959.731000', '202959.733000', '202959.736000', '202959.738000', '202959.741000', '202959.744000', '202959.746000', '202959.749000', '202959.751000', '202959.754000', '202959.756000', '202959.759000', '202959.762000', '202959.788000', '202959.791000', '202959.793000', '202959.796000', '202959.799000', '202959.801000', '202959.822000', '202959.824000', '202959.827000', '202959.829000', '202959.832000', '203019.679000', '203019.681000', '203019.684000', '203019.687000', '203019.689000', '203019.692000', '203019.694000', '203019.697000', '203019.700000', '203019.702000', '203019.705000', '203019.707000', '203019.710000', '203019.713000', '203019.715000', '203019.718000', '203019.720000', '203019.723000', '203019.725000', '203019.728000', '203019.731000', '203019.733000', '203019.736000', '203019.739000', '203019.741000', '203019.744000', '203019.746000', '203019.749000', '203019.751000', '203019.754000', '203019.757000', '203019.759000', '203019.762000', '203019.765000', '203019.767000', '203019.770000', '203019.772000', '203019.775000', '203019.778000', '203019.780000', '203019.783000', '203019.785000', '203019.788000', '203039.679000', '203039.681000', '203039.684000', '203039.686000', '203039.689000', '203039.692000', '203039.694000', '203039.697000', '203039.700000', '203039.702000', '203039.705000', '203039.707000', '203039.710000', '203039.713000', '203039.715000', '203039.722000', '203039.725000', '203039.728000', '203039.730000', '203039.733000', '203039.735000', '203039.738000', '203039.741000', '203039.750000', '203039.752000', '203039.755000', '203039.757000', '203039.760000', '203039.763000', '203039.765000', '203039.768000', '203039.771000', '203039.773000', '203039.776000', '203039.778000', '203039.781000', '203039.784000', '203039.786000', '203039.789000', '203039.791000', '203039.794000', '203039.797000', '203039.799000', '203039.802000', '203059.679000', '203059.681000', '203059.684000', '203059.687000', '203059.689000', '203059.692000', '203059.695000', '203059.697000', '203059.700000', '203059.702000', '203059.705000', '203059.708000', '203059.710000', '203059.713000', '203059.715000', '203059.718000', '203059.720000', '203059.723000', '203059.726000', '203059.728000', '203059.731000', '203059.733000', '203059.736000', '203059.739000', '203059.741000', '203059.744000', '203059.746000', '203059.749000', '203059.752000', '203059.754000', '203059.757000', '203059.759000', '203059.762000', '203059.765000', '203059.767000', '203059.770000', '203059.772000', '203059.775000', '203059.778000', '203059.780000', '203059.783000', '203059.785000', '203059.788000', '203119.678000', '203119.680000', '203119.686000', '203119.689000', '203119.692000', '203119.694000', '203119.697000', '203119.700000', '203119.702000', '203119.705000', '203119.707000', '203119.710000', '203119.713000', '203119.715000', '203119.718000', '203119.720000', '203119.723000', '203119.726000', '203119.729000', '203119.731000', '203119.734000', '203119.736000', '203119.739000', '203119.742000', '203119.744000', '203119.747000', '203119.749000', '203119.752000', '203119.755000', '203119.757000', '203119.760000', '203119.762000', '203119.765000', '203119.768000', '203119.770000', '203119.783000', '203119.786000', '203119.788000', '203119.791000', '203119.793000', '203119.796000', '203119.798000', '203119.801000', '203119.804000', '203139.678000', '203139.681000', '203139.683000', '203139.686000', '203139.689000', '203139.691000', '203139.694000', '203139.697000', '203139.699000', '203139.702000', '203139.704000', '203139.707000', '203139.710000', '203139.712000', '203139.715000', '203139.718000', '203139.720000', '203139.723000', '203139.725000', '203139.728000', '203139.731000', '203139.733000', '203139.736000', '203139.739000', '203139.741000', '203139.744000', '203139.746000', '203139.749000', '203139.752000', '203139.754000', '203139.757000', '203139.759000', '203139.762000', '203139.764000', '203139.767000', '203139.770000', '203139.772000', '203139.775000', '203139.777000', '203139.780000', '203139.782000', '203139.785000', '203139.788000', '203159.678000', '203159.681000', '203159.683000', '203159.686000', '203159.689000', '203159.691000', '203159.694000', '203159.697000', '203159.699000', '203159.702000', '203159.705000', '203159.707000', '203159.710000', '203159.712000', '203159.715000', '203159.717000', '203159.720000', '203159.723000', '203159.725000', '203159.728000', '203159.731000', '203159.733000', '203159.736000', '203159.738000', '203159.741000', '203159.744000', '203159.746000', '203159.749000', '203159.751000', '203159.754000', '203159.757000', '203159.759000', '203159.762000', '203159.764000', '203159.767000', '203159.770000', '203159.772000', '203159.775000', '203159.777000', '203159.780000', '203159.783000', '203159.785000', '203159.788000', '203201.031000', '203201.034000', '203201.036000', '203201.039000'], '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': [9800, 13626, 9429, 12042, 15070, 13404, 13662, 11641, 14721, 10827, 17468, 10698, 15825, 9937, 13326, 8034, 11197, 8533, 12459, 16887, 13671, 16848, 11369, 17562, 12030, 17913, 12581, 15817, 8470, 11404, 8645, 15306, 7865, 12346, 8175, 12898, 9387, 14772, 8612, 11641, 19443, 12412, 15712, 10202, 13206, 8236, 10332, 17483, 11441, 12060, 9235, 9501, 9370, 12993, 10918, 11680, 7905, 10841, 18414, 13247, 12265, 9948, 11136, 9006, 11576, 15594, 12260, 10741, 10200, 15526, 11474, 18032, 14346, 14747, 8975, 12193, 8299, 15551, 11849, 17930, 8647, 13381, 10920, 15961, 17236, 14632, 18774, 11680, 17310, 14239, 13794, 9969, 14190, 8913, 14324, 10678, 16179, 7971, 10464, 8286, 10741, 18172, 12162, 13357, 9592, 10862, 9553, 13400, 10279, 13283, 8131, 10282, 7728, 11262, 14021, 13328, 7899, 10310, 13321, 10130, 15016, 12353, 11832, 8161, 10303, 8250, 10810, 15147, 10985, 11901, 9527, 11941, 10120, 15463, 11900, 13431, 10005, 11986, 8956, 13129, 10264, 12740, 8583, 10770, 11977, 12271, 18693, 12005, 15242, 9777, 14057, 12594, 14747, 10249, 12840, 9536, 11730, 9787, 14196, 8044, 11042, 7898, 11160, 9551, 14545, 8134, 11263, 8427, 11277, 17237, 13327, 13723, 11081, 15069, 11126, 15616, 12255, 15752, 8588, 11190, 8499, 10566, 14842, 11706, 11374, 9449, 12064, 9189, 12928, 11079, 10718, 9332, 12144, 9205, 12534, 10447, 14553, 7809, 10198, 19596, 12902, 18068, 14736, 14308, 9424, 10753, 8500, 13146, 10628, 13287, 8053, 10459, 11632, 10882, 17058, 12750, 11298, 9465, 11352, 9161, 13070, 10642, 13660, 7749, 10771, 18707, 11365, 14575, 12334, 15939, 7936, 10376, 8293, 11016, 20109, 13442, 12806, 10144, 11731, 9054, 12366, 17007, 16107, 11415, 10716, 15109, 10689, 13702, 12288, 14458, 11270, 10155, 14103, 10420, 13007, 10170, 13420, 13738, 10142, 12259, 9343, 11506, 10711, 12432, 9249, 10082, 12909, 9844, 11658, 9886, 12176, 8967, 10054, 12976, 9511, 11838, 10488, 12102, 8680, 9959, 13560, 9727, 12254, 9761, 13660, 7620, 10498, 12744, 10133, 15148, 12342, 14789, 8162, 10931, 19144, 11509, 15103, 12343, 15829, 8191, 10146, 17022, 11356, 13988, 10476, 13121, 7872, 10621, 15655, 11141, 13972, 11352, 13244, 8011, 10527, 8931, 10379, 17326, 13843, 12421, 10344, 11309, 8155, 11323, 13780, 14537, 13552, 11204, 13782, 10349, 13756, 11597, 15437, 9603, 10998, 8958, 10805, 8870, 12985, 8304, 10757, 16554, 11070, 14215, 11018, 12127, 21838, 14490, 11395, 9583, 11388, 9766, 16224, 12229, 15355, 8861, 11209, 9970, 15883, 13250, 15698, 8346, 11063, 8072, 13043, 21764, 14235, 14719, 11205, 15039, 12208, 19321, 16526, 14184, 10461, 12916, 10566, 16697, 13562, 17260, 10084, 12608, 9266, 13674, 11139, 16299, 8487, 11148, 7824, 11902, 22325, 15261, 13018, 11056, 13368, 10815, 17161, 15644, 12984, 10276, 8959, 10060, 18439, 13412, 14694, 8161, 10758, 9579, 14070, 14712, 12932, 8161, 10997, 9828, 12444, 21479, 15856, 15561, 11116, 12328, 10686, 14681, 9757, 13674, 9467, 11937, 10540, 17983, 12865, 8147, 10940, 11754, 12306, 21360, 15558, 14380, 9691, 12565, 10298, 14707, 10856, 12848, 10096, 16106, 13576, 10574, 12120, 11484, 12654, 22331, 16784, 15336, 11639, 13739, 12079, 18172, 15263, 13851, 10873, 10716, 11142, 18222, 15725, 15086, 11695, 9172, 11357, 10628, 15593, 10048, 13588, 10234, 10346, 10755, 9624, 16913, 16145, 14105, 17952, 10134, 14452, 9909, 14690, 24071, 15095, 21186, 17167, 13324, 10308, 8047, 10129, 9161, 14102, 8782, 12030, 9338, 12542, 9751, 16518, 12582, 16757, 11156, 11209, 10331, 10094, 13512, 12878, 24365, 15041, 12107, 10634, 8827, 11798, 8511, 15648, 9794, 18811, 10222, 17607, 23799, 18580, 17651, 11373, 16421, 15417, 15100, 18738, 14130, 15890, 9289, 12873, 13813, 11680, 13380, 9849, 10193, 7852, 10328, 8874, 9745, 10724, 10189, 11895, 10124, 9946, 9326, 9723, 9072, 10317, 11994, 12533, 7888, 11076, 7585, 10886, 17388, 12472, 14467, 11563, 14890, 11534, 12391, 21028, 14484, 17539, 12900, 15117, 22646, 13390, 16982, 11767, 16131, 12657, 14500, 8298, 10982, 14736, 12115, 18724, 15939, 13156, 10978, 12783, 8761, 11651, 15801, 14264, 19278, 12178, 11211, 9882, 11320, 9901, 14122, 11706, 13176, 9341, 11875, 8760, 12932, 10856, 17067, 8891, 12327, 8627, 13254, 10573, 13996, 15044, 14931, 10904, 13005, 11516, 15262, 9595, 19139, 19349, 22346, 15467, 10852, 16594, 10378, 12369, 15015, 16518, 20692, 12693, 13959, 9577, 12434, 9590, 13247, 16277, 13635, 20453, 16391, 10078, 15706, 10416, 17758, 10834, 16503, 9050, 12989, 8960, 13627, 8730, 13306, 8564, 13725, 11096, 18020, 9814, 12158, 8009, 11420, 13204, 14893, 8591, 11010, 7826, 11397, 10757, 14565, 8374, 11936, 8337, 12979, 19871, 15016, 16786, 12739, 17204, 12150, 18216, 14113, 18478, 9824, 13995, 9908, 16096, 15727, 19740, 11003, 13611, 19854, 15101, 21382, 14613, 16275, 11186, 13421, 11922, 18261, 14024, 15969, 9625, 12394, 9887, 16864, 10774, 13921, 8599, 12690, 10416, 17596, 11761, 8521, 11141, 8788, 14157, 11291, 11166, 17808, 9860, 19641, 15677, 19515, 12207, 16800, 24365, 16781, 19705, 13606, 13884, 9049, 12169, 8781, 12494, 7973, 11401, 9696, 12303, 14297, 13042, 7370, 10724, 8147, 11199, 8633, 14168, 9957, 12129, 8414, 12345, 9851, 13321, 19759, 15607, 9485, 10721, 8701, 10239, 9622, 12739, 12543, 15482, 22754, 11768, 17569, 26900, 18505, 21070, 16395, 17302, 8899, 10831, 9386, 12197, 20346, 14661, 8764, 11077, 7582, 11585, 13152, 15781, 8321, 12116, 8023, 12385, 9402, 18671, 11864, 17810, 11126, 16070, 10547, 17401, 11168, 16655, 12254, 19444, 13668, 7999, 10754, 18602, 11912, 14821, 10053, 13120, 7449, 10265, 7601, 10923, 9718, 15242, 7656, 11020, 7710, 11521, 9104, 15701, 8178, 13405, 9672, 12841, 16584, 13189, 20578, 15862, 8773, 11100, 8222, 11009, 9441, 16966, 10191, 13416, 9829, 12493, 9884, 17923, 14789, 10827, 12973, 13146, 13062, 22337, 17687, 16825, 12135, 14536, 10788, 17380, 14439, 17974, 13390, 14542, 12565, 15923, 14282, 21001, 17023, 14945, 11437, 7584, 10337, 9081, 13487, 21709, 17293, 16208, 12084, 15151, 10352, 15577, 13548, 12258, 9254, 12436, 8553, 13857, 9756, 15926, 9223, 12491, 9240, 14287, 9734, 18003, 10138, 16003, 10317, 14422, 11535, 16173, 8093, 13000, 11584, 11917, 20116, 15564, 14163, 11698, 15454, 10711, 16300, 14256, 13745, 10776, 14626, 9185, 13723, 10170, 13315, 7817, 9958, 7508, 10381, 18843, 15137, 15045, 10854, 14293, 10460, 14964, 12444, 17295, 11975, 13294, 9878, 10951, 12188, 20829, 16850, 14413, 14026, 13347, 12771, 20257, 16732, 15446, 12134, 15623, 9425, 16796, 11179, 18072, 8445, 13152, 9013, 15327, 14032, 18935, 13922, 8053, 11489, 9440, 7780, 12436, 21083, 16291, 19664, 14579, 14393, 10824, 14708, 9274, 15709, 10894, 15868, 11101, 13612, 19108, 13208, 17208, 15138, 12239, 10296, 11994, 9589, 14124, 12148, 15305, 11416, 10466, 10587, 16148, 11911, 15905, 13358, 12045, 9443, 11865, 9486, 13406, 10220, 14735, 13109, 13592, 10344, 11272, 10185, 15875, 11133, 16211, 10205, 14468, 8387, 12908, 8512, 13933, 10312, 16956, 11476, 16374, 11030, 16275, 10246, 16891, 10905, 17613, 9003, 12966, 8159, 11847, 11778, 14900, 8378, 11878, 8465, 12220, 9048, 14601, 11325, 15892, 8058, 10645, 8940, 10518, 17144, 12874, 17081, 13424, 12548, 10028, 11872, 11748, 11029, 18984, 11745, 12306, 11544, 9100, 14704, 25085, 19917, 16074, 11422, 13552, 9952, 16631, 12525, 18962, 10009, 14445, 10042, 15496, 12968, 19596, 9998, 14307, 9084, 14390, 10769, 18353, 9249, 11552, 7782, 10900, 8201, 13177, 9758, 16340, 8492, 12847, 9270, 13948, 12697, 18498, 11923, 7732, 10087, 7689, 11384, 20158, 15193, 12439, 10518, 13965, 10023, 15701, 13620, 12741, 10228, 14022, 9951, 13800, 9125, 14108, 8049, 11590, 12317, 11192, 15695, 12031, 12544, 10802, 8244, 10783, 7899, 13027, 10583, 19765, 11891, 10895, 10249, 7451, 11675, 9151, 15937, 8510, 14138, 8919, 16551, 13146, 16126, 11480, 17415, 13179, 21986, 14671, 20049, 10722, 15153, 10473, 17472, 15424, 14762, 11346, 10595, 10279, 11152, 14033, 7984, 12836, 9071, 14326, 16144, 14273, 7877, 10891, 7684, 12222, 12711, 15227, 7989, 10604, 7779, 12032, 9643, 15542, 10320, 14461, 10249, 15826, 14314, 14459, 9872, 14015, 8961, 15288, 10821, 14651, 8279, 11229, 9721, 14894, 14074, 14624, 12124, 7926, 12498, 9897, 17550, 9387, 16215, 17379, 17801, 24948, 17029, 11002, 10722, 8587, 9333, 9294, 8057, 13181, 11652, 11669, 15082, 21245, 16986, 18221, 11588, 16499, 13378, 22124, 23745, 15221, 17944, 10803, 10791, 11430, 9070, 14586, 10889, 9248, 12038, 9989, 17788, 17907, 15214, 20367, 15043, 13904, 10188, 13167, 10055, 13970, 10854, 14365, 12180, 8917, 10971, 9334, 12952, 9800, 15783, 13143, 18684, 12963, 17400, 12174, 15803, 11209, 14628, 10040, 14477, 9432, 15534, 10289, 11241, 9793, 12498, 9446, 13335, 9868, 11403, 20836, 12229, 11392, 12203, 10221, 18336, 11580, 15346, 10045, 16914, 12671, 20669, 12879, 18365, 9027, 13159, 9503, 13696, 15397, 14082, 7870, 11189, 8090, 11084, 9081, 16460, 11361, 16592, 9868, 17415, 11416, 16132, 26326, 19219, 16808, 12624, 15227, 10481, 16018, 12259, 15028, 8591, 10507, 8799, 13053, 11450, 15173, 13602, 16493, 13409, 13754, 12131, 10642, 16267, 9966, 20182, 10757, 13766, 23537, 16595, 20825, 14652, 13029, 9409, 13336, 10680, 8367, 17647, 11884, 17909, 15323, 14692, 14875, 16362, 9261, 13499, 8059, 12325, 8548, 16376, 13382, 18588, 12373, 15228, 11150, 17418, 12179, 19411, 14362, 17904, 9117, 13716, 8452, 14053, 9354, 14498, 19526, 14960, 19725, 13642, 14805, 10055, 12512, 8173, 10325, 11951, 11342, 18894, 16926, 12897, 10071, 12904, 9388, 14093, 17835, 15437], 'WindowCenter': [4605.0, 4627.0, 4565.0, 4602.0, 4620.0, 4612.0, 4610.0, 4591.0, 4608.0, 4581.0, 4642.0, 4581.0, 4619.0, 4571.0, 4610.0, 4552.0, 4592.0, 4552.0, 4604.0, 4630.0, 4612.0, 4641.0, 4593.0, 4641.0, 4601.0, 4641.0, 4602.0, 4633.0, 4553.0, 4592.0, 4566.0, 4658.0, 4550.0, 4597.0, 4550.0, 4599.0, 4560.0, 4622.0, 4561.0, 4593.0, 4649.0, 4601.0, 4618.0, 4570.0, 4598.0, 4538.0, 4568.0, 4654.0, 4605.0, 4601.0, 4570.0, 4581.0, 4584.0, 4613.0, 4594.0, 4614.0, 4564.0, 4595.0, 4664.0, 4629.0, 4602.0, 4572.0, 4591.0, 4558.0, 4590.0, 4616.0, 4600.0, 4592.0, 4593.0, 4633.0, 4588.0, 4639.0, 4634.0, 4632.0, 4585.0, 4625.0, 4565.0, 4645.0, 4617.0, 4667.0, 4574.0, 4626.0, 4594.0, 4646.0, 4654.0, 4636.0, 4653.0, 4603.0, 4629.0, 4612.0, 4611.0, 4572.0, 4609.0, 4560.0, 4607.0, 4580.0, 4631.0, 4550.0, 4580.0, 4538.0, 4578.0, 4628.0, 4589.0, 4595.0, 4558.0, 4566.0, 4559.0, 4598.0, 4569.0, 4608.0, 4536.0, 4567.0, 4526.0, 4580.0, 4607.0, 4610.0, 4537.0, 4578.0, 4596.0, 4569.0, 4617.0, 4598.0, 4587.0, 4549.0, 4569.0, 4547.0, 4582.0, 4618.0, 4591.0, 4587.0, 4569.0, 4589.0, 4582.0, 4629.0, 4602.0, 4608.0, 4581.0, 4590.0, 4559.0, 4612.0, 4582.0, 4599.0, 4549.0, 4578.0, 4587.0, 4600.0, 4650.0, 4600.0, 4618.0, 4571.0, 4621.0, 4601.0, 4619.0, 4580.0, 4599.0, 4569.0, 4588.0, 4567.0, 4609.0, 4539.0, 4590.0, 4549.0, 4589.0, 4570.0, 4620.0, 4551.0, 4590.0, 4550.0, 4590.0, 4640.0, 4613.0, 4608.0, 4589.0, 4618.0, 4580.0, 4618.0, 4591.0, 4618.0, 4548.0, 4578.0, 4545.0, 4581.0, 4617.0, 4591.0, 4604.0, 4596.0, 4586.0, 4559.0, 4594.0, 4590.0, 4566.0, 4573.0, 4602.0, 4557.0, 4586.0, 4579.0, 4616.0, 4537.0, 4588.0, 4647.0, 4612.0, 4650.0, 4619.0, 4605.0, 4558.0, 4575.0, 4546.0, 4610.0, 4579.0, 4607.0, 4548.0, 4579.0, 4587.0, 4591.0, 4638.0, 4610.0, 4587.0, 4581.0, 4592.0, 4571.0, 4625.0, 4592.0, 4623.0, 4553.0, 4603.0, 4650.0, 4603.0, 4621.0, 4602.0, 4633.0, 4550.0, 4580.0, 4552.0, 4592.0, 4659.0, 4612.0, 4598.0, 4580.0, 4589.0, 4558.0, 4600.0, 4639.0, 4631.0, 4587.0, 4581.0, 4619.0, 4580.0, 4609.0, 4587.0, 4608.0, 4576.0, 4569.0, 4607.0, 4579.0, 4599.0, 4566.0, 4596.0, 4594.0, 4567.0, 4584.0, 4556.0, 4576.0, 4565.0, 4597.0, 4557.0, 4578.0, 4594.0, 4567.0, 4588.0, 4567.0, 4599.0, 4547.0, 4568.0, 4597.0, 4571.0, 4602.0, 4580.0, 4599.0, 4560.0, 4581.0, 4609.0, 4570.0, 4601.0, 4582.0, 4622.0, 4551.0, 4593.0, 4610.0, 4595.0, 4634.0, 4614.0, 4635.0, 4560.0, 4591.0, 4649.0, 4600.0, 4629.0, 4601.0, 4629.0, 4549.0, 4569.0, 4628.0, 4590.0, 4609.0, 4576.0, 4597.0, 4537.0, 4580.0, 4615.0, 4590.0, 4609.0, 4589.0, 4609.0, 4536.0, 4578.0, 4559.0, 4580.0, 4639.0, 4609.0, 4597.0, 4580.0, 4587.0, 4548.0, 4590.0, 4607.0, 4621.0, 4608.0, 4589.0, 4607.0, 4582.0, 4610.0, 4589.0, 4628.0, 4570.0, 4580.0, 4561.0, 4592.0, 4570.0, 4623.0, 4562.0, 4605.0, 4641.0, 4604.0, 4622.0, 4591.0, 4601.0, 4662.0, 4622.0, 4589.0, 4582.0, 4588.0, 4580.0, 4640.0, 4613.0, 4632.0, 4571.0, 4589.0, 4583.0, 4641.0, 4609.0, 4630.0, 4548.0, 4589.0, 4548.0, 4608.0, 4659.0, 4622.0, 4618.0, 4590.0, 4617.0, 4598.0, 4649.0, 4629.0, 4608.0, 4578.0, 4595.0, 4577.0, 4625.0, 4609.0, 4627.0, 4567.0, 4582.0, 4556.0, 4606.0, 4577.0, 4626.0, 4546.0, 4576.0, 4535.0, 4599.0, 4656.0, 4618.0, 4595.0, 4588.0, 4596.0, 4577.0, 4638.0, 4629.0, 4597.0, 4580.0, 4557.0, 4581.0, 4649.0, 4620.0, 4633.0, 4549.0, 4588.0, 4570.0, 4618.0, 4617.0, 4611.0, 4560.0, 4591.0, 4568.0, 4609.0, 4661.0, 4641.0, 4628.0, 4589.0, 4597.0, 4578.0, 4646.0, 4572.0, 4607.0, 4568.0, 4584.0, 4578.0, 4637.0, 4612.0, 4550.0, 4591.0, 4597.0, 4611.0, 4661.0, 4629.0, 4609.0, 4569.0, 4595.0, 4578.0, 4617.0, 4579.0, 4596.0, 4579.0, 4626.0, 4612.0, 4579.0, 4600.0, 4588.0, 4599.0, 4659.0, 4628.0, 4615.0, 4576.0, 4593.0, 4585.0, 4626.0, 4615.0, 4593.0, 4576.0, 4563.0, 4577.0, 4634.0, 4617.0, 4604.0, 4585.0, 4557.0, 4588.0, 4577.0, 4640.0, 4579.0, 4610.0, 4596.0, 4578.0, 4589.0, 4570.0, 4638.0, 4632.0, 4622.0, 4651.0, 4583.0, 4620.0, 4568.0, 4605.0, 4646.0, 4606.0, 4636.0, 4614.0, 4583.0, 4555.0, 4525.0, 4565.0, 4554.0, 4606.0, 4547.0, 4588.0, 4572.0, 4611.0, 4584.0, 4643.0, 4612.0, 4631.0, 4589.0, 4578.0, 4581.0, 4582.0, 4610.0, 4600.0, 4686.0, 4634.0, 4612.0, 4595.0, 4574.0, 4615.0, 4574.0, 4645.0, 4584.0, 4666.0, 4585.0, 4654.0, 4674.0, 4641.0, 4626.0, 4577.0, 4605.0, 4592.0, 4593.0, 4611.0, 4580.0, 4588.0, 4519.0, 4559.0, 4565.0, 4558.0, 4566.0, 4527.0, 4537.0, 4506.0, 4550.0, 4530.0, 4543.0, 4562.0, 4565.0, 4585.0, 4567.0, 4567.0, 4568.0, 4566.0, 4573.0, 4594.0, 4602.0, 4614.0, 4553.0, 4605.0, 4564.0, 4608.0, 4666.0, 4626.0, 4639.0, 4618.0, 4648.0, 4606.0, 4617.0, 4664.0, 4625.0, 4642.0, 4603.0, 4622.0, 4660.0, 4599.0, 4629.0, 4589.0, 4620.0, 4587.0, 4608.0, 4535.0, 4567.0, 4606.0, 4588.0, 4637.0, 4617.0, 4596.0, 4577.0, 4584.0, 4534.0, 4576.0, 4615.0, 4607.0, 4637.0, 4586.0, 4576.0, 4568.0, 4575.0, 4580.0, 4609.0, 4600.0, 4608.0, 4570.0, 4600.0, 4559.0, 4601.0, 4590.0, 4644.0, 4575.0, 4601.0, 4549.0, 4598.0, 4581.0, 4647.0, 4644.0, 4648.0, 4592.0, 4623.0, 4615.0, 4647.0, 4585.0, 4664.0, 4666.0, 4687.0, 4646.0, 4594.0, 4657.0, 4598.0, 4614.0, 4621.0, 4644.0, 4650.0, 4591.0, 4599.0, 4561.0, 4589.0, 4561.0, 4598.0, 4617.0, 4595.0, 4632.0, 4612.0, 4538.0, 4601.0, 4579.0, 4627.0, 4581.0, 4616.0, 4532.0, 4555.0, 4503.0, 4552.0, 4492.0, 4550.0, 4504.0, 4568.0, 4549.0, 4595.0, 4524.0, 4565.0, 4521.0, 4572.0, 4589.0, 4603.0, 4542.0, 4574.0, 4548.0, 4599.0, 4588.0, 4631.0, 4560.0, 4611.0, 4563.0, 4622.0, 4661.0, 4633.0, 4641.0, 4612.0, 4639.0, 4602.0, 4652.0, 4622.0, 4650.0, 4581.0, 4619.0, 4580.0, 4630.0, 4628.0, 4650.0, 4578.0, 4608.0, 4648.0, 4617.0, 4647.0, 4618.0, 4616.0, 4577.0, 4593.0, 4586.0, 4637.0, 4607.0, 4616.0, 4568.0, 4597.0, 4568.0, 4638.0, 4577.0, 4605.0, 4546.0, 4596.0, 4578.0, 4653.0, 4614.0, 4573.0, 4613.0, 4575.0, 4646.0, 4619.0, 4630.0, 4669.0, 4599.0, 4678.0, 4648.0, 4666.0, 4603.0, 4642.0, 4660.0, 4629.0, 4637.0, 4597.0, 4595.0, 4546.0, 4574.0, 4545.0, 4586.0, 4536.0, 4586.0, 4555.0, 4587.0, 4605.0, 4597.0, 4539.0, 4579.0, 4550.0, 4591.0, 4574.0, 4633.0, 4584.0, 4613.0, 4563.0, 4612.0, 4581.0, 4622.0, 4660.0, 4646.0, 4586.0, 4608.0, 4575.0, 4595.0, 4598.0, 4624.0, 4626.0, 4647.0, 4688.0, 4617.0, 4655.0, 4685.0, 4652.0, 4650.0, 4630.0, 4629.0, 4546.0, 4565.0, 4545.0, 4586.0, 4636.0, 4607.0, 4546.0, 4576.0, 4536.0, 4588.0, 4598.0, 4632.0, 4551.0, 4599.0, 4548.0, 4598.0, 4559.0, 4651.0, 4604.0, 4641.0, 4591.0, 4631.0, 4581.0, 4641.0, 4590.0, 4628.0, 4590.0, 4639.0, 4611.0, 4550.0, 4589.0, 4637.0, 4587.0, 4606.0, 4569.0, 4600.0, 4528.0, 4566.0, 4536.0, 4577.0, 4566.0, 4619.0, 4552.0, 4591.0, 4541.0, 4591.0, 4561.0, 4632.0, 4552.0, 4613.0, 4571.0, 4602.0, 4628.0, 4601.0, 4647.0, 4632.0, 4560.0, 4606.0, 4565.0, 4578.0, 4582.0, 4642.0, 4582.0, 4622.0, 4583.0, 4610.0, 4584.0, 4652.0, 4636.0, 4603.0, 4626.0, 4624.0, 4614.0, 4663.0, 4644.0, 4628.0, 4601.0, 4609.0, 4580.0, 4629.0, 4620.0, 4640.0, 4611.0, 4608.0, 4601.0, 4630.0, 4609.0, 4648.0, 4629.0, 4606.0, 4577.0, 4526.0, 4568.0, 4547.0, 4609.0, 4659.0, 4630.0, 4618.0, 4590.0, 4607.0, 4568.0, 4616.0, 4596.0, 4587.0, 4558.0, 4587.0, 4548.0, 4609.0, 4569.0, 4628.0, 4561.0, 4600.0, 4571.0, 4620.0, 4571.0, 4641.0, 4581.0, 4630.0, 4580.0, 4621.0, 4590.0, 4631.0, 4540.0, 4600.0, 4589.0, 4591.0, 4650.0, 4631.0, 4609.0, 4591.0, 4619.0, 4582.0, 4640.0, 4621.0, 4609.0, 4580.0, 4618.0, 4570.0, 4611.0, 4581.0, 4610.0, 4540.0, 4570.0, 4540.0, 4593.0, 4652.0, 4634.0, 4632.0, 4594.0, 4622.0, 4594.0, 4643.0, 4616.0, 4655.0, 4605.0, 4612.0, 4584.0, 4592.0, 4614.0, 4663.0, 4656.0, 4624.0, 4623.0, 4611.0, 4602.0, 4651.0, 4643.0, 4622.0, 4600.0, 4619.0, 4558.0, 4618.0, 4577.0, 4628.0, 4548.0, 4598.0, 4561.0, 4617.0, 4608.0, 4638.0, 4608.0, 4539.0, 4588.0, 4570.0, 4540.0, 4613.0, 4661.0, 4631.0, 4650.0, 4611.0, 4609.0, 4579.0, 4606.0, 4557.0, 4619.0, 4577.0, 4618.0, 4566.0, 4595.0, 4624.0, 4585.0, 4614.0, 4594.0, 4574.0, 4565.0, 4572.0, 4555.0, 4605.0, 4587.0, 4615.0, 4587.0, 4566.0, 4578.0, 4616.0, 4587.0, 4616.0, 4598.0, 4586.0, 4558.0, 4586.0, 4559.0, 4597.0, 4579.0, 4620.0, 4611.0, 4610.0, 4581.0, 4589.0, 4583.0, 4629.0, 4593.0, 4630.0, 4581.0, 4620.0, 4553.0, 4600.0, 4560.0, 4620.0, 4583.0, 4641.0, 4592.0, 4630.0, 4591.0, 4630.0, 4581.0, 4631.0, 4580.0, 4640.0, 4559.0, 4598.0, 4539.0, 4588.0, 4588.0, 4619.0, 4550.0, 4589.0, 4550.0, 4600.0, 4573.0, 4633.0, 4591.0, 4632.0, 4552.0, 4583.0, 4558.0, 4579.0, 4638.0, 4612.0, 4640.0, 4613.0, 4600.0, 4585.0, 4604.0, 4617.0, 4606.0, 4663.0, 4605.0, 4613.0, 4616.0, 4575.0, 4635.0, 4687.0, 4665.0, 4634.0, 4592.0, 4600.0, 4573.0, 4630.0, 4603.0, 4652.0, 4570.0, 4610.0, 4571.0, 4619.0, 4599.0, 4638.0, 4569.0, 4607.0, 4550.0, 4610.0, 4577.0, 4626.0, 4546.0, 4576.0, 4524.0, 4567.0, 4537.0, 4595.0, 4557.0, 4628.0, 4549.0, 4597.0, 4557.0, 4609.0, 4600.0, 4641.0, 4603.0, 4552.0, 4580.0, 4541.0, 4600.0, 4652.0, 4621.0, 4600.0, 4580.0, 4609.0, 4582.0, 4632.0, 4611.0, 4598.0, 4581.0, 4609.0, 4569.0, 4610.0, 4570.0, 4609.0, 4538.0, 4589.0, 4589.0, 4591.0, 4630.0, 4601.0, 4598.0, 4579.0, 4549.0, 4580.0, 4553.0, 4612.0, 4581.0, 4652.0, 4605.0, 4594.0, 4595.0, 4543.0, 4607.0, 4586.0, 4645.0, 4576.0, 4625.0, 4576.0, 4645.0, 4626.0, 4645.0, 4605.0, 4644.0, 4613.0, 4664.0, 4624.0, 4652.0, 4581.0, 4607.0, 4569.0, 4628.0, 4621.0, 4609.0, 4580.0, 4567.0, 4569.0, 4579.0, 4610.0, 4539.0, 4599.0, 4559.0, 4621.0, 4618.0, 4609.0, 4539.0, 4577.0, 4528.0, 4589.0, 4599.0, 4620.0, 4540.0, 4581.0, 4552.0, 4600.0, 4572.0, 4632.0, 4583.0, 4620.0, 4583.0, 4632.0, 4623.0, 4622.0, 4583.0, 4621.0, 4574.0, 4633.0, 4605.0, 4634.0, 4564.0, 4605.0, 4585.0, 4632.0, 4634.0, 4632.0, 4613.0, 4553.0, 4613.0, 4583.0, 4654.0, 4573.0, 4643.0, 4641.0, 4653.0, 4673.0, 4632.0, 4580.0, 4579.0, 4535.0, 4544.0, 4558.0, 4550.0, 4613.0, 4605.0, 4604.0, 4636.0, 4665.0, 4646.0, 4654.0, 4592.0, 4630.0, 4613.0, 4660.0, 4664.0, 4620.0, 4629.0, 4566.0, 4566.0, 4577.0, 4545.0, 4618.0, 4580.0, 4558.0, 4589.0, 4571.0, 4641.0, 4653.0, 4622.0, 4637.0, 4598.0, 4585.0, 4555.0, 4571.0, 4540.0, 4568.0, 4539.0, 4568.0, 4560.0, 4530.0, 4553.0, 4544.0, 4586.0, 4559.0, 4615.0, 4598.0, 4626.0, 4598.0, 4615.0, 4587.0, 4605.0, 4577.0, 4605.0, 4558.0, 4608.0, 4558.0, 4617.0, 4569.0, 4579.0, 4570.0, 4598.0, 4572.0, 4612.0, 4582.0, 4603.0, 4664.0, 4604.0, 4592.0, 4603.0, 4585.0, 4655.0, 4605.0, 4623.0, 4585.0, 4642.0, 4614.0, 4664.0, 4613.0, 4644.0, 4563.0, 4602.0, 4561.0, 4611.0, 4620.0, 4611.0, 4541.0, 4591.0, 4552.0, 4606.0, 4575.0, 4645.0, 4606.0, 4646.0, 4586.0, 4645.0, 4592.0, 4634.0, 4684.0, 4654.0, 4631.0, 4602.0, 4619.0, 4581.0, 4620.0, 4602.0, 4622.0, 4562.0, 4593.0, 4564.0, 4623.0, 4617.0, 4648.0, 4638.0, 4658.0, 4640.0, 4625.0, 4619.0, 4583.0, 4645.0, 4583.0, 4678.0, 4607.0, 4626.0, 4675.0, 4633.0, 4652.0, 4601.0, 4589.0, 4550.0, 4599.0, 4571.0, 4539.0, 4630.0, 4581.0, 4631.0, 4609.0, 4609.0, 4608.0, 4621.0, 4550.0, 4600.0, 4541.0, 4589.0, 4552.0, 4631.0, 4614.0, 4653.0, 4604.0, 4623.0, 4595.0, 4632.0, 4604.0, 4654.0, 4614.0, 4641.0, 4563.0, 4612.0, 4552.0, 4612.0, 4561.0, 4612.0, 4652.0, 4623.0, 4651.0, 4602.0, 4610.0, 4571.0, 4601.0, 4553.0, 4583.0, 4592.0, 4594.0, 4653.0, 4645.0, 4613.0, 4585.0, 4614.0, 4574.0, 4623.0, 4642.0, 4636.0], 'WindowWidth': [10118.0, 10133.0, 10043.0, 10087.0, 10108.0, 10099.0, 10094.0, 10071.0, 10089.0, 10056.0, 10139.0, 10057.0, 10103.0, 10043.0, 10094.0, 10019.0, 10070.0, 10017.0, 10091.0, 10122.0, 10100.0, 10136.0, 10073.0, 10134.0, 10080.0, 10136.0, 10084.0, 10128.0, 10022.0, 10069.0, 10044.0, 10175.0, 10014.0, 10073.0, 10014.0, 10079.0, 10028.0, 10113.0, 10029.0, 10073.0, 10149.0, 10082.0, 10102.0, 10039.0, 10074.0, 9992.0, 10035.0, 10164.0, 10097.0, 10083.0, 10042.0, 10059.0, 10067.0, 10103.0, 10079.0, 10108.0, 10042.0, 10082.0, 10177.0, 10133.0, 10083.0, 10044.0, 10068.0, 10023.0, 10064.0, 10096.0, 10078.0, 10071.0, 10077.0, 10131.0, 10063.0, 10131.0, 10134.0, 10130.0, 10072.0, 10127.0, 10044.0, 10152.0, 10118.0, 10183.0, 10054.0, 10124.0, 10079.0, 10153.0, 10163.0, 10139.0, 10162.0, 10089.0, 10121.0, 10100.0, 10096.0, 10045.0, 10092.0, 10024.0, 10087.0, 10051.0, 10125.0, 10016.0, 10052.0, 9993.0, 10048.0, 10117.0, 10063.0, 10065.0, 10018.0, 10027.0, 10022.0, 10076.0, 10036.0, 10089.0, 9992.0, 10032.0, 9976.0, 10053.0, 10086.0, 10094.0, 9994.0, 10050.0, 10072.0, 10038.0, 10101.0, 10077.0, 10061.0, 10011.0, 10038.0, 10006.0, 10057.0, 10104.0, 10070.0, 10062.0, 10040.0, 10066.0, 10060.0, 10121.0, 10088.0, 10092.0, 10059.0, 10068.0, 10027.0, 10101.0, 10060.0, 10081.0, 10012.0, 10051.0, 10062.0, 10083.0, 10151.0, 10082.0, 10105.0, 10043.0, 10112.0, 10085.0, 10105.0, 10053.0, 10077.0, 10040.0, 10061.0, 10034.0, 10094.0, 9998.0, 10066.0, 10010.0, 10066.0, 10041.0, 10111.0, 10016.0, 10070.0, 10014.0, 10068.0, 10137.0, 10102.0, 10092.0, 10066.0, 10104.0, 10052.0, 10103.0, 10070.0, 10104.0, 10008.0, 10046.0, 9998.0, 10055.0, 10103.0, 10071.0, 10095.0, 10091.0, 10056.0, 10025.0, 10065.0, 10067.0, 10029.0, 10049.0, 10085.0, 10020.0, 10056.0, 10051.0, 10099.0, 9994.0, 10067.0, 10145.0, 10102.0, 10151.0, 10109.0, 10083.0, 10023.0, 10043.0, 10005.0, 10095.0, 10052.0, 10091.0, 10011.0, 10054.0, 10062.0, 10070.0, 10131.0, 10097.0, 10062.0, 10060.0, 10073.0, 10048.0, 10123.0, 10076.0, 10120.0, 10027.0, 10093.0, 10154.0, 10090.0, 10113.0, 10087.0, 10131.0, 10015.0, 10056.0, 10020.0, 10077.0, 10165.0, 10101.0, 10077.0, 10055.0, 10065.0, 10024.0, 10084.0, 10134.0, 10126.0, 10062.0, 10056.0, 10104.0, 10053.0, 10092.0, 10061.0, 10090.0, 10042.0, 10035.0, 10085.0, 10049.0, 10076.0, 10028.0, 10071.0, 10066.0, 10030.0, 10051.0, 10015.0, 10044.0, 10028.0, 10072.0, 10018.0, 10049.0, 10067.0, 10035.0, 10062.0, 10034.0, 10079.0, 10006.0, 10038.0, 10075.0, 10046.0, 10087.0, 10056.0, 10082.0, 10030.0, 10059.0, 10094.0, 10045.0, 10085.0, 10061.0, 10116.0, 10020.0, 10079.0, 10099.0, 10084.0, 10137.0, 10107.0, 10137.0, 10032.0, 10073.0, 10151.0, 10084.0, 10124.0, 10084.0, 10120.0, 10011.0, 10038.0, 10118.0, 10069.0, 10094.0, 10046.0, 10074.0, 9994.0, 10053.0, 10098.0, 10068.0, 10093.0, 10066.0, 10092.0, 9992.0, 10049.0, 10024.0, 10057.0, 10136.0, 10096.0, 10075.0, 10054.0, 10062.0, 10010.0, 10068.0, 10088.0, 10110.0, 10090.0, 10067.0, 10089.0, 10060.0, 10097.0, 10068.0, 10119.0, 10042.0, 10054.0, 10032.0, 10075.0, 10047.0, 10119.0, 10039.0, 10097.0, 10143.0, 10093.0, 10118.0, 10072.0, 10087.0, 10172.0, 10117.0, 10068.0, 10062.0, 10065.0, 10059.0, 10141.0, 10109.0, 10131.0, 10047.0, 10069.0, 10064.0, 10141.0, 10097.0, 10125.0, 10013.0, 10066.0, 10011.0, 10094.0, 10164.0, 10114.0, 10103.0, 10069.0, 10102.0, 10079.0, 10150.0, 10122.0, 10089.0, 10049.0, 10069.0, 10048.0, 10112.0, 10093.0, 10115.0, 10034.0, 10049.0, 10017.0, 10084.0, 10045.0, 10112.0, 10005.0, 10044.0, 9990.0, 10080.0, 10158.0, 10104.0, 10069.0, 10063.0, 10071.0, 10049.0, 10129.0, 10121.0, 10074.0, 10057.0, 10023.0, 10058.0, 10149.0, 10112.0, 10132.0, 10015.0, 10065.0, 10043.0, 10107.0, 10102.0, 10099.0, 10030.0, 10071.0, 10037.0, 10094.0, 10171.0, 10141.0, 10118.0, 10065.0, 10075.0, 10050.0, 10159.0, 10049.0, 10087.0, 10036.0, 10054.0, 10049.0, 10130.0, 10100.0, 10019.0, 10075.0, 10076.0, 10100.0, 10170.0, 10121.0, 10092.0, 10037.0, 10071.0, 10049.0, 10101.0, 10053.0, 10073.0, 10052.0, 10114.0, 10102.0, 10053.0, 10082.0, 10060.0, 10077.0, 10162.0, 10118.0, 10096.0, 10043.0, 10062.0, 10054.0, 10111.0, 10095.0, 10062.0, 10043.0, 10022.0, 10046.0, 10121.0, 10102.0, 10078.0, 10054.0, 10018.0, 10064.0, 10048.0, 10142.0, 10055.0, 10098.0, 10087.0, 10051.0, 10067.0, 10042.0, 10132.0, 10128.0, 10114.0, 10155.0, 10062.0, 10109.0, 10035.0, 10080.0, 10139.0, 10080.0, 10124.0, 10090.0, 10044.0, 10011.0, 9972.0, 10027.0, 10012.0, 10085.0, 10005.0, 10062.0, 10048.0, 10101.0, 10067.0, 10144.0, 10103.0, 10123.0, 10064.0, 10049.0, 10058.0, 10060.0, 10094.0, 10080.0, 10213.0, 10133.0, 10104.0, 10085.0, 10054.0, 10114.0, 10059.0, 10154.0, 10066.0, 10183.0, 10069.0, 10162.0, 10193.0, 10138.0, 10112.0, 10040.0, 10076.0, 10052.0, 10054.0, 10080.0, 10034.0, 10043.0, 9948.0, 10003.0, 10009.0, 10001.0, 10010.0, 9960.0, 9974.0, 9933.0, 9997.0, 9970.0, 9992.0, 10017.0, 10026.0, 10053.0, 10031.0, 10031.0, 10037.0, 10032.0, 10050.0, 10082.0, 10089.0, 10105.0, 10023.0, 10094.0, 10042.0, 10106.0, 10185.0, 10129.0, 10147.0, 10119.0, 10157.0, 10098.0, 10113.0, 10178.0, 10121.0, 10143.0, 10088.0, 10113.0, 10165.0, 10077.0, 10117.0, 10062.0, 10107.0, 10057.0, 10085.0, 9985.0, 10030.0, 10080.0, 10060.0, 10126.0, 10098.0, 10067.0, 10043.0, 10049.0, 9983.0, 10041.0, 10092.0, 10085.0, 10125.0, 10056.0, 10042.0, 10033.0, 10039.0, 10055.0, 10092.0, 10081.0, 10090.0, 10042.0, 10082.0, 10026.0, 10083.0, 10068.0, 10148.0, 10057.0, 10084.0, 10011.0, 10076.0, 10059.0, 10161.0, 10153.0, 10162.0, 10078.0, 10121.0, 10112.0, 10159.0, 10071.0, 10177.0, 10187.0, 10220.0, 10156.0, 10083.0, 10174.0, 10096.0, 10108.0, 10109.0, 10147.0, 10150.0, 10065.0, 10073.0, 10026.0, 10062.0, 10025.0, 10074.0, 10099.0, 10065.0, 10116.0, 10083.0, 9976.0, 10069.0, 10051.0, 10113.0, 10053.0, 10093.0, 9970.0, 9990.0, 9914.0, 9978.0, 9900.0, 9976.0, 9919.0, 10012.0, 9986.0, 10050.0, 9951.0, 10013.0, 9962.0, 10033.0, 10053.0, 10073.0, 9994.0, 10040.0, 10013.0, 10082.0, 10065.0, 10126.0, 10032.0, 10101.0, 10039.0, 10118.0, 10169.0, 10131.0, 10141.0, 10103.0, 10137.0, 10087.0, 10157.0, 10113.0, 10151.0, 10059.0, 10107.0, 10056.0, 10123.0, 10118.0, 10150.0, 10047.0, 10090.0, 10143.0, 10100.0, 10144.0, 10101.0, 10097.0, 10047.0, 10064.0, 10059.0, 10127.0, 10088.0, 10097.0, 10036.0, 10073.0, 10038.0, 10131.0, 10045.0, 10084.0, 10004.0, 10070.0, 10050.0, 10163.0, 10111.0, 10053.0, 10110.0, 10059.0, 10157.0, 10126.0, 10143.0, 10192.0, 10096.0, 10205.0, 10161.0, 10185.0, 10090.0, 10142.0, 10167.0, 10118.0, 10127.0, 10069.0, 10064.0, 10001.0, 10036.0, 9998.0, 10054.0, 9989.0, 10057.0, 10012.0, 10058.0, 10080.0, 10073.0, 9998.0, 10053.0, 10017.0, 10073.0, 10056.0, 10133.0, 10067.0, 10103.0, 10038.0, 10100.0, 10058.0, 10115.0, 10167.0, 10155.0, 10074.0, 10106.0, 10055.0, 10086.0, 10094.0, 10124.0, 10128.0, 10158.0, 10218.0, 10117.0, 10167.0, 10214.0, 10155.0, 10153.0, 10121.0, 10117.0, 10001.0, 10024.0, 9997.0, 10054.0, 10124.0, 10085.0, 10002.0, 10042.0, 9989.0, 10060.0, 10074.0, 10129.0, 10017.0, 10077.0, 10009.0, 10075.0, 10026.0, 10153.0, 10093.0, 10138.0, 10069.0, 10123.0, 10058.0, 10139.0, 10067.0, 10114.0, 10066.0, 10133.0, 10099.0, 10016.0, 10065.0, 10127.0, 10056.0, 10081.0, 10041.0, 10079.0, 9978.0, 10029.0, 9990.0, 10047.0, 10031.0, 10106.0, 10022.0, 10073.0, 10006.0, 10069.0, 10031.0, 10128.0, 10020.0, 10102.0, 10044.0, 10086.0, 10116.0, 10082.0, 10145.0, 10126.0, 10028.0, 10100.0, 10043.0, 10050.0, 10061.0, 10144.0, 10061.0, 10114.0, 10065.0, 10097.0, 10066.0, 10158.0, 10138.0, 10093.0, 10126.0, 10119.0, 10106.0, 10176.0, 10147.0, 10117.0, 10083.0, 10090.0, 10053.0, 10117.0, 10107.0, 10134.0, 10097.0, 10088.0, 10084.0, 10124.0, 10091.0, 10144.0, 10120.0, 10083.0, 10044.0, 9975.0, 10033.0, 10005.0, 10091.0, 10163.0, 10121.0, 10102.0, 10064.0, 10085.0, 10033.0, 10095.0, 10069.0, 10055.0, 10021.0, 10056.0, 10009.0, 10089.0, 10038.0, 10116.0, 10029.0, 10079.0, 10042.0, 10105.0, 10044.0, 10138.0, 10056.0, 10120.0, 10052.0, 10110.0, 10066.0, 10122.0, 9998.0, 10080.0, 10062.0, 10068.0, 10150.0, 10124.0, 10089.0, 10068.0, 10103.0, 10059.0, 10136.0, 10109.0, 10091.0, 10055.0, 10102.0, 10041.0, 10097.0, 10055.0, 10095.0, 10000.0, 10041.0, 10002.0, 10079.0, 10157.0, 10134.0, 10127.0, 10079.0, 10114.0, 10079.0, 10147.0, 10112.0, 10165.0, 10096.0, 10100.0, 10065.0, 10073.0, 10107.0, 10174.0, 10167.0, 10119.0, 10117.0, 10096.0, 10085.0, 10154.0, 10143.0, 10114.0, 10080.0, 10103.0, 10022.0, 10101.0, 10044.0, 10115.0, 10009.0, 10077.0, 10033.0, 10097.0, 10088.0, 10128.0, 10089.0, 9997.0, 10061.0, 10039.0, 10002.0, 10103.0, 10167.0, 10124.0, 10150.0, 10095.0, 10088.0, 10049.0, 10080.0, 10018.0, 10103.0, 10044.0, 10099.0, 10025.0, 10064.0, 10101.0, 10049.0, 10087.0, 10060.0, 10035.0, 10024.0, 10030.0, 10012.0, 10079.0, 10058.0, 10093.0, 10058.0, 10028.0, 10049.0, 10096.0, 10060.0, 10095.0, 10073.0, 10055.0, 10023.0, 10055.0, 10024.0, 10070.0, 10050.0, 10107.0, 10097.0, 10094.0, 10059.0, 10065.0, 10061.0, 10119.0, 10074.0, 10123.0, 10057.0, 10108.0, 10023.0, 10080.0, 10029.0, 10108.0, 10061.0, 10139.0, 10075.0, 10122.0, 10071.0, 10119.0, 10056.0, 10123.0, 10054.0, 10135.0, 10023.0, 10075.0, 9995.0, 10061.0, 10059.0, 10104.0, 10014.0, 10065.0, 10015.0, 10080.0, 10050.0, 10130.0, 10072.0, 10127.0, 10018.0, 10061.0, 10024.0, 10053.0, 10131.0, 10100.0, 10136.0, 10100.0, 10083.0, 10068.0, 10092.0, 10117.0, 10098.0, 10174.0, 10095.0, 10104.0, 10111.0, 10053.0, 10136.0, 10214.0, 10179.0, 10128.0, 10072.0, 10077.0, 10047.0, 10122.0, 10087.0, 10153.0, 10038.0, 10089.0, 10040.0, 10104.0, 10077.0, 10130.0, 10034.0, 10084.0, 10010.0, 10091.0, 10044.0, 10110.0, 10000.0, 10039.0, 9969.0, 10027.0, 9989.0, 10067.0, 10018.0, 10115.0, 10009.0, 10072.0, 10020.0, 10091.0, 10081.0, 10137.0, 10090.0, 10020.0, 10055.0, 10003.0, 10083.0, 10155.0, 10111.0, 10079.0, 10054.0, 10092.0, 10058.0, 10125.0, 10096.0, 10076.0, 10057.0, 10089.0, 10039.0, 10094.0, 10042.0, 10092.0, 9995.0, 10064.0, 10061.0, 10069.0, 10122.0, 10082.0, 10075.0, 10051.0, 10009.0, 10053.0, 10020.0, 10099.0, 10056.0, 10156.0, 10096.0, 10078.0, 10082.0, 10011.0, 10100.0, 10072.0, 10152.0, 10058.0, 10121.0, 10057.0, 10148.0, 10124.0, 10147.0, 10096.0, 10145.0, 10102.0, 10176.0, 10117.0, 10155.0, 10055.0, 10084.0, 10034.0, 10115.0, 10110.0, 10089.0, 10052.0, 10031.0, 10035.0, 10048.0, 10093.0, 9996.0, 10076.0, 10022.0, 10108.0, 10102.0, 10091.0, 9994.0, 10044.0, 9979.0, 10062.0, 10075.0, 10107.0, 9999.0, 10056.0, 10022.0, 10079.0, 10047.0, 10127.0, 10061.0, 10108.0, 10061.0, 10126.0, 10116.0, 10111.0, 10063.0, 10109.0, 10054.0, 10131.0, 10096.0, 10133.0, 10041.0, 10099.0, 10071.0, 10127.0, 10134.0, 10128.0, 10101.0, 10022.0, 10102.0, 10063.0, 10160.0, 10048.0, 10144.0, 10139.0, 10160.0, 10188.0, 10125.0, 10054.0, 10048.0, 9982.0, 9995.0, 10021.0, 10015.0, 10103.0, 10095.0, 10094.0, 10141.0, 10181.0, 10152.0, 10161.0, 10074.0, 10125.0, 10107.0, 10167.0, 10184.0, 10110.0, 10117.0, 10028.0, 10026.0, 10043.0, 10000.0, 10104.0, 10056.0, 10025.0, 10067.0, 10045.0, 10141.0, 10162.0, 10113.0, 10128.0, 10071.0, 10050.0, 10011.0, 10024.0, 9980.0, 10014.0, 9977.0, 10014.0, 10007.0, 9970.0, 10003.0, 9994.0, 10051.0, 10021.0, 10092.0, 10074.0, 10108.0, 10072.0, 10092.0, 10054.0, 10075.0, 10041.0, 10077.0, 10018.0, 10085.0, 10019.0, 10095.0, 10036.0, 10049.0, 10041.0, 10075.0, 10046.0, 10102.0, 10060.0, 10089.0, 10175.0, 10091.0, 10069.0, 10085.0, 10065.0, 10160.0, 10093.0, 10113.0, 10065.0, 10140.0, 10102.0, 10173.0, 10101.0, 10144.0, 10034.0, 10082.0, 10027.0, 10094.0, 10105.0, 10094.0, 10001.0, 10069.0, 10018.0, 10098.0, 10056.0, 10150.0, 10098.0, 10151.0, 10072.0, 10149.0, 10074.0, 10131.0, 10206.0, 10159.0, 10122.0, 10083.0, 10103.0, 10055.0, 10106.0, 10087.0, 10114.0, 10034.0, 10077.0, 10041.0, 10120.0, 10121.0, 10164.0, 10151.0, 10174.0, 10152.0, 10125.0, 10122.0, 10065.0, 10152.0, 10066.0, 10207.0, 10103.0, 10123.0, 10190.0, 10130.0, 10151.0, 10073.0, 10056.0, 10009.0, 10070.0, 10037.0, 9993.0, 10116.0, 10049.0, 10120.0, 10083.0, 10084.0, 10083.0, 10104.0, 10008.0, 10076.0, 9999.0, 10061.0, 10017.0, 10120.0, 10102.0, 10152.0, 10090.0, 10113.0, 10077.0, 10124.0, 10089.0, 10156.0, 10101.0, 10135.0, 10032.0, 10095.0, 10017.0, 10096.0, 10026.0, 10097.0, 10153.0, 10112.0, 10148.0, 10081.0, 10090.0, 10040.0, 10081.0, 10021.0, 10061.0, 10068.0, 10076.0, 10155.0, 10147.0, 10100.0, 10066.0, 10102.0, 10050.0, 10115.0, 10140.0, 10135.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.005644475982532752</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05354905443959243</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.414359468579754</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2777035687691172</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.081208665367808</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4595.6108</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13559302204045456</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>14.701601164483261</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.400980536656245</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.255093128052572</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6791262997610152</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2687221821551464</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00815313</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025340203195810318</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04227178543806076</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.223488283292852</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>12.369</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.7168</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.1187</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293765.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1181.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.1755</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.799</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.5362</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3772.3288</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3941.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82779.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1551.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.1093</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.856358303688467</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> |