=== 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-0064 --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-0064",
"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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-01/func/sub-0064_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>6f5ecd52ce289407a002a7fa4c3ea48f</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:06:3.570000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999805, -0.0197302, -0.000136972, 0.0197209, 0.99907, 0.0383489]</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.0897621</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>[4131, -7733, -7209, 653, -88, -96, -19, 128]</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>220.272</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>90a7e963-7658-4c00-98df-7bf19f810b81||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824045181274414, 0.0529097318649292, 0.0016734214732423425, 108.2618179321289], [0.05293457955121994, 2.6804311275482178, 0.10352914780378342, -100.70755004882812], [-0.00036748466663993895, -0.10288728028535843, 2.6980137825012207, -50.45344924926758], [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': ['100603.570000', '100604.030000', '100604.490000', '100604.950000', '100605.410000', '100605.870000', '100606.330000', '100606.790000', '100607.250000', '100607.710000', '100608.170000', '100608.630000', '100609.090000', '100609.550000', '100610.010000', '100610.470000', '100610.930000', '100611.390000', '100611.850000', '100612.310000', '100612.770000', '100613.230000', '100613.690000', '100614.150000', '100614.610000', '100615.070000', '100615.530000', '100615.990000', '100616.450000', '100616.910000', '100617.370000', '100617.830000', '100618.290000', '100618.750000', '100619.210000', '100619.670000', '100620.130000', '100620.590000', '100621.050000', '100621.510000', '100621.970000', '100622.430000', '100622.890000', '100623.350000', '100623.810000', '100624.270000', '100624.730000', '100625.190000', '100625.650000', '100626.110000', '100626.570000', '100627.030000', '100627.490000', '100627.950000', '100628.410000', '100628.870000', '100629.330000', '100629.790000', '100630.250000', '100630.710000', '100631.170000', '100631.630000', '100632.090000', '100632.550000', '100633.010000', '100633.470000', '100633.930000', '100634.390000', '100634.850000', '100635.310000', '100635.770000', '100636.230000', '100636.690000', '100637.150000', '100637.610000', '100638.070000', '100638.530000', '100638.990000', '100639.450000', '100639.910000', '100640.370000', '100640.830000', '100641.290000', '100641.750000', '100642.210000', '100642.670000', '100643.130000', '100643.590000', '100644.050000', '100644.510000', '100644.970000', '100645.430000', '100645.890000', '100646.350000', '100646.810000', '100647.270000', '100647.730000', '100648.190000', '100648.650000', '100649.110000', '100649.570000', '100650.030000', '100650.490000', '100650.950000', '100651.410000', '100651.870000', '100652.330000', '100652.790000', '100653.250000', '100653.710000', '100654.170000', '100654.630000', '100655.090000', '100655.550000', '100656.010000', '100656.470000', '100656.930000', '100657.390000', '100657.850000', '100658.310000', '100658.770000', '100659.230000', '100659.690000', '100700.150000', '100700.610000', '100701.070000', '100701.530000', '100701.990000', '100702.450000', '100702.910000', '100703.370000', '100703.830000', '100704.290000', '100704.750000', '100705.210000', '100705.670000', '100706.130000', '100706.590000', '100707.050000', '100707.510000', '100707.970000', '100708.430000', '100708.890000', '100709.350000', '100709.810000', '100710.270000', '100710.730000', '100711.190000', '100711.650000', '100712.110000', '100712.570000', '100713.030000', '100713.490000', '100713.950000', '100714.410000', '100714.870000', '100715.330000', '100715.790000', '100716.250000', '100716.710000', '100717.170000', '100717.630000', '100718.090000', '100718.550000', '100719.010000', '100719.470000', '100719.930000', '100720.390000', '100720.850000', '100721.310000', '100721.770000', '100722.230000', '100722.690000', '100723.150000', '100723.610000', '100724.070000', '100724.530000', '100724.990000', '100725.450000', '100725.910000', '100726.370000', '100726.830000', '100727.290000', '100727.750000', '100728.210000', '100728.670000', '100729.130000', '100729.590000', '100730.050000', '100730.510000', '100730.970000', '100731.430000', '100731.890000', '100732.350000', '100732.810000', '100733.270000', '100733.730000', '100734.190000', '100734.650000', '100735.110000', '100735.570000', '100736.030000', '100736.490000', '100736.950000', '100737.410000', '100737.870000', '100738.330000', '100738.790000', '100739.250000', '100739.710000', '100740.170000', '100740.630000', '100741.090000', '100741.550000', '100742.010000', '100742.470000', '100742.930000', '100743.390000', '100743.850000', '100744.310000', '100744.770000', '100745.230000', '100745.690000', '100746.150000', '100746.610000', '100747.070000', '100747.530000', '100747.990000', '100748.450000', '100748.910000', '100749.370000', '100749.830000', '100750.290000', '100750.750000', '100751.210000', '100751.670000', '100752.130000', '100752.590000', '100753.050000', '100753.510000', '100753.970000', '100754.430000', '100754.890000', '100755.350000', '100755.810000', '100756.270000', '100756.730000', '100757.190000', '100757.650000', '100758.110000', '100758.570000', '100759.030000', '100759.490000', '100759.950000', '100800.410000', '100800.870000', '100801.330000', '100801.790000', '100802.250000', '100802.710000', '100803.170000', '100803.630000', '100804.090000', '100804.550000', '100805.010000', '100805.470000', '100805.930000', '100806.390000', '100806.850000', '100807.310000', '100807.770000', '100808.230000', '100808.690000', '100809.150000', '100809.610000', '100810.070000', '100810.530000', '100810.990000', '100811.450000', '100811.910000', '100812.370000', '100812.830000', '100813.290000', '100813.750000', '100814.210000', '100814.670000', '100815.130000', '100815.590000', '100816.050000', '100816.510000', '100816.970000', '100817.430000', '100817.890000', '100818.350000', '100818.810000', '100819.270000', '100819.730000', '100820.190000', '100820.650000', '100821.110000', '100821.570000', '100822.030000', '100822.490000', '100822.950000', '100823.410000', '100823.870000', '100824.330000', '100824.790000', '100825.250000', '100825.710000', '100826.170000', '100826.630000', '100827.090000', '100827.550000', '100828.010000', '100828.470000', '100828.930000', '100829.390000', '100829.850000', '100830.310000', '100830.770000', '100831.230000', '100831.690000', '100832.150000', '100832.610000', '100833.070000', '100833.530000', '100833.990000', '100834.450000', '100834.910000', '100835.370000', '100835.830000', '100836.290000', '100836.750000', '100837.210000', '100837.670000', '100838.130000', '100838.590000', '100839.050000', '100839.510000', '100839.970000', '100840.430000', '100840.890000', '100841.350000', '100841.810000', '100842.270000', '100842.730000', '100843.190000', '100843.650000', '100844.110000', '100844.570000', '100845.030000', '100845.490000', '100845.950000', '100846.410000', '100846.870000', '100847.330000', '100847.790000', '100848.250000', '100848.710000', '100849.170000', '100849.630000', '100850.090000', '100850.550000', '100851.010000', '100851.470000', '100851.930000', '100852.390000', '100852.850000', '100853.310000', '100853.770000', '100854.230000', '100854.690000', '100855.150000', '100855.610000', '100856.070000', '100856.530000', '100856.990000', '100857.450000', '100857.910000', '100858.370000', '100858.830000', '100859.290000', '100859.750000', '100900.210000', '100900.670000', '100901.130000', '100901.590000', '100902.050000', '100902.510000', '100902.970000', '100903.430000', '100903.890000', '100904.350000', '100904.810000', '100905.270000', '100905.730000', '100906.190000', '100906.650000', '100907.110000', '100907.570000', '100908.030000', '100908.490000', '100908.950000', '100909.410000', '100909.870000', '100910.330000', '100910.790000', '100911.250000', '100911.710000', '100912.170000', '100912.630000', '100913.090000', '100913.550000', '100914.010000', '100914.470000', '100914.930000', '100915.390000', '100915.850000', '100916.310000', '100916.770000', '100917.230000', '100917.690000', '100918.150000', '100918.610000', '100919.070000', '100919.530000', '100919.990000', '100920.450000', '100920.910000', '100921.370000', '100921.830000', '100922.290000', '100922.750000', '100923.210000', '100923.670000', '100924.130000', '100924.590000', '100925.050000', '100925.510000', '100925.970000', '100926.430000', '100926.890000', '100927.350000', '100927.810000', '100928.270000', '100928.730000', '100929.190000', '100929.650000', '100930.110000', '100930.570000', '100931.030000', '100931.490000', '100931.950000', '100932.410000', '100932.870000', '100933.330000', '100933.790000', '100934.250000', '100934.710000', '100935.170000', '100935.630000', '100936.090000', '100936.550000', '100937.010000', '100937.470000', '100937.930000', '100938.390000', '100938.850000', '100939.310000', '100939.770000', '100940.230000', '100940.690000', '100941.150000', '100941.610000', '100942.070000', '100942.530000', '100942.990000', '100943.450000', '100943.910000', '100944.370000', '100944.830000', '100945.290000', '100945.750000', '100946.210000', '100946.670000', '100947.130000', '100947.590000', '100948.050000', '100948.510000', '100948.970000', '100949.430000', '100949.890000', '100950.350000', '100950.810000', '100951.270000', '100951.730000', '100952.190000', '100952.650000', '100953.110000', '100953.570000', '100954.030000', '100954.490000', '100954.950000', '100955.410000', '100955.870000', '100956.330000', '100956.790000', '100957.250000', '100957.710000', '100958.170000', '100958.630000', '100959.090000', '100959.550000', '101000.010000', '101000.470000', '101000.930000', '101001.390000', '101001.850000', '101002.310000', '101002.770000', '101003.230000', '101003.690000', '101004.150000', '101004.610000', '101005.070000', '101005.530000', '101005.990000', '101006.450000', '101006.910000', '101007.370000', '101007.830000', '101008.290000', '101008.750000', '101009.210000', '101009.670000', '101010.130000', '101010.590000', '101011.050000', '101011.510000', '101011.970000', '101012.430000', '101012.890000', '101013.350000', '101013.810000', '101014.270000', '101014.730000', '101015.190000', '101015.650000', '101016.110000', '101016.570000', '101017.030000', '101017.490000', '101017.950000', '101018.410000', '101018.870000', '101019.330000', '101019.790000', '101020.250000', '101020.710000', '101021.170000', '101021.630000', '101022.090000', '101022.550000', '101023.010000', '101023.470000', '101023.930000', '101024.390000', '101024.850000', '101025.310000', '101025.770000', '101026.230000', '101026.690000', '101027.150000', '101027.610000', '101028.070000', '101028.530000', '101028.990000', '101029.450000', '101029.910000', '101030.370000', '101030.830000', '101031.290000', '101031.750000', '101032.210000', '101032.670000', '101033.130000', '101033.590000', '101034.050000', '101034.510000', '101034.970000', '101035.430000', '101035.890000', '101036.350000', '101036.810000', '101037.270000', '101037.730000', '101038.190000', '101038.650000', '101039.110000', '101039.570000', '101040.030000', '101040.490000', '101040.950000', '101041.410000', '101041.870000', '101042.330000', '101042.790000', '101043.250000', '101043.710000', '101044.170000', '101044.630000', '101045.090000', '101045.550000', '101046.010000', '101046.470000', '101046.930000', '101047.390000', '101047.850000', '101048.310000', '101048.770000', '101049.230000', '101049.690000', '101050.150000', '101050.610000', '101051.070000', '101051.530000', '101051.990000', '101052.450000', '101052.910000', '101053.370000', '101053.830000', '101054.290000', '101054.750000', '101055.210000', '101055.670000', '101056.130000', '101056.590000', '101057.050000', '101057.510000', '101057.970000', '101058.430000', '101058.890000', '101059.350000', '101059.810000', '101100.270000', '101100.730000', '101101.190000', '101101.650000', '101102.110000', '101102.570000', '101103.030000', '101103.490000', '101103.950000', '101104.410000', '101104.870000', '101105.330000', '101105.790000', '101106.250000', '101106.710000', '101107.170000', '101107.630000', '101108.090000', '101108.550000', '101109.010000', '101109.470000', '101109.930000', '101110.390000', '101110.850000', '101111.310000', '101111.770000', '101112.230000', '101112.690000', '101113.150000', '101113.610000', '101114.070000', '101114.530000', '101114.990000', '101115.450000', '101115.910000', '101116.370000', '101116.830000', '101117.290000', '101117.750000', '101118.210000', '101118.670000', '101119.130000', '101119.590000', '101120.050000', '101120.510000', '101120.970000', '101121.430000', '101121.890000', '101122.350000', '101122.810000', '101123.270000', '101123.730000', '101124.190000', '101124.650000', '101125.110000', '101125.570000', '101126.030000', '101126.490000', '101126.950000', '101127.410000', '101127.870000', '101128.330000', '101128.790000', '101129.250000', '101129.710000', '101130.170000', '101130.630000', '101131.090000', '101131.550000', '101132.010000', '101132.470000', '101132.930000', '101133.390000', '101133.850000', '101134.310000', '101134.770000', '101135.230000', '101135.690000', '101136.150000', '101136.610000', '101137.070000', '101137.530000', '101137.990000', '101138.450000', '101138.910000', '101139.370000', '101139.830000', '101140.290000', '101140.750000', '101141.210000', '101141.670000', '101142.130000', '101142.590000', '101143.050000', '101143.510000', '101143.970000', '101144.430000', '101144.890000', '101145.350000', '101145.810000', '101146.270000', '101146.730000', '101147.190000', '101147.650000', '101148.110000', '101148.570000', '101149.030000', '101149.490000', '101149.950000', '101150.410000', '101150.870000', '101151.330000', '101151.790000', '101152.250000', '101152.710000', '101153.170000', '101153.630000', '101154.090000', '101154.550000', '101155.010000', '101155.470000', '101155.930000', '101156.390000', '101156.850000', '101157.310000', '101157.770000', '101158.230000', '101158.690000', '101159.150000', '101159.610000', '101200.070000', '101200.530000', '101200.990000', '101201.450000', '101201.910000', '101202.370000', '101202.830000', '101203.290000', '101203.750000', '101204.210000', '101204.670000', '101205.130000', '101205.590000', '101206.050000', '101206.510000', '101206.970000', '101207.430000', '101207.890000', '101208.350000', '101208.810000', '101209.270000', '101209.730000', '101210.190000', '101210.650000', '101211.110000', '101211.570000', '101212.030000', '101212.490000', '101212.950000', '101213.410000', '101213.870000', '101214.330000', '101214.790000', '101215.250000', '101215.710000', '101216.170000', '101216.630000', '101217.090000', '101217.550000', '101218.010000', '101218.470000', '101218.930000', '101219.390000', '101219.850000', '101220.310000', '101220.770000', '101221.230000', '101221.690000', '101222.150000', '101222.610000', '101223.070000', '101223.530000', '101223.990000', '101224.450000', '101224.910000', '101225.370000', '101225.830000', '101226.290000', '101226.750000', '101227.210000', '101227.670000', '101228.130000', '101228.590000', '101229.050000', '101229.510000', '101229.970000', '101230.430000', '101230.890000', '101231.350000', '101231.810000', '101232.270000', '101232.730000', '101233.190000', '101233.650000', '101234.110000', '101234.570000', '101235.030000', '101235.490000', '101235.950000', '101236.410000', '101236.870000', '101237.330000', '101237.790000', '101238.250000', '101238.710000', '101239.170000', '101239.630000', '101240.090000', '101240.550000', '101241.010000', '101241.470000', '101241.930000', '101242.390000', '101242.850000', '101243.310000', '101243.770000', '101244.230000', '101244.690000', '101245.150000', '101245.610000', '101246.070000', '101246.530000', '101246.990000', '101247.450000', '101247.910000', '101248.370000', '101248.830000', '101249.290000', '101249.750000', '101250.210000', '101250.670000', '101251.130000', '101251.590000', '101252.050000', '101252.510000', '101252.970000', '101253.430000', '101253.890000', '101254.350000', '101254.810000', '101255.270000', '101255.730000', '101256.190000', '101256.650000', '101257.110000', '101257.570000', '101258.030000', '101258.490000', '101258.950000', '101259.410000', '101259.870000', '101300.330000', '101300.790000', '101301.250000', '101301.710000', '101302.170000', '101302.630000', '101303.090000', '101303.550000', '101304.010000', '101304.470000', '101304.930000', '101305.390000', '101305.850000', '101306.310000', '101306.770000', '101307.230000', '101307.690000', '101308.150000', '101308.610000', '101309.070000', '101309.530000', '101309.990000', '101310.450000', '101310.910000', '101311.370000', '101311.830000', '101312.290000', '101312.750000', '101313.210000', '101313.670000', '101314.130000', '101314.590000', '101315.050000', '101315.510000', '101315.970000', '101316.430000', '101316.890000', '101317.350000', '101317.810000', '101318.270000', '101318.730000', '101319.190000', '101319.650000', '101320.110000', '101320.570000', '101321.030000', '101321.490000', '101321.950000', '101322.410000', '101322.870000', '101323.330000', '101323.790000', '101324.250000', '101324.710000', '101325.170000', '101325.630000', '101326.090000', '101326.550000', '101327.010000', '101327.470000', '101327.930000', '101328.390000', '101328.850000', '101329.310000', '101329.770000', '101330.230000', '101330.690000', '101331.150000', '101331.610000', '101332.070000', '101332.530000', '101332.990000', '101333.450000', '101333.910000', '101334.370000', '101334.830000', '101335.290000', '101335.750000', '101336.210000', '101336.670000', '101337.130000', '101337.590000', '101338.050000', '101338.510000', '101338.970000', '101339.430000', '101339.890000', '101340.350000', '101340.810000', '101341.270000', '101341.730000', '101342.190000', '101342.650000', '101343.110000', '101343.570000', '101344.030000', '101344.490000', '101344.950000', '101345.410000', '101345.870000', '101346.330000', '101346.790000', '101347.250000', '101347.710000', '101348.170000', '101348.630000', '101349.090000', '101349.550000', '101350.010000', '101350.470000', '101350.930000', '101351.390000', '101351.850000', '101352.310000', '101352.770000', '101353.230000', '101353.690000', '101354.150000', '101354.610000', '101355.070000', '101355.530000', '101355.990000', '101356.450000', '101356.910000', '101357.370000', '101357.830000', '101358.290000', '101358.750000', '101359.210000', '101359.670000', '101400.130000', '101400.590000', '101401.050000', '101401.510000', '101401.970000', '101402.430000', '101402.890000', '101403.350000', '101403.810000', '101404.270000', '101404.730000', '101405.190000', '101405.650000', '101406.110000', '101406.570000', '101407.030000', '101407.490000', '101407.950000', '101408.410000', '101408.870000', '101409.330000', '101409.790000', '101410.250000', '101410.710000', '101411.170000', '101411.630000', '101412.090000', '101412.550000', '101413.010000', '101413.470000', '101413.930000', '101414.390000', '101414.850000', '101415.310000', '101415.770000', '101416.230000', '101416.690000', '101417.150000', '101417.610000', '101418.070000', '101418.530000', '101418.990000', '101419.450000', '101419.910000', '101420.370000', '101420.830000', '101421.290000', '101421.750000', '101422.210000', '101422.670000', '101423.130000', '101423.590000', '101424.050000', '101424.510000', '101424.970000', '101425.430000', '101425.890000', '101426.350000', '101426.810000', '101427.270000', '101427.730000', '101428.190000', '101428.650000', '101429.110000', '101429.570000', '101430.030000', '101430.490000', '101430.950000', '101431.410000', '101431.870000', '101432.330000', '101432.790000', '101433.250000', '101433.710000', '101434.170000', '101434.630000', '101435.090000', '101435.550000', '101436.010000', '101436.470000', '101436.930000', '101437.390000', '101437.850000', '101438.310000', '101438.770000', '101439.230000', '101439.690000', '101440.150000', '101440.610000', '101441.070000', '101441.530000', '101441.990000', '101442.450000', '101442.910000', '101443.370000', '101443.830000', '101444.290000', '101444.750000', '101445.210000', '101445.670000', '101446.130000', '101446.590000', '101447.050000', '101447.510000', '101447.970000', '101448.430000', '101448.890000', '101449.350000', '101449.810000', '101450.270000', '101450.730000', '101451.190000', '101451.650000', '101452.110000', '101452.570000', '101453.030000', '101453.490000', '101453.950000', '101454.410000', '101454.870000', '101455.330000', '101455.790000', '101456.250000', '101456.710000', '101457.170000', '101457.630000', '101458.090000', '101458.550000', '101459.010000', '101459.470000', '101459.930000', '101500.390000', '101500.850000', '101501.310000', '101501.770000', '101502.230000', '101502.690000', '101503.150000', '101503.610000', '101504.070000', '101504.530000', '101504.990000', '101505.450000', '101505.910000', '101506.370000', '101506.830000', '101507.290000', '101507.750000', '101508.210000', '101508.670000', '101509.130000', '101509.590000', '101510.050000', '101510.510000', '101510.970000', '101511.430000', '101511.890000', '101512.350000', '101512.810000', '101513.270000', '101513.730000', '101514.190000', '101514.650000', '101515.110000', '101515.570000', '101516.030000', '101516.490000', '101516.950000', '101517.410000', '101517.870000', '101518.330000', '101518.790000', '101519.250000', '101519.710000', '101520.170000', '101520.630000', '101521.090000', '101521.550000', '101522.010000', '101522.470000', '101522.930000', '101523.390000', '101523.850000', '101524.310000', '101524.770000', '101525.230000', '101525.690000', '101526.150000', '101526.610000', '101527.070000', '101527.530000', '101527.990000', '101528.450000', '101528.910000', '101529.370000', '101529.830000', '101530.290000', '101530.750000', '101531.210000', '101531.670000', '101532.130000', '101532.590000', '101533.050000', '101533.510000', '101533.970000', '101534.430000', '101534.890000', '101535.350000', '101535.810000', '101536.270000', '101536.730000', '101537.190000', '101537.650000', '101538.110000', '101538.570000', '101539.030000', '101539.490000', '101539.950000', '101540.410000', '101540.870000', '101541.330000', '101541.790000', '101542.250000', '101542.710000', '101543.170000', '101543.630000', '101544.090000', '101544.550000', '101545.010000', '101545.470000', '101545.930000', '101546.390000', '101546.850000', '101547.310000', '101547.770000', '101548.230000', '101548.690000', '101549.150000', '101549.610000', '101550.070000', '101550.530000', '101550.990000', '101551.450000', '101551.910000', '101552.370000', '101552.830000', '101553.290000', '101553.750000', '101554.210000', '101554.670000', '101555.130000', '101555.590000', '101556.050000', '101556.510000', '101556.970000', '101557.430000', '101557.890000', '101558.350000', '101558.810000', '101559.270000', '101559.730000', '101600.190000', '101600.650000', '101601.110000', '101601.570000', '101602.030000', '101602.490000', '101602.950000', '101603.410000', '101603.870000', '101604.330000', '101604.790000', '101605.250000', '101605.710000', '101606.170000', '101606.630000', '101607.090000', '101607.550000', '101608.010000', '101608.470000', '101608.930000', '101609.390000', '101609.850000', '101610.310000', '101610.770000', '101611.230000', '101611.690000', '101612.150000', '101612.610000', '101613.070000', '101613.530000', '101613.990000', '101614.450000', '101614.910000', '101615.370000', '101615.830000', '101616.290000', '101616.750000', '101617.210000', '101617.670000', '101618.130000', '101618.590000', '101619.050000', '101619.510000', '101619.970000', '101620.430000', '101620.890000', '101621.350000', '101621.810000', '101622.270000', '101622.730000', '101623.190000', '101623.650000', '101624.110000', '101624.570000', '101625.030000', '101625.490000', '101625.950000', '101626.410000', '101626.870000', '101627.330000', '101627.790000', '101628.250000', '101628.710000', '101629.170000', '101629.630000', '101630.090000', '101630.550000', '101631.010000', '101631.470000', '101631.930000', '101632.390000', '101632.850000', '101633.310000', '101633.770000', '101634.230000', '101634.690000', '101635.150000', '101635.610000', '101636.070000'], 'ContentTime': ['100613.770000', '100613.773000', '100613.776000', '100613.779000', '100613.782000', '100613.796000', '100613.799000', '100613.804000', '100613.806000', '100613.809000', '100613.811000', '100613.814000', '100613.817000', '100613.820000', '100613.824000', '100613.827000', '100613.829000', '100613.832000', '100613.835000', '100613.837000', '100633.742000', '100633.745000', '100633.748000', '100633.750000', '100633.753000', '100633.755000', '100633.758000', '100633.760000', '100633.763000', '100633.765000', '100633.768000', '100633.771000', '100633.773000', '100633.776000', '100633.778000', '100633.781000', '100633.783000', '100633.786000', '100633.788000', '100633.791000', '100633.794000', '100633.796000', '100633.799000', '100633.801000', '100633.804000', '100633.806000', '100633.809000', '100633.812000', '100633.814000', '100633.817000', '100633.827000', '100633.830000', '100633.832000', '100633.835000', '100633.837000', '100633.840000', '100633.843000', '100633.850000', '100633.853000', '100633.856000', '100633.858000', '100633.861000', '100633.863000', '100633.866000', '100653.742000', '100653.745000', '100653.748000', '100653.750000', '100653.753000', '100653.756000', '100653.758000', '100653.761000', '100653.763000', '100653.766000', '100653.768000', '100653.771000', '100653.774000', '100653.776000', '100653.779000', '100653.781000', '100653.784000', '100653.786000', '100653.789000', '100653.791000', '100653.794000', '100653.797000', '100653.799000', '100653.802000', '100653.804000', '100653.807000', '100653.810000', '100653.812000', '100653.815000', '100653.817000', '100653.820000', '100653.823000', '100653.825000', '100653.828000', '100653.830000', '100653.833000', '100653.835000', '100653.838000', '100653.841000', '100653.843000', '100653.846000', '100653.848000', '100653.851000', '100713.743000', '100713.745000', '100713.748000', '100713.751000', '100713.753000', '100713.763000', '100713.766000', '100713.769000', '100713.771000', '100713.774000', '100713.776000', '100713.779000', '100713.782000', '100713.784000', '100713.787000', '100713.789000', '100713.792000', '100713.795000', '100713.797000', '100713.800000', '100713.802000', '100713.805000', '100713.807000', '100713.810000', '100713.813000', '100713.815000', '100713.818000', '100713.820000', '100713.823000', '100713.825000', '100713.828000', '100713.831000', '100713.833000', '100713.836000', '100713.839000', '100713.842000', '100713.844000', '100713.847000', '100713.849000', '100713.852000', '100713.854000', '100713.857000', '100713.860000', '100713.862000', '100733.742000', '100733.745000', '100733.748000', '100733.751000', '100733.753000', '100733.756000', '100733.758000', '100733.761000', '100733.763000', '100733.766000', '100733.769000', '100733.771000', '100733.774000', '100733.776000', '100733.779000', '100733.781000', '100733.784000', '100733.786000', '100733.789000', '100733.792000', '100733.794000', '100733.797000', '100733.799000', '100733.810000', '100733.813000', '100733.815000', '100733.818000', '100733.820000', '100733.823000', '100733.825000', '100733.828000', '100733.831000', '100733.833000', '100733.836000', '100733.838000', '100733.841000', '100733.844000', '100733.846000', '100733.849000', '100733.851000', '100733.854000', '100733.857000', '100733.861000', '100753.743000', '100753.746000', '100753.748000', '100753.751000', '100753.753000', '100753.756000', '100753.759000', '100753.761000', '100753.764000', '100753.767000', '100753.769000', '100753.772000', '100753.774000', '100753.777000', '100753.780000', '100753.782000', '100753.785000', '100753.787000', '100753.790000', '100753.792000', '100753.800000', '100753.802000', '100753.805000', '100753.808000', '100753.810000', '100753.813000', '100753.815000', '100753.818000', '100753.820000', '100753.823000', '100753.826000', '100753.828000', '100753.831000', '100753.833000', '100753.836000', '100753.839000', '100753.841000', '100753.844000', '100753.846000', '100753.849000', '100753.851000', '100753.854000', '100753.857000', '100753.859000', '100813.742000', '100813.745000', '100813.748000', '100813.750000', '100813.753000', '100813.756000', '100813.758000', '100813.761000', '100813.763000', '100813.766000', '100813.769000', '100813.771000', '100813.774000', '100813.776000', '100813.779000', '100813.781000', '100813.784000', '100813.786000', '100813.789000', '100813.792000', '100813.794000', '100813.797000', '100813.799000', '100813.802000', '100813.804000', '100813.807000', '100813.810000', '100813.812000', '100813.815000', '100813.817000', '100813.820000', '100813.823000', '100813.825000', '100813.828000', '100813.830000', '100813.833000', '100813.836000', '100813.846000', '100813.849000', '100813.851000', '100813.854000', '100813.857000', '100813.860000', '100833.741000', '100833.744000', '100833.747000', '100833.749000', '100833.752000', '100833.754000', '100833.757000', '100833.760000', '100833.762000', '100833.765000', '100833.767000', '100833.770000', '100833.772000', '100833.775000', '100833.778000', '100833.780000', '100833.783000', '100833.785000', '100833.788000', '100833.791000', '100833.793000', '100833.796000', '100833.798000', '100833.801000', '100833.804000', '100833.806000', '100833.809000', '100833.812000', '100833.814000', '100833.817000', '100833.819000', '100833.822000', '100833.825000', '100833.827000', '100833.830000', '100833.832000', '100833.835000', '100833.838000', '100833.840000', '100833.843000', '100833.845000', '100833.848000', '100833.850000', '100833.853000', '100853.743000', '100853.745000', '100853.748000', '100853.751000', '100853.753000', '100853.756000', '100853.758000', '100853.761000', '100853.764000', '100853.766000', '100853.769000', '100853.772000', '100853.774000', '100853.777000', '100853.779000', '100853.782000', '100853.785000', '100853.787000', '100853.790000', '100853.792000', '100853.795000', '100853.798000', '100853.800000', '100853.803000', '100853.805000', '100853.808000', '100853.810000', '100853.813000', '100853.816000', '100853.818000', '100853.821000', '100853.823000', '100853.826000', '100853.828000', '100853.831000', '100853.834000', '100853.836000', '100853.839000', '100853.841000', '100853.844000', '100853.846000', '100853.849000', '100853.852000', '100913.742000', '100913.745000', '100913.748000', '100913.750000', '100913.753000', '100913.756000', '100913.758000', '100913.761000', '100913.764000', '100913.766000', '100913.769000', '100913.771000', '100913.774000', '100913.776000', '100913.779000', '100913.782000', '100913.784000', '100913.787000', '100913.790000', '100913.792000', '100913.795000', '100913.797000', '100913.800000', '100913.803000', '100913.805000', '100913.808000', '100913.810000', '100913.813000', '100913.816000', '100913.818000', '100913.821000', '100913.823000', '100913.826000', '100913.828000', '100913.831000', '100913.833000', '100913.836000', '100913.839000', '100913.841000', '100913.844000', '100913.846000', '100913.849000', '100913.852000', '100913.854000', '100933.742000', '100933.745000', '100933.748000', '100933.750000', '100933.753000', '100933.755000', '100933.758000', '100933.761000', '100933.763000', '100933.766000', '100933.768000', '100933.771000', '100933.774000', '100933.776000', '100933.779000', '100933.781000', '100933.784000', '100933.786000', '100933.789000', '100933.792000', '100933.794000', '100933.797000', '100933.799000', '100933.802000', '100933.805000', '100933.807000', '100933.810000', '100933.813000', '100933.815000', '100933.818000', '100933.820000', '100933.823000', '100933.826000', '100933.828000', '100933.831000', '100933.833000', '100933.836000', '100933.839000', '100933.841000', '100933.844000', '100933.846000', '100933.849000', '100933.852000', '100953.742000', '100953.745000', '100953.748000', '100953.750000', '100953.753000', '100953.756000', '100953.758000', '100953.761000', '100953.763000', '100953.766000', '100953.769000', '100953.771000', '100953.774000', '100953.776000', '100953.779000', '100953.782000', '100953.784000', '100953.787000', '100953.789000', '100953.792000', '100953.795000', '100953.797000', '100953.800000', '100953.802000', '100953.805000', '100953.808000', '100953.810000', '100953.813000', '100953.815000', '100953.818000', '100953.821000', '100953.823000', '100953.826000', '100953.828000', '100953.831000', '100953.833000', '100953.836000', '100953.839000', '100953.841000', '100953.844000', '100953.846000', '100953.849000', '100953.852000', '100953.854000', '101013.742000', '101013.745000', '101013.748000', '101013.750000', '101013.753000', '101013.756000', '101013.758000', '101013.761000', '101013.763000', '101013.766000', '101013.768000', '101013.771000', '101013.774000', '101013.777000', '101013.779000', '101013.782000', '101013.784000', '101013.787000', '101013.790000', '101013.792000', '101013.795000', '101013.797000', '101013.800000', '101013.803000', '101013.805000', '101013.822000', '101013.824000', '101013.827000', '101013.829000', '101013.832000', '101013.835000', '101013.837000', '101013.840000', '101013.842000', '101013.845000', '101013.847000', '101013.850000', '101013.853000', '101013.855000', '101013.858000', '101013.860000', '101013.863000', '101013.866000', '101033.743000', '101033.745000', '101033.748000', '101033.750000', '101033.753000', '101033.756000', '101033.758000', '101033.761000', '101033.763000', '101033.766000', '101033.769000', '101033.772000', '101033.775000', '101033.777000', '101033.780000', '101033.783000', '101033.785000', '101033.788000', '101033.790000', '101033.793000', '101033.795000', '101033.798000', '101033.801000', '101033.803000', '101033.806000', '101033.808000', '101033.811000', '101033.814000', '101033.816000', '101033.819000', '101033.821000', '101033.824000', '101033.827000', '101033.829000', '101033.832000', '101033.834000', '101033.837000', '101033.840000', '101033.842000', '101033.845000', '101033.847000', '101033.850000', '101033.853000', '101033.855000', '101053.741000', '101053.744000', '101053.747000', '101053.749000', '101053.752000', '101053.755000', '101053.757000', '101053.760000', '101053.762000', '101053.765000', '101053.768000', '101053.770000', '101053.773000', '101053.775000', '101053.778000', '101053.781000', '101053.783000', '101053.786000', '101053.788000', '101053.791000', '101053.793000', '101053.796000', '101053.799000', '101053.801000', '101053.804000', '101053.807000', '101053.809000', '101053.812000', '101053.814000', '101053.817000', '101053.819000', '101053.822000', '101053.824000', '101053.827000', '101053.830000', '101053.832000', '101053.835000', '101053.837000', '101053.840000', '101053.843000', '101053.845000', '101053.848000', '101053.850000', '101113.743000', '101113.746000', '101113.748000', '101113.751000', '101113.753000', '101113.756000', '101113.759000', '101113.761000', '101113.764000', '101113.766000', '101113.769000', '101113.771000', '101113.774000', '101113.777000', '101113.779000', '101113.782000', '101113.784000', '101113.787000', '101113.790000', '101113.792000', '101113.795000', '101113.797000', '101113.800000', '101113.803000', '101113.805000', '101113.808000', '101113.810000', '101113.813000', '101113.816000', '101113.818000', '101113.821000', '101113.823000', '101113.826000', '101113.828000', '101113.831000', '101113.834000', '101113.836000', '101113.839000', '101113.842000', '101113.844000', '101113.847000', '101113.849000', '101113.852000', '101133.742000', '101133.745000', '101133.748000', '101133.751000', '101133.753000', '101133.756000', '101133.758000', '101133.761000', '101133.764000', '101133.766000', '101133.769000', '101133.771000', '101133.774000', '101133.777000', '101133.779000', '101133.782000', '101133.784000', '101133.787000', '101133.789000', '101133.792000', '101133.795000', '101133.797000', '101133.800000', '101133.802000', '101133.805000', '101133.807000', '101133.810000', '101133.813000', '101133.815000', '101133.818000', '101133.820000', '101133.823000', '101133.825000', '101133.828000', '101133.831000', '101133.833000', '101133.836000', '101133.849000', '101133.852000', '101133.855000', '101133.857000', '101133.860000', '101133.862000', '101133.867000', '101153.742000', '101153.745000', '101153.748000', '101153.750000', '101153.753000', '101153.756000', '101153.758000', '101153.761000', '101153.764000', '101153.766000', '101153.769000', '101153.771000', '101153.774000', '101153.776000', '101153.779000', '101153.782000', '101153.784000', '101153.787000', '101153.790000', '101153.792000', '101153.795000', '101153.798000', '101153.800000', '101153.803000', '101153.805000', '101153.809000', '101153.813000', '101153.815000', '101153.818000', '101153.821000', '101153.823000', '101153.826000', '101153.828000', '101153.831000', '101153.833000', '101153.836000', '101153.839000', '101153.841000', '101153.844000', '101153.846000', '101153.849000', '101153.851000', '101153.854000', '101213.743000', '101213.745000', '101213.748000', '101213.750000', '101213.753000', '101213.756000', '101213.758000', '101213.761000', '101213.764000', '101213.766000', '101213.769000', '101213.771000', '101213.774000', '101213.776000', '101213.779000', '101213.782000', '101213.784000', '101213.787000', '101213.789000', '101213.792000', '101213.795000', '101213.797000', '101213.800000', '101213.802000', '101213.805000', '101213.808000', '101213.810000', '101213.813000', '101213.815000', '101213.818000', '101213.820000', '101213.823000', '101213.826000', '101213.828000', '101213.831000', '101213.834000', '101213.836000', '101213.839000', '101213.841000', '101213.844000', '101213.846000', '101213.849000', '101213.851000', '101213.854000', '101233.742000', '101233.745000', '101233.748000', '101233.750000', '101233.753000', '101233.756000', '101233.758000', '101233.761000', '101233.763000', '101233.766000', '101233.769000', '101233.771000', '101233.774000', '101233.777000', '101233.779000', '101233.782000', '101233.784000', '101233.787000', '101233.790000', '101233.792000', '101233.795000', '101233.797000', '101233.800000', '101233.802000', '101233.805000', '101233.808000', '101233.810000', '101233.813000', '101233.815000', '101233.818000', '101233.820000', '101233.823000', '101233.826000', '101233.828000', '101233.831000', '101233.833000', '101233.836000', '101233.838000', '101233.841000', '101233.844000', '101233.846000', '101233.849000', '101233.851000', '101253.742000', '101253.745000', '101253.748000', '101253.750000', '101253.753000', '101253.756000', '101253.758000', '101253.761000', '101253.763000', '101253.766000', '101253.769000', '101253.771000', '101253.774000', '101253.776000', '101253.779000', '101253.781000', '101253.784000', '101253.787000', '101253.789000', '101253.792000', '101253.794000', '101253.797000', '101253.800000', '101253.802000', '101253.805000', '101253.807000', '101253.810000', '101253.812000', '101253.815000', '101253.818000', '101253.820000', '101253.823000', '101253.825000', '101253.828000', '101253.830000', '101253.833000', '101253.835000', '101253.838000', '101253.841000', '101253.843000', '101253.846000', '101253.848000', '101253.851000', '101253.853000', '101313.741000', '101313.744000', '101313.747000', '101313.749000', '101313.752000', '101313.755000', '101313.757000', '101313.760000', '101313.762000', '101313.765000', '101313.767000', '101313.770000', '101313.773000', '101313.775000', '101313.778000', '101313.780000', '101313.783000', '101313.786000', '101313.788000', '101313.791000', '101313.793000', '101313.796000', '101313.799000', '101313.801000', '101313.804000', '101313.806000', '101313.809000', '101313.812000', '101313.814000', '101313.817000', '101313.820000', '101313.822000', '101313.825000', '101313.828000', '101313.830000', '101313.833000', '101313.835000', '101313.838000', '101313.840000', '101313.843000', '101313.846000', '101313.850000', '101313.853000', '101333.743000', '101333.746000', '101333.748000', '101333.751000', '101333.753000', '101333.756000', '101333.759000', '101333.761000', '101333.764000', '101333.766000', '101333.769000', '101333.771000', '101333.774000', '101333.777000', '101333.779000', '101333.782000', '101333.784000', '101333.787000', '101333.790000', '101333.792000', '101333.795000', '101333.797000', '101333.800000', '101333.802000', '101333.805000', '101333.808000', '101333.810000', '101333.813000', '101333.816000', '101333.818000', '101333.821000', '101333.823000', '101333.826000', '101333.828000', '101333.831000', '101333.834000', '101333.836000', '101333.839000', '101333.841000', '101333.844000', '101333.847000', '101333.849000', '101333.852000', '101333.854000', '101353.743000', '101353.745000', '101353.748000', '101353.751000', '101353.754000', '101353.757000', '101353.760000', '101353.763000', '101353.765000', '101353.768000', '101353.771000', '101353.773000', '101353.776000', '101353.778000', '101353.781000', '101353.783000', '101353.786000', '101353.789000', '101353.791000', '101353.794000', '101353.797000', '101353.799000', '101353.802000', '101353.804000', '101353.807000', '101353.809000', '101353.812000', '101353.815000', '101353.817000', '101353.820000', '101353.823000', '101353.825000', '101353.828000', '101353.830000', '101353.833000', '101353.835000', '101353.838000', '101353.841000', '101353.843000', '101353.846000', '101353.848000', '101353.851000', '101353.854000', '101413.742000', '101413.745000', '101413.748000', '101413.751000', '101413.753000', '101413.756000', '101413.758000', '101413.761000', '101413.764000', '101413.766000', '101413.769000', '101413.772000', '101413.774000', '101413.777000', '101413.780000', '101413.782000', '101413.785000', '101413.787000', '101413.790000', '101413.793000', '101413.795000', '101413.798000', '101413.801000', '101413.803000', '101413.806000', '101413.808000', '101413.811000', '101413.814000', '101413.816000', '101413.819000', '101413.821000', '101413.824000', '101413.827000', '101413.829000', '101413.832000', '101413.834000', '101413.837000', '101413.839000', '101413.842000', '101413.845000', '101413.847000', '101413.850000', '101413.852000', '101413.855000', '101433.743000', '101433.745000', '101433.748000', '101433.751000', '101433.753000', '101433.756000', '101433.759000', '101433.761000', '101433.764000', '101433.766000', '101433.769000', '101433.772000', '101433.774000', '101433.777000', '101433.780000', '101433.782000', '101433.785000', '101433.788000', '101433.790000', '101433.793000', '101433.795000', '101433.798000', '101433.801000', '101433.803000', '101433.806000', '101433.808000', '101433.811000', '101433.814000', '101433.817000', '101433.819000', '101433.822000', '101433.825000', '101433.828000', '101433.830000', '101433.833000', '101433.836000', '101433.838000', '101433.841000', '101433.844000', '101433.846000', '101433.849000', '101433.851000', '101433.854000', '101453.743000', '101453.745000', '101453.748000', '101453.751000', '101453.753000', '101453.756000', '101453.758000', '101453.761000', '101453.764000', '101453.766000', '101453.769000', '101453.771000', '101453.774000', '101453.776000', '101453.779000', '101453.782000', '101453.784000', '101453.787000', '101453.789000', '101453.792000', '101453.795000', '101453.797000', '101453.800000', '101453.802000', '101453.805000', '101453.808000', '101453.810000', '101453.813000', '101453.815000', '101453.818000', '101453.821000', '101453.823000', '101453.826000', '101453.828000', '101453.831000', '101453.834000', '101453.836000', '101453.839000', '101453.841000', '101453.844000', '101453.847000', '101453.849000', '101453.852000', '101453.855000', '101513.742000', '101513.745000', '101513.748000', '101513.751000', '101513.753000', '101513.756000', '101513.759000', '101513.761000', '101513.764000', '101513.766000', '101513.769000', '101513.772000', '101513.774000', '101513.777000', '101513.779000', '101513.782000', '101513.784000', '101513.787000', '101513.790000', '101513.792000', '101513.795000', '101513.797000', '101513.800000', '101513.803000', '101513.805000', '101513.808000', '101513.810000', '101513.813000', '101513.815000', '101513.818000', '101513.821000', '101513.823000', '101513.826000', '101513.828000', '101513.831000', '101513.834000', '101513.836000', '101513.839000', '101513.842000', '101513.845000', '101513.847000', '101513.850000', '101513.853000', '101533.742000', '101533.745000', '101533.747000', '101533.750000', '101533.753000', '101533.755000', '101533.758000', '101533.760000', '101533.763000', '101533.766000', '101533.768000', '101533.771000', '101533.773000', '101533.776000', '101533.779000', '101533.781000', '101533.784000', '101533.786000', '101533.789000', '101533.792000', '101533.794000', '101533.797000', '101533.799000', '101533.802000', '101533.804000', '101533.807000', '101533.810000', '101533.812000', '101533.815000', '101533.817000', '101533.820000', '101533.822000', '101533.825000', '101533.828000', '101533.830000', '101533.833000', '101533.835000', '101533.838000', '101533.840000', '101533.843000', '101533.859000', '101533.864000', '101533.867000', '101533.869000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101553.761000', '101553.763000', '101553.766000', '101553.769000', '101553.771000', '101553.774000', '101553.777000', '101553.779000', '101553.782000', '101553.784000', '101553.787000', '101553.790000', '101553.792000', '101553.795000', '101553.797000', '101553.800000', '101553.803000', '101553.805000', '101553.808000', '101553.810000', '101553.813000', '101553.816000', '101553.818000', '101553.821000', '101553.823000', '101553.826000', '101553.829000', '101553.831000', '101553.834000', '101553.836000', '101553.839000', '101553.842000', '101553.844000', '101553.847000', '101553.849000', '101553.852000', '101613.743000', '101613.746000', '101613.748000', '101613.751000', '101613.753000', '101613.756000', '101613.759000', '101613.761000', '101613.764000', '101613.766000', '101613.769000', '101613.772000', '101613.774000', '101613.777000', '101613.779000', '101613.782000', '101613.785000', '101613.787000', '101613.790000', '101613.793000', '101613.795000', '101613.798000', '101613.800000', '101613.803000', '101613.806000', '101613.809000', '101613.811000', '101613.814000', '101613.816000', '101613.819000', '101613.822000', '101613.824000', '101613.827000', '101613.829000', '101613.832000', '101613.834000', '101613.837000', '101613.840000', '101613.842000', '101613.845000', '101613.848000', '101613.850000', '101613.853000', '101613.855000', '101633.743000', '101633.745000', '101633.748000', '101633.751000', '101633.753000', '101633.756000', '101633.758000', '101633.761000', '101633.764000', '101633.766000', '101633.769000', '101633.771000', '101633.774000', '101633.777000', '101633.779000', '101633.782000', '101633.785000', '101633.787000', '101633.790000', '101633.792000', '101633.795000', '101633.797000', '101633.800000', '101633.803000', '101633.805000', '101633.808000', '101633.810000', '101633.813000', '101633.815000', '101633.818000', '101633.821000', '101633.823000', '101633.826000', '101633.828000', '101633.831000', '101633.833000', '101633.836000', '101633.839000', '101633.841000', '101633.844000', '101633.846000', '101633.849000', '101633.852000', '101637.129000', '101637.132000', '101637.135000', '101637.138000', '101637.141000', '101637.143000', '101637.146000', '101637.149000'], 'InstanceCreationTime': ['100613.770000', '100613.773000', '100613.776000', '100613.779000', '100613.782000', '100613.796000', '100613.799000', '100613.804000', '100613.806000', '100613.809000', '100613.811000', '100613.814000', '100613.817000', '100613.820000', '100613.824000', '100613.827000', '100613.829000', '100613.832000', '100613.835000', '100613.837000', '100633.742000', '100633.745000', '100633.748000', '100633.750000', '100633.753000', '100633.755000', '100633.758000', '100633.760000', '100633.763000', '100633.765000', '100633.768000', '100633.771000', '100633.773000', '100633.776000', '100633.778000', '100633.781000', '100633.783000', '100633.786000', '100633.788000', '100633.791000', '100633.794000', '100633.796000', '100633.799000', '100633.801000', '100633.804000', '100633.806000', '100633.809000', '100633.812000', '100633.814000', '100633.817000', '100633.827000', '100633.830000', '100633.832000', '100633.835000', '100633.837000', '100633.840000', '100633.843000', '100633.850000', '100633.853000', '100633.856000', '100633.858000', '100633.861000', '100633.863000', '100633.866000', '100653.742000', '100653.745000', '100653.748000', '100653.750000', '100653.753000', '100653.756000', '100653.758000', '100653.761000', '100653.763000', '100653.766000', '100653.768000', '100653.771000', '100653.774000', '100653.776000', '100653.779000', '100653.781000', '100653.784000', '100653.786000', '100653.789000', '100653.791000', '100653.794000', '100653.797000', '100653.799000', '100653.802000', '100653.804000', '100653.807000', '100653.810000', '100653.812000', '100653.815000', '100653.817000', '100653.820000', '100653.823000', '100653.825000', '100653.828000', '100653.830000', '100653.833000', '100653.835000', '100653.838000', '100653.841000', '100653.843000', '100653.846000', '100653.848000', '100653.851000', '100713.743000', '100713.745000', '100713.748000', '100713.751000', '100713.753000', '100713.763000', '100713.766000', '100713.769000', '100713.771000', '100713.774000', '100713.776000', '100713.779000', '100713.782000', '100713.784000', '100713.787000', '100713.789000', '100713.792000', '100713.795000', '100713.797000', '100713.800000', '100713.802000', '100713.805000', '100713.807000', '100713.810000', '100713.813000', '100713.815000', '100713.818000', '100713.820000', '100713.823000', '100713.825000', '100713.828000', '100713.831000', '100713.833000', '100713.836000', '100713.839000', '100713.842000', '100713.844000', '100713.847000', '100713.849000', '100713.852000', '100713.854000', '100713.857000', '100713.860000', '100713.862000', '100733.742000', '100733.745000', '100733.748000', '100733.751000', '100733.753000', '100733.756000', '100733.758000', '100733.761000', '100733.763000', '100733.766000', '100733.769000', '100733.771000', '100733.774000', '100733.776000', '100733.779000', '100733.781000', '100733.784000', '100733.786000', '100733.789000', '100733.792000', '100733.794000', '100733.797000', '100733.799000', '100733.810000', '100733.813000', '100733.815000', '100733.818000', '100733.820000', '100733.823000', '100733.825000', '100733.828000', '100733.831000', '100733.833000', '100733.836000', '100733.838000', '100733.841000', '100733.844000', '100733.846000', '100733.849000', '100733.851000', '100733.854000', '100733.857000', '100733.861000', '100753.743000', '100753.746000', '100753.748000', '100753.751000', '100753.753000', '100753.756000', '100753.759000', '100753.761000', '100753.764000', '100753.767000', '100753.769000', '100753.772000', '100753.774000', '100753.777000', '100753.780000', '100753.782000', '100753.785000', '100753.787000', '100753.790000', '100753.792000', '100753.800000', '100753.802000', '100753.805000', '100753.808000', '100753.810000', '100753.813000', '100753.815000', '100753.818000', '100753.820000', '100753.823000', '100753.826000', '100753.828000', '100753.831000', '100753.833000', '100753.836000', '100753.839000', '100753.841000', '100753.844000', '100753.846000', '100753.849000', '100753.851000', '100753.854000', '100753.857000', '100753.859000', '100813.742000', '100813.745000', '100813.748000', '100813.750000', '100813.753000', '100813.756000', '100813.758000', '100813.761000', '100813.763000', '100813.766000', '100813.769000', '100813.771000', '100813.774000', '100813.776000', '100813.779000', '100813.781000', '100813.784000', '100813.786000', '100813.789000', '100813.792000', '100813.794000', '100813.797000', '100813.799000', '100813.802000', '100813.804000', '100813.807000', '100813.810000', '100813.812000', '100813.815000', '100813.817000', '100813.820000', '100813.823000', '100813.825000', '100813.828000', '100813.830000', '100813.833000', '100813.836000', '100813.846000', '100813.849000', '100813.851000', '100813.854000', '100813.857000', '100813.860000', '100833.741000', '100833.744000', '100833.747000', '100833.749000', '100833.752000', '100833.754000', '100833.757000', '100833.760000', '100833.762000', '100833.765000', '100833.767000', '100833.770000', '100833.772000', '100833.775000', '100833.778000', '100833.780000', '100833.783000', '100833.785000', '100833.788000', '100833.791000', '100833.793000', '100833.796000', '100833.798000', '100833.801000', '100833.804000', '100833.806000', '100833.809000', '100833.812000', '100833.814000', '100833.817000', '100833.819000', '100833.822000', '100833.825000', '100833.827000', '100833.830000', '100833.832000', '100833.835000', '100833.838000', '100833.840000', '100833.843000', '100833.845000', '100833.848000', '100833.850000', '100833.853000', '100853.743000', '100853.745000', '100853.748000', '100853.751000', '100853.753000', '100853.756000', '100853.758000', '100853.761000', '100853.764000', '100853.766000', '100853.769000', '100853.772000', '100853.774000', '100853.777000', '100853.779000', '100853.782000', '100853.785000', '100853.787000', '100853.790000', '100853.792000', '100853.795000', '100853.798000', '100853.800000', '100853.803000', '100853.805000', '100853.808000', '100853.810000', '100853.813000', '100853.816000', '100853.818000', '100853.821000', '100853.823000', '100853.826000', '100853.828000', '100853.831000', '100853.834000', '100853.836000', '100853.839000', '100853.841000', '100853.844000', '100853.846000', '100853.849000', '100853.852000', '100913.742000', '100913.745000', '100913.748000', '100913.750000', '100913.753000', '100913.756000', '100913.758000', '100913.761000', '100913.764000', '100913.766000', '100913.769000', '100913.771000', '100913.774000', '100913.776000', '100913.779000', '100913.782000', '100913.784000', '100913.787000', '100913.790000', '100913.792000', '100913.795000', '100913.797000', '100913.800000', '100913.803000', '100913.805000', '100913.808000', '100913.810000', '100913.813000', '100913.816000', '100913.818000', '100913.821000', '100913.823000', '100913.826000', '100913.828000', '100913.831000', '100913.833000', '100913.836000', '100913.839000', '100913.841000', '100913.844000', '100913.846000', '100913.849000', '100913.852000', '100913.854000', '100933.742000', '100933.745000', '100933.748000', '100933.750000', '100933.753000', '100933.755000', '100933.758000', '100933.761000', '100933.763000', '100933.766000', '100933.768000', '100933.771000', '100933.774000', '100933.776000', '100933.779000', '100933.781000', '100933.784000', '100933.786000', '100933.789000', '100933.792000', '100933.794000', '100933.797000', '100933.799000', '100933.802000', '100933.805000', '100933.807000', '100933.810000', '100933.813000', '100933.815000', '100933.818000', '100933.820000', '100933.823000', '100933.826000', '100933.828000', '100933.831000', '100933.833000', '100933.836000', '100933.839000', '100933.841000', '100933.844000', '100933.846000', '100933.849000', '100933.852000', '100953.742000', '100953.745000', '100953.748000', '100953.750000', '100953.753000', '100953.756000', '100953.758000', '100953.761000', '100953.763000', '100953.766000', '100953.769000', '100953.771000', '100953.774000', '100953.776000', '100953.779000', '100953.782000', '100953.784000', '100953.787000', '100953.789000', '100953.792000', '100953.795000', '100953.797000', '100953.800000', '100953.802000', '100953.805000', '100953.808000', '100953.810000', '100953.813000', '100953.815000', '100953.818000', '100953.821000', '100953.823000', '100953.826000', '100953.828000', '100953.831000', '100953.833000', '100953.836000', '100953.839000', '100953.841000', '100953.844000', '100953.846000', '100953.849000', '100953.852000', '100953.854000', '101013.742000', '101013.745000', '101013.748000', '101013.750000', '101013.753000', '101013.756000', '101013.758000', '101013.761000', '101013.763000', '101013.766000', '101013.768000', '101013.771000', '101013.774000', '101013.777000', '101013.779000', '101013.782000', '101013.784000', '101013.787000', '101013.790000', '101013.792000', '101013.795000', '101013.797000', '101013.800000', '101013.803000', '101013.805000', '101013.822000', '101013.824000', '101013.827000', '101013.829000', '101013.832000', '101013.835000', '101013.837000', '101013.840000', '101013.842000', '101013.845000', '101013.847000', '101013.850000', '101013.853000', '101013.855000', '101013.858000', '101013.860000', '101013.863000', '101013.866000', '101033.743000', '101033.745000', '101033.748000', '101033.750000', '101033.753000', '101033.756000', '101033.758000', '101033.761000', '101033.763000', '101033.766000', '101033.769000', '101033.772000', '101033.775000', '101033.777000', '101033.780000', '101033.783000', '101033.785000', '101033.788000', '101033.790000', '101033.793000', '101033.795000', '101033.798000', '101033.801000', '101033.803000', '101033.806000', '101033.808000', '101033.811000', '101033.814000', '101033.816000', '101033.819000', '101033.821000', '101033.824000', '101033.827000', '101033.829000', '101033.832000', '101033.834000', '101033.837000', '101033.840000', '101033.842000', '101033.845000', '101033.847000', '101033.850000', '101033.853000', '101033.855000', '101053.741000', '101053.744000', '101053.747000', '101053.749000', '101053.752000', '101053.755000', '101053.757000', '101053.760000', '101053.762000', '101053.765000', '101053.768000', '101053.770000', '101053.773000', '101053.775000', '101053.778000', '101053.781000', '101053.783000', '101053.786000', '101053.788000', '101053.791000', '101053.793000', '101053.796000', '101053.799000', '101053.801000', '101053.804000', '101053.807000', '101053.809000', '101053.812000', '101053.814000', '101053.817000', '101053.819000', '101053.822000', '101053.824000', '101053.827000', '101053.830000', '101053.832000', '101053.835000', '101053.837000', '101053.840000', '101053.843000', '101053.845000', '101053.848000', '101053.850000', '101113.743000', '101113.746000', '101113.748000', '101113.751000', '101113.753000', '101113.756000', '101113.759000', '101113.761000', '101113.764000', '101113.766000', '101113.769000', '101113.771000', '101113.774000', '101113.777000', '101113.779000', '101113.782000', '101113.784000', '101113.787000', '101113.790000', '101113.792000', '101113.795000', '101113.797000', '101113.800000', '101113.803000', '101113.805000', '101113.808000', '101113.810000', '101113.813000', '101113.816000', '101113.818000', '101113.821000', '101113.823000', '101113.826000', '101113.828000', '101113.831000', '101113.834000', '101113.836000', '101113.839000', '101113.842000', '101113.844000', '101113.847000', '101113.849000', '101113.852000', '101133.742000', '101133.745000', '101133.748000', '101133.751000', '101133.753000', '101133.756000', '101133.758000', '101133.761000', '101133.764000', '101133.766000', '101133.769000', '101133.771000', '101133.774000', '101133.777000', '101133.779000', '101133.782000', '101133.784000', '101133.787000', '101133.789000', '101133.792000', '101133.795000', '101133.797000', '101133.800000', '101133.802000', '101133.805000', '101133.807000', '101133.810000', '101133.813000', '101133.815000', '101133.818000', '101133.820000', '101133.823000', '101133.825000', '101133.828000', '101133.831000', '101133.833000', '101133.836000', '101133.849000', '101133.852000', '101133.855000', '101133.857000', '101133.860000', '101133.862000', '101133.867000', '101153.742000', '101153.745000', '101153.748000', '101153.750000', '101153.753000', '101153.756000', '101153.758000', '101153.761000', '101153.764000', '101153.766000', '101153.769000', '101153.771000', '101153.774000', '101153.776000', '101153.779000', '101153.782000', '101153.784000', '101153.787000', '101153.790000', '101153.792000', '101153.795000', '101153.798000', '101153.800000', '101153.803000', '101153.805000', '101153.809000', '101153.813000', '101153.815000', '101153.818000', '101153.821000', '101153.823000', '101153.826000', '101153.828000', '101153.831000', '101153.833000', '101153.836000', '101153.839000', '101153.841000', '101153.844000', '101153.846000', '101153.849000', '101153.851000', '101153.854000', '101213.743000', '101213.745000', '101213.748000', '101213.750000', '101213.753000', '101213.756000', '101213.758000', '101213.761000', '101213.764000', '101213.766000', '101213.769000', '101213.771000', '101213.774000', '101213.776000', '101213.779000', '101213.782000', '101213.784000', '101213.787000', '101213.789000', '101213.792000', '101213.795000', '101213.797000', '101213.800000', '101213.802000', '101213.805000', '101213.808000', '101213.810000', '101213.813000', '101213.815000', '101213.818000', '101213.820000', '101213.823000', '101213.826000', '101213.828000', '101213.831000', '101213.834000', '101213.836000', '101213.839000', '101213.841000', '101213.844000', '101213.846000', '101213.849000', '101213.851000', '101213.854000', '101233.742000', '101233.745000', '101233.748000', '101233.750000', '101233.753000', '101233.756000', '101233.758000', '101233.761000', '101233.763000', '101233.766000', '101233.769000', '101233.771000', '101233.774000', '101233.777000', '101233.779000', '101233.782000', '101233.784000', '101233.787000', '101233.790000', '101233.792000', '101233.795000', '101233.797000', '101233.800000', '101233.802000', '101233.805000', '101233.808000', '101233.810000', '101233.813000', '101233.815000', '101233.818000', '101233.820000', '101233.823000', '101233.826000', '101233.828000', '101233.831000', '101233.833000', '101233.836000', '101233.838000', '101233.841000', '101233.844000', '101233.846000', '101233.849000', '101233.851000', '101253.742000', '101253.745000', '101253.748000', '101253.750000', '101253.753000', '101253.756000', '101253.758000', '101253.761000', '101253.763000', '101253.766000', '101253.769000', '101253.771000', '101253.774000', '101253.776000', '101253.779000', '101253.781000', '101253.784000', '101253.787000', '101253.789000', '101253.792000', '101253.794000', '101253.797000', '101253.800000', '101253.802000', '101253.805000', '101253.807000', '101253.810000', '101253.812000', '101253.815000', '101253.818000', '101253.820000', '101253.823000', '101253.825000', '101253.828000', '101253.830000', '101253.833000', '101253.835000', '101253.838000', '101253.841000', '101253.843000', '101253.846000', '101253.848000', '101253.851000', '101253.853000', '101313.741000', '101313.744000', '101313.747000', '101313.749000', '101313.752000', '101313.755000', '101313.757000', '101313.760000', '101313.762000', '101313.765000', '101313.767000', '101313.770000', '101313.773000', '101313.775000', '101313.778000', '101313.780000', '101313.783000', '101313.786000', '101313.788000', '101313.791000', '101313.793000', '101313.796000', '101313.799000', '101313.801000', '101313.804000', '101313.806000', '101313.809000', '101313.812000', '101313.814000', '101313.817000', '101313.820000', '101313.822000', '101313.825000', '101313.828000', '101313.830000', '101313.833000', '101313.835000', '101313.838000', '101313.840000', '101313.843000', '101313.846000', '101313.850000', '101313.853000', '101333.743000', '101333.746000', '101333.748000', '101333.751000', '101333.753000', '101333.756000', '101333.759000', '101333.761000', '101333.764000', '101333.766000', '101333.769000', '101333.771000', '101333.774000', '101333.777000', '101333.779000', '101333.782000', '101333.784000', '101333.787000', '101333.790000', '101333.792000', '101333.795000', '101333.797000', '101333.800000', '101333.802000', '101333.805000', '101333.808000', '101333.810000', '101333.813000', '101333.816000', '101333.818000', '101333.821000', '101333.823000', '101333.826000', '101333.828000', '101333.831000', '101333.834000', '101333.836000', '101333.839000', '101333.841000', '101333.844000', '101333.847000', '101333.849000', '101333.852000', '101333.854000', '101353.743000', '101353.745000', '101353.748000', '101353.751000', '101353.754000', '101353.757000', '101353.760000', '101353.763000', '101353.765000', '101353.768000', '101353.771000', '101353.773000', '101353.776000', '101353.778000', '101353.781000', '101353.783000', '101353.786000', '101353.789000', '101353.791000', '101353.794000', '101353.797000', '101353.799000', '101353.802000', '101353.804000', '101353.807000', '101353.809000', '101353.812000', '101353.815000', '101353.817000', '101353.820000', '101353.823000', '101353.825000', '101353.828000', '101353.830000', '101353.833000', '101353.835000', '101353.838000', '101353.841000', '101353.843000', '101353.846000', '101353.848000', '101353.851000', '101353.854000', '101413.742000', '101413.745000', '101413.748000', '101413.751000', '101413.753000', '101413.756000', '101413.758000', '101413.761000', '101413.764000', '101413.766000', '101413.769000', '101413.772000', '101413.774000', '101413.777000', '101413.780000', '101413.782000', '101413.785000', '101413.787000', '101413.790000', '101413.793000', '101413.795000', '101413.798000', '101413.801000', '101413.803000', '101413.806000', '101413.808000', '101413.811000', '101413.814000', '101413.816000', '101413.819000', '101413.821000', '101413.824000', '101413.827000', '101413.829000', '101413.832000', '101413.834000', '101413.837000', '101413.839000', '101413.842000', '101413.845000', '101413.847000', '101413.850000', '101413.852000', '101413.855000', '101433.743000', '101433.745000', '101433.748000', '101433.751000', '101433.753000', '101433.756000', '101433.759000', '101433.761000', '101433.764000', '101433.766000', '101433.769000', '101433.772000', '101433.774000', '101433.777000', '101433.780000', '101433.782000', '101433.785000', '101433.788000', '101433.790000', '101433.793000', '101433.795000', '101433.798000', '101433.801000', '101433.803000', '101433.806000', '101433.808000', '101433.811000', '101433.814000', '101433.817000', '101433.819000', '101433.822000', '101433.825000', '101433.828000', '101433.830000', '101433.833000', '101433.836000', '101433.838000', '101433.841000', '101433.844000', '101433.846000', '101433.849000', '101433.851000', '101433.854000', '101453.743000', '101453.745000', '101453.748000', '101453.751000', '101453.753000', '101453.756000', '101453.758000', '101453.761000', '101453.764000', '101453.766000', '101453.769000', '101453.771000', '101453.774000', '101453.776000', '101453.779000', '101453.782000', '101453.784000', '101453.787000', '101453.789000', '101453.792000', '101453.795000', '101453.797000', '101453.800000', '101453.802000', '101453.805000', '101453.808000', '101453.810000', '101453.813000', '101453.815000', '101453.818000', '101453.821000', '101453.823000', '101453.826000', '101453.828000', '101453.831000', '101453.834000', '101453.836000', '101453.839000', '101453.841000', '101453.844000', '101453.847000', '101453.849000', '101453.852000', '101453.855000', '101513.742000', '101513.745000', '101513.748000', '101513.751000', '101513.753000', '101513.756000', '101513.759000', '101513.761000', '101513.764000', '101513.766000', '101513.769000', '101513.772000', '101513.774000', '101513.777000', '101513.779000', '101513.782000', '101513.784000', '101513.787000', '101513.790000', '101513.792000', '101513.795000', '101513.797000', '101513.800000', '101513.803000', '101513.805000', '101513.808000', '101513.810000', '101513.813000', '101513.815000', '101513.818000', '101513.821000', '101513.823000', '101513.826000', '101513.828000', '101513.831000', '101513.834000', '101513.836000', '101513.839000', '101513.842000', '101513.845000', '101513.847000', '101513.850000', '101513.853000', '101533.742000', '101533.745000', '101533.747000', '101533.750000', '101533.753000', '101533.755000', '101533.758000', '101533.760000', '101533.763000', '101533.766000', '101533.768000', '101533.771000', '101533.773000', '101533.776000', '101533.779000', '101533.781000', '101533.784000', '101533.786000', '101533.789000', '101533.792000', '101533.794000', '101533.797000', '101533.799000', '101533.802000', '101533.804000', '101533.807000', '101533.810000', '101533.812000', '101533.815000', '101533.817000', '101533.820000', '101533.822000', '101533.825000', '101533.828000', '101533.830000', '101533.833000', '101533.835000', '101533.838000', '101533.840000', '101533.843000', '101533.859000', '101533.864000', '101533.867000', '101533.869000', '101553.743000', '101553.745000', '101553.748000', '101553.751000', '101553.753000', '101553.756000', '101553.758000', '101553.761000', '101553.763000', '101553.766000', '101553.769000', '101553.771000', '101553.774000', '101553.777000', '101553.779000', '101553.782000', '101553.784000', '101553.787000', '101553.790000', '101553.792000', '101553.795000', '101553.797000', '101553.800000', '101553.803000', '101553.805000', '101553.808000', '101553.810000', '101553.813000', '101553.816000', '101553.818000', '101553.821000', '101553.823000', '101553.826000', '101553.829000', '101553.831000', '101553.834000', '101553.836000', '101553.839000', '101553.842000', '101553.844000', '101553.847000', '101553.849000', '101553.852000', '101613.743000', '101613.746000', '101613.748000', '101613.751000', '101613.753000', '101613.756000', '101613.759000', '101613.761000', '101613.764000', '101613.766000', '101613.769000', '101613.772000', '101613.774000', '101613.777000', '101613.779000', '101613.782000', '101613.785000', '101613.787000', '101613.790000', '101613.793000', '101613.795000', '101613.798000', '101613.800000', '101613.803000', '101613.806000', '101613.809000', '101613.811000', '101613.814000', '101613.816000', '101613.819000', '101613.822000', '101613.824000', '101613.827000', '101613.829000', '101613.832000', '101613.834000', '101613.837000', '101613.840000', '101613.842000', '101613.845000', '101613.848000', '101613.850000', '101613.853000', '101613.855000', '101633.743000', '101633.745000', '101633.748000', '101633.751000', '101633.753000', '101633.756000', '101633.758000', '101633.761000', '101633.764000', '101633.766000', '101633.769000', '101633.771000', '101633.774000', '101633.777000', '101633.779000', '101633.782000', '101633.785000', '101633.787000', '101633.790000', '101633.792000', '101633.795000', '101633.797000', '101633.800000', '101633.803000', '101633.805000', '101633.808000', '101633.810000', '101633.813000', '101633.815000', '101633.818000', '101633.821000', '101633.823000', '101633.826000', '101633.828000', '101633.831000', '101633.833000', '101633.836000', '101633.839000', '101633.841000', '101633.844000', '101633.846000', '101633.849000', '101633.852000', '101637.129000', '101637.132000', '101637.135000', '101637.138000', '101637.141000', '101637.143000', '101637.146000', '101637.149000'], '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': [11786, 8621, 7792, 10976, 8344, 8020, 9419, 8066, 12065, 8224, 8536, 11572, 9077, 12015, 7800, 10629, 7711, 10960, 8504, 14139, 8042, 10597, 8229, 10695, 8629, 10327, 8100, 10509, 8342, 10661, 8311, 10771, 10488, 9245, 8119, 7606, 8817, 9421, 9013, 11761, 7969, 10963, 7748, 11323, 7610, 10614, 7571, 10660, 7548, 10865, 7938, 10368, 8271, 9976, 8119, 9491, 7686, 9343, 11742, 8698, 13491, 7892, 11326, 7756, 11220, 7876, 11162, 8356, 11047, 8250, 8690, 7867, 9308, 7764, 10409, 7531, 10546, 8027, 10112, 7610, 9073, 9090, 8476, 12221, 8726, 9617, 8158, 7695, 8936, 7666, 9259, 10845, 8214, 12003, 7842, 10980, 7817, 10707, 7996, 10170, 7760, 9270, 7659, 9065, 7715, 8990, 7760, 9486, 7696, 10232, 7793, 10463, 7593, 10470, 7795, 9797, 7706, 10250, 7831, 9369, 8104, 8744, 8334, 9065, 8242, 7906, 8780, 7527, 10118, 7755, 9895, 8069, 9873, 13387, 8705, 10491, 9388, 7795, 9428, 7567, 9289, 7764, 9061, 7944, 8900, 7825, 9826, 7725, 13091, 7788, 15482, 7885, 14635, 9420, 14471, 12555, 11237, 9191, 11338, 7789, 11338, 7815, 11005, 8497, 9678, 8993, 7771, 9800, 7639, 10185, 7647, 11193, 9474, 7529, 8790, 7844, 9426, 8054, 9698, 7672, 11764, 7764, 10732, 7747, 10731, 7704, 10938, 7649, 11078, 7916, 10693, 7807, 10133, 7686, 10549, 8096, 9799, 8066, 9628, 7760, 8979, 10538, 7838, 10275, 7605, 10075, 7817, 9984, 7665, 10068, 7763, 9475, 7840, 10220, 7713, 10535, 7645, 10092, 7749, 9753, 13808, 8454, 14434, 8041, 12822, 7667, 11493, 8617, 9816, 12038, 8996, 10846, 8390, 10562, 8249, 10369, 7603, 10126, 7683, 9231, 12778, 8122, 10877, 7617, 10650, 7598, 9501, 7450, 9746, 7535, 9883, 8045, 9685, 11992, 8232, 11657, 7625, 10730, 8513, 10059, 7692, 8625, 10463, 8389, 10901, 7771, 10498, 7651, 10247, 7955, 9855, 8399, 9547, 7528, 9087, 7607, 8739, 9500, 8446, 10879, 8262, 11083, 7524, 10541, 7759, 9890, 7425, 9054, 8129, 8337, 10139, 8404, 10268, 8234, 8441, 8793, 7898, 9158, 7647, 9842, 7851, 10333, 7764, 9330, 7544, 8977, 7748, 9445, 7682, 9255, 10726, 8396, 15145, 8309, 13692, 8257, 13651, 7818, 12371, 8199, 10984, 8598, 11114, 7708, 10260, 7726, 9946, 8420, 9614, 7828, 8984, 7524, 9249, 9497, 8256, 10748, 8134, 10676, 7566, 10709, 7667, 10061, 7524, 10082, 7806, 9815, 8500, 9569, 7742, 9877, 7620, 9580, 7775, 9996, 7837, 9855, 8196, 10234, 8472, 11625, 7606, 13406, 8795, 14522, 7815, 12828, 7732, 12108, 7782, 13385, 7748, 11428, 7545, 11235, 7968, 13848, 8349, 8952, 8738, 10986, 8522, 15843, 7922, 14589, 10037, 13768, 8200, 12658, 8567, 10642, 8820, 7476, 9541, 7502, 10678, 7501, 10833, 7869, 10371, 7887, 12366, 7943, 11553, 7681, 10953, 7732, 11013, 7928, 11682, 7661, 11485, 7612, 11125, 7610, 11447, 7861, 10380, 7905, 10255, 8232, 8799, 8706, 7821, 9666, 7890, 10788, 8234, 13587, 8988, 14961, 7826, 10791, 7817, 11773, 7774, 11463, 7581, 10560, 7637, 9404, 8013, 9002, 7592, 9386, 7647, 9251, 7760, 9903, 7675, 10679, 7602, 11539, 7983, 10104, 8267, 10638, 7613, 10891, 8185, 10025, 7894, 9148, 11450, 8960, 14013, 8951, 7955, 8798, 8068, 8958, 11679, 8274, 13649, 8012, 11557, 7821, 10375, 8068, 9444, 10367, 8079, 10399, 7822, 10717, 7638, 10754, 7894, 10116, 7768, 9928, 7835, 9883, 7963, 9436, 8065, 8016, 11108, 8056, 11388, 7791, 10694, 7785, 10520, 7825, 10321, 7870, 9696, 8319, 9655, 7888, 8606, 11464, 8157, 10723, 8090, 10518, 7725, 9957, 7830, 11612, 7940, 10003, 7666, 9478, 8186, 9688, 9759, 8622, 15361, 8374, 11989, 8376, 10360, 8269, 10399, 7910, 10122, 8158, 9586, 8145, 9393, 8405, 9507, 8373, 8272, 12056, 7927, 11668, 8143, 11490, 8011, 10017, 8220, 8218, 8713, 8138, 9722, 8017, 10805, 8328, 10004, 9368, 8837, 13313, 10499, 12883, 9657, 11656, 8926, 10977, 8918, 11895, 8680, 10826, 9370, 8926, 9200, 8455, 9856, 8381, 9772, 7946, 9502, 7951, 9480, 7895, 9528, 7914, 9366, 7812, 11638, 8271, 9222, 8188, 7834, 8653, 8014, 9097, 7878, 9410, 7914, 9560, 8024, 9583, 8608, 9607, 8670, 8183, 9256, 7590, 8708, 8152, 8511, 9087, 8472, 8999, 8553, 9318, 7970, 9779, 7872, 8410, 8301, 8211, 9225, 8214, 11200, 8518, 9337, 8665, 12122, 9128, 12780, 11497, 12636, 9257, 8208, 10320, 9280, 10512, 8015, 9859, 7815, 9390, 8101, 10005, 7879, 10415, 8336, 9255, 8978, 10438, 9460, 7968, 8774, 8004, 9478, 8136, 9876, 7954, 9955, 7834, 10010, 8175, 10750, 7855, 10326, 8280, 9108, 8409, 8016, 10222, 10216, 10124, 8070, 9090, 8088, 9569, 8254, 8942, 8092, 8950, 8060, 8552, 7992, 9753, 8058, 9638, 7938, 9989, 7907, 10492, 8187, 9194, 7980, 7860, 9111, 8698, 10116, 8106, 9987, 8323, 8661, 9306, 8101, 9628, 7904, 13657, 7921, 13725, 8976, 11301, 8708, 14423, 7725, 12368, 7782, 9143, 7900, 8265, 8516, 8260, 8287, 8225, 8659, 8129, 9837, 8302, 14316, 7848, 13407, 10067, 13681, 11125, 10971, 9215, 13372, 7966, 15763, 8291, 12960, 7699, 9877, 7912, 9165, 8025, 9532, 7871, 10442, 7945, 9433, 8069, 8653, 8337, 8314, 8430, 8364, 9250, 8170, 12698, 7890, 11970, 7868, 10439, 8150, 9308, 8206, 8919, 10426, 7963, 14447, 8993, 8130, 8029, 8283, 9002, 8530, 8959, 8316, 9523, 8238, 10456, 9908, 13493, 8015, 11140, 8110, 11935, 8039, 11668, 7924, 11183, 7802, 10117, 8103, 9291, 8175, 9624, 7985, 9174, 8014, 8105, 8375, 8136, 8647, 8218, 10198, 9641, 13142, 13595, 10949, 13183, 8409, 13952, 7909, 12954, 8057, 12267, 7966, 11859, 8401, 8341, 7925, 8081, 9222, 8466, 8804, 8073, 7961, 10341, 7909, 10757, 7910, 10664, 7980, 10749, 7901, 10266, 7858, 10362, 8524, 8099, 8542, 7927, 9215, 8450, 9068, 8269, 8959, 7944, 8841, 8092, 8891, 8486, 8864, 8245, 8649, 8034, 12379, 8201, 11578, 7770, 10980, 8109, 10123, 7977, 8304, 8533, 8064, 9016, 7966, 9634, 8038, 11717, 8004, 10769, 7948, 12861, 8064, 12799, 9200, 9928, 8298, 8111, 9117, 8021, 8990, 8108, 8523, 7806, 8845, 8088, 9031, 7840, 9679, 8110, 9326, 7860, 9274, 8157, 9060, 8087, 8923, 8094, 8825, 8028, 9785, 8142, 10187, 7895, 10032, 8873, 7734, 9211, 7896, 9197, 8258, 9756, 8143, 9956, 7908, 9972, 8007, 11573, 8063, 9542, 8247, 7983, 9047, 8286, 10898, 8157, 14377, 7886, 13341, 7700, 11799, 9435, 9562, 10122, 8481, 12136, 8187, 11208, 7990, 9766, 8119, 7856, 8579, 8119, 9418, 8101, 9911, 8060, 10579, 7882, 9465, 7943, 8797, 8225, 9485, 8219, 10864, 7915, 11643, 7883, 9758, 7794, 10034, 7872, 10565, 8470, 8763, 7897, 8403, 8324, 8465, 8435, 7919, 8749, 8112, 8638, 7978, 11352, 7951, 11176, 7603, 10953, 7644, 11229, 7873, 12574, 7943, 9384, 7852, 9414, 7858, 10467, 7895, 9658, 7867, 9810, 7862, 9397, 8219, 7982, 8871, 8271, 9776, 8020, 10411, 7833, 11049, 8190, 9472, 7860, 10710, 7957, 12987, 8205, 9803, 8020, 8158, 8493, 8097, 8694, 8115, 8611, 8328, 8080, 9650, 8248, 7985, 8424, 7837, 9434, 7887, 10539, 7784, 9998, 7699, 9412, 8041, 9431, 8137, 8975, 8010, 9183, 7825, 10117, 7934, 11473, 8523, 12827, 8012, 12402, 8207, 11647, 8018, 11540, 8556, 11741, 8006, 11312, 8268, 10840, 8027, 9945, 8297, 9902, 8233, 7974, 8811, 8098, 9366, 8099, 8930, 7917, 9006, 7992, 9023, 8231, 9058, 8096, 9188, 7739, 10040, 7834, 9213, 7922, 9162, 7983, 8829, 8055, 9203, 7708, 9572, 7611, 9978, 7695, 9839, 7874, 10076, 8096, 9529, 7968, 10606, 7821, 9190, 8048, 8383, 8601, 8097, 8837, 7987, 10199, 7879, 10383, 8144, 10198, 7779, 10572, 7767, 10991, 7739, 11244, 7861, 10889, 8442, 9957, 8031, 8146, 8379, 8218, 8673, 7966, 9552, 8430, 9004, 8023, 8254, 8540, 7773, 11223, 7870, 10769, 7927, 12016, 8055, 13504, 10305, 11814, 9817, 7810, 9428, 7789, 11066, 8140, 12692, 9686, 10555, 9526, 7878, 12096, 8436, 12550, 9374, 14995, 10631, 14063, 11655, 10093, 9495, 8632, 10046, 8065, 15657, 8561, 8869, 8611, 7826, 9787, 8566, 10330, 9058, 8303, 9305, 8008, 10445, 8196, 11724, 8511, 15125, 8680, 11316, 8745, 8070, 9793, 8410, 10548, 8482, 10694, 9170, 8454, 9932, 8091, 9801, 8506, 7950, 8666, 7913, 8765, 8610, 7683, 11583, 8185, 11180, 9251, 7429, 9984, 8128, 8112, 8538, 7912, 10268, 8440, 8853, 8458, 7687, 10050, 8174, 8806, 8462, 12475, 9970, 16327, 11367, 8572, 7571, 7958, 9003, 8541, 12756, 8582, 14076, 10505, 14224, 10539, 11465, 9232, 8155, 9020, 8011, 8360, 7909, 9291, 7947, 9000, 7945, 8945, 8108, 8763, 7815, 8645, 8064, 8344, 8063, 8715, 8137, 9111, 7947, 8966, 8065, 8998, 8135, 9493, 7933, 8598, 8268, 8612, 7864, 8191, 9199, 8296, 11634, 8580, 9948, 8078, 7899, 7992, 10258, 8253, 10193, 7724, 9629, 7659, 9130, 7974, 8613, 7952, 8893, 8257, 9067, 8352, 9962, 8208, 8080, 8493, 7866, 8910, 8048, 10259, 8499, 12415, 7887, 12938, 7782, 10924, 7898, 9236, 7931, 8907, 8151, 13059, 8609, 8712, 8655, 7608, 7791, 7918, 9022, 8684, 8556, 8772, 8012, 8866, 8286, 11083, 8701, 14542, 10679, 15827, 9803, 13058, 8992, 11511, 8954, 8303, 14632, 9028, 10257, 8773, 8389, 8891, 8076, 8634, 8909, 11819, 8703, 8376, 8627, 8131, 9008, 8159, 9203, 8254, 12254, 8583, 8269, 8465, 8111, 8874, 8655, 8443, 8809, 8664], 'WindowCenter': [4413.0, 4359.0, 4347.0, 4388.0, 4357.0, 4344.0, 4353.0, 4343.0, 4371.0, 4341.0, 4343.0, 4373.0, 4341.0, 4359.0, 4319.0, 4360.0, 4331.0, 4349.0, 4327.0, 4365.0, 4316.0, 4348.0, 4328.0, 4333.0, 4315.0, 4333.0, 4315.0, 4333.0, 4314.0, 4332.0, 4328.0, 4335.0, 4336.0, 4323.0, 4305.0, 4306.0, 4325.0, 4324.0, 4325.0, 4343.0, 4303.0, 4335.0, 4304.0, 4345.0, 4305.0, 4333.0, 4304.0, 4334.0, 4305.0, 4334.0, 4303.0, 4334.0, 4313.0, 4337.0, 4305.0, 4325.0, 4305.0, 4324.0, 4345.0, 4313.0, 4353.0, 4302.0, 4331.0, 4302.0, 4331.0, 4304.0, 4332.0, 4315.0, 4334.0, 4314.0, 4314.0, 4316.0, 4337.0, 4318.0, 4346.0, 4318.0, 4358.0, 4330.0, 4361.0, 4331.0, 4351.0, 4338.0, 4342.0, 4371.0, 4340.0, 4349.0, 4330.0, 4330.0, 4351.0, 4330.0, 4352.0, 4360.0, 4341.0, 4370.0, 4330.0, 4358.0, 4319.0, 4348.0, 4318.0, 4347.0, 4317.0, 4336.0, 4317.0, 4339.0, 4318.0, 4338.0, 4329.0, 4349.0, 4331.0, 4361.0, 4343.0, 4361.0, 4333.0, 4363.0, 4332.0, 4363.0, 4334.0, 4362.0, 4333.0, 4353.0, 4344.0, 4353.0, 4355.0, 4356.0, 4345.0, 4345.0, 4357.0, 4346.0, 4376.0, 4346.0, 4374.0, 4342.0, 4364.0, 4382.0, 4343.0, 4362.0, 4352.0, 4333.0, 4352.0, 4333.0, 4364.0, 4332.0, 4354.0, 4343.0, 4354.0, 4334.0, 4364.0, 4335.0, 4394.0, 4333.0, 4404.0, 4332.0, 4392.0, 4340.0, 4393.0, 4370.0, 4359.0, 4338.0, 4348.0, 4317.0, 4357.0, 4318.0, 4357.0, 4340.0, 4350.0, 4339.0, 4331.0, 4361.0, 4332.0, 4361.0, 4333.0, 4372.0, 4362.0, 4333.0, 4345.0, 4333.0, 4352.0, 4332.0, 4352.0, 4332.0, 4372.0, 4331.0, 4360.0, 4332.0, 4359.0, 4331.0, 4360.0, 4320.0, 4360.0, 4330.0, 4359.0, 4331.0, 4348.0, 4319.0, 4349.0, 4318.0, 4349.0, 4317.0, 4349.0, 4318.0, 4339.0, 4347.0, 4318.0, 4347.0, 4318.0, 4348.0, 4318.0, 4348.0, 4331.0, 4362.0, 4332.0, 4351.0, 4344.0, 4361.0, 4334.0, 4363.0, 4334.0, 4363.0, 4331.0, 4353.0, 4381.0, 4331.0, 4379.0, 4330.0, 4369.0, 4318.0, 4359.0, 4327.0, 4349.0, 4357.0, 4340.0, 4347.0, 4328.0, 4347.0, 4328.0, 4347.0, 4318.0, 4348.0, 4306.0, 4339.0, 4366.0, 4318.0, 4346.0, 4317.0, 4346.0, 4318.0, 4337.0, 4318.0, 4338.0, 4320.0, 4350.0, 4329.0, 4351.0, 4359.0, 4330.0, 4358.0, 4319.0, 4358.0, 4328.0, 4348.0, 4307.0, 4328.0, 4345.0, 4326.0, 4346.0, 4318.0, 4347.0, 4318.0, 4346.0, 4318.0, 4348.0, 4327.0, 4348.0, 4319.0, 4340.0, 4318.0, 4340.0, 4338.0, 4329.0, 4358.0, 4329.0, 4359.0, 4330.0, 4360.0, 4319.0, 4349.0, 4319.0, 4340.0, 4317.0, 4342.0, 4360.0, 4341.0, 4361.0, 4341.0, 4341.0, 4342.0, 4330.0, 4353.0, 4335.0, 4364.0, 4344.0, 4374.0, 4335.0, 4365.0, 4346.0, 4355.0, 4344.0, 4365.0, 4344.0, 4364.0, 4375.0, 4355.0, 4403.0, 4345.0, 4393.0, 4343.0, 4393.0, 4332.0, 4382.0, 4341.0, 4360.0, 4340.0, 4361.0, 4320.0, 4350.0, 4320.0, 4349.0, 4330.0, 4350.0, 4330.0, 4342.0, 4320.0, 4350.0, 4349.0, 4331.0, 4359.0, 4332.0, 4362.0, 4333.0, 4361.0, 4333.0, 4351.0, 4333.0, 4362.0, 4345.0, 4364.0, 4343.0, 4352.0, 4332.0, 4362.0, 4334.0, 4364.0, 4346.0, 4366.0, 4347.0, 4366.0, 4357.0, 4376.0, 4357.0, 4386.0, 4336.0, 4394.0, 4344.0, 4393.0, 4331.0, 4383.0, 4333.0, 4369.0, 4331.0, 4380.0, 4318.0, 4360.0, 4320.0, 4359.0, 4328.0, 4378.0, 4329.0, 4338.0, 4341.0, 4358.0, 4329.0, 4377.0, 4317.0, 4376.0, 4337.0, 4366.0, 4327.0, 4369.0, 4328.0, 4346.0, 4326.0, 4307.0, 4337.0, 4317.0, 4347.0, 4305.0, 4346.0, 4318.0, 4336.0, 4316.0, 4356.0, 4318.0, 4355.0, 4316.0, 4345.0, 4314.0, 4345.0, 4306.0, 4345.0, 4304.0, 4344.0, 4304.0, 4343.0, 4303.0, 4342.0, 4303.0, 4332.0, 4303.0, 4332.0, 4314.0, 4314.0, 4315.0, 4305.0, 4335.0, 4329.0, 4358.0, 4329.0, 4368.0, 4327.0, 4364.0, 4317.0, 4346.0, 4319.0, 4367.0, 4318.0, 4355.0, 4305.0, 4334.0, 4305.0, 4325.0, 4316.0, 4324.0, 4305.0, 4334.0, 4315.0, 4335.0, 4316.0, 4347.0, 4317.0, 4346.0, 4318.0, 4357.0, 4328.0, 4346.0, 4328.0, 4345.0, 4305.0, 4345.0, 4314.0, 4335.0, 4303.0, 4325.0, 4342.0, 4313.0, 4353.0, 4312.0, 4302.0, 4312.0, 4302.0, 4313.0, 4331.0, 4303.0, 4350.0, 4301.0, 4330.0, 4289.0, 4320.0, 4289.0, 4309.0, 4319.0, 4290.0, 4308.0, 4290.0, 4320.0, 4291.0, 4330.0, 4302.0, 4331.0, 4302.0, 4322.0, 4304.0, 4334.0, 4303.0, 4324.0, 4303.0, 4314.0, 4343.0, 4315.0, 4343.0, 4306.0, 4345.0, 4316.0, 4346.0, 4317.0, 4336.0, 4316.0, 4337.0, 4327.0, 4337.0, 4315.0, 4328.0, 4356.0, 4317.0, 4345.0, 4315.0, 4335.0, 4305.0, 4335.0, 4306.0, 4355.0, 4316.0, 4336.0, 4317.0, 4336.0, 4316.0, 4334.0, 4336.0, 4326.0, 4375.0, 4318.0, 4356.0, 4327.0, 4336.0, 4327.0, 4348.0, 4319.0, 4348.0, 4318.0, 4337.0, 4318.0, 4338.0, 4328.0, 4337.0, 4316.0, 4328.0, 4356.0, 4317.0, 4346.0, 4317.0, 4356.0, 4318.0, 4336.0, 4329.0, 4330.0, 4342.0, 4332.0, 4352.0, 4345.0, 4373.0, 4342.0, 4351.0, 4339.0, 4340.0, 4368.0, 4348.0, 4368.0, 4338.0, 4347.0, 4325.0, 4335.0, 4325.0, 4344.0, 4314.0, 4333.0, 4325.0, 4314.0, 4323.0, 4314.0, 4324.0, 4303.0, 4322.0, 4303.0, 4323.0, 4304.0, 4324.0, 4304.0, 4324.0, 4304.0, 4324.0, 4305.0, 4345.0, 4316.0, 4324.0, 4314.0, 4304.0, 4324.0, 4315.0, 4327.0, 4318.0, 4337.0, 4328.0, 4337.0, 4329.0, 4337.0, 4341.0, 4349.0, 4327.0, 4328.0, 4338.0, 4333.0, 4342.0, 4331.0, 4342.0, 4341.0, 4329.0, 4340.0, 4329.0, 4339.0, 4330.0, 4361.0, 4342.0, 4341.0, 4341.0, 4341.0, 4353.0, 4358.0, 4384.0, 4356.0, 4365.0, 4354.0, 4383.0, 4352.0, 4382.0, 4361.0, 4371.0, 4352.0, 4330.0, 4348.0, 4325.0, 4346.0, 4305.0, 4335.0, 4306.0, 4325.0, 4318.0, 4349.0, 4319.0, 4348.0, 4329.0, 4338.0, 4343.0, 4350.0, 4340.0, 4331.0, 4340.0, 4331.0, 4349.0, 4319.0, 4336.0, 4318.0, 4336.0, 4308.0, 4337.0, 4329.0, 4347.0, 4318.0, 4337.0, 4328.0, 4327.0, 4328.0, 4317.0, 4350.0, 4350.0, 4349.0, 4318.0, 4327.0, 4317.0, 4335.0, 4316.0, 4329.0, 4317.0, 4326.0, 4318.0, 4327.0, 4318.0, 4337.0, 4317.0, 4337.0, 4318.0, 4337.0, 4319.0, 4348.0, 4329.0, 4338.0, 4319.0, 4345.0, 4352.0, 4342.0, 4362.0, 4332.0, 4353.0, 4342.0, 4343.0, 4354.0, 4332.0, 4352.0, 4333.0, 4382.0, 4332.0, 4381.0, 4330.0, 4350.0, 4329.0, 4367.0, 4307.0, 4356.0, 4308.0, 4326.0, 4318.0, 4318.0, 4329.0, 4329.0, 4329.0, 4330.0, 4329.0, 4320.0, 4351.0, 4331.0, 4380.0, 4319.0, 4357.0, 4339.0, 4368.0, 4349.0, 4349.0, 4339.0, 4380.0, 4320.0, 4378.0, 4317.0, 4354.0, 4305.0, 4323.0, 4304.0, 4324.0, 4305.0, 4325.0, 4316.0, 4335.0, 4316.0, 4325.0, 4317.0, 4328.0, 4329.0, 4329.0, 4329.0, 4330.0, 4340.0, 4318.0, 4368.0, 4318.0, 4356.0, 4306.0, 4335.0, 4304.0, 4324.0, 4303.0, 4314.0, 4321.0, 4305.0, 4364.0, 4314.0, 4293.0, 4303.0, 4314.0, 4314.0, 4325.0, 4325.0, 4327.0, 4338.0, 4332.0, 4362.0, 4351.0, 4370.0, 4320.0, 4359.0, 4331.0, 4370.0, 4319.0, 4347.0, 4307.0, 4346.0, 4307.0, 4336.0, 4316.0, 4326.0, 4317.0, 4336.0, 4316.0, 4324.0, 4316.0, 4316.0, 4328.0, 4318.0, 4329.0, 4329.0, 4349.0, 4337.0, 4369.0, 4367.0, 4347.0, 4355.0, 4304.0, 4351.0, 4292.0, 4341.0, 4292.0, 4331.0, 4303.0, 4331.0, 4302.0, 4303.0, 4303.0, 4303.0, 4324.0, 4314.0, 4326.0, 4305.0, 4317.0, 4336.0, 4318.0, 4346.0, 4317.0, 4346.0, 4318.0, 4346.0, 4317.0, 4336.0, 4318.0, 4337.0, 4329.0, 4319.0, 4329.0, 4330.0, 4340.0, 4330.0, 4341.0, 4331.0, 4342.0, 4332.0, 4342.0, 4333.0, 4352.0, 4343.0, 4342.0, 4332.0, 4341.0, 4331.0, 4371.0, 4332.0, 4370.0, 4333.0, 4361.0, 4332.0, 4362.0, 4333.0, 4332.0, 4342.0, 4333.0, 4353.0, 4333.0, 4351.0, 4334.0, 4372.0, 4344.0, 4373.0, 4333.0, 4382.0, 4333.0, 4371.0, 4352.0, 4352.0, 4331.0, 4331.0, 4341.0, 4331.0, 4341.0, 4331.0, 4331.0, 4321.0, 4340.0, 4331.0, 4340.0, 4331.0, 4352.0, 4332.0, 4340.0, 4330.0, 4340.0, 4321.0, 4329.0, 4320.0, 4339.0, 4320.0, 4341.0, 4332.0, 4352.0, 4344.0, 4363.0, 4334.0, 4352.0, 4354.0, 4333.0, 4353.0, 4333.0, 4341.0, 4333.0, 4352.0, 4331.0, 4351.0, 4331.0, 4350.0, 4331.0, 4360.0, 4331.0, 4352.0, 4332.0, 4333.0, 4354.0, 4344.0, 4363.0, 4333.0, 4392.0, 4333.0, 4382.0, 4321.0, 4359.0, 4328.0, 4338.0, 4336.0, 4318.0, 4356.0, 4317.0, 4346.0, 4317.0, 4334.0, 4306.0, 4305.0, 4316.0, 4317.0, 4337.0, 4329.0, 4349.0, 4320.0, 4360.0, 4319.0, 4339.0, 4318.0, 4327.0, 4317.0, 4338.0, 4318.0, 4347.0, 4317.0, 4347.0, 4318.0, 4336.0, 4318.0, 4336.0, 4320.0, 4348.0, 4329.0, 4329.0, 4320.0, 4329.0, 4331.0, 4330.0, 4330.0, 4320.0, 4341.0, 4332.0, 4341.0, 4332.0, 4361.0, 4332.0, 4361.0, 4322.0, 4360.0, 4320.0, 4359.0, 4319.0, 4359.0, 4319.0, 4328.0, 4320.0, 4328.0, 4319.0, 4346.0, 4318.0, 4338.0, 4331.0, 4338.0, 4330.0, 4342.0, 4330.0, 4332.0, 4341.0, 4333.0, 4349.0, 4321.0, 4350.0, 4309.0, 4349.0, 4319.0, 4338.0, 4320.0, 4349.0, 4319.0, 4368.0, 4319.0, 4337.0, 4318.0, 4318.0, 4329.0, 4320.0, 4331.0, 4319.0, 4330.0, 4342.0, 4332.0, 4339.0, 4329.0, 4307.0, 4317.0, 4309.0, 4327.0, 4319.0, 4348.0, 4308.0, 4338.0, 4319.0, 4340.0, 4320.0, 4338.0, 4319.0, 4339.0, 4320.0, 4338.0, 4322.0, 4352.0, 4333.0, 4362.0, 4342.0, 4371.0, 4332.0, 4370.0, 4321.0, 4349.0, 4321.0, 4348.0, 4329.0, 4346.0, 4306.0, 4334.0, 4317.0, 4335.0, 4317.0, 4326.0, 4317.0, 4325.0, 4316.0, 4306.0, 4327.0, 4319.0, 4328.0, 4307.0, 4327.0, 4307.0, 4327.0, 4306.0, 4328.0, 4318.0, 4328.0, 4320.0, 4339.0, 4308.0, 4337.0, 4308.0, 4327.0, 4316.0, 4326.0, 4317.0, 4327.0, 4319.0, 4337.0, 4320.0, 4339.0, 4320.0, 4349.0, 4321.0, 4349.0, 4332.0, 4349.0, 4331.0, 4340.0, 4321.0, 4349.0, 4320.0, 4341.0, 4331.0, 4331.0, 4342.0, 4332.0, 4341.0, 4331.0, 4351.0, 4332.0, 4351.0, 4334.0, 4350.0, 4322.0, 4350.0, 4321.0, 4349.0, 4320.0, 4359.0, 4332.0, 4360.0, 4331.0, 4340.0, 4320.0, 4320.0, 4343.0, 4331.0, 4330.0, 4335.0, 4365.0, 4345.0, 4354.0, 4343.0, 4359.0, 4355.0, 4347.0, 4375.0, 4347.0, 4377.0, 4357.0, 4396.0, 4348.0, 4395.0, 4364.0, 4373.0, 4364.0, 4335.0, 4353.0, 4333.0, 4363.0, 4344.0, 4384.0, 4366.0, 4375.0, 4363.0, 4343.0, 4382.0, 4343.0, 4381.0, 4352.0, 4391.0, 4362.0, 4380.0, 4371.0, 4349.0, 4348.0, 4340.0, 4338.0, 4317.0, 4377.0, 4327.0, 4326.0, 4326.0, 4317.0, 4337.0, 4328.0, 4346.0, 4327.0, 4328.0, 4335.0, 4317.0, 4346.0, 4317.0, 4356.0, 4326.0, 4375.0, 4326.0, 4345.0, 4315.0, 4313.0, 4334.0, 4315.0, 4334.0, 4341.0, 4348.0, 4338.0, 4318.0, 4338.0, 4330.0, 4349.0, 4339.0, 4329.0, 4340.0, 4330.0, 4340.0, 4338.0, 4331.0, 4371.0, 4343.0, 4373.0, 4351.0, 4322.0, 4350.0, 4330.0, 4319.0, 4328.0, 4330.0, 4350.0, 4330.0, 4339.0, 4330.0, 4331.0, 4350.0, 4341.0, 4340.0, 4342.0, 4394.0, 4365.0, 4393.0, 4360.0, 4330.0, 4320.0, 4331.0, 4326.0, 4328.0, 4356.0, 4327.0, 4366.0, 4348.0, 4379.0, 4349.0, 4346.0, 4336.0, 4317.0, 4326.0, 4305.0, 4303.0, 4304.0, 4313.0, 4303.0, 4313.0, 4304.0, 4325.0, 4302.0, 4312.0, 4290.0, 4302.0, 4290.0, 4301.0, 4291.0, 4301.0, 4302.0, 4311.0, 4302.0, 4312.0, 4304.0, 4313.0, 4305.0, 4324.0, 4305.0, 4314.0, 4303.0, 4314.0, 4302.0, 4304.0, 4311.0, 4305.0, 4333.0, 4315.0, 4323.0, 4304.0, 4305.0, 4304.0, 4323.0, 4303.0, 4323.0, 4294.0, 4323.0, 4294.0, 4323.0, 4304.0, 4313.0, 4305.0, 4315.0, 4316.0, 4327.0, 4329.0, 4349.0, 4331.0, 4332.0, 4340.0, 4331.0, 4341.0, 4331.0, 4350.0, 4330.0, 4371.0, 4320.0, 4368.0, 4319.0, 4348.0, 4316.0, 4325.0, 4306.0, 4326.0, 4319.0, 4379.0, 4340.0, 4341.0, 4339.0, 4327.0, 4316.0, 4329.0, 4349.0, 4353.0, 4340.0, 4339.0, 4330.0, 4337.0, 4328.0, 4358.0, 4328.0, 4377.0, 4348.0, 4376.0, 4337.0, 4355.0, 4323.0, 4344.0, 4313.0, 4303.0, 4363.0, 4324.0, 4333.0, 4312.0, 4301.0, 4312.0, 4302.0, 4312.0, 4324.0, 4343.0, 4313.0, 4314.0, 4314.0, 4304.0, 4313.0, 4302.0, 4321.0, 4303.0, 4343.0, 4314.0, 4315.0, 4315.0, 4316.0, 4325.0, 4327.0, 4325.0, 4351.0, 4341.0], 'WindowWidth': [9724.0, 9641.0, 9622.0, 9677.0, 9632.0, 9606.0, 9615.0, 9602.0, 9636.0, 9596.0, 9603.0, 9645.0, 9595.0, 9615.0, 9561.0, 9618.0, 9585.0, 9602.0, 9569.0, 9617.0, 9554.0, 9601.0, 9573.0, 9572.0, 9549.0, 9571.0, 9549.0, 9568.0, 9546.0, 9567.0, 9573.0, 9576.0, 9578.0, 9558.0, 9537.0, 9539.0, 9564.0, 9561.0, 9564.0, 9584.0, 9532.0, 9573.0, 9534.0, 9588.0, 9535.0, 9570.0, 9534.0, 9572.0, 9536.0, 9574.0, 9531.0, 9573.0, 9546.0, 9581.0, 9537.0, 9563.0, 9535.0, 9562.0, 9587.0, 9544.0, 9595.0, 9528.0, 9564.0, 9528.0, 9564.0, 9532.0, 9568.0, 9549.0, 9572.0, 9547.0, 9548.0, 9556.0, 9586.0, 9563.0, 9595.0, 9561.0, 9616.0, 9580.0, 9623.0, 9582.0, 9611.0, 9589.0, 9600.0, 9636.0, 9593.0, 9604.0, 9581.0, 9580.0, 9611.0, 9581.0, 9614.0, 9621.0, 9598.0, 9634.0, 9579.0, 9616.0, 9562.0, 9601.0, 9559.0, 9599.0, 9557.0, 9583.0, 9557.0, 9590.0, 9560.0, 9588.0, 9578.0, 9605.0, 9586.0, 9626.0, 9604.0, 9626.0, 9591.0, 9629.0, 9588.0, 9629.0, 9594.0, 9625.0, 9589.0, 9616.0, 9607.0, 9616.0, 9624.0, 9626.0, 9611.0, 9608.0, 9630.0, 9614.0, 9652.0, 9615.0, 9650.0, 9602.0, 9632.0, 9655.0, 9603.0, 9627.0, 9615.0, 9589.0, 9616.0, 9592.0, 9634.0, 9588.0, 9621.0, 9603.0, 9621.0, 9595.0, 9633.0, 9596.0, 9673.0, 9590.0, 9688.0, 9587.0, 9668.0, 9594.0, 9674.0, 9632.0, 9616.0, 9587.0, 9598.0, 9559.0, 9610.0, 9562.0, 9612.0, 9593.0, 9606.0, 9593.0, 9584.0, 9624.0, 9587.0, 9624.0, 9589.0, 9641.0, 9630.0, 9591.0, 9608.0, 9589.0, 9614.0, 9585.0, 9613.0, 9586.0, 9639.0, 9585.0, 9621.0, 9586.0, 9617.0, 9584.0, 9620.0, 9568.0, 9618.0, 9580.0, 9617.0, 9583.0, 9601.0, 9565.0, 9603.0, 9561.0, 9603.0, 9559.0, 9604.0, 9561.0, 9592.0, 9598.0, 9561.0, 9597.0, 9560.0, 9598.0, 9561.0, 9600.0, 9583.0, 9628.0, 9588.0, 9609.0, 9605.0, 9625.0, 9594.0, 9628.0, 9592.0, 9630.0, 9583.0, 9616.0, 9649.0, 9584.0, 9647.0, 9580.0, 9629.0, 9562.0, 9616.0, 9570.0, 9602.0, 9610.0, 9591.0, 9597.0, 9575.0, 9598.0, 9575.0, 9597.0, 9559.0, 9601.0, 9541.0, 9588.0, 9622.0, 9560.0, 9593.0, 9556.0, 9594.0, 9558.0, 9583.0, 9559.0, 9586.0, 9565.0, 9606.0, 9576.0, 9608.0, 9615.0, 9579.0, 9614.0, 9563.0, 9614.0, 9573.0, 9601.0, 9543.0, 9573.0, 9592.0, 9570.0, 9595.0, 9560.0, 9597.0, 9561.0, 9597.0, 9561.0, 9600.0, 9573.0, 9600.0, 9564.0, 9593.0, 9561.0, 9594.0, 9586.0, 9579.0, 9614.0, 9580.0, 9616.0, 9580.0, 9618.0, 9564.0, 9604.0, 9562.0, 9592.0, 9558.0, 9598.0, 9620.0, 9598.0, 9623.0, 9597.0, 9596.0, 9600.0, 9582.0, 9615.0, 9595.0, 9634.0, 9607.0, 9645.0, 9594.0, 9636.0, 9611.0, 9624.0, 9608.0, 9638.0, 9608.0, 9636.0, 9649.0, 9624.0, 9685.0, 9610.0, 9671.0, 9606.0, 9671.0, 9588.0, 9654.0, 9599.0, 9622.0, 9593.0, 9621.0, 9565.0, 9604.0, 9566.0, 9604.0, 9581.0, 9609.0, 9581.0, 9599.0, 9567.0, 9609.0, 9603.0, 9583.0, 9618.0, 9586.0, 9625.0, 9588.0, 9623.0, 9587.0, 9610.0, 9589.0, 9626.0, 9610.0, 9632.0, 9604.0, 9611.0, 9587.0, 9625.0, 9593.0, 9634.0, 9615.0, 9637.0, 9615.0, 9637.0, 9630.0, 9651.0, 9629.0, 9665.0, 9600.0, 9673.0, 9605.0, 9670.0, 9586.0, 9656.0, 9591.0, 9634.0, 9582.0, 9645.0, 9563.0, 9620.0, 9567.0, 9616.0, 9575.0, 9641.0, 9577.0, 9588.0, 9596.0, 9615.0, 9577.0, 9639.0, 9556.0, 9634.0, 9585.0, 9620.0, 9573.0, 9631.0, 9573.0, 9593.0, 9565.0, 9543.0, 9584.0, 9559.0, 9598.0, 9540.0, 9595.0, 9558.0, 9580.0, 9554.0, 9606.0, 9559.0, 9604.0, 9554.0, 9589.0, 9550.0, 9590.0, 9540.0, 9590.0, 9535.0, 9587.0, 9533.0, 9584.0, 9531.0, 9582.0, 9532.0, 9568.0, 9533.0, 9568.0, 9549.0, 9547.0, 9549.0, 9538.0, 9578.0, 9578.0, 9614.0, 9580.0, 9628.0, 9568.0, 9614.0, 9558.0, 9595.0, 9565.0, 9625.0, 9561.0, 9605.0, 9538.0, 9573.0, 9536.0, 9565.0, 9554.0, 9559.0, 9538.0, 9574.0, 9554.0, 9576.0, 9557.0, 9598.0, 9559.0, 9593.0, 9558.0, 9609.0, 9574.0, 9597.0, 9574.0, 9590.0, 9537.0, 9589.0, 9547.0, 9577.0, 9531.0, 9563.0, 9580.0, 9545.0, 9596.0, 9541.0, 9528.0, 9542.0, 9526.0, 9544.0, 9565.0, 9530.0, 9590.0, 9526.0, 9562.0, 9506.0, 9548.0, 9504.0, 9532.0, 9542.0, 9507.0, 9528.0, 9509.0, 9547.0, 9512.0, 9562.0, 9528.0, 9565.0, 9530.0, 9555.0, 9533.0, 9572.0, 9531.0, 9560.0, 9531.0, 9549.0, 9584.0, 9551.0, 9585.0, 9540.0, 9590.0, 9557.0, 9595.0, 9560.0, 9580.0, 9553.0, 9583.0, 9569.0, 9584.0, 9552.0, 9573.0, 9605.0, 9556.0, 9589.0, 9552.0, 9575.0, 9537.0, 9576.0, 9540.0, 9603.0, 9554.0, 9580.0, 9556.0, 9580.0, 9552.0, 9577.0, 9579.0, 9566.0, 9630.0, 9559.0, 9607.0, 9570.0, 9581.0, 9571.0, 9600.0, 9562.0, 9600.0, 9558.0, 9582.0, 9560.0, 9586.0, 9573.0, 9584.0, 9552.0, 9575.0, 9608.0, 9557.0, 9593.0, 9558.0, 9608.0, 9560.0, 9581.0, 9577.0, 9580.0, 9601.0, 9587.0, 9614.0, 9611.0, 9645.0, 9598.0, 9608.0, 9588.0, 9591.0, 9626.0, 9599.0, 9626.0, 9587.0, 9595.0, 9565.0, 9575.0, 9562.0, 9584.0, 9547.0, 9570.0, 9563.0, 9547.0, 9559.0, 9548.0, 9559.0, 9530.0, 9552.0, 9530.0, 9555.0, 9532.0, 9557.0, 9534.0, 9558.0, 9534.0, 9558.0, 9536.0, 9588.0, 9553.0, 9561.0, 9549.0, 9535.0, 9562.0, 9552.0, 9570.0, 9560.0, 9584.0, 9574.0, 9585.0, 9577.0, 9586.0, 9599.0, 9602.0, 9571.0, 9572.0, 9587.0, 9590.0, 9598.0, 9584.0, 9602.0, 9595.0, 9578.0, 9591.0, 9575.0, 9589.0, 9581.0, 9623.0, 9602.0, 9598.0, 9598.0, 9598.0, 9616.0, 9633.0, 9661.0, 9626.0, 9636.0, 9620.0, 9656.0, 9613.0, 9652.0, 9621.0, 9637.0, 9614.0, 9581.0, 9601.0, 9564.0, 9593.0, 9539.0, 9577.0, 9541.0, 9563.0, 9562.0, 9606.0, 9563.0, 9601.0, 9578.0, 9585.0, 9603.0, 9606.0, 9592.0, 9583.0, 9594.0, 9584.0, 9602.0, 9563.0, 9579.0, 9559.0, 9581.0, 9545.0, 9583.0, 9575.0, 9597.0, 9562.0, 9582.0, 9572.0, 9572.0, 9573.0, 9558.0, 9605.0, 9605.0, 9602.0, 9560.0, 9569.0, 9555.0, 9575.0, 9552.0, 9576.0, 9555.0, 9566.0, 9559.0, 9569.0, 9561.0, 9582.0, 9558.0, 9582.0, 9560.0, 9583.0, 9563.0, 9598.0, 9575.0, 9586.0, 9564.0, 9609.0, 9613.0, 9600.0, 9625.0, 9587.0, 9614.0, 9598.0, 9604.0, 9616.0, 9585.0, 9612.0, 9588.0, 9652.0, 9583.0, 9648.0, 9577.0, 9602.0, 9573.0, 9622.0, 9542.0, 9606.0, 9543.0, 9566.0, 9558.0, 9558.0, 9576.0, 9576.0, 9576.0, 9579.0, 9576.0, 9565.0, 9609.0, 9583.0, 9644.0, 9561.0, 9608.0, 9587.0, 9622.0, 9601.0, 9599.0, 9588.0, 9648.0, 9565.0, 9643.0, 9555.0, 9600.0, 9534.0, 9555.0, 9534.0, 9559.0, 9536.0, 9561.0, 9554.0, 9575.0, 9553.0, 9562.0, 9557.0, 9571.0, 9575.0, 9575.0, 9576.0, 9579.0, 9591.0, 9560.0, 9625.0, 9560.0, 9606.0, 9539.0, 9576.0, 9533.0, 9560.0, 9529.0, 9544.0, 9549.0, 9536.0, 9614.0, 9544.0, 9515.0, 9530.0, 9547.0, 9546.0, 9564.0, 9564.0, 9571.0, 9587.0, 9587.0, 9625.0, 9608.0, 9631.0, 9564.0, 9614.0, 9581.0, 9633.0, 9562.0, 9594.0, 9541.0, 9590.0, 9541.0, 9578.0, 9552.0, 9564.0, 9555.0, 9578.0, 9554.0, 9560.0, 9553.0, 9554.0, 9572.0, 9560.0, 9576.0, 9574.0, 9603.0, 9583.0, 9628.0, 9622.0, 9596.0, 9602.0, 9530.0, 9589.0, 9512.0, 9576.0, 9512.0, 9562.0, 9529.0, 9564.0, 9527.0, 9529.0, 9529.0, 9531.0, 9558.0, 9546.0, 9566.0, 9536.0, 9557.0, 9577.0, 9558.0, 9593.0, 9557.0, 9594.0, 9558.0, 9591.0, 9557.0, 9580.0, 9560.0, 9582.0, 9574.0, 9560.0, 9577.0, 9581.0, 9594.0, 9580.0, 9595.0, 9584.0, 9597.0, 9585.0, 9598.0, 9588.0, 9614.0, 9602.0, 9599.0, 9587.0, 9596.0, 9583.0, 9634.0, 9585.0, 9633.0, 9588.0, 9621.0, 9587.0, 9625.0, 9588.0, 9586.0, 9600.0, 9589.0, 9617.0, 9590.0, 9609.0, 9591.0, 9640.0, 9606.0, 9641.0, 9590.0, 9652.0, 9588.0, 9635.0, 9612.0, 9612.0, 9584.0, 9582.0, 9596.0, 9584.0, 9597.0, 9580.0, 9582.0, 9567.0, 9593.0, 9584.0, 9593.0, 9581.0, 9615.0, 9586.0, 9592.0, 9579.0, 9591.0, 9567.0, 9577.0, 9566.0, 9590.0, 9567.0, 9594.0, 9585.0, 9610.0, 9604.0, 9628.0, 9591.0, 9613.0, 9619.0, 9589.0, 9615.0, 9588.0, 9596.0, 9587.0, 9610.0, 9581.0, 9608.0, 9581.0, 9605.0, 9583.0, 9619.0, 9583.0, 9611.0, 9585.0, 9588.0, 9620.0, 9606.0, 9627.0, 9588.0, 9668.0, 9590.0, 9652.0, 9570.0, 9618.0, 9570.0, 9584.0, 9578.0, 9557.0, 9604.0, 9557.0, 9591.0, 9555.0, 9573.0, 9538.0, 9537.0, 9552.0, 9555.0, 9581.0, 9577.0, 9601.0, 9565.0, 9619.0, 9563.0, 9587.0, 9559.0, 9569.0, 9556.0, 9583.0, 9557.0, 9595.0, 9555.0, 9593.0, 9559.0, 9580.0, 9560.0, 9580.0, 9564.0, 9597.0, 9576.0, 9574.0, 9566.0, 9576.0, 9581.0, 9578.0, 9579.0, 9566.0, 9594.0, 9584.0, 9594.0, 9583.0, 9621.0, 9585.0, 9622.0, 9572.0, 9617.0, 9566.0, 9616.0, 9562.0, 9613.0, 9559.0, 9570.0, 9563.0, 9570.0, 9561.0, 9592.0, 9557.0, 9583.0, 9583.0, 9584.0, 9579.0, 9597.0, 9580.0, 9584.0, 9594.0, 9586.0, 9604.0, 9568.0, 9604.0, 9548.0, 9599.0, 9561.0, 9583.0, 9563.0, 9601.0, 9562.0, 9624.0, 9561.0, 9582.0, 9558.0, 9557.0, 9575.0, 9564.0, 9581.0, 9562.0, 9577.0, 9600.0, 9586.0, 9587.0, 9576.0, 9541.0, 9554.0, 9547.0, 9569.0, 9563.0, 9599.0, 9546.0, 9585.0, 9562.0, 9590.0, 9562.0, 9585.0, 9563.0, 9588.0, 9566.0, 9587.0, 9570.0, 9610.0, 9588.0, 9625.0, 9599.0, 9635.0, 9584.0, 9631.0, 9567.0, 9601.0, 9567.0, 9596.0, 9572.0, 9590.0, 9537.0, 9572.0, 9553.0, 9573.0, 9554.0, 9563.0, 9554.0, 9562.0, 9552.0, 9539.0, 9567.0, 9559.0, 9570.0, 9541.0, 9567.0, 9540.0, 9567.0, 9539.0, 9571.0, 9558.0, 9570.0, 9563.0, 9587.0, 9544.0, 9580.0, 9543.0, 9568.0, 9554.0, 9565.0, 9555.0, 9567.0, 9562.0, 9583.0, 9565.0, 9587.0, 9565.0, 9603.0, 9567.0, 9602.0, 9584.0, 9602.0, 9583.0, 9590.0, 9566.0, 9600.0, 9567.0, 9593.0, 9582.0, 9583.0, 9601.0, 9586.0, 9594.0, 9582.0, 9608.0, 9585.0, 9607.0, 9588.0, 9605.0, 9569.0, 9603.0, 9566.0, 9601.0, 9564.0, 9615.0, 9584.0, 9619.0, 9582.0, 9591.0, 9566.0, 9565.0, 9601.0, 9582.0, 9578.0, 9594.0, 9635.0, 9607.0, 9621.0, 9605.0, 9636.0, 9625.0, 9615.0, 9649.0, 9616.0, 9656.0, 9630.0, 9682.0, 9619.0, 9676.0, 9633.0, 9640.0, 9631.0, 9595.0, 9615.0, 9590.0, 9627.0, 9605.0, 9660.0, 9642.0, 9650.0, 9629.0, 9605.0, 9655.0, 9605.0, 9651.0, 9614.0, 9665.0, 9626.0, 9648.0, 9637.0, 9604.0, 9602.0, 9593.0, 9584.0, 9557.0, 9638.0, 9569.0, 9566.0, 9568.0, 9556.0, 9582.0, 9573.0, 9595.0, 9571.0, 9573.0, 9580.0, 9557.0, 9592.0, 9556.0, 9605.0, 9567.0, 9631.0, 9567.0, 9589.0, 9549.0, 9545.0, 9574.0, 9551.0, 9574.0, 9596.0, 9600.0, 9586.0, 9559.0, 9586.0, 9581.0, 9606.0, 9592.0, 9577.0, 9594.0, 9580.0, 9594.0, 9588.0, 9583.0, 9635.0, 9602.0, 9641.0, 9611.0, 9572.0, 9607.0, 9579.0, 9562.0, 9573.0, 9580.0, 9607.0, 9580.0, 9589.0, 9581.0, 9585.0, 9607.0, 9597.0, 9593.0, 9598.0, 9675.0, 9635.0, 9667.0, 9614.0, 9573.0, 9562.0, 9581.0, 9566.0, 9571.0, 9603.0, 9568.0, 9618.0, 9598.0, 9645.0, 9603.0, 9591.0, 9580.0, 9556.0, 9567.0, 9534.0, 9527.0, 9533.0, 9541.0, 9529.0, 9541.0, 9531.0, 9564.0, 9528.0, 9539.0, 9509.0, 9525.0, 9506.0, 9521.0, 9511.0, 9525.0, 9526.0, 9536.0, 9527.0, 9539.0, 9531.0, 9544.0, 9534.0, 9558.0, 9536.0, 9545.0, 9530.0, 9545.0, 9527.0, 9533.0, 9538.0, 9534.0, 9569.0, 9547.0, 9556.0, 9533.0, 9536.0, 9535.0, 9555.0, 9530.0, 9557.0, 9520.0, 9558.0, 9520.0, 9558.0, 9534.0, 9545.0, 9537.0, 9549.0, 9555.0, 9569.0, 9575.0, 9602.0, 9582.0, 9586.0, 9595.0, 9585.0, 9596.0, 9583.0, 9605.0, 9580.0, 9635.0, 9567.0, 9629.0, 9564.0, 9598.0, 9553.0, 9562.0, 9539.0, 9567.0, 9562.0, 9643.0, 9594.0, 9599.0, 9597.0, 9578.0, 9558.0, 9581.0, 9609.0, 9619.0, 9596.0, 9592.0, 9580.0, 9586.0, 9574.0, 9613.0, 9574.0, 9638.0, 9600.0, 9637.0, 9584.0, 9604.0, 9560.0, 9587.0, 9544.0, 9531.0, 9612.0, 9559.0, 9570.0, 9542.0, 9527.0, 9541.0, 9528.0, 9541.0, 9562.0, 9583.0, 9544.0, 9548.0, 9548.0, 9534.0, 9543.0, 9529.0, 9553.0, 9532.0, 9584.0, 9547.0, 9551.0, 9551.0, 9555.0, 9564.0, 9570.0, 9566.0, 9614.0, 9598.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.0016313963636363637</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03880739512727273</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.077287886266426</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1963219921106263</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795227230058235</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7863.209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09999560153464554</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.5636363636363635</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3624165700730457</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2838341273673333</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5591230298948435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.24429255295696</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0103685</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01080561988055706</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023976275697350502</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1375</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.995762886351748</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>39.8726</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8094</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9202</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307344.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>753.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.5527</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5072</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.5872</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3622.0093</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3803.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69200.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1327.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4750.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.7513</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.68527945782989</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> |