=== 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-0087 --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-0087",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-04/func/sub-0087_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>9ce56c9dcbf97a1a381456a3920a2e21</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:55:22.655000</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.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.110725</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>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>df0fc78d-4a0b-41af-91fd-f52b5e489bca||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.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['105522.655000', '105523.115000', '105523.575000', '105524.035000', '105524.495000', '105524.955000', '105525.415000', '105525.875000', '105526.335000', '105526.795000', '105527.255000', '105527.715000', '105528.175000', '105528.635000', '105529.095000', '105529.555000', '105530.015000', '105530.475000', '105530.935000', '105531.395000', '105531.855000', '105532.315000', '105532.775000', '105533.235000', '105533.695000', '105534.155000', '105534.615000', '105535.075000', '105535.535000', '105535.995000', '105536.455000', '105536.915000', '105537.375000', '105537.835000', '105538.295000', '105538.755000', '105539.215000', '105539.675000', '105540.135000', '105540.595000', '105541.055000', '105541.515000', '105541.975000', '105542.435000', '105542.895000', '105543.355000', '105543.815000', '105544.275000', '105544.735000', '105545.195000', '105545.655000', '105546.115000', '105546.575000', '105547.035000', '105547.495000', '105547.955000', '105548.415000', '105548.875000', '105549.335000', '105549.795000', '105550.255000', '105550.715000', '105551.175000', '105551.635000', '105552.095000', '105552.555000', '105553.015000', '105553.475000', '105553.935000', '105554.395000', '105554.855000', '105555.315000', '105555.775000', '105556.235000', '105556.695000', '105557.155000', '105557.615000', '105558.075000', '105558.535000', '105558.995000', '105559.455000', '105559.915000', '105600.375000', '105600.835000', '105601.295000', '105601.755000', '105602.215000', '105602.675000', '105603.135000', '105603.595000', '105604.055000', '105604.515000', '105604.975000', '105605.435000', '105605.895000', '105606.355000', '105606.815000', '105607.275000', '105607.735000', '105608.195000', '105608.655000', '105609.115000', '105609.575000', '105610.035000', '105610.495000', '105610.955000', '105611.415000', '105611.875000', '105612.335000', '105612.795000', '105613.255000', '105613.715000', '105614.175000', '105614.635000', '105615.095000', '105615.555000', '105616.015000', '105616.475000', '105616.935000', '105617.395000', '105617.855000', '105618.315000', '105618.775000', '105619.235000', '105619.695000', '105620.155000', '105620.615000', '105621.075000', '105621.535000', '105621.995000', '105622.455000', '105622.915000', '105623.375000', '105623.835000', '105624.295000', '105624.755000', '105625.215000', '105625.675000', '105626.135000', '105626.595000', '105627.055000', '105627.515000', '105627.975000', '105628.435000', '105628.895000', '105629.355000', '105629.815000', '105630.275000', '105630.735000', '105631.195000', '105631.655000', '105632.115000', '105632.575000', '105633.035000', '105633.495000', '105633.955000', '105634.415000', '105634.875000', '105635.335000', '105635.795000', '105636.255000', '105636.715000', '105637.175000', '105637.635000', '105638.095000', '105638.555000', '105639.015000', '105639.475000', '105639.935000', '105640.395000', '105640.855000', '105641.315000', '105641.775000', '105642.235000', '105642.695000', '105643.155000', '105643.615000', '105644.075000', '105644.535000', '105644.995000', '105645.455000', '105645.915000', '105646.375000', '105646.835000', '105647.295000', '105647.755000', '105648.215000', '105648.675000', '105649.135000', '105649.595000', '105650.055000', '105650.515000', '105650.975000', '105651.435000', '105651.895000', '105652.355000', '105652.815000', '105653.275000', '105653.735000', '105654.195000', '105654.655000', '105655.115000', '105655.575000', '105656.035000', '105656.495000', '105656.955000', '105657.415000', '105657.875000', '105658.335000', '105658.795000', '105659.255000', '105659.715000', '105700.175000', '105700.635000', '105701.095000', '105701.555000', '105702.015000', '105702.475000', '105702.935000', '105703.395000', '105703.855000', '105704.315000', '105704.775000', '105705.235000', '105705.695000', '105706.155000', '105706.615000', '105707.075000', '105707.535000', '105707.995000', '105708.455000', '105708.915000', '105709.375000', '105709.835000', '105710.295000', '105710.755000', '105711.215000', '105711.675000', '105712.135000', '105712.595000', '105713.055000', '105713.515000', '105713.975000', '105714.435000', '105714.895000', '105715.355000', '105715.815000', '105716.275000', '105716.735000', '105717.195000', '105717.655000', '105718.115000', '105718.575000', '105719.035000', '105719.495000', '105719.955000', '105720.415000', '105720.875000', '105721.335000', '105721.795000', '105722.255000', '105722.715000', '105723.175000', '105723.635000', '105724.095000', '105724.555000', '105725.015000', '105725.475000', '105725.935000', '105726.395000', '105726.855000', '105727.315000', '105727.775000', '105728.235000', '105728.695000', '105729.155000', '105729.615000', '105730.075000', '105730.535000', '105730.995000', '105731.455000', '105731.915000', '105732.375000', '105732.835000', '105733.295000', '105733.755000', '105734.215000', '105734.675000', '105735.135000', '105735.595000', '105736.055000', '105736.515000', '105736.975000', '105737.435000', '105737.895000', '105738.355000', '105738.815000', '105739.275000', '105739.735000', '105740.195000', '105740.655000', '105741.115000', '105741.575000', '105742.035000', '105742.495000', '105742.955000', '105743.415000', '105743.875000', '105744.335000', '105744.795000', '105745.255000', '105745.715000', '105746.175000', '105746.635000', '105747.095000', '105747.555000', '105748.015000', '105748.475000', '105748.935000', '105749.395000', '105749.855000', '105750.315000', '105750.775000', '105751.235000', '105751.695000', '105752.155000', '105752.615000', '105753.075000', '105753.535000', '105753.995000', '105754.455000', '105754.915000', '105755.375000', '105755.835000', '105756.295000', '105756.755000', '105757.215000', '105757.675000', '105758.135000', '105758.595000', '105759.055000', '105759.515000', '105759.975000', '105800.435000', '105800.895000', '105801.355000', '105801.815000', '105802.275000', '105802.735000', '105803.195000', '105803.655000', '105804.115000', '105804.575000', '105805.035000', '105805.495000', '105805.955000', '105806.415000', '105806.875000', '105807.335000', '105807.795000', '105808.255000', '105808.715000', '105809.175000', '105809.635000', '105810.095000', '105810.555000', '105811.015000', '105811.475000', '105811.935000', '105812.395000', '105812.855000', '105813.315000', '105813.775000', '105814.235000', '105814.695000', '105815.155000', '105815.615000', '105816.075000', '105816.535000', '105816.995000', '105817.455000', '105817.915000', '105818.375000', '105818.835000', '105819.295000', '105819.755000', '105820.215000', '105820.675000', '105821.135000', '105821.595000', '105822.055000', '105822.515000', '105822.975000', '105823.435000', '105823.895000', '105824.355000', '105824.815000', '105825.275000', '105825.735000', '105826.195000', '105826.655000', '105827.115000', '105827.575000', '105828.035000', '105828.495000', '105828.955000', '105829.415000', '105829.875000', '105830.335000', '105830.795000', '105831.255000', '105831.715000', '105832.175000', '105832.635000', '105833.095000', '105833.555000', '105834.015000', '105834.475000', '105834.935000', '105835.395000', '105835.855000', '105836.315000', '105836.775000', '105837.235000', '105837.695000', '105838.155000', '105838.615000', '105839.075000', '105839.535000', '105839.995000', '105840.455000', '105840.915000', '105841.375000', '105841.835000', '105842.295000', '105842.755000', '105843.215000', '105843.675000', '105844.135000', '105844.595000', '105845.055000', '105845.515000', '105845.975000', '105846.435000', '105846.895000', '105847.355000', '105847.815000', '105848.275000', '105848.735000', '105849.195000', '105849.655000', '105850.115000', '105850.575000', '105851.035000', '105851.495000', '105851.955000', '105852.415000', '105852.875000', '105853.335000', '105853.795000', '105854.255000', '105854.715000', '105855.175000', '105855.635000', '105856.095000', '105856.555000', '105857.015000', '105857.475000', '105857.935000', '105858.395000', '105858.855000', '105859.315000', '105859.775000', '105900.235000', '105900.695000', '105901.155000', '105901.615000', '105902.075000', '105902.535000', '105902.995000', '105903.455000', '105903.915000', '105904.375000', '105904.835000', '105905.295000', '105905.755000', '105906.215000', '105906.675000', '105907.135000', '105907.595000', '105908.055000', '105908.515000', '105908.975000', '105909.435000', '105909.895000', '105910.355000', '105910.815000', '105911.275000', '105911.735000', '105912.195000', '105912.655000', '105913.115000', '105913.575000', '105914.035000', '105914.495000', '105914.955000', '105915.415000', '105915.875000', '105916.335000', '105916.795000', '105917.255000', '105917.715000', '105918.175000', '105918.635000', '105919.095000', '105919.555000', '105920.015000', '105920.475000', '105920.935000', '105921.395000', '105921.855000', '105922.315000', '105922.775000', '105923.235000', '105923.695000', '105924.155000', '105924.615000', '105925.075000', '105925.535000', '105925.995000', '105926.455000', '105926.915000', '105927.375000', '105927.835000', '105928.295000', '105928.755000', '105929.215000', '105929.675000', '105930.135000', '105930.595000', '105931.055000', '105931.515000', '105931.975000', '105932.435000', '105932.895000', '105933.355000', '105933.815000', '105934.275000', '105934.735000', '105935.195000', '105935.655000', '105936.115000', '105936.575000', '105937.035000', '105937.495000', '105937.955000', '105938.415000', '105938.875000', '105939.335000', '105939.795000', '105940.255000', '105940.715000', '105941.175000', '105941.635000', '105942.095000', '105942.555000', '105943.015000', '105943.475000', '105943.935000', '105944.395000', '105944.855000', '105945.315000', '105945.775000', '105946.235000', '105946.695000', '105947.155000', '105947.615000', '105948.075000', '105948.535000', '105948.995000', '105949.455000', '105949.915000', '105950.375000', '105950.835000', '105951.295000', '105951.755000', '105952.215000', '105952.675000', '105953.135000', '105953.595000', '105954.055000', '105954.515000', '105954.975000', '105955.435000', '105955.895000', '105956.355000', '105956.815000', '105957.275000', '105957.735000', '105958.195000', '105958.655000', '105959.115000', '105959.575000', '110000.035000', '110000.495000', '110000.955000', '110001.415000', '110001.875000', '110002.335000', '110002.795000', '110003.255000', '110003.715000', '110004.175000', '110004.635000', '110005.095000', '110005.555000', '110006.015000', '110006.475000', '110006.935000', '110007.395000', '110007.855000', '110008.315000', '110008.775000', '110009.235000', '110009.695000', '110010.155000', '110010.615000', '110011.075000', '110011.535000', '110011.995000', '110012.455000', '110012.915000', '110013.375000', '110013.835000', '110014.295000', '110014.755000', '110015.215000', '110015.675000', '110016.135000', '110016.595000', '110017.055000', '110017.515000', '110017.975000', '110018.435000', '110018.895000', '110019.355000', '110019.815000', '110020.275000', '110020.735000', '110021.195000', '110021.655000', '110022.115000', '110022.575000', '110023.035000', '110023.495000', '110023.955000', '110024.415000', '110024.875000', '110025.335000', '110025.795000', '110026.255000', '110026.715000', '110027.175000', '110027.635000', '110028.095000', '110028.555000', '110029.015000', '110029.475000', '110029.935000', '110030.395000', '110030.855000', '110031.315000', '110031.775000', '110032.235000', '110032.695000', '110033.155000', '110033.615000', '110034.075000', '110034.535000', '110034.995000', '110035.455000', '110035.915000', '110036.375000', '110036.835000', '110037.295000', '110037.755000', '110038.215000', '110038.675000', '110039.135000', '110039.595000', '110040.055000', '110040.515000', '110040.975000', '110041.435000', '110041.895000', '110042.355000', '110042.815000', '110043.275000', '110043.735000', '110044.195000', '110044.655000', '110045.115000', '110045.575000', '110046.035000', '110046.495000', '110046.955000', '110047.415000', '110047.875000', '110048.335000', '110048.795000', '110049.255000', '110049.715000', '110050.175000', '110050.635000', '110051.095000', '110051.555000', '110052.015000', '110052.475000', '110052.935000', '110053.395000', '110053.855000', '110054.315000', '110054.775000', '110055.235000', '110055.695000', '110056.155000', '110056.615000', '110057.075000', '110057.535000', '110057.995000', '110058.455000', '110058.915000', '110059.375000', '110059.835000', '110100.295000', '110100.755000', '110101.215000', '110101.675000', '110102.135000', '110102.595000', '110103.055000', '110103.515000', '110103.975000', '110104.435000', '110104.895000', '110105.355000', '110105.815000', '110106.275000', '110106.735000', '110107.195000', '110107.655000', '110108.115000', '110108.575000', '110109.035000', '110109.495000', '110109.955000', '110110.415000', '110110.875000', '110111.335000', '110111.795000', '110112.255000', '110112.715000', '110113.175000', '110113.635000', '110114.095000', '110114.555000', '110115.015000', '110115.475000', '110115.935000', '110116.395000', '110116.855000', '110117.315000', '110117.775000', '110118.235000', '110118.695000', '110119.155000', '110119.615000', '110120.075000', '110120.535000', '110120.995000', '110121.455000', '110121.915000', '110122.375000', '110122.835000', '110123.295000', '110123.755000', '110124.215000', '110124.675000', '110125.135000', '110125.595000', '110126.055000', '110126.515000', '110126.975000', '110127.435000', '110127.895000', '110128.355000', '110128.815000', '110129.275000', '110129.735000', '110130.195000', '110130.655000', '110131.115000', '110131.575000', '110132.035000', '110132.495000', '110132.955000', '110133.415000', '110133.875000', '110134.335000', '110134.795000', '110135.255000', '110135.715000', '110136.175000', '110136.635000', '110137.095000', '110137.555000', '110138.015000', '110138.475000', '110138.935000', '110139.395000', '110139.855000', '110140.315000', '110140.775000', '110141.235000', '110141.695000', '110142.155000', '110142.615000', '110143.075000', '110143.535000', '110143.995000', '110144.455000', '110144.915000', '110145.375000', '110145.835000', '110146.295000', '110146.755000', '110147.215000', '110147.675000', '110148.135000', '110148.595000', '110149.055000', '110149.515000', '110149.975000', '110150.435000', '110150.895000', '110151.355000', '110151.815000', '110152.275000', '110152.735000', '110153.195000', '110153.655000', '110154.115000', '110154.575000', '110155.035000', '110155.495000', '110155.955000', '110156.415000', '110156.875000', '110157.335000', '110157.795000', '110158.255000', '110158.715000', '110159.175000', '110159.635000', '110200.095000', '110200.555000', '110201.015000', '110201.475000', '110201.935000', '110202.395000', '110202.855000', '110203.315000', '110203.775000', '110204.235000', '110204.695000', '110205.155000', '110205.615000', '110206.075000', '110206.535000', '110206.995000', '110207.455000', '110207.915000', '110208.375000', '110208.835000', '110209.295000', '110209.755000', '110210.215000', '110210.675000', '110211.135000', '110211.595000', '110212.055000', '110212.515000', '110212.975000', '110213.435000', '110213.895000', '110214.355000', '110214.815000', '110215.275000', '110215.735000', '110216.195000', '110216.655000', '110217.115000', '110217.575000', '110218.035000', '110218.495000', '110218.955000', '110219.415000', '110219.875000', '110220.335000', '110220.795000', '110221.255000', '110221.715000', '110222.175000', '110222.635000', '110223.095000', '110223.555000', '110224.015000', '110224.475000', '110224.935000', '110225.395000', '110225.855000', '110226.315000', '110226.775000', '110227.235000', '110227.695000', '110228.155000', '110228.615000', '110229.075000', '110229.535000', '110229.995000', '110230.455000', '110230.915000', '110231.375000', '110231.835000', '110232.295000', '110232.755000', '110233.215000', '110233.675000', '110234.135000', '110234.595000', '110235.055000', '110235.515000', '110235.975000', '110236.435000', '110236.895000', '110237.355000', '110237.815000', '110238.275000', '110238.735000', '110239.195000', '110239.655000', '110240.115000', '110240.575000', '110241.035000', '110241.495000', '110241.955000', '110242.415000', '110242.875000', '110243.335000', '110243.795000', '110244.255000', '110244.715000', '110245.175000', '110245.635000', '110246.095000', '110246.555000', '110247.015000', '110247.475000', '110247.935000', '110248.395000', '110248.855000', '110249.315000', '110249.775000', '110250.235000', '110250.695000', '110251.155000', '110251.615000', '110252.075000', '110252.535000', '110252.995000', '110253.455000', '110253.915000', '110254.375000', '110254.835000', '110255.295000', '110255.755000', '110256.215000', '110256.675000', '110257.135000', '110257.595000', '110258.055000', '110258.515000', '110258.975000', '110259.435000', '110259.895000', '110300.355000', '110300.815000', '110301.275000', '110301.735000', '110302.195000', '110302.655000', '110303.115000', '110303.575000', '110304.035000', '110304.495000', '110304.955000', '110305.415000', '110305.875000', '110306.335000', '110306.795000', '110307.255000', '110307.715000', '110308.175000', '110308.635000', '110309.095000', '110309.555000', '110310.015000', '110310.475000', '110310.935000', '110311.395000', '110311.855000', '110312.315000', '110312.775000', '110313.235000', '110313.695000', '110314.155000', '110314.615000', '110315.075000', '110315.535000', '110315.995000', '110316.455000', '110316.915000', '110317.375000', '110317.835000', '110318.295000', '110318.755000', '110319.215000', '110319.675000', '110320.135000', '110320.595000', '110321.055000', '110321.515000', '110321.975000', '110322.435000', '110322.895000', '110323.355000', '110323.815000', '110324.275000', '110324.735000', '110325.195000', '110325.655000', '110326.115000', '110326.575000', '110327.035000', '110327.495000', '110327.955000', '110328.415000', '110328.875000', '110329.335000', '110329.795000', '110330.255000', '110330.715000', '110331.175000', '110331.635000', '110332.095000', '110332.555000', '110333.015000', '110333.475000', '110333.935000', '110334.395000', '110334.855000', '110335.315000', '110335.775000', '110336.235000', '110336.695000', '110337.155000', '110337.615000', '110338.075000', '110338.535000', '110338.995000', '110339.455000', '110339.915000', '110340.375000', '110340.835000', '110341.295000', '110341.755000', '110342.215000', '110342.675000', '110343.135000', '110343.595000', '110344.055000', '110344.515000', '110344.975000', '110345.435000', '110345.895000', '110346.355000', '110346.815000', '110347.275000', '110347.735000', '110348.195000', '110348.655000', '110349.115000', '110349.575000', '110350.035000', '110350.495000', '110350.955000', '110351.415000', '110351.875000', '110352.335000', '110352.795000', '110353.255000', '110353.715000', '110354.175000', '110354.635000', '110355.095000', '110355.555000', '110356.015000', '110356.475000', '110356.935000', '110357.395000', '110357.855000', '110358.315000', '110358.775000', '110359.235000', '110359.695000', '110400.155000', '110400.615000', '110401.075000', '110401.535000', '110401.995000', '110402.455000', '110402.915000', '110403.375000', '110403.835000', '110404.295000', '110404.755000', '110405.215000', '110405.675000', '110406.135000', '110406.595000', '110407.055000', '110407.515000', '110407.975000', '110408.435000', '110408.895000', '110409.355000', '110409.815000', '110410.275000', '110410.735000', '110411.195000', '110411.655000', '110412.115000', '110412.575000', '110413.035000', '110413.495000', '110413.955000', '110414.415000', '110414.875000', '110415.335000', '110415.795000', '110416.255000', '110416.715000', '110417.175000', '110417.635000', '110418.095000', '110418.555000', '110419.015000', '110419.475000', '110419.935000', '110420.395000', '110420.855000', '110421.315000', '110421.775000', '110422.235000', '110422.695000', '110423.155000', '110423.615000', '110424.075000', '110424.535000', '110424.995000', '110425.455000', '110425.915000', '110426.375000', '110426.835000', '110427.295000', '110427.755000', '110428.215000', '110428.675000', '110429.135000', '110429.595000', '110430.055000', '110430.515000', '110430.975000', '110431.435000', '110431.895000', '110432.355000', '110432.815000', '110433.275000', '110433.735000', '110434.195000', '110434.655000', '110435.115000', '110435.575000', '110436.035000', '110436.495000', '110436.955000', '110437.415000', '110437.875000', '110438.335000', '110438.795000', '110439.255000', '110439.715000', '110440.175000', '110440.635000', '110441.095000', '110441.555000', '110442.015000', '110442.475000', '110442.935000', '110443.395000', '110443.855000', '110444.315000', '110444.775000', '110445.235000', '110445.695000', '110446.155000', '110446.615000', '110447.075000', '110447.535000', '110447.995000', '110448.455000', '110448.915000', '110449.375000', '110449.835000', '110450.295000', '110450.755000', '110451.215000', '110451.675000', '110452.135000', '110452.595000', '110453.055000', '110453.515000', '110453.975000', '110454.435000', '110454.895000', '110455.355000', '110455.815000', '110456.275000', '110456.735000', '110457.195000', '110457.655000', '110458.115000', '110458.575000', '110459.035000', '110459.495000', '110459.955000', '110500.415000', '110500.875000', '110501.335000', '110501.795000', '110502.255000', '110502.715000', '110503.175000', '110503.635000', '110504.095000', '110504.555000', '110505.015000', '110505.475000', '110505.935000', '110506.395000', '110506.855000', '110507.315000', '110507.775000', '110508.235000', '110508.695000', '110509.155000', '110509.615000', '110510.075000', '110510.535000', '110510.995000', '110511.455000', '110511.915000', '110512.375000', '110512.835000', '110513.295000', '110513.755000', '110514.215000', '110514.675000', '110515.135000', '110515.595000', '110516.055000', '110516.515000', '110516.975000', '110517.435000', '110517.895000', '110518.355000', '110518.815000', '110519.275000', '110519.735000', '110520.195000', '110520.655000', '110521.115000', '110521.575000', '110522.035000', '110522.495000', '110522.955000', '110523.415000', '110523.875000', '110524.335000', '110524.795000', '110525.255000', '110525.715000', '110526.175000', '110526.635000', '110527.095000', '110527.555000', '110528.015000', '110528.475000', '110528.935000', '110529.395000', '110529.855000', '110530.315000'], 'ContentTime': ['105534.644000', '105534.647000', '105534.650000', '105534.652000', '105534.655000', '105534.665000', '105534.668000', '105534.670000', '105534.677000', '105534.680000', '105534.682000', '105534.685000', '105534.695000', '105534.697000', '105534.700000', '105534.702000', '105534.705000', '105534.707000', '105534.710000', '105534.713000', '105534.715000', '105534.718000', '105534.720000', '105534.723000', '105554.603000', '105554.606000', '105554.609000', '105554.611000', '105554.614000', '105554.617000', '105554.619000', '105554.622000', '105554.633000', '105554.636000', '105554.639000', '105554.641000', '105554.644000', '105554.646000', '105554.649000', '105554.652000', '105554.654000', '105554.657000', '105554.660000', '105554.663000', '105554.665000', '105554.676000', '105554.679000', '105554.682000', '105554.685000', '105554.688000', '105554.690000', '105554.693000', '105554.695000', '105554.698000', '105554.700000', '105554.703000', '105554.706000', '105554.708000', '105554.711000', '105554.713000', '105554.716000', '105554.719000', '105554.721000', '105554.724000', '105554.726000', '105554.729000', '105554.731000', '105614.604000', '105614.606000', '105614.609000', '105614.612000', '105614.614000', '105614.617000', '105614.620000', '105614.622000', '105614.625000', '105614.627000', '105614.630000', '105614.632000', '105614.635000', '105614.637000', '105614.640000', '105614.643000', '105614.645000', '105614.648000', '105614.651000', '105614.653000', '105614.656000', '105614.658000', '105614.661000', '105614.663000', '105614.666000', '105614.668000', '105614.671000', '105614.674000', '105614.676000', '105614.679000', '105614.681000', '105614.684000', '105614.687000', '105614.689000', '105614.692000', '105614.694000', '105614.697000', '105614.699000', '105614.702000', '105614.705000', '105614.707000', '105614.710000', '105614.712000', '105614.715000', '105634.603000', '105634.606000', '105634.609000', '105634.611000', '105634.614000', '105634.616000', '105634.619000', '105634.622000', '105634.624000', '105634.627000', '105634.629000', '105634.632000', '105634.634000', '105634.637000', '105634.640000', '105634.642000', '105634.645000', '105634.647000', '105634.650000', '105634.653000', '105634.655000', '105634.658000', '105634.660000', '105634.663000', '105634.665000', '105634.668000', '105634.671000', '105634.673000', '105634.676000', '105634.695000', '105634.698000', '105634.700000', '105634.703000', '105634.706000', '105634.708000', '105634.711000', '105634.713000', '105634.716000', '105634.719000', '105634.721000', '105634.724000', '105634.726000', '105634.729000', '105654.603000', '105654.606000', '105654.609000', '105654.611000', '105654.614000', '105654.617000', '105654.619000', '105654.622000', '105654.624000', '105654.627000', '105654.629000', '105654.632000', '105654.634000', '105654.637000', '105654.640000', '105654.642000', '105654.645000', '105654.648000', '105654.650000', '105654.653000', '105654.655000', '105654.658000', '105654.660000', '105654.663000', '105654.665000', '105654.668000', '105654.671000', '105654.673000', '105654.676000', '105654.678000', '105654.681000', '105654.684000', '105654.686000', '105654.689000', '105654.691000', '105654.694000', '105654.697000', '105654.699000', '105654.702000', '105654.704000', '105654.707000', '105654.709000', '105654.712000', '105654.715000', '105714.603000', '105714.606000', '105714.608000', '105714.611000', '105714.614000', '105714.617000', '105714.620000', '105714.623000', '105714.625000', '105714.628000', '105714.631000', '105714.633000', '105714.636000', '105714.638000', '105714.641000', '105714.644000', '105714.646000', '105714.649000', '105714.651000', '105714.654000', '105714.656000', '105714.659000', '105714.663000', '105714.666000', '105714.668000', '105714.671000', '105714.674000', '105714.676000', '105714.679000', '105714.682000', '105714.684000', '105714.687000', '105714.689000', '105714.692000', '105714.694000', '105714.697000', '105714.700000', '105714.702000', '105714.705000', '105714.707000', '105714.710000', '105714.713000', '105714.715000', '105734.602000', '105734.605000', '105734.608000', '105734.610000', '105734.613000', '105734.616000', '105734.618000', '105734.621000', '105734.623000', '105734.626000', '105734.628000', '105734.632000', '105734.634000', '105734.637000', '105734.640000', '105734.642000', '105734.645000', '105734.647000', '105734.650000', '105734.652000', '105734.655000', '105734.658000', '105734.660000', '105734.663000', '105734.665000', '105734.668000', '105734.670000', '105734.673000', '105734.676000', '105734.678000', '105734.681000', '105734.683000', '105734.686000', '105734.689000', '105734.691000', '105734.694000', '105734.696000', '105734.699000', '105734.701000', '105734.704000', '105734.706000', '105734.709000', '105734.712000', '105734.714000', '105754.603000', '105754.606000', '105754.609000', '105754.611000', '105754.614000', '105754.617000', '105754.619000', '105754.622000', '105754.624000', '105754.627000', '105754.629000', '105754.632000', '105754.635000', '105754.637000', '105754.640000', '105754.642000', '105754.645000', '105754.648000', '105754.650000', '105754.653000', '105754.655000', '105754.658000', '105754.661000', '105754.663000', '105754.666000', '105754.669000', '105754.672000', '105754.674000', '105754.677000', '105754.680000', '105754.682000', '105754.685000', '105754.687000', '105754.690000', '105754.693000', '105754.695000', '105754.698000', '105754.701000', '105754.703000', '105754.706000', '105754.709000', '105754.711000', '105754.714000', '105814.604000', '105814.607000', '105814.609000', '105814.612000', '105814.614000', '105814.617000', '105814.620000', '105814.622000', '105814.625000', '105814.627000', '105814.630000', '105814.633000', '105814.635000', '105814.638000', '105814.640000', '105814.643000', '105814.646000', '105814.648000', '105814.651000', '105814.653000', '105814.656000', '105814.659000', '105814.662000', '105814.664000', '105814.667000', '105814.681000', '105814.684000', '105814.686000', '105814.689000', '105814.692000', '105814.694000', '105814.697000', '105814.700000', '105814.702000', '105814.705000', '105814.708000', '105814.710000', '105814.713000', '105814.715000', '105814.718000', '105814.721000', '105814.723000', '105814.726000', '105814.728000', '105834.603000', '105834.606000', '105834.609000', '105834.612000', '105834.614000', '105834.617000', '105834.619000', '105834.622000', '105834.625000', '105834.627000', '105834.630000', '105834.632000', '105834.635000', '105834.638000', '105834.640000', '105834.643000', '105834.646000', '105834.648000', '105834.651000', '105834.654000', '105834.656000', '105834.659000', '105834.662000', '105834.664000', '105834.667000', '105834.669000', '105834.672000', '105834.675000', '105834.677000', '105834.680000', '105834.682000', '105834.685000', '105834.694000', '105834.696000', '105834.699000', '105834.703000', '105834.706000', '105834.708000', '105834.711000', '105834.714000', '105834.716000', '105834.719000', '105834.722000', '105854.603000', '105854.606000', '105854.609000', '105854.612000', '105854.614000', '105854.617000', '105854.620000', '105854.622000', '105854.625000', '105854.627000', '105854.630000', '105854.633000', '105854.635000', '105854.638000', '105854.641000', '105854.643000', '105854.646000', '105854.649000', '105854.651000', '105854.654000', '105854.656000', '105854.659000', '105854.662000', '105854.665000', '105854.667000', '105854.670000', '105854.673000', '105854.676000', '105854.678000', '105854.681000', '105854.683000', '105854.686000', '105854.688000', '105854.691000', '105854.694000', '105854.696000', '105854.699000', '105854.701000', '105854.704000', '105854.707000', '105854.709000', '105854.712000', '105854.714000', '105854.717000', '105914.604000', '105914.607000', '105914.609000', '105914.612000', '105914.614000', '105914.617000', '105914.620000', '105914.622000', '105914.625000', '105914.628000', '105914.631000', '105914.633000', '105914.636000', '105914.638000', '105914.641000', '105914.643000', '105914.646000', '105914.649000', '105914.651000', '105914.654000', '105914.656000', '105914.659000', '105914.662000', '105914.664000', '105914.667000', '105914.670000', '105914.672000', '105914.675000', '105914.677000', '105914.680000', '105914.683000', '105914.685000', '105914.688000', '105914.691000', '105914.693000', '105914.696000', '105914.698000', '105914.701000', '105914.704000', '105914.706000', '105914.709000', '105914.711000', '105914.714000', '105934.602000', '105934.605000', '105934.608000', '105934.610000', '105934.613000', '105934.615000', '105934.618000', '105934.621000', '105934.623000', '105934.633000', '105934.636000', '105934.638000', '105934.641000', '105934.644000', '105934.646000', '105934.649000', '105934.651000', '105934.654000', '105934.656000', '105934.659000', '105934.661000', '105934.664000', '105934.667000', '105934.669000', '105934.672000', '105934.674000', '105934.677000', '105934.680000', '105934.682000', '105934.685000', '105934.688000', '105934.690000', '105934.693000', '105934.695000', '105934.698000', '105934.701000', '105934.703000', '105934.706000', '105934.709000', '105934.711000', '105934.714000', '105934.716000', '105934.719000', '105934.722000', '105954.602000', '105954.605000', '105954.608000', '105954.610000', '105954.613000', '105954.616000', '105954.618000', '105954.621000', '105954.624000', '105954.626000', '105954.629000', '105954.631000', '105954.634000', '105954.637000', '105954.639000', '105954.642000', '105954.644000', '105954.647000', '105954.649000', '105954.652000', '105954.655000', '105954.657000', '105954.660000', '105954.662000', '105954.665000', '105954.667000', '105954.670000', '105954.673000', '105954.676000', '105954.678000', '105954.681000', '105954.683000', '105954.686000', '105954.689000', '105954.691000', '105954.694000', '105954.697000', '105954.699000', '105954.702000', '105954.704000', '105954.707000', '105954.709000', '105954.712000', '110014.603000', '110014.607000', '110014.610000', '110014.612000', '110014.615000', '110014.618000', '110014.621000', '110014.623000', '110014.626000', '110014.629000', '110014.631000', '110014.634000', '110014.636000', '110014.639000', '110014.642000', '110014.644000', '110014.647000', '110014.650000', '110014.652000', '110014.655000', '110014.658000', '110014.660000', '110014.663000', '110014.665000', '110014.668000', '110014.671000', '110014.674000', '110014.676000', '110014.679000', '110014.682000', '110014.684000', '110014.687000', '110014.689000', '110014.692000', '110014.695000', '110014.697000', '110014.700000', '110014.703000', '110014.705000', '110014.708000', '110014.711000', '110014.713000', '110014.716000', '110014.718000', '110034.603000', '110034.606000', '110034.609000', '110034.612000', '110034.615000', '110034.617000', '110034.620000', '110034.623000', '110034.625000', '110034.628000', '110034.630000', '110034.633000', '110034.636000', '110034.639000', '110034.641000', '110034.644000', '110034.647000', '110034.649000', '110034.652000', '110034.655000', '110034.657000', '110034.660000', '110034.662000', '110034.665000', '110034.668000', '110034.670000', '110034.673000', '110034.676000', '110034.678000', '110034.681000', '110034.684000', '110034.686000', '110034.689000', '110034.692000', '110034.694000', '110034.697000', '110034.700000', '110034.702000', '110034.705000', '110034.708000', '110034.710000', '110034.713000', '110034.715000', '110054.604000', '110054.606000', '110054.609000', '110054.612000', '110054.614000', '110054.617000', '110054.619000', '110054.622000', '110054.625000', '110054.627000', '110054.630000', '110054.632000', '110054.635000', '110054.637000', '110054.640000', '110054.643000', '110054.646000', '110054.648000', '110054.651000', '110054.654000', '110054.656000', '110054.659000', '110054.662000', '110054.664000', '110054.667000', '110054.670000', '110054.672000', '110054.675000', '110054.678000', '110054.689000', '110054.691000', '110054.694000', '110054.697000', '110054.699000', '110054.702000', '110054.704000', '110054.707000', '110054.710000', '110054.712000', '110054.715000', '110054.718000', '110054.720000', '110054.723000', '110054.725000', '110114.604000', '110114.607000', '110114.610000', '110114.612000', '110114.615000', '110114.618000', '110114.620000', '110114.623000', '110114.626000', '110114.628000', '110114.631000', '110114.634000', '110114.636000', '110114.639000', '110114.642000', '110114.644000', '110114.647000', '110114.660000', '110114.662000', '110114.665000', '110114.668000', '110114.671000', '110114.673000', '110114.676000', '110114.679000', '110114.681000', '110114.684000', '110114.687000', '110114.689000', '110114.692000', '110114.695000', '110114.697000', '110114.700000', '110114.703000', '110114.706000', '110114.708000', '110114.711000', '110114.713000', '110114.716000', '110114.719000', '110114.721000', '110114.724000', '110114.733000', '110134.603000', '110134.606000', '110134.609000', '110134.612000', '110134.614000', '110134.617000', '110134.620000', '110134.622000', '110134.625000', '110134.627000', '110134.630000', '110134.633000', '110134.635000', '110134.638000', '110134.640000', '110134.643000', '110134.646000', '110134.648000', '110134.651000', '110134.654000', '110134.656000', '110134.659000', '110134.661000', '110134.664000', '110134.667000', '110134.669000', '110134.672000', '110134.674000', '110134.677000', '110134.680000', '110134.682000', '110134.685000', '110134.688000', '110134.691000', '110134.694000', '110134.697000', '110134.699000', '110134.702000', '110134.704000', '110134.707000', '110134.710000', '110134.712000', '110134.715000', '110134.718000', '110154.602000', '110154.605000', '110154.608000', '110154.611000', '110154.613000', '110154.616000', '110154.619000', '110154.622000', '110154.624000', '110154.627000', '110154.629000', '110154.632000', '110154.634000', '110154.637000', '110154.640000', '110154.642000', '110154.645000', '110154.647000', '110154.650000', '110154.653000', '110154.655000', '110154.658000', '110154.660000', '110154.663000', '110154.666000', '110154.668000', '110154.671000', '110154.674000', '110154.676000', '110154.679000', '110154.682000', '110154.684000', '110154.687000', '110154.689000', '110154.692000', '110154.695000', '110154.697000', '110154.700000', '110154.703000', '110154.705000', '110154.708000', '110154.710000', '110154.713000', '110214.603000', '110214.606000', '110214.608000', '110214.611000', '110214.614000', '110214.625000', '110214.628000', '110214.630000', '110214.633000', '110214.635000', '110214.638000', '110214.641000', '110214.644000', '110214.646000', '110214.649000', '110214.652000', '110214.654000', '110214.657000', '110214.660000', '110214.662000', '110214.665000', '110214.667000', '110214.670000', '110214.673000', '110214.675000', '110214.678000', '110214.681000', '110214.684000', '110214.686000', '110214.689000', '110214.692000', '110214.694000', '110214.697000', '110214.700000', '110214.702000', '110214.705000', '110214.708000', '110214.710000', '110214.713000', '110214.715000', '110214.718000', '110214.721000', '110214.723000', '110214.733000', '110234.603000', '110234.606000', '110234.609000', '110234.612000', '110234.614000', '110234.617000', '110234.619000', '110234.622000', '110234.625000', '110234.627000', '110234.630000', '110234.632000', '110234.635000', '110234.637000', '110234.648000', '110234.651000', '110234.653000', '110234.656000', '110234.658000', '110234.661000', '110234.664000', '110234.667000', '110234.669000', '110234.672000', '110234.675000', '110234.677000', '110234.680000', '110234.682000', '110234.685000', '110234.688000', '110234.690000', '110234.693000', '110234.696000', '110234.698000', '110234.701000', '110234.703000', '110234.706000', '110234.709000', '110234.711000', '110234.714000', '110234.717000', '110234.719000', '110234.722000', '110254.603000', '110254.606000', '110254.609000', '110254.611000', '110254.614000', '110254.617000', '110254.619000', '110254.622000', '110254.625000', '110254.627000', '110254.630000', '110254.633000', '110254.635000', '110254.638000', '110254.640000', '110254.643000', '110254.646000', '110254.648000', '110254.651000', '110254.653000', '110254.656000', '110254.658000', '110254.661000', '110254.664000', '110254.666000', '110254.669000', '110254.671000', '110254.674000', '110254.677000', '110254.679000', '110254.682000', '110254.685000', '110254.687000', '110254.690000', '110254.692000', '110254.695000', '110254.697000', '110254.700000', '110254.703000', '110254.705000', '110254.708000', '110254.710000', '110254.713000', '110314.604000', '110314.606000', '110314.609000', '110314.612000', '110314.614000', '110314.617000', '110314.620000', '110314.622000', '110314.625000', '110314.627000', '110314.630000', '110314.632000', '110314.635000', '110314.638000', '110314.640000', '110314.643000', '110314.646000', '110314.648000', '110314.651000', '110314.653000', '110314.656000', '110314.658000', '110314.661000', '110314.664000', '110314.666000', '110314.669000', '110314.671000', '110314.674000', '110314.677000', '110314.679000', '110314.682000', '110314.685000', '110314.687000', '110314.690000', '110314.692000', '110314.695000', '110314.698000', '110314.700000', '110314.703000', '110314.706000', '110314.708000', '110314.711000', '110314.714000', '110314.716000', '110334.603000', '110334.606000', '110334.609000', '110334.612000', '110334.614000', '110334.617000', '110334.620000', '110334.623000', '110334.625000', '110334.628000', '110334.631000', '110334.633000', '110334.636000', '110334.639000', '110334.641000', '110334.644000', '110334.647000', '110334.649000', '110334.652000', '110334.654000', '110334.657000', '110334.659000', '110334.662000', '110334.665000', '110334.667000', '110334.670000', '110334.672000', '110334.675000', '110334.678000', '110334.680000', '110334.683000', '110334.686000', '110334.688000', '110334.691000', '110334.693000', '110334.696000', '110334.699000', '110334.701000', '110334.704000', '110334.706000', '110334.715000', '110334.717000', '110334.720000', '110354.602000', '110354.605000', '110354.608000', '110354.611000', '110354.613000', '110354.616000', '110354.618000', '110354.621000', '110354.624000', '110354.626000', '110354.629000', '110354.647000', '110354.650000', '110354.653000', '110354.655000', '110354.658000', '110354.661000', '110354.663000', '110354.666000', '110354.668000', '110354.671000', '110354.674000', '110354.676000', '110354.679000', '110354.681000', '110354.684000', '110354.687000', '110354.689000', '110354.692000', '110354.694000', '110354.697000', '110354.700000', '110354.702000', '110354.705000', '110354.707000', '110354.710000', '110354.713000', '110354.715000', '110354.718000', '110354.720000', '110354.723000', '110354.726000', '110354.728000', '110354.731000', '110414.602000', '110414.605000', '110414.608000', '110414.611000', '110414.613000', '110414.616000', '110414.618000', '110414.621000', '110414.624000', '110414.626000', '110414.629000', '110414.632000', '110414.634000', '110414.637000', '110414.639000', '110414.642000', '110414.645000', '110414.647000', '110414.650000', '110414.652000', '110414.655000', '110414.658000', '110414.660000', '110414.663000', '110414.666000', '110414.668000', '110414.671000', '110414.673000', '110414.676000', '110414.679000', '110414.681000', '110414.684000', '110414.687000', '110414.689000', '110414.692000', '110414.694000', '110414.697000', '110414.700000', '110414.702000', '110414.705000', '110414.708000', '110414.710000', '110414.713000', '110414.716000', '110434.603000', '110434.605000', '110434.608000', '110434.611000', '110434.613000', '110434.616000', '110434.618000', '110434.621000', '110434.624000', '110434.626000', '110434.629000', '110434.632000', '110434.634000', '110434.637000', '110434.639000', '110434.642000', '110434.645000', '110434.647000', '110434.650000', '110434.652000', '110434.655000', '110434.658000', '110434.660000', '110434.663000', '110434.665000', '110434.668000', '110434.671000', '110434.673000', '110434.676000', '110434.678000', '110434.681000', '110434.684000', '110434.686000', '110434.689000', '110434.691000', '110434.694000', '110434.696000', '110434.699000', '110434.702000', '110434.704000', '110434.707000', '110434.710000', '110434.712000', '110454.604000', '110454.607000', '110454.610000', '110454.612000', '110454.615000', '110454.618000', '110454.620000', '110454.623000', '110454.625000', '110454.628000', '110454.631000', '110454.633000', '110454.636000', '110454.638000', '110454.641000', '110454.644000', '110454.646000', '110454.649000', '110454.651000', '110454.654000', '110454.656000', '110454.660000', '110454.664000', '110454.666000', '110454.669000', '110454.672000', '110454.674000', '110454.677000', '110454.679000', '110454.682000', '110454.684000', '110454.687000', '110454.690000', '110454.692000', '110454.695000', '110454.698000', '110454.700000', '110454.703000', '110454.706000', '110454.708000', '110454.711000', '110454.713000', '110454.716000', '110514.604000', '110514.606000', '110514.609000', '110514.612000', '110514.614000', '110514.617000', '110514.619000', '110514.622000', '110514.638000', '110514.641000', '110514.644000', '110514.646000', '110514.649000', '110514.652000', '110514.654000', '110514.657000', '110514.660000', '110514.662000', '110514.665000', '110514.668000', '110514.670000', '110514.673000', '110514.675000', '110514.678000', '110514.681000', '110514.683000', '110514.686000', '110514.689000', '110514.691000', '110514.694000', '110514.696000', '110514.699000', '110514.702000', '110514.704000', '110514.707000', '110514.709000', '110514.712000', '110514.715000', '110514.717000', '110514.720000', '110514.722000', '110514.725000', '110514.728000', '110514.730000', '110531.412000', '110531.415000', '110531.417000', '110531.420000', '110531.423000', '110531.425000', '110531.428000', '110531.431000', '110531.434000', '110531.437000', '110531.439000', '110531.442000', '110531.445000', '110531.447000', '110531.450000', '110531.453000', '110531.455000', '110531.458000', '110531.461000', '110531.463000', '110531.466000', '110531.469000', '110531.472000', '110531.480000', '110531.486000', '110531.491000', '110531.494000', '110531.496000', '110531.499000', '110531.502000', '110531.505000', '110531.508000', '110531.511000', '110531.514000', '110531.516000', '110531.519000', '110531.522000'], 'InstanceCreationTime': ['105534.644000', '105534.647000', '105534.650000', '105534.652000', '105534.655000', '105534.665000', '105534.668000', '105534.670000', '105534.677000', '105534.680000', '105534.682000', '105534.685000', '105534.695000', '105534.697000', '105534.700000', '105534.702000', '105534.705000', '105534.707000', '105534.710000', '105534.713000', '105534.715000', '105534.718000', '105534.720000', '105534.723000', '105554.603000', '105554.606000', '105554.609000', '105554.611000', '105554.614000', '105554.617000', '105554.619000', '105554.622000', '105554.633000', '105554.636000', '105554.639000', '105554.641000', '105554.644000', '105554.646000', '105554.649000', '105554.652000', '105554.654000', '105554.657000', '105554.660000', '105554.663000', '105554.665000', '105554.676000', '105554.679000', '105554.682000', '105554.685000', '105554.688000', '105554.690000', '105554.693000', '105554.695000', '105554.698000', '105554.700000', '105554.703000', '105554.706000', '105554.708000', '105554.711000', '105554.713000', '105554.716000', '105554.719000', '105554.721000', '105554.724000', '105554.726000', '105554.729000', '105554.731000', '105614.604000', '105614.606000', '105614.609000', '105614.612000', '105614.614000', '105614.617000', '105614.620000', '105614.622000', '105614.625000', '105614.627000', '105614.630000', '105614.632000', '105614.635000', '105614.637000', '105614.640000', '105614.643000', '105614.645000', '105614.648000', '105614.651000', '105614.653000', '105614.656000', '105614.658000', '105614.661000', '105614.663000', '105614.666000', '105614.668000', '105614.671000', '105614.674000', '105614.676000', '105614.679000', '105614.681000', '105614.684000', '105614.687000', '105614.689000', '105614.692000', '105614.694000', '105614.697000', '105614.699000', '105614.702000', '105614.705000', '105614.707000', '105614.710000', '105614.712000', '105614.715000', '105634.603000', '105634.606000', '105634.609000', '105634.611000', '105634.614000', '105634.616000', '105634.619000', '105634.622000', '105634.624000', '105634.627000', '105634.629000', '105634.632000', '105634.634000', '105634.637000', '105634.640000', '105634.642000', '105634.645000', '105634.647000', '105634.650000', '105634.653000', '105634.655000', '105634.658000', '105634.660000', '105634.663000', '105634.665000', '105634.668000', '105634.671000', '105634.673000', '105634.676000', '105634.695000', '105634.698000', '105634.700000', '105634.703000', '105634.706000', '105634.708000', '105634.711000', '105634.713000', '105634.716000', '105634.719000', '105634.721000', '105634.724000', '105634.726000', '105634.729000', '105654.603000', '105654.606000', '105654.609000', '105654.611000', '105654.614000', '105654.617000', '105654.619000', '105654.622000', '105654.624000', '105654.627000', '105654.629000', '105654.632000', '105654.634000', '105654.637000', '105654.640000', '105654.642000', '105654.645000', '105654.648000', '105654.650000', '105654.653000', '105654.655000', '105654.658000', '105654.660000', '105654.663000', '105654.665000', '105654.668000', '105654.671000', '105654.673000', '105654.676000', '105654.678000', '105654.681000', '105654.684000', '105654.686000', '105654.689000', '105654.691000', '105654.694000', '105654.697000', '105654.699000', '105654.702000', '105654.704000', '105654.707000', '105654.709000', '105654.712000', '105654.715000', '105714.603000', '105714.606000', '105714.608000', '105714.611000', '105714.614000', '105714.617000', '105714.620000', '105714.623000', '105714.625000', '105714.628000', '105714.631000', '105714.633000', '105714.636000', '105714.638000', '105714.641000', '105714.644000', '105714.646000', '105714.649000', '105714.651000', '105714.654000', '105714.656000', '105714.659000', '105714.663000', '105714.666000', '105714.668000', '105714.671000', '105714.674000', '105714.676000', '105714.679000', '105714.682000', '105714.684000', '105714.687000', '105714.689000', '105714.692000', '105714.694000', '105714.697000', '105714.700000', '105714.702000', '105714.705000', '105714.707000', '105714.710000', '105714.713000', '105714.715000', '105734.602000', '105734.605000', '105734.608000', '105734.610000', '105734.613000', '105734.616000', '105734.618000', '105734.621000', '105734.623000', '105734.626000', '105734.628000', '105734.632000', '105734.634000', '105734.637000', '105734.640000', '105734.642000', '105734.645000', '105734.647000', '105734.650000', '105734.652000', '105734.655000', '105734.658000', '105734.660000', '105734.663000', '105734.665000', '105734.668000', '105734.670000', '105734.673000', '105734.676000', '105734.678000', '105734.681000', '105734.683000', '105734.686000', '105734.689000', '105734.691000', '105734.694000', '105734.696000', '105734.699000', '105734.701000', '105734.704000', '105734.706000', '105734.709000', '105734.712000', '105734.714000', '105754.603000', '105754.606000', '105754.609000', '105754.611000', '105754.614000', '105754.617000', '105754.619000', '105754.622000', '105754.624000', '105754.627000', '105754.629000', '105754.632000', '105754.635000', '105754.637000', '105754.640000', '105754.642000', '105754.645000', '105754.648000', '105754.650000', '105754.653000', '105754.655000', '105754.658000', '105754.661000', '105754.663000', '105754.666000', '105754.669000', '105754.672000', '105754.674000', '105754.677000', '105754.680000', '105754.682000', '105754.685000', '105754.687000', '105754.690000', '105754.693000', '105754.695000', '105754.698000', '105754.701000', '105754.703000', '105754.706000', '105754.709000', '105754.711000', '105754.714000', '105814.604000', '105814.607000', '105814.609000', '105814.612000', '105814.614000', '105814.617000', '105814.620000', '105814.622000', '105814.625000', '105814.627000', '105814.630000', '105814.633000', '105814.635000', '105814.638000', '105814.640000', '105814.643000', '105814.646000', '105814.648000', '105814.651000', '105814.653000', '105814.656000', '105814.659000', '105814.662000', '105814.664000', '105814.667000', '105814.681000', '105814.684000', '105814.686000', '105814.689000', '105814.692000', '105814.694000', '105814.697000', '105814.700000', '105814.702000', '105814.705000', '105814.708000', '105814.710000', '105814.713000', '105814.715000', '105814.718000', '105814.721000', '105814.723000', '105814.726000', '105814.728000', '105834.603000', '105834.606000', '105834.609000', '105834.612000', '105834.614000', '105834.617000', '105834.619000', '105834.622000', '105834.625000', '105834.627000', '105834.630000', '105834.632000', '105834.635000', '105834.638000', '105834.640000', '105834.643000', '105834.646000', '105834.648000', '105834.651000', '105834.654000', '105834.656000', '105834.659000', '105834.662000', '105834.664000', '105834.667000', '105834.669000', '105834.672000', '105834.675000', '105834.677000', '105834.680000', '105834.682000', '105834.685000', '105834.694000', '105834.696000', '105834.699000', '105834.703000', '105834.706000', '105834.708000', '105834.711000', '105834.714000', '105834.716000', '105834.719000', '105834.722000', '105854.603000', '105854.606000', '105854.609000', '105854.612000', '105854.614000', '105854.617000', '105854.620000', '105854.622000', '105854.625000', '105854.627000', '105854.630000', '105854.633000', '105854.635000', '105854.638000', '105854.641000', '105854.643000', '105854.646000', '105854.649000', '105854.651000', '105854.654000', '105854.656000', '105854.659000', '105854.662000', '105854.665000', '105854.667000', '105854.670000', '105854.673000', '105854.676000', '105854.678000', '105854.681000', '105854.683000', '105854.686000', '105854.688000', '105854.691000', '105854.694000', '105854.696000', '105854.699000', '105854.701000', '105854.704000', '105854.707000', '105854.709000', '105854.712000', '105854.714000', '105854.717000', '105914.604000', '105914.607000', '105914.609000', '105914.612000', '105914.614000', '105914.617000', '105914.620000', '105914.622000', '105914.625000', '105914.628000', '105914.631000', '105914.633000', '105914.636000', '105914.638000', '105914.641000', '105914.643000', '105914.646000', '105914.649000', '105914.651000', '105914.654000', '105914.656000', '105914.659000', '105914.662000', '105914.664000', '105914.667000', '105914.670000', '105914.672000', '105914.675000', '105914.677000', '105914.680000', '105914.683000', '105914.685000', '105914.688000', '105914.691000', '105914.693000', '105914.696000', '105914.698000', '105914.701000', '105914.704000', '105914.706000', '105914.709000', '105914.711000', '105914.714000', '105934.602000', '105934.605000', '105934.608000', '105934.610000', '105934.613000', '105934.615000', '105934.618000', '105934.621000', '105934.623000', '105934.633000', '105934.636000', '105934.638000', '105934.641000', '105934.644000', '105934.646000', '105934.649000', '105934.651000', '105934.654000', '105934.656000', '105934.659000', '105934.661000', '105934.664000', '105934.667000', '105934.669000', '105934.672000', '105934.674000', '105934.677000', '105934.680000', '105934.682000', '105934.685000', '105934.688000', '105934.690000', '105934.693000', '105934.695000', '105934.698000', '105934.701000', '105934.703000', '105934.706000', '105934.709000', '105934.711000', '105934.714000', '105934.716000', '105934.719000', '105934.722000', '105954.602000', '105954.605000', '105954.608000', '105954.610000', '105954.613000', '105954.616000', '105954.618000', '105954.621000', '105954.624000', '105954.626000', '105954.629000', '105954.631000', '105954.634000', '105954.637000', '105954.639000', '105954.642000', '105954.644000', '105954.647000', '105954.649000', '105954.652000', '105954.655000', '105954.657000', '105954.660000', '105954.662000', '105954.665000', '105954.667000', '105954.670000', '105954.673000', '105954.676000', '105954.678000', '105954.681000', '105954.683000', '105954.686000', '105954.689000', '105954.691000', '105954.694000', '105954.697000', '105954.699000', '105954.702000', '105954.704000', '105954.707000', '105954.709000', '105954.712000', '110014.603000', '110014.607000', '110014.610000', '110014.612000', '110014.615000', '110014.618000', '110014.621000', '110014.623000', '110014.626000', '110014.629000', '110014.631000', '110014.634000', '110014.636000', '110014.639000', '110014.642000', '110014.644000', '110014.647000', '110014.650000', '110014.652000', '110014.655000', '110014.658000', '110014.660000', '110014.663000', '110014.665000', '110014.668000', '110014.671000', '110014.674000', '110014.676000', '110014.679000', '110014.682000', '110014.684000', '110014.687000', '110014.689000', '110014.692000', '110014.695000', '110014.697000', '110014.700000', '110014.703000', '110014.705000', '110014.708000', '110014.711000', '110014.713000', '110014.716000', '110014.718000', '110034.603000', '110034.606000', '110034.609000', '110034.612000', '110034.615000', '110034.617000', '110034.620000', '110034.623000', '110034.625000', '110034.628000', '110034.630000', '110034.633000', '110034.636000', '110034.639000', '110034.641000', '110034.644000', '110034.647000', '110034.649000', '110034.652000', '110034.655000', '110034.657000', '110034.660000', '110034.662000', '110034.665000', '110034.668000', '110034.670000', '110034.673000', '110034.676000', '110034.678000', '110034.681000', '110034.684000', '110034.686000', '110034.689000', '110034.692000', '110034.694000', '110034.697000', '110034.700000', '110034.702000', '110034.705000', '110034.708000', '110034.710000', '110034.713000', '110034.715000', '110054.604000', '110054.606000', '110054.609000', '110054.612000', '110054.614000', '110054.617000', '110054.619000', '110054.622000', '110054.625000', '110054.627000', '110054.630000', '110054.632000', '110054.635000', '110054.637000', '110054.640000', '110054.643000', '110054.646000', '110054.648000', '110054.651000', '110054.654000', '110054.656000', '110054.659000', '110054.662000', '110054.664000', '110054.667000', '110054.670000', '110054.672000', '110054.675000', '110054.678000', '110054.689000', '110054.691000', '110054.694000', '110054.697000', '110054.699000', '110054.702000', '110054.704000', '110054.707000', '110054.710000', '110054.712000', '110054.715000', '110054.718000', '110054.720000', '110054.723000', '110054.725000', '110114.604000', '110114.607000', '110114.610000', '110114.612000', '110114.615000', '110114.618000', '110114.620000', '110114.623000', '110114.626000', '110114.628000', '110114.631000', '110114.634000', '110114.636000', '110114.639000', '110114.642000', '110114.644000', '110114.647000', '110114.660000', '110114.662000', '110114.665000', '110114.668000', '110114.671000', '110114.673000', '110114.676000', '110114.679000', '110114.681000', '110114.684000', '110114.687000', '110114.689000', '110114.692000', '110114.695000', '110114.697000', '110114.700000', '110114.703000', '110114.706000', '110114.708000', '110114.711000', '110114.713000', '110114.716000', '110114.719000', '110114.721000', '110114.724000', '110114.733000', '110134.603000', '110134.606000', '110134.609000', '110134.612000', '110134.614000', '110134.617000', '110134.620000', '110134.622000', '110134.625000', '110134.627000', '110134.630000', '110134.633000', '110134.635000', '110134.638000', '110134.640000', '110134.643000', '110134.646000', '110134.648000', '110134.651000', '110134.654000', '110134.656000', '110134.659000', '110134.661000', '110134.664000', '110134.667000', '110134.669000', '110134.672000', '110134.674000', '110134.677000', '110134.680000', '110134.682000', '110134.685000', '110134.688000', '110134.691000', '110134.694000', '110134.697000', '110134.699000', '110134.702000', '110134.704000', '110134.707000', '110134.710000', '110134.712000', '110134.715000', '110134.718000', '110154.602000', '110154.605000', '110154.608000', '110154.611000', '110154.613000', '110154.616000', '110154.619000', '110154.622000', '110154.624000', '110154.627000', '110154.629000', '110154.632000', '110154.634000', '110154.637000', '110154.640000', '110154.642000', '110154.645000', '110154.647000', '110154.650000', '110154.653000', '110154.655000', '110154.658000', '110154.660000', '110154.663000', '110154.666000', '110154.668000', '110154.671000', '110154.674000', '110154.676000', '110154.679000', '110154.682000', '110154.684000', '110154.687000', '110154.689000', '110154.692000', '110154.695000', '110154.697000', '110154.700000', '110154.703000', '110154.705000', '110154.708000', '110154.710000', '110154.713000', '110214.603000', '110214.606000', '110214.608000', '110214.611000', '110214.614000', '110214.625000', '110214.628000', '110214.630000', '110214.633000', '110214.635000', '110214.638000', '110214.641000', '110214.644000', '110214.646000', '110214.649000', '110214.652000', '110214.654000', '110214.657000', '110214.660000', '110214.662000', '110214.665000', '110214.667000', '110214.670000', '110214.673000', '110214.675000', '110214.678000', '110214.681000', '110214.684000', '110214.686000', '110214.689000', '110214.692000', '110214.694000', '110214.697000', '110214.700000', '110214.702000', '110214.705000', '110214.708000', '110214.710000', '110214.713000', '110214.715000', '110214.718000', '110214.721000', '110214.723000', '110214.733000', '110234.603000', '110234.606000', '110234.609000', '110234.612000', '110234.614000', '110234.617000', '110234.619000', '110234.622000', '110234.625000', '110234.627000', '110234.630000', '110234.632000', '110234.635000', '110234.637000', '110234.648000', '110234.651000', '110234.653000', '110234.656000', '110234.658000', '110234.661000', '110234.664000', '110234.667000', '110234.669000', '110234.672000', '110234.675000', '110234.677000', '110234.680000', '110234.682000', '110234.685000', '110234.688000', '110234.690000', '110234.693000', '110234.696000', '110234.698000', '110234.701000', '110234.703000', '110234.706000', '110234.709000', '110234.711000', '110234.714000', '110234.717000', '110234.719000', '110234.722000', '110254.603000', '110254.606000', '110254.609000', '110254.611000', '110254.614000', '110254.617000', '110254.619000', '110254.622000', '110254.625000', '110254.627000', '110254.630000', '110254.633000', '110254.635000', '110254.638000', '110254.640000', '110254.643000', '110254.646000', '110254.648000', '110254.651000', '110254.653000', '110254.656000', '110254.658000', '110254.661000', '110254.664000', '110254.666000', '110254.669000', '110254.671000', '110254.674000', '110254.677000', '110254.679000', '110254.682000', '110254.685000', '110254.687000', '110254.690000', '110254.692000', '110254.695000', '110254.697000', '110254.700000', '110254.703000', '110254.705000', '110254.708000', '110254.710000', '110254.713000', '110314.604000', '110314.606000', '110314.609000', '110314.612000', '110314.614000', '110314.617000', '110314.620000', '110314.622000', '110314.625000', '110314.627000', '110314.630000', '110314.632000', '110314.635000', '110314.638000', '110314.640000', '110314.643000', '110314.646000', '110314.648000', '110314.651000', '110314.653000', '110314.656000', '110314.658000', '110314.661000', '110314.664000', '110314.666000', '110314.669000', '110314.671000', '110314.674000', '110314.677000', '110314.679000', '110314.682000', '110314.685000', '110314.687000', '110314.690000', '110314.692000', '110314.695000', '110314.698000', '110314.700000', '110314.703000', '110314.706000', '110314.708000', '110314.711000', '110314.714000', '110314.716000', '110334.603000', '110334.606000', '110334.609000', '110334.612000', '110334.614000', '110334.617000', '110334.620000', '110334.623000', '110334.625000', '110334.628000', '110334.631000', '110334.633000', '110334.636000', '110334.639000', '110334.641000', '110334.644000', '110334.647000', '110334.649000', '110334.652000', '110334.654000', '110334.657000', '110334.659000', '110334.662000', '110334.665000', '110334.667000', '110334.670000', '110334.672000', '110334.675000', '110334.678000', '110334.680000', '110334.683000', '110334.686000', '110334.688000', '110334.691000', '110334.693000', '110334.696000', '110334.699000', '110334.701000', '110334.704000', '110334.706000', '110334.715000', '110334.717000', '110334.720000', '110354.602000', '110354.605000', '110354.608000', '110354.611000', '110354.613000', '110354.616000', '110354.618000', '110354.621000', '110354.624000', '110354.626000', '110354.629000', '110354.647000', '110354.650000', '110354.653000', '110354.655000', '110354.658000', '110354.661000', '110354.663000', '110354.666000', '110354.668000', '110354.671000', '110354.674000', '110354.676000', '110354.679000', '110354.681000', '110354.684000', '110354.687000', '110354.689000', '110354.692000', '110354.694000', '110354.697000', '110354.700000', '110354.702000', '110354.705000', '110354.707000', '110354.710000', '110354.713000', '110354.715000', '110354.718000', '110354.720000', '110354.723000', '110354.726000', '110354.728000', '110354.731000', '110414.602000', '110414.605000', '110414.608000', '110414.611000', '110414.613000', '110414.616000', '110414.618000', '110414.621000', '110414.624000', '110414.626000', '110414.629000', '110414.632000', '110414.634000', '110414.637000', '110414.639000', '110414.642000', '110414.645000', '110414.647000', '110414.650000', '110414.652000', '110414.655000', '110414.658000', '110414.660000', '110414.663000', '110414.666000', '110414.668000', '110414.671000', '110414.673000', '110414.676000', '110414.679000', '110414.681000', '110414.684000', '110414.687000', '110414.689000', '110414.692000', '110414.694000', '110414.697000', '110414.700000', '110414.702000', '110414.705000', '110414.708000', '110414.710000', '110414.713000', '110414.716000', '110434.603000', '110434.605000', '110434.608000', '110434.611000', '110434.613000', '110434.616000', '110434.618000', '110434.621000', '110434.624000', '110434.626000', '110434.629000', '110434.632000', '110434.634000', '110434.637000', '110434.639000', '110434.642000', '110434.645000', '110434.647000', '110434.650000', '110434.652000', '110434.655000', '110434.658000', '110434.660000', '110434.663000', '110434.665000', '110434.668000', '110434.671000', '110434.673000', '110434.676000', '110434.678000', '110434.681000', '110434.684000', '110434.686000', '110434.689000', '110434.691000', '110434.694000', '110434.696000', '110434.699000', '110434.702000', '110434.704000', '110434.707000', '110434.710000', '110434.712000', '110454.604000', '110454.607000', '110454.610000', '110454.612000', '110454.615000', '110454.618000', '110454.620000', '110454.623000', '110454.625000', '110454.628000', '110454.631000', '110454.633000', '110454.636000', '110454.638000', '110454.641000', '110454.644000', '110454.646000', '110454.649000', '110454.651000', '110454.654000', '110454.656000', '110454.660000', '110454.664000', '110454.666000', '110454.669000', '110454.672000', '110454.674000', '110454.677000', '110454.679000', '110454.682000', '110454.684000', '110454.687000', '110454.690000', '110454.692000', '110454.695000', '110454.698000', '110454.700000', '110454.703000', '110454.706000', '110454.708000', '110454.711000', '110454.713000', '110454.716000', '110514.604000', '110514.606000', '110514.609000', '110514.612000', '110514.614000', '110514.617000', '110514.619000', '110514.622000', '110514.638000', '110514.641000', '110514.644000', '110514.646000', '110514.649000', '110514.652000', '110514.654000', '110514.657000', '110514.660000', '110514.662000', '110514.665000', '110514.668000', '110514.670000', '110514.673000', '110514.675000', '110514.678000', '110514.681000', '110514.683000', '110514.686000', '110514.689000', '110514.691000', '110514.694000', '110514.696000', '110514.699000', '110514.702000', '110514.704000', '110514.707000', '110514.709000', '110514.712000', '110514.715000', '110514.717000', '110514.720000', '110514.722000', '110514.725000', '110514.728000', '110514.730000', '110531.412000', '110531.415000', '110531.417000', '110531.420000', '110531.423000', '110531.425000', '110531.428000', '110531.431000', '110531.434000', '110531.437000', '110531.439000', '110531.442000', '110531.445000', '110531.447000', '110531.450000', '110531.453000', '110531.455000', '110531.458000', '110531.461000', '110531.463000', '110531.466000', '110531.469000', '110531.472000', '110531.480000', '110531.486000', '110531.491000', '110531.494000', '110531.496000', '110531.499000', '110531.502000', '110531.505000', '110531.508000', '110531.511000', '110531.514000', '110531.516000', '110531.519000', '110531.522000'], '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': [17653, 13113, 17682, 13308, 17832, 13633, 16394, 12390, 16127, 12277, 16103, 12643, 15557, 12025, 15013, 11828, 14937, 11851, 13983, 12065, 15342, 11962, 15183, 12534, 15762, 12039, 15508, 12101, 15693, 12429, 15840, 11695, 14877, 12709, 14836, 13037, 15788, 12640, 15361, 12217, 14930, 13349, 14988, 13230, 14696, 12715, 14426, 13655, 14902, 12776, 14941, 12674, 15110, 13692, 14847, 12839, 15259, 13621, 15506, 13863, 15225, 12553, 10607, 13292, 9813, 13298, 9967, 13272, 10504, 13297, 10597, 13113, 11355, 13657, 12306, 14623, 13981, 15550, 12892, 10297, 13399, 10285, 13203, 10631, 14867, 11919, 15210, 12624, 16116, 12872, 16242, 13882, 16582, 13736, 14394, 13064, 10504, 13619, 11721, 14572, 11892, 14990, 13890, 15916, 13257, 16384, 13325, 9350, 13980, 11496, 15057, 11904, 15999, 12367, 15920, 13102, 16646, 13146, 11610, 13298, 9482, 13459, 10913, 13990, 12100, 14827, 13754, 10967, 13532, 9081, 13334, 11128, 13697, 12429, 15297, 11974, 10262, 12850, 12953, 10010, 14345, 11897, 15360, 13228, 9856, 13778, 10429, 15001, 10453, 15035, 11748, 14842, 12252, 14085, 11910, 13434, 12896, 11016, 12630, 8802, 12428, 10019, 12901, 11160, 13870, 10849, 15373, 11115, 15813, 12961, 16303, 12108, 17083, 11929, 13783, 12508, 12218, 13226, 9465, 15171, 10773, 15529, 10750, 15983, 12244, 16232, 12250, 15887, 11873, 15509, 12141, 14287, 12744, 14707, 12654, 10032, 12518, 10326, 13383, 11011, 14105, 12328, 14727, 12203, 14196, 12631, 13801, 12630, 9419, 12673, 9340, 13408, 11219, 14233, 12095, 14756, 12165, 15249, 12552, 15946, 12328, 15048, 12692, 14011, 12699, 9945, 12750, 9391, 12796, 10218, 14163, 10314, 14287, 10085, 14963, 11074, 14344, 10103, 14445, 9989, 14105, 9719, 13898, 9561, 13770, 10118, 13657, 11073, 13328, 11312, 13332, 12161, 13720, 12355, 14035, 12587, 14537, 13536, 14951, 12899, 15366, 12189, 9305, 13103, 10514, 13899, 11122, 14998, 12026, 15361, 12706, 15102, 11931, 10219, 13174, 9927, 14720, 9778, 15284, 11058, 14918, 11539, 14936, 11193, 15340, 12304, 14960, 12495, 14654, 11830, 14310, 12936, 11145, 13018, 9646, 12931, 10154, 14013, 11031, 14299, 10727, 15541, 11333, 15301, 11549, 15627, 11967, 15907, 12365, 15434, 13446, 16113, 12588, 10053, 12941, 10656, 13683, 11227, 14364, 12293, 14324, 13540, 15674, 12929, 15791, 13030, 11874, 14281, 9965, 12890, 12563, 9196, 12608, 11689, 13878, 12210, 10045, 12979, 10494, 15112, 11484, 15623, 11955, 15941, 12046, 14285, 11619, 10674, 12307, 9324, 14306, 9949, 14291, 10788, 15022, 11945, 13868, 11793, 12694, 12243, 8972, 12724, 9663, 14115, 10054, 15320, 11484, 15366, 11365, 15697, 11506, 15627, 12543, 14643, 12305, 14873, 12591, 15487, 13613, 14938, 13554, 15132, 12956, 15350, 13167, 14900, 13221, 13710, 12661, 8812, 12701, 10575, 13205, 10446, 13775, 11850, 13862, 11934, 13960, 11635, 14526, 13320, 14631, 13034, 14241, 13368, 9061, 12961, 12095, 13288, 13502, 11012, 13398, 12186, 16301, 13337, 11507, 14418, 13135, 14739, 10405, 15306, 10884, 15595, 10257, 15228, 11860, 14217, 12186, 13528, 11958, 13196, 12580, 12717, 12678, 12715, 13771, 14055, 13563, 13891, 13087, 14536, 12846, 10361, 13501, 10564, 13238, 10029, 13601, 9238, 13745, 10437, 13710, 9479, 13859, 10659, 14070, 10531, 14978, 9849, 14802, 10980, 9246, 12050, 11216, 13482, 12716, 15863, 11958, 15160, 11731, 15603, 11274, 15652, 10519, 16277, 10160, 16270, 9954, 16239, 11282, 16137, 11369, 16090, 12234, 15842, 12201, 15758, 11655, 15778, 12392, 15895, 12254, 15572, 11969, 15381, 11953, 15087, 12323, 13755, 12781, 13648, 12549, 13394, 12400, 12592, 12374, 12288, 12108, 9938, 12967, 9095, 12340, 9230, 12280, 8723, 12791, 8771, 12861, 9291, 12623, 10675, 12894, 11399, 12228, 12487, 12361, 12673, 11848, 12132, 10590, 12423, 8445, 12657, 9326, 13166, 9862, 13631, 9378, 14374, 10424, 14236, 9703, 14422, 10878, 14270, 11891, 13993, 11352, 14398, 11621, 14524, 12221, 14835, 11825, 14757, 12137, 14938, 12392, 14615, 12165, 14205, 12519, 14593, 12486, 14608, 12128, 14776, 12903, 14843, 12361, 14632, 12730, 14674, 13040, 14633, 12570, 14294, 12066, 12493, 12717, 10451, 12449, 8812, 12962, 10292, 13634, 11128, 13805, 11762, 14552, 12938, 14442, 12492, 14807, 11722, 10547, 12698, 9178, 13737, 9357, 14657, 10999, 14732, 12209, 14808, 11625, 14786, 12429, 11679, 12496, 10271, 12901, 10113, 14089, 11269, 14155, 11686, 15061, 12369, 15357, 12293, 14276, 11971, 9740, 13049, 9229, 14261, 9365, 14431, 11775, 13998, 12621, 14354, 11152, 11637, 12868, 9051, 12552, 9108, 13306, 10395, 13355, 12405, 12863, 11132, 9869, 13260, 12607, 10009, 13701, 10562, 15408, 12421, 15814, 12023, 15611, 12462, 17756, 13848, 17931, 13140, 9184, 13024, 11015, 13894, 11646, 13840, 12171, 13434, 12069, 12863, 12257, 9326, 13443, 10434, 14564, 10944, 15332, 12209, 15208, 11945, 15695, 12282, 12487, 11887, 10852, 12984, 9945, 14006, 11041, 14176, 11738, 14303, 11369, 14699, 12180, 10375, 11907, 9605, 13804, 11914, 14741, 12348, 14440, 12350, 14652, 13000, 9284, 13234, 12496, 15441, 12859, 10117, 13041, 12113, 11020, 15403, 12097, 14002, 14041, 10883, 16508, 10797, 17986, 12326, 10016, 15159, 10567, 15955, 12119, 10973, 12646, 9827, 14348, 10600, 13997, 11396, 9272, 12463, 9210, 13863, 10020, 15172, 10860, 14831, 11247, 15982, 11812, 11378, 11850, 10596, 11982, 12736, 11973, 9141, 12523, 8684, 13069, 8802, 13258, 9211, 13200, 9614, 12803, 9805, 12995, 9932, 13295, 10307, 12888, 10056, 13183, 10003, 13316, 11110, 12347, 10817, 12598, 10641, 11977, 10536, 11809, 10737, 9185, 10888, 9633, 10841, 12462, 10729, 8379, 11662, 8375, 12069, 9092, 12135, 8332, 12518, 9095, 12244, 9097, 12996, 8689, 13093, 10148, 13119, 9694, 13667, 11111, 12915, 14255, 12139, 11048, 12823, 14042, 12353, 15962, 11463, 13656, 11275, 13675, 11242, 14047, 11100, 10031, 11372, 10287, 12409, 10550, 12434, 8993, 13421, 10443, 12969, 12122, 12210, 9272, 13058, 9912, 13317, 9975, 12761, 9280, 13269, 9778, 13264, 9558, 13533, 9256, 14210, 9735, 14039, 9869, 14455, 10452, 14351, 10469, 14289, 10681, 14241, 10821, 14404, 11404, 14438, 11032, 14202, 11420, 14507, 11104, 14245, 11356, 13990, 11173, 14138, 11163, 14678, 11711, 13108, 11266, 12298, 11178, 13875, 11129, 11393, 11020, 12155, 10872, 13124, 11439, 12937, 11023, 12345, 10962, 12054, 10495, 12252, 10495, 11686, 10348, 11735, 9510, 12146, 9519, 12368, 9426, 11878, 9503, 11841, 9931, 12673, 10097, 12919, 10398, 13491, 10652, 14668, 10852, 14606, 10488, 14479, 11075, 15411, 11065, 14798, 11074, 10560, 11836, 10484, 12423, 12370, 11927, 9600, 13432, 10447, 13065, 11977, 12596, 9832, 13081, 9797, 13871, 9992, 13653, 8916, 13426, 9505, 13330, 9785, 12510, 9015, 12956, 9423, 12795, 9547, 12498, 8848, 13135, 9383, 13557, 8967, 13917, 9007, 13499, 9276, 13954, 9104, 13522, 9140, 13659, 9504, 13329, 9756, 14006, 10344, 13506, 10777, 13786, 11694, 9944, 13235, 9507, 14732, 11939, 9855, 14978, 10765, 17143, 11439, 9584, 13636, 10453, 10506, 12883, 9962, 15254, 10925, 9278, 12143, 10064, 11625, 11192, 10210, 13100, 9531, 9890, 10777, 10932, 14739, 11817, 8519, 13683, 10645, 9968, 14613, 10388, 14906, 12172, 9690, 13120, 10401, 11952, 10225, 10357, 11667, 10301, 11468, 10187, 11186, 10315, 10079, 10586, 8512, 10758, 10121, 12098, 12117, 10064, 11792, 9238, 12097, 9974, 13480, 11659, 14623, 11467, 15888, 11973, 9187, 12209, 9550, 13801, 11383, 14747, 11746, 16409, 11793, 17919, 11727, 9493, 11550, 9416, 12870, 10004, 13366, 10380, 13670, 10640, 13441, 10864, 13705, 10609, 13819, 10761, 14013, 10317, 13693, 9302, 13189, 9023, 12579, 8954, 12234, 8518, 11901, 9730, 11749, 9936, 11794, 9953, 11480, 9988, 12201, 10353, 12012, 11053, 13751, 11665, 10619, 11308, 8914, 13492, 10217, 14086, 10379, 14461, 11029, 11160, 11499, 10488, 13138, 9167, 14290, 8849, 14829, 10092, 14327, 10723, 14336, 11031, 10883, 11630, 9152, 13268, 8651, 13407, 10220, 12938, 12005, 9028, 13407, 10735, 10139, 12185, 9356, 13793, 9937, 14449, 10310, 14078, 10062, 14107, 10147, 13201, 9978, 12119, 9633, 11775, 9735, 11684, 9689, 11759, 10138, 11613, 9882, 10934, 10383, 11847, 10890, 11914, 10505, 9126, 10804, 8536, 10505, 8542, 10763, 8228, 11701, 8836, 11989, 9226, 13338, 9846, 13613, 10425, 13678, 10663, 14013, 10724, 13940, 10588, 13681, 10730, 13578, 10738, 9884, 11553, 9915, 12358, 9015, 12660, 9828, 12825, 10127, 12332, 9524, 12873, 9853, 12863, 9703, 12771, 9052, 12803, 9427, 12722, 9487, 12978, 9248, 12763, 9527, 12895, 9730, 13187, 9855, 12468, 9965, 12237, 10197, 12477, 10180, 12274, 10148, 12117, 10303, 12898, 10251, 11829, 10846, 10358, 10984, 8777, 11052, 9487, 11304, 9076, 11442, 8504, 12184, 9275, 12007, 10174, 12728, 10294, 12926, 10772, 13159, 10736, 13348, 10471, 13078, 10709, 13054, 10540, 13038, 10513, 12510, 10469, 12721, 10534, 12716, 10505, 11360, 11115, 10663, 10818, 9064, 11423, 9319, 11769, 9478, 12045, 10452, 12080, 10661, 12129, 10399, 11958, 9649, 12059, 10067, 11930, 10212, 12767, 10057, 12852, 10229, 13125, 10215, 11549, 10435, 10390, 11137, 8688, 11766, 9043, 12403, 9716, 8802, 12851, 11370, 11311, 16616, 10554, 12853, 9952, 12340, 9804, 13225, 11039, 15012, 10794, 15094, 11881, 14405, 12552, 10298, 14041, 11898, 15863, 12664, 13605, 13540], 'WindowCenter': [4617.0, 4573.0, 4589.0, 4558.0, 4587.0, 4558.0, 4565.0, 4558.0, 4564.0, 4545.0, 4562.0, 4544.0, 4553.0, 4533.0, 4562.0, 4543.0, 4562.0, 4533.0, 4551.0, 4543.0, 4563.0, 4545.0, 4563.0, 4546.0, 4563.0, 4544.0, 4564.0, 4546.0, 4564.0, 4543.0, 4562.0, 4544.0, 4565.0, 4557.0, 4565.0, 4570.0, 4579.0, 4557.0, 4566.0, 4547.0, 4565.0, 4556.0, 4564.0, 4556.0, 4566.0, 4557.0, 4565.0, 4567.0, 4567.0, 4557.0, 4567.0, 4558.0, 4566.0, 4568.0, 4565.0, 4558.0, 4565.0, 4565.0, 4566.0, 4566.0, 4578.0, 4558.0, 4536.0, 4555.0, 4527.0, 4566.0, 4526.0, 4570.0, 4536.0, 4557.0, 4539.0, 4570.0, 4560.0, 4567.0, 4570.0, 4578.0, 4566.0, 4577.0, 4557.0, 4536.0, 4568.0, 4536.0, 4568.0, 4539.0, 4567.0, 4546.0, 4566.0, 4556.0, 4576.0, 4557.0, 4573.0, 4557.0, 4574.0, 4566.0, 4567.0, 4556.0, 4535.0, 4567.0, 4547.0, 4578.0, 4560.0, 4577.0, 4568.0, 4578.0, 4569.0, 4590.0, 4569.0, 4517.0, 4567.0, 4545.0, 4576.0, 4547.0, 4574.0, 4544.0, 4565.0, 4556.0, 4588.0, 4567.0, 4544.0, 4554.0, 4512.0, 4552.0, 4534.0, 4553.0, 4544.0, 4554.0, 4554.0, 4533.0, 4554.0, 4505.0, 4554.0, 4533.0, 4555.0, 4556.0, 4578.0, 4547.0, 4524.0, 4556.0, 4555.0, 4525.0, 4565.0, 4557.0, 4578.0, 4557.0, 4525.0, 4565.0, 4523.0, 4566.0, 4524.0, 4553.0, 4532.0, 4551.0, 4532.0, 4553.0, 4533.0, 4542.0, 4556.0, 4533.0, 4557.0, 4518.0, 4557.0, 4527.0, 4568.0, 4549.0, 4580.0, 4550.0, 4577.0, 4547.0, 4576.0, 4567.0, 4577.0, 4547.0, 4575.0, 4546.0, 4553.0, 4545.0, 4544.0, 4554.0, 4513.0, 4564.0, 4523.0, 4563.0, 4523.0, 4562.0, 4532.0, 4561.0, 4532.0, 4561.0, 4531.0, 4550.0, 4532.0, 4540.0, 4542.0, 4540.0, 4541.0, 4510.0, 4531.0, 4509.0, 4541.0, 4522.0, 4551.0, 4542.0, 4551.0, 4543.0, 4552.0, 4542.0, 4541.0, 4543.0, 4512.0, 4556.0, 4516.0, 4555.0, 4559.0, 4566.0, 4547.0, 4566.0, 4546.0, 4563.0, 4546.0, 4563.0, 4545.0, 4563.0, 4544.0, 4552.0, 4543.0, 4512.0, 4545.0, 4503.0, 4544.0, 4523.0, 4554.0, 4524.0, 4564.0, 4523.0, 4564.0, 4534.0, 4554.0, 4523.0, 4553.0, 4511.0, 4552.0, 4501.0, 4542.0, 4501.0, 4541.0, 4511.0, 4552.0, 4532.0, 4542.0, 4533.0, 4553.0, 4544.0, 4552.0, 4544.0, 4553.0, 4545.0, 4553.0, 4555.0, 4553.0, 4555.0, 4564.0, 4545.0, 4514.0, 4555.0, 4523.0, 4555.0, 4535.0, 4565.0, 4546.0, 4563.0, 4556.0, 4564.0, 4546.0, 4524.0, 4555.0, 4513.0, 4554.0, 4512.0, 4563.0, 4522.0, 4552.0, 4531.0, 4552.0, 4522.0, 4551.0, 4543.0, 4552.0, 4542.0, 4553.0, 4534.0, 4551.0, 4544.0, 4532.0, 4555.0, 4515.0, 4555.0, 4524.0, 4565.0, 4533.0, 4566.0, 4535.0, 4565.0, 4533.0, 4562.0, 4532.0, 4553.0, 4532.0, 4551.0, 4533.0, 4551.0, 4542.0, 4564.0, 4533.0, 4511.0, 4542.0, 4522.0, 4553.0, 4533.0, 4552.0, 4543.0, 4552.0, 4553.0, 4562.0, 4543.0, 4551.0, 4543.0, 4531.0, 4542.0, 4512.0, 4542.0, 4556.0, 4516.0, 4556.0, 4546.0, 4568.0, 4560.0, 4525.0, 4555.0, 4524.0, 4565.0, 4536.0, 4564.0, 4533.0, 4562.0, 4534.0, 4552.0, 4534.0, 4511.0, 4532.0, 4502.0, 4553.0, 4513.0, 4553.0, 4523.0, 4563.0, 4534.0, 4552.0, 4545.0, 4542.0, 4544.0, 4503.0, 4545.0, 4514.0, 4555.0, 4514.0, 4565.0, 4534.0, 4564.0, 4534.0, 4563.0, 4522.0, 4553.0, 4532.0, 4551.0, 4533.0, 4551.0, 4545.0, 4551.0, 4553.0, 4551.0, 4543.0, 4551.0, 4544.0, 4551.0, 4543.0, 4550.0, 4543.0, 4543.0, 4544.0, 4502.0, 4542.0, 4522.0, 4555.0, 4524.0, 4552.0, 4534.0, 4553.0, 4544.0, 4555.0, 4535.0, 4553.0, 4557.0, 4564.0, 4566.0, 4564.0, 4565.0, 4514.0, 4557.0, 4555.0, 4567.0, 4558.0, 4536.0, 4557.0, 4559.0, 4579.0, 4569.0, 4547.0, 4567.0, 4557.0, 4555.0, 4512.0, 4552.0, 4510.0, 4551.0, 4509.0, 4550.0, 4520.0, 4540.0, 4520.0, 4541.0, 4519.0, 4542.0, 4533.0, 4541.0, 4545.0, 4542.0, 4554.0, 4552.0, 4544.0, 4553.0, 4555.0, 4553.0, 4545.0, 4513.0, 4554.0, 4524.0, 4544.0, 4513.0, 4554.0, 4503.0, 4554.0, 4523.0, 4544.0, 4502.0, 4542.0, 4511.0, 4553.0, 4513.0, 4579.0, 4554.0, 4566.0, 4524.0, 4500.0, 4530.0, 4548.0, 4567.0, 4557.0, 4565.0, 4546.0, 4567.0, 4535.0, 4564.0, 4521.0, 4551.0, 4510.0, 4550.0, 4510.0, 4548.0, 4488.0, 4548.0, 4495.0, 4534.0, 4506.0, 4535.0, 4503.0, 4534.0, 4504.0, 4523.0, 4493.0, 4522.0, 4502.0, 4523.0, 4501.0, 4521.0, 4492.0, 4521.0, 4492.0, 4520.0, 4501.0, 4510.0, 4514.0, 4512.0, 4514.0, 4513.0, 4516.0, 4515.0, 4527.0, 4515.0, 4528.0, 4497.0, 4528.0, 4488.0, 4529.0, 4489.0, 4530.0, 4489.0, 4530.0, 4490.0, 4541.0, 4500.0, 4541.0, 4522.0, 4541.0, 4535.0, 4542.0, 4543.0, 4542.0, 4555.0, 4543.0, 4555.0, 4534.0, 4555.0, 4495.0, 4555.0, 4513.0, 4556.0, 4513.0, 4554.0, 4502.0, 4553.0, 4523.0, 4553.0, 4512.0, 4553.0, 4523.0, 4552.0, 4533.0, 4553.0, 4535.0, 4553.0, 4535.0, 4552.0, 4544.0, 4553.0, 4535.0, 4553.0, 4533.0, 4551.0, 4543.0, 4551.0, 4533.0, 4551.0, 4544.0, 4552.0, 4545.0, 4553.0, 4546.0, 4553.0, 4545.0, 4553.0, 4544.0, 4552.0, 4543.0, 4551.0, 4542.0, 4551.0, 4532.0, 4551.0, 4534.0, 4530.0, 4542.0, 4521.0, 4543.0, 4503.0, 4543.0, 4522.0, 4553.0, 4534.0, 4554.0, 4534.0, 4554.0, 4545.0, 4553.0, 4545.0, 4553.0, 4544.0, 4523.0, 4544.0, 4502.0, 4554.0, 4503.0, 4564.0, 4524.0, 4553.0, 4543.0, 4554.0, 4534.0, 4552.0, 4545.0, 4532.0, 4544.0, 4523.0, 4543.0, 4523.0, 4554.0, 4533.0, 4553.0, 4534.0, 4552.0, 4544.0, 4552.0, 4534.0, 4553.0, 4533.0, 4512.0, 4543.0, 4502.0, 4552.0, 4503.0, 4551.0, 4533.0, 4553.0, 4543.0, 4552.0, 4534.0, 4532.0, 4544.0, 4502.0, 4544.0, 4503.0, 4554.0, 4523.0, 4555.0, 4545.0, 4556.0, 4548.0, 4525.0, 4556.0, 4559.0, 4538.0, 4568.0, 4536.0, 4578.0, 4546.0, 4567.0, 4546.0, 4552.0, 4545.0, 4575.0, 4554.0, 4572.0, 4542.0, 4501.0, 4541.0, 4523.0, 4553.0, 4534.0, 4553.0, 4545.0, 4552.0, 4547.0, 4556.0, 4545.0, 4503.0, 4555.0, 4534.0, 4576.0, 4546.0, 4574.0, 4554.0, 4561.0, 4543.0, 4562.0, 4543.0, 4541.0, 4533.0, 4521.0, 4542.0, 4511.0, 4552.0, 4520.0, 4551.0, 4531.0, 4552.0, 4560.0, 4551.0, 4533.0, 4525.0, 4529.0, 4500.0, 4552.0, 4545.0, 4563.0, 4545.0, 4564.0, 4545.0, 4564.0, 4554.0, 4516.0, 4569.0, 4558.0, 4580.0, 4570.0, 4537.0, 4567.0, 4558.0, 4548.0, 4592.0, 4572.0, 4568.0, 4599.0, 4582.0, 4580.0, 4510.0, 4560.0, 4542.0, 4511.0, 4550.0, 4522.0, 4549.0, 4529.0, 4509.0, 4529.0, 4510.0, 4539.0, 4522.0, 4550.0, 4531.0, 4501.0, 4541.0, 4515.0, 4552.0, 4513.0, 4552.0, 4521.0, 4551.0, 4533.0, 4560.0, 4531.0, 4518.0, 4530.0, 4508.0, 4531.0, 4538.0, 4529.0, 4488.0, 4529.0, 4488.0, 4539.0, 4501.0, 4539.0, 4501.0, 4540.0, 4512.0, 4541.0, 4524.0, 4542.0, 4514.0, 4553.0, 4523.0, 4543.0, 4525.0, 4543.0, 4514.0, 4551.0, 4534.0, 4543.0, 4535.0, 4542.0, 4535.0, 4542.0, 4536.0, 4545.0, 4535.0, 4514.0, 4536.0, 4524.0, 4536.0, 4554.0, 4536.0, 4504.0, 4545.0, 4505.0, 4557.0, 4515.0, 4545.0, 4494.0, 4555.0, 4515.0, 4556.0, 4515.0, 4566.0, 4505.0, 4566.0, 4536.0, 4556.0, 4524.0, 4566.0, 4534.0, 4556.0, 4564.0, 4545.0, 4533.0, 4556.0, 4551.0, 4544.0, 4564.0, 4534.0, 4553.0, 4534.0, 4550.0, 4534.0, 4553.0, 4532.0, 4511.0, 4533.0, 4521.0, 4542.0, 4522.0, 4542.0, 4500.0, 4555.0, 4523.0, 4554.0, 4531.0, 4542.0, 4511.0, 4552.0, 4511.0, 4553.0, 4510.0, 4541.0, 4500.0, 4541.0, 4510.0, 4542.0, 4510.0, 4541.0, 4501.0, 4549.0, 4512.0, 4552.0, 4513.0, 4550.0, 4522.0, 4551.0, 4522.0, 4551.0, 4523.0, 4551.0, 4522.0, 4550.0, 4531.0, 4551.0, 4523.0, 4550.0, 4533.0, 4550.0, 4532.0, 4551.0, 4532.0, 4550.0, 4533.0, 4550.0, 4532.0, 4551.0, 4532.0, 4540.0, 4532.0, 4529.0, 4531.0, 4540.0, 4521.0, 4519.0, 4522.0, 4528.0, 4522.0, 4542.0, 4532.0, 4540.0, 4522.0, 4530.0, 4522.0, 4530.0, 4522.0, 4530.0, 4522.0, 4530.0, 4522.0, 4531.0, 4513.0, 4541.0, 4512.0, 4542.0, 4501.0, 4543.0, 4514.0, 4542.0, 4524.0, 4541.0, 4525.0, 4555.0, 4525.0, 4553.0, 4525.0, 4563.0, 4536.0, 4564.0, 4525.0, 4553.0, 4535.0, 4563.0, 4546.0, 4564.0, 4534.0, 4522.0, 4544.0, 4522.0, 4555.0, 4543.0, 4544.0, 4511.0, 4556.0, 4523.0, 4555.0, 4531.0, 4543.0, 4511.0, 4542.0, 4511.0, 4554.0, 4511.0, 4552.0, 4500.0, 4541.0, 4511.0, 4554.0, 4511.0, 4541.0, 4500.0, 4542.0, 4500.0, 4543.0, 4511.0, 4542.0, 4502.0, 4542.0, 4501.0, 4553.0, 4502.0, 4552.0, 4501.0, 4542.0, 4502.0, 4552.0, 4492.0, 4551.0, 4502.0, 4550.0, 4513.0, 4552.0, 4514.0, 4552.0, 4522.0, 4553.0, 4533.0, 4553.0, 4546.0, 4526.0, 4557.0, 4526.0, 4564.0, 4546.0, 4526.0, 4591.0, 4576.0, 4587.0, 4545.0, 4528.0, 4597.0, 4592.0, 4540.0, 4529.0, 4488.0, 4528.0, 4498.0, 4478.0, 4493.0, 4486.0, 4522.0, 4538.0, 4543.0, 4545.0, 4504.0, 4502.0, 4509.0, 4510.0, 4539.0, 4518.0, 4465.0, 4526.0, 4510.0, 4488.0, 4538.0, 4511.0, 4537.0, 4516.0, 4484.0, 4513.0, 4497.0, 4503.0, 4483.0, 4495.0, 4505.0, 4499.0, 4517.0, 4510.0, 4520.0, 4523.0, 4500.0, 4496.0, 4478.0, 4520.0, 4525.0, 4541.0, 4543.0, 4525.0, 4547.0, 4515.0, 4546.0, 4537.0, 4567.0, 4547.0, 4577.0, 4548.0, 4565.0, 4545.0, 4514.0, 4545.0, 4527.0, 4555.0, 4535.0, 4564.0, 4545.0, 4564.0, 4546.0, 4575.0, 4534.0, 4512.0, 4532.0, 4501.0, 4543.0, 4525.0, 4552.0, 4523.0, 4552.0, 4523.0, 4553.0, 4524.0, 4541.0, 4522.0, 4541.0, 4521.0, 4540.0, 4511.0, 4539.0, 4487.0, 4528.0, 4487.0, 4527.0, 4489.0, 4519.0, 4477.0, 4518.0, 4498.0, 4529.0, 4512.0, 4530.0, 4513.0, 4529.0, 4512.0, 4532.0, 4523.0, 4532.0, 4534.0, 4501.0, 4480.0, 4495.0, 4520.0, 4491.0, 4541.0, 4511.0, 4552.0, 4526.0, 4553.0, 4523.0, 4533.0, 4534.0, 4523.0, 4556.0, 4516.0, 4552.0, 4502.0, 4565.0, 4522.0, 4553.0, 4524.0, 4540.0, 4523.0, 4520.0, 4533.0, 4513.0, 4541.0, 4490.0, 4539.0, 4510.0, 4540.0, 4532.0, 4503.0, 4552.0, 4534.0, 4522.0, 4543.0, 4513.0, 4541.0, 4500.0, 4550.0, 4509.0, 4538.0, 4499.0, 4536.0, 4497.0, 4526.0, 4497.0, 4515.0, 4498.0, 4516.0, 4498.0, 4516.0, 4499.0, 4518.0, 4523.0, 4530.0, 4511.0, 4520.0, 4512.0, 4530.0, 4533.0, 4531.0, 4523.0, 4513.0, 4535.0, 4504.0, 4535.0, 4503.0, 4533.0, 4508.0, 4557.0, 4517.0, 4557.0, 4516.0, 4554.0, 4525.0, 4553.0, 4535.0, 4555.0, 4524.0, 4552.0, 4534.0, 4553.0, 4526.0, 4553.0, 4533.0, 4552.0, 4535.0, 4513.0, 4545.0, 4525.0, 4544.0, 4503.0, 4554.0, 4513.0, 4556.0, 4524.0, 4542.0, 4501.0, 4541.0, 4511.0, 4542.0, 4501.0, 4530.0, 4490.0, 4531.0, 4490.0, 4530.0, 4499.0, 4529.0, 4499.0, 4529.0, 4499.0, 4529.0, 4499.0, 4529.0, 4498.0, 4528.0, 4509.0, 4527.0, 4510.0, 4528.0, 4509.0, 4518.0, 4510.0, 4528.0, 4510.0, 4540.0, 4523.0, 4530.0, 4534.0, 4522.0, 4521.0, 4504.0, 4533.0, 4512.0, 4533.0, 4501.0, 4531.0, 4493.0, 4543.0, 4516.0, 4543.0, 4513.0, 4541.0, 4524.0, 4542.0, 4534.0, 4554.0, 4524.0, 4540.0, 4512.0, 4538.0, 4511.0, 4541.0, 4511.0, 4528.0, 4510.0, 4528.0, 4511.0, 4540.0, 4511.0, 4529.0, 4511.0, 4518.0, 4521.0, 4509.0, 4510.0, 4490.0, 4522.0, 4489.0, 4531.0, 4501.0, 4530.0, 4509.0, 4530.0, 4509.0, 4529.0, 4510.0, 4519.0, 4499.0, 4529.0, 4501.0, 4519.0, 4511.0, 4530.0, 4513.0, 4530.0, 4513.0, 4541.0, 4524.0, 4534.0, 4536.0, 4524.0, 4547.0, 4506.0, 4533.0, 4492.0, 4532.0, 4499.0, 4516.0, 4556.0, 4532.0, 4523.0, 4561.0, 4512.0, 4540.0, 4513.0, 4529.0, 4512.0, 4518.0, 4535.0, 4550.0, 4521.0, 4550.0, 4533.0, 4553.0, 4545.0, 4523.0, 4564.0, 4534.0, 4562.0, 4531.0, 4541.0, 4555.0], 'WindowWidth': [10101.0, 10030.0, 10042.0, 9998.0, 10038.0, 9996.0, 10001.0, 9999.0, 9997.0, 9974.0, 9992.0, 9969.0, 9981.0, 9953.0, 9995.0, 9972.0, 9995.0, 9957.0, 9977.0, 9970.0, 9996.0, 9976.0, 9999.0, 9977.0, 9995.0, 9972.0, 9998.0, 9978.0, 9997.0, 9970.0, 9994.0, 9973.0, 10000.0, 9994.0, 10000.0, 10017.0, 10028.0, 9995.0, 10005.0, 9980.0, 9999.0, 9991.0, 9999.0, 9992.0, 10007.0, 9994.0, 10003.0, 10008.0, 10007.0, 9997.0, 10009.0, 9996.0, 10005.0, 10008.0, 10004.0, 9997.0, 10002.0, 10003.0, 10004.0, 10005.0, 10025.0, 9998.0, 9964.0, 9989.0, 9952.0, 10007.0, 9952.0, 10017.0, 9964.0, 9993.0, 9971.0, 10019.0, 10006.0, 10010.0, 10017.0, 10024.0, 10008.0, 10024.0, 9997.0, 9965.0, 10011.0, 9965.0, 10013.0, 9973.0, 10009.0, 9979.0, 10006.0, 9991.0, 10020.0, 9995.0, 10010.0, 9993.0, 10013.0, 10005.0, 10009.0, 9994.0, 9963.0, 10009.0, 9980.0, 10028.0, 10004.0, 10023.0, 10013.0, 10027.0, 10017.0, 10049.0, 10015.0, 9940.0, 10009.0, 9976.0, 10022.0, 9979.0, 10016.0, 9972.0, 10002.0, 9993.0, 10044.0, 10012.0, 9973.0, 9986.0, 9925.0, 9982.0, 9957.0, 9983.0, 9971.0, 9985.0, 9987.0, 9956.0, 9986.0, 9920.0, 9985.0, 9954.0, 9990.0, 9995.0, 10029.0, 9982.0, 9947.0, 9994.0, 9991.0, 9948.0, 10003.0, 9997.0, 10027.0, 9993.0, 9947.0, 10004.0, 9942.0, 10004.0, 9944.0, 9980.0, 9950.0, 9975.0, 9952.0, 9982.0, 9956.0, 9964.0, 9993.0, 9957.0, 9997.0, 9946.0, 9997.0, 9954.0, 10012.0, 9987.0, 10035.0, 9992.0, 10024.0, 9983.0, 10021.0, 10010.0, 10025.0, 9982.0, 10017.0, 9978.0, 9984.0, 9975.0, 9972.0, 9986.0, 9928.0, 10000.0, 9940.0, 9997.0, 9941.0, 9994.0, 9952.0, 9990.0, 9952.0, 9990.0, 9951.0, 9973.0, 9951.0, 9958.0, 9964.0, 9959.0, 9963.0, 9917.0, 9947.0, 9916.0, 9962.0, 9937.0, 9976.0, 9965.0, 9974.0, 9969.0, 9980.0, 9967.0, 9962.0, 9969.0, 9927.0, 9992.0, 9938.0, 9989.0, 10003.0, 10007.0, 9980.0, 10006.0, 9978.0, 9997.0, 9977.0, 9997.0, 9975.0, 9995.0, 9971.0, 9977.0, 9968.0, 9926.0, 9973.0, 9914.0, 9971.0, 9941.0, 9986.0, 9944.0, 10000.0, 9942.0, 9998.0, 9956.0, 9985.0, 9942.0, 9982.0, 9922.0, 9979.0, 9908.0, 9964.0, 9909.0, 9963.0, 9921.0, 9979.0, 9951.0, 9967.0, 9956.0, 9982.0, 9971.0, 9980.0, 9972.0, 9981.0, 9972.0, 9983.0, 9987.0, 9980.0, 9988.0, 10000.0, 9973.0, 9929.0, 9986.0, 9942.0, 9988.0, 9964.0, 10004.0, 9977.0, 9996.0, 9990.0, 10001.0, 9978.0, 9944.0, 9987.0, 9926.0, 9983.0, 9925.0, 9994.0, 9936.0, 9977.0, 9947.0, 9979.0, 9936.0, 9976.0, 9968.0, 9978.0, 9965.0, 9981.0, 9956.0, 9976.0, 9972.0, 9952.0, 9987.0, 9933.0, 9987.0, 9944.0, 10002.0, 9956.0, 10003.0, 9960.0, 10001.0, 9953.0, 9993.0, 9950.0, 9980.0, 9949.0, 9976.0, 9951.0, 9973.0, 9965.0, 9995.0, 9952.0, 9921.0, 9964.0, 9936.0, 9982.0, 9954.0, 9978.0, 9967.0, 9976.0, 9980.0, 9991.0, 9967.0, 9974.0, 9967.0, 9946.0, 9961.0, 9922.0, 9966.0, 9991.0, 9937.0, 9991.0, 9979.0, 10013.0, 10003.0, 9949.0, 9988.0, 9944.0, 10000.0, 9962.0, 9998.0, 9955.0, 9992.0, 9955.0, 9980.0, 9958.0, 9921.0, 9951.0, 9909.0, 9978.0, 9925.0, 9980.0, 9938.0, 9993.0, 9955.0, 9979.0, 9973.0, 9965.0, 9971.0, 9914.0, 9972.0, 9929.0, 9986.0, 9930.0, 10000.0, 9955.0, 9996.0, 9955.0, 9994.0, 9937.0, 9979.0, 9950.0, 9973.0, 9952.0, 9975.0, 9971.0, 9975.0, 9980.0, 9974.0, 9966.0, 9974.0, 9967.0, 9973.0, 9966.0, 9972.0, 9966.0, 9969.0, 9969.0, 9909.0, 9965.0, 9939.0, 9986.0, 9944.0, 9979.0, 9956.0, 9980.0, 9972.0, 9987.0, 9960.0, 9981.0, 9993.0, 10002.0, 10010.0, 10003.0, 10006.0, 9933.0, 9994.0, 9992.0, 10007.0, 9995.0, 9964.0, 9995.0, 9999.0, 10029.0, 10015.0, 9979.0, 10008.0, 9995.0, 9988.0, 9921.0, 9976.0, 9915.0, 9975.0, 9915.0, 9970.0, 9927.0, 9956.0, 9928.0, 9960.0, 9928.0, 9961.0, 9953.0, 9961.0, 9973.0, 9964.0, 9984.0, 9978.0, 9971.0, 9980.0, 9987.0, 9980.0, 9971.0, 9926.0, 9983.0, 9943.0, 9969.0, 9925.0, 9982.0, 9911.0, 9983.0, 9938.0, 9967.0, 9908.0, 9963.0, 9918.0, 9980.0, 9924.0, 10028.0, 10005.0, 10006.0, 9943.0, 9905.0, 9945.0, 9987.0, 10010.0, 9996.0, 10004.0, 9980.0, 10011.0, 9959.0, 10000.0, 9934.0, 9975.0, 9914.0, 9972.0, 9917.0, 9966.0, 9880.0, 9964.0, 9886.0, 9941.0, 9904.0, 9941.0, 9896.0, 9937.0, 9895.0, 9922.0, 9881.0, 9919.0, 9890.0, 9920.0, 9888.0, 9916.0, 9876.0, 9916.0, 9876.0, 9913.0, 9889.0, 9899.0, 9912.0, 9905.0, 9913.0, 9910.0, 9918.0, 9916.0, 9937.0, 9919.0, 9939.0, 9895.0, 9939.0, 9885.0, 9942.0, 9886.0, 9944.0, 9886.0, 9944.0, 9892.0, 9960.0, 9905.0, 9962.0, 9936.0, 9961.0, 9958.0, 9965.0, 9969.0, 9966.0, 9988.0, 9969.0, 9988.0, 9960.0, 9989.0, 9906.0, 9988.0, 9928.0, 9989.0, 9928.0, 9984.0, 9910.0, 9982.0, 9938.0, 9982.0, 9924.0, 9981.0, 9940.0, 9979.0, 9953.0, 9981.0, 9960.0, 9979.0, 9961.0, 9978.0, 9971.0, 9980.0, 9958.0, 9978.0, 9954.0, 9974.0, 9966.0, 9976.0, 9953.0, 9976.0, 9970.0, 9979.0, 9974.0, 9983.0, 9976.0, 9981.0, 9973.0, 9981.0, 9971.0, 9978.0, 9968.0, 9974.0, 9965.0, 9974.0, 9952.0, 9974.0, 9955.0, 9947.0, 9965.0, 9936.0, 9967.0, 9912.0, 9969.0, 9939.0, 9981.0, 9958.0, 9984.0, 9958.0, 9984.0, 9973.0, 9982.0, 9974.0, 9984.0, 9972.0, 9939.0, 9970.0, 9911.0, 9985.0, 9915.0, 9997.0, 9943.0, 9980.0, 9968.0, 9983.0, 9958.0, 9980.0, 9972.0, 9951.0, 9971.0, 9943.0, 9969.0, 9939.0, 9983.0, 9954.0, 9982.0, 9956.0, 9979.0, 9970.0, 9979.0, 9957.0, 9981.0, 9955.0, 9923.0, 9967.0, 9910.0, 9979.0, 9913.0, 9976.0, 9954.0, 9979.0, 9967.0, 9979.0, 9956.0, 9950.0, 9970.0, 9912.0, 9972.0, 9914.0, 9983.0, 9941.0, 9987.0, 9975.0, 9989.0, 9985.0, 9949.0, 9993.0, 9999.0, 9972.0, 10010.0, 9964.0, 10023.0, 9974.0, 10008.0, 9975.0, 9980.0, 9972.0, 10018.0, 9985.0, 10007.0, 9963.0, 9906.0, 9962.0, 9940.0, 9983.0, 9957.0, 9979.0, 9973.0, 9979.0, 9981.0, 9993.0, 9974.0, 9914.0, 9990.0, 9960.0, 10024.0, 9984.0, 10015.0, 9989.0, 9994.0, 9971.0, 9995.0, 9969.0, 9965.0, 9957.0, 9935.0, 9967.0, 9923.0, 9978.0, 9932.0, 9975.0, 9948.0, 9978.0, 10007.0, 9979.0, 9955.0, 9950.0, 9944.0, 9906.0, 9980.0, 9974.0, 9997.0, 9974.0, 10000.0, 9976.0, 9999.0, 9987.0, 9939.0, 10015.0, 9997.0, 10032.0, 10018.0, 9967.0, 10010.0, 10000.0, 9986.0, 10053.0, 10025.0, 10013.0, 10075.0, 10058.0, 10031.0, 9916.0, 9989.0, 9967.0, 9920.0, 9973.0, 9939.0, 9972.0, 9942.0, 9915.0, 9941.0, 9918.0, 9957.0, 9941.0, 9973.0, 9950.0, 9907.0, 9966.0, 9935.0, 9981.0, 9926.0, 9977.0, 9936.0, 9976.0, 9954.0, 9988.0, 9949.0, 9926.0, 9946.0, 9912.0, 9950.0, 9955.0, 9944.0, 9886.0, 9943.0, 9886.0, 9958.0, 9908.0, 9958.0, 9907.0, 9959.0, 9925.0, 9966.0, 9946.0, 9965.0, 9931.0, 9985.0, 9942.0, 9969.0, 9948.0, 9967.0, 9931.0, 9977.0, 9958.0, 9970.0, 9962.0, 9969.0, 9962.0, 9969.0, 9966.0, 9977.0, 9964.0, 9933.0, 9966.0, 9945.0, 9966.0, 9986.0, 9965.0, 9921.0, 9978.0, 9925.0, 9996.0, 9934.0, 9977.0, 9905.0, 9988.0, 9937.0, 9992.0, 9935.0, 10006.0, 9922.0, 10008.0, 9967.0, 9994.0, 9947.0, 10008.0, 9959.0, 9993.0, 10003.0, 9976.0, 9955.0, 9991.0, 9979.0, 9975.0, 10004.0, 9959.0, 9981.0, 9958.0, 9978.0, 9961.0, 9985.0, 9954.0, 9923.0, 9957.0, 9938.0, 9969.0, 9941.0, 9968.0, 9909.0, 9989.0, 9942.0, 9986.0, 9951.0, 9967.0, 9923.0, 9980.0, 9924.0, 9985.0, 9921.0, 9963.0, 9906.0, 9964.0, 9920.0, 9966.0, 9919.0, 9963.0, 9909.0, 9973.0, 9926.0, 9982.0, 9929.0, 9976.0, 9941.0, 9978.0, 9941.0, 9978.0, 9942.0, 9976.0, 9941.0, 9974.0, 9951.0, 9979.0, 9942.0, 9974.0, 9954.0, 9974.0, 9953.0, 9980.0, 9954.0, 9974.0, 9955.0, 9973.0, 9953.0, 9979.0, 9952.0, 9961.0, 9953.0, 9944.0, 9951.0, 9962.0, 9937.0, 9931.0, 9938.0, 9941.0, 9941.0, 9967.0, 9952.0, 9959.0, 9939.0, 9946.0, 9941.0, 9949.0, 9941.0, 9947.0, 9940.0, 9947.0, 9940.0, 9950.0, 9929.0, 9963.0, 9927.0, 9966.0, 9912.0, 9969.0, 9931.0, 9967.0, 9945.0, 9966.0, 9951.0, 9990.0, 9950.0, 9983.0, 9950.0, 9996.0, 9966.0, 10002.0, 9950.0, 9982.0, 9961.0, 9998.0, 9979.0, 10002.0, 9958.0, 9940.0, 9973.0, 9940.0, 9991.0, 9970.0, 9974.0, 9925.0, 9991.0, 9942.0, 9989.0, 9952.0, 9969.0, 9921.0, 9967.0, 9924.0, 9985.0, 9923.0, 9979.0, 9905.0, 9964.0, 9923.0, 9985.0, 9924.0, 9963.0, 9905.0, 9966.0, 9907.0, 9969.0, 9922.0, 9967.0, 9912.0, 9966.0, 9911.0, 9983.0, 9912.0, 9979.0, 9910.0, 9966.0, 9912.0, 9979.0, 9896.0, 9977.0, 9910.0, 9975.0, 9930.0, 9980.0, 9930.0, 9979.0, 9940.0, 9981.0, 9959.0, 9980.0, 9972.0, 9949.0, 9990.0, 9950.0, 10001.0, 9980.0, 9949.0, 10049.0, 10040.0, 10042.0, 9974.0, 9957.0, 10068.0, 10071.0, 9973.0, 9944.0, 9875.0, 9930.0, 9886.0, 9859.0, 9872.0, 9869.0, 9929.0, 9968.0, 9983.0, 9969.0, 9912.0, 9905.0, 9911.0, 9913.0, 9958.0, 9922.0, 9843.0, 9930.0, 9915.0, 9880.0, 9948.0, 9917.0, 9951.0, 9915.0, 9869.0, 9906.0, 9892.0, 9893.0, 9866.0, 9885.0, 9898.0, 9896.0, 9919.0, 9916.0, 9926.0, 9941.0, 9899.0, 9887.0, 9866.0, 9928.0, 9946.0, 9962.0, 9967.0, 9948.0, 9979.0, 9933.0, 9977.0, 9968.0, 10008.0, 9979.0, 10023.0, 9983.0, 10003.0, 9975.0, 9929.0, 9975.0, 9955.0, 9989.0, 9958.0, 10000.0, 9975.0, 10001.0, 9977.0, 10020.0, 9956.0, 9923.0, 9951.0, 9908.0, 9970.0, 9946.0, 9980.0, 9940.0, 9979.0, 9940.0, 9981.0, 9943.0, 9963.0, 9936.0, 9963.0, 9932.0, 9961.0, 9922.0, 9955.0, 9881.0, 9939.0, 9880.0, 9936.0, 9887.0, 9927.0, 9869.0, 9925.0, 9899.0, 9943.0, 9926.0, 9945.0, 9927.0, 9943.0, 9926.0, 9949.0, 9942.0, 9950.0, 9955.0, 9885.0, 9849.0, 9886.0, 9929.0, 9891.0, 9960.0, 9922.0, 9978.0, 9951.0, 9982.0, 9943.0, 9956.0, 9959.0, 9942.0, 9992.0, 9938.0, 9980.0, 9912.0, 10005.0, 9939.0, 9982.0, 9942.0, 9959.0, 9939.0, 9931.0, 9954.0, 9930.0, 9962.0, 9892.0, 9956.0, 9917.0, 9959.0, 9952.0, 9914.0, 9979.0, 9957.0, 9938.0, 9966.0, 9929.0, 9963.0, 9904.0, 9972.0, 9914.0, 9952.0, 9902.0, 9946.0, 9894.0, 9929.0, 9894.0, 9915.0, 9900.0, 9917.0, 9898.0, 9920.0, 9904.0, 9927.0, 9941.0, 9947.0, 9923.0, 9931.0, 9926.0, 9944.0, 9954.0, 9947.0, 9940.0, 9928.0, 9960.0, 9917.0, 9963.0, 9916.0, 9956.0, 9932.0, 9995.0, 9940.0, 9995.0, 9937.0, 9985.0, 9947.0, 9983.0, 9961.0, 9990.0, 9945.0, 9980.0, 9959.0, 9981.0, 9949.0, 9983.0, 9956.0, 9978.0, 9960.0, 9928.0, 9975.0, 9948.0, 9971.0, 9914.0, 9986.0, 9927.0, 9991.0, 9944.0, 9966.0, 9906.0, 9963.0, 9920.0, 9964.0, 9906.0, 9945.0, 9889.0, 9947.0, 9890.0, 9943.0, 9902.0, 9942.0, 9903.0, 9941.0, 9901.0, 9943.0, 9902.0, 9940.0, 9900.0, 9938.0, 9917.0, 9939.0, 9917.0, 9938.0, 9915.0, 9925.0, 9919.0, 9940.0, 9920.0, 9959.0, 9942.0, 9950.0, 9961.0, 9940.0, 9935.0, 9919.0, 9956.0, 9927.0, 9956.0, 9909.0, 9949.0, 9900.0, 9967.0, 9936.0, 9966.0, 9925.0, 9959.0, 9944.0, 9962.0, 9958.0, 9985.0, 9942.0, 9958.0, 9925.0, 9953.0, 9920.0, 9961.0, 9919.0, 9937.0, 9917.0, 9938.0, 9919.0, 9957.0, 9920.0, 9939.0, 9919.0, 9925.0, 9933.0, 9913.0, 9917.0, 9889.0, 9935.0, 9887.0, 9946.0, 9906.0, 9943.0, 9914.0, 9942.0, 9914.0, 9942.0, 9916.0, 9925.0, 9900.0, 9938.0, 9906.0, 9926.0, 9920.0, 9943.0, 9925.0, 9944.0, 9926.0, 9961.0, 9944.0, 9956.0, 9963.0, 9943.0, 9981.0, 9925.0, 9954.0, 9895.0, 9948.0, 9901.0, 9938.0, 9992.0, 9951.0, 9940.0, 9990.0, 9921.0, 9959.0, 9926.0, 9942.0, 9924.0, 9923.0, 9963.0, 9974.0, 9934.0, 9968.0, 9956.0, 9982.0, 9976.0, 9942.0, 10001.0, 9956.0, 9995.0, 9949.0, 9960.0, 9989.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.018248651515151516</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06029574666666666</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.00366095263077</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.375610685238818</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3026012964973475</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4816</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4763.4243</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1306855009048778</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.823483594744355</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.740775389200277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.062342108806256</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6673332862265324</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00683256</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003697045845910907</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026036657392978668</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8283773200302886</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>22.6452</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2558</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.2588</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>297985.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>815.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>563.3136</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3679.2345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3939.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78559.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4842.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1028.8889</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.636279056430794</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> |