=== 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-0035 --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-0035",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0035_ses-04_task-fractional_acq-mb8_run-01_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-0035_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0035_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_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-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-fractional_acq-mb8_run-01_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-0035/ses-04/func/sub-0035_ses-04_task-fractional_acq-mb8_run-01_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>accf358279b5604697cbeaa62171c7d1</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:11:56.187500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</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_brain_imaging_center</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-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0888477</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-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>246.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ac1e30a7-ff95-470d-91ce-749731aac9af||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['111156.187500', '111156.647500', '111157.107500', '111157.567500', '111158.027500', '111158.487500', '111158.947500', '111159.407500', '111159.867500', '111200.327500', '111200.787500', '111201.247500', '111201.707500', '111202.167500', '111202.627500', '111203.087500', '111203.547500', '111204.007500', '111204.467500', '111204.927500', '111205.387500', '111205.847500', '111206.307500', '111206.767500', '111207.227500', '111207.687500', '111208.147500', '111208.607500', '111209.067500', '111209.527500', '111209.987500', '111210.447500', '111210.907500', '111211.367500', '111211.827500', '111212.287500', '111212.747500', '111213.207500', '111213.667500', '111214.127500', '111214.587500', '111215.047500', '111215.507500', '111215.967500', '111216.427500', '111216.887500', '111217.347500', '111217.807500', '111218.267500', '111218.727500', '111219.187500', '111219.647500', '111220.107500', '111220.567500', '111221.027500', '111221.487500', '111221.947500', '111222.407500', '111222.867500', '111223.327500', '111223.787500', '111224.247500', '111224.707500', '111225.167500', '111225.627500', '111226.087500', '111226.547500', '111227.007500', '111227.467500', '111227.927500', '111228.387500', '111228.847500', '111229.307500', '111229.767500', '111230.227500', '111230.687500', '111231.147500', '111231.607500', '111232.067500', '111232.527500', '111232.987500', '111233.447500', '111233.907500', '111234.367500', '111234.827500', '111235.287500', '111235.747500', '111236.207500', '111236.667500', '111237.127500', '111237.587500', '111238.047500', '111238.507500', '111238.967500', '111239.427500', '111239.887500', '111240.347500', '111240.807500', '111241.267500', '111241.727500', '111242.187500', '111242.647500', '111243.107500', '111243.567500', '111244.027500', '111244.487500', '111244.947500', '111245.407500', '111245.867500', '111246.327500', '111246.787500', '111247.247500', '111247.707500', '111248.167500', '111248.627500', '111249.087500', '111249.547500', '111250.007500', '111250.467500', '111250.927500', '111251.387500', '111251.847500', '111252.307500', '111252.767500', '111253.227500', '111253.687500', '111254.147500', '111254.607500', '111255.067500', '111255.527500', '111255.987500', '111256.447500', '111256.907500', '111257.367500', '111257.827500', '111258.287500', '111258.747500', '111259.207500', '111259.667500', '111300.127500', '111300.587500', '111301.047500', '111301.507500', '111301.967500', '111302.427500', '111302.887500', '111303.347500', '111303.807500', '111304.267500', '111304.727500', '111305.187500', '111305.647500', '111306.107500', '111306.567500', '111307.027500', '111307.487500', '111307.947500', '111308.407500', '111308.867500', '111309.327500', '111309.787500', '111310.247500', '111310.707500', '111311.167500', '111311.627500', '111312.087500', '111312.547500', '111313.007500', '111313.467500', '111313.927500', '111314.387500', '111314.847500', '111315.307500', '111315.767500', '111316.227500', '111316.687500', '111317.147500', '111317.607500', '111318.067500', '111318.527500', '111318.987500', '111319.447500', '111319.907500', '111320.367500', '111320.827500', '111321.287500', '111321.747500', '111322.207500', '111322.667500', '111323.127500', '111323.587500', '111324.047500', '111324.507500', '111324.967500', '111325.427500', '111325.887500', '111326.347500', '111326.807500', '111327.267500', '111327.727500', '111328.187500', '111328.647500', '111329.107500', '111329.567500', '111330.027500', '111330.487500', '111330.947500', '111331.407500', '111331.867500', '111332.327500', '111332.787500', '111333.247500', '111333.707500', '111334.167500', '111334.627500', '111335.087500', '111335.547500', '111336.007500', '111336.467500', '111336.927500', '111337.387500', '111337.847500', '111338.307500', '111338.767500', '111339.227500', '111339.687500', '111340.147500', '111340.607500', '111341.067500', '111341.527500', '111341.987500', '111342.447500', '111342.907500', '111343.367500', '111343.827500', '111344.287500', '111344.747500', '111345.207500', '111345.667500', '111346.127500', '111346.587500', '111347.047500', '111347.507500', '111347.967500', '111348.427500', '111348.887500', '111349.347500', '111349.807500', '111350.267500', '111350.727500', '111351.187500', '111351.647500', '111352.107500', '111352.567500', '111353.027500', '111353.487500', '111353.947500', '111354.407500', '111354.867500', '111355.327500', '111355.787500', '111356.247500', '111356.707500', '111357.167500', '111357.627500', '111358.087500', '111358.547500', '111359.007500', '111359.467500', '111359.927500', '111400.387500', '111400.847500', '111401.307500', '111401.767500', '111402.227500', '111402.687500', '111403.147500', '111403.607500', '111404.067500', '111404.527500', '111404.987500', '111405.447500', '111405.907500', '111406.367500', '111406.827500', '111407.287500', '111407.747500', '111408.207500', '111408.667500', '111409.127500', '111409.587500', '111410.047500', '111410.507500', '111410.967500', '111411.427500', '111411.887500', '111412.347500', '111412.807500', '111413.267500', '111413.727500', '111414.187500', '111414.647500', '111415.107500', '111415.567500', '111416.027500', '111416.487500', '111416.947500', '111417.407500', '111417.867500', '111418.327500', '111418.787500', '111419.247500', '111419.707500', '111420.167500', '111420.627500', '111421.087500', '111421.547500', '111422.007500', '111422.467500', '111422.927500', '111423.387500', '111423.847500', '111424.307500', '111424.767500', '111425.227500', '111425.687500', '111426.147500', '111426.607500', '111427.067500', '111427.527500', '111427.987500', '111428.447500', '111428.907500', '111429.367500', '111429.827500', '111430.287500', '111430.747500', '111431.207500', '111431.667500', '111432.127500', '111432.587500', '111433.047500', '111433.507500', '111433.967500', '111434.427500', '111434.887500', '111435.347500', '111435.807500', '111436.267500', '111436.727500', '111437.187500', '111437.647500', '111438.107500', '111438.567500', '111439.027500', '111439.487500', '111439.947500', '111440.407500', '111440.867500', '111441.327500', '111441.787500', '111442.247500', '111442.707500', '111443.167500', '111443.627500', '111444.087500', '111444.547500', '111445.007500', '111445.467500', '111445.927500', '111446.387500', '111446.847500', '111447.307500', '111447.767500', '111448.227500', '111448.687500', '111449.147500', '111449.607500', '111450.067500', '111450.527500', '111450.987500', '111451.447500', '111451.907500', '111452.367500', '111452.827500', '111453.287500', '111453.747500', '111454.207500', '111454.667500', '111455.127500', '111455.587500', '111456.047500', '111456.507500', '111456.967500', '111457.427500', '111457.887500', '111458.347500', '111458.807500', '111459.267500', '111459.727500', '111500.187500', '111500.647500', '111501.107500', '111501.567500', '111502.027500', '111502.487500', '111502.947500', '111503.407500', '111503.867500', '111504.327500', '111504.787500', '111505.247500', '111505.707500', '111506.167500', '111506.627500', '111507.087500', '111507.547500', '111508.007500', '111508.467500', '111508.927500', '111509.387500', '111509.847500', '111510.307500', '111510.767500', '111511.227500', '111511.687500', '111512.147500', '111512.607500', '111513.067500', '111513.527500', '111513.987500', '111514.447500', '111514.907500', '111515.367500', '111515.827500', '111516.287500', '111516.747500', '111517.207500', '111517.667500', '111518.127500', '111518.587500', '111519.047500', '111519.507500', '111519.967500', '111520.427500', '111520.887500', '111521.347500', '111521.807500', '111522.267500', '111522.727500', '111523.187500', '111523.647500', '111524.107500', '111524.567500', '111525.027500', '111525.487500', '111525.947500', '111526.407500', '111526.867500', '111527.327500', '111527.787500', '111528.247500', '111528.707500', '111529.167500', '111529.627500', '111530.087500', '111530.547500', '111531.007500', '111531.467500', '111531.927500', '111532.387500', '111532.847500', '111533.307500', '111533.767500', '111534.227500', '111534.687500', '111535.147500', '111535.607500', '111536.067500', '111536.527500', '111536.987500', '111537.447500', '111537.907500', '111538.367500', '111538.827500', '111539.287500', '111539.747500', '111540.207500', '111540.667500', '111541.127500', '111541.587500', '111542.047500', '111542.507500', '111542.967500', '111543.427500', '111543.887500', '111544.347500', '111544.807500', '111545.267500', '111545.727500', '111546.187500', '111546.647500', '111547.107500', '111547.567500', '111548.027500', '111548.487500', '111548.947500', '111549.407500', '111549.867500', '111550.327500', '111550.787500', '111551.247500', '111551.707500', '111552.167500', '111552.627500', '111553.087500', '111553.547500', '111554.007500', '111554.467500', '111554.927500', '111555.387500', '111555.847500', '111556.307500', '111556.767500', '111557.227500', '111557.687500', '111558.147500', '111558.607500', '111559.067500', '111559.527500', '111559.987500', '111600.447500', '111600.907500', '111601.367500', '111601.827500', '111602.287500', '111602.747500', '111603.207500', '111603.667500', '111604.127500', '111604.587500', '111605.047500', '111605.507500', '111605.967500', '111606.427500', '111606.887500', '111607.347500', '111607.807500', '111608.267500', '111608.727500', '111609.187500', '111609.647500', '111610.107500', '111610.567500', '111611.027500', '111611.487500', '111611.947500', '111612.407500', '111612.867500', '111613.327500', '111613.787500', '111614.247500', '111614.707500', '111615.167500', '111615.627500', '111616.087500', '111616.547500', '111617.007500', '111617.467500', '111617.927500', '111618.387500', '111618.847500', '111619.307500', '111619.767500', '111620.227500', '111620.687500', '111621.147500', '111621.607500', '111622.067500', '111622.527500', '111622.987500', '111623.447500', '111623.907500', '111624.367500', '111624.827500', '111625.287500', '111625.747500', '111626.207500', '111626.667500', '111627.127500', '111627.587500', '111628.047500', '111628.507500', '111628.967500', '111629.427500', '111629.887500', '111630.347500', '111630.807500', '111631.267500', '111631.727500', '111632.187500', '111632.647500', '111633.107500', '111633.567500', '111634.027500', '111634.487500', '111634.947500', '111635.407500', '111635.867500', '111636.327500', '111636.787500', '111637.247500', '111637.707500', '111638.167500', '111638.627500', '111639.087500', '111639.547500', '111640.007500', '111640.467500', '111640.927500', '111641.387500', '111641.847500', '111642.307500', '111642.767500', '111643.227500', '111643.687500', '111644.147500', '111644.607500', '111645.067500', '111645.527500', '111645.987500', '111646.447500', '111646.907500', '111647.367500', '111647.827500', '111648.287500', '111648.747500', '111649.207500', '111649.667500', '111650.127500', '111650.587500', '111651.047500', '111651.507500', '111651.967500', '111652.427500', '111652.887500', '111653.347500', '111653.807500', '111654.267500', '111654.727500', '111655.187500', '111655.647500', '111656.107500', '111656.567500', '111657.027500', '111657.487500', '111657.947500', '111658.407500', '111658.867500', '111659.327500', '111659.787500', '111700.247500', '111700.707500', '111701.167500', '111701.627500', '111702.087500', '111702.547500', '111703.007500', '111703.467500', '111703.927500', '111704.387500', '111704.847500', '111705.307500', '111705.767500', '111706.227500', '111706.687500', '111707.147500', '111707.607500', '111708.067500', '111708.527500', '111708.987500', '111709.447500', '111709.907500', '111710.367500', '111710.827500', '111711.287500', '111711.747500', '111712.207500', '111712.667500', '111713.127500', '111713.587500', '111714.047500', '111714.507500', '111714.967500', '111715.427500', '111715.887500', '111716.347500', '111716.807500', '111717.267500', '111717.727500', '111718.187500', '111718.647500', '111719.107500', '111719.567500', '111720.027500', '111720.487500', '111720.947500', '111721.407500', '111721.867500', '111722.327500', '111722.787500', '111723.247500', '111723.707500', '111724.167500', '111724.627500', '111725.087500', '111725.547500', '111726.007500', '111726.467500', '111726.927500', '111727.387500', '111727.847500', '111728.307500', '111728.767500', '111729.227500', '111729.687500', '111730.147500', '111730.607500', '111731.067500', '111731.527500', '111731.987500', '111732.447500', '111732.907500', '111733.367500', '111733.827500', '111734.287500', '111734.747500', '111735.207500', '111735.667500', '111736.127500', '111736.587500', '111737.047500', '111737.507500', '111737.967500', '111738.427500', '111738.887500', '111739.347500', '111739.807500', '111740.267500', '111740.727500', '111741.187500', '111741.647500', '111742.107500', '111742.567500', '111743.027500', '111743.487500', '111743.947500', '111744.407500', '111744.867500', '111745.327500', '111745.787500', '111746.247500', '111746.707500', '111747.167500', '111747.627500', '111748.087500', '111748.547500', '111749.007500', '111749.467500', '111749.927500', '111750.387500', '111750.847500', '111751.307500', '111751.767500', '111752.227500', '111752.687500', '111753.147500', '111753.607500', '111754.067500', '111754.527500', '111754.987500', '111755.447500', '111755.907500', '111756.367500', '111756.827500', '111757.287500', '111757.747500', '111758.207500', '111758.667500', '111759.127500', '111759.587500', '111800.047500', '111800.507500', '111800.967500', '111801.427500', '111801.887500', '111802.347500', '111802.807500', '111803.267500', '111803.727500', '111804.187500', '111804.647500', '111805.107500', '111805.567500', '111806.027500', '111806.487500', '111806.947500', '111807.407500', '111807.867500', '111808.327500', '111808.787500', '111809.247500', '111809.707500', '111810.167500', '111810.627500', '111811.087500', '111811.547500', '111812.007500', '111812.467500', '111812.927500', '111813.387500', '111813.847500', '111814.307500', '111814.767500', '111815.227500', '111815.687500', '111816.147500', '111816.607500', '111817.067500', '111817.527500', '111817.987500', '111818.447500', '111818.907500', '111819.367500', '111819.827500', '111820.287500', '111820.747500', '111821.207500', '111821.667500', '111822.127500', '111822.587500', '111823.047500', '111823.507500', '111823.967500', '111824.427500', '111824.887500', '111825.347500', '111825.807500', '111826.267500', '111826.727500', '111827.187500', '111827.647500', '111828.107500', '111828.567500', '111829.027500', '111829.487500', '111829.947500', '111830.407500', '111830.867500', '111831.327500', '111831.787500', '111832.247500', '111832.707500', '111833.167500', '111833.627500', '111834.087500', '111834.547500', '111835.007500', '111835.467500', '111835.927500', '111836.387500', '111836.847500', '111837.307500', '111837.767500', '111838.227500', '111838.687500', '111839.147500', '111839.607500', '111840.067500', '111840.527500', '111840.987500', '111841.447500', '111841.907500', '111842.367500', '111842.827500', '111843.287500', '111843.747500', '111844.207500', '111844.667500', '111845.127500', '111845.587500', '111846.047500', '111846.507500', '111846.967500', '111847.427500', '111847.887500', '111848.347500', '111848.807500', '111849.267500', '111849.727500', '111850.187500', '111850.647500', '111851.107500', '111851.567500', '111852.027500', '111852.487500', '111852.947500', '111853.407500', '111853.867500', '111854.327500', '111854.787500', '111855.247500', '111855.707500', '111856.167500', '111856.627500', '111857.087500', '111857.547500', '111858.007500', '111858.467500', '111858.927500', '111859.387500', '111859.847500', '111900.307500', '111900.767500', '111901.227500', '111901.687500', '111902.147500', '111902.607500', '111903.067500', '111903.527500', '111903.987500', '111904.447500', '111904.907500', '111905.367500', '111905.827500', '111906.287500', '111906.747500', '111907.207500', '111907.667500', '111908.127500', '111908.587500', '111909.047500', '111909.507500', '111909.967500', '111910.427500', '111910.887500', '111911.347500', '111911.807500', '111912.267500', '111912.727500', '111913.187500', '111913.647500', '111914.107500', '111914.567500', '111915.027500', '111915.487500', '111915.947500', '111916.407500', '111916.867500', '111917.327500', '111917.787500', '111918.247500', '111918.707500', '111919.167500', '111919.627500', '111920.087500', '111920.547500', '111921.007500', '111921.467500', '111921.927500', '111922.387500', '111922.847500', '111923.307500', '111923.767500', '111924.227500', '111924.687500', '111925.147500', '111925.607500', '111926.067500', '111926.527500', '111926.987500', '111927.447500', '111927.907500', '111928.367500', '111928.827500', '111929.287500', '111929.747500', '111930.207500', '111930.667500', '111931.127500', '111931.587500', '111932.047500', '111932.507500', '111932.967500', '111933.427500', '111933.887500', '111934.347500', '111934.807500', '111935.267500', '111935.727500', '111936.187500', '111936.647500', '111937.107500', '111937.567500', '111938.027500', '111938.487500', '111938.947500', '111939.407500', '111939.867500', '111940.327500', '111940.787500', '111941.247500', '111941.707500', '111942.167500', '111942.627500', '111943.087500', '111943.547500', '111944.007500', '111944.467500', '111944.927500', '111945.387500', '111945.847500', '111946.307500', '111946.767500', '111947.227500', '111947.687500', '111948.147500', '111948.607500', '111949.067500', '111949.527500', '111949.987500', '111950.447500', '111950.907500', '111951.367500', '111951.827500', '111952.287500', '111952.747500', '111953.207500', '111953.667500', '111954.127500', '111954.587500', '111955.047500', '111955.507500', '111955.967500', '111956.427500', '111956.887500', '111957.347500', '111957.807500', '111958.267500', '111958.727500', '111959.187500', '111959.647500', '112000.107500', '112000.567500', '112001.027500', '112001.487500', '112001.947500', '112002.407500', '112002.867500', '112003.327500', '112003.787500', '112004.247500', '112004.707500', '112005.167500', '112005.627500', '112006.087500', '112006.547500', '112007.007500', '112007.467500', '112007.927500', '112008.387500', '112008.847500', '112009.307500', '112009.767500', '112010.227500', '112010.687500', '112011.147500', '112011.607500', '112012.067500', '112012.527500', '112012.987500', '112013.447500', '112013.907500', '112014.367500', '112014.827500', '112015.287500', '112015.747500', '112016.207500', '112016.667500', '112017.127500', '112017.587500', '112018.047500', '112018.507500', '112018.967500', '112019.427500', '112019.887500', '112020.347500', '112020.807500', '112021.267500', '112021.727500', '112022.187500', '112022.647500', '112023.107500', '112023.567500', '112024.027500', '112024.487500', '112024.947500', '112025.407500', '112025.867500', '112026.327500', '112026.787500', '112027.247500', '112027.707500', '112028.167500', '112028.627500', '112029.087500', '112029.547500', '112030.007500', '112030.467500', '112030.927500', '112031.387500', '112031.847500', '112032.307500', '112032.767500', '112033.227500', '112033.687500', '112034.147500', '112034.607500', '112035.067500', '112035.527500', '112035.987500', '112036.447500', '112036.907500', '112037.367500', '112037.827500', '112038.287500', '112038.747500', '112039.207500', '112039.667500', '112040.127500', '112040.587500', '112041.047500', '112041.507500', '112041.967500', '112042.427500', '112042.887500', '112043.347500', '112043.807500', '112044.267500', '112044.727500', '112045.187500', '112045.647500', '112046.107500', '112046.567500', '112047.027500', '112047.487500', '112047.947500', '112048.407500', '112048.867500', '112049.327500', '112049.787500', '112050.247500', '112050.707500', '112051.167500', '112051.627500', '112052.087500', '112052.547500', '112053.007500', '112053.467500', '112053.927500', '112054.387500', '112054.847500', '112055.307500', '112055.767500', '112056.227500', '112056.687500', '112057.147500', '112057.607500', '112058.067500', '112058.527500', '112058.987500', '112059.447500', '112059.907500', '112100.367500', '112100.827500', '112101.287500', '112101.747500', '112102.207500', '112102.667500', '112103.127500', '112103.587500', '112104.047500', '112104.507500', '112104.967500', '112105.427500', '112105.887500', '112106.347500', '112106.807500', '112107.267500', '112107.727500', '112108.187500', '112108.647500', '112109.107500', '112109.567500', '112110.027500', '112110.487500', '112110.947500', '112111.407500', '112111.867500', '112112.327500', '112112.787500', '112113.247500', '112113.707500', '112114.167500', '112114.627500', '112115.087500', '112115.547500', '112116.007500', '112116.467500', '112116.927500', '112117.387500', '112117.847500', '112118.307500', '112118.767500', '112119.227500', '112119.687500', '112120.147500', '112120.607500', '112121.067500', '112121.527500', '112121.987500', '112122.447500', '112122.907500', '112123.367500', '112123.827500', '112124.287500', '112124.747500', '112125.207500', '112125.667500', '112126.127500', '112126.587500', '112127.047500', '112127.507500', '112127.967500', '112128.427500', '112128.887500', '112129.347500', '112129.807500', '112130.267500', '112130.727500', '112131.187500', '112131.647500', '112132.107500', '112132.567500', '112133.027500', '112133.487500', '112133.947500', '112134.407500', '112134.867500', '112135.327500', '112135.787500', '112136.247500', '112136.707500', '112137.167500', '112137.627500', '112138.087500', '112138.547500', '112139.007500', '112139.467500', '112139.927500', '112140.387500', '112140.847500', '112141.307500', '112141.767500', '112142.227500', '112142.687500', '112143.147500', '112143.607500', '112144.067500', '112144.527500', '112144.987500', '112145.447500', '112145.907500', '112146.367500', '112146.827500', '112147.287500', '112147.747500', '112148.207500', '112148.667500', '112149.127500', '112149.587500', '112150.047500', '112150.507500', '112150.967500', '112151.427500', '112151.887500', '112152.347500', '112152.807500', '112153.267500', '112153.727500', '112154.187500', '112154.647500', '112155.107500', '112155.567500', '112156.027500', '112156.487500', '112156.947500', '112157.407500', '112157.867500', '112158.327500', '112158.787500', '112159.247500', '112159.707500', '112200.167500', '112200.627500', '112201.087500', '112201.547500', '112202.007500', '112202.467500', '112202.927500', '112203.387500', '112203.847500'], 'ContentTime': ['111212.796000', '111212.800000', '111212.802000', '111212.805000', '111212.808000', '111212.810000', '111212.813000', '111212.816000', '111212.818000', '111212.821000', '111212.823000', '111212.826000', '111212.829000', '111212.831000', '111212.834000', '111212.836000', '111212.839000', '111212.841000', '111212.844000', '111212.847000', '111212.849000', '111212.852000', '111212.858000', '111212.861000', '111212.864000', '111212.866000', '111212.869000', '111212.871000', '111212.874000', '111212.877000', '111212.879000', '111212.882000', '111212.884000', '111212.887000', '111232.772000', '111232.775000', '111232.778000', '111232.780000', '111232.783000', '111232.786000', '111232.788000', '111232.792000', '111232.800000', '111232.802000', '111232.805000', '111232.807000', '111232.810000', '111232.813000', '111232.816000', '111232.818000', '111232.821000', '111232.823000', '111232.826000', '111232.828000', '111232.831000', '111232.834000', '111232.836000', '111232.839000', '111232.842000', '111232.844000', '111232.847000', '111232.850000', '111232.852000', '111232.855000', '111232.857000', '111232.860000', '111232.863000', '111232.865000', '111232.868000', '111232.871000', '111232.873000', '111232.876000', '111232.878000', '111232.881000', '111232.884000', '111232.886000', '111232.889000', '111232.891000', '111252.773000', '111252.776000', '111252.779000', '111252.781000', '111252.784000', '111252.787000', '111252.790000', '111252.792000', '111252.795000', '111252.797000', '111252.801000', '111252.803000', '111252.806000', '111252.808000', '111252.811000', '111252.814000', '111252.816000', '111252.841000', '111252.844000', '111252.847000', '111252.849000', '111252.852000', '111252.855000', '111252.857000', '111252.860000', '111252.862000', '111252.865000', '111252.867000', '111252.870000', '111252.873000', '111252.875000', '111252.878000', '111252.881000', '111252.883000', '111252.892000', '111252.895000', '111252.897000', '111252.900000', '111252.902000', '111252.905000', '111252.908000', '111252.910000', '111252.913000', '111312.773000', '111312.776000', '111312.779000', '111312.781000', '111312.784000', '111312.787000', '111312.789000', '111312.792000', '111312.795000', '111312.797000', '111312.800000', '111312.803000', '111312.806000', '111312.808000', '111312.811000', '111312.813000', '111312.816000', '111312.819000', '111312.821000', '111312.824000', '111312.827000', '111312.829000', '111312.832000', '111312.835000', '111312.837000', '111312.840000', '111312.842000', '111312.845000', '111312.848000', '111312.850000', '111312.853000', '111312.855000', '111312.858000', '111312.861000', '111312.863000', '111312.866000', '111312.868000', '111312.871000', '111312.874000', '111312.876000', '111312.879000', '111312.881000', '111312.884000', '111312.887000', '111332.773000', '111332.776000', '111332.779000', '111332.781000', '111332.784000', '111332.787000', '111332.789000', '111332.792000', '111332.794000', '111332.797000', '111332.800000', '111332.802000', '111332.805000', '111332.808000', '111332.810000', '111332.813000', '111332.815000', '111332.818000', '111332.821000', '111332.823000', '111332.826000', '111332.829000', '111332.831000', '111332.834000', '111332.836000', '111332.839000', '111332.842000', '111332.844000', '111332.847000', '111332.849000', '111332.852000', '111332.854000', '111332.864000', '111332.867000', '111332.869000', '111332.872000', '111332.874000', '111332.877000', '111332.880000', '111332.882000', '111332.885000', '111332.887000', '111332.890000', '111352.773000', '111352.776000', '111352.779000', '111352.781000', '111352.784000', '111352.787000', '111352.790000', '111352.792000', '111352.795000', '111352.798000', '111352.833000', '111352.835000', '111352.838000', '111352.841000', '111352.860000', '111352.862000', '111352.865000', '111352.868000', '111352.870000', '111352.873000', '111352.876000', '111352.878000', '111352.881000', '111352.884000', '111352.886000', '111352.889000', '111352.892000', '111352.894000', '111352.897000', '111352.900000', '111352.903000', '111352.905000', '111352.908000', '111352.910000', '111352.913000', '111352.916000', '111352.918000', '111352.921000', '111352.924000', '111352.926000', '111352.929000', '111352.931000', '111352.934000', '111412.773000', '111412.776000', '111412.778000', '111412.781000', '111412.783000', '111412.786000', '111412.789000', '111412.791000', '111412.794000', '111412.797000', '111412.799000', '111412.802000', '111412.804000', '111412.807000', '111412.810000', '111412.812000', '111412.815000', '111412.818000', '111412.820000', '111412.823000', '111412.825000', '111412.828000', '111412.831000', '111412.834000', '111412.836000', '111412.839000', '111412.841000', '111412.844000', '111412.847000', '111412.849000', '111412.852000', '111412.855000', '111412.857000', '111412.860000', '111412.862000', '111412.865000', '111412.868000', '111412.870000', '111412.873000', '111412.875000', '111412.878000', '111412.881000', '111412.883000', '111412.886000', '111432.772000', '111432.775000', '111432.778000', '111432.781000', '111432.783000', '111432.786000', '111432.788000', '111432.791000', '111432.794000', '111432.796000', '111432.799000', '111432.822000', '111432.825000', '111432.828000', '111432.830000', '111432.833000', '111432.836000', '111432.838000', '111432.841000', '111432.843000', '111432.846000', '111432.848000', '111432.851000', '111432.854000', '111432.856000', '111432.859000', '111432.861000', '111432.864000', '111432.867000', '111432.869000', '111432.872000', '111432.875000', '111432.877000', '111432.880000', '111432.882000', '111432.885000', '111432.887000', '111432.890000', '111432.893000', '111432.895000', '111432.898000', '111432.900000', '111432.903000', '111452.772000', '111452.775000', '111452.778000', '111452.780000', '111452.783000', '111452.786000', '111452.788000', '111452.791000', '111452.794000', '111452.796000', '111452.799000', '111452.802000', '111452.805000', '111452.807000', '111452.810000', '111452.812000', '111452.815000', '111452.818000', '111452.820000', '111452.823000', '111452.826000', '111452.828000', '111452.831000', '111452.833000', '111452.836000', '111452.839000', '111452.841000', '111452.845000', '111452.848000', '111452.850000', '111452.853000', '111452.855000', '111452.858000', '111452.861000', '111452.863000', '111452.866000', '111452.868000', '111452.871000', '111452.874000', '111452.876000', '111452.879000', '111452.881000', '111452.884000', '111452.887000', '111512.774000', '111512.776000', '111512.779000', '111512.782000', '111512.785000', '111512.787000', '111512.790000', '111512.792000', '111512.795000', '111512.798000', '111512.827000', '111512.830000', '111512.833000', '111512.835000', '111512.838000', '111512.841000', '111512.843000', '111512.846000', '111512.848000', '111512.851000', '111512.854000', '111512.856000', '111512.859000', '111512.862000', '111512.864000', '111512.867000', '111512.870000', '111512.874000', '111512.894000', '111512.897000', '111512.899000', '111512.902000', '111512.904000', '111512.907000', '111512.910000', '111512.912000', '111512.915000', '111512.918000', '111512.920000', '111512.923000', '111512.926000', '111512.929000', '111512.931000', '111532.778000', '111532.781000', '111532.784000', '111532.786000', '111532.789000', '111532.792000', '111532.794000', '111532.797000', '111532.800000', '111532.822000', '111532.824000', '111532.827000', '111532.830000', '111532.832000', '111532.835000', '111532.837000', '111532.840000', '111532.843000', '111532.845000', '111532.848000', '111532.851000', '111532.853000', '111532.856000', '111532.858000', '111532.861000', '111532.864000', '111532.866000', '111532.869000', '111532.872000', '111532.874000', '111532.877000', '111532.879000', '111532.882000', '111532.885000', '111532.887000', '111532.890000', '111532.892000', '111532.895000', '111532.898000', '111532.900000', '111532.903000', '111532.906000', '111532.908000', '111532.911000', '111552.774000', '111552.777000', '111552.779000', '111552.782000', '111552.784000', '111552.787000', '111552.790000', '111552.792000', '111552.795000', '111552.798000', '111552.800000', '111552.803000', '111552.805000', '111552.808000', '111552.811000', '111552.814000', '111552.816000', '111552.819000', '111552.821000', '111552.824000', '111552.827000', '111552.829000', '111552.832000', '111552.835000', '111552.837000', '111552.840000', '111552.842000', '111552.845000', '111552.848000', '111552.851000', '111552.854000', '111552.857000', '111552.859000', '111552.862000', '111552.864000', '111552.867000', '111552.870000', '111552.872000', '111552.875000', '111552.878000', '111552.880000', '111552.883000', '111552.885000', '111612.773000', '111612.776000', '111612.779000', '111612.782000', '111612.784000', '111612.787000', '111612.790000', '111612.792000', '111612.795000', '111612.797000', '111612.847000', '111612.849000', '111612.852000', '111612.855000', '111612.857000', '111612.860000', '111612.863000', '111612.865000', '111612.868000', '111612.870000', '111612.873000', '111612.876000', '111612.878000', '111612.881000', '111612.883000', '111612.886000', '111612.889000', '111612.891000', '111612.894000', '111612.897000', '111612.899000', '111612.902000', '111612.905000', '111612.907000', '111612.910000', '111612.913000', '111612.915000', '111612.918000', '111612.921000', '111612.923000', '111612.926000', '111612.928000', '111612.931000', '111612.934000', '111632.773000', '111632.775000', '111632.778000', '111632.781000', '111632.783000', '111632.786000', '111632.789000', '111632.791000', '111632.794000', '111632.797000', '111632.799000', '111632.850000', '111632.853000', '111632.855000', '111632.858000', '111632.861000', '111632.863000', '111632.866000', '111632.869000', '111632.871000', '111632.874000', '111632.877000', '111632.879000', '111632.882000', '111632.884000', '111632.887000', '111632.890000', '111632.892000', '111632.895000', '111632.898000', '111632.900000', '111632.903000', '111632.905000', '111632.908000', '111632.912000', '111632.915000', '111632.917000', '111632.920000', '111632.922000', '111632.925000', '111632.928000', '111632.930000', '111632.933000', '111652.772000', '111652.775000', '111652.778000', '111652.781000', '111652.783000', '111652.786000', '111652.789000', '111652.791000', '111652.794000', '111652.797000', '111652.799000', '111652.852000', '111652.855000', '111652.858000', '111652.860000', '111652.863000', '111652.865000', '111652.869000', '111652.871000', '111652.874000', '111652.876000', '111652.879000', '111652.882000', '111652.884000', '111652.887000', '111652.890000', '111652.892000', '111652.895000', '111652.897000', '111652.900000', '111652.903000', '111652.905000', '111652.908000', '111652.911000', '111652.913000', '111652.916000', '111652.918000', '111652.921000', '111652.924000', '111652.926000', '111652.929000', '111652.932000', '111652.934000', '111652.937000', '111712.773000', '111712.776000', '111712.779000', '111712.782000', '111712.784000', '111712.787000', '111712.789000', '111712.792000', '111712.795000', '111712.797000', '111712.851000', '111712.854000', '111712.857000', '111712.859000', '111712.862000', '111712.865000', '111712.867000', '111712.870000', '111712.873000', '111712.876000', '111712.878000', '111712.881000', '111712.884000', '111712.886000', '111712.889000', '111712.892000', '111712.894000', '111712.897000', '111712.899000', '111712.902000', '111712.905000', '111712.907000', '111712.910000', '111712.913000', '111712.915000', '111712.918000', '111712.920000', '111712.928000', '111712.930000', '111712.933000', '111712.936000', '111712.938000', '111712.941000', '111732.774000', '111732.776000', '111732.779000', '111732.782000', '111732.784000', '111732.787000', '111732.790000', '111732.792000', '111732.795000', '111732.798000', '111732.817000', '111732.819000', '111732.822000', '111732.824000', '111732.827000', '111732.830000', '111732.832000', '111732.835000', '111732.838000', '111732.840000', '111732.843000', '111732.845000', '111732.848000', '111732.851000', '111732.853000', '111732.856000', '111732.858000', '111732.861000', '111732.864000', '111732.866000', '111732.869000', '111732.871000', '111732.874000', '111732.877000', '111732.879000', '111732.882000', '111732.885000', '111732.887000', '111732.890000', '111732.893000', '111732.895000', '111732.898000', '111732.900000', '111732.903000', '111752.774000', '111752.777000', '111752.780000', '111752.782000', '111752.785000', '111752.788000', '111752.790000', '111752.793000', '111752.796000', '111752.798000', '111752.855000', '111752.858000', '111752.860000', '111752.863000', '111752.866000', '111752.868000', '111752.871000', '111752.874000', '111752.876000', '111752.879000', '111752.881000', '111752.884000', '111752.887000', '111752.889000', '111752.892000', '111752.895000', '111752.897000', '111752.900000', '111752.902000', '111752.905000', '111752.908000', '111752.910000', '111752.913000', '111752.915000', '111752.918000', '111752.921000', '111752.923000', '111752.926000', '111752.929000', '111752.931000', '111752.934000', '111752.936000', '111752.939000', '111812.773000', '111812.776000', '111812.779000', '111812.782000', '111812.784000', '111812.787000', '111812.790000', '111812.792000', '111812.795000', '111812.798000', '111812.823000', '111812.826000', '111812.828000', '111812.831000', '111812.834000', '111812.836000', '111812.839000', '111812.842000', '111812.844000', '111812.847000', '111812.849000', '111812.863000', '111812.865000', '111812.868000', '111812.871000', '111812.873000', '111812.876000', '111812.879000', '111812.881000', '111812.885000', '111812.888000', '111812.890000', '111812.893000', '111812.896000', '111812.898000', '111812.901000', '111812.904000', '111812.906000', '111812.909000', '111812.911000', '111812.914000', '111812.917000', '111812.919000', '111812.922000', '111832.773000', '111832.776000', '111832.779000', '111832.782000', '111832.784000', '111832.787000', '111832.790000', '111832.792000', '111832.795000', '111832.797000', '111832.844000', '111832.847000', '111832.849000', '111832.852000', '111832.854000', '111832.857000', '111832.859000', '111832.862000', '111832.865000', '111832.867000', '111832.870000', '111832.873000', '111832.875000', '111832.879000', '111832.882000', '111832.885000', '111832.887000', '111832.890000', '111832.892000', '111832.895000', '111832.898000', '111832.900000', '111832.903000', '111832.905000', '111832.908000', '111832.911000', '111832.913000', '111832.916000', '111832.919000', '111832.921000', '111832.924000', '111832.926000', '111832.929000', '111852.772000', '111852.775000', '111852.778000', '111852.781000', '111852.783000', '111852.786000', '111852.789000', '111852.791000', '111852.794000', '111852.797000', '111852.799000', '111852.851000', '111852.854000', '111852.856000', '111852.859000', '111852.861000', '111852.864000', '111852.867000', '111852.870000', '111852.872000', '111852.875000', '111852.877000', '111852.880000', '111852.883000', '111852.885000', '111852.888000', '111852.890000', '111852.893000', '111852.896000', '111852.898000', '111852.901000', '111852.904000', '111852.906000', '111852.917000', '111852.919000', '111852.922000', '111852.925000', '111852.927000', '111852.930000', '111852.933000', '111852.935000', '111852.938000', '111852.940000', '111852.943000', '111912.772000', '111912.775000', '111912.778000', '111912.780000', '111912.783000', '111912.786000', '111912.788000', '111912.791000', '111912.794000', '111912.796000', '111912.799000', '111912.852000', '111912.855000', '111912.857000', '111912.860000', '111912.862000', '111912.865000', '111912.868000', '111912.870000', '111912.873000', '111912.876000', '111912.878000', '111912.881000', '111912.883000', '111912.886000', '111912.889000', '111912.891000', '111912.894000', '111912.897000', '111912.899000', '111912.902000', '111912.904000', '111912.907000', '111912.910000', '111912.912000', '111912.915000', '111912.917000', '111912.920000', '111912.923000', '111912.926000', '111912.929000', '111912.931000', '111912.935000', '111932.773000', '111932.776000', '111932.779000', '111932.782000', '111932.784000', '111932.787000', '111932.789000', '111932.792000', '111932.795000', '111932.797000', '111932.856000', '111932.858000', '111932.861000', '111932.863000', '111932.866000', '111932.869000', '111932.871000', '111932.884000', '111932.886000', '111932.889000', '111932.892000', '111932.894000', '111932.897000', '111932.899000', '111932.902000', '111932.905000', '111932.907000', '111932.910000', '111932.913000', '111932.915000', '111932.918000', '111932.920000', '111932.923000', '111932.926000', '111932.928000', '111932.931000', '111932.934000', '111932.936000', '111932.939000', '111932.942000', '111932.944000', '111932.947000', '111932.949000', '111932.952000', '111952.774000', '111952.777000', '111952.779000', '111952.782000', '111952.785000', '111952.787000', '111952.790000', '111952.793000', '111952.795000', '111952.798000', '111952.865000', '111952.868000', '111952.870000', '111952.873000', '111952.875000', '111952.878000', '111952.881000', '111952.883000', '111952.886000', '111952.889000', '111952.891000', '111952.894000', '111952.897000', '111952.899000', '111952.902000', '111952.904000', '111952.907000', '111952.910000', '111952.912000', '111952.915000', '111952.917000', '111952.920000', '111952.923000', '111952.925000', '111952.928000', '111952.931000', '111952.933000', '111952.936000', '111952.938000', '111952.941000', '111952.944000', '111952.946000', '111952.949000', '112012.774000', '112012.777000', '112012.779000', '112012.782000', '112012.784000', '112012.787000', '112012.791000', '112012.793000', '112012.796000', '112012.799000', '112012.869000', '112012.871000', '112012.874000', '112012.876000', '112012.879000', '112012.882000', '112012.885000', '112012.887000', '112012.890000', '112012.892000', '112012.895000', '112012.898000', '112012.900000', '112012.903000', '112012.906000', '112012.908000', '112012.911000', '112012.914000', '112012.916000', '112012.919000', '112012.921000', '112012.924000', '112012.927000', '112012.929000', '112012.932000', '112012.934000', '112012.937000', '112012.940000', '112012.942000', '112012.945000', '112012.948000', '112012.950000', '112012.953000', '112032.774000', '112032.777000', '112032.779000', '112032.782000', '112032.785000', '112032.787000', '112032.790000', '112032.793000', '112032.795000', '112032.798000', '112032.814000', '112032.817000', '112032.819000', '112032.822000', '112032.824000', '112032.827000', '112032.830000', '112032.832000', '112032.835000', '112032.838000', '112032.840000', '112032.843000', '112032.845000', '112032.848000', '112032.851000', '112032.853000', '112032.856000', '112032.858000', '112032.861000', '112032.864000', '112032.866000', '112032.869000', '112032.872000', '112032.874000', '112032.877000', '112032.880000', '112032.882000', '112032.885000', '112032.887000', '112032.890000', '112032.893000', '112032.895000', '112032.898000', '112032.900000', '112052.774000', '112052.776000', '112052.779000', '112052.782000', '112052.785000', '112052.787000', '112052.790000', '112052.793000', '112052.795000', '112052.798000', '112052.870000', '112052.873000', '112052.876000', '112052.878000', '112052.893000', '112052.896000', '112052.899000', '112052.901000', '112052.904000', '112052.906000', '112052.909000', '112052.912000', '112052.914000', '112052.917000', '112052.920000', '112052.922000', '112052.925000', '112052.927000', '112052.930000', '112052.933000', '112052.935000', '112052.938000', '112052.941000', '112052.943000', '112052.946000', '112052.949000', '112052.951000', '112052.954000', '112052.956000', '112052.959000', '112052.962000', '112052.964000', '112052.967000', '112052.970000', '112112.772000', '112112.776000', '112112.778000', '112112.781000', '112112.783000', '112112.786000', '112112.789000', '112112.791000', '112112.794000', '112112.797000', '112112.799000', '112112.816000', '112112.819000', '112112.822000', '112112.824000', '112112.827000', '112112.829000', '112112.832000', '112112.835000', '112112.837000', '112112.840000', '112112.843000', '112112.845000', '112112.848000', '112112.850000', '112112.853000', '112112.856000', '112112.858000', '112112.861000', '112112.864000', '112112.866000', '112112.869000', '112112.872000', '112112.874000', '112112.877000', '112112.880000', '112112.882000', '112112.885000', '112112.887000', '112112.890000', '112112.893000', '112112.895000', '112112.898000', '112132.773000', '112132.775000', '112132.778000', '112132.780000', '112132.783000', '112132.786000', '112132.789000', '112132.791000', '112132.794000', '112132.797000', '112132.799000', '112132.859000', '112132.862000', '112132.865000', '112132.867000', '112132.870000', '112132.873000', '112132.875000', '112132.878000', '112132.881000', '112132.883000', '112132.886000', '112132.889000', '112132.891000', '112132.894000', '112132.896000', '112132.899000', '112132.902000', '112132.905000', '112132.907000', '112132.910000', '112132.912000', '112132.915000', '112132.918000', '112132.920000', '112132.923000', '112132.926000', '112132.928000', '112132.931000', '112132.933000', '112132.936000', '112132.939000', '112132.941000', '112152.773000', '112152.776000', '112152.779000', '112152.781000', '112152.784000', '112152.787000', '112152.789000', '112152.792000', '112152.795000', '112152.798000', '112152.861000', '112152.863000', '112152.866000', '112152.868000', '112152.871000', '112152.874000', '112152.876000', '112152.883000', '112152.885000', '112152.888000', '112152.890000', '112152.893000', '112152.896000', '112152.899000', '112152.901000', '112152.904000', '112152.907000', '112152.909000', '112152.912000', '112152.915000', '112152.917000', '112152.920000', '112152.922000', '112152.925000', '112152.928000', '112152.930000', '112152.933000', '112152.936000', '112152.938000', '112152.941000', '112152.943000', '112152.946000', '112152.949000', '112152.951000', '112204.996000', '112205.000000', '112205.003000', '112205.006000', '112205.008000', '112205.011000', '112205.014000', '112205.017000', '112205.020000', '112205.022000', '112205.027000', '112205.030000', '112205.033000', '112205.035000', '112205.038000', '112205.041000', '112205.044000', '112205.048000', '112205.055000', '112205.059000', '112205.062000', '112205.064000', '112205.068000', '112205.074000', '112205.076000', '112205.090000', '112205.093000'], 'InstanceCreationTime': ['111212.796000', '111212.800000', '111212.802000', '111212.805000', '111212.808000', '111212.810000', '111212.813000', '111212.816000', '111212.818000', '111212.821000', '111212.823000', '111212.826000', '111212.829000', '111212.831000', '111212.834000', '111212.836000', '111212.839000', '111212.841000', '111212.844000', '111212.847000', '111212.849000', '111212.852000', '111212.858000', '111212.861000', '111212.864000', '111212.866000', '111212.869000', '111212.871000', '111212.874000', '111212.877000', '111212.879000', '111212.882000', '111212.884000', '111212.887000', '111232.772000', '111232.775000', '111232.778000', '111232.780000', '111232.783000', '111232.786000', '111232.788000', '111232.792000', '111232.800000', '111232.802000', '111232.805000', '111232.807000', '111232.810000', '111232.813000', '111232.816000', '111232.818000', '111232.821000', '111232.823000', '111232.826000', '111232.828000', '111232.831000', '111232.834000', '111232.836000', '111232.839000', '111232.842000', '111232.844000', '111232.847000', '111232.850000', '111232.852000', '111232.855000', '111232.857000', '111232.860000', '111232.863000', '111232.865000', '111232.868000', '111232.871000', '111232.873000', '111232.876000', '111232.878000', '111232.881000', '111232.884000', '111232.886000', '111232.889000', '111232.891000', '111252.773000', '111252.776000', '111252.779000', '111252.781000', '111252.784000', '111252.787000', '111252.790000', '111252.792000', '111252.795000', '111252.797000', '111252.801000', '111252.803000', '111252.806000', '111252.808000', '111252.811000', '111252.814000', '111252.816000', '111252.841000', '111252.844000', '111252.847000', '111252.849000', '111252.852000', '111252.855000', '111252.857000', '111252.860000', '111252.862000', '111252.865000', '111252.867000', '111252.870000', '111252.873000', '111252.875000', '111252.878000', '111252.881000', '111252.883000', '111252.892000', '111252.895000', '111252.897000', '111252.900000', '111252.902000', '111252.905000', '111252.908000', '111252.910000', '111252.913000', '111312.773000', '111312.776000', '111312.779000', '111312.781000', '111312.784000', '111312.787000', '111312.789000', '111312.792000', '111312.795000', '111312.797000', '111312.800000', '111312.803000', '111312.806000', '111312.808000', '111312.811000', '111312.813000', '111312.816000', '111312.819000', '111312.821000', '111312.824000', '111312.827000', '111312.829000', '111312.832000', '111312.835000', '111312.837000', '111312.840000', '111312.842000', '111312.845000', '111312.848000', '111312.850000', '111312.853000', '111312.855000', '111312.858000', '111312.861000', '111312.863000', '111312.866000', '111312.868000', '111312.871000', '111312.874000', '111312.876000', '111312.879000', '111312.881000', '111312.884000', '111312.887000', '111332.773000', '111332.776000', '111332.779000', '111332.781000', '111332.784000', '111332.787000', '111332.789000', '111332.792000', '111332.794000', '111332.797000', '111332.800000', '111332.802000', '111332.805000', '111332.808000', '111332.810000', '111332.813000', '111332.815000', '111332.818000', '111332.821000', '111332.823000', '111332.826000', '111332.829000', '111332.831000', '111332.834000', '111332.836000', '111332.839000', '111332.842000', '111332.844000', '111332.847000', '111332.849000', '111332.852000', '111332.854000', '111332.864000', '111332.867000', '111332.869000', '111332.872000', '111332.874000', '111332.877000', '111332.880000', '111332.882000', '111332.885000', '111332.887000', '111332.890000', '111352.773000', '111352.776000', '111352.779000', '111352.781000', '111352.784000', '111352.787000', '111352.790000', '111352.792000', '111352.795000', '111352.798000', '111352.833000', '111352.835000', '111352.838000', '111352.841000', '111352.860000', '111352.862000', '111352.865000', '111352.868000', '111352.870000', '111352.873000', '111352.876000', '111352.878000', '111352.881000', '111352.884000', '111352.886000', '111352.889000', '111352.892000', '111352.894000', '111352.897000', '111352.900000', '111352.903000', '111352.905000', '111352.908000', '111352.910000', '111352.913000', '111352.916000', '111352.918000', '111352.921000', '111352.924000', '111352.926000', '111352.929000', '111352.931000', '111352.934000', '111412.773000', '111412.776000', '111412.778000', '111412.781000', '111412.783000', '111412.786000', '111412.789000', '111412.791000', '111412.794000', '111412.797000', '111412.799000', '111412.802000', '111412.804000', '111412.807000', '111412.810000', '111412.812000', '111412.815000', '111412.818000', '111412.820000', '111412.823000', '111412.825000', '111412.828000', '111412.831000', '111412.834000', '111412.836000', '111412.839000', '111412.841000', '111412.844000', '111412.847000', '111412.849000', '111412.852000', '111412.855000', '111412.857000', '111412.860000', '111412.862000', '111412.865000', '111412.868000', '111412.870000', '111412.873000', '111412.875000', '111412.878000', '111412.881000', '111412.883000', '111412.886000', '111432.772000', '111432.775000', '111432.778000', '111432.781000', '111432.783000', '111432.786000', '111432.788000', '111432.791000', '111432.794000', '111432.796000', '111432.799000', '111432.822000', '111432.825000', '111432.828000', '111432.830000', '111432.833000', '111432.836000', '111432.838000', '111432.841000', '111432.843000', '111432.846000', '111432.848000', '111432.851000', '111432.854000', '111432.856000', '111432.859000', '111432.861000', '111432.864000', '111432.867000', '111432.869000', '111432.872000', '111432.875000', '111432.877000', '111432.880000', '111432.882000', '111432.885000', '111432.887000', '111432.890000', '111432.893000', '111432.895000', '111432.898000', '111432.900000', '111432.903000', '111452.772000', '111452.775000', '111452.778000', '111452.780000', '111452.783000', '111452.786000', '111452.788000', '111452.791000', '111452.794000', '111452.796000', '111452.799000', '111452.802000', '111452.805000', '111452.807000', '111452.810000', '111452.812000', '111452.815000', '111452.818000', '111452.820000', '111452.823000', '111452.826000', '111452.828000', '111452.831000', '111452.833000', '111452.836000', '111452.839000', '111452.841000', '111452.845000', '111452.848000', '111452.850000', '111452.853000', '111452.855000', '111452.858000', '111452.861000', '111452.863000', '111452.866000', '111452.868000', '111452.871000', '111452.874000', '111452.876000', '111452.879000', '111452.881000', '111452.884000', '111452.887000', '111512.774000', '111512.776000', '111512.779000', '111512.782000', '111512.785000', '111512.787000', '111512.790000', '111512.792000', '111512.795000', '111512.798000', '111512.827000', '111512.830000', '111512.833000', '111512.835000', '111512.838000', '111512.841000', '111512.843000', '111512.846000', '111512.848000', '111512.851000', '111512.854000', '111512.856000', '111512.859000', '111512.862000', '111512.864000', '111512.867000', '111512.870000', '111512.874000', '111512.894000', '111512.897000', '111512.899000', '111512.902000', '111512.904000', '111512.907000', '111512.910000', '111512.912000', '111512.915000', '111512.918000', '111512.920000', '111512.923000', '111512.926000', '111512.929000', '111512.931000', '111532.778000', '111532.781000', '111532.784000', '111532.786000', '111532.789000', '111532.792000', '111532.794000', '111532.797000', '111532.800000', '111532.822000', '111532.824000', '111532.827000', '111532.830000', '111532.832000', '111532.835000', '111532.837000', '111532.840000', '111532.843000', '111532.845000', '111532.848000', '111532.851000', '111532.853000', '111532.856000', '111532.858000', '111532.861000', '111532.864000', '111532.866000', '111532.869000', '111532.872000', '111532.874000', '111532.877000', '111532.879000', '111532.882000', '111532.885000', '111532.887000', '111532.890000', '111532.892000', '111532.895000', '111532.898000', '111532.900000', '111532.903000', '111532.906000', '111532.908000', '111532.911000', '111552.774000', '111552.777000', '111552.779000', '111552.782000', '111552.784000', '111552.787000', '111552.790000', '111552.792000', '111552.795000', '111552.798000', '111552.800000', '111552.803000', '111552.805000', '111552.808000', '111552.811000', '111552.814000', '111552.816000', '111552.819000', '111552.821000', '111552.824000', '111552.827000', '111552.829000', '111552.832000', '111552.835000', '111552.837000', '111552.840000', '111552.842000', '111552.845000', '111552.848000', '111552.851000', '111552.854000', '111552.857000', '111552.859000', '111552.862000', '111552.864000', '111552.867000', '111552.870000', '111552.872000', '111552.875000', '111552.878000', '111552.880000', '111552.883000', '111552.885000', '111612.773000', '111612.776000', '111612.779000', '111612.782000', '111612.784000', '111612.787000', '111612.790000', '111612.792000', '111612.795000', '111612.797000', '111612.847000', '111612.849000', '111612.852000', '111612.855000', '111612.857000', '111612.860000', '111612.863000', '111612.865000', '111612.868000', '111612.870000', '111612.873000', '111612.876000', '111612.878000', '111612.881000', '111612.883000', '111612.886000', '111612.889000', '111612.891000', '111612.894000', '111612.897000', '111612.899000', '111612.902000', '111612.905000', '111612.907000', '111612.910000', '111612.913000', '111612.915000', '111612.918000', '111612.921000', '111612.923000', '111612.926000', '111612.928000', '111612.931000', '111612.934000', '111632.773000', '111632.775000', '111632.778000', '111632.781000', '111632.783000', '111632.786000', '111632.789000', '111632.791000', '111632.794000', '111632.797000', '111632.799000', '111632.850000', '111632.853000', '111632.855000', '111632.858000', '111632.861000', '111632.863000', '111632.866000', '111632.869000', '111632.871000', '111632.874000', '111632.877000', '111632.879000', '111632.882000', '111632.884000', '111632.887000', '111632.890000', '111632.892000', '111632.895000', '111632.898000', '111632.900000', '111632.903000', '111632.905000', '111632.908000', '111632.912000', '111632.915000', '111632.917000', '111632.920000', '111632.922000', '111632.925000', '111632.928000', '111632.930000', '111632.933000', '111652.772000', '111652.775000', '111652.778000', '111652.781000', '111652.783000', '111652.786000', '111652.789000', '111652.791000', '111652.794000', '111652.797000', '111652.799000', '111652.852000', '111652.855000', '111652.858000', '111652.860000', '111652.863000', '111652.865000', '111652.869000', '111652.871000', '111652.874000', '111652.876000', '111652.879000', '111652.882000', '111652.884000', '111652.887000', '111652.890000', '111652.892000', '111652.895000', '111652.897000', '111652.900000', '111652.903000', '111652.905000', '111652.908000', '111652.911000', '111652.913000', '111652.916000', '111652.918000', '111652.921000', '111652.924000', '111652.926000', '111652.929000', '111652.932000', '111652.934000', '111652.937000', '111712.773000', '111712.776000', '111712.779000', '111712.782000', '111712.784000', '111712.787000', '111712.789000', '111712.792000', '111712.795000', '111712.797000', '111712.851000', '111712.854000', '111712.857000', '111712.859000', '111712.862000', '111712.865000', '111712.867000', '111712.870000', '111712.873000', '111712.876000', '111712.878000', '111712.881000', '111712.884000', '111712.886000', '111712.889000', '111712.892000', '111712.894000', '111712.897000', '111712.899000', '111712.902000', '111712.905000', '111712.907000', '111712.910000', '111712.913000', '111712.915000', '111712.918000', '111712.920000', '111712.928000', '111712.930000', '111712.933000', '111712.936000', '111712.938000', '111712.941000', '111732.774000', '111732.776000', '111732.779000', '111732.782000', '111732.784000', '111732.787000', '111732.790000', '111732.792000', '111732.795000', '111732.798000', '111732.817000', '111732.819000', '111732.822000', '111732.824000', '111732.827000', '111732.830000', '111732.832000', '111732.835000', '111732.838000', '111732.840000', '111732.843000', '111732.845000', '111732.848000', '111732.851000', '111732.853000', '111732.856000', '111732.858000', '111732.861000', '111732.864000', '111732.866000', '111732.869000', '111732.871000', '111732.874000', '111732.877000', '111732.879000', '111732.882000', '111732.885000', '111732.887000', '111732.890000', '111732.893000', '111732.895000', '111732.898000', '111732.900000', '111732.903000', '111752.774000', '111752.777000', '111752.780000', '111752.782000', '111752.785000', '111752.788000', '111752.790000', '111752.793000', '111752.796000', '111752.798000', '111752.855000', '111752.858000', '111752.860000', '111752.863000', '111752.866000', '111752.868000', '111752.871000', '111752.874000', '111752.876000', '111752.879000', '111752.881000', '111752.884000', '111752.887000', '111752.889000', '111752.892000', '111752.895000', '111752.897000', '111752.900000', '111752.902000', '111752.905000', '111752.908000', '111752.910000', '111752.913000', '111752.915000', '111752.918000', '111752.921000', '111752.923000', '111752.926000', '111752.929000', '111752.931000', '111752.934000', '111752.936000', '111752.939000', '111812.773000', '111812.776000', '111812.779000', '111812.782000', '111812.784000', '111812.787000', '111812.790000', '111812.792000', '111812.795000', '111812.798000', '111812.823000', '111812.826000', '111812.828000', '111812.831000', '111812.834000', '111812.836000', '111812.839000', '111812.842000', '111812.844000', '111812.847000', '111812.849000', '111812.863000', '111812.865000', '111812.868000', '111812.871000', '111812.873000', '111812.876000', '111812.879000', '111812.881000', '111812.885000', '111812.888000', '111812.890000', '111812.893000', '111812.896000', '111812.898000', '111812.901000', '111812.904000', '111812.906000', '111812.909000', '111812.911000', '111812.914000', '111812.917000', '111812.919000', '111812.922000', '111832.773000', '111832.776000', '111832.779000', '111832.782000', '111832.784000', '111832.787000', '111832.790000', '111832.792000', '111832.795000', '111832.797000', '111832.844000', '111832.847000', '111832.849000', '111832.852000', '111832.854000', '111832.857000', '111832.859000', '111832.862000', '111832.865000', '111832.867000', '111832.870000', '111832.873000', '111832.875000', '111832.879000', '111832.882000', '111832.885000', '111832.887000', '111832.890000', '111832.892000', '111832.895000', '111832.898000', '111832.900000', '111832.903000', '111832.905000', '111832.908000', '111832.911000', '111832.913000', '111832.916000', '111832.919000', '111832.921000', '111832.924000', '111832.926000', '111832.929000', '111852.772000', '111852.775000', '111852.778000', '111852.781000', '111852.783000', '111852.786000', '111852.789000', '111852.791000', '111852.794000', '111852.797000', '111852.799000', '111852.851000', '111852.854000', '111852.856000', '111852.859000', '111852.861000', '111852.864000', '111852.867000', '111852.870000', '111852.872000', '111852.875000', '111852.877000', '111852.880000', '111852.883000', '111852.885000', '111852.888000', '111852.890000', '111852.893000', '111852.896000', '111852.898000', '111852.901000', '111852.904000', '111852.906000', '111852.917000', '111852.919000', '111852.922000', '111852.925000', '111852.927000', '111852.930000', '111852.933000', '111852.935000', '111852.938000', '111852.940000', '111852.943000', '111912.772000', '111912.775000', '111912.778000', '111912.780000', '111912.783000', '111912.786000', '111912.788000', '111912.791000', '111912.794000', '111912.796000', '111912.799000', '111912.852000', '111912.855000', '111912.857000', '111912.860000', '111912.862000', '111912.865000', '111912.868000', '111912.870000', '111912.873000', '111912.876000', '111912.878000', '111912.881000', '111912.883000', '111912.886000', '111912.889000', '111912.891000', '111912.894000', '111912.897000', '111912.899000', '111912.902000', '111912.904000', '111912.907000', '111912.910000', '111912.912000', '111912.915000', '111912.917000', '111912.920000', '111912.923000', '111912.926000', '111912.929000', '111912.931000', '111912.935000', '111932.773000', '111932.776000', '111932.779000', '111932.782000', '111932.784000', '111932.787000', '111932.789000', '111932.792000', '111932.795000', '111932.797000', '111932.856000', '111932.858000', '111932.861000', '111932.863000', '111932.866000', '111932.869000', '111932.871000', '111932.884000', '111932.886000', '111932.889000', '111932.892000', '111932.894000', '111932.897000', '111932.899000', '111932.902000', '111932.905000', '111932.907000', '111932.910000', '111932.913000', '111932.915000', '111932.918000', '111932.920000', '111932.923000', '111932.926000', '111932.928000', '111932.931000', '111932.934000', '111932.936000', '111932.939000', '111932.942000', '111932.944000', '111932.947000', '111932.949000', '111932.952000', '111952.774000', '111952.777000', '111952.779000', '111952.782000', '111952.785000', '111952.787000', '111952.790000', '111952.793000', '111952.795000', '111952.798000', '111952.865000', '111952.868000', '111952.870000', '111952.873000', '111952.875000', '111952.878000', '111952.881000', '111952.883000', '111952.886000', '111952.889000', '111952.891000', '111952.894000', '111952.897000', '111952.899000', '111952.902000', '111952.904000', '111952.907000', '111952.910000', '111952.912000', '111952.915000', '111952.917000', '111952.920000', '111952.923000', '111952.925000', '111952.928000', '111952.931000', '111952.933000', '111952.936000', '111952.938000', '111952.941000', '111952.944000', '111952.946000', '111952.949000', '112012.774000', '112012.777000', '112012.779000', '112012.782000', '112012.784000', '112012.787000', '112012.791000', '112012.793000', '112012.796000', '112012.799000', '112012.869000', '112012.871000', '112012.874000', '112012.876000', '112012.879000', '112012.882000', '112012.885000', '112012.887000', '112012.890000', '112012.892000', '112012.895000', '112012.898000', '112012.900000', '112012.903000', '112012.906000', '112012.908000', '112012.911000', '112012.914000', '112012.916000', '112012.919000', '112012.921000', '112012.924000', '112012.927000', '112012.929000', '112012.932000', '112012.934000', '112012.937000', '112012.940000', '112012.942000', '112012.945000', '112012.948000', '112012.950000', '112012.953000', '112032.774000', '112032.777000', '112032.779000', '112032.782000', '112032.785000', '112032.787000', '112032.790000', '112032.793000', '112032.795000', '112032.798000', '112032.814000', '112032.817000', '112032.819000', '112032.822000', '112032.824000', '112032.827000', '112032.830000', '112032.832000', '112032.835000', '112032.838000', '112032.840000', '112032.843000', '112032.845000', '112032.848000', '112032.851000', '112032.853000', '112032.856000', '112032.858000', '112032.861000', '112032.864000', '112032.866000', '112032.869000', '112032.872000', '112032.874000', '112032.877000', '112032.880000', '112032.882000', '112032.885000', '112032.887000', '112032.890000', '112032.893000', '112032.895000', '112032.898000', '112032.900000', '112052.774000', '112052.776000', '112052.779000', '112052.782000', '112052.785000', '112052.787000', '112052.790000', '112052.793000', '112052.795000', '112052.798000', '112052.870000', '112052.873000', '112052.876000', '112052.878000', '112052.893000', '112052.896000', '112052.899000', '112052.901000', '112052.904000', '112052.906000', '112052.909000', '112052.912000', '112052.914000', '112052.917000', '112052.920000', '112052.922000', '112052.925000', '112052.927000', '112052.930000', '112052.933000', '112052.935000', '112052.938000', '112052.941000', '112052.943000', '112052.946000', '112052.949000', '112052.951000', '112052.954000', '112052.956000', '112052.959000', '112052.962000', '112052.964000', '112052.967000', '112052.970000', '112112.772000', '112112.776000', '112112.778000', '112112.781000', '112112.783000', '112112.786000', '112112.789000', '112112.791000', '112112.794000', '112112.797000', '112112.799000', '112112.816000', '112112.819000', '112112.822000', '112112.824000', '112112.827000', '112112.829000', '112112.832000', '112112.835000', '112112.837000', '112112.840000', '112112.843000', '112112.845000', '112112.848000', '112112.850000', '112112.853000', '112112.856000', '112112.858000', '112112.861000', '112112.864000', '112112.866000', '112112.869000', '112112.872000', '112112.874000', '112112.877000', '112112.880000', '112112.882000', '112112.885000', '112112.887000', '112112.890000', '112112.893000', '112112.895000', '112112.898000', '112132.773000', '112132.775000', '112132.778000', '112132.780000', '112132.783000', '112132.786000', '112132.789000', '112132.791000', '112132.794000', '112132.797000', '112132.799000', '112132.859000', '112132.862000', '112132.865000', '112132.867000', '112132.870000', '112132.873000', '112132.875000', '112132.878000', '112132.881000', '112132.883000', '112132.886000', '112132.889000', '112132.891000', '112132.894000', '112132.896000', '112132.899000', '112132.902000', '112132.905000', '112132.907000', '112132.910000', '112132.912000', '112132.915000', '112132.918000', '112132.920000', '112132.923000', '112132.926000', '112132.928000', '112132.931000', '112132.933000', '112132.936000', '112132.939000', '112132.941000', '112152.773000', '112152.776000', '112152.779000', '112152.781000', '112152.784000', '112152.787000', '112152.789000', '112152.792000', '112152.795000', '112152.798000', '112152.861000', '112152.863000', '112152.866000', '112152.868000', '112152.871000', '112152.874000', '112152.876000', '112152.883000', '112152.885000', '112152.888000', '112152.890000', '112152.893000', '112152.896000', '112152.899000', '112152.901000', '112152.904000', '112152.907000', '112152.909000', '112152.912000', '112152.915000', '112152.917000', '112152.920000', '112152.922000', '112152.925000', '112152.928000', '112152.930000', '112152.933000', '112152.936000', '112152.938000', '112152.941000', '112152.943000', '112152.946000', '112152.949000', '112152.951000', '112204.996000', '112205.000000', '112205.003000', '112205.006000', '112205.008000', '112205.011000', '112205.014000', '112205.017000', '112205.020000', '112205.022000', '112205.027000', '112205.030000', '112205.033000', '112205.035000', '112205.038000', '112205.041000', '112205.044000', '112205.048000', '112205.055000', '112205.059000', '112205.062000', '112205.064000', '112205.068000', '112205.074000', '112205.076000', '112205.090000', '112205.093000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [11031, 15455, 9836, 15159, 9577, 13717, 10139, 15096, 9955, 14436, 8718, 11202, 12816, 8823, 12911, 8087, 13907, 10456, 13210, 10621, 12861, 10088, 13025, 15321, 10542, 13716, 8957, 14320, 10953, 14073, 9018, 14157, 8517, 14811, 11300, 14416, 8834, 15007, 9668, 14136, 10984, 10425, 11858, 7251, 12962, 8609, 14148, 9080, 13772, 9459, 13626, 10899, 14431, 9354, 13743, 9536, 13481, 10619, 14883, 9349, 13866, 9586, 13282, 11827, 13479, 9519, 12934, 10093, 13204, 8927, 12546, 8708, 12904, 9773, 13414, 8009, 13083, 7701, 13652, 9317, 14038, 10586, 14511, 9032, 13235, 9011, 13052, 10620, 15734, 8545, 13319, 8645, 12855, 9051, 14714, 8267, 12159, 7829, 12856, 9081, 12061, 7622, 11887, 7489, 12977, 8875, 13906, 8217, 13432, 8503, 13018, 9024, 13455, 9341, 12272, 10901, 12654, 8402, 13179, 7630, 12387, 7518, 14251, 9755, 13747, 8981, 14540, 9172, 13422, 12237, 15720, 9383, 14334, 9108, 13548, 12365, 15416, 9099, 13693, 8573, 12803, 10170, 14291, 9084, 13320, 8970, 12716, 10041, 13728, 8942, 13116, 9098, 12800, 8990, 12943, 9070, 12449, 9877, 13614, 8431, 13184, 8244, 12832, 8819, 13523, 9957, 13475, 9365, 7654, 10906, 8091, 9371, 13004, 9981, 13838, 10606, 12952, 15974, 12348, 17986, 10312, 14702, 9498, 12971, 9705, 12019, 7945, 11662, 7887, 11662, 10556, 9211, 11366, 7756, 13666, 7937, 14071, 9498, 13183, 8336, 13253, 8126, 12515, 9263, 12515, 8166, 13397, 9309, 13602, 11600, 12231, 10389, 10163, 12733, 12726, 13841, 10375, 10992, 8868, 12694, 9712, 15322, 10887, 15483, 8960, 12987, 8871, 12558, 8905, 12112, 7888, 14146, 8650, 13735, 10321, 11179, 11083, 8219, 13865, 9721, 14146, 8396, 13453, 8638, 12744, 8969, 12953, 8163, 12601, 7788, 13871, 10314, 13580, 9250, 13854, 12293, 11226, 16000, 11031, 15517, 8542, 13449, 8190, 12702, 8877, 12159, 7818, 13037, 8082, 13078, 10790, 10702, 9801, 8997, 14552, 9323, 14256, 10288, 13145, 8550, 11522, 7929, 11771, 8012, 13450, 8444, 12953, 8735, 12573, 7920, 12516, 7757, 11873, 8232, 12114, 7561, 12723, 8766, 11758, 15724, 12459, 15757, 8820, 12985, 9631, 12559, 15208, 11158, 18353, 8347, 14020, 8333, 11732, 7794, 13130, 8594, 11025, 9911, 11618, 12713, 8342, 12766, 8556, 14344, 10071, 13929, 8188, 12108, 8372, 11914, 8352, 11980, 7853, 11515, 7439, 13148, 8872, 12868, 8750, 12375, 9319, 10117, 14836, 10098, 14678, 8287, 13927, 8425, 12510, 9756, 12871, 8029, 11881, 8120, 11702, 9235, 11162, 7600, 13415, 8446, 12866, 11638, 10848, 9080, 10922, 8799, 13220, 10049, 13154, 9875, 12980, 9137, 7934, 8531, 7521, 12635, 9210, 13420, 10916, 15287, 11018, 15323, 11172, 13902, 10924, 16005, 11150, 12532, 9308, 12160, 9587, 10385, 7845, 9462, 10134, 9105, 13233, 10344, 12252, 8784, 13486, 9051, 14476, 10741, 13780, 8323, 13382, 8202, 11985, 9487, 12479, 8824, 12970, 8156, 12150, 8734, 12020, 9790, 11842, 8669, 11712, 7960, 12093, 9657, 11622, 8760, 13342, 8241, 12736, 8861, 12171, 7847, 12466, 9468, 12638, 13359, 9480, 14653, 8782, 14014, 10373, 12672, 10289, 13252, 8657, 12025, 9059, 11867, 9063, 11053, 7816, 12576, 7929, 12607, 8566, 12737, 8702, 12048, 9113, 9675, 13070, 9494, 12949, 8395, 14080, 9885, 13173, 10417, 13871, 8199, 12692, 8337, 12698, 9559, 10436, 8092, 9981, 10235, 8703, 12502, 9740, 10416, 8745, 9675, 9388, 11502, 10717, 10986, 10438, 8771, 10773, 9127, 12901, 10567, 12629, 9469, 12734, 10749, 12266, 14544, 10593, 12098, 9356, 14738, 9767, 16548, 13027, 16272, 9197, 15077, 8904, 14313, 10523, 15096, 8988, 13703, 9520, 12448, 10233, 13268, 8404, 12921, 8061, 12309, 10449, 8716, 10104, 7473, 11995, 7376, 12354, 9481, 12351, 9855, 13799, 9989, 12714, 14028, 12260, 15521, 9730, 14325, 8586, 14682, 9894, 15655, 8896, 14025, 8482, 12144, 10020, 13231, 8368, 11350, 7997, 11930, 9401, 12574, 7879, 11572, 7896, 11568, 9732, 15296, 8189, 14307, 8432, 14779, 11159, 17299, 9752, 16563, 9069, 13908, 10533, 15362, 9169, 13518, 8353, 11058, 7831, 11638, 8551, 10246, 7825, 12109, 7644, 12164, 8585, 10658, 7630, 10080, 9289, 11360, 14289, 10666, 14168, 7998, 13404, 8788, 13029, 11531, 16369, 8543, 12129, 8465, 13862, 11347, 16914, 8593, 13067, 8511, 12607, 9957, 12784, 9823, 11306, 9269, 10859, 14992, 10809, 16325, 7964, 12363, 8115, 11898, 9023, 12012, 7445, 11032, 7535, 12963, 9033, 12443, 7603, 10714, 10890, 10644, 14573, 9180, 13642, 8469, 12112, 8604, 12023, 8915, 12302, 8058, 12196, 7901, 13293, 9768, 14180, 9350, 13644, 10234, 12998, 11275, 13478, 12835, 16044, 9426, 10401, 9046, 7943, 13607, 9097, 14597, 9583, 12700, 8830, 12024, 8725, 14426, 11436, 13393, 9931, 10379, 9393, 10967, 8637, 9285, 9775, 9392, 10260, 10496, 9347, 10421, 7653, 10420, 7561, 11764, 9365, 11260, 9259, 9494, 14157, 9130, 14498, 11561, 14449, 9338, 11653, 8903, 11805, 8991, 12031, 8181, 11327, 7904, 11023, 7791, 11579, 7740, 10897, 7752, 11692, 7997, 11913, 7813, 12044, 8171, 9828, 11152, 10144, 11038, 8624, 10477, 8513, 13856, 10358, 14930, 9024, 13214, 8968, 11763, 8846, 12600, 9203, 11695, 11393, 8105, 14768, 10155, 13849, 8464, 11493, 8065, 11571, 8709, 11448, 7908, 11324, 7502, 13361, 10457, 13141, 9850, 11329, 14934, 8485, 13388, 10958, 13937, 8254, 11283, 8019, 11808, 9907, 12869, 10700, 12881, 12660, 9591, 16788, 11182, 15351, 9003, 11907, 7997, 10395, 7755, 10996, 7977, 10851, 7411, 10581, 7346, 12049, 9764, 12410, 8857, 12688, 8354, 11774, 11965, 11215, 13815, 8447, 15351, 8666, 13196, 10170, 14908, 8488, 11740, 8226, 11839, 9667, 9889, 8605, 8074, 11206, 8009, 13392, 10296, 15348, 8401, 11072, 7778, 9128, 11043, 9434, 10530, 7981, 10376, 7396, 12248, 8914, 12929, 8039, 11704, 7726, 12823, 10054, 15800, 9929, 10418, 7740, 11158, 7817, 12295, 7668, 10881, 7773, 11179, 7947, 12518, 8452, 12051, 8750, 12295, 9380, 14359, 10571, 12708, 14091, 10310, 8978, 8922, 7519, 11361, 7772, 12728, 8470, 13317, 8696, 13234, 9482, 13570, 10064, 12930, 11185, 12427, 12775, 12690, 14941, 11821, 15249, 11289, 14474, 9853, 13693, 9449, 12788, 9062, 10933, 10534, 7795, 9781, 7482, 12127, 8227, 13645, 8665, 7576, 7961, 7515, 11084, 7538, 13355, 8207, 13141, 8241, 12802, 9766, 13305, 10541, 8107, 12403, 8535, 13055, 9439, 12816, 8029, 13504, 8545, 12193, 10665, 12160, 11219, 8546, 10808, 7583, 13334, 9262, 14822, 9207, 13650, 10502, 13428, 15406, 10866, 16009, 9172, 8429, 11168, 9230, 13894, 11527, 10134, 14730, 10073, 15568, 10180, 15186, 10618, 15040, 12007, 16087, 9854, 14980, 9289, 12971, 9193, 10871, 8988, 7350, 8788, 7383, 12306, 8120, 11900, 7545, 11988, 7534, 12289, 8450, 12335, 8373, 12473, 8341, 12269, 9099, 14006, 8546, 13661, 8943, 12501, 9490, 12901, 8464, 12434, 8170, 14046, 9150, 13367, 8956, 9740, 11931, 8348, 12291, 9939, 11518, 7874, 11658, 7888, 12181, 9227, 10789, 7913, 11737, 8509, 15239, 9791, 13854, 8342, 13388, 8403, 12730, 10543, 14195, 8384, 12883, 8243, 13334, 9800, 13767, 9220, 13936, 8733, 13423, 9741, 12103, 8486, 11269, 9781, 11255, 11492, 11563, 12222, 9100, 13429, 8161, 14821, 10248, 14568, 8430, 13337, 8608, 12468, 9582, 13859, 8086, 11679, 7828, 11627, 7873, 11132, 7999, 12240, 7616, 13286, 11572, 11385, 16033, 8451, 13780, 8982, 12923, 9892, 12490, 8934, 11976, 8963, 10307, 13592, 10466, 12737, 7879, 13063, 7621, 12072, 7600, 11839, 7633, 13139, 7885, 13268, 8845, 13115, 8726, 13103, 10137, 10107, 16800, 11493, 14183, 7985, 11625, 7641, 11733, 9799, 15487, 8198, 8091, 8373, 7530, 12290, 9071, 12265, 8116, 11343, 7927, 12825, 9031, 13248, 11581, 11541, 12277, 9286, 15114, 11046, 16277, 9928, 15228, 8093, 12862, 8457, 13858, 8276, 12962, 8035, 12345, 8043, 12240, 8254, 11411, 7539, 12892, 8152, 12743, 9532, 11934, 8045, 11956, 10174, 12170, 14104, 10851, 15811, 8393, 13956, 8346, 12605, 8980, 13188, 7946, 11433, 7740, 12837, 9671, 12403, 8148, 11766, 8828, 12412, 11241, 11613, 10053, 9783, 13930, 8595, 15433, 10871, 16552, 8352, 13251, 8205, 11976, 8649, 12883, 7982, 12309, 8084, 13047, 9173, 13165, 10411, 11128, 8473, 9044, 8487, 11893, 9687, 12136, 7473, 10889, 7757, 12679, 8561, 12453, 9076, 11010, 12140, 9272, 16212, 11271, 15060, 9445, 12508, 8500, 12533, 9782, 12561, 9260, 10198, 9578, 8409, 12161, 10254, 13659, 8146, 14393, 9188, 12481, 9582, 14165, 8222, 12258, 7826, 10986, 7510, 11609, 8799, 11608, 7594, 10222, 7599, 12356, 9680, 12161, 9135, 11967, 8607, 10961, 13936, 9980, 13585, 8508, 14419, 7863, 13173, 10990, 14288, 8051, 12359, 7896, 12484, 8353, 12851, 8341, 13890, 9432, 7721, 8193, 8132, 10508, 10176, 7392, 13119, 10391, 13766, 13481, 13936, 12288, 9835, 17229, 9619, 14555, 9401, 13710, 9782, 13439, 10889, 10906, 9787, 8128, 11678, 8807, 10087, 7780, 10237, 7627, 10343, 8493, 11081, 7665, 13577, 7701, 13609, 8806, 12933, 8314, 12344, 7956, 13113, 9051, 11728, 7663, 12541, 7444, 12522, 10001, 11904, 10132, 9288, 12901, 7895, 14684, 9618, 13042, 8517, 13695, 9308, 12577, 13679, 11336, 14131, 8717, 12992, 7324], 'WindowCenter': [4597.0, 4609.0, 4544.0, 4574.0, 4528.0, 4559.0, 4535.0, 4570.0, 4530.0, 4576.0, 4507.0, 4544.0, 4548.0, 4519.0, 4557.0, 4507.0, 4563.0, 4536.0, 4562.0, 4536.0, 4555.0, 4527.0, 4560.0, 4575.0, 4524.0, 4556.0, 4516.0, 4566.0, 4535.0, 4557.0, 4513.0, 4564.0, 4512.0, 4567.0, 4542.0, 4558.0, 4518.0, 4566.0, 4524.0, 4553.0, 4536.0, 4539.0, 4544.0, 4490.0, 4561.0, 4529.0, 4584.0, 4532.0, 4579.0, 4540.0, 4574.0, 4561.0, 4572.0, 4517.0, 4566.0, 4518.0, 4553.0, 4529.0, 4561.0, 4512.0, 4545.0, 4501.0, 4548.0, 4534.0, 4553.0, 4514.0, 4541.0, 4523.0, 4566.0, 4513.0, 4543.0, 4504.0, 4547.0, 4535.0, 4571.0, 4501.0, 4564.0, 4501.0, 4556.0, 4517.0, 4559.0, 4549.0, 4562.0, 4519.0, 4552.0, 4503.0, 4547.0, 4532.0, 4552.0, 4497.0, 4533.0, 4490.0, 4532.0, 4512.0, 4539.0, 4495.0, 4518.0, 4492.0, 4535.0, 4504.0, 4530.0, 4501.0, 4528.0, 4481.0, 4545.0, 4501.0, 4551.0, 4493.0, 4544.0, 4489.0, 4548.0, 4499.0, 4540.0, 4505.0, 4542.0, 4520.0, 4556.0, 4497.0, 4544.0, 4486.0, 4550.0, 4495.0, 4568.0, 4532.0, 4558.0, 4520.0, 4568.0, 4515.0, 4560.0, 4558.0, 4568.0, 4513.0, 4545.0, 4507.0, 4540.0, 4555.0, 4554.0, 4493.0, 4546.0, 4494.0, 4551.0, 4529.0, 4557.0, 4505.0, 4549.0, 4506.0, 4544.0, 4516.0, 4551.0, 4511.0, 4542.0, 4501.0, 4531.0, 4501.0, 4534.0, 4505.0, 4530.0, 4516.0, 4542.0, 4501.0, 4529.0, 4490.0, 4542.0, 4501.0, 4547.0, 4517.0, 4545.0, 4502.0, 4493.0, 4526.0, 4504.0, 4513.0, 4571.0, 4526.0, 4559.0, 4525.0, 4546.0, 4573.0, 4534.0, 4565.0, 4515.0, 4545.0, 4489.0, 4533.0, 4488.0, 4517.0, 4491.0, 4509.0, 4472.0, 4516.0, 4515.0, 4502.0, 4524.0, 4490.0, 4540.0, 4493.0, 4561.0, 4526.0, 4557.0, 4510.0, 4548.0, 4498.0, 4545.0, 4513.0, 4546.0, 4503.0, 4543.0, 4503.0, 4560.0, 4526.0, 4533.0, 4516.0, 4499.0, 4536.0, 4548.0, 4542.0, 4512.0, 4521.0, 4498.0, 4529.0, 4503.0, 4553.0, 4526.0, 4550.0, 4492.0, 4530.0, 4493.0, 4533.0, 4489.0, 4516.0, 4479.0, 4537.0, 4500.0, 4543.0, 4509.0, 4521.0, 4522.0, 4492.0, 4552.0, 4511.0, 4552.0, 4503.0, 4546.0, 4496.0, 4529.0, 4504.0, 4531.0, 4493.0, 4531.0, 4492.0, 4549.0, 4517.0, 4547.0, 4514.0, 4542.0, 4519.0, 4508.0, 4535.0, 4510.0, 4548.0, 4488.0, 4528.0, 4478.0, 4532.0, 4490.0, 4534.0, 4481.0, 4541.0, 4491.0, 4548.0, 4532.0, 4511.0, 4509.0, 4489.0, 4540.0, 4500.0, 4555.0, 4511.0, 4544.0, 4487.0, 4523.0, 4481.0, 4528.0, 4479.0, 4540.0, 4480.0, 4545.0, 4490.0, 4548.0, 4481.0, 4545.0, 4481.0, 4530.0, 4491.0, 4549.0, 4483.0, 4548.0, 4496.0, 4544.0, 4576.0, 4549.0, 4554.0, 4501.0, 4530.0, 4501.0, 4531.0, 4555.0, 4515.0, 4559.0, 4477.0, 4538.0, 4479.0, 4519.0, 4468.0, 4526.0, 4476.0, 4512.0, 4496.0, 4531.0, 4526.0, 4477.0, 4526.0, 4499.0, 4537.0, 4498.0, 4542.0, 4500.0, 4518.0, 4489.0, 4517.0, 4479.0, 4523.0, 4478.0, 4514.0, 4457.0, 4528.0, 4498.0, 4529.0, 4477.0, 4529.0, 4484.0, 4499.0, 4549.0, 4511.0, 4536.0, 4482.0, 4536.0, 4483.0, 4527.0, 4513.0, 4530.0, 4479.0, 4520.0, 4487.0, 4516.0, 4500.0, 4518.0, 4491.0, 4538.0, 4489.0, 4527.0, 4519.0, 4522.0, 4489.0, 4505.0, 4476.0, 4530.0, 4498.0, 4547.0, 4530.0, 4566.0, 4528.0, 4516.0, 4543.0, 4544.0, 4568.0, 4528.0, 4567.0, 4551.0, 4576.0, 4537.0, 4563.0, 4526.0, 4545.0, 4537.0, 4566.0, 4518.0, 4528.0, 4485.0, 4530.0, 4497.0, 4512.0, 4481.0, 4501.0, 4507.0, 4486.0, 4528.0, 4520.0, 4525.0, 4488.0, 4538.0, 4490.0, 4548.0, 4532.0, 4541.0, 4493.0, 4539.0, 4490.0, 4518.0, 4510.0, 4548.0, 4513.0, 4542.0, 4492.0, 4533.0, 4504.0, 4532.0, 4524.0, 4533.0, 4503.0, 4532.0, 4495.0, 4532.0, 4513.0, 4535.0, 4509.0, 4550.0, 4490.0, 4543.0, 4502.0, 4542.0, 4494.0, 4544.0, 4519.0, 4545.0, 4571.0, 4518.0, 4564.0, 4503.0, 4553.0, 4521.0, 4544.0, 4527.0, 4543.0, 4505.0, 4530.0, 4502.0, 4534.0, 4504.0, 4520.0, 4493.0, 4529.0, 4484.0, 4530.0, 4486.0, 4543.0, 4490.0, 4542.0, 4499.0, 4513.0, 4540.0, 4526.0, 4540.0, 4496.0, 4553.0, 4513.0, 4545.0, 4523.0, 4550.0, 4490.0, 4544.0, 4490.0, 4538.0, 4511.0, 4525.0, 4491.0, 4512.0, 4505.0, 4493.0, 4536.0, 4516.0, 4518.0, 4509.0, 4511.0, 4513.0, 4533.0, 4537.0, 4535.0, 4523.0, 4502.0, 4532.0, 4516.0, 4545.0, 4527.0, 4535.0, 4510.0, 4530.0, 4508.0, 4530.0, 4549.0, 4509.0, 4529.0, 4500.0, 4553.0, 4500.0, 4561.0, 4541.0, 4553.0, 4496.0, 4542.0, 4493.0, 4536.0, 4508.0, 4538.0, 4488.0, 4529.0, 4495.0, 4518.0, 4524.0, 4533.0, 4494.0, 4530.0, 4480.0, 4532.0, 4528.0, 4500.0, 4523.0, 4483.0, 4533.0, 4483.0, 4542.0, 4525.0, 4545.0, 4513.0, 4540.0, 4510.0, 4541.0, 4540.0, 4532.0, 4550.0, 4493.0, 4546.0, 4478.0, 4540.0, 4521.0, 4549.0, 4490.0, 4543.0, 4490.0, 4519.0, 4513.0, 4529.0, 4491.0, 4507.0, 4491.0, 4530.0, 4513.0, 4533.0, 4492.0, 4519.0, 4492.0, 4530.0, 4526.0, 4563.0, 4494.0, 4554.0, 4490.0, 4552.0, 4533.0, 4559.0, 4500.0, 4553.0, 4488.0, 4531.0, 4510.0, 4552.0, 4491.0, 4515.0, 4488.0, 4497.0, 4455.0, 4505.0, 4477.0, 4495.0, 4477.0, 4516.0, 4472.0, 4529.0, 4493.0, 4509.0, 4480.0, 4513.0, 4488.0, 4526.0, 4550.0, 4528.0, 4540.0, 4485.0, 4544.0, 4491.0, 4544.0, 4525.0, 4563.0, 4493.0, 4533.0, 4495.0, 4540.0, 4528.0, 4559.0, 4491.0, 4527.0, 4478.0, 4519.0, 4501.0, 4518.0, 4496.0, 4510.0, 4485.0, 4508.0, 4540.0, 4512.0, 4541.0, 4466.0, 4520.0, 4466.0, 4506.0, 4490.0, 4520.0, 4457.0, 4506.0, 4480.0, 4540.0, 4501.0, 4535.0, 4480.0, 4510.0, 4527.0, 4522.0, 4556.0, 4502.0, 4541.0, 4492.0, 4533.0, 4491.0, 4532.0, 4505.0, 4532.0, 4492.0, 4530.0, 4495.0, 4545.0, 4517.0, 4543.0, 4505.0, 4531.0, 4513.0, 4544.0, 4524.0, 4562.0, 4540.0, 4554.0, 4503.0, 4526.0, 4505.0, 4493.0, 4543.0, 4508.0, 4544.0, 4507.0, 4534.0, 4492.0, 4521.0, 4485.0, 4543.0, 4510.0, 4534.0, 4488.0, 4503.0, 4486.0, 4501.0, 4482.0, 4486.0, 4489.0, 4497.0, 4498.0, 4512.0, 4500.0, 4513.0, 4483.0, 4514.0, 4480.0, 4531.0, 4502.0, 4523.0, 4503.0, 4513.0, 4541.0, 4489.0, 4537.0, 4523.0, 4543.0, 4489.0, 4510.0, 4489.0, 4518.0, 4495.0, 4521.0, 4482.0, 4524.0, 4485.0, 4514.0, 4493.0, 4535.0, 4484.0, 4521.0, 4485.0, 4544.0, 4492.0, 4549.0, 4483.0, 4532.0, 4498.0, 4511.0, 4522.0, 4528.0, 4521.0, 4508.0, 4522.0, 4503.0, 4558.0, 4527.0, 4566.0, 4504.0, 4544.0, 4507.0, 4533.0, 4506.0, 4548.0, 4501.0, 4537.0, 4532.0, 4479.0, 4556.0, 4513.0, 4541.0, 4501.0, 4524.0, 4486.0, 4524.0, 4521.0, 4539.0, 4497.0, 4534.0, 4485.0, 4557.0, 4542.0, 4561.0, 4516.0, 4536.0, 4556.0, 4504.0, 4546.0, 4529.0, 4540.0, 4486.0, 4521.0, 4483.0, 4533.0, 4514.0, 4545.0, 4511.0, 4531.0, 4529.0, 4504.0, 4553.0, 4509.0, 4543.0, 4479.0, 4509.0, 4471.0, 4495.0, 4472.0, 4514.0, 4481.0, 4510.0, 4471.0, 4515.0, 4483.0, 4532.0, 4515.0, 4547.0, 4501.0, 4546.0, 4492.0, 4524.0, 4525.0, 4537.0, 4551.0, 4491.0, 4553.0, 4497.0, 4531.0, 4511.0, 4543.0, 4489.0, 4520.0, 4479.0, 4524.0, 4499.0, 4503.0, 4489.0, 4479.0, 4507.0, 4480.0, 4530.0, 4537.0, 4554.0, 4494.0, 4523.0, 4483.0, 4502.0, 4534.0, 4516.0, 4521.0, 4480.0, 4516.0, 4472.0, 4532.0, 4503.0, 4548.0, 4483.0, 4532.0, 4487.0, 4528.0, 4516.0, 4553.0, 4510.0, 4497.0, 4473.0, 4512.0, 4473.0, 4521.0, 4469.0, 4502.0, 4468.0, 4509.0, 4467.0, 4535.0, 4482.0, 4519.0, 4489.0, 4527.0, 4489.0, 4562.0, 4513.0, 4544.0, 4546.0, 4536.0, 4504.0, 4507.0, 4500.0, 4550.0, 4499.0, 4545.0, 4491.0, 4540.0, 4492.0, 4535.0, 4505.0, 4541.0, 4498.0, 4521.0, 4495.0, 4505.0, 4507.0, 4507.0, 4513.0, 4495.0, 4514.0, 4480.0, 4503.0, 4471.0, 4499.0, 4458.0, 4503.0, 4460.0, 4481.0, 4485.0, 4452.0, 4485.0, 4445.0, 4515.0, 4488.0, 4541.0, 4495.0, 4467.0, 4480.0, 4471.0, 4525.0, 4486.0, 4557.0, 4503.0, 4543.0, 4497.0, 4545.0, 4525.0, 4554.0, 4528.0, 4496.0, 4534.0, 4503.0, 4546.0, 4516.0, 4560.0, 4495.0, 4548.0, 4507.0, 4547.0, 4541.0, 4561.0, 4535.0, 4504.0, 4536.0, 4497.0, 4559.0, 4515.0, 4568.0, 4515.0, 4556.0, 4543.0, 4580.0, 4593.0, 4550.0, 4591.0, 4542.0, 4518.0, 4547.0, 4530.0, 4565.0, 4546.0, 4524.0, 4566.0, 4513.0, 4561.0, 4511.0, 4549.0, 4509.0, 4550.0, 4517.0, 4538.0, 4499.0, 4534.0, 4486.0, 4526.0, 4498.0, 4510.0, 4494.0, 4467.0, 4488.0, 4466.0, 4545.0, 4504.0, 4531.0, 4494.0, 4532.0, 4498.0, 4544.0, 4509.0, 4543.0, 4504.0, 4545.0, 4503.0, 4546.0, 4520.0, 4568.0, 4516.0, 4555.0, 4504.0, 4545.0, 4513.0, 4546.0, 4493.0, 4533.0, 4494.0, 4556.0, 4512.0, 4547.0, 4501.0, 4502.0, 4521.0, 4492.0, 4543.0, 4535.0, 4532.0, 4497.0, 4531.0, 4493.0, 4544.0, 4529.0, 4536.0, 4510.0, 4546.0, 4534.0, 4579.0, 4541.0, 4568.0, 4506.0, 4556.0, 4520.0, 4558.0, 4551.0, 4568.0, 4506.0, 4543.0, 4507.0, 4556.0, 4526.0, 4556.0, 4507.0, 4545.0, 4491.0, 4554.0, 4512.0, 4548.0, 4493.0, 4522.0, 4514.0, 4534.0, 4544.0, 4537.0, 4544.0, 4509.0, 4545.0, 4496.0, 4565.0, 4526.0, 4550.0, 4494.0, 4541.0, 4504.0, 4544.0, 4526.0, 4545.0, 4480.0, 4518.0, 4492.0, 4533.0, 4497.0, 4533.0, 4498.0, 4546.0, 4484.0, 4559.0, 4546.0, 4549.0, 4564.0, 4494.0, 4544.0, 4492.0, 4533.0, 4503.0, 4532.0, 4492.0, 4525.0, 4489.0, 4511.0, 4540.0, 4521.0, 4529.0, 4490.0, 4529.0, 4485.0, 4529.0, 4484.0, 4533.0, 4495.0, 4547.0, 4494.0, 4556.0, 4519.0, 4545.0, 4503.0, 4543.0, 4511.0, 4516.0, 4567.0, 4534.0, 4541.0, 4483.0, 4534.0, 4481.0, 4532.0, 4532.0, 4569.0, 4509.0, 4498.0, 4494.0, 4483.0, 4533.0, 4507.0, 4548.0, 4497.0, 4537.0, 4495.0, 4551.0, 4504.0, 4545.0, 4525.0, 4521.0, 4523.0, 4491.0, 4542.0, 4510.0, 4549.0, 4502.0, 4540.0, 4471.0, 4514.0, 4480.0, 4533.0, 4484.0, 4532.0, 4477.0, 4532.0, 4481.0, 4532.0, 4495.0, 4525.0, 4482.0, 4534.0, 4483.0, 4545.0, 4519.0, 4537.0, 4495.0, 4533.0, 4522.0, 4533.0, 4545.0, 4541.0, 4567.0, 4497.0, 4543.0, 4492.0, 4533.0, 4504.0, 4547.0, 4487.0, 4525.0, 4471.0, 4547.0, 4514.0, 4545.0, 4487.0, 4534.0, 4504.0, 4560.0, 4533.0, 4549.0, 4517.0, 4517.0, 4543.0, 4494.0, 4554.0, 4529.0, 4565.0, 4493.0, 4544.0, 4492.0, 4534.0, 4493.0, 4549.0, 4490.0, 4521.0, 4484.0, 4531.0, 4494.0, 4533.0, 4515.0, 4509.0, 4484.0, 4490.0, 4494.0, 4520.0, 4513.0, 4547.0, 4474.0, 4526.0, 4486.0, 4547.0, 4494.0, 4549.0, 4508.0, 4524.0, 4537.0, 4507.0, 4566.0, 4528.0, 4556.0, 4505.0, 4523.0, 4484.0, 4524.0, 4501.0, 4536.0, 4493.0, 4499.0, 4499.0, 4480.0, 4529.0, 4517.0, 4551.0, 4485.0, 4542.0, 4501.0, 4535.0, 4502.0, 4546.0, 4485.0, 4523.0, 4474.0, 4498.0, 4474.0, 4525.0, 4497.0, 4534.0, 4482.0, 4511.0, 4472.0, 4535.0, 4517.0, 4545.0, 4512.0, 4532.0, 4495.0, 4512.0, 4540.0, 4516.0, 4541.0, 4491.0, 4546.0, 4480.0, 4532.0, 4533.0, 4544.0, 4480.0, 4521.0, 4473.0, 4519.0, 4483.0, 4532.0, 4519.0, 4569.0, 4530.0, 4520.0, 4522.0, 4523.0, 4551.0, 4540.0, 4502.0, 4562.0, 4531.0, 4556.0, 4549.0, 4558.0, 4538.0, 4516.0, 4577.0, 4503.0, 4544.0, 4505.0, 4533.0, 4514.0, 4535.0, 4511.0, 4509.0, 4490.0, 4465.0, 4520.0, 4495.0, 4502.0, 4480.0, 4497.0, 4473.0, 4514.0, 4503.0, 4522.0, 4487.0, 4556.0, 4484.0, 4554.0, 4505.0, 4547.0, 4498.0, 4547.0, 4494.0, 4543.0, 4504.0, 4535.0, 4488.0, 4545.0, 4484.0, 4549.0, 4525.0, 4548.0, 4526.0, 4518.0, 4541.0, 4494.0, 4568.0, 4516.0, 4559.0, 4494.0, 4547.0, 4504.0, 4544.0, 4544.0, 4526.0, 4558.0, 4493.0, 4545.0, 4477.0], 'WindowWidth': [10099.0, 10095.0, 9993.0, 10028.0, 9960.0, 10002.0, 9971.0, 10016.0, 9959.0, 10023.0, 9925.0, 9977.0, 9980.0, 9944.0, 10000.0, 9933.0, 10006.0, 9964.0, 10010.0, 9969.0, 9990.0, 9953.0, 9998.0, 10021.0, 9947.0, 9989.0, 9942.0, 10011.0, 9963.0, 9990.0, 9931.0, 10006.0, 9935.0, 10009.0, 9979.0, 9994.0, 9941.0, 10004.0, 9952.0, 9985.0, 9966.0, 9970.0, 9973.0, 9904.0, 10002.0, 9969.0, 10041.0, 9967.0, 10034.0, 9983.0, 10028.0, 10017.0, 10023.0, 9941.0, 10014.0, 9942.0, 9996.0, 9958.0, 10002.0, 9932.0, 9971.0, 9909.0, 9981.0, 9956.0, 9989.0, 9931.0, 9964.0, 9949.0, 10011.0, 9934.0, 9971.0, 9920.0, 9979.0, 9969.0, 10022.0, 9921.0, 10010.0, 9925.0, 9992.0, 9944.0, 10002.0, 9992.0, 10006.0, 9944.0, 9989.0, 9916.0, 9978.0, 9963.0, 9983.0, 9909.0, 9953.0, 9894.0, 9954.0, 9932.0, 9960.0, 9905.0, 9927.0, 9904.0, 9960.0, 9917.0, 9947.0, 9920.0, 9944.0, 9885.0, 9975.0, 9915.0, 9984.0, 9900.0, 9970.0, 9893.0, 9980.0, 9906.0, 9963.0, 9919.0, 9971.0, 9935.0, 9993.0, 9909.0, 9971.0, 9894.0, 9984.0, 9913.0, 10012.0, 9965.0, 9998.0, 9949.0, 10012.0, 9939.0, 10005.0, 10003.0, 10011.0, 9935.0, 9973.0, 9924.0, 9964.0, 9995.0, 9983.0, 9899.0, 9972.0, 9904.0, 9985.0, 9955.0, 9990.0, 9918.0, 9979.0, 9922.0, 9971.0, 9934.0, 9983.0, 9927.0, 9966.0, 9912.0, 9952.0, 9911.0, 9956.0, 9919.0, 9950.0, 9935.0, 9965.0, 9916.0, 9944.0, 9897.0, 9971.0, 9914.0, 9975.0, 9936.0, 9971.0, 9910.0, 9908.0, 9946.0, 9924.0, 9930.0, 10018.0, 9950.0, 9997.0, 9945.0, 9977.0, 10015.0, 9957.0, 10000.0, 9927.0, 9972.0, 9887.0, 9952.0, 9884.0, 9926.0, 9896.0, 9911.0, 9866.0, 9922.0, 9929.0, 9909.0, 9939.0, 9898.0, 9961.0, 9902.0, 9999.0, 9953.0, 9994.0, 9932.0, 9979.0, 9915.0, 9978.0, 9931.0, 9977.0, 9918.0, 9968.0, 9915.0, 9999.0, 9947.0, 9954.0, 9930.0, 9904.0, 9957.0, 9981.0, 9965.0, 9923.0, 9934.0, 9907.0, 9943.0, 9912.0, 9988.0, 9946.0, 9978.0, 9895.0, 9947.0, 9898.0, 9955.0, 9890.0, 9923.0, 9876.0, 9950.0, 9909.0, 9965.0, 9917.0, 9935.0, 9936.0, 9901.0, 9985.0, 9923.0, 9985.0, 9918.0, 9971.0, 9904.0, 9945.0, 9918.0, 9950.0, 9903.0, 9951.0, 9904.0, 9979.0, 9935.0, 9977.0, 9933.0, 9964.0, 9929.0, 9913.0, 9952.0, 9917.0, 9969.0, 9889.0, 9940.0, 9875.0, 9953.0, 9893.0, 9952.0, 9884.0, 9962.0, 9898.0, 9980.0, 9958.0, 9924.0, 9920.0, 9892.0, 9960.0, 9908.0, 9993.0, 9923.0, 9972.0, 9889.0, 9938.0, 9882.0, 9945.0, 9877.0, 9959.0, 9878.0, 9971.0, 9894.0, 9980.0, 9884.0, 9971.0, 9883.0, 9949.0, 9898.0, 9987.0, 9891.0, 9980.0, 9909.0, 9974.0, 10026.0, 9985.0, 9990.0, 9911.0, 9949.0, 9907.0, 9950.0, 9983.0, 9928.0, 9986.0, 9870.0, 9957.0, 9876.0, 9933.0, 9861.0, 9937.0, 9868.0, 9920.0, 9897.0, 9954.0, 9934.0, 9871.0, 9935.0, 9907.0, 9955.0, 9903.0, 9964.0, 9912.0, 9928.0, 9894.0, 9926.0, 9879.0, 9940.0, 9873.0, 9924.0, 9844.0, 9940.0, 9905.0, 9947.0, 9871.0, 9941.0, 9877.0, 9902.0, 9974.0, 9921.0, 9947.0, 9882.0, 9952.0, 9883.0, 9941.0, 9931.0, 9946.0, 9879.0, 9932.0, 9895.0, 9928.0, 9907.0, 9930.0, 9900.0, 9956.0, 9890.0, 9942.0, 9931.0, 9943.0, 9890.0, 9907.0, 9868.0, 9946.0, 9902.0, 9979.0, 9961.0, 10015.0, 9965.0, 9950.0, 9992.0, 10002.0, 10019.0, 9964.0, 10017.0, 9997.0, 10025.0, 9970.0, 10009.0, 9950.0, 9980.0, 9969.0, 10006.0, 9928.0, 9943.0, 9881.0, 9948.0, 9902.0, 9925.0, 9882.0, 9906.0, 9916.0, 9884.0, 9943.0, 9939.0, 9936.0, 9891.0, 9958.0, 9892.0, 9977.0, 9955.0, 9962.0, 9900.0, 9961.0, 9893.0, 9929.0, 9922.0, 9981.0, 9935.0, 9968.0, 9902.0, 9954.0, 9920.0, 9957.0, 9951.0, 9961.0, 9917.0, 9957.0, 9908.0, 9957.0, 9932.0, 9962.0, 9931.0, 9977.0, 9897.0, 9973.0, 9915.0, 9970.0, 9908.0, 9975.0, 9939.0, 9975.0, 10019.0, 9942.0, 10001.0, 9916.0, 9988.0, 9939.0, 9976.0, 9953.0, 9973.0, 9923.0, 9950.0, 9914.0, 9962.0, 9920.0, 9936.0, 9906.0, 9947.0, 9888.0, 9949.0, 9888.0, 9973.0, 9897.0, 9969.0, 9908.0, 9931.0, 9964.0, 9956.0, 9965.0, 9909.0, 9987.0, 9931.0, 9979.0, 9948.0, 9980.0, 9897.0, 9972.0, 9896.0, 9963.0, 9924.0, 9945.0, 9898.0, 9925.0, 9911.0, 9901.0, 9960.0, 9938.0, 9935.0, 9931.0, 9926.0, 9930.0, 9957.0, 9970.0, 9963.0, 9945.0, 9917.0, 9956.0, 9938.0, 9978.0, 9952.0, 9961.0, 9922.0, 9948.0, 9917.0, 9949.0, 9975.0, 9920.0, 9947.0, 9909.0, 9980.0, 9907.0, 9996.0, 9963.0, 9980.0, 9898.0, 9964.0, 9898.0, 9955.0, 9917.0, 9955.0, 9888.0, 9945.0, 9898.0, 9931.0, 9949.0, 9954.0, 9903.0, 9946.0, 9881.0, 9951.0, 9955.0, 9913.0, 9942.0, 9893.0, 9956.0, 9889.0, 9968.0, 9952.0, 9979.0, 9926.0, 9962.0, 9924.0, 9966.0, 9959.0, 9954.0, 9972.0, 9895.0, 9970.0, 9872.0, 9962.0, 9942.0, 9973.0, 9891.0, 9966.0, 9891.0, 9932.0, 9930.0, 9945.0, 9897.0, 9914.0, 9900.0, 9948.0, 9932.0, 9954.0, 9900.0, 9933.0, 9901.0, 9950.0, 9955.0, 10002.0, 9905.0, 9982.0, 9894.0, 9981.0, 9956.0, 9989.0, 9906.0, 9981.0, 9886.0, 9950.0, 9917.0, 9981.0, 9890.0, 9917.0, 9889.0, 9896.0, 9837.0, 9905.0, 9868.0, 9891.0, 9874.0, 9921.0, 9866.0, 9944.0, 9898.0, 9916.0, 9879.0, 9923.0, 9887.0, 9945.0, 9977.0, 9955.0, 9961.0, 9889.0, 9972.0, 9896.0, 9973.0, 9945.0, 9993.0, 9898.0, 9951.0, 9905.0, 9961.0, 9951.0, 9986.0, 9893.0, 9939.0, 9875.0, 9930.0, 9907.0, 9927.0, 9893.0, 9913.0, 9877.0, 9913.0, 9958.0, 9921.0, 9957.0, 9854.0, 9927.0, 9855.0, 9907.0, 9893.0, 9928.0, 9845.0, 9909.0, 9880.0, 9959.0, 9909.0, 9955.0, 9883.0, 9919.0, 9948.0, 9939.0, 9991.0, 9912.0, 9963.0, 9897.0, 9954.0, 9897.0, 9954.0, 9920.0, 9952.0, 9900.0, 9948.0, 9906.0, 9975.0, 9938.0, 9971.0, 9917.0, 9949.0, 9926.0, 9974.0, 9946.0, 10012.0, 9970.0, 9988.0, 9915.0, 9948.0, 9919.0, 9900.0, 9970.0, 9924.0, 9974.0, 9921.0, 9957.0, 9895.0, 9932.0, 9887.0, 9966.0, 9914.0, 9952.0, 9883.0, 9907.0, 9878.0, 9902.0, 9880.0, 9880.0, 9884.0, 9899.0, 9898.0, 9919.0, 9905.0, 9923.0, 9886.0, 9927.0, 9880.0, 9950.0, 9913.0, 9942.0, 9911.0, 9930.0, 9959.0, 9888.0, 9958.0, 9941.0, 9966.0, 9887.0, 9916.0, 9888.0, 9927.0, 9903.0, 9935.0, 9884.0, 9938.0, 9891.0, 9927.0, 9908.0, 9962.0, 9891.0, 9936.0, 9893.0, 9973.0, 9901.0, 9985.0, 9888.0, 9952.0, 9911.0, 9924.0, 9939.0, 9952.0, 9937.0, 9926.0, 9940.0, 9916.0, 9996.0, 9952.0, 10006.0, 9917.0, 9974.0, 9923.0, 9956.0, 9923.0, 9981.0, 9911.0, 9962.0, 9950.0, 9879.0, 9993.0, 9930.0, 9963.0, 9913.0, 9939.0, 9893.0, 9942.0, 9950.0, 9970.0, 9914.0, 9960.0, 9897.0, 9996.0, 9978.0, 10003.0, 9936.0, 9964.0, 9989.0, 9916.0, 9979.0, 9956.0, 9963.0, 9891.0, 9935.0, 9888.0, 9956.0, 9932.0, 9977.0, 9923.0, 9948.0, 9942.0, 9911.0, 9984.0, 9917.0, 9967.0, 9873.0, 9912.0, 9862.0, 9892.0, 9866.0, 9928.0, 9883.0, 9917.0, 9870.0, 9929.0, 9890.0, 9950.0, 9929.0, 9982.0, 9910.0, 9974.0, 9897.0, 9939.0, 9944.0, 9966.0, 9980.0, 9895.0, 9982.0, 9903.0, 9952.0, 9923.0, 9966.0, 9889.0, 9932.0, 9874.0, 9938.0, 9901.0, 9912.0, 9889.0, 9876.0, 9909.0, 9878.0, 9947.0, 9972.0, 9981.0, 9899.0, 9941.0, 9888.0, 9912.0, 9958.0, 9938.0, 9938.0, 9881.0, 9933.0, 9873.0, 9955.0, 9917.0, 9981.0, 9889.0, 9952.0, 9896.0, 9946.0, 9933.0, 9980.0, 9922.0, 9896.0, 9866.0, 9922.0, 9872.0, 9933.0, 9861.0, 9905.0, 9860.0, 9916.0, 9859.0, 9957.0, 9881.0, 9927.0, 9892.0, 9941.0, 9888.0, 10000.0, 9927.0, 9970.0, 9974.0, 9967.0, 9915.0, 9922.0, 9921.0, 9986.0, 9915.0, 9970.0, 9895.0, 9961.0, 9897.0, 9957.0, 9915.0, 9962.0, 9899.0, 9930.0, 9888.0, 9902.0, 9903.0, 9907.0, 9908.0, 9884.0, 9908.0, 9860.0, 9891.0, 9846.0, 9884.0, 9827.0, 9890.0, 9834.0, 9863.0, 9873.0, 9826.0, 9873.0, 9821.0, 9916.0, 9893.0, 9960.0, 9901.0, 9859.0, 9877.0, 9869.0, 9946.0, 9897.0, 9994.0, 9922.0, 9968.0, 9912.0, 9979.0, 9949.0, 9985.0, 9953.0, 9908.0, 9956.0, 9916.0, 9977.0, 9939.0, 10003.0, 9908.0, 9980.0, 9926.0, 9985.0, 9977.0, 10006.0, 9964.0, 9918.0, 9965.0, 9915.0, 10001.0, 9936.0, 10011.0, 9934.0, 9993.0, 9981.0, 10036.0, 10058.0, 9998.0, 10053.0, 9989.0, 9949.0, 9983.0, 9962.0, 10005.0, 9980.0, 9948.0, 10015.0, 9931.0, 9999.0, 9926.0, 9977.0, 9919.0, 9980.0, 9928.0, 9958.0, 9902.0, 9944.0, 9881.0, 9936.0, 9902.0, 9918.0, 9896.0, 9858.0, 9886.0, 9858.0, 9973.0, 9927.0, 9954.0, 9906.0, 9954.0, 9915.0, 9976.0, 9933.0, 9975.0, 9921.0, 9976.0, 9919.0, 9981.0, 9951.0, 10013.0, 9940.0, 9991.0, 9920.0, 9978.0, 9933.0, 9982.0, 9904.0, 9957.0, 9902.0, 9988.0, 9929.0, 9977.0, 9909.0, 9912.0, 9934.0, 9901.0, 9971.0, 9971.0, 9955.0, 9912.0, 9955.0, 9907.0, 9976.0, 9962.0, 9967.0, 9937.0, 9980.0, 9975.0, 10035.0, 9985.0, 10015.0, 9928.0, 9995.0, 9950.0, 10002.0, 9996.0, 10012.0, 9927.0, 9971.0, 9926.0, 9996.0, 9955.0, 9997.0, 9922.0, 9973.0, 9897.0, 9986.0, 9927.0, 9984.0, 9902.0, 9939.0, 9928.0, 9960.0, 9976.0, 9967.0, 9975.0, 9927.0, 9972.0, 9910.0, 10008.0, 9953.0, 9981.0, 9905.0, 9966.0, 9918.0, 9975.0, 9952.0, 9974.0, 9882.0, 9931.0, 9903.0, 9956.0, 9914.0, 9958.0, 9913.0, 9976.0, 9893.0, 9999.0, 9979.0, 9986.0, 10000.0, 9903.0, 9974.0, 9898.0, 9956.0, 9913.0, 9952.0, 9895.0, 9938.0, 9890.0, 9921.0, 9959.0, 9942.0, 9942.0, 9897.0, 9944.0, 9891.0, 9950.0, 9893.0, 9956.0, 9913.0, 9979.0, 9906.0, 9994.0, 9946.0, 9977.0, 9921.0, 9969.0, 9922.0, 9934.0, 10012.0, 9959.0, 9964.0, 9886.0, 9958.0, 9887.0, 9953.0, 9967.0, 10010.0, 9929.0, 9915.0, 9904.0, 9887.0, 9957.0, 9925.0, 9986.0, 9913.0, 9966.0, 9907.0, 9982.0, 9916.0, 9974.0, 9940.0, 9935.0, 9936.0, 9891.0, 9960.0, 9918.0, 9970.0, 9906.0, 9958.0, 9863.0, 9918.0, 9878.0, 9954.0, 9886.0, 9949.0, 9874.0, 9948.0, 9882.0, 9953.0, 9904.0, 9942.0, 9884.0, 9952.0, 9885.0, 9970.0, 9941.0, 9962.0, 9906.0, 9953.0, 9942.0, 9955.0, 9973.0, 9975.0, 10003.0, 9907.0, 9968.0, 9899.0, 9955.0, 9919.0, 9978.0, 9896.0, 9943.0, 9870.0, 9976.0, 9931.0, 9974.0, 9894.0, 9956.0, 9914.0, 10000.0, 9956.0, 9987.0, 9934.0, 9935.0, 9966.0, 9903.0, 9990.0, 9956.0, 10001.0, 9900.0, 9970.0, 9899.0, 9957.0, 9900.0, 9985.0, 9898.0, 9934.0, 9886.0, 9946.0, 9898.0, 9954.0, 9926.0, 9915.0, 9886.0, 9887.0, 9897.0, 9931.0, 9926.0, 9978.0, 9875.0, 9947.0, 9894.0, 9975.0, 9903.0, 9983.0, 9923.0, 9943.0, 9960.0, 9920.0, 10007.0, 9951.0, 9991.0, 9914.0, 9938.0, 9884.0, 9940.0, 9906.0, 9960.0, 9895.0, 9902.0, 9900.0, 9876.0, 9949.0, 9934.0, 9979.0, 9888.0, 9967.0, 9906.0, 9958.0, 9910.0, 9975.0, 9887.0, 9936.0, 9870.0, 9897.0, 9873.0, 9942.0, 9910.0, 9957.0, 9885.0, 9920.0, 9869.0, 9956.0, 9936.0, 9976.0, 9929.0, 9954.0, 9900.0, 9924.0, 9959.0, 9936.0, 9960.0, 9893.0, 9971.0, 9878.0, 9951.0, 9960.0, 9967.0, 9878.0, 9929.0, 9867.0, 9926.0, 9882.0, 9950.0, 9950.0, 10019.0, 9967.0, 9958.0, 9956.0, 9962.0, 9995.0, 9977.0, 9929.0, 10010.0, 9962.0, 9994.0, 9983.0, 9998.0, 9965.0, 9935.0, 10019.0, 9911.0, 9975.0, 9916.0, 9955.0, 9929.0, 9957.0, 9917.0, 9912.0, 9885.0, 9854.0, 9929.0, 9902.0, 9906.0, 9882.0, 9896.0, 9870.0, 9928.0, 9914.0, 9937.0, 9895.0, 9990.0, 9891.0, 9987.0, 9923.0, 9980.0, 9913.0, 9978.0, 9903.0, 9970.0, 9918.0, 9962.0, 9901.0, 9974.0, 9892.0, 9982.0, 9947.0, 9984.0, 9949.0, 9939.0, 9967.0, 9905.0, 10013.0, 9937.0, 10000.0, 9904.0, 9977.0, 9914.0, 9970.0, 9971.0, 9948.0, 9994.0, 9900.0, 9971.0, 9882.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.000868885519332828</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028108010159211525</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.20278875383914</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2946342728603943</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0003103551745063</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4691.3228</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10777804901114613</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.429871114480667</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4535514569623214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3613017618839973</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6709933908640098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.328359218138956</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00976768</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020409397780895233</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05148881673812866</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.096551780922164</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9223</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.1155</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.2229</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294932.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>1073.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7856</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.8934</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3723.2969</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81612.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1448.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4846.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.8174</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.71817084331997</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> |