=== 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-0002 --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-0002",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
147 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
147 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-01/func/sub-0002_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>42e8b0770ce5cad0e8018ab18c2ccf86</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:47:51.595000</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_VE11C_LATEST_20160120</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.989531, -0.071731, 0.125235, 0.0509933, 0.985542, 0.161573]</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.0714466</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7788, -7281, 517, -79, -342, 28, 69]</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>233.707</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>09363723-1b9e-4544-8afe-4a5725b420d3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6548383235931396, 0.1368112415075302, 0.36453744769096375, 105.39185333251953], [0.19244912266731262, 2.6441380977630615, 0.41443783044815063, -115.53483581542969], [0.3359954059123993, -0.43348902463912964, 2.642982006072998, -57.98563003540039], [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': ['104751.595000', '104752.055000', '104752.515000', '104752.975000', '104753.435000', '104753.895000', '104754.355000', '104754.815000', '104755.275000', '104755.735000', '104756.195000', '104756.655000', '104757.115000', '104757.575000', '104758.035000', '104758.495000', '104758.955000', '104759.415000', '104759.875000', '104800.335000', '104800.795000', '104801.255000', '104801.715000', '104802.175000', '104802.635000', '104803.095000', '104803.555000', '104804.015000', '104804.475000', '104804.935000', '104805.395000', '104805.855000', '104806.315000', '104806.775000', '104807.235000', '104807.695000', '104808.155000', '104808.615000', '104809.075000', '104809.535000', '104809.995000', '104810.455000', '104810.915000', '104811.375000', '104811.835000', '104812.295000', '104812.755000', '104813.215000', '104813.675000', '104814.135000', '104814.595000', '104815.055000', '104815.515000', '104815.975000', '104816.435000', '104816.895000', '104817.355000', '104817.815000', '104818.275000', '104818.735000', '104819.195000', '104819.655000', '104820.115000', '104820.575000', '104821.035000', '104821.495000', '104821.955000', '104822.415000', '104822.875000', '104823.335000', '104823.795000', '104824.255000', '104824.715000', '104825.175000', '104825.635000', '104826.095000', '104826.555000', '104827.015000', '104827.475000', '104827.935000', '104828.395000', '104828.855000', '104829.315000', '104829.775000', '104830.235000', '104830.695000', '104831.155000', '104831.615000', '104832.075000', '104832.535000', '104832.995000', '104833.455000', '104833.915000', '104834.375000', '104834.835000', '104835.295000', '104835.755000', '104836.215000', '104836.675000', '104837.135000', '104837.595000', '104838.055000', '104838.515000', '104838.975000', '104839.435000', '104839.895000', '104840.355000', '104840.815000', '104841.275000', '104841.735000', '104842.195000', '104842.655000', '104843.115000', '104843.575000', '104844.035000', '104844.495000', '104844.955000', '104845.415000', '104845.875000', '104846.335000', '104846.795000', '104847.255000', '104847.715000', '104848.175000', '104848.635000', '104849.095000', '104849.555000', '104850.015000', '104850.475000', '104850.935000', '104851.395000', '104851.855000', '104852.315000', '104852.775000', '104853.235000', '104853.695000', '104854.155000', '104854.615000', '104855.075000', '104855.535000', '104855.995000', '104856.455000', '104856.915000', '104857.375000', '104857.835000', '104858.295000', '104858.755000', '104859.215000', '104859.675000', '104900.135000', '104900.595000', '104901.055000', '104901.515000', '104901.975000', '104902.435000', '104902.895000', '104903.355000', '104903.815000', '104904.275000', '104904.735000', '104905.195000', '104905.655000', '104906.115000', '104906.575000', '104907.035000', '104907.495000', '104907.955000', '104908.415000', '104908.875000', '104909.335000', '104909.795000', '104910.255000', '104910.715000', '104911.175000', '104911.635000', '104912.095000', '104912.555000', '104913.015000', '104913.475000', '104913.935000', '104914.395000', '104914.855000', '104915.315000', '104915.775000', '104916.235000', '104916.695000', '104917.155000', '104917.615000', '104918.075000', '104918.535000', '104918.995000', '104919.455000', '104919.915000', '104920.375000', '104920.835000', '104921.295000', '104921.755000', '104922.215000', '104922.675000', '104923.135000', '104923.595000', '104924.055000', '104924.515000', '104924.975000', '104925.435000', '104925.895000', '104926.355000', '104926.815000', '104927.275000', '104927.735000', '104928.195000', '104928.655000', '104929.115000', '104929.575000', '104930.035000', '104930.495000', '104930.955000', '104931.415000', '104931.875000', '104932.335000', '104932.795000', '104933.255000', '104933.715000', '104934.175000', '104934.635000', '104935.095000', '104935.555000', '104936.015000', '104936.475000', '104936.935000', '104937.395000', '104937.855000', '104938.315000', '104938.775000', '104939.235000', '104939.695000', '104940.155000', '104940.615000', '104941.075000', '104941.535000', '104941.995000', '104942.455000', '104942.915000', '104943.375000', '104943.835000', '104944.295000', '104944.755000', '104945.215000', '104945.675000', '104946.135000', '104946.595000', '104947.055000', '104947.515000', '104947.975000', '104948.435000', '104948.895000', '104949.355000', '104949.815000', '104950.275000', '104950.735000', '104951.195000', '104951.655000', '104952.115000', '104952.575000', '104953.035000', '104953.495000', '104953.955000', '104954.415000', '104954.875000', '104955.335000', '104955.795000', '104956.255000', '104956.715000', '104957.175000', '104957.635000', '104958.095000', '104958.555000', '104959.015000', '104959.475000', '104959.935000', '105000.395000', '105000.855000', '105001.315000', '105001.775000', '105002.235000', '105002.695000', '105003.155000', '105003.615000', '105004.075000', '105004.535000', '105004.995000', '105005.455000', '105005.915000', '105006.375000', '105006.835000', '105007.295000', '105007.755000', '105008.215000', '105008.675000', '105009.135000', '105009.595000', '105010.055000', '105010.515000', '105010.975000', '105011.435000', '105011.895000', '105012.355000', '105012.815000', '105013.275000', '105013.735000', '105014.195000', '105014.655000', '105015.115000', '105015.575000', '105016.035000', '105016.495000', '105016.955000', '105017.415000', '105017.875000', '105018.335000', '105018.795000', '105019.255000', '105019.715000', '105020.175000', '105020.635000', '105021.095000', '105021.555000', '105022.015000', '105022.475000', '105022.935000', '105023.395000', '105023.855000', '105024.315000', '105024.775000', '105025.235000', '105025.695000', '105026.155000', '105026.615000', '105027.075000', '105027.535000', '105027.995000', '105028.455000', '105028.915000', '105029.375000', '105029.835000', '105030.295000', '105030.755000', '105031.215000', '105031.675000', '105032.135000', '105032.595000', '105033.055000', '105033.515000', '105033.975000', '105034.435000', '105034.895000', '105035.355000', '105035.815000', '105036.275000', '105036.735000', '105037.195000', '105037.655000', '105038.115000', '105038.575000', '105039.035000', '105039.495000', '105039.955000', '105040.415000', '105040.875000', '105041.335000', '105041.795000', '105042.255000', '105042.715000', '105043.175000', '105043.635000', '105044.095000', '105044.555000', '105045.015000', '105045.475000', '105045.935000', '105046.395000', '105046.855000', '105047.315000', '105047.775000', '105048.235000', '105048.695000', '105049.155000', '105049.615000', '105050.075000', '105050.535000', '105050.995000', '105051.455000', '105051.915000', '105052.375000', '105052.835000', '105053.295000', '105053.755000', '105054.215000', '105054.675000', '105055.135000', '105055.595000', '105056.055000', '105056.515000', '105056.975000', '105057.435000', '105057.895000', '105058.355000', '105058.815000', '105059.275000', '105059.735000', '105100.195000', '105100.655000', '105101.115000', '105101.575000', '105102.035000', '105102.495000', '105102.955000', '105103.415000', '105103.875000', '105104.335000', '105104.795000', '105105.255000', '105105.715000', '105106.175000', '105106.635000', '105107.095000', '105107.555000', '105108.015000', '105108.475000', '105108.935000', '105109.395000', '105109.855000', '105110.315000', '105110.775000', '105111.235000', '105111.695000', '105112.155000', '105112.615000', '105113.075000', '105113.535000', '105113.995000', '105114.455000', '105114.915000', '105115.375000', '105115.835000', '105116.295000', '105116.755000', '105117.215000', '105117.675000', '105118.135000', '105118.595000', '105119.055000', '105119.515000', '105119.975000', '105120.435000', '105120.895000', '105121.355000', '105121.815000', '105122.275000', '105122.735000', '105123.195000', '105123.655000', '105124.115000', '105124.575000', '105125.035000', '105125.495000', '105125.955000', '105126.415000', '105126.875000', '105127.335000', '105127.795000', '105128.255000', '105128.715000', '105129.175000', '105129.635000', '105130.095000', '105130.555000', '105131.015000', '105131.475000', '105131.935000', '105132.395000', '105132.855000', '105133.315000', '105133.775000', '105134.235000', '105134.695000', '105135.155000', '105135.615000', '105136.075000', '105136.535000', '105136.995000', '105137.455000', '105137.915000', '105138.375000', '105138.835000', '105139.295000', '105139.755000', '105140.215000', '105140.675000', '105141.135000', '105141.595000', '105142.055000', '105142.515000', '105142.975000', '105143.435000', '105143.895000', '105144.355000', '105144.815000', '105145.275000', '105145.735000', '105146.195000', '105146.655000', '105147.115000', '105147.575000', '105148.035000', '105148.495000', '105148.955000', '105149.415000', '105149.875000', '105150.335000', '105150.795000', '105151.255000', '105151.715000', '105152.175000', '105152.635000', '105153.095000', '105153.555000', '105154.015000', '105154.475000', '105154.935000', '105155.395000', '105155.855000', '105156.315000', '105156.775000', '105157.235000', '105157.695000', '105158.155000', '105158.615000', '105159.075000', '105159.535000', '105159.995000', '105200.455000', '105200.915000', '105201.375000', '105201.835000', '105202.295000', '105202.755000', '105203.215000', '105203.675000', '105204.135000', '105204.595000', '105205.055000', '105205.515000', '105205.975000', '105206.435000', '105206.895000', '105207.355000', '105207.815000', '105208.275000', '105208.735000', '105209.195000', '105209.655000', '105210.115000', '105210.575000', '105211.035000', '105211.495000', '105211.955000', '105212.415000', '105212.875000', '105213.335000', '105213.795000', '105214.255000', '105214.715000', '105215.175000', '105215.635000', '105216.095000', '105216.555000', '105217.015000', '105217.475000', '105217.935000', '105218.395000', '105218.855000', '105219.315000', '105219.775000', '105220.235000', '105220.695000', '105221.155000', '105221.615000', '105222.075000', '105222.535000', '105222.995000', '105223.455000', '105223.915000', '105224.375000', '105224.835000', '105225.295000', '105225.755000', '105226.215000', '105226.675000', '105227.135000', '105227.595000', '105228.055000', '105228.515000', '105228.975000', '105229.435000', '105229.895000', '105230.355000', '105230.815000', '105231.275000', '105231.735000', '105232.195000', '105232.655000', '105233.115000', '105233.575000', '105234.035000', '105234.495000', '105234.955000', '105235.415000', '105235.875000', '105236.335000', '105236.795000', '105237.255000', '105237.715000', '105238.175000', '105238.635000', '105239.095000', '105239.555000', '105240.015000', '105240.475000', '105240.935000', '105241.395000', '105241.855000', '105242.315000', '105242.775000', '105243.235000', '105243.695000', '105244.155000', '105244.615000', '105245.075000', '105245.535000', '105245.995000', '105246.455000', '105246.915000', '105247.375000', '105247.835000', '105248.295000', '105248.755000', '105249.215000', '105249.675000', '105250.135000', '105250.595000', '105251.055000', '105251.515000', '105251.975000', '105252.435000', '105252.895000', '105253.355000', '105253.815000', '105254.275000', '105254.735000', '105255.195000', '105255.655000', '105256.115000', '105256.575000', '105257.035000', '105257.495000', '105257.955000', '105258.415000', '105258.875000', '105259.335000', '105259.795000', '105300.255000', '105300.715000', '105301.175000', '105301.635000', '105302.095000', '105302.555000', '105303.015000', '105303.475000', '105303.935000', '105304.395000', '105304.855000', '105305.315000', '105305.775000', '105306.235000', '105306.695000', '105307.155000', '105307.615000', '105308.075000', '105308.535000', '105308.995000', '105309.455000', '105309.915000', '105310.375000', '105310.835000', '105311.295000', '105311.755000', '105312.215000', '105312.675000', '105313.135000', '105313.595000', '105314.055000', '105314.515000', '105314.975000', '105315.435000', '105315.895000', '105316.355000', '105316.815000', '105317.275000', '105317.735000', '105318.195000', '105318.655000', '105319.115000', '105319.575000', '105320.035000', '105320.495000', '105320.955000', '105321.415000', '105321.875000', '105322.335000', '105322.795000', '105323.255000', '105323.715000', '105324.175000', '105324.635000', '105325.095000', '105325.555000', '105326.015000', '105326.475000', '105326.935000', '105327.395000', '105327.855000', '105328.315000', '105328.775000', '105329.235000', '105329.695000', '105330.155000', '105330.615000', '105331.075000', '105331.535000', '105331.995000', '105332.455000', '105332.915000', '105333.375000', '105333.835000', '105334.295000', '105334.755000', '105335.215000', '105335.675000', '105336.135000', '105336.595000', '105337.055000', '105337.515000', '105337.975000', '105338.435000', '105338.895000', '105339.355000', '105339.815000', '105340.275000', '105340.735000', '105341.195000', '105341.655000', '105342.115000', '105342.575000', '105343.035000', '105343.495000', '105343.955000', '105344.415000', '105344.875000', '105345.335000', '105345.795000', '105346.255000', '105346.715000', '105347.175000', '105347.635000', '105348.095000', '105348.555000', '105349.015000', '105349.475000', '105349.935000', '105350.395000', '105350.855000', '105351.315000', '105351.775000', '105352.235000', '105352.695000', '105353.155000', '105353.615000', '105354.075000', '105354.535000', '105354.995000', '105355.455000', '105355.915000', '105356.375000', '105356.835000', '105357.295000', '105357.755000', '105358.215000', '105358.675000', '105359.135000', '105359.595000', '105400.055000', '105400.515000', '105400.975000', '105401.435000', '105401.895000', '105402.355000', '105402.815000', '105403.275000', '105403.735000', '105404.195000', '105404.655000', '105405.115000', '105405.575000', '105406.035000', '105406.495000', '105406.955000', '105407.415000', '105407.875000', '105408.335000', '105408.795000', '105409.255000', '105409.715000', '105410.175000', '105410.635000', '105411.095000', '105411.555000', '105412.015000', '105412.475000', '105412.935000', '105413.395000', '105413.855000', '105414.315000', '105414.775000', '105415.235000', '105415.695000', '105416.155000', '105416.615000', '105417.075000', '105417.535000', '105417.995000', '105418.455000', '105418.915000', '105419.375000', '105419.835000', '105420.295000', '105420.755000', '105421.215000', '105421.675000', '105422.135000', '105422.595000', '105423.055000', '105423.515000', '105423.975000', '105424.435000', '105424.895000', '105425.355000', '105425.815000', '105426.275000', '105426.735000', '105427.195000', '105427.655000', '105428.115000', '105428.575000', '105429.035000', '105429.495000', '105429.955000', '105430.415000', '105430.875000', '105431.335000', '105431.795000', '105432.255000', '105432.715000', '105433.175000', '105433.635000', '105434.095000', '105434.555000', '105435.015000', '105435.475000', '105435.935000', '105436.395000', '105436.855000', '105437.315000', '105437.775000', '105438.235000', '105438.695000', '105439.155000', '105439.615000', '105440.075000', '105440.535000', '105440.995000', '105441.455000', '105441.915000', '105442.375000', '105442.835000', '105443.295000', '105443.755000', '105444.215000', '105444.675000', '105445.135000', '105445.595000', '105446.055000', '105446.515000', '105446.975000', '105447.435000', '105447.895000', '105448.355000', '105448.815000', '105449.275000', '105449.735000', '105450.195000', '105450.655000', '105451.115000', '105451.575000', '105452.035000', '105452.495000', '105452.955000', '105453.415000', '105453.875000', '105454.335000', '105454.795000', '105455.255000', '105455.715000', '105456.175000', '105456.635000', '105457.095000', '105457.555000', '105458.015000', '105458.475000', '105458.935000', '105459.395000', '105459.855000', '105500.315000', '105500.775000', '105501.235000', '105501.695000', '105502.155000', '105502.615000', '105503.075000', '105503.535000', '105503.995000', '105504.455000', '105504.915000', '105505.375000', '105505.835000', '105506.295000', '105506.755000', '105507.215000', '105507.675000', '105508.135000', '105508.595000', '105509.055000', '105509.515000', '105509.975000', '105510.435000', '105510.895000', '105511.355000', '105511.815000', '105512.275000', '105512.735000', '105513.195000', '105513.655000', '105514.115000', '105514.575000', '105515.035000', '105515.495000', '105515.955000', '105516.415000', '105516.875000', '105517.335000', '105517.795000', '105518.255000', '105518.715000', '105519.175000', '105519.635000', '105520.095000', '105520.555000', '105521.015000', '105521.475000', '105521.935000', '105522.395000', '105522.855000', '105523.315000', '105523.775000', '105524.235000', '105524.695000', '105525.155000', '105525.615000', '105526.075000', '105526.535000', '105526.995000', '105527.455000', '105527.915000', '105528.375000', '105528.835000', '105529.295000', '105529.755000', '105530.215000', '105530.675000', '105531.135000', '105531.595000', '105532.055000', '105532.515000', '105532.975000', '105533.435000', '105533.895000', '105534.355000', '105534.815000', '105535.275000', '105535.735000', '105536.195000', '105536.655000', '105537.115000', '105537.575000', '105538.035000', '105538.495000', '105538.955000', '105539.415000', '105539.875000', '105540.335000', '105540.795000', '105541.255000', '105541.715000', '105542.175000', '105542.635000', '105543.095000', '105543.555000', '105544.015000', '105544.475000', '105544.935000', '105545.395000', '105545.855000', '105546.315000', '105546.775000', '105547.235000', '105547.695000', '105548.155000', '105548.615000', '105549.075000', '105549.535000', '105549.995000', '105550.455000', '105550.915000', '105551.375000', '105551.835000', '105552.295000', '105552.755000', '105553.215000', '105553.675000', '105554.135000', '105554.595000', '105555.055000', '105555.515000', '105555.975000', '105556.435000', '105556.895000', '105557.355000', '105557.815000', '105558.275000', '105558.735000', '105559.195000', '105559.655000', '105600.115000', '105600.575000', '105601.035000', '105601.495000', '105601.955000', '105602.415000', '105602.875000', '105603.335000', '105603.795000', '105604.255000', '105604.715000', '105605.175000', '105605.635000', '105606.095000', '105606.555000', '105607.015000', '105607.475000', '105607.935000', '105608.395000', '105608.855000', '105609.315000', '105609.775000', '105610.235000', '105610.695000', '105611.155000', '105611.615000', '105612.075000', '105612.535000', '105612.995000', '105613.455000', '105613.915000', '105614.375000', '105614.835000', '105615.295000', '105615.755000', '105616.215000', '105616.675000', '105617.135000', '105617.595000', '105618.055000', '105618.515000', '105618.975000', '105619.435000', '105619.895000', '105620.355000', '105620.815000', '105621.275000', '105621.735000', '105622.195000', '105622.655000', '105623.115000', '105623.575000', '105624.035000', '105624.495000', '105624.955000', '105625.415000', '105625.875000', '105626.335000', '105626.795000', '105627.255000', '105627.715000', '105628.175000', '105628.635000', '105629.095000', '105629.555000', '105630.015000', '105630.475000', '105630.935000', '105631.395000', '105631.855000', '105632.315000', '105632.775000', '105633.235000', '105633.695000', '105634.155000', '105634.615000', '105635.075000', '105635.535000', '105635.995000', '105636.455000', '105636.915000', '105637.375000', '105637.835000', '105638.295000', '105638.755000', '105639.215000', '105639.675000', '105640.135000', '105640.595000', '105641.055000', '105641.515000', '105641.975000', '105642.435000', '105642.895000', '105643.355000', '105643.815000', '105644.275000', '105644.735000', '105645.195000', '105645.655000', '105646.115000', '105646.575000', '105647.035000', '105647.495000', '105647.955000', '105648.415000', '105648.875000', '105649.335000', '105649.795000', '105650.255000', '105650.715000', '105651.175000', '105651.635000', '105652.095000', '105652.555000', '105653.015000', '105653.475000', '105653.935000', '105654.395000', '105654.855000', '105655.315000', '105655.775000', '105656.235000', '105656.695000', '105657.155000', '105657.615000', '105658.075000', '105658.535000', '105658.995000', '105659.455000', '105659.915000', '105700.375000', '105700.835000', '105701.295000', '105701.755000', '105702.215000', '105702.675000', '105703.135000', '105703.595000', '105704.055000', '105704.515000', '105704.975000', '105705.435000', '105705.895000', '105706.355000', '105706.815000', '105707.275000', '105707.735000', '105708.195000', '105708.655000', '105709.115000', '105709.575000', '105710.035000', '105710.495000', '105710.955000', '105711.415000', '105711.875000', '105712.335000', '105712.795000', '105713.255000', '105713.715000', '105714.175000', '105714.635000', '105715.095000', '105715.555000', '105716.015000', '105716.475000', '105716.935000', '105717.395000', '105717.855000', '105718.315000', '105718.775000', '105719.235000', '105719.695000', '105720.155000', '105720.615000', '105721.075000', '105721.535000', '105721.995000', '105722.455000', '105722.915000', '105723.375000', '105723.835000', '105724.295000', '105724.755000', '105725.215000', '105725.675000', '105726.135000', '105726.595000', '105727.055000', '105727.515000', '105727.975000', '105728.435000', '105728.895000', '105729.355000', '105729.815000', '105730.275000', '105730.735000', '105731.195000', '105731.655000', '105732.115000', '105732.575000', '105733.035000', '105733.495000', '105733.955000', '105734.415000', '105734.875000', '105735.335000', '105735.795000', '105736.255000', '105736.715000', '105737.175000', '105737.635000', '105738.095000', '105738.555000', '105739.015000', '105739.475000', '105739.935000', '105740.395000', '105740.855000', '105741.315000', '105741.775000', '105742.235000', '105742.695000', '105743.155000', '105743.615000', '105744.075000', '105744.535000', '105744.995000', '105745.455000', '105745.915000', '105746.375000', '105746.835000', '105747.295000', '105747.755000', '105748.215000', '105748.675000', '105749.135000', '105749.595000', '105750.055000', '105750.515000', '105750.975000', '105751.435000', '105751.895000', '105752.355000', '105752.815000', '105753.275000', '105753.735000', '105754.195000', '105754.655000', '105755.115000', '105755.575000', '105756.035000', '105756.495000', '105756.955000', '105757.415000', '105757.875000', '105758.335000', '105758.795000', '105759.255000', '105759.715000', '105800.175000', '105800.635000', '105801.095000', '105801.555000', '105802.015000', '105802.475000', '105802.935000', '105803.395000', '105803.855000', '105804.315000', '105804.775000', '105805.235000', '105805.695000', '105806.155000', '105806.615000', '105807.075000', '105807.535000', '105807.995000', '105808.455000', '105808.915000', '105809.375000', '105809.835000', '105810.295000', '105810.755000', '105811.215000', '105811.675000', '105812.135000', '105812.595000', '105813.055000', '105813.515000', '105813.975000', '105814.435000', '105814.895000', '105815.355000', '105815.815000', '105816.275000', '105816.735000', '105817.195000', '105817.655000', '105818.115000', '105818.575000', '105819.035000', '105819.495000', '105819.955000', '105820.415000', '105820.875000', '105821.335000', '105821.795000', '105822.255000', '105822.715000', '105823.175000', '105823.635000', '105824.095000'], 'ContentTime': ['104809.208000', '104809.211000', '104809.214000', '104809.217000', '104809.220000', '104809.223000', '104809.226000', '104809.229000', '104809.232000', '104809.235000', '104809.239000', '104809.241000', '104809.249000', '104809.252000', '104809.255000', '104809.257000', '104809.260000', '104809.263000', '104809.266000', '104809.269000', '104809.272000', '104809.275000', '104809.278000', '104809.281000', '104809.284000', '104809.287000', '104809.290000', '104809.292000', '104809.295000', '104809.298000', '104809.301000', '104809.319000', '104809.322000', '104809.325000', '104809.328000', '104809.331000', '104829.177000', '104829.180000', '104829.183000', '104829.186000', '104829.188000', '104829.191000', '104829.194000', '104829.197000', '104829.200000', '104829.203000', '104829.205000', '104829.208000', '104829.211000', '104829.214000', '104829.218000', '104829.221000', '104829.224000', '104829.227000', '104829.230000', '104829.233000', '104829.235000', '104829.238000', '104829.241000', '104829.244000', '104829.247000', '104829.250000', '104829.252000', '104829.255000', '104829.258000', '104829.261000', '104829.264000', '104829.266000', '104829.269000', '104829.272000', '104829.275000', '104829.278000', '104829.280000', '104829.283000', '104829.286000', '104829.289000', '104829.291000', '104829.294000', '104829.297000', '104849.177000', '104849.180000', '104849.183000', '104849.185000', '104849.188000', '104849.191000', '104849.194000', '104849.197000', '104849.199000', '104849.202000', '104849.205000', '104849.208000', '104849.211000', '104849.214000', '104849.217000', '104849.219000', '104849.222000', '104849.225000', '104849.228000', '104849.231000', '104849.233000', '104849.236000', '104849.239000', '104849.242000', '104849.245000', '104849.247000', '104849.250000', '104849.253000', '104849.256000', '104849.259000', '104849.262000', '104849.264000', '104849.267000', '104849.285000', '104849.292000', '104849.294000', '104849.297000', '104849.300000', '104849.303000', '104849.306000', '104849.308000', '104849.311000', '104849.314000', '104849.317000', '104909.177000', '104909.180000', '104909.182000', '104909.185000', '104909.188000', '104909.191000', '104909.194000', '104909.197000', '104909.200000', '104909.202000', '104909.205000', '104909.208000', '104909.211000', '104909.214000', '104909.216000', '104909.219000', '104909.222000', '104909.225000', '104909.228000', '104909.231000', '104909.234000', '104909.236000', '104909.239000', '104909.242000', '104909.245000', '104909.248000', '104909.250000', '104909.253000', '104909.256000', '104909.259000', '104909.262000', '104909.264000', '104909.268000', '104909.270000', '104909.273000', '104909.276000', '104909.279000', '104909.282000', '104909.284000', '104909.287000', '104909.290000', '104909.293000', '104909.296000', '104929.177000', '104929.180000', '104929.183000', '104929.185000', '104929.188000', '104929.191000', '104929.194000', '104929.197000', '104929.200000', '104929.203000', '104929.205000', '104929.208000', '104929.211000', '104929.214000', '104929.217000', '104929.220000', '104929.222000', '104929.225000', '104929.228000', '104929.231000', '104929.234000', '104929.237000', '104929.240000', '104929.242000', '104929.245000', '104929.248000', '104929.251000', '104929.254000', '104929.256000', '104929.259000', '104929.262000', '104929.265000', '104929.268000', '104929.271000', '104929.273000', '104929.276000', '104929.279000', '104929.282000', '104929.285000', '104929.288000', '104929.290000', '104929.293000', '104929.296000', '104929.299000', '104949.177000', '104949.180000', '104949.183000', '104949.186000', '104949.189000', '104949.191000', '104949.194000', '104949.197000', '104949.200000', '104949.203000', '104949.205000', '104949.209000', '104949.211000', '104949.214000', '104949.217000', '104949.220000', '104949.223000', '104949.226000', '104949.228000', '104949.231000', '104949.234000', '104949.237000', '104949.240000', '104949.243000', '104949.245000', '104949.248000', '104949.251000', '104949.254000', '104949.257000', '104949.259000', '104949.262000', '104949.265000', '104949.268000', '104949.271000', '104949.274000', '104949.277000', '104949.279000', '104949.282000', '104949.285000', '104949.288000', '104949.290000', '104949.293000', '104949.296000', '105009.177000', '105009.180000', '105009.183000', '105009.186000', '105009.189000', '105009.192000', '105009.195000', '105009.200000', '105009.204000', '105009.207000', '105009.210000', '105009.212000', '105009.215000', '105009.218000', '105009.221000', '105009.224000', '105009.227000', '105009.230000', '105009.233000', '105009.235000', '105009.238000', '105009.241000', '105009.244000', '105009.247000', '105009.250000', '105009.252000', '105009.255000', '105009.258000', '105009.261000', '105009.264000', '105009.267000', '105009.270000', '105009.273000', '105009.275000', '105009.278000', '105009.281000', '105009.284000', '105009.287000', '105009.290000', '105009.292000', '105009.295000', '105009.298000', '105009.301000', '105029.176000', '105029.179000', '105029.182000', '105029.185000', '105029.187000', '105029.190000', '105029.193000', '105029.196000', '105029.199000', '105029.202000', '105029.205000', '105029.208000', '105029.211000', '105029.213000', '105029.216000', '105029.219000', '105029.222000', '105029.225000', '105029.228000', '105029.230000', '105029.233000', '105029.236000', '105029.239000', '105029.242000', '105029.245000', '105029.247000', '105029.250000', '105029.253000', '105029.256000', '105029.269000', '105029.272000', '105029.275000', '105029.278000', '105029.281000', '105029.283000', '105029.286000', '105029.289000', '105029.292000', '105029.295000', '105029.298000', '105029.300000', '105029.303000', '105029.306000', '105029.309000', '105049.177000', '105049.180000', '105049.183000', '105049.186000', '105049.189000', '105049.192000', '105049.195000', '105049.198000', '105049.201000', '105049.204000', '105049.207000', '105049.210000', '105049.212000', '105049.215000', '105049.218000', '105049.221000', '105049.224000', '105049.227000', '105049.229000', '105049.232000', '105049.235000', '105049.238000', '105049.241000', '105049.244000', '105049.246000', '105049.249000', '105049.252000', '105049.255000', '105049.258000', '105049.261000', '105049.263000', '105049.266000', '105049.269000', '105049.272000', '105049.275000', '105049.278000', '105049.281000', '105049.283000', '105049.286000', '105049.289000', '105049.292000', '105049.295000', '105049.297000', '105109.177000', '105109.180000', '105109.183000', '105109.186000', '105109.189000', '105109.191000', '105109.194000', '105109.197000', '105109.200000', '105109.203000', '105109.206000', '105109.209000', '105109.211000', '105109.214000', '105109.217000', '105109.220000', '105109.223000', '105109.226000', '105109.229000', '105109.231000', '105109.234000', '105109.237000', '105109.240000', '105109.243000', '105109.246000', '105109.249000', '105109.252000', '105109.255000', '105109.258000', '105109.260000', '105109.263000', '105109.266000', '105109.269000', '105109.272000', '105109.275000', '105109.277000', '105109.280000', '105109.283000', '105109.286000', '105109.289000', '105109.292000', '105109.294000', '105109.298000', '105109.300000', '105129.177000', '105129.180000', '105129.183000', '105129.186000', '105129.189000', '105129.191000', '105129.194000', '105129.197000', '105129.200000', '105129.203000', '105129.206000', '105129.209000', '105129.212000', '105129.217000', '105129.220000', '105129.223000', '105129.226000', '105129.229000', '105129.232000', '105129.234000', '105129.237000', '105129.240000', '105129.243000', '105129.246000', '105129.249000', '105129.251000', '105129.254000', '105129.257000', '105129.260000', '105129.263000', '105129.266000', '105129.269000', '105129.271000', '105129.274000', '105129.277000', '105129.280000', '105129.283000', '105129.286000', '105129.289000', '105129.291000', '105129.294000', '105129.297000', '105129.300000', '105149.177000', '105149.180000', '105149.183000', '105149.186000', '105149.188000', '105149.192000', '105149.194000', '105149.197000', '105149.200000', '105149.203000', '105149.206000', '105149.209000', '105149.211000', '105149.214000', '105149.217000', '105149.220000', '105149.223000', '105149.226000', '105149.229000', '105149.231000', '105149.234000', '105149.237000', '105149.240000', '105149.243000', '105149.246000', '105149.249000', '105149.251000', '105149.254000', '105149.257000', '105149.260000', '105149.263000', '105149.266000', '105149.268000', '105149.271000', '105149.274000', '105149.277000', '105149.280000', '105149.283000', '105149.285000', '105149.288000', '105149.291000', '105149.294000', '105149.297000', '105149.300000', '105209.177000', '105209.180000', '105209.183000', '105209.186000', '105209.188000', '105209.191000', '105209.194000', '105209.197000', '105209.200000', '105209.203000', '105209.220000', '105209.223000', '105209.226000', '105209.229000', '105209.231000', '105209.234000', '105209.237000', '105209.240000', '105209.243000', '105209.246000', '105209.249000', '105209.251000', '105209.254000', '105209.257000', '105209.260000', '105209.263000', '105209.266000', '105209.269000', '105209.272000', '105209.277000', '105209.281000', '105209.284000', '105209.287000', '105209.290000', '105209.292000', '105209.295000', '105209.298000', '105209.301000', '105209.304000', '105209.307000', '105209.309000', '105209.312000', '105209.315000', '105229.177000', '105229.180000', '105229.183000', '105229.186000', '105229.189000', '105229.191000', '105229.194000', '105229.197000', '105229.200000', '105229.203000', '105229.205000', '105229.208000', '105229.211000', '105229.214000', '105229.217000', '105229.220000', '105229.223000', '105229.225000', '105229.228000', '105229.231000', '105229.234000', '105229.237000', '105229.240000', '105229.242000', '105229.245000', '105229.248000', '105229.251000', '105229.254000', '105229.257000', '105229.259000', '105229.262000', '105229.265000', '105229.268000', '105229.271000', '105229.274000', '105229.276000', '105229.279000', '105229.282000', '105229.285000', '105229.288000', '105229.291000', '105229.294000', '105229.296000', '105229.299000', '105249.176000', '105249.180000', '105249.183000', '105249.186000', '105249.189000', '105249.191000', '105249.194000', '105249.197000', '105249.200000', '105249.203000', '105249.206000', '105249.209000', '105249.212000', '105249.214000', '105249.217000', '105249.220000', '105249.223000', '105249.226000', '105249.229000', '105249.232000', '105249.234000', '105249.237000', '105249.241000', '105249.246000', '105249.249000', '105249.252000', '105249.254000', '105249.257000', '105249.260000', '105249.263000', '105249.266000', '105249.269000', '105249.272000', '105249.274000', '105249.277000', '105249.280000', '105249.283000', '105249.286000', '105249.289000', '105249.292000', '105249.295000', '105249.298000', '105249.300000', '105309.177000', '105309.180000', '105309.183000', '105309.186000', '105309.188000', '105309.191000', '105309.194000', '105309.197000', '105309.200000', '105309.203000', '105309.205000', '105309.208000', '105309.211000', '105309.214000', '105309.217000', '105309.220000', '105309.223000', '105309.225000', '105309.228000', '105309.231000', '105309.234000', '105309.237000', '105309.240000', '105309.243000', '105309.245000', '105309.248000', '105309.251000', '105309.254000', '105309.257000', '105309.260000', '105309.263000', '105309.266000', '105309.268000', '105309.271000', '105309.274000', '105309.277000', '105309.280000', '105309.283000', '105309.286000', '105309.288000', '105309.291000', '105309.294000', '105309.297000', '105309.300000', '105329.177000', '105329.180000', '105329.183000', '105329.186000', '105329.189000', '105329.192000', '105329.194000', '105329.197000', '105329.200000', '105329.203000', '105329.206000', '105329.209000', '105329.212000', '105329.215000', '105329.217000', '105329.220000', '105329.223000', '105329.226000', '105329.229000', '105329.232000', '105329.235000', '105329.247000', '105329.249000', '105329.252000', '105329.257000', '105329.260000', '105329.263000', '105329.267000', '105329.272000', '105329.275000', '105329.278000', '105329.281000', '105329.283000', '105329.286000', '105329.289000', '105329.292000', '105329.295000', '105329.298000', '105329.301000', '105329.304000', '105329.307000', '105329.309000', '105329.312000', '105349.177000', '105349.180000', '105349.183000', '105349.186000', '105349.188000', '105349.191000', '105349.194000', '105349.197000', '105349.200000', '105349.203000', '105349.206000', '105349.209000', '105349.211000', '105349.214000', '105349.217000', '105349.220000', '105349.223000', '105349.226000', '105349.229000', '105349.231000', '105349.234000', '105349.237000', '105349.240000', '105349.243000', '105349.246000', '105349.249000', '105349.251000', '105349.254000', '105349.257000', '105349.260000', '105349.263000', '105349.266000', '105349.268000', '105349.271000', '105349.274000', '105349.277000', '105349.280000', '105349.283000', '105349.286000', '105349.288000', '105349.291000', '105349.294000', '105349.297000', '105349.300000', '105409.177000', '105409.180000', '105409.183000', '105409.186000', '105409.188000', '105409.191000', '105409.194000', '105409.197000', '105409.200000', '105409.203000', '105409.205000', '105409.208000', '105409.211000', '105409.214000', '105409.218000', '105409.221000', '105409.224000', '105409.227000', '105409.229000', '105409.232000', '105409.235000', '105409.238000', '105409.241000', '105409.244000', '105409.247000', '105409.250000', '105409.252000', '105409.255000', '105409.258000', '105409.261000', '105409.264000', '105409.267000', '105409.270000', '105409.273000', '105409.276000', '105409.279000', '105409.284000', '105409.287000', '105409.291000', '105409.293000', '105409.296000', '105409.299000', '105409.302000', '105429.177000', '105429.180000', '105429.183000', '105429.186000', '105429.189000', '105429.192000', '105429.195000', '105429.197000', '105429.200000', '105429.203000', '105429.206000', '105429.209000', '105429.212000', '105429.215000', '105429.218000', '105429.221000', '105429.224000', '105429.227000', '105429.229000', '105429.232000', '105429.235000', '105429.238000', '105429.248000', '105429.251000', '105429.253000', '105429.256000', '105429.259000', '105429.262000', '105429.265000', '105429.268000', '105429.270000', '105429.273000', '105429.276000', '105429.279000', '105429.282000', '105429.284000', '105429.287000', '105429.290000', '105429.293000', '105429.296000', '105429.299000', '105429.301000', '105429.304000', '105429.307000', '105449.177000', '105449.180000', '105449.183000', '105449.186000', '105449.189000', '105449.191000', '105449.194000', '105449.197000', '105449.200000', '105449.203000', '105449.206000', '105449.209000', '105449.212000', '105449.214000', '105449.217000', '105449.220000', '105449.223000', '105449.226000', '105449.229000', '105449.232000', '105449.234000', '105449.237000', '105449.240000', '105449.243000', '105449.246000', '105449.249000', '105449.251000', '105449.254000', '105449.257000', '105449.260000', '105449.263000', '105449.282000', '105449.285000', '105449.287000', '105449.290000', '105449.293000', '105449.296000', '105449.299000', '105449.302000', '105449.305000', '105449.307000', '105449.310000', '105449.313000', '105509.176000', '105509.179000', '105509.182000', '105509.185000', '105509.188000', '105509.190000', '105509.193000', '105509.196000', '105509.199000', '105509.202000', '105509.205000', '105509.207000', '105509.210000', '105509.213000', '105509.216000', '105509.219000', '105509.222000', '105509.225000', '105509.227000', '105509.230000', '105509.233000', '105509.236000', '105509.239000', '105509.241000', '105509.244000', '105509.247000', '105509.250000', '105509.253000', '105509.256000', '105509.259000', '105509.261000', '105509.264000', '105509.267000', '105509.270000', '105509.273000', '105509.276000', '105509.278000', '105509.281000', '105509.284000', '105509.287000', '105509.290000', '105509.293000', '105509.295000', '105509.298000', '105529.177000', '105529.180000', '105529.183000', '105529.186000', '105529.189000', '105529.192000', '105529.194000', '105529.197000', '105529.200000', '105529.203000', '105529.206000', '105529.209000', '105529.211000', '105529.214000', '105529.217000', '105529.220000', '105529.223000', '105529.226000', '105529.229000', '105529.231000', '105529.234000', '105529.237000', '105529.240000', '105529.243000', '105529.245000', '105529.248000', '105529.251000', '105529.254000', '105529.259000', '105529.262000', '105529.265000', '105529.268000', '105529.270000', '105529.273000', '105529.276000', '105529.279000', '105529.282000', '105529.285000', '105529.288000', '105529.290000', '105529.293000', '105529.296000', '105529.299000', '105549.177000', '105549.180000', '105549.183000', '105549.186000', '105549.189000', '105549.192000', '105549.194000', '105549.198000', '105549.200000', '105549.203000', '105549.206000', '105549.209000', '105549.212000', '105549.215000', '105549.217000', '105549.221000', '105549.223000', '105549.226000', '105549.229000', '105549.232000', '105549.235000', '105549.238000', '105549.241000', '105549.244000', '105549.246000', '105549.249000', '105549.252000', '105549.255000', '105549.258000', '105549.261000', '105549.263000', '105549.266000', '105549.269000', '105549.272000', '105549.275000', '105549.278000', '105549.281000', '105549.283000', '105549.286000', '105549.289000', '105549.292000', '105549.295000', '105549.297000', '105549.300000', '105609.177000', '105609.180000', '105609.183000', '105609.186000', '105609.189000', '105609.191000', '105609.194000', '105609.197000', '105609.200000', '105609.203000', '105609.206000', '105609.208000', '105609.214000', '105609.217000', '105609.220000', '105609.223000', '105609.226000', '105609.229000', '105609.232000', '105609.234000', '105609.237000', '105609.240000', '105609.243000', '105609.246000', '105609.248000', '105609.251000', '105609.254000', '105609.257000', '105609.274000', '105609.282000', '105609.284000', '105609.287000', '105609.290000', '105609.293000', '105609.296000', '105609.299000', '105609.301000', '105609.304000', '105609.307000', '105609.310000', '105609.313000', '105609.316000', '105609.319000', '105629.177000', '105629.180000', '105629.190000', '105629.193000', '105629.195000', '105629.198000', '105629.201000', '105629.204000', '105629.207000', '105629.210000', '105629.213000', '105629.215000', '105629.218000', '105629.221000', '105629.224000', '105629.227000', '105629.230000', '105629.233000', '105629.236000', '105629.238000', '105629.241000', '105629.244000', '105629.247000', '105629.250000', '105629.253000', '105629.255000', '105629.258000', '105629.261000', '105629.264000', '105629.267000', '105629.270000', '105629.273000', '105629.276000', '105629.278000', '105629.282000', '105629.284000', '105629.287000', '105629.290000', '105629.293000', '105629.296000', '105629.299000', '105629.301000', '105629.305000', '105629.307000', '105649.177000', '105649.180000', '105649.183000', '105649.186000', '105649.188000', '105649.191000', '105649.194000', '105649.197000', '105649.200000', '105649.203000', '105649.206000', '105649.209000', '105649.212000', '105649.215000', '105649.218000', '105649.220000', '105649.223000', '105649.226000', '105649.229000', '105649.232000', '105649.235000', '105649.237000', '105649.240000', '105649.243000', '105649.246000', '105649.249000', '105649.252000', '105649.254000', '105649.257000', '105649.260000', '105649.263000', '105649.266000', '105649.269000', '105649.271000', '105649.274000', '105649.277000', '105649.280000', '105649.283000', '105649.285000', '105649.288000', '105649.291000', '105649.295000', '105649.298000', '105709.177000', '105709.180000', '105709.183000', '105709.186000', '105709.189000', '105709.192000', '105709.194000', '105709.197000', '105709.200000', '105709.203000', '105709.206000', '105709.209000', '105709.212000', '105709.215000', '105709.217000', '105709.220000', '105709.223000', '105709.226000', '105709.229000', '105709.232000', '105709.234000', '105709.237000', '105709.240000', '105709.243000', '105709.246000', '105709.249000', '105709.252000', '105709.255000', '105709.258000', '105709.261000', '105709.263000', '105709.266000', '105709.269000', '105709.272000', '105709.275000', '105709.278000', '105709.280000', '105709.283000', '105709.286000', '105709.289000', '105709.292000', '105709.295000', '105709.298000', '105709.300000', '105729.176000', '105729.179000', '105729.182000', '105729.185000', '105729.188000', '105729.190000', '105729.193000', '105729.196000', '105729.199000', '105729.202000', '105729.205000', '105729.208000', '105729.210000', '105729.213000', '105729.216000', '105729.219000', '105729.222000', '105729.225000', '105729.227000', '105729.230000', '105729.233000', '105729.236000', '105729.239000', '105729.242000', '105729.258000', '105729.261000', '105729.264000', '105729.267000', '105729.270000', '105729.272000', '105729.275000', '105729.278000', '105729.281000', '105729.284000', '105729.287000', '105729.290000', '105729.292000', '105729.295000', '105729.298000', '105729.301000', '105729.304000', '105729.307000', '105729.310000', '105749.177000', '105749.180000', '105749.183000', '105749.186000', '105749.189000', '105749.191000', '105749.194000', '105749.197000', '105749.200000', '105749.203000', '105749.206000', '105749.208000', '105749.211000', '105749.214000', '105749.217000', '105749.220000', '105749.223000', '105749.226000', '105749.229000', '105749.231000', '105749.234000', '105749.237000', '105749.240000', '105749.243000', '105749.246000', '105749.249000', '105749.252000', '105749.254000', '105749.257000', '105749.260000', '105749.263000', '105749.266000', '105749.269000', '105749.272000', '105749.275000', '105749.277000', '105749.280000', '105749.283000', '105749.286000', '105749.289000', '105749.292000', '105749.295000', '105749.297000', '105749.300000', '105809.177000', '105809.180000', '105809.183000', '105809.186000', '105809.189000', '105809.192000', '105809.194000', '105809.197000', '105809.200000', '105809.203000', '105809.206000', '105809.209000', '105809.212000', '105809.214000', '105809.217000', '105809.220000', '105809.223000', '105809.226000', '105809.229000', '105809.232000', '105809.234000', '105809.237000', '105809.240000', '105809.243000', '105809.246000', '105809.249000', '105809.252000', '105809.255000', '105809.257000', '105809.260000', '105809.263000', '105809.266000', '105809.269000', '105809.272000', '105809.275000', '105809.277000', '105809.280000', '105809.283000', '105809.286000', '105809.289000', '105809.292000', '105809.295000', '105809.298000', '105825.570000', '105825.574000', '105825.577000', '105825.590000', '105825.593000', '105825.595000', '105825.598000', '105825.601000', '105825.604000', '105825.607000', '105825.610000', '105825.613000', '105825.616000', '105825.620000', '105825.623000', '105825.626000', '105825.628000', '105825.631000', '105825.634000', '105825.637000', '105825.640000', '105825.643000', '105825.646000', '105825.649000', '105825.652000', '105825.654000', '105825.657000', '105825.660000', '105825.663000', '105825.666000', '105825.669000', '105825.672000', '105825.675000', '105825.678000', '105825.681000', '105825.684000'], 'InstanceCreationTime': ['104809.208000', '104809.211000', '104809.214000', '104809.217000', '104809.220000', '104809.223000', '104809.226000', '104809.229000', '104809.232000', '104809.235000', '104809.239000', '104809.241000', '104809.249000', '104809.252000', '104809.255000', '104809.257000', '104809.260000', '104809.263000', '104809.266000', '104809.269000', '104809.272000', '104809.275000', '104809.278000', '104809.281000', '104809.284000', '104809.287000', '104809.290000', '104809.292000', '104809.295000', '104809.298000', '104809.301000', '104809.319000', '104809.322000', '104809.325000', '104809.328000', '104809.331000', '104829.177000', '104829.180000', '104829.183000', '104829.186000', '104829.188000', '104829.191000', '104829.194000', '104829.197000', '104829.200000', '104829.203000', '104829.205000', '104829.208000', '104829.211000', '104829.214000', '104829.218000', '104829.221000', '104829.224000', '104829.227000', '104829.230000', '104829.233000', '104829.235000', '104829.238000', '104829.241000', '104829.244000', '104829.247000', '104829.250000', '104829.252000', '104829.255000', '104829.258000', '104829.261000', '104829.264000', '104829.266000', '104829.269000', '104829.272000', '104829.275000', '104829.278000', '104829.280000', '104829.283000', '104829.286000', '104829.289000', '104829.291000', '104829.294000', '104829.297000', '104849.177000', '104849.180000', '104849.183000', '104849.185000', '104849.188000', '104849.191000', '104849.194000', '104849.197000', '104849.199000', '104849.202000', '104849.205000', '104849.208000', '104849.211000', '104849.214000', '104849.217000', '104849.219000', '104849.222000', '104849.225000', '104849.228000', '104849.231000', '104849.233000', '104849.236000', '104849.239000', '104849.242000', '104849.245000', '104849.247000', '104849.250000', '104849.253000', '104849.256000', '104849.259000', '104849.262000', '104849.264000', '104849.267000', '104849.285000', '104849.292000', '104849.294000', '104849.297000', '104849.300000', '104849.303000', '104849.306000', '104849.308000', '104849.311000', '104849.314000', '104849.317000', '104909.177000', '104909.180000', '104909.182000', '104909.185000', '104909.188000', '104909.191000', '104909.194000', '104909.197000', '104909.200000', '104909.202000', '104909.205000', '104909.208000', '104909.211000', '104909.214000', '104909.216000', '104909.219000', '104909.222000', '104909.225000', '104909.228000', '104909.231000', '104909.234000', '104909.236000', '104909.239000', '104909.242000', '104909.245000', '104909.248000', '104909.250000', '104909.253000', '104909.256000', '104909.259000', '104909.262000', '104909.264000', '104909.268000', '104909.270000', '104909.273000', '104909.276000', '104909.279000', '104909.282000', '104909.284000', '104909.287000', '104909.290000', '104909.293000', '104909.296000', '104929.177000', '104929.180000', '104929.183000', '104929.185000', '104929.188000', '104929.191000', '104929.194000', '104929.197000', '104929.200000', '104929.203000', '104929.205000', '104929.208000', '104929.211000', '104929.214000', '104929.217000', '104929.220000', '104929.222000', '104929.225000', '104929.228000', '104929.231000', '104929.234000', '104929.237000', '104929.240000', '104929.242000', '104929.245000', '104929.248000', '104929.251000', '104929.254000', '104929.256000', '104929.259000', '104929.262000', '104929.265000', '104929.268000', '104929.271000', '104929.273000', '104929.276000', '104929.279000', '104929.282000', '104929.285000', '104929.288000', '104929.290000', '104929.293000', '104929.296000', '104929.299000', '104949.177000', '104949.180000', '104949.183000', '104949.186000', '104949.189000', '104949.191000', '104949.194000', '104949.197000', '104949.200000', '104949.203000', '104949.205000', '104949.209000', '104949.211000', '104949.214000', '104949.217000', '104949.220000', '104949.223000', '104949.226000', '104949.228000', '104949.231000', '104949.234000', '104949.237000', '104949.240000', '104949.243000', '104949.245000', '104949.248000', '104949.251000', '104949.254000', '104949.257000', '104949.259000', '104949.262000', '104949.265000', '104949.268000', '104949.271000', '104949.274000', '104949.277000', '104949.279000', '104949.282000', '104949.285000', '104949.288000', '104949.290000', '104949.293000', '104949.296000', '105009.177000', '105009.180000', '105009.183000', '105009.186000', '105009.189000', '105009.192000', '105009.195000', '105009.200000', '105009.204000', '105009.207000', '105009.210000', '105009.212000', '105009.215000', '105009.218000', '105009.221000', '105009.224000', '105009.227000', '105009.230000', '105009.233000', '105009.235000', '105009.238000', '105009.241000', '105009.244000', '105009.247000', '105009.250000', '105009.252000', '105009.255000', '105009.258000', '105009.261000', '105009.264000', '105009.267000', '105009.270000', '105009.273000', '105009.275000', '105009.278000', '105009.281000', '105009.284000', '105009.287000', '105009.290000', '105009.292000', '105009.295000', '105009.298000', '105009.301000', '105029.176000', '105029.179000', '105029.182000', '105029.185000', '105029.187000', '105029.190000', '105029.193000', '105029.196000', '105029.199000', '105029.202000', '105029.205000', '105029.208000', '105029.211000', '105029.213000', '105029.216000', '105029.219000', '105029.222000', '105029.225000', '105029.228000', '105029.230000', '105029.233000', '105029.236000', '105029.239000', '105029.242000', '105029.245000', '105029.247000', '105029.250000', '105029.253000', '105029.256000', '105029.269000', '105029.272000', '105029.275000', '105029.278000', '105029.281000', '105029.283000', '105029.286000', '105029.289000', '105029.292000', '105029.295000', '105029.298000', '105029.300000', '105029.303000', '105029.306000', '105029.309000', '105049.177000', '105049.180000', '105049.183000', '105049.186000', '105049.189000', '105049.192000', '105049.195000', '105049.198000', '105049.201000', '105049.204000', '105049.207000', '105049.210000', '105049.212000', '105049.215000', '105049.218000', '105049.221000', '105049.224000', '105049.227000', '105049.229000', '105049.232000', '105049.235000', '105049.238000', '105049.241000', '105049.244000', '105049.246000', '105049.249000', '105049.252000', '105049.255000', '105049.258000', '105049.261000', '105049.263000', '105049.266000', '105049.269000', '105049.272000', '105049.275000', '105049.278000', '105049.281000', '105049.283000', '105049.286000', '105049.289000', '105049.292000', '105049.295000', '105049.297000', '105109.177000', '105109.180000', '105109.183000', '105109.186000', '105109.189000', '105109.191000', '105109.194000', '105109.197000', '105109.200000', '105109.203000', '105109.206000', '105109.209000', '105109.211000', '105109.214000', '105109.217000', '105109.220000', '105109.223000', '105109.226000', '105109.229000', '105109.231000', '105109.234000', '105109.237000', '105109.240000', '105109.243000', '105109.246000', '105109.249000', '105109.252000', '105109.255000', '105109.258000', '105109.260000', '105109.263000', '105109.266000', '105109.269000', '105109.272000', '105109.275000', '105109.277000', '105109.280000', '105109.283000', '105109.286000', '105109.289000', '105109.292000', '105109.294000', '105109.298000', '105109.300000', '105129.177000', '105129.180000', '105129.183000', '105129.186000', '105129.189000', '105129.191000', '105129.194000', '105129.197000', '105129.200000', '105129.203000', '105129.206000', '105129.209000', '105129.212000', '105129.217000', '105129.220000', '105129.223000', '105129.226000', '105129.229000', '105129.232000', '105129.234000', '105129.237000', '105129.240000', '105129.243000', '105129.246000', '105129.249000', '105129.251000', '105129.254000', '105129.257000', '105129.260000', '105129.263000', '105129.266000', '105129.269000', '105129.271000', '105129.274000', '105129.277000', '105129.280000', '105129.283000', '105129.286000', '105129.289000', '105129.291000', '105129.294000', '105129.297000', '105129.300000', '105149.177000', '105149.180000', '105149.183000', '105149.186000', '105149.188000', '105149.192000', '105149.194000', '105149.197000', '105149.200000', '105149.203000', '105149.206000', '105149.209000', '105149.211000', '105149.214000', '105149.217000', '105149.220000', '105149.223000', '105149.226000', '105149.229000', '105149.231000', '105149.234000', '105149.237000', '105149.240000', '105149.243000', '105149.246000', '105149.249000', '105149.251000', '105149.254000', '105149.257000', '105149.260000', '105149.263000', '105149.266000', '105149.268000', '105149.271000', '105149.274000', '105149.277000', '105149.280000', '105149.283000', '105149.285000', '105149.288000', '105149.291000', '105149.294000', '105149.297000', '105149.300000', '105209.177000', '105209.180000', '105209.183000', '105209.186000', '105209.188000', '105209.191000', '105209.194000', '105209.197000', '105209.200000', '105209.203000', '105209.220000', '105209.223000', '105209.226000', '105209.229000', '105209.231000', '105209.234000', '105209.237000', '105209.240000', '105209.243000', '105209.246000', '105209.249000', '105209.251000', '105209.254000', '105209.257000', '105209.260000', '105209.263000', '105209.266000', '105209.269000', '105209.272000', '105209.277000', '105209.281000', '105209.284000', '105209.287000', '105209.290000', '105209.292000', '105209.295000', '105209.298000', '105209.301000', '105209.304000', '105209.307000', '105209.309000', '105209.312000', '105209.315000', '105229.177000', '105229.180000', '105229.183000', '105229.186000', '105229.189000', '105229.191000', '105229.194000', '105229.197000', '105229.200000', '105229.203000', '105229.205000', '105229.208000', '105229.211000', '105229.214000', '105229.217000', '105229.220000', '105229.223000', '105229.225000', '105229.228000', '105229.231000', '105229.234000', '105229.237000', '105229.240000', '105229.242000', '105229.245000', '105229.248000', '105229.251000', '105229.254000', '105229.257000', '105229.259000', '105229.262000', '105229.265000', '105229.268000', '105229.271000', '105229.274000', '105229.276000', '105229.279000', '105229.282000', '105229.285000', '105229.288000', '105229.291000', '105229.294000', '105229.296000', '105229.299000', '105249.176000', '105249.180000', '105249.183000', '105249.186000', '105249.189000', '105249.191000', '105249.194000', '105249.197000', '105249.200000', '105249.203000', '105249.206000', '105249.209000', '105249.212000', '105249.214000', '105249.217000', '105249.220000', '105249.223000', '105249.226000', '105249.229000', '105249.232000', '105249.234000', '105249.237000', '105249.241000', '105249.246000', '105249.249000', '105249.252000', '105249.254000', '105249.257000', '105249.260000', '105249.263000', '105249.266000', '105249.269000', '105249.272000', '105249.274000', '105249.277000', '105249.280000', '105249.283000', '105249.286000', '105249.289000', '105249.292000', '105249.295000', '105249.298000', '105249.300000', '105309.177000', '105309.180000', '105309.183000', '105309.186000', '105309.188000', '105309.191000', '105309.194000', '105309.197000', '105309.200000', '105309.203000', '105309.205000', '105309.208000', '105309.211000', '105309.214000', '105309.217000', '105309.220000', '105309.223000', '105309.225000', '105309.228000', '105309.231000', '105309.234000', '105309.237000', '105309.240000', '105309.243000', '105309.245000', '105309.248000', '105309.251000', '105309.254000', '105309.257000', '105309.260000', '105309.263000', '105309.266000', '105309.268000', '105309.271000', '105309.274000', '105309.277000', '105309.280000', '105309.283000', '105309.286000', '105309.288000', '105309.291000', '105309.294000', '105309.297000', '105309.300000', '105329.177000', '105329.180000', '105329.183000', '105329.186000', '105329.189000', '105329.192000', '105329.194000', '105329.197000', '105329.200000', '105329.203000', '105329.206000', '105329.209000', '105329.212000', '105329.215000', '105329.217000', '105329.220000', '105329.223000', '105329.226000', '105329.229000', '105329.232000', '105329.235000', '105329.247000', '105329.249000', '105329.252000', '105329.257000', '105329.260000', '105329.263000', '105329.267000', '105329.272000', '105329.275000', '105329.278000', '105329.281000', '105329.283000', '105329.286000', '105329.289000', '105329.292000', '105329.295000', '105329.298000', '105329.301000', '105329.304000', '105329.307000', '105329.309000', '105329.312000', '105349.177000', '105349.180000', '105349.183000', '105349.186000', '105349.188000', '105349.191000', '105349.194000', '105349.197000', '105349.200000', '105349.203000', '105349.206000', '105349.209000', '105349.211000', '105349.214000', '105349.217000', '105349.220000', '105349.223000', '105349.226000', '105349.229000', '105349.231000', '105349.234000', '105349.237000', '105349.240000', '105349.243000', '105349.246000', '105349.249000', '105349.251000', '105349.254000', '105349.257000', '105349.260000', '105349.263000', '105349.266000', '105349.268000', '105349.271000', '105349.274000', '105349.277000', '105349.280000', '105349.283000', '105349.286000', '105349.288000', '105349.291000', '105349.294000', '105349.297000', '105349.300000', '105409.177000', '105409.180000', '105409.183000', '105409.186000', '105409.188000', '105409.191000', '105409.194000', '105409.197000', '105409.200000', '105409.203000', '105409.205000', '105409.208000', '105409.211000', '105409.214000', '105409.218000', '105409.221000', '105409.224000', '105409.227000', '105409.229000', '105409.232000', '105409.235000', '105409.238000', '105409.241000', '105409.244000', '105409.247000', '105409.250000', '105409.252000', '105409.255000', '105409.258000', '105409.261000', '105409.264000', '105409.267000', '105409.270000', '105409.273000', '105409.276000', '105409.279000', '105409.284000', '105409.287000', '105409.291000', '105409.293000', '105409.296000', '105409.299000', '105409.302000', '105429.177000', '105429.180000', '105429.183000', '105429.186000', '105429.189000', '105429.192000', '105429.195000', '105429.197000', '105429.200000', '105429.203000', '105429.206000', '105429.209000', '105429.212000', '105429.215000', '105429.218000', '105429.221000', '105429.224000', '105429.227000', '105429.229000', '105429.232000', '105429.235000', '105429.238000', '105429.248000', '105429.251000', '105429.253000', '105429.256000', '105429.259000', '105429.262000', '105429.265000', '105429.268000', '105429.270000', '105429.273000', '105429.276000', '105429.279000', '105429.282000', '105429.284000', '105429.287000', '105429.290000', '105429.293000', '105429.296000', '105429.299000', '105429.301000', '105429.304000', '105429.307000', '105449.177000', '105449.180000', '105449.183000', '105449.186000', '105449.189000', '105449.191000', '105449.194000', '105449.197000', '105449.200000', '105449.203000', '105449.206000', '105449.209000', '105449.212000', '105449.214000', '105449.217000', '105449.220000', '105449.223000', '105449.226000', '105449.229000', '105449.232000', '105449.234000', '105449.237000', '105449.240000', '105449.243000', '105449.246000', '105449.249000', '105449.251000', '105449.254000', '105449.257000', '105449.260000', '105449.263000', '105449.282000', '105449.285000', '105449.287000', '105449.290000', '105449.293000', '105449.296000', '105449.299000', '105449.302000', '105449.305000', '105449.307000', '105449.310000', '105449.313000', '105509.176000', '105509.179000', '105509.182000', '105509.185000', '105509.188000', '105509.190000', '105509.193000', '105509.196000', '105509.199000', '105509.202000', '105509.205000', '105509.207000', '105509.210000', '105509.213000', '105509.216000', '105509.219000', '105509.222000', '105509.225000', '105509.227000', '105509.230000', '105509.233000', '105509.236000', '105509.239000', '105509.241000', '105509.244000', '105509.247000', '105509.250000', '105509.253000', '105509.256000', '105509.259000', '105509.261000', '105509.264000', '105509.267000', '105509.270000', '105509.273000', '105509.276000', '105509.278000', '105509.281000', '105509.284000', '105509.287000', '105509.290000', '105509.293000', '105509.295000', '105509.298000', '105529.177000', '105529.180000', '105529.183000', '105529.186000', '105529.189000', '105529.192000', '105529.194000', '105529.197000', '105529.200000', '105529.203000', '105529.206000', '105529.209000', '105529.211000', '105529.214000', '105529.217000', '105529.220000', '105529.223000', '105529.226000', '105529.229000', '105529.231000', '105529.234000', '105529.237000', '105529.240000', '105529.243000', '105529.245000', '105529.248000', '105529.251000', '105529.254000', '105529.259000', '105529.262000', '105529.265000', '105529.268000', '105529.270000', '105529.273000', '105529.276000', '105529.279000', '105529.282000', '105529.285000', '105529.288000', '105529.290000', '105529.293000', '105529.296000', '105529.299000', '105549.177000', '105549.180000', '105549.183000', '105549.186000', '105549.189000', '105549.192000', '105549.194000', '105549.198000', '105549.200000', '105549.203000', '105549.206000', '105549.209000', '105549.212000', '105549.215000', '105549.217000', '105549.221000', '105549.223000', '105549.226000', '105549.229000', '105549.232000', '105549.235000', '105549.238000', '105549.241000', '105549.244000', '105549.246000', '105549.249000', '105549.252000', '105549.255000', '105549.258000', '105549.261000', '105549.263000', '105549.266000', '105549.269000', '105549.272000', '105549.275000', '105549.278000', '105549.281000', '105549.283000', '105549.286000', '105549.289000', '105549.292000', '105549.295000', '105549.297000', '105549.300000', '105609.177000', '105609.180000', '105609.183000', '105609.186000', '105609.189000', '105609.191000', '105609.194000', '105609.197000', '105609.200000', '105609.203000', '105609.206000', '105609.208000', '105609.214000', '105609.217000', '105609.220000', '105609.223000', '105609.226000', '105609.229000', '105609.232000', '105609.234000', '105609.237000', '105609.240000', '105609.243000', '105609.246000', '105609.248000', '105609.251000', '105609.254000', '105609.257000', '105609.274000', '105609.282000', '105609.284000', '105609.287000', '105609.290000', '105609.293000', '105609.296000', '105609.299000', '105609.301000', '105609.304000', '105609.307000', '105609.310000', '105609.313000', '105609.316000', '105609.319000', '105629.177000', '105629.180000', '105629.190000', '105629.193000', '105629.195000', '105629.198000', '105629.201000', '105629.204000', '105629.207000', '105629.210000', '105629.213000', '105629.215000', '105629.218000', '105629.221000', '105629.224000', '105629.227000', '105629.230000', '105629.233000', '105629.236000', '105629.238000', '105629.241000', '105629.244000', '105629.247000', '105629.250000', '105629.253000', '105629.255000', '105629.258000', '105629.261000', '105629.264000', '105629.267000', '105629.270000', '105629.273000', '105629.276000', '105629.278000', '105629.282000', '105629.284000', '105629.287000', '105629.290000', '105629.293000', '105629.296000', '105629.299000', '105629.301000', '105629.305000', '105629.307000', '105649.177000', '105649.180000', '105649.183000', '105649.186000', '105649.188000', '105649.191000', '105649.194000', '105649.197000', '105649.200000', '105649.203000', '105649.206000', '105649.209000', '105649.212000', '105649.215000', '105649.218000', '105649.220000', '105649.223000', '105649.226000', '105649.229000', '105649.232000', '105649.235000', '105649.237000', '105649.240000', '105649.243000', '105649.246000', '105649.249000', '105649.252000', '105649.254000', '105649.257000', '105649.260000', '105649.263000', '105649.266000', '105649.269000', '105649.271000', '105649.274000', '105649.277000', '105649.280000', '105649.283000', '105649.285000', '105649.288000', '105649.291000', '105649.295000', '105649.298000', '105709.177000', '105709.180000', '105709.183000', '105709.186000', '105709.189000', '105709.192000', '105709.194000', '105709.197000', '105709.200000', '105709.203000', '105709.206000', '105709.209000', '105709.212000', '105709.215000', '105709.217000', '105709.220000', '105709.223000', '105709.226000', '105709.229000', '105709.232000', '105709.234000', '105709.237000', '105709.240000', '105709.243000', '105709.246000', '105709.249000', '105709.252000', '105709.255000', '105709.258000', '105709.261000', '105709.263000', '105709.266000', '105709.269000', '105709.272000', '105709.275000', '105709.278000', '105709.280000', '105709.283000', '105709.286000', '105709.289000', '105709.292000', '105709.295000', '105709.298000', '105709.300000', '105729.176000', '105729.179000', '105729.182000', '105729.185000', '105729.188000', '105729.190000', '105729.193000', '105729.196000', '105729.199000', '105729.202000', '105729.205000', '105729.208000', '105729.210000', '105729.213000', '105729.216000', '105729.219000', '105729.222000', '105729.225000', '105729.227000', '105729.230000', '105729.233000', '105729.236000', '105729.239000', '105729.242000', '105729.258000', '105729.261000', '105729.264000', '105729.267000', '105729.270000', '105729.272000', '105729.275000', '105729.278000', '105729.281000', '105729.284000', '105729.287000', '105729.290000', '105729.292000', '105729.295000', '105729.298000', '105729.301000', '105729.304000', '105729.307000', '105729.310000', '105749.177000', '105749.180000', '105749.183000', '105749.186000', '105749.189000', '105749.191000', '105749.194000', '105749.197000', '105749.200000', '105749.203000', '105749.206000', '105749.208000', '105749.211000', '105749.214000', '105749.217000', '105749.220000', '105749.223000', '105749.226000', '105749.229000', '105749.231000', '105749.234000', '105749.237000', '105749.240000', '105749.243000', '105749.246000', '105749.249000', '105749.252000', '105749.254000', '105749.257000', '105749.260000', '105749.263000', '105749.266000', '105749.269000', '105749.272000', '105749.275000', '105749.277000', '105749.280000', '105749.283000', '105749.286000', '105749.289000', '105749.292000', '105749.295000', '105749.297000', '105749.300000', '105809.177000', '105809.180000', '105809.183000', '105809.186000', '105809.189000', '105809.192000', '105809.194000', '105809.197000', '105809.200000', '105809.203000', '105809.206000', '105809.209000', '105809.212000', '105809.214000', '105809.217000', '105809.220000', '105809.223000', '105809.226000', '105809.229000', '105809.232000', '105809.234000', '105809.237000', '105809.240000', '105809.243000', '105809.246000', '105809.249000', '105809.252000', '105809.255000', '105809.257000', '105809.260000', '105809.263000', '105809.266000', '105809.269000', '105809.272000', '105809.275000', '105809.277000', '105809.280000', '105809.283000', '105809.286000', '105809.289000', '105809.292000', '105809.295000', '105809.298000', '105825.570000', '105825.574000', '105825.577000', '105825.590000', '105825.593000', '105825.595000', '105825.598000', '105825.601000', '105825.604000', '105825.607000', '105825.610000', '105825.613000', '105825.616000', '105825.620000', '105825.623000', '105825.626000', '105825.628000', '105825.631000', '105825.634000', '105825.637000', '105825.640000', '105825.643000', '105825.646000', '105825.649000', '105825.652000', '105825.654000', '105825.657000', '105825.660000', '105825.663000', '105825.666000', '105825.669000', '105825.672000', '105825.675000', '105825.678000', '105825.681000', '105825.684000'], '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': [11499, 10010, 12801, 9878, 11042, 10171, 9283, 10363, 10398, 9722, 10563, 14147, 10148, 9658, 10110, 8493, 10156, 8796, 10229, 8151, 9820, 10370, 10839, 10308, 9572, 10057, 8173, 10205, 8593, 9647, 10362, 12667, 10127, 10069, 10169, 8162, 9705, 9585, 9235, 10108, 10383, 10217, 9834, 10378, 8717, 10079, 9858, 10036, 9949, 9217, 10236, 9923, 10283, 9059, 10240, 9099, 10334, 13604, 10346, 11747, 10177, 11145, 10337, 8491, 9926, 9778, 10313, 10369, 14571, 10363, 11914, 10160, 9419, 10130, 8302, 9693, 10488, 10286, 10186, 11319, 10187, 9421, 10248, 8526, 10262, 8040, 9897, 10134, 9902, 10196, 9224, 10107, 11161, 10305, 9982, 9653, 10476, 12815, 10370, 9301, 10118, 7911, 10050, 10343, 9279, 10358, 8995, 9975, 9398, 10266, 12407, 10320, 9192, 9863, 10363, 10688, 10510, 12726, 10430, 9660, 10419, 10424, 11846, 10398, 12972, 10595, 10708, 10323, 8490, 10170, 9395, 9747, 10204, 9212, 7997, 9770, 8616, 9508, 8813, 8674, 9310, 9610, 9486, 11147, 9426, 12644, 11313, 11409, 17293, 12817, 14458, 10558, 12799, 9387, 9515, 12197, 9568, 12138, 9735, 8496, 9551, 9405, 9212, 9631, 9260, 9690, 8124, 9738, 7695, 9709, 7941, 9769, 7725, 9507, 7997, 9706, 9807, 8892, 10098, 9184, 8179, 9335, 8106, 9608, 8853, 9468, 9134, 9810, 11187, 9672, 11111, 9648, 10863, 9416, 9785, 10386, 9910, 13578, 9911, 9113, 9673, 8341, 9531, 7841, 9187, 9792, 8555, 9989, 9541, 10175, 8655, 9550, 8441, 9759, 7931, 9820, 8447, 10106, 9096, 9652, 9917, 9209, 10166, 10847, 10218, 13312, 10059, 8830, 9337, 9965, 9158, 9999, 8485, 9939, 9752, 9829, 8301, 9577, 8343, 9148, 8320, 9297, 9987, 8931, 10097, 12038, 10074, 10223, 9879, 8835, 9738, 10102, 9662, 8231, 9729, 8032, 9490, 10172, 8642, 10211, 11811, 10072, 8139, 9824, 7837, 9621, 10075, 8720, 10144, 10678, 10167, 8819, 9620, 9221, 9070, 10082, 8657, 10087, 8470, 9954, 9312, 9411, 8911, 10015, 8681, 10258, 13623, 10440, 13016, 10122, 10499, 10015, 8524, 9520, 10045, 9796, 10106, 9674, 10387, 8698, 10042, 8618, 10224, 8375, 9852, 8191, 9460, 8645, 9539, 8704, 9393, 10003, 12817, 10176, 12381, 10197, 11527, 9969, 8226, 9786, 10145, 8997, 10261, 10448, 10045, 8475, 9985, 7849, 9886, 9635, 9614, 10249, 10311, 10414, 10609, 10411, 10167, 10136, 10545, 10258, 8938, 10412, 8262, 10137, 8767, 10059, 7948, 9582, 9752, 13079, 10219, 9916, 10152, 7508, 10107, 7918, 10174, 9464, 10375, 8982, 8943, 9702, 8510, 9644, 8554, 9874, 10030, 9823, 10343, 9847, 9893, 9583, 8028, 9631, 8515, 10007, 11354, 10235, 12438, 10292, 10495, 10113, 11855, 10082, 9648, 10399, 10442, 10111, 12268, 9964, 10817, 10174, 9134, 10149, 8203, 9790, 8204, 9901, 7640, 9971, 7828, 9870, 7959, 9801, 9651, 9885, 9550, 10055, 8035, 9958, 9452, 10048, 10756, 9713, 11008, 9898, 9351, 9850, 9591, 9783, 9981, 9371, 10254, 12907, 10022, 9483, 9981, 9731, 9960, 9437, 10248, 7947, 10129, 8237, 10163, 8824, 10112, 9266, 8313, 9280, 8333, 9666, 8824, 9890, 9861, 9911, 9533, 9588, 10085, 10932, 10169, 9682, 8113, 9438, 9933, 9088, 10199, 11093, 10249, 9099, 10064, 8747, 9869, 12811, 10038, 9731, 9326, 10415, 12936, 10034, 12031, 10060, 9065, 9697, 9724, 8818, 10279, 9701, 10211, 9011, 9870, 7957, 9938, 10058, 9205, 10497, 11053, 10217, 9767, 9936, 9974, 9684, 10354, 14075, 10313, 11504, 10128, 8568, 9939, 9659, 9696, 9985, 9362, 10306, 9511, 8506, 9577, 9940, 9333, 10180, 9604, 10216, 12192, 10242, 11330, 10052, 8241, 9993, 8010, 9787, 10193, 9157, 10377, 9027, 10314, 9199, 9924, 8259, 9789, 10017, 14244, 10332, 10182, 9753, 9856, 9745, 10109, 9347, 10247, 7492, 9700, 10176, 9120, 10169, 8687, 10199, 9327, 10138, 10235, 9858, 7872, 10034, 7983, 9811, 7533, 10005, 8632, 9924, 9490, 9994, 10868, 10181, 10003, 9861, 9629, 9676, 11196, 9524, 9732, 14212, 9883, 11451, 9651, 9905, 9073, 9863, 9371, 9542, 9165, 9824, 8905, 9953, 11011, 10182, 9027, 10086, 10228, 9774, 9254, 9786, 9331, 9972, 10648, 10114, 10063, 12043, 9972, 9425, 9856, 9583, 9563, 9671, 9050, 9871, 10333, 9973, 7850, 9534, 7986, 9441, 8045, 9400, 9883, 8795, 9968, 8801, 10062, 8083, 9871, 8061, 9789, 7658, 9536, 8742, 9378, 9926, 13641, 10080, 10683, 9849, 10031, 10005, 7851, 9922, 7906, 9494, 9924, 13235, 9914, 11059, 9864, 9984, 9674, 9682, 8811, 9960, 9015, 9808, 8233, 9124, 9796, 9919, 10042, 8694, 9782, 7689, 9551, 9826, 8838, 10023, 9361, 10133, 8031, 9544, 7906, 9307, 9744, 8981, 10106, 12197, 10013, 9082, 9880, 8783, 9778, 7986, 9200, 9687, 8741, 9953, 11016, 10180, 8119, 9786, 8329, 9731, 8028, 9206, 9729, 10114, 9991, 12920, 9858, 10982, 9770, 8540, 9820, 7806, 9501, 9762, 9028, 10035, 13529, 10047, 10573, 9777, 8659, 9906, 8064, 9733, 8855, 9262, 8998, 9607, 9807, 9066, 9900, 9934, 10156, 9150, 9946, 8425, 9831, 8632, 8119, 9217, 7797, 9319, 10078, 14686, 9832, 9994, 9553, 9815, 9469, 9719, 9322, 9854, 10270, 9985, 13830, 9928, 9880, 9603, 9938, 8993, 10046, 10507, 9898, 7960, 9617, 10024, 9163, 10028, 9471, 10028, 7806, 9759, 8024, 9385, 10087, 8977, 9913, 9457, 10155, 8094, 10020, 8030, 9971, 9881, 9446, 10225, 11873, 10156, 9281, 10042, 8319, 9740, 9972, 8995, 10107, 9869, 10171, 9801, 10058, 10032, 10031, 8479, 9917, 9206, 10046, 8423, 9505, 10046, 9821, 10079, 12457, 9916, 9210, 9986, 9763, 10115, 10144, 11641, 9785, 10032, 9435, 9965, 9440, 9942, 9608, 9779, 7761, 9680, 8984, 8929, 9975, 10119, 9589, 8812, 9662, 7924, 9366, 9930, 11329, 10079, 10180, 9809, 8901, 9471, 10009, 8984, 9768, 11629, 9904, 8063, 9433, 10148, 9151, 10084, 9455, 10113, 8527, 10003, 10609, 9764, 9982, 9296, 10118, 12229, 9945, 10245, 10062, 8649, 9839, 7851, 9568, 9669, 9196, 8693, 9335, 9998, 9240, 10007, 10437, 9972, 10230, 10153, 8909, 10120, 8442, 10076, 8757, 9810, 9902, 9363, 10150, 13775, 10109, 10203, 9846, 8435, 9595, 8208, 9375, 10198, 8610, 10174, 8722, 10009, 9468, 9968, 8704, 9696, 8699, 8770, 9070, 9098, 9880, 8595, 10200, 10668, 9857, 9437, 9708, 8537, 9725, 7941, 9711, 7984, 9515, 10094, 11447, 10178, 12231, 9942, 10194, 9838, 7908, 9934, 8215, 9590, 9751, 9207, 10165, 8934, 10124, 9100, 10084, 8694, 10107, 14257, 10038, 11140, 9732, 10219, 10645, 10118, 14054, 10038, 10418, 10143, 8566, 9820, 10021, 9386, 10385, 11523, 10167, 9849, 10189, 8704, 9968, 8401, 9860, 10041, 9140, 10450, 11240, 10209, 9341, 9687, 8470, 9416, 8016, 9307, 10275, 10835, 10219, 9800, 9697, 10020, 9280, 10111, 8978, 10159, 9746, 10039, 9773, 9635, 10158, 14141, 9908, 9867, 9554, 8426, 9696, 7891, 9126, 10164, 10876, 10039, 8653, 9333, 9807, 8865, 10020, 8822, 10023, 8863, 9578, 10113, 8950, 9689, 8786, 9905, 8440, 10030, 8601, 9628, 10263, 8940, 10120, 12785, 9641, 8558, 9912, 8996, 9222, 10306, 12687, 9956, 8755, 9293, 9789, 9035, 10097, 12009, 9955, 9100, 9514, 10155, 11571, 9772, 10587, 9825, 7952, 9389, 10148, 9017, 10054, 9740, 9532, 8424, 9264, 8013, 9322, 10018, 8789, 9925, 10662, 9771, 8802, 9596, 8626, 9233, 10061, 8800, 9914, 13006, 9710, 9814, 9823, 9657, 12799, 9774, 9459, 9751, 8654, 9581, 10014, 8922, 9866, 10621, 9617, 8584, 9639, 8397, 9781, 8822, 9490, 9896, 9061, 10054, 14072, 9500, 9708, 9124, 9766, 8924, 9711, 10694, 9605, 8571, 9042, 9814, 12300, 9611, 8791, 9523, 8030, 9115, 9406, 8993, 9820, 9112, 9550, 8486, 9333, 8316, 9169, 7957, 9151, 8634, 9016, 9636, 10359, 9539, 9646, 9429, 8360, 9297, 8240, 9266, 9800, 12906, 9588, 12380, 9577, 9257, 9225, 9324, 8839, 9159, 10229, 9412, 8979, 9410, 8335, 9182, 8358, 9038, 9524, 8895, 9495, 11435, 9646, 9047, 9410, 8610, 9175, 9748, 8795, 9589, 12644, 9385, 8862, 9168, 8634, 8946, 9031, 8836, 9581, 9885, 9658, 10357, 9589, 8391, 9108, 9624, 9642, 9609, 13396, 9446, 9459, 10832, 9714, 8681, 9590, 9504, 9442, 8440, 9548, 8382, 9404, 8646, 9125, 8609, 9071, 8984, 8709, 9419, 11786, 9568, 9980, 9605, 9729, 9535, 9663, 9487, 9719, 9281, 9619, 10818, 9692, 11052, 9527, 10104, 9369, 8657, 9331, 9241, 8840, 9518, 11473, 9666, 8908, 9476, 8834, 8687, 9267, 12960, 9546, 9506, 9240, 9306, 8818, 8554, 8984, 8723, 8872, 8841, 8652, 10720, 13542, 9518, 12285, 9216, 9405, 13073, 9894, 12229, 10051, 8885, 8268, 9211, 12988, 9259, 8959, 8713, 9202, 10300, 8908, 8524, 8953, 8082, 8493, 9170, 8971, 9041, 8922, 8482, 8255, 8483, 9312, 8108, 9309, 10665, 9188, 8669, 8513, 9212, 8356, 9374, 12851, 9159, 9704, 8640, 8808, 8275, 8775, 12963, 8727, 9091, 8456, 9129, 10502, 9082, 9144, 8607, 7873, 8312, 7806, 8007, 8474, 8413, 8687, 10684, 8579, 8343, 8496, 8405, 8125, 8542, 8217, 8957, 8314, 9024, 12372, 9106, 10165, 8413, 8415, 8061, 8343, 8140, 8552, 8145, 8592, 12203, 8924, 11524, 8913, 9752, 8883, 8591, 8572, 8478, 8684, 8528, 8188, 8621, 10471, 8309, 10871, 8762, 8907, 8900, 8907, 9016, 8885, 8066, 8337, 8394, 8400, 9127, 8419, 9467, 8396, 7965, 8332, 8428, 10942, 7821, 9228, 8431, 7740, 8540, 7838, 8418, 8782, 9643, 8362, 12041, 8891, 9150, 9099, 8543, 9301, 9042, 8766, 8783, 11790, 8867, 11550, 8293], 'WindowCenter': [4541.0, 4507.0, 4535.0, 4480.0, 4489.0, 4477.0, 4457.0, 4477.0, 4478.0, 4455.0, 4475.0, 4503.0, 4477.0, 4467.0, 4476.0, 4443.0, 4474.0, 4443.0, 4475.0, 4435.0, 4475.0, 4477.0, 4487.0, 4489.0, 4478.0, 4477.0, 4447.0, 4475.0, 4445.0, 4454.0, 4475.0, 4506.0, 4478.0, 4466.0, 4476.0, 4446.0, 4476.0, 4476.0, 4454.0, 4488.0, 4487.0, 4477.0, 4465.0, 4477.0, 4446.0, 4477.0, 4475.0, 4466.0, 4476.0, 4478.0, 4490.0, 4477.0, 4477.0, 4456.0, 4476.0, 4455.0, 4475.0, 4506.0, 4487.0, 4498.0, 4477.0, 4486.0, 4476.0, 4445.0, 4464.0, 4464.0, 4462.0, 4475.0, 4517.0, 4475.0, 4484.0, 4474.0, 4443.0, 4463.0, 4432.0, 4452.0, 4474.0, 4473.0, 4474.0, 4472.0, 4464.0, 4452.0, 4463.0, 4432.0, 4464.0, 4435.0, 4476.0, 4475.0, 4463.0, 4475.0, 4453.0, 4474.0, 4482.0, 4464.0, 4463.0, 4462.0, 4475.0, 4493.0, 4474.0, 4453.0, 4474.0, 4447.0, 4476.0, 4489.0, 4480.0, 4501.0, 4467.0, 4478.0, 4468.0, 4488.0, 4504.0, 4477.0, 4467.0, 4478.0, 4489.0, 4486.0, 4488.0, 4506.0, 4476.0, 4465.0, 4475.0, 4475.0, 4486.0, 4476.0, 4506.0, 4475.0, 4472.0, 4464.0, 4433.0, 4464.0, 4454.0, 4466.0, 4487.0, 4480.0, 4450.0, 4477.0, 4444.0, 4464.0, 4442.0, 4443.0, 4453.0, 4476.0, 4479.0, 4499.0, 4468.0, 4508.0, 4486.0, 4497.0, 4523.0, 4482.0, 4491.0, 4448.0, 4480.0, 4428.0, 4439.0, 4455.0, 4427.0, 4456.0, 4426.0, 4406.0, 4424.0, 4424.0, 4413.0, 4426.0, 4424.0, 4437.0, 4407.0, 4438.0, 4410.0, 4451.0, 4411.0, 4451.0, 4411.0, 4442.0, 4423.0, 4452.0, 4465.0, 4444.0, 4476.0, 4455.0, 4435.0, 4455.0, 4425.0, 4455.0, 4455.0, 4468.0, 4468.0, 4480.0, 4498.0, 4482.0, 4488.0, 4469.0, 4487.0, 4456.0, 4466.0, 4465.0, 4467.0, 4494.0, 4467.0, 4459.0, 4468.0, 4447.0, 4467.0, 4436.0, 4454.0, 4476.0, 4445.0, 4479.0, 4479.0, 4491.0, 4483.0, 4506.0, 4473.0, 4479.0, 4447.0, 4478.0, 4446.0, 4488.0, 4468.0, 4478.0, 4491.0, 4469.0, 4490.0, 4487.0, 4478.0, 4506.0, 4467.0, 4446.0, 4467.0, 4477.0, 4466.0, 4478.0, 4457.0, 4489.0, 4465.0, 4477.0, 4446.0, 4478.0, 4461.0, 4468.0, 4448.0, 4468.0, 4478.0, 4458.0, 4479.0, 4498.0, 4479.0, 4478.0, 4480.0, 4469.0, 4470.0, 4477.0, 4467.0, 4437.0, 4466.0, 4436.0, 4466.0, 4478.0, 4447.0, 4489.0, 4498.0, 4480.0, 4438.0, 4478.0, 4427.0, 4466.0, 4477.0, 4458.0, 4478.0, 4477.0, 4478.0, 4458.0, 4469.0, 4480.0, 4482.0, 4501.0, 4472.0, 4513.0, 4459.0, 4490.0, 4467.0, 4467.0, 4455.0, 4477.0, 4458.0, 4490.0, 4519.0, 4490.0, 4508.0, 4479.0, 4475.0, 4465.0, 4445.0, 4454.0, 4466.0, 4465.0, 4477.0, 4466.0, 4478.0, 4447.0, 4478.0, 4445.0, 4477.0, 4447.0, 4477.0, 4449.0, 4480.0, 4471.0, 4480.0, 4461.0, 4468.0, 4478.0, 4506.0, 4476.0, 4496.0, 4477.0, 4487.0, 4467.0, 4435.0, 4464.0, 4466.0, 4444.0, 4475.0, 4475.0, 4477.0, 4446.0, 4468.0, 4435.0, 4465.0, 4467.0, 4465.0, 4475.0, 4475.0, 4477.0, 4487.0, 4487.0, 4477.0, 4478.0, 4475.0, 4476.0, 4455.0, 4487.0, 4447.0, 4478.0, 4457.0, 4479.0, 4447.0, 4465.0, 4467.0, 4504.0, 4476.0, 4477.0, 4489.0, 4427.0, 4488.0, 4448.0, 4488.0, 4476.0, 4488.0, 4469.0, 4482.0, 4481.0, 4470.0, 4480.0, 4470.0, 4480.0, 4490.0, 4481.0, 4490.0, 4479.0, 4492.0, 4468.0, 4438.0, 4468.0, 4457.0, 4478.0, 4500.0, 4491.0, 4508.0, 4490.0, 4487.0, 4489.0, 4509.0, 4479.0, 4467.0, 4490.0, 4489.0, 4479.0, 4497.0, 4478.0, 4486.0, 4477.0, 4468.0, 4478.0, 4449.0, 4478.0, 4448.0, 4476.0, 4438.0, 4479.0, 4438.0, 4478.0, 4448.0, 4480.0, 4483.0, 4480.0, 4480.0, 4479.0, 4448.0, 4479.0, 4468.0, 4478.0, 4489.0, 4469.0, 4490.0, 4481.0, 4469.0, 4467.0, 4467.0, 4466.0, 4467.0, 4456.0, 4478.0, 4506.0, 4481.0, 4467.0, 4477.0, 4465.0, 4477.0, 4455.0, 4488.0, 4449.0, 4488.0, 4448.0, 4481.0, 4469.0, 4490.0, 4479.0, 4461.0, 4493.0, 4472.0, 4492.0, 4482.0, 4491.0, 4490.0, 4481.0, 4480.0, 4479.0, 4491.0, 4490.0, 4490.0, 4468.0, 4437.0, 4456.0, 4477.0, 4454.0, 4478.0, 4498.0, 4491.0, 4468.0, 4478.0, 4457.0, 4479.0, 4506.0, 4476.0, 4468.0, 4468.0, 4489.0, 4507.0, 4478.0, 4495.0, 4465.0, 4455.0, 4465.0, 4465.0, 4455.0, 4477.0, 4476.0, 4478.0, 4457.0, 4477.0, 4436.0, 4477.0, 4478.0, 4468.0, 4501.0, 4497.0, 4478.0, 4477.0, 4466.0, 4466.0, 4466.0, 4488.0, 4518.0, 4479.0, 4485.0, 4476.0, 4445.0, 4463.0, 4454.0, 4453.0, 4466.0, 4466.0, 4477.0, 4465.0, 4445.0, 4464.0, 4464.0, 4454.0, 4474.0, 4464.0, 4476.0, 4496.0, 4476.0, 4484.0, 4465.0, 4434.0, 4464.0, 4424.0, 4462.0, 4474.0, 4466.0, 4488.0, 4457.0, 4477.0, 4454.0, 4465.0, 4445.0, 4463.0, 4465.0, 4502.0, 4463.0, 4464.0, 4453.0, 4464.0, 4453.0, 4473.0, 4440.0, 4462.0, 4411.0, 4451.0, 4462.0, 4441.0, 4474.0, 4445.0, 4476.0, 4464.0, 4476.0, 4473.0, 4475.0, 4435.0, 4477.0, 4450.0, 4501.0, 4465.0, 4506.0, 4472.0, 4491.0, 4477.0, 4489.0, 4499.0, 4493.0, 4479.0, 4478.0, 4479.0, 4479.0, 4498.0, 4466.0, 4466.0, 4503.0, 4453.0, 4484.0, 4452.0, 4465.0, 4455.0, 4464.0, 4453.0, 4464.0, 4452.0, 4463.0, 4443.0, 4478.0, 4475.0, 4477.0, 4458.0, 4489.0, 4487.0, 4478.0, 4455.0, 4466.0, 4454.0, 4465.0, 4489.0, 4476.0, 4465.0, 4484.0, 4465.0, 4456.0, 4464.0, 4452.0, 4453.0, 4451.0, 4431.0, 4465.0, 4463.0, 4464.0, 4436.0, 4467.0, 4436.0, 4463.0, 4433.0, 4454.0, 4464.0, 4443.0, 4465.0, 4456.0, 4478.0, 4450.0, 4490.0, 4448.0, 4477.0, 4436.0, 4466.0, 4456.0, 4454.0, 4477.0, 4506.0, 4488.0, 4488.0, 4478.0, 4465.0, 4476.0, 4435.0, 4464.0, 4433.0, 4454.0, 4464.0, 4493.0, 4464.0, 4485.0, 4465.0, 4463.0, 4452.0, 4452.0, 4440.0, 4451.0, 4441.0, 4462.0, 4432.0, 4451.0, 4464.0, 4475.0, 4476.0, 4444.0, 4464.0, 4422.0, 4462.0, 4462.0, 4454.0, 4476.0, 4455.0, 4488.0, 4448.0, 4476.0, 4436.0, 4454.0, 4465.0, 4454.0, 4475.0, 4494.0, 4478.0, 4459.0, 4477.0, 4446.0, 4476.0, 4446.0, 4465.0, 4464.0, 4444.0, 4477.0, 4485.0, 4488.0, 4459.0, 4488.0, 4445.0, 4477.0, 4445.0, 4465.0, 4476.0, 4475.0, 4476.0, 4518.0, 4489.0, 4486.0, 4476.0, 4444.0, 4475.0, 4425.0, 4463.0, 4463.0, 4451.0, 4477.0, 4506.0, 4476.0, 4474.0, 4463.0, 4441.0, 4463.0, 4422.0, 4463.0, 4457.0, 4467.0, 4456.0, 4464.0, 4463.0, 4442.0, 4463.0, 4463.0, 4477.0, 4456.0, 4487.0, 4469.0, 4489.0, 4457.0, 4447.0, 4466.0, 4435.0, 4465.0, 4475.0, 4514.0, 4475.0, 4475.0, 4466.0, 4476.0, 4466.0, 4465.0, 4465.0, 4463.0, 4461.0, 4462.0, 4492.0, 4463.0, 4476.0, 4463.0, 4463.0, 4440.0, 4461.0, 4459.0, 4451.0, 4411.0, 4450.0, 4464.0, 4452.0, 4462.0, 4450.0, 4463.0, 4422.0, 4453.0, 4433.0, 4452.0, 4473.0, 4442.0, 4475.0, 4477.0, 4487.0, 4434.0, 4464.0, 4432.0, 4462.0, 4463.0, 4452.0, 4464.0, 4482.0, 4475.0, 4466.0, 4465.0, 4432.0, 4452.0, 4453.0, 4444.0, 4474.0, 4463.0, 4474.0, 4474.0, 4476.0, 4475.0, 4475.0, 4444.0, 4475.0, 4464.0, 4476.0, 4447.0, 4466.0, 4476.0, 4475.0, 4479.0, 4507.0, 4466.0, 4455.0, 4465.0, 4463.0, 4461.0, 4462.0, 4472.0, 4452.0, 4452.0, 4452.0, 4464.0, 4453.0, 4462.0, 4451.0, 4462.0, 4421.0, 4462.0, 4454.0, 4453.0, 4475.0, 4475.0, 4466.0, 4454.0, 4466.0, 4435.0, 4453.0, 4463.0, 4483.0, 4463.0, 4463.0, 4465.0, 4455.0, 4464.0, 4465.0, 4443.0, 4464.0, 4473.0, 4464.0, 4434.0, 4454.0, 4477.0, 4468.0, 4489.0, 4465.0, 4474.0, 4442.0, 4463.0, 4472.0, 4464.0, 4464.0, 4466.0, 4487.0, 4506.0, 4475.0, 4474.0, 4465.0, 4442.0, 4463.0, 4434.0, 4463.0, 4476.0, 4467.0, 4457.0, 4465.0, 4476.0, 4454.0, 4465.0, 4475.0, 4476.0, 4465.0, 4477.0, 4456.0, 4477.0, 4445.0, 4475.0, 4444.0, 4462.0, 4464.0, 4452.0, 4475.0, 4515.0, 4475.0, 4463.0, 4465.0, 4432.0, 4451.0, 4431.0, 4451.0, 4475.0, 4455.0, 4485.0, 4444.0, 4464.0, 4452.0, 4464.0, 4443.0, 4464.0, 4457.0, 4458.0, 4467.0, 4455.0, 4474.0, 4454.0, 4476.0, 4473.0, 4475.0, 4465.0, 4478.0, 4457.0, 4476.0, 4446.0, 4476.0, 4436.0, 4464.0, 4476.0, 4484.0, 4475.0, 4505.0, 4477.0, 4474.0, 4474.0, 4433.0, 4475.0, 4443.0, 4465.0, 4464.0, 4465.0, 4487.0, 4467.0, 4489.0, 4456.0, 4486.0, 4446.0, 4475.0, 4514.0, 4465.0, 4486.0, 4465.0, 4475.0, 4476.0, 4488.0, 4516.0, 4465.0, 4461.0, 4461.0, 4430.0, 4450.0, 4451.0, 4441.0, 4464.0, 4483.0, 4474.0, 4464.0, 4474.0, 4442.0, 4463.0, 4433.0, 4462.0, 4464.0, 4453.0, 4475.0, 4483.0, 4476.0, 4466.0, 4467.0, 4445.0, 4454.0, 4433.0, 4454.0, 4475.0, 4473.0, 4474.0, 4464.0, 4465.0, 4478.0, 4466.0, 4475.0, 4442.0, 4464.0, 4452.0, 4464.0, 4465.0, 4453.0, 4464.0, 4505.0, 4478.0, 4475.0, 4463.0, 4432.0, 4452.0, 4422.0, 4451.0, 4473.0, 4472.0, 4463.0, 4455.0, 4466.0, 4475.0, 4443.0, 4464.0, 4440.0, 4462.0, 4443.0, 4464.0, 4475.0, 4455.0, 4467.0, 4455.0, 4476.0, 4434.0, 4464.0, 4445.0, 4463.0, 4475.0, 4444.0, 4476.0, 4506.0, 4465.0, 4442.0, 4462.0, 4442.0, 4451.0, 4462.0, 4490.0, 4464.0, 4445.0, 4464.0, 4463.0, 4442.0, 4462.0, 4480.0, 4462.0, 4443.0, 4451.0, 4463.0, 4495.0, 4476.0, 4474.0, 4462.0, 4432.0, 4452.0, 4472.0, 4441.0, 4464.0, 4464.0, 4465.0, 4433.0, 4453.0, 4421.0, 4451.0, 4462.0, 4443.0, 4463.0, 4473.0, 4465.0, 4455.0, 4464.0, 4443.0, 4452.0, 4462.0, 4440.0, 4461.0, 4490.0, 4450.0, 4461.0, 4451.0, 4452.0, 4491.0, 4450.0, 4449.0, 4450.0, 4430.0, 4450.0, 4461.0, 4440.0, 4463.0, 4473.0, 4477.0, 4454.0, 4463.0, 4431.0, 4461.0, 4441.0, 4451.0, 4462.0, 4442.0, 4462.0, 4501.0, 4463.0, 4465.0, 4452.0, 4462.0, 4439.0, 4449.0, 4458.0, 4449.0, 4430.0, 4439.0, 4462.0, 4481.0, 4462.0, 4430.0, 4452.0, 4419.0, 4439.0, 4449.0, 4439.0, 4461.0, 4454.0, 4477.0, 4455.0, 4464.0, 4432.0, 4453.0, 4432.0, 4463.0, 4444.0, 4452.0, 4465.0, 4474.0, 4476.0, 4476.0, 4466.0, 4443.0, 4453.0, 4433.0, 4453.0, 4464.0, 4493.0, 4462.0, 4491.0, 4464.0, 4466.0, 4464.0, 4452.0, 4440.0, 4451.0, 4459.0, 4451.0, 4441.0, 4453.0, 4444.0, 4453.0, 4443.0, 4453.0, 4463.0, 4441.0, 4462.0, 4481.0, 4464.0, 4455.0, 4454.0, 4443.0, 4454.0, 4463.0, 4441.0, 4462.0, 4493.0, 4453.0, 4455.0, 4466.0, 4455.0, 4454.0, 4455.0, 4454.0, 4463.0, 4474.0, 4488.0, 4488.0, 4477.0, 4457.0, 4455.0, 4464.0, 4462.0, 4462.0, 4502.0, 4462.0, 4465.0, 4483.0, 4452.0, 4429.0, 4463.0, 4449.0, 4451.0, 4430.0, 4463.0, 4457.0, 4476.0, 4454.0, 4464.0, 4453.0, 4455.0, 4454.0, 4442.0, 4466.0, 4507.0, 4476.0, 4477.0, 4477.0, 4464.0, 4475.0, 4463.0, 4465.0, 4477.0, 4453.0, 4464.0, 4484.0, 4477.0, 4496.0, 4475.0, 4472.0, 4453.0, 4441.0, 4452.0, 4453.0, 4442.0, 4462.0, 4482.0, 4464.0, 4453.0, 4462.0, 4453.0, 4442.0, 4453.0, 4489.0, 4462.0, 4465.0, 4463.0, 4465.0, 4454.0, 4456.0, 4465.0, 4455.0, 4466.0, 4466.0, 4458.0, 4487.0, 4504.0, 4454.0, 4484.0, 4454.0, 4454.0, 4492.0, 4464.0, 4482.0, 4451.0, 4431.0, 4419.0, 4440.0, 4479.0, 4439.0, 4430.0, 4419.0, 4452.0, 4461.0, 4442.0, 4428.0, 4429.0, 4409.0, 4428.0, 4439.0, 4430.0, 4441.0, 4441.0, 4445.0, 4434.0, 4443.0, 4454.0, 4423.0, 4455.0, 4474.0, 4454.0, 4443.0, 4443.0, 4454.0, 4432.0, 4453.0, 4481.0, 4442.0, 4452.0, 4433.0, 4445.0, 4434.0, 4443.0, 4492.0, 4432.0, 4443.0, 4433.0, 4466.0, 4473.0, 4445.0, 4452.0, 4444.0, 4436.0, 4445.0, 4426.0, 4437.0, 4448.0, 4445.0, 4446.0, 4475.0, 4445.0, 4445.0, 4457.0, 4447.0, 4438.0, 4447.0, 4444.0, 4455.0, 4435.0, 4457.0, 4495.0, 4469.0, 4488.0, 4460.0, 4460.0, 4448.0, 4436.0, 4433.0, 4434.0, 4423.0, 4445.0, 4496.0, 4455.0, 4483.0, 4457.0, 4465.0, 4444.0, 4431.0, 4432.0, 4421.0, 4432.0, 4432.0, 4430.0, 4433.0, 4462.0, 4434.0, 4473.0, 4442.0, 4440.0, 4443.0, 4441.0, 4443.0, 4443.0, 4422.0, 4447.0, 4444.0, 4434.0, 4441.0, 4433.0, 4449.0, 4431.0, 4420.0, 4431.0, 4444.0, 4473.0, 4426.0, 4455.0, 4434.0, 4424.0, 4443.0, 4422.0, 4432.0, 4444.0, 4465.0, 4447.0, 4496.0, 4457.0, 4454.0, 4444.0, 4433.0, 4454.0, 4445.0, 4445.0, 4457.0, 4497.0, 4456.0, 4484.0, 4433.0], 'WindowWidth': [9961.0, 9905.0, 9936.0, 9849.0, 9855.0, 9836.0, 9807.0, 9836.0, 9838.0, 9802.0, 9828.0, 9866.0, 9839.0, 9824.0, 9834.0, 9785.0, 9828.0, 9785.0, 9831.0, 9778.0, 9831.0, 9835.0, 9853.0, 9856.0, 9841.0, 9839.0, 9795.0, 9831.0, 9788.0, 9798.0, 9831.0, 9875.0, 9840.0, 9820.0, 9833.0, 9793.0, 9836.0, 9837.0, 9801.0, 9854.0, 9852.0, 9837.0, 9817.0, 9836.0, 9793.0, 9837.0, 9831.0, 9819.0, 9836.0, 9842.0, 9860.0, 9836.0, 9837.0, 9806.0, 9834.0, 9803.0, 9832.0, 9875.0, 9853.0, 9870.0, 9838.0, 9847.0, 9834.0, 9790.0, 9812.0, 9813.0, 9808.0, 9829.0, 9892.0, 9832.0, 9839.0, 9827.0, 9781.0, 9809.0, 9767.0, 9792.0, 9827.0, 9825.0, 9828.0, 9820.0, 9811.0, 9793.0, 9810.0, 9767.0, 9812.0, 9777.0, 9835.0, 9831.0, 9811.0, 9828.0, 9795.0, 9826.0, 9834.0, 9814.0, 9812.0, 9809.0, 9831.0, 9854.0, 9827.0, 9796.0, 9827.0, 9799.0, 9834.0, 9860.0, 9852.0, 9878.0, 9827.0, 9840.0, 9826.0, 9854.0, 9871.0, 9835.0, 9824.0, 9842.0, 9858.0, 9847.0, 9853.0, 9873.0, 9832.0, 9817.0, 9829.0, 9830.0, 9845.0, 9836.0, 9876.0, 9831.0, 9823.0, 9813.0, 9769.0, 9812.0, 9802.0, 9819.0, 9853.0, 9850.0, 9808.0, 9835.0, 9783.0, 9813.0, 9778.0, 9782.0, 9796.0, 9835.0, 9842.0, 9870.0, 9827.0, 9880.0, 9846.0, 9863.0, 9895.0, 9833.0, 9841.0, 9778.0, 9824.0, 9749.0, 9765.0, 9783.0, 9746.0, 9783.0, 9744.0, 9716.0, 9738.0, 9739.0, 9723.0, 9744.0, 9739.0, 9761.0, 9720.0, 9766.0, 9732.0, 9787.0, 9732.0, 9787.0, 9733.0, 9777.0, 9752.0, 9789.0, 9811.0, 9785.0, 9829.0, 9799.0, 9774.0, 9799.0, 9761.0, 9800.0, 9802.0, 9822.0, 9825.0, 9844.0, 9867.0, 9849.0, 9852.0, 9828.0, 9847.0, 9802.0, 9816.0, 9814.0, 9819.0, 9852.0, 9819.0, 9814.0, 9827.0, 9796.0, 9821.0, 9777.0, 9800.0, 9833.0, 9789.0, 9843.0, 9843.0, 9862.0, 9859.0, 9896.0, 9844.0, 9844.0, 9796.0, 9839.0, 9792.0, 9853.0, 9826.0, 9842.0, 9862.0, 9829.0, 9858.0, 9848.0, 9837.0, 9871.0, 9820.0, 9791.0, 9821.0, 9835.0, 9819.0, 9838.0, 9811.0, 9856.0, 9817.0, 9836.0, 9793.0, 9839.0, 9821.0, 9826.0, 9799.0, 9825.0, 9838.0, 9810.0, 9839.0, 9865.0, 9839.0, 9836.0, 9842.0, 9829.0, 9830.0, 9835.0, 9821.0, 9779.0, 9816.0, 9775.0, 9816.0, 9837.0, 9793.0, 9855.0, 9866.0, 9844.0, 9783.0, 9836.0, 9768.0, 9819.0, 9836.0, 9810.0, 9839.0, 9836.0, 9838.0, 9810.0, 9825.0, 9846.0, 9857.0, 9879.0, 9842.0, 9900.0, 9819.0, 9858.0, 9823.0, 9824.0, 9805.0, 9837.0, 9813.0, 9859.0, 9899.0, 9860.0, 9881.0, 9840.0, 9829.0, 9815.0, 9788.0, 9796.0, 9818.0, 9817.0, 9835.0, 9818.0, 9836.0, 9794.0, 9838.0, 9791.0, 9837.0, 9795.0, 9838.0, 9802.0, 9848.0, 9837.0, 9843.0, 9821.0, 9826.0, 9837.0, 9874.0, 9832.0, 9860.0, 9836.0, 9848.0, 9820.0, 9776.0, 9812.0, 9816.0, 9784.0, 9827.0, 9830.0, 9834.0, 9791.0, 9822.0, 9776.0, 9817.0, 9822.0, 9816.0, 9830.0, 9828.0, 9834.0, 9850.0, 9850.0, 9834.0, 9837.0, 9828.0, 9833.0, 9803.0, 9849.0, 9797.0, 9839.0, 9809.0, 9842.0, 9796.0, 9817.0, 9821.0, 9867.0, 9833.0, 9837.0, 9855.0, 9767.0, 9853.0, 9801.0, 9852.0, 9833.0, 9853.0, 9832.0, 9854.0, 9848.0, 9832.0, 9845.0, 9831.0, 9845.0, 9859.0, 9847.0, 9859.0, 9841.0, 9865.0, 9824.0, 9785.0, 9822.0, 9808.0, 9838.0, 9872.0, 9861.0, 9878.0, 9857.0, 9849.0, 9855.0, 9882.0, 9840.0, 9821.0, 9858.0, 9855.0, 9842.0, 9862.0, 9838.0, 9843.0, 9835.0, 9826.0, 9836.0, 9801.0, 9838.0, 9797.0, 9833.0, 9784.0, 9841.0, 9784.0, 9839.0, 9799.0, 9843.0, 9853.0, 9845.0, 9845.0, 9841.0, 9799.0, 9840.0, 9823.0, 9839.0, 9854.0, 9827.0, 9856.0, 9847.0, 9826.0, 9822.0, 9819.0, 9818.0, 9820.0, 9804.0, 9837.0, 9874.0, 9844.0, 9821.0, 9834.0, 9814.0, 9834.0, 9803.0, 9853.0, 9802.0, 9854.0, 9799.0, 9844.0, 9828.0, 9861.0, 9847.0, 9825.0, 9872.0, 9844.0, 9868.0, 9855.0, 9864.0, 9860.0, 9850.0, 9845.0, 9843.0, 9863.0, 9862.0, 9859.0, 9824.0, 9784.0, 9805.0, 9834.0, 9800.0, 9838.0, 9868.0, 9864.0, 9827.0, 9839.0, 9810.0, 9841.0, 9873.0, 9833.0, 9824.0, 9826.0, 9857.0, 9879.0, 9836.0, 9856.0, 9817.0, 9803.0, 9814.0, 9815.0, 9801.0, 9838.0, 9835.0, 9839.0, 9809.0, 9837.0, 9781.0, 9837.0, 9840.0, 9829.0, 9875.0, 9865.0, 9839.0, 9836.0, 9820.0, 9819.0, 9818.0, 9853.0, 9895.0, 9840.0, 9844.0, 9832.0, 9787.0, 9810.0, 9798.0, 9797.0, 9817.0, 9821.0, 9836.0, 9818.0, 9790.0, 9813.0, 9814.0, 9797.0, 9827.0, 9814.0, 9832.0, 9862.0, 9834.0, 9841.0, 9816.0, 9771.0, 9812.0, 9759.0, 9807.0, 9828.0, 9822.0, 9853.0, 9809.0, 9836.0, 9801.0, 9817.0, 9790.0, 9811.0, 9813.0, 9862.0, 9809.0, 9814.0, 9798.0, 9813.0, 9795.0, 9824.0, 9776.0, 9806.0, 9738.0, 9790.0, 9807.0, 9779.0, 9828.0, 9791.0, 9836.0, 9816.0, 9834.0, 9826.0, 9832.0, 9777.0, 9838.0, 9808.0, 9880.0, 9840.0, 9895.0, 9841.0, 9863.0, 9837.0, 9856.0, 9869.0, 9869.0, 9842.0, 9841.0, 9845.0, 9845.0, 9868.0, 9821.0, 9819.0, 9866.0, 9795.0, 9841.0, 9793.0, 9816.0, 9803.0, 9814.0, 9796.0, 9812.0, 9793.0, 9810.0, 9781.0, 9839.0, 9828.0, 9836.0, 9812.0, 9857.0, 9851.0, 9838.0, 9802.0, 9819.0, 9800.0, 9816.0, 9859.0, 9832.0, 9815.0, 9837.0, 9815.0, 9804.0, 9812.0, 9793.0, 9794.0, 9790.0, 9760.0, 9814.0, 9809.0, 9811.0, 9776.0, 9822.0, 9779.0, 9811.0, 9771.0, 9797.0, 9813.0, 9783.0, 9815.0, 9806.0, 9840.0, 9808.0, 9860.0, 9800.0, 9835.0, 9780.0, 9820.0, 9806.0, 9801.0, 9835.0, 9875.0, 9852.0, 9853.0, 9841.0, 9816.0, 9833.0, 9774.0, 9815.0, 9772.0, 9798.0, 9815.0, 9852.0, 9813.0, 9845.0, 9819.0, 9811.0, 9794.0, 9793.0, 9774.0, 9791.0, 9776.0, 9807.0, 9769.0, 9791.0, 9814.0, 9831.0, 9835.0, 9787.0, 9814.0, 9755.0, 9808.0, 9809.0, 9799.0, 9833.0, 9803.0, 9856.0, 9804.0, 9836.0, 9781.0, 9801.0, 9818.0, 9800.0, 9831.0, 9856.0, 9837.0, 9817.0, 9838.0, 9795.0, 9835.0, 9794.0, 9819.0, 9817.0, 9789.0, 9836.0, 9845.0, 9857.0, 9820.0, 9856.0, 9793.0, 9838.0, 9794.0, 9819.0, 9834.0, 9833.0, 9836.0, 9898.0, 9860.0, 9850.0, 9834.0, 9787.0, 9832.0, 9763.0, 9811.0, 9811.0, 9795.0, 9837.0, 9876.0, 9833.0, 9829.0, 9814.0, 9780.0, 9811.0, 9755.0, 9811.0, 9809.0, 9825.0, 9807.0, 9814.0, 9812.0, 9781.0, 9811.0, 9812.0, 9833.0, 9805.0, 9855.0, 9834.0, 9860.0, 9812.0, 9800.0, 9823.0, 9780.0, 9820.0, 9832.0, 9885.0, 9832.0, 9833.0, 9823.0, 9834.0, 9821.0, 9817.0, 9817.0, 9812.0, 9806.0, 9807.0, 9848.0, 9810.0, 9834.0, 9811.0, 9809.0, 9775.0, 9803.0, 9797.0, 9787.0, 9735.0, 9786.0, 9814.0, 9796.0, 9809.0, 9788.0, 9810.0, 9752.0, 9794.0, 9770.0, 9795.0, 9825.0, 9782.0, 9833.0, 9839.0, 9852.0, 9776.0, 9812.0, 9766.0, 9808.0, 9810.0, 9795.0, 9812.0, 9835.0, 9832.0, 9820.0, 9817.0, 9768.0, 9794.0, 9794.0, 9783.0, 9827.0, 9813.0, 9827.0, 9830.0, 9835.0, 9833.0, 9831.0, 9788.0, 9832.0, 9815.0, 9834.0, 9797.0, 9821.0, 9835.0, 9832.0, 9844.0, 9877.0, 9820.0, 9800.0, 9814.0, 9810.0, 9802.0, 9804.0, 9817.0, 9792.0, 9793.0, 9794.0, 9814.0, 9798.0, 9808.0, 9790.0, 9808.0, 9751.0, 9808.0, 9800.0, 9798.0, 9832.0, 9833.0, 9821.0, 9801.0, 9820.0, 9776.0, 9796.0, 9811.0, 9836.0, 9811.0, 9810.0, 9815.0, 9803.0, 9812.0, 9814.0, 9781.0, 9811.0, 9821.0, 9810.0, 9774.0, 9800.0, 9835.0, 9829.0, 9857.0, 9817.0, 9829.0, 9782.0, 9812.0, 9822.0, 9813.0, 9813.0, 9821.0, 9854.0, 9878.0, 9832.0, 9828.0, 9816.0, 9781.0, 9812.0, 9774.0, 9812.0, 9835.0, 9823.0, 9809.0, 9817.0, 9832.0, 9800.0, 9815.0, 9827.0, 9830.0, 9814.0, 9837.0, 9808.0, 9836.0, 9790.0, 9831.0, 9785.0, 9807.0, 9812.0, 9794.0, 9832.0, 9887.0, 9830.0, 9810.0, 9815.0, 9768.0, 9792.0, 9766.0, 9792.0, 9832.0, 9808.0, 9847.0, 9786.0, 9815.0, 9795.0, 9813.0, 9785.0, 9816.0, 9812.0, 9816.0, 9827.0, 9807.0, 9831.0, 9803.0, 9833.0, 9828.0, 9830.0, 9819.0, 9841.0, 9813.0, 9836.0, 9793.0, 9837.0, 9781.0, 9815.0, 9832.0, 9841.0, 9831.0, 9873.0, 9837.0, 9828.0, 9830.0, 9773.0, 9830.0, 9785.0, 9819.0, 9817.0, 9817.0, 9854.0, 9827.0, 9858.0, 9807.0, 9847.0, 9792.0, 9831.0, 9881.0, 9816.0, 9846.0, 9816.0, 9831.0, 9834.0, 9856.0, 9891.0, 9816.0, 9803.0, 9803.0, 9758.0, 9787.0, 9790.0, 9774.0, 9811.0, 9836.0, 9828.0, 9812.0, 9825.0, 9781.0, 9811.0, 9768.0, 9806.0, 9813.0, 9795.0, 9828.0, 9838.0, 9835.0, 9822.0, 9822.0, 9788.0, 9802.0, 9770.0, 9797.0, 9827.0, 9822.0, 9825.0, 9811.0, 9817.0, 9839.0, 9821.0, 9829.0, 9781.0, 9812.0, 9793.0, 9811.0, 9815.0, 9796.0, 9811.0, 9871.0, 9839.0, 9830.0, 9812.0, 9767.0, 9795.0, 9754.0, 9790.0, 9825.0, 9822.0, 9810.0, 9805.0, 9821.0, 9831.0, 9783.0, 9814.0, 9775.0, 9808.0, 9784.0, 9814.0, 9830.0, 9804.0, 9824.0, 9805.0, 9832.0, 9772.0, 9815.0, 9789.0, 9812.0, 9828.0, 9787.0, 9835.0, 9874.0, 9817.0, 9780.0, 9807.0, 9780.0, 9789.0, 9807.0, 9843.0, 9812.0, 9790.0, 9814.0, 9809.0, 9779.0, 9808.0, 9829.0, 9807.0, 9782.0, 9791.0, 9810.0, 9861.0, 9834.0, 9828.0, 9809.0, 9768.0, 9794.0, 9822.0, 9776.0, 9815.0, 9817.0, 9817.0, 9771.0, 9796.0, 9752.0, 9792.0, 9809.0, 9782.0, 9811.0, 9821.0, 9816.0, 9806.0, 9815.0, 9786.0, 9794.0, 9808.0, 9775.0, 9803.0, 9842.0, 9788.0, 9804.0, 9791.0, 9794.0, 9845.0, 9789.0, 9786.0, 9789.0, 9761.0, 9787.0, 9803.0, 9774.0, 9811.0, 9826.0, 9837.0, 9803.0, 9810.0, 9764.0, 9806.0, 9778.0, 9790.0, 9808.0, 9780.0, 9809.0, 9859.0, 9812.0, 9819.0, 9797.0, 9806.0, 9770.0, 9785.0, 9794.0, 9786.0, 9759.0, 9772.0, 9809.0, 9834.0, 9808.0, 9761.0, 9793.0, 9744.0, 9772.0, 9787.0, 9772.0, 9806.0, 9804.0, 9840.0, 9806.0, 9816.0, 9768.0, 9799.0, 9769.0, 9812.0, 9788.0, 9797.0, 9818.0, 9830.0, 9838.0, 9836.0, 9823.0, 9785.0, 9799.0, 9771.0, 9796.0, 9813.0, 9852.0, 9810.0, 9847.0, 9815.0, 9824.0, 9818.0, 9796.0, 9774.0, 9792.0, 9798.0, 9791.0, 9778.0, 9800.0, 9788.0, 9798.0, 9785.0, 9800.0, 9812.0, 9780.0, 9810.0, 9834.0, 9816.0, 9806.0, 9802.0, 9784.0, 9800.0, 9812.0, 9778.0, 9808.0, 9854.0, 9799.0, 9806.0, 9822.0, 9808.0, 9801.0, 9804.0, 9803.0, 9815.0, 9829.0, 9858.0, 9858.0, 9839.0, 9814.0, 9805.0, 9814.0, 9808.0, 9809.0, 9862.0, 9810.0, 9820.0, 9840.0, 9793.0, 9759.0, 9811.0, 9784.0, 9790.0, 9762.0, 9814.0, 9815.0, 9839.0, 9804.0, 9817.0, 9800.0, 9805.0, 9803.0, 9783.0, 9823.0, 9879.0, 9836.0, 9839.0, 9840.0, 9816.0, 9832.0, 9812.0, 9817.0, 9840.0, 9798.0, 9815.0, 9843.0, 9839.0, 9863.0, 9834.0, 9824.0, 9799.0, 9779.0, 9794.0, 9797.0, 9781.0, 9808.0, 9837.0, 9816.0, 9801.0, 9809.0, 9798.0, 9783.0, 9798.0, 9842.0, 9809.0, 9818.0, 9814.0, 9817.0, 9798.0, 9807.0, 9819.0, 9804.0, 9822.0, 9820.0, 9813.0, 9851.0, 9865.0, 9799.0, 9840.0, 9798.0, 9798.0, 9847.0, 9810.0, 9831.0, 9788.0, 9760.0, 9742.0, 9772.0, 9820.0, 9769.0, 9758.0, 9741.0, 9792.0, 9805.0, 9778.0, 9753.0, 9755.0, 9729.0, 9753.0, 9771.0, 9758.0, 9777.0, 9779.0, 9791.0, 9772.0, 9783.0, 9799.0, 9756.0, 9801.0, 9826.0, 9799.0, 9786.0, 9785.0, 9798.0, 9765.0, 9794.0, 9830.0, 9777.0, 9792.0, 9768.0, 9787.0, 9770.0, 9782.0, 9845.0, 9766.0, 9781.0, 9769.0, 9819.0, 9824.0, 9786.0, 9794.0, 9786.0, 9777.0, 9791.0, 9765.0, 9782.0, 9798.0, 9788.0, 9792.0, 9830.0, 9789.0, 9791.0, 9809.0, 9795.0, 9785.0, 9793.0, 9786.0, 9802.0, 9775.0, 9806.0, 9856.0, 9827.0, 9854.0, 9819.0, 9818.0, 9798.0, 9776.0, 9770.0, 9769.0, 9754.0, 9788.0, 9857.0, 9801.0, 9837.0, 9809.0, 9815.0, 9785.0, 9762.0, 9765.0, 9748.0, 9765.0, 9766.0, 9760.0, 9768.0, 9807.0, 9772.0, 9823.0, 9780.0, 9774.0, 9780.0, 9775.0, 9781.0, 9781.0, 9754.0, 9795.0, 9788.0, 9773.0, 9778.0, 9767.0, 9785.0, 9761.0, 9748.0, 9762.0, 9789.0, 9826.0, 9764.0, 9802.0, 9771.0, 9756.0, 9782.0, 9754.0, 9767.0, 9788.0, 9818.0, 9796.0, 9859.0, 9809.0, 9799.0, 9785.0, 9767.0, 9800.0, 9787.0, 9788.0, 9810.0, 9862.0, 9807.0, 9840.0, 9767.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.0012535032774945375</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.045071402621995625</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.751935700357116</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0985456884766764</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.970429350291544</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4505</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6441.4473</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10940315412785206</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.369992716678806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6806599378338696</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5455296665825706</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.01500574629848</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4814444006205596</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00585351</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016427839174866676</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029698625206947327</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1373</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.5477471634290683</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>32.2051</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8194</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8871</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307984.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>760.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.1312</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5271</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.9767</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.9429</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3980.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68560.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4920.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1121.8305</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.585733521729708</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> |