=== 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-0062 --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-0062",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
148 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
148 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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-01/func/sub-0062_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>4670242bf1424ae341187f6c2bf15770</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>10:18:33.110000</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.998003, 0.0530608, -0.0342663, -0.0528272, 0.998574, 0.00768901]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0925994</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7730, -7301, 513, -15, -101, 9, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f1e60ccc-7316-43bf-8b1a-f4630a815bb4||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.677569627761841, -0.14173144102096558, -0.09348876029253006, 118.23787689208984], [-0.14235830307006836, 2.6791012287139893, 0.015831358730793, -86.86625671386719], [-0.09193409979343414, -0.02062906138598919, 2.6983344554901123, -58.8945198059082], [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': ['101833.110000', '101833.570000', '101834.030000', '101834.490000', '101834.950000', '101835.410000', '101835.870000', '101836.330000', '101836.790000', '101837.250000', '101837.710000', '101838.170000', '101838.630000', '101839.090000', '101839.550000', '101840.010000', '101840.470000', '101840.930000', '101841.390000', '101841.850000', '101842.310000', '101842.770000', '101843.230000', '101843.690000', '101844.150000', '101844.610000', '101845.070000', '101845.530000', '101845.990000', '101846.450000', '101846.910000', '101847.370000', '101847.830000', '101848.290000', '101848.750000', '101849.210000', '101849.670000', '101850.130000', '101850.590000', '101851.050000', '101851.510000', '101851.970000', '101852.430000', '101852.890000', '101853.350000', '101853.810000', '101854.270000', '101854.730000', '101855.190000', '101855.650000', '101856.110000', '101856.570000', '101857.030000', '101857.490000', '101857.950000', '101858.410000', '101858.870000', '101859.330000', '101859.790000', '101900.250000', '101900.710000', '101901.170000', '101901.630000', '101902.090000', '101902.550000', '101903.010000', '101903.470000', '101903.930000', '101904.390000', '101904.850000', '101905.310000', '101905.770000', '101906.230000', '101906.690000', '101907.150000', '101907.610000', '101908.070000', '101908.530000', '101908.990000', '101909.450000', '101909.910000', '101910.370000', '101910.830000', '101911.290000', '101911.750000', '101912.210000', '101912.670000', '101913.130000', '101913.590000', '101914.050000', '101914.510000', '101914.970000', '101915.430000', '101915.890000', '101916.350000', '101916.810000', '101917.270000', '101917.730000', '101918.190000', '101918.650000', '101919.110000', '101919.570000', '101920.030000', '101920.490000', '101920.950000', '101921.410000', '101921.870000', '101922.330000', '101922.790000', '101923.250000', '101923.710000', '101924.170000', '101924.630000', '101925.090000', '101925.550000', '101926.010000', '101926.470000', '101926.930000', '101927.390000', '101927.850000', '101928.310000', '101928.770000', '101929.230000', '101929.690000', '101930.150000', '101930.610000', '101931.070000', '101931.530000', '101931.990000', '101932.450000', '101932.910000', '101933.370000', '101933.830000', '101934.290000', '101934.750000', '101935.210000', '101935.670000', '101936.130000', '101936.590000', '101937.050000', '101937.510000', '101937.970000', '101938.430000', '101938.890000', '101939.350000', '101939.810000', '101940.270000', '101940.730000', '101941.190000', '101941.650000', '101942.110000', '101942.570000', '101943.030000', '101943.490000', '101943.950000', '101944.410000', '101944.870000', '101945.330000', '101945.790000', '101946.250000', '101946.710000', '101947.170000', '101947.630000', '101948.090000', '101948.550000', '101949.010000', '101949.470000', '101949.930000', '101950.390000', '101950.850000', '101951.310000', '101951.770000', '101952.230000', '101952.690000', '101953.150000', '101953.610000', '101954.070000', '101954.530000', '101954.990000', '101955.450000', '101955.910000', '101956.370000', '101956.830000', '101957.290000', '101957.750000', '101958.210000', '101958.670000', '101959.130000', '101959.590000', '102000.050000', '102000.510000', '102000.970000', '102001.430000', '102001.890000', '102002.350000', '102002.810000', '102003.270000', '102003.730000', '102004.190000', '102004.650000', '102005.110000', '102005.570000', '102006.030000', '102006.490000', '102006.950000', '102007.410000', '102007.870000', '102008.330000', '102008.790000', '102009.250000', '102009.710000', '102010.170000', '102010.630000', '102011.090000', '102011.550000', '102012.010000', '102012.470000', '102012.930000', '102013.390000', '102013.850000', '102014.310000', '102014.770000', '102015.230000', '102015.690000', '102016.150000', '102016.610000', '102017.070000', '102017.530000', '102017.990000', '102018.450000', '102018.910000', '102019.370000', '102019.830000', '102020.290000', '102020.750000', '102021.210000', '102021.670000', '102022.130000', '102022.590000', '102023.050000', '102023.510000', '102023.970000', '102024.430000', '102024.890000', '102025.350000', '102025.810000', '102026.270000', '102026.730000', '102027.190000', '102027.650000', '102028.110000', '102028.570000', '102029.030000', '102029.490000', '102029.950000', '102030.410000', '102030.870000', '102031.330000', '102031.790000', '102032.250000', '102032.710000', '102033.170000', '102033.630000', '102034.090000', '102034.550000', '102035.010000', '102035.470000', '102035.930000', '102036.390000', '102036.850000', '102037.310000', '102037.770000', '102038.230000', '102038.690000', '102039.150000', '102039.610000', '102040.070000', '102040.530000', '102040.990000', '102041.450000', '102041.910000', '102042.370000', '102042.830000', '102043.290000', '102043.750000', '102044.210000', '102044.670000', '102045.130000', '102045.590000', '102046.050000', '102046.510000', '102046.970000', '102047.430000', '102047.890000', '102048.350000', '102048.810000', '102049.270000', '102049.730000', '102050.190000', '102050.650000', '102051.110000', '102051.570000', '102052.030000', '102052.490000', '102052.950000', '102053.410000', '102053.870000', '102054.330000', '102054.790000', '102055.250000', '102055.710000', '102056.170000', '102056.630000', '102057.090000', '102057.550000', '102058.010000', '102058.470000', '102058.930000', '102059.390000', '102059.850000', '102100.310000', '102100.770000', '102101.230000', '102101.690000', '102102.150000', '102102.610000', '102103.070000', '102103.530000', '102103.990000', '102104.450000', '102104.910000', '102105.370000', '102105.830000', '102106.290000', '102106.750000', '102107.210000', '102107.670000', '102108.130000', '102108.590000', '102109.050000', '102109.510000', '102109.970000', '102110.430000', '102110.890000', '102111.350000', '102111.810000', '102112.270000', '102112.730000', '102113.190000', '102113.650000', '102114.110000', '102114.570000', '102115.030000', '102115.490000', '102115.950000', '102116.410000', '102116.870000', '102117.330000', '102117.790000', '102118.250000', '102118.710000', '102119.170000', '102119.630000', '102120.090000', '102120.550000', '102121.010000', '102121.470000', '102121.930000', '102122.390000', '102122.850000', '102123.310000', '102123.770000', '102124.230000', '102124.690000', '102125.150000', '102125.610000', '102126.070000', '102126.530000', '102126.990000', '102127.450000', '102127.910000', '102128.370000', '102128.830000', '102129.290000', '102129.750000', '102130.210000', '102130.670000', '102131.130000', '102131.590000', '102132.050000', '102132.510000', '102132.970000', '102133.430000', '102133.890000', '102134.350000', '102134.810000', '102135.270000', '102135.730000', '102136.190000', '102136.650000', '102137.110000', '102137.570000', '102138.030000', '102138.490000', '102138.950000', '102139.410000', '102139.870000', '102140.330000', '102140.790000', '102141.250000', '102141.710000', '102142.170000', '102142.630000', '102143.090000', '102143.550000', '102144.010000', '102144.470000', '102144.930000', '102145.390000', '102145.850000', '102146.310000', '102146.770000', '102147.230000', '102147.690000', '102148.150000', '102148.610000', '102149.070000', '102149.530000', '102149.990000', '102150.450000', '102150.910000', '102151.370000', '102151.830000', '102152.290000', '102152.750000', '102153.210000', '102153.670000', '102154.130000', '102154.590000', '102155.050000', '102155.510000', '102155.970000', '102156.430000', '102156.890000', '102157.350000', '102157.810000', '102158.270000', '102158.730000', '102159.190000', '102159.650000', '102200.110000', '102200.570000', '102201.030000', '102201.490000', '102201.950000', '102202.410000', '102202.870000', '102203.330000', '102203.790000', '102204.250000', '102204.710000', '102205.170000', '102205.630000', '102206.090000', '102206.550000', '102207.010000', '102207.470000', '102207.930000', '102208.390000', '102208.850000', '102209.310000', '102209.770000', '102210.230000', '102210.690000', '102211.150000', '102211.610000', '102212.070000', '102212.530000', '102212.990000', '102213.450000', '102213.910000', '102214.370000', '102214.830000', '102215.290000', '102215.750000', '102216.210000', '102216.670000', '102217.130000', '102217.590000', '102218.050000', '102218.510000', '102218.970000', '102219.430000', '102219.890000', '102220.350000', '102220.810000', '102221.270000', '102221.730000', '102222.190000', '102222.650000', '102223.110000', '102223.570000', '102224.030000', '102224.490000', '102224.950000', '102225.410000', '102225.870000', '102226.330000', '102226.790000', '102227.250000', '102227.710000', '102228.170000', '102228.630000', '102229.090000', '102229.550000', '102230.010000', '102230.470000', '102230.930000', '102231.390000', '102231.850000', '102232.310000', '102232.770000', '102233.230000', '102233.690000', '102234.150000', '102234.610000', '102235.070000', '102235.530000', '102235.990000', '102236.450000', '102236.910000', '102237.370000', '102237.830000', '102238.290000', '102238.750000', '102239.210000', '102239.670000', '102240.130000', '102240.590000', '102241.050000', '102241.510000', '102241.970000', '102242.430000', '102242.890000', '102243.350000', '102243.810000', '102244.270000', '102244.730000', '102245.190000', '102245.650000', '102246.110000', '102246.570000', '102247.030000', '102247.490000', '102247.950000', '102248.410000', '102248.870000', '102249.330000', '102249.790000', '102250.250000', '102250.710000', '102251.170000', '102251.630000', '102252.090000', '102252.550000', '102253.010000', '102253.470000', '102253.930000', '102254.390000', '102254.850000', '102255.310000', '102255.770000', '102256.230000', '102256.690000', '102257.150000', '102257.610000', '102258.070000', '102258.530000', '102258.990000', '102259.450000', '102259.910000', '102300.370000', '102300.830000', '102301.290000', '102301.750000', '102302.210000', '102302.670000', '102303.130000', '102303.590000', '102304.050000', '102304.510000', '102304.970000', '102305.430000', '102305.890000', '102306.350000', '102306.810000', '102307.270000', '102307.730000', '102308.190000', '102308.650000', '102309.110000', '102309.570000', '102310.030000', '102310.490000', '102310.950000', '102311.410000', '102311.870000', '102312.330000', '102312.790000', '102313.250000', '102313.710000', '102314.170000', '102314.630000', '102315.090000', '102315.550000', '102316.010000', '102316.470000', '102316.930000', '102317.390000', '102317.850000', '102318.310000', '102318.770000', '102319.230000', '102319.690000', '102320.150000', '102320.610000', '102321.070000', '102321.530000', '102321.990000', '102322.450000', '102322.910000', '102323.370000', '102323.830000', '102324.290000', '102324.750000', '102325.210000', '102325.670000', '102326.130000', '102326.590000', '102327.050000', '102327.510000', '102327.970000', '102328.430000', '102328.890000', '102329.350000', '102329.810000', '102330.270000', '102330.730000', '102331.190000', '102331.650000', '102332.110000', '102332.570000', '102333.030000', '102333.490000', '102333.950000', '102334.410000', '102334.870000', '102335.330000', '102335.790000', '102336.250000', '102336.710000', '102337.170000', '102337.630000', '102338.090000', '102338.550000', '102339.010000', '102339.470000', '102339.930000', '102340.390000', '102340.850000', '102341.310000', '102341.770000', '102342.230000', '102342.690000', '102343.150000', '102343.610000', '102344.070000', '102344.530000', '102344.990000', '102345.450000', '102345.910000', '102346.370000', '102346.830000', '102347.290000', '102347.750000', '102348.210000', '102348.670000', '102349.130000', '102349.590000', '102350.050000', '102350.510000', '102350.970000', '102351.430000', '102351.890000', '102352.350000', '102352.810000', '102353.270000', '102353.730000', '102354.190000', '102354.650000', '102355.110000', '102355.570000', '102356.030000', '102356.490000', '102356.950000', '102357.410000', '102357.870000', '102358.330000', '102358.790000', '102359.250000', '102359.710000', '102400.170000', '102400.630000', '102401.090000', '102401.550000', '102402.010000', '102402.470000', '102402.930000', '102403.390000', '102403.850000', '102404.310000', '102404.770000', '102405.230000', '102405.690000', '102406.150000', '102406.610000', '102407.070000', '102407.530000', '102407.990000', '102408.450000', '102408.910000', '102409.370000', '102409.830000', '102410.290000', '102410.750000', '102411.210000', '102411.670000', '102412.130000', '102412.590000', '102413.050000', '102413.510000', '102413.970000', '102414.430000', '102414.890000', '102415.350000', '102415.810000', '102416.270000', '102416.730000', '102417.190000', '102417.650000', '102418.110000', '102418.570000', '102419.030000', '102419.490000', '102419.950000', '102420.410000', '102420.870000', '102421.330000', '102421.790000', '102422.250000', '102422.710000', '102423.170000', '102423.630000', '102424.090000', '102424.550000', '102425.010000', '102425.470000', '102425.930000', '102426.390000', '102426.850000', '102427.310000', '102427.770000', '102428.230000', '102428.690000', '102429.150000', '102429.610000', '102430.070000', '102430.530000', '102430.990000', '102431.450000', '102431.910000', '102432.370000', '102432.830000', '102433.290000', '102433.750000', '102434.210000', '102434.670000', '102435.130000', '102435.590000', '102436.050000', '102436.510000', '102436.970000', '102437.430000', '102437.890000', '102438.350000', '102438.810000', '102439.270000', '102439.730000', '102440.190000', '102440.650000', '102441.110000', '102441.570000', '102442.030000', '102442.490000', '102442.950000', '102443.410000', '102443.870000', '102444.330000', '102444.790000', '102445.250000', '102445.710000', '102446.170000', '102446.630000', '102447.090000', '102447.550000', '102448.010000', '102448.470000', '102448.930000', '102449.390000', '102449.850000', '102450.310000', '102450.770000', '102451.230000', '102451.690000', '102452.150000', '102452.610000', '102453.070000', '102453.530000', '102453.990000', '102454.450000', '102454.910000', '102455.370000', '102455.830000', '102456.290000', '102456.750000', '102457.210000', '102457.670000', '102458.130000', '102458.590000', '102459.050000', '102459.510000', '102459.970000', '102500.430000', '102500.890000', '102501.350000', '102501.810000', '102502.270000', '102502.730000', '102503.190000', '102503.650000', '102504.110000', '102504.570000', '102505.030000', '102505.490000', '102505.950000', '102506.410000', '102506.870000', '102507.330000', '102507.790000', '102508.250000', '102508.710000', '102509.170000', '102509.630000', '102510.090000', '102510.550000', '102511.010000', '102511.470000', '102511.930000', '102512.390000', '102512.850000', '102513.310000', '102513.770000', '102514.230000', '102514.690000', '102515.150000', '102515.610000', '102516.070000', '102516.530000', '102516.990000', '102517.450000', '102517.910000', '102518.370000', '102518.830000', '102519.290000', '102519.750000', '102520.210000', '102520.670000', '102521.130000', '102521.590000', '102522.050000', '102522.510000', '102522.970000', '102523.430000', '102523.890000', '102524.350000', '102524.810000', '102525.270000', '102525.730000', '102526.190000', '102526.650000', '102527.110000', '102527.570000', '102528.030000', '102528.490000', '102528.950000', '102529.410000', '102529.870000', '102530.330000', '102530.790000', '102531.250000', '102531.710000', '102532.170000', '102532.630000', '102533.090000', '102533.550000', '102534.010000', '102534.470000', '102534.930000', '102535.390000', '102535.850000', '102536.310000', '102536.770000', '102537.230000', '102537.690000', '102538.150000', '102538.610000', '102539.070000', '102539.530000', '102539.990000', '102540.450000', '102540.910000', '102541.370000', '102541.830000', '102542.290000', '102542.750000', '102543.210000', '102543.670000', '102544.130000', '102544.590000', '102545.050000', '102545.510000', '102545.970000', '102546.430000', '102546.890000', '102547.350000', '102547.810000', '102548.270000', '102548.730000', '102549.190000', '102549.650000', '102550.110000', '102550.570000', '102551.030000', '102551.490000', '102551.950000', '102552.410000', '102552.870000', '102553.330000', '102553.790000', '102554.250000', '102554.710000', '102555.170000', '102555.630000', '102556.090000', '102556.550000', '102557.010000', '102557.470000', '102557.930000', '102558.390000', '102558.850000', '102559.310000', '102559.770000', '102600.230000', '102600.690000', '102601.150000', '102601.610000', '102602.070000', '102602.530000', '102602.990000', '102603.450000', '102603.910000', '102604.370000', '102604.830000', '102605.290000', '102605.750000', '102606.210000', '102606.670000', '102607.130000', '102607.590000', '102608.050000', '102608.510000', '102608.970000', '102609.430000', '102609.890000', '102610.350000', '102610.810000', '102611.270000', '102611.730000', '102612.190000', '102612.650000', '102613.110000', '102613.570000', '102614.030000', '102614.490000', '102614.950000', '102615.410000', '102615.870000', '102616.330000', '102616.790000', '102617.250000', '102617.710000', '102618.170000', '102618.630000', '102619.090000', '102619.550000', '102620.010000', '102620.470000', '102620.930000', '102621.390000', '102621.850000', '102622.310000', '102622.770000', '102623.230000', '102623.690000', '102624.150000', '102624.610000', '102625.070000', '102625.530000', '102625.990000', '102626.450000', '102626.910000', '102627.370000', '102627.830000', '102628.290000', '102628.750000', '102629.210000', '102629.670000', '102630.130000', '102630.590000', '102631.050000', '102631.510000', '102631.970000', '102632.430000', '102632.890000', '102633.350000', '102633.810000', '102634.270000', '102634.730000', '102635.190000', '102635.650000', '102636.110000', '102636.570000', '102637.030000', '102637.490000', '102637.950000', '102638.410000', '102638.870000', '102639.330000', '102639.790000', '102640.250000', '102640.710000', '102641.170000', '102641.630000', '102642.090000', '102642.550000', '102643.010000', '102643.470000', '102643.930000', '102644.390000', '102644.850000', '102645.310000', '102645.770000', '102646.230000', '102646.690000', '102647.150000', '102647.610000', '102648.070000', '102648.530000', '102648.990000', '102649.450000', '102649.910000', '102650.370000', '102650.830000', '102651.290000', '102651.750000', '102652.210000', '102652.670000', '102653.130000', '102653.590000', '102654.050000', '102654.510000', '102654.970000', '102655.430000', '102655.890000', '102656.350000', '102656.810000', '102657.270000', '102657.730000', '102658.190000', '102658.650000', '102659.110000', '102659.570000', '102700.030000', '102700.490000', '102700.950000', '102701.410000', '102701.870000', '102702.330000', '102702.790000', '102703.250000', '102703.710000', '102704.170000', '102704.630000', '102705.090000', '102705.550000', '102706.010000', '102706.470000', '102706.930000', '102707.390000', '102707.850000', '102708.310000', '102708.770000', '102709.230000', '102709.690000', '102710.150000', '102710.610000', '102711.070000', '102711.530000', '102711.990000', '102712.450000', '102712.910000', '102713.370000', '102713.830000', '102714.290000', '102714.750000', '102715.210000', '102715.670000', '102716.130000', '102716.590000', '102717.050000', '102717.510000', '102717.970000', '102718.430000', '102718.890000', '102719.350000', '102719.810000', '102720.270000', '102720.730000', '102721.190000', '102721.650000', '102722.110000', '102722.570000', '102723.030000', '102723.490000', '102723.950000', '102724.410000', '102724.870000', '102725.330000', '102725.790000', '102726.250000', '102726.710000', '102727.170000', '102727.630000', '102728.090000', '102728.550000', '102729.010000', '102729.470000', '102729.930000', '102730.390000', '102730.850000', '102731.310000', '102731.770000', '102732.230000', '102732.690000', '102733.150000', '102733.610000', '102734.070000', '102734.530000', '102734.990000', '102735.450000', '102735.910000', '102736.370000', '102736.830000', '102737.290000', '102737.750000', '102738.210000', '102738.670000', '102739.130000', '102739.590000', '102740.050000', '102740.510000', '102740.970000', '102741.430000', '102741.890000', '102742.350000', '102742.810000', '102743.270000', '102743.730000', '102744.190000', '102744.650000', '102745.110000', '102745.570000', '102746.030000', '102746.490000', '102746.950000', '102747.410000', '102747.870000', '102748.330000', '102748.790000', '102749.250000', '102749.710000', '102750.170000', '102750.630000', '102751.090000', '102751.550000', '102752.010000', '102752.470000', '102752.930000', '102753.390000', '102753.850000', '102754.310000', '102754.770000', '102755.230000', '102755.690000', '102756.150000', '102756.610000', '102757.070000', '102757.530000', '102757.990000', '102758.450000', '102758.910000', '102759.370000', '102759.830000', '102800.290000', '102800.750000', '102801.210000', '102801.670000', '102802.130000', '102802.590000', '102803.050000', '102803.510000', '102803.970000', '102804.430000', '102804.890000', '102805.350000', '102805.810000', '102806.270000', '102806.730000', '102807.190000', '102807.650000', '102808.110000', '102808.570000', '102809.030000', '102809.490000', '102809.950000', '102810.410000', '102810.870000', '102811.330000', '102811.790000', '102812.250000', '102812.710000', '102813.170000', '102813.630000', '102814.090000', '102814.550000', '102815.010000', '102815.470000', '102815.930000', '102816.390000', '102816.850000', '102817.310000', '102817.770000', '102818.230000', '102818.690000', '102819.150000', '102819.610000', '102820.070000', '102820.530000', '102820.990000', '102821.450000', '102821.910000', '102822.370000', '102822.830000', '102823.290000', '102823.750000', '102824.210000', '102824.670000', '102825.130000', '102825.590000', '102826.050000', '102826.510000', '102826.970000', '102827.430000', '102827.890000', '102828.350000', '102828.810000', '102829.270000', '102829.730000', '102830.190000', '102830.650000', '102831.110000', '102831.570000', '102832.030000', '102832.490000', '102832.950000', '102833.410000', '102833.870000', '102834.330000', '102834.790000', '102835.250000', '102835.710000', '102836.170000', '102836.630000', '102837.090000', '102837.550000', '102838.010000', '102838.470000', '102838.930000', '102839.390000', '102839.850000', '102840.310000', '102840.770000', '102841.230000', '102841.690000', '102842.150000', '102842.610000', '102843.070000', '102843.530000', '102843.990000', '102844.450000', '102844.910000', '102845.370000', '102845.830000', '102846.290000', '102846.750000', '102847.210000', '102847.670000', '102848.130000', '102848.590000', '102849.050000', '102849.510000', '102849.970000', '102850.430000', '102850.890000', '102851.350000', '102851.810000', '102852.270000', '102852.730000', '102853.190000', '102853.650000', '102854.110000', '102854.570000', '102855.030000', '102855.490000', '102855.950000', '102856.410000', '102856.870000', '102857.330000', '102857.790000', '102858.250000', '102858.710000', '102859.170000', '102859.630000', '102900.090000', '102900.550000', '102901.010000', '102901.470000', '102901.930000', '102902.390000', '102902.850000', '102903.310000', '102903.770000', '102904.230000', '102904.690000', '102905.150000', '102905.610000'], 'ContentTime': ['101856.991000', '101856.994000', '101856.996000', '101857.000000', '101857.003000', '101857.006000', '101857.008000', '101857.011000', '101857.014000', '101857.016000', '101857.019000', '101857.021000', '101857.024000', '101857.027000', '101857.029000', '101857.032000', '101857.035000', '101857.037000', '101857.040000', '101857.042000', '101857.045000', '101857.048000', '101857.050000', '101857.053000', '101857.055000', '101857.058000', '101857.061000', '101857.063000', '101857.066000', '101857.068000', '101857.071000', '101857.073000', '101857.076000', '101857.079000', '101857.081000', '101857.084000', '101857.087000', '101857.089000', '101857.092000', '101857.094000', '101857.097000', '101857.099000', '101857.107000', '101857.110000', '101857.113000', '101857.115000', '101857.118000', '101857.120000', '101857.123000', '101857.126000', '101916.955000', '101916.958000', '101916.961000', '101916.963000', '101916.966000', '101916.969000', '101916.971000', '101916.974000', '101916.976000', '101916.979000', '101916.981000', '101916.984000', '101916.987000', '101916.989000', '101916.992000', '101916.994000', '101916.997000', '101917.001000', '101917.003000', '101917.006000', '101917.009000', '101917.011000', '101917.014000', '101917.016000', '101917.019000', '101917.022000', '101917.024000', '101917.027000', '101917.029000', '101917.032000', '101917.035000', '101917.037000', '101917.040000', '101917.042000', '101917.045000', '101917.048000', '101917.050000', '101917.053000', '101917.055000', '101917.058000', '101917.061000', '101917.070000', '101917.073000', '101936.955000', '101936.958000', '101936.961000', '101936.963000', '101936.966000', '101936.978000', '101936.981000', '101936.983000', '101936.986000', '101936.988000', '101936.991000', '101936.993000', '101936.996000', '101937.006000', '101937.008000', '101937.011000', '101937.014000', '101937.016000', '101937.019000', '101937.021000', '101937.024000', '101937.027000', '101937.029000', '101937.032000', '101937.035000', '101937.037000', '101937.040000', '101937.042000', '101937.045000', '101937.048000', '101937.050000', '101937.053000', '101937.055000', '101937.058000', '101937.060000', '101937.063000', '101937.066000', '101937.068000', '101937.071000', '101937.073000', '101937.076000', '101937.079000', '101937.081000', '101937.084000', '101956.955000', '101956.958000', '101956.961000', '101956.964000', '101956.966000', '101956.969000', '101956.972000', '101956.974000', '101956.977000', '101956.979000', '101956.982000', '101956.985000', '101956.987000', '101956.990000', '101956.993000', '101956.995000', '101956.998000', '101957.002000', '101957.004000', '101957.007000', '101957.010000', '101957.012000', '101957.015000', '101957.017000', '101957.020000', '101957.023000', '101957.025000', '101957.028000', '101957.031000', '101957.033000', '101957.036000', '101957.038000', '101957.041000', '101957.044000', '101957.046000', '101957.049000', '101957.051000', '101957.054000', '101957.057000', '101957.059000', '101957.062000', '101957.064000', '101957.067000', '102016.955000', '102016.958000', '102016.961000', '102016.964000', '102016.966000', '102016.969000', '102016.971000', '102016.974000', '102016.977000', '102016.984000', '102016.987000', '102016.990000', '102016.993000', '102016.995000', '102016.998000', '102017.002000', '102017.004000', '102017.007000', '102017.010000', '102017.012000', '102017.015000', '102017.018000', '102017.020000', '102017.023000', '102017.025000', '102017.028000', '102017.031000', '102017.033000', '102017.036000', '102017.038000', '102017.041000', '102017.044000', '102017.046000', '102017.049000', '102017.051000', '102017.054000', '102017.057000', '102017.059000', '102017.062000', '102017.064000', '102017.067000', '102017.070000', '102017.072000', '102017.075000', '102036.956000', '102036.959000', '102036.961000', '102036.964000', '102036.966000', '102036.969000', '102036.972000', '102036.974000', '102036.977000', '102036.980000', '102036.982000', '102036.985000', '102036.988000', '102036.990000', '102036.993000', '102036.996000', '102036.998000', '102037.002000', '102037.005000', '102037.007000', '102037.010000', '102037.013000', '102037.015000', '102037.018000', '102037.021000', '102037.023000', '102037.026000', '102037.029000', '102037.031000', '102037.034000', '102037.037000', '102037.039000', '102037.042000', '102037.044000', '102037.047000', '102037.049000', '102037.052000', '102037.055000', '102037.057000', '102037.060000', '102037.062000', '102037.065000', '102037.068000', '102056.956000', '102056.959000', '102056.961000', '102056.964000', '102056.967000', '102056.969000', '102056.972000', '102056.975000', '102056.978000', '102056.980000', '102056.983000', '102056.986000', '102056.988000', '102056.991000', '102056.994000', '102056.996000', '102056.999000', '102057.002000', '102057.004000', '102057.007000', '102057.010000', '102057.012000', '102057.015000', '102057.018000', '102057.020000', '102057.023000', '102057.026000', '102057.028000', '102057.031000', '102057.034000', '102057.036000', '102057.039000', '102057.042000', '102057.044000', '102057.047000', '102057.049000', '102057.052000', '102057.055000', '102057.057000', '102057.060000', '102057.063000', '102057.065000', '102057.068000', '102057.070000', '102116.956000', '102116.958000', '102116.961000', '102116.964000', '102116.967000', '102116.969000', '102116.972000', '102116.974000', '102116.977000', '102116.980000', '102116.982000', '102116.985000', '102116.987000', '102116.990000', '102116.993000', '102116.995000', '102116.998000', '102117.002000', '102117.004000', '102117.007000', '102117.009000', '102117.012000', '102117.015000', '102117.017000', '102117.020000', '102117.023000', '102117.025000', '102117.028000', '102117.030000', '102117.033000', '102117.036000', '102117.038000', '102117.041000', '102117.043000', '102117.046000', '102117.049000', '102117.051000', '102117.054000', '102117.057000', '102117.059000', '102117.062000', '102117.064000', '102117.067000', '102136.955000', '102136.958000', '102136.961000', '102136.964000', '102136.966000', '102136.969000', '102136.971000', '102136.974000', '102136.977000', '102136.980000', '102136.983000', '102136.985000', '102136.988000', '102136.991000', '102136.993000', '102136.996000', '102137.000000', '102137.002000', '102137.005000', '102137.007000', '102137.010000', '102137.013000', '102137.015000', '102137.018000', '102137.020000', '102137.023000', '102137.026000', '102137.028000', '102137.031000', '102137.034000', '102137.037000', '102137.039000', '102137.042000', '102137.044000', '102137.047000', '102137.050000', '102137.052000', '102137.055000', '102137.058000', '102137.060000', '102137.063000', '102137.065000', '102137.068000', '102137.071000', '102156.955000', '102156.958000', '102156.961000', '102156.963000', '102156.966000', '102156.969000', '102156.971000', '102156.974000', '102156.977000', '102156.979000', '102156.982000', '102156.984000', '102156.987000', '102156.990000', '102156.992000', '102156.995000', '102156.998000', '102157.001000', '102157.004000', '102157.007000', '102157.009000', '102157.012000', '102157.014000', '102157.017000', '102157.019000', '102157.022000', '102157.025000', '102157.028000', '102157.030000', '102157.033000', '102157.035000', '102157.038000', '102157.041000', '102157.043000', '102157.046000', '102157.048000', '102157.051000', '102157.054000', '102157.056000', '102157.059000', '102157.062000', '102157.064000', '102157.067000', '102216.955000', '102216.958000', '102216.961000', '102216.963000', '102216.966000', '102216.969000', '102216.972000', '102216.974000', '102216.977000', '102216.980000', '102216.982000', '102216.985000', '102216.987000', '102216.990000', '102216.993000', '102216.995000', '102216.998000', '102217.001000', '102217.004000', '102217.007000', '102217.009000', '102217.012000', '102217.015000', '102217.017000', '102217.020000', '102217.023000', '102217.025000', '102217.028000', '102217.031000', '102217.033000', '102217.036000', '102217.039000', '102217.041000', '102217.044000', '102217.046000', '102217.049000', '102217.052000', '102217.054000', '102217.057000', '102217.060000', '102217.062000', '102217.065000', '102217.068000', '102236.955000', '102236.958000', '102236.961000', '102236.964000', '102236.967000', '102236.969000', '102236.972000', '102236.975000', '102236.977000', '102236.980000', '102236.983000', '102236.985000', '102236.988000', '102236.990000', '102236.993000', '102236.996000', '102237.000000', '102237.002000', '102237.005000', '102237.007000', '102237.010000', '102237.013000', '102237.015000', '102237.018000', '102237.021000', '102237.023000', '102237.042000', '102237.045000', '102237.047000', '102237.050000', '102237.052000', '102237.055000', '102237.058000', '102237.060000', '102237.063000', '102237.065000', '102237.068000', '102237.071000', '102237.073000', '102237.076000', '102237.079000', '102237.081000', '102237.084000', '102237.086000', '102256.956000', '102256.958000', '102256.961000', '102256.964000', '102256.966000', '102256.969000', '102256.971000', '102256.974000', '102256.977000', '102256.979000', '102256.982000', '102256.985000', '102256.987000', '102256.990000', '102256.992000', '102256.995000', '102256.998000', '102257.001000', '102257.004000', '102257.007000', '102257.009000', '102257.012000', '102257.015000', '102257.019000', '102257.022000', '102257.025000', '102257.027000', '102257.030000', '102257.033000', '102257.035000', '102257.038000', '102257.041000', '102257.043000', '102257.046000', '102257.048000', '102257.051000', '102257.054000', '102257.056000', '102257.059000', '102257.061000', '102257.064000', '102257.067000', '102257.069000', '102316.956000', '102316.958000', '102316.961000', '102316.964000', '102316.966000', '102316.969000', '102316.972000', '102316.974000', '102316.977000', '102316.979000', '102316.982000', '102316.985000', '102316.987000', '102316.990000', '102316.993000', '102316.995000', '102316.998000', '102317.002000', '102317.004000', '102317.007000', '102317.010000', '102317.012000', '102317.015000', '102317.018000', '102317.020000', '102317.023000', '102317.026000', '102317.028000', '102317.031000', '102317.033000', '102317.036000', '102317.039000', '102317.041000', '102317.044000', '102317.046000', '102317.049000', '102317.052000', '102317.054000', '102317.057000', '102317.060000', '102317.062000', '102317.065000', '102317.067000', '102317.070000', '102336.956000', '102336.958000', '102336.961000', '102336.964000', '102336.971000', '102336.974000', '102336.977000', '102336.980000', '102336.983000', '102336.986000', '102336.989000', '102336.991000', '102336.994000', '102336.996000', '102337.000000', '102337.003000', '102337.005000', '102337.008000', '102337.011000', '102337.013000', '102337.016000', '102337.019000', '102337.021000', '102337.024000', '102337.027000', '102337.029000', '102337.032000', '102337.035000', '102337.037000', '102337.040000', '102337.043000', '102337.045000', '102337.048000', '102337.050000', '102337.053000', '102337.056000', '102337.058000', '102337.061000', '102337.063000', '102337.066000', '102337.069000', '102337.071000', '102337.074000', '102356.956000', '102356.959000', '102356.961000', '102356.964000', '102356.966000', '102356.969000', '102356.972000', '102356.974000', '102356.977000', '102356.980000', '102356.982000', '102356.985000', '102356.988000', '102356.990000', '102356.993000', '102356.996000', '102356.998000', '102357.001000', '102357.004000', '102357.006000', '102357.009000', '102357.012000', '102357.014000', '102357.017000', '102357.019000', '102357.022000', '102357.025000', '102357.027000', '102357.030000', '102357.033000', '102357.035000', '102357.038000', '102357.040000', '102357.043000', '102357.046000', '102357.048000', '102357.051000', '102357.059000', '102357.062000', '102357.064000', '102357.067000', '102357.070000', '102357.072000', '102357.075000', '102416.955000', '102416.958000', '102416.961000', '102416.964000', '102416.966000', '102416.971000', '102416.974000', '102416.976000', '102416.979000', '102416.982000', '102416.985000', '102416.997000', '102416.999000', '102417.002000', '102417.005000', '102417.007000', '102417.010000', '102417.013000', '102417.015000', '102417.018000', '102417.020000', '102417.023000', '102417.026000', '102417.028000', '102417.031000', '102417.034000', '102417.036000', '102417.039000', '102417.042000', '102417.044000', '102417.047000', '102417.049000', '102417.052000', '102417.055000', '102417.059000', '102417.062000', '102417.065000', '102417.068000', '102417.070000', '102417.073000', '102417.075000', '102417.078000', '102417.081000', '102436.955000', '102436.958000', '102436.961000', '102436.964000', '102436.966000', '102436.969000', '102436.972000', '102436.974000', '102436.977000', '102436.980000', '102436.982000', '102436.985000', '102436.987000', '102436.990000', '102436.993000', '102436.995000', '102436.998000', '102437.002000', '102437.005000', '102437.007000', '102437.010000', '102437.012000', '102437.015000', '102437.018000', '102437.020000', '102437.023000', '102437.026000', '102437.028000', '102437.031000', '102437.034000', '102437.036000', '102437.039000', '102437.042000', '102437.044000', '102437.047000', '102437.054000', '102437.057000', '102437.059000', '102437.062000', '102437.064000', '102437.067000', '102437.070000', '102437.072000', '102437.075000', '102456.956000', '102456.958000', '102456.961000', '102456.964000', '102456.966000', '102456.969000', '102456.972000', '102456.974000', '102456.977000', '102456.980000', '102456.982000', '102456.985000', '102456.987000', '102456.990000', '102456.993000', '102456.995000', '102456.998000', '102457.002000', '102457.004000', '102457.007000', '102457.010000', '102457.012000', '102457.015000', '102457.018000', '102457.021000', '102457.024000', '102457.027000', '102457.029000', '102457.032000', '102457.035000', '102457.037000', '102457.040000', '102457.043000', '102457.045000', '102457.048000', '102457.051000', '102457.053000', '102457.056000', '102457.058000', '102457.061000', '102457.064000', '102457.066000', '102457.069000', '102516.956000', '102516.958000', '102516.961000', '102516.964000', '102516.967000', '102516.969000', '102516.972000', '102516.975000', '102516.978000', '102516.980000', '102516.983000', '102516.986000', '102516.988000', '102516.991000', '102516.993000', '102516.996000', '102517.000000', '102517.002000', '102517.005000', '102517.008000', '102517.010000', '102517.013000', '102517.015000', '102517.018000', '102517.021000', '102517.023000', '102517.026000', '102517.029000', '102517.031000', '102517.034000', '102517.037000', '102517.039000', '102517.042000', '102517.045000', '102517.047000', '102517.050000', '102517.053000', '102517.055000', '102517.058000', '102517.060000', '102517.063000', '102517.066000', '102517.068000', '102517.071000', '102536.955000', '102536.958000', '102536.961000', '102536.984000', '102536.986000', '102536.989000', '102536.992000', '102536.994000', '102536.997000', '102537.001000', '102537.003000', '102537.006000', '102537.008000', '102537.011000', '102537.014000', '102537.016000', '102537.019000', '102537.022000', '102537.024000', '102537.027000', '102537.029000', '102537.032000', '102537.035000', '102537.037000', '102537.040000', '102537.043000', '102537.045000', '102537.048000', '102537.050000', '102537.053000', '102537.056000', '102537.058000', '102537.061000', '102537.064000', '102537.068000', '102537.071000', '102537.073000', '102537.076000', '102537.078000', '102537.081000', '102537.084000', '102537.086000', '102537.089000', '102556.956000', '102556.959000', '102556.962000', '102556.964000', '102556.967000', '102556.970000', '102556.972000', '102556.975000', '102556.978000', '102556.980000', '102556.983000', '102556.986000', '102556.988000', '102556.991000', '102556.994000', '102556.996000', '102557.000000', '102557.003000', '102557.005000', '102557.008000', '102557.011000', '102557.013000', '102557.016000', '102557.019000', '102557.021000', '102557.024000', '102557.026000', '102557.029000', '102557.032000', '102557.034000', '102557.037000', '102557.039000', '102557.042000', '102557.045000', '102557.047000', '102557.050000', '102557.053000', '102557.055000', '102557.058000', '102557.060000', '102557.063000', '102557.066000', '102557.068000', '102557.071000', '102616.956000', '102616.958000', '102616.961000', '102616.964000', '102616.967000', '102616.969000', '102616.972000', '102616.974000', '102616.977000', '102616.980000', '102616.982000', '102616.985000', '102616.987000', '102616.990000', '102616.993000', '102616.995000', '102616.998000', '102617.002000', '102617.004000', '102617.007000', '102617.009000', '102617.012000', '102617.015000', '102617.017000', '102617.020000', '102617.022000', '102617.025000', '102617.028000', '102617.030000', '102617.033000', '102617.036000', '102617.038000', '102617.041000', '102617.044000', '102617.047000', '102617.049000', '102617.052000', '102617.055000', '102617.057000', '102617.060000', '102617.063000', '102617.065000', '102617.068000', '102636.956000', '102636.959000', '102636.961000', '102636.964000', '102636.967000', '102636.969000', '102636.972000', '102636.975000', '102636.977000', '102636.980000', '102636.983000', '102636.986000', '102636.989000', '102636.991000', '102636.994000', '102636.997000', '102636.999000', '102637.002000', '102637.005000', '102637.007000', '102637.010000', '102637.012000', '102637.015000', '102637.018000', '102637.020000', '102637.023000', '102637.026000', '102637.028000', '102637.031000', '102637.034000', '102637.036000', '102637.039000', '102637.041000', '102637.044000', '102637.047000', '102637.049000', '102637.052000', '102637.055000', '102637.057000', '102637.060000', '102637.062000', '102637.065000', '102637.068000', '102637.070000', '102656.966000', '102656.969000', '102656.972000', '102656.975000', '102656.977000', '102656.980000', '102656.982000', '102656.985000', '102656.987000', '102656.990000', '102656.993000', '102656.995000', '102656.998000', '102657.002000', '102657.004000', '102657.007000', '102657.010000', '102657.012000', '102657.015000', '102657.017000', '102657.020000', '102657.023000', '102657.025000', '102657.028000', '102657.030000', '102657.033000', '102657.036000', '102657.038000', '102657.041000', '102657.044000', '102657.046000', '102657.049000', '102657.052000', '102657.054000', '102657.057000', '102657.060000', '102657.062000', '102657.065000', '102657.067000', '102657.070000', '102657.073000', '102657.075000', '102657.078000', '102716.955000', '102716.958000', '102716.961000', '102716.963000', '102716.966000', '102716.969000', '102716.972000', '102716.974000', '102716.977000', '102716.980000', '102716.982000', '102716.985000', '102716.987000', '102716.990000', '102716.993000', '102716.995000', '102716.998000', '102717.002000', '102717.004000', '102717.007000', '102717.009000', '102717.012000', '102717.015000', '102717.017000', '102717.020000', '102717.022000', '102717.025000', '102717.028000', '102717.030000', '102717.033000', '102717.036000', '102717.038000', '102717.041000', '102717.044000', '102717.046000', '102717.049000', '102717.051000', '102717.054000', '102717.056000', '102717.059000', '102717.062000', '102717.064000', '102717.067000', '102717.070000', '102736.955000', '102736.958000', '102736.961000', '102736.964000', '102736.966000', '102736.969000', '102736.972000', '102736.974000', '102736.977000', '102736.979000', '102736.982000', '102736.985000', '102736.987000', '102736.990000', '102736.993000', '102736.996000', '102736.998000', '102737.002000', '102737.005000', '102737.007000', '102737.010000', '102737.012000', '102737.015000', '102737.018000', '102737.020000', '102737.023000', '102737.025000', '102737.028000', '102737.031000', '102737.033000', '102737.036000', '102737.039000', '102737.042000', '102737.045000', '102737.048000', '102737.051000', '102737.053000', '102737.056000', '102737.058000', '102737.061000', '102737.064000', '102737.066000', '102737.069000', '102756.956000', '102756.959000', '102756.961000', '102756.964000', '102756.966000', '102756.969000', '102756.972000', '102756.974000', '102756.977000', '102756.979000', '102756.982000', '102756.985000', '102756.987000', '102756.990000', '102756.993000', '102756.996000', '102756.998000', '102757.002000', '102757.005000', '102757.007000', '102757.010000', '102757.013000', '102757.015000', '102757.018000', '102757.021000', '102757.023000', '102757.026000', '102757.028000', '102757.031000', '102757.034000', '102757.036000', '102757.039000', '102757.041000', '102757.044000', '102757.047000', '102757.050000', '102757.052000', '102757.055000', '102757.058000', '102757.060000', '102757.111000', '102757.113000', '102757.116000', '102757.119000', '102816.956000', '102816.959000', '102816.961000', '102816.964000', '102816.967000', '102816.969000', '102816.972000', '102816.974000', '102816.977000', '102816.980000', '102816.982000', '102816.985000', '102816.988000', '102816.990000', '102816.993000', '102816.995000', '102816.998000', '102817.002000', '102817.005000', '102817.007000', '102817.010000', '102817.013000', '102817.015000', '102817.018000', '102817.021000', '102817.023000', '102817.026000', '102817.029000', '102817.031000', '102817.034000', '102817.037000', '102817.039000', '102817.042000', '102817.044000', '102817.047000', '102817.050000', '102817.052000', '102817.055000', '102817.058000', '102817.060000', '102817.063000', '102817.066000', '102817.068000', '102836.956000', '102836.958000', '102836.961000', '102836.964000', '102836.966000', '102836.969000', '102836.972000', '102836.975000', '102836.977000', '102836.980000', '102836.982000', '102836.985000', '102836.988000', '102836.991000', '102836.993000', '102836.996000', '102837.000000', '102837.002000', '102837.005000', '102837.008000', '102837.010000', '102837.013000', '102837.015000', '102837.018000', '102837.021000', '102837.023000', '102837.026000', '102837.028000', '102837.031000', '102837.034000', '102837.037000', '102837.039000', '102837.042000', '102837.044000', '102837.047000', '102837.050000', '102837.052000', '102837.055000', '102837.058000', '102837.060000', '102837.063000', '102837.066000', '102837.068000', '102837.071000', '102856.957000', '102856.960000', '102856.962000', '102856.965000', '102856.968000', '102856.970000', '102856.973000', '102856.975000', '102856.978000', '102856.981000', '102856.983000', '102856.986000', '102856.989000', '102856.992000', '102856.994000', '102856.997000', '102856.999000', '102857.002000', '102857.005000', '102857.007000', '102857.010000', '102857.012000', '102857.015000', '102857.018000', '102857.020000', '102857.023000', '102857.026000', '102857.028000', '102857.031000', '102857.034000', '102857.036000', '102857.039000', '102857.042000', '102857.044000', '102857.047000', '102857.050000', '102857.052000', '102857.055000', '102857.057000', '102857.060000', '102857.063000', '102857.066000', '102857.068000', '102906.807000', '102906.810000', '102906.813000', '102906.816000', '102906.819000', '102906.822000', '102906.825000', '102906.827000', '102906.834000', '102906.838000', '102906.841000', '102906.844000', '102906.847000', '102906.849000', '102906.852000', '102906.855000', '102906.857000', '102906.860000', '102906.863000', '102906.865000', '102906.868000', '102906.871000'], 'InstanceCreationTime': ['101856.991000', '101856.994000', '101856.996000', '101857.000000', '101857.003000', '101857.006000', '101857.008000', '101857.011000', '101857.014000', '101857.016000', '101857.019000', '101857.021000', '101857.024000', '101857.027000', '101857.029000', '101857.032000', '101857.035000', '101857.037000', '101857.040000', '101857.042000', '101857.045000', '101857.048000', '101857.050000', '101857.053000', '101857.055000', '101857.058000', '101857.061000', '101857.063000', '101857.066000', '101857.068000', '101857.071000', '101857.073000', '101857.076000', '101857.079000', '101857.081000', '101857.084000', '101857.087000', '101857.089000', '101857.092000', '101857.094000', '101857.097000', '101857.099000', '101857.107000', '101857.110000', '101857.113000', '101857.115000', '101857.118000', '101857.120000', '101857.123000', '101857.126000', '101916.955000', '101916.958000', '101916.961000', '101916.963000', '101916.966000', '101916.969000', '101916.971000', '101916.974000', '101916.976000', '101916.979000', '101916.981000', '101916.984000', '101916.987000', '101916.989000', '101916.992000', '101916.994000', '101916.997000', '101917.001000', '101917.003000', '101917.006000', '101917.009000', '101917.011000', '101917.014000', '101917.016000', '101917.019000', '101917.022000', '101917.024000', '101917.027000', '101917.029000', '101917.032000', '101917.035000', '101917.037000', '101917.040000', '101917.042000', '101917.045000', '101917.048000', '101917.050000', '101917.053000', '101917.055000', '101917.058000', '101917.061000', '101917.070000', '101917.073000', '101936.955000', '101936.958000', '101936.961000', '101936.963000', '101936.966000', '101936.978000', '101936.981000', '101936.983000', '101936.986000', '101936.988000', '101936.991000', '101936.993000', '101936.996000', '101937.006000', '101937.008000', '101937.011000', '101937.014000', '101937.016000', '101937.019000', '101937.021000', '101937.024000', '101937.027000', '101937.029000', '101937.032000', '101937.035000', '101937.037000', '101937.040000', '101937.042000', '101937.045000', '101937.048000', '101937.050000', '101937.053000', '101937.055000', '101937.058000', '101937.060000', '101937.063000', '101937.066000', '101937.068000', '101937.071000', '101937.073000', '101937.076000', '101937.079000', '101937.081000', '101937.084000', '101956.955000', '101956.958000', '101956.961000', '101956.964000', '101956.966000', '101956.969000', '101956.972000', '101956.974000', '101956.977000', '101956.979000', '101956.982000', '101956.985000', '101956.987000', '101956.990000', '101956.993000', '101956.995000', '101956.998000', '101957.002000', '101957.004000', '101957.007000', '101957.010000', '101957.012000', '101957.015000', '101957.017000', '101957.020000', '101957.023000', '101957.025000', '101957.028000', '101957.031000', '101957.033000', '101957.036000', '101957.038000', '101957.041000', '101957.044000', '101957.046000', '101957.049000', '101957.051000', '101957.054000', '101957.057000', '101957.059000', '101957.062000', '101957.064000', '101957.067000', '102016.955000', '102016.958000', '102016.961000', '102016.964000', '102016.966000', '102016.969000', '102016.971000', '102016.974000', '102016.977000', '102016.984000', '102016.987000', '102016.990000', '102016.993000', '102016.995000', '102016.998000', '102017.002000', '102017.004000', '102017.007000', '102017.010000', '102017.012000', '102017.015000', '102017.018000', '102017.020000', '102017.023000', '102017.025000', '102017.028000', '102017.031000', '102017.033000', '102017.036000', '102017.038000', '102017.041000', '102017.044000', '102017.046000', '102017.049000', '102017.051000', '102017.054000', '102017.057000', '102017.059000', '102017.062000', '102017.064000', '102017.067000', '102017.070000', '102017.072000', '102017.075000', '102036.956000', '102036.959000', '102036.961000', '102036.964000', '102036.966000', '102036.969000', '102036.972000', '102036.974000', '102036.977000', '102036.980000', '102036.982000', '102036.985000', '102036.988000', '102036.990000', '102036.993000', '102036.996000', '102036.998000', '102037.002000', '102037.005000', '102037.007000', '102037.010000', '102037.013000', '102037.015000', '102037.018000', '102037.021000', '102037.023000', '102037.026000', '102037.029000', '102037.031000', '102037.034000', '102037.037000', '102037.039000', '102037.042000', '102037.044000', '102037.047000', '102037.049000', '102037.052000', '102037.055000', '102037.057000', '102037.060000', '102037.062000', '102037.065000', '102037.068000', '102056.956000', '102056.959000', '102056.961000', '102056.964000', '102056.967000', '102056.969000', '102056.972000', '102056.975000', '102056.978000', '102056.980000', '102056.983000', '102056.986000', '102056.988000', '102056.991000', '102056.994000', '102056.996000', '102056.999000', '102057.002000', '102057.004000', '102057.007000', '102057.010000', '102057.012000', '102057.015000', '102057.018000', '102057.020000', '102057.023000', '102057.026000', '102057.028000', '102057.031000', '102057.034000', '102057.036000', '102057.039000', '102057.042000', '102057.044000', '102057.047000', '102057.049000', '102057.052000', '102057.055000', '102057.057000', '102057.060000', '102057.063000', '102057.065000', '102057.068000', '102057.070000', '102116.956000', '102116.958000', '102116.961000', '102116.964000', '102116.967000', '102116.969000', '102116.972000', '102116.974000', '102116.977000', '102116.980000', '102116.982000', '102116.985000', '102116.987000', '102116.990000', '102116.993000', '102116.995000', '102116.998000', '102117.002000', '102117.004000', '102117.007000', '102117.009000', '102117.012000', '102117.015000', '102117.017000', '102117.020000', '102117.023000', '102117.025000', '102117.028000', '102117.030000', '102117.033000', '102117.036000', '102117.038000', '102117.041000', '102117.043000', '102117.046000', '102117.049000', '102117.051000', '102117.054000', '102117.057000', '102117.059000', '102117.062000', '102117.064000', '102117.067000', '102136.955000', '102136.958000', '102136.961000', '102136.964000', '102136.966000', '102136.969000', '102136.971000', '102136.974000', '102136.977000', '102136.980000', '102136.983000', '102136.985000', '102136.988000', '102136.991000', '102136.993000', '102136.996000', '102137.000000', '102137.002000', '102137.005000', '102137.007000', '102137.010000', '102137.013000', '102137.015000', '102137.018000', '102137.020000', '102137.023000', '102137.026000', '102137.028000', '102137.031000', '102137.034000', '102137.037000', '102137.039000', '102137.042000', '102137.044000', '102137.047000', '102137.050000', '102137.052000', '102137.055000', '102137.058000', '102137.060000', '102137.063000', '102137.065000', '102137.068000', '102137.071000', '102156.955000', '102156.958000', '102156.961000', '102156.963000', '102156.966000', '102156.969000', '102156.971000', '102156.974000', '102156.977000', '102156.979000', '102156.982000', '102156.984000', '102156.987000', '102156.990000', '102156.992000', '102156.995000', '102156.998000', '102157.001000', '102157.004000', '102157.007000', '102157.009000', '102157.012000', '102157.014000', '102157.017000', '102157.019000', '102157.022000', '102157.025000', '102157.028000', '102157.030000', '102157.033000', '102157.035000', '102157.038000', '102157.041000', '102157.043000', '102157.046000', '102157.048000', '102157.051000', '102157.054000', '102157.056000', '102157.059000', '102157.062000', '102157.064000', '102157.067000', '102216.955000', '102216.958000', '102216.961000', '102216.963000', '102216.966000', '102216.969000', '102216.972000', '102216.974000', '102216.977000', '102216.980000', '102216.982000', '102216.985000', '102216.987000', '102216.990000', '102216.993000', '102216.995000', '102216.998000', '102217.001000', '102217.004000', '102217.007000', '102217.009000', '102217.012000', '102217.015000', '102217.017000', '102217.020000', '102217.023000', '102217.025000', '102217.028000', '102217.031000', '102217.033000', '102217.036000', '102217.039000', '102217.041000', '102217.044000', '102217.046000', '102217.049000', '102217.052000', '102217.054000', '102217.057000', '102217.060000', '102217.062000', '102217.065000', '102217.068000', '102236.955000', '102236.958000', '102236.961000', '102236.964000', '102236.967000', '102236.969000', '102236.972000', '102236.975000', '102236.977000', '102236.980000', '102236.983000', '102236.985000', '102236.988000', '102236.990000', '102236.993000', '102236.996000', '102237.000000', '102237.002000', '102237.005000', '102237.007000', '102237.010000', '102237.013000', '102237.015000', '102237.018000', '102237.021000', '102237.023000', '102237.042000', '102237.045000', '102237.047000', '102237.050000', '102237.052000', '102237.055000', '102237.058000', '102237.060000', '102237.063000', '102237.065000', '102237.068000', '102237.071000', '102237.073000', '102237.076000', '102237.079000', '102237.081000', '102237.084000', '102237.086000', '102256.956000', '102256.958000', '102256.961000', '102256.964000', '102256.966000', '102256.969000', '102256.971000', '102256.974000', '102256.977000', '102256.979000', '102256.982000', '102256.985000', '102256.987000', '102256.990000', '102256.992000', '102256.995000', '102256.998000', '102257.001000', '102257.004000', '102257.007000', '102257.009000', '102257.012000', '102257.015000', '102257.019000', '102257.022000', '102257.025000', '102257.027000', '102257.030000', '102257.033000', '102257.035000', '102257.038000', '102257.041000', '102257.043000', '102257.046000', '102257.048000', '102257.051000', '102257.054000', '102257.056000', '102257.059000', '102257.061000', '102257.064000', '102257.067000', '102257.069000', '102316.956000', '102316.958000', '102316.961000', '102316.964000', '102316.966000', '102316.969000', '102316.972000', '102316.974000', '102316.977000', '102316.979000', '102316.982000', '102316.985000', '102316.987000', '102316.990000', '102316.993000', '102316.995000', '102316.998000', '102317.002000', '102317.004000', '102317.007000', '102317.010000', '102317.012000', '102317.015000', '102317.018000', '102317.020000', '102317.023000', '102317.026000', '102317.028000', '102317.031000', '102317.033000', '102317.036000', '102317.039000', '102317.041000', '102317.044000', '102317.046000', '102317.049000', '102317.052000', '102317.054000', '102317.057000', '102317.060000', '102317.062000', '102317.065000', '102317.067000', '102317.070000', '102336.956000', '102336.958000', '102336.961000', '102336.964000', '102336.971000', '102336.974000', '102336.977000', '102336.980000', '102336.983000', '102336.986000', '102336.989000', '102336.991000', '102336.994000', '102336.996000', '102337.000000', '102337.003000', '102337.005000', '102337.008000', '102337.011000', '102337.013000', '102337.016000', '102337.019000', '102337.021000', '102337.024000', '102337.027000', '102337.029000', '102337.032000', '102337.035000', '102337.037000', '102337.040000', '102337.043000', '102337.045000', '102337.048000', '102337.050000', '102337.053000', '102337.056000', '102337.058000', '102337.061000', '102337.063000', '102337.066000', '102337.069000', '102337.071000', '102337.074000', '102356.956000', '102356.959000', '102356.961000', '102356.964000', '102356.966000', '102356.969000', '102356.972000', '102356.974000', '102356.977000', '102356.980000', '102356.982000', '102356.985000', '102356.988000', '102356.990000', '102356.993000', '102356.996000', '102356.998000', '102357.001000', '102357.004000', '102357.006000', '102357.009000', '102357.012000', '102357.014000', '102357.017000', '102357.019000', '102357.022000', '102357.025000', '102357.027000', '102357.030000', '102357.033000', '102357.035000', '102357.038000', '102357.040000', '102357.043000', '102357.046000', '102357.048000', '102357.051000', '102357.059000', '102357.062000', '102357.064000', '102357.067000', '102357.070000', '102357.072000', '102357.075000', '102416.955000', '102416.958000', '102416.961000', '102416.964000', '102416.966000', '102416.971000', '102416.974000', '102416.976000', '102416.979000', '102416.982000', '102416.985000', '102416.997000', '102416.999000', '102417.002000', '102417.005000', '102417.007000', '102417.010000', '102417.013000', '102417.015000', '102417.018000', '102417.020000', '102417.023000', '102417.026000', '102417.028000', '102417.031000', '102417.034000', '102417.036000', '102417.039000', '102417.042000', '102417.044000', '102417.047000', '102417.049000', '102417.052000', '102417.055000', '102417.059000', '102417.062000', '102417.065000', '102417.068000', '102417.070000', '102417.073000', '102417.075000', '102417.078000', '102417.081000', '102436.955000', '102436.958000', '102436.961000', '102436.964000', '102436.966000', '102436.969000', '102436.972000', '102436.974000', '102436.977000', '102436.980000', '102436.982000', '102436.985000', '102436.987000', '102436.990000', '102436.993000', '102436.995000', '102436.998000', '102437.002000', '102437.005000', '102437.007000', '102437.010000', '102437.012000', '102437.015000', '102437.018000', '102437.020000', '102437.023000', '102437.026000', '102437.028000', '102437.031000', '102437.034000', '102437.036000', '102437.039000', '102437.042000', '102437.044000', '102437.047000', '102437.054000', '102437.057000', '102437.059000', '102437.062000', '102437.064000', '102437.067000', '102437.070000', '102437.072000', '102437.075000', '102456.956000', '102456.958000', '102456.961000', '102456.964000', '102456.966000', '102456.969000', '102456.972000', '102456.974000', '102456.977000', '102456.980000', '102456.982000', '102456.985000', '102456.987000', '102456.990000', '102456.993000', '102456.995000', '102456.998000', '102457.002000', '102457.004000', '102457.007000', '102457.010000', '102457.012000', '102457.015000', '102457.018000', '102457.021000', '102457.024000', '102457.027000', '102457.029000', '102457.032000', '102457.035000', '102457.037000', '102457.040000', '102457.043000', '102457.045000', '102457.048000', '102457.051000', '102457.053000', '102457.056000', '102457.058000', '102457.061000', '102457.064000', '102457.066000', '102457.069000', '102516.956000', '102516.958000', '102516.961000', '102516.964000', '102516.967000', '102516.969000', '102516.972000', '102516.975000', '102516.978000', '102516.980000', '102516.983000', '102516.986000', '102516.988000', '102516.991000', '102516.993000', '102516.996000', '102517.000000', '102517.002000', '102517.005000', '102517.008000', '102517.010000', '102517.013000', '102517.015000', '102517.018000', '102517.021000', '102517.023000', '102517.026000', '102517.029000', '102517.031000', '102517.034000', '102517.037000', '102517.039000', '102517.042000', '102517.045000', '102517.047000', '102517.050000', '102517.053000', '102517.055000', '102517.058000', '102517.060000', '102517.063000', '102517.066000', '102517.068000', '102517.071000', '102536.955000', '102536.958000', '102536.961000', '102536.984000', '102536.986000', '102536.989000', '102536.992000', '102536.994000', '102536.997000', '102537.001000', '102537.003000', '102537.006000', '102537.008000', '102537.011000', '102537.014000', '102537.016000', '102537.019000', '102537.022000', '102537.024000', '102537.027000', '102537.029000', '102537.032000', '102537.035000', '102537.037000', '102537.040000', '102537.043000', '102537.045000', '102537.048000', '102537.050000', '102537.053000', '102537.056000', '102537.058000', '102537.061000', '102537.064000', '102537.068000', '102537.071000', '102537.073000', '102537.076000', '102537.078000', '102537.081000', '102537.084000', '102537.086000', '102537.089000', '102556.956000', '102556.959000', '102556.962000', '102556.964000', '102556.967000', '102556.970000', '102556.972000', '102556.975000', '102556.978000', '102556.980000', '102556.983000', '102556.986000', '102556.988000', '102556.991000', '102556.994000', '102556.996000', '102557.000000', '102557.003000', '102557.005000', '102557.008000', '102557.011000', '102557.013000', '102557.016000', '102557.019000', '102557.021000', '102557.024000', '102557.026000', '102557.029000', '102557.032000', '102557.034000', '102557.037000', '102557.039000', '102557.042000', '102557.045000', '102557.047000', '102557.050000', '102557.053000', '102557.055000', '102557.058000', '102557.060000', '102557.063000', '102557.066000', '102557.068000', '102557.071000', '102616.956000', '102616.958000', '102616.961000', '102616.964000', '102616.967000', '102616.969000', '102616.972000', '102616.974000', '102616.977000', '102616.980000', '102616.982000', '102616.985000', '102616.987000', '102616.990000', '102616.993000', '102616.995000', '102616.998000', '102617.002000', '102617.004000', '102617.007000', '102617.009000', '102617.012000', '102617.015000', '102617.017000', '102617.020000', '102617.022000', '102617.025000', '102617.028000', '102617.030000', '102617.033000', '102617.036000', '102617.038000', '102617.041000', '102617.044000', '102617.047000', '102617.049000', '102617.052000', '102617.055000', '102617.057000', '102617.060000', '102617.063000', '102617.065000', '102617.068000', '102636.956000', '102636.959000', '102636.961000', '102636.964000', '102636.967000', '102636.969000', '102636.972000', '102636.975000', '102636.977000', '102636.980000', '102636.983000', '102636.986000', '102636.989000', '102636.991000', '102636.994000', '102636.997000', '102636.999000', '102637.002000', '102637.005000', '102637.007000', '102637.010000', '102637.012000', '102637.015000', '102637.018000', '102637.020000', '102637.023000', '102637.026000', '102637.028000', '102637.031000', '102637.034000', '102637.036000', '102637.039000', '102637.041000', '102637.044000', '102637.047000', '102637.049000', '102637.052000', '102637.055000', '102637.057000', '102637.060000', '102637.062000', '102637.065000', '102637.068000', '102637.070000', '102656.966000', '102656.969000', '102656.972000', '102656.975000', '102656.977000', '102656.980000', '102656.982000', '102656.985000', '102656.987000', '102656.990000', '102656.993000', '102656.995000', '102656.998000', '102657.002000', '102657.004000', '102657.007000', '102657.010000', '102657.012000', '102657.015000', '102657.017000', '102657.020000', '102657.023000', '102657.025000', '102657.028000', '102657.030000', '102657.033000', '102657.036000', '102657.038000', '102657.041000', '102657.044000', '102657.046000', '102657.049000', '102657.052000', '102657.054000', '102657.057000', '102657.060000', '102657.062000', '102657.065000', '102657.067000', '102657.070000', '102657.073000', '102657.075000', '102657.078000', '102716.955000', '102716.958000', '102716.961000', '102716.963000', '102716.966000', '102716.969000', '102716.972000', '102716.974000', '102716.977000', '102716.980000', '102716.982000', '102716.985000', '102716.987000', '102716.990000', '102716.993000', '102716.995000', '102716.998000', '102717.002000', '102717.004000', '102717.007000', '102717.009000', '102717.012000', '102717.015000', '102717.017000', '102717.020000', '102717.022000', '102717.025000', '102717.028000', '102717.030000', '102717.033000', '102717.036000', '102717.038000', '102717.041000', '102717.044000', '102717.046000', '102717.049000', '102717.051000', '102717.054000', '102717.056000', '102717.059000', '102717.062000', '102717.064000', '102717.067000', '102717.070000', '102736.955000', '102736.958000', '102736.961000', '102736.964000', '102736.966000', '102736.969000', '102736.972000', '102736.974000', '102736.977000', '102736.979000', '102736.982000', '102736.985000', '102736.987000', '102736.990000', '102736.993000', '102736.996000', '102736.998000', '102737.002000', '102737.005000', '102737.007000', '102737.010000', '102737.012000', '102737.015000', '102737.018000', '102737.020000', '102737.023000', '102737.025000', '102737.028000', '102737.031000', '102737.033000', '102737.036000', '102737.039000', '102737.042000', '102737.045000', '102737.048000', '102737.051000', '102737.053000', '102737.056000', '102737.058000', '102737.061000', '102737.064000', '102737.066000', '102737.069000', '102756.956000', '102756.959000', '102756.961000', '102756.964000', '102756.966000', '102756.969000', '102756.972000', '102756.974000', '102756.977000', '102756.979000', '102756.982000', '102756.985000', '102756.987000', '102756.990000', '102756.993000', '102756.996000', '102756.998000', '102757.002000', '102757.005000', '102757.007000', '102757.010000', '102757.013000', '102757.015000', '102757.018000', '102757.021000', '102757.023000', '102757.026000', '102757.028000', '102757.031000', '102757.034000', '102757.036000', '102757.039000', '102757.041000', '102757.044000', '102757.047000', '102757.050000', '102757.052000', '102757.055000', '102757.058000', '102757.060000', '102757.111000', '102757.113000', '102757.116000', '102757.119000', '102816.956000', '102816.959000', '102816.961000', '102816.964000', '102816.967000', '102816.969000', '102816.972000', '102816.974000', '102816.977000', '102816.980000', '102816.982000', '102816.985000', '102816.988000', '102816.990000', '102816.993000', '102816.995000', '102816.998000', '102817.002000', '102817.005000', '102817.007000', '102817.010000', '102817.013000', '102817.015000', '102817.018000', '102817.021000', '102817.023000', '102817.026000', '102817.029000', '102817.031000', '102817.034000', '102817.037000', '102817.039000', '102817.042000', '102817.044000', '102817.047000', '102817.050000', '102817.052000', '102817.055000', '102817.058000', '102817.060000', '102817.063000', '102817.066000', '102817.068000', '102836.956000', '102836.958000', '102836.961000', '102836.964000', '102836.966000', '102836.969000', '102836.972000', '102836.975000', '102836.977000', '102836.980000', '102836.982000', '102836.985000', '102836.988000', '102836.991000', '102836.993000', '102836.996000', '102837.000000', '102837.002000', '102837.005000', '102837.008000', '102837.010000', '102837.013000', '102837.015000', '102837.018000', '102837.021000', '102837.023000', '102837.026000', '102837.028000', '102837.031000', '102837.034000', '102837.037000', '102837.039000', '102837.042000', '102837.044000', '102837.047000', '102837.050000', '102837.052000', '102837.055000', '102837.058000', '102837.060000', '102837.063000', '102837.066000', '102837.068000', '102837.071000', '102856.957000', '102856.960000', '102856.962000', '102856.965000', '102856.968000', '102856.970000', '102856.973000', '102856.975000', '102856.978000', '102856.981000', '102856.983000', '102856.986000', '102856.989000', '102856.992000', '102856.994000', '102856.997000', '102856.999000', '102857.002000', '102857.005000', '102857.007000', '102857.010000', '102857.012000', '102857.015000', '102857.018000', '102857.020000', '102857.023000', '102857.026000', '102857.028000', '102857.031000', '102857.034000', '102857.036000', '102857.039000', '102857.042000', '102857.044000', '102857.047000', '102857.050000', '102857.052000', '102857.055000', '102857.057000', '102857.060000', '102857.063000', '102857.066000', '102857.068000', '102906.807000', '102906.810000', '102906.813000', '102906.816000', '102906.819000', '102906.822000', '102906.825000', '102906.827000', '102906.834000', '102906.838000', '102906.841000', '102906.844000', '102906.847000', '102906.849000', '102906.852000', '102906.855000', '102906.857000', '102906.860000', '102906.863000', '102906.865000', '102906.868000', '102906.871000'], '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': [9708, 8442, 10081, 8597, 10220, 8455, 7919, 9439, 8061, 9830, 8247, 11023, 8537, 8201, 9029, 7136, 9569, 8046, 9542, 8215, 7144, 8953, 7335, 9333, 7844, 9569, 8224, 9986, 8388, 10410, 8351, 8529, 9062, 7286, 9527, 7687, 9571, 7821, 9561, 8483, 8638, 9433, 8505, 10354, 7859, 9689, 7463, 9363, 8285, 9979, 9125, 7431, 9861, 7988, 10285, 8562, 9492, 9163, 8808, 9968, 8150, 10047, 7867, 9989, 8053, 9871, 8829, 10857, 9150, 9975, 8943, 7145, 9078, 7373, 9019, 7956, 9544, 7957, 9948, 8488, 10598, 8405, 8644, 8814, 7417, 9617, 7894, 9792, 8184, 9986, 8672, 10633, 8685, 10733, 9317, 11116, 8821, 8691, 8704, 7171, 9117, 7223, 9538, 7687, 9329, 7899, 10715, 8613, 10113, 9220, 9531, 9834, 7553, 9773, 7295, 9387, 8164, 10456, 8746, 9394, 9080, 7549, 9647, 7401, 10196, 7392, 9868, 7679, 10376, 8128, 9664, 8138, 10291, 8769, 10371, 8983, 10303, 9795, 7362, 9403, 7253, 9293, 7982, 9872, 8603, 11244, 9134, 10188, 8728, 7849, 9233, 7340, 9480, 7856, 10200, 7988, 9491, 8163, 10255, 8580, 8779, 9368, 7755, 9894, 7489, 9484, 7601, 9323, 8045, 10069, 8752, 12214, 8675, 10827, 8389, 10366, 9160, 8764, 9855, 7964, 9802, 7454, 9437, 7846, 10003, 8675, 10625, 9029, 10883, 9159, 10381, 8516, 10695, 8559, 10421, 8824, 10825, 9140, 10429, 8451, 8199, 9114, 8099, 9113, 8078, 9953, 7709, 9676, 7388, 9666, 7396, 9709, 7687, 9805, 8098, 9944, 7715, 9555, 7997, 9404, 8570, 10388, 9095, 10205, 8728, 8394, 8884, 7238, 8987, 7235, 9705, 7289, 10149, 7599, 9516, 7940, 10337, 8624, 10722, 9116, 10805, 8975, 7514, 9082, 7206, 9053, 7446, 9588, 7890, 10455, 8018, 9768, 8186, 10116, 8245, 9740, 8022, 9962, 8179, 9975, 8084, 9851, 7806, 10374, 8031, 10256, 8446, 10899, 8734, 10674, 8369, 10928, 8262, 11839, 8452, 10309, 8338, 9924, 8490, 10331, 8460, 10414, 8108, 10710, 8492, 9899, 8962, 9857, 9117, 9409, 8907, 8215, 8829, 8569, 9214, 8397, 9193, 9360, 9898, 8388, 9006, 7305, 9204, 7605, 9766, 7738, 10215, 8531, 10357, 8380, 10865, 8871, 10071, 8936, 10904, 9566, 12878, 9387, 11115, 8914, 9479, 9188, 10984, 9631, 10737, 8838, 7607, 8968, 7478, 8900, 8442, 9188, 11104, 9155, 11625, 8976, 9175, 8520, 8582, 8732, 9459, 8864, 9955, 9465, 10481, 8647, 8968, 8526, 7629, 9676, 7942, 10148, 7763, 8395, 8866, 7721, 9150, 9885, 9884, 7948, 9555, 7230, 9499, 7548, 9517, 7723, 10242, 8099, 10077, 8385, 9782, 8346, 10136, 8561, 10405, 9762, 9447, 9043, 7417, 9279, 7337, 9662, 8129, 9720, 8210, 12202, 8196, 11119, 8446, 11451, 8805, 11177, 9561, 8504, 9841, 7360, 9446, 7180, 9288, 7928, 9918, 8451, 11343, 8514, 10680, 7928, 10508, 8846, 9933, 9338, 8398, 9797, 7246, 9393, 7161, 9307, 7478, 9859, 8052, 10152, 8212, 10060, 8029, 8711, 8679, 7768, 9494, 7680, 10223, 7528, 9776, 8109, 10002, 8550, 10813, 9463, 10692, 9726, 7495, 8913, 7045, 9501, 7340, 9899, 8285, 10655, 8299, 10263, 8326, 8613, 9009, 7857, 9732, 7623, 10288, 7630, 9445, 7922, 9886, 8579, 10512, 9051, 9720, 9170, 7075, 9455, 7277, 9878, 8139, 10386, 9263, 10160, 9008, 7123, 9313, 7291, 9665, 7439, 9738, 8362, 10313, 8454, 10484, 8309, 9710, 8681, 8525, 9459, 7486, 9719, 7106, 9381, 7061, 9548, 7773, 9932, 8447, 10701, 8273, 10225, 8295, 10191, 8312, 10449, 8798, 10867, 8714, 10408, 8697, 7761, 8872, 7453, 9570, 7692, 9999, 7719, 10071, 8375, 9108, 8820, 8578, 10071, 7959, 10205, 7543, 9733, 7594, 9633, 8094, 10239, 9167, 13882, 8793, 11561, 8543, 8246, 8709, 7906, 9759, 7712, 9714, 7449, 9590, 7348, 9594, 7403, 10317, 7687, 10164, 7333, 9843, 7558, 9958, 8383, 7812, 9545, 7223, 9693, 8270, 7144, 8728, 8143, 11922, 10097, 10845, 10321, 7818, 12580, 8427, 13789, 10947, 13951, 12581, 8518, 9493, 7144, 9441, 8219, 10415, 9552, 8372, 10266, 7735, 10038, 8462, 9247, 9264, 7794, 10112, 8321, 10791, 8906, 8059, 9223, 7339, 9582, 7956, 10646, 8932, 9939, 8977, 7245, 9347, 7658, 9689, 8446, 9907, 9669, 8007, 10031, 7897, 9850, 8654, 8593, 9685, 8008, 10080, 8157, 11042, 8789, 7404, 9357, 7652, 10453, 8761, 11102, 9486, 8197, 9437, 7452, 9730, 7840, 10483, 9244, 9458, 9769, 7456, 9605, 8291, 10026, 9064, 8359, 10063, 7949, 10661, 8087, 8798, 9445, 7308, 10151, 8795, 10314, 9360, 7707, 9838, 8561, 8894, 9241, 7836, 10627, 8465, 7428, 9193, 7786, 10753, 9640, 7789, 11915, 8409, 9496, 9130, 7939, 10280, 8856, 8616, 9925, 7853, 9853, 8510, 7254, 9788, 7693, 10735, 9199, 7265, 9590, 7481, 9682, 8847, 7558, 10159, 8509, 10300, 8629, 6991, 9344, 8126, 9697, 9618, 8142, 9867, 8399, 8233, 9119, 7742, 9591, 8484, 9787, 9285, 7641, 9530, 8127, 9584, 8979, 7583, 9937, 8345, 10542, 8762, 6987, 9544, 7844, 10577, 9298, 7550, 9915, 7960, 9090, 8612, 7269, 9526, 8215, 9704, 8974, 7726, 9859, 8211, 7481, 9296, 7658, 10582, 8807, 7522, 9561, 7690, 9947, 8727, 7887, 10003, 8066, 10965, 8440, 8349, 8580, 7430, 9455, 8147, 9560, 9141, 7313, 9631, 7880, 8518, 8854, 7144, 9853, 8007, 10813, 8016, 8742, 8693, 7283, 10249, 8742, 12004, 8747, 7243, 9239, 8191, 8840, 9466, 8437, 12569, 8916, 7651, 8988, 7794, 10872, 8897, 8020, 10564, 8051, 8774, 8893, 7477, 10508, 9222, 7350, 9737, 7884, 7535, 9106, 7583, 10463, 8982, 7712, 9515, 8250, 7312, 9359, 7986, 10441, 9332, 7369, 9567, 7879, 7507, 9057, 7196, 10416, 8966, 7566, 9745, 7949, 8798, 9066, 7274, 9569, 8597, 10095, 9183, 7311, 9351, 7805, 10200, 8445, 8011, 9742, 8205, 10346, 8504, 7373, 9307, 7259, 9827, 8677, 7745, 9641, 7609, 9369, 8589, 7078, 9583, 7449, 10151, 8851, 8640, 8602, 7191, 9558, 8171, 7963, 9445, 7628, 10053, 8290, 7468, 9129, 8053, 9447, 9477, 7828, 10283, 8352, 8309, 9078, 7680, 9529, 8499, 10826, 8968, 7362, 9322, 7422, 9683, 8468, 7398, 9594, 7823, 10201, 8785, 7392, 9305, 7750, 10175, 9044, 7677, 9801, 7695, 9201, 8918, 7133, 9390, 7720, 10235, 8931, 10124, 9392, 7234, 9485, 8006, 9097, 8969, 7576, 10347, 7594, 10419, 8665, 7574, 9094, 7129, 10050, 8601, 11963, 8673, 7328, 9553, 7675, 10246, 9032, 8849, 10075, 7821, 10305, 8711, 7547, 9198, 7485, 10222, 8543, 11716, 8957, 7306, 9206, 7447, 10176, 9020, 8021, 9587, 7596, 9518, 8925, 7510, 9529, 7975, 10771, 8985, 9420, 9217, 7469, 11426, 8569, 9988, 9602, 7924, 13918, 9188, 12290, 8554, 7191, 9349, 7749, 10274, 8927, 7175, 9154, 7125, 10023, 8099, 9332, 9657, 7608, 9879, 7210, 9722, 8105, 9989, 8478, 8160, 9772, 7558, 10130, 7476, 9517, 8284, 7257, 9226, 7377, 10037, 8363, 10926, 8391, 10544, 8680, 8703, 8823, 7577, 9924, 8230, 10243, 8090, 9590, 8964, 7471, 9294, 8097, 10100, 8288, 10194, 8565, 9451, 9272, 7842, 10511, 7490, 10007, 7720, 9874, 8089, 10273, 8449, 8519, 9045, 7221, 9979, 7350, 9929, 7545, 9621, 8387, 9965, 8526, 10501, 8566, 10860, 8594, 7262, 9001, 7270, 9276, 7549, 10231, 8620, 8899, 8412, 7475, 9305, 7183, 9797, 8453, 10817, 9072, 11681, 8797, 8648, 8971, 7156, 9527, 7275, 10112, 8075, 10015, 8224, 8093, 9029, 7337, 9047, 7705, 9988, 8642, 10134, 8644, 8800, 8995, 7554, 9240, 7336, 10052, 7822, 12413, 8147, 8736, 8520, 7230, 9431, 7562, 10285, 8478, 8182, 8428, 7146, 9309, 7286, 9760, 8374, 11342, 8645, 7469, 9117, 7234, 9332, 7569, 9605, 8596, 8490, 9482, 7558, 9324, 8137, 9491, 8673, 7719, 9318, 7931, 10147, 8409, 8995, 8786, 7069, 9063, 7684, 9729, 8357, 10547, 8365, 7533, 8941, 7474, 9458, 7924, 10324, 8680, 7961, 8932, 7272, 9053, 7350, 9773, 8787, 11340, 8700, 7655, 9309, 7263, 9442, 8063, 9676, 9027, 8009, 8382, 7419, 8358, 7432, 7648, 9181, 7469, 9697, 8339, 8166, 9687, 8313, 13026, 9220, 7190, 8931, 7689, 12688, 9854, 10950, 9409, 8762, 13715, 13337, 9652, 12604, 8997, 9512, 11842, 7927, 10023, 8620, 12752, 8950, 7263, 9435, 8260, 8013, 9215, 8615, 11239, 9817, 8567, 13645, 11742, 14954, 11486, 8769, 13595, 9934, 14931, 8472, 9791, 8761, 7464, 9808, 8700, 7674, 8898, 7462, 9839, 8189, 7325, 9258, 7419, 9339, 7687, 7285, 7515, 7532, 7308, 10191, 8968, 7439, 10378, 9106, 7443, 9334, 8591, 7221, 9608, 8962, 7693, 9537, 9580, 8165, 8954, 9276, 8016, 10471, 9477, 7762, 10131, 9053, 8747, 9441, 7943, 8238, 9126, 7702, 10353, 9227, 7881, 10478, 8948, 7974, 9581, 7558, 9841, 8741, 10263, 9702, 8592, 10907, 9059, 7156, 9519, 8826, 7728, 10777, 9328, 8125, 9908, 8329, 8757, 9262, 8234, 12567, 11042, 8374, 13570, 8484, 7142, 9685, 8900, 7637, 9615, 8353, 13431, 8983, 9995, 9273, 7974, 9871, 9006, 10193, 9528, 7480, 10158, 8572, 7487, 9305, 7963, 9304, 9182, 7125, 9942, 8298, 8550, 9818, 7501, 10090, 8810, 9381, 9465, 7411, 10079, 8625, 8688, 9416, 7675, 9902, 8923, 9916, 9018, 7099, 9460, 7814, 10858, 8335, 10073, 9344, 8264, 9987, 7393, 10077, 8258, 8922, 8965, 7562, 9826, 8294, 11100, 8831, 10399, 8749, 8277, 9620, 8248, 11185, 8561, 8566, 9091, 7814, 9471, 7532, 9935, 8267, 10202, 8274, 9796, 8561, 8335, 9740, 8075, 10045, 8316], 'WindowCenter': [4620.0, 4585.0, 4613.0, 4582.0, 4600.0, 4568.0, 4559.0, 4572.0, 4557.0, 4582.0, 4568.0, 4596.0, 4566.0, 4568.0, 4575.0, 4546.0, 4588.0, 4569.0, 4600.0, 4581.0, 4561.0, 4590.0, 4556.0, 4585.0, 4570.0, 4603.0, 4582.0, 4602.0, 4594.0, 4612.0, 4581.0, 4591.0, 4590.0, 4567.0, 4598.0, 4583.0, 4616.0, 4582.0, 4616.0, 4596.0, 4594.0, 4603.0, 4595.0, 4614.0, 4584.0, 4614.0, 4586.0, 4606.0, 4595.0, 4611.0, 4604.0, 4574.0, 4615.0, 4597.0, 4625.0, 4597.0, 4614.0, 4605.0, 4593.0, 4608.0, 4578.0, 4603.0, 4584.0, 4601.0, 4582.0, 4599.0, 4591.0, 4610.0, 4593.0, 4602.0, 4591.0, 4564.0, 4591.0, 4572.0, 4590.0, 4572.0, 4601.0, 4582.0, 4601.0, 4594.0, 4623.0, 4594.0, 4593.0, 4592.0, 4572.0, 4601.0, 4583.0, 4613.0, 4594.0, 4613.0, 4594.0, 4612.0, 4593.0, 4609.0, 4602.0, 4622.0, 4592.0, 4592.0, 4592.0, 4561.0, 4593.0, 4572.0, 4604.0, 4583.0, 4603.0, 4586.0, 4624.0, 4596.0, 4614.0, 4605.0, 4603.0, 4613.0, 4573.0, 4614.0, 4576.0, 4602.0, 4594.0, 4612.0, 4595.0, 4604.0, 4604.0, 4585.0, 4614.0, 4576.0, 4609.0, 4564.0, 4614.0, 4567.0, 4614.0, 4584.0, 4603.0, 4584.0, 4623.0, 4594.0, 4611.0, 4593.0, 4613.0, 4614.0, 4573.0, 4603.0, 4575.0, 4603.0, 4585.0, 4613.0, 4594.0, 4624.0, 4605.0, 4624.0, 4592.0, 4584.0, 4603.0, 4564.0, 4602.0, 4572.0, 4612.0, 4583.0, 4604.0, 4583.0, 4612.0, 4592.0, 4592.0, 4603.0, 4574.0, 4615.0, 4574.0, 4615.0, 4586.0, 4604.0, 4584.0, 4608.0, 4593.0, 4632.0, 4595.0, 4623.0, 4584.0, 4614.0, 4602.0, 4582.0, 4613.0, 4582.0, 4613.0, 4575.0, 4603.0, 4585.0, 4612.0, 4594.0, 4607.0, 4592.0, 4612.0, 4592.0, 4612.0, 4592.0, 4611.0, 4592.0, 4611.0, 4593.0, 4609.0, 4601.0, 4611.0, 4581.0, 4582.0, 4592.0, 4583.0, 4592.0, 4573.0, 4614.0, 4573.0, 4602.0, 4575.0, 4604.0, 4573.0, 4601.0, 4571.0, 4602.0, 4573.0, 4601.0, 4574.0, 4601.0, 4582.0, 4602.0, 4591.0, 4611.0, 4592.0, 4610.0, 4594.0, 4593.0, 4603.0, 4577.0, 4604.0, 4574.0, 4609.0, 4576.0, 4625.0, 4588.0, 4616.0, 4599.0, 4621.0, 4606.0, 4623.0, 4606.0, 4624.0, 4606.0, 4577.0, 4604.0, 4586.0, 4606.0, 4576.0, 4615.0, 4585.0, 4625.0, 4585.0, 4615.0, 4596.0, 4625.0, 4596.0, 4614.0, 4584.0, 4614.0, 4583.0, 4612.0, 4584.0, 4615.0, 4585.0, 4625.0, 4584.0, 4615.0, 4596.0, 4622.0, 4594.0, 4624.0, 4596.0, 4624.0, 4594.0, 4633.0, 4590.0, 4614.0, 4584.0, 4611.0, 4593.0, 4612.0, 4583.0, 4624.0, 4586.0, 4624.0, 4606.0, 4615.0, 4605.0, 4614.0, 4606.0, 4606.0, 4603.0, 4596.0, 4606.0, 4593.0, 4606.0, 4593.0, 4605.0, 4603.0, 4613.0, 4596.0, 4606.0, 4589.0, 4617.0, 4588.0, 4624.0, 4587.0, 4627.0, 4608.0, 4627.0, 4610.0, 4649.0, 4621.0, 4629.0, 4619.0, 4636.0, 4617.0, 4657.0, 4618.0, 4637.0, 4607.0, 4616.0, 4604.0, 4624.0, 4615.0, 4625.0, 4603.0, 4584.0, 4605.0, 4586.0, 4606.0, 4595.0, 4604.0, 4624.0, 4605.0, 4632.0, 4603.0, 4604.0, 4595.0, 4595.0, 4593.0, 4601.0, 4592.0, 4613.0, 4602.0, 4626.0, 4607.0, 4604.0, 4594.0, 4587.0, 4617.0, 4598.0, 4626.0, 4586.0, 4596.0, 4607.0, 4583.0, 4615.0, 4615.0, 4616.0, 4584.0, 4613.0, 4576.0, 4614.0, 4585.0, 4603.0, 4575.0, 4612.0, 4585.0, 4615.0, 4595.0, 4615.0, 4593.0, 4613.0, 4595.0, 4612.0, 4615.0, 4605.0, 4605.0, 4576.0, 4602.0, 4574.0, 4601.0, 4573.0, 4603.0, 4582.0, 4632.0, 4585.0, 4622.0, 4582.0, 4621.0, 4590.0, 4611.0, 4601.0, 4582.0, 4602.0, 4574.0, 4602.0, 4563.0, 4591.0, 4570.0, 4599.0, 4582.0, 4616.0, 4581.0, 4612.0, 4573.0, 4611.0, 4591.0, 4600.0, 4592.0, 4580.0, 4601.0, 4562.0, 4591.0, 4563.0, 4588.0, 4560.0, 4599.0, 4569.0, 4601.0, 4580.0, 4612.0, 4582.0, 4591.0, 4591.0, 4566.0, 4601.0, 4573.0, 4613.0, 4585.0, 4613.0, 4586.0, 4612.0, 4592.0, 4620.0, 4602.0, 4612.0, 4600.0, 4572.0, 4591.0, 4562.0, 4599.0, 4560.0, 4600.0, 4581.0, 4610.0, 4583.0, 4613.0, 4581.0, 4590.0, 4589.0, 4572.0, 4601.0, 4571.0, 4609.0, 4572.0, 4602.0, 4580.0, 4595.0, 4581.0, 4609.0, 4590.0, 4601.0, 4590.0, 4561.0, 4600.0, 4560.0, 4601.0, 4570.0, 4598.0, 4590.0, 4600.0, 4589.0, 4557.0, 4590.0, 4562.0, 4587.0, 4559.0, 4589.0, 4570.0, 4600.0, 4569.0, 4610.0, 4580.0, 4601.0, 4580.0, 4579.0, 4599.0, 4555.0, 4594.0, 4563.0, 4601.0, 4561.0, 4599.0, 4572.0, 4601.0, 4580.0, 4612.0, 4583.0, 4610.0, 4580.0, 4612.0, 4577.0, 4611.0, 4592.0, 4609.0, 4587.0, 4611.0, 4592.0, 4572.0, 4591.0, 4560.0, 4601.0, 4571.0, 4603.0, 4574.0, 4614.0, 4594.0, 4603.0, 4594.0, 4593.0, 4612.0, 4572.0, 4612.0, 4573.0, 4603.0, 4573.0, 4595.0, 4572.0, 4596.0, 4591.0, 4639.0, 4581.0, 4621.0, 4580.0, 4579.0, 4580.0, 4571.0, 4601.0, 4572.0, 4601.0, 4572.0, 4600.0, 4571.0, 4600.0, 4561.0, 4612.0, 4570.0, 4610.0, 4563.0, 4601.0, 4572.0, 4615.0, 4593.0, 4573.0, 4612.0, 4576.0, 4616.0, 4620.0, 4602.0, 4618.0, 4611.0, 4646.0, 4625.0, 4626.0, 4614.0, 4573.0, 4633.0, 4582.0, 4640.0, 4611.0, 4642.0, 4630.0, 4583.0, 4589.0, 4561.0, 4589.0, 4570.0, 4600.0, 4588.0, 4571.0, 4601.0, 4570.0, 4600.0, 4580.0, 4588.0, 4588.0, 4560.0, 4599.0, 4568.0, 4610.0, 4579.0, 4571.0, 4590.0, 4561.0, 4591.0, 4571.0, 4599.0, 4590.0, 4601.0, 4590.0, 4561.0, 4592.0, 4571.0, 4601.0, 4581.0, 4601.0, 4603.0, 4573.0, 4613.0, 4583.0, 4612.0, 4595.0, 4592.0, 4602.0, 4573.0, 4612.0, 4573.0, 4622.0, 4592.0, 4573.0, 4605.0, 4574.0, 4613.0, 4593.0, 4622.0, 4604.0, 4584.0, 4603.0, 4574.0, 4604.0, 4584.0, 4610.0, 4593.0, 4602.0, 4602.0, 4572.0, 4603.0, 4583.0, 4601.0, 4592.0, 4582.0, 4603.0, 4572.0, 4612.0, 4581.0, 4592.0, 4601.0, 4562.0, 4602.0, 4582.0, 4612.0, 4605.0, 4574.0, 4603.0, 4593.0, 4616.0, 4604.0, 4571.0, 4612.0, 4582.0, 4573.0, 4592.0, 4574.0, 4611.0, 4601.0, 4573.0, 4620.0, 4582.0, 4601.0, 4589.0, 4572.0, 4599.0, 4578.0, 4581.0, 4599.0, 4572.0, 4601.0, 4582.0, 4561.0, 4600.0, 4561.0, 4610.0, 4591.0, 4562.0, 4602.0, 4572.0, 4601.0, 4589.0, 4570.0, 4601.0, 4580.0, 4612.0, 4591.0, 4564.0, 4587.0, 4569.0, 4589.0, 4589.0, 4570.0, 4601.0, 4582.0, 4583.0, 4590.0, 4571.0, 4588.0, 4580.0, 4598.0, 4589.0, 4572.0, 4601.0, 4574.0, 4601.0, 4580.0, 4560.0, 4601.0, 4581.0, 4611.0, 4582.0, 4564.0, 4601.0, 4571.0, 4610.0, 4589.0, 4571.0, 4603.0, 4582.0, 4595.0, 4592.0, 4564.0, 4601.0, 4580.0, 4601.0, 4590.0, 4573.0, 4612.0, 4583.0, 4573.0, 4593.0, 4572.0, 4612.0, 4592.0, 4573.0, 4602.0, 4574.0, 4611.0, 4581.0, 4571.0, 4602.0, 4571.0, 4606.0, 4581.0, 4582.0, 4582.0, 4563.0, 4601.0, 4581.0, 4601.0, 4586.0, 4575.0, 4612.0, 4583.0, 4595.0, 4593.0, 4575.0, 4615.0, 4599.0, 4645.0, 4598.0, 4600.0, 4595.0, 4577.0, 4625.0, 4594.0, 4634.0, 4595.0, 4575.0, 4600.0, 4594.0, 4593.0, 4602.0, 4582.0, 4633.0, 4592.0, 4573.0, 4592.0, 4572.0, 4610.0, 4591.0, 4571.0, 4611.0, 4572.0, 4591.0, 4588.0, 4560.0, 4599.0, 4589.0, 4561.0, 4601.0, 4573.0, 4573.0, 4590.0, 4569.0, 4599.0, 4579.0, 4561.0, 4600.0, 4580.0, 4572.0, 4590.0, 4566.0, 4610.0, 4590.0, 4560.0, 4596.0, 4581.0, 4561.0, 4590.0, 4561.0, 4609.0, 4591.0, 4559.0, 4600.0, 4573.0, 4590.0, 4591.0, 4555.0, 4584.0, 4581.0, 4598.0, 4589.0, 4557.0, 4592.0, 4571.0, 4600.0, 4581.0, 4569.0, 4590.0, 4581.0, 4599.0, 4581.0, 4574.0, 4596.0, 4572.0, 4601.0, 4591.0, 4571.0, 4602.0, 4575.0, 4605.0, 4593.0, 4562.0, 4603.0, 4561.0, 4607.0, 4593.0, 4593.0, 4592.0, 4565.0, 4613.0, 4595.0, 4583.0, 4601.0, 4583.0, 4611.0, 4595.0, 4574.0, 4604.0, 4585.0, 4604.0, 4603.0, 4574.0, 4613.0, 4595.0, 4595.0, 4603.0, 4573.0, 4602.0, 4595.0, 4621.0, 4592.0, 4574.0, 4603.0, 4575.0, 4604.0, 4583.0, 4572.0, 4602.0, 4575.0, 4607.0, 4592.0, 4576.0, 4605.0, 4585.0, 4612.0, 4604.0, 4575.0, 4614.0, 4584.0, 4605.0, 4593.0, 4564.0, 4604.0, 4573.0, 4606.0, 4588.0, 4614.0, 4601.0, 4573.0, 4613.0, 4585.0, 4603.0, 4594.0, 4573.0, 4612.0, 4584.0, 4625.0, 4595.0, 4575.0, 4593.0, 4563.0, 4600.0, 4592.0, 4631.0, 4593.0, 4573.0, 4603.0, 4572.0, 4611.0, 4591.0, 4593.0, 4603.0, 4574.0, 4611.0, 4592.0, 4573.0, 4590.0, 4561.0, 4611.0, 4582.0, 4619.0, 4592.0, 4562.0, 4591.0, 4561.0, 4600.0, 4589.0, 4571.0, 4603.0, 4574.0, 4604.0, 4594.0, 4564.0, 4602.0, 4571.0, 4606.0, 4592.0, 4592.0, 4593.0, 4572.0, 4621.0, 4580.0, 4599.0, 4585.0, 4568.0, 4640.0, 4590.0, 4620.0, 4577.0, 4549.0, 4587.0, 4556.0, 4592.0, 4578.0, 4551.0, 4591.0, 4551.0, 4599.0, 4566.0, 4587.0, 4591.0, 4559.0, 4599.0, 4561.0, 4601.0, 4572.0, 4600.0, 4569.0, 4569.0, 4598.0, 4561.0, 4601.0, 4560.0, 4601.0, 4581.0, 4561.0, 4589.0, 4562.0, 4602.0, 4576.0, 4622.0, 4583.0, 4613.0, 4581.0, 4581.0, 4591.0, 4559.0, 4601.0, 4570.0, 4600.0, 4571.0, 4602.0, 4591.0, 4561.0, 4591.0, 4570.0, 4600.0, 4582.0, 4600.0, 4581.0, 4599.0, 4591.0, 4569.0, 4598.0, 4548.0, 4588.0, 4558.0, 4587.0, 4568.0, 4601.0, 4580.0, 4579.0, 4580.0, 4561.0, 4599.0, 4561.0, 4601.0, 4570.0, 4600.0, 4582.0, 4600.0, 4581.0, 4599.0, 4581.0, 4620.0, 4582.0, 4563.0, 4585.0, 4561.0, 4592.0, 4572.0, 4602.0, 4582.0, 4591.0, 4584.0, 4575.0, 4603.0, 4563.0, 4600.0, 4584.0, 4623.0, 4594.0, 4632.0, 4594.0, 4594.0, 4592.0, 4561.0, 4600.0, 4562.0, 4611.0, 4573.0, 4614.0, 4583.0, 4584.0, 4593.0, 4572.0, 4593.0, 4573.0, 4597.0, 4593.0, 4613.0, 4593.0, 4593.0, 4590.0, 4571.0, 4591.0, 4562.0, 4602.0, 4571.0, 4625.0, 4582.0, 4592.0, 4590.0, 4561.0, 4591.0, 4573.0, 4612.0, 4580.0, 4583.0, 4582.0, 4564.0, 4602.0, 4561.0, 4596.0, 4583.0, 4620.0, 4581.0, 4560.0, 4591.0, 4571.0, 4591.0, 4573.0, 4596.0, 4581.0, 4582.0, 4601.0, 4572.0, 4602.0, 4582.0, 4601.0, 4582.0, 4560.0, 4592.0, 4570.0, 4599.0, 4583.0, 4593.0, 4581.0, 4561.0, 4591.0, 4570.0, 4590.0, 4582.0, 4612.0, 4580.0, 4573.0, 4591.0, 4560.0, 4601.0, 4571.0, 4601.0, 4581.0, 4572.0, 4592.0, 4572.0, 4587.0, 4562.0, 4599.0, 4582.0, 4610.0, 4580.0, 4571.0, 4593.0, 4573.0, 4602.0, 4582.0, 4602.0, 4604.0, 4594.0, 4593.0, 4575.0, 4593.0, 4585.0, 4597.0, 4617.0, 4584.0, 4613.0, 4594.0, 4595.0, 4608.0, 4594.0, 4653.0, 4604.0, 4562.0, 4587.0, 4573.0, 4632.0, 4612.0, 4623.0, 4590.0, 4579.0, 4628.0, 4642.0, 4602.0, 4630.0, 4593.0, 4588.0, 4607.0, 4557.0, 4587.0, 4567.0, 4615.0, 4571.0, 4547.0, 4576.0, 4567.0, 4556.0, 4575.0, 4564.0, 4594.0, 4572.0, 4553.0, 4611.0, 4591.0, 4610.0, 4580.0, 4537.0, 4599.0, 4556.0, 4605.0, 4535.0, 4557.0, 4537.0, 4518.0, 4559.0, 4550.0, 4542.0, 4560.0, 4530.0, 4572.0, 4551.0, 4544.0, 4574.0, 4546.0, 4587.0, 4570.0, 4573.0, 4570.0, 4570.0, 4571.0, 4599.0, 4578.0, 4549.0, 4599.0, 4594.0, 4588.0, 4604.0, 4594.0, 4577.0, 4613.0, 4593.0, 4574.0, 4603.0, 4603.0, 4584.0, 4595.0, 4603.0, 4583.0, 4614.0, 4602.0, 4574.0, 4611.0, 4593.0, 4583.0, 4603.0, 4583.0, 4583.0, 4592.0, 4572.0, 4602.0, 4594.0, 4583.0, 4613.0, 4592.0, 4584.0, 4602.0, 4572.0, 4597.0, 4584.0, 4600.0, 4604.0, 4582.0, 4614.0, 4590.0, 4568.0, 4616.0, 4594.0, 4586.0, 4637.0, 4608.0, 4588.0, 4617.0, 4610.0, 4622.0, 4620.0, 4597.0, 4632.0, 4613.0, 4582.0, 4642.0, 4594.0, 4565.0, 4603.0, 4592.0, 4573.0, 4603.0, 4582.0, 4641.0, 4591.0, 4602.0, 4590.0, 4569.0, 4594.0, 4592.0, 4598.0, 4590.0, 4563.0, 4611.0, 4580.0, 4560.0, 4590.0, 4571.0, 4591.0, 4590.0, 4565.0, 4613.0, 4584.0, 4592.0, 4602.0, 4562.0, 4611.0, 4594.0, 4604.0, 4606.0, 4576.0, 4614.0, 4594.0, 4594.0, 4592.0, 4574.0, 4602.0, 4593.0, 4614.0, 4594.0, 4564.0, 4603.0, 4575.0, 4621.0, 4583.0, 4601.0, 4603.0, 4583.0, 4614.0, 4574.0, 4616.0, 4593.0, 4595.0, 4605.0, 4576.0, 4616.0, 4597.0, 4636.0, 4605.0, 4616.0, 4595.0, 4583.0, 4604.0, 4584.0, 4625.0, 4594.0, 4596.0, 4606.0, 4574.0, 4604.0, 4575.0, 4615.0, 4595.0, 4615.0, 4596.0, 4614.0, 4594.0, 4595.0, 4603.0, 4584.0, 4615.0, 4596.0], 'WindowWidth': [10140.0, 10081.0, 10116.0, 10070.0, 10091.0, 10044.0, 10031.0, 10044.0, 10025.0, 10055.0, 10040.0, 10078.0, 10037.0, 10041.0, 10047.0, 10011.0, 10068.0, 10046.0, 10090.0, 10065.0, 10041.0, 10077.0, 10031.0, 10067.0, 10049.0, 10098.0, 10068.0, 10096.0, 10087.0, 10110.0, 10066.0, 10079.0, 10078.0, 10047.0, 10088.0, 10075.0, 10122.0, 10076.0, 10123.0, 10095.0, 10089.0, 10101.0, 10091.0, 10116.0, 10075.0, 10116.0, 10084.0, 10108.0, 10093.0, 10109.0, 10102.0, 10062.0, 10118.0, 10096.0, 10133.0, 10096.0, 10115.0, 10103.0, 10084.0, 10104.0, 10061.0, 10097.0, 10075.0, 10095.0, 10070.0, 10090.0, 10079.0, 10105.0, 10084.0, 10094.0, 10079.0, 10048.0, 10081.0, 10058.0, 10078.0, 10054.0, 10092.0, 10069.0, 10094.0, 10087.0, 10127.0, 10089.0, 10085.0, 10084.0, 10056.0, 10096.0, 10073.0, 10113.0, 10090.0, 10115.0, 10089.0, 10112.0, 10085.0, 10103.0, 10097.0, 10123.0, 10081.0, 10084.0, 10083.0, 10043.0, 10084.0, 10056.0, 10102.0, 10074.0, 10102.0, 10082.0, 10131.0, 10094.0, 10115.0, 10106.0, 10099.0, 10114.0, 10060.0, 10115.0, 10067.0, 10100.0, 10088.0, 10110.0, 10091.0, 10102.0, 10102.0, 10078.0, 10118.0, 10068.0, 10107.0, 10048.0, 10114.0, 10047.0, 10114.0, 10075.0, 10099.0, 10076.0, 10129.0, 10089.0, 10108.0, 10086.0, 10112.0, 10116.0, 10060.0, 10101.0, 10066.0, 10102.0, 10078.0, 10114.0, 10090.0, 10130.0, 10103.0, 10130.0, 10085.0, 10076.0, 10099.0, 10046.0, 10097.0, 10055.0, 10109.0, 10071.0, 10101.0, 10073.0, 10111.0, 10084.0, 10081.0, 10101.0, 10061.0, 10117.0, 10064.0, 10118.0, 10081.0, 10104.0, 10076.0, 10103.0, 10088.0, 10140.0, 10089.0, 10128.0, 10076.0, 10114.0, 10096.0, 10069.0, 10113.0, 10068.0, 10112.0, 10065.0, 10100.0, 10078.0, 10111.0, 10086.0, 10099.0, 10083.0, 10109.0, 10081.0, 10110.0, 10084.0, 10108.0, 10083.0, 10105.0, 10083.0, 10103.0, 10094.0, 10108.0, 10068.0, 10070.0, 10084.0, 10072.0, 10082.0, 10056.0, 10114.0, 10059.0, 10096.0, 10065.0, 10100.0, 10059.0, 10095.0, 10054.0, 10095.0, 10057.0, 10094.0, 10060.0, 10095.0, 10069.0, 10096.0, 10080.0, 10107.0, 10083.0, 10106.0, 10086.0, 10088.0, 10102.0, 10071.0, 10103.0, 10064.0, 10108.0, 10069.0, 10133.0, 10086.0, 10125.0, 10103.0, 10126.0, 10107.0, 10128.0, 10109.0, 10130.0, 10106.0, 10071.0, 10104.0, 10083.0, 10107.0, 10067.0, 10117.0, 10079.0, 10132.0, 10077.0, 10120.0, 10095.0, 10133.0, 10095.0, 10117.0, 10076.0, 10116.0, 10074.0, 10111.0, 10076.0, 10119.0, 10081.0, 10134.0, 10078.0, 10118.0, 10093.0, 10126.0, 10089.0, 10129.0, 10092.0, 10129.0, 10090.0, 10140.0, 10081.0, 10116.0, 10074.0, 10110.0, 10085.0, 10111.0, 10074.0, 10129.0, 10079.0, 10130.0, 10107.0, 10116.0, 10106.0, 10116.0, 10109.0, 10107.0, 10102.0, 10096.0, 10109.0, 10090.0, 10106.0, 10087.0, 10104.0, 10098.0, 10114.0, 10096.0, 10112.0, 10091.0, 10125.0, 10088.0, 10132.0, 10087.0, 10140.0, 10116.0, 10141.0, 10120.0, 10173.0, 10137.0, 10146.0, 10131.0, 10150.0, 10126.0, 10177.0, 10127.0, 10151.0, 10111.0, 10121.0, 10105.0, 10129.0, 10118.0, 10130.0, 10101.0, 10078.0, 10107.0, 10082.0, 10107.0, 10091.0, 10102.0, 10127.0, 10103.0, 10138.0, 10099.0, 10102.0, 10091.0, 10090.0, 10087.0, 10095.0, 10084.0, 10111.0, 10098.0, 10137.0, 10113.0, 10103.0, 10088.0, 10084.0, 10125.0, 10103.0, 10136.0, 10082.0, 10097.0, 10110.0, 10075.0, 10120.0, 10119.0, 10122.0, 10075.0, 10114.0, 10067.0, 10116.0, 10078.0, 10099.0, 10062.0, 10110.0, 10075.0, 10118.0, 10091.0, 10116.0, 10086.0, 10111.0, 10090.0, 10109.0, 10117.0, 10104.0, 10103.0, 10065.0, 10096.0, 10060.0, 10093.0, 10056.0, 10098.0, 10067.0, 10135.0, 10075.0, 10124.0, 10069.0, 10118.0, 10076.0, 10104.0, 10092.0, 10066.0, 10092.0, 10059.0, 10094.0, 10043.0, 10078.0, 10048.0, 10087.0, 10066.0, 10109.0, 10065.0, 10108.0, 10055.0, 10106.0, 10078.0, 10088.0, 10079.0, 10061.0, 10090.0, 10042.0, 10079.0, 10043.0, 10072.0, 10034.0, 10087.0, 10046.0, 10092.0, 10064.0, 10110.0, 10069.0, 10082.0, 10080.0, 10044.0, 10096.0, 10058.0, 10113.0, 10078.0, 10115.0, 10080.0, 10112.0, 10083.0, 10117.0, 10097.0, 10109.0, 10092.0, 10058.0, 10081.0, 10044.0, 10088.0, 10037.0, 10090.0, 10065.0, 10104.0, 10069.0, 10112.0, 10068.0, 10080.0, 10076.0, 10053.0, 10094.0, 10052.0, 10104.0, 10057.0, 10097.0, 10065.0, 10082.0, 10066.0, 10102.0, 10077.0, 10092.0, 10077.0, 10042.0, 10090.0, 10037.0, 10091.0, 10050.0, 10085.0, 10078.0, 10090.0, 10074.0, 10034.0, 10077.0, 10041.0, 10070.0, 10032.0, 10072.0, 10048.0, 10088.0, 10047.0, 10104.0, 10064.0, 10091.0, 10062.0, 10060.0, 10087.0, 10026.0, 10080.0, 10045.0, 10094.0, 10041.0, 10088.0, 10055.0, 10093.0, 10064.0, 10108.0, 10070.0, 10106.0, 10066.0, 10108.0, 10059.0, 10105.0, 10082.0, 10103.0, 10072.0, 10109.0, 10083.0, 10057.0, 10080.0, 10037.0, 10093.0, 10053.0, 10098.0, 10062.0, 10115.0, 10088.0, 10100.0, 10088.0, 10084.0, 10110.0, 10055.0, 10108.0, 10059.0, 10098.0, 10058.0, 10081.0, 10053.0, 10081.0, 10079.0, 10142.0, 10064.0, 10119.0, 10064.0, 10061.0, 10061.0, 10049.0, 10093.0, 10053.0, 10092.0, 10057.0, 10093.0, 10055.0, 10091.0, 10039.0, 10108.0, 10050.0, 10105.0, 10043.0, 10093.0, 10055.0, 10121.0, 10088.0, 10059.0, 10112.0, 10068.0, 10122.0, 10139.0, 10119.0, 10133.0, 10123.0, 10164.0, 10134.0, 10132.0, 10114.0, 10057.0, 10137.0, 10068.0, 10146.0, 10104.0, 10146.0, 10129.0, 10067.0, 10073.0, 10037.0, 10074.0, 10047.0, 10084.0, 10070.0, 10047.0, 10088.0, 10049.0, 10089.0, 10061.0, 10070.0, 10069.0, 10033.0, 10086.0, 10044.0, 10102.0, 10060.0, 10051.0, 10074.0, 10037.0, 10075.0, 10048.0, 10086.0, 10075.0, 10090.0, 10076.0, 10039.0, 10080.0, 10052.0, 10090.0, 10066.0, 10091.0, 10095.0, 10056.0, 10112.0, 10073.0, 10112.0, 10089.0, 10082.0, 10093.0, 10054.0, 10107.0, 10056.0, 10122.0, 10083.0, 10060.0, 10101.0, 10060.0, 10110.0, 10084.0, 10121.0, 10098.0, 10072.0, 10097.0, 10061.0, 10100.0, 10071.0, 10103.0, 10084.0, 10094.0, 10093.0, 10057.0, 10098.0, 10072.0, 10091.0, 10081.0, 10067.0, 10096.0, 10054.0, 10110.0, 10067.0, 10082.0, 10090.0, 10040.0, 10094.0, 10066.0, 10108.0, 10105.0, 10062.0, 10096.0, 10082.0, 10124.0, 10102.0, 10054.0, 10111.0, 10069.0, 10059.0, 10081.0, 10058.0, 10105.0, 10093.0, 10055.0, 10119.0, 10069.0, 10095.0, 10075.0, 10054.0, 10084.0, 10056.0, 10061.0, 10086.0, 10052.0, 10093.0, 10066.0, 10038.0, 10088.0, 10036.0, 10100.0, 10076.0, 10040.0, 10094.0, 10055.0, 10094.0, 10073.0, 10048.0, 10092.0, 10063.0, 10108.0, 10079.0, 10048.0, 10072.0, 10048.0, 10073.0, 10073.0, 10049.0, 10091.0, 10068.0, 10072.0, 10077.0, 10052.0, 10072.0, 10062.0, 10084.0, 10072.0, 10054.0, 10094.0, 10059.0, 10092.0, 10062.0, 10035.0, 10091.0, 10064.0, 10105.0, 10067.0, 10046.0, 10094.0, 10053.0, 10101.0, 10075.0, 10050.0, 10096.0, 10068.0, 10090.0, 10081.0, 10046.0, 10093.0, 10064.0, 10092.0, 10075.0, 10057.0, 10111.0, 10071.0, 10060.0, 10082.0, 10054.0, 10107.0, 10081.0, 10057.0, 10097.0, 10060.0, 10107.0, 10066.0, 10051.0, 10094.0, 10051.0, 10097.0, 10065.0, 10069.0, 10067.0, 10043.0, 10091.0, 10065.0, 10092.0, 10069.0, 10062.0, 10111.0, 10075.0, 10091.0, 10085.0, 10065.0, 10117.0, 10104.0, 10168.0, 10101.0, 10097.0, 10094.0, 10069.0, 10131.0, 10088.0, 10143.0, 10092.0, 10067.0, 10095.0, 10089.0, 10085.0, 10095.0, 10069.0, 10137.0, 10082.0, 10060.0, 10083.0, 10055.0, 10102.0, 10077.0, 10050.0, 10106.0, 10055.0, 10080.0, 10072.0, 10035.0, 10086.0, 10074.0, 10037.0, 10093.0, 10056.0, 10057.0, 10075.0, 10046.0, 10085.0, 10058.0, 10036.0, 10090.0, 10064.0, 10056.0, 10076.0, 10042.0, 10101.0, 10076.0, 10035.0, 10083.0, 10067.0, 10041.0, 10077.0, 10038.0, 10100.0, 10077.0, 10033.0, 10090.0, 10057.0, 10078.0, 10078.0, 10027.0, 10064.0, 10064.0, 10084.0, 10073.0, 10032.0, 10081.0, 10053.0, 10089.0, 10064.0, 10047.0, 10075.0, 10064.0, 10088.0, 10066.0, 10061.0, 10085.0, 10054.0, 10093.0, 10080.0, 10053.0, 10095.0, 10063.0, 10104.0, 10086.0, 10044.0, 10098.0, 10040.0, 10101.0, 10085.0, 10085.0, 10084.0, 10051.0, 10114.0, 10090.0, 10072.0, 10095.0, 10073.0, 10109.0, 10090.0, 10064.0, 10103.0, 10077.0, 10101.0, 10099.0, 10060.0, 10113.0, 10091.0, 10091.0, 10100.0, 10061.0, 10096.0, 10089.0, 10121.0, 10083.0, 10059.0, 10098.0, 10064.0, 10101.0, 10072.0, 10057.0, 10098.0, 10063.0, 10103.0, 10086.0, 10068.0, 10105.0, 10078.0, 10110.0, 10103.0, 10063.0, 10116.0, 10076.0, 10105.0, 10085.0, 10049.0, 10102.0, 10059.0, 10099.0, 10076.0, 10113.0, 10094.0, 10063.0, 10115.0, 10079.0, 10099.0, 10089.0, 10059.0, 10112.0, 10074.0, 10131.0, 10091.0, 10064.0, 10084.0, 10043.0, 10093.0, 10082.0, 10135.0, 10085.0, 10059.0, 10099.0, 10057.0, 10105.0, 10079.0, 10083.0, 10096.0, 10059.0, 10107.0, 10081.0, 10058.0, 10077.0, 10039.0, 10106.0, 10067.0, 10116.0, 10079.0, 10041.0, 10078.0, 10039.0, 10089.0, 10075.0, 10053.0, 10097.0, 10060.0, 10101.0, 10086.0, 10045.0, 10095.0, 10052.0, 10095.0, 10080.0, 10080.0, 10082.0, 10055.0, 10119.0, 10062.0, 10084.0, 10065.0, 10042.0, 10141.0, 10074.0, 10116.0, 10055.0, 10018.0, 10067.0, 10024.0, 10071.0, 10054.0, 10023.0, 10076.0, 10024.0, 10088.0, 10040.0, 10068.0, 10075.0, 10032.0, 10086.0, 10038.0, 10092.0, 10053.0, 10089.0, 10046.0, 10045.0, 10084.0, 10036.0, 10090.0, 10038.0, 10093.0, 10065.0, 10040.0, 10074.0, 10041.0, 10094.0, 10056.0, 10123.0, 10071.0, 10112.0, 10066.0, 10063.0, 10077.0, 10032.0, 10091.0, 10047.0, 10090.0, 10052.0, 10094.0, 10078.0, 10038.0, 10076.0, 10046.0, 10087.0, 10065.0, 10090.0, 10064.0, 10088.0, 10078.0, 10045.0, 10083.0, 10015.0, 10070.0, 10028.0, 10068.0, 10044.0, 10090.0, 10061.0, 10058.0, 10062.0, 10036.0, 10086.0, 10039.0, 10092.0, 10051.0, 10090.0, 10065.0, 10088.0, 10063.0, 10087.0, 10064.0, 10118.0, 10068.0, 10043.0, 10067.0, 10039.0, 10079.0, 10054.0, 10093.0, 10067.0, 10082.0, 10072.0, 10063.0, 10097.0, 10046.0, 10092.0, 10074.0, 10125.0, 10085.0, 10136.0, 10085.0, 10087.0, 10082.0, 10040.0, 10090.0, 10039.0, 10106.0, 10056.0, 10114.0, 10072.0, 10072.0, 10083.0, 10055.0, 10083.0, 10057.0, 10086.0, 10084.0, 10112.0, 10085.0, 10085.0, 10079.0, 10053.0, 10078.0, 10039.0, 10095.0, 10051.0, 10123.0, 10068.0, 10083.0, 10078.0, 10040.0, 10078.0, 10056.0, 10108.0, 10065.0, 10073.0, 10071.0, 10048.0, 10095.0, 10039.0, 10083.0, 10070.0, 10117.0, 10064.0, 10039.0, 10078.0, 10055.0, 10080.0, 10055.0, 10081.0, 10065.0, 10067.0, 10091.0, 10057.0, 10096.0, 10069.0, 10093.0, 10066.0, 10036.0, 10080.0, 10049.0, 10089.0, 10070.0, 10084.0, 10066.0, 10040.0, 10078.0, 10048.0, 10076.0, 10067.0, 10108.0, 10064.0, 10060.0, 10080.0, 10037.0, 10090.0, 10051.0, 10092.0, 10065.0, 10055.0, 10082.0, 10057.0, 10072.0, 10042.0, 10088.0, 10066.0, 10102.0, 10062.0, 10053.0, 10083.0, 10059.0, 10095.0, 10070.0, 10094.0, 10102.0, 10092.0, 10087.0, 10065.0, 10086.0, 10082.0, 10100.0, 10126.0, 10078.0, 10115.0, 10090.0, 10091.0, 10104.0, 10088.0, 10168.0, 10102.0, 10045.0, 10073.0, 10057.0, 10136.0, 10110.0, 10128.0, 10075.0, 10058.0, 10120.0, 10150.0, 10096.0, 10131.0, 10086.0, 10070.0, 10094.0, 10024.0, 10066.0, 10037.0, 10101.0, 10040.0, 10012.0, 10050.0, 10039.0, 10023.0, 10047.0, 10030.0, 10069.0, 10039.0, 10012.0, 10089.0, 10059.0, 10085.0, 10043.0, 9982.0, 10065.0, 10005.0, 10072.0, 9975.0, 10006.0, 9980.0, 9957.0, 10012.0, 10002.0, 9994.0, 10017.0, 9979.0, 10035.0, 10007.0, 10000.0, 10043.0, 10009.0, 10069.0, 10053.0, 10063.0, 10056.0, 10053.0, 10053.0, 10082.0, 10055.0, 10015.0, 10084.0, 10085.0, 10087.0, 10101.0, 10089.0, 10070.0, 10113.0, 10084.0, 10060.0, 10096.0, 10096.0, 10072.0, 10088.0, 10097.0, 10072.0, 10113.0, 10093.0, 10057.0, 10105.0, 10081.0, 10069.0, 10096.0, 10069.0, 10071.0, 10080.0, 10055.0, 10092.0, 10085.0, 10070.0, 10109.0, 10082.0, 10074.0, 10095.0, 10055.0, 10084.0, 10070.0, 10088.0, 10097.0, 10068.0, 10112.0, 10079.0, 10056.0, 10119.0, 10087.0, 10080.0, 10150.0, 10112.0, 10082.0, 10123.0, 10118.0, 10140.0, 10133.0, 10097.0, 10135.0, 10108.0, 10066.0, 10149.0, 10085.0, 10051.0, 10096.0, 10079.0, 10054.0, 10094.0, 10066.0, 10144.0, 10077.0, 10093.0, 10073.0, 10045.0, 10076.0, 10077.0, 10084.0, 10073.0, 10043.0, 10104.0, 10060.0, 10035.0, 10073.0, 10049.0, 10076.0, 10076.0, 10047.0, 10111.0, 10073.0, 10081.0, 10093.0, 10041.0, 10106.0, 10085.0, 10100.0, 10103.0, 10065.0, 10113.0, 10086.0, 10084.0, 10081.0, 10058.0, 10096.0, 10083.0, 10113.0, 10085.0, 10047.0, 10097.0, 10061.0, 10118.0, 10071.0, 10092.0, 10097.0, 10069.0, 10113.0, 10062.0, 10120.0, 10087.0, 10088.0, 10102.0, 10063.0, 10118.0, 10093.0, 10147.0, 10104.0, 10118.0, 10087.0, 10071.0, 10101.0, 10073.0, 10129.0, 10088.0, 10093.0, 10104.0, 10060.0, 10100.0, 10061.0, 10117.0, 10088.0, 10118.0, 10095.0, 10119.0, 10089.0, 10090.0, 10099.0, 10073.0, 10118.0, 10092.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.0010216787790697673</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017838678851744186</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.91844755145452</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1755744047999994</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0143151223927283</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3866.9524</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0706352684966476</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.0348837209302326</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.596243645711399</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5218801216918743</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8259249326246993</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4409258828176235</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00896075</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010718146339058876</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.036001354455947876</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7086357563262093</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>11.9463</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.0859</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.8087</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295067.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1173.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>425.2311</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7852</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.0531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3750.6931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81477.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1081.2535</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.43183444882743</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> |