=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0076_ses-04_task-fractional_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-0076_ses-04_task-fractional_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-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_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-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_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-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0076_suffix-bold_task-fractional" 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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_ses-04_task-fractional_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-0076/figures/sub-0076_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-fractional_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-0076/ses-04/func/sub-0076_ses-04_task-fractional_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>04fa6b214bfe5926ebb7fb3acbd1ab95</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:52:42.465000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</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-fractional_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.0983479</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-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7734, -7313, 767, 3, -53, -25, 93]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.281</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>95400810-d0fe-4141-9d42-c5ccaaa9edd1||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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, 1322]</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], 'AcquisitionTime': ['105242.465000', '105242.925000', '105243.385000', '105243.845000', '105244.305000', '105244.765000', '105245.225000', '105245.685000', '105246.145000', '105246.605000', '105247.065000', '105247.525000', '105247.985000', '105248.445000', '105248.905000', '105249.365000', '105249.825000', '105250.285000', '105250.745000', '105251.205000', '105251.665000', '105252.125000', '105252.585000', '105253.045000', '105253.505000', '105253.965000', '105254.425000', '105254.885000', '105255.345000', '105255.805000', '105256.265000', '105256.725000', '105257.185000', '105257.645000', '105258.105000', '105258.565000', '105259.025000', '105259.485000', '105259.945000', '105300.405000', '105300.865000', '105301.325000', '105301.785000', '105302.245000', '105302.705000', '105303.165000', '105303.625000', '105304.085000', '105304.545000', '105305.005000', '105305.465000', '105305.925000', '105306.385000', '105306.845000', '105307.305000', '105307.765000', '105308.225000', '105308.685000', '105309.145000', '105309.605000', '105310.065000', '105310.525000', '105310.985000', '105311.445000', '105311.905000', '105312.365000', '105312.825000', '105313.285000', '105313.745000', '105314.205000', '105314.665000', '105315.125000', '105315.585000', '105316.045000', '105316.505000', '105316.965000', '105317.425000', '105317.885000', '105318.345000', '105318.805000', '105319.265000', '105319.725000', '105320.185000', '105320.645000', '105321.105000', '105321.565000', '105322.025000', '105322.485000', '105322.945000', '105323.405000', '105323.865000', '105324.325000', '105324.785000', '105325.245000', '105325.705000', '105326.165000', '105326.625000', '105327.085000', '105327.545000', '105328.005000', '105328.465000', '105328.925000', '105329.385000', '105329.845000', '105330.305000', '105330.765000', '105331.225000', '105331.685000', '105332.145000', '105332.605000', '105333.065000', '105333.525000', '105333.985000', '105334.445000', '105334.905000', '105335.365000', '105335.825000', '105336.285000', '105336.745000', '105337.205000', '105337.665000', '105338.125000', '105338.585000', '105339.045000', '105339.505000', '105339.965000', '105340.425000', '105340.885000', '105341.345000', '105341.805000', '105342.265000', '105342.725000', '105343.185000', '105343.645000', '105344.105000', '105344.565000', '105345.025000', '105345.485000', '105345.945000', '105346.405000', '105346.865000', '105347.325000', '105347.785000', '105348.245000', '105348.705000', '105349.165000', '105349.625000', '105350.085000', '105350.545000', '105351.005000', '105351.465000', '105351.925000', '105352.385000', '105352.845000', '105353.305000', '105353.765000', '105354.225000', '105354.685000', '105355.145000', '105355.605000', '105356.065000', '105356.525000', '105356.985000', '105357.445000', '105357.905000', '105358.365000', '105358.825000', '105359.285000', '105359.745000', '105400.205000', '105400.665000', '105401.125000', '105401.585000', '105402.045000', '105402.505000', '105402.965000', '105403.425000', '105403.885000', '105404.345000', '105404.805000', '105405.265000', '105405.725000', '105406.185000', '105406.645000', '105407.105000', '105407.565000', '105408.025000', '105408.485000', '105408.945000', '105409.405000', '105409.865000', '105410.325000', '105410.785000', '105411.245000', '105411.705000', '105412.165000', '105412.625000', '105413.085000', '105413.545000', '105414.005000', '105414.465000', '105414.925000', '105415.385000', '105415.845000', '105416.305000', '105416.765000', '105417.225000', '105417.685000', '105418.145000', '105418.605000', '105419.065000', '105419.525000', '105419.985000', '105420.445000', '105420.905000', '105421.365000', '105421.825000', '105422.285000', '105422.745000', '105423.205000', '105423.665000', '105424.125000', '105424.585000', '105425.045000', '105425.505000', '105425.965000', '105426.425000', '105426.885000', '105427.345000', '105427.805000', '105428.265000', '105428.725000', '105429.185000', '105429.645000', '105430.105000', '105430.565000', '105431.025000', '105431.485000', '105431.945000', '105432.405000', '105432.865000', '105433.325000', '105433.785000', '105434.245000', '105434.705000', '105435.165000', '105435.625000', '105436.085000', '105436.545000', '105437.005000', '105437.465000', '105437.925000', '105438.385000', '105438.845000', '105439.305000', '105439.765000', '105440.225000', '105440.685000', '105441.145000', '105441.605000', '105442.065000', '105442.525000', '105442.985000', '105443.445000', '105443.905000', '105444.365000', '105444.825000', '105445.285000', '105445.745000', '105446.205000', '105446.665000', '105447.125000', '105447.585000', '105448.045000', '105448.505000', '105448.965000', '105449.425000', '105449.885000', '105450.345000', '105450.805000', '105451.265000', '105451.725000', '105452.185000', '105452.645000', '105453.105000', '105453.565000', '105454.025000', '105454.485000', '105454.945000', '105455.405000', '105455.865000', '105456.325000', '105456.785000', '105457.245000', '105457.705000', '105458.165000', '105458.625000', '105459.085000', '105459.545000', '105500.005000', '105500.465000', '105500.925000', '105501.385000', '105501.845000', '105502.305000', '105502.765000', '105503.225000', '105503.685000', '105504.145000', '105504.605000', '105505.065000', '105505.525000', '105505.985000', '105506.445000', '105506.905000', '105507.365000', '105507.825000', '105508.285000', '105508.745000', '105509.205000', '105509.665000', '105510.125000', '105510.585000', '105511.045000', '105511.505000', '105511.965000', '105512.425000', '105512.885000', '105513.345000', '105513.805000', '105514.265000', '105514.725000', '105515.185000', '105515.645000', '105516.105000', '105516.565000', '105517.025000', '105517.485000', '105517.945000', '105518.405000', '105518.865000', '105519.325000', '105519.785000', '105520.245000', '105520.705000', '105521.165000', '105521.625000', '105522.085000', '105522.545000', '105523.005000', '105523.465000', '105523.925000', '105524.385000', '105524.845000', '105525.305000', '105525.765000', '105526.225000', '105526.685000', '105527.145000', '105527.605000', '105528.065000', '105528.525000', '105528.985000', '105529.445000', '105529.905000', '105530.365000', '105530.825000', '105531.285000', '105531.745000', '105532.205000', '105532.665000', '105533.125000', '105533.585000', '105534.045000', '105534.505000', '105534.965000', '105535.425000', '105535.885000', '105536.345000', '105536.805000', '105537.265000', '105537.725000', '105538.185000', '105538.645000', '105539.105000', '105539.565000', '105540.025000', '105540.485000', '105540.945000', '105541.405000', '105541.865000', '105542.325000', '105542.785000', '105543.245000', '105543.705000', '105544.165000', '105544.625000', '105545.085000', '105545.545000', '105546.005000', '105546.465000', '105546.925000', '105547.385000', '105547.845000', '105548.305000', '105548.765000', '105549.225000', '105549.685000', '105550.145000', '105550.605000', '105551.065000', '105551.525000', '105551.985000', '105552.445000', '105552.905000', '105553.365000', '105553.825000', '105554.285000', '105554.745000', '105555.205000', '105555.665000', '105556.125000', '105556.585000', '105557.045000', '105557.505000', '105557.965000', '105558.425000', '105558.885000', '105559.345000', '105559.805000', '105600.265000', '105600.725000', '105601.185000', '105601.645000', '105602.105000', '105602.565000', '105603.025000', '105603.485000', '105603.945000', '105604.405000', '105604.865000', '105605.325000', '105605.785000', '105606.245000', '105606.705000', '105607.165000', '105607.625000', '105608.085000', '105608.545000', '105609.005000', '105609.465000', '105609.925000', '105610.385000', '105610.845000', '105611.305000', '105611.765000', '105612.225000', '105612.685000', '105613.145000', '105613.605000', '105614.065000', '105614.525000', '105614.985000', '105615.445000', '105615.905000', '105616.365000', '105616.825000', '105617.285000', '105617.745000', '105618.205000', '105618.665000', '105619.125000', '105619.585000', '105620.045000', '105620.505000', '105620.965000', '105621.425000', '105621.885000', '105622.345000', '105622.805000', '105623.265000', '105623.725000', '105624.185000', '105624.645000', '105625.105000', '105625.565000', '105626.025000', '105626.485000', '105626.945000', '105627.405000', '105627.865000', '105628.325000', '105628.785000', '105629.245000', '105629.705000', '105630.165000', '105630.625000', '105631.085000', '105631.545000', '105632.005000', '105632.465000', '105632.925000', '105633.385000', '105633.845000', '105634.305000', '105634.765000', '105635.225000', '105635.685000', '105636.145000', '105636.605000', '105637.065000', '105637.525000', '105637.985000', '105638.445000', '105638.905000', '105639.365000', '105639.825000', '105640.285000', '105640.745000', '105641.205000', '105641.665000', '105642.125000', '105642.585000', '105643.045000', '105643.505000', '105643.965000', '105644.425000', '105644.885000', '105645.345000', '105645.805000', '105646.265000', '105646.725000', '105647.185000', '105647.645000', '105648.105000', '105648.565000', '105649.025000', '105649.485000', '105649.945000', '105650.405000', '105650.865000', '105651.325000', '105651.785000', '105652.245000', '105652.705000', '105653.165000', '105653.625000', '105654.085000', '105654.545000', '105655.005000', '105655.465000', '105655.925000', '105656.385000', '105656.845000', '105657.305000', '105657.765000', '105658.225000', '105658.685000', '105659.145000', '105659.605000', '105700.065000', '105700.525000', '105700.985000', '105701.445000', '105701.905000', '105702.365000', '105702.825000', '105703.285000', '105703.745000', '105704.205000', '105704.665000', '105705.125000', '105705.585000', '105706.045000', '105706.505000', '105706.965000', '105707.425000', '105707.885000', '105708.345000', '105708.805000', '105709.265000', '105709.725000', '105710.185000', '105710.645000', '105711.105000', '105711.565000', '105712.025000', '105712.485000', '105712.945000', '105713.405000', '105713.865000', '105714.325000', '105714.785000', '105715.245000', '105715.705000', '105716.165000', '105716.625000', '105717.085000', '105717.545000', '105718.005000', '105718.465000', '105718.925000', '105719.385000', '105719.845000', '105720.305000', '105720.765000', '105721.225000', '105721.685000', '105722.145000', '105722.605000', '105723.065000', '105723.525000', '105723.985000', '105724.445000', '105724.905000', '105725.365000', '105725.825000', '105726.285000', '105726.745000', '105727.205000', '105727.665000', '105728.125000', '105728.585000', '105729.045000', '105729.505000', '105729.965000', '105730.425000', '105730.885000', '105731.345000', '105731.805000', '105732.265000', '105732.725000', '105733.185000', '105733.645000', '105734.105000', '105734.565000', '105735.025000', '105735.485000', '105735.945000', '105736.405000', '105736.865000', '105737.325000', '105737.785000', '105738.245000', '105738.705000', '105739.165000', '105739.625000', '105740.085000', '105740.545000', '105741.005000', '105741.465000', '105741.925000', '105742.385000', '105742.845000', '105743.305000', '105743.765000', '105744.225000', '105744.685000', '105745.145000', '105745.605000', '105746.065000', '105746.525000', '105746.985000', '105747.445000', '105747.905000', '105748.365000', '105748.825000', '105749.285000', '105749.745000', '105750.205000', '105750.665000', '105751.125000', '105751.585000', '105752.045000', '105752.505000', '105752.965000', '105753.425000', '105753.885000', '105754.345000', '105754.805000', '105755.265000', '105755.725000', '105756.185000', '105756.645000', '105757.105000', '105757.565000', '105758.025000', '105758.485000', '105758.945000', '105759.405000', '105759.865000', '105800.325000', '105800.785000', '105801.245000', '105801.705000', '105802.165000', '105802.625000', '105803.085000', '105803.545000', '105804.005000', '105804.465000', '105804.925000', '105805.385000', '105805.845000', '105806.305000', '105806.765000', '105807.225000', '105807.685000', '105808.145000', '105808.605000', '105809.065000', '105809.525000', '105809.985000', '105810.445000', '105810.905000', '105811.365000', '105811.825000', '105812.285000', '105812.745000', '105813.205000', '105813.665000', '105814.125000', '105814.585000', '105815.045000', '105815.505000', '105815.965000', '105816.425000', '105816.885000', '105817.345000', '105817.805000', '105818.265000', '105818.725000', '105819.185000', '105819.645000', '105820.105000', '105820.565000', '105821.025000', '105821.485000', '105821.945000', '105822.405000', '105822.865000', '105823.325000', '105823.785000', '105824.245000', '105824.705000', '105825.165000', '105825.625000', '105826.085000', '105826.545000', '105827.005000', '105827.465000', '105827.925000', '105828.385000', '105828.845000', '105829.305000', '105829.765000', '105830.225000', '105830.685000', '105831.145000', '105831.605000', '105832.065000', '105832.525000', '105832.985000', '105833.445000', '105833.905000', '105834.365000', '105834.825000', '105835.285000', '105835.745000', '105836.205000', '105836.665000', '105837.125000', '105837.585000', '105838.045000', '105838.505000', '105838.965000', '105839.425000', '105839.885000', '105840.345000', '105840.805000', '105841.265000', '105841.725000', '105842.185000', '105842.645000', '105843.105000', '105843.565000', '105844.025000', '105844.485000', '105844.945000', '105845.405000', '105845.865000', '105846.325000', '105846.785000', '105847.245000', '105847.705000', '105848.165000', '105848.625000', '105849.085000', '105849.545000', '105850.005000', '105850.465000', '105850.925000', '105851.385000', '105851.845000', '105852.305000', '105852.765000', '105853.225000', '105853.685000', '105854.145000', '105854.605000', '105855.065000', '105855.525000', '105855.985000', '105856.445000', '105856.905000', '105857.365000', '105857.825000', '105858.285000', '105858.745000', '105859.205000', '105859.665000', '105900.125000', '105900.585000', '105901.045000', '105901.505000', '105901.965000', '105902.425000', '105902.885000', '105903.345000', '105903.805000', '105904.265000', '105904.725000', '105905.185000', '105905.645000', '105906.105000', '105906.565000', '105907.025000', '105907.485000', '105907.945000', '105908.405000', '105908.865000', '105909.325000', '105909.785000', '105910.245000', '105910.705000', '105911.165000', '105911.625000', '105912.085000', '105912.545000', '105913.005000', '105913.465000', '105913.925000', '105914.385000', '105914.845000', '105915.305000', '105915.765000', '105916.225000', '105916.685000', '105917.145000', '105917.605000', '105918.065000', '105918.525000', '105918.985000', '105919.445000', '105919.905000', '105920.365000', '105920.825000', '105921.285000', '105921.745000', '105922.205000', '105922.665000', '105923.125000', '105923.585000', '105924.045000', '105924.505000', '105924.965000', '105925.425000', '105925.885000', '105926.345000', '105926.805000', '105927.265000', '105927.725000', '105928.185000', '105928.645000', '105929.105000', '105929.565000', '105930.025000', '105930.485000', '105930.945000', '105931.405000', '105931.865000', '105932.325000', '105932.785000', '105933.245000', '105933.705000', '105934.165000', '105934.625000', '105935.085000', '105935.545000', '105936.005000', '105936.465000', '105936.925000', '105937.385000', '105937.845000', '105938.305000', '105938.765000', '105939.225000', '105939.685000', '105940.145000', '105940.605000', '105941.065000', '105941.525000', '105941.985000', '105942.445000', '105942.905000', '105943.365000', '105943.825000', '105944.285000', '105944.745000', '105945.205000', '105945.665000', '105946.125000', '105946.585000', '105947.045000', '105947.505000', '105947.965000', '105948.425000', '105948.885000', '105949.345000', '105949.805000', '105950.265000', '105950.725000', '105951.185000', '105951.645000', '105952.105000', '105952.565000', '105953.025000', '105953.485000', '105953.945000', '105954.405000', '105954.865000', '105955.325000', '105955.785000', '105956.245000', '105956.705000', '105957.165000', '105957.625000', '105958.085000', '105958.545000', '105959.005000', '105959.465000', '105959.925000', '110000.385000', '110000.845000', '110001.305000', '110001.765000', '110002.225000', '110002.685000', '110003.145000', '110003.605000', '110004.065000', '110004.525000', '110004.985000', '110005.445000', '110005.905000', '110006.365000', '110006.825000', '110007.285000', '110007.745000', '110008.205000', '110008.665000', '110009.125000', '110009.585000', '110010.045000', '110010.505000', '110010.965000', '110011.425000', '110011.885000', '110012.345000', '110012.805000', '110013.265000', '110013.725000', '110014.185000', '110014.645000', '110015.105000', '110015.565000', '110016.025000', '110016.485000', '110016.945000', '110017.405000', '110017.865000', '110018.325000', '110018.785000', '110019.245000', '110019.705000', '110020.165000', '110020.625000', '110021.085000', '110021.545000', '110022.005000', '110022.465000', '110022.925000', '110023.385000', '110023.845000', '110024.305000', '110024.765000', '110025.225000', '110025.685000', '110026.145000', '110026.605000', '110027.065000', '110027.525000', '110027.985000', '110028.445000', '110028.905000', '110029.365000', '110029.825000', '110030.285000', '110030.745000', '110031.205000', '110031.665000', '110032.125000', '110032.585000', '110033.045000', '110033.505000', '110033.965000', '110034.425000', '110034.885000', '110035.345000', '110035.805000', '110036.265000', '110036.725000', '110037.185000', '110037.645000', '110038.105000', '110038.565000', '110039.025000', '110039.485000', '110039.945000', '110040.405000', '110040.865000', '110041.325000', '110041.785000', '110042.245000', '110042.705000', '110043.165000', '110043.625000', '110044.085000', '110044.545000', '110045.005000', '110045.465000', '110045.925000', '110046.385000', '110046.845000', '110047.305000', '110047.765000', '110048.225000', '110048.685000', '110049.145000', '110049.605000', '110050.065000', '110050.525000', '110050.985000', '110051.445000', '110051.905000', '110052.365000', '110052.825000', '110053.285000', '110053.745000', '110054.205000', '110054.665000', '110055.125000', '110055.585000', '110056.045000', '110056.505000', '110056.965000', '110057.425000', '110057.885000', '110058.345000', '110058.805000', '110059.265000', '110059.725000', '110100.185000', '110100.645000', '110101.105000', '110101.565000', '110102.025000', '110102.485000', '110102.945000', '110103.405000', '110103.865000', '110104.325000', '110104.785000', '110105.245000', '110105.705000', '110106.165000', '110106.625000', '110107.085000', '110107.545000', '110108.005000', '110108.465000', '110108.925000', '110109.385000', '110109.845000', '110110.305000', '110110.765000', '110111.225000', '110111.685000', '110112.145000', '110112.605000', '110113.065000', '110113.525000', '110113.985000', '110114.445000', '110114.905000', '110115.365000', '110115.825000', '110116.285000', '110116.745000', '110117.205000', '110117.665000', '110118.125000', '110118.585000', '110119.045000', '110119.505000', '110119.965000', '110120.425000', '110120.885000', '110121.345000', '110121.805000', '110122.265000', '110122.725000', '110123.185000', '110123.645000', '110124.105000', '110124.565000', '110125.025000', '110125.485000', '110125.945000', '110126.405000', '110126.865000', '110127.325000', '110127.785000', '110128.245000', '110128.705000', '110129.165000', '110129.625000', '110130.085000', '110130.545000', '110131.005000', '110131.465000', '110131.925000', '110132.385000', '110132.845000', '110133.305000', '110133.765000', '110134.225000', '110134.685000', '110135.145000', '110135.605000', '110136.065000', '110136.525000', '110136.985000', '110137.445000', '110137.905000', '110138.365000', '110138.825000', '110139.285000', '110139.745000', '110140.205000', '110140.665000', '110141.125000', '110141.585000', '110142.045000', '110142.505000', '110142.965000', '110143.425000', '110143.885000', '110144.345000', '110144.805000', '110145.265000', '110145.725000', '110146.185000', '110146.645000', '110147.105000', '110147.565000', '110148.025000', '110148.485000', '110148.945000', '110149.405000', '110149.865000', '110150.325000', '110150.785000', '110151.245000', '110151.705000', '110152.165000', '110152.625000', '110153.085000', '110153.545000', '110154.005000', '110154.465000', '110154.925000', '110155.385000', '110155.845000', '110156.305000', '110156.765000', '110157.225000', '110157.685000', '110158.145000', '110158.605000', '110159.065000', '110159.525000', '110159.985000', '110200.445000', '110200.905000', '110201.365000', '110201.825000', '110202.285000', '110202.745000', '110203.205000', '110203.665000', '110204.125000', '110204.585000', '110205.045000', '110205.505000', '110205.965000', '110206.425000', '110206.885000', '110207.345000', '110207.805000', '110208.265000', '110208.725000', '110209.185000', '110209.645000', '110210.105000', '110210.565000', '110211.025000', '110211.485000', '110211.945000', '110212.405000', '110212.865000', '110213.325000', '110213.785000', '110214.245000', '110214.705000', '110215.165000', '110215.625000', '110216.085000', '110216.545000', '110217.005000', '110217.465000', '110217.925000', '110218.385000', '110218.845000', '110219.305000', '110219.765000', '110220.225000', '110220.685000', '110221.145000', '110221.605000', '110222.065000', '110222.525000', '110222.985000', '110223.445000', '110223.905000', '110224.365000', '110224.825000', '110225.285000', '110225.745000', '110226.205000', '110226.665000', '110227.125000', '110227.585000', '110228.045000', '110228.505000', '110228.965000', '110229.425000', '110229.885000', '110230.345000', '110230.805000', '110231.265000', '110231.725000', '110232.185000', '110232.645000', '110233.105000', '110233.565000', '110234.025000', '110234.485000', '110234.945000', '110235.405000', '110235.865000', '110236.325000', '110236.785000', '110237.245000', '110237.705000', '110238.165000', '110238.625000', '110239.085000', '110239.545000', '110240.005000', '110240.465000', '110240.925000', '110241.385000', '110241.845000', '110242.305000', '110242.765000', '110243.225000', '110243.685000', '110244.145000', '110244.605000', '110245.065000', '110245.525000', '110245.985000', '110246.445000', '110246.905000', '110247.365000', '110247.825000', '110248.285000', '110248.745000', '110249.205000', '110249.665000', '110250.125000'], 'ContentTime': ['105257.777000', '105257.780000', '105257.783000', '105257.796000', '105257.798000', '105257.801000', '105257.804000', '105257.806000', '105257.809000', '105257.811000', '105257.814000', '105257.817000', '105257.820000', '105257.822000', '105257.825000', '105257.828000', '105257.831000', '105257.834000', '105257.837000', '105257.839000', '105257.842000', '105257.844000', '105257.847000', '105257.850000', '105257.852000', '105257.855000', '105257.858000', '105257.936000', '105257.944000', '105257.947000', '105257.949000', '105317.745000', '105317.747000', '105317.751000', '105317.753000', '105317.756000', '105317.758000', '105317.765000', '105317.768000', '105317.770000', '105317.773000', '105317.776000', '105317.778000', '105317.781000', '105317.783000', '105317.786000', '105317.789000', '105317.791000', '105317.794000', '105317.796000', '105317.799000', '105317.802000', '105317.804000', '105317.807000', '105317.810000', '105317.812000', '105317.815000', '105317.817000', '105317.820000', '105317.823000', '105317.825000', '105317.828000', '105317.831000', '105317.833000', '105317.836000', '105317.838000', '105317.841000', '105317.844000', '105317.846000', '105317.849000', '105317.852000', '105317.854000', '105317.857000', '105317.859000', '105317.862000', '105337.744000', '105337.747000', '105337.750000', '105337.752000', '105337.755000', '105337.758000', '105337.760000', '105337.763000', '105337.766000', '105337.768000', '105337.771000', '105337.773000', '105337.776000', '105337.779000', '105337.781000', '105337.784000', '105337.787000', '105337.796000', '105337.799000', '105337.801000', '105337.804000', '105337.807000', '105337.809000', '105337.812000', '105337.830000', '105337.833000', '105337.835000', '105337.838000', '105337.841000', '105337.843000', '105337.846000', '105337.848000', '105337.851000', '105337.854000', '105337.856000', '105337.859000', '105337.862000', '105337.864000', '105337.867000', '105337.870000', '105337.873000', '105337.875000', '105337.879000', '105357.743000', '105357.746000', '105357.749000', '105357.751000', '105357.754000', '105357.757000', '105357.759000', '105357.762000', '105357.765000', '105357.767000', '105357.770000', '105357.773000', '105357.775000', '105357.778000', '105357.781000', '105357.783000', '105357.786000', '105357.788000', '105357.791000', '105357.794000', '105357.796000', '105357.799000', '105357.802000', '105357.804000', '105357.807000', '105357.810000', '105357.812000', '105357.815000', '105357.818000', '105357.820000', '105357.823000', '105357.825000', '105357.828000', '105357.831000', '105357.833000', '105357.836000', '105357.839000', '105357.841000', '105357.844000', '105357.846000', '105357.849000', '105357.852000', '105357.854000', '105357.857000', '105417.744000', '105417.747000', '105417.750000', '105417.753000', '105417.755000', '105417.758000', '105417.761000', '105417.763000', '105417.766000', '105417.769000', '105417.771000', '105417.774000', '105417.777000', '105417.779000', '105417.782000', '105417.785000', '105417.787000', '105417.790000', '105417.792000', '105417.795000', '105417.798000', '105417.801000', '105417.803000', '105417.806000', '105417.809000', '105417.811000', '105417.814000', '105417.817000', '105417.819000', '105417.822000', '105417.825000', '105417.828000', '105417.831000', '105417.834000', '105417.837000', '105417.839000', '105417.842000', '105417.844000', '105417.847000', '105417.850000', '105417.852000', '105417.855000', '105417.858000', '105437.744000', '105437.747000', '105437.750000', '105437.752000', '105437.756000', '105437.758000', '105437.770000', '105437.772000', '105437.775000', '105437.778000', '105437.780000', '105437.783000', '105437.785000', '105437.788000', '105437.791000', '105437.793000', '105437.796000', '105437.798000', '105437.801000', '105437.804000', '105437.806000', '105437.809000', '105437.812000', '105437.814000', '105437.817000', '105437.820000', '105437.822000', '105437.825000', '105437.828000', '105437.830000', '105437.833000', '105437.835000', '105437.838000', '105437.841000', '105437.843000', '105437.846000', '105437.848000', '105437.851000', '105437.854000', '105437.856000', '105437.859000', '105437.861000', '105437.864000', '105437.867000', '105457.744000', '105457.747000', '105457.750000', '105457.753000', '105457.756000', '105457.758000', '105457.761000', '105457.764000', '105457.766000', '105457.769000', '105457.772000', '105457.774000', '105457.777000', '105457.779000', '105457.782000', '105457.785000', '105457.787000', '105457.790000', '105457.793000', '105457.795000', '105457.798000', '105457.801000', '105457.804000', '105457.806000', '105457.809000', '105457.811000', '105457.814000', '105457.817000', '105457.820000', '105457.823000', '105457.826000', '105457.829000', '105457.833000', '105457.835000', '105457.838000', '105457.841000', '105457.843000', '105457.846000', '105457.849000', '105457.851000', '105457.854000', '105457.857000', '105457.859000', '105517.744000', '105517.747000', '105517.750000', '105517.753000', '105517.756000', '105517.758000', '105517.761000', '105517.764000', '105517.767000', '105517.769000', '105517.772000', '105517.775000', '105517.777000', '105517.780000', '105517.788000', '105517.791000', '105517.794000', '105517.796000', '105517.799000', '105517.802000', '105517.805000', '105517.807000', '105517.810000', '105517.813000', '105517.815000', '105517.818000', '105517.820000', '105517.823000', '105517.826000', '105517.828000', '105517.831000', '105517.834000', '105517.836000', '105517.839000', '105517.841000', '105517.844000', '105517.847000', '105517.849000', '105517.852000', '105517.855000', '105517.857000', '105517.860000', '105517.862000', '105517.865000', '105537.744000', '105537.747000', '105537.750000', '105537.753000', '105537.755000', '105537.758000', '105537.761000', '105537.763000', '105537.766000', '105537.769000', '105537.771000', '105537.774000', '105537.777000', '105537.779000', '105537.782000', '105537.784000', '105537.787000', '105537.790000', '105537.792000', '105537.795000', '105537.798000', '105537.800000', '105537.803000', '105537.806000', '105537.808000', '105537.811000', '105537.814000', '105537.816000', '105537.819000', '105537.822000', '105537.824000', '105537.827000', '105537.829000', '105537.832000', '105537.835000', '105537.837000', '105537.840000', '105537.843000', '105537.845000', '105537.848000', '105537.851000', '105537.853000', '105537.856000', '105557.744000', '105557.747000', '105557.750000', '105557.753000', '105557.756000', '105557.758000', '105557.761000', '105557.764000', '105557.766000', '105557.769000', '105557.771000', '105557.774000', '105557.777000', '105557.779000', '105557.782000', '105557.785000', '105557.787000', '105557.790000', '105557.793000', '105557.795000', '105557.798000', '105557.801000', '105557.803000', '105557.806000', '105557.809000', '105557.811000', '105557.814000', '105557.817000', '105557.819000', '105557.822000', '105557.824000', '105557.827000', '105557.830000', '105557.832000', '105557.835000', '105557.838000', '105557.840000', '105557.843000', '105557.846000', '105557.848000', '105557.851000', '105557.853000', '105557.856000', '105557.859000', '105617.743000', '105617.782000', '105617.785000', '105617.787000', '105617.790000', '105617.793000', '105617.795000', '105617.798000', '105617.801000', '105617.803000', '105617.806000', '105617.809000', '105617.811000', '105617.814000', '105617.817000', '105617.819000', '105617.822000', '105617.825000', '105617.827000', '105617.830000', '105617.833000', '105617.836000', '105617.838000', '105617.841000', '105617.844000', '105617.846000', '105617.849000', '105617.852000', '105617.854000', '105617.857000', '105617.860000', '105617.862000', '105617.865000', '105617.868000', '105617.870000', '105617.873000', '105617.876000', '105617.878000', '105617.881000', '105617.883000', '105617.886000', '105617.889000', '105617.891000', '105637.744000', '105637.748000', '105637.750000', '105637.753000', '105637.756000', '105637.758000', '105637.761000', '105637.764000', '105637.766000', '105637.769000', '105637.772000', '105637.774000', '105637.777000', '105637.780000', '105637.783000', '105637.785000', '105637.788000', '105637.791000', '105637.793000', '105637.796000', '105637.798000', '105637.801000', '105637.804000', '105637.807000', '105637.809000', '105637.812000', '105637.815000', '105637.817000', '105637.820000', '105637.823000', '105637.825000', '105637.828000', '105637.831000', '105637.833000', '105637.836000', '105637.839000', '105637.841000', '105637.844000', '105637.846000', '105637.849000', '105637.852000', '105637.855000', '105637.857000', '105637.867000', '105657.744000', '105657.747000', '105657.750000', '105657.753000', '105657.755000', '105657.758000', '105657.761000', '105657.763000', '105657.766000', '105657.769000', '105657.771000', '105657.774000', '105657.777000', '105657.779000', '105657.782000', '105657.785000', '105657.787000', '105657.790000', '105657.793000', '105657.796000', '105657.798000', '105657.801000', '105657.803000', '105657.806000', '105657.809000', '105657.811000', '105657.814000', '105657.817000', '105657.819000', '105657.822000', '105657.825000', '105657.827000', '105657.830000', '105657.833000', '105657.835000', '105657.838000', '105657.841000', '105657.843000', '105657.846000', '105657.849000', '105657.851000', '105657.854000', '105657.857000', '105717.745000', '105717.747000', '105717.750000', '105717.753000', '105717.755000', '105717.758000', '105717.761000', '105717.763000', '105717.766000', '105717.769000', '105717.771000', '105717.774000', '105717.777000', '105717.779000', '105717.782000', '105717.785000', '105717.787000', '105717.790000', '105717.793000', '105717.795000', '105717.798000', '105717.801000', '105717.803000', '105717.806000', '105717.809000', '105717.811000', '105717.814000', '105717.816000', '105717.819000', '105717.822000', '105717.824000', '105717.827000', '105717.830000', '105717.832000', '105717.835000', '105717.837000', '105717.840000', '105717.843000', '105717.845000', '105717.848000', '105717.851000', '105717.853000', '105717.856000', '105717.859000', '105737.745000', '105737.748000', '105737.750000', '105737.753000', '105737.756000', '105737.758000', '105737.761000', '105737.764000', '105737.766000', '105737.769000', '105737.772000', '105737.774000', '105737.777000', '105737.780000', '105737.782000', '105737.785000', '105737.788000', '105737.790000', '105737.793000', '105737.796000', '105737.798000', '105737.801000', '105737.804000', '105737.806000', '105737.809000', '105737.812000', '105737.830000', '105737.832000', '105737.835000', '105737.838000', '105737.840000', '105737.843000', '105737.846000', '105737.848000', '105737.851000', '105737.854000', '105737.857000', '105737.859000', '105737.862000', '105737.865000', '105737.867000', '105737.870000', '105737.873000', '105757.746000', '105757.749000', '105757.751000', '105757.754000', '105757.757000', '105757.759000', '105757.762000', '105757.765000', '105757.767000', '105757.770000', '105757.773000', '105757.775000', '105757.778000', '105757.781000', '105757.783000', '105757.786000', '105757.789000', '105757.791000', '105757.794000', '105757.797000', '105757.800000', '105757.802000', '105757.805000', '105757.808000', '105757.810000', '105757.813000', '105757.816000', '105757.819000', '105757.821000', '105757.824000', '105757.827000', '105757.829000', '105757.832000', '105757.834000', '105757.837000', '105757.840000', '105757.843000', '105757.845000', '105757.848000', '105757.851000', '105757.853000', '105757.856000', '105757.859000', '105757.861000', '105817.745000', '105817.748000', '105817.750000', '105817.753000', '105817.755000', '105817.758000', '105817.761000', '105817.763000', '105817.766000', '105817.769000', '105817.771000', '105817.774000', '105817.777000', '105817.779000', '105817.782000', '105817.785000', '105817.787000', '105817.790000', '105817.793000', '105817.795000', '105817.798000', '105817.801000', '105817.803000', '105817.806000', '105817.809000', '105817.811000', '105817.814000', '105817.817000', '105817.819000', '105817.822000', '105817.825000', '105817.827000', '105817.830000', '105817.833000', '105817.835000', '105817.838000', '105817.841000', '105817.843000', '105817.846000', '105817.849000', '105817.851000', '105817.854000', '105817.857000', '105837.744000', '105837.746000', '105837.749000', '105837.754000', '105837.756000', '105837.759000', '105837.762000', '105837.764000', '105837.767000', '105837.770000', '105837.772000', '105837.775000', '105837.778000', '105837.780000', '105837.783000', '105837.786000', '105837.788000', '105837.791000', '105837.794000', '105837.797000', '105837.799000', '105837.802000', '105837.805000', '105837.807000', '105837.810000', '105837.813000', '105837.815000', '105837.818000', '105837.821000', '105837.823000', '105837.826000', '105837.829000', '105837.831000', '105837.834000', '105837.837000', '105837.839000', '105837.842000', '105837.845000', '105837.847000', '105837.850000', '105837.853000', '105837.855000', '105837.858000', '105857.745000', '105857.748000', '105857.750000', '105857.753000', '105857.755000', '105857.760000', '105857.762000', '105857.765000', '105857.768000', '105857.770000', '105857.773000', '105857.776000', '105857.778000', '105857.781000', '105857.784000', '105857.786000', '105857.789000', '105857.792000', '105857.794000', '105857.797000', '105857.799000', '105857.802000', '105857.805000', '105857.807000', '105857.810000', '105857.813000', '105857.816000', '105857.818000', '105857.821000', '105857.824000', '105857.826000', '105857.829000', '105857.831000', '105857.834000', '105857.837000', '105857.840000', '105857.842000', '105857.845000', '105857.855000', '105857.857000', '105857.860000', '105857.863000', '105857.865000', '105857.868000', '105917.745000', '105917.747000', '105917.750000', '105917.753000', '105917.755000', '105917.758000', '105917.761000', '105917.764000', '105917.766000', '105917.769000', '105917.771000', '105917.775000', '105917.777000', '105917.780000', '105917.783000', '105917.787000', '105917.789000', '105917.792000', '105917.795000', '105917.797000', '105917.800000', '105917.803000', '105917.806000', '105917.808000', '105917.811000', '105917.814000', '105917.816000', '105917.819000', '105917.821000', '105917.824000', '105917.827000', '105917.829000', '105917.832000', '105917.835000', '105917.838000', '105917.840000', '105917.843000', '105917.846000', '105917.848000', '105917.851000', '105917.854000', '105917.856000', '105917.859000', '105937.745000', '105937.748000', '105937.750000', '105937.753000', '105937.756000', '105937.758000', '105937.761000', '105937.764000', '105937.766000', '105937.769000', '105937.772000', '105937.774000', '105937.777000', '105937.780000', '105937.782000', '105937.785000', '105937.788000', '105937.790000', '105937.793000', '105937.795000', '105937.803000', '105937.806000', '105937.814000', '105937.817000', '105937.820000', '105937.822000', '105937.825000', '105937.827000', '105937.830000', '105937.833000', '105937.835000', '105937.838000', '105937.841000', '105937.843000', '105937.846000', '105937.849000', '105937.852000', '105937.854000', '105937.857000', '105937.859000', '105937.862000', '105937.865000', '105937.867000', '105937.870000', '105957.744000', '105957.747000', '105957.750000', '105957.752000', '105957.755000', '105957.758000', '105957.760000', '105957.763000', '105957.766000', '105957.769000', '105957.771000', '105957.774000', '105957.776000', '105957.779000', '105957.782000', '105957.784000', '105957.787000', '105957.790000', '105957.792000', '105957.795000', '105957.798000', '105957.800000', '105957.803000', '105957.806000', '105957.808000', '105957.811000', '105957.814000', '105957.816000', '105957.819000', '105957.822000', '105957.824000', '105957.827000', '105957.829000', '105957.832000', '105957.835000', '105957.837000', '105957.840000', '105957.843000', '105957.845000', '105957.848000', '105957.851000', '105957.853000', '105957.856000', '105957.858000', '110017.745000', '110017.747000', '110017.751000', '110017.753000', '110017.756000', '110017.758000', '110017.761000', '110017.764000', '110017.766000', '110017.769000', '110017.772000', '110017.774000', '110017.777000', '110017.780000', '110017.782000', '110017.785000', '110017.788000', '110017.790000', '110017.793000', '110017.796000', '110017.798000', '110017.801000', '110017.804000', '110017.807000', '110017.809000', '110017.812000', '110017.815000', '110017.817000', '110017.820000', '110017.822000', '110017.825000', '110017.828000', '110017.830000', '110017.833000', '110017.842000', '110017.845000', '110017.847000', '110017.850000', '110017.853000', '110017.855000', '110017.858000', '110017.861000', '110017.863000', '110037.745000', '110037.748000', '110037.750000', '110037.753000', '110037.756000', '110037.759000', '110037.761000', '110037.764000', '110037.768000', '110037.770000', '110037.773000', '110037.776000', '110037.778000', '110037.781000', '110037.784000', '110037.786000', '110037.789000', '110037.792000', '110037.794000', '110037.797000', '110037.800000', '110037.803000', '110037.805000', '110037.808000', '110037.811000', '110037.813000', '110037.816000', '110037.819000', '110037.822000', '110037.825000', '110037.828000', '110037.830000', '110037.833000', '110037.836000', '110037.838000', '110037.841000', '110037.844000', '110037.846000', '110037.849000', '110037.852000', '110037.854000', '110037.857000', '110037.860000', '110057.744000', '110057.747000', '110057.750000', '110057.752000', '110057.755000', '110057.757000', '110057.760000', '110057.763000', '110057.766000', '110057.768000', '110057.771000', '110057.774000', '110057.776000', '110057.779000', '110057.782000', '110057.784000', '110057.787000', '110057.790000', '110057.792000', '110057.795000', '110057.798000', '110057.801000', '110057.803000', '110057.806000', '110057.809000', '110057.811000', '110057.822000', '110057.824000', '110057.827000', '110057.829000', '110057.832000', '110057.835000', '110057.838000', '110057.840000', '110057.843000', '110057.846000', '110057.848000', '110057.851000', '110057.854000', '110057.856000', '110057.859000', '110057.862000', '110057.864000', '110057.867000', '110117.745000', '110117.748000', '110117.750000', '110117.753000', '110117.756000', '110117.758000', '110117.761000', '110117.764000', '110117.766000', '110117.769000', '110117.772000', '110117.774000', '110117.777000', '110117.780000', '110117.782000', '110117.785000', '110117.788000', '110117.790000', '110117.793000', '110117.796000', '110117.799000', '110117.802000', '110117.804000', '110117.808000', '110117.811000', '110117.813000', '110117.816000', '110117.819000', '110117.821000', '110117.824000', '110117.826000', '110117.829000', '110117.832000', '110117.834000', '110117.837000', '110117.840000', '110117.842000', '110117.845000', '110117.848000', '110117.850000', '110117.853000', '110117.855000', '110117.858000', '110137.745000', '110137.748000', '110137.750000', '110137.753000', '110137.756000', '110137.758000', '110137.761000', '110137.764000', '110137.766000', '110137.769000', '110137.772000', '110137.774000', '110137.777000', '110137.780000', '110137.782000', '110137.785000', '110137.787000', '110137.791000', '110137.793000', '110137.796000', '110137.798000', '110137.801000', '110137.804000', '110137.806000', '110137.809000', '110137.812000', '110137.815000', '110137.817000', '110137.830000', '110137.833000', '110137.836000', '110137.845000', '110137.847000', '110137.850000', '110137.853000', '110137.855000', '110137.858000', '110137.861000', '110137.863000', '110137.866000', '110137.869000', '110137.871000', '110137.874000', '110137.877000', '110157.745000', '110157.747000', '110157.750000', '110157.753000', '110157.756000', '110157.758000', '110157.761000', '110157.764000', '110157.766000', '110157.769000', '110157.772000', '110157.774000', '110157.777000', '110157.780000', '110157.782000', '110157.785000', '110157.788000', '110157.791000', '110157.795000', '110157.798000', '110157.800000', '110157.803000', '110157.806000', '110157.809000', '110157.811000', '110157.814000', '110157.816000', '110157.819000', '110157.822000', '110157.825000', '110157.827000', '110157.830000', '110157.832000', '110157.835000', '110157.838000', '110157.840000', '110157.843000', '110157.846000', '110157.848000', '110157.851000', '110157.854000', '110157.856000', '110157.859000', '110217.745000', '110217.747000', '110217.750000', '110217.753000', '110217.756000', '110217.758000', '110217.761000', '110217.764000', '110217.766000', '110217.769000', '110217.772000', '110217.774000', '110217.777000', '110217.779000', '110217.782000', '110217.785000', '110217.788000', '110217.790000', '110217.793000', '110217.795000', '110217.798000', '110217.801000', '110217.804000', '110217.806000', '110217.809000', '110217.812000', '110217.814000', '110217.817000', '110217.820000', '110217.823000', '110217.825000', '110217.828000', '110217.838000', '110217.840000', '110217.843000', '110217.846000', '110217.849000', '110217.851000', '110217.854000', '110217.857000', '110217.859000', '110217.862000', '110217.864000', '110217.867000', '110237.745000', '110237.747000', '110237.750000', '110237.753000', '110237.756000', '110237.758000', '110237.761000', '110237.764000', '110237.766000', '110237.769000', '110237.772000', '110237.775000', '110237.778000', '110237.780000', '110237.783000', '110237.786000', '110237.788000', '110237.791000', '110237.794000', '110237.796000', '110237.799000', '110237.802000', '110237.804000', '110237.807000', '110237.810000', '110237.812000', '110237.815000', '110237.817000', '110237.820000', '110237.823000', '110237.825000', '110237.828000', '110237.831000', '110237.833000', '110237.836000', '110237.839000', '110237.841000', '110237.844000', '110237.846000', '110237.849000', '110237.852000', '110237.855000', '110237.857000', '110251.154000', '110251.157000', '110251.160000', '110251.163000', '110251.165000', '110251.168000', '110251.170000', '110251.173000', '110251.176000', '110251.179000', '110251.181000', '110251.184000', '110251.186000', '110251.189000', '110251.192000', '110251.194000', '110251.197000', '110251.200000', '110251.202000', '110251.205000', '110251.208000', '110251.210000', '110251.213000', '110251.216000', '110251.218000', '110251.221000', '110251.223000', '110251.226000', '110251.238000', '110251.241000'], 'InstanceCreationTime': ['105257.777000', '105257.780000', '105257.783000', '105257.796000', '105257.798000', '105257.801000', '105257.804000', '105257.806000', '105257.809000', '105257.811000', '105257.814000', '105257.817000', '105257.820000', '105257.822000', '105257.825000', '105257.828000', '105257.831000', '105257.834000', '105257.837000', '105257.839000', '105257.842000', '105257.844000', '105257.847000', '105257.850000', '105257.852000', '105257.855000', '105257.858000', '105257.936000', '105257.944000', '105257.947000', '105257.949000', '105317.745000', '105317.747000', '105317.751000', '105317.753000', '105317.756000', '105317.758000', '105317.765000', '105317.768000', '105317.770000', '105317.773000', '105317.776000', '105317.778000', '105317.781000', '105317.783000', '105317.786000', '105317.789000', '105317.791000', '105317.794000', '105317.796000', '105317.799000', '105317.802000', '105317.804000', '105317.807000', '105317.810000', '105317.812000', '105317.815000', '105317.817000', '105317.820000', '105317.823000', '105317.825000', '105317.828000', '105317.831000', '105317.833000', '105317.836000', '105317.838000', '105317.841000', '105317.844000', '105317.846000', '105317.849000', '105317.852000', '105317.854000', '105317.857000', '105317.859000', '105317.862000', '105337.744000', '105337.747000', '105337.750000', '105337.752000', '105337.755000', '105337.758000', '105337.760000', '105337.763000', '105337.766000', '105337.768000', '105337.771000', '105337.773000', '105337.776000', '105337.779000', '105337.781000', '105337.784000', '105337.787000', '105337.796000', '105337.799000', '105337.801000', '105337.804000', '105337.807000', '105337.809000', '105337.812000', '105337.830000', '105337.833000', '105337.835000', '105337.838000', '105337.841000', '105337.843000', '105337.846000', '105337.848000', '105337.851000', '105337.854000', '105337.856000', '105337.859000', '105337.862000', '105337.864000', '105337.867000', '105337.870000', '105337.873000', '105337.875000', '105337.879000', '105357.743000', '105357.746000', '105357.749000', '105357.751000', '105357.754000', '105357.757000', '105357.759000', '105357.762000', '105357.765000', '105357.767000', '105357.770000', '105357.773000', '105357.775000', '105357.778000', '105357.781000', '105357.783000', '105357.786000', '105357.788000', '105357.791000', '105357.794000', '105357.796000', '105357.799000', '105357.802000', '105357.804000', '105357.807000', '105357.810000', '105357.812000', '105357.815000', '105357.818000', '105357.820000', '105357.823000', '105357.825000', '105357.828000', '105357.831000', '105357.833000', '105357.836000', '105357.839000', '105357.841000', '105357.844000', '105357.846000', '105357.849000', '105357.852000', '105357.854000', '105357.857000', '105417.744000', '105417.747000', '105417.750000', '105417.753000', '105417.755000', '105417.758000', '105417.761000', '105417.763000', '105417.766000', '105417.769000', '105417.771000', '105417.774000', '105417.777000', '105417.779000', '105417.782000', '105417.785000', '105417.787000', '105417.790000', '105417.792000', '105417.795000', '105417.798000', '105417.801000', '105417.803000', '105417.806000', '105417.809000', '105417.811000', '105417.814000', '105417.817000', '105417.819000', '105417.822000', '105417.825000', '105417.828000', '105417.831000', '105417.834000', '105417.837000', '105417.839000', '105417.842000', '105417.844000', '105417.847000', '105417.850000', '105417.852000', '105417.855000', '105417.858000', '105437.744000', '105437.747000', '105437.750000', '105437.752000', '105437.756000', '105437.758000', '105437.770000', '105437.772000', '105437.775000', '105437.778000', '105437.780000', '105437.783000', '105437.785000', '105437.788000', '105437.791000', '105437.793000', '105437.796000', '105437.798000', '105437.801000', '105437.804000', '105437.806000', '105437.809000', '105437.812000', '105437.814000', '105437.817000', '105437.820000', '105437.822000', '105437.825000', '105437.828000', '105437.830000', '105437.833000', '105437.835000', '105437.838000', '105437.841000', '105437.843000', '105437.846000', '105437.848000', '105437.851000', '105437.854000', '105437.856000', '105437.859000', '105437.861000', '105437.864000', '105437.867000', '105457.744000', '105457.747000', '105457.750000', '105457.753000', '105457.756000', '105457.758000', '105457.761000', '105457.764000', '105457.766000', '105457.769000', '105457.772000', '105457.774000', '105457.777000', '105457.779000', '105457.782000', '105457.785000', '105457.787000', '105457.790000', '105457.793000', '105457.795000', '105457.798000', '105457.801000', '105457.804000', '105457.806000', '105457.809000', '105457.811000', '105457.814000', '105457.817000', '105457.820000', '105457.823000', '105457.826000', '105457.829000', '105457.833000', '105457.835000', '105457.838000', '105457.841000', '105457.843000', '105457.846000', '105457.849000', '105457.851000', '105457.854000', '105457.857000', '105457.859000', '105517.744000', '105517.747000', '105517.750000', '105517.753000', '105517.756000', '105517.758000', '105517.761000', '105517.764000', '105517.767000', '105517.769000', '105517.772000', '105517.775000', '105517.777000', '105517.780000', '105517.788000', '105517.791000', '105517.794000', '105517.796000', '105517.799000', '105517.802000', '105517.805000', '105517.807000', '105517.810000', '105517.813000', '105517.815000', '105517.818000', '105517.820000', '105517.823000', '105517.826000', '105517.828000', '105517.831000', '105517.834000', '105517.836000', '105517.839000', '105517.841000', '105517.844000', '105517.847000', '105517.849000', '105517.852000', '105517.855000', '105517.857000', '105517.860000', '105517.862000', '105517.865000', '105537.744000', '105537.747000', '105537.750000', '105537.753000', '105537.755000', '105537.758000', '105537.761000', '105537.763000', '105537.766000', '105537.769000', '105537.771000', '105537.774000', '105537.777000', '105537.779000', '105537.782000', '105537.784000', '105537.787000', '105537.790000', '105537.792000', '105537.795000', '105537.798000', '105537.800000', '105537.803000', '105537.806000', '105537.808000', '105537.811000', '105537.814000', '105537.816000', '105537.819000', '105537.822000', '105537.824000', '105537.827000', '105537.829000', '105537.832000', '105537.835000', '105537.837000', '105537.840000', '105537.843000', '105537.845000', '105537.848000', '105537.851000', '105537.853000', '105537.856000', '105557.744000', '105557.747000', '105557.750000', '105557.753000', '105557.756000', '105557.758000', '105557.761000', '105557.764000', '105557.766000', '105557.769000', '105557.771000', '105557.774000', '105557.777000', '105557.779000', '105557.782000', '105557.785000', '105557.787000', '105557.790000', '105557.793000', '105557.795000', '105557.798000', '105557.801000', '105557.803000', '105557.806000', '105557.809000', '105557.811000', '105557.814000', '105557.817000', '105557.819000', '105557.822000', '105557.824000', '105557.827000', '105557.830000', '105557.832000', '105557.835000', '105557.838000', '105557.840000', '105557.843000', '105557.846000', '105557.848000', '105557.851000', '105557.853000', '105557.856000', '105557.859000', '105617.743000', '105617.782000', '105617.785000', '105617.787000', '105617.790000', '105617.793000', '105617.795000', '105617.798000', '105617.801000', '105617.803000', '105617.806000', '105617.809000', '105617.811000', '105617.814000', '105617.817000', '105617.819000', '105617.822000', '105617.825000', '105617.827000', '105617.830000', '105617.833000', '105617.836000', '105617.838000', '105617.841000', '105617.844000', '105617.846000', '105617.849000', '105617.852000', '105617.854000', '105617.857000', '105617.860000', '105617.862000', '105617.865000', '105617.868000', '105617.870000', '105617.873000', '105617.876000', '105617.878000', '105617.881000', '105617.883000', '105617.886000', '105617.889000', '105617.891000', '105637.744000', '105637.748000', '105637.750000', '105637.753000', '105637.756000', '105637.758000', '105637.761000', '105637.764000', '105637.766000', '105637.769000', '105637.772000', '105637.774000', '105637.777000', '105637.780000', '105637.783000', '105637.785000', '105637.788000', '105637.791000', '105637.793000', '105637.796000', '105637.798000', '105637.801000', '105637.804000', '105637.807000', '105637.809000', '105637.812000', '105637.815000', '105637.817000', '105637.820000', '105637.823000', '105637.825000', '105637.828000', '105637.831000', '105637.833000', '105637.836000', '105637.839000', '105637.841000', '105637.844000', '105637.846000', '105637.849000', '105637.852000', '105637.855000', '105637.857000', '105637.867000', '105657.744000', '105657.747000', '105657.750000', '105657.753000', '105657.755000', '105657.758000', '105657.761000', '105657.763000', '105657.766000', '105657.769000', '105657.771000', '105657.774000', '105657.777000', '105657.779000', '105657.782000', '105657.785000', '105657.787000', '105657.790000', '105657.793000', '105657.796000', '105657.798000', '105657.801000', '105657.803000', '105657.806000', '105657.809000', '105657.811000', '105657.814000', '105657.817000', '105657.819000', '105657.822000', '105657.825000', '105657.827000', '105657.830000', '105657.833000', '105657.835000', '105657.838000', '105657.841000', '105657.843000', '105657.846000', '105657.849000', '105657.851000', '105657.854000', '105657.857000', '105717.745000', '105717.747000', '105717.750000', '105717.753000', '105717.755000', '105717.758000', '105717.761000', '105717.763000', '105717.766000', '105717.769000', '105717.771000', '105717.774000', '105717.777000', '105717.779000', '105717.782000', '105717.785000', '105717.787000', '105717.790000', '105717.793000', '105717.795000', '105717.798000', '105717.801000', '105717.803000', '105717.806000', '105717.809000', '105717.811000', '105717.814000', '105717.816000', '105717.819000', '105717.822000', '105717.824000', '105717.827000', '105717.830000', '105717.832000', '105717.835000', '105717.837000', '105717.840000', '105717.843000', '105717.845000', '105717.848000', '105717.851000', '105717.853000', '105717.856000', '105717.859000', '105737.745000', '105737.748000', '105737.750000', '105737.753000', '105737.756000', '105737.758000', '105737.761000', '105737.764000', '105737.766000', '105737.769000', '105737.772000', '105737.774000', '105737.777000', '105737.780000', '105737.782000', '105737.785000', '105737.788000', '105737.790000', '105737.793000', '105737.796000', '105737.798000', '105737.801000', '105737.804000', '105737.806000', '105737.809000', '105737.812000', '105737.830000', '105737.832000', '105737.835000', '105737.838000', '105737.840000', '105737.843000', '105737.846000', '105737.848000', '105737.851000', '105737.854000', '105737.857000', '105737.859000', '105737.862000', '105737.865000', '105737.867000', '105737.870000', '105737.873000', '105757.746000', '105757.749000', '105757.751000', '105757.754000', '105757.757000', '105757.759000', '105757.762000', '105757.765000', '105757.767000', '105757.770000', '105757.773000', '105757.775000', '105757.778000', '105757.781000', '105757.783000', '105757.786000', '105757.789000', '105757.791000', '105757.794000', '105757.797000', '105757.800000', '105757.802000', '105757.805000', '105757.808000', '105757.810000', '105757.813000', '105757.816000', '105757.819000', '105757.821000', '105757.824000', '105757.827000', '105757.829000', '105757.832000', '105757.834000', '105757.837000', '105757.840000', '105757.843000', '105757.845000', '105757.848000', '105757.851000', '105757.853000', '105757.856000', '105757.859000', '105757.861000', '105817.745000', '105817.748000', '105817.750000', '105817.753000', '105817.755000', '105817.758000', '105817.761000', '105817.763000', '105817.766000', '105817.769000', '105817.771000', '105817.774000', '105817.777000', '105817.779000', '105817.782000', '105817.785000', '105817.787000', '105817.790000', '105817.793000', '105817.795000', '105817.798000', '105817.801000', '105817.803000', '105817.806000', '105817.809000', '105817.811000', '105817.814000', '105817.817000', '105817.819000', '105817.822000', '105817.825000', '105817.827000', '105817.830000', '105817.833000', '105817.835000', '105817.838000', '105817.841000', '105817.843000', '105817.846000', '105817.849000', '105817.851000', '105817.854000', '105817.857000', '105837.744000', '105837.746000', '105837.749000', '105837.754000', '105837.756000', '105837.759000', '105837.762000', '105837.764000', '105837.767000', '105837.770000', '105837.772000', '105837.775000', '105837.778000', '105837.780000', '105837.783000', '105837.786000', '105837.788000', '105837.791000', '105837.794000', '105837.797000', '105837.799000', '105837.802000', '105837.805000', '105837.807000', '105837.810000', '105837.813000', '105837.815000', '105837.818000', '105837.821000', '105837.823000', '105837.826000', '105837.829000', '105837.831000', '105837.834000', '105837.837000', '105837.839000', '105837.842000', '105837.845000', '105837.847000', '105837.850000', '105837.853000', '105837.855000', '105837.858000', '105857.745000', '105857.748000', '105857.750000', '105857.753000', '105857.755000', '105857.760000', '105857.762000', '105857.765000', '105857.768000', '105857.770000', '105857.773000', '105857.776000', '105857.778000', '105857.781000', '105857.784000', '105857.786000', '105857.789000', '105857.792000', '105857.794000', '105857.797000', '105857.799000', '105857.802000', '105857.805000', '105857.807000', '105857.810000', '105857.813000', '105857.816000', '105857.818000', '105857.821000', '105857.824000', '105857.826000', '105857.829000', '105857.831000', '105857.834000', '105857.837000', '105857.840000', '105857.842000', '105857.845000', '105857.855000', '105857.857000', '105857.860000', '105857.863000', '105857.865000', '105857.868000', '105917.745000', '105917.747000', '105917.750000', '105917.753000', '105917.755000', '105917.758000', '105917.761000', '105917.764000', '105917.766000', '105917.769000', '105917.771000', '105917.775000', '105917.777000', '105917.780000', '105917.783000', '105917.787000', '105917.789000', '105917.792000', '105917.795000', '105917.797000', '105917.800000', '105917.803000', '105917.806000', '105917.808000', '105917.811000', '105917.814000', '105917.816000', '105917.819000', '105917.821000', '105917.824000', '105917.827000', '105917.829000', '105917.832000', '105917.835000', '105917.838000', '105917.840000', '105917.843000', '105917.846000', '105917.848000', '105917.851000', '105917.854000', '105917.856000', '105917.859000', '105937.745000', '105937.748000', '105937.750000', '105937.753000', '105937.756000', '105937.758000', '105937.761000', '105937.764000', '105937.766000', '105937.769000', '105937.772000', '105937.774000', '105937.777000', '105937.780000', '105937.782000', '105937.785000', '105937.788000', '105937.790000', '105937.793000', '105937.795000', '105937.803000', '105937.806000', '105937.814000', '105937.817000', '105937.820000', '105937.822000', '105937.825000', '105937.827000', '105937.830000', '105937.833000', '105937.835000', '105937.838000', '105937.841000', '105937.843000', '105937.846000', '105937.849000', '105937.852000', '105937.854000', '105937.857000', '105937.859000', '105937.862000', '105937.865000', '105937.867000', '105937.870000', '105957.744000', '105957.747000', '105957.750000', '105957.752000', '105957.755000', '105957.758000', '105957.760000', '105957.763000', '105957.766000', '105957.769000', '105957.771000', '105957.774000', '105957.776000', '105957.779000', '105957.782000', '105957.784000', '105957.787000', '105957.790000', '105957.792000', '105957.795000', '105957.798000', '105957.800000', '105957.803000', '105957.806000', '105957.808000', '105957.811000', '105957.814000', '105957.816000', '105957.819000', '105957.822000', '105957.824000', '105957.827000', '105957.829000', '105957.832000', '105957.835000', '105957.837000', '105957.840000', '105957.843000', '105957.845000', '105957.848000', '105957.851000', '105957.853000', '105957.856000', '105957.858000', '110017.745000', '110017.747000', '110017.751000', '110017.753000', '110017.756000', '110017.758000', '110017.761000', '110017.764000', '110017.766000', '110017.769000', '110017.772000', '110017.774000', '110017.777000', '110017.780000', '110017.782000', '110017.785000', '110017.788000', '110017.790000', '110017.793000', '110017.796000', '110017.798000', '110017.801000', '110017.804000', '110017.807000', '110017.809000', '110017.812000', '110017.815000', '110017.817000', '110017.820000', '110017.822000', '110017.825000', '110017.828000', '110017.830000', '110017.833000', '110017.842000', '110017.845000', '110017.847000', '110017.850000', '110017.853000', '110017.855000', '110017.858000', '110017.861000', '110017.863000', '110037.745000', '110037.748000', '110037.750000', '110037.753000', '110037.756000', '110037.759000', '110037.761000', '110037.764000', '110037.768000', '110037.770000', '110037.773000', '110037.776000', '110037.778000', '110037.781000', '110037.784000', '110037.786000', '110037.789000', '110037.792000', '110037.794000', '110037.797000', '110037.800000', '110037.803000', '110037.805000', '110037.808000', '110037.811000', '110037.813000', '110037.816000', '110037.819000', '110037.822000', '110037.825000', '110037.828000', '110037.830000', '110037.833000', '110037.836000', '110037.838000', '110037.841000', '110037.844000', '110037.846000', '110037.849000', '110037.852000', '110037.854000', '110037.857000', '110037.860000', '110057.744000', '110057.747000', '110057.750000', '110057.752000', '110057.755000', '110057.757000', '110057.760000', '110057.763000', '110057.766000', '110057.768000', '110057.771000', '110057.774000', '110057.776000', '110057.779000', '110057.782000', '110057.784000', '110057.787000', '110057.790000', '110057.792000', '110057.795000', '110057.798000', '110057.801000', '110057.803000', '110057.806000', '110057.809000', '110057.811000', '110057.822000', '110057.824000', '110057.827000', '110057.829000', '110057.832000', '110057.835000', '110057.838000', '110057.840000', '110057.843000', '110057.846000', '110057.848000', '110057.851000', '110057.854000', '110057.856000', '110057.859000', '110057.862000', '110057.864000', '110057.867000', '110117.745000', '110117.748000', '110117.750000', '110117.753000', '110117.756000', '110117.758000', '110117.761000', '110117.764000', '110117.766000', '110117.769000', '110117.772000', '110117.774000', '110117.777000', '110117.780000', '110117.782000', '110117.785000', '110117.788000', '110117.790000', '110117.793000', '110117.796000', '110117.799000', '110117.802000', '110117.804000', '110117.808000', '110117.811000', '110117.813000', '110117.816000', '110117.819000', '110117.821000', '110117.824000', '110117.826000', '110117.829000', '110117.832000', '110117.834000', '110117.837000', '110117.840000', '110117.842000', '110117.845000', '110117.848000', '110117.850000', '110117.853000', '110117.855000', '110117.858000', '110137.745000', '110137.748000', '110137.750000', '110137.753000', '110137.756000', '110137.758000', '110137.761000', '110137.764000', '110137.766000', '110137.769000', '110137.772000', '110137.774000', '110137.777000', '110137.780000', '110137.782000', '110137.785000', '110137.787000', '110137.791000', '110137.793000', '110137.796000', '110137.798000', '110137.801000', '110137.804000', '110137.806000', '110137.809000', '110137.812000', '110137.815000', '110137.817000', '110137.830000', '110137.833000', '110137.836000', '110137.845000', '110137.847000', '110137.850000', '110137.853000', '110137.855000', '110137.858000', '110137.861000', '110137.863000', '110137.866000', '110137.869000', '110137.871000', '110137.874000', '110137.877000', '110157.745000', '110157.747000', '110157.750000', '110157.753000', '110157.756000', '110157.758000', '110157.761000', '110157.764000', '110157.766000', '110157.769000', '110157.772000', '110157.774000', '110157.777000', '110157.780000', '110157.782000', '110157.785000', '110157.788000', '110157.791000', '110157.795000', '110157.798000', '110157.800000', '110157.803000', '110157.806000', '110157.809000', '110157.811000', '110157.814000', '110157.816000', '110157.819000', '110157.822000', '110157.825000', '110157.827000', '110157.830000', '110157.832000', '110157.835000', '110157.838000', '110157.840000', '110157.843000', '110157.846000', '110157.848000', '110157.851000', '110157.854000', '110157.856000', '110157.859000', '110217.745000', '110217.747000', '110217.750000', '110217.753000', '110217.756000', '110217.758000', '110217.761000', '110217.764000', '110217.766000', '110217.769000', '110217.772000', '110217.774000', '110217.777000', '110217.779000', '110217.782000', '110217.785000', '110217.788000', '110217.790000', '110217.793000', '110217.795000', '110217.798000', '110217.801000', '110217.804000', '110217.806000', '110217.809000', '110217.812000', '110217.814000', '110217.817000', '110217.820000', '110217.823000', '110217.825000', '110217.828000', '110217.838000', '110217.840000', '110217.843000', '110217.846000', '110217.849000', '110217.851000', '110217.854000', '110217.857000', '110217.859000', '110217.862000', '110217.864000', '110217.867000', '110237.745000', '110237.747000', '110237.750000', '110237.753000', '110237.756000', '110237.758000', '110237.761000', '110237.764000', '110237.766000', '110237.769000', '110237.772000', '110237.775000', '110237.778000', '110237.780000', '110237.783000', '110237.786000', '110237.788000', '110237.791000', '110237.794000', '110237.796000', '110237.799000', '110237.802000', '110237.804000', '110237.807000', '110237.810000', '110237.812000', '110237.815000', '110237.817000', '110237.820000', '110237.823000', '110237.825000', '110237.828000', '110237.831000', '110237.833000', '110237.836000', '110237.839000', '110237.841000', '110237.844000', '110237.846000', '110237.849000', '110237.852000', '110237.855000', '110237.857000', '110251.154000', '110251.157000', '110251.160000', '110251.163000', '110251.165000', '110251.168000', '110251.170000', '110251.173000', '110251.176000', '110251.179000', '110251.181000', '110251.184000', '110251.186000', '110251.189000', '110251.192000', '110251.194000', '110251.197000', '110251.200000', '110251.202000', '110251.205000', '110251.208000', '110251.210000', '110251.213000', '110251.216000', '110251.218000', '110251.221000', '110251.223000', '110251.226000', '110251.238000', '110251.241000'], '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], 'LargestImagePixelValue': [11539, 14346, 10984, 11843, 14728, 9879, 11940, 14441, 9159, 11935, 15549, 10173, 12170, 14238, 11366, 11832, 14949, 11588, 11891, 14287, 11402, 11578, 11088, 12087, 12217, 15596, 11309, 11607, 9510, 11640, 11818, 9496, 11963, 12304, 10033, 12079, 11521, 9260, 11653, 13234, 11005, 12225, 13456, 10585, 11971, 9015, 11624, 12517, 9318, 11661, 12909, 10037, 11831, 14986, 11047, 12083, 12185, 11501, 12685, 14433, 11373, 12162, 13499, 11101, 11732, 9001, 11625, 13677, 9116, 11601, 13321, 9127, 11723, 13845, 9673, 12082, 13571, 9536, 11590, 13055, 10839, 11918, 9854, 11305, 11800, 8859, 11483, 14152, 9635, 11751, 12755, 11559, 11376, 11758, 9612, 11370, 12760, 8955, 11694, 13133, 9037, 11535, 12329, 9660, 11652, 14999, 9143, 11882, 13186, 9280, 11667, 13595, 10469, 11838, 14546, 10263, 11838, 9894, 11432, 12681, 10410, 11975, 12927, 9140, 11634, 13326, 9080, 12116, 14310, 10336, 11964, 12433, 9187, 11932, 12963, 10121, 11972, 11983, 14199, 10980, 11881, 11241, 11323, 11524, 11101, 11490, 11638, 9213, 11672, 12183, 9285, 12216, 12640, 9126, 12101, 12417, 8831, 12008, 14846, 9219, 12177, 13713, 9872, 11420, 8600, 11661, 12923, 10290, 11382, 8892, 11808, 12141, 11467, 13595, 10340, 12382, 10195, 11904, 15213, 10056, 13025, 9498, 11755, 14777, 10696, 12572, 9191, 11566, 15068, 10760, 12566, 8696, 10938, 15084, 9052, 11337, 14157, 9492, 12165, 9016, 11198, 13569, 8914, 10657, 10431, 9403, 11886, 8489, 10320, 12415, 9066, 10945, 11717, 9794, 12202, 8945, 9867, 14218, 9247, 10771, 14749, 9345, 11500, 9063, 9746, 13826, 8978, 10568, 11047, 9678, 13719, 8612, 10520, 14928, 9476, 13082, 9104, 11187, 15716, 9631, 13616, 9278, 10879, 15751, 9611, 12800, 15424, 9682, 13074, 8950, 10936, 14227, 12708, 10761, 13395, 8937, 11068, 14049, 9290, 10910, 13716, 9742, 11320, 11055, 10377, 11705, 8602, 11285, 8985, 10523, 12847, 9367, 11081, 9394, 10915, 14298, 13704, 10966, 13285, 9945, 10324, 13007, 8733, 11168, 14508, 9369, 11126, 13250, 9887, 11295, 8682, 10980, 13223, 8996, 11007, 13159, 9535, 11446, 10279, 10925, 12980, 8718, 11023, 14268, 10270, 11996, 10898, 10869, 13680, 9424, 11396, 16217, 9508, 11518, 14391, 9861, 11257, 10536, 11200, 12918, 9298, 11521, 13694, 10386, 11146, 9220, 11384, 13115, 9400, 10886, 9061, 11135, 13420, 8955, 10947, 13117, 10638, 13069, 15892, 10293, 13726, 13163, 10887, 13346, 9331, 11366, 13260, 9189, 10849, 9115, 10521, 8797, 10748, 13645, 10846, 12668, 9309, 11237, 14140, 10742, 13495, 16511, 10898, 13375, 14202, 10386, 12824, 12957, 10848, 12521, 10111, 11400, 11856, 8731, 11133, 13906, 9183, 11846, 12581, 10119, 11121, 13834, 10379, 11338, 14466, 9939, 11086, 9193, 11019, 13320, 9055, 11353, 13233, 9379, 11472, 8883, 11189, 13102, 9021, 11393, 13778, 10534, 12669, 13980, 10829, 13129, 9004, 11211, 14320, 9894, 11282, 12907, 9571, 11408, 12136, 10325, 11224, 10792, 10826, 12049, 8931, 11506, 13067, 10954, 11875, 9049, 11240, 14389, 9645, 11158, 15544, 10477, 13300, 9305, 11403, 14303, 11265, 11262, 13182, 8798, 11583, 13325, 10777, 11318, 14289, 10875, 11939, 8919, 11497, 13819, 9401, 11560, 13697, 10033, 11470, 9242, 11142, 12942, 9084, 11495, 14279, 10910, 12344, 12772, 11419, 13204, 11271, 11528, 13231, 9097, 11475, 15025, 9521, 11666, 14537, 10007, 11504, 12941, 11073, 12434, 10203, 11436, 12237, 8859, 11418, 14258, 10641, 11157, 14860, 10610, 11809, 9377, 11368, 13817, 9621, 11865, 14519, 10526, 12503, 10945, 11694, 13053, 9139, 11718, 13563, 10657, 11596, 15749, 10780, 11573, 14436, 10782, 12873, 9896, 11510, 12725, 8845, 11694, 12912, 11248, 11412, 11351, 11534, 12136, 10301, 11513, 15235, 11074, 11533, 13761, 11210, 13068, 8728, 11644, 14105, 10225, 11400, 14390, 10899, 12408, 9578, 11586, 13898, 10308, 11401, 15688, 11205, 12938, 9356, 11661, 13771, 10513, 11398, 14765, 11072, 12192, 9342, 11593, 14273, 9660, 11549, 14327, 10316, 11595, 14369, 11543, 11269, 13383, 11402, 12013, 9110, 11784, 13446, 9623, 11833, 12488, 10938, 11367, 13918, 11226, 11824, 9204, 11313, 13225, 10450, 11721, 14635, 11348, 12734, 9092, 11822, 14909, 10601, 11550, 12443, 11572, 13266, 16520, 11272, 12844, 9894, 11868, 13418, 9057, 11884, 14593, 10647, 11460, 10415, 11638, 12632, 9125, 11750, 13863, 9781, 11303, 13953, 11294, 12017, 13229, 11510, 12436, 9025, 11778, 14731, 10504, 11578, 14706, 11072, 11902, 9157, 11794, 12898, 8885, 11641, 13358, 10508, 11516, 9450, 11845, 13713, 10431, 11238, 15688, 11505, 13168, 9795, 11683, 13557, 11059, 11612, 15664, 11125, 13172, 9126, 11615, 15305, 9956, 12032, 14241, 9554, 11830, 12532, 10681, 11826, 14177, 11003, 11079, 8729, 11093, 11390, 10684, 11468, 9277, 11659, 8895, 11524, 14839, 9912, 11779, 15054, 10838, 13247, 14177, 11780, 12837, 13936, 11780, 12652, 8908, 11846, 14016, 9616, 11970, 14687, 10222, 11832, 13901, 11090, 11519, 15052, 11551, 11790, 9658, 11287, 12193, 10384, 12005, 14087, 10897, 11549, 12557, 11561, 13057, 16081, 11615, 12646, 15214, 11331, 11636, 14454, 11428, 12244, 15539, 11551, 11638, 14759, 11335, 11499, 13504, 11584, 11297, 14760, 11234, 11417, 14151, 10998, 11520, 14246, 11347, 11356, 14301, 10934, 11462, 13143, 11494, 11825, 11828, 11603, 11904, 9072, 11949, 14148, 10463, 11928, 12466, 9756, 11568, 12241, 9343, 12118, 13006, 9516, 11514, 13475, 10943, 12053, 14482, 10838, 11466, 9288, 11476, 13383, 9238, 12030, 14081, 9212, 11745, 13459, 10491, 11800, 15779, 10723, 11639, 13090, 11282, 11377, 8965, 11299, 14010, 9872, 10710, 9187, 11091, 13605, 9839, 11404, 9238, 11202, 15390, 9617, 11754, 16151, 10826, 13293, 16665, 10826, 11707, 14731, 9862, 11481, 15230, 9394, 11607, 14255, 9587, 11723, 9878, 11051, 12714, 10976, 11079, 12752, 8981, 11217, 13147, 9253, 11812, 14051, 9727, 11755, 11308, 11493, 12962, 16878, 11304, 13503, 13162, 11267, 13636, 14675, 11773, 12458, 14284, 10880, 12019, 12107, 11591, 12085, 15406, 11523, 11680, 13521, 11121, 11758, 14099, 11532, 11724, 9901, 11453, 11699, 9325, 11850, 13534, 9581, 11919, 13454, 9284, 11715, 14383, 9745, 11826, 12573, 9507, 11546, 11584, 9178, 11584, 13997, 9299, 11800, 13517, 9957, 11723, 9213, 11967, 13527, 9592, 12022, 13802, 10718, 12496, 9613, 11712, 14797, 9291, 11928, 14774, 10992, 12774, 15630, 11478, 13517, 11791, 11777, 13617, 16135, 11364, 12332, 13928, 11321, 12658, 11465, 11742, 12231, 14740, 11453, 11194, 9606, 11671, 12519, 9360, 12065, 13217, 10654, 11687, 9665, 11949, 13521, 9240, 11693, 14583, 10916, 11773, 15263, 11190, 12106, 9248, 11607, 14415, 9528, 11757, 14737, 10183, 11958, 14318, 11074, 12088, 13137, 11276, 12311, 9337, 12117, 14485, 9592, 12067, 14624, 10104, 11827, 14045, 11448, 11545, 15462, 11286, 12431, 9436, 12139, 13578, 9965, 11674, 14004, 9950, 11999, 15429, 9663, 12058, 14497, 9142, 11702, 13844, 9898, 12203, 13314, 10739, 11933, 9143, 12194, 11665, 9486, 12027, 11793, 10792, 11799, 9374, 11784, 14029, 10631, 11914, 15634, 11203, 13470, 9198, 11633, 15254, 10396, 12343, 9116, 11625, 11286, 11103, 14046, 11044, 12686, 12099, 11110, 14882, 11039, 13026, 16065, 11879, 13809, 15585, 11424, 12566, 15030, 11387, 11568, 15804, 10883, 11287, 9918, 11355, 12548, 9383, 11917, 12147, 9630, 11576, 14593, 10512, 11608, 11165, 10649, 11988, 9496, 11538, 14171, 9492, 11626, 14283, 10117, 11696, 15757, 10110, 11751, 14320, 10323, 12094, 15386, 10840, 12062, 9165, 11088, 13059, 9191, 11655, 14626, 10518, 12262, 9059, 11631, 14079, 9251, 11796, 14411, 10393, 11468, 15533, 10744, 12028, 14914, 10826, 13391, 15361, 11109, 12001, 14961, 10593, 11378, 12899, 11474, 11706, 15097, 11044, 11410, 9448, 11633, 12419, 9858, 11565, 12730, 9424, 11569, 12889, 9412, 11751, 14838, 9950, 11816, 13786, 10865, 12054, 15268, 11248, 11666, 14276, 10999, 11627, 9372, 11949, 14007, 9352, 11694, 14313, 10884, 11770, 14707, 11314, 11603, 13881, 11136, 12652, 14301, 11292, 11846, 13315, 11571, 11702, 8899, 11528, 13943, 10023, 11881, 14327, 10431, 11580, 13967, 11392, 11486, 14671, 10924, 11889, 12688, 11526, 11745, 15293, 10914, 11676, 10314, 11264, 12266, 11402, 11716, 12114, 9250, 11452, 11782, 9293, 11862, 13772, 10146, 11824, 14031, 10630, 11438, 14704, 10558, 11887, 14269, 10477, 12154, 9244, 11864, 13491, 9714, 11551, 14182, 9628, 11770, 15097, 10971, 11850, 14903, 11045, 12893, 10090, 11932, 13952, 14631, 11806, 12708, 9251, 11805, 14463, 10269, 11949, 13374, 9441, 11748, 13768, 10552, 12015, 15122, 10131, 11841, 14324, 10424, 11846, 14772, 10701, 11828, 14245, 10904, 11875, 10034, 11958, 12760, 9707, 12088, 13618, 8995, 11864, 14298, 11360, 11829, 15252, 11034, 11582, 9239, 11967, 13731, 9543, 12084, 14691, 9223, 11703, 13627, 9269, 12214, 13656, 9464, 12065, 12211, 9971, 11889, 14303, 10473, 11976, 13566, 10685, 11868, 11694, 11697, 11948, 14528, 11618, 11725, 9386, 11860, 13651, 10034, 12021, 12539, 12002, 11991, 11523, 8988, 11788, 13787, 9132, 12005, 13933, 10247, 11919, 14033, 10925, 11815, 15093, 11060, 11641, 13319, 11212, 12630, 15709, 11572, 12209, 9603, 11468, 11933, 10092, 12161, 14401, 11017, 11683, 11787, 11732, 13077, 16108, 11168, 11873, 14988, 10703, 11718, 13873, 11204, 11961, 15087, 10951, 11742, 9305, 11633, 11499], 'WindowCenter': [4787.0, 4781.0, 4733.0, 4730.0, 4748.0, 4704.0, 4714.0, 4733.0, 4691.0, 4712.0, 4732.0, 4689.0, 4710.0, 4718.0, 4697.0, 4712.0, 4720.0, 4699.0, 4711.0, 4716.0, 4699.0, 4700.0, 4698.0, 4709.0, 4710.0, 4717.0, 4698.0, 4699.0, 4687.0, 4710.0, 4711.0, 4689.0, 4711.0, 4711.0, 4689.0, 4711.0, 4710.0, 4691.0, 4712.0, 4722.0, 4713.0, 4724.0, 4720.0, 4713.0, 4724.0, 4693.0, 4714.0, 4724.0, 4693.0, 4723.0, 4723.0, 4713.0, 4726.0, 4744.0, 4714.0, 4726.0, 4721.0, 4724.0, 4726.0, 4732.0, 4713.0, 4724.0, 4721.0, 4712.0, 4722.0, 4691.0, 4724.0, 4734.0, 4693.0, 4723.0, 4722.0, 4703.0, 4725.0, 4733.0, 4703.0, 4724.0, 4721.0, 4701.0, 4725.0, 4733.0, 4715.0, 4726.0, 4703.0, 4726.0, 4725.0, 4705.0, 4727.0, 4748.0, 4704.0, 4724.0, 4725.0, 4712.0, 4712.0, 4713.0, 4691.0, 4724.0, 4723.0, 4692.0, 4722.0, 4723.0, 4693.0, 4725.0, 4723.0, 4703.0, 4727.0, 4746.0, 4703.0, 4725.0, 4723.0, 4702.0, 4726.0, 4734.0, 4714.0, 4726.0, 4732.0, 4702.0, 4725.0, 4703.0, 4725.0, 4736.0, 4713.0, 4723.0, 4724.0, 4691.0, 4714.0, 4734.0, 4691.0, 4724.0, 4734.0, 4700.0, 4711.0, 4712.0, 4690.0, 4712.0, 4723.0, 4689.0, 4709.0, 4712.0, 4717.0, 4700.0, 4713.0, 4710.0, 4712.0, 4713.0, 4710.0, 4713.0, 4713.0, 4692.0, 4724.0, 4723.0, 4703.0, 4723.0, 4724.0, 4692.0, 4724.0, 4723.0, 4693.0, 4724.0, 4734.0, 4691.0, 4724.0, 4720.0, 4703.0, 4725.0, 4695.0, 4737.0, 4736.0, 4729.0, 4738.0, 4719.0, 4741.0, 4737.0, 4739.0, 4748.0, 4728.0, 4739.0, 4717.0, 4738.0, 4746.0, 4715.0, 4738.0, 4716.0, 4727.0, 4745.0, 4715.0, 4726.0, 4703.0, 4727.0, 4742.0, 4715.0, 4725.0, 4694.0, 4716.0, 4744.0, 4693.0, 4713.0, 4732.0, 4704.0, 4724.0, 4693.0, 4714.0, 4733.0, 4693.0, 4716.0, 4713.0, 4706.0, 4726.0, 4706.0, 4728.0, 4735.0, 4719.0, 4740.0, 4736.0, 4729.0, 4738.0, 4706.0, 4719.0, 4748.0, 4717.0, 4728.0, 4744.0, 4706.0, 4727.0, 4704.0, 4717.0, 4737.0, 4705.0, 4729.0, 4726.0, 4717.0, 4749.0, 4708.0, 4730.0, 4747.0, 4718.0, 4738.0, 4705.0, 4729.0, 4746.0, 4705.0, 4737.0, 4703.0, 4715.0, 4745.0, 4703.0, 4725.0, 4729.0, 4702.0, 4723.0, 4691.0, 4712.0, 4734.0, 4710.0, 4700.0, 4709.0, 4677.0, 4698.0, 4719.0, 4678.0, 4699.0, 4706.0, 4689.0, 4701.0, 4698.0, 4701.0, 4711.0, 4692.0, 4714.0, 4703.0, 4716.0, 4734.0, 4705.0, 4728.0, 4706.0, 4727.0, 4750.0, 4734.0, 4714.0, 4722.0, 4689.0, 4701.0, 4721.0, 4680.0, 4710.0, 4719.0, 4691.0, 4713.0, 4718.0, 4703.0, 4714.0, 4692.0, 4714.0, 4723.0, 4691.0, 4714.0, 4722.0, 4704.0, 4726.0, 4712.0, 4715.0, 4724.0, 4694.0, 4714.0, 4732.0, 4715.0, 4724.0, 4711.0, 4715.0, 4734.0, 4692.0, 4714.0, 4745.0, 4692.0, 4713.0, 4720.0, 4690.0, 4712.0, 4700.0, 4712.0, 4723.0, 4691.0, 4713.0, 4721.0, 4702.0, 4714.0, 4692.0, 4724.0, 4721.0, 4705.0, 4716.0, 4705.0, 4727.0, 4736.0, 4704.0, 4728.0, 4735.0, 4716.0, 4738.0, 4743.0, 4703.0, 4724.0, 4710.0, 4702.0, 4722.0, 4689.0, 4713.0, 4720.0, 4694.0, 4712.0, 4693.0, 4716.0, 4705.0, 4726.0, 4748.0, 4730.0, 4739.0, 4706.0, 4729.0, 4735.0, 4715.0, 4738.0, 4744.0, 4703.0, 4724.0, 4720.0, 4691.0, 4713.0, 4709.0, 4700.0, 4709.0, 4686.0, 4700.0, 4710.0, 4680.0, 4711.0, 4719.0, 4691.0, 4713.0, 4711.0, 4701.0, 4715.0, 4722.0, 4703.0, 4714.0, 4730.0, 4701.0, 4712.0, 4703.0, 4716.0, 4735.0, 4693.0, 4727.0, 4734.0, 4707.0, 4728.0, 4707.0, 4727.0, 4737.0, 4707.0, 4740.0, 4745.0, 4718.0, 4739.0, 4735.0, 4716.0, 4726.0, 4694.0, 4725.0, 4737.0, 4702.0, 4714.0, 4721.0, 4692.0, 4712.0, 4710.0, 4714.0, 4716.0, 4712.0, 4716.0, 4725.0, 4705.0, 4729.0, 4736.0, 4727.0, 4728.0, 4705.0, 4728.0, 4748.0, 4706.0, 4718.0, 4744.0, 4716.0, 4737.0, 4704.0, 4724.0, 4738.0, 4713.0, 4714.0, 4723.0, 4683.0, 4726.0, 4723.0, 4714.0, 4717.0, 4733.0, 4715.0, 4715.0, 4693.0, 4728.0, 4734.0, 4693.0, 4715.0, 4723.0, 4704.0, 4726.0, 4703.0, 4726.0, 4726.0, 4706.0, 4728.0, 4733.0, 4716.0, 4737.0, 4724.0, 4726.0, 4735.0, 4713.0, 4715.0, 4725.0, 4693.0, 4713.0, 4733.0, 4693.0, 4713.0, 4731.0, 4703.0, 4714.0, 4722.0, 4715.0, 4726.0, 4703.0, 4715.0, 4724.0, 4692.0, 4725.0, 4732.0, 4714.0, 4716.0, 4733.0, 4714.0, 4725.0, 4693.0, 4725.0, 4735.0, 4704.0, 4726.0, 4732.0, 4715.0, 4727.0, 4714.0, 4724.0, 4724.0, 4691.0, 4725.0, 4733.0, 4712.0, 4727.0, 4745.0, 4714.0, 4715.0, 4732.0, 4713.0, 4725.0, 4703.0, 4714.0, 4724.0, 4693.0, 4725.0, 4724.0, 4725.0, 4725.0, 4714.0, 4726.0, 4725.0, 4715.0, 4728.0, 4746.0, 4715.0, 4726.0, 4733.0, 4715.0, 4725.0, 4694.0, 4726.0, 4735.0, 4704.0, 4727.0, 4734.0, 4715.0, 4727.0, 4704.0, 4726.0, 4734.0, 4703.0, 4716.0, 4743.0, 4713.0, 4725.0, 4692.0, 4715.0, 4734.0, 4713.0, 4716.0, 4733.0, 4715.0, 4725.0, 4693.0, 4715.0, 4734.0, 4693.0, 4714.0, 4722.0, 4702.0, 4713.0, 4732.0, 4713.0, 4714.0, 4720.0, 4712.0, 4723.0, 4692.0, 4724.0, 4725.0, 4693.0, 4713.0, 4722.0, 4713.0, 4726.0, 4733.0, 4713.0, 4725.0, 4693.0, 4726.0, 4736.0, 4714.0, 4728.0, 4734.0, 4716.0, 4736.0, 4706.0, 4727.0, 4746.0, 4715.0, 4727.0, 4723.0, 4725.0, 4736.0, 4743.0, 4713.0, 4723.0, 4701.0, 4713.0, 4732.0, 4693.0, 4723.0, 4732.0, 4714.0, 4725.0, 4713.0, 4723.0, 4726.0, 4704.0, 4726.0, 4734.0, 4704.0, 4716.0, 4734.0, 4715.0, 4727.0, 4723.0, 4714.0, 4724.0, 4694.0, 4726.0, 4735.0, 4703.0, 4715.0, 4732.0, 4713.0, 4723.0, 4704.0, 4725.0, 4724.0, 4693.0, 4726.0, 4734.0, 4716.0, 4728.0, 4706.0, 4727.0, 4735.0, 4715.0, 4728.0, 4746.0, 4726.0, 4726.0, 4703.0, 4725.0, 4734.0, 4715.0, 4727.0, 4743.0, 4715.0, 4726.0, 4693.0, 4715.0, 4735.0, 4703.0, 4724.0, 4723.0, 4691.0, 4713.0, 4711.0, 4700.0, 4724.0, 4722.0, 4713.0, 4716.0, 4691.0, 4715.0, 4724.0, 4728.0, 4738.0, 4718.0, 4741.0, 4709.0, 4740.0, 4750.0, 4716.0, 4729.0, 4735.0, 4714.0, 4738.0, 4734.0, 4715.0, 4726.0, 4723.0, 4713.0, 4713.0, 4691.0, 4712.0, 4724.0, 4692.0, 4713.0, 4732.0, 4702.0, 4714.0, 4721.0, 4713.0, 4716.0, 4733.0, 4712.0, 4713.0, 4690.0, 4714.0, 4713.0, 4702.0, 4725.0, 4732.0, 4715.0, 4717.0, 4723.0, 4715.0, 4737.0, 4735.0, 4702.0, 4712.0, 4719.0, 4699.0, 4700.0, 4718.0, 4700.0, 4712.0, 4720.0, 4699.0, 4700.0, 4717.0, 4699.0, 4701.0, 4708.0, 4700.0, 4700.0, 4719.0, 4699.0, 4701.0, 4708.0, 4699.0, 4710.0, 4718.0, 4700.0, 4702.0, 4718.0, 4700.0, 4712.0, 4710.0, 4710.0, 4713.0, 4710.0, 4711.0, 4713.0, 4691.0, 4712.0, 4733.0, 4701.0, 4711.0, 4711.0, 4687.0, 4711.0, 4712.0, 4690.0, 4712.0, 4721.0, 4691.0, 4713.0, 4722.0, 4712.0, 4724.0, 4721.0, 4702.0, 4713.0, 4692.0, 4714.0, 4735.0, 4693.0, 4724.0, 4733.0, 4692.0, 4714.0, 4722.0, 4713.0, 4726.0, 4742.0, 4713.0, 4714.0, 4721.0, 4712.0, 4713.0, 4692.0, 4726.0, 4735.0, 4702.0, 4704.0, 4704.0, 4727.0, 4734.0, 4717.0, 4727.0, 4706.0, 4728.0, 4747.0, 4705.0, 4727.0, 4744.0, 4714.0, 4726.0, 4733.0, 4701.0, 4701.0, 4719.0, 4688.0, 4700.0, 4720.0, 4678.0, 4699.0, 4716.0, 4689.0, 4709.0, 4690.0, 4712.0, 4724.0, 4701.0, 4712.0, 4721.0, 4690.0, 4713.0, 4722.0, 4692.0, 4713.0, 4730.0, 4703.0, 4725.0, 4713.0, 4714.0, 4726.0, 4742.0, 4712.0, 4723.0, 4709.0, 4700.0, 4723.0, 4719.0, 4699.0, 4711.0, 4716.0, 4699.0, 4711.0, 4697.0, 4699.0, 4711.0, 4718.0, 4699.0, 4710.0, 4706.0, 4699.0, 4712.0, 4719.0, 4700.0, 4710.0, 4689.0, 4711.0, 4712.0, 4690.0, 4723.0, 4723.0, 4692.0, 4723.0, 4723.0, 4690.0, 4712.0, 4734.0, 4690.0, 4711.0, 4711.0, 4688.0, 4709.0, 4701.0, 4688.0, 4712.0, 4722.0, 4692.0, 4714.0, 4720.0, 4703.0, 4723.0, 4702.0, 4726.0, 4735.0, 4704.0, 4726.0, 4734.0, 4716.0, 4737.0, 4704.0, 4726.0, 4735.0, 4702.0, 4726.0, 4733.0, 4714.0, 4726.0, 4742.0, 4712.0, 4724.0, 4710.0, 4711.0, 4724.0, 4730.0, 4699.0, 4710.0, 4707.0, 4698.0, 4710.0, 4697.0, 4698.0, 4710.0, 4717.0, 4699.0, 4699.0, 4687.0, 4710.0, 4710.0, 4688.0, 4722.0, 4720.0, 4702.0, 4724.0, 4703.0, 4724.0, 4723.0, 4692.0, 4724.0, 4732.0, 4702.0, 4714.0, 4731.0, 4712.0, 4713.0, 4691.0, 4713.0, 4734.0, 4692.0, 4713.0, 4732.0, 4701.0, 4714.0, 4732.0, 4711.0, 4724.0, 4721.0, 4702.0, 4713.0, 4691.0, 4721.0, 4733.0, 4691.0, 4712.0, 4720.0, 4690.0, 4712.0, 4720.0, 4712.0, 4714.0, 4730.0, 4701.0, 4712.0, 4687.0, 4711.0, 4723.0, 4690.0, 4711.0, 4719.0, 4690.0, 4712.0, 4729.0, 4690.0, 4711.0, 4719.0, 4677.0, 4710.0, 4720.0, 4689.0, 4711.0, 4719.0, 4711.0, 4713.0, 4702.0, 4723.0, 4724.0, 4704.0, 4726.0, 4725.0, 4726.0, 4726.0, 4704.0, 4726.0, 4735.0, 4714.0, 4727.0, 4744.0, 4715.0, 4736.0, 4692.0, 4726.0, 4734.0, 4701.0, 4724.0, 4693.0, 4726.0, 4714.0, 4716.0, 4735.0, 4716.0, 4737.0, 4724.0, 4715.0, 4734.0, 4713.0, 4726.0, 4734.0, 4712.0, 4723.0, 4730.0, 4700.0, 4711.0, 4718.0, 4697.0, 4700.0, 4717.0, 4687.0, 4699.0, 4687.0, 4698.0, 4711.0, 4679.0, 4711.0, 4710.0, 4690.0, 4713.0, 4731.0, 4702.0, 4713.0, 4711.0, 4714.0, 4724.0, 4703.0, 4725.0, 4734.0, 4704.0, 4725.0, 4733.0, 4714.0, 4725.0, 4734.0, 4703.0, 4713.0, 4719.0, 4702.0, 4725.0, 4731.0, 4702.0, 4712.0, 4691.0, 4714.0, 4722.0, 4704.0, 4726.0, 4733.0, 4715.0, 4726.0, 4694.0, 4725.0, 4736.0, 4695.0, 4726.0, 4732.0, 4704.0, 4727.0, 4735.0, 4712.0, 4725.0, 4732.0, 4702.0, 4725.0, 4731.0, 4700.0, 4713.0, 4719.0, 4690.0, 4712.0, 4709.0, 4711.0, 4714.0, 4719.0, 4701.0, 4700.0, 4690.0, 4712.0, 4723.0, 4701.0, 4712.0, 4713.0, 4680.0, 4710.0, 4712.0, 4691.0, 4713.0, 4732.0, 4690.0, 4713.0, 4721.0, 4702.0, 4725.0, 4732.0, 4711.0, 4713.0, 4720.0, 4712.0, 4712.0, 4691.0, 4723.0, 4734.0, 4693.0, 4714.0, 4732.0, 4712.0, 4725.0, 4733.0, 4713.0, 4714.0, 4720.0, 4711.0, 4723.0, 4721.0, 4702.0, 4714.0, 4720.0, 4712.0, 4712.0, 4690.0, 4714.0, 4733.0, 4701.0, 4714.0, 4730.0, 4701.0, 4714.0, 4722.0, 4712.0, 4714.0, 4721.0, 4699.0, 4713.0, 4720.0, 4710.0, 4724.0, 4731.0, 4702.0, 4713.0, 4700.0, 4712.0, 4724.0, 4711.0, 4712.0, 4712.0, 4690.0, 4711.0, 4713.0, 4692.0, 4724.0, 4722.0, 4703.0, 4725.0, 4731.0, 4713.0, 4726.0, 4733.0, 4713.0, 4725.0, 4731.0, 4713.0, 4724.0, 4693.0, 4725.0, 4737.0, 4701.0, 4714.0, 4731.0, 4703.0, 4725.0, 4733.0, 4713.0, 4715.0, 4730.0, 4712.0, 4724.0, 4702.0, 4713.0, 4733.0, 4721.0, 4711.0, 4711.0, 4690.0, 4712.0, 4733.0, 4690.0, 4711.0, 4720.0, 4690.0, 4713.0, 4722.0, 4701.0, 4713.0, 4732.0, 4701.0, 4712.0, 4721.0, 4700.0, 4713.0, 4721.0, 4700.0, 4712.0, 4719.0, 4701.0, 4713.0, 4700.0, 4712.0, 4724.0, 4690.0, 4723.0, 4722.0, 4691.0, 4724.0, 4732.0, 4712.0, 4724.0, 4731.0, 4700.0, 4712.0, 4692.0, 4723.0, 4734.0, 4692.0, 4723.0, 4733.0, 4690.0, 4712.0, 4722.0, 4689.0, 4712.0, 4720.0, 4689.0, 4711.0, 4711.0, 4701.0, 4723.0, 4732.0, 4702.0, 4714.0, 4721.0, 4703.0, 4725.0, 4712.0, 4724.0, 4725.0, 4732.0, 4713.0, 4714.0, 4691.0, 4724.0, 4735.0, 4702.0, 4713.0, 4713.0, 4710.0, 4712.0, 4712.0, 4691.0, 4723.0, 4723.0, 4692.0, 4723.0, 4722.0, 4702.0, 4724.0, 4732.0, 4711.0, 4725.0, 4732.0, 4701.0, 4714.0, 4720.0, 4712.0, 4725.0, 4731.0, 4711.0, 4712.0, 4689.0, 4713.0, 4712.0, 4702.0, 4724.0, 4732.0, 4712.0, 4726.0, 4711.0, 4714.0, 4726.0, 4733.0, 4702.0, 4711.0, 4720.0, 4700.0, 4712.0, 4719.0, 4701.0, 4713.0, 4731.0, 4700.0, 4712.0, 4690.0, 4712.0, 4714.0], 'WindowWidth': [10453.0, 10437.0, 10350.0, 10339.0, 10363.0, 10294.0, 10306.0, 10330.0, 10268.0, 10299.0, 10330.0, 10264.0, 10292.0, 10302.0, 10273.0, 10299.0, 10308.0, 10278.0, 10295.0, 10298.0, 10276.0, 10282.0, 10273.0, 10290.0, 10295.0, 10302.0, 10274.0, 10277.0, 10258.0, 10294.0, 10297.0, 10263.0, 10295.0, 10298.0, 10264.0, 10298.0, 10294.0, 10270.0, 10303.0, 10314.0, 10302.0, 10321.0, 10312.0, 10304.0, 10320.0, 10275.0, 10305.0, 10321.0, 10275.0, 10318.0, 10317.0, 10304.0, 10327.0, 10347.0, 10306.0, 10325.0, 10313.0, 10319.0, 10325.0, 10328.0, 10301.0, 10318.0, 10310.0, 10299.0, 10315.0, 10271.0, 10320.0, 10334.0, 10274.0, 10317.0, 10314.0, 10289.0, 10321.0, 10331.0, 10289.0, 10320.0, 10313.0, 10287.0, 10323.0, 10330.0, 10308.0, 10328.0, 10291.0, 10325.0, 10322.0, 10296.0, 10330.0, 10361.0, 10291.0, 10320.0, 10323.0, 10298.0, 10299.0, 10303.0, 10271.0, 10319.0, 10320.0, 10273.0, 10314.0, 10317.0, 10276.0, 10321.0, 10318.0, 10292.0, 10331.0, 10355.0, 10290.0, 10321.0, 10315.0, 10288.0, 10324.0, 10333.0, 10305.0, 10325.0, 10330.0, 10289.0, 10322.0, 10288.0, 10322.0, 10342.0, 10303.0, 10316.0, 10320.0, 10271.0, 10305.0, 10335.0, 10271.0, 10318.0, 10336.0, 10280.0, 10298.0, 10301.0, 10267.0, 10300.0, 10317.0, 10264.0, 10293.0, 10299.0, 10300.0, 10278.0, 10301.0, 10292.0, 10299.0, 10305.0, 10294.0, 10301.0, 10303.0, 10273.0, 10320.0, 10321.0, 10290.0, 10318.0, 10322.0, 10273.0, 10319.0, 10317.0, 10275.0, 10322.0, 10337.0, 10271.0, 10317.0, 10311.0, 10291.0, 10321.0, 10282.0, 10343.0, 10342.0, 10336.0, 10347.0, 10321.0, 10354.0, 10345.0, 10350.0, 10361.0, 10333.0, 10350.0, 10315.0, 10346.0, 10357.0, 10312.0, 10345.0, 10311.0, 10328.0, 10353.0, 10310.0, 10327.0, 10292.0, 10327.0, 10346.0, 10308.0, 10323.0, 10278.0, 10311.0, 10349.0, 10277.0, 10303.0, 10329.0, 10291.0, 10321.0, 10275.0, 10307.0, 10332.0, 10276.0, 10312.0, 10305.0, 10297.0, 10327.0, 10298.0, 10331.0, 10338.0, 10321.0, 10353.0, 10341.0, 10334.0, 10347.0, 10300.0, 10320.0, 10358.0, 10314.0, 10330.0, 10349.0, 10298.0, 10327.0, 10293.0, 10315.0, 10343.0, 10298.0, 10334.0, 10327.0, 10318.0, 10362.0, 10303.0, 10336.0, 10356.0, 10316.0, 10346.0, 10297.0, 10334.0, 10356.0, 10296.0, 10342.0, 10292.0, 10310.0, 10352.0, 10289.0, 10322.0, 10323.0, 10286.0, 10317.0, 10268.0, 10299.0, 10336.0, 10293.0, 10278.0, 10290.0, 10242.0, 10272.0, 10302.0, 10246.0, 10275.0, 10283.0, 10262.0, 10283.0, 10275.0, 10283.0, 10296.0, 10272.0, 10306.0, 10290.0, 10312.0, 10335.0, 10298.0, 10332.0, 10299.0, 10328.0, 10367.0, 10333.0, 10303.0, 10314.0, 10263.0, 10282.0, 10310.0, 10252.0, 10294.0, 10306.0, 10267.0, 10300.0, 10304.0, 10289.0, 10304.0, 10270.0, 10303.0, 10316.0, 10271.0, 10304.0, 10313.0, 10291.0, 10325.0, 10302.0, 10308.0, 10318.0, 10276.0, 10306.0, 10330.0, 10306.0, 10322.0, 10299.0, 10308.0, 10331.0, 10271.0, 10307.0, 10351.0, 10272.0, 10300.0, 10308.0, 10266.0, 10299.0, 10280.0, 10299.0, 10318.0, 10269.0, 10301.0, 10311.0, 10286.0, 10306.0, 10272.0, 10318.0, 10312.0, 10295.0, 10312.0, 10294.0, 10328.0, 10340.0, 10293.0, 10331.0, 10337.0, 10311.0, 10345.0, 10346.0, 10287.0, 10317.0, 10293.0, 10284.0, 10314.0, 10264.0, 10300.0, 10310.0, 10276.0, 10299.0, 10273.0, 10310.0, 10295.0, 10328.0, 10358.0, 10334.0, 10347.0, 10298.0, 10334.0, 10337.0, 10308.0, 10346.0, 10352.0, 10287.0, 10316.0, 10307.0, 10265.0, 10299.0, 10290.0, 10278.0, 10291.0, 10255.0, 10277.0, 10291.0, 10249.0, 10295.0, 10305.0, 10266.0, 10300.0, 10295.0, 10283.0, 10308.0, 10313.0, 10288.0, 10304.0, 10322.0, 10284.0, 10300.0, 10288.0, 10309.0, 10333.0, 10276.0, 10325.0, 10333.0, 10300.0, 10331.0, 10299.0, 10329.0, 10342.0, 10301.0, 10349.0, 10351.0, 10317.0, 10349.0, 10335.0, 10310.0, 10324.0, 10276.0, 10320.0, 10343.0, 10284.0, 10303.0, 10311.0, 10269.0, 10299.0, 10294.0, 10305.0, 10311.0, 10301.0, 10311.0, 10320.0, 10295.0, 10332.0, 10339.0, 10328.0, 10332.0, 10294.0, 10329.0, 10356.0, 10296.0, 10317.0, 10349.0, 10308.0, 10340.0, 10291.0, 10319.0, 10346.0, 10301.0, 10302.0, 10313.0, 10259.0, 10323.0, 10316.0, 10304.0, 10312.0, 10330.0, 10306.0, 10306.0, 10275.0, 10329.0, 10336.0, 10275.0, 10307.0, 10315.0, 10290.0, 10322.0, 10290.0, 10324.0, 10325.0, 10298.0, 10328.0, 10333.0, 10311.0, 10344.0, 10320.0, 10324.0, 10337.0, 10301.0, 10305.0, 10321.0, 10273.0, 10303.0, 10331.0, 10274.0, 10301.0, 10324.0, 10287.0, 10305.0, 10314.0, 10306.0, 10325.0, 10287.0, 10306.0, 10318.0, 10274.0, 10321.0, 10327.0, 10303.0, 10311.0, 10331.0, 10304.0, 10320.0, 10274.0, 10322.0, 10337.0, 10290.0, 10322.0, 10329.0, 10307.0, 10327.0, 10304.0, 10318.0, 10321.0, 10270.0, 10320.0, 10329.0, 10300.0, 10326.0, 10349.0, 10303.0, 10307.0, 10325.0, 10300.0, 10319.0, 10287.0, 10305.0, 10317.0, 10274.0, 10320.0, 10319.0, 10320.0, 10322.0, 10306.0, 10322.0, 10322.0, 10307.0, 10330.0, 10352.0, 10307.0, 10325.0, 10329.0, 10306.0, 10322.0, 10278.0, 10322.0, 10335.0, 10290.0, 10325.0, 10331.0, 10308.0, 10327.0, 10289.0, 10322.0, 10333.0, 10288.0, 10310.0, 10345.0, 10302.0, 10321.0, 10270.0, 10305.0, 10331.0, 10302.0, 10309.0, 10328.0, 10306.0, 10322.0, 10276.0, 10306.0, 10334.0, 10273.0, 10303.0, 10312.0, 10283.0, 10302.0, 10326.0, 10299.0, 10303.0, 10307.0, 10298.0, 10316.0, 10272.0, 10317.0, 10323.0, 10272.0, 10300.0, 10310.0, 10300.0, 10325.0, 10331.0, 10303.0, 10321.0, 10275.0, 10324.0, 10337.0, 10307.0, 10329.0, 10334.0, 10310.0, 10339.0, 10296.0, 10326.0, 10352.0, 10306.0, 10327.0, 10316.0, 10320.0, 10341.0, 10346.0, 10300.0, 10315.0, 10281.0, 10302.0, 10327.0, 10275.0, 10315.0, 10327.0, 10303.0, 10322.0, 10302.0, 10317.0, 10324.0, 10290.0, 10323.0, 10333.0, 10290.0, 10309.0, 10332.0, 10306.0, 10328.0, 10315.0, 10304.0, 10319.0, 10277.0, 10324.0, 10337.0, 10288.0, 10306.0, 10327.0, 10301.0, 10318.0, 10289.0, 10319.0, 10320.0, 10275.0, 10324.0, 10332.0, 10310.0, 10330.0, 10297.0, 10327.0, 10336.0, 10308.0, 10334.0, 10352.0, 10322.0, 10325.0, 10288.0, 10320.0, 10332.0, 10306.0, 10327.0, 10347.0, 10307.0, 10323.0, 10274.0, 10307.0, 10337.0, 10286.0, 10315.0, 10315.0, 10267.0, 10299.0, 10295.0, 10281.0, 10318.0, 10312.0, 10301.0, 10309.0, 10268.0, 10307.0, 10320.0, 10332.0, 10345.0, 10320.0, 10353.0, 10307.0, 10349.0, 10366.0, 10311.0, 10331.0, 10337.0, 10304.0, 10343.0, 10332.0, 10305.0, 10324.0, 10313.0, 10300.0, 10300.0, 10268.0, 10299.0, 10317.0, 10269.0, 10300.0, 10324.0, 10285.0, 10303.0, 10310.0, 10299.0, 10309.0, 10328.0, 10298.0, 10300.0, 10264.0, 10301.0, 10301.0, 10284.0, 10320.0, 10328.0, 10306.0, 10313.0, 10315.0, 10305.0, 10341.0, 10338.0, 10282.0, 10298.0, 10303.0, 10275.0, 10280.0, 10300.0, 10277.0, 10298.0, 10307.0, 10274.0, 10279.0, 10297.0, 10273.0, 10281.0, 10288.0, 10277.0, 10280.0, 10305.0, 10275.0, 10280.0, 10287.0, 10275.0, 10295.0, 10302.0, 10279.0, 10284.0, 10302.0, 10279.0, 10299.0, 10291.0, 10292.0, 10301.0, 10292.0, 10296.0, 10302.0, 10269.0, 10300.0, 10333.0, 10280.0, 10294.0, 10296.0, 10257.0, 10293.0, 10298.0, 10264.0, 10296.0, 10310.0, 10266.0, 10301.0, 10312.0, 10298.0, 10317.0, 10311.0, 10286.0, 10302.0, 10271.0, 10305.0, 10338.0, 10274.0, 10318.0, 10328.0, 10272.0, 10304.0, 10313.0, 10302.0, 10325.0, 10342.0, 10302.0, 10305.0, 10308.0, 10298.0, 10302.0, 10273.0, 10324.0, 10335.0, 10283.0, 10291.0, 10289.0, 10325.0, 10334.0, 10313.0, 10330.0, 10298.0, 10330.0, 10357.0, 10293.0, 10327.0, 10348.0, 10303.0, 10324.0, 10334.0, 10279.0, 10280.0, 10302.0, 10258.0, 10279.0, 10305.0, 10244.0, 10274.0, 10295.0, 10260.0, 10291.0, 10265.0, 10299.0, 10319.0, 10282.0, 10298.0, 10309.0, 10266.0, 10300.0, 10314.0, 10270.0, 10303.0, 10323.0, 10288.0, 10321.0, 10301.0, 10303.0, 10325.0, 10343.0, 10299.0, 10316.0, 10291.0, 10279.0, 10315.0, 10305.0, 10275.0, 10294.0, 10296.0, 10274.0, 10294.0, 10271.0, 10276.0, 10297.0, 10301.0, 10274.0, 10293.0, 10282.0, 10277.0, 10298.0, 10303.0, 10278.0, 10294.0, 10261.0, 10296.0, 10299.0, 10269.0, 10316.0, 10319.0, 10271.0, 10315.0, 10315.0, 10267.0, 10299.0, 10332.0, 10265.0, 10294.0, 10295.0, 10259.0, 10292.0, 10282.0, 10261.0, 10299.0, 10313.0, 10270.0, 10303.0, 10310.0, 10290.0, 10317.0, 10288.0, 10324.0, 10337.0, 10293.0, 10325.0, 10333.0, 10310.0, 10342.0, 10292.0, 10323.0, 10336.0, 10287.0, 10323.0, 10333.0, 10303.0, 10326.0, 10343.0, 10299.0, 10319.0, 10292.0, 10295.0, 10319.0, 10322.0, 10275.0, 10291.0, 10284.0, 10273.0, 10294.0, 10270.0, 10274.0, 10294.0, 10300.0, 10275.0, 10276.0, 10257.0, 10293.0, 10295.0, 10263.0, 10312.0, 10307.0, 10286.0, 10321.0, 10289.0, 10318.0, 10318.0, 10270.0, 10319.0, 10328.0, 10285.0, 10305.0, 10325.0, 10297.0, 10302.0, 10268.0, 10301.0, 10332.0, 10272.0, 10302.0, 10325.0, 10282.0, 10304.0, 10326.0, 10297.0, 10318.0, 10309.0, 10284.0, 10301.0, 10267.0, 10310.0, 10331.0, 10267.0, 10298.0, 10308.0, 10266.0, 10299.0, 10308.0, 10298.0, 10305.0, 10320.0, 10281.0, 10298.0, 10259.0, 10296.0, 10316.0, 10265.0, 10294.0, 10304.0, 10265.0, 10298.0, 10321.0, 10263.0, 10295.0, 10305.0, 10245.0, 10293.0, 10305.0, 10263.0, 10296.0, 10304.0, 10296.0, 10302.0, 10285.0, 10317.0, 10320.0, 10293.0, 10325.0, 10323.0, 10325.0, 10326.0, 10291.0, 10324.0, 10337.0, 10305.0, 10328.0, 10348.0, 10307.0, 10338.0, 10273.0, 10324.0, 10331.0, 10281.0, 10317.0, 10275.0, 10323.0, 10305.0, 10309.0, 10336.0, 10308.0, 10341.0, 10319.0, 10306.0, 10333.0, 10301.0, 10324.0, 10335.0, 10297.0, 10316.0, 10321.0, 10276.0, 10295.0, 10301.0, 10270.0, 10277.0, 10296.0, 10255.0, 10275.0, 10256.0, 10274.0, 10296.0, 10248.0, 10294.0, 10292.0, 10266.0, 10301.0, 10322.0, 10285.0, 10301.0, 10296.0, 10303.0, 10318.0, 10289.0, 10320.0, 10333.0, 10289.0, 10321.0, 10331.0, 10305.0, 10323.0, 10334.0, 10286.0, 10301.0, 10305.0, 10284.0, 10320.0, 10322.0, 10284.0, 10298.0, 10267.0, 10302.0, 10314.0, 10289.0, 10322.0, 10330.0, 10307.0, 10325.0, 10277.0, 10321.0, 10338.0, 10278.0, 10322.0, 10328.0, 10291.0, 10325.0, 10336.0, 10299.0, 10321.0, 10326.0, 10284.0, 10320.0, 10324.0, 10278.0, 10300.0, 10305.0, 10263.0, 10296.0, 10290.0, 10294.0, 10303.0, 10305.0, 10280.0, 10280.0, 10263.0, 10297.0, 10317.0, 10281.0, 10298.0, 10300.0, 10251.0, 10294.0, 10297.0, 10266.0, 10301.0, 10327.0, 10266.0, 10302.0, 10309.0, 10285.0, 10323.0, 10329.0, 10295.0, 10302.0, 10306.0, 10299.0, 10301.0, 10269.0, 10315.0, 10332.0, 10273.0, 10304.0, 10326.0, 10299.0, 10321.0, 10329.0, 10301.0, 10305.0, 10308.0, 10295.0, 10317.0, 10308.0, 10283.0, 10305.0, 10306.0, 10297.0, 10298.0, 10266.0, 10304.0, 10328.0, 10283.0, 10303.0, 10323.0, 10282.0, 10303.0, 10312.0, 10298.0, 10305.0, 10311.0, 10277.0, 10300.0, 10306.0, 10294.0, 10319.0, 10326.0, 10285.0, 10301.0, 10279.0, 10298.0, 10319.0, 10295.0, 10299.0, 10298.0, 10266.0, 10298.0, 10301.0, 10271.0, 10318.0, 10314.0, 10287.0, 10320.0, 10326.0, 10301.0, 10325.0, 10330.0, 10302.0, 10322.0, 10324.0, 10302.0, 10319.0, 10274.0, 10321.0, 10342.0, 10284.0, 10304.0, 10326.0, 10286.0, 10322.0, 10330.0, 10301.0, 10308.0, 10323.0, 10299.0, 10318.0, 10286.0, 10301.0, 10333.0, 10312.0, 10294.0, 10296.0, 10264.0, 10297.0, 10330.0, 10263.0, 10294.0, 10304.0, 10266.0, 10301.0, 10312.0, 10282.0, 10301.0, 10326.0, 10280.0, 10299.0, 10308.0, 10279.0, 10301.0, 10309.0, 10278.0, 10297.0, 10304.0, 10281.0, 10301.0, 10281.0, 10299.0, 10318.0, 10266.0, 10314.0, 10312.0, 10269.0, 10317.0, 10326.0, 10298.0, 10318.0, 10325.0, 10282.0, 10299.0, 10270.0, 10315.0, 10335.0, 10271.0, 10315.0, 10330.0, 10265.0, 10297.0, 10312.0, 10264.0, 10298.0, 10310.0, 10263.0, 10295.0, 10294.0, 10282.0, 10316.0, 10326.0, 10284.0, 10303.0, 10310.0, 10288.0, 10320.0, 10301.0, 10318.0, 10323.0, 10326.0, 10300.0, 10304.0, 10269.0, 10318.0, 10337.0, 10283.0, 10299.0, 10303.0, 10292.0, 10297.0, 10300.0, 10267.0, 10315.0, 10317.0, 10270.0, 10315.0, 10312.0, 10284.0, 10318.0, 10327.0, 10298.0, 10322.0, 10329.0, 10283.0, 10302.0, 10306.0, 10296.0, 10322.0, 10324.0, 10295.0, 10298.0, 10263.0, 10300.0, 10300.0, 10286.0, 10320.0, 10329.0, 10301.0, 10323.0, 10297.0, 10303.0, 10326.0, 10333.0, 10283.0, 10297.0, 10306.0, 10277.0, 10296.0, 10304.0, 10281.0, 10303.0, 10325.0, 10279.0, 10299.0, 10265.0, 10299.0, 10307.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.00023064442759666417</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016323433358605005</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.544284554302045</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2540825230728376</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.995866434172989</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5142</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4662.7769</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08568085961025827</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.22744503411675512</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.554389356955834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5662644842700324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.748755479919108</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3481481066783605</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00965149</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006892362609505653</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.030658533796668053</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</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.098834831205047</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>23.0383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.8383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.1489</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288230.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1192.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.2304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7636</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.7724</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.8325</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4036.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88314.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4998.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.6645</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.869864674285054</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> |