=== 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-0043 --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-0043",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0043_ses-02_task-narratives_acq-mb8_run-03_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-0043_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0043_suffix-bold_task-narratives" 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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-03_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-0043/ses-02/func/sub-0043_ses-02_task-narratives_acq-mb8_run-03_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>5dbb2b19b066e07dd91cb3c5f2ef4197</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>11:13:9.272500</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</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-03_task-narratives_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.0839159</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9aaad70e-c0cc-458a-ac97-500a4f0cbe13||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.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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, 1298]</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], 'AcquisitionTime': ['111309.272500', '111309.732500', '111310.192500', '111310.652500', '111311.112500', '111311.572500', '111312.032500', '111312.492500', '111312.952500', '111313.412500', '111313.872500', '111314.332500', '111314.792500', '111315.252500', '111315.712500', '111316.172500', '111316.632500', '111317.092500', '111317.552500', '111318.012500', '111318.472500', '111318.932500', '111319.392500', '111319.852500', '111320.312500', '111320.772500', '111321.232500', '111321.692500', '111322.152500', '111322.612500', '111323.072500', '111323.532500', '111323.992500', '111324.452500', '111324.912500', '111325.372500', '111325.832500', '111326.292500', '111326.752500', '111327.212500', '111327.672500', '111328.132500', '111328.592500', '111329.052500', '111329.512500', '111329.972500', '111330.432500', '111330.892500', '111331.352500', '111331.812500', '111332.272500', '111332.732500', '111333.192500', '111333.652500', '111334.112500', '111334.572500', '111335.032500', '111335.492500', '111335.952500', '111336.412500', '111336.872500', '111337.332500', '111337.792500', '111338.252500', '111338.712500', '111339.172500', '111339.632500', '111340.092500', '111340.552500', '111341.012500', '111341.472500', '111341.932500', '111342.392500', '111342.852500', '111343.312500', '111343.772500', '111344.232500', '111344.692500', '111345.152500', '111345.612500', '111346.072500', '111346.532500', '111346.992500', '111347.452500', '111347.912500', '111348.372500', '111348.832500', '111349.292500', '111349.752500', '111350.212500', '111350.672500', '111351.132500', '111351.592500', '111352.052500', '111352.512500', '111352.972500', '111353.432500', '111353.892500', '111354.352500', '111354.812500', '111355.272500', '111355.732500', '111356.192500', '111356.652500', '111357.112500', '111357.572500', '111358.032500', '111358.492500', '111358.952500', '111359.412500', '111359.872500', '111400.332500', '111400.792500', '111401.252500', '111401.712500', '111402.172500', '111402.632500', '111403.092500', '111403.552500', '111404.012500', '111404.472500', '111404.932500', '111405.392500', '111405.852500', '111406.312500', '111406.772500', '111407.232500', '111407.692500', '111408.152500', '111408.612500', '111409.072500', '111409.532500', '111409.992500', '111410.452500', '111410.912500', '111411.372500', '111411.832500', '111412.292500', '111412.752500', '111413.212500', '111413.672500', '111414.132500', '111414.592500', '111415.052500', '111415.512500', '111415.972500', '111416.432500', '111416.892500', '111417.352500', '111417.812500', '111418.272500', '111418.732500', '111419.192500', '111419.652500', '111420.112500', '111420.572500', '111421.032500', '111421.492500', '111421.952500', '111422.412500', '111422.872500', '111423.332500', '111423.792500', '111424.252500', '111424.712500', '111425.172500', '111425.632500', '111426.092500', '111426.552500', '111427.012500', '111427.472500', '111427.932500', '111428.392500', '111428.852500', '111429.312500', '111429.772500', '111430.232500', '111430.692500', '111431.152500', '111431.612500', '111432.072500', '111432.532500', '111432.992500', '111433.452500', '111433.912500', '111434.372500', '111434.832500', '111435.292500', '111435.752500', '111436.212500', '111436.672500', '111437.132500', '111437.592500', '111438.052500', '111438.512500', '111438.972500', '111439.432500', '111439.892500', '111440.352500', '111440.812500', '111441.272500', '111441.732500', '111442.192500', '111442.652500', '111443.112500', '111443.572500', '111444.032500', '111444.492500', '111444.952500', '111445.412500', '111445.872500', '111446.332500', '111446.792500', '111447.252500', '111447.712500', '111448.172500', '111448.632500', '111449.092500', '111449.552500', '111450.012500', '111450.472500', '111450.932500', '111451.392500', '111451.852500', '111452.312500', '111452.772500', '111453.232500', '111453.692500', '111454.152500', '111454.612500', '111455.072500', '111455.532500', '111455.992500', '111456.452500', '111456.912500', '111457.372500', '111457.832500', '111458.292500', '111458.752500', '111459.212500', '111459.672500', '111500.132500', '111500.592500', '111501.052500', '111501.512500', '111501.972500', '111502.432500', '111502.892500', '111503.352500', '111503.812500', '111504.272500', '111504.732500', '111505.192500', '111505.652500', '111506.112500', '111506.572500', '111507.032500', '111507.492500', '111507.952500', '111508.412500', '111508.872500', '111509.332500', '111509.792500', '111510.252500', '111510.712500', '111511.172500', '111511.632500', '111512.092500', '111512.552500', '111513.012500', '111513.472500', '111513.932500', '111514.392500', '111514.852500', '111515.312500', '111515.772500', '111516.232500', '111516.692500', '111517.152500', '111517.612500', '111518.072500', '111518.532500', '111518.992500', '111519.452500', '111519.912500', '111520.372500', '111520.832500', '111521.292500', '111521.752500', '111522.212500', '111522.672500', '111523.132500', '111523.592500', '111524.052500', '111524.512500', '111524.972500', '111525.432500', '111525.892500', '111526.352500', '111526.812500', '111527.272500', '111527.732500', '111528.192500', '111528.652500', '111529.112500', '111529.572500', '111530.032500', '111530.492500', '111530.952500', '111531.412500', '111531.872500', '111532.332500', '111532.792500', '111533.252500', '111533.712500', '111534.172500', '111534.632500', '111535.092500', '111535.552500', '111536.012500', '111536.472500', '111536.932500', '111537.392500', '111537.852500', '111538.312500', '111538.772500', '111539.232500', '111539.692500', '111540.152500', '111540.612500', '111541.072500', '111541.532500', '111541.992500', '111542.452500', '111542.912500', '111543.372500', '111543.832500', '111544.292500', '111544.752500', '111545.212500', '111545.672500', '111546.132500', '111546.592500', '111547.052500', '111547.512500', '111547.972500', '111548.432500', '111548.892500', '111549.352500', '111549.812500', '111550.272500', '111550.732500', '111551.192500', '111551.652500', '111552.112500', '111552.572500', '111553.032500', '111553.492500', '111553.952500', '111554.412500', '111554.872500', '111555.332500', '111555.792500', '111556.252500', '111556.712500', '111557.172500', '111557.632500', '111558.092500', '111558.552500', '111559.012500', '111559.472500', '111559.932500', '111600.392500', '111600.852500', '111601.312500', '111601.772500', '111602.232500', '111602.692500', '111603.152500', '111603.612500', '111604.072500', '111604.532500', '111604.992500', '111605.452500', '111605.912500', '111606.372500', '111606.832500', '111607.292500', '111607.752500', '111608.212500', '111608.672500', '111609.132500', '111609.592500', '111610.052500', '111610.512500', '111610.972500', '111611.432500', '111611.892500', '111612.352500', '111612.812500', '111613.272500', '111613.732500', '111614.192500', '111614.652500', '111615.112500', '111615.572500', '111616.032500', '111616.492500', '111616.952500', '111617.412500', '111617.872500', '111618.332500', '111618.792500', '111619.252500', '111619.712500', '111620.172500', '111620.632500', '111621.092500', '111621.552500', '111622.012500', '111622.472500', '111622.932500', '111623.392500', '111623.852500', '111624.312500', '111624.772500', '111625.232500', '111625.692500', '111626.152500', '111626.612500', '111627.072500', '111627.532500', '111627.992500', '111628.452500', '111628.912500', '111629.372500', '111629.832500', '111630.292500', '111630.752500', '111631.212500', '111631.672500', '111632.132500', '111632.592500', '111633.052500', '111633.512500', '111633.972500', '111634.432500', '111634.892500', '111635.352500', '111635.812500', '111636.272500', '111636.732500', '111637.192500', '111637.652500', '111638.112500', '111638.572500', '111639.032500', '111639.492500', '111639.952500', '111640.412500', '111640.872500', '111641.332500', '111641.792500', '111642.252500', '111642.712500', '111643.172500', '111643.632500', '111644.092500', '111644.552500', '111645.012500', '111645.472500', '111645.932500', '111646.392500', '111646.852500', '111647.312500', '111647.772500', '111648.232500', '111648.692500', '111649.152500', '111649.612500', '111650.072500', '111650.532500', '111650.992500', '111651.452500', '111651.912500', '111652.372500', '111652.832500', '111653.292500', '111653.752500', '111654.212500', '111654.672500', '111655.132500', '111655.592500', '111656.052500', '111656.512500', '111656.972500', '111657.432500', '111657.892500', '111658.352500', '111658.812500', '111659.272500', '111659.732500', '111700.192500', '111700.652500', '111701.112500', '111701.572500', '111702.032500', '111702.492500', '111702.952500', '111703.412500', '111703.872500', '111704.332500', '111704.792500', '111705.252500', '111705.712500', '111706.172500', '111706.632500', '111707.092500', '111707.552500', '111708.012500', '111708.472500', '111708.932500', '111709.392500', '111709.852500', '111710.312500', '111710.772500', '111711.232500', '111711.692500', '111712.152500', '111712.612500', '111713.072500', '111713.532500', '111713.992500', '111714.452500', '111714.912500', '111715.372500', '111715.832500', '111716.292500', '111716.752500', '111717.212500', '111717.672500', '111718.132500', '111718.592500', '111719.052500', '111719.512500', '111719.972500', '111720.432500', '111720.892500', '111721.352500', '111721.812500', '111722.272500', '111722.732500', '111723.192500', '111723.652500', '111724.112500', '111724.572500', '111725.032500', '111725.492500', '111725.952500', '111726.412500', '111726.872500', '111727.332500', '111727.792500', '111728.252500', '111728.712500', '111729.172500', '111729.632500', '111730.092500', '111730.552500', '111731.012500', '111731.472500', '111731.932500', '111732.392500', '111732.852500', '111733.312500', '111733.772500', '111734.232500', '111734.692500', '111735.152500', '111735.612500', '111736.072500', '111736.532500', '111736.992500', '111737.452500', '111737.912500', '111738.372500', '111738.832500', '111739.292500', '111739.752500', '111740.212500', '111740.672500', '111741.132500', '111741.592500', '111742.052500', '111742.512500', '111742.972500', '111743.432500', '111743.892500', '111744.352500', '111744.812500', '111745.272500', '111745.732500', '111746.192500', '111746.652500', '111747.112500', '111747.572500', '111748.032500', '111748.492500', '111748.952500', '111749.412500', '111749.872500', '111750.332500', '111750.792500', '111751.252500', '111751.712500', '111752.172500', '111752.632500', '111753.092500', '111753.552500', '111754.012500', '111754.472500', '111754.932500', '111755.392500', '111755.852500', '111756.312500', '111756.772500', '111757.232500', '111757.692500', '111758.152500', '111758.612500', '111759.072500', '111759.532500', '111759.992500', '111800.452500', '111800.912500', '111801.372500', '111801.832500', '111802.292500', '111802.752500', '111803.212500', '111803.672500', '111804.132500', '111804.592500', '111805.052500', '111805.512500', '111805.972500', '111806.432500', '111806.892500', '111807.352500', '111807.812500', '111808.272500', '111808.732500', '111809.192500', '111809.652500', '111810.112500', '111810.572500', '111811.032500', '111811.492500', '111811.952500', '111812.412500', '111812.872500', '111813.332500', '111813.792500', '111814.252500', '111814.712500', '111815.172500', '111815.632500', '111816.092500', '111816.552500', '111817.012500', '111817.472500', '111817.932500', '111818.392500', '111818.852500', '111819.312500', '111819.772500', '111820.232500', '111820.692500', '111821.152500', '111821.612500', '111822.072500', '111822.532500', '111822.992500', '111823.452500', '111823.912500', '111824.372500', '111824.832500', '111825.292500', '111825.752500', '111826.212500', '111826.672500', '111827.132500', '111827.592500', '111828.052500', '111828.512500', '111828.972500', '111829.432500', '111829.892500', '111830.352500', '111830.812500', '111831.272500', '111831.732500', '111832.192500', '111832.652500', '111833.112500', '111833.572500', '111834.032500', '111834.492500', '111834.952500', '111835.412500', '111835.872500', '111836.332500', '111836.792500', '111837.252500', '111837.712500', '111838.172500', '111838.632500', '111839.092500', '111839.552500', '111840.012500', '111840.472500', '111840.932500', '111841.392500', '111841.852500', '111842.312500', '111842.772500', '111843.232500', '111843.692500', '111844.152500', '111844.612500', '111845.072500', '111845.532500', '111845.992500', '111846.452500', '111846.912500', '111847.372500', '111847.832500', '111848.292500', '111848.752500', '111849.212500', '111849.672500', '111850.132500', '111850.592500', '111851.052500', '111851.512500', '111851.972500', '111852.432500', '111852.892500', '111853.352500', '111853.812500', '111854.272500', '111854.732500', '111855.192500', '111855.652500', '111856.112500', '111856.572500', '111857.032500', '111857.492500', '111857.952500', '111858.412500', '111858.872500', '111859.332500', '111859.792500', '111900.252500', '111900.712500', '111901.172500', '111901.632500', '111902.092500', '111902.552500', '111903.012500', '111903.472500', '111903.932500', '111904.392500', '111904.852500', '111905.312500', '111905.772500', '111906.232500', '111906.692500', '111907.152500', '111907.612500', '111908.072500', '111908.532500', '111908.992500', '111909.452500', '111909.912500', '111910.372500', '111910.832500', '111911.292500', '111911.752500', '111912.212500', '111912.672500', '111913.132500', '111913.592500', '111914.052500', '111914.512500', '111914.972500', '111915.432500', '111915.892500', '111916.352500', '111916.812500', '111917.272500', '111917.732500', '111918.192500', '111918.652500', '111919.112500', '111919.572500', '111920.032500', '111920.492500', '111920.952500', '111921.412500', '111921.872500', '111922.332500', '111922.792500', '111923.252500', '111923.712500', '111924.172500', '111924.632500', '111925.092500', '111925.552500', '111926.012500', '111926.472500', '111926.932500', '111927.392500', '111927.852500', '111928.312500', '111928.772500', '111929.232500', '111929.692500', '111930.152500', '111930.612500', '111931.072500', '111931.532500', '111931.992500', '111932.452500', '111932.912500', '111933.372500', '111933.832500', '111934.292500', '111934.752500', '111935.212500', '111935.672500', '111936.132500', '111936.592500', '111937.052500', '111937.512500', '111937.972500', '111938.432500', '111938.892500', '111939.352500', '111939.812500', '111940.272500', '111940.732500', '111941.192500', '111941.652500', '111942.112500', '111942.572500', '111943.032500', '111943.492500', '111943.952500', '111944.412500', '111944.872500', '111945.332500', '111945.792500', '111946.252500', '111946.712500', '111947.172500', '111947.632500', '111948.092500', '111948.552500', '111949.012500', '111949.472500', '111949.932500', '111950.392500', '111950.852500', '111951.312500', '111951.772500', '111952.232500', '111952.692500', '111953.152500', '111953.612500', '111954.072500', '111954.532500', '111954.992500', '111955.452500', '111955.912500', '111956.372500', '111956.832500', '111957.292500', '111957.752500', '111958.212500', '111958.672500', '111959.132500', '111959.592500', '112000.052500', '112000.512500', '112000.972500', '112001.432500', '112001.892500', '112002.352500', '112002.812500', '112003.272500', '112003.732500', '112004.192500', '112004.652500', '112005.112500', '112005.572500', '112006.032500', '112006.492500', '112006.952500', '112007.412500', '112007.872500', '112008.332500', '112008.792500', '112009.252500', '112009.712500', '112010.172500', '112010.632500', '112011.092500', '112011.552500', '112012.012500', '112012.472500', '112012.932500', '112013.392500', '112013.852500', '112014.312500', '112014.772500', '112015.232500', '112015.692500', '112016.152500', '112016.612500', '112017.072500', '112017.532500', '112017.992500', '112018.452500', '112018.912500', '112019.372500', '112019.832500', '112020.292500', '112020.752500', '112021.212500', '112021.672500', '112022.132500', '112022.592500', '112023.052500', '112023.512500', '112023.972500', '112024.432500', '112024.892500', '112025.352500', '112025.812500', '112026.272500', '112026.732500', '112027.192500', '112027.652500', '112028.112500', '112028.572500', '112029.032500', '112029.492500', '112029.952500', '112030.412500', '112030.872500', '112031.332500', '112031.792500', '112032.252500', '112032.712500', '112033.172500', '112033.632500', '112034.092500', '112034.552500', '112035.012500', '112035.472500', '112035.932500', '112036.392500', '112036.852500', '112037.312500', '112037.772500', '112038.232500', '112038.692500', '112039.152500', '112039.612500', '112040.072500', '112040.532500', '112040.992500', '112041.452500', '112041.912500', '112042.372500', '112042.832500', '112043.292500', '112043.752500', '112044.212500', '112044.672500', '112045.132500', '112045.592500', '112046.052500', '112046.512500', '112046.972500', '112047.432500', '112047.892500', '112048.352500', '112048.812500', '112049.272500', '112049.732500', '112050.192500', '112050.652500', '112051.112500', '112051.572500', '112052.032500', '112052.492500', '112052.952500', '112053.412500', '112053.872500', '112054.332500', '112054.792500', '112055.252500', '112055.712500', '112056.172500', '112056.632500', '112057.092500', '112057.552500', '112058.012500', '112058.472500', '112058.932500', '112059.392500', '112059.852500', '112100.312500', '112100.772500', '112101.232500', '112101.692500', '112102.152500', '112102.612500', '112103.072500', '112103.532500', '112103.992500', '112104.452500', '112104.912500', '112105.372500', '112105.832500', '112106.292500', '112106.752500', '112107.212500', '112107.672500', '112108.132500', '112108.592500', '112109.052500', '112109.512500', '112109.972500', '112110.432500', '112110.892500', '112111.352500', '112111.812500', '112112.272500', '112112.732500', '112113.192500', '112113.652500', '112114.112500', '112114.572500', '112115.032500', '112115.492500', '112115.952500', '112116.412500', '112116.872500', '112117.332500', '112117.792500', '112118.252500', '112118.712500', '112119.172500', '112119.632500', '112120.092500', '112120.552500', '112121.012500', '112121.472500', '112121.932500', '112122.392500', '112122.852500', '112123.312500', '112123.772500', '112124.232500', '112124.692500', '112125.152500', '112125.612500', '112126.072500', '112126.532500', '112126.992500', '112127.452500', '112127.912500', '112128.372500', '112128.832500', '112129.292500', '112129.752500', '112130.212500', '112130.672500', '112131.132500', '112131.592500', '112132.052500', '112132.512500', '112132.972500', '112133.432500', '112133.892500', '112134.352500', '112134.812500', '112135.272500', '112135.732500', '112136.192500', '112136.652500', '112137.112500', '112137.572500', '112138.032500', '112138.492500', '112138.952500', '112139.412500', '112139.872500', '112140.332500', '112140.792500', '112141.252500', '112141.712500', '112142.172500', '112142.632500', '112143.092500', '112143.552500', '112144.012500', '112144.472500', '112144.932500', '112145.392500', '112145.852500', '112146.312500', '112146.772500', '112147.232500', '112147.692500', '112148.152500', '112148.612500', '112149.072500', '112149.532500', '112149.992500', '112150.452500', '112150.912500', '112151.372500', '112151.832500', '112152.292500', '112152.752500', '112153.212500', '112153.672500', '112154.132500', '112154.592500', '112155.052500', '112155.512500', '112155.972500', '112156.432500', '112156.892500', '112157.352500', '112157.812500', '112158.272500', '112158.732500', '112159.192500', '112159.652500', '112200.112500', '112200.572500', '112201.032500', '112201.492500', '112201.952500', '112202.412500', '112202.872500', '112203.332500', '112203.792500', '112204.252500', '112204.712500', '112205.172500', '112205.632500', '112206.092500', '112206.552500', '112207.012500', '112207.472500', '112207.932500', '112208.392500', '112208.852500', '112209.312500', '112209.772500', '112210.232500', '112210.692500', '112211.152500', '112211.612500', '112212.072500', '112212.532500', '112212.992500', '112213.452500', '112213.912500', '112214.372500', '112214.832500', '112215.292500', '112215.752500', '112216.212500', '112216.672500', '112217.132500', '112217.592500', '112218.052500', '112218.512500', '112218.972500', '112219.432500', '112219.892500', '112220.352500', '112220.812500', '112221.272500', '112221.732500', '112222.192500', '112222.652500', '112223.112500', '112223.572500', '112224.032500', '112224.492500', '112224.952500', '112225.412500', '112225.872500', '112226.332500', '112226.792500', '112227.252500', '112227.712500', '112228.172500', '112228.632500', '112229.092500', '112229.552500', '112230.012500', '112230.472500', '112230.932500', '112231.392500', '112231.852500', '112232.312500', '112232.772500', '112233.232500', '112233.692500', '112234.152500', '112234.612500', '112235.072500', '112235.532500', '112235.992500', '112236.452500', '112236.912500', '112237.372500', '112237.832500', '112238.292500', '112238.752500', '112239.212500', '112239.672500', '112240.132500', '112240.592500', '112241.052500', '112241.512500', '112241.972500', '112242.432500', '112242.892500', '112243.352500', '112243.812500', '112244.272500', '112244.732500', '112245.192500', '112245.652500', '112246.112500', '112246.572500', '112247.032500', '112247.492500', '112247.952500', '112248.412500', '112248.872500', '112249.332500', '112249.792500', '112250.252500', '112250.712500', '112251.172500', '112251.632500', '112252.092500', '112252.552500', '112253.012500', '112253.472500', '112253.932500', '112254.392500', '112254.852500', '112255.312500', '112255.772500', '112256.232500', '112256.692500', '112257.152500', '112257.612500', '112258.072500', '112258.532500', '112258.992500', '112259.452500', '112259.912500', '112300.372500', '112300.832500', '112301.292500', '112301.752500', '112302.212500', '112302.672500', '112303.132500', '112303.592500', '112304.052500', '112304.512500', '112304.972500', '112305.432500', '112305.892500'], 'ContentTime': ['111327.494000', '111327.508000', '111327.511000', '111327.515000', '111327.518000', '111327.521000', '111327.524000', '111327.527000', '111327.530000', '111327.533000', '111327.537000', '111327.540000', '111327.543000', '111327.557000', '111327.560000', '111327.563000', '111327.566000', '111327.569000', '111327.572000', '111327.575000', '111327.578000', '111327.583000', '111327.586000', '111327.594000', '111327.597000', '111327.600000', '111327.604000', '111327.607000', '111327.610000', '111327.613000', '111327.617000', '111327.620000', '111327.623000', '111327.626000', '111327.629000', '111327.632000', '111327.635000', '111327.639000', '111347.459000', '111347.462000', '111347.465000', '111347.468000', '111347.471000', '111347.474000', '111347.477000', '111347.480000', '111347.483000', '111347.486000', '111347.488000', '111347.491000', '111347.494000', '111347.497000', '111347.500000', '111347.503000', '111347.506000', '111347.509000', '111347.512000', '111347.515000', '111347.518000', '111347.521000', '111347.524000', '111347.527000', '111347.529000', '111347.532000', '111347.535000', '111347.538000', '111347.541000', '111347.544000', '111347.547000', '111347.550000', '111347.553000', '111347.556000', '111347.559000', '111347.562000', '111347.565000', '111347.568000', '111347.571000', '111347.573000', '111347.576000', '111347.579000', '111347.582000', '111347.585000', '111407.458000', '111407.461000', '111407.464000', '111407.473000', '111407.476000', '111407.479000', '111407.482000', '111407.485000', '111407.488000', '111407.491000', '111407.494000', '111407.496000', '111407.499000', '111407.502000', '111407.505000', '111407.508000', '111407.511000', '111407.514000', '111407.517000', '111407.520000', '111407.523000', '111407.526000', '111407.529000', '111407.532000', '111407.534000', '111407.537000', '111407.540000', '111407.543000', '111407.546000', '111407.549000', '111407.552000', '111407.555000', '111407.558000', '111407.561000', '111407.564000', '111407.567000', '111407.570000', '111407.573000', '111407.576000', '111407.579000', '111407.582000', '111407.585000', '111407.588000', '111427.459000', '111427.462000', '111427.465000', '111427.468000', '111427.471000', '111427.474000', '111427.477000', '111427.480000', '111427.483000', '111427.486000', '111427.489000', '111427.492000', '111427.495000', '111427.498000', '111427.501000', '111427.504000', '111427.507000', '111427.510000', '111427.513000', '111427.516000', '111427.519000', '111427.522000', '111427.532000', '111427.535000', '111427.538000', '111427.540000', '111427.543000', '111427.546000', '111427.549000', '111427.558000', '111427.561000', '111427.564000', '111427.567000', '111427.570000', '111427.573000', '111427.576000', '111427.579000', '111427.582000', '111427.585000', '111427.588000', '111427.591000', '111427.594000', '111427.597000', '111447.458000', '111447.461000', '111447.464000', '111447.467000', '111447.470000', '111447.473000', '111447.476000', '111447.479000', '111447.482000', '111447.485000', '111447.488000', '111447.491000', '111447.494000', '111447.497000', '111447.500000', '111447.503000', '111447.506000', '111447.509000', '111447.512000', '111447.515000', '111447.518000', '111447.521000', '111447.524000', '111447.527000', '111447.530000', '111447.532000', '111447.535000', '111447.538000', '111447.541000', '111447.544000', '111447.547000', '111447.550000', '111447.553000', '111447.556000', '111447.559000', '111447.562000', '111447.565000', '111447.568000', '111447.571000', '111447.574000', '111447.577000', '111447.580000', '111447.583000', '111447.586000', '111507.458000', '111507.461000', '111507.464000', '111507.467000', '111507.470000', '111507.473000', '111507.477000', '111507.480000', '111507.483000', '111507.486000', '111507.489000', '111507.492000', '111507.495000', '111507.498000', '111507.501000', '111507.504000', '111507.507000', '111507.509000', '111507.512000', '111507.515000', '111507.518000', '111507.521000', '111507.524000', '111507.527000', '111507.530000', '111507.533000', '111507.536000', '111507.539000', '111507.554000', '111507.557000', '111507.560000', '111507.563000', '111507.566000', '111507.569000', '111507.572000', '111507.575000', '111507.578000', '111507.581000', '111507.584000', '111507.587000', '111507.590000', '111507.593000', '111507.596000', '111527.458000', '111527.461000', '111527.464000', '111527.467000', '111527.470000', '111527.473000', '111527.476000', '111527.479000', '111527.482000', '111527.485000', '111527.488000', '111527.491000', '111527.494000', '111527.497000', '111527.500000', '111527.503000', '111527.506000', '111527.509000', '111527.512000', '111527.515000', '111527.518000', '111527.521000', '111527.524000', '111527.526000', '111527.529000', '111527.532000', '111527.535000', '111527.539000', '111527.542000', '111527.544000', '111527.547000', '111527.550000', '111527.553000', '111527.556000', '111527.559000', '111527.562000', '111527.565000', '111527.568000', '111527.571000', '111527.574000', '111527.577000', '111527.580000', '111527.583000', '111527.586000', '111547.459000', '111547.462000', '111547.465000', '111547.468000', '111547.471000', '111547.474000', '111547.477000', '111547.480000', '111547.484000', '111547.488000', '111547.491000', '111547.494000', '111547.497000', '111547.500000', '111547.503000', '111547.506000', '111547.509000', '111547.512000', '111547.515000', '111547.518000', '111547.520000', '111547.523000', '111547.526000', '111547.529000', '111547.532000', '111547.542000', '111547.545000', '111547.548000', '111547.551000', '111547.554000', '111547.557000', '111547.560000', '111547.563000', '111547.566000', '111547.569000', '111547.572000', '111547.575000', '111547.578000', '111547.581000', '111547.584000', '111547.587000', '111547.590000', '111547.593000', '111607.459000', '111607.462000', '111607.465000', '111607.468000', '111607.471000', '111607.474000', '111607.477000', '111607.480000', '111607.483000', '111607.486000', '111607.489000', '111607.492000', '111607.495000', '111607.498000', '111607.501000', '111607.504000', '111607.507000', '111607.510000', '111607.513000', '111607.516000', '111607.519000', '111607.522000', '111607.525000', '111607.528000', '111607.531000', '111607.534000', '111607.537000', '111607.540000', '111607.543000', '111607.545000', '111607.548000', '111607.551000', '111607.554000', '111607.557000', '111607.560000', '111607.580000', '111607.583000', '111607.586000', '111607.589000', '111607.592000', '111607.595000', '111607.598000', '111607.601000', '111607.604000', '111627.458000', '111627.461000', '111627.464000', '111627.467000', '111627.470000', '111627.473000', '111627.476000', '111627.479000', '111627.482000', '111627.485000', '111627.488000', '111627.491000', '111627.494000', '111627.497000', '111627.501000', '111627.504000', '111627.507000', '111627.510000', '111627.513000', '111627.515000', '111627.518000', '111627.521000', '111627.524000', '111627.527000', '111627.530000', '111627.533000', '111627.536000', '111627.539000', '111627.542000', '111627.545000', '111627.548000', '111627.551000', '111627.554000', '111627.557000', '111627.560000', '111627.563000', '111627.566000', '111627.569000', '111627.572000', '111627.575000', '111627.578000', '111627.581000', '111627.584000', '111647.458000', '111647.461000', '111647.464000', '111647.467000', '111647.470000', '111647.473000', '111647.476000', '111647.479000', '111647.482000', '111647.485000', '111647.500000', '111647.503000', '111647.506000', '111647.509000', '111647.512000', '111647.515000', '111647.518000', '111647.521000', '111647.524000', '111647.527000', '111647.530000', '111647.533000', '111647.536000', '111647.539000', '111647.542000', '111647.545000', '111647.548000', '111647.551000', '111647.554000', '111647.556000', '111647.559000', '111647.562000', '111647.565000', '111647.568000', '111647.571000', '111647.574000', '111647.577000', '111647.580000', '111647.583000', '111647.586000', '111647.589000', '111647.592000', '111647.595000', '111647.598000', '111707.459000', '111707.462000', '111707.465000', '111707.469000', '111707.471000', '111707.474000', '111707.477000', '111707.480000', '111707.483000', '111707.486000', '111707.489000', '111707.492000', '111707.495000', '111707.498000', '111707.501000', '111707.504000', '111707.507000', '111707.512000', '111707.515000', '111707.518000', '111707.521000', '111707.524000', '111707.527000', '111707.530000', '111707.533000', '111707.536000', '111707.539000', '111707.542000', '111707.545000', '111707.548000', '111707.551000', '111707.553000', '111707.556000', '111707.559000', '111707.562000', '111707.565000', '111707.568000', '111707.571000', '111707.574000', '111707.577000', '111707.580000', '111707.583000', '111707.586000', '111727.458000', '111727.461000', '111727.464000', '111727.467000', '111727.470000', '111727.473000', '111727.476000', '111727.479000', '111727.482000', '111727.485000', '111727.488000', '111727.491000', '111727.494000', '111727.497000', '111727.500000', '111727.503000', '111727.506000', '111727.509000', '111727.512000', '111727.515000', '111727.518000', '111727.521000', '111727.524000', '111727.527000', '111727.530000', '111727.533000', '111727.536000', '111727.539000', '111727.542000', '111727.545000', '111727.548000', '111727.551000', '111727.553000', '111727.556000', '111727.559000', '111727.562000', '111727.565000', '111727.568000', '111727.571000', '111727.574000', '111727.577000', '111727.580000', '111727.583000', '111727.586000', '111747.458000', '111747.461000', '111747.464000', '111747.467000', '111747.470000', '111747.473000', '111747.476000', '111747.479000', '111747.482000', '111747.485000', '111747.488000', '111747.491000', '111747.494000', '111747.497000', '111747.500000', '111747.503000', '111747.506000', '111747.509000', '111747.512000', '111747.515000', '111747.518000', '111747.521000', '111747.524000', '111747.527000', '111747.530000', '111747.533000', '111747.536000', '111747.539000', '111747.542000', '111747.545000', '111747.548000', '111747.551000', '111747.555000', '111747.558000', '111747.561000', '111747.564000', '111747.567000', '111747.570000', '111747.573000', '111747.576000', '111747.579000', '111747.581000', '111747.585000', '111807.459000', '111807.462000', '111807.465000', '111807.468000', '111807.471000', '111807.474000', '111807.477000', '111807.480000', '111807.483000', '111807.486000', '111807.489000', '111807.492000', '111807.495000', '111807.498000', '111807.501000', '111807.504000', '111807.507000', '111807.510000', '111807.513000', '111807.516000', '111807.519000', '111807.522000', '111807.525000', '111807.528000', '111807.531000', '111807.534000', '111807.537000', '111807.540000', '111807.543000', '111807.546000', '111807.549000', '111807.552000', '111807.555000', '111807.558000', '111807.561000', '111807.579000', '111807.582000', '111807.585000', '111807.588000', '111807.591000', '111807.594000', '111807.597000', '111807.600000', '111807.603000', '111827.459000', '111827.462000', '111827.465000', '111827.468000', '111827.471000', '111827.474000', '111827.477000', '111827.480000', '111827.483000', '111827.486000', '111827.489000', '111827.492000', '111827.497000', '111827.500000', '111827.503000', '111827.506000', '111827.509000', '111827.512000', '111827.515000', '111827.518000', '111827.521000', '111827.524000', '111827.527000', '111827.530000', '111827.533000', '111827.536000', '111827.539000', '111827.542000', '111827.545000', '111827.548000', '111827.553000', '111827.556000', '111827.559000', '111827.563000', '111827.566000', '111827.568000', '111827.572000', '111827.575000', '111827.578000', '111827.581000', '111827.584000', '111827.587000', '111827.590000', '111847.458000', '111847.461000', '111847.464000', '111847.467000', '111847.470000', '111847.473000', '111847.476000', '111847.479000', '111847.482000', '111847.485000', '111847.488000', '111847.491000', '111847.494000', '111847.497000', '111847.500000', '111847.503000', '111847.506000', '111847.509000', '111847.512000', '111847.515000', '111847.518000', '111847.521000', '111847.524000', '111847.527000', '111847.530000', '111847.533000', '111847.536000', '111847.539000', '111847.542000', '111847.545000', '111847.548000', '111847.551000', '111847.554000', '111847.557000', '111847.560000', '111847.563000', '111847.566000', '111847.569000', '111847.572000', '111847.575000', '111847.578000', '111847.581000', '111847.584000', '111847.587000', '111907.458000', '111907.461000', '111907.464000', '111907.467000', '111907.477000', '111907.480000', '111907.483000', '111907.486000', '111907.489000', '111907.492000', '111907.495000', '111907.498000', '111907.501000', '111907.504000', '111907.507000', '111907.510000', '111907.513000', '111907.516000', '111907.519000', '111907.522000', '111907.525000', '111907.528000', '111907.531000', '111907.534000', '111907.537000', '111907.540000', '111907.543000', '111907.546000', '111907.549000', '111907.552000', '111907.555000', '111907.558000', '111907.561000', '111907.564000', '111907.567000', '111907.570000', '111907.573000', '111907.576000', '111907.579000', '111907.582000', '111907.587000', '111907.590000', '111907.593000', '111927.458000', '111927.461000', '111927.464000', '111927.467000', '111927.470000', '111927.473000', '111927.476000', '111927.479000', '111927.482000', '111927.485000', '111927.488000', '111927.491000', '111927.494000', '111927.497000', '111927.500000', '111927.503000', '111927.506000', '111927.509000', '111927.512000', '111927.515000', '111927.518000', '111927.521000', '111927.524000', '111927.526000', '111927.529000', '111927.532000', '111927.535000', '111927.539000', '111927.541000', '111927.544000', '111927.547000', '111927.551000', '111927.554000', '111927.556000', '111927.559000', '111927.562000', '111927.565000', '111927.568000', '111927.571000', '111927.574000', '111927.577000', '111927.580000', '111927.583000', '111927.586000', '111947.458000', '111947.461000', '111947.464000', '111947.467000', '111947.470000', '111947.473000', '111947.476000', '111947.479000', '111947.482000', '111947.485000', '111947.488000', '111947.491000', '111947.494000', '111947.497000', '111947.500000', '111947.503000', '111947.506000', '111947.509000', '111947.512000', '111947.515000', '111947.518000', '111947.521000', '111947.524000', '111947.527000', '111947.530000', '111947.534000', '111947.537000', '111947.540000', '111947.543000', '111947.546000', '111947.549000', '111947.552000', '111947.555000', '111947.558000', '111947.561000', '111947.564000', '111947.567000', '111947.570000', '111947.573000', '111947.576000', '111947.579000', '111947.582000', '111947.585000', '112007.458000', '112007.461000', '112007.464000', '112007.467000', '112007.470000', '112007.473000', '112007.476000', '112007.479000', '112007.482000', '112007.485000', '112007.488000', '112007.491000', '112007.494000', '112007.497000', '112007.500000', '112007.503000', '112007.506000', '112007.509000', '112007.512000', '112007.515000', '112007.518000', '112007.521000', '112007.524000', '112007.527000', '112007.530000', '112007.539000', '112007.542000', '112007.545000', '112007.548000', '112007.551000', '112007.554000', '112007.557000', '112007.560000', '112007.563000', '112007.566000', '112007.569000', '112007.572000', '112007.575000', '112007.578000', '112007.581000', '112007.584000', '112007.587000', '112007.590000', '112007.593000', '112027.459000', '112027.462000', '112027.465000', '112027.475000', '112027.478000', '112027.481000', '112027.484000', '112027.487000', '112027.490000', '112027.493000', '112027.496000', '112027.499000', '112027.502000', '112027.505000', '112027.508000', '112027.511000', '112027.514000', '112027.517000', '112027.520000', '112027.523000', '112027.526000', '112027.529000', '112027.532000', '112027.535000', '112027.538000', '112027.541000', '112027.544000', '112027.547000', '112027.550000', '112027.553000', '112027.556000', '112027.559000', '112027.562000', '112027.565000', '112027.568000', '112027.571000', '112027.574000', '112027.577000', '112027.580000', '112027.583000', '112027.586000', '112027.589000', '112027.592000', '112047.459000', '112047.462000', '112047.465000', '112047.468000', '112047.471000', '112047.474000', '112047.477000', '112047.480000', '112047.483000', '112047.486000', '112047.489000', '112047.492000', '112047.495000', '112047.498000', '112047.501000', '112047.504000', '112047.507000', '112047.510000', '112047.513000', '112047.516000', '112047.519000', '112047.522000', '112047.525000', '112047.528000', '112047.531000', '112047.534000', '112047.537000', '112047.540000', '112047.543000', '112047.546000', '112047.549000', '112047.552000', '112047.555000', '112047.558000', '112047.561000', '112047.564000', '112047.567000', '112047.570000', '112047.573000', '112047.576000', '112047.579000', '112047.582000', '112047.585000', '112047.588000', '112107.458000', '112107.461000', '112107.464000', '112107.467000', '112107.470000', '112107.473000', '112107.476000', '112107.479000', '112107.482000', '112107.485000', '112107.488000', '112107.491000', '112107.494000', '112107.497000', '112107.500000', '112107.503000', '112107.506000', '112107.509000', '112107.512000', '112107.515000', '112107.518000', '112107.521000', '112107.524000', '112107.527000', '112107.530000', '112107.533000', '112107.536000', '112107.539000', '112107.542000', '112107.545000', '112107.548000', '112107.551000', '112107.554000', '112107.557000', '112107.560000', '112107.563000', '112107.566000', '112107.570000', '112107.574000', '112107.577000', '112107.580000', '112107.583000', '112107.586000', '112127.458000', '112127.461000', '112127.464000', '112127.467000', '112127.470000', '112127.473000', '112127.476000', '112127.479000', '112127.482000', '112127.485000', '112127.488000', '112127.491000', '112127.494000', '112127.497000', '112127.500000', '112127.503000', '112127.506000', '112127.509000', '112127.512000', '112127.515000', '112127.518000', '112127.521000', '112127.524000', '112127.527000', '112127.530000', '112127.533000', '112127.536000', '112127.539000', '112127.542000', '112127.545000', '112127.548000', '112127.551000', '112127.554000', '112127.557000', '112127.560000', '112127.563000', '112127.566000', '112127.569000', '112127.572000', '112127.575000', '112127.578000', '112127.581000', '112127.584000', '112127.587000', '112147.458000', '112147.461000', '112147.464000', '112147.467000', '112147.470000', '112147.473000', '112147.476000', '112147.479000', '112147.482000', '112147.485000', '112147.488000', '112147.491000', '112147.494000', '112147.497000', '112147.500000', '112147.503000', '112147.506000', '112147.509000', '112147.512000', '112147.515000', '112147.518000', '112147.521000', '112147.524000', '112147.527000', '112147.530000', '112147.533000', '112147.536000', '112147.539000', '112147.542000', '112147.545000', '112147.548000', '112147.551000', '112147.554000', '112147.557000', '112147.560000', '112147.563000', '112147.566000', '112147.569000', '112147.572000', '112147.575000', '112147.578000', '112147.581000', '112147.584000', '112207.458000', '112207.461000', '112207.464000', '112207.467000', '112207.470000', '112207.473000', '112207.476000', '112207.479000', '112207.482000', '112207.485000', '112207.489000', '112207.492000', '112207.495000', '112207.498000', '112207.501000', '112207.504000', '112207.507000', '112207.510000', '112207.513000', '112207.516000', '112207.519000', '112207.522000', '112207.525000', '112207.528000', '112207.531000', '112207.534000', '112207.537000', '112207.540000', '112207.543000', '112207.546000', '112207.549000', '112207.552000', '112207.555000', '112207.558000', '112207.561000', '112207.564000', '112207.567000', '112207.570000', '112207.573000', '112207.576000', '112207.579000', '112207.583000', '112207.586000', '112227.458000', '112227.461000', '112227.464000', '112227.467000', '112227.470000', '112227.473000', '112227.476000', '112227.479000', '112227.482000', '112227.485000', '112227.488000', '112227.491000', '112227.494000', '112227.497000', '112227.500000', '112227.503000', '112227.506000', '112227.509000', '112227.512000', '112227.515000', '112227.518000', '112227.521000', '112227.524000', '112227.527000', '112227.530000', '112227.533000', '112227.536000', '112227.539000', '112227.542000', '112227.545000', '112227.548000', '112227.551000', '112227.554000', '112227.557000', '112227.560000', '112227.563000', '112227.566000', '112227.569000', '112227.572000', '112227.575000', '112227.578000', '112227.581000', '112227.584000', '112227.587000', '112247.459000', '112247.462000', '112247.465000', '112247.468000', '112247.471000', '112247.474000', '112247.477000', '112247.480000', '112247.483000', '112247.486000', '112247.489000', '112247.492000', '112247.495000', '112247.498000', '112247.501000', '112247.504000', '112247.507000', '112247.510000', '112247.513000', '112247.516000', '112247.519000', '112247.522000', '112247.525000', '112247.528000', '112247.531000', '112247.534000', '112247.537000', '112247.540000', '112247.543000', '112247.546000', '112247.549000', '112247.552000', '112247.555000', '112247.558000', '112247.561000', '112247.564000', '112247.567000', '112247.570000', '112247.573000', '112247.576000', '112247.591000', '112247.594000', '112247.597000', '112247.600000', '112306.838000', '112306.843000', '112306.846000', '112306.849000', '112306.852000', '112306.855000', '112306.858000', '112306.861000', '112306.865000', '112306.869000', '112306.872000', '112306.876000', '112306.879000', '112306.882000', '112306.885000', '112306.888000', '112306.891000', '112306.895000', '112306.898000', '112306.901000', '112306.905000', '112306.908000', '112306.911000', '112306.914000', '112306.917000', '112306.920000', '112306.924000', '112306.927000', '112306.930000', '112306.933000', '112306.936000', '112306.940000', '112306.943000', '112306.946000', '112306.949000', '112306.952000', '112306.956000', '112306.959000', '112306.962000', '112306.965000', '112306.968000', '112306.971000'], 'InstanceCreationTime': ['111327.494000', '111327.508000', '111327.511000', '111327.515000', '111327.518000', '111327.521000', '111327.524000', '111327.527000', '111327.530000', '111327.533000', '111327.537000', '111327.540000', '111327.543000', '111327.557000', '111327.560000', '111327.563000', '111327.566000', '111327.569000', '111327.572000', '111327.575000', '111327.578000', '111327.583000', '111327.586000', '111327.594000', '111327.597000', '111327.600000', '111327.604000', '111327.607000', '111327.610000', '111327.613000', '111327.617000', '111327.620000', '111327.623000', '111327.626000', '111327.629000', '111327.632000', '111327.635000', '111327.639000', '111347.459000', '111347.462000', '111347.465000', '111347.468000', '111347.471000', '111347.474000', '111347.477000', '111347.480000', '111347.483000', '111347.486000', '111347.488000', '111347.491000', '111347.494000', '111347.497000', '111347.500000', '111347.503000', '111347.506000', '111347.509000', '111347.512000', '111347.515000', '111347.518000', '111347.521000', '111347.524000', '111347.527000', '111347.529000', '111347.532000', '111347.535000', '111347.538000', '111347.541000', '111347.544000', '111347.547000', '111347.550000', '111347.553000', '111347.556000', '111347.559000', '111347.562000', '111347.565000', '111347.568000', '111347.571000', '111347.573000', '111347.576000', '111347.579000', '111347.582000', '111347.585000', '111407.458000', '111407.461000', '111407.464000', '111407.473000', '111407.476000', '111407.479000', '111407.482000', '111407.485000', '111407.488000', '111407.491000', '111407.494000', '111407.496000', '111407.499000', '111407.502000', '111407.505000', '111407.508000', '111407.511000', '111407.514000', '111407.517000', '111407.520000', '111407.523000', '111407.526000', '111407.529000', '111407.532000', '111407.534000', '111407.537000', '111407.540000', '111407.543000', '111407.546000', '111407.549000', '111407.552000', '111407.555000', '111407.558000', '111407.561000', '111407.564000', '111407.567000', '111407.570000', '111407.573000', '111407.576000', '111407.579000', '111407.582000', '111407.585000', '111407.588000', '111427.459000', '111427.462000', '111427.465000', '111427.468000', '111427.471000', '111427.474000', '111427.477000', '111427.480000', '111427.483000', '111427.486000', '111427.489000', '111427.492000', '111427.495000', '111427.498000', '111427.501000', '111427.504000', '111427.507000', '111427.510000', '111427.513000', '111427.516000', '111427.519000', '111427.522000', '111427.532000', '111427.535000', '111427.538000', '111427.540000', '111427.543000', '111427.546000', '111427.549000', '111427.558000', '111427.561000', '111427.564000', '111427.567000', '111427.570000', '111427.573000', '111427.576000', '111427.579000', '111427.582000', '111427.585000', '111427.588000', '111427.591000', '111427.594000', '111427.597000', '111447.458000', '111447.461000', '111447.464000', '111447.467000', '111447.470000', '111447.473000', '111447.476000', '111447.479000', '111447.482000', '111447.485000', '111447.488000', '111447.491000', '111447.494000', '111447.497000', '111447.500000', '111447.503000', '111447.506000', '111447.509000', '111447.512000', '111447.515000', '111447.518000', '111447.521000', '111447.524000', '111447.527000', '111447.530000', '111447.532000', '111447.535000', '111447.538000', '111447.541000', '111447.544000', '111447.547000', '111447.550000', '111447.553000', '111447.556000', '111447.559000', '111447.562000', '111447.565000', '111447.568000', '111447.571000', '111447.574000', '111447.577000', '111447.580000', '111447.583000', '111447.586000', '111507.458000', '111507.461000', '111507.464000', '111507.467000', '111507.470000', '111507.473000', '111507.477000', '111507.480000', '111507.483000', '111507.486000', '111507.489000', '111507.492000', '111507.495000', '111507.498000', '111507.501000', '111507.504000', '111507.507000', '111507.509000', '111507.512000', '111507.515000', '111507.518000', '111507.521000', '111507.524000', '111507.527000', '111507.530000', '111507.533000', '111507.536000', '111507.539000', '111507.554000', '111507.557000', '111507.560000', '111507.563000', '111507.566000', '111507.569000', '111507.572000', '111507.575000', '111507.578000', '111507.581000', '111507.584000', '111507.587000', '111507.590000', '111507.593000', '111507.596000', '111527.458000', '111527.461000', '111527.464000', '111527.467000', '111527.470000', '111527.473000', '111527.476000', '111527.479000', '111527.482000', '111527.485000', '111527.488000', '111527.491000', '111527.494000', '111527.497000', '111527.500000', '111527.503000', '111527.506000', '111527.509000', '111527.512000', '111527.515000', '111527.518000', '111527.521000', '111527.524000', '111527.526000', '111527.529000', '111527.532000', '111527.535000', '111527.539000', '111527.542000', '111527.544000', '111527.547000', '111527.550000', '111527.553000', '111527.556000', '111527.559000', '111527.562000', '111527.565000', '111527.568000', '111527.571000', '111527.574000', '111527.577000', '111527.580000', '111527.583000', '111527.586000', '111547.459000', '111547.462000', '111547.465000', '111547.468000', '111547.471000', '111547.474000', '111547.477000', '111547.480000', '111547.484000', '111547.488000', '111547.491000', '111547.494000', '111547.497000', '111547.500000', '111547.503000', '111547.506000', '111547.509000', '111547.512000', '111547.515000', '111547.518000', '111547.520000', '111547.523000', '111547.526000', '111547.529000', '111547.532000', '111547.542000', '111547.545000', '111547.548000', '111547.551000', '111547.554000', '111547.557000', '111547.560000', '111547.563000', '111547.566000', '111547.569000', '111547.572000', '111547.575000', '111547.578000', '111547.581000', '111547.584000', '111547.587000', '111547.590000', '111547.593000', '111607.459000', '111607.462000', '111607.465000', '111607.468000', '111607.471000', '111607.474000', '111607.477000', '111607.480000', '111607.483000', '111607.486000', '111607.489000', '111607.492000', '111607.495000', '111607.498000', '111607.501000', '111607.504000', '111607.507000', '111607.510000', '111607.513000', '111607.516000', '111607.519000', '111607.522000', '111607.525000', '111607.528000', '111607.531000', '111607.534000', '111607.537000', '111607.540000', '111607.543000', '111607.545000', '111607.548000', '111607.551000', '111607.554000', '111607.557000', '111607.560000', '111607.580000', '111607.583000', '111607.586000', '111607.589000', '111607.592000', '111607.595000', '111607.598000', '111607.601000', '111607.604000', '111627.458000', '111627.461000', '111627.464000', '111627.467000', '111627.470000', '111627.473000', '111627.476000', '111627.479000', '111627.482000', '111627.485000', '111627.488000', '111627.491000', '111627.494000', '111627.497000', '111627.501000', '111627.504000', '111627.507000', '111627.510000', '111627.513000', '111627.515000', '111627.518000', '111627.521000', '111627.524000', '111627.527000', '111627.530000', '111627.533000', '111627.536000', '111627.539000', '111627.542000', '111627.545000', '111627.548000', '111627.551000', '111627.554000', '111627.557000', '111627.560000', '111627.563000', '111627.566000', '111627.569000', '111627.572000', '111627.575000', '111627.578000', '111627.581000', '111627.584000', '111647.458000', '111647.461000', '111647.464000', '111647.467000', '111647.470000', '111647.473000', '111647.476000', '111647.479000', '111647.482000', '111647.485000', '111647.500000', '111647.503000', '111647.506000', '111647.509000', '111647.512000', '111647.515000', '111647.518000', '111647.521000', '111647.524000', '111647.527000', '111647.530000', '111647.533000', '111647.536000', '111647.539000', '111647.542000', '111647.545000', '111647.548000', '111647.551000', '111647.554000', '111647.556000', '111647.559000', '111647.562000', '111647.565000', '111647.568000', '111647.571000', '111647.574000', '111647.577000', '111647.580000', '111647.583000', '111647.586000', '111647.589000', '111647.592000', '111647.595000', '111647.598000', '111707.459000', '111707.462000', '111707.465000', '111707.469000', '111707.471000', '111707.474000', '111707.477000', '111707.480000', '111707.483000', '111707.486000', '111707.489000', '111707.492000', '111707.495000', '111707.498000', '111707.501000', '111707.504000', '111707.507000', '111707.512000', '111707.515000', '111707.518000', '111707.521000', '111707.524000', '111707.527000', '111707.530000', '111707.533000', '111707.536000', '111707.539000', '111707.542000', '111707.545000', '111707.548000', '111707.551000', '111707.553000', '111707.556000', '111707.559000', '111707.562000', '111707.565000', '111707.568000', '111707.571000', '111707.574000', '111707.577000', '111707.580000', '111707.583000', '111707.586000', '111727.458000', '111727.461000', '111727.464000', '111727.467000', '111727.470000', '111727.473000', '111727.476000', '111727.479000', '111727.482000', '111727.485000', '111727.488000', '111727.491000', '111727.494000', '111727.497000', '111727.500000', '111727.503000', '111727.506000', '111727.509000', '111727.512000', '111727.515000', '111727.518000', '111727.521000', '111727.524000', '111727.527000', '111727.530000', '111727.533000', '111727.536000', '111727.539000', '111727.542000', '111727.545000', '111727.548000', '111727.551000', '111727.553000', '111727.556000', '111727.559000', '111727.562000', '111727.565000', '111727.568000', '111727.571000', '111727.574000', '111727.577000', '111727.580000', '111727.583000', '111727.586000', '111747.458000', '111747.461000', '111747.464000', '111747.467000', '111747.470000', '111747.473000', '111747.476000', '111747.479000', '111747.482000', '111747.485000', '111747.488000', '111747.491000', '111747.494000', '111747.497000', '111747.500000', '111747.503000', '111747.506000', '111747.509000', '111747.512000', '111747.515000', '111747.518000', '111747.521000', '111747.524000', '111747.527000', '111747.530000', '111747.533000', '111747.536000', '111747.539000', '111747.542000', '111747.545000', '111747.548000', '111747.551000', '111747.555000', '111747.558000', '111747.561000', '111747.564000', '111747.567000', '111747.570000', '111747.573000', '111747.576000', '111747.579000', '111747.581000', '111747.585000', '111807.459000', '111807.462000', '111807.465000', '111807.468000', '111807.471000', '111807.474000', '111807.477000', '111807.480000', '111807.483000', '111807.486000', '111807.489000', '111807.492000', '111807.495000', '111807.498000', '111807.501000', '111807.504000', '111807.507000', '111807.510000', '111807.513000', '111807.516000', '111807.519000', '111807.522000', '111807.525000', '111807.528000', '111807.531000', '111807.534000', '111807.537000', '111807.540000', '111807.543000', '111807.546000', '111807.549000', '111807.552000', '111807.555000', '111807.558000', '111807.561000', '111807.579000', '111807.582000', '111807.585000', '111807.588000', '111807.591000', '111807.594000', '111807.597000', '111807.600000', '111807.603000', '111827.459000', '111827.462000', '111827.465000', '111827.468000', '111827.471000', '111827.474000', '111827.477000', '111827.480000', '111827.483000', '111827.486000', '111827.489000', '111827.492000', '111827.497000', '111827.500000', '111827.503000', '111827.506000', '111827.509000', '111827.512000', '111827.515000', '111827.518000', '111827.521000', '111827.524000', '111827.527000', '111827.530000', '111827.533000', '111827.536000', '111827.539000', '111827.542000', '111827.545000', '111827.548000', '111827.553000', '111827.556000', '111827.559000', '111827.563000', '111827.566000', '111827.568000', '111827.572000', '111827.575000', '111827.578000', '111827.581000', '111827.584000', '111827.587000', '111827.590000', '111847.458000', '111847.461000', '111847.464000', '111847.467000', '111847.470000', '111847.473000', '111847.476000', '111847.479000', '111847.482000', '111847.485000', '111847.488000', '111847.491000', '111847.494000', '111847.497000', '111847.500000', '111847.503000', '111847.506000', '111847.509000', '111847.512000', '111847.515000', '111847.518000', '111847.521000', '111847.524000', '111847.527000', '111847.530000', '111847.533000', '111847.536000', '111847.539000', '111847.542000', '111847.545000', '111847.548000', '111847.551000', '111847.554000', '111847.557000', '111847.560000', '111847.563000', '111847.566000', '111847.569000', '111847.572000', '111847.575000', '111847.578000', '111847.581000', '111847.584000', '111847.587000', '111907.458000', '111907.461000', '111907.464000', '111907.467000', '111907.477000', '111907.480000', '111907.483000', '111907.486000', '111907.489000', '111907.492000', '111907.495000', '111907.498000', '111907.501000', '111907.504000', '111907.507000', '111907.510000', '111907.513000', '111907.516000', '111907.519000', '111907.522000', '111907.525000', '111907.528000', '111907.531000', '111907.534000', '111907.537000', '111907.540000', '111907.543000', '111907.546000', '111907.549000', '111907.552000', '111907.555000', '111907.558000', '111907.561000', '111907.564000', '111907.567000', '111907.570000', '111907.573000', '111907.576000', '111907.579000', '111907.582000', '111907.587000', '111907.590000', '111907.593000', '111927.458000', '111927.461000', '111927.464000', '111927.467000', '111927.470000', '111927.473000', '111927.476000', '111927.479000', '111927.482000', '111927.485000', '111927.488000', '111927.491000', '111927.494000', '111927.497000', '111927.500000', '111927.503000', '111927.506000', '111927.509000', '111927.512000', '111927.515000', '111927.518000', '111927.521000', '111927.524000', '111927.526000', '111927.529000', '111927.532000', '111927.535000', '111927.539000', '111927.541000', '111927.544000', '111927.547000', '111927.551000', '111927.554000', '111927.556000', '111927.559000', '111927.562000', '111927.565000', '111927.568000', '111927.571000', '111927.574000', '111927.577000', '111927.580000', '111927.583000', '111927.586000', '111947.458000', '111947.461000', '111947.464000', '111947.467000', '111947.470000', '111947.473000', '111947.476000', '111947.479000', '111947.482000', '111947.485000', '111947.488000', '111947.491000', '111947.494000', '111947.497000', '111947.500000', '111947.503000', '111947.506000', '111947.509000', '111947.512000', '111947.515000', '111947.518000', '111947.521000', '111947.524000', '111947.527000', '111947.530000', '111947.534000', '111947.537000', '111947.540000', '111947.543000', '111947.546000', '111947.549000', '111947.552000', '111947.555000', '111947.558000', '111947.561000', '111947.564000', '111947.567000', '111947.570000', '111947.573000', '111947.576000', '111947.579000', '111947.582000', '111947.585000', '112007.458000', '112007.461000', '112007.464000', '112007.467000', '112007.470000', '112007.473000', '112007.476000', '112007.479000', '112007.482000', '112007.485000', '112007.488000', '112007.491000', '112007.494000', '112007.497000', '112007.500000', '112007.503000', '112007.506000', '112007.509000', '112007.512000', '112007.515000', '112007.518000', '112007.521000', '112007.524000', '112007.527000', '112007.530000', '112007.539000', '112007.542000', '112007.545000', '112007.548000', '112007.551000', '112007.554000', '112007.557000', '112007.560000', '112007.563000', '112007.566000', '112007.569000', '112007.572000', '112007.575000', '112007.578000', '112007.581000', '112007.584000', '112007.587000', '112007.590000', '112007.593000', '112027.459000', '112027.462000', '112027.465000', '112027.475000', '112027.478000', '112027.481000', '112027.484000', '112027.487000', '112027.490000', '112027.493000', '112027.496000', '112027.499000', '112027.502000', '112027.505000', '112027.508000', '112027.511000', '112027.514000', '112027.517000', '112027.520000', '112027.523000', '112027.526000', '112027.529000', '112027.532000', '112027.535000', '112027.538000', '112027.541000', '112027.544000', '112027.547000', '112027.550000', '112027.553000', '112027.556000', '112027.559000', '112027.562000', '112027.565000', '112027.568000', '112027.571000', '112027.574000', '112027.577000', '112027.580000', '112027.583000', '112027.586000', '112027.589000', '112027.592000', '112047.459000', '112047.462000', '112047.465000', '112047.468000', '112047.471000', '112047.474000', '112047.477000', '112047.480000', '112047.483000', '112047.486000', '112047.489000', '112047.492000', '112047.495000', '112047.498000', '112047.501000', '112047.504000', '112047.507000', '112047.510000', '112047.513000', '112047.516000', '112047.519000', '112047.522000', '112047.525000', '112047.528000', '112047.531000', '112047.534000', '112047.537000', '112047.540000', '112047.543000', '112047.546000', '112047.549000', '112047.552000', '112047.555000', '112047.558000', '112047.561000', '112047.564000', '112047.567000', '112047.570000', '112047.573000', '112047.576000', '112047.579000', '112047.582000', '112047.585000', '112047.588000', '112107.458000', '112107.461000', '112107.464000', '112107.467000', '112107.470000', '112107.473000', '112107.476000', '112107.479000', '112107.482000', '112107.485000', '112107.488000', '112107.491000', '112107.494000', '112107.497000', '112107.500000', '112107.503000', '112107.506000', '112107.509000', '112107.512000', '112107.515000', '112107.518000', '112107.521000', '112107.524000', '112107.527000', '112107.530000', '112107.533000', '112107.536000', '112107.539000', '112107.542000', '112107.545000', '112107.548000', '112107.551000', '112107.554000', '112107.557000', '112107.560000', '112107.563000', '112107.566000', '112107.570000', '112107.574000', '112107.577000', '112107.580000', '112107.583000', '112107.586000', '112127.458000', '112127.461000', '112127.464000', '112127.467000', '112127.470000', '112127.473000', '112127.476000', '112127.479000', '112127.482000', '112127.485000', '112127.488000', '112127.491000', '112127.494000', '112127.497000', '112127.500000', '112127.503000', '112127.506000', '112127.509000', '112127.512000', '112127.515000', '112127.518000', '112127.521000', '112127.524000', '112127.527000', '112127.530000', '112127.533000', '112127.536000', '112127.539000', '112127.542000', '112127.545000', '112127.548000', '112127.551000', '112127.554000', '112127.557000', '112127.560000', '112127.563000', '112127.566000', '112127.569000', '112127.572000', '112127.575000', '112127.578000', '112127.581000', '112127.584000', '112127.587000', '112147.458000', '112147.461000', '112147.464000', '112147.467000', '112147.470000', '112147.473000', '112147.476000', '112147.479000', '112147.482000', '112147.485000', '112147.488000', '112147.491000', '112147.494000', '112147.497000', '112147.500000', '112147.503000', '112147.506000', '112147.509000', '112147.512000', '112147.515000', '112147.518000', '112147.521000', '112147.524000', '112147.527000', '112147.530000', '112147.533000', '112147.536000', '112147.539000', '112147.542000', '112147.545000', '112147.548000', '112147.551000', '112147.554000', '112147.557000', '112147.560000', '112147.563000', '112147.566000', '112147.569000', '112147.572000', '112147.575000', '112147.578000', '112147.581000', '112147.584000', '112207.458000', '112207.461000', '112207.464000', '112207.467000', '112207.470000', '112207.473000', '112207.476000', '112207.479000', '112207.482000', '112207.485000', '112207.489000', '112207.492000', '112207.495000', '112207.498000', '112207.501000', '112207.504000', '112207.507000', '112207.510000', '112207.513000', '112207.516000', '112207.519000', '112207.522000', '112207.525000', '112207.528000', '112207.531000', '112207.534000', '112207.537000', '112207.540000', '112207.543000', '112207.546000', '112207.549000', '112207.552000', '112207.555000', '112207.558000', '112207.561000', '112207.564000', '112207.567000', '112207.570000', '112207.573000', '112207.576000', '112207.579000', '112207.583000', '112207.586000', '112227.458000', '112227.461000', '112227.464000', '112227.467000', '112227.470000', '112227.473000', '112227.476000', '112227.479000', '112227.482000', '112227.485000', '112227.488000', '112227.491000', '112227.494000', '112227.497000', '112227.500000', '112227.503000', '112227.506000', '112227.509000', '112227.512000', '112227.515000', '112227.518000', '112227.521000', '112227.524000', '112227.527000', '112227.530000', '112227.533000', '112227.536000', '112227.539000', '112227.542000', '112227.545000', '112227.548000', '112227.551000', '112227.554000', '112227.557000', '112227.560000', '112227.563000', '112227.566000', '112227.569000', '112227.572000', '112227.575000', '112227.578000', '112227.581000', '112227.584000', '112227.587000', '112247.459000', '112247.462000', '112247.465000', '112247.468000', '112247.471000', '112247.474000', '112247.477000', '112247.480000', '112247.483000', '112247.486000', '112247.489000', '112247.492000', '112247.495000', '112247.498000', '112247.501000', '112247.504000', '112247.507000', '112247.510000', '112247.513000', '112247.516000', '112247.519000', '112247.522000', '112247.525000', '112247.528000', '112247.531000', '112247.534000', '112247.537000', '112247.540000', '112247.543000', '112247.546000', '112247.549000', '112247.552000', '112247.555000', '112247.558000', '112247.561000', '112247.564000', '112247.567000', '112247.570000', '112247.573000', '112247.576000', '112247.591000', '112247.594000', '112247.597000', '112247.600000', '112306.838000', '112306.843000', '112306.846000', '112306.849000', '112306.852000', '112306.855000', '112306.858000', '112306.861000', '112306.865000', '112306.869000', '112306.872000', '112306.876000', '112306.879000', '112306.882000', '112306.885000', '112306.888000', '112306.891000', '112306.895000', '112306.898000', '112306.901000', '112306.905000', '112306.908000', '112306.911000', '112306.914000', '112306.917000', '112306.920000', '112306.924000', '112306.927000', '112306.930000', '112306.933000', '112306.936000', '112306.940000', '112306.943000', '112306.946000', '112306.949000', '112306.952000', '112306.956000', '112306.959000', '112306.962000', '112306.965000', '112306.968000', '112306.971000'], '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], 'LargestImagePixelValue': [10190, 16249, 10675, 15571, 10297, 13585, 10213, 13774, 9914, 13714, 9795, 11787, 9488, 10130, 9845, 8034, 10126, 7874, 10241, 7938, 10171, 8526, 10823, 8362, 11541, 8481, 11437, 8136, 10776, 8275, 11173, 8412, 11497, 8586, 11672, 8553, 11490, 8685, 11582, 9049, 12307, 9197, 12151, 9582, 12653, 9671, 12412, 9999, 9892, 9948, 7873, 10692, 8699, 12512, 9066, 12368, 9714, 12509, 9803, 13674, 10042, 13276, 9989, 9883, 10259, 8489, 11834, 8365, 12380, 9016, 13092, 10042, 14206, 10468, 14704, 10616, 13002, 10452, 8548, 12560, 9127, 12618, 9237, 12848, 9273, 14481, 10110, 14603, 10696, 15275, 11204, 14643, 10705, 11912, 10560, 8178, 11777, 7828, 13306, 8519, 12881, 9618, 13843, 9988, 14490, 10360, 10687, 10649, 8855, 14130, 10034, 8229, 12294, 8767, 13868, 10078, 14735, 10017, 15447, 9987, 14805, 10009, 13075, 9900, 12718, 10660, 10723, 10347, 9335, 10513, 9898, 10860, 12452, 11164, 11626, 11166, 12265, 10959, 15245, 11398, 16377, 11376, 14552, 10876, 13157, 10376, 13618, 10517, 12127, 10124, 12200, 9659, 12075, 9920, 11707, 9732, 11904, 9515, 11666, 9914, 11488, 9559, 11556, 9693, 11675, 9785, 11926, 9466, 11842, 9787, 12096, 9869, 13013, 10126, 12176, 10309, 12499, 10779, 12202, 10626, 11140, 10198, 11350, 10146, 11976, 10550, 8738, 10466, 9122, 10479, 11214, 10997, 10273, 11111, 8934, 10982, 11089, 10878, 13627, 11250, 12564, 10488, 12908, 10549, 12743, 10967, 8677, 10283, 8588, 10692, 9434, 10708, 8345, 11218, 8985, 11898, 9440, 11991, 9282, 11440, 9239, 12097, 9534, 8207, 12023, 8449, 12334, 9812, 11629, 8763, 12676, 9438, 13389, 9756, 12816, 9429, 11395, 9096, 12378, 8903, 12056, 9105, 11398, 9156, 12020, 9455, 12149, 9145, 11877, 8644, 11331, 9266, 12103, 9210, 11998, 9135, 11729, 9568, 11781, 9907, 11961, 10227, 11520, 9448, 11492, 9139, 12382, 9186, 11706, 9079, 11519, 9066, 12320, 9630, 12561, 10275, 12370, 10091, 13173, 10302, 14067, 10175, 12782, 10438, 11444, 10264, 8552, 11389, 8904, 9086, 10842, 8480, 12517, 12368, 12464, 13819, 11323, 14935, 11642, 15284, 11693, 14848, 11564, 14376, 11428, 14173, 11347, 13634, 11104, 10344, 11499, 8660, 13318, 10516, 15306, 11102, 16310, 11500, 15411, 11210, 15136, 10967, 12228, 10223, 10457, 10809, 8858, 9931, 8481, 10616, 8464, 10299, 8668, 11035, 8909, 11549, 9654, 11323, 9892, 12638, 10505, 9121, 9232, 7833, 9758, 8288, 10860, 9206, 12086, 9857, 12292, 10411, 10673, 9712, 8715, 10337, 8234, 10743, 8553, 11264, 8763, 11393, 8668, 10966, 8900, 11590, 9475, 11728, 10114, 11656, 10179, 12293, 10165, 11010, 9667, 11089, 9617, 11433, 10207, 8893, 10350, 9154, 10603, 9490, 11450, 8965, 11269, 8351, 11081, 8365, 11443, 8776, 11049, 8161, 11193, 8958, 11945, 9269, 11987, 10183, 11919, 9969, 9399, 9918, 9378, 10238, 8344, 11398, 9728, 12731, 9955, 12947, 9854, 12991, 10247, 13132, 10044, 12818, 8777, 13087, 9135, 12697, 8926, 12028, 9072, 11956, 8865, 12162, 8637, 12365, 9482, 10937, 13770, 10673, 15136, 11182, 13561, 10734, 12322, 9186, 11783, 8816, 11801, 8659, 11653, 8496, 11491, 8464, 10740, 8624, 10273, 8659, 10047, 9994, 10041, 10081, 10365, 8269, 10545, 8581, 10831, 8579, 10564, 8402, 10833, 8771, 11273, 8286, 10972, 8238, 12321, 10087, 8665, 11109, 9092, 11670, 10878, 8274, 11897, 8980, 13512, 11147, 10758, 11435, 9135, 11759, 9371, 12491, 9348, 13767, 10736, 14987, 11248, 15238, 11725, 15251, 11735, 9947, 11480, 8673, 12348, 9379, 13814, 11918, 11262, 11852, 9370, 14302, 11766, 8868, 12894, 10250, 17178, 12582, 11449, 12098, 9543, 17234, 11255, 11753, 12500, 9501, 13461, 10844, 15602, 10807, 15263, 11282, 14940, 11422, 11475, 10698, 10995, 9994, 10606, 10565, 8963, 11292, 8797, 12623, 9403, 14749, 11205, 12196, 10153, 7843, 12086, 8525, 12946, 10104, 14778, 10922, 16013, 11311, 14693, 11417, 12946, 11480, 12334, 12129, 9081, 12519, 9182, 12197, 8987, 12529, 8908, 12255, 9462, 12422, 9409, 12195, 9191, 12454, 10116, 12395, 10461, 13352, 10507, 12021, 10828, 8183, 11455, 9964, 13623, 10296, 13764, 10100, 13559, 10963, 14198, 11122, 14282, 11299, 13499, 11284, 11795, 10530, 8538, 10441, 7792, 10869, 7853, 11506, 9127, 11956, 8493, 11886, 9421, 12555, 9946, 12973, 8745, 13500, 8687, 13286, 8840, 14062, 9730, 14890, 10480, 14828, 11140, 14971, 10694, 12243, 12089, 10114, 12195, 10135, 12110, 10722, 12875, 9677, 12632, 10700, 14255, 11771, 9503, 12131, 10899, 11721, 11412, 9206, 12960, 11322, 13731, 13046, 13381, 10238, 13032, 9915, 13120, 9744, 12535, 9225, 11933, 9160, 12153, 8890, 13220, 8974, 12426, 8775, 12876, 9289, 14182, 9845, 14514, 10019, 14610, 10954, 14777, 10635, 15259, 11191, 15704, 11455, 13356, 11311, 11396, 10796, 9667, 12706, 8494, 12813, 8588, 12982, 9026, 13044, 8838, 12890, 9200, 13401, 9359, 13572, 9899, 13611, 10010, 14924, 10427, 11249, 10874, 8789, 11984, 9068, 12250, 8993, 14108, 10513, 10147, 10369, 8714, 13795, 10904, 15065, 12565, 15215, 12525, 15071, 12238, 14649, 12073, 14604, 12161, 14799, 11889, 12456, 11326, 11172, 11365, 10893, 11323, 10478, 12530, 9093, 13137, 10334, 13577, 11394, 13627, 11482, 13980, 11459, 13497, 11238, 11800, 11399, 14273, 11891, 12236, 11490, 9502, 12225, 9201, 12614, 9751, 12937, 9810, 12908, 9509, 13275, 10021, 13519, 11186, 13748, 11344, 14027, 11615, 12379, 11525, 9223, 12076, 8986, 12082, 12941, 12246, 9187, 12631, 8576, 12564, 8534, 12619, 10174, 13683, 10806, 14237, 11209, 14134, 11382, 11003, 12033, 8567, 13245, 10737, 10596, 11617, 9331, 14182, 10606, 13872, 10862, 14778, 11065, 15114, 11171, 15431, 10980, 15875, 11893, 16100, 11295, 15083, 10495, 13595, 10715, 10263, 11706, 8401, 12558, 9139, 13386, 9190, 13291, 9446, 12788, 9192, 13128, 9024, 13493, 9428, 12552, 10981, 12223, 8972, 12255, 8723, 12344, 12609, 11364, 14073, 10454, 12463, 11517, 8454, 12335, 8453, 12850, 10039, 13541, 10328, 8900, 11714, 9227, 13044, 11005, 10027, 12244, 9401, 14651, 11485, 14158, 11518, 14545, 12048, 15417, 12254, 14386, 12026, 12043, 11417, 11742, 11430, 11801, 11407, 12221, 11855, 8724, 12714, 8568, 12418, 8587, 12296, 9040, 13041, 10080, 13499, 10347, 14622, 10670, 12944, 11121, 11101, 11234, 8751, 12504, 8586, 13577, 9656, 14584, 10834, 15377, 10909, 14795, 11074, 13119, 11007, 10843, 11506, 8053, 11695, 9597, 12504, 11113, 8541, 13581, 10463, 13341, 11124, 13956, 11686, 9873, 12139, 8823, 12902, 9020, 13861, 9772, 14107, 9880, 14581, 9887, 14329, 9493, 13925, 10298, 12681, 10397, 10435, 11334, 13078, 11324, 14491, 11985, 13458, 11892, 13909, 11492, 15283, 11338, 15802, 11523, 13223, 11259, 13274, 10868, 14440, 10993, 14816, 11176, 12916, 10910, 12913, 10990, 13924, 10863, 13001, 10912, 13265, 11144, 11959, 10899, 13398, 10335, 9055, 10858, 8744, 11614, 9918, 13793, 9988, 12923, 10983, 12721, 15422, 11893, 14129, 10337, 12867, 9414, 11903, 9135, 12090, 13156, 12374, 15667, 12656, 14403, 11749, 13995, 10927, 13779, 10362, 12806, 10193, 12627, 13870, 12542, 16107, 12493, 14239, 10868, 12848, 10162, 12699, 10949, 9538, 10471, 8623, 11286, 8765, 12840, 9449, 12254, 9505, 11538, 9186, 11640, 9907, 12288, 10848, 11037, 11020, 8221, 11397, 8404, 11549, 9694, 12181, 10313, 12541, 10898, 12850, 10997, 13391, 11174, 12104, 10725, 11247, 10475, 9598, 10241, 9536, 10840, 8766, 11146, 8371, 11296, 8414, 11933, 10254, 13169, 11505, 9788, 10586, 8361, 11039, 10310, 11233, 10101, 8247, 12507, 10051, 13996, 11568, 13467, 11507, 13256, 11591, 13890, 12324, 13099, 12006, 10322, 11054, 9202, 11118, 8977, 11299, 8581, 11682, 9910, 12359, 11537, 12951, 11403, 11168, 11113, 11550, 11058, 9055, 11985, 9020, 12442, 9110, 12558, 9345, 12702, 10279, 12936, 10975, 13753, 11524, 13636, 12092, 11618, 11448, 10283, 11332, 9055, 12228, 9416, 12747, 9376, 12576, 10739, 13922, 11766, 11986, 11139, 11765, 10586, 8578, 12213, 9566, 12824, 10692, 13294, 10802, 13441, 11672, 13529, 11902, 14196, 12019, 13831, 12057, 12284, 11272, 13555, 11368, 14959, 11902, 13885, 11728, 10753, 11766, 10963, 12024, 10565, 12358, 9845, 12942, 10183, 12854, 10399, 12978, 11597, 13731, 12180, 13928, 12464, 11342, 11596, 9093, 11951, 9451, 12293, 10499, 13102, 12023, 13353, 12046, 13338, 12302, 11752, 11755, 9560, 11414, 9473, 11949, 9712, 12079, 10901, 13017, 11299, 13731, 11865, 11000, 11236, 8723, 11102, 9108, 11779, 9483, 12074, 10518, 12734, 10702, 12780, 10954, 13208, 11552, 13423, 11650, 12801, 11696, 9989, 11002, 8992, 11296, 9508, 12138, 9723, 12615, 11160, 13341, 11537, 14251, 12057, 10775, 11094, 8956, 11435, 9529, 11822, 9647, 12903, 11029, 14563, 11176, 14353, 10758, 11900, 10992, 8696, 12545, 11142, 15207, 12194, 15543, 11357, 14891, 10486, 13920, 10150, 12630, 10736, 12036, 11737, 12174, 10599, 11984, 8804, 11651, 8925, 11738, 10333, 11554, 9242, 11462, 8875, 11765, 8902, 11514, 9179, 11671, 9103, 11494, 8628, 11670, 9299, 12438, 11095, 13129, 10779, 13785, 11004, 11016, 10980, 8375, 11401, 8568, 11334, 9115, 11534, 9295, 11720], 'WindowCenter': [4535.0, 4560.0, 4505.0, 4531.0, 4491.0, 4520.0, 4477.0, 4505.0, 4475.0, 4503.0, 4463.0, 4483.0, 4464.0, 4474.0, 4465.0, 4446.0, 4475.0, 4447.0, 4476.0, 4456.0, 4488.0, 4466.0, 4486.0, 4456.0, 4498.0, 4458.0, 4512.0, 4472.0, 4499.0, 4471.0, 4512.0, 4470.0, 4498.0, 4468.0, 4498.0, 4469.0, 4499.0, 4470.0, 4512.0, 4480.0, 4508.0, 4479.0, 4511.0, 4492.0, 4532.0, 4505.0, 4523.0, 4502.0, 4503.0, 4503.0, 4471.0, 4511.0, 4483.0, 4534.0, 4507.0, 4533.0, 4506.0, 4534.0, 4517.0, 4545.0, 4515.0, 4543.0, 4515.0, 4504.0, 4514.0, 4484.0, 4523.0, 4485.0, 4535.0, 4494.0, 4533.0, 4506.0, 4544.0, 4513.0, 4544.0, 4515.0, 4534.0, 4515.0, 4482.0, 4533.0, 4506.0, 4535.0, 4493.0, 4523.0, 4493.0, 4532.0, 4502.0, 4543.0, 4512.0, 4544.0, 4529.0, 4544.0, 4503.0, 4523.0, 4501.0, 4470.0, 4512.0, 4463.0, 4532.0, 4493.0, 4532.0, 4492.0, 4532.0, 4502.0, 4532.0, 4515.0, 4513.0, 4502.0, 4481.0, 4532.0, 4492.0, 4484.0, 4522.0, 4482.0, 4533.0, 4503.0, 4531.0, 4480.0, 4528.0, 4477.0, 4531.0, 4492.0, 4508.0, 4476.0, 4493.0, 4474.0, 4472.0, 4470.0, 4450.0, 4472.0, 4463.0, 4483.0, 4494.0, 4484.0, 4485.0, 4497.0, 4493.0, 4487.0, 4504.0, 4473.0, 4513.0, 4473.0, 4492.0, 4471.0, 4491.0, 4461.0, 4493.0, 4460.0, 4482.0, 4461.0, 4480.0, 4452.0, 4481.0, 4463.0, 4498.0, 4479.0, 4484.0, 4465.0, 4483.0, 4474.0, 4485.0, 4474.0, 4496.0, 4477.0, 4497.0, 4489.0, 4508.0, 4479.0, 4498.0, 4490.0, 4498.0, 4490.0, 4519.0, 4500.0, 4521.0, 4490.0, 4508.0, 4497.0, 4507.0, 4489.0, 4498.0, 4490.0, 4497.0, 4490.0, 4508.0, 4489.0, 4467.0, 4499.0, 4478.0, 4490.0, 4500.0, 4499.0, 4488.0, 4500.0, 4468.0, 4489.0, 4497.0, 4499.0, 4520.0, 4500.0, 4507.0, 4488.0, 4508.0, 4488.0, 4508.0, 4488.0, 4465.0, 4487.0, 4468.0, 4503.0, 4479.0, 4502.0, 4481.0, 4510.0, 4480.0, 4511.0, 4491.0, 4511.0, 4480.0, 4511.0, 4506.0, 4535.0, 4503.0, 4472.0, 4520.0, 4458.0, 4509.0, 4477.0, 4499.0, 4467.0, 4508.0, 4466.0, 4508.0, 4466.0, 4496.0, 4468.0, 4499.0, 4454.0, 4496.0, 4452.0, 4493.0, 4465.0, 4484.0, 4466.0, 4495.0, 4476.0, 4495.0, 4464.0, 4496.0, 4467.0, 4485.0, 4466.0, 4497.0, 4477.0, 4497.0, 4479.0, 4509.0, 4478.0, 4496.0, 4490.0, 4508.0, 4491.0, 4509.0, 4491.0, 4509.0, 4479.0, 4509.0, 4479.0, 4510.0, 4479.0, 4509.0, 4482.0, 4520.0, 4503.0, 4521.0, 4503.0, 4523.0, 4502.0, 4521.0, 4503.0, 4533.0, 4503.0, 4522.0, 4514.0, 4526.0, 4515.0, 4483.0, 4522.0, 4482.0, 4482.0, 4511.0, 4479.0, 4520.0, 4508.0, 4508.0, 4506.0, 4487.0, 4516.0, 4486.0, 4517.0, 4496.0, 4515.0, 4485.0, 4504.0, 4472.0, 4493.0, 4470.0, 4491.0, 4471.0, 4462.0, 4470.0, 4438.0, 4479.0, 4459.0, 4489.0, 4460.0, 4489.0, 4455.0, 4476.0, 4445.0, 4475.0, 4444.0, 4454.0, 4432.0, 4433.0, 4442.0, 4412.0, 4434.0, 4413.0, 4443.0, 4413.0, 4434.0, 4423.0, 4443.0, 4436.0, 4456.0, 4447.0, 4484.0, 4462.0, 4481.0, 4459.0, 4453.0, 4462.0, 4431.0, 4464.0, 4443.0, 4485.0, 4477.0, 4495.0, 4488.0, 4510.0, 4501.0, 4488.0, 4479.0, 4467.0, 4487.0, 4456.0, 4500.0, 4468.0, 4498.0, 4469.0, 4499.0, 4469.0, 4487.0, 4468.0, 4498.0, 4476.0, 4497.0, 4488.0, 4509.0, 4490.0, 4509.0, 4500.0, 4500.0, 4490.0, 4510.0, 4491.0, 4510.0, 4489.0, 4479.0, 4490.0, 4479.0, 4500.0, 4490.0, 4510.0, 4479.0, 4500.0, 4469.0, 4510.0, 4469.0, 4510.0, 4481.0, 4510.0, 4471.0, 4512.0, 4491.0, 4522.0, 4493.0, 4521.0, 4515.0, 4521.0, 4503.0, 4493.0, 4504.0, 4517.0, 4515.0, 4483.0, 4523.0, 4506.0, 4545.0, 4518.0, 4535.0, 4515.0, 4534.0, 4503.0, 4534.0, 4502.0, 4521.0, 4482.0, 4521.0, 4479.0, 4522.0, 4480.0, 4511.0, 4480.0, 4510.0, 4479.0, 4510.0, 4469.0, 4521.0, 4479.0, 4500.0, 4519.0, 4487.0, 4528.0, 4487.0, 4507.0, 4485.0, 4496.0, 4467.0, 4497.0, 4466.0, 4495.0, 4466.0, 4496.0, 4467.0, 4498.0, 4457.0, 4500.0, 4468.0, 4488.0, 4467.0, 4488.0, 4479.0, 4489.0, 4489.0, 4490.0, 4468.0, 4500.0, 4468.0, 4500.0, 4471.0, 4500.0, 4471.0, 4501.0, 4497.0, 4541.0, 4487.0, 4515.0, 4470.0, 4520.0, 4498.0, 4478.0, 4511.0, 4493.0, 4526.0, 4526.0, 4495.0, 4537.0, 4506.0, 4545.0, 4538.0, 4526.0, 4537.0, 4505.0, 4536.0, 4505.0, 4536.0, 4494.0, 4544.0, 4524.0, 4554.0, 4514.0, 4545.0, 4523.0, 4541.0, 4512.0, 4492.0, 4513.0, 4483.0, 4523.0, 4495.0, 4543.0, 4524.0, 4525.0, 4526.0, 4504.0, 4543.0, 4526.0, 4497.0, 4538.0, 4518.0, 4567.0, 4549.0, 4537.0, 4533.0, 4517.0, 4542.0, 4501.0, 4513.0, 4511.0, 4480.0, 4519.0, 4501.0, 4532.0, 4499.0, 4533.0, 4500.0, 4517.0, 4488.0, 4486.0, 4476.0, 4487.0, 4477.0, 4488.0, 4489.0, 4478.0, 4501.0, 4472.0, 4508.0, 4479.0, 4519.0, 4486.0, 4497.0, 4489.0, 4460.0, 4499.0, 4469.0, 4509.0, 4488.0, 4516.0, 4487.0, 4515.0, 4499.0, 4517.0, 4499.0, 4495.0, 4484.0, 4494.0, 4497.0, 4454.0, 4496.0, 4453.0, 4497.0, 4454.0, 4495.0, 4454.0, 4484.0, 4463.0, 4493.0, 4453.0, 4494.0, 4477.0, 4507.0, 4475.0, 4496.0, 4486.0, 4504.0, 4486.0, 4507.0, 4488.0, 4457.0, 4498.0, 4489.0, 4518.0, 4488.0, 4518.0, 4488.0, 4507.0, 4488.0, 4517.0, 4497.0, 4517.0, 4499.0, 4531.0, 4510.0, 4511.0, 4503.0, 4485.0, 4505.0, 4462.0, 4498.0, 4460.0, 4499.0, 4492.0, 4511.0, 4467.0, 4523.0, 4491.0, 4524.0, 4491.0, 4532.0, 4472.0, 4518.0, 4468.0, 4517.0, 4492.0, 4530.0, 4493.0, 4541.0, 4503.0, 4531.0, 4513.0, 4542.0, 4500.0, 4511.0, 4525.0, 4491.0, 4510.0, 4479.0, 4509.0, 4502.0, 4520.0, 4480.0, 4510.0, 4490.0, 4531.0, 4511.0, 4480.0, 4510.0, 4502.0, 4510.0, 4512.0, 4492.0, 4523.0, 4502.0, 4521.0, 4511.0, 4507.0, 4478.0, 4507.0, 4466.0, 4497.0, 4466.0, 4521.0, 4466.0, 4497.0, 4464.0, 4495.0, 4456.0, 4506.0, 4455.0, 4496.0, 4457.0, 4507.0, 4466.0, 4507.0, 4478.0, 4517.0, 4477.0, 4506.0, 4487.0, 4517.0, 4490.0, 4529.0, 4488.0, 4517.0, 4487.0, 4505.0, 4486.0, 4510.0, 4501.0, 4477.0, 4496.0, 4456.0, 4497.0, 4455.0, 4506.0, 4457.0, 4507.0, 4455.0, 4496.0, 4466.0, 4507.0, 4478.0, 4505.0, 4476.0, 4506.0, 4477.0, 4515.0, 4475.0, 4486.0, 4486.0, 4471.0, 4509.0, 4467.0, 4509.0, 4481.0, 4532.0, 4492.0, 4491.0, 4489.0, 4470.0, 4518.0, 4490.0, 4519.0, 4499.0, 4517.0, 4497.0, 4507.0, 4486.0, 4505.0, 4484.0, 4494.0, 4483.0, 4493.0, 4483.0, 4483.0, 4473.0, 4473.0, 4485.0, 4472.0, 4474.0, 4475.0, 4495.0, 4455.0, 4495.0, 4476.0, 4495.0, 4487.0, 4506.0, 4486.0, 4506.0, 4487.0, 4506.0, 4485.0, 4486.0, 4486.0, 4506.0, 4486.0, 4486.0, 4486.0, 4465.0, 4496.0, 4456.0, 4495.0, 4465.0, 4497.0, 4466.0, 4494.0, 4465.0, 4495.0, 4477.0, 4509.0, 4500.0, 4507.0, 4489.0, 4519.0, 4499.0, 4497.0, 4487.0, 4467.0, 4509.0, 4467.0, 4498.0, 4506.0, 4496.0, 4466.0, 4508.0, 4458.0, 4498.0, 4467.0, 4508.0, 4487.0, 4517.0, 4499.0, 4534.0, 4514.0, 4519.0, 4500.0, 4500.0, 4500.0, 4469.0, 4509.0, 4499.0, 4501.0, 4500.0, 4479.0, 4521.0, 4490.0, 4511.0, 4477.0, 4506.0, 4486.0, 4504.0, 4476.0, 4507.0, 4475.0, 4504.0, 4473.0, 4515.0, 4489.0, 4518.0, 4476.0, 4491.0, 4460.0, 4462.0, 4484.0, 4443.0, 4495.0, 4466.0, 4495.0, 4453.0, 4495.0, 4464.0, 4493.0, 4454.0, 4494.0, 4453.0, 4494.0, 4453.0, 4483.0, 4473.0, 4481.0, 4440.0, 4482.0, 4441.0, 4481.0, 4481.0, 4487.0, 4520.0, 4474.0, 4493.0, 4486.0, 4456.0, 4495.0, 4444.0, 4495.0, 4475.0, 4504.0, 4490.0, 4468.0, 4498.0, 4478.0, 4521.0, 4512.0, 4491.0, 4509.0, 4468.0, 4519.0, 4499.0, 4518.0, 4498.0, 4518.0, 4498.0, 4517.0, 4497.0, 4517.0, 4484.0, 4483.0, 4475.0, 4483.0, 4483.0, 4483.0, 4484.0, 4484.0, 4484.0, 4442.0, 4494.0, 4445.0, 4496.0, 4444.0, 4484.0, 4456.0, 4496.0, 4492.0, 4519.0, 4492.0, 4519.0, 4487.0, 4509.0, 4500.0, 4512.0, 4510.0, 4470.0, 4508.0, 4457.0, 4506.0, 4478.0, 4517.0, 4489.0, 4518.0, 4488.0, 4517.0, 4498.0, 4506.0, 4486.0, 4500.0, 4502.0, 4448.0, 4496.0, 4476.0, 4508.0, 4501.0, 4469.0, 4521.0, 4502.0, 4519.0, 4512.0, 4531.0, 4499.0, 4491.0, 4523.0, 4480.0, 4510.0, 4467.0, 4508.0, 4490.0, 4520.0, 4489.0, 4529.0, 4479.0, 4518.0, 4478.0, 4518.0, 4489.0, 4508.0, 4489.0, 4489.0, 4498.0, 4508.0, 4499.0, 4518.0, 4499.0, 4507.0, 4497.0, 4506.0, 4486.0, 4516.0, 4485.0, 4516.0, 4485.0, 4494.0, 4485.0, 4494.0, 4475.0, 4505.0, 4486.0, 4516.0, 4486.0, 4495.0, 4476.0, 4495.0, 4485.0, 4505.0, 4487.0, 4519.0, 4500.0, 4510.0, 4502.0, 4500.0, 4489.0, 4510.0, 4477.0, 4454.0, 4471.0, 4442.0, 4472.0, 4465.0, 4495.0, 4452.0, 4482.0, 4462.0, 4481.0, 4502.0, 4471.0, 4492.0, 4462.0, 4483.0, 4439.0, 4470.0, 4439.0, 4482.0, 4480.0, 4470.0, 4489.0, 4468.0, 4477.0, 4456.0, 4466.0, 4444.0, 4464.0, 4423.0, 4443.0, 4422.0, 4442.0, 4453.0, 4441.0, 4462.0, 4440.0, 4451.0, 4420.0, 4439.0, 4409.0, 4439.0, 4431.0, 4423.0, 4449.0, 4429.0, 4447.0, 4414.0, 4455.0, 4424.0, 4445.0, 4424.0, 4432.0, 4413.0, 4443.0, 4436.0, 4457.0, 4448.0, 4459.0, 4449.0, 4419.0, 4458.0, 4420.0, 4458.0, 4440.0, 4470.0, 4452.0, 4481.0, 4464.0, 4483.0, 4463.0, 4494.0, 4474.0, 4484.0, 4488.0, 4488.0, 4477.0, 4467.0, 4465.0, 4466.0, 4476.0, 4445.0, 4487.0, 4460.0, 4499.0, 4457.0, 4499.0, 4491.0, 4510.0, 4502.0, 4491.0, 4492.0, 4462.0, 4490.0, 4493.0, 4516.0, 4505.0, 4475.0, 4525.0, 4505.0, 4533.0, 4514.0, 4522.0, 4503.0, 4512.0, 4503.0, 4522.0, 4512.0, 4510.0, 4501.0, 4480.0, 4491.0, 4471.0, 4501.0, 4470.0, 4501.0, 4470.0, 4500.0, 4480.0, 4512.0, 4512.0, 4522.0, 4513.0, 4504.0, 4514.0, 4514.0, 4504.0, 4484.0, 4514.0, 4484.0, 4523.0, 4484.0, 4514.0, 4484.0, 4525.0, 4494.0, 4522.0, 4502.0, 4533.0, 4513.0, 4522.0, 4515.0, 4513.0, 4514.0, 4504.0, 4515.0, 4483.0, 4525.0, 4483.0, 4523.0, 4494.0, 4525.0, 4505.0, 4534.0, 4524.0, 4527.0, 4528.0, 4514.0, 4506.0, 4474.0, 4514.0, 4493.0, 4523.0, 4503.0, 4523.0, 4504.0, 4523.0, 4514.0, 4523.0, 4514.0, 4533.0, 4514.0, 4533.0, 4514.0, 4512.0, 4502.0, 4522.0, 4502.0, 4532.0, 4503.0, 4521.0, 4500.0, 4490.0, 4500.0, 4490.0, 4501.0, 4479.0, 4498.0, 4478.0, 4510.0, 4480.0, 4510.0, 4480.0, 4510.0, 4500.0, 4520.0, 4500.0, 4522.0, 4511.0, 4490.0, 4500.0, 4468.0, 4501.0, 4481.0, 4511.0, 4490.0, 4511.0, 4511.0, 4520.0, 4511.0, 4522.0, 4501.0, 4500.0, 4498.0, 4469.0, 4490.0, 4469.0, 4500.0, 4469.0, 4498.0, 4490.0, 4509.0, 4501.0, 4519.0, 4499.0, 4489.0, 4490.0, 4460.0, 4500.0, 4471.0, 4500.0, 4480.0, 4511.0, 4490.0, 4509.0, 4490.0, 4510.0, 4491.0, 4511.0, 4501.0, 4522.0, 4513.0, 4511.0, 4501.0, 4492.0, 4504.0, 4484.0, 4503.0, 4482.0, 4514.0, 4483.0, 4512.0, 4513.0, 4534.0, 4515.0, 4533.0, 4513.0, 4502.0, 4514.0, 4485.0, 4513.0, 4495.0, 4515.0, 4495.0, 4526.0, 4515.0, 4533.0, 4502.0, 4535.0, 4503.0, 4512.0, 4503.0, 4473.0, 4525.0, 4502.0, 4533.0, 4500.0, 4520.0, 4476.0, 4509.0, 4467.0, 4495.0, 4453.0, 4474.0, 4462.0, 4472.0, 4471.0, 4472.0, 4451.0, 4471.0, 4442.0, 4473.0, 4443.0, 4484.0, 4464.0, 4473.0, 4455.0, 4474.0, 4444.0, 4486.0, 4455.0, 4486.0, 4457.0, 4487.0, 4456.0, 4487.0, 4457.0, 4487.0, 4466.0, 4497.0, 4487.0, 4508.0, 4490.0, 4509.0, 4490.0, 4490.0, 4490.0, 4461.0, 4501.0, 4471.0, 4500.0, 4468.0, 4500.0, 4467.0, 4499.0], 'WindowWidth': [9978.0, 10003.0, 9914.0, 9944.0, 9885.0, 9923.0, 9857.0, 9891.0, 9849.0, 9886.0, 9830.0, 9857.0, 9831.0, 9848.0, 9835.0, 9812.0, 9852.0, 9813.0, 9853.0, 9827.0, 9874.0, 9841.0, 9869.0, 9827.0, 9885.0, 9830.0, 9914.0, 9860.0, 9894.0, 9854.0, 9912.0, 9853.0, 9887.0, 9846.0, 9887.0, 9848.0, 9890.0, 9854.0, 9915.0, 9867.0, 9901.0, 9863.0, 9909.0, 9888.0, 9946.0, 9910.0, 9930.0, 9900.0, 9905.0, 9905.0, 9860.0, 9914.0, 9878.0, 9949.0, 9916.0, 9949.0, 9914.0, 9949.0, 9933.0, 9967.0, 9926.0, 9963.0, 9925.0, 9909.0, 9922.0, 9879.0, 9935.0, 9883.0, 9953.0, 9896.0, 9948.0, 9914.0, 9963.0, 9920.0, 9966.0, 9927.0, 9950.0, 9923.0, 9875.0, 9947.0, 9912.0, 9954.0, 9892.0, 9934.0, 9889.0, 9945.0, 9902.0, 9963.0, 9915.0, 9966.0, 9950.0, 9962.0, 9904.0, 9932.0, 9899.0, 9854.0, 9914.0, 9847.0, 9940.0, 9892.0, 9942.0, 9889.0, 9942.0, 9902.0, 9941.0, 9928.0, 9920.0, 9901.0, 9869.0, 9940.0, 9886.0, 9879.0, 9930.0, 9872.0, 9949.0, 9904.0, 9940.0, 9864.0, 9931.0, 9856.0, 9939.0, 9881.0, 9902.0, 9852.0, 9871.0, 9844.0, 9840.0, 9836.0, 9807.0, 9844.0, 9829.0, 9857.0, 9874.0, 9860.0, 9863.0, 9882.0, 9873.0, 9866.0, 9888.0, 9841.0, 9903.0, 9843.0, 9868.0, 9838.0, 9866.0, 9824.0, 9870.0, 9821.0, 9852.0, 9823.0, 9848.0, 9813.0, 9850.0, 9828.0, 9885.0, 9862.0, 9861.0, 9836.0, 9858.0, 9850.0, 9864.0, 9850.0, 9881.0, 9856.0, 9881.0, 9875.0, 9901.0, 9863.0, 9888.0, 9879.0, 9886.0, 9881.0, 9916.0, 9894.0, 9926.0, 9880.0, 9903.0, 9885.0, 9898.0, 9875.0, 9885.0, 9879.0, 9885.0, 9877.0, 9902.0, 9875.0, 9844.0, 9890.0, 9859.0, 9878.0, 9893.0, 9890.0, 9872.0, 9893.0, 9844.0, 9874.0, 9883.0, 9889.0, 9920.0, 9894.0, 9899.0, 9873.0, 9900.0, 9873.0, 9901.0, 9871.0, 9838.0, 9872.0, 9848.0, 9901.0, 9861.0, 9899.0, 9870.0, 9907.0, 9868.0, 9910.0, 9882.0, 9909.0, 9865.0, 9913.0, 9913.0, 9952.0, 9905.0, 9860.0, 9921.0, 9833.0, 9904.0, 9858.0, 9891.0, 9843.0, 9902.0, 9840.0, 9902.0, 9839.0, 9883.0, 9844.0, 9890.0, 9822.0, 9879.0, 9815.0, 9873.0, 9836.0, 9863.0, 9837.0, 9877.0, 9852.0, 9879.0, 9836.0, 9880.0, 9843.0, 9866.0, 9841.0, 9884.0, 9857.0, 9883.0, 9863.0, 9902.0, 9860.0, 9884.0, 9879.0, 9903.0, 9882.0, 9906.0, 9883.0, 9903.0, 9864.0, 9904.0, 9863.0, 9906.0, 9864.0, 9906.0, 9874.0, 9924.0, 9904.0, 9926.0, 9904.0, 9932.0, 9901.0, 9926.0, 9902.0, 9946.0, 9906.0, 9929.0, 9924.0, 9943.0, 9924.0, 9877.0, 9930.0, 9872.0, 9872.0, 9909.0, 9867.0, 9927.0, 9901.0, 9904.0, 9898.0, 9869.0, 9912.0, 9867.0, 9915.0, 9879.0, 9911.0, 9863.0, 9890.0, 9841.0, 9873.0, 9837.0, 9868.0, 9837.0, 9825.0, 9833.0, 9787.0, 9846.0, 9818.0, 9860.0, 9821.0, 9859.0, 9806.0, 9836.0, 9790.0, 9832.0, 9787.0, 9800.0, 9769.0, 9770.0, 9781.0, 9739.0, 9771.0, 9742.0, 9785.0, 9745.0, 9773.0, 9760.0, 9786.0, 9780.0, 9806.0, 9800.0, 9859.0, 9826.0, 9850.0, 9818.0, 9814.0, 9828.0, 9785.0, 9831.0, 9803.0, 9866.0, 9857.0, 9878.0, 9873.0, 9906.0, 9894.0, 9873.0, 9860.0, 9845.0, 9871.0, 9829.0, 9894.0, 9848.0, 9888.0, 9848.0, 9891.0, 9851.0, 9873.0, 9845.0, 9885.0, 9856.0, 9883.0, 9874.0, 9904.0, 9879.0, 9906.0, 9893.0, 9894.0, 9881.0, 9907.0, 9884.0, 9909.0, 9879.0, 9863.0, 9881.0, 9863.0, 9893.0, 9881.0, 9909.0, 9865.0, 9894.0, 9852.0, 9909.0, 9852.0, 9910.0, 9872.0, 9909.0, 9857.0, 9916.0, 9885.0, 9928.0, 9893.0, 9928.0, 9922.0, 9927.0, 9903.0, 9889.0, 9909.0, 9934.0, 9928.0, 9877.0, 9933.0, 9914.0, 9967.0, 9933.0, 9954.0, 9925.0, 9948.0, 9905.0, 9946.0, 9901.0, 9927.0, 9873.0, 9927.0, 9865.0, 9926.0, 9866.0, 9910.0, 9866.0, 9908.0, 9865.0, 9908.0, 9850.0, 9925.0, 9864.0, 9894.0, 9921.0, 9872.0, 9933.0, 9870.0, 9897.0, 9866.0, 9882.0, 9842.0, 9884.0, 9841.0, 9880.0, 9842.0, 9882.0, 9844.0, 9887.0, 9832.0, 9891.0, 9845.0, 9873.0, 9845.0, 9875.0, 9862.0, 9876.0, 9876.0, 9879.0, 9847.0, 9892.0, 9848.0, 9894.0, 9857.0, 9895.0, 9856.0, 9898.0, 9904.0, 9968.0, 9889.0, 9922.0, 9854.0, 9919.0, 9889.0, 9863.0, 9913.0, 9893.0, 9940.0, 9944.0, 9898.0, 9959.0, 9918.0, 9967.0, 9961.0, 9943.0, 9959.0, 9910.0, 9955.0, 9913.0, 9957.0, 9895.0, 9965.0, 9937.0, 9979.0, 9923.0, 9967.0, 9933.0, 9959.0, 9915.0, 9888.0, 9917.0, 9876.0, 9934.0, 9898.0, 9964.0, 9937.0, 9940.0, 9940.0, 9908.0, 9961.0, 9941.0, 9902.0, 9959.0, 9933.0, 10002.0, 9977.0, 9959.0, 9948.0, 9931.0, 9956.0, 9896.0, 9915.0, 9911.0, 9864.0, 9920.0, 9893.0, 9942.0, 9891.0, 9944.0, 9892.0, 9914.0, 9871.0, 9867.0, 9850.0, 9869.0, 9855.0, 9872.0, 9875.0, 9862.0, 9895.0, 9856.0, 9899.0, 9860.0, 9914.0, 9865.0, 9885.0, 9874.0, 9840.0, 9887.0, 9850.0, 9902.0, 9874.0, 9911.0, 9869.0, 9906.0, 9889.0, 9912.0, 9889.0, 9877.0, 9859.0, 9872.0, 9883.0, 9817.0, 9879.0, 9814.0, 9881.0, 9820.0, 9875.0, 9817.0, 9859.0, 9827.0, 9871.0, 9815.0, 9873.0, 9856.0, 9899.0, 9849.0, 9878.0, 9865.0, 9885.0, 9867.0, 9898.0, 9872.0, 9830.0, 9886.0, 9875.0, 9914.0, 9871.0, 9913.0, 9873.0, 9897.0, 9871.0, 9912.0, 9882.0, 9912.0, 9888.0, 9939.0, 9910.0, 9912.0, 9902.0, 9879.0, 9905.0, 9843.0, 9887.0, 9837.0, 9889.0, 9886.0, 9908.0, 9845.0, 9930.0, 9884.0, 9931.0, 9882.0, 9942.0, 9854.0, 9912.0, 9843.0, 9912.0, 9888.0, 9937.0, 9889.0, 9953.0, 9900.0, 9939.0, 9916.0, 9958.0, 9893.0, 9909.0, 9934.0, 9877.0, 9903.0, 9859.0, 9901.0, 9894.0, 9919.0, 9862.0, 9902.0, 9875.0, 9937.0, 9908.0, 9865.0, 9904.0, 9897.0, 9907.0, 9910.0, 9883.0, 9927.0, 9894.0, 9923.0, 9906.0, 9897.0, 9855.0, 9896.0, 9836.0, 9879.0, 9837.0, 9923.0, 9841.0, 9879.0, 9831.0, 9877.0, 9823.0, 9892.0, 9822.0, 9879.0, 9827.0, 9895.0, 9839.0, 9895.0, 9856.0, 9909.0, 9853.0, 9893.0, 9869.0, 9908.0, 9878.0, 9929.0, 9869.0, 9910.0, 9868.0, 9891.0, 9868.0, 9906.0, 9895.0, 9855.0, 9879.0, 9824.0, 9880.0, 9820.0, 9893.0, 9827.0, 9897.0, 9820.0, 9880.0, 9836.0, 9895.0, 9860.0, 9891.0, 9851.0, 9894.0, 9854.0, 9906.0, 9850.0, 9864.0, 9865.0, 9854.0, 9904.0, 9843.0, 9900.0, 9869.0, 9938.0, 9880.0, 9878.0, 9874.0, 9849.0, 9911.0, 9876.0, 9915.0, 9884.0, 9911.0, 9879.0, 9894.0, 9862.0, 9887.0, 9856.0, 9870.0, 9851.0, 9868.0, 9852.0, 9854.0, 9840.0, 9841.0, 9857.0, 9838.0, 9843.0, 9846.0, 9873.0, 9818.0, 9873.0, 9847.0, 9875.0, 9863.0, 9891.0, 9863.0, 9891.0, 9867.0, 9891.0, 9862.0, 9865.0, 9863.0, 9893.0, 9863.0, 9863.0, 9862.0, 9832.0, 9875.0, 9822.0, 9876.0, 9834.0, 9879.0, 9834.0, 9873.0, 9834.0, 9875.0, 9853.0, 9900.0, 9892.0, 9897.0, 9871.0, 9915.0, 9885.0, 9883.0, 9868.0, 9840.0, 9902.0, 9839.0, 9882.0, 9891.0, 9880.0, 9835.0, 9900.0, 9827.0, 9881.0, 9843.0, 9899.0, 9869.0, 9910.0, 9889.0, 9944.0, 9917.0, 9917.0, 9891.0, 9891.0, 9889.0, 9845.0, 9901.0, 9890.0, 9893.0, 9891.0, 9861.0, 9925.0, 9875.0, 9908.0, 9854.0, 9895.0, 9862.0, 9888.0, 9847.0, 9894.0, 9846.0, 9886.0, 9841.0, 9903.0, 9874.0, 9910.0, 9850.0, 9864.0, 9820.0, 9822.0, 9854.0, 9801.0, 9873.0, 9837.0, 9874.0, 9815.0, 9874.0, 9831.0, 9871.0, 9816.0, 9871.0, 9815.0, 9872.0, 9812.0, 9856.0, 9840.0, 9850.0, 9792.0, 9850.0, 9795.0, 9850.0, 9849.0, 9867.0, 9919.0, 9845.0, 9868.0, 9863.0, 9824.0, 9874.0, 9804.0, 9874.0, 9849.0, 9890.0, 9875.0, 9842.0, 9884.0, 9859.0, 9923.0, 9914.0, 9882.0, 9904.0, 9843.0, 9915.0, 9887.0, 9913.0, 9885.0, 9913.0, 9883.0, 9913.0, 9879.0, 9910.0, 9858.0, 9856.0, 9843.0, 9853.0, 9853.0, 9854.0, 9859.0, 9857.0, 9855.0, 9799.0, 9872.0, 9805.0, 9876.0, 9803.0, 9858.0, 9821.0, 9876.0, 9881.0, 9914.0, 9884.0, 9915.0, 9867.0, 9903.0, 9890.0, 9911.0, 9907.0, 9850.0, 9898.0, 9828.0, 9894.0, 9855.0, 9908.0, 9871.0, 9911.0, 9870.0, 9910.0, 9886.0, 9894.0, 9865.0, 9890.0, 9894.0, 9815.0, 9877.0, 9852.0, 9901.0, 9894.0, 9850.0, 9923.0, 9898.0, 9918.0, 9912.0, 9938.0, 9889.0, 9879.0, 9930.0, 9864.0, 9904.0, 9840.0, 9898.0, 9878.0, 9919.0, 9875.0, 9929.0, 9862.0, 9911.0, 9858.0, 9911.0, 9874.0, 9900.0, 9873.0, 9873.0, 9888.0, 9899.0, 9887.0, 9917.0, 9887.0, 9895.0, 9881.0, 9892.0, 9863.0, 9909.0, 9863.0, 9908.0, 9862.0, 9873.0, 9861.0, 9873.0, 9847.0, 9890.0, 9865.0, 9907.0, 9864.0, 9876.0, 9849.0, 9875.0, 9861.0, 9891.0, 9866.0, 9917.0, 9891.0, 9902.0, 9895.0, 9888.0, 9873.0, 9904.0, 9853.0, 9815.0, 9835.0, 9799.0, 9837.0, 9832.0, 9876.0, 9810.0, 9852.0, 9822.0, 9848.0, 9882.0, 9833.0, 9866.0, 9824.0, 9855.0, 9786.0, 9831.0, 9785.0, 9851.0, 9845.0, 9827.0, 9859.0, 9822.0, 9837.0, 9802.0, 9818.0, 9784.0, 9813.0, 9751.0, 9782.0, 9748.0, 9777.0, 9794.0, 9772.0, 9808.0, 9769.0, 9787.0, 9740.0, 9766.0, 9725.0, 9768.0, 9759.0, 9751.0, 9800.0, 9771.0, 9792.0, 9743.0, 9798.0, 9753.0, 9784.0, 9752.0, 9762.0, 9739.0, 9780.0, 9775.0, 9805.0, 9795.0, 9812.0, 9797.0, 9757.0, 9810.0, 9762.0, 9811.0, 9789.0, 9831.0, 9809.0, 9847.0, 9827.0, 9853.0, 9826.0, 9870.0, 9841.0, 9855.0, 9869.0, 9868.0, 9851.0, 9836.0, 9831.0, 9833.0, 9846.0, 9805.0, 9864.0, 9832.0, 9886.0, 9827.0, 9886.0, 9878.0, 9904.0, 9894.0, 9877.0, 9881.0, 9839.0, 9874.0, 9883.0, 9923.0, 9904.0, 9865.0, 9932.0, 9905.0, 9942.0, 9913.0, 9926.0, 9898.0, 9910.0, 9895.0, 9924.0, 9905.0, 9904.0, 9889.0, 9861.0, 9876.0, 9848.0, 9890.0, 9845.0, 9892.0, 9850.0, 9890.0, 9863.0, 9908.0, 9910.0, 9923.0, 9911.0, 9899.0, 9913.0, 9914.0, 9901.0, 9872.0, 9916.0, 9872.0, 9926.0, 9872.0, 9916.0, 9873.0, 9929.0, 9885.0, 9924.0, 9896.0, 9939.0, 9912.0, 9926.0, 9914.0, 9912.0, 9913.0, 9903.0, 9917.0, 9873.0, 9931.0, 9872.0, 9927.0, 9890.0, 9931.0, 9902.0, 9945.0, 9930.0, 9942.0, 9939.0, 9916.0, 9908.0, 9860.0, 9916.0, 9884.0, 9926.0, 9898.0, 9925.0, 9900.0, 9926.0, 9913.0, 9927.0, 9913.0, 9941.0, 9915.0, 9941.0, 9913.0, 9909.0, 9896.0, 9922.0, 9893.0, 9937.0, 9896.0, 9921.0, 9890.0, 9873.0, 9888.0, 9875.0, 9890.0, 9857.0, 9884.0, 9853.0, 9901.0, 9858.0, 9902.0, 9859.0, 9902.0, 9888.0, 9918.0, 9888.0, 9923.0, 9904.0, 9877.0, 9887.0, 9843.0, 9891.0, 9862.0, 9904.0, 9873.0, 9905.0, 9903.0, 9918.0, 9904.0, 9922.0, 9890.0, 9889.0, 9883.0, 9843.0, 9873.0, 9844.0, 9889.0, 9844.0, 9885.0, 9875.0, 9901.0, 9891.0, 9915.0, 9886.0, 9873.0, 9873.0, 9834.0, 9889.0, 9852.0, 9888.0, 9862.0, 9906.0, 9874.0, 9902.0, 9875.0, 9903.0, 9877.0, 9905.0, 9892.0, 9922.0, 9911.0, 9908.0, 9891.0, 9882.0, 9902.0, 9875.0, 9899.0, 9868.0, 9914.0, 9871.0, 9910.0, 9912.0, 9944.0, 9917.0, 9940.0, 9914.0, 9897.0, 9917.0, 9879.0, 9914.0, 9891.0, 9920.0, 9891.0, 9936.0, 9918.0, 9942.0, 9895.0, 9945.0, 9896.0, 9909.0, 9901.0, 9860.0, 9931.0, 9894.0, 9940.0, 9886.0, 9918.0, 9848.0, 9901.0, 9835.0, 9873.0, 9810.0, 9841.0, 9821.0, 9833.0, 9831.0, 9832.0, 9805.0, 9830.0, 9795.0, 9838.0, 9797.0, 9854.0, 9828.0, 9839.0, 9815.0, 9843.0, 9800.0, 9859.0, 9817.0, 9862.0, 9821.0, 9867.0, 9821.0, 9862.0, 9824.0, 9865.0, 9836.0, 9877.0, 9865.0, 9896.0, 9872.0, 9901.0, 9874.0, 9876.0, 9877.0, 9836.0, 9890.0, 9849.0, 9888.0, 9842.0, 9889.0, 9840.0, 9885.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.0030762914417887433</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07439551472629144</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16192523040133</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1488268441589535</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9787235139891962</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4886.8174</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14930405011889428</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>212</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.345412490362374</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8577153034422835</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8559630228176265</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9534125659487938</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7637703215604303</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0110542</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0013696382520720363</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01340221893042326</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.102183800505933</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>20.2976</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.7846</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.8086</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298865.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>899.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.4137</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5809</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.472</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3687.0922</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77679.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1379.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4764.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.2693</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.89184307353571</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> |