=== 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-0033 --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-0033",
"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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-01/func/sub-0033_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>456358760c57df73c7b2710cbd43f57f</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>14:11:11.975000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999443, 0.0235107, 0.0236838, -0.0204117, 0.992132, -0.123518]</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.115096</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>[4169, -7708, -7227, 365, -39, -103, 16, 74]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>300.573</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>32745bf7-2bcd-43bc-a315-469011a32176||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814324855804443, -0.054763223975896835, 0.0712839886546135, 112.165283203125], [-0.06307757645845413, 2.661818504333496, -0.3320082724094391, -78.21653747558594], [0.06354192644357681, 0.3313904404640198, 2.678560972213745, -74.63758087158203], [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': ['141111.975000', '141112.435000', '141112.895000', '141113.355000', '141113.815000', '141114.275000', '141114.735000', '141115.195000', '141115.655000', '141116.115000', '141116.575000', '141117.035000', '141117.495000', '141117.955000', '141118.415000', '141118.875000', '141119.335000', '141119.795000', '141120.255000', '141120.715000', '141121.175000', '141121.635000', '141122.095000', '141122.555000', '141123.015000', '141123.475000', '141123.935000', '141124.395000', '141124.855000', '141125.315000', '141125.775000', '141126.235000', '141126.695000', '141127.155000', '141127.615000', '141128.075000', '141128.535000', '141128.995000', '141129.455000', '141129.915000', '141130.375000', '141130.835000', '141131.295000', '141131.755000', '141132.215000', '141132.675000', '141133.135000', '141133.595000', '141134.055000', '141134.515000', '141134.975000', '141135.435000', '141135.895000', '141136.355000', '141136.815000', '141137.275000', '141137.735000', '141138.195000', '141138.655000', '141139.115000', '141139.575000', '141140.035000', '141140.495000', '141140.955000', '141141.415000', '141141.875000', '141142.335000', '141142.795000', '141143.255000', '141143.715000', '141144.175000', '141144.635000', '141145.095000', '141145.555000', '141146.015000', '141146.475000', '141146.935000', '141147.395000', '141147.855000', '141148.315000', '141148.775000', '141149.235000', '141149.695000', '141150.155000', '141150.615000', '141151.075000', '141151.535000', '141151.995000', '141152.455000', '141152.915000', '141153.375000', '141153.835000', '141154.295000', '141154.755000', '141155.215000', '141155.675000', '141156.135000', '141156.595000', '141157.055000', '141157.515000', '141157.975000', '141158.435000', '141158.895000', '141159.355000', '141159.815000', '141200.275000', '141200.735000', '141201.195000', '141201.655000', '141202.115000', '141202.575000', '141203.035000', '141203.495000', '141203.955000', '141204.415000', '141204.875000', '141205.335000', '141205.795000', '141206.255000', '141206.715000', '141207.175000', '141207.635000', '141208.095000', '141208.555000', '141209.015000', '141209.475000', '141209.935000', '141210.395000', '141210.855000', '141211.315000', '141211.775000', '141212.235000', '141212.695000', '141213.155000', '141213.615000', '141214.075000', '141214.535000', '141214.995000', '141215.455000', '141215.915000', '141216.375000', '141216.835000', '141217.295000', '141217.755000', '141218.215000', '141218.675000', '141219.135000', '141219.595000', '141220.055000', '141220.515000', '141220.975000', '141221.435000', '141221.895000', '141222.355000', '141222.815000', '141223.275000', '141223.735000', '141224.195000', '141224.655000', '141225.115000', '141225.575000', '141226.035000', '141226.495000', '141226.955000', '141227.415000', '141227.875000', '141228.335000', '141228.795000', '141229.255000', '141229.715000', '141230.175000', '141230.635000', '141231.095000', '141231.555000', '141232.015000', '141232.475000', '141232.935000', '141233.395000', '141233.855000', '141234.315000', '141234.775000', '141235.235000', '141235.695000', '141236.155000', '141236.615000', '141237.075000', '141237.535000', '141237.995000', '141238.455000', '141238.915000', '141239.375000', '141239.835000', '141240.295000', '141240.755000', '141241.215000', '141241.675000', '141242.135000', '141242.595000', '141243.055000', '141243.515000', '141243.975000', '141244.435000', '141244.895000', '141245.355000', '141245.815000', '141246.275000', '141246.735000', '141247.195000', '141247.655000', '141248.115000', '141248.575000', '141249.035000', '141249.495000', '141249.955000', '141250.415000', '141250.875000', '141251.335000', '141251.795000', '141252.255000', '141252.715000', '141253.175000', '141253.635000', '141254.095000', '141254.555000', '141255.015000', '141255.475000', '141255.935000', '141256.395000', '141256.855000', '141257.315000', '141257.775000', '141258.235000', '141258.695000', '141259.155000', '141259.615000', '141300.075000', '141300.535000', '141300.995000', '141301.455000', '141301.915000', '141302.375000', '141302.835000', '141303.295000', '141303.755000', '141304.215000', '141304.675000', '141305.135000', '141305.595000', '141306.055000', '141306.515000', '141306.975000', '141307.435000', '141307.895000', '141308.355000', '141308.815000', '141309.275000', '141309.735000', '141310.195000', '141310.655000', '141311.115000', '141311.575000', '141312.035000', '141312.495000', '141312.955000', '141313.415000', '141313.875000', '141314.335000', '141314.795000', '141315.255000', '141315.715000', '141316.175000', '141316.635000', '141317.095000', '141317.555000', '141318.015000', '141318.475000', '141318.935000', '141319.395000', '141319.855000', '141320.315000', '141320.775000', '141321.235000', '141321.695000', '141322.155000', '141322.615000', '141323.075000', '141323.535000', '141323.995000', '141324.455000', '141324.915000', '141325.375000', '141325.835000', '141326.295000', '141326.755000', '141327.215000', '141327.675000', '141328.135000', '141328.595000', '141329.055000', '141329.515000', '141329.975000', '141330.435000', '141330.895000', '141331.355000', '141331.815000', '141332.275000', '141332.735000', '141333.195000', '141333.655000', '141334.115000', '141334.575000', '141335.035000', '141335.495000', '141335.955000', '141336.415000', '141336.875000', '141337.335000', '141337.795000', '141338.255000', '141338.715000', '141339.175000', '141339.635000', '141340.095000', '141340.555000', '141341.015000', '141341.475000', '141341.935000', '141342.395000', '141342.855000', '141343.315000', '141343.775000', '141344.235000', '141344.695000', '141345.155000', '141345.615000', '141346.075000', '141346.535000', '141346.995000', '141347.455000', '141347.915000', '141348.375000', '141348.835000', '141349.295000', '141349.755000', '141350.215000', '141350.675000', '141351.135000', '141351.595000', '141352.055000', '141352.515000', '141352.975000', '141353.435000', '141353.895000', '141354.355000', '141354.815000', '141355.275000', '141355.735000', '141356.195000', '141356.655000', '141357.115000', '141357.575000', '141358.035000', '141358.495000', '141358.955000', '141359.415000', '141359.875000', '141400.335000', '141400.795000', '141401.255000', '141401.715000', '141402.175000', '141402.635000', '141403.095000', '141403.555000', '141404.015000', '141404.475000', '141404.935000', '141405.395000', '141405.855000', '141406.315000', '141406.775000', '141407.235000', '141407.695000', '141408.155000', '141408.615000', '141409.075000', '141409.535000', '141409.995000', '141410.455000', '141410.915000', '141411.375000', '141411.835000', '141412.295000', '141412.755000', '141413.215000', '141413.675000', '141414.135000', '141414.595000', '141415.055000', '141415.515000', '141415.975000', '141416.435000', '141416.895000', '141417.355000', '141417.815000', '141418.275000', '141418.735000', '141419.195000', '141419.655000', '141420.115000', '141420.575000', '141421.035000', '141421.495000', '141421.955000', '141422.415000', '141422.875000', '141423.335000', '141423.795000', '141424.255000', '141424.715000', '141425.175000', '141425.635000', '141426.095000', '141426.555000', '141427.015000', '141427.475000', '141427.935000', '141428.395000', '141428.855000', '141429.315000', '141429.775000', '141430.235000', '141430.695000', '141431.155000', '141431.615000', '141432.075000', '141432.535000', '141432.995000', '141433.455000', '141433.915000', '141434.375000', '141434.835000', '141435.295000', '141435.755000', '141436.215000', '141436.675000', '141437.135000', '141437.595000', '141438.055000', '141438.515000', '141438.975000', '141439.435000', '141439.895000', '141440.355000', '141440.815000', '141441.275000', '141441.735000', '141442.195000', '141442.655000', '141443.115000', '141443.575000', '141444.035000', '141444.495000', '141444.955000', '141445.415000', '141445.875000', '141446.335000', '141446.795000', '141447.255000', '141447.715000', '141448.175000', '141448.635000', '141449.095000', '141449.555000', '141450.015000', '141450.475000', '141450.935000', '141451.395000', '141451.855000', '141452.315000', '141452.775000', '141453.235000', '141453.695000', '141454.155000', '141454.615000', '141455.075000', '141455.535000', '141455.995000', '141456.455000', '141456.915000', '141457.375000', '141457.835000', '141458.295000', '141458.755000', '141459.215000', '141459.675000', '141500.135000', '141500.595000', '141501.055000', '141501.515000', '141501.975000', '141502.435000', '141502.895000', '141503.355000', '141503.815000', '141504.275000', '141504.735000', '141505.195000', '141505.655000', '141506.115000', '141506.575000', '141507.035000', '141507.495000', '141507.955000', '141508.415000', '141508.875000', '141509.335000', '141509.795000', '141510.255000', '141510.715000', '141511.175000', '141511.635000', '141512.095000', '141512.555000', '141513.015000', '141513.475000', '141513.935000', '141514.395000', '141514.855000', '141515.315000', '141515.775000', '141516.235000', '141516.695000', '141517.155000', '141517.615000', '141518.075000', '141518.535000', '141518.995000', '141519.455000', '141519.915000', '141520.375000', '141520.835000', '141521.295000', '141521.755000', '141522.215000', '141522.675000', '141523.135000', '141523.595000', '141524.055000', '141524.515000', '141524.975000', '141525.435000', '141525.895000', '141526.355000', '141526.815000', '141527.275000', '141527.735000', '141528.195000', '141528.655000', '141529.115000', '141529.575000', '141530.035000', '141530.495000', '141530.955000', '141531.415000', '141531.875000', '141532.335000', '141532.795000', '141533.255000', '141533.715000', '141534.175000', '141534.635000', '141535.095000', '141535.555000', '141536.015000', '141536.475000', '141536.935000', '141537.395000', '141537.855000', '141538.315000', '141538.775000', '141539.235000', '141539.695000', '141540.155000', '141540.615000', '141541.075000', '141541.535000', '141541.995000', '141542.455000', '141542.915000', '141543.375000', '141543.835000', '141544.295000', '141544.755000', '141545.215000', '141545.675000', '141546.135000', '141546.595000', '141547.055000', '141547.515000', '141547.975000', '141548.435000', '141548.895000', '141549.355000', '141549.815000', '141550.275000', '141550.735000', '141551.195000', '141551.655000', '141552.115000', '141552.575000', '141553.035000', '141553.495000', '141553.955000', '141554.415000', '141554.875000', '141555.335000', '141555.795000', '141556.255000', '141556.715000', '141557.175000', '141557.635000', '141558.095000', '141558.555000', '141559.015000', '141559.475000', '141559.935000', '141600.395000', '141600.855000', '141601.315000', '141601.775000', '141602.235000', '141602.695000', '141603.155000', '141603.615000', '141604.075000', '141604.535000', '141604.995000', '141605.455000', '141605.915000', '141606.375000', '141606.835000', '141607.295000', '141607.755000', '141608.215000', '141608.675000', '141609.135000', '141609.595000', '141610.055000', '141610.515000', '141610.975000', '141611.435000', '141611.895000', '141612.355000', '141612.815000', '141613.275000', '141613.735000', '141614.195000', '141614.655000', '141615.115000', '141615.575000', '141616.035000', '141616.495000', '141616.955000', '141617.415000', '141617.875000', '141618.335000', '141618.795000', '141619.255000', '141619.715000', '141620.175000', '141620.635000', '141621.095000', '141621.555000', '141622.015000', '141622.475000', '141622.935000', '141623.395000', '141623.855000', '141624.315000', '141624.775000', '141625.235000', '141625.695000', '141626.155000', '141626.615000', '141627.075000', '141627.535000', '141627.995000', '141628.455000', '141628.915000', '141629.375000', '141629.835000', '141630.295000', '141630.755000', '141631.215000', '141631.675000', '141632.135000', '141632.595000', '141633.055000', '141633.515000', '141633.975000', '141634.435000', '141634.895000', '141635.355000', '141635.815000', '141636.275000', '141636.735000', '141637.195000', '141637.655000', '141638.115000', '141638.575000', '141639.035000', '141639.495000', '141639.955000', '141640.415000', '141640.875000', '141641.335000', '141641.795000', '141642.255000', '141642.715000', '141643.175000', '141643.635000', '141644.095000', '141644.555000', '141645.015000', '141645.475000', '141645.935000', '141646.395000', '141646.855000', '141647.315000', '141647.775000', '141648.235000', '141648.695000', '141649.155000', '141649.615000', '141650.075000', '141650.535000', '141650.995000', '141651.455000', '141651.915000', '141652.375000', '141652.835000', '141653.295000', '141653.755000', '141654.215000', '141654.675000', '141655.135000', '141655.595000', '141656.055000', '141656.515000', '141656.975000', '141657.435000', '141657.895000', '141658.355000', '141658.815000', '141659.275000', '141659.735000', '141700.195000', '141700.655000', '141701.115000', '141701.575000', '141702.035000', '141702.495000', '141702.955000', '141703.415000', '141703.875000', '141704.335000', '141704.795000', '141705.255000', '141705.715000', '141706.175000', '141706.635000', '141707.095000', '141707.555000', '141708.015000', '141708.475000', '141708.935000', '141709.395000', '141709.855000', '141710.315000', '141710.775000', '141711.235000', '141711.695000', '141712.155000', '141712.615000', '141713.075000', '141713.535000', '141713.995000', '141714.455000', '141714.915000', '141715.375000', '141715.835000', '141716.295000', '141716.755000', '141717.215000', '141717.675000', '141718.135000', '141718.595000', '141719.055000', '141719.515000', '141719.975000', '141720.435000', '141720.895000', '141721.355000', '141721.815000', '141722.275000', '141722.735000', '141723.195000', '141723.655000', '141724.115000', '141724.575000', '141725.035000', '141725.495000', '141725.955000', '141726.415000', '141726.875000', '141727.335000', '141727.795000', '141728.255000', '141728.715000', '141729.175000', '141729.635000', '141730.095000', '141730.555000', '141731.015000', '141731.475000', '141731.935000', '141732.395000', '141732.855000', '141733.315000', '141733.775000', '141734.235000', '141734.695000', '141735.155000', '141735.615000', '141736.075000', '141736.535000', '141736.995000', '141737.455000', '141737.915000', '141738.375000', '141738.835000', '141739.295000', '141739.755000', '141740.215000', '141740.675000', '141741.135000', '141741.595000', '141742.055000', '141742.515000', '141742.975000', '141743.435000', '141743.895000', '141744.355000', '141744.815000', '141745.275000', '141745.735000', '141746.195000', '141746.655000', '141747.115000', '141747.575000', '141748.035000', '141748.495000', '141748.955000', '141749.415000', '141749.875000', '141750.335000', '141750.795000', '141751.255000', '141751.715000', '141752.175000', '141752.635000', '141753.095000', '141753.555000', '141754.015000', '141754.475000', '141754.935000', '141755.395000', '141755.855000', '141756.315000', '141756.775000', '141757.235000', '141757.695000', '141758.155000', '141758.615000', '141759.075000', '141759.535000', '141759.995000', '141800.455000', '141800.915000', '141801.375000', '141801.835000', '141802.295000', '141802.755000', '141803.215000', '141803.675000', '141804.135000', '141804.595000', '141805.055000', '141805.515000', '141805.975000', '141806.435000', '141806.895000', '141807.355000', '141807.815000', '141808.275000', '141808.735000', '141809.195000', '141809.655000', '141810.115000', '141810.575000', '141811.035000', '141811.495000', '141811.955000', '141812.415000', '141812.875000', '141813.335000', '141813.795000', '141814.255000', '141814.715000', '141815.175000', '141815.635000', '141816.095000', '141816.555000', '141817.015000', '141817.475000', '141817.935000', '141818.395000', '141818.855000', '141819.315000', '141819.775000', '141820.235000', '141820.695000', '141821.155000', '141821.615000', '141822.075000', '141822.535000', '141822.995000', '141823.455000', '141823.915000', '141824.375000', '141824.835000', '141825.295000', '141825.755000', '141826.215000', '141826.675000', '141827.135000', '141827.595000', '141828.055000', '141828.515000', '141828.975000', '141829.435000', '141829.895000', '141830.355000', '141830.815000', '141831.275000', '141831.735000', '141832.195000', '141832.655000', '141833.115000', '141833.575000', '141834.035000', '141834.495000', '141834.955000', '141835.415000', '141835.875000', '141836.335000', '141836.795000', '141837.255000', '141837.715000', '141838.175000', '141838.635000', '141839.095000', '141839.555000', '141840.015000', '141840.475000', '141840.935000', '141841.395000', '141841.855000', '141842.315000', '141842.775000', '141843.235000', '141843.695000', '141844.155000', '141844.615000', '141845.075000', '141845.535000', '141845.995000', '141846.455000', '141846.915000', '141847.375000', '141847.835000', '141848.295000', '141848.755000', '141849.215000', '141849.675000', '141850.135000', '141850.595000', '141851.055000', '141851.515000', '141851.975000', '141852.435000', '141852.895000', '141853.355000', '141853.815000', '141854.275000', '141854.735000', '141855.195000', '141855.655000', '141856.115000', '141856.575000', '141857.035000', '141857.495000', '141857.955000', '141858.415000', '141858.875000', '141859.335000', '141859.795000', '141900.255000', '141900.715000', '141901.175000', '141901.635000', '141902.095000', '141902.555000', '141903.015000', '141903.475000', '141903.935000', '141904.395000', '141904.855000', '141905.315000', '141905.775000', '141906.235000', '141906.695000', '141907.155000', '141907.615000', '141908.075000', '141908.535000', '141908.995000', '141909.455000', '141909.915000', '141910.375000', '141910.835000', '141911.295000', '141911.755000', '141912.215000', '141912.675000', '141913.135000', '141913.595000', '141914.055000', '141914.515000', '141914.975000', '141915.435000', '141915.895000', '141916.355000', '141916.815000', '141917.275000', '141917.735000', '141918.195000', '141918.655000', '141919.115000', '141919.575000', '141920.035000', '141920.495000', '141920.955000', '141921.415000', '141921.875000', '141922.335000', '141922.795000', '141923.255000', '141923.715000', '141924.175000', '141924.635000', '141925.095000', '141925.555000', '141926.015000', '141926.475000', '141926.935000', '141927.395000', '141927.855000', '141928.315000', '141928.775000', '141929.235000', '141929.695000', '141930.155000', '141930.615000', '141931.075000', '141931.535000', '141931.995000', '141932.455000', '141932.915000', '141933.375000', '141933.835000', '141934.295000', '141934.755000', '141935.215000', '141935.675000', '141936.135000', '141936.595000', '141937.055000', '141937.515000', '141937.975000', '141938.435000', '141938.895000', '141939.355000', '141939.815000', '141940.275000', '141940.735000', '141941.195000', '141941.655000', '141942.115000', '141942.575000', '141943.035000', '141943.495000', '141943.955000', '141944.415000', '141944.875000', '141945.335000', '141945.795000', '141946.255000', '141946.715000', '141947.175000', '141947.635000', '141948.095000', '141948.555000', '141949.015000', '141949.475000', '141949.935000', '141950.395000', '141950.855000', '141951.315000', '141951.775000', '141952.235000', '141952.695000', '141953.155000', '141953.615000', '141954.075000', '141954.535000', '141954.995000', '141955.455000', '141955.915000', '141956.375000', '141956.835000', '141957.295000', '141957.755000', '141958.215000', '141958.675000', '141959.135000', '141959.595000', '142000.055000', '142000.515000', '142000.975000', '142001.435000', '142001.895000', '142002.355000', '142002.815000', '142003.275000', '142003.735000', '142004.195000', '142004.655000', '142005.115000', '142005.575000', '142006.035000', '142006.495000', '142006.955000', '142007.415000', '142007.875000', '142008.335000', '142008.795000', '142009.255000', '142009.715000', '142010.175000', '142010.635000', '142011.095000', '142011.555000', '142012.015000', '142012.475000', '142012.935000', '142013.395000', '142013.855000', '142014.315000', '142014.775000', '142015.235000', '142015.695000', '142016.155000', '142016.615000', '142017.075000', '142017.535000', '142017.995000', '142018.455000', '142018.915000', '142019.375000', '142019.835000', '142020.295000', '142020.755000', '142021.215000', '142021.675000', '142022.135000', '142022.595000', '142023.055000', '142023.515000', '142023.975000', '142024.435000', '142024.895000', '142025.355000', '142025.815000', '142026.275000', '142026.735000', '142027.195000', '142027.655000', '142028.115000', '142028.575000', '142029.035000', '142029.495000', '142029.955000', '142030.415000', '142030.875000', '142031.335000', '142031.795000', '142032.255000', '142032.715000', '142033.175000', '142033.635000', '142034.095000', '142034.555000', '142035.015000', '142035.475000', '142035.935000', '142036.395000', '142036.855000', '142037.315000', '142037.775000', '142038.235000', '142038.695000', '142039.155000', '142039.615000', '142040.075000', '142040.535000', '142040.995000', '142041.455000', '142041.915000', '142042.375000', '142042.835000', '142043.295000', '142043.755000', '142044.215000', '142044.675000', '142045.135000', '142045.595000', '142046.055000', '142046.515000', '142046.975000', '142047.435000', '142047.895000', '142048.355000', '142048.815000', '142049.275000', '142049.735000', '142050.195000', '142050.655000', '142051.115000', '142051.575000', '142052.035000', '142052.495000', '142052.955000', '142053.415000', '142053.875000', '142054.335000', '142054.795000', '142055.255000', '142055.715000', '142056.175000', '142056.635000', '142057.095000', '142057.555000', '142058.015000', '142058.475000', '142058.935000', '142059.395000', '142059.855000', '142100.315000', '142100.775000', '142101.235000', '142101.695000', '142102.155000', '142102.615000', '142103.075000', '142103.535000', '142103.995000', '142104.455000', '142104.915000', '142105.375000', '142105.835000', '142106.295000', '142106.755000', '142107.215000', '142107.675000', '142108.135000', '142108.595000', '142109.055000', '142109.515000', '142109.975000', '142110.435000', '142110.895000', '142111.355000', '142111.815000', '142112.275000', '142112.735000', '142113.195000', '142113.655000', '142114.115000', '142114.575000', '142115.035000', '142115.495000', '142115.955000', '142116.415000', '142116.875000', '142117.335000', '142117.795000', '142118.255000', '142118.715000', '142119.175000', '142119.635000', '142120.095000', '142120.555000', '142121.015000', '142121.475000', '142121.935000', '142122.395000', '142122.855000', '142123.315000', '142123.775000', '142124.235000', '142124.695000', '142125.155000', '142125.615000', '142126.075000', '142126.535000', '142126.995000', '142127.455000', '142127.915000', '142128.375000', '142128.835000', '142129.295000', '142129.755000', '142130.215000', '142130.675000', '142131.135000', '142131.595000', '142132.055000', '142132.515000', '142132.975000', '142133.435000', '142133.895000', '142134.355000', '142134.815000', '142135.275000', '142135.735000', '142136.195000', '142136.655000', '142137.115000', '142137.575000', '142138.035000', '142138.495000', '142138.955000', '142139.415000', '142139.875000', '142140.335000', '142140.795000', '142141.255000', '142141.715000', '142142.175000', '142142.635000', '142143.095000', '142143.555000', '142144.015000', '142144.475000'], 'ContentTime': ['141137.669000', '141137.672000', '141137.675000', '141137.678000', '141137.681000', '141137.684000', '141137.686000', '141137.689000', '141137.692000', '141137.695000', '141137.697000', '141137.700000', '141137.703000', '141137.706000', '141137.709000', '141137.711000', '141137.714000', '141137.717000', '141137.720000', '141137.722000', '141137.725000', '141137.728000', '141137.731000', '141137.734000', '141137.736000', '141137.739000', '141137.742000', '141137.745000', '141137.748000', '141137.750000', '141137.753000', '141137.756000', '141137.759000', '141137.761000', '141137.764000', '141137.767000', '141137.770000', '141137.773000', '141137.775000', '141137.778000', '141137.781000', '141137.791000', '141137.794000', '141137.797000', '141137.799000', '141137.802000', '141137.805000', '141137.808000', '141137.811000', '141137.813000', '141137.816000', '141137.819000', '141137.822000', '141137.825000', '141157.637000', '141157.640000', '141157.643000', '141157.645000', '141157.648000', '141157.651000', '141157.654000', '141157.656000', '141157.659000', '141157.662000', '141157.665000', '141157.668000', '141157.670000', '141157.673000', '141157.676000', '141157.679000', '141157.681000', '141157.684000', '141157.687000', '141157.690000', '141157.692000', '141157.695000', '141157.698000', '141157.701000', '141157.703000', '141157.706000', '141157.709000', '141157.712000', '141157.715000', '141157.717000', '141157.720000', '141157.723000', '141157.726000', '141157.729000', '141157.731000', '141157.734000', '141157.737000', '141157.740000', '141157.743000', '141157.745000', '141157.748000', '141157.751000', '141157.753000', '141157.756000', '141217.637000', '141217.640000', '141217.643000', '141217.645000', '141217.648000', '141217.651000', '141217.654000', '141217.657000', '141217.659000', '141217.662000', '141217.665000', '141217.668000', '141217.671000', '141217.673000', '141217.676000', '141217.679000', '141217.682000', '141217.685000', '141217.687000', '141217.690000', '141217.693000', '141217.696000', '141217.699000', '141217.701000', '141217.704000', '141217.708000', '141217.710000', '141217.713000', '141217.716000', '141217.719000', '141217.722000', '141217.725000', '141217.727000', '141217.730000', '141217.733000', '141217.736000', '141217.739000', '141217.741000', '141217.744000', '141217.747000', '141217.750000', '141217.753000', '141217.755000', '141237.637000', '141237.640000', '141237.643000', '141237.645000', '141237.648000', '141237.651000', '141237.654000', '141237.656000', '141237.659000', '141237.662000', '141237.665000', '141237.668000', '141237.670000', '141237.673000', '141237.676000', '141237.679000', '141237.682000', '141237.684000', '141237.687000', '141237.690000', '141237.693000', '141237.696000', '141237.698000', '141237.701000', '141237.704000', '141237.707000', '141237.710000', '141237.713000', '141237.715000', '141237.718000', '141237.721000', '141237.724000', '141237.727000', '141237.729000', '141237.732000', '141237.735000', '141237.738000', '141237.741000', '141237.743000', '141237.746000', '141237.749000', '141237.752000', '141237.755000', '141237.757000', '141257.637000', '141257.640000', '141257.643000', '141257.646000', '141257.649000', '141257.651000', '141257.654000', '141257.663000', '141257.666000', '141257.669000', '141257.671000', '141257.675000', '141257.678000', '141257.681000', '141257.684000', '141257.687000', '141257.690000', '141257.692000', '141257.695000', '141257.698000', '141257.701000', '141257.704000', '141257.706000', '141257.709000', '141257.712000', '141257.715000', '141257.718000', '141257.721000', '141257.724000', '141257.726000', '141257.730000', '141257.732000', '141257.735000', '141257.738000', '141257.741000', '141257.744000', '141257.747000', '141257.749000', '141257.752000', '141257.755000', '141257.758000', '141257.761000', '141257.764000', '141317.637000', '141317.640000', '141317.642000', '141317.645000', '141317.648000', '141317.651000', '141317.654000', '141317.656000', '141317.659000', '141317.662000', '141317.665000', '141317.668000', '141317.670000', '141317.673000', '141317.676000', '141317.679000', '141317.682000', '141317.684000', '141317.687000', '141317.690000', '141317.693000', '141317.696000', '141317.699000', '141317.701000', '141317.704000', '141317.707000', '141317.726000', '141317.729000', '141317.731000', '141317.734000', '141317.737000', '141317.740000', '141317.743000', '141317.745000', '141317.748000', '141317.751000', '141317.754000', '141317.757000', '141317.759000', '141317.762000', '141317.765000', '141317.817000', '141317.820000', '141317.822000', '141337.637000', '141337.640000', '141337.643000', '141337.645000', '141337.648000', '141337.651000', '141337.654000', '141337.657000', '141337.659000', '141337.662000', '141337.665000', '141337.668000', '141337.671000', '141337.673000', '141337.676000', '141337.679000', '141337.682000', '141337.685000', '141337.688000', '141337.690000', '141337.693000', '141337.696000', '141337.699000', '141337.702000', '141337.704000', '141337.707000', '141337.710000', '141337.713000', '141337.716000', '141337.719000', '141337.722000', '141337.725000', '141337.727000', '141337.730000', '141337.733000', '141337.736000', '141337.739000', '141337.741000', '141337.744000', '141337.747000', '141337.750000', '141337.753000', '141337.755000', '141357.637000', '141357.640000', '141357.643000', '141357.645000', '141357.648000', '141357.651000', '141357.654000', '141357.657000', '141357.659000', '141357.662000', '141357.665000', '141357.668000', '141357.671000', '141357.674000', '141357.676000', '141357.679000', '141357.682000', '141357.685000', '141357.688000', '141357.691000', '141357.693000', '141357.696000', '141357.699000', '141357.702000', '141357.705000', '141357.707000', '141357.710000', '141357.713000', '141357.716000', '141357.719000', '141357.721000', '141357.724000', '141357.727000', '141357.730000', '141357.733000', '141357.735000', '141357.738000', '141357.741000', '141357.744000', '141357.747000', '141357.749000', '141357.752000', '141357.755000', '141357.758000', '141417.637000', '141417.640000', '141417.643000', '141417.645000', '141417.648000', '141417.651000', '141417.654000', '141417.657000', '141417.661000', '141417.663000', '141417.666000', '141417.669000', '141417.672000', '141417.675000', '141417.677000', '141417.680000', '141417.683000', '141417.686000', '141417.689000', '141417.691000', '141417.694000', '141417.697000', '141417.700000', '141417.703000', '141417.706000', '141417.708000', '141417.712000', '141417.716000', '141417.719000', '141417.722000', '141417.725000', '141417.728000', '141417.730000', '141417.733000', '141417.736000', '141417.739000', '141417.741000', '141417.744000', '141417.747000', '141417.750000', '141417.753000', '141417.755000', '141417.758000', '141437.637000', '141437.640000', '141437.643000', '141437.645000', '141437.648000', '141437.651000', '141437.654000', '141437.657000', '141437.659000', '141437.662000', '141437.665000', '141437.668000', '141437.671000', '141437.673000', '141437.676000', '141437.679000', '141437.682000', '141437.684000', '141437.688000', '141437.690000', '141437.693000', '141437.696000', '141437.699000', '141437.702000', '141437.705000', '141437.708000', '141437.710000', '141437.713000', '141437.716000', '141437.719000', '141437.722000', '141437.724000', '141437.727000', '141437.730000', '141437.733000', '141437.735000', '141437.738000', '141437.741000', '141437.744000', '141437.747000', '141437.750000', '141437.752000', '141437.755000', '141437.758000', '141457.637000', '141457.640000', '141457.643000', '141457.645000', '141457.648000', '141457.651000', '141457.654000', '141457.671000', '141457.674000', '141457.676000', '141457.679000', '141457.682000', '141457.685000', '141457.688000', '141457.690000', '141457.693000', '141457.696000', '141457.699000', '141457.702000', '141457.704000', '141457.707000', '141457.710000', '141457.713000', '141457.716000', '141457.719000', '141457.721000', '141457.724000', '141457.727000', '141457.730000', '141457.732000', '141457.735000', '141457.738000', '141457.741000', '141457.744000', '141457.746000', '141457.749000', '141457.752000', '141457.755000', '141457.758000', '141457.761000', '141457.764000', '141457.767000', '141457.807000', '141517.637000', '141517.640000', '141517.643000', '141517.645000', '141517.648000', '141517.651000', '141517.654000', '141517.657000', '141517.659000', '141517.662000', '141517.665000', '141517.668000', '141517.671000', '141517.673000', '141517.676000', '141517.679000', '141517.682000', '141517.685000', '141517.687000', '141517.690000', '141517.693000', '141517.696000', '141517.699000', '141517.702000', '141517.704000', '141517.707000', '141517.710000', '141517.713000', '141517.716000', '141517.718000', '141517.721000', '141517.724000', '141517.727000', '141517.730000', '141517.732000', '141517.735000', '141517.738000', '141517.741000', '141517.744000', '141517.747000', '141517.749000', '141517.752000', '141517.755000', '141517.758000', '141537.637000', '141537.640000', '141537.643000', '141537.645000', '141537.648000', '141537.651000', '141537.654000', '141537.657000', '141537.659000', '141537.662000', '141537.665000', '141537.668000', '141537.671000', '141537.674000', '141537.676000', '141537.679000', '141537.682000', '141537.685000', '141537.688000', '141537.690000', '141537.694000', '141537.698000', '141537.701000', '141537.704000', '141537.707000', '141537.709000', '141537.712000', '141537.715000', '141537.718000', '141537.721000', '141537.723000', '141537.726000', '141537.729000', '141537.732000', '141537.735000', '141537.738000', '141537.740000', '141537.743000', '141537.746000', '141537.749000', '141537.752000', '141537.755000', '141537.758000', '141557.637000', '141557.640000', '141557.643000', '141557.646000', '141557.648000', '141557.651000', '141557.654000', '141557.657000', '141557.660000', '141557.663000', '141557.665000', '141557.668000', '141557.671000', '141557.674000', '141557.677000', '141557.679000', '141557.682000', '141557.685000', '141557.688000', '141557.691000', '141557.693000', '141557.696000', '141557.699000', '141557.702000', '141557.705000', '141557.707000', '141557.710000', '141557.713000', '141557.716000', '141557.719000', '141557.721000', '141557.724000', '141557.727000', '141557.730000', '141557.733000', '141557.736000', '141557.738000', '141557.741000', '141557.744000', '141557.747000', '141557.750000', '141557.752000', '141557.755000', '141557.758000', '141617.637000', '141617.640000', '141617.643000', '141617.645000', '141617.648000', '141617.651000', '141617.654000', '141617.657000', '141617.659000', '141617.662000', '141617.665000', '141617.668000', '141617.671000', '141617.673000', '141617.676000', '141617.679000', '141617.682000', '141617.685000', '141617.688000', '141617.690000', '141617.693000', '141617.696000', '141617.699000', '141617.702000', '141617.705000', '141617.707000', '141617.710000', '141617.713000', '141617.716000', '141617.719000', '141617.721000', '141617.724000', '141617.737000', '141617.739000', '141617.742000', '141617.745000', '141617.748000', '141617.751000', '141617.753000', '141617.756000', '141617.759000', '141617.762000', '141617.765000', '141637.637000', '141637.640000', '141637.643000', '141637.646000', '141637.648000', '141637.651000', '141637.654000', '141637.657000', '141637.660000', '141637.662000', '141637.665000', '141637.668000', '141637.671000', '141637.674000', '141637.676000', '141637.679000', '141637.682000', '141637.685000', '141637.688000', '141637.690000', '141637.693000', '141637.696000', '141637.699000', '141637.702000', '141637.704000', '141637.707000', '141637.710000', '141637.713000', '141637.716000', '141637.719000', '141637.721000', '141637.724000', '141637.727000', '141637.730000', '141637.733000', '141637.736000', '141637.738000', '141637.741000', '141637.744000', '141637.747000', '141637.750000', '141637.752000', '141637.755000', '141637.758000', '141657.637000', '141657.642000', '141657.645000', '141657.648000', '141657.650000', '141657.653000', '141657.656000', '141657.659000', '141657.662000', '141657.664000', '141657.667000', '141657.670000', '141657.673000', '141657.675000', '141657.678000', '141657.681000', '141657.684000', '141657.687000', '141657.689000', '141657.692000', '141657.695000', '141657.698000', '141657.701000', '141657.703000', '141657.706000', '141657.709000', '141657.712000', '141657.715000', '141657.717000', '141657.720000', '141657.723000', '141657.726000', '141657.729000', '141657.733000', '141657.736000', '141657.739000', '141657.742000', '141657.744000', '141657.747000', '141657.750000', '141657.753000', '141657.755000', '141657.758000', '141717.637000', '141717.640000', '141717.643000', '141717.646000', '141717.648000', '141717.651000', '141717.654000', '141717.657000', '141717.660000', '141717.662000', '141717.665000', '141717.668000', '141717.671000', '141717.673000', '141717.676000', '141717.679000', '141717.682000', '141717.685000', '141717.687000', '141717.690000', '141717.693000', '141717.696000', '141717.699000', '141717.701000', '141717.704000', '141717.707000', '141717.710000', '141717.713000', '141717.715000', '141717.718000', '141717.721000', '141717.724000', '141717.727000', '141717.730000', '141717.732000', '141717.735000', '141717.738000', '141717.741000', '141717.744000', '141717.746000', '141717.749000', '141717.752000', '141717.755000', '141717.758000', '141737.637000', '141737.640000', '141737.643000', '141737.645000', '141737.648000', '141737.651000', '141737.654000', '141737.657000', '141737.659000', '141737.662000', '141737.665000', '141737.668000', '141737.671000', '141737.673000', '141737.676000', '141737.679000', '141737.682000', '141737.685000', '141737.688000', '141737.691000', '141737.694000', '141737.696000', '141737.699000', '141737.702000', '141737.705000', '141737.708000', '141737.710000', '141737.713000', '141737.716000', '141737.719000', '141737.722000', '141737.725000', '141737.728000', '141737.730000', '141737.733000', '141737.736000', '141737.739000', '141737.742000', '141737.744000', '141737.747000', '141737.750000', '141737.753000', '141737.756000', '141757.637000', '141757.640000', '141757.643000', '141757.645000', '141757.648000', '141757.651000', '141757.654000', '141757.657000', '141757.659000', '141757.662000', '141757.665000', '141757.668000', '141757.671000', '141757.673000', '141757.676000', '141757.679000', '141757.682000', '141757.685000', '141757.687000', '141757.690000', '141757.693000', '141757.696000', '141757.699000', '141757.701000', '141757.704000', '141757.707000', '141757.710000', '141757.713000', '141757.716000', '141757.718000', '141757.721000', '141757.724000', '141757.727000', '141757.730000', '141757.732000', '141757.735000', '141757.738000', '141757.741000', '141757.743000', '141757.746000', '141757.749000', '141757.752000', '141757.755000', '141757.758000', '141817.637000', '141817.640000', '141817.643000', '141817.645000', '141817.648000', '141817.651000', '141817.654000', '141817.657000', '141817.659000', '141817.662000', '141817.665000', '141817.668000', '141817.671000', '141817.674000', '141817.676000', '141817.679000', '141817.682000', '141817.685000', '141817.687000', '141817.690000', '141817.693000', '141817.696000', '141817.699000', '141817.701000', '141817.704000', '141817.707000', '141817.710000', '141817.713000', '141817.716000', '141817.718000', '141817.721000', '141817.724000', '141817.727000', '141817.730000', '141817.732000', '141817.735000', '141817.738000', '141817.741000', '141817.744000', '141817.746000', '141817.749000', '141817.752000', '141817.755000', '141837.637000', '141837.640000', '141837.642000', '141837.645000', '141837.648000', '141837.651000', '141837.654000', '141837.657000', '141837.659000', '141837.662000', '141837.665000', '141837.668000', '141837.671000', '141837.673000', '141837.676000', '141837.679000', '141837.682000', '141837.685000', '141837.687000', '141837.690000', '141837.693000', '141837.696000', '141837.699000', '141837.701000', '141837.704000', '141837.707000', '141837.710000', '141837.713000', '141837.716000', '141837.718000', '141837.721000', '141837.724000', '141837.727000', '141837.730000', '141837.733000', '141837.735000', '141837.738000', '141837.741000', '141837.744000', '141837.747000', '141837.749000', '141837.752000', '141837.755000', '141837.758000', '141857.637000', '141857.640000', '141857.643000', '141857.646000', '141857.648000', '141857.651000', '141857.654000', '141857.657000', '141857.659000', '141857.662000', '141857.665000', '141857.668000', '141857.671000', '141857.674000', '141857.676000', '141857.679000', '141857.682000', '141857.685000', '141857.688000', '141857.690000', '141857.693000', '141857.696000', '141857.699000', '141857.702000', '141857.705000', '141857.707000', '141857.710000', '141857.713000', '141857.716000', '141857.719000', '141857.722000', '141857.724000', '141857.727000', '141857.730000', '141857.733000', '141857.736000', '141857.738000', '141857.741000', '141857.744000', '141857.747000', '141857.750000', '141857.753000', '141857.755000', '141917.637000', '141917.640000', '141917.643000', '141917.646000', '141917.649000', '141917.651000', '141917.654000', '141917.657000', '141917.660000', '141917.663000', '141917.666000', '141917.669000', '141917.672000', '141917.675000', '141917.677000', '141917.680000', '141917.683000', '141917.686000', '141917.689000', '141917.691000', '141917.694000', '141917.697000', '141917.700000', '141917.703000', '141917.705000', '141917.708000', '141917.711000', '141917.714000', '141917.717000', '141917.720000', '141917.722000', '141917.725000', '141917.728000', '141917.731000', '141917.734000', '141917.737000', '141917.739000', '141917.742000', '141917.745000', '141917.748000', '141917.751000', '141917.753000', '141917.756000', '141937.637000', '141937.640000', '141937.643000', '141937.645000', '141937.648000', '141937.651000', '141937.654000', '141937.657000', '141937.659000', '141937.662000', '141937.665000', '141937.668000', '141937.671000', '141937.674000', '141937.676000', '141937.679000', '141937.682000', '141937.685000', '141937.688000', '141937.690000', '141937.693000', '141937.696000', '141937.699000', '141937.702000', '141937.705000', '141937.707000', '141937.710000', '141937.713000', '141937.716000', '141937.719000', '141937.721000', '141937.724000', '141937.727000', '141937.730000', '141937.733000', '141937.736000', '141937.738000', '141937.741000', '141937.744000', '141937.747000', '141937.750000', '141937.752000', '141937.755000', '141937.758000', '141957.637000', '141957.640000', '141957.643000', '141957.645000', '141957.648000', '141957.651000', '141957.654000', '141957.657000', '141957.674000', '141957.677000', '141957.679000', '141957.682000', '141957.685000', '141957.688000', '141957.691000', '141957.693000', '141957.696000', '141957.699000', '141957.702000', '141957.705000', '141957.708000', '141957.710000', '141957.713000', '141957.716000', '141957.719000', '141957.722000', '141957.725000', '141957.727000', '141957.730000', '141957.733000', '141957.736000', '141957.739000', '141957.741000', '141957.744000', '141957.747000', '141957.750000', '141957.753000', '141957.756000', '141957.758000', '141957.761000', '141957.764000', '141957.767000', '141957.845000', '142017.637000', '142017.640000', '142017.643000', '142017.645000', '142017.648000', '142017.651000', '142017.654000', '142017.657000', '142017.660000', '142017.662000', '142017.665000', '142017.668000', '142017.671000', '142017.674000', '142017.676000', '142017.679000', '142017.682000', '142017.685000', '142017.688000', '142017.691000', '142017.694000', '142017.697000', '142017.699000', '142017.702000', '142017.705000', '142017.708000', '142017.711000', '142017.713000', '142017.716000', '142017.719000', '142017.722000', '142017.725000', '142017.728000', '142017.730000', '142017.733000', '142017.736000', '142017.739000', '142017.742000', '142017.744000', '142017.747000', '142017.750000', '142017.753000', '142017.755000', '142017.758000', '142037.637000', '142037.640000', '142037.643000', '142037.646000', '142037.648000', '142037.651000', '142037.654000', '142037.657000', '142037.660000', '142037.663000', '142037.666000', '142037.669000', '142037.672000', '142037.674000', '142037.677000', '142037.680000', '142037.683000', '142037.686000', '142037.689000', '142037.692000', '142037.694000', '142037.697000', '142037.700000', '142037.703000', '142037.706000', '142037.709000', '142037.711000', '142037.714000', '142037.717000', '142037.720000', '142037.723000', '142037.726000', '142037.728000', '142037.731000', '142037.734000', '142037.737000', '142037.740000', '142037.743000', '142037.745000', '142037.748000', '142037.751000', '142037.754000', '142037.757000', '142057.637000', '142057.640000', '142057.643000', '142057.646000', '142057.648000', '142057.651000', '142057.654000', '142057.657000', '142057.660000', '142057.662000', '142057.665000', '142057.668000', '142057.671000', '142057.674000', '142057.676000', '142057.679000', '142057.682000', '142057.685000', '142057.688000', '142057.691000', '142057.693000', '142057.696000', '142057.699000', '142057.702000', '142057.705000', '142057.707000', '142057.710000', '142057.713000', '142057.716000', '142057.719000', '142057.722000', '142057.724000', '142057.727000', '142057.730000', '142057.733000', '142057.736000', '142057.739000', '142057.741000', '142057.744000', '142057.747000', '142057.750000', '142057.753000', '142057.755000', '142057.758000', '142117.637000', '142117.640000', '142117.643000', '142117.646000', '142117.648000', '142117.651000', '142117.654000', '142117.657000', '142117.660000', '142117.662000', '142117.665000', '142117.668000', '142117.671000', '142117.674000', '142117.676000', '142117.679000', '142117.682000', '142117.685000', '142117.688000', '142117.691000', '142117.694000', '142117.697000', '142117.699000', '142117.702000', '142117.705000', '142117.708000', '142117.711000', '142117.714000', '142117.716000', '142117.719000', '142117.722000', '142117.725000', '142117.728000', '142117.731000', '142117.733000', '142117.736000', '142117.739000', '142117.742000', '142117.745000', '142117.748000', '142117.750000', '142117.753000', '142117.756000', '142137.637000', '142137.640000', '142137.643000', '142137.646000', '142137.648000', '142137.651000', '142137.654000', '142137.657000', '142137.660000', '142137.663000', '142137.665000', '142137.668000', '142137.671000', '142137.674000', '142137.676000', '142137.679000', '142137.682000', '142137.685000', '142137.688000', '142137.691000', '142137.693000', '142137.696000', '142137.699000', '142137.702000', '142137.705000', '142137.708000', '142137.710000', '142137.713000', '142137.716000', '142137.719000', '142137.722000', '142137.725000', '142137.727000', '142137.746000', '142137.749000', '142137.752000', '142137.755000', '142137.757000', '142137.760000', '142137.763000', '142137.766000', '142137.852000', '142137.854000', '142137.857000', '142145.361000', '142145.365000', '142145.368000', '142145.371000', '142145.374000', '142145.377000', '142145.380000', '142145.384000', '142145.387000', '142145.389000', '142145.392000', '142145.396000', '142145.399000', '142145.402000', '142145.406000', '142145.409000', '142145.412000'], 'InstanceCreationTime': ['141137.669000', '141137.672000', '141137.675000', '141137.678000', '141137.681000', '141137.684000', '141137.686000', '141137.689000', '141137.692000', '141137.695000', '141137.697000', '141137.700000', '141137.703000', '141137.706000', '141137.709000', '141137.711000', '141137.714000', '141137.717000', '141137.720000', '141137.722000', '141137.725000', '141137.728000', '141137.731000', '141137.734000', '141137.736000', '141137.739000', '141137.742000', '141137.745000', '141137.748000', '141137.750000', '141137.753000', '141137.756000', '141137.759000', '141137.761000', '141137.764000', '141137.767000', '141137.770000', '141137.773000', '141137.775000', '141137.778000', '141137.781000', '141137.791000', '141137.794000', '141137.797000', '141137.799000', '141137.802000', '141137.805000', '141137.808000', '141137.811000', '141137.813000', '141137.816000', '141137.819000', '141137.822000', '141137.825000', '141157.637000', '141157.640000', '141157.643000', '141157.645000', '141157.648000', '141157.651000', '141157.654000', '141157.656000', '141157.659000', '141157.662000', '141157.665000', '141157.668000', '141157.670000', '141157.673000', '141157.676000', '141157.679000', '141157.681000', '141157.684000', '141157.687000', '141157.690000', '141157.692000', '141157.695000', '141157.698000', '141157.701000', '141157.703000', '141157.706000', '141157.709000', '141157.712000', '141157.715000', '141157.717000', '141157.720000', '141157.723000', '141157.726000', '141157.729000', '141157.731000', '141157.734000', '141157.737000', '141157.740000', '141157.743000', '141157.745000', '141157.748000', '141157.751000', '141157.753000', '141157.756000', '141217.637000', '141217.640000', '141217.643000', '141217.645000', '141217.648000', '141217.651000', '141217.654000', '141217.657000', '141217.659000', '141217.662000', '141217.665000', '141217.668000', '141217.671000', '141217.673000', '141217.676000', '141217.679000', '141217.682000', '141217.685000', '141217.687000', '141217.690000', '141217.693000', '141217.696000', '141217.699000', '141217.701000', '141217.704000', '141217.708000', '141217.710000', '141217.713000', '141217.716000', '141217.719000', '141217.722000', '141217.725000', '141217.727000', '141217.730000', '141217.733000', '141217.736000', '141217.739000', '141217.741000', '141217.744000', '141217.747000', '141217.750000', '141217.753000', '141217.755000', '141237.637000', '141237.640000', '141237.643000', '141237.645000', '141237.648000', '141237.651000', '141237.654000', '141237.656000', '141237.659000', '141237.662000', '141237.665000', '141237.668000', '141237.670000', '141237.673000', '141237.676000', '141237.679000', '141237.682000', '141237.684000', '141237.687000', '141237.690000', '141237.693000', '141237.696000', '141237.698000', '141237.701000', '141237.704000', '141237.707000', '141237.710000', '141237.713000', '141237.715000', '141237.718000', '141237.721000', '141237.724000', '141237.727000', '141237.729000', '141237.732000', '141237.735000', '141237.738000', '141237.741000', '141237.743000', '141237.746000', '141237.749000', '141237.752000', '141237.755000', '141237.757000', '141257.637000', '141257.640000', '141257.643000', '141257.646000', '141257.649000', '141257.651000', '141257.654000', '141257.663000', '141257.666000', '141257.669000', '141257.671000', '141257.675000', '141257.678000', '141257.681000', '141257.684000', '141257.687000', '141257.690000', '141257.692000', '141257.695000', '141257.698000', '141257.701000', '141257.704000', '141257.706000', '141257.709000', '141257.712000', '141257.715000', '141257.718000', '141257.721000', '141257.724000', '141257.726000', '141257.730000', '141257.732000', '141257.735000', '141257.738000', '141257.741000', '141257.744000', '141257.747000', '141257.749000', '141257.752000', '141257.755000', '141257.758000', '141257.761000', '141257.764000', '141317.637000', '141317.640000', '141317.642000', '141317.645000', '141317.648000', '141317.651000', '141317.654000', '141317.656000', '141317.659000', '141317.662000', '141317.665000', '141317.668000', '141317.670000', '141317.673000', '141317.676000', '141317.679000', '141317.682000', '141317.684000', '141317.687000', '141317.690000', '141317.693000', '141317.696000', '141317.699000', '141317.701000', '141317.704000', '141317.707000', '141317.726000', '141317.729000', '141317.731000', '141317.734000', '141317.737000', '141317.740000', '141317.743000', '141317.745000', '141317.748000', '141317.751000', '141317.754000', '141317.757000', '141317.759000', '141317.762000', '141317.765000', '141317.817000', '141317.820000', '141317.822000', '141337.637000', '141337.640000', '141337.643000', '141337.645000', '141337.648000', '141337.651000', '141337.654000', '141337.657000', '141337.659000', '141337.662000', '141337.665000', '141337.668000', '141337.671000', '141337.673000', '141337.676000', '141337.679000', '141337.682000', '141337.685000', '141337.688000', '141337.690000', '141337.693000', '141337.696000', '141337.699000', '141337.702000', '141337.704000', '141337.707000', '141337.710000', '141337.713000', '141337.716000', '141337.719000', '141337.722000', '141337.725000', '141337.727000', '141337.730000', '141337.733000', '141337.736000', '141337.739000', '141337.741000', '141337.744000', '141337.747000', '141337.750000', '141337.753000', '141337.755000', '141357.637000', '141357.640000', '141357.643000', '141357.645000', '141357.648000', '141357.651000', '141357.654000', '141357.657000', '141357.659000', '141357.662000', '141357.665000', '141357.668000', '141357.671000', '141357.674000', '141357.676000', '141357.679000', '141357.682000', '141357.685000', '141357.688000', '141357.691000', '141357.693000', '141357.696000', '141357.699000', '141357.702000', '141357.705000', '141357.707000', '141357.710000', '141357.713000', '141357.716000', '141357.719000', '141357.721000', '141357.724000', '141357.727000', '141357.730000', '141357.733000', '141357.735000', '141357.738000', '141357.741000', '141357.744000', '141357.747000', '141357.749000', '141357.752000', '141357.755000', '141357.758000', '141417.637000', '141417.640000', '141417.643000', '141417.645000', '141417.648000', '141417.651000', '141417.654000', '141417.657000', '141417.661000', '141417.663000', '141417.666000', '141417.669000', '141417.672000', '141417.675000', '141417.677000', '141417.680000', '141417.683000', '141417.686000', '141417.689000', '141417.691000', '141417.694000', '141417.697000', '141417.700000', '141417.703000', '141417.706000', '141417.708000', '141417.712000', '141417.716000', '141417.719000', '141417.722000', '141417.725000', '141417.728000', '141417.730000', '141417.733000', '141417.736000', '141417.739000', '141417.741000', '141417.744000', '141417.747000', '141417.750000', '141417.753000', '141417.755000', '141417.758000', '141437.637000', '141437.640000', '141437.643000', '141437.645000', '141437.648000', '141437.651000', '141437.654000', '141437.657000', '141437.659000', '141437.662000', '141437.665000', '141437.668000', '141437.671000', '141437.673000', '141437.676000', '141437.679000', '141437.682000', '141437.684000', '141437.688000', '141437.690000', '141437.693000', '141437.696000', '141437.699000', '141437.702000', '141437.705000', '141437.708000', '141437.710000', '141437.713000', '141437.716000', '141437.719000', '141437.722000', '141437.724000', '141437.727000', '141437.730000', '141437.733000', '141437.735000', '141437.738000', '141437.741000', '141437.744000', '141437.747000', '141437.750000', '141437.752000', '141437.755000', '141437.758000', '141457.637000', '141457.640000', '141457.643000', '141457.645000', '141457.648000', '141457.651000', '141457.654000', '141457.671000', '141457.674000', '141457.676000', '141457.679000', '141457.682000', '141457.685000', '141457.688000', '141457.690000', '141457.693000', '141457.696000', '141457.699000', '141457.702000', '141457.704000', '141457.707000', '141457.710000', '141457.713000', '141457.716000', '141457.719000', '141457.721000', '141457.724000', '141457.727000', '141457.730000', '141457.732000', '141457.735000', '141457.738000', '141457.741000', '141457.744000', '141457.746000', '141457.749000', '141457.752000', '141457.755000', '141457.758000', '141457.761000', '141457.764000', '141457.767000', '141457.807000', '141517.637000', '141517.640000', '141517.643000', '141517.645000', '141517.648000', '141517.651000', '141517.654000', '141517.657000', '141517.659000', '141517.662000', '141517.665000', '141517.668000', '141517.671000', '141517.673000', '141517.676000', '141517.679000', '141517.682000', '141517.685000', '141517.687000', '141517.690000', '141517.693000', '141517.696000', '141517.699000', '141517.702000', '141517.704000', '141517.707000', '141517.710000', '141517.713000', '141517.716000', '141517.718000', '141517.721000', '141517.724000', '141517.727000', '141517.730000', '141517.732000', '141517.735000', '141517.738000', '141517.741000', '141517.744000', '141517.747000', '141517.749000', '141517.752000', '141517.755000', '141517.758000', '141537.637000', '141537.640000', '141537.643000', '141537.645000', '141537.648000', '141537.651000', '141537.654000', '141537.657000', '141537.659000', '141537.662000', '141537.665000', '141537.668000', '141537.671000', '141537.674000', '141537.676000', '141537.679000', '141537.682000', '141537.685000', '141537.688000', '141537.690000', '141537.694000', '141537.698000', '141537.701000', '141537.704000', '141537.707000', '141537.709000', '141537.712000', '141537.715000', '141537.718000', '141537.721000', '141537.723000', '141537.726000', '141537.729000', '141537.732000', '141537.735000', '141537.738000', '141537.740000', '141537.743000', '141537.746000', '141537.749000', '141537.752000', '141537.755000', '141537.758000', '141557.637000', '141557.640000', '141557.643000', '141557.646000', '141557.648000', '141557.651000', '141557.654000', '141557.657000', '141557.660000', '141557.663000', '141557.665000', '141557.668000', '141557.671000', '141557.674000', '141557.677000', '141557.679000', '141557.682000', '141557.685000', '141557.688000', '141557.691000', '141557.693000', '141557.696000', '141557.699000', '141557.702000', '141557.705000', '141557.707000', '141557.710000', '141557.713000', '141557.716000', '141557.719000', '141557.721000', '141557.724000', '141557.727000', '141557.730000', '141557.733000', '141557.736000', '141557.738000', '141557.741000', '141557.744000', '141557.747000', '141557.750000', '141557.752000', '141557.755000', '141557.758000', '141617.637000', '141617.640000', '141617.643000', '141617.645000', '141617.648000', '141617.651000', '141617.654000', '141617.657000', '141617.659000', '141617.662000', '141617.665000', '141617.668000', '141617.671000', '141617.673000', '141617.676000', '141617.679000', '141617.682000', '141617.685000', '141617.688000', '141617.690000', '141617.693000', '141617.696000', '141617.699000', '141617.702000', '141617.705000', '141617.707000', '141617.710000', '141617.713000', '141617.716000', '141617.719000', '141617.721000', '141617.724000', '141617.737000', '141617.739000', '141617.742000', '141617.745000', '141617.748000', '141617.751000', '141617.753000', '141617.756000', '141617.759000', '141617.762000', '141617.765000', '141637.637000', '141637.640000', '141637.643000', '141637.646000', '141637.648000', '141637.651000', '141637.654000', '141637.657000', '141637.660000', '141637.662000', '141637.665000', '141637.668000', '141637.671000', '141637.674000', '141637.676000', '141637.679000', '141637.682000', '141637.685000', '141637.688000', '141637.690000', '141637.693000', '141637.696000', '141637.699000', '141637.702000', '141637.704000', '141637.707000', '141637.710000', '141637.713000', '141637.716000', '141637.719000', '141637.721000', '141637.724000', '141637.727000', '141637.730000', '141637.733000', '141637.736000', '141637.738000', '141637.741000', '141637.744000', '141637.747000', '141637.750000', '141637.752000', '141637.755000', '141637.758000', '141657.637000', '141657.642000', '141657.645000', '141657.648000', '141657.650000', '141657.653000', '141657.656000', '141657.659000', '141657.662000', '141657.664000', '141657.667000', '141657.670000', '141657.673000', '141657.675000', '141657.678000', '141657.681000', '141657.684000', '141657.687000', '141657.689000', '141657.692000', '141657.695000', '141657.698000', '141657.701000', '141657.703000', '141657.706000', '141657.709000', '141657.712000', '141657.715000', '141657.717000', '141657.720000', '141657.723000', '141657.726000', '141657.729000', '141657.733000', '141657.736000', '141657.739000', '141657.742000', '141657.744000', '141657.747000', '141657.750000', '141657.753000', '141657.755000', '141657.758000', '141717.637000', '141717.640000', '141717.643000', '141717.646000', '141717.648000', '141717.651000', '141717.654000', '141717.657000', '141717.660000', '141717.662000', '141717.665000', '141717.668000', '141717.671000', '141717.673000', '141717.676000', '141717.679000', '141717.682000', '141717.685000', '141717.687000', '141717.690000', '141717.693000', '141717.696000', '141717.699000', '141717.701000', '141717.704000', '141717.707000', '141717.710000', '141717.713000', '141717.715000', '141717.718000', '141717.721000', '141717.724000', '141717.727000', '141717.730000', '141717.732000', '141717.735000', '141717.738000', '141717.741000', '141717.744000', '141717.746000', '141717.749000', '141717.752000', '141717.755000', '141717.758000', '141737.637000', '141737.640000', '141737.643000', '141737.645000', '141737.648000', '141737.651000', '141737.654000', '141737.657000', '141737.659000', '141737.662000', '141737.665000', '141737.668000', '141737.671000', '141737.673000', '141737.676000', '141737.679000', '141737.682000', '141737.685000', '141737.688000', '141737.691000', '141737.694000', '141737.696000', '141737.699000', '141737.702000', '141737.705000', '141737.708000', '141737.710000', '141737.713000', '141737.716000', '141737.719000', '141737.722000', '141737.725000', '141737.728000', '141737.730000', '141737.733000', '141737.736000', '141737.739000', '141737.742000', '141737.744000', '141737.747000', '141737.750000', '141737.753000', '141737.756000', '141757.637000', '141757.640000', '141757.643000', '141757.645000', '141757.648000', '141757.651000', '141757.654000', '141757.657000', '141757.659000', '141757.662000', '141757.665000', '141757.668000', '141757.671000', '141757.673000', '141757.676000', '141757.679000', '141757.682000', '141757.685000', '141757.687000', '141757.690000', '141757.693000', '141757.696000', '141757.699000', '141757.701000', '141757.704000', '141757.707000', '141757.710000', '141757.713000', '141757.716000', '141757.718000', '141757.721000', '141757.724000', '141757.727000', '141757.730000', '141757.732000', '141757.735000', '141757.738000', '141757.741000', '141757.743000', '141757.746000', '141757.749000', '141757.752000', '141757.755000', '141757.758000', '141817.637000', '141817.640000', '141817.643000', '141817.645000', '141817.648000', '141817.651000', '141817.654000', '141817.657000', '141817.659000', '141817.662000', '141817.665000', '141817.668000', '141817.671000', '141817.674000', '141817.676000', '141817.679000', '141817.682000', '141817.685000', '141817.687000', '141817.690000', '141817.693000', '141817.696000', '141817.699000', '141817.701000', '141817.704000', '141817.707000', '141817.710000', '141817.713000', '141817.716000', '141817.718000', '141817.721000', '141817.724000', '141817.727000', '141817.730000', '141817.732000', '141817.735000', '141817.738000', '141817.741000', '141817.744000', '141817.746000', '141817.749000', '141817.752000', '141817.755000', '141837.637000', '141837.640000', '141837.642000', '141837.645000', '141837.648000', '141837.651000', '141837.654000', '141837.657000', '141837.659000', '141837.662000', '141837.665000', '141837.668000', '141837.671000', '141837.673000', '141837.676000', '141837.679000', '141837.682000', '141837.685000', '141837.687000', '141837.690000', '141837.693000', '141837.696000', '141837.699000', '141837.701000', '141837.704000', '141837.707000', '141837.710000', '141837.713000', '141837.716000', '141837.718000', '141837.721000', '141837.724000', '141837.727000', '141837.730000', '141837.733000', '141837.735000', '141837.738000', '141837.741000', '141837.744000', '141837.747000', '141837.749000', '141837.752000', '141837.755000', '141837.758000', '141857.637000', '141857.640000', '141857.643000', '141857.646000', '141857.648000', '141857.651000', '141857.654000', '141857.657000', '141857.659000', '141857.662000', '141857.665000', '141857.668000', '141857.671000', '141857.674000', '141857.676000', '141857.679000', '141857.682000', '141857.685000', '141857.688000', '141857.690000', '141857.693000', '141857.696000', '141857.699000', '141857.702000', '141857.705000', '141857.707000', '141857.710000', '141857.713000', '141857.716000', '141857.719000', '141857.722000', '141857.724000', '141857.727000', '141857.730000', '141857.733000', '141857.736000', '141857.738000', '141857.741000', '141857.744000', '141857.747000', '141857.750000', '141857.753000', '141857.755000', '141917.637000', '141917.640000', '141917.643000', '141917.646000', '141917.649000', '141917.651000', '141917.654000', '141917.657000', '141917.660000', '141917.663000', '141917.666000', '141917.669000', '141917.672000', '141917.675000', '141917.677000', '141917.680000', '141917.683000', '141917.686000', '141917.689000', '141917.691000', '141917.694000', '141917.697000', '141917.700000', '141917.703000', '141917.705000', '141917.708000', '141917.711000', '141917.714000', '141917.717000', '141917.720000', '141917.722000', '141917.725000', '141917.728000', '141917.731000', '141917.734000', '141917.737000', '141917.739000', '141917.742000', '141917.745000', '141917.748000', '141917.751000', '141917.753000', '141917.756000', '141937.637000', '141937.640000', '141937.643000', '141937.645000', '141937.648000', '141937.651000', '141937.654000', '141937.657000', '141937.659000', '141937.662000', '141937.665000', '141937.668000', '141937.671000', '141937.674000', '141937.676000', '141937.679000', '141937.682000', '141937.685000', '141937.688000', '141937.690000', '141937.693000', '141937.696000', '141937.699000', '141937.702000', '141937.705000', '141937.707000', '141937.710000', '141937.713000', '141937.716000', '141937.719000', '141937.721000', '141937.724000', '141937.727000', '141937.730000', '141937.733000', '141937.736000', '141937.738000', '141937.741000', '141937.744000', '141937.747000', '141937.750000', '141937.752000', '141937.755000', '141937.758000', '141957.637000', '141957.640000', '141957.643000', '141957.645000', '141957.648000', '141957.651000', '141957.654000', '141957.657000', '141957.674000', '141957.677000', '141957.679000', '141957.682000', '141957.685000', '141957.688000', '141957.691000', '141957.693000', '141957.696000', '141957.699000', '141957.702000', '141957.705000', '141957.708000', '141957.710000', '141957.713000', '141957.716000', '141957.719000', '141957.722000', '141957.725000', '141957.727000', '141957.730000', '141957.733000', '141957.736000', '141957.739000', '141957.741000', '141957.744000', '141957.747000', '141957.750000', '141957.753000', '141957.756000', '141957.758000', '141957.761000', '141957.764000', '141957.767000', '141957.845000', '142017.637000', '142017.640000', '142017.643000', '142017.645000', '142017.648000', '142017.651000', '142017.654000', '142017.657000', '142017.660000', '142017.662000', '142017.665000', '142017.668000', '142017.671000', '142017.674000', '142017.676000', '142017.679000', '142017.682000', '142017.685000', '142017.688000', '142017.691000', '142017.694000', '142017.697000', '142017.699000', '142017.702000', '142017.705000', '142017.708000', '142017.711000', '142017.713000', '142017.716000', '142017.719000', '142017.722000', '142017.725000', '142017.728000', '142017.730000', '142017.733000', '142017.736000', '142017.739000', '142017.742000', '142017.744000', '142017.747000', '142017.750000', '142017.753000', '142017.755000', '142017.758000', '142037.637000', '142037.640000', '142037.643000', '142037.646000', '142037.648000', '142037.651000', '142037.654000', '142037.657000', '142037.660000', '142037.663000', '142037.666000', '142037.669000', '142037.672000', '142037.674000', '142037.677000', '142037.680000', '142037.683000', '142037.686000', '142037.689000', '142037.692000', '142037.694000', '142037.697000', '142037.700000', '142037.703000', '142037.706000', '142037.709000', '142037.711000', '142037.714000', '142037.717000', '142037.720000', '142037.723000', '142037.726000', '142037.728000', '142037.731000', '142037.734000', '142037.737000', '142037.740000', '142037.743000', '142037.745000', '142037.748000', '142037.751000', '142037.754000', '142037.757000', '142057.637000', '142057.640000', '142057.643000', '142057.646000', '142057.648000', '142057.651000', '142057.654000', '142057.657000', '142057.660000', '142057.662000', '142057.665000', '142057.668000', '142057.671000', '142057.674000', '142057.676000', '142057.679000', '142057.682000', '142057.685000', '142057.688000', '142057.691000', '142057.693000', '142057.696000', '142057.699000', '142057.702000', '142057.705000', '142057.707000', '142057.710000', '142057.713000', '142057.716000', '142057.719000', '142057.722000', '142057.724000', '142057.727000', '142057.730000', '142057.733000', '142057.736000', '142057.739000', '142057.741000', '142057.744000', '142057.747000', '142057.750000', '142057.753000', '142057.755000', '142057.758000', '142117.637000', '142117.640000', '142117.643000', '142117.646000', '142117.648000', '142117.651000', '142117.654000', '142117.657000', '142117.660000', '142117.662000', '142117.665000', '142117.668000', '142117.671000', '142117.674000', '142117.676000', '142117.679000', '142117.682000', '142117.685000', '142117.688000', '142117.691000', '142117.694000', '142117.697000', '142117.699000', '142117.702000', '142117.705000', '142117.708000', '142117.711000', '142117.714000', '142117.716000', '142117.719000', '142117.722000', '142117.725000', '142117.728000', '142117.731000', '142117.733000', '142117.736000', '142117.739000', '142117.742000', '142117.745000', '142117.748000', '142117.750000', '142117.753000', '142117.756000', '142137.637000', '142137.640000', '142137.643000', '142137.646000', '142137.648000', '142137.651000', '142137.654000', '142137.657000', '142137.660000', '142137.663000', '142137.665000', '142137.668000', '142137.671000', '142137.674000', '142137.676000', '142137.679000', '142137.682000', '142137.685000', '142137.688000', '142137.691000', '142137.693000', '142137.696000', '142137.699000', '142137.702000', '142137.705000', '142137.708000', '142137.710000', '142137.713000', '142137.716000', '142137.719000', '142137.722000', '142137.725000', '142137.727000', '142137.746000', '142137.749000', '142137.752000', '142137.755000', '142137.757000', '142137.760000', '142137.763000', '142137.766000', '142137.852000', '142137.854000', '142137.857000', '142145.361000', '142145.365000', '142145.368000', '142145.371000', '142145.374000', '142145.377000', '142145.380000', '142145.384000', '142145.387000', '142145.389000', '142145.392000', '142145.396000', '142145.399000', '142145.402000', '142145.406000', '142145.409000', '142145.412000'], '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': [12067, 9966, 12157, 9339, 11717, 10287, 11312, 7966, 10070, 12278, 9483, 11589, 10548, 11460, 7581, 10315, 11586, 9421, 11850, 10689, 11166, 8308, 10665, 10934, 9508, 11326, 9667, 11037, 7799, 10707, 10720, 9584, 11466, 10015, 11153, 7683, 9544, 11543, 9117, 11038, 8183, 10386, 9605, 9420, 11280, 9479, 10594, 7740, 9669, 8187, 8034, 10738, 8756, 9172, 7667, 9275, 7166, 8618, 11307, 8099, 10638, 8038, 9027, 6816, 8787, 11274, 8276, 10165, 7624, 9156, 9136, 8267, 10853, 8656, 9815, 7771, 9104, 7292, 8282, 10873, 8029, 9272, 7459, 8697, 9535, 8006, 11176, 8049, 9327, 9061, 8210, 11653, 8014, 10287, 7553, 9355, 13151, 8160, 11116, 8276, 9603, 10117, 8451, 11524, 8215, 9712, 7202, 8997, 10144, 8051, 11406, 8502, 9510, 7101, 8732, 11302, 8262, 10683, 7720, 9379, 7226, 8747, 11156, 8367, 10450, 7513, 9364, 7094, 8342, 10859, 7746, 10875, 7285, 9220, 11069, 8559, 10776, 8130, 10458, 7614, 9695, 12180, 8463, 11005, 8546, 10251, 7136, 9406, 10932, 8487, 11178, 8719, 10121, 7831, 9534, 10111, 8532, 11307, 8597, 10448, 8403, 9383, 9974, 8321, 11777, 8224, 10076, 8440, 9735, 7509, 8979, 11728, 8275, 10631, 8471, 10006, 7599, 9046, 10578, 8145, 10989, 8226, 10765, 8464, 9757, 7559, 8093, 11956, 7828, 10466, 8405, 9567, 7626, 9246, 12069, 8023, 10608, 8115, 9674, 11637, 8844, 11784, 8758, 10097, 7687, 9459, 12038, 8795, 11219, 9081, 10226, 7565, 9102, 8476, 8103, 10826, 8021, 9715, 7100, 8870, 11029, 7867, 10458, 7846, 9901, 9760, 8794, 11101, 7882, 10581, 7472, 10101, 10459, 8433, 11433, 8454, 10065, 8061, 9933, 9570, 8723, 10819, 7774, 11051, 8005, 9758, 7998, 8549, 11035, 7809, 10612, 8600, 9630, 6783, 8432, 11612, 8002, 10716, 8385, 9560, 6807, 8442, 11607, 7798, 11076, 7612, 10333, 7581, 9002, 9440, 8304, 10754, 7923, 11075, 8238, 9328, 7256, 8815, 11237, 8209, 10936, 8078, 9225, 7833, 8481, 11353, 8007, 10878, 8006, 8947, 6795, 8478, 11090, 7883, 10805, 7997, 9088, 8019, 8541, 11157, 8433, 10813, 7563, 8933, 11238, 8441, 10843, 8306, 10163, 7359, 9216, 10561, 8131, 10874, 8396, 10359, 6886, 8800, 7762, 8183, 11194, 8551, 11070, 7354, 8911, 8915, 8951, 10616, 8444, 10905, 7921, 8886, 10922, 8815, 11109, 8673, 10593, 7419, 8984, 12872, 9054, 10361, 9456, 9424, 7207, 8636, 11653, 8552, 10127, 7914, 9745, 7698, 9037, 9984, 8604, 11207, 8539, 11450, 8500, 10190, 7563, 9117, 7966, 8743, 12122, 8037, 11199, 7609, 9619, 8896, 9485, 8542, 9187, 13644, 10124, 10416, 11342, 10959, 13401, 9468, 10231, 8759, 11253, 8836, 9509, 9012, 9541, 10959, 8700, 10603, 8584, 9452, 7617, 8801, 11446, 9728, 10598, 8196, 9796, 7649, 9027, 11469, 9034, 10427, 8366, 9704, 13365, 9215, 11760, 8477, 10731, 8619, 9870, 9545, 9172, 10873, 8625, 9909, 8356, 9290, 7879, 9129, 11165, 8295, 9972, 9379, 9484, 7164, 8941, 11303, 8671, 10392, 8716, 9564, 7431, 8637, 11404, 8933, 9798, 8351, 9648, 7461, 9286, 11156, 9548, 9637, 8056, 9801, 9030, 9210, 10606, 8506, 9800, 7835, 9225, 7922, 8974, 11741, 8554, 9736, 8945, 10089, 7477, 9173, 11313, 8839, 10985, 10455, 9201, 7833, 9292, 9925, 8626, 11163, 9816, 9731, 7629, 8946, 10995, 8421, 10692, 7839, 9124, 8653, 9239, 11428, 8404, 10543, 7887, 9128, 9299, 8298, 11489, 9311, 9983, 8294, 9028, 9854, 8537, 11479, 9942, 9648, 7662, 8993, 10486, 8964, 11556, 8791, 9377, 7367, 8783, 10657, 8326, 10929, 8542, 9327, 7228, 8928, 9215, 8757, 11083, 8430, 9118, 7960, 8865, 11597, 8717, 10198, 7395, 9089, 9133, 8532, 11225, 9247, 10146, 7658, 8672, 9945, 8497, 11006, 7345, 9210, 7092, 8409, 11576, 8673, 10769, 7403, 9210, 9026, 8819, 9671, 8631, 10869, 9281, 9835, 8145, 9248, 7729, 8622, 11451, 8034, 10812, 7882, 9467, 8587, 9452, 7651, 8612, 11448, 8695, 10212, 8664, 9938, 9127, 8971, 12112, 8193, 11039, 9117, 10077, 8035, 9216, 6756, 8559, 11575, 8244, 10833, 8138, 10367, 8063, 9471, 13170, 8957, 11292, 9993, 9938, 8493, 9464, 9864, 8588, 11034, 9544, 9872, 7937, 9542, 9855, 10475, 10699, 9986, 9619, 7954, 9390, 7870, 10411, 10353, 10239, 10347, 8431, 9725, 9306, 9565, 10835, 7675, 10630, 7914, 9636, 11651, 8463, 17549, 11226, 10090, 8472, 9899, 10272, 9290, 10913, 9182, 9799, 8825, 10257, 7538, 9630, 11162, 8809, 11072, 9637, 9615, 8989, 10436, 9200, 9746, 10900, 8831, 10798, 9401, 10721, 11038, 9850, 11988, 9254, 10477, 9348, 10769, 10654, 10151, 12076, 9267, 10500, 9744, 10147, 8892, 10467, 9956, 9970, 10910, 9404, 10888, 9863, 9570, 8719, 10491, 9793, 9913, 11016, 9552, 10912, 9619, 9983, 8872, 10603, 9931, 9778, 11057, 9624, 10507, 8994, 11245, 8398, 10470, 11666, 10042, 11225, 9712, 10126, 9359, 10914, 9854, 10363, 11553, 9813, 10405, 9522, 10524, 8541, 10771, 11077, 10036, 10819, 9723, 10452, 9204, 9975, 8120, 10981, 9254, 10154, 11020, 9969, 10887, 8969, 10555, 8664, 10642, 8288, 10151, 10939, 9645, 10813, 8946, 10916, 9061, 10795, 8428, 10157, 10889, 9601, 10746, 9550, 10389, 8655, 10762, 9708, 9940, 10534, 9297, 10785, 9688, 10314, 8421, 10424, 10527, 9825, 10773, 9285, 10683, 9350, 10886, 8819, 10581, 11353, 9755, 10877, 9863, 9878, 9119, 10749, 9796, 10118, 11375, 9372, 10541, 9053, 9657, 9322, 10824, 9948, 10223, 11540, 9540, 10630, 8827, 9982, 8509, 10650, 11602, 9901, 10658, 9595, 10261, 8876, 10966, 8681, 10890, 10044, 10334, 11059, 9454, 10937, 9128, 11139, 8943, 10501, 10414, 10244, 11500, 9566, 10063, 9077, 11196, 11104, 10413, 12911, 10118, 10956, 9219, 10377, 9262, 11149, 8326, 10440, 11260, 9703, 10927, 9725, 9802, 9054, 10876, 9311, 10491, 11476, 10029, 10717, 9701, 10049, 8523, 10724, 10087, 10039, 11095, 9487, 10603, 9189, 10568, 8972, 10935, 8101, 10461, 9430, 10016, 11116, 9652, 10730, 9049, 11277, 8535, 10680, 12058, 9761, 11000, 9289, 10192, 9430, 10472, 8337, 10526, 11025, 9634, 10867, 9597, 10073, 8987, 10237, 8195, 10675, 10320, 10054, 10317, 9976, 11136, 8915, 10267, 8551, 10993, 8321, 10398, 10565, 10111, 11142, 9057, 10607, 9292, 10972, 8429, 9900, 11369, 9620, 10434, 9044, 9635, 8776, 10487, 7980, 10598, 10939, 10210, 10762, 9736, 11083, 9180, 11022, 9407, 11135, 10923, 10330, 12832, 9702, 10927, 9127, 10786, 9108, 10837, 8666, 10504, 11201, 9980, 11279, 9865, 10382, 9525, 11201, 9042, 10571, 13257, 10249, 11275, 9734, 10203, 9254, 11240, 10196, 10654, 12811, 10222, 10556, 9737, 10186, 9255, 11197, 9308, 10905, 9340, 10462, 11693, 10024, 11326, 9934, 10433, 10425, 9805, 8790, 10541, 10633, 10132, 10957, 9706, 11045, 9628, 10154, 8567, 11012, 11413, 10276, 11072, 9744, 10545, 9265, 11393, 9445, 10667, 11936, 10002, 10912, 9428, 10308, 8589, 10913, 9814, 10375, 11344, 9625, 11307, 9668, 10985, 9103, 10847, 9969, 10273, 11202, 9299, 10450, 9196, 11097, 8834, 10671, 9234, 10110, 11432, 9785, 10576, 8691, 10404, 8865, 10652, 8397, 9895, 12034, 9214, 10623, 8958, 10566, 8135, 10432, 12209, 10115, 10832, 9415, 10060, 8607, 11008, 10133, 10162, 11435, 9518, 10549, 9094, 10358, 8473, 11038, 8554, 10449, 8531, 10089, 11510, 9458, 11119, 9267, 10763, 8423, 10541, 10367, 9963, 11154, 9696, 10515, 9225, 10866, 8465, 10417, 11355, 9692, 10745, 9206, 10742, 8511, 10439, 11121, 9705, 10988, 9240, 10278, 8353, 10652, 8506, 9847, 11342, 9062, 10426, 8921, 11056, 8076, 10052, 10703, 9595, 11190, 9950, 10355, 9606, 10416, 7855, 10229, 12011, 9498, 10776, 10350, 9799, 7995, 10323, 11223, 10076, 11521, 9696, 10260, 10046, 9718, 8168, 10504, 10182, 9916, 10476, 9634, 10892, 9617, 10566, 8532, 10814, 8544, 10349, 10802, 9845, 11341, 9440, 10447, 9707, 9681, 8229, 10566, 8085, 9825, 11590, 9428, 10737, 9157, 10798, 9931, 10530, 9498, 10870, 10556, 11030, 11349, 10484, 11448, 9659, 11405, 9393, 10716, 9609, 9432, 8296, 9318, 10165, 10110, 9727, 10237, 9074, 10606, 11873, 8844, 10974, 7900, 10223, 10687, 10083, 12571, 10033, 12477, 9904, 10875, 10208, 10792, 13796, 12411, 13762, 9763, 12837, 11568, 10917, 14007, 10297, 10878, 9202, 10929, 10638, 10681, 11361, 10576, 10946, 9555, 10753, 9930, 10636, 11725, 10203, 10782, 10206, 10465, 8926, 10552, 9583, 10103, 11757, 9285, 10814, 9330, 9847, 7989, 9542, 9610, 8889, 11691, 9255, 10539, 7448, 9412, 11546, 8843, 10980, 8196, 9921, 10686, 9260, 10960, 8481, 10308, 7514, 9703, 11121, 9086, 11162, 9008, 10143, 7339, 9336, 12323, 8655, 10881, 8966, 10154, 7583, 9791, 12065, 9020, 10720, 8464, 10195, 8187, 9665, 11200, 8958, 10935, 8863, 10012, 8259, 9368, 11866, 8695, 10715, 8750, 10215, 8284, 9418, 12153, 8925, 11299, 9895, 9762, 7923, 9379, 12266, 8492, 10880, 8700, 10110, 8233, 9598, 10417, 8621, 11244, 8159, 10113, 7668, 9220, 12129, 9017, 10478, 8204, 10395, 7793, 9265, 11492, 8476, 11171, 8592, 10297, 8313, 9953, 7723, 9533, 10126, 8958, 11128, 8392, 10709, 7775, 9724, 10699, 9373, 13106, 9080, 10828, 8623, 10145, 8244, 9552, 13018, 9275, 10878, 8608, 10203, 7958, 10191, 8709, 9469, 11680, 8679, 10894, 9008, 10185, 8047, 9885, 10272, 9010, 11506, 9276, 10361, 7871, 9843, 9437, 9335, 11632, 8817, 10674, 8121, 9479, 7557, 9592, 8109, 9049, 11797, 8523, 10627, 8465, 10041, 8948, 10375, 7379, 9321, 10190, 9296, 10230, 9112, 10889, 8404, 10886, 7819], 'WindowCenter': [4238.0, 4200.0, 4205.0, 4184.0, 4202.0, 4181.0, 4191.0, 4158.0, 4179.0, 4189.0, 4170.0, 4178.0, 4179.0, 4188.0, 4146.0, 4167.0, 4176.0, 4167.0, 4188.0, 4177.0, 4178.0, 4155.0, 4177.0, 4177.0, 4167.0, 4177.0, 4167.0, 4176.0, 4147.0, 4178.0, 4178.0, 4168.0, 4178.0, 4168.0, 4178.0, 4147.0, 4168.0, 4178.0, 4158.0, 4179.0, 4156.0, 4179.0, 4168.0, 4169.0, 4178.0, 4168.0, 4179.0, 4148.0, 4179.0, 4159.0, 4160.0, 4190.0, 4171.0, 4182.0, 4162.0, 4183.0, 4164.0, 4185.0, 4205.0, 4174.0, 4195.0, 4174.0, 4186.0, 4155.0, 4187.0, 4206.0, 4174.0, 4191.0, 4162.0, 4185.0, 4185.0, 4175.0, 4194.0, 4174.0, 4184.0, 4161.0, 4187.0, 4164.0, 4176.0, 4206.0, 4174.0, 4184.0, 4163.0, 4188.0, 4196.0, 4178.0, 4207.0, 4177.0, 4198.0, 4187.0, 4177.0, 4208.0, 4176.0, 4197.0, 4164.0, 4185.0, 4216.0, 4174.0, 4195.0, 4174.0, 4185.0, 4183.0, 4172.0, 4192.0, 4173.0, 4182.0, 4163.0, 4183.0, 4194.0, 4163.0, 4204.0, 4174.0, 4184.0, 4164.0, 4186.0, 4205.0, 4174.0, 4193.0, 4163.0, 4185.0, 4164.0, 4174.0, 4204.0, 4172.0, 4193.0, 4162.0, 4186.0, 4165.0, 4187.0, 4208.0, 4176.0, 4206.0, 4163.0, 4186.0, 4206.0, 4186.0, 4207.0, 4177.0, 4206.0, 4163.0, 4183.0, 4203.0, 4173.0, 4194.0, 4174.0, 4195.0, 4152.0, 4183.0, 4193.0, 4173.0, 4192.0, 4173.0, 4182.0, 4162.0, 4183.0, 4182.0, 4173.0, 4192.0, 4173.0, 4194.0, 4174.0, 4184.0, 4181.0, 4174.0, 4203.0, 4174.0, 4183.0, 4175.0, 4184.0, 4152.0, 4174.0, 4204.0, 4174.0, 4194.0, 4174.0, 4184.0, 4162.0, 4173.0, 4193.0, 4174.0, 4196.0, 4176.0, 4207.0, 4187.0, 4196.0, 4163.0, 4175.0, 4207.0, 4178.0, 4207.0, 4188.0, 4199.0, 4176.0, 4185.0, 4205.0, 4174.0, 4195.0, 4174.0, 4186.0, 4204.0, 4172.0, 4204.0, 4172.0, 4184.0, 4162.0, 4184.0, 4204.0, 4172.0, 4192.0, 4170.0, 4181.0, 4161.0, 4171.0, 4172.0, 4174.0, 4192.0, 4161.0, 4183.0, 4152.0, 4174.0, 4194.0, 4174.0, 4195.0, 4173.0, 4184.0, 4182.0, 4173.0, 4194.0, 4163.0, 4194.0, 4151.0, 4182.0, 4182.0, 4162.0, 4192.0, 4172.0, 4182.0, 4162.0, 4183.0, 4182.0, 4173.0, 4192.0, 4164.0, 4204.0, 4174.0, 4183.0, 4172.0, 4186.0, 4207.0, 4175.0, 4207.0, 4186.0, 4196.0, 4153.0, 4176.0, 4205.0, 4176.0, 4207.0, 4186.0, 4196.0, 4155.0, 4176.0, 4205.0, 4178.0, 4207.0, 4177.0, 4197.0, 4164.0, 4185.0, 4185.0, 4174.0, 4206.0, 4176.0, 4205.0, 4176.0, 4186.0, 4165.0, 4187.0, 4206.0, 4186.0, 4207.0, 4174.0, 4185.0, 4165.0, 4187.0, 4207.0, 4176.0, 4196.0, 4176.0, 4184.0, 4155.0, 4177.0, 4207.0, 4178.0, 4208.0, 4177.0, 4187.0, 4176.0, 4188.0, 4208.0, 4188.0, 4208.0, 4164.0, 4185.0, 4194.0, 4176.0, 4196.0, 4176.0, 4196.0, 4163.0, 4185.0, 4194.0, 4175.0, 4196.0, 4176.0, 4196.0, 4166.0, 4186.0, 4175.0, 4188.0, 4208.0, 4188.0, 4209.0, 4166.0, 4189.0, 4189.0, 4190.0, 4209.0, 4190.0, 4209.0, 4175.0, 4187.0, 4196.0, 4186.0, 4207.0, 4186.0, 4197.0, 4165.0, 4175.0, 4204.0, 4173.0, 4184.0, 4181.0, 4186.0, 4166.0, 4173.0, 4192.0, 4173.0, 4195.0, 4176.0, 4196.0, 4166.0, 4188.0, 4198.0, 4191.0, 4221.0, 4188.0, 4208.0, 4176.0, 4197.0, 4178.0, 4190.0, 4179.0, 4202.0, 4220.0, 4176.0, 4208.0, 4164.0, 4197.0, 4188.0, 4199.0, 4189.0, 4188.0, 4217.0, 4183.0, 4184.0, 4193.0, 4184.0, 4204.0, 4171.0, 4182.0, 4171.0, 4180.0, 4157.0, 4168.0, 4169.0, 4171.0, 4180.0, 4172.0, 4192.0, 4171.0, 4169.0, 4147.0, 4169.0, 4190.0, 4172.0, 4183.0, 4160.0, 4183.0, 4161.0, 4171.0, 4179.0, 4158.0, 4179.0, 4159.0, 4170.0, 4201.0, 4171.0, 4192.0, 4158.0, 4178.0, 4157.0, 4166.0, 4167.0, 4170.0, 4179.0, 4158.0, 4180.0, 4160.0, 4169.0, 4147.0, 4169.0, 4179.0, 4161.0, 4179.0, 4172.0, 4181.0, 4150.0, 4170.0, 4191.0, 4173.0, 4183.0, 4171.0, 4183.0, 4151.0, 4170.0, 4189.0, 4169.0, 4170.0, 4159.0, 4169.0, 4150.0, 4182.0, 4192.0, 4170.0, 4169.0, 4148.0, 4180.0, 4171.0, 4171.0, 4180.0, 4171.0, 4180.0, 4148.0, 4171.0, 4162.0, 4184.0, 4193.0, 4173.0, 4184.0, 4185.0, 4193.0, 4151.0, 4183.0, 4192.0, 4173.0, 4194.0, 4183.0, 4173.0, 4163.0, 4184.0, 4180.0, 4158.0, 4180.0, 4168.0, 4171.0, 4150.0, 4171.0, 4192.0, 4161.0, 4180.0, 4149.0, 4170.0, 4171.0, 4184.0, 4193.0, 4173.0, 4194.0, 4161.0, 4172.0, 4170.0, 4162.0, 4193.0, 4182.0, 4184.0, 4174.0, 4173.0, 4182.0, 4173.0, 4192.0, 4183.0, 4184.0, 4163.0, 4183.0, 4194.0, 4173.0, 4192.0, 4172.0, 4173.0, 4152.0, 4175.0, 4194.0, 4174.0, 4194.0, 4172.0, 4183.0, 4165.0, 4187.0, 4187.0, 4187.0, 4207.0, 4175.0, 4185.0, 4164.0, 4186.0, 4207.0, 4176.0, 4196.0, 4166.0, 4186.0, 4184.0, 4174.0, 4194.0, 4185.0, 4197.0, 4163.0, 4187.0, 4196.0, 4175.0, 4194.0, 4164.0, 4185.0, 4164.0, 4177.0, 4207.0, 4185.0, 4195.0, 4164.0, 4186.0, 4176.0, 4185.0, 4186.0, 4187.0, 4196.0, 4184.0, 4184.0, 4164.0, 4187.0, 4165.0, 4188.0, 4206.0, 4175.0, 4195.0, 4162.0, 4186.0, 4176.0, 4186.0, 4177.0, 4187.0, 4206.0, 4173.0, 4183.0, 4173.0, 4185.0, 4185.0, 4186.0, 4217.0, 4174.0, 4193.0, 4172.0, 4183.0, 4164.0, 4183.0, 4154.0, 4186.0, 4205.0, 4161.0, 4192.0, 4162.0, 4184.0, 4161.0, 4184.0, 4215.0, 4172.0, 4180.0, 4170.0, 4171.0, 4159.0, 4169.0, 4182.0, 4171.0, 4178.0, 4168.0, 4167.0, 4148.0, 4169.0, 4181.0, 4192.0, 4179.0, 4178.0, 4181.0, 4147.0, 4169.0, 4158.0, 4180.0, 4178.0, 4177.0, 4165.0, 4155.0, 4169.0, 4184.0, 4181.0, 4181.0, 4161.0, 4180.0, 4148.0, 4170.0, 4179.0, 4119.0, 4234.0, 4196.0, 4182.0, 4161.0, 4169.0, 4170.0, 4161.0, 4180.0, 4172.0, 4183.0, 4174.0, 4183.0, 4149.0, 4172.0, 4181.0, 4175.0, 4182.0, 4172.0, 4186.0, 4176.0, 4184.0, 4170.0, 4173.0, 4184.0, 4173.0, 4184.0, 4173.0, 4185.0, 4183.0, 4171.0, 4181.0, 4161.0, 4170.0, 4159.0, 4182.0, 4180.0, 4171.0, 4180.0, 4160.0, 4171.0, 4160.0, 4173.0, 4159.0, 4180.0, 4168.0, 4170.0, 4168.0, 4159.0, 4181.0, 4171.0, 4172.0, 4162.0, 4181.0, 4170.0, 4170.0, 4180.0, 4172.0, 4181.0, 4171.0, 4172.0, 4162.0, 4180.0, 4169.0, 4171.0, 4181.0, 4171.0, 4181.0, 4163.0, 4196.0, 4162.0, 4183.0, 4181.0, 4173.0, 4182.0, 4173.0, 4171.0, 4162.0, 4182.0, 4170.0, 4172.0, 4181.0, 4171.0, 4184.0, 4173.0, 4183.0, 4160.0, 4181.0, 4182.0, 4170.0, 4183.0, 4174.0, 4184.0, 4174.0, 4172.0, 4152.0, 4183.0, 4174.0, 4184.0, 4195.0, 4185.0, 4183.0, 4161.0, 4184.0, 4163.0, 4185.0, 4164.0, 4185.0, 4196.0, 4173.0, 4184.0, 4162.0, 4184.0, 4173.0, 4184.0, 4165.0, 4184.0, 4183.0, 4173.0, 4185.0, 4174.0, 4185.0, 4175.0, 4195.0, 4174.0, 4184.0, 4183.0, 4185.0, 4195.0, 4187.0, 4187.0, 4175.0, 4196.0, 4184.0, 4185.0, 4196.0, 4174.0, 4186.0, 4174.0, 4196.0, 4175.0, 4184.0, 4185.0, 4175.0, 4183.0, 4174.0, 4183.0, 4174.0, 4183.0, 4171.0, 4182.0, 4195.0, 4175.0, 4185.0, 4174.0, 4175.0, 4175.0, 4195.0, 4183.0, 4185.0, 4196.0, 4186.0, 4197.0, 4175.0, 4185.0, 4163.0, 4186.0, 4196.0, 4184.0, 4186.0, 4185.0, 4186.0, 4175.0, 4183.0, 4164.0, 4195.0, 4186.0, 4185.0, 4197.0, 4186.0, 4195.0, 4174.0, 4196.0, 4175.0, 4196.0, 4196.0, 4187.0, 4195.0, 4174.0, 4174.0, 4174.0, 4195.0, 4195.0, 4196.0, 4205.0, 4185.0, 4183.0, 4171.0, 4173.0, 4175.0, 4195.0, 4163.0, 4183.0, 4183.0, 4173.0, 4184.0, 4173.0, 4185.0, 4176.0, 4195.0, 4174.0, 4183.0, 4194.0, 4172.0, 4185.0, 4174.0, 4173.0, 4164.0, 4181.0, 4171.0, 4185.0, 4184.0, 4174.0, 4196.0, 4176.0, 4187.0, 4176.0, 4198.0, 4166.0, 4197.0, 4186.0, 4187.0, 4196.0, 4174.0, 4196.0, 4164.0, 4196.0, 4164.0, 4185.0, 4195.0, 4173.0, 4183.0, 4175.0, 4184.0, 4174.0, 4186.0, 4164.0, 4185.0, 4185.0, 4186.0, 4184.0, 4187.0, 4186.0, 4176.0, 4186.0, 4163.0, 4195.0, 4184.0, 4187.0, 4198.0, 4189.0, 4197.0, 4176.0, 4186.0, 4166.0, 4198.0, 4177.0, 4198.0, 4199.0, 4187.0, 4198.0, 4174.0, 4185.0, 4176.0, 4198.0, 4167.0, 4185.0, 4195.0, 4187.0, 4197.0, 4179.0, 4190.0, 4190.0, 4199.0, 4177.0, 4211.0, 4211.0, 4200.0, 4212.0, 4190.0, 4200.0, 4177.0, 4198.0, 4177.0, 4199.0, 4196.0, 4188.0, 4209.0, 4176.0, 4185.0, 4176.0, 4185.0, 4175.0, 4198.0, 4174.0, 4197.0, 4193.0, 4187.0, 4198.0, 4176.0, 4185.0, 4176.0, 4198.0, 4176.0, 4185.0, 4194.0, 4174.0, 4184.0, 4176.0, 4184.0, 4173.0, 4182.0, 4170.0, 4182.0, 4194.0, 4173.0, 4185.0, 4173.0, 4171.0, 4161.0, 4184.0, 4174.0, 4184.0, 4173.0, 4186.0, 4194.0, 4174.0, 4184.0, 4173.0, 4184.0, 4186.0, 4185.0, 4165.0, 4184.0, 4183.0, 4187.0, 4186.0, 4186.0, 4196.0, 4175.0, 4185.0, 4163.0, 4196.0, 4196.0, 4185.0, 4196.0, 4175.0, 4173.0, 4163.0, 4183.0, 4173.0, 4183.0, 4195.0, 4175.0, 4185.0, 4172.0, 4172.0, 4162.0, 4183.0, 4172.0, 4184.0, 4195.0, 4175.0, 4196.0, 4173.0, 4186.0, 4164.0, 4185.0, 4175.0, 4186.0, 4195.0, 4173.0, 4183.0, 4174.0, 4185.0, 4164.0, 4186.0, 4176.0, 4187.0, 4196.0, 4186.0, 4185.0, 4164.0, 4187.0, 4176.0, 4198.0, 4165.0, 4186.0, 4198.0, 4176.0, 4186.0, 4178.0, 4198.0, 4166.0, 4187.0, 4196.0, 4186.0, 4186.0, 4176.0, 4186.0, 4165.0, 4186.0, 4185.0, 4186.0, 4197.0, 4177.0, 4188.0, 4177.0, 4184.0, 4163.0, 4196.0, 4165.0, 4185.0, 4177.0, 4186.0, 4198.0, 4175.0, 4195.0, 4176.0, 4196.0, 4166.0, 4187.0, 4187.0, 4186.0, 4195.0, 4174.0, 4186.0, 4175.0, 4196.0, 4166.0, 4186.0, 4194.0, 4175.0, 4185.0, 4174.0, 4196.0, 4175.0, 4196.0, 4197.0, 4174.0, 4183.0, 4175.0, 4185.0, 4164.0, 4199.0, 4189.0, 4186.0, 4196.0, 4174.0, 4186.0, 4174.0, 4196.0, 4165.0, 4188.0, 4188.0, 4176.0, 4185.0, 4175.0, 4185.0, 4187.0, 4198.0, 4166.0, 4186.0, 4196.0, 4176.0, 4188.0, 4188.0, 4189.0, 4166.0, 4186.0, 4185.0, 4177.0, 4186.0, 4177.0, 4186.0, 4185.0, 4176.0, 4165.0, 4185.0, 4185.0, 4176.0, 4187.0, 4176.0, 4186.0, 4177.0, 4187.0, 4165.0, 4187.0, 4165.0, 4186.0, 4198.0, 4176.0, 4185.0, 4176.0, 4185.0, 4175.0, 4176.0, 4167.0, 4197.0, 4166.0, 4188.0, 4197.0, 4178.0, 4196.0, 4190.0, 4198.0, 4189.0, 4199.0, 4189.0, 4186.0, 4185.0, 4187.0, 4186.0, 4186.0, 4196.0, 4175.0, 4196.0, 4173.0, 4182.0, 4173.0, 4161.0, 4148.0, 4159.0, 4172.0, 4175.0, 4189.0, 4200.0, 4192.0, 4227.0, 4224.0, 4203.0, 4211.0, 4181.0, 4216.0, 4213.0, 4202.0, 4223.0, 4202.0, 4221.0, 4188.0, 4198.0, 4183.0, 4183.0, 4193.0, 4193.0, 4194.0, 4159.0, 4192.0, 4178.0, 4167.0, 4186.0, 4151.0, 4151.0, 4130.0, 4151.0, 4154.0, 4155.0, 4164.0, 4165.0, 4163.0, 4143.0, 4151.0, 4140.0, 4153.0, 4163.0, 4156.0, 4153.0, 4156.0, 4167.0, 4145.0, 4164.0, 4154.0, 4155.0, 4163.0, 4156.0, 4167.0, 4159.0, 4180.0, 4161.0, 4173.0, 4170.0, 4172.0, 4193.0, 4172.0, 4184.0, 4151.0, 4175.0, 4196.0, 4174.0, 4183.0, 4162.0, 4184.0, 4184.0, 4173.0, 4195.0, 4174.0, 4184.0, 4150.0, 4172.0, 4193.0, 4175.0, 4195.0, 4173.0, 4184.0, 4151.0, 4172.0, 4191.0, 4173.0, 4182.0, 4172.0, 4185.0, 4162.0, 4183.0, 4193.0, 4162.0, 4183.0, 4162.0, 4182.0, 4163.0, 4185.0, 4194.0, 4172.0, 4182.0, 4172.0, 4182.0, 4162.0, 4174.0, 4193.0, 4173.0, 4194.0, 4173.0, 4184.0, 4162.0, 4172.0, 4191.0, 4171.0, 4193.0, 4173.0, 4183.0, 4161.0, 4172.0, 4193.0, 4162.0, 4181.0, 4161.0, 4183.0, 4163.0, 4172.0, 4183.0, 4174.0, 4194.0, 4161.0, 4183.0, 4152.0, 4174.0, 4206.0, 4175.0, 4196.0, 4175.0, 4196.0, 4164.0, 4184.0, 4193.0, 4176.0, 4207.0, 4178.0, 4199.0, 4190.0, 4199.0, 4165.0, 4186.0, 4196.0, 4189.0, 4208.0, 4178.0, 4197.0, 4166.0, 4186.0, 4196.0, 4187.0, 4216.0, 4175.0, 4195.0, 4174.0, 4184.0, 4162.0, 4185.0, 4206.0, 4184.0, 4196.0, 4174.0, 4183.0, 4160.0, 4183.0, 4173.0, 4183.0, 4194.0, 4172.0, 4180.0, 4170.0, 4183.0, 4162.0, 4182.0, 4183.0, 4171.0, 4190.0, 4171.0, 4182.0, 4159.0, 4182.0, 4172.0, 4172.0, 4191.0, 4171.0, 4180.0, 4162.0, 4184.0, 4162.0, 4186.0, 4164.0, 4186.0, 4203.0, 4174.0, 4195.0, 4175.0, 4198.0, 4187.0, 4195.0, 4164.0, 4186.0, 4196.0, 4186.0, 4198.0, 4187.0, 4209.0, 4189.0, 4195.0, 4148.0], 'WindowWidth': [9382.0, 9315.0, 9315.0, 9280.0, 9304.0, 9271.0, 9283.0, 9236.0, 9264.0, 9280.0, 9253.0, 9263.0, 9262.0, 9275.0, 9217.0, 9244.0, 9258.0, 9245.0, 9273.0, 9258.0, 9261.0, 9228.0, 9258.0, 9260.0, 9244.0, 9258.0, 9245.0, 9257.0, 9219.0, 9261.0, 9262.0, 9248.0, 9263.0, 9246.0, 9262.0, 9219.0, 9248.0, 9262.0, 9235.0, 9264.0, 9231.0, 9263.0, 9248.0, 9249.0, 9263.0, 9248.0, 9265.0, 9223.0, 9265.0, 9240.0, 9241.0, 9281.0, 9258.0, 9273.0, 9248.0, 9277.0, 9256.0, 9284.0, 9310.0, 9267.0, 9295.0, 9265.0, 9286.0, 9242.0, 9287.0, 9314.0, 9265.0, 9288.0, 9247.0, 9282.0, 9282.0, 9269.0, 9297.0, 9265.0, 9279.0, 9247.0, 9287.0, 9255.0, 9272.0, 9312.0, 9267.0, 9281.0, 9252.0, 9290.0, 9301.0, 9279.0, 9319.0, 9275.0, 9305.0, 9288.0, 9275.0, 9319.0, 9274.0, 9304.0, 9253.0, 9283.0, 9326.0, 9266.0, 9297.0, 9265.0, 9281.0, 9277.0, 9260.0, 9291.0, 9262.0, 9276.0, 9249.0, 9278.0, 9293.0, 9250.0, 9307.0, 9265.0, 9281.0, 9253.0, 9285.0, 9311.0, 9266.0, 9293.0, 9248.0, 9282.0, 9253.0, 9266.0, 9309.0, 9262.0, 9290.0, 9247.0, 9286.0, 9255.0, 9287.0, 9319.0, 9273.0, 9311.0, 9251.0, 9286.0, 9313.0, 9286.0, 9316.0, 9275.0, 9314.0, 9251.0, 9278.0, 9305.0, 9264.0, 9294.0, 9267.0, 9298.0, 9235.0, 9276.0, 9289.0, 9263.0, 9290.0, 9263.0, 9276.0, 9248.0, 9276.0, 9274.0, 9264.0, 9288.0, 9263.0, 9295.0, 9266.0, 9279.0, 9272.0, 9265.0, 9306.0, 9265.0, 9279.0, 9270.0, 9280.0, 9234.0, 9265.0, 9306.0, 9267.0, 9293.0, 9267.0, 9280.0, 9247.0, 9263.0, 9289.0, 9267.0, 9298.0, 9271.0, 9316.0, 9290.0, 9301.0, 9252.0, 9271.0, 9315.0, 9278.0, 9316.0, 9294.0, 9309.0, 9272.0, 9283.0, 9312.0, 9267.0, 9297.0, 9269.0, 9287.0, 9310.0, 9262.0, 9308.0, 9261.0, 9279.0, 9247.0, 9279.0, 9309.0, 9261.0, 9288.0, 9254.0, 9271.0, 9245.0, 9258.0, 9262.0, 9266.0, 9291.0, 9248.0, 9277.0, 9234.0, 9265.0, 9294.0, 9268.0, 9297.0, 9265.0, 9280.0, 9275.0, 9263.0, 9294.0, 9250.0, 9293.0, 9233.0, 9274.0, 9274.0, 9247.0, 9288.0, 9261.0, 9276.0, 9249.0, 9275.0, 9274.0, 9264.0, 9289.0, 9253.0, 9307.0, 9267.0, 9278.0, 9263.0, 9285.0, 9316.0, 9271.0, 9317.0, 9287.0, 9299.0, 9238.0, 9272.0, 9311.0, 9273.0, 9317.0, 9288.0, 9302.0, 9244.0, 9275.0, 9312.0, 9278.0, 9317.0, 9276.0, 9302.0, 9255.0, 9283.0, 9283.0, 9268.0, 9315.0, 9274.0, 9313.0, 9272.0, 9286.0, 9257.0, 9288.0, 9315.0, 9288.0, 9316.0, 9270.0, 9284.0, 9257.0, 9287.0, 9317.0, 9273.0, 9300.0, 9271.0, 9280.0, 9243.0, 9275.0, 9316.0, 9279.0, 9320.0, 9276.0, 9288.0, 9273.0, 9290.0, 9320.0, 9292.0, 9318.0, 9255.0, 9282.0, 9295.0, 9270.0, 9300.0, 9272.0, 9300.0, 9253.0, 9282.0, 9294.0, 9268.0, 9299.0, 9273.0, 9300.0, 9259.0, 9286.0, 9270.0, 9291.0, 9318.0, 9294.0, 9322.0, 9262.0, 9294.0, 9295.0, 9295.0, 9322.0, 9295.0, 9322.0, 9272.0, 9287.0, 9298.0, 9285.0, 9316.0, 9285.0, 9304.0, 9255.0, 9268.0, 9309.0, 9263.0, 9280.0, 9271.0, 9284.0, 9258.0, 9263.0, 9286.0, 9262.0, 9296.0, 9272.0, 9298.0, 9258.0, 9292.0, 9304.0, 9300.0, 9340.0, 9292.0, 9318.0, 9271.0, 9302.0, 9277.0, 9296.0, 9280.0, 9315.0, 9338.0, 9272.0, 9319.0, 9253.0, 9304.0, 9291.0, 9307.0, 9293.0, 9289.0, 9331.0, 9274.0, 9278.0, 9286.0, 9278.0, 9304.0, 9258.0, 9274.0, 9257.0, 9265.0, 9231.0, 9249.0, 9250.0, 9257.0, 9268.0, 9258.0, 9288.0, 9257.0, 9252.0, 9218.0, 9251.0, 9280.0, 9258.0, 9275.0, 9239.0, 9276.0, 9244.0, 9255.0, 9265.0, 9233.0, 9264.0, 9236.0, 9255.0, 9297.0, 9254.0, 9287.0, 9236.0, 9261.0, 9230.0, 9244.0, 9244.0, 9251.0, 9265.0, 9237.0, 9269.0, 9240.0, 9251.0, 9217.0, 9250.0, 9264.0, 9242.0, 9266.0, 9259.0, 9271.0, 9228.0, 9254.0, 9282.0, 9263.0, 9275.0, 9257.0, 9276.0, 9229.0, 9255.0, 9279.0, 9251.0, 9254.0, 9236.0, 9252.0, 9229.0, 9272.0, 9285.0, 9254.0, 9251.0, 9221.0, 9266.0, 9255.0, 9255.0, 9271.0, 9257.0, 9268.0, 9222.0, 9256.0, 9246.0, 9279.0, 9289.0, 9262.0, 9282.0, 9281.0, 9291.0, 9229.0, 9274.0, 9285.0, 9262.0, 9292.0, 9274.0, 9262.0, 9249.0, 9277.0, 9269.0, 9237.0, 9266.0, 9248.0, 9255.0, 9226.0, 9255.0, 9288.0, 9244.0, 9269.0, 9226.0, 9254.0, 9256.0, 9277.0, 9290.0, 9263.0, 9291.0, 9247.0, 9260.0, 9255.0, 9247.0, 9289.0, 9273.0, 9278.0, 9265.0, 9263.0, 9274.0, 9261.0, 9287.0, 9275.0, 9278.0, 9249.0, 9278.0, 9292.0, 9261.0, 9287.0, 9259.0, 9264.0, 9233.0, 9267.0, 9294.0, 9265.0, 9291.0, 9262.0, 9278.0, 9254.0, 9286.0, 9288.0, 9290.0, 9314.0, 9267.0, 9282.0, 9252.0, 9282.0, 9315.0, 9270.0, 9299.0, 9259.0, 9288.0, 9281.0, 9267.0, 9294.0, 9280.0, 9299.0, 9250.0, 9286.0, 9298.0, 9269.0, 9294.0, 9250.0, 9282.0, 9255.0, 9273.0, 9315.0, 9283.0, 9296.0, 9252.0, 9284.0, 9270.0, 9280.0, 9287.0, 9287.0, 9297.0, 9279.0, 9279.0, 9251.0, 9286.0, 9254.0, 9289.0, 9316.0, 9269.0, 9293.0, 9248.0, 9285.0, 9268.0, 9283.0, 9274.0, 9288.0, 9311.0, 9261.0, 9276.0, 9261.0, 9281.0, 9279.0, 9285.0, 9330.0, 9267.0, 9288.0, 9258.0, 9276.0, 9251.0, 9278.0, 9241.0, 9285.0, 9310.0, 9244.0, 9287.0, 9246.0, 9280.0, 9244.0, 9278.0, 9322.0, 9258.0, 9269.0, 9251.0, 9256.0, 9237.0, 9252.0, 9272.0, 9258.0, 9265.0, 9248.0, 9247.0, 9221.0, 9251.0, 9271.0, 9284.0, 9267.0, 9261.0, 9271.0, 9217.0, 9252.0, 9235.0, 9265.0, 9260.0, 9258.0, 9240.0, 9227.0, 9249.0, 9279.0, 9269.0, 9269.0, 9243.0, 9265.0, 9218.0, 9253.0, 9261.0, 9161.0, 9377.0, 9296.0, 9271.0, 9237.0, 9248.0, 9250.0, 9237.0, 9266.0, 9256.0, 9274.0, 9264.0, 9275.0, 9223.0, 9257.0, 9267.0, 9264.0, 9271.0, 9256.0, 9282.0, 9267.0, 9275.0, 9252.0, 9258.0, 9274.0, 9258.0, 9274.0, 9258.0, 9277.0, 9274.0, 9253.0, 9269.0, 9238.0, 9252.0, 9235.0, 9269.0, 9266.0, 9250.0, 9266.0, 9235.0, 9254.0, 9236.0, 9257.0, 9233.0, 9264.0, 9247.0, 9247.0, 9247.0, 9234.0, 9264.0, 9251.0, 9256.0, 9243.0, 9266.0, 9248.0, 9250.0, 9264.0, 9255.0, 9265.0, 9253.0, 9255.0, 9241.0, 9265.0, 9247.0, 9252.0, 9267.0, 9253.0, 9269.0, 9245.0, 9294.0, 9244.0, 9272.0, 9270.0, 9255.0, 9270.0, 9256.0, 9254.0, 9240.0, 9268.0, 9249.0, 9255.0, 9268.0, 9252.0, 9273.0, 9258.0, 9271.0, 9236.0, 9266.0, 9267.0, 9250.0, 9273.0, 9260.0, 9275.0, 9259.0, 9255.0, 9229.0, 9272.0, 9260.0, 9273.0, 9293.0, 9277.0, 9272.0, 9241.0, 9274.0, 9242.0, 9275.0, 9248.0, 9277.0, 9296.0, 9260.0, 9275.0, 9242.0, 9274.0, 9260.0, 9275.0, 9250.0, 9274.0, 9273.0, 9259.0, 9277.0, 9258.0, 9276.0, 9265.0, 9290.0, 9262.0, 9274.0, 9273.0, 9279.0, 9291.0, 9282.0, 9283.0, 9265.0, 9293.0, 9276.0, 9277.0, 9294.0, 9262.0, 9281.0, 9263.0, 9293.0, 9265.0, 9273.0, 9278.0, 9262.0, 9273.0, 9261.0, 9273.0, 9261.0, 9271.0, 9253.0, 9270.0, 9290.0, 9263.0, 9275.0, 9263.0, 9265.0, 9264.0, 9291.0, 9274.0, 9278.0, 9295.0, 9279.0, 9297.0, 9267.0, 9279.0, 9245.0, 9280.0, 9293.0, 9274.0, 9281.0, 9277.0, 9281.0, 9263.0, 9273.0, 9248.0, 9289.0, 9279.0, 9278.0, 9299.0, 9281.0, 9292.0, 9263.0, 9294.0, 9264.0, 9293.0, 9297.0, 9282.0, 9294.0, 9261.0, 9262.0, 9259.0, 9291.0, 9293.0, 9293.0, 9308.0, 9274.0, 9274.0, 9254.0, 9258.0, 9262.0, 9292.0, 9247.0, 9272.0, 9274.0, 9259.0, 9274.0, 9259.0, 9278.0, 9266.0, 9291.0, 9260.0, 9272.0, 9289.0, 9257.0, 9276.0, 9262.0, 9260.0, 9245.0, 9269.0, 9254.0, 9275.0, 9274.0, 9263.0, 9295.0, 9268.0, 9283.0, 9268.0, 9299.0, 9255.0, 9295.0, 9283.0, 9283.0, 9296.0, 9261.0, 9293.0, 9246.0, 9292.0, 9248.0, 9277.0, 9292.0, 9259.0, 9274.0, 9262.0, 9275.0, 9261.0, 9281.0, 9249.0, 9277.0, 9278.0, 9278.0, 9276.0, 9281.0, 9281.0, 9266.0, 9279.0, 9245.0, 9292.0, 9277.0, 9281.0, 9300.0, 9288.0, 9299.0, 9267.0, 9282.0, 9252.0, 9297.0, 9271.0, 9301.0, 9304.0, 9282.0, 9299.0, 9261.0, 9279.0, 9266.0, 9298.0, 9256.0, 9278.0, 9292.0, 9284.0, 9297.0, 9274.0, 9292.0, 9293.0, 9303.0, 9272.0, 9321.0, 9321.0, 9304.0, 9325.0, 9291.0, 9306.0, 9268.0, 9299.0, 9269.0, 9298.0, 9296.0, 9283.0, 9318.0, 9266.0, 9278.0, 9265.0, 9278.0, 9261.0, 9297.0, 9263.0, 9295.0, 9288.0, 9281.0, 9297.0, 9264.0, 9278.0, 9265.0, 9296.0, 9264.0, 9275.0, 9290.0, 9258.0, 9275.0, 9265.0, 9275.0, 9257.0, 9268.0, 9252.0, 9267.0, 9289.0, 9255.0, 9277.0, 9257.0, 9254.0, 9237.0, 9273.0, 9257.0, 9272.0, 9260.0, 9276.0, 9289.0, 9259.0, 9271.0, 9255.0, 9273.0, 9276.0, 9276.0, 9247.0, 9274.0, 9272.0, 9279.0, 9280.0, 9278.0, 9295.0, 9264.0, 9276.0, 9245.0, 9291.0, 9294.0, 9274.0, 9296.0, 9261.0, 9258.0, 9241.0, 9270.0, 9257.0, 9269.0, 9292.0, 9259.0, 9276.0, 9256.0, 9255.0, 9238.0, 9270.0, 9255.0, 9271.0, 9293.0, 9262.0, 9291.0, 9258.0, 9277.0, 9245.0, 9274.0, 9264.0, 9278.0, 9291.0, 9257.0, 9270.0, 9256.0, 9274.0, 9245.0, 9277.0, 9266.0, 9281.0, 9293.0, 9277.0, 9276.0, 9247.0, 9280.0, 9266.0, 9298.0, 9250.0, 9279.0, 9297.0, 9265.0, 9282.0, 9272.0, 9299.0, 9253.0, 9280.0, 9295.0, 9277.0, 9280.0, 9265.0, 9280.0, 9250.0, 9276.0, 9274.0, 9276.0, 9294.0, 9267.0, 9285.0, 9267.0, 9275.0, 9245.0, 9291.0, 9251.0, 9277.0, 9268.0, 9279.0, 9300.0, 9262.0, 9291.0, 9263.0, 9293.0, 9250.0, 9281.0, 9284.0, 9277.0, 9290.0, 9260.0, 9277.0, 9261.0, 9294.0, 9251.0, 9279.0, 9290.0, 9262.0, 9279.0, 9260.0, 9292.0, 9265.0, 9294.0, 9298.0, 9260.0, 9273.0, 9260.0, 9276.0, 9246.0, 9303.0, 9290.0, 9281.0, 9293.0, 9260.0, 9279.0, 9260.0, 9293.0, 9248.0, 9283.0, 9285.0, 9264.0, 9275.0, 9262.0, 9277.0, 9279.0, 9298.0, 9252.0, 9278.0, 9292.0, 9262.0, 9281.0, 9282.0, 9284.0, 9250.0, 9276.0, 9276.0, 9264.0, 9279.0, 9264.0, 9278.0, 9276.0, 9262.0, 9244.0, 9274.0, 9274.0, 9262.0, 9277.0, 9263.0, 9278.0, 9265.0, 9278.0, 9246.0, 9279.0, 9248.0, 9277.0, 9298.0, 9262.0, 9275.0, 9262.0, 9274.0, 9261.0, 9264.0, 9254.0, 9294.0, 9251.0, 9282.0, 9296.0, 9270.0, 9294.0, 9289.0, 9300.0, 9288.0, 9306.0, 9286.0, 9280.0, 9272.0, 9279.0, 9277.0, 9275.0, 9293.0, 9261.0, 9294.0, 9257.0, 9268.0, 9255.0, 9235.0, 9212.0, 9229.0, 9252.0, 9255.0, 9286.0, 9305.0, 9297.0, 9352.0, 9343.0, 9315.0, 9322.0, 9282.0, 9335.0, 9326.0, 9310.0, 9341.0, 9310.0, 9340.0, 9287.0, 9300.0, 9273.0, 9269.0, 9289.0, 9285.0, 9291.0, 9232.0, 9284.0, 9259.0, 9239.0, 9268.0, 9210.0, 9210.0, 9179.0, 9210.0, 9217.0, 9219.0, 9234.0, 9234.0, 9231.0, 9201.0, 9211.0, 9195.0, 9213.0, 9231.0, 9224.0, 9217.0, 9223.0, 9239.0, 9208.0, 9234.0, 9218.0, 9220.0, 9230.0, 9227.0, 9242.0, 9235.0, 9266.0, 9243.0, 9260.0, 9253.0, 9256.0, 9283.0, 9257.0, 9275.0, 9227.0, 9263.0, 9295.0, 9260.0, 9271.0, 9240.0, 9275.0, 9274.0, 9258.0, 9294.0, 9262.0, 9275.0, 9226.0, 9257.0, 9287.0, 9264.0, 9290.0, 9259.0, 9279.0, 9230.0, 9256.0, 9280.0, 9260.0, 9272.0, 9255.0, 9278.0, 9244.0, 9273.0, 9287.0, 9241.0, 9273.0, 9242.0, 9271.0, 9243.0, 9276.0, 9290.0, 9257.0, 9270.0, 9255.0, 9270.0, 9243.0, 9263.0, 9287.0, 9260.0, 9290.0, 9262.0, 9275.0, 9242.0, 9257.0, 9282.0, 9255.0, 9285.0, 9257.0, 9272.0, 9240.0, 9257.0, 9286.0, 9242.0, 9267.0, 9241.0, 9272.0, 9245.0, 9256.0, 9275.0, 9263.0, 9289.0, 9243.0, 9272.0, 9230.0, 9263.0, 9308.0, 9264.0, 9294.0, 9268.0, 9296.0, 9251.0, 9278.0, 9290.0, 9269.0, 9313.0, 9274.0, 9306.0, 9296.0, 9306.0, 9255.0, 9283.0, 9296.0, 9290.0, 9317.0, 9277.0, 9303.0, 9258.0, 9283.0, 9297.0, 9284.0, 9327.0, 9268.0, 9297.0, 9264.0, 9276.0, 9245.0, 9279.0, 9312.0, 9277.0, 9297.0, 9263.0, 9272.0, 9240.0, 9273.0, 9259.0, 9273.0, 9293.0, 9258.0, 9268.0, 9252.0, 9274.0, 9244.0, 9272.0, 9277.0, 9256.0, 9281.0, 9253.0, 9270.0, 9238.0, 9271.0, 9259.0, 9258.0, 9283.0, 9255.0, 9268.0, 9243.0, 9277.0, 9247.0, 9283.0, 9252.0, 9284.0, 9302.0, 9265.0, 9292.0, 9269.0, 9305.0, 9288.0, 9296.0, 9253.0, 9284.0, 9296.0, 9285.0, 9303.0, 9288.0, 9321.0, 9292.0, 9294.0, 9220.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.0007700145772594752</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.046301478134110785</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.26230417674687</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.131967284449308</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9432756298760028</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5399</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2763.4609</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09120744381476999</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.9154518950437316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.532688994106142</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4351800328498747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6840388450984363</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4788481043701154</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00765568</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0036540308501571417</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024571804329752922</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1372</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.352746506337941</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>14.5478</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.1379</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.5141</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284198.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1147.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>421.7379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1373</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.4646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3312.9458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92346.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1477.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4265.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>793.0582</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.019931336049922</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> |