=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-04/func/sub-0046_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>ab251cf2f5e9e29f2e3df442d16c4633</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>15:46:51.630000</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</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.113431</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>[4131, -7757, -7277, 554, -77, -41, -26, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>00360575-4140-47b6-a2e3-cc8781e10848||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['154651.630000', '154652.090000', '154652.550000', '154653.010000', '154653.470000', '154653.930000', '154654.390000', '154654.850000', '154655.310000', '154655.770000', '154656.230000', '154656.690000', '154657.150000', '154657.610000', '154658.070000', '154658.530000', '154658.990000', '154659.450000', '154659.910000', '154700.370000', '154700.830000', '154701.290000', '154701.750000', '154702.210000', '154702.670000', '154703.130000', '154703.590000', '154704.050000', '154704.510000', '154704.970000', '154705.430000', '154705.890000', '154706.350000', '154706.810000', '154707.270000', '154707.730000', '154708.190000', '154708.650000', '154709.110000', '154709.570000', '154710.030000', '154710.490000', '154710.950000', '154711.410000', '154711.870000', '154712.330000', '154712.790000', '154713.250000', '154713.710000', '154714.170000', '154714.630000', '154715.090000', '154715.550000', '154716.010000', '154716.470000', '154716.930000', '154717.390000', '154717.850000', '154718.310000', '154718.770000', '154719.230000', '154719.690000', '154720.150000', '154720.610000', '154721.070000', '154721.530000', '154721.990000', '154722.450000', '154722.910000', '154723.370000', '154723.830000', '154724.290000', '154724.750000', '154725.210000', '154725.670000', '154726.130000', '154726.590000', '154727.050000', '154727.510000', '154727.970000', '154728.430000', '154728.890000', '154729.350000', '154729.810000', '154730.270000', '154730.730000', '154731.190000', '154731.650000', '154732.110000', '154732.570000', '154733.030000', '154733.490000', '154733.950000', '154734.410000', '154734.870000', '154735.330000', '154735.790000', '154736.250000', '154736.710000', '154737.170000', '154737.630000', '154738.090000', '154738.550000', '154739.010000', '154739.470000', '154739.930000', '154740.390000', '154740.850000', '154741.310000', '154741.770000', '154742.230000', '154742.690000', '154743.150000', '154743.610000', '154744.070000', '154744.530000', '154744.990000', '154745.450000', '154745.910000', '154746.370000', '154746.830000', '154747.290000', '154747.750000', '154748.210000', '154748.670000', '154749.130000', '154749.590000', '154750.050000', '154750.510000', '154750.970000', '154751.430000', '154751.890000', '154752.350000', '154752.810000', '154753.270000', '154753.730000', '154754.190000', '154754.650000', '154755.110000', '154755.570000', '154756.030000', '154756.490000', '154756.950000', '154757.410000', '154757.870000', '154758.330000', '154758.790000', '154759.250000', '154759.710000', '154800.170000', '154800.630000', '154801.090000', '154801.550000', '154802.010000', '154802.470000', '154802.930000', '154803.390000', '154803.850000', '154804.310000', '154804.770000', '154805.230000', '154805.690000', '154806.150000', '154806.610000', '154807.070000', '154807.530000', '154807.990000', '154808.450000', '154808.910000', '154809.370000', '154809.830000', '154810.290000', '154810.750000', '154811.210000', '154811.670000', '154812.130000', '154812.590000', '154813.050000', '154813.510000', '154813.970000', '154814.430000', '154814.890000', '154815.350000', '154815.810000', '154816.270000', '154816.730000', '154817.190000', '154817.650000', '154818.110000', '154818.570000', '154819.030000', '154819.490000', '154819.950000', '154820.410000', '154820.870000', '154821.330000', '154821.790000', '154822.250000', '154822.710000', '154823.170000', '154823.630000', '154824.090000', '154824.550000', '154825.010000', '154825.470000', '154825.930000', '154826.390000', '154826.850000', '154827.310000', '154827.770000', '154828.230000', '154828.690000', '154829.150000', '154829.610000', '154830.070000', '154830.530000', '154830.990000', '154831.450000', '154831.910000', '154832.370000', '154832.830000', '154833.290000', '154833.750000', '154834.210000', '154834.670000', '154835.130000', '154835.590000', '154836.050000', '154836.510000', '154836.970000', '154837.430000', '154837.890000', '154838.350000', '154838.810000', '154839.270000', '154839.730000', '154840.190000', '154840.650000', '154841.110000', '154841.570000', '154842.030000', '154842.490000', '154842.950000', '154843.410000', '154843.870000', '154844.330000', '154844.790000', '154845.250000', '154845.710000', '154846.170000', '154846.630000', '154847.090000', '154847.550000', '154848.010000', '154848.470000', '154848.930000', '154849.390000', '154849.850000', '154850.310000', '154850.770000', '154851.230000', '154851.690000', '154852.150000', '154852.610000', '154853.070000', '154853.530000', '154853.990000', '154854.450000', '154854.910000', '154855.370000', '154855.830000', '154856.290000', '154856.750000', '154857.210000', '154857.670000', '154858.130000', '154858.590000', '154859.050000', '154859.510000', '154859.970000', '154900.430000', '154900.890000', '154901.350000', '154901.810000', '154902.270000', '154902.730000', '154903.190000', '154903.650000', '154904.110000', '154904.570000', '154905.030000', '154905.490000', '154905.950000', '154906.410000', '154906.870000', '154907.330000', '154907.790000', '154908.250000', '154908.710000', '154909.170000', '154909.630000', '154910.090000', '154910.550000', '154911.010000', '154911.470000', '154911.930000', '154912.390000', '154912.850000', '154913.310000', '154913.770000', '154914.230000', '154914.690000', '154915.150000', '154915.610000', '154916.070000', '154916.530000', '154916.990000', '154917.450000', '154917.910000', '154918.370000', '154918.830000', '154919.290000', '154919.750000', '154920.210000', '154920.670000', '154921.130000', '154921.590000', '154922.050000', '154922.510000', '154922.970000', '154923.430000', '154923.890000', '154924.350000', '154924.810000', '154925.270000', '154925.730000', '154926.190000', '154926.650000', '154927.110000', '154927.570000', '154928.030000', '154928.490000', '154928.950000', '154929.410000', '154929.870000', '154930.330000', '154930.790000', '154931.250000', '154931.710000', '154932.170000', '154932.630000', '154933.090000', '154933.550000', '154934.010000', '154934.470000', '154934.930000', '154935.390000', '154935.850000', '154936.310000', '154936.770000', '154937.230000', '154937.690000', '154938.150000', '154938.610000', '154939.070000', '154939.530000', '154939.990000', '154940.450000', '154940.910000', '154941.370000', '154941.830000', '154942.290000', '154942.750000', '154943.210000', '154943.670000', '154944.130000', '154944.590000', '154945.050000', '154945.510000', '154945.970000', '154946.430000', '154946.890000', '154947.350000', '154947.810000', '154948.270000', '154948.730000', '154949.190000', '154949.650000', '154950.110000', '154950.570000', '154951.030000', '154951.490000', '154951.950000', '154952.410000', '154952.870000', '154953.330000', '154953.790000', '154954.250000', '154954.710000', '154955.170000', '154955.630000', '154956.090000', '154956.550000', '154957.010000', '154957.470000', '154957.930000', '154958.390000', '154958.850000', '154959.310000', '154959.770000', '155000.230000', '155000.690000', '155001.150000', '155001.610000', '155002.070000', '155002.530000', '155002.990000', '155003.450000', '155003.910000', '155004.370000', '155004.830000', '155005.290000', '155005.750000', '155006.210000', '155006.670000', '155007.130000', '155007.590000', '155008.050000', '155008.510000', '155008.970000', '155009.430000', '155009.890000', '155010.350000', '155010.810000', '155011.270000', '155011.730000', '155012.190000', '155012.650000', '155013.110000', '155013.570000', '155014.030000', '155014.490000', '155014.950000', '155015.410000', '155015.870000', '155016.330000', '155016.790000', '155017.250000', '155017.710000', '155018.170000', '155018.630000', '155019.090000', '155019.550000', '155020.010000', '155020.470000', '155020.930000', '155021.390000', '155021.850000', '155022.310000', '155022.770000', '155023.230000', '155023.690000', '155024.150000', '155024.610000', '155025.070000', '155025.530000', '155025.990000', '155026.450000', '155026.910000', '155027.370000', '155027.830000', '155028.290000', '155028.750000', '155029.210000', '155029.670000', '155030.130000', '155030.590000', '155031.050000', '155031.510000', '155031.970000', '155032.430000', '155032.890000', '155033.350000', '155033.810000', '155034.270000', '155034.730000', '155035.190000', '155035.650000', '155036.110000', '155036.570000', '155037.030000', '155037.490000', '155037.950000', '155038.410000', '155038.870000', '155039.330000', '155039.790000', '155040.250000', '155040.710000', '155041.170000', '155041.630000', '155042.090000', '155042.550000', '155043.010000', '155043.470000', '155043.930000', '155044.390000', '155044.850000', '155045.310000', '155045.770000', '155046.230000', '155046.690000', '155047.150000', '155047.610000', '155048.070000', '155048.530000', '155048.990000', '155049.450000', '155049.910000', '155050.370000', '155050.830000', '155051.290000', '155051.750000', '155052.210000', '155052.670000', '155053.130000', '155053.590000', '155054.050000', '155054.510000', '155054.970000', '155055.430000', '155055.890000', '155056.350000', '155056.810000', '155057.270000', '155057.730000', '155058.190000', '155058.650000', '155059.110000', '155059.570000', '155100.030000', '155100.490000', '155100.950000', '155101.410000', '155101.870000', '155102.330000', '155102.790000', '155103.250000', '155103.710000', '155104.170000', '155104.630000', '155105.090000', '155105.550000', '155106.010000', '155106.470000', '155106.930000', '155107.390000', '155107.850000', '155108.310000', '155108.770000', '155109.230000', '155109.690000', '155110.150000', '155110.610000', '155111.070000', '155111.530000', '155111.990000', '155112.450000', '155112.910000', '155113.370000', '155113.830000', '155114.290000', '155114.750000', '155115.210000', '155115.670000', '155116.130000', '155116.590000', '155117.050000', '155117.510000', '155117.970000', '155118.430000', '155118.890000', '155119.350000', '155119.810000', '155120.270000', '155120.730000', '155121.190000', '155121.650000', '155122.110000', '155122.570000', '155123.030000', '155123.490000', '155123.950000', '155124.410000', '155124.870000', '155125.330000', '155125.790000', '155126.250000', '155126.710000', '155127.170000', '155127.630000', '155128.090000', '155128.550000', '155129.010000', '155129.470000', '155129.930000', '155130.390000', '155130.850000', '155131.310000', '155131.770000', '155132.230000', '155132.690000', '155133.150000', '155133.610000', '155134.070000', '155134.530000', '155134.990000', '155135.450000', '155135.910000', '155136.370000', '155136.830000', '155137.290000', '155137.750000', '155138.210000', '155138.670000', '155139.130000', '155139.590000', '155140.050000', '155140.510000', '155140.970000', '155141.430000', '155141.890000', '155142.350000', '155142.810000', '155143.270000', '155143.730000', '155144.190000', '155144.650000', '155145.110000', '155145.570000', '155146.030000', '155146.490000', '155146.950000', '155147.410000', '155147.870000', '155148.330000', '155148.790000', '155149.250000', '155149.710000', '155150.170000', '155150.630000', '155151.090000', '155151.550000', '155152.010000', '155152.470000', '155152.930000', '155153.390000', '155153.850000', '155154.310000', '155154.770000', '155155.230000', '155155.690000', '155156.150000', '155156.610000', '155157.070000', '155157.530000', '155157.990000', '155158.450000', '155158.910000', '155159.370000', '155159.830000', '155200.290000', '155200.750000', '155201.210000', '155201.670000', '155202.130000', '155202.590000', '155203.050000', '155203.510000', '155203.970000', '155204.430000', '155204.890000', '155205.350000', '155205.810000', '155206.270000', '155206.730000', '155207.190000', '155207.650000', '155208.110000', '155208.570000', '155209.030000', '155209.490000', '155209.950000', '155210.410000', '155210.870000', '155211.330000', '155211.790000', '155212.250000', '155212.710000', '155213.170000', '155213.630000', '155214.090000', '155214.550000', '155215.010000', '155215.470000', '155215.930000', '155216.390000', '155216.850000', '155217.310000', '155217.770000', '155218.230000', '155218.690000', '155219.150000', '155219.610000', '155220.070000', '155220.530000', '155220.990000', '155221.450000', '155221.910000', '155222.370000', '155222.830000', '155223.290000', '155223.750000', '155224.210000', '155224.670000', '155225.130000', '155225.590000', '155226.050000', '155226.510000', '155226.970000', '155227.430000', '155227.890000', '155228.350000', '155228.810000', '155229.270000', '155229.730000', '155230.190000', '155230.650000', '155231.110000', '155231.570000', '155232.030000', '155232.490000', '155232.950000', '155233.410000', '155233.870000', '155234.330000', '155234.790000', '155235.250000', '155235.710000', '155236.170000', '155236.630000', '155237.090000', '155237.550000', '155238.010000', '155238.470000', '155238.930000', '155239.390000', '155239.850000', '155240.310000', '155240.770000', '155241.230000', '155241.690000', '155242.150000', '155242.610000', '155243.070000', '155243.530000', '155243.990000', '155244.450000', '155244.910000', '155245.370000', '155245.830000', '155246.290000', '155246.750000', '155247.210000', '155247.670000', '155248.130000', '155248.590000', '155249.050000', '155249.510000', '155249.970000', '155250.430000', '155250.890000', '155251.350000', '155251.810000', '155252.270000', '155252.730000', '155253.190000', '155253.650000', '155254.110000', '155254.570000', '155255.030000', '155255.490000', '155255.950000', '155256.410000', '155256.870000', '155257.330000', '155257.790000', '155258.250000', '155258.710000', '155259.170000', '155259.630000', '155300.090000', '155300.550000', '155301.010000', '155301.470000', '155301.930000', '155302.390000', '155302.850000', '155303.310000', '155303.770000', '155304.230000', '155304.690000', '155305.150000', '155305.610000', '155306.070000', '155306.530000', '155306.990000', '155307.450000', '155307.910000', '155308.370000', '155308.830000', '155309.290000', '155309.750000', '155310.210000', '155310.670000', '155311.130000', '155311.590000', '155312.050000', '155312.510000', '155312.970000', '155313.430000', '155313.890000', '155314.350000', '155314.810000', '155315.270000', '155315.730000', '155316.190000', '155316.650000', '155317.110000', '155317.570000', '155318.030000', '155318.490000', '155318.950000', '155319.410000', '155319.870000', '155320.330000', '155320.790000', '155321.250000', '155321.710000', '155322.170000', '155322.630000', '155323.090000', '155323.550000', '155324.010000', '155324.470000', '155324.930000', '155325.390000', '155325.850000', '155326.310000', '155326.770000', '155327.230000', '155327.690000', '155328.150000', '155328.610000', '155329.070000', '155329.530000', '155329.990000', '155330.450000', '155330.910000', '155331.370000', '155331.830000', '155332.290000', '155332.750000', '155333.210000', '155333.670000', '155334.130000', '155334.590000', '155335.050000', '155335.510000', '155335.970000', '155336.430000', '155336.890000', '155337.350000', '155337.810000', '155338.270000', '155338.730000', '155339.190000', '155339.650000', '155340.110000', '155340.570000', '155341.030000', '155341.490000', '155341.950000', '155342.410000', '155342.870000', '155343.330000', '155343.790000', '155344.250000', '155344.710000', '155345.170000', '155345.630000', '155346.090000', '155346.550000', '155347.010000', '155347.470000', '155347.930000', '155348.390000', '155348.850000', '155349.310000', '155349.770000', '155350.230000', '155350.690000', '155351.150000', '155351.610000', '155352.070000', '155352.530000', '155352.990000', '155353.450000', '155353.910000', '155354.370000', '155354.830000', '155355.290000', '155355.750000', '155356.210000', '155356.670000', '155357.130000', '155357.590000', '155358.050000', '155358.510000', '155358.970000', '155359.430000', '155359.890000', '155400.350000', '155400.810000', '155401.270000', '155401.730000', '155402.190000', '155402.650000', '155403.110000', '155403.570000', '155404.030000', '155404.490000', '155404.950000', '155405.410000', '155405.870000', '155406.330000', '155406.790000', '155407.250000', '155407.710000', '155408.170000', '155408.630000', '155409.090000', '155409.550000', '155410.010000', '155410.470000', '155410.930000', '155411.390000', '155411.850000', '155412.310000', '155412.770000', '155413.230000', '155413.690000', '155414.150000', '155414.610000', '155415.070000', '155415.530000', '155415.990000', '155416.450000', '155416.910000', '155417.370000', '155417.830000', '155418.290000', '155418.750000', '155419.210000', '155419.670000', '155420.130000', '155420.590000', '155421.050000', '155421.510000', '155421.970000', '155422.430000', '155422.890000', '155423.350000', '155423.810000', '155424.270000', '155424.730000', '155425.190000', '155425.650000', '155426.110000', '155426.570000', '155427.030000', '155427.490000', '155427.950000', '155428.410000', '155428.870000', '155429.330000', '155429.790000', '155430.250000', '155430.710000', '155431.170000', '155431.630000', '155432.090000', '155432.550000', '155433.010000', '155433.470000', '155433.930000', '155434.390000', '155434.850000', '155435.310000', '155435.770000', '155436.230000', '155436.690000', '155437.150000', '155437.610000', '155438.070000', '155438.530000', '155438.990000', '155439.450000', '155439.910000', '155440.370000', '155440.830000', '155441.290000', '155441.750000', '155442.210000', '155442.670000', '155443.130000', '155443.590000', '155444.050000', '155444.510000', '155444.970000', '155445.430000', '155445.890000', '155446.350000', '155446.810000', '155447.270000', '155447.730000', '155448.190000', '155448.650000', '155449.110000', '155449.570000', '155450.030000', '155450.490000', '155450.950000', '155451.410000', '155451.870000', '155452.330000', '155452.790000', '155453.250000', '155453.710000', '155454.170000', '155454.630000', '155455.090000', '155455.550000', '155456.010000', '155456.470000', '155456.930000', '155457.390000', '155457.850000', '155458.310000', '155458.770000', '155459.230000', '155459.690000', '155500.150000', '155500.610000', '155501.070000', '155501.530000', '155501.990000', '155502.450000', '155502.910000', '155503.370000', '155503.830000', '155504.290000', '155504.750000', '155505.210000', '155505.670000', '155506.130000', '155506.590000', '155507.050000', '155507.510000', '155507.970000', '155508.430000', '155508.890000', '155509.350000', '155509.810000', '155510.270000', '155510.730000', '155511.190000', '155511.650000', '155512.110000', '155512.570000', '155513.030000', '155513.490000', '155513.950000', '155514.410000', '155514.870000', '155515.330000', '155515.790000', '155516.250000', '155516.710000', '155517.170000', '155517.630000', '155518.090000', '155518.550000', '155519.010000', '155519.470000', '155519.930000', '155520.390000', '155520.850000', '155521.310000', '155521.770000', '155522.230000', '155522.690000', '155523.150000', '155523.610000', '155524.070000', '155524.530000', '155524.990000', '155525.450000', '155525.910000', '155526.370000', '155526.830000', '155527.290000', '155527.750000', '155528.210000', '155528.670000', '155529.130000', '155529.590000', '155530.050000', '155530.510000', '155530.970000', '155531.430000', '155531.890000', '155532.350000', '155532.810000', '155533.270000', '155533.730000', '155534.190000', '155534.650000', '155535.110000', '155535.570000', '155536.030000', '155536.490000', '155536.950000', '155537.410000', '155537.870000', '155538.330000', '155538.790000', '155539.250000', '155539.710000', '155540.170000', '155540.630000', '155541.090000', '155541.550000', '155542.010000', '155542.470000', '155542.930000', '155543.390000', '155543.850000', '155544.310000', '155544.770000', '155545.230000', '155545.690000', '155546.150000', '155546.610000', '155547.070000', '155547.530000', '155547.990000', '155548.450000', '155548.910000', '155549.370000', '155549.830000', '155550.290000', '155550.750000', '155551.210000', '155551.670000', '155552.130000', '155552.590000', '155553.050000', '155553.510000', '155553.970000', '155554.430000', '155554.890000', '155555.350000', '155555.810000', '155556.270000', '155556.730000', '155557.190000', '155557.650000', '155558.110000', '155558.570000', '155559.030000', '155559.490000', '155559.950000', '155600.410000', '155600.870000', '155601.330000', '155601.790000', '155602.250000', '155602.710000', '155603.170000', '155603.630000', '155604.090000', '155604.550000', '155605.010000', '155605.470000', '155605.930000', '155606.390000', '155606.850000', '155607.310000', '155607.770000', '155608.230000', '155608.690000', '155609.150000', '155609.610000', '155610.070000', '155610.530000', '155610.990000', '155611.450000', '155611.910000', '155612.370000', '155612.830000', '155613.290000', '155613.750000', '155614.210000', '155614.670000', '155615.130000', '155615.590000', '155616.050000', '155616.510000', '155616.970000', '155617.430000', '155617.890000', '155618.350000', '155618.810000', '155619.270000', '155619.730000', '155620.190000', '155620.650000', '155621.110000', '155621.570000', '155622.030000', '155622.490000', '155622.950000', '155623.410000', '155623.870000', '155624.330000', '155624.790000', '155625.250000', '155625.710000', '155626.170000', '155626.630000', '155627.090000', '155627.550000', '155628.010000', '155628.470000', '155628.930000', '155629.390000', '155629.850000', '155630.310000', '155630.770000', '155631.230000', '155631.690000', '155632.150000', '155632.610000', '155633.070000', '155633.530000', '155633.990000', '155634.450000', '155634.910000', '155635.370000', '155635.830000', '155636.290000', '155636.750000', '155637.210000', '155637.670000', '155638.130000', '155638.590000', '155639.050000', '155639.510000', '155639.970000', '155640.430000', '155640.890000', '155641.350000', '155641.810000', '155642.270000', '155642.730000', '155643.190000', '155643.650000', '155644.110000', '155644.570000', '155645.030000', '155645.490000', '155645.950000', '155646.410000', '155646.870000', '155647.330000', '155647.790000', '155648.250000', '155648.710000', '155649.170000', '155649.630000', '155650.090000', '155650.550000', '155651.010000', '155651.470000', '155651.930000', '155652.390000', '155652.850000', '155653.310000', '155653.770000', '155654.230000', '155654.690000', '155655.150000', '155655.610000', '155656.070000', '155656.530000', '155656.990000', '155657.450000', '155657.910000', '155658.370000', '155658.830000', '155659.290000'], 'ContentTime': ['154713.694000', '154713.697000', '154713.699000', '154713.702000', '154713.705000', '154713.707000', '154713.710000', '154713.712000', '154713.715000', '154713.717000', '154713.720000', '154713.722000', '154713.725000', '154713.728000', '154713.730000', '154713.733000', '154713.735000', '154713.738000', '154713.740000', '154713.743000', '154713.745000', '154713.748000', '154713.750000', '154713.753000', '154713.755000', '154713.758000', '154713.760000', '154713.763000', '154713.766000', '154713.768000', '154713.771000', '154713.773000', '154713.776000', '154713.778000', '154713.781000', '154713.783000', '154713.786000', '154713.788000', '154713.791000', '154713.793000', '154713.797000', '154713.800000', '154713.803000', '154713.805000', '154713.808000', '154713.810000', '154733.636000', '154733.639000', '154733.642000', '154733.644000', '154733.647000', '154733.649000', '154733.652000', '154733.655000', '154733.657000', '154733.660000', '154733.662000', '154733.665000', '154733.668000', '154733.670000', '154733.673000', '154733.675000', '154733.678000', '154733.680000', '154733.683000', '154733.685000', '154733.688000', '154733.691000', '154733.693000', '154733.696000', '154733.698000', '154733.701000', '154733.709000', '154733.712000', '154733.714000', '154733.717000', '154733.719000', '154733.722000', '154733.724000', '154733.727000', '154733.729000', '154733.732000', '154733.734000', '154733.737000', '154733.739000', '154733.742000', '154733.745000', '154733.747000', '154733.750000', '154753.635000', '154753.638000', '154753.641000', '154753.643000', '154753.646000', '154753.648000', '154753.651000', '154753.653000', '154753.656000', '154753.658000', '154753.661000', '154753.663000', '154753.666000', '154753.668000', '154753.671000', '154753.673000', '154753.676000', '154753.679000', '154753.681000', '154753.684000', '154753.686000', '154753.689000', '154753.691000', '154753.694000', '154753.697000', '154753.699000', '154753.702000', '154753.704000', '154753.707000', '154753.709000', '154753.712000', '154753.714000', '154753.717000', '154753.719000', '154753.722000', '154753.724000', '154753.727000', '154753.730000', '154753.732000', '154753.735000', '154753.737000', '154753.740000', '154753.742000', '154753.745000', '154813.635000', '154813.638000', '154813.641000', '154813.643000', '154813.646000', '154813.648000', '154813.651000', '154813.653000', '154813.656000', '154813.658000', '154813.661000', '154813.663000', '154813.666000', '154813.668000', '154813.671000', '154813.673000', '154813.676000', '154813.683000', '154813.686000', '154813.688000', '154813.691000', '154813.693000', '154813.696000', '154813.698000', '154813.701000', '154813.703000', '154813.706000', '154813.708000', '154813.711000', '154813.713000', '154813.716000', '154813.718000', '154813.721000', '154813.723000', '154813.726000', '154813.729000', '154813.731000', '154813.734000', '154813.736000', '154813.739000', '154813.741000', '154813.744000', '154813.747000', '154813.749000', '154833.635000', '154833.638000', '154833.641000', '154833.643000', '154833.646000', '154833.648000', '154833.651000', '154833.653000', '154833.656000', '154833.659000', '154833.661000', '154833.664000', '154833.666000', '154833.669000', '154833.671000', '154833.674000', '154833.676000', '154833.679000', '154833.681000', '154833.684000', '154833.687000', '154833.689000', '154833.692000', '154833.694000', '154833.697000', '154833.699000', '154833.702000', '154833.704000', '154833.707000', '154833.710000', '154833.712000', '154833.715000', '154833.717000', '154833.720000', '154833.735000', '154833.737000', '154833.740000', '154833.743000', '154833.745000', '154833.748000', '154833.750000', '154833.753000', '154833.755000', '154853.635000', '154853.639000', '154853.642000', '154853.645000', '154853.647000', '154853.650000', '154853.652000', '154853.655000', '154853.657000', '154853.660000', '154853.662000', '154853.665000', '154853.668000', '154853.670000', '154853.673000', '154853.675000', '154853.678000', '154853.681000', '154853.683000', '154853.686000', '154853.688000', '154853.691000', '154853.694000', '154853.696000', '154853.699000', '154853.701000', '154853.704000', '154853.713000', '154853.715000', '154853.718000', '154853.721000', '154853.723000', '154853.726000', '154853.728000', '154853.731000', '154853.733000', '154853.736000', '154853.739000', '154853.741000', '154853.744000', '154853.746000', '154853.749000', '154853.751000', '154913.635000', '154913.638000', '154913.641000', '154913.643000', '154913.646000', '154913.648000', '154913.651000', '154913.654000', '154913.656000', '154913.659000', '154913.661000', '154913.664000', '154913.666000', '154913.669000', '154913.671000', '154913.674000', '154913.676000', '154913.679000', '154913.681000', '154913.684000', '154913.687000', '154913.689000', '154913.692000', '154913.694000', '154913.697000', '154913.699000', '154913.702000', '154913.704000', '154913.707000', '154913.710000', '154913.712000', '154913.715000', '154913.717000', '154913.720000', '154913.722000', '154913.725000', '154913.728000', '154913.730000', '154913.733000', '154913.735000', '154913.738000', '154913.740000', '154913.743000', '154913.745000', '154933.636000', '154933.639000', '154933.642000', '154933.644000', '154933.647000', '154933.650000', '154933.652000', '154933.655000', '154933.657000', '154933.660000', '154933.663000', '154933.665000', '154933.668000', '154933.670000', '154933.673000', '154933.675000', '154933.678000', '154933.680000', '154933.683000', '154933.686000', '154933.688000', '154933.691000', '154933.693000', '154933.696000', '154933.698000', '154933.701000', '154933.703000', '154933.706000', '154933.708000', '154933.711000', '154933.713000', '154933.716000', '154933.719000', '154933.721000', '154933.724000', '154933.726000', '154933.729000', '154933.731000', '154933.734000', '154933.736000', '154933.739000', '154933.742000', '154933.744000', '154953.636000', '154953.639000', '154953.642000', '154953.645000', '154953.647000', '154953.650000', '154953.652000', '154953.655000', '154953.657000', '154953.660000', '154953.662000', '154953.665000', '154953.667000', '154953.670000', '154953.673000', '154953.675000', '154953.678000', '154953.680000', '154953.683000', '154953.685000', '154953.688000', '154953.690000', '154953.693000', '154953.696000', '154953.698000', '154953.701000', '154953.703000', '154953.706000', '154953.708000', '154953.711000', '154953.713000', '154953.716000', '154953.719000', '154953.721000', '154953.724000', '154953.726000', '154953.729000', '154953.731000', '154953.734000', '154953.736000', '154953.739000', '154953.741000', '154953.744000', '154953.747000', '155013.636000', '155013.639000', '155013.641000', '155013.644000', '155013.646000', '155013.649000', '155013.651000', '155013.654000', '155013.656000', '155013.659000', '155013.662000', '155013.664000', '155013.667000', '155013.669000', '155013.672000', '155013.674000', '155013.678000', '155013.681000', '155013.684000', '155013.686000', '155013.689000', '155013.691000', '155013.694000', '155013.701000', '155013.704000', '155013.706000', '155013.709000', '155013.711000', '155013.714000', '155013.717000', '155013.719000', '155013.732000', '155013.734000', '155013.737000', '155013.739000', '155013.742000', '155013.745000', '155013.747000', '155013.750000', '155013.752000', '155013.755000', '155013.757000', '155013.760000', '155033.635000', '155033.638000', '155033.641000', '155033.643000', '155033.646000', '155033.649000', '155033.651000', '155033.654000', '155033.656000', '155033.659000', '155033.661000', '155033.664000', '155033.667000', '155033.669000', '155033.672000', '155033.674000', '155033.677000', '155033.679000', '155033.682000', '155033.685000', '155033.687000', '155033.690000', '155033.692000', '155033.695000', '155033.698000', '155033.700000', '155033.703000', '155033.705000', '155033.708000', '155033.710000', '155033.713000', '155033.715000', '155033.718000', '155033.721000', '155033.723000', '155033.726000', '155033.728000', '155033.731000', '155033.733000', '155033.736000', '155033.738000', '155033.741000', '155033.744000', '155033.746000', '155053.636000', '155053.639000', '155053.641000', '155053.644000', '155053.646000', '155053.649000', '155053.651000', '155053.654000', '155053.656000', '155053.659000', '155053.662000', '155053.664000', '155053.667000', '155053.669000', '155053.672000', '155053.674000', '155053.677000', '155053.680000', '155053.682000', '155053.685000', '155053.687000', '155053.690000', '155053.693000', '155053.695000', '155053.698000', '155053.700000', '155053.703000', '155053.705000', '155053.708000', '155053.710000', '155053.713000', '155053.715000', '155053.718000', '155053.721000', '155053.723000', '155053.726000', '155053.728000', '155053.731000', '155053.733000', '155053.736000', '155053.739000', '155053.741000', '155053.744000', '155053.746000', '155113.635000', '155113.638000', '155113.641000', '155113.643000', '155113.646000', '155113.649000', '155113.651000', '155113.654000', '155113.656000', '155113.659000', '155113.662000', '155113.664000', '155113.667000', '155113.669000', '155113.672000', '155113.674000', '155113.677000', '155113.680000', '155113.682000', '155113.685000', '155113.687000', '155113.690000', '155113.692000', '155113.695000', '155113.698000', '155113.700000', '155113.703000', '155113.705000', '155113.708000', '155113.710000', '155113.713000', '155113.716000', '155113.718000', '155113.721000', '155113.723000', '155113.726000', '155113.728000', '155113.731000', '155113.733000', '155113.736000', '155113.739000', '155113.741000', '155133.636000', '155133.639000', '155133.641000', '155133.644000', '155133.646000', '155133.649000', '155133.651000', '155133.654000', '155133.656000', '155133.659000', '155133.662000', '155133.664000', '155133.667000', '155133.669000', '155133.672000', '155133.675000', '155133.677000', '155133.680000', '155133.682000', '155133.685000', '155133.687000', '155133.690000', '155133.693000', '155133.695000', '155133.698000', '155133.701000', '155133.703000', '155133.706000', '155133.708000', '155133.711000', '155133.714000', '155133.717000', '155133.721000', '155133.724000', '155133.727000', '155133.729000', '155133.732000', '155133.734000', '155133.737000', '155133.739000', '155133.742000', '155133.745000', '155133.747000', '155133.750000', '155153.636000', '155153.639000', '155153.642000', '155153.644000', '155153.647000', '155153.650000', '155153.652000', '155153.655000', '155153.657000', '155153.660000', '155153.662000', '155153.665000', '155153.668000', '155153.670000', '155153.673000', '155153.675000', '155153.678000', '155153.680000', '155153.683000', '155153.686000', '155153.688000', '155153.691000', '155153.693000', '155153.696000', '155153.698000', '155153.701000', '155153.703000', '155153.706000', '155153.709000', '155153.711000', '155153.714000', '155153.716000', '155153.719000', '155153.721000', '155153.724000', '155153.726000', '155153.729000', '155153.732000', '155153.734000', '155153.737000', '155153.739000', '155153.742000', '155153.744000', '155153.747000', '155213.636000', '155213.639000', '155213.642000', '155213.644000', '155213.647000', '155213.650000', '155213.652000', '155213.655000', '155213.657000', '155213.660000', '155213.662000', '155213.665000', '155213.668000', '155213.670000', '155213.673000', '155213.675000', '155213.678000', '155213.681000', '155213.683000', '155213.686000', '155213.688000', '155213.691000', '155213.694000', '155213.696000', '155213.699000', '155213.701000', '155213.704000', '155213.706000', '155213.709000', '155213.711000', '155213.714000', '155213.717000', '155213.719000', '155213.722000', '155213.724000', '155213.727000', '155213.730000', '155213.732000', '155213.735000', '155213.737000', '155213.740000', '155213.743000', '155213.745000', '155233.635000', '155233.638000', '155233.641000', '155233.643000', '155233.646000', '155233.648000', '155233.651000', '155233.654000', '155233.656000', '155233.659000', '155233.661000', '155233.664000', '155233.666000', '155233.669000', '155233.672000', '155233.674000', '155233.677000', '155233.679000', '155233.682000', '155233.684000', '155233.687000', '155233.690000', '155233.692000', '155233.695000', '155233.697000', '155233.700000', '155233.703000', '155233.705000', '155233.708000', '155233.710000', '155233.713000', '155233.715000', '155233.718000', '155233.720000', '155233.723000', '155233.726000', '155233.728000', '155233.731000', '155233.733000', '155233.736000', '155233.738000', '155233.741000', '155233.743000', '155233.746000', '155253.636000', '155253.638000', '155253.641000', '155253.643000', '155253.646000', '155253.648000', '155253.651000', '155253.654000', '155253.656000', '155253.659000', '155253.661000', '155253.664000', '155253.667000', '155253.669000', '155253.672000', '155253.674000', '155253.677000', '155253.680000', '155253.682000', '155253.685000', '155253.687000', '155253.690000', '155253.692000', '155253.695000', '155253.698000', '155253.700000', '155253.703000', '155253.705000', '155253.708000', '155253.711000', '155253.713000', '155253.716000', '155253.718000', '155253.721000', '155253.724000', '155253.726000', '155253.729000', '155253.732000', '155253.734000', '155253.737000', '155253.740000', '155253.742000', '155253.745000', '155313.635000', '155313.638000', '155313.641000', '155313.643000', '155313.646000', '155313.648000', '155313.652000', '155313.655000', '155313.657000', '155313.660000', '155313.662000', '155313.665000', '155313.667000', '155313.670000', '155313.673000', '155313.675000', '155313.678000', '155313.680000', '155313.683000', '155313.685000', '155313.688000', '155313.690000', '155313.693000', '155313.708000', '155313.710000', '155313.713000', '155313.716000', '155313.718000', '155313.721000', '155313.723000', '155313.726000', '155313.728000', '155313.731000', '155313.734000', '155313.736000', '155313.739000', '155313.741000', '155313.744000', '155313.746000', '155313.749000', '155313.751000', '155313.754000', '155313.757000', '155313.759000', '155333.635000', '155333.638000', '155333.641000', '155333.644000', '155333.646000', '155333.649000', '155333.651000', '155333.654000', '155333.656000', '155333.659000', '155333.662000', '155333.664000', '155333.667000', '155333.669000', '155333.672000', '155333.674000', '155333.677000', '155333.679000', '155333.682000', '155333.685000', '155333.687000', '155333.690000', '155333.692000', '155333.695000', '155333.698000', '155333.700000', '155333.703000', '155333.706000', '155333.708000', '155333.711000', '155333.713000', '155333.716000', '155333.718000', '155333.721000', '155333.724000', '155333.726000', '155333.740000', '155333.743000', '155333.745000', '155333.748000', '155333.750000', '155333.753000', '155333.756000', '155353.636000', '155353.638000', '155353.641000', '155353.643000', '155353.646000', '155353.649000', '155353.651000', '155353.654000', '155353.656000', '155353.659000', '155353.661000', '155353.664000', '155353.667000', '155353.669000', '155353.672000', '155353.674000', '155353.677000', '155353.680000', '155353.682000', '155353.685000', '155353.687000', '155353.690000', '155353.693000', '155353.695000', '155353.698000', '155353.700000', '155353.703000', '155353.705000', '155353.708000', '155353.710000', '155353.713000', '155353.715000', '155353.718000', '155353.721000', '155353.723000', '155353.726000', '155353.728000', '155353.731000', '155353.733000', '155353.736000', '155353.738000', '155353.741000', '155353.744000', '155353.746000', '155413.637000', '155413.639000', '155413.642000', '155413.645000', '155413.647000', '155413.650000', '155413.652000', '155413.655000', '155413.657000', '155413.660000', '155413.662000', '155413.665000', '155413.668000', '155413.670000', '155413.673000', '155413.675000', '155413.678000', '155413.680000', '155413.683000', '155413.685000', '155413.688000', '155413.691000', '155413.693000', '155413.696000', '155413.698000', '155413.701000', '155413.703000', '155413.706000', '155413.708000', '155413.711000', '155413.714000', '155413.716000', '155413.719000', '155413.721000', '155413.724000', '155413.726000', '155413.729000', '155413.731000', '155413.734000', '155413.737000', '155413.739000', '155413.742000', '155413.744000', '155433.635000', '155433.638000', '155433.641000', '155433.643000', '155433.646000', '155433.648000', '155433.651000', '155433.654000', '155433.656000', '155433.659000', '155433.661000', '155433.664000', '155433.666000', '155433.669000', '155433.672000', '155433.674000', '155433.677000', '155433.679000', '155433.682000', '155433.685000', '155433.697000', '155433.700000', '155433.702000', '155433.705000', '155433.707000', '155433.710000', '155433.712000', '155433.715000', '155433.717000', '155433.720000', '155433.723000', '155433.725000', '155433.728000', '155433.730000', '155433.733000', '155433.736000', '155433.738000', '155433.741000', '155433.743000', '155433.746000', '155433.748000', '155433.751000', '155433.754000', '155433.756000', '155453.635000', '155453.638000', '155453.641000', '155453.644000', '155453.646000', '155453.649000', '155453.651000', '155453.654000', '155453.656000', '155453.659000', '155453.662000', '155453.664000', '155453.667000', '155453.669000', '155453.672000', '155453.675000', '155453.677000', '155453.680000', '155453.682000', '155453.685000', '155453.687000', '155453.690000', '155453.693000', '155453.695000', '155453.698000', '155453.700000', '155453.703000', '155453.705000', '155453.708000', '155453.711000', '155453.713000', '155453.716000', '155453.718000', '155453.721000', '155453.723000', '155453.726000', '155453.729000', '155453.731000', '155453.734000', '155453.736000', '155453.739000', '155453.741000', '155453.744000', '155513.636000', '155513.638000', '155513.641000', '155513.644000', '155513.646000', '155513.649000', '155513.651000', '155513.654000', '155513.657000', '155513.659000', '155513.662000', '155513.664000', '155513.667000', '155513.669000', '155513.672000', '155513.675000', '155513.677000', '155513.680000', '155513.682000', '155513.685000', '155513.688000', '155513.690000', '155513.693000', '155513.695000', '155513.698000', '155513.700000', '155513.703000', '155513.705000', '155513.708000', '155513.711000', '155513.713000', '155513.716000', '155513.718000', '155513.721000', '155513.723000', '155513.726000', '155513.728000', '155513.731000', '155513.734000', '155513.736000', '155513.739000', '155513.741000', '155513.744000', '155513.746000', '155533.636000', '155533.638000', '155533.641000', '155533.644000', '155533.646000', '155533.649000', '155533.651000', '155533.654000', '155533.656000', '155533.659000', '155533.661000', '155533.664000', '155533.667000', '155533.669000', '155533.672000', '155533.674000', '155533.677000', '155533.680000', '155533.682000', '155533.685000', '155533.687000', '155533.690000', '155533.692000', '155533.695000', '155533.698000', '155533.700000', '155533.703000', '155533.705000', '155533.708000', '155533.710000', '155533.713000', '155533.716000', '155533.718000', '155533.721000', '155533.723000', '155533.726000', '155533.728000', '155533.731000', '155533.733000', '155533.736000', '155533.738000', '155533.741000', '155533.744000', '155553.635000', '155553.638000', '155553.641000', '155553.643000', '155553.646000', '155553.648000', '155553.651000', '155553.654000', '155553.656000', '155553.659000', '155553.661000', '155553.664000', '155553.666000', '155553.669000', '155553.672000', '155553.674000', '155553.707000', '155553.709000', '155553.712000', '155553.714000', '155553.717000', '155553.719000', '155553.722000', '155553.725000', '155553.727000', '155553.730000', '155553.732000', '155553.735000', '155553.737000', '155553.740000', '155553.742000', '155553.745000', '155553.748000', '155553.750000', '155553.753000', '155553.755000', '155553.758000', '155553.760000', '155553.763000', '155553.765000', '155553.768000', '155553.770000', '155553.773000', '155553.776000', '155613.635000', '155613.638000', '155613.641000', '155613.643000', '155613.646000', '155613.648000', '155613.651000', '155613.654000', '155613.656000', '155613.659000', '155613.661000', '155613.664000', '155613.666000', '155613.669000', '155613.671000', '155613.674000', '155613.677000', '155613.679000', '155613.682000', '155613.684000', '155613.687000', '155613.690000', '155613.692000', '155613.695000', '155613.697000', '155613.700000', '155613.703000', '155613.705000', '155613.708000', '155613.710000', '155613.713000', '155613.716000', '155613.718000', '155613.721000', '155613.724000', '155613.726000', '155613.729000', '155613.731000', '155613.734000', '155613.736000', '155613.739000', '155613.742000', '155613.744000', '155633.637000', '155633.640000', '155633.643000', '155633.646000', '155633.648000', '155633.651000', '155633.653000', '155633.656000', '155633.659000', '155633.661000', '155633.664000', '155633.667000', '155633.670000', '155633.673000', '155633.676000', '155633.678000', '155633.681000', '155633.683000', '155633.686000', '155633.688000', '155633.691000', '155633.694000', '155633.696000', '155633.699000', '155633.701000', '155633.704000', '155633.707000', '155633.709000', '155633.712000', '155633.714000', '155633.717000', '155633.719000', '155633.722000', '155633.725000', '155633.727000', '155633.730000', '155633.732000', '155633.735000', '155633.737000', '155633.740000', '155633.743000', '155633.745000', '155633.748000', '155653.636000', '155653.638000', '155653.641000', '155653.644000', '155653.646000', '155653.649000', '155653.651000', '155653.654000', '155653.656000', '155653.659000', '155653.662000', '155653.664000', '155653.667000', '155653.669000', '155653.672000', '155653.674000', '155653.677000', '155653.680000', '155653.682000', '155653.685000', '155653.687000', '155653.690000', '155653.692000', '155653.695000', '155653.697000', '155653.700000', '155653.703000', '155653.705000', '155653.708000', '155653.710000', '155653.713000', '155653.716000', '155653.718000', '155653.721000', '155653.723000', '155653.726000', '155653.728000', '155653.731000', '155653.734000', '155653.736000', '155653.739000', '155653.741000', '155653.744000', '155653.746000', '155700.242000', '155700.245000', '155700.248000', '155700.251000', '155700.254000', '155700.256000', '155700.259000', '155700.261000', '155700.264000', '155700.267000', '155700.270000', '155700.274000', '155700.277000', '155700.296000', '155700.299000'], 'InstanceCreationTime': ['154713.694000', '154713.697000', '154713.699000', '154713.702000', '154713.705000', '154713.707000', '154713.710000', '154713.712000', '154713.715000', '154713.717000', '154713.720000', '154713.722000', '154713.725000', '154713.728000', '154713.730000', '154713.733000', '154713.735000', '154713.738000', '154713.740000', '154713.743000', '154713.745000', '154713.748000', '154713.750000', '154713.753000', '154713.755000', '154713.758000', '154713.760000', '154713.763000', '154713.766000', '154713.768000', '154713.771000', '154713.773000', '154713.776000', '154713.778000', '154713.781000', '154713.783000', '154713.786000', '154713.788000', '154713.791000', '154713.793000', '154713.797000', '154713.800000', '154713.803000', '154713.805000', '154713.808000', '154713.810000', '154733.636000', '154733.639000', '154733.642000', '154733.644000', '154733.647000', '154733.649000', '154733.652000', '154733.655000', '154733.657000', '154733.660000', '154733.662000', '154733.665000', '154733.668000', '154733.670000', '154733.673000', '154733.675000', '154733.678000', '154733.680000', '154733.683000', '154733.685000', '154733.688000', '154733.691000', '154733.693000', '154733.696000', '154733.698000', '154733.701000', '154733.709000', '154733.712000', '154733.714000', '154733.717000', '154733.719000', '154733.722000', '154733.724000', '154733.727000', '154733.729000', '154733.732000', '154733.734000', '154733.737000', '154733.739000', '154733.742000', '154733.745000', '154733.747000', '154733.750000', '154753.635000', '154753.638000', '154753.641000', '154753.643000', '154753.646000', '154753.648000', '154753.651000', '154753.653000', '154753.656000', '154753.658000', '154753.661000', '154753.663000', '154753.666000', '154753.668000', '154753.671000', '154753.673000', '154753.676000', '154753.679000', '154753.681000', '154753.684000', '154753.686000', '154753.689000', '154753.691000', '154753.694000', '154753.697000', '154753.699000', '154753.702000', '154753.704000', '154753.707000', '154753.709000', '154753.712000', '154753.714000', '154753.717000', '154753.719000', '154753.722000', '154753.724000', '154753.727000', '154753.730000', '154753.732000', '154753.735000', '154753.737000', '154753.740000', '154753.742000', '154753.745000', '154813.635000', '154813.638000', '154813.641000', '154813.643000', '154813.646000', '154813.648000', '154813.651000', '154813.653000', '154813.656000', '154813.658000', '154813.661000', '154813.663000', '154813.666000', '154813.668000', '154813.671000', '154813.673000', '154813.676000', '154813.683000', '154813.686000', '154813.688000', '154813.691000', '154813.693000', '154813.696000', '154813.698000', '154813.701000', '154813.703000', '154813.706000', '154813.708000', '154813.711000', '154813.713000', '154813.716000', '154813.718000', '154813.721000', '154813.723000', '154813.726000', '154813.729000', '154813.731000', '154813.734000', '154813.736000', '154813.739000', '154813.741000', '154813.744000', '154813.747000', '154813.749000', '154833.635000', '154833.638000', '154833.641000', '154833.643000', '154833.646000', '154833.648000', '154833.651000', '154833.653000', '154833.656000', '154833.659000', '154833.661000', '154833.664000', '154833.666000', '154833.669000', '154833.671000', '154833.674000', '154833.676000', '154833.679000', '154833.681000', '154833.684000', '154833.687000', '154833.689000', '154833.692000', '154833.694000', '154833.697000', '154833.699000', '154833.702000', '154833.704000', '154833.707000', '154833.710000', '154833.712000', '154833.715000', '154833.717000', '154833.720000', '154833.735000', '154833.737000', '154833.740000', '154833.743000', '154833.745000', '154833.748000', '154833.750000', '154833.753000', '154833.755000', '154853.635000', '154853.639000', '154853.642000', '154853.645000', '154853.647000', '154853.650000', '154853.652000', '154853.655000', '154853.657000', '154853.660000', '154853.662000', '154853.665000', '154853.668000', '154853.670000', '154853.673000', '154853.675000', '154853.678000', '154853.681000', '154853.683000', '154853.686000', '154853.688000', '154853.691000', '154853.694000', '154853.696000', '154853.699000', '154853.701000', '154853.704000', '154853.713000', '154853.715000', '154853.718000', '154853.721000', '154853.723000', '154853.726000', '154853.728000', '154853.731000', '154853.733000', '154853.736000', '154853.739000', '154853.741000', '154853.744000', '154853.746000', '154853.749000', '154853.751000', '154913.635000', '154913.638000', '154913.641000', '154913.643000', '154913.646000', '154913.648000', '154913.651000', '154913.654000', '154913.656000', '154913.659000', '154913.661000', '154913.664000', '154913.666000', '154913.669000', '154913.671000', '154913.674000', '154913.676000', '154913.679000', '154913.681000', '154913.684000', '154913.687000', '154913.689000', '154913.692000', '154913.694000', '154913.697000', '154913.699000', '154913.702000', '154913.704000', '154913.707000', '154913.710000', '154913.712000', '154913.715000', '154913.717000', '154913.720000', '154913.722000', '154913.725000', '154913.728000', '154913.730000', '154913.733000', '154913.735000', '154913.738000', '154913.740000', '154913.743000', '154913.745000', '154933.636000', '154933.639000', '154933.642000', '154933.644000', '154933.647000', '154933.650000', '154933.652000', '154933.655000', '154933.657000', '154933.660000', '154933.663000', '154933.665000', '154933.668000', '154933.670000', '154933.673000', '154933.675000', '154933.678000', '154933.680000', '154933.683000', '154933.686000', '154933.688000', '154933.691000', '154933.693000', '154933.696000', '154933.698000', '154933.701000', '154933.703000', '154933.706000', '154933.708000', '154933.711000', '154933.713000', '154933.716000', '154933.719000', '154933.721000', '154933.724000', '154933.726000', '154933.729000', '154933.731000', '154933.734000', '154933.736000', '154933.739000', '154933.742000', '154933.744000', '154953.636000', '154953.639000', '154953.642000', '154953.645000', '154953.647000', '154953.650000', '154953.652000', '154953.655000', '154953.657000', '154953.660000', '154953.662000', '154953.665000', '154953.667000', '154953.670000', '154953.673000', '154953.675000', '154953.678000', '154953.680000', '154953.683000', '154953.685000', '154953.688000', '154953.690000', '154953.693000', '154953.696000', '154953.698000', '154953.701000', '154953.703000', '154953.706000', '154953.708000', '154953.711000', '154953.713000', '154953.716000', '154953.719000', '154953.721000', '154953.724000', '154953.726000', '154953.729000', '154953.731000', '154953.734000', '154953.736000', '154953.739000', '154953.741000', '154953.744000', '154953.747000', '155013.636000', '155013.639000', '155013.641000', '155013.644000', '155013.646000', '155013.649000', '155013.651000', '155013.654000', '155013.656000', '155013.659000', '155013.662000', '155013.664000', '155013.667000', '155013.669000', '155013.672000', '155013.674000', '155013.678000', '155013.681000', '155013.684000', '155013.686000', '155013.689000', '155013.691000', '155013.694000', '155013.701000', '155013.704000', '155013.706000', '155013.709000', '155013.711000', '155013.714000', '155013.717000', '155013.719000', '155013.732000', '155013.734000', '155013.737000', '155013.739000', '155013.742000', '155013.745000', '155013.747000', '155013.750000', '155013.752000', '155013.755000', '155013.757000', '155013.760000', '155033.635000', '155033.638000', '155033.641000', '155033.643000', '155033.646000', '155033.649000', '155033.651000', '155033.654000', '155033.656000', '155033.659000', '155033.661000', '155033.664000', '155033.667000', '155033.669000', '155033.672000', '155033.674000', '155033.677000', '155033.679000', '155033.682000', '155033.685000', '155033.687000', '155033.690000', '155033.692000', '155033.695000', '155033.698000', '155033.700000', '155033.703000', '155033.705000', '155033.708000', '155033.710000', '155033.713000', '155033.715000', '155033.718000', '155033.721000', '155033.723000', '155033.726000', '155033.728000', '155033.731000', '155033.733000', '155033.736000', '155033.738000', '155033.741000', '155033.744000', '155033.746000', '155053.636000', '155053.639000', '155053.641000', '155053.644000', '155053.646000', '155053.649000', '155053.651000', '155053.654000', '155053.656000', '155053.659000', '155053.662000', '155053.664000', '155053.667000', '155053.669000', '155053.672000', '155053.674000', '155053.677000', '155053.680000', '155053.682000', '155053.685000', '155053.687000', '155053.690000', '155053.693000', '155053.695000', '155053.698000', '155053.700000', '155053.703000', '155053.705000', '155053.708000', '155053.710000', '155053.713000', '155053.715000', '155053.718000', '155053.721000', '155053.723000', '155053.726000', '155053.728000', '155053.731000', '155053.733000', '155053.736000', '155053.739000', '155053.741000', '155053.744000', '155053.746000', '155113.635000', '155113.638000', '155113.641000', '155113.643000', '155113.646000', '155113.649000', '155113.651000', '155113.654000', '155113.656000', '155113.659000', '155113.662000', '155113.664000', '155113.667000', '155113.669000', '155113.672000', '155113.674000', '155113.677000', '155113.680000', '155113.682000', '155113.685000', '155113.687000', '155113.690000', '155113.692000', '155113.695000', '155113.698000', '155113.700000', '155113.703000', '155113.705000', '155113.708000', '155113.710000', '155113.713000', '155113.716000', '155113.718000', '155113.721000', '155113.723000', '155113.726000', '155113.728000', '155113.731000', '155113.733000', '155113.736000', '155113.739000', '155113.741000', '155133.636000', '155133.639000', '155133.641000', '155133.644000', '155133.646000', '155133.649000', '155133.651000', '155133.654000', '155133.656000', '155133.659000', '155133.662000', '155133.664000', '155133.667000', '155133.669000', '155133.672000', '155133.675000', '155133.677000', '155133.680000', '155133.682000', '155133.685000', '155133.687000', '155133.690000', '155133.693000', '155133.695000', '155133.698000', '155133.701000', '155133.703000', '155133.706000', '155133.708000', '155133.711000', '155133.714000', '155133.717000', '155133.721000', '155133.724000', '155133.727000', '155133.729000', '155133.732000', '155133.734000', '155133.737000', '155133.739000', '155133.742000', '155133.745000', '155133.747000', '155133.750000', '155153.636000', '155153.639000', '155153.642000', '155153.644000', '155153.647000', '155153.650000', '155153.652000', '155153.655000', '155153.657000', '155153.660000', '155153.662000', '155153.665000', '155153.668000', '155153.670000', '155153.673000', '155153.675000', '155153.678000', '155153.680000', '155153.683000', '155153.686000', '155153.688000', '155153.691000', '155153.693000', '155153.696000', '155153.698000', '155153.701000', '155153.703000', '155153.706000', '155153.709000', '155153.711000', '155153.714000', '155153.716000', '155153.719000', '155153.721000', '155153.724000', '155153.726000', '155153.729000', '155153.732000', '155153.734000', '155153.737000', '155153.739000', '155153.742000', '155153.744000', '155153.747000', '155213.636000', '155213.639000', '155213.642000', '155213.644000', '155213.647000', '155213.650000', '155213.652000', '155213.655000', '155213.657000', '155213.660000', '155213.662000', '155213.665000', '155213.668000', '155213.670000', '155213.673000', '155213.675000', '155213.678000', '155213.681000', '155213.683000', '155213.686000', '155213.688000', '155213.691000', '155213.694000', '155213.696000', '155213.699000', '155213.701000', '155213.704000', '155213.706000', '155213.709000', '155213.711000', '155213.714000', '155213.717000', '155213.719000', '155213.722000', '155213.724000', '155213.727000', '155213.730000', '155213.732000', '155213.735000', '155213.737000', '155213.740000', '155213.743000', '155213.745000', '155233.635000', '155233.638000', '155233.641000', '155233.643000', '155233.646000', '155233.648000', '155233.651000', '155233.654000', '155233.656000', '155233.659000', '155233.661000', '155233.664000', '155233.666000', '155233.669000', '155233.672000', '155233.674000', '155233.677000', '155233.679000', '155233.682000', '155233.684000', '155233.687000', '155233.690000', '155233.692000', '155233.695000', '155233.697000', '155233.700000', '155233.703000', '155233.705000', '155233.708000', '155233.710000', '155233.713000', '155233.715000', '155233.718000', '155233.720000', '155233.723000', '155233.726000', '155233.728000', '155233.731000', '155233.733000', '155233.736000', '155233.738000', '155233.741000', '155233.743000', '155233.746000', '155253.636000', '155253.638000', '155253.641000', '155253.643000', '155253.646000', '155253.648000', '155253.651000', '155253.654000', '155253.656000', '155253.659000', '155253.661000', '155253.664000', '155253.667000', '155253.669000', '155253.672000', '155253.674000', '155253.677000', '155253.680000', '155253.682000', '155253.685000', '155253.687000', '155253.690000', '155253.692000', '155253.695000', '155253.698000', '155253.700000', '155253.703000', '155253.705000', '155253.708000', '155253.711000', '155253.713000', '155253.716000', '155253.718000', '155253.721000', '155253.724000', '155253.726000', '155253.729000', '155253.732000', '155253.734000', '155253.737000', '155253.740000', '155253.742000', '155253.745000', '155313.635000', '155313.638000', '155313.641000', '155313.643000', '155313.646000', '155313.648000', '155313.652000', '155313.655000', '155313.657000', '155313.660000', '155313.662000', '155313.665000', '155313.667000', '155313.670000', '155313.673000', '155313.675000', '155313.678000', '155313.680000', '155313.683000', '155313.685000', '155313.688000', '155313.690000', '155313.693000', '155313.708000', '155313.710000', '155313.713000', '155313.716000', '155313.718000', '155313.721000', '155313.723000', '155313.726000', '155313.728000', '155313.731000', '155313.734000', '155313.736000', '155313.739000', '155313.741000', '155313.744000', '155313.746000', '155313.749000', '155313.751000', '155313.754000', '155313.757000', '155313.759000', '155333.635000', '155333.638000', '155333.641000', '155333.644000', '155333.646000', '155333.649000', '155333.651000', '155333.654000', '155333.656000', '155333.659000', '155333.662000', '155333.664000', '155333.667000', '155333.669000', '155333.672000', '155333.674000', '155333.677000', '155333.679000', '155333.682000', '155333.685000', '155333.687000', '155333.690000', '155333.692000', '155333.695000', '155333.698000', '155333.700000', '155333.703000', '155333.706000', '155333.708000', '155333.711000', '155333.713000', '155333.716000', '155333.718000', '155333.721000', '155333.724000', '155333.726000', '155333.740000', '155333.743000', '155333.745000', '155333.748000', '155333.750000', '155333.753000', '155333.756000', '155353.636000', '155353.638000', '155353.641000', '155353.643000', '155353.646000', '155353.649000', '155353.651000', '155353.654000', '155353.656000', '155353.659000', '155353.661000', '155353.664000', '155353.667000', '155353.669000', '155353.672000', '155353.674000', '155353.677000', '155353.680000', '155353.682000', '155353.685000', '155353.687000', '155353.690000', '155353.693000', '155353.695000', '155353.698000', '155353.700000', '155353.703000', '155353.705000', '155353.708000', '155353.710000', '155353.713000', '155353.715000', '155353.718000', '155353.721000', '155353.723000', '155353.726000', '155353.728000', '155353.731000', '155353.733000', '155353.736000', '155353.738000', '155353.741000', '155353.744000', '155353.746000', '155413.637000', '155413.639000', '155413.642000', '155413.645000', '155413.647000', '155413.650000', '155413.652000', '155413.655000', '155413.657000', '155413.660000', '155413.662000', '155413.665000', '155413.668000', '155413.670000', '155413.673000', '155413.675000', '155413.678000', '155413.680000', '155413.683000', '155413.685000', '155413.688000', '155413.691000', '155413.693000', '155413.696000', '155413.698000', '155413.701000', '155413.703000', '155413.706000', '155413.708000', '155413.711000', '155413.714000', '155413.716000', '155413.719000', '155413.721000', '155413.724000', '155413.726000', '155413.729000', '155413.731000', '155413.734000', '155413.737000', '155413.739000', '155413.742000', '155413.744000', '155433.635000', '155433.638000', '155433.641000', '155433.643000', '155433.646000', '155433.648000', '155433.651000', '155433.654000', '155433.656000', '155433.659000', '155433.661000', '155433.664000', '155433.666000', '155433.669000', '155433.672000', '155433.674000', '155433.677000', '155433.679000', '155433.682000', '155433.685000', '155433.697000', '155433.700000', '155433.702000', '155433.705000', '155433.707000', '155433.710000', '155433.712000', '155433.715000', '155433.717000', '155433.720000', '155433.723000', '155433.725000', '155433.728000', '155433.730000', '155433.733000', '155433.736000', '155433.738000', '155433.741000', '155433.743000', '155433.746000', '155433.748000', '155433.751000', '155433.754000', '155433.756000', '155453.635000', '155453.638000', '155453.641000', '155453.644000', '155453.646000', '155453.649000', '155453.651000', '155453.654000', '155453.656000', '155453.659000', '155453.662000', '155453.664000', '155453.667000', '155453.669000', '155453.672000', '155453.675000', '155453.677000', '155453.680000', '155453.682000', '155453.685000', '155453.687000', '155453.690000', '155453.693000', '155453.695000', '155453.698000', '155453.700000', '155453.703000', '155453.705000', '155453.708000', '155453.711000', '155453.713000', '155453.716000', '155453.718000', '155453.721000', '155453.723000', '155453.726000', '155453.729000', '155453.731000', '155453.734000', '155453.736000', '155453.739000', '155453.741000', '155453.744000', '155513.636000', '155513.638000', '155513.641000', '155513.644000', '155513.646000', '155513.649000', '155513.651000', '155513.654000', '155513.657000', '155513.659000', '155513.662000', '155513.664000', '155513.667000', '155513.669000', '155513.672000', '155513.675000', '155513.677000', '155513.680000', '155513.682000', '155513.685000', '155513.688000', '155513.690000', '155513.693000', '155513.695000', '155513.698000', '155513.700000', '155513.703000', '155513.705000', '155513.708000', '155513.711000', '155513.713000', '155513.716000', '155513.718000', '155513.721000', '155513.723000', '155513.726000', '155513.728000', '155513.731000', '155513.734000', '155513.736000', '155513.739000', '155513.741000', '155513.744000', '155513.746000', '155533.636000', '155533.638000', '155533.641000', '155533.644000', '155533.646000', '155533.649000', '155533.651000', '155533.654000', '155533.656000', '155533.659000', '155533.661000', '155533.664000', '155533.667000', '155533.669000', '155533.672000', '155533.674000', '155533.677000', '155533.680000', '155533.682000', '155533.685000', '155533.687000', '155533.690000', '155533.692000', '155533.695000', '155533.698000', '155533.700000', '155533.703000', '155533.705000', '155533.708000', '155533.710000', '155533.713000', '155533.716000', '155533.718000', '155533.721000', '155533.723000', '155533.726000', '155533.728000', '155533.731000', '155533.733000', '155533.736000', '155533.738000', '155533.741000', '155533.744000', '155553.635000', '155553.638000', '155553.641000', '155553.643000', '155553.646000', '155553.648000', '155553.651000', '155553.654000', '155553.656000', '155553.659000', '155553.661000', '155553.664000', '155553.666000', '155553.669000', '155553.672000', '155553.674000', '155553.707000', '155553.709000', '155553.712000', '155553.714000', '155553.717000', '155553.719000', '155553.722000', '155553.725000', '155553.727000', '155553.730000', '155553.732000', '155553.735000', '155553.737000', '155553.740000', '155553.742000', '155553.745000', '155553.748000', '155553.750000', '155553.753000', '155553.755000', '155553.758000', '155553.760000', '155553.763000', '155553.765000', '155553.768000', '155553.770000', '155553.773000', '155553.776000', '155613.635000', '155613.638000', '155613.641000', '155613.643000', '155613.646000', '155613.648000', '155613.651000', '155613.654000', '155613.656000', '155613.659000', '155613.661000', '155613.664000', '155613.666000', '155613.669000', '155613.671000', '155613.674000', '155613.677000', '155613.679000', '155613.682000', '155613.684000', '155613.687000', '155613.690000', '155613.692000', '155613.695000', '155613.697000', '155613.700000', '155613.703000', '155613.705000', '155613.708000', '155613.710000', '155613.713000', '155613.716000', '155613.718000', '155613.721000', '155613.724000', '155613.726000', '155613.729000', '155613.731000', '155613.734000', '155613.736000', '155613.739000', '155613.742000', '155613.744000', '155633.637000', '155633.640000', '155633.643000', '155633.646000', '155633.648000', '155633.651000', '155633.653000', '155633.656000', '155633.659000', '155633.661000', '155633.664000', '155633.667000', '155633.670000', '155633.673000', '155633.676000', '155633.678000', '155633.681000', '155633.683000', '155633.686000', '155633.688000', '155633.691000', '155633.694000', '155633.696000', '155633.699000', '155633.701000', '155633.704000', '155633.707000', '155633.709000', '155633.712000', '155633.714000', '155633.717000', '155633.719000', '155633.722000', '155633.725000', '155633.727000', '155633.730000', '155633.732000', '155633.735000', '155633.737000', '155633.740000', '155633.743000', '155633.745000', '155633.748000', '155653.636000', '155653.638000', '155653.641000', '155653.644000', '155653.646000', '155653.649000', '155653.651000', '155653.654000', '155653.656000', '155653.659000', '155653.662000', '155653.664000', '155653.667000', '155653.669000', '155653.672000', '155653.674000', '155653.677000', '155653.680000', '155653.682000', '155653.685000', '155653.687000', '155653.690000', '155653.692000', '155653.695000', '155653.697000', '155653.700000', '155653.703000', '155653.705000', '155653.708000', '155653.710000', '155653.713000', '155653.716000', '155653.718000', '155653.721000', '155653.723000', '155653.726000', '155653.728000', '155653.731000', '155653.734000', '155653.736000', '155653.739000', '155653.741000', '155653.744000', '155653.746000', '155700.242000', '155700.245000', '155700.248000', '155700.251000', '155700.254000', '155700.256000', '155700.259000', '155700.261000', '155700.264000', '155700.267000', '155700.270000', '155700.274000', '155700.277000', '155700.296000', '155700.299000'], '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': [16086, 12527, 9898, 14219, 11100, 9460, 17817, 13372, 9889, 16414, 11440, 8987, 17105, 13265, 9560, 14423, 11054, 9533, 16570, 11589, 9466, 12604, 11480, 16854, 12489, 9800, 12171, 10437, 9757, 12701, 11372, 9336, 12883, 11655, 10072, 16361, 11794, 8245, 14932, 11943, 9795, 15720, 12010, 11650, 15695, 13223, 13821, 13248, 9781, 14647, 13484, 10705, 13542, 11152, 9877, 15398, 12540, 10267, 15114, 10777, 9075, 17942, 13688, 9451, 15838, 11293, 9789, 16953, 11670, 7955, 11522, 9883, 10232, 14604, 10740, 11796, 11045, 8636, 17072, 12915, 8076, 12668, 9459, 9515, 14431, 10687, 10394, 11003, 10018, 15913, 12311, 8404, 15157, 10476, 11011, 13283, 10230, 16184, 11414, 8374, 13640, 11012, 12206, 10008, 8568, 13619, 10616, 8316, 14167, 10058, 8374, 14656, 11331, 8547, 14723, 10596, 8157, 15389, 13305, 11381, 13326, 10281, 11970, 15140, 12437, 19653, 14843, 9363, 16434, 13441, 19681, 14543, 9916, 15855, 11258, 11610, 13501, 9491, 14113, 10283, 8160, 15543, 10777, 8129, 11789, 9661, 10409, 12943, 9886, 12171, 10890, 10202, 15272, 12895, 8573, 14202, 10099, 8363, 15071, 10602, 10256, 11525, 10228, 17376, 13754, 9396, 13573, 9947, 11853, 11872, 9936, 15970, 10890, 8063, 13830, 10354, 8203, 13726, 9584, 8698, 11239, 10101, 15264, 13944, 10693, 12520, 10124, 18346, 14275, 9959, 12994, 9654, 13637, 10365, 8389, 15745, 10398, 8618, 11944, 10154, 15711, 12701, 8415, 13216, 9917, 13501, 10203, 8395, 14718, 10021, 8305, 12361, 10289, 12740, 10396, 8387, 14039, 10444, 7614, 14432, 10316, 8494, 12203, 10028, 8496, 13691, 9869, 8224, 12659, 11062, 15262, 13560, 9552, 18529, 15099, 16459, 14226, 11430, 18599, 16636, 16310, 11714, 9310, 16936, 12799, 16680, 11175, 8146, 14211, 11300, 8647, 13312, 10142, 8011, 13641, 10137, 8101, 15152, 11269, 8416, 14922, 10206, 8106, 14698, 12751, 16175, 12630, 9067, 15970, 10678, 13450, 13615, 8212, 15319, 10257, 8466, 12644, 10457, 10102, 10774, 8669, 14439, 10795, 8363, 13892, 9894, 12695, 9508, 7974, 14156, 11613, 10228, 11243, 8864, 14726, 11329, 11427, 14136, 10053, 16916, 10826, 9336, 14211, 10530, 12291, 9946, 8558, 14871, 11888, 10273, 12839, 9710, 14953, 10790, 8599, 14451, 10650, 14058, 10133, 7933, 14534, 11444, 11879, 11268, 8699, 15329, 10987, 11716, 14476, 11418, 17277, 12479, 10930, 11758, 9654, 16751, 12131, 8049, 13647, 9910, 14738, 10933, 8839, 14286, 10096, 15312, 10638, 11569, 11708, 8158, 14455, 10460, 9366, 10773, 8256, 14708, 11438, 11891, 10128, 7963, 14175, 11269, 9605, 11529, 9024, 14140, 11030, 8698, 14036, 10393, 12843, 10144, 8713, 14710, 11125, 19246, 13024, 9072, 14039, 10870, 10950, 9967, 8465, 11857, 9578, 8490, 14655, 9942, 8804, 11756, 9987, 14167, 12573, 14570, 11988, 8621, 17976, 14898, 19520, 15172, 10299, 17701, 11569, 15642, 14229, 10391, 17832, 12157, 19230, 11294, 13334, 14630, 9134, 15848, 10637, 10509, 11144, 9291, 17190, 11214, 8524, 11481, 9649, 15513, 11723, 8342, 13594, 10117, 9605, 11457, 8290, 15423, 12035, 10995, 10990, 7723, 14771, 11212, 8804, 12064, 9589, 11544, 10906, 9132, 14872, 10701, 8352, 13673, 11085, 9080, 14327, 11131, 10272, 10960, 9410, 14200, 11657, 8524, 13811, 10312, 8354, 15418, 11988, 8882, 14239, 10177, 8618, 13890, 11311, 10559, 12947, 10262, 13701, 13198, 12418, 18010, 12800, 9434, 17381, 12657, 9852, 17230, 12319, 10303, 12507, 10838, 17377, 11743, 8441, 14404, 10171, 7892, 15490, 11343, 8168, 12333, 9798, 8263, 13657, 10846, 8710, 13334, 9873, 14642, 11588, 9487, 18958, 11043, 7962, 13226, 10845, 13745, 12356, 9086, 16503, 11437, 13116, 13087, 9825, 16948, 11242, 10832, 11287, 8382, 16402, 11747, 8083, 12036, 9701, 8570, 12556, 10714, 9296, 11732, 9248, 12792, 10022, 8014, 14893, 10725, 8468, 13532, 10276, 9307, 15032, 12322, 14317, 11694, 9554, 17502, 12942, 12098, 16489, 11371, 16375, 11579, 9591, 16420, 11730, 15679, 10851, 8567, 15334, 12192, 11189, 13146, 10192, 16467, 10972, 8444, 14737, 11094, 13350, 10029, 8118, 13438, 10686, 15346, 11124, 8380, 12099, 9167, 15107, 11274, 8303, 11869, 9878, 8962, 10421, 8277, 13723, 10629, 8379, 12248, 10041, 14181, 11188, 9527, 14515, 10316, 8569, 13239, 11608, 17061, 12965, 8794, 14643, 11267, 11467, 16846, 12060, 10736, 12300, 11491, 8684, 15601, 11662, 10591, 17340, 13314, 9584, 15659, 12848, 17214, 15533, 11962, 21217, 12189, 8782, 16036, 11900, 9276, 14477, 10284, 10777, 10651, 8557, 16398, 11776, 9703, 11928, 9274, 15770, 11325, 10942, 13362, 9828, 15811, 10240, 8396, 12559, 10192, 13653, 10048, 8380, 13311, 10610, 9942, 12805, 9723, 14369, 9975, 7882, 13692, 11474, 11115, 11360, 8799, 15157, 10716, 9017, 14092, 10452, 15498, 11642, 8589, 14790, 12247, 13932, 11831, 8707, 15373, 10719, 8346, 15427, 11208, 12911, 10430, 7673, 15337, 12099, 10453, 13145, 9856, 14794, 10617, 8027, 16035, 11978, 10388, 11824, 9583, 16212, 11300, 8326, 14896, 10601, 8143, 13646, 11389, 10924, 11989, 9722, 13243, 10555, 8370, 15994, 11311, 8003, 12017, 9856, 12599, 11838, 9587, 15164, 10831, 8046, 13400, 10704, 12595, 11669, 8802, 15296, 10388, 9232, 13097, 10787, 17714, 12486, 9001, 12746, 10227, 10811, 13210, 10343, 15622, 11149, 7895, 14025, 11287, 11588, 12362, 9530, 15518, 10650, 8309, 13507, 11166, 16352, 12008, 8255, 12805, 10912, 11509, 12121, 8885, 14795, 10592, 8973, 12537, 9216, 14892, 11136, 7774, 12319, 10707, 11578, 11817, 8675, 14297, 10588, 10431, 12049, 9039, 14738, 11545, 13060, 10157, 8591, 14194, 10999, 15001, 10597, 8079, 13551, 11332, 9377, 11469, 9074, 15062, 11153, 10437, 13408, 9933, 16605, 11157, 12069, 11523, 8689, 15771, 11271, 12850, 9967, 8391, 13358, 9916, 14856, 11134, 12600, 10216, 9377, 12861, 8764, 13635, 10820, 8789, 11251, 8566, 13859, 11751, 8045, 12403, 9792, 11434, 10696, 8163, 13816, 11758, 10605, 11820, 8964, 15958, 13454, 16828, 15400, 10295, 18914, 13256, 19691, 16784, 11443, 12151, 9637, 15333, 11077, 8938, 15292, 11467, 16337, 10956, 8412, 12703, 9843, 16094, 11566, 9416, 11251, 8335, 14406, 11882, 9605, 12120, 9537, 14942, 11183, 9621, 12273, 9404, 13351, 10561, 7905, 13708, 10867, 14157, 10602, 7944, 13287, 11025, 15584, 10758, 7990, 13166, 10851, 15775, 13029, 9486, 12789, 9941, 7500, 13747, 11521, 9471, 12670, 10291, 15390, 10850, 8264, 16472, 12383, 9265, 14211, 10948, 14177, 14165, 12174, 22048, 14146, 9024, 14608, 11953, 14994, 12020, 10313, 14900, 11250, 9993, 13301, 11218, 9298, 10071, 12985, 11258, 15948, 11151, 8377, 13526, 10986, 10271, 13405, 10384, 15357, 10988, 8048, 13674, 11447, 13193, 10529, 8185, 12733, 10440, 14399, 11076, 7935, 12160, 9441, 13343, 10806, 7795, 13746, 10903, 8955, 11492, 9534, 14047, 12072, 8781, 14344, 10861, 8817, 13609, 11587, 19152, 15424, 10997, 17210, 11439, 18653, 12656, 10954, 19011, 12080, 12319, 10671, 8510, 16455, 12810, 8886, 14314, 10631, 15164, 10727, 7682, 14521, 11498, 11040, 11216, 7873, 14428, 11740, 11930, 11533, 8067, 14088, 11692, 15117, 11546, 8010, 13580, 10701, 9069, 12485, 10556, 15287, 11083, 8480, 12283, 10786, 11808, 11157, 9942, 15038, 11065, 8023, 14479, 10738, 8844, 16127, 12520, 10074, 15986, 10601, 9040, 15417, 12034, 16509, 10777, 8162, 14635, 11290, 15423, 11659, 8162, 13672, 10509, 8358, 12946, 10356, 14134, 10194, 7904, 13297, 11362, 14828, 12017, 11256, 11701, 9079, 16653, 11711, 18691, 12428, 12455, 10715, 8198, 15650, 12018, 14343, 10486, 8207, 12368, 9718, 15179, 12390, 10593, 11317, 8469, 13974, 11386, 8661, 12899, 10275, 9326, 10808, 10153, 14706, 11616, 8792, 13349, 10589, 10934, 14046, 11328, 17893, 12715, 9255, 16033, 12953, 22740, 16346, 9955, 13532, 10455, 15705, 11070, 9681, 16376, 11121, 15762, 10023, 8073, 13750, 11067, 13578, 10049, 8385, 12590, 10614, 12204, 11057, 7853, 12830, 10745, 12398, 12142, 9201, 14820, 11021, 7734, 13057, 11016, 13178, 11764, 8956, 15016, 10820, 8868, 13578, 11005, 14866, 10124, 7989, 15529, 10869, 8206, 15156, 11975, 8868, 15917, 11233, 8757, 15741, 12866, 21197, 12015, 8434, 15275, 11845, 10058, 14271, 11228, 13921, 10710, 8050, 13379, 10947, 8420, 14081, 11131, 12189, 11028, 7788, 14461, 12580, 15308, 10839, 7982, 13063, 10714, 15269, 11773, 8651, 12264, 9201, 13899, 11437, 11441, 11885, 8302, 13554, 10867, 14716, 11253, 8614, 13397, 10761, 13830, 10996, 10952, 13448, 9102, 13825, 10569, 8064, 13308, 10914, 7888, 13109, 10626, 12141, 11249, 8780, 15371, 11926, 9865, 12898, 10300, 20993, 14903, 12264, 18823, 11810, 16778, 11975, 11338, 20512, 15082, 16339, 10721, 8198, 15003, 12007, 16851, 10924, 7991, 14372, 12073, 13875, 11845, 8637, 14197, 11167, 11565, 13115, 9374, 14391, 10916, 8612, 12917, 10935, 12362, 10834, 8146, 14405, 11442, 9477, 14095, 11194, 12951, 11077, 8784, 16896, 13021, 9206, 12424, 10311, 12331, 12420, 9077, 15151, 11111, 7907, 13552, 11651, 12750, 12765, 10126, 15004, 10710, 7896, 14730, 12008, 10906, 11150, 9311, 15532, 11314, 8528, 14991, 10942, 8169, 13931, 11118, 8950, 13977, 11306, 8097, 13761, 11474, 10113, 15364, 12025, 9552, 13965, 12080, 13452, 19572, 14536, 10675, 12323, 11184, 12332, 18034, 12457, 8113, 14288, 10461, 7806, 13443, 10821, 15314, 11118, 9111], 'WindowCenter': [4729.0, 4683.0, 4651.0, 4678.0, 4645.0, 4623.0, 4683.0, 4654.0, 4622.0, 4671.0, 4628.0, 4596.0, 4682.0, 4650.0, 4610.0, 4647.0, 4628.0, 4607.0, 4669.0, 4641.0, 4620.0, 4638.0, 4637.0, 4668.0, 4638.0, 4618.0, 4638.0, 4629.0, 4619.0, 4649.0, 4640.0, 4620.0, 4651.0, 4654.0, 4633.0, 4672.0, 4642.0, 4601.0, 4659.0, 4640.0, 4634.0, 4672.0, 4642.0, 4630.0, 4659.0, 4647.0, 4648.0, 4647.0, 4635.0, 4661.0, 4650.0, 4643.0, 4649.0, 4627.0, 4620.0, 4659.0, 4639.0, 4620.0, 4661.0, 4627.0, 4599.0, 4680.0, 4650.0, 4609.0, 4673.0, 4632.0, 4618.0, 4667.0, 4629.0, 4589.0, 4625.0, 4617.0, 4618.0, 4656.0, 4629.0, 4643.0, 4628.0, 4599.0, 4660.0, 4637.0, 4589.0, 4636.0, 4610.0, 4607.0, 4648.0, 4618.0, 4618.0, 4618.0, 4618.0, 4657.0, 4627.0, 4586.0, 4657.0, 4617.0, 4615.0, 4649.0, 4619.0, 4670.0, 4646.0, 4589.0, 4647.0, 4617.0, 4638.0, 4607.0, 4597.0, 4648.0, 4644.0, 4612.0, 4662.0, 4619.0, 4600.0, 4658.0, 4630.0, 4600.0, 4660.0, 4643.0, 4602.0, 4661.0, 4648.0, 4629.0, 4646.0, 4616.0, 4627.0, 4658.0, 4638.0, 4680.0, 4658.0, 4609.0, 4655.0, 4638.0, 4668.0, 4648.0, 4608.0, 4645.0, 4613.0, 4614.0, 4634.0, 4608.0, 4659.0, 4630.0, 4586.0, 4657.0, 4627.0, 4587.0, 4625.0, 4632.0, 4630.0, 4638.0, 4617.0, 4626.0, 4616.0, 4616.0, 4673.0, 4650.0, 4600.0, 4646.0, 4618.0, 4588.0, 4656.0, 4616.0, 4618.0, 4625.0, 4617.0, 4667.0, 4662.0, 4607.0, 4647.0, 4608.0, 4625.0, 4626.0, 4605.0, 4671.0, 4629.0, 4598.0, 4646.0, 4619.0, 4587.0, 4647.0, 4608.0, 4598.0, 4625.0, 4618.0, 4659.0, 4647.0, 4617.0, 4626.0, 4618.0, 4681.0, 4646.0, 4606.0, 4633.0, 4605.0, 4634.0, 4606.0, 4586.0, 4657.0, 4617.0, 4598.0, 4625.0, 4617.0, 4655.0, 4638.0, 4587.0, 4649.0, 4618.0, 4634.0, 4607.0, 4588.0, 4658.0, 4617.0, 4600.0, 4650.0, 4620.0, 4638.0, 4617.0, 4600.0, 4648.0, 4643.0, 4604.0, 4663.0, 4620.0, 4600.0, 4639.0, 4620.0, 4628.0, 4663.0, 4633.0, 4612.0, 4651.0, 4642.0, 4661.0, 4651.0, 4621.0, 4682.0, 4659.0, 4668.0, 4649.0, 4629.0, 4668.0, 4657.0, 4657.0, 4624.0, 4594.0, 4656.0, 4652.0, 4657.0, 4615.0, 4585.0, 4645.0, 4625.0, 4597.0, 4637.0, 4616.0, 4588.0, 4662.0, 4631.0, 4602.0, 4657.0, 4628.0, 4599.0, 4659.0, 4619.0, 4590.0, 4659.0, 4639.0, 4659.0, 4638.0, 4596.0, 4656.0, 4615.0, 4637.0, 4663.0, 4587.0, 4645.0, 4604.0, 4585.0, 4634.0, 4620.0, 4617.0, 4629.0, 4613.0, 4658.0, 4629.0, 4603.0, 4662.0, 4621.0, 4651.0, 4608.0, 4590.0, 4652.0, 4630.0, 4622.0, 4629.0, 4610.0, 4660.0, 4631.0, 4629.0, 4650.0, 4611.0, 4670.0, 4633.0, 4608.0, 4647.0, 4616.0, 4638.0, 4607.0, 4597.0, 4658.0, 4653.0, 4621.0, 4640.0, 4608.0, 4647.0, 4616.0, 4600.0, 4649.0, 4632.0, 4648.0, 4617.0, 4588.0, 4647.0, 4628.0, 4628.0, 4628.0, 4600.0, 4657.0, 4619.0, 4629.0, 4647.0, 4655.0, 4669.0, 4638.0, 4616.0, 4627.0, 4606.0, 4656.0, 4626.0, 4589.0, 4648.0, 4607.0, 4647.0, 4619.0, 4599.0, 4646.0, 4618.0, 4659.0, 4619.0, 4616.0, 4628.0, 4576.0, 4646.0, 4617.0, 4597.0, 4616.0, 4602.0, 4659.0, 4628.0, 4639.0, 4617.0, 4588.0, 4647.0, 4630.0, 4610.0, 4643.0, 4612.0, 4658.0, 4629.0, 4600.0, 4658.0, 4630.0, 4652.0, 4621.0, 4601.0, 4661.0, 4632.0, 4680.0, 4653.0, 4610.0, 4649.0, 4618.0, 4630.0, 4619.0, 4601.0, 4638.0, 4621.0, 4611.0, 4672.0, 4632.0, 4626.0, 4655.0, 4636.0, 4662.0, 4642.0, 4660.0, 4660.0, 4618.0, 4708.0, 4673.0, 4692.0, 4659.0, 4630.0, 4668.0, 4630.0, 4658.0, 4651.0, 4618.0, 4668.0, 4639.0, 4668.0, 4627.0, 4636.0, 4650.0, 4598.0, 4656.0, 4615.0, 4616.0, 4616.0, 4622.0, 4680.0, 4629.0, 4598.0, 4627.0, 4609.0, 4660.0, 4628.0, 4589.0, 4647.0, 4618.0, 4607.0, 4627.0, 4588.0, 4647.0, 4627.0, 4633.0, 4628.0, 4578.0, 4645.0, 4616.0, 4597.0, 4625.0, 4610.0, 4643.0, 4628.0, 4597.0, 4648.0, 4617.0, 4600.0, 4647.0, 4626.0, 4612.0, 4672.0, 4630.0, 4619.0, 4617.0, 4608.0, 4648.0, 4630.0, 4601.0, 4649.0, 4620.0, 4601.0, 4672.0, 4658.0, 4610.0, 4648.0, 4619.0, 4599.0, 4648.0, 4629.0, 4618.0, 4651.0, 4622.0, 4648.0, 4638.0, 4637.0, 4680.0, 4637.0, 4609.0, 4659.0, 4653.0, 4622.0, 4670.0, 4628.0, 4617.0, 4624.0, 4629.0, 4670.0, 4627.0, 4588.0, 4647.0, 4617.0, 4588.0, 4674.0, 4641.0, 4599.0, 4638.0, 4617.0, 4597.0, 4649.0, 4629.0, 4610.0, 4664.0, 4621.0, 4660.0, 4642.0, 4621.0, 4680.0, 4629.0, 4589.0, 4635.0, 4628.0, 4648.0, 4639.0, 4596.0, 4659.0, 4626.0, 4634.0, 4636.0, 4608.0, 4657.0, 4617.0, 4630.0, 4615.0, 4587.0, 4646.0, 4625.0, 4585.0, 4627.0, 4608.0, 4598.0, 4637.0, 4629.0, 4609.0, 4655.0, 4623.0, 4639.0, 4618.0, 4603.0, 4662.0, 4631.0, 4600.0, 4649.0, 4620.0, 4612.0, 4673.0, 4651.0, 4662.0, 4627.0, 4609.0, 4669.0, 4639.0, 4639.0, 4668.0, 4628.0, 4658.0, 4654.0, 4610.0, 4659.0, 4628.0, 4659.0, 4616.0, 4587.0, 4656.0, 4636.0, 4618.0, 4648.0, 4619.0, 4656.0, 4616.0, 4585.0, 4648.0, 4616.0, 4635.0, 4606.0, 4578.0, 4636.0, 4617.0, 4646.0, 4616.0, 4587.0, 4626.0, 4608.0, 4660.0, 4618.0, 4585.0, 4626.0, 4618.0, 4600.0, 4616.0, 4602.0, 4649.0, 4631.0, 4604.0, 4640.0, 4646.0, 4664.0, 4644.0, 4624.0, 4660.0, 4632.0, 4610.0, 4651.0, 4657.0, 4684.0, 4651.0, 4601.0, 4661.0, 4629.0, 4643.0, 4696.0, 4643.0, 4644.0, 4641.0, 4640.0, 4614.0, 4670.0, 4656.0, 4633.0, 4682.0, 4650.0, 4610.0, 4658.0, 4639.0, 4670.0, 4686.0, 4643.0, 4681.0, 4628.0, 4588.0, 4656.0, 4627.0, 4612.0, 4659.0, 4618.0, 4630.0, 4616.0, 4600.0, 4669.0, 4641.0, 4610.0, 4628.0, 4610.0, 4658.0, 4631.0, 4619.0, 4640.0, 4625.0, 4657.0, 4608.0, 4587.0, 4627.0, 4608.0, 4649.0, 4608.0, 4588.0, 4638.0, 4618.0, 4610.0, 4640.0, 4609.0, 4659.0, 4625.0, 4590.0, 4650.0, 4629.0, 4629.0, 4629.0, 4603.0, 4659.0, 4635.0, 4612.0, 4650.0, 4621.0, 4660.0, 4631.0, 4601.0, 4662.0, 4641.0, 4662.0, 4641.0, 4614.0, 4660.0, 4618.0, 4599.0, 4661.0, 4633.0, 4665.0, 4633.0, 4592.0, 4661.0, 4639.0, 4619.0, 4650.0, 4621.0, 4660.0, 4618.0, 4589.0, 4660.0, 4630.0, 4620.0, 4629.0, 4622.0, 4671.0, 4632.0, 4589.0, 4659.0, 4618.0, 4589.0, 4648.0, 4656.0, 4632.0, 4641.0, 4620.0, 4648.0, 4618.0, 4602.0, 4672.0, 4646.0, 4602.0, 4641.0, 4620.0, 4638.0, 4643.0, 4610.0, 4662.0, 4646.0, 4600.0, 4651.0, 4620.0, 4641.0, 4628.0, 4609.0, 4658.0, 4620.0, 4610.0, 4649.0, 4634.0, 4673.0, 4638.0, 4599.0, 4638.0, 4618.0, 4616.0, 4637.0, 4618.0, 4658.0, 4632.0, 4589.0, 4648.0, 4628.0, 4628.0, 4640.0, 4610.0, 4659.0, 4620.0, 4589.0, 4637.0, 4645.0, 4661.0, 4629.0, 4589.0, 4637.0, 4618.0, 4627.0, 4628.0, 4598.0, 4659.0, 4618.0, 4613.0, 4650.0, 4609.0, 4649.0, 4627.0, 4579.0, 4638.0, 4618.0, 4631.0, 4631.0, 4600.0, 4662.0, 4631.0, 4619.0, 4641.0, 4599.0, 4652.0, 4631.0, 4641.0, 4620.0, 4613.0, 4650.0, 4630.0, 4659.0, 4618.0, 4590.0, 4649.0, 4629.0, 4610.0, 4642.0, 4609.0, 4661.0, 4630.0, 4619.0, 4651.0, 4625.0, 4671.0, 4631.0, 4627.0, 4629.0, 4588.0, 4660.0, 4628.0, 4639.0, 4610.0, 4587.0, 4651.0, 4610.0, 4649.0, 4627.0, 4637.0, 4622.0, 4611.0, 4639.0, 4589.0, 4649.0, 4620.0, 4601.0, 4627.0, 4601.0, 4648.0, 4642.0, 4591.0, 4651.0, 4623.0, 4642.0, 4631.0, 4601.0, 4665.0, 4644.0, 4632.0, 4642.0, 4615.0, 4672.0, 4654.0, 4671.0, 4662.0, 4620.0, 4685.0, 4641.0, 4669.0, 4661.0, 4629.0, 4628.0, 4609.0, 4648.0, 4629.0, 4599.0, 4658.0, 4628.0, 4657.0, 4632.0, 4589.0, 4638.0, 4610.0, 4658.0, 4628.0, 4609.0, 4630.0, 4600.0, 4648.0, 4641.0, 4609.0, 4639.0, 4609.0, 4661.0, 4644.0, 4621.0, 4642.0, 4610.0, 4648.0, 4631.0, 4590.0, 4662.0, 4632.0, 4662.0, 4636.0, 4593.0, 4648.0, 4629.0, 4660.0, 4620.0, 4591.0, 4641.0, 4645.0, 4662.0, 4641.0, 4612.0, 4651.0, 4618.0, 4580.0, 4648.0, 4641.0, 4620.0, 4650.0, 4633.0, 4662.0, 4630.0, 4599.0, 4671.0, 4640.0, 4611.0, 4650.0, 4631.0, 4652.0, 4650.0, 4640.0, 4692.0, 4648.0, 4615.0, 4650.0, 4630.0, 4647.0, 4628.0, 4620.0, 4658.0, 4631.0, 4621.0, 4651.0, 4629.0, 4612.0, 4621.0, 4650.0, 4631.0, 4660.0, 4645.0, 4601.0, 4651.0, 4630.0, 4618.0, 4650.0, 4619.0, 4660.0, 4642.0, 4590.0, 4649.0, 4630.0, 4640.0, 4620.0, 4590.0, 4638.0, 4620.0, 4647.0, 4630.0, 4590.0, 4641.0, 4619.0, 4649.0, 4629.0, 4605.0, 4652.0, 4631.0, 4611.0, 4631.0, 4622.0, 4662.0, 4653.0, 4604.0, 4663.0, 4633.0, 4612.0, 4651.0, 4633.0, 4680.0, 4660.0, 4621.0, 4670.0, 4630.0, 4682.0, 4651.0, 4619.0, 4670.0, 4630.0, 4628.0, 4618.0, 4587.0, 4657.0, 4641.0, 4611.0, 4662.0, 4619.0, 4649.0, 4617.0, 4577.0, 4650.0, 4629.0, 4629.0, 4618.0, 4588.0, 4649.0, 4642.0, 4632.0, 4630.0, 4588.0, 4639.0, 4645.0, 4647.0, 4619.0, 4579.0, 4640.0, 4620.0, 4598.0, 4639.0, 4635.0, 4672.0, 4629.0, 4600.0, 4638.0, 4630.0, 4643.0, 4642.0, 4623.0, 4674.0, 4633.0, 4592.0, 4662.0, 4632.0, 4612.0, 4673.0, 4655.0, 4624.0, 4672.0, 4632.0, 4612.0, 4663.0, 4639.0, 4672.0, 4628.0, 4604.0, 4660.0, 4631.0, 4660.0, 4629.0, 4600.0, 4663.0, 4635.0, 4601.0, 4651.0, 4619.0, 4661.0, 4634.0, 4601.0, 4652.0, 4644.0, 4663.0, 4643.0, 4629.0, 4628.0, 4599.0, 4660.0, 4643.0, 4684.0, 4629.0, 4627.0, 4606.0, 4587.0, 4661.0, 4628.0, 4647.0, 4617.0, 4590.0, 4629.0, 4608.0, 4647.0, 4628.0, 4618.0, 4618.0, 4604.0, 4649.0, 4629.0, 4599.0, 4641.0, 4620.0, 4611.0, 4636.0, 4634.0, 4663.0, 4644.0, 4612.0, 4663.0, 4633.0, 4632.0, 4662.0, 4643.0, 4685.0, 4652.0, 4613.0, 4661.0, 4667.0, 4703.0, 4671.0, 4620.0, 4637.0, 4618.0, 4659.0, 4630.0, 4610.0, 4673.0, 4630.0, 4673.0, 4635.0, 4589.0, 4648.0, 4631.0, 4649.0, 4608.0, 4588.0, 4639.0, 4632.0, 4640.0, 4643.0, 4605.0, 4652.0, 4634.0, 4639.0, 4643.0, 4610.0, 4663.0, 4631.0, 4591.0, 4650.0, 4633.0, 4651.0, 4641.0, 4613.0, 4660.0, 4632.0, 4626.0, 4663.0, 4634.0, 4674.0, 4631.0, 4604.0, 4672.0, 4644.0, 4615.0, 4662.0, 4640.0, 4612.0, 4670.0, 4631.0, 4600.0, 4687.0, 4653.0, 4694.0, 4642.0, 4590.0, 4658.0, 4640.0, 4622.0, 4676.0, 4633.0, 4647.0, 4621.0, 4604.0, 4650.0, 4633.0, 4602.0, 4662.0, 4644.0, 4641.0, 4648.0, 4594.0, 4650.0, 4642.0, 4659.0, 4621.0, 4592.0, 4653.0, 4621.0, 4658.0, 4631.0, 4603.0, 4638.0, 4610.0, 4649.0, 4632.0, 4643.0, 4641.0, 4604.0, 4650.0, 4631.0, 4649.0, 4631.0, 4600.0, 4649.0, 4631.0, 4652.0, 4633.0, 4633.0, 4651.0, 4602.0, 4652.0, 4619.0, 4602.0, 4650.0, 4642.0, 4604.0, 4679.0, 4649.0, 4653.0, 4645.0, 4616.0, 4675.0, 4656.0, 4648.0, 4668.0, 4636.0, 4694.0, 4674.0, 4644.0, 4694.0, 4645.0, 4686.0, 4643.0, 4633.0, 4692.0, 4661.0, 4670.0, 4629.0, 4615.0, 4672.0, 4642.0, 4672.0, 4630.0, 4589.0, 4649.0, 4640.0, 4649.0, 4630.0, 4600.0, 4652.0, 4631.0, 4630.0, 4667.0, 4612.0, 4661.0, 4630.0, 4600.0, 4639.0, 4631.0, 4642.0, 4632.0, 4602.0, 4661.0, 4639.0, 4611.0, 4653.0, 4632.0, 4651.0, 4644.0, 4604.0, 4674.0, 4640.0, 4609.0, 4640.0, 4620.0, 4651.0, 4652.0, 4600.0, 4660.0, 4631.0, 4590.0, 4651.0, 4630.0, 4654.0, 4641.0, 4623.0, 4659.0, 4619.0, 4591.0, 4663.0, 4654.0, 4631.0, 4628.0, 4610.0, 4659.0, 4628.0, 4601.0, 4662.0, 4631.0, 4604.0, 4662.0, 4643.0, 4628.0, 4667.0, 4643.0, 4604.0, 4662.0, 4645.0, 4632.0, 4674.0, 4656.0, 4623.0, 4651.0, 4642.0, 4650.0, 4684.0, 4677.0, 4646.0, 4652.0, 4642.0, 4650.0, 4683.0, 4654.0, 4601.0, 4663.0, 4634.0, 4602.0, 4664.0, 4642.0, 4671.0, 4631.0, 4600.0], 'WindowWidth': [10312.0, 10234.0, 10187.0, 10217.0, 10165.0, 10133.0, 10218.0, 10172.0, 10126.0, 10193.0, 10129.0, 10085.0, 10215.0, 10166.0, 10108.0, 10155.0, 10128.0, 10101.0, 10188.0, 10151.0, 10124.0, 10143.0, 10142.0, 10187.0, 10142.0, 10117.0, 10145.0, 10133.0, 10120.0, 10161.0, 10150.0, 10124.0, 10165.0, 10177.0, 10145.0, 10200.0, 10153.0, 10096.0, 10175.0, 10151.0, 10149.0, 10202.0, 10154.0, 10134.0, 10173.0, 10155.0, 10158.0, 10155.0, 10152.0, 10180.0, 10164.0, 10158.0, 10161.0, 10128.0, 10122.0, 10176.0, 10147.0, 10121.0, 10179.0, 10127.0, 10090.0, 10208.0, 10163.0, 10105.0, 10201.0, 10139.0, 10116.0, 10186.0, 10133.0, 10080.0, 10123.0, 10114.0, 10117.0, 10168.0, 10132.0, 10158.0, 10130.0, 10090.0, 10178.0, 10140.0, 10078.0, 10138.0, 10109.0, 10099.0, 10155.0, 10117.0, 10117.0, 10115.0, 10116.0, 10170.0, 10128.0, 10071.0, 10168.0, 10114.0, 10109.0, 10156.0, 10114.0, 10191.0, 10166.0, 10076.0, 10154.0, 10113.0, 10142.0, 10098.0, 10088.0, 10157.0, 10164.0, 10116.0, 10185.0, 10120.0, 10094.0, 10173.0, 10136.0, 10094.0, 10181.0, 10159.0, 10101.0, 10180.0, 10158.0, 10132.0, 10152.0, 10110.0, 10127.0, 10173.0, 10144.0, 10210.0, 10171.0, 10102.0, 10165.0, 10140.0, 10185.0, 10155.0, 10103.0, 10146.0, 10101.0, 10102.0, 10132.0, 10103.0, 10176.0, 10140.0, 10071.0, 10169.0, 10128.0, 10075.0, 10123.0, 10145.0, 10136.0, 10142.0, 10114.0, 10124.0, 10110.0, 10111.0, 10202.0, 10161.0, 10095.0, 10154.0, 10113.0, 10073.0, 10166.0, 10113.0, 10117.0, 10123.0, 10114.0, 10186.0, 10182.0, 10101.0, 10152.0, 10101.0, 10119.0, 10122.0, 10093.0, 10196.0, 10131.0, 10092.0, 10152.0, 10117.0, 10072.0, 10155.0, 10103.0, 10089.0, 10123.0, 10116.0, 10175.0, 10154.0, 10113.0, 10122.0, 10112.0, 10211.0, 10152.0, 10094.0, 10128.0, 10093.0, 10132.0, 10095.0, 10068.0, 10168.0, 10112.0, 10086.0, 10120.0, 10111.0, 10163.0, 10140.0, 10070.0, 10160.0, 10115.0, 10134.0, 10099.0, 10072.0, 10170.0, 10115.0, 10097.0, 10165.0, 10122.0, 10143.0, 10113.0, 10093.0, 10158.0, 10159.0, 10106.0, 10186.0, 10122.0, 10093.0, 10146.0, 10123.0, 10146.0, 10188.0, 10146.0, 10115.0, 10166.0, 10154.0, 10181.0, 10167.0, 10125.0, 10216.0, 10175.0, 10186.0, 10160.0, 10128.0, 10191.0, 10168.0, 10169.0, 10118.0, 10076.0, 10168.0, 10170.0, 10168.0, 10107.0, 10066.0, 10150.0, 10122.0, 10083.0, 10139.0, 10111.0, 10076.0, 10184.0, 10141.0, 10099.0, 10171.0, 10131.0, 10093.0, 10177.0, 10119.0, 10079.0, 10173.0, 10145.0, 10173.0, 10140.0, 10084.0, 10164.0, 10106.0, 10137.0, 10183.0, 10071.0, 10148.0, 10089.0, 10064.0, 10132.0, 10119.0, 10112.0, 10132.0, 10117.0, 10171.0, 10131.0, 10102.0, 10184.0, 10123.0, 10163.0, 10102.0, 10079.0, 10166.0, 10133.0, 10124.0, 10133.0, 10109.0, 10175.0, 10136.0, 10129.0, 10161.0, 10106.0, 10190.0, 10144.0, 10100.0, 10154.0, 10110.0, 10141.0, 10098.0, 10086.0, 10169.0, 10171.0, 10123.0, 10146.0, 10102.0, 10155.0, 10111.0, 10090.0, 10160.0, 10138.0, 10159.0, 10112.0, 10073.0, 10153.0, 10129.0, 10127.0, 10127.0, 10093.0, 10167.0, 10117.0, 10129.0, 10155.0, 10176.0, 10189.0, 10143.0, 10108.0, 10122.0, 10096.0, 10168.0, 10123.0, 10078.0, 10156.0, 10098.0, 10154.0, 10116.0, 10087.0, 10150.0, 10112.0, 10172.0, 10116.0, 10109.0, 10126.0, 10054.0, 10151.0, 10111.0, 10085.0, 10108.0, 10099.0, 10173.0, 10129.0, 10144.0, 10112.0, 10074.0, 10154.0, 10132.0, 10107.0, 10159.0, 10115.0, 10173.0, 10134.0, 10094.0, 10173.0, 10135.0, 10166.0, 10124.0, 10096.0, 10181.0, 10137.0, 10209.0, 10170.0, 10106.0, 10159.0, 10116.0, 10135.0, 10119.0, 10100.0, 10147.0, 10126.0, 10114.0, 10198.0, 10145.0, 10138.0, 10177.0, 10151.0, 10185.0, 10154.0, 10178.0, 10191.0, 10130.0, 10258.0, 10202.0, 10225.0, 10176.0, 10136.0, 10190.0, 10135.0, 10172.0, 10167.0, 10114.0, 10187.0, 10145.0, 10188.0, 10125.0, 10137.0, 10160.0, 10087.0, 10165.0, 10108.0, 10109.0, 10110.0, 10127.0, 10206.0, 10130.0, 10088.0, 10126.0, 10103.0, 10174.0, 10130.0, 10076.0, 10155.0, 10115.0, 10098.0, 10125.0, 10073.0, 10156.0, 10125.0, 10142.0, 10129.0, 10059.0, 10147.0, 10108.0, 10083.0, 10119.0, 10107.0, 10157.0, 10129.0, 10083.0, 10156.0, 10110.0, 10091.0, 10153.0, 10124.0, 10113.0, 10199.0, 10134.0, 10116.0, 10110.0, 10100.0, 10156.0, 10134.0, 10095.0, 10161.0, 10119.0, 10095.0, 10199.0, 10186.0, 10110.0, 10158.0, 10117.0, 10090.0, 10157.0, 10132.0, 10115.0, 10165.0, 10125.0, 10155.0, 10141.0, 10140.0, 10207.0, 10141.0, 10102.0, 10175.0, 10171.0, 10124.0, 10189.0, 10128.0, 10113.0, 10118.0, 10134.0, 10191.0, 10124.0, 10075.0, 10154.0, 10111.0, 10073.0, 10203.0, 10153.0, 10093.0, 10143.0, 10112.0, 10086.0, 10159.0, 10132.0, 10109.0, 10190.0, 10125.0, 10177.0, 10151.0, 10121.0, 10206.0, 10130.0, 10075.0, 10136.0, 10127.0, 10155.0, 10141.0, 10083.0, 10173.0, 10121.0, 10131.0, 10134.0, 10096.0, 10166.0, 10109.0, 10131.0, 10104.0, 10070.0, 10150.0, 10119.0, 10066.0, 10125.0, 10101.0, 10086.0, 10139.0, 10131.0, 10104.0, 10178.0, 10129.0, 10145.0, 10115.0, 10101.0, 10183.0, 10135.0, 10096.0, 10162.0, 10122.0, 10109.0, 10199.0, 10166.0, 10177.0, 10127.0, 10103.0, 10188.0, 10145.0, 10143.0, 10185.0, 10129.0, 10172.0, 10173.0, 10106.0, 10173.0, 10127.0, 10172.0, 10109.0, 10069.0, 10162.0, 10137.0, 10113.0, 10157.0, 10116.0, 10168.0, 10109.0, 10064.0, 10155.0, 10109.0, 10133.0, 10094.0, 10057.0, 10134.0, 10109.0, 10151.0, 10108.0, 10070.0, 10119.0, 10100.0, 10178.0, 10113.0, 10065.0, 10123.0, 10115.0, 10091.0, 10110.0, 10096.0, 10161.0, 10135.0, 10103.0, 10148.0, 10169.0, 10186.0, 10158.0, 10129.0, 10176.0, 10138.0, 10107.0, 10163.0, 10185.0, 10218.0, 10165.0, 10096.0, 10177.0, 10133.0, 10157.0, 10240.0, 10156.0, 10160.0, 10151.0, 10148.0, 10118.0, 10191.0, 10178.0, 10144.0, 10214.0, 10161.0, 10104.0, 10168.0, 10144.0, 10188.0, 10222.0, 10153.0, 10211.0, 10125.0, 10072.0, 10163.0, 10125.0, 10113.0, 10172.0, 10115.0, 10133.0, 10110.0, 10091.0, 10187.0, 10148.0, 10106.0, 10129.0, 10105.0, 10169.0, 10135.0, 10115.0, 10145.0, 10129.0, 10168.0, 10098.0, 10069.0, 10124.0, 10098.0, 10157.0, 10100.0, 10075.0, 10141.0, 10114.0, 10104.0, 10147.0, 10103.0, 10174.0, 10134.0, 10080.0, 10159.0, 10131.0, 10130.0, 10130.0, 10101.0, 10174.0, 10149.0, 10111.0, 10163.0, 10123.0, 10177.0, 10136.0, 10094.0, 10179.0, 10151.0, 10183.0, 10149.0, 10116.0, 10176.0, 10116.0, 10091.0, 10180.0, 10142.0, 10192.0, 10141.0, 10086.0, 10177.0, 10146.0, 10117.0, 10160.0, 10122.0, 10175.0, 10115.0, 10076.0, 10177.0, 10133.0, 10118.0, 10128.0, 10125.0, 10194.0, 10139.0, 10075.0, 10173.0, 10115.0, 10077.0, 10156.0, 10182.0, 10139.0, 10149.0, 10121.0, 10157.0, 10116.0, 10096.0, 10200.0, 10165.0, 10101.0, 10149.0, 10121.0, 10143.0, 10153.0, 10107.0, 10184.0, 10164.0, 10096.0, 10163.0, 10120.0, 10147.0, 10128.0, 10104.0, 10171.0, 10118.0, 10105.0, 10158.0, 10145.0, 10199.0, 10142.0, 10089.0, 10141.0, 10114.0, 10108.0, 10138.0, 10113.0, 10171.0, 10141.0, 10077.0, 10154.0, 10126.0, 10125.0, 10143.0, 10104.0, 10173.0, 10117.0, 10076.0, 10139.0, 10164.0, 10179.0, 10128.0, 10073.0, 10136.0, 10112.0, 10123.0, 10127.0, 10087.0, 10173.0, 10115.0, 10117.0, 10164.0, 10103.0, 10160.0, 10125.0, 10061.0, 10140.0, 10115.0, 10133.0, 10134.0, 10093.0, 10179.0, 10135.0, 10118.0, 10147.0, 10090.0, 10166.0, 10134.0, 10149.0, 10118.0, 10117.0, 10164.0, 10130.0, 10175.0, 10115.0, 10081.0, 10159.0, 10131.0, 10107.0, 10151.0, 10108.0, 10178.0, 10134.0, 10118.0, 10163.0, 10134.0, 10195.0, 10134.0, 10125.0, 10128.0, 10073.0, 10172.0, 10127.0, 10145.0, 10104.0, 10072.0, 10160.0, 10104.0, 10158.0, 10126.0, 10139.0, 10122.0, 10110.0, 10143.0, 10074.0, 10157.0, 10118.0, 10094.0, 10125.0, 10094.0, 10157.0, 10151.0, 10084.0, 10165.0, 10129.0, 10154.0, 10137.0, 10098.0, 10188.0, 10158.0, 10142.0, 10154.0, 10119.0, 10198.0, 10174.0, 10192.0, 10181.0, 10119.0, 10220.0, 10148.0, 10192.0, 10177.0, 10131.0, 10126.0, 10101.0, 10156.0, 10128.0, 10088.0, 10170.0, 10127.0, 10171.0, 10137.0, 10076.0, 10140.0, 10102.0, 10170.0, 10127.0, 10103.0, 10134.0, 10092.0, 10158.0, 10151.0, 10104.0, 10143.0, 10103.0, 10176.0, 10163.0, 10123.0, 10150.0, 10107.0, 10158.0, 10135.0, 10080.0, 10180.0, 10138.0, 10182.0, 10151.0, 10086.0, 10157.0, 10131.0, 10178.0, 10118.0, 10081.0, 10147.0, 10163.0, 10184.0, 10149.0, 10109.0, 10163.0, 10115.0, 10066.0, 10158.0, 10150.0, 10120.0, 10160.0, 10142.0, 10181.0, 10134.0, 10091.0, 10195.0, 10149.0, 10109.0, 10162.0, 10134.0, 10163.0, 10163.0, 10145.0, 10226.0, 10156.0, 10119.0, 10160.0, 10131.0, 10152.0, 10127.0, 10119.0, 10169.0, 10137.0, 10122.0, 10163.0, 10133.0, 10112.0, 10122.0, 10160.0, 10134.0, 10177.0, 10161.0, 10096.0, 10162.0, 10131.0, 10114.0, 10160.0, 10116.0, 10174.0, 10154.0, 10079.0, 10155.0, 10131.0, 10146.0, 10117.0, 10078.0, 10141.0, 10119.0, 10156.0, 10132.0, 10078.0, 10147.0, 10119.0, 10159.0, 10130.0, 10110.0, 10166.0, 10137.0, 10109.0, 10134.0, 10124.0, 10179.0, 10170.0, 10103.0, 10186.0, 10141.0, 10111.0, 10164.0, 10141.0, 10206.0, 10175.0, 10120.0, 10188.0, 10131.0, 10213.0, 10166.0, 10113.0, 10191.0, 10131.0, 10126.0, 10110.0, 10070.0, 10168.0, 10147.0, 10109.0, 10181.0, 10116.0, 10158.0, 10109.0, 10055.0, 10159.0, 10128.0, 10130.0, 10112.0, 10074.0, 10156.0, 10155.0, 10135.0, 10129.0, 10072.0, 10142.0, 10160.0, 10153.0, 10113.0, 10060.0, 10144.0, 10116.0, 10086.0, 10141.0, 10148.0, 10197.0, 10130.0, 10091.0, 10140.0, 10131.0, 10154.0, 10152.0, 10126.0, 10202.0, 10140.0, 10086.0, 10183.0, 10141.0, 10112.0, 10203.0, 10178.0, 10129.0, 10196.0, 10140.0, 10110.0, 10181.0, 10145.0, 10193.0, 10128.0, 10105.0, 10175.0, 10135.0, 10172.0, 10130.0, 10094.0, 10183.0, 10147.0, 10095.0, 10162.0, 10118.0, 10178.0, 10142.0, 10097.0, 10165.0, 10156.0, 10185.0, 10153.0, 10131.0, 10128.0, 10087.0, 10174.0, 10154.0, 10219.0, 10130.0, 10124.0, 10093.0, 10069.0, 10172.0, 10127.0, 10152.0, 10110.0, 10076.0, 10127.0, 10100.0, 10153.0, 10127.0, 10113.0, 10114.0, 10104.0, 10159.0, 10131.0, 10089.0, 10148.0, 10120.0, 10111.0, 10148.0, 10147.0, 10186.0, 10156.0, 10114.0, 10184.0, 10142.0, 10138.0, 10185.0, 10156.0, 10217.0, 10167.0, 10112.0, 10178.0, 10196.0, 10247.0, 10191.0, 10119.0, 10139.0, 10113.0, 10172.0, 10130.0, 10108.0, 10197.0, 10133.0, 10198.0, 10147.0, 10078.0, 10155.0, 10136.0, 10158.0, 10099.0, 10075.0, 10145.0, 10138.0, 10148.0, 10157.0, 10108.0, 10166.0, 10140.0, 10144.0, 10153.0, 10107.0, 10186.0, 10138.0, 10086.0, 10162.0, 10140.0, 10163.0, 10149.0, 10115.0, 10178.0, 10138.0, 10137.0, 10186.0, 10146.0, 10202.0, 10137.0, 10102.0, 10197.0, 10160.0, 10122.0, 10182.0, 10148.0, 10110.0, 10192.0, 10137.0, 10094.0, 10228.0, 10171.0, 10233.0, 10152.0, 10079.0, 10170.0, 10145.0, 10122.0, 10207.0, 10140.0, 10152.0, 10122.0, 10103.0, 10162.0, 10140.0, 10099.0, 10182.0, 10158.0, 10152.0, 10173.0, 10089.0, 10164.0, 10154.0, 10174.0, 10119.0, 10081.0, 10170.0, 10123.0, 10172.0, 10133.0, 10098.0, 10140.0, 10107.0, 10157.0, 10138.0, 10155.0, 10149.0, 10102.0, 10161.0, 10135.0, 10158.0, 10135.0, 10091.0, 10158.0, 10136.0, 10165.0, 10145.0, 10141.0, 10162.0, 10097.0, 10167.0, 10119.0, 10100.0, 10162.0, 10155.0, 10106.0, 10216.0, 10174.0, 10173.0, 10161.0, 10124.0, 10207.0, 10178.0, 10175.0, 10198.0, 10150.0, 10234.0, 10201.0, 10157.0, 10232.0, 10160.0, 10221.0, 10158.0, 10141.0, 10230.0, 10179.0, 10191.0, 10131.0, 10123.0, 10197.0, 10151.0, 10197.0, 10133.0, 10078.0, 10160.0, 10147.0, 10159.0, 10133.0, 10093.0, 10165.0, 10134.0, 10132.0, 10193.0, 10113.0, 10177.0, 10134.0, 10095.0, 10145.0, 10137.0, 10152.0, 10139.0, 10100.0, 10178.0, 10147.0, 10108.0, 10171.0, 10138.0, 10166.0, 10158.0, 10102.0, 10200.0, 10146.0, 10106.0, 10146.0, 10119.0, 10165.0, 10166.0, 10092.0, 10176.0, 10134.0, 10081.0, 10161.0, 10134.0, 10174.0, 10149.0, 10125.0, 10173.0, 10117.0, 10079.0, 10186.0, 10173.0, 10136.0, 10127.0, 10105.0, 10170.0, 10128.0, 10093.0, 10180.0, 10136.0, 10103.0, 10179.0, 10155.0, 10144.0, 10191.0, 10157.0, 10105.0, 10181.0, 10158.0, 10138.0, 10204.0, 10182.0, 10128.0, 10165.0, 10150.0, 10160.0, 10216.0, 10209.0, 10166.0, 10165.0, 10157.0, 10161.0, 10215.0, 10172.0, 10098.0, 10183.0, 10145.0, 10103.0, 10187.0, 10154.0, 10194.0, 10135.0, 10092.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.00036368460955269144</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01695973260045489</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.19787291438545</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2133568506373285</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008393414635811</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2886.7869</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09507707837769967</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.1410159211523885</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6208134017640887</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5662383933615636</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7654611158844506</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530740696046252</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00653495</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.002501315902918577</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021274933591485023</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9471836782896923</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>15.5687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>74.3167</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.2204</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>290759.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1221.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.4106</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5737</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.494</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3747.6066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3953.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85785.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1339.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4912.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.4677</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.896299296524376</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> |