=== 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-0003 --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-0003",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-04/func/sub-0003_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>b69fd32d52c259844ed486c592833acd</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:54:52.197500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999984, -0.00562845, 0.000736891, 0.00558502, 0.998755, 0.0495635]</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.104609</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7741, -7304, 531, -43, -103, -25, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.432</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ed19528b-d3d6-47c5-b4fb-2fb04fa7acf4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828837394714355, 0.0149841895326972, 0.002740337513387203, 111.68264770507812], [0.015100730583071709, 2.6795876026153564, 0.1338081955909729, -95.49395751953125], [0.001977024832740426, -0.1329752504825592, 2.696681022644043, -78.8021240234375], [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': ['105452.197500', '105452.657500', '105453.117500', '105453.577500', '105454.037500', '105454.497500', '105454.957500', '105455.417500', '105455.877500', '105456.337500', '105456.797500', '105457.257500', '105457.717500', '105458.177500', '105458.637500', '105459.097500', '105459.557500', '105500.017500', '105500.477500', '105500.937500', '105501.397500', '105501.857500', '105502.317500', '105502.777500', '105503.237500', '105503.697500', '105504.157500', '105504.617500', '105505.077500', '105505.537500', '105505.997500', '105506.457500', '105506.917500', '105507.377500', '105507.837500', '105508.297500', '105508.757500', '105509.217500', '105509.677500', '105510.137500', '105510.597500', '105511.057500', '105511.517500', '105511.977500', '105512.437500', '105512.897500', '105513.357500', '105513.817500', '105514.277500', '105514.737500', '105515.197500', '105515.657500', '105516.117500', '105516.577500', '105517.037500', '105517.497500', '105517.957500', '105518.417500', '105518.877500', '105519.337500', '105519.797500', '105520.257500', '105520.717500', '105521.177500', '105521.637500', '105522.097500', '105522.557500', '105523.017500', '105523.477500', '105523.937500', '105524.397500', '105524.857500', '105525.317500', '105525.777500', '105526.237500', '105526.697500', '105527.157500', '105527.617500', '105528.077500', '105528.537500', '105528.997500', '105529.457500', '105529.917500', '105530.377500', '105530.837500', '105531.297500', '105531.757500', '105532.217500', '105532.677500', '105533.137500', '105533.597500', '105534.057500', '105534.517500', '105534.977500', '105535.437500', '105535.897500', '105536.357500', '105536.817500', '105537.277500', '105537.737500', '105538.197500', '105538.657500', '105539.117500', '105539.577500', '105540.037500', '105540.497500', '105540.957500', '105541.417500', '105541.877500', '105542.337500', '105542.797500', '105543.257500', '105543.717500', '105544.177500', '105544.637500', '105545.097500', '105545.557500', '105546.017500', '105546.477500', '105546.937500', '105547.397500', '105547.857500', '105548.317500', '105548.777500', '105549.237500', '105549.697500', '105550.157500', '105550.617500', '105551.077500', '105551.537500', '105551.997500', '105552.457500', '105552.917500', '105553.377500', '105553.837500', '105554.297500', '105554.757500', '105555.217500', '105555.677500', '105556.137500', '105556.597500', '105557.057500', '105557.517500', '105557.977500', '105558.437500', '105558.897500', '105559.357500', '105559.817500', '105600.277500', '105600.737500', '105601.197500', '105601.657500', '105602.117500', '105602.577500', '105603.037500', '105603.497500', '105603.957500', '105604.417500', '105604.877500', '105605.337500', '105605.797500', '105606.257500', '105606.717500', '105607.177500', '105607.637500', '105608.097500', '105608.557500', '105609.017500', '105609.477500', '105609.937500', '105610.397500', '105610.857500', '105611.317500', '105611.777500', '105612.237500', '105612.697500', '105613.157500', '105613.617500', '105614.077500', '105614.537500', '105614.997500', '105615.457500', '105615.917500', '105616.377500', '105616.837500', '105617.297500', '105617.757500', '105618.217500', '105618.677500', '105619.137500', '105619.597500', '105620.057500', '105620.517500', '105620.977500', '105621.437500', '105621.897500', '105622.357500', '105622.817500', '105623.277500', '105623.737500', '105624.197500', '105624.657500', '105625.117500', '105625.577500', '105626.037500', '105626.497500', '105626.957500', '105627.417500', '105627.877500', '105628.337500', '105628.797500', '105629.257500', '105629.717500', '105630.177500', '105630.637500', '105631.097500', '105631.557500', '105632.017500', '105632.477500', '105632.937500', '105633.397500', '105633.857500', '105634.317500', '105634.777500', '105635.237500', '105635.697500', '105636.157500', '105636.617500', '105637.077500', '105637.537500', '105637.997500', '105638.457500', '105638.917500', '105639.377500', '105639.837500', '105640.297500', '105640.757500', '105641.217500', '105641.677500', '105642.137500', '105642.597500', '105643.057500', '105643.517500', '105643.977500', '105644.437500', '105644.897500', '105645.357500', '105645.817500', '105646.277500', '105646.737500', '105647.197500', '105647.657500', '105648.117500', '105648.577500', '105649.037500', '105649.497500', '105649.957500', '105650.417500', '105650.877500', '105651.337500', '105651.797500', '105652.257500', '105652.717500', '105653.177500', '105653.637500', '105654.097500', '105654.557500', '105655.017500', '105655.477500', '105655.937500', '105656.397500', '105656.857500', '105657.317500', '105657.777500', '105658.237500', '105658.697500', '105659.157500', '105659.617500', '105700.077500', '105700.537500', '105700.997500', '105701.457500', '105701.917500', '105702.377500', '105702.837500', '105703.297500', '105703.757500', '105704.217500', '105704.677500', '105705.137500', '105705.597500', '105706.057500', '105706.517500', '105706.977500', '105707.437500', '105707.897500', '105708.357500', '105708.817500', '105709.277500', '105709.737500', '105710.197500', '105710.657500', '105711.117500', '105711.577500', '105712.037500', '105712.497500', '105712.957500', '105713.417500', '105713.877500', '105714.337500', '105714.797500', '105715.257500', '105715.717500', '105716.177500', '105716.637500', '105717.097500', '105717.557500', '105718.017500', '105718.477500', '105718.937500', '105719.397500', '105719.857500', '105720.317500', '105720.777500', '105721.237500', '105721.697500', '105722.157500', '105722.617500', '105723.077500', '105723.537500', '105723.997500', '105724.457500', '105724.917500', '105725.377500', '105725.837500', '105726.297500', '105726.757500', '105727.217500', '105727.677500', '105728.137500', '105728.597500', '105729.057500', '105729.517500', '105729.977500', '105730.437500', '105730.897500', '105731.357500', '105731.817500', '105732.277500', '105732.737500', '105733.197500', '105733.657500', '105734.117500', '105734.577500', '105735.037500', '105735.497500', '105735.957500', '105736.417500', '105736.877500', '105737.337500', '105737.797500', '105738.257500', '105738.717500', '105739.177500', '105739.637500', '105740.097500', '105740.557500', '105741.017500', '105741.477500', '105741.937500', '105742.397500', '105742.857500', '105743.317500', '105743.777500', '105744.237500', '105744.697500', '105745.157500', '105745.617500', '105746.077500', '105746.537500', '105746.997500', '105747.457500', '105747.917500', '105748.377500', '105748.837500', '105749.297500', '105749.757500', '105750.217500', '105750.677500', '105751.137500', '105751.597500', '105752.057500', '105752.517500', '105752.977500', '105753.437500', '105753.897500', '105754.357500', '105754.817500', '105755.277500', '105755.737500', '105756.197500', '105756.657500', '105757.117500', '105757.577500', '105758.037500', '105758.497500', '105758.957500', '105759.417500', '105759.877500', '105800.337500', '105800.797500', '105801.257500', '105801.717500', '105802.177500', '105802.637500', '105803.097500', '105803.557500', '105804.017500', '105804.477500', '105804.937500', '105805.397500', '105805.857500', '105806.317500', '105806.777500', '105807.237500', '105807.697500', '105808.157500', '105808.617500', '105809.077500', '105809.537500', '105809.997500', '105810.457500', '105810.917500', '105811.377500', '105811.837500', '105812.297500', '105812.757500', '105813.217500', '105813.677500', '105814.137500', '105814.597500', '105815.057500', '105815.517500', '105815.977500', '105816.437500', '105816.897500', '105817.357500', '105817.817500', '105818.277500', '105818.737500', '105819.197500', '105819.657500', '105820.117500', '105820.577500', '105821.037500', '105821.497500', '105821.957500', '105822.417500', '105822.877500', '105823.337500', '105823.797500', '105824.257500', '105824.717500', '105825.177500', '105825.637500', '105826.097500', '105826.557500', '105827.017500', '105827.477500', '105827.937500', '105828.397500', '105828.857500', '105829.317500', '105829.777500', '105830.237500', '105830.697500', '105831.157500', '105831.617500', '105832.077500', '105832.537500', '105832.997500', '105833.457500', '105833.917500', '105834.377500', '105834.837500', '105835.297500', '105835.757500', '105836.217500', '105836.677500', '105837.137500', '105837.597500', '105838.057500', '105838.517500', '105838.977500', '105839.437500', '105839.897500', '105840.357500', '105840.817500', '105841.277500', '105841.737500', '105842.197500', '105842.657500', '105843.117500', '105843.577500', '105844.037500', '105844.497500', '105844.957500', '105845.417500', '105845.877500', '105846.337500', '105846.797500', '105847.257500', '105847.717500', '105848.177500', '105848.637500', '105849.097500', '105849.557500', '105850.017500', '105850.477500', '105850.937500', '105851.397500', '105851.857500', '105852.317500', '105852.777500', '105853.237500', '105853.697500', '105854.157500', '105854.617500', '105855.077500', '105855.537500', '105855.997500', '105856.457500', '105856.917500', '105857.377500', '105857.837500', '105858.297500', '105858.757500', '105859.217500', '105859.677500', '105900.137500', '105900.597500', '105901.057500', '105901.517500', '105901.977500', '105902.437500', '105902.897500', '105903.357500', '105903.817500', '105904.277500', '105904.737500', '105905.197500', '105905.657500', '105906.117500', '105906.577500', '105907.037500', '105907.497500', '105907.957500', '105908.417500', '105908.877500', '105909.337500', '105909.797500', '105910.257500', '105910.717500', '105911.177500', '105911.637500', '105912.097500', '105912.557500', '105913.017500', '105913.477500', '105913.937500', '105914.397500', '105914.857500', '105915.317500', '105915.777500', '105916.237500', '105916.697500', '105917.157500', '105917.617500', '105918.077500', '105918.537500', '105918.997500', '105919.457500', '105919.917500', '105920.377500', '105920.837500', '105921.297500', '105921.757500', '105922.217500', '105922.677500', '105923.137500', '105923.597500', '105924.057500', '105924.517500', '105924.977500', '105925.437500', '105925.897500', '105926.357500', '105926.817500', '105927.277500', '105927.737500', '105928.197500', '105928.657500', '105929.117500', '105929.577500', '105930.037500', '105930.497500', '105930.957500', '105931.417500', '105931.877500', '105932.337500', '105932.797500', '105933.257500', '105933.717500', '105934.177500', '105934.637500', '105935.097500', '105935.557500', '105936.017500', '105936.477500', '105936.937500', '105937.397500', '105937.857500', '105938.317500', '105938.777500', '105939.237500', '105939.697500', '105940.157500', '105940.617500', '105941.077500', '105941.537500', '105941.997500', '105942.457500', '105942.917500', '105943.377500', '105943.837500', '105944.297500', '105944.757500', '105945.217500', '105945.677500', '105946.137500', '105946.597500', '105947.057500', '105947.517500', '105947.977500', '105948.437500', '105948.897500', '105949.357500', '105949.817500', '105950.277500', '105950.737500', '105951.197500', '105951.657500', '105952.117500', '105952.577500', '105953.037500', '105953.497500', '105953.957500', '105954.417500', '105954.877500', '105955.337500', '105955.797500', '105956.257500', '105956.717500', '105957.177500', '105957.637500', '105958.097500', '105958.557500', '105959.017500', '105959.477500', '105959.937500', '110000.397500', '110000.857500', '110001.317500', '110001.777500', '110002.237500', '110002.697500', '110003.157500', '110003.617500', '110004.077500', '110004.537500', '110004.997500', '110005.457500', '110005.917500', '110006.377500', '110006.837500', '110007.297500', '110007.757500', '110008.217500', '110008.677500', '110009.137500', '110009.597500', '110010.057500', '110010.517500', '110010.977500', '110011.437500', '110011.897500', '110012.357500', '110012.817500', '110013.277500', '110013.737500', '110014.197500', '110014.657500', '110015.117500', '110015.577500', '110016.037500', '110016.497500', '110016.957500', '110017.417500', '110017.877500', '110018.337500', '110018.797500', '110019.257500', '110019.717500', '110020.177500', '110020.637500', '110021.097500', '110021.557500', '110022.017500', '110022.477500', '110022.937500', '110023.397500', '110023.857500', '110024.317500', '110024.777500', '110025.237500', '110025.697500', '110026.157500', '110026.617500', '110027.077500', '110027.537500', '110027.997500', '110028.457500', '110028.917500', '110029.377500', '110029.837500', '110030.297500', '110030.757500', '110031.217500', '110031.677500', '110032.137500', '110032.597500', '110033.057500', '110033.517500', '110033.977500', '110034.437500', '110034.897500', '110035.357500', '110035.817500', '110036.277500', '110036.737500', '110037.197500', '110037.657500', '110038.117500', '110038.577500', '110039.037500', '110039.497500', '110039.957500', '110040.417500', '110040.877500', '110041.337500', '110041.797500', '110042.257500', '110042.717500', '110043.177500', '110043.637500', '110044.097500', '110044.557500', '110045.017500', '110045.477500', '110045.937500', '110046.397500', '110046.857500', '110047.317500', '110047.777500', '110048.237500', '110048.697500', '110049.157500', '110049.617500', '110050.077500', '110050.537500', '110050.997500', '110051.457500', '110051.917500', '110052.377500', '110052.837500', '110053.297500', '110053.757500', '110054.217500', '110054.677500', '110055.137500', '110055.597500', '110056.057500', '110056.517500', '110056.977500', '110057.437500', '110057.897500', '110058.357500', '110058.817500', '110059.277500', '110059.737500', '110100.197500', '110100.657500', '110101.117500', '110101.577500', '110102.037500', '110102.497500', '110102.957500', '110103.417500', '110103.877500', '110104.337500', '110104.797500', '110105.257500', '110105.717500', '110106.177500', '110106.637500', '110107.097500', '110107.557500', '110108.017500', '110108.477500', '110108.937500', '110109.397500', '110109.857500', '110110.317500', '110110.777500', '110111.237500', '110111.697500', '110112.157500', '110112.617500', '110113.077500', '110113.537500', '110113.997500', '110114.457500', '110114.917500', '110115.377500', '110115.837500', '110116.297500', '110116.757500', '110117.217500', '110117.677500', '110118.137500', '110118.597500', '110119.057500', '110119.517500', '110119.977500', '110120.437500', '110120.897500', '110121.357500', '110121.817500', '110122.277500', '110122.737500', '110123.197500', '110123.657500', '110124.117500', '110124.577500', '110125.037500', '110125.497500', '110125.957500', '110126.417500', '110126.877500', '110127.337500', '110127.797500', '110128.257500', '110128.717500', '110129.177500', '110129.637500', '110130.097500', '110130.557500', '110131.017500', '110131.477500', '110131.937500', '110132.397500', '110132.857500', '110133.317500', '110133.777500', '110134.237500', '110134.697500', '110135.157500', '110135.617500', '110136.077500', '110136.537500', '110136.997500', '110137.457500', '110137.917500', '110138.377500', '110138.837500', '110139.297500', '110139.757500', '110140.217500', '110140.677500', '110141.137500', '110141.597500', '110142.057500', '110142.517500', '110142.977500', '110143.437500', '110143.897500', '110144.357500', '110144.817500', '110145.277500', '110145.737500', '110146.197500', '110146.657500', '110147.117500', '110147.577500', '110148.037500', '110148.497500', '110148.957500', '110149.417500', '110149.877500', '110150.337500', '110150.797500', '110151.257500', '110151.717500', '110152.177500', '110152.637500', '110153.097500', '110153.557500', '110154.017500', '110154.477500', '110154.937500', '110155.397500', '110155.857500', '110156.317500', '110156.777500', '110157.237500', '110157.697500', '110158.157500', '110158.617500', '110159.077500', '110159.537500', '110159.997500', '110200.457500', '110200.917500', '110201.377500', '110201.837500', '110202.297500', '110202.757500', '110203.217500', '110203.677500', '110204.137500', '110204.597500', '110205.057500', '110205.517500', '110205.977500', '110206.437500', '110206.897500', '110207.357500', '110207.817500', '110208.277500', '110208.737500', '110209.197500', '110209.657500', '110210.117500', '110210.577500', '110211.037500', '110211.497500', '110211.957500', '110212.417500', '110212.877500', '110213.337500', '110213.797500', '110214.257500', '110214.717500', '110215.177500', '110215.637500', '110216.097500', '110216.557500', '110217.017500', '110217.477500', '110217.937500', '110218.397500', '110218.857500', '110219.317500', '110219.777500', '110220.237500', '110220.697500', '110221.157500', '110221.617500', '110222.077500', '110222.537500', '110222.997500', '110223.457500', '110223.917500', '110224.377500', '110224.837500', '110225.297500', '110225.757500', '110226.217500', '110226.677500', '110227.137500', '110227.597500', '110228.057500', '110228.517500', '110228.977500', '110229.437500', '110229.897500', '110230.357500', '110230.817500', '110231.277500', '110231.737500', '110232.197500', '110232.657500', '110233.117500', '110233.577500', '110234.037500', '110234.497500', '110234.957500', '110235.417500', '110235.877500', '110236.337500', '110236.797500', '110237.257500', '110237.717500', '110238.177500', '110238.637500', '110239.097500', '110239.557500', '110240.017500', '110240.477500', '110240.937500', '110241.397500', '110241.857500', '110242.317500', '110242.777500', '110243.237500', '110243.697500', '110244.157500', '110244.617500', '110245.077500', '110245.537500', '110245.997500', '110246.457500', '110246.917500', '110247.377500', '110247.837500', '110248.297500', '110248.757500', '110249.217500', '110249.677500', '110250.137500', '110250.597500', '110251.057500', '110251.517500', '110251.977500', '110252.437500', '110252.897500', '110253.357500', '110253.817500', '110254.277500', '110254.737500', '110255.197500', '110255.657500', '110256.117500', '110256.577500', '110257.037500', '110257.497500', '110257.957500', '110258.417500', '110258.877500', '110259.337500', '110259.797500', '110300.257500', '110300.717500', '110301.177500', '110301.637500', '110302.097500', '110302.557500', '110303.017500', '110303.477500', '110303.937500', '110304.397500', '110304.857500', '110305.317500', '110305.777500', '110306.237500', '110306.697500', '110307.157500', '110307.617500', '110308.077500', '110308.537500', '110308.997500', '110309.457500', '110309.917500', '110310.377500', '110310.837500', '110311.297500', '110311.757500', '110312.217500', '110312.677500', '110313.137500', '110313.597500', '110314.057500', '110314.517500', '110314.977500', '110315.437500', '110315.897500', '110316.357500', '110316.817500', '110317.277500', '110317.737500', '110318.197500', '110318.657500', '110319.117500', '110319.577500', '110320.037500', '110320.497500', '110320.957500', '110321.417500', '110321.877500', '110322.337500', '110322.797500', '110323.257500', '110323.717500', '110324.177500', '110324.637500', '110325.097500', '110325.557500', '110326.017500', '110326.477500', '110326.937500', '110327.397500', '110327.857500', '110328.317500', '110328.777500', '110329.237500', '110329.697500', '110330.157500', '110330.617500', '110331.077500', '110331.537500', '110331.997500', '110332.457500', '110332.917500', '110333.377500', '110333.837500', '110334.297500', '110334.757500', '110335.217500', '110335.677500', '110336.137500', '110336.597500', '110337.057500', '110337.517500', '110337.977500', '110338.437500', '110338.897500', '110339.357500', '110339.817500', '110340.277500', '110340.737500', '110341.197500', '110341.657500', '110342.117500', '110342.577500', '110343.037500', '110343.497500', '110343.957500', '110344.417500', '110344.877500', '110345.337500', '110345.797500', '110346.257500', '110346.717500', '110347.177500', '110347.637500', '110348.097500', '110348.557500', '110349.017500', '110349.477500', '110349.937500', '110350.397500', '110350.857500', '110351.317500', '110351.777500', '110352.237500', '110352.697500', '110353.157500', '110353.617500', '110354.077500', '110354.537500', '110354.997500', '110355.457500', '110355.917500', '110356.377500', '110356.837500', '110357.297500', '110357.757500', '110358.217500', '110358.677500', '110359.137500', '110359.597500', '110400.057500', '110400.517500', '110400.977500', '110401.437500', '110401.897500', '110402.357500', '110402.817500', '110403.277500', '110403.737500', '110404.197500', '110404.657500', '110405.117500', '110405.577500', '110406.037500', '110406.497500', '110406.957500', '110407.417500', '110407.877500', '110408.337500', '110408.797500', '110409.257500', '110409.717500', '110410.177500', '110410.637500', '110411.097500', '110411.557500', '110412.017500', '110412.477500', '110412.937500', '110413.397500', '110413.857500', '110414.317500', '110414.777500', '110415.237500', '110415.697500', '110416.157500', '110416.617500', '110417.077500', '110417.537500', '110417.997500', '110418.457500', '110418.917500', '110419.377500', '110419.837500', '110420.297500', '110420.757500', '110421.217500', '110421.677500', '110422.137500', '110422.597500', '110423.057500', '110423.517500', '110423.977500', '110424.437500', '110424.897500', '110425.357500', '110425.817500', '110426.277500', '110426.737500', '110427.197500', '110427.657500', '110428.117500', '110428.577500', '110429.037500', '110429.497500', '110429.957500', '110430.417500', '110430.877500', '110431.337500', '110431.797500', '110432.257500', '110432.717500', '110433.177500', '110433.637500', '110434.097500', '110434.557500', '110435.017500', '110435.477500', '110435.937500', '110436.397500', '110436.857500', '110437.317500', '110437.777500', '110438.237500', '110438.697500', '110439.157500', '110439.617500', '110440.077500', '110440.537500', '110440.997500', '110441.457500', '110441.917500', '110442.377500', '110442.837500', '110443.297500', '110443.757500', '110444.217500', '110444.677500', '110445.137500', '110445.597500', '110446.057500', '110446.517500', '110446.977500', '110447.437500', '110447.897500', '110448.357500', '110448.817500', '110449.277500', '110449.737500', '110450.197500', '110450.657500', '110451.117500', '110451.577500', '110452.037500', '110452.497500', '110452.957500', '110453.417500', '110453.877500', '110454.337500', '110454.797500', '110455.257500', '110455.717500', '110456.177500', '110456.637500', '110457.097500', '110457.557500', '110458.017500', '110458.477500', '110458.937500', '110459.397500', '110459.857500'], 'ContentTime': ['105518.832000', '105518.835000', '105518.839000', '105518.842000', '105518.844000', '105518.847000', '105518.850000', '105518.853000', '105518.856000', '105518.859000', '105518.862000', '105518.865000', '105518.867000', '105518.870000', '105518.873000', '105518.876000', '105518.879000', '105518.881000', '105518.884000', '105518.887000', '105518.890000', '105518.899000', '105518.902000', '105518.905000', '105518.907000', '105518.910000', '105518.913000', '105518.916000', '105518.919000', '105518.921000', '105518.924000', '105518.927000', '105518.930000', '105518.933000', '105518.935000', '105518.938000', '105518.941000', '105518.944000', '105518.947000', '105518.949000', '105518.952000', '105518.955000', '105518.958000', '105518.961000', '105518.964000', '105518.966000', '105518.969000', '105518.972000', '105518.975000', '105518.978000', '105518.980000', '105518.987000', '105518.990000', '105518.992000', '105518.995000', '105538.798000', '105538.801000', '105538.804000', '105538.807000', '105538.809000', '105538.812000', '105538.815000', '105538.818000', '105538.821000', '105538.824000', '105538.826000', '105538.829000', '105538.832000', '105538.835000', '105538.838000', '105538.840000', '105538.843000', '105538.846000', '105538.849000', '105538.852000', '105538.854000', '105538.860000', '105538.863000', '105538.866000', '105538.868000', '105538.871000', '105538.874000', '105538.877000', '105538.880000', '105538.883000', '105538.885000', '105538.888000', '105538.891000', '105538.894000', '105538.897000', '105538.900000', '105538.902000', '105538.905000', '105538.908000', '105538.911000', '105538.914000', '105538.917000', '105538.919000', '105538.922000', '105558.798000', '105558.801000', '105558.804000', '105558.807000', '105558.810000', '105558.813000', '105558.816000', '105558.819000', '105558.829000', '105558.832000', '105558.835000', '105558.838000', '105558.840000', '105558.843000', '105558.846000', '105558.849000', '105558.852000', '105558.855000', '105558.857000', '105558.860000', '105558.863000', '105558.866000', '105558.869000', '105558.871000', '105558.874000', '105558.877000', '105558.880000', '105558.883000', '105558.885000', '105558.888000', '105558.891000', '105558.894000', '105558.897000', '105558.899000', '105558.902000', '105558.905000', '105558.908000', '105558.911000', '105558.913000', '105558.916000', '105558.919000', '105558.922000', '105558.925000', '105618.798000', '105618.801000', '105618.803000', '105618.806000', '105618.809000', '105618.812000', '105618.815000', '105618.818000', '105618.820000', '105618.823000', '105618.826000', '105618.829000', '105618.832000', '105618.839000', '105618.842000', '105618.845000', '105618.848000', '105618.851000', '105618.854000', '105618.856000', '105618.859000', '105618.862000', '105618.865000', '105618.868000', '105618.871000', '105618.873000', '105618.876000', '105618.892000', '105618.897000', '105618.900000', '105618.903000', '105618.905000', '105618.908000', '105618.911000', '105618.914000', '105618.917000', '105618.920000', '105618.922000', '105618.925000', '105618.928000', '105618.931000', '105618.934000', '105618.937000', '105618.939000', '105638.797000', '105638.800000', '105638.803000', '105638.806000', '105638.809000', '105638.811000', '105638.814000', '105638.817000', '105638.820000', '105638.823000', '105638.826000', '105638.828000', '105638.831000', '105638.834000', '105638.837000', '105638.840000', '105638.843000', '105638.846000', '105638.849000', '105638.851000', '105638.854000', '105638.857000', '105638.860000', '105638.863000', '105638.866000', '105638.868000', '105638.871000', '105638.874000', '105638.877000', '105638.880000', '105638.886000', '105638.889000', '105638.892000', '105638.895000', '105638.897000', '105638.900000', '105638.903000', '105638.906000', '105638.909000', '105638.911000', '105638.914000', '105638.917000', '105638.920000', '105658.797000', '105658.800000', '105658.802000', '105658.805000', '105658.808000', '105658.811000', '105658.814000', '105658.817000', '105658.820000', '105658.822000', '105658.825000', '105658.828000', '105658.831000', '105658.834000', '105658.837000', '105658.840000', '105658.842000', '105658.845000', '105658.848000', '105658.851000', '105658.854000', '105658.856000', '105658.859000', '105658.862000', '105658.865000', '105658.868000', '105658.871000', '105658.873000', '105658.876000', '105658.879000', '105658.882000', '105658.885000', '105658.888000', '105658.890000', '105658.893000', '105658.896000', '105658.899000', '105658.902000', '105658.904000', '105658.907000', '105658.910000', '105658.913000', '105658.916000', '105658.919000', '105718.797000', '105718.800000', '105718.803000', '105718.806000', '105718.808000', '105718.811000', '105718.814000', '105718.817000', '105718.820000', '105718.823000', '105718.825000', '105718.828000', '105718.831000', '105718.834000', '105718.837000', '105718.840000', '105718.842000', '105718.846000', '105718.848000', '105718.851000', '105718.854000', '105718.857000', '105718.860000', '105718.863000', '105718.866000', '105718.869000', '105718.872000', '105718.875000', '105718.877000', '105718.880000', '105718.883000', '105718.886000', '105718.889000', '105718.891000', '105718.894000', '105718.897000', '105718.900000', '105718.903000', '105718.905000', '105718.908000', '105718.911000', '105718.914000', '105718.917000', '105738.798000', '105738.801000', '105738.804000', '105738.807000', '105738.810000', '105738.812000', '105738.815000', '105738.818000', '105738.821000', '105738.824000', '105738.827000', '105738.829000', '105738.832000', '105738.835000', '105738.838000', '105738.841000', '105738.843000', '105738.846000', '105738.849000', '105738.852000', '105738.855000', '105738.858000', '105738.861000', '105738.863000', '105738.870000', '105738.872000', '105738.875000', '105738.878000', '105738.881000', '105738.884000', '105738.887000', '105738.890000', '105738.893000', '105738.895000', '105738.898000', '105738.901000', '105738.904000', '105738.907000', '105738.910000', '105738.912000', '105738.915000', '105738.918000', '105738.921000', '105738.924000', '105758.798000', '105758.801000', '105758.804000', '105758.806000', '105758.810000', '105758.812000', '105758.815000', '105758.818000', '105758.831000', '105758.834000', '105758.837000', '105758.840000', '105758.843000', '105758.846000', '105758.848000', '105758.851000', '105758.854000', '105758.857000', '105758.860000', '105758.863000', '105758.866000', '105758.869000', '105758.871000', '105758.874000', '105758.877000', '105758.880000', '105758.883000', '105758.886000', '105758.888000', '105758.891000', '105758.894000', '105758.897000', '105758.900000', '105758.903000', '105758.906000', '105758.908000', '105758.911000', '105758.914000', '105758.917000', '105758.920000', '105758.922000', '105758.925000', '105758.928000', '105818.798000', '105818.801000', '105818.804000', '105818.807000', '105818.809000', '105818.812000', '105818.815000', '105818.818000', '105818.821000', '105818.824000', '105818.827000', '105818.829000', '105818.832000', '105818.835000', '105818.838000', '105818.841000', '105818.843000', '105818.846000', '105818.849000', '105818.852000', '105818.855000', '105818.858000', '105818.861000', '105818.863000', '105818.866000', '105818.869000', '105818.872000', '105818.875000', '105818.877000', '105818.880000', '105818.883000', '105818.886000', '105818.889000', '105818.892000', '105818.894000', '105818.897000', '105818.900000', '105818.903000', '105818.906000', '105818.909000', '105818.912000', '105818.915000', '105818.917000', '105818.920000', '105838.798000', '105838.801000', '105838.804000', '105838.807000', '105838.809000', '105838.812000', '105838.815000', '105838.818000', '105838.821000', '105838.824000', '105838.826000', '105838.831000', '105838.833000', '105838.836000', '105838.839000', '105838.842000', '105838.845000', '105838.848000', '105838.850000', '105838.853000', '105838.856000', '105838.859000', '105838.862000', '105838.865000', '105838.868000', '105838.870000', '105838.873000', '105838.876000', '105838.879000', '105838.882000', '105838.885000', '105838.888000', '105838.890000', '105838.893000', '105838.896000', '105838.899000', '105838.902000', '105838.905000', '105838.908000', '105838.911000', '105838.914000', '105838.917000', '105838.919000', '105858.797000', '105858.800000', '105858.803000', '105858.806000', '105858.809000', '105858.812000', '105858.815000', '105858.818000', '105858.821000', '105858.824000', '105858.827000', '105858.830000', '105858.833000', '105858.836000', '105858.839000', '105858.841000', '105858.844000', '105858.847000', '105858.850000', '105858.853000', '105858.856000', '105858.859000', '105858.862000', '105858.865000', '105858.868000', '105858.870000', '105858.873000', '105858.876000', '105858.879000', '105858.882000', '105858.885000', '105858.887000', '105858.890000', '105858.893000', '105858.896000', '105858.899000', '105858.902000', '105858.905000', '105858.908000', '105858.910000', '105858.913000', '105858.916000', '105858.919000', '105858.922000', '105918.797000', '105918.800000', '105918.803000', '105918.806000', '105918.809000', '105918.811000', '105918.814000', '105918.817000', '105918.820000', '105918.823000', '105918.826000', '105918.829000', '105918.831000', '105918.834000', '105918.837000', '105918.840000', '105918.843000', '105918.845000', '105918.848000', '105918.851000', '105918.854000', '105918.857000', '105918.860000', '105918.863000', '105918.865000', '105918.868000', '105918.871000', '105918.874000', '105918.877000', '105918.880000', '105918.882000', '105918.885000', '105918.888000', '105918.904000', '105918.907000', '105918.910000', '105918.913000', '105918.916000', '105918.919000', '105918.922000', '105918.925000', '105918.927000', '105918.930000', '105938.797000', '105938.800000', '105938.803000', '105938.806000', '105938.809000', '105938.811000', '105938.814000', '105938.817000', '105938.820000', '105938.823000', '105938.826000', '105938.829000', '105938.831000', '105938.834000', '105938.837000', '105938.840000', '105938.843000', '105938.846000', '105938.848000', '105938.851000', '105938.854000', '105938.857000', '105938.860000', '105938.863000', '105938.866000', '105938.868000', '105938.871000', '105938.874000', '105938.877000', '105938.880000', '105938.882000', '105938.885000', '105938.888000', '105938.891000', '105938.894000', '105938.897000', '105938.900000', '105938.902000', '105938.905000', '105938.908000', '105938.911000', '105938.914000', '105938.917000', '105938.920000', '105958.798000', '105958.801000', '105958.804000', '105958.807000', '105958.810000', '105958.813000', '105958.815000', '105958.818000', '105958.821000', '105958.824000', '105958.827000', '105958.830000', '105958.832000', '105958.835000', '105958.838000', '105958.841000', '105958.844000', '105958.847000', '105958.850000', '105958.853000', '105958.855000', '105958.858000', '105958.861000', '105958.864000', '105958.867000', '105958.871000', '105958.873000', '105958.876000', '105958.879000', '105958.882000', '105958.885000', '105958.888000', '105958.890000', '105958.896000', '105958.898000', '105958.901000', '105958.904000', '105958.907000', '105958.910000', '105958.913000', '105958.915000', '105958.918000', '105958.922000', '110018.798000', '110018.801000', '110018.804000', '110018.807000', '110018.810000', '110018.812000', '110018.815000', '110018.818000', '110018.821000', '110018.824000', '110018.827000', '110018.830000', '110018.833000', '110018.836000', '110018.839000', '110018.842000', '110018.844000', '110018.847000', '110018.850000', '110018.853000', '110018.856000', '110018.859000', '110018.862000', '110018.864000', '110018.867000', '110018.870000', '110018.873000', '110018.876000', '110018.879000', '110018.882000', '110018.885000', '110018.887000', '110018.890000', '110018.893000', '110018.896000', '110018.899000', '110018.902000', '110018.904000', '110018.907000', '110018.910000', '110018.913000', '110018.916000', '110018.919000', '110018.921000', '110038.798000', '110038.801000', '110038.804000', '110038.807000', '110038.810000', '110038.813000', '110038.815000', '110038.818000', '110038.821000', '110038.824000', '110038.827000', '110038.829000', '110038.832000', '110038.835000', '110038.838000', '110038.841000', '110038.844000', '110038.847000', '110038.849000', '110038.852000', '110038.855000', '110038.858000', '110038.861000', '110038.864000', '110038.867000', '110038.869000', '110038.872000', '110038.875000', '110038.878000', '110038.881000', '110038.884000', '110038.886000', '110038.889000', '110038.892000', '110038.895000', '110038.898000', '110038.901000', '110038.904000', '110038.906000', '110038.909000', '110038.912000', '110038.915000', '110038.918000', '110058.812000', '110058.815000', '110058.818000', '110058.821000', '110058.823000', '110058.826000', '110058.829000', '110058.832000', '110058.835000', '110058.838000', '110058.841000', '110058.843000', '110058.846000', '110058.849000', '110058.852000', '110058.855000', '110058.858000', '110058.861000', '110058.863000', '110058.866000', '110058.869000', '110058.872000', '110058.875000', '110058.878000', '110058.880000', '110058.883000', '110058.886000', '110058.889000', '110058.893000', '110058.896000', '110058.899000', '110058.902000', '110058.905000', '110058.908000', '110058.911000', '110058.913000', '110058.916000', '110058.919000', '110058.922000', '110058.925000', '110058.927000', '110058.930000', '110058.933000', '110058.936000', '110118.797000', '110118.800000', '110118.803000', '110118.806000', '110118.809000', '110118.811000', '110118.814000', '110118.817000', '110118.820000', '110118.823000', '110118.825000', '110118.828000', '110118.831000', '110118.834000', '110118.837000', '110118.840000', '110118.842000', '110118.845000', '110118.848000', '110118.851000', '110118.854000', '110118.856000', '110118.859000', '110118.862000', '110118.865000', '110118.868000', '110118.871000', '110118.874000', '110118.876000', '110118.879000', '110118.882000', '110118.885000', '110118.888000', '110118.890000', '110118.893000', '110118.896000', '110118.899000', '110118.902000', '110118.906000', '110118.909000', '110118.912000', '110118.914000', '110118.917000', '110138.797000', '110138.800000', '110138.803000', '110138.806000', '110138.809000', '110138.812000', '110138.815000', '110138.818000', '110138.821000', '110138.824000', '110138.826000', '110138.829000', '110138.832000', '110138.835000', '110138.838000', '110138.841000', '110138.843000', '110138.846000', '110138.849000', '110138.852000', '110138.855000', '110138.858000', '110138.860000', '110138.863000', '110138.866000', '110138.869000', '110138.872000', '110138.875000', '110138.878000', '110138.880000', '110138.883000', '110138.886000', '110138.889000', '110138.892000', '110138.894000', '110138.897000', '110138.900000', '110138.903000', '110138.906000', '110138.908000', '110138.911000', '110138.914000', '110138.917000', '110138.920000', '110158.797000', '110158.800000', '110158.803000', '110158.806000', '110158.809000', '110158.811000', '110158.814000', '110158.817000', '110158.820000', '110158.823000', '110158.826000', '110158.828000', '110158.831000', '110158.834000', '110158.837000', '110158.840000', '110158.843000', '110158.845000', '110158.848000', '110158.851000', '110158.854000', '110158.857000', '110158.860000', '110158.862000', '110158.865000', '110158.868000', '110158.871000', '110158.874000', '110158.877000', '110158.879000', '110158.882000', '110158.885000', '110158.888000', '110158.891000', '110158.894000', '110158.896000', '110158.899000', '110158.902000', '110158.905000', '110158.908000', '110158.910000', '110158.913000', '110158.916000', '110218.799000', '110218.803000', '110218.806000', '110218.810000', '110218.812000', '110218.815000', '110218.818000', '110218.821000', '110218.824000', '110218.827000', '110218.829000', '110218.843000', '110218.846000', '110218.849000', '110218.852000', '110218.855000', '110218.857000', '110218.860000', '110218.863000', '110218.866000', '110218.869000', '110218.872000', '110218.874000', '110218.877000', '110218.880000', '110218.883000', '110218.886000', '110218.889000', '110218.892000', '110218.894000', '110218.897000', '110218.900000', '110218.903000', '110218.906000', '110218.908000', '110218.911000', '110218.914000', '110218.917000', '110218.920000', '110218.923000', '110218.926000', '110218.928000', '110218.931000', '110238.798000', '110238.801000', '110238.804000', '110238.807000', '110238.810000', '110238.813000', '110238.816000', '110238.819000', '110238.822000', '110238.825000', '110238.828000', '110238.830000', '110238.833000', '110238.836000', '110238.839000', '110238.842000', '110238.845000', '110238.847000', '110238.850000', '110238.853000', '110238.856000', '110238.859000', '110238.862000', '110238.864000', '110238.867000', '110238.870000', '110238.873000', '110238.876000', '110238.879000', '110238.881000', '110238.884000', '110238.887000', '110238.890000', '110238.893000', '110238.896000', '110238.899000', '110238.901000', '110238.904000', '110238.907000', '110238.910000', '110238.913000', '110238.916000', '110238.919000', '110238.921000', '110258.798000', '110258.801000', '110258.804000', '110258.807000', '110258.810000', '110258.812000', '110258.815000', '110258.818000', '110258.821000', '110258.824000', '110258.827000', '110258.829000', '110258.832000', '110258.835000', '110258.838000', '110258.841000', '110258.844000', '110258.846000', '110258.849000', '110258.852000', '110258.855000', '110258.858000', '110258.861000', '110258.863000', '110258.866000', '110258.869000', '110258.872000', '110258.875000', '110258.878000', '110258.881000', '110258.884000', '110258.886000', '110258.889000', '110258.892000', '110258.895000', '110258.898000', '110258.901000', '110258.903000', '110258.906000', '110258.909000', '110258.912000', '110258.915000', '110258.918000', '110318.798000', '110318.801000', '110318.804000', '110318.807000', '110318.810000', '110318.813000', '110318.815000', '110318.818000', '110318.821000', '110318.824000', '110318.827000', '110318.830000', '110318.832000', '110318.835000', '110318.838000', '110318.841000', '110318.844000', '110318.847000', '110318.850000', '110318.852000', '110318.855000', '110318.858000', '110318.861000', '110318.864000', '110318.866000', '110318.869000', '110318.872000', '110318.875000', '110318.878000', '110318.881000', '110318.883000', '110318.886000', '110318.889000', '110318.892000', '110318.895000', '110318.898000', '110318.900000', '110318.903000', '110318.906000', '110318.909000', '110318.912000', '110318.915000', '110318.918000', '110318.920000', '110338.797000', '110338.800000', '110338.803000', '110338.806000', '110338.809000', '110338.812000', '110338.815000', '110338.820000', '110338.837000', '110338.853000', '110338.856000', '110338.859000', '110338.861000', '110338.865000', '110338.867000', '110338.870000', '110338.873000', '110338.876000', '110338.879000', '110338.881000', '110338.884000', '110338.887000', '110338.890000', '110338.893000', '110338.896000', '110338.899000', '110338.902000', '110338.904000', '110338.907000', '110338.910000', '110338.913000', '110338.916000', '110338.919000', '110338.922000', '110338.924000', '110338.927000', '110338.930000', '110338.933000', '110338.936000', '110338.939000', '110338.941000', '110338.944000', '110338.947000', '110358.797000', '110358.800000', '110358.803000', '110358.806000', '110358.809000', '110358.812000', '110358.814000', '110358.817000', '110358.820000', '110358.823000', '110358.826000', '110358.828000', '110358.831000', '110358.834000', '110358.837000', '110358.840000', '110358.843000', '110358.846000', '110358.848000', '110358.851000', '110358.854000', '110358.857000', '110358.860000', '110358.863000', '110358.866000', '110358.868000', '110358.871000', '110358.874000', '110358.877000', '110358.880000', '110358.883000', '110358.885000', '110358.888000', '110358.891000', '110358.894000', '110358.897000', '110358.900000', '110358.902000', '110358.905000', '110358.908000', '110358.911000', '110358.914000', '110358.917000', '110358.919000', '110418.797000', '110418.800000', '110418.803000', '110418.806000', '110418.809000', '110418.812000', '110418.815000', '110418.818000', '110418.821000', '110418.824000', '110418.827000', '110418.829000', '110418.832000', '110418.835000', '110418.838000', '110418.841000', '110418.844000', '110418.846000', '110418.849000', '110418.852000', '110418.855000', '110418.858000', '110418.861000', '110418.863000', '110418.866000', '110418.869000', '110418.872000', '110418.875000', '110418.878000', '110418.881000', '110418.883000', '110418.886000', '110418.889000', '110418.892000', '110418.895000', '110418.897000', '110418.900000', '110418.903000', '110418.906000', '110418.909000', '110418.912000', '110418.915000', '110418.917000', '110438.798000', '110438.801000', '110438.804000', '110438.807000', '110438.810000', '110438.813000', '110438.815000', '110438.818000', '110438.821000', '110438.824000', '110438.827000', '110438.830000', '110438.833000', '110438.836000', '110438.839000', '110438.842000', '110438.845000', '110438.848000', '110438.850000', '110438.853000', '110438.856000', '110438.859000', '110438.862000', '110438.865000', '110438.868000', '110438.870000', '110438.873000', '110438.876000', '110438.879000', '110438.882000', '110438.884000', '110438.887000', '110438.890000', '110438.893000', '110438.896000', '110438.899000', '110438.902000', '110438.904000', '110438.907000', '110438.910000', '110438.913000', '110438.916000', '110438.919000', '110438.928000', '110458.798000', '110458.801000', '110458.804000', '110458.807000', '110458.810000', '110458.813000', '110458.816000', '110458.818000', '110458.821000', '110458.824000', '110458.827000', '110458.830000', '110458.833000', '110458.836000', '110458.838000', '110458.841000', '110458.844000', '110458.847000', '110458.850000', '110458.853000', '110458.856000', '110458.859000', '110458.862000', '110458.865000', '110458.867000', '110458.870000', '110458.873000', '110458.876000', '110458.879000', '110458.882000', '110458.884000', '110458.887000', '110458.890000', '110458.893000', '110458.896000', '110458.899000', '110458.902000', '110458.904000', '110458.907000', '110458.910000', '110458.913000', '110458.916000', '110458.919000', '110501.219000', '110501.224000', '110501.227000', '110501.230000', '110501.233000', '110501.236000'], 'InstanceCreationTime': ['105518.832000', '105518.835000', '105518.839000', '105518.842000', '105518.844000', '105518.847000', '105518.850000', '105518.853000', '105518.856000', '105518.859000', '105518.862000', '105518.865000', '105518.867000', '105518.870000', '105518.873000', '105518.876000', '105518.879000', '105518.881000', '105518.884000', '105518.887000', '105518.890000', '105518.899000', '105518.902000', '105518.905000', '105518.907000', '105518.910000', '105518.913000', '105518.916000', '105518.919000', '105518.921000', '105518.924000', '105518.927000', '105518.930000', '105518.933000', '105518.935000', '105518.938000', '105518.941000', '105518.944000', '105518.947000', '105518.949000', '105518.952000', '105518.955000', '105518.958000', '105518.961000', '105518.964000', '105518.966000', '105518.969000', '105518.972000', '105518.975000', '105518.978000', '105518.980000', '105518.987000', '105518.990000', '105518.992000', '105518.995000', '105538.798000', '105538.801000', '105538.804000', '105538.807000', '105538.809000', '105538.812000', '105538.815000', '105538.818000', '105538.821000', '105538.824000', '105538.826000', '105538.829000', '105538.832000', '105538.835000', '105538.838000', '105538.840000', '105538.843000', '105538.846000', '105538.849000', '105538.852000', '105538.854000', '105538.860000', '105538.863000', '105538.866000', '105538.868000', '105538.871000', '105538.874000', '105538.877000', '105538.880000', '105538.883000', '105538.885000', '105538.888000', '105538.891000', '105538.894000', '105538.897000', '105538.900000', '105538.902000', '105538.905000', '105538.908000', '105538.911000', '105538.914000', '105538.917000', '105538.919000', '105538.922000', '105558.798000', '105558.801000', '105558.804000', '105558.807000', '105558.810000', '105558.813000', '105558.816000', '105558.819000', '105558.829000', '105558.832000', '105558.835000', '105558.838000', '105558.840000', '105558.843000', '105558.846000', '105558.849000', '105558.852000', '105558.855000', '105558.857000', '105558.860000', '105558.863000', '105558.866000', '105558.869000', '105558.871000', '105558.874000', '105558.877000', '105558.880000', '105558.883000', '105558.885000', '105558.888000', '105558.891000', '105558.894000', '105558.897000', '105558.899000', '105558.902000', '105558.905000', '105558.908000', '105558.911000', '105558.913000', '105558.916000', '105558.919000', '105558.922000', '105558.925000', '105618.798000', '105618.801000', '105618.803000', '105618.806000', '105618.809000', '105618.812000', '105618.815000', '105618.818000', '105618.820000', '105618.823000', '105618.826000', '105618.829000', '105618.832000', '105618.839000', '105618.842000', '105618.845000', '105618.848000', '105618.851000', '105618.854000', '105618.856000', '105618.859000', '105618.862000', '105618.865000', '105618.868000', '105618.871000', '105618.873000', '105618.876000', '105618.892000', '105618.897000', '105618.900000', '105618.903000', '105618.905000', '105618.908000', '105618.911000', '105618.914000', '105618.917000', '105618.920000', '105618.922000', '105618.925000', '105618.928000', '105618.931000', '105618.934000', '105618.937000', '105618.939000', '105638.797000', '105638.800000', '105638.803000', '105638.806000', '105638.809000', '105638.811000', '105638.814000', '105638.817000', '105638.820000', '105638.823000', '105638.826000', '105638.828000', '105638.831000', '105638.834000', '105638.837000', '105638.840000', '105638.843000', '105638.846000', '105638.849000', '105638.851000', '105638.854000', '105638.857000', '105638.860000', '105638.863000', '105638.866000', '105638.868000', '105638.871000', '105638.874000', '105638.877000', '105638.880000', '105638.886000', '105638.889000', '105638.892000', '105638.895000', '105638.897000', '105638.900000', '105638.903000', '105638.906000', '105638.909000', '105638.911000', '105638.914000', '105638.917000', '105638.920000', '105658.797000', '105658.800000', '105658.802000', '105658.805000', '105658.808000', '105658.811000', '105658.814000', '105658.817000', '105658.820000', '105658.822000', '105658.825000', '105658.828000', '105658.831000', '105658.834000', '105658.837000', '105658.840000', '105658.842000', '105658.845000', '105658.848000', '105658.851000', '105658.854000', '105658.856000', '105658.859000', '105658.862000', '105658.865000', '105658.868000', '105658.871000', '105658.873000', '105658.876000', '105658.879000', '105658.882000', '105658.885000', '105658.888000', '105658.890000', '105658.893000', '105658.896000', '105658.899000', '105658.902000', '105658.904000', '105658.907000', '105658.910000', '105658.913000', '105658.916000', '105658.919000', '105718.797000', '105718.800000', '105718.803000', '105718.806000', '105718.808000', '105718.811000', '105718.814000', '105718.817000', '105718.820000', '105718.823000', '105718.825000', '105718.828000', '105718.831000', '105718.834000', '105718.837000', '105718.840000', '105718.842000', '105718.846000', '105718.848000', '105718.851000', '105718.854000', '105718.857000', '105718.860000', '105718.863000', '105718.866000', '105718.869000', '105718.872000', '105718.875000', '105718.877000', '105718.880000', '105718.883000', '105718.886000', '105718.889000', '105718.891000', '105718.894000', '105718.897000', '105718.900000', '105718.903000', '105718.905000', '105718.908000', '105718.911000', '105718.914000', '105718.917000', '105738.798000', '105738.801000', '105738.804000', '105738.807000', '105738.810000', '105738.812000', '105738.815000', '105738.818000', '105738.821000', '105738.824000', '105738.827000', '105738.829000', '105738.832000', '105738.835000', '105738.838000', '105738.841000', '105738.843000', '105738.846000', '105738.849000', '105738.852000', '105738.855000', '105738.858000', '105738.861000', '105738.863000', '105738.870000', '105738.872000', '105738.875000', '105738.878000', '105738.881000', '105738.884000', '105738.887000', '105738.890000', '105738.893000', '105738.895000', '105738.898000', '105738.901000', '105738.904000', '105738.907000', '105738.910000', '105738.912000', '105738.915000', '105738.918000', '105738.921000', '105738.924000', '105758.798000', '105758.801000', '105758.804000', '105758.806000', '105758.810000', '105758.812000', '105758.815000', '105758.818000', '105758.831000', '105758.834000', '105758.837000', '105758.840000', '105758.843000', '105758.846000', '105758.848000', '105758.851000', '105758.854000', '105758.857000', '105758.860000', '105758.863000', '105758.866000', '105758.869000', '105758.871000', '105758.874000', '105758.877000', '105758.880000', '105758.883000', '105758.886000', '105758.888000', '105758.891000', '105758.894000', '105758.897000', '105758.900000', '105758.903000', '105758.906000', '105758.908000', '105758.911000', '105758.914000', '105758.917000', '105758.920000', '105758.922000', '105758.925000', '105758.928000', '105818.798000', '105818.801000', '105818.804000', '105818.807000', '105818.809000', '105818.812000', '105818.815000', '105818.818000', '105818.821000', '105818.824000', '105818.827000', '105818.829000', '105818.832000', '105818.835000', '105818.838000', '105818.841000', '105818.843000', '105818.846000', '105818.849000', '105818.852000', '105818.855000', '105818.858000', '105818.861000', '105818.863000', '105818.866000', '105818.869000', '105818.872000', '105818.875000', '105818.877000', '105818.880000', '105818.883000', '105818.886000', '105818.889000', '105818.892000', '105818.894000', '105818.897000', '105818.900000', '105818.903000', '105818.906000', '105818.909000', '105818.912000', '105818.915000', '105818.917000', '105818.920000', '105838.798000', '105838.801000', '105838.804000', '105838.807000', '105838.809000', '105838.812000', '105838.815000', '105838.818000', '105838.821000', '105838.824000', '105838.826000', '105838.831000', '105838.833000', '105838.836000', '105838.839000', '105838.842000', '105838.845000', '105838.848000', '105838.850000', '105838.853000', '105838.856000', '105838.859000', '105838.862000', '105838.865000', '105838.868000', '105838.870000', '105838.873000', '105838.876000', '105838.879000', '105838.882000', '105838.885000', '105838.888000', '105838.890000', '105838.893000', '105838.896000', '105838.899000', '105838.902000', '105838.905000', '105838.908000', '105838.911000', '105838.914000', '105838.917000', '105838.919000', '105858.797000', '105858.800000', '105858.803000', '105858.806000', '105858.809000', '105858.812000', '105858.815000', '105858.818000', '105858.821000', '105858.824000', '105858.827000', '105858.830000', '105858.833000', '105858.836000', '105858.839000', '105858.841000', '105858.844000', '105858.847000', '105858.850000', '105858.853000', '105858.856000', '105858.859000', '105858.862000', '105858.865000', '105858.868000', '105858.870000', '105858.873000', '105858.876000', '105858.879000', '105858.882000', '105858.885000', '105858.887000', '105858.890000', '105858.893000', '105858.896000', '105858.899000', '105858.902000', '105858.905000', '105858.908000', '105858.910000', '105858.913000', '105858.916000', '105858.919000', '105858.922000', '105918.797000', '105918.800000', '105918.803000', '105918.806000', '105918.809000', '105918.811000', '105918.814000', '105918.817000', '105918.820000', '105918.823000', '105918.826000', '105918.829000', '105918.831000', '105918.834000', '105918.837000', '105918.840000', '105918.843000', '105918.845000', '105918.848000', '105918.851000', '105918.854000', '105918.857000', '105918.860000', '105918.863000', '105918.865000', '105918.868000', '105918.871000', '105918.874000', '105918.877000', '105918.880000', '105918.882000', '105918.885000', '105918.888000', '105918.904000', '105918.907000', '105918.910000', '105918.913000', '105918.916000', '105918.919000', '105918.922000', '105918.925000', '105918.927000', '105918.930000', '105938.797000', '105938.800000', '105938.803000', '105938.806000', '105938.809000', '105938.811000', '105938.814000', '105938.817000', '105938.820000', '105938.823000', '105938.826000', '105938.829000', '105938.831000', '105938.834000', '105938.837000', '105938.840000', '105938.843000', '105938.846000', '105938.848000', '105938.851000', '105938.854000', '105938.857000', '105938.860000', '105938.863000', '105938.866000', '105938.868000', '105938.871000', '105938.874000', '105938.877000', '105938.880000', '105938.882000', '105938.885000', '105938.888000', '105938.891000', '105938.894000', '105938.897000', '105938.900000', '105938.902000', '105938.905000', '105938.908000', '105938.911000', '105938.914000', '105938.917000', '105938.920000', '105958.798000', '105958.801000', '105958.804000', '105958.807000', '105958.810000', '105958.813000', '105958.815000', '105958.818000', '105958.821000', '105958.824000', '105958.827000', '105958.830000', '105958.832000', '105958.835000', '105958.838000', '105958.841000', '105958.844000', '105958.847000', '105958.850000', '105958.853000', '105958.855000', '105958.858000', '105958.861000', '105958.864000', '105958.867000', '105958.871000', '105958.873000', '105958.876000', '105958.879000', '105958.882000', '105958.885000', '105958.888000', '105958.890000', '105958.896000', '105958.898000', '105958.901000', '105958.904000', '105958.907000', '105958.910000', '105958.913000', '105958.915000', '105958.918000', '105958.922000', '110018.798000', '110018.801000', '110018.804000', '110018.807000', '110018.810000', '110018.812000', '110018.815000', '110018.818000', '110018.821000', '110018.824000', '110018.827000', '110018.830000', '110018.833000', '110018.836000', '110018.839000', '110018.842000', '110018.844000', '110018.847000', '110018.850000', '110018.853000', '110018.856000', '110018.859000', '110018.862000', '110018.864000', '110018.867000', '110018.870000', '110018.873000', '110018.876000', '110018.879000', '110018.882000', '110018.885000', '110018.887000', '110018.890000', '110018.893000', '110018.896000', '110018.899000', '110018.902000', '110018.904000', '110018.907000', '110018.910000', '110018.913000', '110018.916000', '110018.919000', '110018.921000', '110038.798000', '110038.801000', '110038.804000', '110038.807000', '110038.810000', '110038.813000', '110038.815000', '110038.818000', '110038.821000', '110038.824000', '110038.827000', '110038.829000', '110038.832000', '110038.835000', '110038.838000', '110038.841000', '110038.844000', '110038.847000', '110038.849000', '110038.852000', '110038.855000', '110038.858000', '110038.861000', '110038.864000', '110038.867000', '110038.869000', '110038.872000', '110038.875000', '110038.878000', '110038.881000', '110038.884000', '110038.886000', '110038.889000', '110038.892000', '110038.895000', '110038.898000', '110038.901000', '110038.904000', '110038.906000', '110038.909000', '110038.912000', '110038.915000', '110038.918000', '110058.812000', '110058.815000', '110058.818000', '110058.821000', '110058.823000', '110058.826000', '110058.829000', '110058.832000', '110058.835000', '110058.838000', '110058.841000', '110058.843000', '110058.846000', '110058.849000', '110058.852000', '110058.855000', '110058.858000', '110058.861000', '110058.863000', '110058.866000', '110058.869000', '110058.872000', '110058.875000', '110058.878000', '110058.880000', '110058.883000', '110058.886000', '110058.889000', '110058.893000', '110058.896000', '110058.899000', '110058.902000', '110058.905000', '110058.908000', '110058.911000', '110058.913000', '110058.916000', '110058.919000', '110058.922000', '110058.925000', '110058.927000', '110058.930000', '110058.933000', '110058.936000', '110118.797000', '110118.800000', '110118.803000', '110118.806000', '110118.809000', '110118.811000', '110118.814000', '110118.817000', '110118.820000', '110118.823000', '110118.825000', '110118.828000', '110118.831000', '110118.834000', '110118.837000', '110118.840000', '110118.842000', '110118.845000', '110118.848000', '110118.851000', '110118.854000', '110118.856000', '110118.859000', '110118.862000', '110118.865000', '110118.868000', '110118.871000', '110118.874000', '110118.876000', '110118.879000', '110118.882000', '110118.885000', '110118.888000', '110118.890000', '110118.893000', '110118.896000', '110118.899000', '110118.902000', '110118.906000', '110118.909000', '110118.912000', '110118.914000', '110118.917000', '110138.797000', '110138.800000', '110138.803000', '110138.806000', '110138.809000', '110138.812000', '110138.815000', '110138.818000', '110138.821000', '110138.824000', '110138.826000', '110138.829000', '110138.832000', '110138.835000', '110138.838000', '110138.841000', '110138.843000', '110138.846000', '110138.849000', '110138.852000', '110138.855000', '110138.858000', '110138.860000', '110138.863000', '110138.866000', '110138.869000', '110138.872000', '110138.875000', '110138.878000', '110138.880000', '110138.883000', '110138.886000', '110138.889000', '110138.892000', '110138.894000', '110138.897000', '110138.900000', '110138.903000', '110138.906000', '110138.908000', '110138.911000', '110138.914000', '110138.917000', '110138.920000', '110158.797000', '110158.800000', '110158.803000', '110158.806000', '110158.809000', '110158.811000', '110158.814000', '110158.817000', '110158.820000', '110158.823000', '110158.826000', '110158.828000', '110158.831000', '110158.834000', '110158.837000', '110158.840000', '110158.843000', '110158.845000', '110158.848000', '110158.851000', '110158.854000', '110158.857000', '110158.860000', '110158.862000', '110158.865000', '110158.868000', '110158.871000', '110158.874000', '110158.877000', '110158.879000', '110158.882000', '110158.885000', '110158.888000', '110158.891000', '110158.894000', '110158.896000', '110158.899000', '110158.902000', '110158.905000', '110158.908000', '110158.910000', '110158.913000', '110158.916000', '110218.799000', '110218.803000', '110218.806000', '110218.810000', '110218.812000', '110218.815000', '110218.818000', '110218.821000', '110218.824000', '110218.827000', '110218.829000', '110218.843000', '110218.846000', '110218.849000', '110218.852000', '110218.855000', '110218.857000', '110218.860000', '110218.863000', '110218.866000', '110218.869000', '110218.872000', '110218.874000', '110218.877000', '110218.880000', '110218.883000', '110218.886000', '110218.889000', '110218.892000', '110218.894000', '110218.897000', '110218.900000', '110218.903000', '110218.906000', '110218.908000', '110218.911000', '110218.914000', '110218.917000', '110218.920000', '110218.923000', '110218.926000', '110218.928000', '110218.931000', '110238.798000', '110238.801000', '110238.804000', '110238.807000', '110238.810000', '110238.813000', '110238.816000', '110238.819000', '110238.822000', '110238.825000', '110238.828000', '110238.830000', '110238.833000', '110238.836000', '110238.839000', '110238.842000', '110238.845000', '110238.847000', '110238.850000', '110238.853000', '110238.856000', '110238.859000', '110238.862000', '110238.864000', '110238.867000', '110238.870000', '110238.873000', '110238.876000', '110238.879000', '110238.881000', '110238.884000', '110238.887000', '110238.890000', '110238.893000', '110238.896000', '110238.899000', '110238.901000', '110238.904000', '110238.907000', '110238.910000', '110238.913000', '110238.916000', '110238.919000', '110238.921000', '110258.798000', '110258.801000', '110258.804000', '110258.807000', '110258.810000', '110258.812000', '110258.815000', '110258.818000', '110258.821000', '110258.824000', '110258.827000', '110258.829000', '110258.832000', '110258.835000', '110258.838000', '110258.841000', '110258.844000', '110258.846000', '110258.849000', '110258.852000', '110258.855000', '110258.858000', '110258.861000', '110258.863000', '110258.866000', '110258.869000', '110258.872000', '110258.875000', '110258.878000', '110258.881000', '110258.884000', '110258.886000', '110258.889000', '110258.892000', '110258.895000', '110258.898000', '110258.901000', '110258.903000', '110258.906000', '110258.909000', '110258.912000', '110258.915000', '110258.918000', '110318.798000', '110318.801000', '110318.804000', '110318.807000', '110318.810000', '110318.813000', '110318.815000', '110318.818000', '110318.821000', '110318.824000', '110318.827000', '110318.830000', '110318.832000', '110318.835000', '110318.838000', '110318.841000', '110318.844000', '110318.847000', '110318.850000', '110318.852000', '110318.855000', '110318.858000', '110318.861000', '110318.864000', '110318.866000', '110318.869000', '110318.872000', '110318.875000', '110318.878000', '110318.881000', '110318.883000', '110318.886000', '110318.889000', '110318.892000', '110318.895000', '110318.898000', '110318.900000', '110318.903000', '110318.906000', '110318.909000', '110318.912000', '110318.915000', '110318.918000', '110318.920000', '110338.797000', '110338.800000', '110338.803000', '110338.806000', '110338.809000', '110338.812000', '110338.815000', '110338.820000', '110338.837000', '110338.853000', '110338.856000', '110338.859000', '110338.861000', '110338.865000', '110338.867000', '110338.870000', '110338.873000', '110338.876000', '110338.879000', '110338.881000', '110338.884000', '110338.887000', '110338.890000', '110338.893000', '110338.896000', '110338.899000', '110338.902000', '110338.904000', '110338.907000', '110338.910000', '110338.913000', '110338.916000', '110338.919000', '110338.922000', '110338.924000', '110338.927000', '110338.930000', '110338.933000', '110338.936000', '110338.939000', '110338.941000', '110338.944000', '110338.947000', '110358.797000', '110358.800000', '110358.803000', '110358.806000', '110358.809000', '110358.812000', '110358.814000', '110358.817000', '110358.820000', '110358.823000', '110358.826000', '110358.828000', '110358.831000', '110358.834000', '110358.837000', '110358.840000', '110358.843000', '110358.846000', '110358.848000', '110358.851000', '110358.854000', '110358.857000', '110358.860000', '110358.863000', '110358.866000', '110358.868000', '110358.871000', '110358.874000', '110358.877000', '110358.880000', '110358.883000', '110358.885000', '110358.888000', '110358.891000', '110358.894000', '110358.897000', '110358.900000', '110358.902000', '110358.905000', '110358.908000', '110358.911000', '110358.914000', '110358.917000', '110358.919000', '110418.797000', '110418.800000', '110418.803000', '110418.806000', '110418.809000', '110418.812000', '110418.815000', '110418.818000', '110418.821000', '110418.824000', '110418.827000', '110418.829000', '110418.832000', '110418.835000', '110418.838000', '110418.841000', '110418.844000', '110418.846000', '110418.849000', '110418.852000', '110418.855000', '110418.858000', '110418.861000', '110418.863000', '110418.866000', '110418.869000', '110418.872000', '110418.875000', '110418.878000', '110418.881000', '110418.883000', '110418.886000', '110418.889000', '110418.892000', '110418.895000', '110418.897000', '110418.900000', '110418.903000', '110418.906000', '110418.909000', '110418.912000', '110418.915000', '110418.917000', '110438.798000', '110438.801000', '110438.804000', '110438.807000', '110438.810000', '110438.813000', '110438.815000', '110438.818000', '110438.821000', '110438.824000', '110438.827000', '110438.830000', '110438.833000', '110438.836000', '110438.839000', '110438.842000', '110438.845000', '110438.848000', '110438.850000', '110438.853000', '110438.856000', '110438.859000', '110438.862000', '110438.865000', '110438.868000', '110438.870000', '110438.873000', '110438.876000', '110438.879000', '110438.882000', '110438.884000', '110438.887000', '110438.890000', '110438.893000', '110438.896000', '110438.899000', '110438.902000', '110438.904000', '110438.907000', '110438.910000', '110438.913000', '110438.916000', '110438.919000', '110438.928000', '110458.798000', '110458.801000', '110458.804000', '110458.807000', '110458.810000', '110458.813000', '110458.816000', '110458.818000', '110458.821000', '110458.824000', '110458.827000', '110458.830000', '110458.833000', '110458.836000', '110458.838000', '110458.841000', '110458.844000', '110458.847000', '110458.850000', '110458.853000', '110458.856000', '110458.859000', '110458.862000', '110458.865000', '110458.867000', '110458.870000', '110458.873000', '110458.876000', '110458.879000', '110458.882000', '110458.884000', '110458.887000', '110458.890000', '110458.893000', '110458.896000', '110458.899000', '110458.902000', '110458.904000', '110458.907000', '110458.910000', '110458.913000', '110458.916000', '110458.919000', '110501.219000', '110501.224000', '110501.227000', '110501.230000', '110501.233000', '110501.236000'], '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': [8198, 12108, 9374, 6890, 6755, 9141, 6673, 6713, 12972, 8955, 6463, 6469, 8562, 7260, 7061, 7985, 8389, 8955, 8487, 13005, 9093, 6342, 6114, 9270, 7167, 6676, 9968, 8608, 6388, 6215, 8213, 6469, 6242, 10195, 8003, 6418, 11709, 7524, 6510, 6472, 8308, 6874, 6404, 6420, 7906, 6688, 6446, 6241, 8736, 7599, 6531, 6349, 8377, 7995, 9010, 8728, 13371, 9405, 6375, 6333, 8979, 9439, 7880, 7011, 9441, 8046, 7386, 6956, 7749, 12828, 8639, 6275, 6116, 7787, 8678, 7283, 7610, 11797, 9402, 7687, 7549, 6607, 9033, 8679, 6227, 6345, 7159, 8397, 6926, 7410, 8087, 10446, 8550, 6328, 6464, 7102, 8703, 8183, 7626, 10384, 9905, 8024, 7043, 6790, 8861, 8536, 7650, 8713, 9140, 7662, 6501, 10115, 8828, 7042, 7959, 8889, 7486, 6565, 8624, 8569, 6214, 6183, 8830, 7373, 6585, 6489, 8562, 7157, 6301, 10294, 7751, 6480, 8143, 9156, 6880, 10076, 12269, 6542, 6219, 9167, 7402, 6277, 8042, 7986, 6365, 6411, 6235, 7645, 6523, 6253, 10943, 6521, 6381, 9146, 7887, 6698, 8737, 9896, 6940, 6469, 6134, 8730, 6680, 6140, 6416, 8159, 7046, 6337, 6410, 10911, 8487, 6692, 8538, 11428, 7299, 6720, 13957, 12197, 8179, 7029, 11538, 7965, 6253, 7241, 12684, 8736, 6425, 7915, 8277, 6785, 6382, 9851, 7661, 6296, 6078, 7827, 6922, 6261, 6800, 9637, 7632, 6309, 6414, 9660, 8358, 7261, 6490, 8124, 8326, 7511, 8097, 9712, 14304, 9019, 7486, 7687, 7662, 10860, 9196, 8021, 8199, 6250, 7904, 7780, 8579, 7124, 7484, 6270, 8260, 8692, 7923, 7209, 6637, 6500, 8238, 9898, 9404, 7893, 6998, 7627, 8340, 12116, 11772, 8316, 7420, 6250, 11498, 12386, 8082, 6714, 6350, 9424, 9070, 8402, 7212, 7317, 9582, 7636, 6656, 7194, 10290, 8798, 6183, 6268, 8893, 7603, 7021, 6338, 9357, 7922, 6511, 6285, 9753, 8870, 7114, 6334, 11741, 8720, 6953, 8722, 13848, 7531, 6274, 6265, 10020, 8037, 6484, 6290, 8769, 6952, 6329, 6407, 8419, 8435, 6703, 6470, 6917, 10706, 9014, 7647, 13117, 10370, 6553, 6464, 11909, 8834, 7276, 6940, 11137, 7475, 6214, 7557, 12085, 8566, 6414, 6293, 8581, 7975, 6353, 6287, 8698, 8642, 6678, 6389, 7446, 8065, 6206, 6157, 9805, 7715, 6852, 12535, 8409, 6332, 6121, 8044, 6844, 6583, 10195, 7830, 6070, 6219, 9391, 7091, 6661, 7991, 7968, 6136, 6171, 9837, 8071, 7296, 9327, 8740, 7144, 6695, 7650, 8601, 8684, 7167, 10190, 8092, 6245, 6298, 10484, 10466, 8834, 10841, 8463, 6556, 6159, 8697, 8030, 7081, 9022, 8302, 6203, 6470, 9362, 7616, 7350, 10546, 7979, 6343, 6396, 8499, 6259, 6236, 10504, 7886, 6727, 6129, 9203, 7465, 6315, 6035, 10711, 8947, 7165, 6327, 12357, 7633, 8179, 15118, 9990, 6629, 7771, 7790, 6271, 6414, 8408, 7320, 7179, 10890, 7244, 6143, 6252, 7712, 6477, 6442, 8233, 6846, 6314, 6337, 10108, 8661, 9109, 14346, 11229, 7359, 11980, 8601, 6929, 12703, 10380, 6916, 6162, 8680, 7740, 6669, 10133, 9191, 7112, 6279, 9046, 7667, 6811, 11190, 7663, 6394, 6185, 8175, 6184, 7416, 9434, 6929, 6293, 8988, 7497, 6583, 10188, 8681, 6649, 6126, 8876, 7643, 9364, 12720, 8005, 7038, 7762, 8722, 6879, 8521, 9087, 7838, 7089, 6260, 8733, 7493, 6193, 9894, 8093, 7123, 9586, 8340, 7395, 12665, 9902, 6267, 6252, 8622, 7266, 6459, 8728, 7799, 6206, 6150, 8179, 6843, 6374, 9143, 8365, 6378, 6266, 8847, 7392, 6161, 11781, 7949, 6157, 8139, 7357, 6250, 7782, 9258, 6987, 6372, 7183, 7752, 6265, 8445, 9912, 6354, 6499, 9556, 7449, 6336, 12957, 9530, 6343, 8606, 8584, 6548, 6381, 11338, 7594, 6191, 6285, 7957, 6943, 6363, 9393, 8440, 6225, 7641, 7950, 6344, 8165, 11266, 7257, 6352, 8589, 7892, 6426, 7888, 8781, 6613, 6243, 8489, 7042, 6353, 7592, 8064, 6651, 6366, 10043, 7262, 7187, 11632, 8688, 6484, 7390, 7834, 6157, 6270, 9143, 7379, 6185, 6192, 8556, 6904, 6403, 8822, 7619, 6271, 6261, 10302, 6839, 6391, 10530, 8410, 6705, 8191, 8589, 7275, 6614, 8525, 8291, 6198, 6340, 9101, 7255, 6217, 7858, 9442, 7209, 6581, 7192, 8412, 6419, 8558, 11724, 7733, 6923, 8559, 8017, 6243, 9529, 8557, 6668, 6243, 8585, 7452, 6471, 9282, 8087, 6326, 6439, 8704, 7111, 7556, 11360, 7885, 6745, 8444, 8133, 6373, 9333, 8956, 6887, 6307, 7195, 7466, 6399, 6644, 10092, 7367, 6228, 6409, 9252, 7886, 7924, 13811, 8526, 6571, 11482, 7687, 6691, 10446, 8535, 6296, 6057, 8347, 7442, 6354, 9322, 7533, 6250, 6506, 6341, 7656, 6338, 6113, 10219, 8723, 6538, 7071, 8406, 6247, 8621, 12503, 8180, 6551, 11389, 7483, 6328, 7697, 10148, 7276, 6501, 7127, 8128, 6297, 6069, 10508, 8701, 6413, 6085, 8270, 7364, 6529, 10338, 8541, 6972, 7348, 9331, 7361, 6307, 10531, 8282, 6161, 6188, 8553, 7560, 6411, 7601, 9224, 7333, 6411, 10076, 8079, 6838, 10208, 11147, 6622, 6352, 10130, 7914, 6435, 6421, 10013, 7859, 6583, 7448, 8660, 6351, 6256, 8816, 6766, 10459, 11008, 7162, 6220, 9154, 7645, 6537, 9317, 8163, 6455, 6503, 8149, 6884, 7107, 10481, 6897, 6122, 9534, 6940, 6352, 10588, 7945, 6841, 12843, 8107, 7342, 7400, 8496, 6347, 9041, 10143, 7195, 6448, 7390, 7565, 6313, 9115, 7853, 6109, 7441, 8622, 6585, 8807, 12048, 7267, 6414, 8838, 7705, 6268, 7989, 8471, 6427, 6196, 8975, 7538, 6778, 9804, 7988, 7103, 12792, 8130, 6154, 6544, 8652, 6579, 6232, 9709, 7683, 7245, 6258, 9531, 7695, 6668, 7757, 12979, 10508, 7299, 6292, 9642, 7861, 6677, 14415, 10652, 6536, 6258, 8650, 7532, 6676, 7823, 8693, 6410, 6950, 9419, 10660, 7658, 6158, 6149, 8291, 7284, 7010, 13526, 9828, 7400, 13631, 8148, 6583, 10808, 7430, 7380, 14408, 7377, 6836, 7357, 7941, 6338, 9840, 8885, 6357, 6144, 8160, 7035, 6128, 7934, 8875, 6310, 6013, 9364, 7587, 6630, 14804, 12885, 8019, 8414, 8260, 6534, 6871, 9947, 7235, 6710, 6385, 8367, 6606, 6492, 10137, 8228, 6846, 8749, 11396, 7647, 6794, 12977, 8216, 7559, 8337, 9094, 7321, 6383, 10456, 8400, 7544, 7559, 9141, 7318, 6594, 7190, 8428, 6312, 6353, 10346, 7954, 6565, 6195, 8559, 6703, 6347, 9563, 7477, 6439, 8857, 6646, 6352, 8630, 6953, 6337, 9550, 7384, 6927, 8882, 7500, 6985, 11136, 8608, 6155, 9227, 7624, 6175, 9741, 7483, 7460, 9176, 6849, 6350, 9451, 7300, 6785, 11046, 7399, 6435, 9021, 7471, 7057, 9031, 8093, 6370, 8122, 8581, 6391, 6207, 10234, 7575, 7920, 14327, 8567, 6736, 6315, 8856, 6977, 6740, 11140, 8439, 7012, 7050, 8075, 6512, 6309, 8752, 7042, 9741, 9410, 6776, 6393, 8708, 6464, 6512, 8773, 6466, 6251, 9271, 6965, 6478, 9798, 7673, 6670, 13037, 7595, 6872, 10202, 7881, 6878, 11304, 7920, 6209, 6245, 8733, 6358, 7833, 12560, 8142, 6980, 8831, 7436, 6768, 9865, 7908, 7234, 14115, 10581, 7122, 6294, 8386, 6530, 6690, 9224, 7408, 6406, 10862, 7651, 6616, 8619, 8080, 6918, 10694, 8503, 7098, 12652, 8196, 6301, 6250, 8546, 6461, 6205, 8725, 6402, 6372, 8999, 6777, 6404, 8777, 6605, 9577, 11071, 6820, 6249, 8953, 7531, 6266, 10142, 8084, 6660, 8854, 7303, 6334, 7101, 8230, 6350, 10326, 10088, 6382, 6186, 8526, 6718, 6429, 8327, 6434, 6381, 6318, 8139, 7040, 6641, 10787, 9313, 6842, 11978, 8540, 7198, 13758, 11057, 8731, 15166, 7589, 7144, 10163, 8569, 7618, 10967, 8509, 6751, 6399, 9663, 7960, 6322, 6156, 8266, 7053, 6389, 7847, 10953, 8404, 6643, 7269, 8424, 6878, 6405, 14127, 10224, 7566, 10028, 8418, 7354, 6292, 10400, 7921, 6826, 7097, 8054, 6209, 6715, 9554, 8230, 6349, 6306, 8846, 7880, 6263, 6326, 10537, 7648, 6158, 6285, 9362, 8255, 6631, 6612, 8296, 8286, 7384, 7060, 12599, 9723, 7303, 6917, 9760, 8459, 7652, 6543, 9786, 13053, 8127, 6511, 6418, 9993, 7953, 6748, 11047, 10963, 7413, 6904, 7896, 8348, 6490, 8012, 12341, 7901, 6602, 6185, 9003, 7559, 6817, 6693, 8617, 6871, 6294, 6705, 8893, 6617, 6371, 11501, 7643, 6432, 13754, 9900, 9874, 16002, 10834, 6336, 9149, 8677, 6260, 6403, 11509, 7425, 6191, 6288, 8861, 6997, 6209, 7652, 10885, 7023, 6852, 8485, 8261, 7011, 9158, 14244, 7524, 6902, 10070, 8109, 6811, 12492, 10269, 6527, 6238, 9453, 7790, 6606, 7914, 8168, 6993, 6724, 8272, 7637, 6295, 9605, 7908, 6205, 6184, 8451, 7105, 6843, 11392, 8672, 6253, 6507, 8674, 7502, 7291, 10598, 8592, 6647, 7395, 8480, 6688, 8468, 14078, 7454, 6942, 7622, 8729, 7520, 7797, 12481, 7973, 6869, 7661, 10041, 7651, 7093, 13387, 7659, 7117, 7949, 8305, 6554, 6419, 9106, 7712, 6570, 7730, 9067, 6400, 6421, 8255, 7648, 6731, 9123, 11689, 7559, 7403, 8500, 9512, 7609, 6979, 13682, 7822, 7163, 9636, 8388, 6877, 9539, 8857, 6612, 6397, 9476, 7505, 6749, 8733, 7475, 6252, 7107, 8244, 6511, 6319, 8990, 7644, 6444, 6720, 7374, 9073, 7642, 6832], 'WindowCenter': [3806.0, 3809.0, 3772.0, 3746.0, 3734.0, 3752.0, 3730.0, 3730.0, 3771.0, 3738.0, 3718.0, 3718.0, 3738.0, 3728.0, 3728.0, 3742.0, 3752.0, 3752.0, 3752.0, 3786.0, 3752.0, 3731.0, 3718.0, 3749.0, 3729.0, 3729.0, 3760.0, 3750.0, 3729.0, 3719.0, 3740.0, 3730.0, 3730.0, 3760.0, 3740.0, 3718.0, 3760.0, 3727.0, 3718.0, 3731.0, 3740.0, 3729.0, 3718.0, 3728.0, 3740.0, 3730.0, 3732.0, 3743.0, 3764.0, 3742.0, 3731.0, 3733.0, 3753.0, 3752.0, 3753.0, 3752.0, 3784.0, 3751.0, 3718.0, 3718.0, 3751.0, 3750.0, 3739.0, 3728.0, 3750.0, 3739.0, 3728.0, 3728.0, 3740.0, 3771.0, 3738.0, 3717.0, 3716.0, 3727.0, 3737.0, 3727.0, 3738.0, 3760.0, 3748.0, 3725.0, 3726.0, 3716.0, 3749.0, 3739.0, 3717.0, 3715.0, 3728.0, 3738.0, 3728.0, 3729.0, 3740.0, 3760.0, 3739.0, 3718.0, 3717.0, 3729.0, 3750.0, 3751.0, 3739.0, 3761.0, 3749.0, 3739.0, 3730.0, 3729.0, 3749.0, 3749.0, 3740.0, 3749.0, 3750.0, 3738.0, 3718.0, 3749.0, 3749.0, 3728.0, 3737.0, 3737.0, 3726.0, 3728.0, 3738.0, 3738.0, 3718.0, 3717.0, 3749.0, 3728.0, 3728.0, 3729.0, 3751.0, 3741.0, 3731.0, 3761.0, 3741.0, 3730.0, 3753.0, 3761.0, 3731.0, 3762.0, 3772.0, 3729.0, 3719.0, 3751.0, 3740.0, 3730.0, 3740.0, 3740.0, 3730.0, 3732.0, 3732.0, 3753.0, 3745.0, 3734.0, 3776.0, 3732.0, 3744.0, 3764.0, 3754.0, 3743.0, 3768.0, 3765.0, 3742.0, 3732.0, 3745.0, 3766.0, 3742.0, 3733.0, 3732.0, 3756.0, 3744.0, 3745.0, 3746.0, 3789.0, 3766.0, 3746.0, 3765.0, 3775.0, 3743.0, 3743.0, 3796.0, 3774.0, 3750.0, 3730.0, 3760.0, 3739.0, 3730.0, 3740.0, 3783.0, 3751.0, 3730.0, 3742.0, 3739.0, 3731.0, 3730.0, 3763.0, 3740.0, 3730.0, 3719.0, 3741.0, 3744.0, 3732.0, 3743.0, 3765.0, 3752.0, 3731.0, 3732.0, 3764.0, 3766.0, 3744.0, 3733.0, 3752.0, 3752.0, 3741.0, 3741.0, 3750.0, 3782.0, 3749.0, 3728.0, 3727.0, 3726.0, 3759.0, 3737.0, 3726.0, 3737.0, 3716.0, 3737.0, 3738.0, 3748.0, 3728.0, 3740.0, 3732.0, 3754.0, 3764.0, 3753.0, 3754.0, 3746.0, 3745.0, 3766.0, 3777.0, 3777.0, 3766.0, 3756.0, 3757.0, 3767.0, 3787.0, 3787.0, 3754.0, 3743.0, 3734.0, 3775.0, 3785.0, 3753.0, 3731.0, 3730.0, 3763.0, 3752.0, 3752.0, 3732.0, 3729.0, 3750.0, 3740.0, 3730.0, 3730.0, 3762.0, 3751.0, 3720.0, 3730.0, 3751.0, 3741.0, 3742.0, 3733.0, 3763.0, 3754.0, 3733.0, 3734.0, 3766.0, 3755.0, 3744.0, 3734.0, 3774.0, 3753.0, 3743.0, 3753.0, 3783.0, 3739.0, 3720.0, 3730.0, 3763.0, 3741.0, 3730.0, 3730.0, 3750.0, 3740.0, 3731.0, 3732.0, 3754.0, 3753.0, 3744.0, 3744.0, 3744.0, 3778.0, 3764.0, 3754.0, 3788.0, 3763.0, 3730.0, 3731.0, 3774.0, 3751.0, 3740.0, 3730.0, 3760.0, 3740.0, 3731.0, 3742.0, 3775.0, 3753.0, 3731.0, 3731.0, 3752.0, 3740.0, 3731.0, 3731.0, 3754.0, 3754.0, 3744.0, 3731.0, 3741.0, 3741.0, 3719.0, 3719.0, 3761.0, 3738.0, 3730.0, 3772.0, 3741.0, 3730.0, 3719.0, 3739.0, 3728.0, 3730.0, 3761.0, 3739.0, 3719.0, 3719.0, 3752.0, 3731.0, 3731.0, 3739.0, 3741.0, 3719.0, 3719.0, 3761.0, 3739.0, 3730.0, 3751.0, 3739.0, 3730.0, 3730.0, 3740.0, 3752.0, 3753.0, 3731.0, 3762.0, 3742.0, 3730.0, 3731.0, 3762.0, 3763.0, 3753.0, 3762.0, 3739.0, 3717.0, 3706.0, 3739.0, 3727.0, 3728.0, 3739.0, 3737.0, 3716.0, 3716.0, 3750.0, 3727.0, 3730.0, 3750.0, 3729.0, 3716.0, 3718.0, 3738.0, 3718.0, 3716.0, 3763.0, 3741.0, 3731.0, 3718.0, 3752.0, 3742.0, 3732.0, 3733.0, 3774.0, 3752.0, 3732.0, 3720.0, 3771.0, 3742.0, 3755.0, 3785.0, 3750.0, 3730.0, 3729.0, 3727.0, 3719.0, 3719.0, 3741.0, 3740.0, 3729.0, 3760.0, 3730.0, 3733.0, 3731.0, 3742.0, 3733.0, 3745.0, 3755.0, 3746.0, 3746.0, 3745.0, 3777.0, 3766.0, 3765.0, 3798.0, 3775.0, 3742.0, 3772.0, 3751.0, 3731.0, 3771.0, 3750.0, 3729.0, 3717.0, 3738.0, 3739.0, 3729.0, 3762.0, 3749.0, 3729.0, 3718.0, 3750.0, 3740.0, 3729.0, 3761.0, 3727.0, 3718.0, 3717.0, 3738.0, 3718.0, 3729.0, 3750.0, 3728.0, 3718.0, 3749.0, 3740.0, 3730.0, 3761.0, 3739.0, 3727.0, 3717.0, 3750.0, 3739.0, 3750.0, 3771.0, 3726.0, 3728.0, 3727.0, 3737.0, 3717.0, 3737.0, 3737.0, 3725.0, 3728.0, 3728.0, 3749.0, 3739.0, 3720.0, 3760.0, 3739.0, 3729.0, 3750.0, 3740.0, 3728.0, 3770.0, 3749.0, 3717.0, 3716.0, 3738.0, 3727.0, 3718.0, 3739.0, 3738.0, 3718.0, 3718.0, 3739.0, 3729.0, 3730.0, 3751.0, 3740.0, 3718.0, 3718.0, 3750.0, 3741.0, 3719.0, 3771.0, 3740.0, 3717.0, 3738.0, 3739.0, 3731.0, 3742.0, 3751.0, 3729.0, 3731.0, 3742.0, 3752.0, 3732.0, 3753.0, 3764.0, 3731.0, 3732.0, 3752.0, 3730.0, 3719.0, 3772.0, 3751.0, 3719.0, 3739.0, 3738.0, 3718.0, 3718.0, 3761.0, 3728.0, 3718.0, 3717.0, 3739.0, 3729.0, 3730.0, 3752.0, 3741.0, 3719.0, 3740.0, 3739.0, 3731.0, 3741.0, 3762.0, 3729.0, 3718.0, 3739.0, 3739.0, 3718.0, 3739.0, 3738.0, 3728.0, 3719.0, 3750.0, 3740.0, 3729.0, 3740.0, 3741.0, 3731.0, 3729.0, 3762.0, 3741.0, 3730.0, 3761.0, 3740.0, 3718.0, 3729.0, 3728.0, 3718.0, 3719.0, 3751.0, 3740.0, 3720.0, 3720.0, 3752.0, 3730.0, 3731.0, 3752.0, 3741.0, 3732.0, 3732.0, 3763.0, 3730.0, 3731.0, 3774.0, 3752.0, 3730.0, 3741.0, 3739.0, 3729.0, 3729.0, 3751.0, 3740.0, 3719.0, 3717.0, 3749.0, 3729.0, 3719.0, 3740.0, 3751.0, 3729.0, 3729.0, 3729.0, 3740.0, 3719.0, 3740.0, 3772.0, 3728.0, 3729.0, 3738.0, 3739.0, 3718.0, 3749.0, 3738.0, 3717.0, 3716.0, 3739.0, 3727.0, 3718.0, 3750.0, 3738.0, 3719.0, 3720.0, 3752.0, 3730.0, 3741.0, 3773.0, 3741.0, 3731.0, 3739.0, 3741.0, 3731.0, 3752.0, 3751.0, 3729.0, 3728.0, 3730.0, 3740.0, 3732.0, 3731.0, 3763.0, 3742.0, 3720.0, 3731.0, 3763.0, 3753.0, 3741.0, 3784.0, 3752.0, 3731.0, 3761.0, 3739.0, 3729.0, 3760.0, 3740.0, 3719.0, 3717.0, 3738.0, 3728.0, 3730.0, 3752.0, 3743.0, 3732.0, 3732.0, 3733.0, 3754.0, 3747.0, 3747.0, 3778.0, 3754.0, 3734.0, 3744.0, 3753.0, 3735.0, 3753.0, 3774.0, 3742.0, 3721.0, 3762.0, 3728.0, 3732.0, 3741.0, 3763.0, 3730.0, 3719.0, 3730.0, 3740.0, 3719.0, 3719.0, 3762.0, 3741.0, 3720.0, 3719.0, 3740.0, 3730.0, 3720.0, 3752.0, 3741.0, 3729.0, 3727.0, 3738.0, 3729.0, 3717.0, 3750.0, 3728.0, 3706.0, 3708.0, 3739.0, 3728.0, 3719.0, 3741.0, 3753.0, 3732.0, 3720.0, 3751.0, 3739.0, 3731.0, 3763.0, 3763.0, 3731.0, 3718.0, 3761.0, 3739.0, 3731.0, 3730.0, 3762.0, 3753.0, 3732.0, 3731.0, 3740.0, 3719.0, 3718.0, 3739.0, 3718.0, 3750.0, 3751.0, 3718.0, 3708.0, 3738.0, 3727.0, 3719.0, 3750.0, 3741.0, 3719.0, 3719.0, 3738.0, 3730.0, 3729.0, 3764.0, 3731.0, 3720.0, 3750.0, 3729.0, 3719.0, 3750.0, 3740.0, 3720.0, 3772.0, 3728.0, 3729.0, 3729.0, 3739.0, 3718.0, 3740.0, 3751.0, 3728.0, 3718.0, 3729.0, 3741.0, 3732.0, 3753.0, 3742.0, 3719.0, 3732.0, 3751.0, 3731.0, 3751.0, 3771.0, 3730.0, 3719.0, 3751.0, 3729.0, 3720.0, 3742.0, 3741.0, 3720.0, 3720.0, 3752.0, 3740.0, 3732.0, 3752.0, 3742.0, 3730.0, 3771.0, 3741.0, 3718.0, 3718.0, 3739.0, 3731.0, 3719.0, 3752.0, 3739.0, 3742.0, 3731.0, 3762.0, 3741.0, 3731.0, 3743.0, 3785.0, 3764.0, 3731.0, 3719.0, 3749.0, 3739.0, 3719.0, 3782.0, 3761.0, 3717.0, 3718.0, 3738.0, 3729.0, 3719.0, 3728.0, 3752.0, 3730.0, 3743.0, 3765.0, 3764.0, 3742.0, 3732.0, 3720.0, 3753.0, 3743.0, 3732.0, 3787.0, 3764.0, 3732.0, 3784.0, 3741.0, 3719.0, 3762.0, 3729.0, 3730.0, 3770.0, 3727.0, 3718.0, 3728.0, 3739.0, 3720.0, 3749.0, 3739.0, 3718.0, 3718.0, 3739.0, 3731.0, 3720.0, 3740.0, 3752.0, 3731.0, 3721.0, 3753.0, 3742.0, 3733.0, 3797.0, 3773.0, 3740.0, 3739.0, 3728.0, 3716.0, 3718.0, 3749.0, 3727.0, 3718.0, 3717.0, 3738.0, 3729.0, 3719.0, 3761.0, 3739.0, 3729.0, 3751.0, 3773.0, 3740.0, 3730.0, 3769.0, 3739.0, 3728.0, 3739.0, 3738.0, 3727.0, 3719.0, 3749.0, 3737.0, 3726.0, 3727.0, 3737.0, 3727.0, 3716.0, 3716.0, 3726.0, 3716.0, 3718.0, 3750.0, 3728.0, 3718.0, 3705.0, 3737.0, 3716.0, 3717.0, 3750.0, 3727.0, 3705.0, 3737.0, 3715.0, 3705.0, 3736.0, 3716.0, 3717.0, 3749.0, 3727.0, 3729.0, 3739.0, 3730.0, 3729.0, 3761.0, 3739.0, 3719.0, 3738.0, 3727.0, 3717.0, 3748.0, 3728.0, 3727.0, 3737.0, 3717.0, 3716.0, 3748.0, 3729.0, 3718.0, 3761.0, 3728.0, 3718.0, 3738.0, 3727.0, 3729.0, 3751.0, 3740.0, 3719.0, 3740.0, 3751.0, 3719.0, 3718.0, 3749.0, 3727.0, 3728.0, 3770.0, 3737.0, 3717.0, 3715.0, 3737.0, 3727.0, 3718.0, 3759.0, 3727.0, 3716.0, 3716.0, 3725.0, 3705.0, 3704.0, 3737.0, 3716.0, 3736.0, 3737.0, 3713.0, 3704.0, 3737.0, 3715.0, 3716.0, 3739.0, 3718.0, 3729.0, 3751.0, 3729.0, 3729.0, 3763.0, 3740.0, 3729.0, 3771.0, 3739.0, 3728.0, 3760.0, 3740.0, 3728.0, 3760.0, 3739.0, 3717.0, 3718.0, 3740.0, 3718.0, 3740.0, 3772.0, 3738.0, 3729.0, 3738.0, 3727.0, 3728.0, 3750.0, 3738.0, 3728.0, 3769.0, 3759.0, 3717.0, 3716.0, 3736.0, 3717.0, 3727.0, 3749.0, 3727.0, 3717.0, 3762.0, 3728.0, 3729.0, 3738.0, 3736.0, 3728.0, 3760.0, 3737.0, 3726.0, 3768.0, 3736.0, 3716.0, 3715.0, 3738.0, 3718.0, 3718.0, 3749.0, 3728.0, 3728.0, 3751.0, 3730.0, 3730.0, 3753.0, 3731.0, 3751.0, 3772.0, 3729.0, 3731.0, 3750.0, 3739.0, 3729.0, 3761.0, 3739.0, 3728.0, 3748.0, 3727.0, 3718.0, 3729.0, 3739.0, 3730.0, 3762.0, 3761.0, 3729.0, 3719.0, 3738.0, 3717.0, 3718.0, 3751.0, 3731.0, 3732.0, 3744.0, 3755.0, 3756.0, 3746.0, 3788.0, 3768.0, 3746.0, 3775.0, 3754.0, 3744.0, 3796.0, 3774.0, 3753.0, 3782.0, 3727.0, 3728.0, 3761.0, 3739.0, 3740.0, 3760.0, 3738.0, 3716.0, 3719.0, 3749.0, 3738.0, 3718.0, 3718.0, 3738.0, 3729.0, 3731.0, 3741.0, 3774.0, 3751.0, 3729.0, 3740.0, 3739.0, 3728.0, 3718.0, 3782.0, 3760.0, 3727.0, 3749.0, 3738.0, 3725.0, 3716.0, 3747.0, 3727.0, 3716.0, 3726.0, 3736.0, 3717.0, 3726.0, 3749.0, 3739.0, 3716.0, 3717.0, 3749.0, 3738.0, 3717.0, 3717.0, 3760.0, 3738.0, 3719.0, 3729.0, 3750.0, 3751.0, 3729.0, 3729.0, 3751.0, 3750.0, 3741.0, 3741.0, 3773.0, 3762.0, 3741.0, 3730.0, 3761.0, 3739.0, 3740.0, 3730.0, 3764.0, 3785.0, 3741.0, 3730.0, 3730.0, 3762.0, 3740.0, 3731.0, 3772.0, 3761.0, 3729.0, 3729.0, 3739.0, 3740.0, 3729.0, 3740.0, 3772.0, 3738.0, 3728.0, 3719.0, 3752.0, 3741.0, 3731.0, 3730.0, 3752.0, 3731.0, 3733.0, 3744.0, 3764.0, 3733.0, 3732.0, 3775.0, 3743.0, 3732.0, 3786.0, 3762.0, 3763.0, 3793.0, 3760.0, 3720.0, 3749.0, 3739.0, 3718.0, 3717.0, 3761.0, 3727.0, 3719.0, 3730.0, 3751.0, 3730.0, 3721.0, 3742.0, 3774.0, 3742.0, 3731.0, 3753.0, 3752.0, 3731.0, 3752.0, 3782.0, 3740.0, 3729.0, 3761.0, 3740.0, 3729.0, 3772.0, 3750.0, 3718.0, 3717.0, 3749.0, 3739.0, 3728.0, 3739.0, 3737.0, 3729.0, 3728.0, 3751.0, 3740.0, 3730.0, 3751.0, 3738.0, 3719.0, 3718.0, 3740.0, 3730.0, 3730.0, 3771.0, 3750.0, 3730.0, 3730.0, 3751.0, 3740.0, 3742.0, 3773.0, 3752.0, 3731.0, 3742.0, 3750.0, 3731.0, 3741.0, 3783.0, 3730.0, 3731.0, 3740.0, 3751.0, 3740.0, 3740.0, 3773.0, 3740.0, 3730.0, 3741.0, 3762.0, 3740.0, 3729.0, 3772.0, 3727.0, 3729.0, 3737.0, 3739.0, 3717.0, 3719.0, 3749.0, 3739.0, 3730.0, 3741.0, 3751.0, 3730.0, 3729.0, 3751.0, 3741.0, 3731.0, 3751.0, 3773.0, 3740.0, 3741.0, 3751.0, 3750.0, 3741.0, 3729.0, 3781.0, 3739.0, 3728.0, 3750.0, 3740.0, 3718.0, 3748.0, 3737.0, 3716.0, 3718.0, 3750.0, 3726.0, 3716.0, 3737.0, 3726.0, 3717.0, 3729.0, 3751.0, 3732.0, 3748.0, 3763.0, 3740.0, 3744.0, 3745.0, 3756.0, 3765.0, 3755.0, 3746.0], 'WindowWidth': [8587.0, 8571.0, 8505.0, 8463.0, 8440.0, 8460.0, 8428.0, 8430.0, 8485.0, 8434.0, 8406.0, 8407.0, 8432.0, 8420.0, 8421.0, 8446.0, 8460.0, 8458.0, 8457.0, 8510.0, 8458.0, 8428.0, 8408.0, 8451.0, 8424.0, 8423.0, 8468.0, 8451.0, 8424.0, 8412.0, 8438.0, 8426.0, 8427.0, 8468.0, 8439.0, 8408.0, 8464.0, 8417.0, 8408.0, 8430.0, 8440.0, 8425.0, 8409.0, 8423.0, 8439.0, 8428.0, 8435.0, 8451.0, 8480.0, 8447.0, 8432.0, 8435.0, 8463.0, 8461.0, 8461.0, 8459.0, 8503.0, 8454.0, 8408.0, 8409.0, 8455.0, 8454.0, 8438.0, 8421.0, 8452.0, 8435.0, 8421.0, 8425.0, 8440.0, 8483.0, 8435.0, 8405.0, 8402.0, 8418.0, 8433.0, 8419.0, 8434.0, 8466.0, 8445.0, 8413.0, 8416.0, 8403.0, 8450.0, 8434.0, 8406.0, 8400.0, 8420.0, 8434.0, 8420.0, 8422.0, 8439.0, 8468.0, 8436.0, 8408.0, 8405.0, 8423.0, 8455.0, 8454.0, 8438.0, 8469.0, 8450.0, 8436.0, 8426.0, 8426.0, 8451.0, 8452.0, 8439.0, 8450.0, 8451.0, 8433.0, 8406.0, 8450.0, 8449.0, 8420.0, 8432.0, 8431.0, 8415.0, 8421.0, 8436.0, 8434.0, 8407.0, 8404.0, 8450.0, 8421.0, 8424.0, 8426.0, 8458.0, 8445.0, 8432.0, 8472.0, 8445.0, 8429.0, 8463.0, 8472.0, 8431.0, 8472.0, 8486.0, 8425.0, 8409.0, 8456.0, 8441.0, 8427.0, 8442.0, 8442.0, 8428.0, 8434.0, 8436.0, 8464.0, 8455.0, 8439.0, 8497.0, 8436.0, 8453.0, 8481.0, 8467.0, 8451.0, 8488.0, 8480.0, 8447.0, 8434.0, 8456.0, 8486.0, 8450.0, 8437.0, 8436.0, 8470.0, 8455.0, 8456.0, 8460.0, 8521.0, 8486.0, 8457.0, 8482.0, 8494.0, 8451.0, 8450.0, 8524.0, 8491.0, 8455.0, 8425.0, 8466.0, 8437.0, 8425.0, 8439.0, 8503.0, 8456.0, 8428.0, 8445.0, 8439.0, 8427.0, 8427.0, 8475.0, 8439.0, 8425.0, 8412.0, 8443.0, 8451.0, 8435.0, 8449.0, 8482.0, 8462.0, 8431.0, 8434.0, 8479.0, 8485.0, 8453.0, 8435.0, 8460.0, 8458.0, 8444.0, 8443.0, 8454.0, 8499.0, 8448.0, 8417.0, 8416.0, 8416.0, 8462.0, 8429.0, 8413.0, 8429.0, 8401.0, 8434.0, 8433.0, 8447.0, 8422.0, 8444.0, 8434.0, 8465.0, 8481.0, 8464.0, 8466.0, 8460.0, 8457.0, 8485.0, 8502.0, 8501.0, 8487.0, 8475.0, 8475.0, 8486.0, 8515.0, 8512.0, 8464.0, 8450.0, 8439.0, 8493.0, 8507.0, 8461.0, 8429.0, 8427.0, 8476.0, 8460.0, 8457.0, 8429.0, 8424.0, 8452.0, 8437.0, 8429.0, 8426.0, 8473.0, 8455.0, 8412.0, 8426.0, 8456.0, 8443.0, 8445.0, 8434.0, 8477.0, 8464.0, 8435.0, 8438.0, 8485.0, 8465.0, 8450.0, 8437.0, 8490.0, 8460.0, 8447.0, 8458.0, 8501.0, 8436.0, 8411.0, 8426.0, 8474.0, 8442.0, 8425.0, 8426.0, 8455.0, 8441.0, 8433.0, 8433.0, 8466.0, 8465.0, 8452.0, 8451.0, 8454.0, 8503.0, 8480.0, 8466.0, 8515.0, 8474.0, 8427.0, 8428.0, 8490.0, 8457.0, 8439.0, 8425.0, 8467.0, 8438.0, 8431.0, 8446.0, 8493.0, 8461.0, 8430.0, 8430.0, 8460.0, 8442.0, 8431.0, 8429.0, 8465.0, 8464.0, 8452.0, 8429.0, 8443.0, 8440.0, 8409.0, 8408.0, 8467.0, 8435.0, 8424.0, 8487.0, 8441.0, 8426.0, 8410.0, 8438.0, 8422.0, 8424.0, 8469.0, 8437.0, 8409.0, 8411.0, 8457.0, 8428.0, 8428.0, 8437.0, 8439.0, 8409.0, 8409.0, 8468.0, 8438.0, 8425.0, 8453.0, 8436.0, 8425.0, 8425.0, 8437.0, 8457.0, 8458.0, 8430.0, 8474.0, 8445.0, 8426.0, 8427.0, 8472.0, 8475.0, 8460.0, 8468.0, 8434.0, 8402.0, 8386.0, 8435.0, 8417.0, 8417.0, 8434.0, 8430.0, 8401.0, 8400.0, 8452.0, 8418.0, 8422.0, 8452.0, 8420.0, 8401.0, 8403.0, 8430.0, 8404.0, 8401.0, 8471.0, 8439.0, 8427.0, 8406.0, 8456.0, 8446.0, 8431.0, 8435.0, 8489.0, 8458.0, 8429.0, 8412.0, 8482.0, 8442.0, 8465.0, 8505.0, 8450.0, 8423.0, 8422.0, 8417.0, 8408.0, 8409.0, 8442.0, 8439.0, 8423.0, 8466.0, 8424.0, 8439.0, 8431.0, 8444.0, 8435.0, 8454.0, 8468.0, 8458.0, 8457.0, 8454.0, 8502.0, 8483.0, 8481.0, 8530.0, 8492.0, 8443.0, 8485.0, 8455.0, 8427.0, 8483.0, 8453.0, 8422.0, 8403.0, 8434.0, 8436.0, 8423.0, 8470.0, 8450.0, 8421.0, 8406.0, 8452.0, 8438.0, 8423.0, 8470.0, 8417.0, 8407.0, 8403.0, 8435.0, 8409.0, 8422.0, 8452.0, 8421.0, 8406.0, 8450.0, 8440.0, 8426.0, 8470.0, 8435.0, 8418.0, 8404.0, 8453.0, 8437.0, 8451.0, 8482.0, 8414.0, 8417.0, 8416.0, 8430.0, 8404.0, 8430.0, 8431.0, 8413.0, 8418.0, 8421.0, 8452.0, 8438.0, 8413.0, 8467.0, 8436.0, 8422.0, 8451.0, 8438.0, 8419.0, 8479.0, 8447.0, 8403.0, 8400.0, 8432.0, 8417.0, 8406.0, 8436.0, 8433.0, 8408.0, 8407.0, 8437.0, 8425.0, 8427.0, 8457.0, 8439.0, 8408.0, 8407.0, 8452.0, 8442.0, 8410.0, 8484.0, 8437.0, 8405.0, 8433.0, 8439.0, 8428.0, 8445.0, 8456.0, 8426.0, 8429.0, 8444.0, 8460.0, 8433.0, 8461.0, 8476.0, 8430.0, 8430.0, 8457.0, 8425.0, 8409.0, 8486.0, 8453.0, 8409.0, 8435.0, 8433.0, 8407.0, 8407.0, 8469.0, 8419.0, 8407.0, 8405.0, 8436.0, 8422.0, 8426.0, 8458.0, 8440.0, 8409.0, 8437.0, 8435.0, 8428.0, 8441.0, 8471.0, 8422.0, 8405.0, 8436.0, 8437.0, 8408.0, 8435.0, 8434.0, 8420.0, 8408.0, 8451.0, 8439.0, 8424.0, 8440.0, 8442.0, 8428.0, 8424.0, 8471.0, 8441.0, 8424.0, 8468.0, 8438.0, 8407.0, 8421.0, 8419.0, 8407.0, 8409.0, 8456.0, 8438.0, 8413.0, 8412.0, 8456.0, 8426.0, 8429.0, 8459.0, 8443.0, 8432.0, 8431.0, 8474.0, 8426.0, 8429.0, 8491.0, 8458.0, 8425.0, 8439.0, 8437.0, 8422.0, 8423.0, 8454.0, 8440.0, 8409.0, 8404.0, 8447.0, 8422.0, 8409.0, 8437.0, 8452.0, 8421.0, 8421.0, 8422.0, 8439.0, 8411.0, 8438.0, 8484.0, 8419.0, 8420.0, 8433.0, 8436.0, 8407.0, 8449.0, 8432.0, 8402.0, 8400.0, 8434.0, 8418.0, 8407.0, 8452.0, 8434.0, 8409.0, 8411.0, 8457.0, 8426.0, 8440.0, 8487.0, 8441.0, 8428.0, 8436.0, 8442.0, 8428.0, 8455.0, 8452.0, 8421.0, 8420.0, 8425.0, 8439.0, 8431.0, 8428.0, 8476.0, 8444.0, 8414.0, 8428.0, 8475.0, 8461.0, 8443.0, 8505.0, 8457.0, 8427.0, 8468.0, 8435.0, 8422.0, 8464.0, 8436.0, 8409.0, 8403.0, 8432.0, 8420.0, 8424.0, 8456.0, 8445.0, 8431.0, 8431.0, 8437.0, 8465.0, 8464.0, 8461.0, 8501.0, 8465.0, 8436.0, 8449.0, 8459.0, 8438.0, 8459.0, 8489.0, 8444.0, 8412.0, 8468.0, 8420.0, 8430.0, 8438.0, 8471.0, 8423.0, 8407.0, 8424.0, 8435.0, 8408.0, 8408.0, 8469.0, 8438.0, 8409.0, 8409.0, 8436.0, 8421.0, 8409.0, 8455.0, 8439.0, 8419.0, 8416.0, 8431.0, 8420.0, 8401.0, 8448.0, 8416.0, 8386.0, 8389.0, 8432.0, 8417.0, 8407.0, 8438.0, 8456.0, 8428.0, 8412.0, 8453.0, 8434.0, 8425.0, 8471.0, 8473.0, 8428.0, 8405.0, 8468.0, 8438.0, 8428.0, 8426.0, 8471.0, 8460.0, 8428.0, 8425.0, 8435.0, 8405.0, 8404.0, 8433.0, 8404.0, 8449.0, 8451.0, 8404.0, 8389.0, 8430.0, 8414.0, 8405.0, 8450.0, 8438.0, 8407.0, 8408.0, 8432.0, 8424.0, 8421.0, 8472.0, 8427.0, 8410.0, 8449.0, 8421.0, 8405.0, 8451.0, 8436.0, 8409.0, 8481.0, 8418.0, 8419.0, 8419.0, 8435.0, 8405.0, 8434.0, 8451.0, 8417.0, 8405.0, 8422.0, 8439.0, 8430.0, 8459.0, 8442.0, 8411.0, 8428.0, 8453.0, 8427.0, 8453.0, 8482.0, 8424.0, 8410.0, 8453.0, 8420.0, 8412.0, 8443.0, 8440.0, 8411.0, 8410.0, 8454.0, 8438.0, 8428.0, 8458.0, 8442.0, 8425.0, 8481.0, 8437.0, 8407.0, 8405.0, 8433.0, 8426.0, 8409.0, 8454.0, 8435.0, 8443.0, 8428.0, 8472.0, 8440.0, 8430.0, 8446.0, 8503.0, 8473.0, 8425.0, 8407.0, 8446.0, 8433.0, 8406.0, 8496.0, 8466.0, 8403.0, 8403.0, 8432.0, 8422.0, 8406.0, 8419.0, 8456.0, 8425.0, 8447.0, 8480.0, 8478.0, 8445.0, 8431.0, 8413.0, 8459.0, 8446.0, 8430.0, 8510.0, 8473.0, 8429.0, 8500.0, 8438.0, 8407.0, 8470.0, 8420.0, 8421.0, 8476.0, 8414.0, 8403.0, 8417.0, 8434.0, 8411.0, 8449.0, 8435.0, 8405.0, 8406.0, 8436.0, 8428.0, 8414.0, 8440.0, 8458.0, 8429.0, 8416.0, 8460.0, 8443.0, 8435.0, 8526.0, 8486.0, 8436.0, 8433.0, 8416.0, 8400.0, 8403.0, 8446.0, 8415.0, 8406.0, 8407.0, 8435.0, 8423.0, 8410.0, 8468.0, 8436.0, 8423.0, 8454.0, 8487.0, 8438.0, 8423.0, 8477.0, 8434.0, 8419.0, 8434.0, 8432.0, 8417.0, 8408.0, 8449.0, 8428.0, 8414.0, 8416.0, 8429.0, 8415.0, 8399.0, 8399.0, 8412.0, 8400.0, 8406.0, 8449.0, 8418.0, 8404.0, 8384.0, 8426.0, 8400.0, 8403.0, 8450.0, 8416.0, 8384.0, 8428.0, 8397.0, 8382.0, 8427.0, 8401.0, 8404.0, 8449.0, 8417.0, 8422.0, 8433.0, 8423.0, 8422.0, 8466.0, 8434.0, 8406.0, 8432.0, 8416.0, 8403.0, 8447.0, 8419.0, 8416.0, 8429.0, 8402.0, 8399.0, 8445.0, 8421.0, 8407.0, 8466.0, 8419.0, 8405.0, 8431.0, 8416.0, 8423.0, 8455.0, 8438.0, 8409.0, 8440.0, 8453.0, 8407.0, 8406.0, 8448.0, 8416.0, 8418.0, 8476.0, 8429.0, 8402.0, 8397.0, 8428.0, 8418.0, 8404.0, 8461.0, 8415.0, 8398.0, 8399.0, 8410.0, 8383.0, 8382.0, 8429.0, 8399.0, 8425.0, 8426.0, 8392.0, 8381.0, 8426.0, 8399.0, 8401.0, 8437.0, 8407.0, 8423.0, 8455.0, 8425.0, 8424.0, 8475.0, 8441.0, 8424.0, 8483.0, 8435.0, 8421.0, 8466.0, 8438.0, 8420.0, 8465.0, 8436.0, 8405.0, 8406.0, 8438.0, 8409.0, 8439.0, 8486.0, 8434.0, 8423.0, 8433.0, 8418.0, 8418.0, 8451.0, 8432.0, 8419.0, 8477.0, 8462.0, 8403.0, 8400.0, 8428.0, 8404.0, 8416.0, 8448.0, 8417.0, 8405.0, 8469.0, 8419.0, 8422.0, 8434.0, 8429.0, 8419.0, 8466.0, 8431.0, 8414.0, 8472.0, 8426.0, 8402.0, 8400.0, 8432.0, 8406.0, 8407.0, 8452.0, 8422.0, 8423.0, 8455.0, 8428.0, 8426.0, 8460.0, 8429.0, 8456.0, 8485.0, 8424.0, 8427.0, 8452.0, 8435.0, 8423.0, 8467.0, 8437.0, 8419.0, 8448.0, 8418.0, 8408.0, 8422.0, 8436.0, 8428.0, 8473.0, 8469.0, 8425.0, 8409.0, 8432.0, 8406.0, 8408.0, 8455.0, 8429.0, 8432.0, 8453.0, 8470.0, 8473.0, 8461.0, 8517.0, 8490.0, 8456.0, 8494.0, 8462.0, 8449.0, 8526.0, 8490.0, 8458.0, 8499.0, 8419.0, 8422.0, 8468.0, 8436.0, 8438.0, 8465.0, 8434.0, 8402.0, 8409.0, 8450.0, 8435.0, 8406.0, 8407.0, 8435.0, 8424.0, 8429.0, 8441.0, 8491.0, 8456.0, 8424.0, 8440.0, 8437.0, 8420.0, 8407.0, 8497.0, 8465.0, 8417.0, 8447.0, 8430.0, 8411.0, 8400.0, 8444.0, 8417.0, 8401.0, 8415.0, 8427.0, 8402.0, 8415.0, 8449.0, 8436.0, 8401.0, 8402.0, 8450.0, 8434.0, 8405.0, 8405.0, 8467.0, 8436.0, 8410.0, 8425.0, 8453.0, 8454.0, 8424.0, 8424.0, 8455.0, 8453.0, 8444.0, 8442.0, 8489.0, 8471.0, 8440.0, 8422.0, 8467.0, 8436.0, 8439.0, 8426.0, 8475.0, 8506.0, 8443.0, 8428.0, 8425.0, 8472.0, 8439.0, 8427.0, 8482.0, 8467.0, 8422.0, 8422.0, 8437.0, 8437.0, 8422.0, 8438.0, 8482.0, 8433.0, 8420.0, 8411.0, 8458.0, 8442.0, 8429.0, 8425.0, 8456.0, 8428.0, 8435.0, 8450.0, 8478.0, 8434.0, 8433.0, 8492.0, 8447.0, 8431.0, 8508.0, 8470.0, 8470.0, 8515.0, 8463.0, 8410.0, 8449.0, 8435.0, 8407.0, 8405.0, 8467.0, 8419.0, 8410.0, 8427.0, 8455.0, 8427.0, 8416.0, 8445.0, 8489.0, 8444.0, 8429.0, 8459.0, 8458.0, 8429.0, 8456.0, 8499.0, 8439.0, 8423.0, 8468.0, 8441.0, 8424.0, 8483.0, 8452.0, 8406.0, 8404.0, 8450.0, 8435.0, 8419.0, 8435.0, 8432.0, 8422.0, 8422.0, 8455.0, 8439.0, 8425.0, 8453.0, 8434.0, 8409.0, 8407.0, 8439.0, 8425.0, 8427.0, 8483.0, 8454.0, 8428.0, 8427.0, 8455.0, 8441.0, 8444.0, 8488.0, 8458.0, 8429.0, 8443.0, 8453.0, 8429.0, 8440.0, 8502.0, 8425.0, 8427.0, 8440.0, 8456.0, 8439.0, 8440.0, 8486.0, 8439.0, 8426.0, 8441.0, 8470.0, 8438.0, 8423.0, 8482.0, 8417.0, 8422.0, 8432.0, 8436.0, 8405.0, 8408.0, 8449.0, 8437.0, 8427.0, 8442.0, 8456.0, 8426.0, 8424.0, 8455.0, 8443.0, 8429.0, 8456.0, 8487.0, 8440.0, 8442.0, 8455.0, 8453.0, 8441.0, 8423.0, 8495.0, 8434.0, 8423.0, 8453.0, 8437.0, 8406.0, 8446.0, 8430.0, 8400.0, 8406.0, 8452.0, 8417.0, 8402.0, 8430.0, 8415.0, 8405.0, 8423.0, 8456.0, 8434.0, 8466.0, 8476.0, 8441.0, 8457.0, 8457.0, 8473.0, 8484.0, 8469.0, 8460.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.0006078620166793026</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02167037407126611</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.729957464871035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1872810887708651</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0045370820561457</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4913</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5866.0518</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09966258116044659</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.094010614101592</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.435797084791221</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344640853190315</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.624372664702807</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.338377736480541</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00779168</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.005661866627633572</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03572368249297142</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>3.9101814105273127</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>17.8925</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0302</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.5525</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296094.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>906.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5551</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>442.7506</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2937.4802</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3096.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80450.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1008.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3859.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>791.7742</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.26585471164435</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> |