=== 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-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0046_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-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-02_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-02_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-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-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-04/func/sub-0046_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d5c99b735dcb24f172dd7517e0dd5228</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:57:31.115000</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>2ae9e824-6c16-47c8-972c-3555961308ca||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': ['155731.115000', '155731.575000', '155732.035000', '155732.495000', '155732.955000', '155733.415000', '155733.875000', '155734.335000', '155734.795000', '155735.255000', '155735.715000', '155736.175000', '155736.635000', '155737.095000', '155737.555000', '155738.015000', '155738.475000', '155738.935000', '155739.395000', '155739.855000', '155740.315000', '155740.775000', '155741.235000', '155741.695000', '155742.155000', '155742.615000', '155743.075000', '155743.535000', '155743.995000', '155744.455000', '155744.915000', '155745.375000', '155745.835000', '155746.295000', '155746.755000', '155747.215000', '155747.675000', '155748.135000', '155748.595000', '155749.055000', '155749.515000', '155749.975000', '155750.435000', '155750.895000', '155751.355000', '155751.815000', '155752.275000', '155752.735000', '155753.195000', '155753.655000', '155754.115000', '155754.575000', '155755.035000', '155755.495000', '155755.955000', '155756.415000', '155756.875000', '155757.335000', '155757.795000', '155758.255000', '155758.715000', '155759.175000', '155759.635000', '155800.095000', '155800.555000', '155801.015000', '155801.475000', '155801.935000', '155802.395000', '155802.855000', '155803.315000', '155803.775000', '155804.235000', '155804.695000', '155805.155000', '155805.615000', '155806.075000', '155806.535000', '155806.995000', '155807.455000', '155807.915000', '155808.375000', '155808.835000', '155809.295000', '155809.755000', '155810.215000', '155810.675000', '155811.135000', '155811.595000', '155812.055000', '155812.515000', '155812.975000', '155813.435000', '155813.895000', '155814.355000', '155814.815000', '155815.275000', '155815.735000', '155816.195000', '155816.655000', '155817.115000', '155817.575000', '155818.035000', '155818.495000', '155818.955000', '155819.415000', '155819.875000', '155820.335000', '155820.795000', '155821.255000', '155821.715000', '155822.175000', '155822.635000', '155823.095000', '155823.555000', '155824.015000', '155824.475000', '155824.935000', '155825.395000', '155825.855000', '155826.315000', '155826.775000', '155827.235000', '155827.695000', '155828.155000', '155828.615000', '155829.075000', '155829.535000', '155829.995000', '155830.455000', '155830.915000', '155831.375000', '155831.835000', '155832.295000', '155832.755000', '155833.215000', '155833.675000', '155834.135000', '155834.595000', '155835.055000', '155835.515000', '155835.975000', '155836.435000', '155836.895000', '155837.355000', '155837.815000', '155838.275000', '155838.735000', '155839.195000', '155839.655000', '155840.115000', '155840.575000', '155841.035000', '155841.495000', '155841.955000', '155842.415000', '155842.875000', '155843.335000', '155843.795000', '155844.255000', '155844.715000', '155845.175000', '155845.635000', '155846.095000', '155846.555000', '155847.015000', '155847.475000', '155847.935000', '155848.395000', '155848.855000', '155849.315000', '155849.775000', '155850.235000', '155850.695000', '155851.155000', '155851.615000', '155852.075000', '155852.535000', '155852.995000', '155853.455000', '155853.915000', '155854.375000', '155854.835000', '155855.295000', '155855.755000', '155856.215000', '155856.675000', '155857.135000', '155857.595000', '155858.055000', '155858.515000', '155858.975000', '155859.435000', '155859.895000', '155900.355000', '155900.815000', '155901.275000', '155901.735000', '155902.195000', '155902.655000', '155903.115000', '155903.575000', '155904.035000', '155904.495000', '155904.955000', '155905.415000', '155905.875000', '155906.335000', '155906.795000', '155907.255000', '155907.715000', '155908.175000', '155908.635000', '155909.095000', '155909.555000', '155910.015000', '155910.475000', '155910.935000', '155911.395000', '155911.855000', '155912.315000', '155912.775000', '155913.235000', '155913.695000', '155914.155000', '155914.615000', '155915.075000', '155915.535000', '155915.995000', '155916.455000', '155916.915000', '155917.375000', '155917.835000', '155918.295000', '155918.755000', '155919.215000', '155919.675000', '155920.135000', '155920.595000', '155921.055000', '155921.515000', '155921.975000', '155922.435000', '155922.895000', '155923.355000', '155923.815000', '155924.275000', '155924.735000', '155925.195000', '155925.655000', '155926.115000', '155926.575000', '155927.035000', '155927.495000', '155927.955000', '155928.415000', '155928.875000', '155929.335000', '155929.795000', '155930.255000', '155930.715000', '155931.175000', '155931.635000', '155932.095000', '155932.555000', '155933.015000', '155933.475000', '155933.935000', '155934.395000', '155934.855000', '155935.315000', '155935.775000', '155936.235000', '155936.695000', '155937.155000', '155937.615000', '155938.075000', '155938.535000', '155938.995000', '155939.455000', '155939.915000', '155940.375000', '155940.835000', '155941.295000', '155941.755000', '155942.215000', '155942.675000', '155943.135000', '155943.595000', '155944.055000', '155944.515000', '155944.975000', '155945.435000', '155945.895000', '155946.355000', '155946.815000', '155947.275000', '155947.735000', '155948.195000', '155948.655000', '155949.115000', '155949.575000', '155950.035000', '155950.495000', '155950.955000', '155951.415000', '155951.875000', '155952.335000', '155952.795000', '155953.255000', '155953.715000', '155954.175000', '155954.635000', '155955.095000', '155955.555000', '155956.015000', '155956.475000', '155956.935000', '155957.395000', '155957.855000', '155958.315000', '155958.775000', '155959.235000', '155959.695000', '160000.155000', '160000.615000', '160001.075000', '160001.535000', '160001.995000', '160002.455000', '160002.915000', '160003.375000', '160003.835000', '160004.295000', '160004.755000', '160005.215000', '160005.675000', '160006.135000', '160006.595000', '160007.055000', '160007.515000', '160007.975000', '160008.435000', '160008.895000', '160009.355000', '160009.815000', '160010.275000', '160010.735000', '160011.195000', '160011.655000', '160012.115000', '160012.575000', '160013.035000', '160013.495000', '160013.955000', '160014.415000', '160014.875000', '160015.335000', '160015.795000', '160016.255000', '160016.715000', '160017.175000', '160017.635000', '160018.095000', '160018.555000', '160019.015000', '160019.475000', '160019.935000', '160020.395000', '160020.855000', '160021.315000', '160021.775000', '160022.235000', '160022.695000', '160023.155000', '160023.615000', '160024.075000', '160024.535000', '160024.995000', '160025.455000', '160025.915000', '160026.375000', '160026.835000', '160027.295000', '160027.755000', '160028.215000', '160028.675000', '160029.135000', '160029.595000', '160030.055000', '160030.515000', '160030.975000', '160031.435000', '160031.895000', '160032.355000', '160032.815000', '160033.275000', '160033.735000', '160034.195000', '160034.655000', '160035.115000', '160035.575000', '160036.035000', '160036.495000', '160036.955000', '160037.415000', '160037.875000', '160038.335000', '160038.795000', '160039.255000', '160039.715000', '160040.175000', '160040.635000', '160041.095000', '160041.555000', '160042.015000', '160042.475000', '160042.935000', '160043.395000', '160043.855000', '160044.315000', '160044.775000', '160045.235000', '160045.695000', '160046.155000', '160046.615000', '160047.075000', '160047.535000', '160047.995000', '160048.455000', '160048.915000', '160049.375000', '160049.835000', '160050.295000', '160050.755000', '160051.215000', '160051.675000', '160052.135000', '160052.595000', '160053.055000', '160053.515000', '160053.975000', '160054.435000', '160054.895000', '160055.355000', '160055.815000', '160056.275000', '160056.735000', '160057.195000', '160057.655000', '160058.115000', '160058.575000', '160059.035000', '160059.495000', '160059.955000', '160100.415000', '160100.875000', '160101.335000', '160101.795000', '160102.255000', '160102.715000', '160103.175000', '160103.635000', '160104.095000', '160104.555000', '160105.015000', '160105.475000', '160105.935000', '160106.395000', '160106.855000', '160107.315000', '160107.775000', '160108.235000', '160108.695000', '160109.155000', '160109.615000', '160110.075000', '160110.535000', '160110.995000', '160111.455000', '160111.915000', '160112.375000', '160112.835000', '160113.295000', '160113.755000', '160114.215000', '160114.675000', '160115.135000', '160115.595000', '160116.055000', '160116.515000', '160116.975000', '160117.435000', '160117.895000', '160118.355000', '160118.815000', '160119.275000', '160119.735000', '160120.195000', '160120.655000', '160121.115000', '160121.575000', '160122.035000', '160122.495000', '160122.955000', '160123.415000', '160123.875000', '160124.335000', '160124.795000', '160125.255000', '160125.715000', '160126.175000', '160126.635000', '160127.095000', '160127.555000', '160128.015000', '160128.475000', '160128.935000', '160129.395000', '160129.855000', '160130.315000', '160130.775000', '160131.235000', '160131.695000', '160132.155000', '160132.615000', '160133.075000', '160133.535000', '160133.995000', '160134.455000', '160134.915000', '160135.375000', '160135.835000', '160136.295000', '160136.755000', '160137.215000', '160137.675000', '160138.135000', '160138.595000', '160139.055000', '160139.515000', '160139.975000', '160140.435000', '160140.895000', '160141.355000', '160141.815000', '160142.275000', '160142.735000', '160143.195000', '160143.655000', '160144.115000', '160144.575000', '160145.035000', '160145.495000', '160145.955000', '160146.415000', '160146.875000', '160147.335000', '160147.795000', '160148.255000', '160148.715000', '160149.175000', '160149.635000', '160150.095000', '160150.555000', '160151.015000', '160151.475000', '160151.935000', '160152.395000', '160152.855000', '160153.315000', '160153.775000', '160154.235000', '160154.695000', '160155.155000', '160155.615000', '160156.075000', '160156.535000', '160156.995000', '160157.455000', '160157.915000', '160158.375000', '160158.835000', '160159.295000', '160159.755000', '160200.215000', '160200.675000', '160201.135000', '160201.595000', '160202.055000', '160202.515000', '160202.975000', '160203.435000', '160203.895000', '160204.355000', '160204.815000', '160205.275000', '160205.735000', '160206.195000', '160206.655000', '160207.115000', '160207.575000', '160208.035000', '160208.495000', '160208.955000', '160209.415000', '160209.875000', '160210.335000', '160210.795000', '160211.255000', '160211.715000', '160212.175000', '160212.635000', '160213.095000', '160213.555000', '160214.015000', '160214.475000', '160214.935000', '160215.395000', '160215.855000', '160216.315000', '160216.775000', '160217.235000', '160217.695000', '160218.155000', '160218.615000', '160219.075000', '160219.535000', '160219.995000', '160220.455000', '160220.915000', '160221.375000', '160221.835000', '160222.295000', '160222.755000', '160223.215000', '160223.675000', '160224.135000', '160224.595000', '160225.055000', '160225.515000', '160225.975000', '160226.435000', '160226.895000', '160227.355000', '160227.815000', '160228.275000', '160228.735000', '160229.195000', '160229.655000', '160230.115000', '160230.575000', '160231.035000', '160231.495000', '160231.955000', '160232.415000', '160232.875000', '160233.335000', '160233.795000', '160234.255000', '160234.715000', '160235.175000', '160235.635000', '160236.095000', '160236.555000', '160237.015000', '160237.475000', '160237.935000', '160238.395000', '160238.855000', '160239.315000', '160239.775000', '160240.235000', '160240.695000', '160241.155000', '160241.615000', '160242.075000', '160242.535000', '160242.995000', '160243.455000', '160243.915000', '160244.375000', '160244.835000', '160245.295000', '160245.755000', '160246.215000', '160246.675000', '160247.135000', '160247.595000', '160248.055000', '160248.515000', '160248.975000', '160249.435000', '160249.895000', '160250.355000', '160250.815000', '160251.275000', '160251.735000', '160252.195000', '160252.655000', '160253.115000', '160253.575000', '160254.035000', '160254.495000', '160254.955000', '160255.415000', '160255.875000', '160256.335000', '160256.795000', '160257.255000', '160257.715000', '160258.175000', '160258.635000', '160259.095000', '160259.555000', '160300.015000', '160300.475000', '160300.935000', '160301.395000', '160301.855000', '160302.315000', '160302.775000', '160303.235000', '160303.695000', '160304.155000', '160304.615000', '160305.075000', '160305.535000', '160305.995000', '160306.455000', '160306.915000', '160307.375000', '160307.835000', '160308.295000', '160308.755000', '160309.215000', '160309.675000', '160310.135000', '160310.595000', '160311.055000', '160311.515000', '160311.975000', '160312.435000', '160312.895000', '160313.355000', '160313.815000', '160314.275000', '160314.735000', '160315.195000', '160315.655000', '160316.115000', '160316.575000', '160317.035000', '160317.495000', '160317.955000', '160318.415000', '160318.875000', '160319.335000', '160319.795000', '160320.255000', '160320.715000', '160321.175000', '160321.635000', '160322.095000', '160322.555000', '160323.015000', '160323.475000', '160323.935000', '160324.395000', '160324.855000', '160325.315000', '160325.775000', '160326.235000', '160326.695000', '160327.155000', '160327.615000', '160328.075000', '160328.535000', '160328.995000', '160329.455000', '160329.915000', '160330.375000', '160330.835000', '160331.295000', '160331.755000', '160332.215000', '160332.675000', '160333.135000', '160333.595000', '160334.055000', '160334.515000', '160334.975000', '160335.435000', '160335.895000', '160336.355000', '160336.815000', '160337.275000', '160337.735000', '160338.195000', '160338.655000', '160339.115000', '160339.575000', '160340.035000', '160340.495000', '160340.955000', '160341.415000', '160341.875000', '160342.335000', '160342.795000', '160343.255000', '160343.715000', '160344.175000', '160344.635000', '160345.095000', '160345.555000', '160346.015000', '160346.475000', '160346.935000', '160347.395000', '160347.855000', '160348.315000', '160348.775000', '160349.235000', '160349.695000', '160350.155000', '160350.615000', '160351.075000', '160351.535000', '160351.995000', '160352.455000', '160352.915000', '160353.375000', '160353.835000', '160354.295000', '160354.755000', '160355.215000', '160355.675000', '160356.135000', '160356.595000', '160357.055000', '160357.515000', '160357.975000', '160358.435000', '160358.895000', '160359.355000', '160359.815000', '160400.275000', '160400.735000', '160401.195000', '160401.655000', '160402.115000', '160402.575000', '160403.035000', '160403.495000', '160403.955000', '160404.415000', '160404.875000', '160405.335000', '160405.795000', '160406.255000', '160406.715000', '160407.175000', '160407.635000', '160408.095000', '160408.555000', '160409.015000', '160409.475000', '160409.935000', '160410.395000', '160410.855000', '160411.315000', '160411.775000', '160412.235000', '160412.695000', '160413.155000', '160413.615000', '160414.075000', '160414.535000', '160414.995000', '160415.455000', '160415.915000', '160416.375000', '160416.835000', '160417.295000', '160417.755000', '160418.215000', '160418.675000', '160419.135000', '160419.595000', '160420.055000', '160420.515000', '160420.975000', '160421.435000', '160421.895000', '160422.355000', '160422.815000', '160423.275000', '160423.735000', '160424.195000', '160424.655000', '160425.115000', '160425.575000', '160426.035000', '160426.495000', '160426.955000', '160427.415000', '160427.875000', '160428.335000', '160428.795000', '160429.255000', '160429.715000', '160430.175000', '160430.635000', '160431.095000', '160431.555000', '160432.015000', '160432.475000', '160432.935000', '160433.395000', '160433.855000', '160434.315000', '160434.775000', '160435.235000', '160435.695000', '160436.155000', '160436.615000', '160437.075000', '160437.535000', '160437.995000', '160438.455000', '160438.915000', '160439.375000', '160439.835000', '160440.295000', '160440.755000', '160441.215000', '160441.675000', '160442.135000', '160442.595000', '160443.055000', '160443.515000', '160443.975000', '160444.435000', '160444.895000', '160445.355000', '160445.815000', '160446.275000', '160446.735000', '160447.195000', '160447.655000', '160448.115000', '160448.575000', '160449.035000', '160449.495000', '160449.955000', '160450.415000', '160450.875000', '160451.335000', '160451.795000', '160452.255000', '160452.715000', '160453.175000', '160453.635000', '160454.095000', '160454.555000', '160455.015000', '160455.475000', '160455.935000', '160456.395000', '160456.855000', '160457.315000', '160457.775000', '160458.235000', '160458.695000', '160459.155000', '160459.615000', '160500.075000', '160500.535000', '160500.995000', '160501.455000', '160501.915000', '160502.375000', '160502.835000', '160503.295000', '160503.755000', '160504.215000', '160504.675000', '160505.135000', '160505.595000', '160506.055000', '160506.515000', '160506.975000', '160507.435000', '160507.895000', '160508.355000', '160508.815000', '160509.275000', '160509.735000', '160510.195000', '160510.655000', '160511.115000', '160511.575000', '160512.035000', '160512.495000', '160512.955000', '160513.415000', '160513.875000', '160514.335000', '160514.795000', '160515.255000', '160515.715000', '160516.175000', '160516.635000', '160517.095000', '160517.555000', '160518.015000', '160518.475000', '160518.935000', '160519.395000', '160519.855000', '160520.315000', '160520.775000', '160521.235000', '160521.695000', '160522.155000', '160522.615000', '160523.075000', '160523.535000', '160523.995000', '160524.455000', '160524.915000', '160525.375000', '160525.835000', '160526.295000', '160526.755000', '160527.215000', '160527.675000', '160528.135000', '160528.595000', '160529.055000', '160529.515000', '160529.975000', '160530.435000', '160530.895000', '160531.355000', '160531.815000', '160532.275000', '160532.735000', '160533.195000', '160533.655000', '160534.115000', '160534.575000', '160535.035000', '160535.495000', '160535.955000', '160536.415000', '160536.875000', '160537.335000', '160537.795000', '160538.255000', '160538.715000', '160539.175000', '160539.635000', '160540.095000', '160540.555000', '160541.015000', '160541.475000', '160541.935000', '160542.395000', '160542.855000', '160543.315000', '160543.775000', '160544.235000', '160544.695000', '160545.155000', '160545.615000', '160546.075000', '160546.535000', '160546.995000', '160547.455000', '160547.915000', '160548.375000', '160548.835000', '160549.295000', '160549.755000', '160550.215000', '160550.675000', '160551.135000', '160551.595000', '160552.055000', '160552.515000', '160552.975000', '160553.435000', '160553.895000', '160554.355000', '160554.815000', '160555.275000', '160555.735000', '160556.195000', '160556.655000', '160557.115000', '160557.575000', '160558.035000', '160558.495000', '160558.955000', '160559.415000', '160559.875000', '160600.335000', '160600.795000', '160601.255000', '160601.715000', '160602.175000', '160602.635000', '160603.095000', '160603.555000', '160604.015000', '160604.475000', '160604.935000', '160605.395000', '160605.855000', '160606.315000', '160606.775000', '160607.235000', '160607.695000', '160608.155000', '160608.615000', '160609.075000', '160609.535000', '160609.995000', '160610.455000', '160610.915000', '160611.375000', '160611.835000', '160612.295000', '160612.755000', '160613.215000', '160613.675000', '160614.135000', '160614.595000', '160615.055000', '160615.515000', '160615.975000', '160616.435000', '160616.895000', '160617.355000', '160617.815000', '160618.275000', '160618.735000', '160619.195000', '160619.655000', '160620.115000', '160620.575000', '160621.035000', '160621.495000', '160621.955000', '160622.415000', '160622.875000', '160623.335000', '160623.795000', '160624.255000', '160624.715000', '160625.175000', '160625.635000', '160626.095000', '160626.555000', '160627.015000', '160627.475000', '160627.935000', '160628.395000', '160628.855000', '160629.315000', '160629.775000', '160630.235000', '160630.695000', '160631.155000', '160631.615000', '160632.075000', '160632.535000', '160632.995000', '160633.455000', '160633.915000', '160634.375000', '160634.835000', '160635.295000', '160635.755000', '160636.215000', '160636.675000', '160637.135000', '160637.595000', '160638.055000', '160638.515000', '160638.975000', '160639.435000', '160639.895000', '160640.355000', '160640.815000', '160641.275000', '160641.735000', '160642.195000', '160642.655000', '160643.115000', '160643.575000', '160644.035000', '160644.495000', '160644.955000', '160645.415000', '160645.875000', '160646.335000', '160646.795000', '160647.255000', '160647.715000', '160648.175000', '160648.635000', '160649.095000', '160649.555000', '160650.015000', '160650.475000', '160650.935000', '160651.395000', '160651.855000', '160652.315000', '160652.775000', '160653.235000', '160653.695000', '160654.155000', '160654.615000', '160655.075000', '160655.535000', '160655.995000', '160656.455000', '160656.915000', '160657.375000', '160657.835000', '160658.295000', '160658.755000', '160659.215000', '160659.675000', '160700.135000', '160700.595000', '160701.055000', '160701.515000', '160701.975000', '160702.435000', '160702.895000', '160703.355000', '160703.815000', '160704.275000', '160704.735000', '160705.195000', '160705.655000', '160706.115000', '160706.575000', '160707.035000', '160707.495000', '160707.955000', '160708.415000', '160708.875000', '160709.335000', '160709.795000', '160710.255000', '160710.715000', '160711.175000', '160711.635000', '160712.095000', '160712.555000', '160713.015000', '160713.475000', '160713.935000', '160714.395000', '160714.855000', '160715.315000', '160715.775000', '160716.235000', '160716.695000', '160717.155000', '160717.615000', '160718.075000', '160718.535000', '160718.995000', '160719.455000', '160719.915000', '160720.375000', '160720.835000', '160721.295000', '160721.755000', '160722.215000', '160722.675000', '160723.135000', '160723.595000', '160724.055000', '160724.515000', '160724.975000', '160725.435000', '160725.895000', '160726.355000', '160726.815000', '160727.275000', '160727.735000', '160728.195000', '160728.655000', '160729.115000', '160729.575000', '160730.035000', '160730.495000', '160730.955000', '160731.415000', '160731.875000', '160732.335000', '160732.795000', '160733.255000', '160733.715000', '160734.175000', '160734.635000', '160735.095000', '160735.555000', '160736.015000', '160736.475000', '160736.935000', '160737.395000', '160737.855000', '160738.315000', '160738.775000'], 'ContentTime': ['155753.753000', '155753.756000', '155753.759000', '155753.762000', '155753.764000', '155753.767000', '155753.769000', '155753.772000', '155753.774000', '155753.777000', '155753.779000', '155753.782000', '155753.784000', '155753.787000', '155753.790000', '155753.792000', '155753.795000', '155753.797000', '155753.800000', '155753.802000', '155753.805000', '155753.807000', '155753.810000', '155753.812000', '155753.815000', '155753.818000', '155753.820000', '155753.823000', '155753.825000', '155753.828000', '155753.830000', '155753.833000', '155753.835000', '155753.838000', '155753.840000', '155753.843000', '155753.845000', '155753.848000', '155753.850000', '155753.853000', '155753.855000', '155753.858000', '155753.861000', '155753.863000', '155753.866000', '155753.868000', '155813.720000', '155813.723000', '155813.726000', '155813.728000', '155813.731000', '155813.733000', '155813.736000', '155813.738000', '155813.741000', '155813.744000', '155813.746000', '155813.749000', '155813.751000', '155813.754000', '155813.756000', '155813.759000', '155813.761000', '155813.764000', '155813.766000', '155813.769000', '155813.771000', '155813.774000', '155813.777000', '155813.786000', '155813.788000', '155813.791000', '155813.793000', '155813.796000', '155813.798000', '155813.801000', '155813.803000', '155813.806000', '155813.808000', '155813.811000', '155813.813000', '155813.816000', '155813.826000', '155813.828000', '155813.831000', '155813.833000', '155813.836000', '155813.839000', '155813.841000', '155833.720000', '155833.723000', '155833.726000', '155833.728000', '155833.731000', '155833.733000', '155833.736000', '155833.738000', '155833.741000', '155833.743000', '155833.746000', '155833.749000', '155833.751000', '155833.754000', '155833.756000', '155833.759000', '155833.761000', '155833.764000', '155833.766000', '155833.773000', '155833.776000', '155833.778000', '155833.781000', '155833.784000', '155833.786000', '155833.789000', '155833.791000', '155833.794000', '155833.796000', '155833.799000', '155833.802000', '155833.804000', '155833.807000', '155833.809000', '155833.812000', '155833.814000', '155833.817000', '155833.819000', '155833.822000', '155833.825000', '155833.827000', '155833.830000', '155833.832000', '155833.835000', '155853.721000', '155853.724000', '155853.727000', '155853.729000', '155853.732000', '155853.734000', '155853.737000', '155853.739000', '155853.742000', '155853.745000', '155853.747000', '155853.750000', '155853.752000', '155853.755000', '155853.757000', '155853.760000', '155853.762000', '155853.765000', '155853.767000', '155853.772000', '155853.774000', '155853.777000', '155853.779000', '155853.782000', '155853.785000', '155853.787000', '155853.790000', '155853.792000', '155853.795000', '155853.797000', '155853.800000', '155853.802000', '155853.805000', '155853.807000', '155853.810000', '155853.812000', '155853.815000', '155853.818000', '155853.820000', '155853.823000', '155853.825000', '155853.828000', '155853.830000', '155913.721000', '155913.724000', '155913.726000', '155913.729000', '155913.731000', '155913.734000', '155913.736000', '155913.739000', '155913.742000', '155913.744000', '155913.747000', '155913.749000', '155913.752000', '155913.754000', '155913.757000', '155913.759000', '155913.762000', '155913.764000', '155913.767000', '155913.770000', '155913.772000', '155913.777000', '155913.779000', '155913.782000', '155913.784000', '155913.787000', '155913.789000', '155913.792000', '155913.795000', '155913.797000', '155913.800000', '155913.802000', '155913.805000', '155913.812000', '155913.814000', '155913.817000', '155913.820000', '155913.822000', '155913.825000', '155913.827000', '155913.830000', '155913.832000', '155913.835000', '155913.837000', '155933.720000', '155933.723000', '155933.726000', '155933.728000', '155933.731000', '155933.733000', '155933.736000', '155933.739000', '155933.741000', '155933.744000', '155933.746000', '155933.749000', '155933.751000', '155933.754000', '155933.756000', '155933.759000', '155933.761000', '155933.764000', '155933.766000', '155933.769000', '155933.772000', '155933.774000', '155933.777000', '155933.779000', '155933.782000', '155933.784000', '155933.789000', '155933.792000', '155933.795000', '155933.797000', '155933.800000', '155933.802000', '155933.805000', '155933.807000', '155933.810000', '155933.813000', '155933.815000', '155933.818000', '155933.820000', '155933.823000', '155933.825000', '155933.828000', '155933.831000', '155953.721000', '155953.723000', '155953.726000', '155953.729000', '155953.731000', '155953.734000', '155953.736000', '155953.739000', '155953.741000', '155953.744000', '155953.746000', '155953.749000', '155953.751000', '155953.754000', '155953.757000', '155953.759000', '155953.762000', '155953.764000', '155953.767000', '155953.778000', '155953.780000', '155953.783000', '155953.786000', '155953.788000', '155953.791000', '155953.793000', '155953.796000', '155953.798000', '155953.801000', '155953.803000', '155953.806000', '155953.809000', '155953.811000', '155953.814000', '155953.816000', '155953.819000', '155953.821000', '155953.824000', '155953.827000', '155953.829000', '155953.832000', '155953.834000', '155953.837000', '155953.840000', '160013.720000', '160013.723000', '160013.726000', '160013.728000', '160013.731000', '160013.734000', '160013.736000', '160013.739000', '160013.766000', '160013.769000', '160013.772000', '160013.774000', '160013.777000', '160013.779000', '160013.782000', '160013.784000', '160013.787000', '160013.789000', '160013.792000', '160013.795000', '160013.797000', '160013.800000', '160013.802000', '160013.805000', '160013.807000', '160013.810000', '160013.812000', '160013.815000', '160013.818000', '160013.820000', '160013.823000', '160013.825000', '160013.828000', '160013.830000', '160013.833000', '160013.835000', '160013.838000', '160013.841000', '160013.843000', '160013.846000', '160013.848000', '160013.851000', '160013.853000', '160033.720000', '160033.739000', '160033.741000', '160033.744000', '160033.746000', '160033.749000', '160033.752000', '160033.754000', '160033.757000', '160033.759000', '160033.762000', '160033.765000', '160033.767000', '160033.770000', '160033.772000', '160033.775000', '160033.778000', '160033.780000', '160033.783000', '160033.785000', '160033.788000', '160033.791000', '160033.793000', '160033.796000', '160033.798000', '160033.801000', '160033.804000', '160033.806000', '160033.809000', '160033.811000', '160033.814000', '160033.816000', '160033.819000', '160033.822000', '160033.824000', '160033.827000', '160033.829000', '160033.832000', '160033.835000', '160033.837000', '160033.840000', '160033.842000', '160033.845000', '160033.847000', '160053.720000', '160053.723000', '160053.726000', '160053.729000', '160053.731000', '160053.734000', '160053.736000', '160053.739000', '160053.741000', '160053.744000', '160053.746000', '160053.749000', '160053.751000', '160053.754000', '160053.757000', '160053.759000', '160053.762000', '160053.764000', '160053.767000', '160053.770000', '160053.772000', '160053.775000', '160053.777000', '160053.780000', '160053.782000', '160053.785000', '160053.787000', '160053.790000', '160053.792000', '160053.795000', '160053.798000', '160053.800000', '160053.803000', '160053.805000', '160053.808000', '160053.810000', '160053.813000', '160053.816000', '160053.818000', '160053.821000', '160053.823000', '160053.826000', '160053.828000', '160113.721000', '160113.724000', '160113.727000', '160113.730000', '160113.732000', '160113.735000', '160113.737000', '160113.740000', '160113.743000', '160113.745000', '160113.748000', '160113.750000', '160113.753000', '160113.756000', '160113.758000', '160113.761000', '160113.763000', '160113.766000', '160113.769000', '160113.771000', '160113.774000', '160113.776000', '160113.779000', '160113.781000', '160113.784000', '160113.786000', '160113.789000', '160113.792000', '160113.794000', '160113.797000', '160113.800000', '160113.802000', '160113.805000', '160113.807000', '160113.810000', '160113.812000', '160113.815000', '160113.817000', '160113.820000', '160113.823000', '160113.825000', '160113.828000', '160113.830000', '160113.833000', '160133.763000', '160133.766000', '160133.768000', '160133.771000', '160133.773000', '160133.776000', '160133.778000', '160133.781000', '160133.783000', '160133.786000', '160133.788000', '160133.791000', '160133.794000', '160133.796000', '160133.799000', '160133.801000', '160133.812000', '160133.815000', '160133.818000', '160133.820000', '160133.823000', '160133.825000', '160133.828000', '160133.830000', '160133.833000', '160133.835000', '160133.838000', '160133.840000', '160133.843000', '160133.846000', '160133.848000', '160133.851000', '160133.854000', '160133.856000', '160133.859000', '160133.861000', '160133.864000', '160133.866000', '160133.869000', '160133.871000', '160133.874000', '160133.877000', '160133.879000', '160153.721000', '160153.723000', '160153.726000', '160153.729000', '160153.731000', '160153.734000', '160153.736000', '160153.739000', '160153.741000', '160153.744000', '160153.747000', '160153.750000', '160153.752000', '160153.755000', '160153.757000', '160153.760000', '160153.763000', '160153.765000', '160153.768000', '160153.770000', '160153.773000', '160153.775000', '160153.778000', '160153.781000', '160153.783000', '160153.786000', '160153.788000', '160153.791000', '160153.794000', '160153.796000', '160153.799000', '160153.801000', '160153.804000', '160153.807000', '160153.809000', '160153.812000', '160153.815000', '160153.817000', '160153.820000', '160153.822000', '160153.825000', '160153.828000', '160153.830000', '160153.833000', '160213.721000', '160213.723000', '160213.726000', '160213.729000', '160213.731000', '160213.734000', '160213.736000', '160213.739000', '160213.741000', '160213.744000', '160213.746000', '160213.749000', '160213.752000', '160213.754000', '160213.757000', '160213.760000', '160213.762000', '160213.765000', '160213.767000', '160213.770000', '160213.772000', '160213.775000', '160213.778000', '160213.780000', '160213.783000', '160213.785000', '160213.788000', '160213.790000', '160213.793000', '160213.796000', '160213.798000', '160213.801000', '160213.803000', '160213.806000', '160213.808000', '160213.811000', '160213.813000', '160213.816000', '160213.819000', '160213.821000', '160213.824000', '160213.826000', '160213.829000', '160233.721000', '160233.723000', '160233.726000', '160233.729000', '160233.731000', '160233.734000', '160233.736000', '160233.739000', '160233.742000', '160233.744000', '160233.747000', '160233.750000', '160233.752000', '160233.755000', '160233.757000', '160233.760000', '160233.762000', '160233.765000', '160233.768000', '160233.770000', '160233.773000', '160233.775000', '160233.778000', '160233.780000', '160233.783000', '160233.785000', '160233.788000', '160233.791000', '160233.793000', '160233.796000', '160233.798000', '160233.801000', '160233.803000', '160233.806000', '160233.809000', '160233.811000', '160233.814000', '160233.816000', '160233.819000', '160233.822000', '160233.824000', '160233.827000', '160233.829000', '160253.721000', '160253.723000', '160253.734000', '160253.737000', '160253.740000', '160253.742000', '160253.745000', '160253.747000', '160253.750000', '160253.752000', '160253.755000', '160253.758000', '160253.760000', '160253.763000', '160253.765000', '160253.768000', '160253.771000', '160253.773000', '160253.776000', '160253.778000', '160253.781000', '160253.783000', '160253.786000', '160253.789000', '160253.791000', '160253.794000', '160253.801000', '160253.804000', '160253.807000', '160253.809000', '160253.812000', '160253.814000', '160253.817000', '160253.820000', '160253.822000', '160253.825000', '160253.827000', '160253.830000', '160253.832000', '160253.835000', '160253.837000', '160253.840000', '160253.843000', '160253.845000', '160313.721000', '160313.724000', '160313.726000', '160313.729000', '160313.731000', '160313.734000', '160313.736000', '160313.739000', '160313.742000', '160313.744000', '160313.747000', '160313.749000', '160313.752000', '160313.755000', '160313.757000', '160313.760000', '160313.762000', '160313.765000', '160313.768000', '160313.770000', '160313.773000', '160313.775000', '160313.778000', '160313.780000', '160313.783000', '160313.787000', '160313.791000', '160313.794000', '160313.796000', '160313.799000', '160313.802000', '160313.804000', '160313.807000', '160313.809000', '160313.812000', '160313.814000', '160313.817000', '160313.819000', '160313.822000', '160313.825000', '160313.827000', '160313.830000', '160313.832000', '160333.722000', '160333.725000', '160333.727000', '160333.730000', '160333.732000', '160333.735000', '160333.737000', '160333.740000', '160333.743000', '160333.745000', '160333.748000', '160333.750000', '160333.753000', '160333.756000', '160333.758000', '160333.761000', '160333.763000', '160333.766000', '160333.769000', '160333.771000', '160333.774000', '160333.776000', '160333.779000', '160333.781000', '160333.784000', '160333.787000', '160333.789000', '160333.792000', '160333.794000', '160333.797000', '160333.799000', '160333.802000', '160333.805000', '160333.807000', '160333.810000', '160333.812000', '160333.815000', '160333.817000', '160333.820000', '160333.823000', '160333.825000', '160333.829000', '160333.832000', '160333.834000', '160353.721000', '160353.724000', '160353.726000', '160353.729000', '160353.731000', '160353.734000', '160353.736000', '160353.739000', '160353.742000', '160353.744000', '160353.747000', '160353.749000', '160353.752000', '160353.755000', '160353.757000', '160353.760000', '160353.762000', '160353.765000', '160353.767000', '160353.770000', '160353.773000', '160353.775000', '160353.778000', '160353.780000', '160353.783000', '160353.786000', '160353.788000', '160353.791000', '160353.793000', '160353.796000', '160353.798000', '160353.801000', '160353.804000', '160353.806000', '160353.809000', '160353.811000', '160353.814000', '160353.817000', '160353.819000', '160353.822000', '160353.824000', '160353.827000', '160353.829000', '160353.832000', '160413.721000', '160413.724000', '160413.726000', '160413.729000', '160413.731000', '160413.734000', '160413.736000', '160413.739000', '160413.741000', '160413.744000', '160413.746000', '160413.749000', '160413.752000', '160413.754000', '160413.757000', '160413.759000', '160413.762000', '160413.764000', '160413.767000', '160413.770000', '160413.772000', '160413.775000', '160413.777000', '160413.780000', '160413.782000', '160413.785000', '160413.788000', '160413.790000', '160413.793000', '160413.795000', '160413.798000', '160413.800000', '160413.803000', '160413.805000', '160413.808000', '160413.811000', '160413.829000', '160413.831000', '160413.834000', '160413.837000', '160413.839000', '160413.842000', '160413.844000', '160433.721000', '160433.723000', '160433.726000', '160433.729000', '160433.731000', '160433.734000', '160433.736000', '160433.739000', '160433.742000', '160433.744000', '160433.747000', '160433.749000', '160433.752000', '160433.755000', '160433.757000', '160433.760000', '160433.762000', '160433.765000', '160433.767000', '160433.770000', '160433.773000', '160433.775000', '160433.778000', '160433.781000', '160433.783000', '160433.786000', '160433.789000', '160433.791000', '160433.794000', '160433.797000', '160433.800000', '160433.802000', '160433.805000', '160433.807000', '160433.810000', '160433.813000', '160433.815000', '160433.818000', '160433.821000', '160433.823000', '160433.826000', '160433.829000', '160433.832000', '160453.720000', '160453.723000', '160453.726000', '160453.728000', '160453.731000', '160453.734000', '160453.736000', '160453.739000', '160453.742000', '160453.744000', '160453.747000', '160453.749000', '160453.752000', '160453.754000', '160453.757000', '160453.760000', '160453.762000', '160453.765000', '160453.767000', '160453.770000', '160453.772000', '160453.775000', '160453.778000', '160453.780000', '160453.783000', '160453.785000', '160453.788000', '160453.790000', '160453.793000', '160453.796000', '160453.798000', '160453.801000', '160453.803000', '160453.806000', '160453.809000', '160453.811000', '160453.814000', '160453.816000', '160453.819000', '160453.822000', '160453.824000', '160453.827000', '160453.829000', '160453.832000', '160513.721000', '160513.723000', '160513.726000', '160513.729000', '160513.731000', '160513.734000', '160513.736000', '160513.739000', '160513.742000', '160513.744000', '160513.747000', '160513.750000', '160513.752000', '160513.755000', '160513.757000', '160513.760000', '160513.762000', '160513.765000', '160513.767000', '160513.770000', '160513.773000', '160513.775000', '160513.778000', '160513.780000', '160513.783000', '160513.786000', '160513.788000', '160513.791000', '160513.793000', '160513.796000', '160513.799000', '160513.801000', '160513.804000', '160513.806000', '160513.809000', '160513.811000', '160513.815000', '160513.817000', '160513.820000', '160513.823000', '160513.826000', '160513.828000', '160513.831000', '160533.720000', '160533.723000', '160533.726000', '160533.729000', '160533.731000', '160533.734000', '160533.736000', '160533.739000', '160533.742000', '160533.744000', '160533.747000', '160533.749000', '160533.752000', '160533.754000', '160533.757000', '160533.759000', '160533.762000', '160533.764000', '160533.767000', '160533.770000', '160533.772000', '160533.775000', '160533.778000', '160533.780000', '160533.783000', '160533.785000', '160533.788000', '160533.790000', '160533.793000', '160533.796000', '160533.798000', '160533.801000', '160533.803000', '160533.806000', '160533.823000', '160533.825000', '160533.828000', '160533.830000', '160533.833000', '160533.836000', '160533.838000', '160533.841000', '160533.843000', '160533.846000', '160553.722000', '160553.725000', '160553.727000', '160553.730000', '160553.732000', '160553.735000', '160553.738000', '160553.740000', '160553.743000', '160553.745000', '160553.748000', '160553.750000', '160553.753000', '160553.755000', '160553.758000', '160553.760000', '160553.763000', '160553.766000', '160553.768000', '160553.771000', '160553.773000', '160553.776000', '160553.778000', '160553.781000', '160553.783000', '160553.786000', '160553.788000', '160553.791000', '160553.794000', '160553.796000', '160553.799000', '160553.801000', '160553.804000', '160553.806000', '160553.809000', '160553.812000', '160553.814000', '160553.817000', '160553.820000', '160553.823000', '160553.826000', '160553.829000', '160553.831000', '160613.720000', '160613.723000', '160613.726000', '160613.735000', '160613.737000', '160613.740000', '160613.743000', '160613.745000', '160613.748000', '160613.751000', '160613.753000', '160613.756000', '160613.758000', '160613.761000', '160613.763000', '160613.766000', '160613.768000', '160613.771000', '160613.774000', '160613.776000', '160613.779000', '160613.781000', '160613.784000', '160613.786000', '160613.789000', '160613.791000', '160613.794000', '160613.797000', '160613.799000', '160613.802000', '160613.804000', '160613.807000', '160613.809000', '160613.812000', '160613.815000', '160613.817000', '160613.820000', '160613.822000', '160613.825000', '160613.828000', '160613.830000', '160613.833000', '160613.835000', '160613.838000', '160633.721000', '160633.724000', '160633.726000', '160633.729000', '160633.732000', '160633.734000', '160633.737000', '160633.739000', '160633.742000', '160633.744000', '160633.747000', '160633.750000', '160633.752000', '160633.755000', '160633.757000', '160633.760000', '160633.763000', '160633.765000', '160633.768000', '160633.770000', '160633.773000', '160633.775000', '160633.778000', '160633.780000', '160633.783000', '160633.786000', '160633.788000', '160633.791000', '160633.793000', '160633.796000', '160633.799000', '160633.801000', '160633.804000', '160633.806000', '160633.809000', '160633.812000', '160633.815000', '160633.818000', '160633.821000', '160633.823000', '160633.826000', '160633.828000', '160633.831000', '160653.721000', '160653.724000', '160653.726000', '160653.729000', '160653.732000', '160653.735000', '160653.738000', '160653.741000', '160653.743000', '160653.746000', '160653.748000', '160653.751000', '160653.753000', '160653.756000', '160653.758000', '160653.761000', '160653.764000', '160653.766000', '160653.769000', '160653.772000', '160653.774000', '160653.777000', '160653.779000', '160653.782000', '160653.784000', '160653.787000', '160653.789000', '160653.792000', '160653.795000', '160653.797000', '160653.822000', '160653.825000', '160653.828000', '160653.830000', '160653.833000', '160653.835000', '160653.838000', '160653.840000', '160653.843000', '160653.845000', '160653.848000', '160653.851000', '160653.853000', '160713.721000', '160713.724000', '160713.726000', '160713.729000', '160713.731000', '160713.734000', '160713.737000', '160713.739000', '160713.742000', '160713.744000', '160713.747000', '160713.749000', '160713.752000', '160713.754000', '160713.757000', '160713.760000', '160713.762000', '160713.765000', '160713.767000', '160713.770000', '160713.773000', '160713.775000', '160713.778000', '160713.780000', '160713.783000', '160713.785000', '160713.788000', '160713.790000', '160713.793000', '160713.795000', '160713.798000', '160713.801000', '160713.803000', '160713.806000', '160713.808000', '160713.811000', '160713.814000', '160713.816000', '160713.819000', '160713.821000', '160713.824000', '160713.826000', '160713.829000', '160713.832000', '160733.721000', '160733.723000', '160733.726000', '160733.729000', '160733.731000', '160733.734000', '160733.736000', '160733.739000', '160733.741000', '160733.744000', '160733.747000', '160733.749000', '160733.752000', '160733.754000', '160733.757000', '160733.760000', '160733.762000', '160733.765000', '160733.767000', '160733.770000', '160733.772000', '160733.775000', '160733.777000', '160733.780000', '160733.782000', '160733.785000', '160733.788000', '160733.790000', '160733.793000', '160733.795000', '160733.798000', '160733.801000', '160733.803000', '160733.806000', '160733.808000', '160733.811000', '160733.813000', '160733.816000', '160733.818000', '160733.821000', '160733.824000', '160733.826000', '160733.829000', '160733.831000', '160740.518000', '160740.520000', '160740.523000', '160740.526000', '160740.528000', '160740.531000', '160740.533000', '160740.536000', '160740.538000', '160740.541000', '160740.544000', '160740.546000', '160740.549000', '160740.551000', '160740.554000'], 'InstanceCreationTime': ['155753.753000', '155753.756000', '155753.759000', '155753.762000', '155753.764000', '155753.767000', '155753.769000', '155753.772000', '155753.774000', '155753.777000', '155753.779000', '155753.782000', '155753.784000', '155753.787000', '155753.790000', '155753.792000', '155753.795000', '155753.797000', '155753.800000', '155753.802000', '155753.805000', '155753.807000', '155753.810000', '155753.812000', '155753.815000', '155753.818000', '155753.820000', '155753.823000', '155753.825000', '155753.828000', '155753.830000', '155753.833000', '155753.835000', '155753.838000', '155753.840000', '155753.843000', '155753.845000', '155753.848000', '155753.850000', '155753.853000', '155753.855000', '155753.858000', '155753.861000', '155753.863000', '155753.866000', '155753.868000', '155813.720000', '155813.723000', '155813.726000', '155813.728000', '155813.731000', '155813.733000', '155813.736000', '155813.738000', '155813.741000', '155813.744000', '155813.746000', '155813.749000', '155813.751000', '155813.754000', '155813.756000', '155813.759000', '155813.761000', '155813.764000', '155813.766000', '155813.769000', '155813.771000', '155813.774000', '155813.777000', '155813.786000', '155813.788000', '155813.791000', '155813.793000', '155813.796000', '155813.798000', '155813.801000', '155813.803000', '155813.806000', '155813.808000', '155813.811000', '155813.813000', '155813.816000', '155813.826000', '155813.828000', '155813.831000', '155813.833000', '155813.836000', '155813.839000', '155813.841000', '155833.720000', '155833.723000', '155833.726000', '155833.728000', '155833.731000', '155833.733000', '155833.736000', '155833.738000', '155833.741000', '155833.743000', '155833.746000', '155833.749000', '155833.751000', '155833.754000', '155833.756000', '155833.759000', '155833.761000', '155833.764000', '155833.766000', '155833.773000', '155833.776000', '155833.778000', '155833.781000', '155833.784000', '155833.786000', '155833.789000', '155833.791000', '155833.794000', '155833.796000', '155833.799000', '155833.802000', '155833.804000', '155833.807000', '155833.809000', '155833.812000', '155833.814000', '155833.817000', '155833.819000', '155833.822000', '155833.825000', '155833.827000', '155833.830000', '155833.832000', '155833.835000', '155853.721000', '155853.724000', '155853.727000', '155853.729000', '155853.732000', '155853.734000', '155853.737000', '155853.739000', '155853.742000', '155853.745000', '155853.747000', '155853.750000', '155853.752000', '155853.755000', '155853.757000', '155853.760000', '155853.762000', '155853.765000', '155853.767000', '155853.772000', '155853.774000', '155853.777000', '155853.779000', '155853.782000', '155853.785000', '155853.787000', '155853.790000', '155853.792000', '155853.795000', '155853.797000', '155853.800000', '155853.802000', '155853.805000', '155853.807000', '155853.810000', '155853.812000', '155853.815000', '155853.818000', '155853.820000', '155853.823000', '155853.825000', '155853.828000', '155853.830000', '155913.721000', '155913.724000', '155913.726000', '155913.729000', '155913.731000', '155913.734000', '155913.736000', '155913.739000', '155913.742000', '155913.744000', '155913.747000', '155913.749000', '155913.752000', '155913.754000', '155913.757000', '155913.759000', '155913.762000', '155913.764000', '155913.767000', '155913.770000', '155913.772000', '155913.777000', '155913.779000', '155913.782000', '155913.784000', '155913.787000', '155913.789000', '155913.792000', '155913.795000', '155913.797000', '155913.800000', '155913.802000', '155913.805000', '155913.812000', '155913.814000', '155913.817000', '155913.820000', '155913.822000', '155913.825000', '155913.827000', '155913.830000', '155913.832000', '155913.835000', '155913.837000', '155933.720000', '155933.723000', '155933.726000', '155933.728000', '155933.731000', '155933.733000', '155933.736000', '155933.739000', '155933.741000', '155933.744000', '155933.746000', '155933.749000', '155933.751000', '155933.754000', '155933.756000', '155933.759000', '155933.761000', '155933.764000', '155933.766000', '155933.769000', '155933.772000', '155933.774000', '155933.777000', '155933.779000', '155933.782000', '155933.784000', '155933.789000', '155933.792000', '155933.795000', '155933.797000', '155933.800000', '155933.802000', '155933.805000', '155933.807000', '155933.810000', '155933.813000', '155933.815000', '155933.818000', '155933.820000', '155933.823000', '155933.825000', '155933.828000', '155933.831000', '155953.721000', '155953.723000', '155953.726000', '155953.729000', '155953.731000', '155953.734000', '155953.736000', '155953.739000', '155953.741000', '155953.744000', '155953.746000', '155953.749000', '155953.751000', '155953.754000', '155953.757000', '155953.759000', '155953.762000', '155953.764000', '155953.767000', '155953.778000', '155953.780000', '155953.783000', '155953.786000', '155953.788000', '155953.791000', '155953.793000', '155953.796000', '155953.798000', '155953.801000', '155953.803000', '155953.806000', '155953.809000', '155953.811000', '155953.814000', '155953.816000', '155953.819000', '155953.821000', '155953.824000', '155953.827000', '155953.829000', '155953.832000', '155953.834000', '155953.837000', '155953.840000', '160013.720000', '160013.723000', '160013.726000', '160013.728000', '160013.731000', '160013.734000', '160013.736000', '160013.739000', '160013.766000', '160013.769000', '160013.772000', '160013.774000', '160013.777000', '160013.779000', '160013.782000', '160013.784000', '160013.787000', '160013.789000', '160013.792000', '160013.795000', '160013.797000', '160013.800000', '160013.802000', '160013.805000', '160013.807000', '160013.810000', '160013.812000', '160013.815000', '160013.818000', '160013.820000', '160013.823000', '160013.825000', '160013.828000', '160013.830000', '160013.833000', '160013.835000', '160013.838000', '160013.841000', '160013.843000', '160013.846000', '160013.848000', '160013.851000', '160013.853000', '160033.720000', '160033.739000', '160033.741000', '160033.744000', '160033.746000', '160033.749000', '160033.752000', '160033.754000', '160033.757000', '160033.759000', '160033.762000', '160033.765000', '160033.767000', '160033.770000', '160033.772000', '160033.775000', '160033.778000', '160033.780000', '160033.783000', '160033.785000', '160033.788000', '160033.791000', '160033.793000', '160033.796000', '160033.798000', '160033.801000', '160033.804000', '160033.806000', '160033.809000', '160033.811000', '160033.814000', '160033.816000', '160033.819000', '160033.822000', '160033.824000', '160033.827000', '160033.829000', '160033.832000', '160033.835000', '160033.837000', '160033.840000', '160033.842000', '160033.845000', '160033.847000', '160053.720000', '160053.723000', '160053.726000', '160053.729000', '160053.731000', '160053.734000', '160053.736000', '160053.739000', '160053.741000', '160053.744000', '160053.746000', '160053.749000', '160053.751000', '160053.754000', '160053.757000', '160053.759000', '160053.762000', '160053.764000', '160053.767000', '160053.770000', '160053.772000', '160053.775000', '160053.777000', '160053.780000', '160053.782000', '160053.785000', '160053.787000', '160053.790000', '160053.792000', '160053.795000', '160053.798000', '160053.800000', '160053.803000', '160053.805000', '160053.808000', '160053.810000', '160053.813000', '160053.816000', '160053.818000', '160053.821000', '160053.823000', '160053.826000', '160053.828000', '160113.721000', '160113.724000', '160113.727000', '160113.730000', '160113.732000', '160113.735000', '160113.737000', '160113.740000', '160113.743000', '160113.745000', '160113.748000', '160113.750000', '160113.753000', '160113.756000', '160113.758000', '160113.761000', '160113.763000', '160113.766000', '160113.769000', '160113.771000', '160113.774000', '160113.776000', '160113.779000', '160113.781000', '160113.784000', '160113.786000', '160113.789000', '160113.792000', '160113.794000', '160113.797000', '160113.800000', '160113.802000', '160113.805000', '160113.807000', '160113.810000', '160113.812000', '160113.815000', '160113.817000', '160113.820000', '160113.823000', '160113.825000', '160113.828000', '160113.830000', '160113.833000', '160133.763000', '160133.766000', '160133.768000', '160133.771000', '160133.773000', '160133.776000', '160133.778000', '160133.781000', '160133.783000', '160133.786000', '160133.788000', '160133.791000', '160133.794000', '160133.796000', '160133.799000', '160133.801000', '160133.812000', '160133.815000', '160133.818000', '160133.820000', '160133.823000', '160133.825000', '160133.828000', '160133.830000', '160133.833000', '160133.835000', '160133.838000', '160133.840000', '160133.843000', '160133.846000', '160133.848000', '160133.851000', '160133.854000', '160133.856000', '160133.859000', '160133.861000', '160133.864000', '160133.866000', '160133.869000', '160133.871000', '160133.874000', '160133.877000', '160133.879000', '160153.721000', '160153.723000', '160153.726000', '160153.729000', '160153.731000', '160153.734000', '160153.736000', '160153.739000', '160153.741000', '160153.744000', '160153.747000', '160153.750000', '160153.752000', '160153.755000', '160153.757000', '160153.760000', '160153.763000', '160153.765000', '160153.768000', '160153.770000', '160153.773000', '160153.775000', '160153.778000', '160153.781000', '160153.783000', '160153.786000', '160153.788000', '160153.791000', '160153.794000', '160153.796000', '160153.799000', '160153.801000', '160153.804000', '160153.807000', '160153.809000', '160153.812000', '160153.815000', '160153.817000', '160153.820000', '160153.822000', '160153.825000', '160153.828000', '160153.830000', '160153.833000', '160213.721000', '160213.723000', '160213.726000', '160213.729000', '160213.731000', '160213.734000', '160213.736000', '160213.739000', '160213.741000', '160213.744000', '160213.746000', '160213.749000', '160213.752000', '160213.754000', '160213.757000', '160213.760000', '160213.762000', '160213.765000', '160213.767000', '160213.770000', '160213.772000', '160213.775000', '160213.778000', '160213.780000', '160213.783000', '160213.785000', '160213.788000', '160213.790000', '160213.793000', '160213.796000', '160213.798000', '160213.801000', '160213.803000', '160213.806000', '160213.808000', '160213.811000', '160213.813000', '160213.816000', '160213.819000', '160213.821000', '160213.824000', '160213.826000', '160213.829000', '160233.721000', '160233.723000', '160233.726000', '160233.729000', '160233.731000', '160233.734000', '160233.736000', '160233.739000', '160233.742000', '160233.744000', '160233.747000', '160233.750000', '160233.752000', '160233.755000', '160233.757000', '160233.760000', '160233.762000', '160233.765000', '160233.768000', '160233.770000', '160233.773000', '160233.775000', '160233.778000', '160233.780000', '160233.783000', '160233.785000', '160233.788000', '160233.791000', '160233.793000', '160233.796000', '160233.798000', '160233.801000', '160233.803000', '160233.806000', '160233.809000', '160233.811000', '160233.814000', '160233.816000', '160233.819000', '160233.822000', '160233.824000', '160233.827000', '160233.829000', '160253.721000', '160253.723000', '160253.734000', '160253.737000', '160253.740000', '160253.742000', '160253.745000', '160253.747000', '160253.750000', '160253.752000', '160253.755000', '160253.758000', '160253.760000', '160253.763000', '160253.765000', '160253.768000', '160253.771000', '160253.773000', '160253.776000', '160253.778000', '160253.781000', '160253.783000', '160253.786000', '160253.789000', '160253.791000', '160253.794000', '160253.801000', '160253.804000', '160253.807000', '160253.809000', '160253.812000', '160253.814000', '160253.817000', '160253.820000', '160253.822000', '160253.825000', '160253.827000', '160253.830000', '160253.832000', '160253.835000', '160253.837000', '160253.840000', '160253.843000', '160253.845000', '160313.721000', '160313.724000', '160313.726000', '160313.729000', '160313.731000', '160313.734000', '160313.736000', '160313.739000', '160313.742000', '160313.744000', '160313.747000', '160313.749000', '160313.752000', '160313.755000', '160313.757000', '160313.760000', '160313.762000', '160313.765000', '160313.768000', '160313.770000', '160313.773000', '160313.775000', '160313.778000', '160313.780000', '160313.783000', '160313.787000', '160313.791000', '160313.794000', '160313.796000', '160313.799000', '160313.802000', '160313.804000', '160313.807000', '160313.809000', '160313.812000', '160313.814000', '160313.817000', '160313.819000', '160313.822000', '160313.825000', '160313.827000', '160313.830000', '160313.832000', '160333.722000', '160333.725000', '160333.727000', '160333.730000', '160333.732000', '160333.735000', '160333.737000', '160333.740000', '160333.743000', '160333.745000', '160333.748000', '160333.750000', '160333.753000', '160333.756000', '160333.758000', '160333.761000', '160333.763000', '160333.766000', '160333.769000', '160333.771000', '160333.774000', '160333.776000', '160333.779000', '160333.781000', '160333.784000', '160333.787000', '160333.789000', '160333.792000', '160333.794000', '160333.797000', '160333.799000', '160333.802000', '160333.805000', '160333.807000', '160333.810000', '160333.812000', '160333.815000', '160333.817000', '160333.820000', '160333.823000', '160333.825000', '160333.829000', '160333.832000', '160333.834000', '160353.721000', '160353.724000', '160353.726000', '160353.729000', '160353.731000', '160353.734000', '160353.736000', '160353.739000', '160353.742000', '160353.744000', '160353.747000', '160353.749000', '160353.752000', '160353.755000', '160353.757000', '160353.760000', '160353.762000', '160353.765000', '160353.767000', '160353.770000', '160353.773000', '160353.775000', '160353.778000', '160353.780000', '160353.783000', '160353.786000', '160353.788000', '160353.791000', '160353.793000', '160353.796000', '160353.798000', '160353.801000', '160353.804000', '160353.806000', '160353.809000', '160353.811000', '160353.814000', '160353.817000', '160353.819000', '160353.822000', '160353.824000', '160353.827000', '160353.829000', '160353.832000', '160413.721000', '160413.724000', '160413.726000', '160413.729000', '160413.731000', '160413.734000', '160413.736000', '160413.739000', '160413.741000', '160413.744000', '160413.746000', '160413.749000', '160413.752000', '160413.754000', '160413.757000', '160413.759000', '160413.762000', '160413.764000', '160413.767000', '160413.770000', '160413.772000', '160413.775000', '160413.777000', '160413.780000', '160413.782000', '160413.785000', '160413.788000', '160413.790000', '160413.793000', '160413.795000', '160413.798000', '160413.800000', '160413.803000', '160413.805000', '160413.808000', '160413.811000', '160413.829000', '160413.831000', '160413.834000', '160413.837000', '160413.839000', '160413.842000', '160413.844000', '160433.721000', '160433.723000', '160433.726000', '160433.729000', '160433.731000', '160433.734000', '160433.736000', '160433.739000', '160433.742000', '160433.744000', '160433.747000', '160433.749000', '160433.752000', '160433.755000', '160433.757000', '160433.760000', '160433.762000', '160433.765000', '160433.767000', '160433.770000', '160433.773000', '160433.775000', '160433.778000', '160433.781000', '160433.783000', '160433.786000', '160433.789000', '160433.791000', '160433.794000', '160433.797000', '160433.800000', '160433.802000', '160433.805000', '160433.807000', '160433.810000', '160433.813000', '160433.815000', '160433.818000', '160433.821000', '160433.823000', '160433.826000', '160433.829000', '160433.832000', '160453.720000', '160453.723000', '160453.726000', '160453.728000', '160453.731000', '160453.734000', '160453.736000', '160453.739000', '160453.742000', '160453.744000', '160453.747000', '160453.749000', '160453.752000', '160453.754000', '160453.757000', '160453.760000', '160453.762000', '160453.765000', '160453.767000', '160453.770000', '160453.772000', '160453.775000', '160453.778000', '160453.780000', '160453.783000', '160453.785000', '160453.788000', '160453.790000', '160453.793000', '160453.796000', '160453.798000', '160453.801000', '160453.803000', '160453.806000', '160453.809000', '160453.811000', '160453.814000', '160453.816000', '160453.819000', '160453.822000', '160453.824000', '160453.827000', '160453.829000', '160453.832000', '160513.721000', '160513.723000', '160513.726000', '160513.729000', '160513.731000', '160513.734000', '160513.736000', '160513.739000', '160513.742000', '160513.744000', '160513.747000', '160513.750000', '160513.752000', '160513.755000', '160513.757000', '160513.760000', '160513.762000', '160513.765000', '160513.767000', '160513.770000', '160513.773000', '160513.775000', '160513.778000', '160513.780000', '160513.783000', '160513.786000', '160513.788000', '160513.791000', '160513.793000', '160513.796000', '160513.799000', '160513.801000', '160513.804000', '160513.806000', '160513.809000', '160513.811000', '160513.815000', '160513.817000', '160513.820000', '160513.823000', '160513.826000', '160513.828000', '160513.831000', '160533.720000', '160533.723000', '160533.726000', '160533.729000', '160533.731000', '160533.734000', '160533.736000', '160533.739000', '160533.742000', '160533.744000', '160533.747000', '160533.749000', '160533.752000', '160533.754000', '160533.757000', '160533.759000', '160533.762000', '160533.764000', '160533.767000', '160533.770000', '160533.772000', '160533.775000', '160533.778000', '160533.780000', '160533.783000', '160533.785000', '160533.788000', '160533.790000', '160533.793000', '160533.796000', '160533.798000', '160533.801000', '160533.803000', '160533.806000', '160533.823000', '160533.825000', '160533.828000', '160533.830000', '160533.833000', '160533.836000', '160533.838000', '160533.841000', '160533.843000', '160533.846000', '160553.722000', '160553.725000', '160553.727000', '160553.730000', '160553.732000', '160553.735000', '160553.738000', '160553.740000', '160553.743000', '160553.745000', '160553.748000', '160553.750000', '160553.753000', '160553.755000', '160553.758000', '160553.760000', '160553.763000', '160553.766000', '160553.768000', '160553.771000', '160553.773000', '160553.776000', '160553.778000', '160553.781000', '160553.783000', '160553.786000', '160553.788000', '160553.791000', '160553.794000', '160553.796000', '160553.799000', '160553.801000', '160553.804000', '160553.806000', '160553.809000', '160553.812000', '160553.814000', '160553.817000', '160553.820000', '160553.823000', '160553.826000', '160553.829000', '160553.831000', '160613.720000', '160613.723000', '160613.726000', '160613.735000', '160613.737000', '160613.740000', '160613.743000', '160613.745000', '160613.748000', '160613.751000', '160613.753000', '160613.756000', '160613.758000', '160613.761000', '160613.763000', '160613.766000', '160613.768000', '160613.771000', '160613.774000', '160613.776000', '160613.779000', '160613.781000', '160613.784000', '160613.786000', '160613.789000', '160613.791000', '160613.794000', '160613.797000', '160613.799000', '160613.802000', '160613.804000', '160613.807000', '160613.809000', '160613.812000', '160613.815000', '160613.817000', '160613.820000', '160613.822000', '160613.825000', '160613.828000', '160613.830000', '160613.833000', '160613.835000', '160613.838000', '160633.721000', '160633.724000', '160633.726000', '160633.729000', '160633.732000', '160633.734000', '160633.737000', '160633.739000', '160633.742000', '160633.744000', '160633.747000', '160633.750000', '160633.752000', '160633.755000', '160633.757000', '160633.760000', '160633.763000', '160633.765000', '160633.768000', '160633.770000', '160633.773000', '160633.775000', '160633.778000', '160633.780000', '160633.783000', '160633.786000', '160633.788000', '160633.791000', '160633.793000', '160633.796000', '160633.799000', '160633.801000', '160633.804000', '160633.806000', '160633.809000', '160633.812000', '160633.815000', '160633.818000', '160633.821000', '160633.823000', '160633.826000', '160633.828000', '160633.831000', '160653.721000', '160653.724000', '160653.726000', '160653.729000', '160653.732000', '160653.735000', '160653.738000', '160653.741000', '160653.743000', '160653.746000', '160653.748000', '160653.751000', '160653.753000', '160653.756000', '160653.758000', '160653.761000', '160653.764000', '160653.766000', '160653.769000', '160653.772000', '160653.774000', '160653.777000', '160653.779000', '160653.782000', '160653.784000', '160653.787000', '160653.789000', '160653.792000', '160653.795000', '160653.797000', '160653.822000', '160653.825000', '160653.828000', '160653.830000', '160653.833000', '160653.835000', '160653.838000', '160653.840000', '160653.843000', '160653.845000', '160653.848000', '160653.851000', '160653.853000', '160713.721000', '160713.724000', '160713.726000', '160713.729000', '160713.731000', '160713.734000', '160713.737000', '160713.739000', '160713.742000', '160713.744000', '160713.747000', '160713.749000', '160713.752000', '160713.754000', '160713.757000', '160713.760000', '160713.762000', '160713.765000', '160713.767000', '160713.770000', '160713.773000', '160713.775000', '160713.778000', '160713.780000', '160713.783000', '160713.785000', '160713.788000', '160713.790000', '160713.793000', '160713.795000', '160713.798000', '160713.801000', '160713.803000', '160713.806000', '160713.808000', '160713.811000', '160713.814000', '160713.816000', '160713.819000', '160713.821000', '160713.824000', '160713.826000', '160713.829000', '160713.832000', '160733.721000', '160733.723000', '160733.726000', '160733.729000', '160733.731000', '160733.734000', '160733.736000', '160733.739000', '160733.741000', '160733.744000', '160733.747000', '160733.749000', '160733.752000', '160733.754000', '160733.757000', '160733.760000', '160733.762000', '160733.765000', '160733.767000', '160733.770000', '160733.772000', '160733.775000', '160733.777000', '160733.780000', '160733.782000', '160733.785000', '160733.788000', '160733.790000', '160733.793000', '160733.795000', '160733.798000', '160733.801000', '160733.803000', '160733.806000', '160733.808000', '160733.811000', '160733.813000', '160733.816000', '160733.818000', '160733.821000', '160733.824000', '160733.826000', '160733.829000', '160733.831000', '160740.518000', '160740.520000', '160740.523000', '160740.526000', '160740.528000', '160740.531000', '160740.533000', '160740.536000', '160740.538000', '160740.541000', '160740.544000', '160740.546000', '160740.549000', '160740.551000', '160740.554000'], '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': [19181, 13815, 17961, 14351, 9144, 15977, 11705, 17464, 11589, 11930, 13092, 8553, 15264, 11115, 9520, 11504, 8743, 14222, 11140, 11179, 10367, 8166, 13394, 10778, 14354, 10708, 9727, 11822, 8631, 14547, 10713, 11242, 11311, 8045, 12871, 10703, 10034, 11899, 9535, 13521, 10672, 8416, 13271, 10355, 8016, 13720, 11113, 8149, 14269, 10496, 8417, 15075, 11615, 8719, 15109, 10442, 15934, 12579, 11581, 14985, 10041, 17615, 12672, 16825, 13333, 9321, 15746, 10762, 16717, 12705, 12229, 13207, 8785, 16653, 12071, 17732, 13216, 9839, 14221, 10228, 16645, 12107, 11197, 16175, 11179, 16064, 11057, 9168, 15879, 11879, 13435, 11288, 9341, 13963, 11204, 10334, 14929, 11674, 9170, 16162, 12340, 13793, 15608, 10340, 17434, 12962, 16388, 12391, 9354, 13741, 10321, 16060, 12169, 12770, 11455, 7937, 13432, 10855, 14387, 11439, 8182, 12863, 10742, 9790, 13103, 9850, 12424, 11164, 9617, 11305, 13263, 11733, 15877, 11796, 9526, 15737, 13021, 19716, 14734, 9975, 13266, 10987, 17857, 13610, 10854, 12312, 8624, 15740, 12077, 16964, 11838, 9940, 12881, 9232, 16391, 13428, 15034, 10460, 8124, 12668, 10532, 15582, 12878, 11631, 11730, 8188, 14282, 12359, 14569, 11122, 8282, 13221, 11187, 16171, 12585, 9934, 12311, 8769, 14234, 11763, 13651, 10207, 7845, 12043, 8320, 14055, 11040, 13534, 10267, 12549, 10853, 8986, 12648, 8608, 13257, 10965, 14253, 11739, 11010, 11720, 7984, 13133, 11041, 14090, 11846, 8252, 13091, 10746, 14555, 11229, 9728, 13598, 10983, 14775, 10622, 8452, 14015, 11724, 9093, 16348, 13475, 17684, 14031, 9862, 18648, 14410, 22380, 15656, 11763, 12746, 8600, 13698, 10322, 16741, 13867, 16440, 10660, 12216, 11220, 8843, 13221, 10234, 14268, 11110, 12549, 11274, 8677, 13189, 10715, 12726, 10380, 8033, 13630, 10978, 16000, 11321, 10855, 12517, 9353, 15892, 13530, 17145, 11577, 9857, 13739, 9314, 16327, 13929, 16828, 12643, 14814, 12347, 9660, 12285, 8168, 13150, 10677, 14499, 11748, 11671, 11205, 8067, 13932, 11108, 14757, 11617, 12848, 11306, 8433, 14539, 11983, 13655, 10594, 8139, 13539, 11353, 15829, 12040, 9349, 13475, 10515, 13364, 12548, 9961, 15024, 12305, 9357, 15007, 11133, 16316, 14726, 17592, 12860, 9275, 13510, 9238, 15516, 12972, 17986, 12127, 11225, 11993, 8873, 14934, 12706, 12014, 11090, 7813, 13871, 11842, 15904, 12332, 10478, 12284, 8103, 14132, 11631, 16723, 13895, 13938, 10929, 9331, 13870, 9370, 15240, 12441, 15632, 11157, 12631, 12964, 8397, 13428, 10920, 13632, 10971, 13446, 11373, 8713, 13257, 10452, 14531, 11956, 11762, 12486, 8594, 13924, 11349, 13281, 12980, 9417, 14748, 11322, 12453, 12732, 9353, 15699, 12655, 14842, 11355, 8634, 14915, 11805, 16770, 11083, 8672, 13533, 11488, 16825, 12710, 11243, 12323, 8397, 15489, 11999, 16770, 11809, 12762, 13011, 9469, 15922, 11399, 8041, 13382, 10993, 8079, 14197, 12681, 10435, 14681, 11594, 17518, 13154, 12304, 16335, 12853, 21744, 12564, 8682, 13305, 11489, 16448, 11238, 8746, 12349, 9098, 14901, 12642, 13553, 10318, 8346, 14152, 10716, 14423, 10732, 9822, 12565, 8335, 13669, 11061, 11542, 11001, 8663, 14812, 12413, 11889, 11204, 7990, 14062, 12246, 18764, 13383, 9671, 13064, 9889, 14473, 11231, 16646, 12589, 9339, 12640, 9098, 14024, 11100, 13903, 11614, 8416, 13302, 10565, 14657, 10971, 9896, 12895, 9507, 13922, 11048, 11230, 13328, 9755, 13954, 11299, 11455, 13171, 11251, 20579, 18052, 18746, 21425, 12669, 9631, 10936, 10240, 7607, 12736, 11525, 8363, 13354, 10832, 9418, 13606, 11762, 9284, 19695, 15193, 10452, 15364, 11795, 15078, 13657, 9093, 15271, 11667, 11524, 12710, 8189, 14774, 10974, 9641, 13906, 8875, 13807, 12172, 7750, 12728, 10667, 9724, 13444, 10744, 10429, 13801, 11198, 11739, 14832, 13120, 15802, 14980, 11459, 20220, 15590, 12020, 16980, 11922, 18365, 14010, 14712, 13203, 9135, 15407, 11812, 17615, 13190, 9310, 12523, 9932, 14966, 11500, 9601, 13392, 9911, 13650, 10422, 9138, 14501, 11367, 14313, 10436, 8190, 14114, 11845, 16824, 12378, 8855, 13844, 10837, 17658, 13230, 10914, 16786, 12470, 10213, 13324, 11060, 11920, 12747, 12150, 16423, 12436, 9187, 14286, 11573, 17800, 13222, 10055, 13133, 9035, 15220, 12686, 16265, 11267, 8548, 12833, 9732, 14950, 12376, 9955, 11118, 8130, 14440, 11598, 10745, 13385, 10230, 14303, 12462, 10431, 17886, 12591, 8435, 12842, 10686, 7756, 13458, 12094, 9285, 13200, 10942, 16295, 12598, 15032, 19297, 12626, 20354, 14372, 20524, 16110, 20402, 12589, 14570, 10882, 9327, 12713, 7791, 13936, 10741, 14150, 11070, 7646, 12519, 8965, 13618, 11334, 11056, 11795, 7726, 13629, 10527, 12395, 10995, 8117, 13708, 10514, 13918, 11008, 9873, 12905, 9472, 14074, 11335, 12378, 10617, 7969, 14426, 11467, 14714, 10616, 8988, 12206, 8760, 14541, 11914, 12538, 11049, 7935, 13865, 11347, 13931, 11140, 8213, 13552, 10967, 16601, 12990, 10565, 15570, 10680, 17034, 14514, 15930, 13755, 10638, 17486, 15066, 18695, 13883, 14744, 14089, 9487, 16802, 11783, 16297, 11823, 13585, 11631, 8019, 13991, 10513, 14072, 11203, 9859, 12178, 8502, 13904, 11053, 12174, 11766, 8115, 13809, 11155, 9652, 13517, 11110, 14484, 10622, 7641, 13580, 11973, 13675, 12137, 10304, 15440, 11690, 8703, 16117, 12964, 9955, 17065, 13332, 12534, 12675, 9354, 17065, 15288, 15640, 11470, 8923, 15139, 12525, 18215, 12274, 10180, 12879, 8854, 15352, 12803, 14381, 10619, 7994, 13325, 10501, 15289, 13408, 12343, 11068, 7951, 14229, 11469, 16520, 12679, 10282, 11953, 8897, 14651, 12135, 10162, 13431, 10469, 13802, 11246, 8807, 14462, 12328, 9021, 16703, 12696, 12432, 12459, 9176, 17615, 14888, 15014, 11021, 7913, 14651, 11611, 18370, 11887, 11146, 11790, 8406, 14566, 11269, 14430, 10839, 13574, 11094, 8508, 14259, 10720, 15076, 10976, 12833, 12685, 8711, 14691, 11025, 14823, 10990, 9202, 13716, 11917, 11867, 11820, 8381, 14348, 11918, 11283, 12833, 9484, 15699, 12148, 15879, 12915, 9714, 15473, 11357, 17312, 14583, 13293, 13037, 8836, 14941, 11003, 17146, 14217, 18793, 12947, 10712, 13016, 8313, 15518, 12230, 18387, 12308, 12342, 11862, 8216, 15108, 12213, 14936, 10802, 8287, 13938, 10431, 15704, 13015, 14366, 10617, 8375, 14611, 11438, 18077, 11402, 12121, 12077, 8491, 14568, 11301, 13809, 10589, 8095, 14652, 11321, 16404, 12054, 10491, 13296, 9189, 18193, 15288, 19350, 14545, 13738, 13387, 9382, 17117, 12607, 15914, 10876, 8492, 14172, 11298, 14818, 11269, 9204, 13304, 10343, 14541, 11286, 10611, 12553, 8829, 14153, 11480, 11807, 10593, 7485, 14231, 11789, 11765, 11441, 8036, 14495, 11567, 11816, 13243, 10191, 15913, 11672, 13531, 13434, 10153, 16261, 14750, 11159, 13664, 12053, 20139, 15203, 9626, 14919, 11520, 14089, 15578, 10837, 19872, 11860, 8547, 14904, 11675, 17572, 11459, 7684, 14229, 11152, 13728, 11757, 7887, 13922, 11094, 9256, 13214, 10248, 9188, 12628, 9656, 12080, 13297, 11315, 10088, 13524, 11071, 10401, 14636, 12944, 9662, 17994, 15880, 14666, 19234, 14180, 21643, 14919, 14286, 16525, 10636, 14970, 11084, 12450, 12913, 8528, 14697, 10698, 10419, 11112, 8427, 14333, 10643, 10160, 11073, 8189, 14595, 13110, 13575, 10609, 7601, 14295, 11903, 18323, 13671, 9677, 14616, 11363, 18428, 14000, 9876, 16093, 11341, 9614, 13544, 11642, 12637, 13261, 11799, 17648, 15095, 10711, 17366, 10527, 8048, 15348, 13061, 20244, 13536, 11482, 12347, 8808, 16223, 13279, 14539, 10500, 8147, 12885, 8353, 15802, 11861, 17543, 12188, 13550, 10418, 8381, 13754, 8886, 15856, 10670, 15119, 10240, 8511, 13440, 10220, 14086, 10450, 9219, 12010, 8824, 14007, 11679, 14205, 10267, 8290, 13784, 10847, 15121, 10477, 12240, 10946, 7953, 14985, 12530, 16003, 11401, 7665, 13885, 11549, 17948, 12926, 8129, 16766, 14849, 10617, 17435, 11405, 8178, 13095, 10962, 7723, 14143, 11306, 10523, 14889, 11786, 17031, 14966, 18627, 13217, 16101, 14251, 12119, 17303, 10826, 15090, 11560, 15583, 12327, 17535, 10784, 11411, 10175, 7561, 13369, 7825, 13013, 8639, 13058, 7875, 12968, 7745, 13540, 7989, 12888, 7669, 13093, 8472, 13703, 10611, 14016, 10065, 9476, 10865, 7783, 13470, 10402, 12937, 10505, 9789, 12424, 8109, 14706, 12576, 17343, 13116, 13273, 15551, 10284, 17952, 15992, 19365, 14506, 14869, 15334, 9383, 16161, 11803, 16852, 12546, 11906, 17198, 11040, 17793, 14380, 18343, 15881, 14298, 13025, 9415, 15225, 11415, 16469, 12674, 8884, 13768, 10202, 14713, 11433, 13854, 11142, 7915, 12845, 9038, 15202, 11970, 15227, 10293, 7838, 13153, 10145, 15064, 11221, 14966, 10081, 10946, 13773, 8890, 15657, 10751, 16051, 10395, 15083, 12375, 10575, 14610, 8720, 15367, 10909, 16700, 13503, 14820, 11112, 8103, 13424, 8901, 16240, 12112, 15159, 10242, 7929, 13520, 10249, 13295, 10404, 9201, 11893, 7878, 13421, 10461, 14069, 10445, 8284, 13694, 10087, 16634, 13098, 19465, 13690, 16419, 15050, 10222, 17671, 11283, 17021, 13878, 18869, 14015, 11552, 15659, 10749, 17458, 11149, 11776, 14402, 9812, 16340, 10801, 10430, 12954, 10310, 17650, 12921, 12717, 11513, 8793, 16095, 12801, 13809, 10842, 7522, 14488, 11219, 18242, 11302, 10029, 11745, 7931, 15372, 12856, 14386, 9775, 7394, 12850, 10240, 14928, 12162, 11611, 11052, 7665, 14025, 11019, 17365, 13597, 11223, 15405, 10392, 14238, 10094, 9262, 13324, 10381, 18883, 14217, 10179, 12968, 10578, 19260, 13825], 'WindowCenter': [4714.0, 4670.0, 4675.0, 4651.0, 4601.0, 4646.0, 4616.0, 4645.0, 4605.0, 4616.0, 4624.0, 4574.0, 4635.0, 4630.0, 4607.0, 4628.0, 4589.0, 4638.0, 4632.0, 4628.0, 4606.0, 4601.0, 4638.0, 4620.0, 4663.0, 4620.0, 4610.0, 4632.0, 4599.0, 4661.0, 4620.0, 4629.0, 4633.0, 4593.0, 4639.0, 4623.0, 4622.0, 4641.0, 4611.0, 4653.0, 4634.0, 4603.0, 4666.0, 4636.0, 4606.0, 4665.0, 4633.0, 4604.0, 4665.0, 4634.0, 4618.0, 4701.0, 4658.0, 4617.0, 4689.0, 4648.0, 4687.0, 4670.0, 4656.0, 4675.0, 4637.0, 4684.0, 4656.0, 4687.0, 4665.0, 4613.0, 4675.0, 4632.0, 4686.0, 4656.0, 4642.0, 4666.0, 4602.0, 4672.0, 4642.0, 4672.0, 4655.0, 4610.0, 4649.0, 4621.0, 4673.0, 4632.0, 4631.0, 4661.0, 4632.0, 4659.0, 4620.0, 4611.0, 4661.0, 4632.0, 4652.0, 4631.0, 4613.0, 4664.0, 4633.0, 4634.0, 4663.0, 4644.0, 4612.0, 4672.0, 4643.0, 4651.0, 4660.0, 4622.0, 4670.0, 4640.0, 4672.0, 4630.0, 4597.0, 4648.0, 4609.0, 4658.0, 4628.0, 4626.0, 4616.0, 4579.0, 4638.0, 4618.0, 4636.0, 4628.0, 4588.0, 4637.0, 4619.0, 4621.0, 4652.0, 4624.0, 4641.0, 4631.0, 4624.0, 4630.0, 4649.0, 4643.0, 4661.0, 4644.0, 4622.0, 4662.0, 4650.0, 4682.0, 4664.0, 4620.0, 4637.0, 4619.0, 4658.0, 4652.0, 4617.0, 4626.0, 4587.0, 4659.0, 4629.0, 4656.0, 4628.0, 4607.0, 4626.0, 4597.0, 4647.0, 4639.0, 4645.0, 4606.0, 4578.0, 4628.0, 4619.0, 4650.0, 4628.0, 4617.0, 4615.0, 4575.0, 4636.0, 4628.0, 4636.0, 4616.0, 4577.0, 4625.0, 4630.0, 4657.0, 4628.0, 4606.0, 4626.0, 4589.0, 4636.0, 4626.0, 4635.0, 4608.0, 4579.0, 4626.0, 4599.0, 4649.0, 4628.0, 4648.0, 4619.0, 4639.0, 4629.0, 4599.0, 4639.0, 4601.0, 4639.0, 4621.0, 4649.0, 4642.0, 4621.0, 4642.0, 4592.0, 4639.0, 4630.0, 4651.0, 4631.0, 4590.0, 4640.0, 4630.0, 4649.0, 4631.0, 4612.0, 4651.0, 4619.0, 4649.0, 4608.0, 4591.0, 4663.0, 4640.0, 4602.0, 4673.0, 4667.0, 4684.0, 4651.0, 4609.0, 4670.0, 4651.0, 4689.0, 4648.0, 4617.0, 4629.0, 4588.0, 4635.0, 4607.0, 4657.0, 4636.0, 4645.0, 4605.0, 4614.0, 4617.0, 4587.0, 4625.0, 4621.0, 4650.0, 4617.0, 4627.0, 4618.0, 4590.0, 4639.0, 4618.0, 4639.0, 4610.0, 4593.0, 4651.0, 4620.0, 4661.0, 4630.0, 4619.0, 4628.0, 4599.0, 4660.0, 4639.0, 4672.0, 4630.0, 4609.0, 4639.0, 4598.0, 4659.0, 4638.0, 4657.0, 4637.0, 4647.0, 4628.0, 4596.0, 4629.0, 4588.0, 4638.0, 4619.0, 4647.0, 4630.0, 4628.0, 4629.0, 4590.0, 4648.0, 4628.0, 4649.0, 4629.0, 4628.0, 4617.0, 4589.0, 4650.0, 4632.0, 4649.0, 4619.0, 4589.0, 4650.0, 4630.0, 4660.0, 4642.0, 4611.0, 4651.0, 4633.0, 4664.0, 4655.0, 4635.0, 4662.0, 4643.0, 4613.0, 4661.0, 4633.0, 4674.0, 4663.0, 4669.0, 4639.0, 4599.0, 4640.0, 4601.0, 4647.0, 4639.0, 4658.0, 4629.0, 4619.0, 4627.0, 4598.0, 4659.0, 4640.0, 4640.0, 4620.0, 4580.0, 4647.0, 4630.0, 4660.0, 4639.0, 4620.0, 4629.0, 4591.0, 4647.0, 4630.0, 4660.0, 4639.0, 4649.0, 4617.0, 4598.0, 4638.0, 4598.0, 4661.0, 4641.0, 4658.0, 4620.0, 4636.0, 4640.0, 4587.0, 4636.0, 4617.0, 4647.0, 4622.0, 4638.0, 4617.0, 4589.0, 4638.0, 4619.0, 4647.0, 4628.0, 4631.0, 4626.0, 4588.0, 4638.0, 4618.0, 4639.0, 4638.0, 4598.0, 4650.0, 4617.0, 4638.0, 4628.0, 4599.0, 4649.0, 4636.0, 4646.0, 4617.0, 4588.0, 4661.0, 4627.0, 4657.0, 4615.0, 4587.0, 4637.0, 4632.0, 4669.0, 4641.0, 4619.0, 4629.0, 4587.0, 4647.0, 4628.0, 4658.0, 4627.0, 4627.0, 4635.0, 4609.0, 4672.0, 4628.0, 4590.0, 4651.0, 4631.0, 4589.0, 4650.0, 4641.0, 4619.0, 4648.0, 4630.0, 4658.0, 4637.0, 4627.0, 4659.0, 4628.0, 4678.0, 4627.0, 4589.0, 4636.0, 4617.0, 4657.0, 4618.0, 4586.0, 4627.0, 4599.0, 4650.0, 4640.0, 4640.0, 4619.0, 4590.0, 4650.0, 4620.0, 4649.0, 4618.0, 4608.0, 4630.0, 4588.0, 4649.0, 4619.0, 4626.0, 4616.0, 4589.0, 4660.0, 4639.0, 4629.0, 4618.0, 4577.0, 4638.0, 4630.0, 4669.0, 4636.0, 4599.0, 4625.0, 4596.0, 4636.0, 4619.0, 4646.0, 4627.0, 4586.0, 4627.0, 4599.0, 4649.0, 4619.0, 4635.0, 4629.0, 4577.0, 4637.0, 4606.0, 4648.0, 4635.0, 4609.0, 4639.0, 4611.0, 4648.0, 4618.0, 4630.0, 4650.0, 4609.0, 4650.0, 4619.0, 4628.0, 4638.0, 4634.0, 4642.0, 4707.0, 4598.0, 4716.0, 4631.0, 4587.0, 4592.0, 4593.0, 4565.0, 4636.0, 4641.0, 4591.0, 4652.0, 4631.0, 4613.0, 4650.0, 4629.0, 4598.0, 4667.0, 4637.0, 4606.0, 4658.0, 4619.0, 4637.0, 4625.0, 4585.0, 4647.0, 4613.0, 4605.0, 4627.0, 4577.0, 4634.0, 4607.0, 4595.0, 4640.0, 4588.0, 4613.0, 4629.0, 4578.0, 4627.0, 4618.0, 4609.0, 4639.0, 4635.0, 4623.0, 4652.0, 4632.0, 4643.0, 4663.0, 4654.0, 4673.0, 4661.0, 4631.0, 4682.0, 4661.0, 4631.0, 4660.0, 4630.0, 4671.0, 4662.0, 4650.0, 4638.0, 4601.0, 4648.0, 4627.0, 4668.0, 4651.0, 4610.0, 4639.0, 4610.0, 4649.0, 4628.0, 4609.0, 4651.0, 4636.0, 4663.0, 4633.0, 4612.0, 4662.0, 4630.0, 4662.0, 4621.0, 4600.0, 4649.0, 4632.0, 4670.0, 4640.0, 4601.0, 4649.0, 4621.0, 4669.0, 4637.0, 4617.0, 4672.0, 4654.0, 4622.0, 4650.0, 4646.0, 4643.0, 4639.0, 4642.0, 4660.0, 4640.0, 4610.0, 4650.0, 4641.0, 4669.0, 4640.0, 4607.0, 4640.0, 4599.0, 4647.0, 4637.0, 4659.0, 4619.0, 4591.0, 4627.0, 4610.0, 4646.0, 4630.0, 4611.0, 4617.0, 4590.0, 4647.0, 4627.0, 4619.0, 4650.0, 4621.0, 4661.0, 4640.0, 4621.0, 4672.0, 4641.0, 4592.0, 4639.0, 4637.0, 4591.0, 4652.0, 4642.0, 4611.0, 4652.0, 4634.0, 4674.0, 4642.0, 4662.0, 4669.0, 4629.0, 4667.0, 4626.0, 4654.0, 4633.0, 4655.0, 4614.0, 4621.0, 4604.0, 4574.0, 4612.0, 4567.0, 4622.0, 4604.0, 4622.0, 4603.0, 4565.0, 4613.0, 4587.0, 4624.0, 4615.0, 4615.0, 4615.0, 4578.0, 4637.0, 4608.0, 4627.0, 4618.0, 4578.0, 4638.0, 4621.0, 4640.0, 4618.0, 4608.0, 4639.0, 4611.0, 4649.0, 4630.0, 4639.0, 4621.0, 4590.0, 4649.0, 4642.0, 4663.0, 4633.0, 4612.0, 4641.0, 4602.0, 4663.0, 4642.0, 4642.0, 4631.0, 4593.0, 4652.0, 4632.0, 4650.0, 4630.0, 4602.0, 4651.0, 4633.0, 4671.0, 4656.0, 4633.0, 4673.0, 4634.0, 4673.0, 4662.0, 4672.0, 4652.0, 4620.0, 4671.0, 4662.0, 4671.0, 4651.0, 4648.0, 4651.0, 4610.0, 4670.0, 4630.0, 4660.0, 4630.0, 4653.0, 4628.0, 4592.0, 4650.0, 4621.0, 4649.0, 4631.0, 4610.0, 4629.0, 4601.0, 4650.0, 4629.0, 4642.0, 4630.0, 4589.0, 4651.0, 4630.0, 4612.0, 4652.0, 4633.0, 4663.0, 4632.0, 4593.0, 4652.0, 4645.0, 4677.0, 4655.0, 4637.0, 4675.0, 4641.0, 4601.0, 4671.0, 4668.0, 4635.0, 4687.0, 4665.0, 4655.0, 4652.0, 4613.0, 4671.0, 4661.0, 4661.0, 4631.0, 4601.0, 4648.0, 4641.0, 4671.0, 4639.0, 4622.0, 4638.0, 4599.0, 4647.0, 4639.0, 4651.0, 4620.0, 4579.0, 4636.0, 4620.0, 4649.0, 4640.0, 4640.0, 4619.0, 4581.0, 4639.0, 4630.0, 4659.0, 4637.0, 4610.0, 4626.0, 4599.0, 4647.0, 4639.0, 4622.0, 4651.0, 4619.0, 4649.0, 4630.0, 4612.0, 4663.0, 4653.0, 4601.0, 4684.0, 4652.0, 4640.0, 4640.0, 4611.0, 4673.0, 4661.0, 4661.0, 4620.0, 4591.0, 4660.0, 4632.0, 4670.0, 4629.0, 4629.0, 4628.0, 4589.0, 4662.0, 4620.0, 4651.0, 4620.0, 4638.0, 4632.0, 4602.0, 4662.0, 4629.0, 4658.0, 4620.0, 4641.0, 4643.0, 4591.0, 4648.0, 4621.0, 4661.0, 4634.0, 4613.0, 4650.0, 4632.0, 4640.0, 4643.0, 4603.0, 4661.0, 4642.0, 4630.0, 4641.0, 4623.0, 4671.0, 4644.0, 4672.0, 4641.0, 4610.0, 4661.0, 4630.0, 4657.0, 4649.0, 4637.0, 4637.0, 4598.0, 4648.0, 4619.0, 4657.0, 4649.0, 4667.0, 4638.0, 4619.0, 4625.0, 4589.0, 4649.0, 4628.0, 4667.0, 4626.0, 4629.0, 4617.0, 4589.0, 4648.0, 4630.0, 4647.0, 4617.0, 4590.0, 4648.0, 4620.0, 4660.0, 4639.0, 4649.0, 4608.0, 4586.0, 4649.0, 4630.0, 4668.0, 4630.0, 4629.0, 4628.0, 4600.0, 4649.0, 4619.0, 4636.0, 4608.0, 4580.0, 4649.0, 4620.0, 4659.0, 4629.0, 4618.0, 4638.0, 4600.0, 4671.0, 4647.0, 4670.0, 4637.0, 4635.0, 4637.0, 4596.0, 4658.0, 4629.0, 4657.0, 4606.0, 4588.0, 4660.0, 4630.0, 4650.0, 4629.0, 4600.0, 4649.0, 4608.0, 4648.0, 4631.0, 4620.0, 4653.0, 4600.0, 4648.0, 4630.0, 4641.0, 4617.0, 4582.0, 4648.0, 4641.0, 4630.0, 4628.0, 4590.0, 4650.0, 4631.0, 4640.0, 4641.0, 4624.0, 4660.0, 4630.0, 4650.0, 4654.0, 4649.0, 4688.0, 4623.0, 4643.0, 4637.0, 4626.0, 4653.0, 4633.0, 4596.0, 4633.0, 4615.0, 4637.0, 4658.0, 4618.0, 4679.0, 4626.0, 4587.0, 4644.0, 4615.0, 4668.0, 4616.0, 4565.0, 4636.0, 4631.0, 4637.0, 4629.0, 4577.0, 4635.0, 4618.0, 4600.0, 4638.0, 4622.0, 4625.0, 4652.0, 4626.0, 4653.0, 4665.0, 4632.0, 4635.0, 4652.0, 4643.0, 4632.0, 4663.0, 4652.0, 4613.0, 4686.0, 4676.0, 4651.0, 4681.0, 4652.0, 4691.0, 4659.0, 4649.0, 4657.0, 4619.0, 4660.0, 4629.0, 4637.0, 4639.0, 4588.0, 4661.0, 4622.0, 4621.0, 4627.0, 4602.0, 4662.0, 4631.0, 4619.0, 4631.0, 4603.0, 4660.0, 4651.0, 4652.0, 4620.0, 4582.0, 4648.0, 4632.0, 4670.0, 4639.0, 4608.0, 4649.0, 4631.0, 4670.0, 4652.0, 4622.0, 4673.0, 4632.0, 4609.0, 4650.0, 4643.0, 4653.0, 4650.0, 4643.0, 4672.0, 4649.0, 4622.0, 4671.0, 4622.0, 4591.0, 4661.0, 4643.0, 4681.0, 4652.0, 4632.0, 4639.0, 4598.0, 4659.0, 4638.0, 4649.0, 4619.0, 4579.0, 4626.0, 4588.0, 4658.0, 4628.0, 4658.0, 4629.0, 4637.0, 4605.0, 4575.0, 4639.0, 4587.0, 4646.0, 4607.0, 4645.0, 4607.0, 4587.0, 4649.0, 4607.0, 4647.0, 4619.0, 4600.0, 4626.0, 4598.0, 4637.0, 4630.0, 4650.0, 4610.0, 4590.0, 4650.0, 4620.0, 4647.0, 4620.0, 4628.0, 4617.0, 4579.0, 4658.0, 4639.0, 4660.0, 4628.0, 4579.0, 4648.0, 4630.0, 4669.0, 4639.0, 4594.0, 4671.0, 4662.0, 4621.0, 4671.0, 4630.0, 4602.0, 4653.0, 4632.0, 4593.0, 4652.0, 4633.0, 4634.0, 4660.0, 4633.0, 4659.0, 4649.0, 4670.0, 4641.0, 4649.0, 4651.0, 4627.0, 4646.0, 4606.0, 4634.0, 4617.0, 4634.0, 4614.0, 4645.0, 4606.0, 4604.0, 4593.0, 4565.0, 4626.0, 4565.0, 4626.0, 4585.0, 4625.0, 4566.0, 4625.0, 4566.0, 4625.0, 4576.0, 4624.0, 4568.0, 4626.0, 4577.0, 4636.0, 4609.0, 4639.0, 4607.0, 4607.0, 4620.0, 4582.0, 4653.0, 4633.0, 4643.0, 4636.0, 4623.0, 4653.0, 4593.0, 4676.0, 4655.0, 4683.0, 4654.0, 4653.0, 4673.0, 4624.0, 4684.0, 4672.0, 4682.0, 4661.0, 4664.0, 4675.0, 4613.0, 4670.0, 4643.0, 4671.0, 4641.0, 4629.0, 4670.0, 4631.0, 4669.0, 4649.0, 4669.0, 4661.0, 4648.0, 4636.0, 4599.0, 4647.0, 4630.0, 4656.0, 4628.0, 4600.0, 4649.0, 4622.0, 4650.0, 4631.0, 4648.0, 4632.0, 4590.0, 4638.0, 4599.0, 4659.0, 4641.0, 4661.0, 4618.0, 4581.0, 4652.0, 4621.0, 4659.0, 4629.0, 4657.0, 4620.0, 4619.0, 4651.0, 4600.0, 4660.0, 4618.0, 4659.0, 4610.0, 4649.0, 4629.0, 4606.0, 4648.0, 4590.0, 4645.0, 4619.0, 4659.0, 4640.0, 4648.0, 4617.0, 4578.0, 4636.0, 4598.0, 4656.0, 4631.0, 4649.0, 4607.0, 4590.0, 4640.0, 4609.0, 4649.0, 4620.0, 4610.0, 4630.0, 4591.0, 4650.0, 4620.0, 4649.0, 4619.0, 4590.0, 4651.0, 4612.0, 4670.0, 4641.0, 4680.0, 4649.0, 4659.0, 4652.0, 4609.0, 4667.0, 4620.0, 4659.0, 4639.0, 4667.0, 4639.0, 4617.0, 4648.0, 4618.0, 4657.0, 4618.0, 4627.0, 4647.0, 4609.0, 4658.0, 4618.0, 4618.0, 4637.0, 4609.0, 4671.0, 4641.0, 4639.0, 4628.0, 4602.0, 4660.0, 4640.0, 4647.0, 4619.0, 4579.0, 4649.0, 4630.0, 4670.0, 4630.0, 4608.0, 4627.0, 4589.0, 4661.0, 4639.0, 4650.0, 4609.0, 4569.0, 4638.0, 4619.0, 4660.0, 4641.0, 4629.0, 4620.0, 4580.0, 4649.0, 4621.0, 4671.0, 4641.0, 4643.0, 4662.0, 4612.0, 4647.0, 4633.0, 4624.0, 4651.0, 4622.0, 4682.0, 4651.0, 4611.0, 4638.0, 4618.0, 4680.0, 4651.0], 'WindowWidth': [10282.0, 10204.0, 10202.0, 10162.0, 10090.0, 10145.0, 10104.0, 10143.0, 10087.0, 10102.0, 10111.0, 10044.0, 10127.0, 10131.0, 10097.0, 10127.0, 10073.0, 10137.0, 10136.0, 10125.0, 10091.0, 10093.0, 10139.0, 10117.0, 10181.0, 10117.0, 10106.0, 10134.0, 10087.0, 10178.0, 10117.0, 10128.0, 10141.0, 10082.0, 10141.0, 10125.0, 10127.0, 10148.0, 10108.0, 10168.0, 10143.0, 10103.0, 10191.0, 10152.0, 10111.0, 10190.0, 10143.0, 10105.0, 10189.0, 10145.0, 10131.0, 10252.0, 10183.0, 10127.0, 10232.0, 10170.0, 10225.0, 10204.0, 10178.0, 10202.0, 10154.0, 10217.0, 10175.0, 10225.0, 10187.0, 10114.0, 10203.0, 10139.0, 10221.0, 10175.0, 10150.0, 10193.0, 10098.0, 10194.0, 10151.0, 10196.0, 10173.0, 10105.0, 10157.0, 10118.0, 10194.0, 10135.0, 10131.0, 10174.0, 10133.0, 10173.0, 10117.0, 10105.0, 10179.0, 10136.0, 10165.0, 10137.0, 10115.0, 10187.0, 10140.0, 10145.0, 10184.0, 10160.0, 10112.0, 10194.0, 10155.0, 10160.0, 10174.0, 10125.0, 10192.0, 10143.0, 10194.0, 10129.0, 10083.0, 10154.0, 10101.0, 10167.0, 10124.0, 10118.0, 10104.0, 10056.0, 10139.0, 10109.0, 10135.0, 10127.0, 10073.0, 10138.0, 10115.0, 10120.0, 10168.0, 10128.0, 10150.0, 10133.0, 10128.0, 10135.0, 10158.0, 10151.0, 10179.0, 10156.0, 10125.0, 10179.0, 10161.0, 10211.0, 10189.0, 10119.0, 10138.0, 10116.0, 10173.0, 10165.0, 10111.0, 10122.0, 10070.0, 10171.0, 10128.0, 10164.0, 10126.0, 10098.0, 10120.0, 10081.0, 10152.0, 10140.0, 10145.0, 10092.0, 10055.0, 10123.0, 10113.0, 10159.0, 10125.0, 10110.0, 10103.0, 10051.0, 10135.0, 10125.0, 10135.0, 10105.0, 10055.0, 10119.0, 10132.0, 10167.0, 10124.0, 10092.0, 10119.0, 10074.0, 10136.0, 10121.0, 10134.0, 10100.0, 10062.0, 10122.0, 10092.0, 10158.0, 10127.0, 10158.0, 10117.0, 10147.0, 10131.0, 10089.0, 10143.0, 10094.0, 10143.0, 10119.0, 10156.0, 10150.0, 10118.0, 10149.0, 10084.0, 10143.0, 10132.0, 10163.0, 10136.0, 10080.0, 10146.0, 10131.0, 10158.0, 10135.0, 10110.0, 10163.0, 10117.0, 10157.0, 10098.0, 10080.0, 10183.0, 10146.0, 10097.0, 10199.0, 10195.0, 10213.0, 10162.0, 10101.0, 10192.0, 10160.0, 10221.0, 10154.0, 10107.0, 10127.0, 10071.0, 10130.0, 10096.0, 10167.0, 10130.0, 10146.0, 10089.0, 10101.0, 10109.0, 10069.0, 10119.0, 10120.0, 10158.0, 10109.0, 10122.0, 10112.0, 10078.0, 10143.0, 10113.0, 10143.0, 10102.0, 10082.0, 10161.0, 10118.0, 10177.0, 10131.0, 10113.0, 10126.0, 10087.0, 10175.0, 10143.0, 10192.0, 10130.0, 10101.0, 10142.0, 10085.0, 10174.0, 10139.0, 10170.0, 10138.0, 10151.0, 10123.0, 10080.0, 10129.0, 10074.0, 10140.0, 10118.0, 10153.0, 10129.0, 10126.0, 10129.0, 10079.0, 10155.0, 10127.0, 10158.0, 10128.0, 10125.0, 10108.0, 10075.0, 10160.0, 10136.0, 10156.0, 10117.0, 10075.0, 10159.0, 10132.0, 10175.0, 10152.0, 10109.0, 10164.0, 10140.0, 10186.0, 10176.0, 10147.0, 10184.0, 10155.0, 10112.0, 10177.0, 10138.0, 10201.0, 10179.0, 10189.0, 10141.0, 10089.0, 10143.0, 10092.0, 10153.0, 10141.0, 10171.0, 10127.0, 10113.0, 10121.0, 10085.0, 10173.0, 10143.0, 10145.0, 10116.0, 10064.0, 10153.0, 10132.0, 10174.0, 10142.0, 10118.0, 10127.0, 10078.0, 10154.0, 10130.0, 10177.0, 10140.0, 10155.0, 10111.0, 10087.0, 10140.0, 10085.0, 10181.0, 10146.0, 10169.0, 10116.0, 10136.0, 10144.0, 10069.0, 10137.0, 10110.0, 10154.0, 10123.0, 10139.0, 10110.0, 10076.0, 10140.0, 10114.0, 10153.0, 10128.0, 10133.0, 10122.0, 10072.0, 10140.0, 10114.0, 10141.0, 10141.0, 10085.0, 10161.0, 10111.0, 10140.0, 10125.0, 10084.0, 10159.0, 10135.0, 10151.0, 10111.0, 10071.0, 10179.0, 10124.0, 10165.0, 10106.0, 10071.0, 10138.0, 10137.0, 10188.0, 10146.0, 10114.0, 10127.0, 10069.0, 10152.0, 10126.0, 10170.0, 10123.0, 10121.0, 10131.0, 10102.0, 10197.0, 10125.0, 10077.0, 10165.0, 10135.0, 10078.0, 10157.0, 10148.0, 10113.0, 10155.0, 10130.0, 10172.0, 10137.0, 10123.0, 10173.0, 10124.0, 10201.0, 10125.0, 10073.0, 10135.0, 10109.0, 10165.0, 10112.0, 10068.0, 10123.0, 10091.0, 10158.0, 10144.0, 10145.0, 10118.0, 10076.0, 10158.0, 10118.0, 10159.0, 10114.0, 10099.0, 10129.0, 10073.0, 10156.0, 10116.0, 10121.0, 10107.0, 10075.0, 10175.0, 10143.0, 10128.0, 10111.0, 10057.0, 10139.0, 10129.0, 10185.0, 10133.0, 10086.0, 10117.0, 10079.0, 10134.0, 10112.0, 10149.0, 10121.0, 10063.0, 10121.0, 10087.0, 10155.0, 10114.0, 10131.0, 10127.0, 10055.0, 10136.0, 10093.0, 10154.0, 10146.0, 10102.0, 10142.0, 10109.0, 10153.0, 10113.0, 10130.0, 10159.0, 10102.0, 10157.0, 10114.0, 10126.0, 10140.0, 10142.0, 10141.0, 10282.0, 10069.0, 10295.0, 10136.0, 10061.0, 10062.0, 10068.0, 10036.0, 10134.0, 10152.0, 10081.0, 10165.0, 10138.0, 10114.0, 10163.0, 10126.0, 10081.0, 10181.0, 10136.0, 10089.0, 10168.0, 10113.0, 10134.0, 10117.0, 10064.0, 10148.0, 10098.0, 10087.0, 10121.0, 10050.0, 10126.0, 10092.0, 10077.0, 10142.0, 10070.0, 10093.0, 10128.0, 10058.0, 10122.0, 10110.0, 10100.0, 10142.0, 10143.0, 10127.0, 10166.0, 10141.0, 10156.0, 10184.0, 10169.0, 10196.0, 10176.0, 10134.0, 10215.0, 10179.0, 10132.0, 10174.0, 10131.0, 10193.0, 10181.0, 10159.0, 10140.0, 10091.0, 10154.0, 10123.0, 10182.0, 10163.0, 10104.0, 10142.0, 10103.0, 10156.0, 10126.0, 10100.0, 10163.0, 10154.0, 10182.0, 10142.0, 10111.0, 10180.0, 10132.0, 10180.0, 10121.0, 10095.0, 10158.0, 10137.0, 10188.0, 10145.0, 10094.0, 10156.0, 10120.0, 10187.0, 10138.0, 10109.0, 10194.0, 10171.0, 10127.0, 10160.0, 10162.0, 10155.0, 10145.0, 10153.0, 10177.0, 10145.0, 10106.0, 10158.0, 10149.0, 10188.0, 10144.0, 10097.0, 10143.0, 10086.0, 10152.0, 10137.0, 10167.0, 10113.0, 10077.0, 10120.0, 10101.0, 10150.0, 10127.0, 10107.0, 10109.0, 10077.0, 10150.0, 10124.0, 10112.0, 10158.0, 10124.0, 10176.0, 10145.0, 10119.0, 10195.0, 10146.0, 10080.0, 10145.0, 10152.0, 10082.0, 10163.0, 10151.0, 10109.0, 10166.0, 10141.0, 10202.0, 10151.0, 10175.0, 10192.0, 10127.0, 10181.0, 10115.0, 10158.0, 10123.0, 10159.0, 10096.0, 10105.0, 10084.0, 10041.0, 10091.0, 10042.0, 10106.0, 10084.0, 10110.0, 10082.0, 10034.0, 10095.0, 10065.0, 10113.0, 10105.0, 10103.0, 10102.0, 10057.0, 10135.0, 10096.0, 10121.0, 10109.0, 10056.0, 10139.0, 10116.0, 10144.0, 10112.0, 10098.0, 10141.0, 10108.0, 10158.0, 10131.0, 10145.0, 10119.0, 10078.0, 10158.0, 10150.0, 10180.0, 10140.0, 10112.0, 10149.0, 10096.0, 10184.0, 10152.0, 10153.0, 10135.0, 10088.0, 10165.0, 10140.0, 10162.0, 10134.0, 10100.0, 10164.0, 10139.0, 10194.0, 10176.0, 10139.0, 10194.0, 10141.0, 10198.0, 10178.0, 10190.0, 10165.0, 10118.0, 10194.0, 10176.0, 10193.0, 10159.0, 10153.0, 10161.0, 10104.0, 10189.0, 10133.0, 10174.0, 10131.0, 10168.0, 10126.0, 10082.0, 10159.0, 10123.0, 10159.0, 10134.0, 10103.0, 10129.0, 10095.0, 10159.0, 10130.0, 10150.0, 10133.0, 10077.0, 10161.0, 10134.0, 10109.0, 10166.0, 10139.0, 10184.0, 10140.0, 10085.0, 10166.0, 10158.0, 10209.0, 10174.0, 10153.0, 10205.0, 10149.0, 10097.0, 10194.0, 10196.0, 10148.0, 10226.0, 10187.0, 10172.0, 10168.0, 10113.0, 10197.0, 10179.0, 10176.0, 10132.0, 10093.0, 10156.0, 10149.0, 10193.0, 10143.0, 10123.0, 10138.0, 10087.0, 10154.0, 10142.0, 10160.0, 10116.0, 10061.0, 10136.0, 10117.0, 10157.0, 10144.0, 10144.0, 10113.0, 10064.0, 10141.0, 10130.0, 10171.0, 10137.0, 10104.0, 10122.0, 10088.0, 10153.0, 10144.0, 10121.0, 10164.0, 10114.0, 10156.0, 10132.0, 10112.0, 10183.0, 10168.0, 10096.0, 10216.0, 10166.0, 10143.0, 10146.0, 10107.0, 10199.0, 10174.0, 10174.0, 10116.0, 10079.0, 10175.0, 10136.0, 10190.0, 10130.0, 10129.0, 10127.0, 10077.0, 10177.0, 10117.0, 10161.0, 10116.0, 10140.0, 10136.0, 10095.0, 10177.0, 10131.0, 10170.0, 10117.0, 10145.0, 10152.0, 10076.0, 10154.0, 10120.0, 10177.0, 10144.0, 10114.0, 10161.0, 10136.0, 10148.0, 10151.0, 10101.0, 10178.0, 10154.0, 10133.0, 10150.0, 10127.0, 10192.0, 10155.0, 10194.0, 10147.0, 10104.0, 10176.0, 10131.0, 10170.0, 10156.0, 10138.0, 10138.0, 10088.0, 10154.0, 10115.0, 10167.0, 10155.0, 10181.0, 10136.0, 10114.0, 10118.0, 10073.0, 10155.0, 10126.0, 10183.0, 10122.0, 10126.0, 10107.0, 10074.0, 10155.0, 10129.0, 10150.0, 10111.0, 10077.0, 10152.0, 10118.0, 10177.0, 10143.0, 10155.0, 10098.0, 10067.0, 10155.0, 10130.0, 10184.0, 10130.0, 10127.0, 10125.0, 10092.0, 10156.0, 10114.0, 10134.0, 10097.0, 10063.0, 10159.0, 10117.0, 10172.0, 10129.0, 10112.0, 10140.0, 10089.0, 10191.0, 10151.0, 10190.0, 10135.0, 10130.0, 10135.0, 10079.0, 10169.0, 10125.0, 10164.0, 10092.0, 10070.0, 10176.0, 10130.0, 10158.0, 10129.0, 10089.0, 10158.0, 10099.0, 10154.0, 10131.0, 10118.0, 10169.0, 10092.0, 10157.0, 10133.0, 10148.0, 10113.0, 10069.0, 10154.0, 10149.0, 10132.0, 10128.0, 10076.0, 10161.0, 10136.0, 10145.0, 10148.0, 10127.0, 10176.0, 10132.0, 10158.0, 10173.0, 10173.0, 10229.0, 10107.0, 10154.0, 10134.0, 10118.0, 10156.0, 10122.0, 10076.0, 10126.0, 10104.0, 10134.0, 10168.0, 10112.0, 10201.0, 10120.0, 10070.0, 10145.0, 10103.0, 10181.0, 10107.0, 10038.0, 10134.0, 10133.0, 10137.0, 10128.0, 10056.0, 10131.0, 10111.0, 10091.0, 10140.0, 10125.0, 10131.0, 10166.0, 10135.0, 10172.0, 10188.0, 10140.0, 10147.0, 10169.0, 10156.0, 10139.0, 10186.0, 10168.0, 10113.0, 10224.0, 10205.0, 10162.0, 10208.0, 10162.0, 10224.0, 10172.0, 10154.0, 10166.0, 10116.0, 10174.0, 10130.0, 10139.0, 10142.0, 10075.0, 10174.0, 10123.0, 10121.0, 10126.0, 10099.0, 10179.0, 10136.0, 10115.0, 10132.0, 10101.0, 10176.0, 10163.0, 10164.0, 10119.0, 10069.0, 10154.0, 10138.0, 10188.0, 10142.0, 10101.0, 10156.0, 10133.0, 10186.0, 10164.0, 10123.0, 10198.0, 10139.0, 10102.0, 10158.0, 10155.0, 10168.0, 10161.0, 10152.0, 10193.0, 10159.0, 10123.0, 10193.0, 10123.0, 10080.0, 10177.0, 10152.0, 10209.0, 10163.0, 10137.0, 10140.0, 10086.0, 10170.0, 10139.0, 10155.0, 10113.0, 10060.0, 10120.0, 10071.0, 10168.0, 10124.0, 10170.0, 10125.0, 10137.0, 10090.0, 10050.0, 10138.0, 10067.0, 10149.0, 10096.0, 10147.0, 10097.0, 10069.0, 10156.0, 10095.0, 10152.0, 10114.0, 10088.0, 10121.0, 10086.0, 10139.0, 10129.0, 10157.0, 10103.0, 10076.0, 10159.0, 10115.0, 10152.0, 10115.0, 10125.0, 10110.0, 10061.0, 10171.0, 10140.0, 10173.0, 10126.0, 10061.0, 10153.0, 10131.0, 10184.0, 10142.0, 10089.0, 10190.0, 10177.0, 10122.0, 10192.0, 10133.0, 10100.0, 10167.0, 10135.0, 10085.0, 10164.0, 10138.0, 10143.0, 10174.0, 10138.0, 10174.0, 10155.0, 10187.0, 10144.0, 10153.0, 10162.0, 10120.0, 10149.0, 10090.0, 10126.0, 10106.0, 10125.0, 10099.0, 10143.0, 10087.0, 10083.0, 10067.0, 10033.0, 10117.0, 10033.0, 10115.0, 10062.0, 10114.0, 10037.0, 10114.0, 10037.0, 10117.0, 10052.0, 10113.0, 10043.0, 10117.0, 10055.0, 10133.0, 10097.0, 10141.0, 10097.0, 10098.0, 10115.0, 10068.0, 10170.0, 10139.0, 10154.0, 10149.0, 10126.0, 10167.0, 10088.0, 10208.0, 10173.0, 10210.0, 10169.0, 10166.0, 10195.0, 10129.0, 10215.0, 10191.0, 10208.0, 10175.0, 10182.0, 10202.0, 10113.0, 10191.0, 10155.0, 10190.0, 10149.0, 10126.0, 10190.0, 10133.0, 10187.0, 10154.0, 10190.0, 10176.0, 10152.0, 10134.0, 10087.0, 10151.0, 10128.0, 10164.0, 10125.0, 10087.0, 10154.0, 10123.0, 10160.0, 10134.0, 10153.0, 10135.0, 10079.0, 10140.0, 10088.0, 10170.0, 10151.0, 10176.0, 10114.0, 10066.0, 10164.0, 10119.0, 10171.0, 10130.0, 10166.0, 10116.0, 10113.0, 10162.0, 10090.0, 10173.0, 10113.0, 10169.0, 10103.0, 10155.0, 10127.0, 10093.0, 10152.0, 10075.0, 10146.0, 10112.0, 10171.0, 10145.0, 10151.0, 10108.0, 10058.0, 10137.0, 10084.0, 10163.0, 10133.0, 10156.0, 10096.0, 10078.0, 10142.0, 10101.0, 10158.0, 10118.0, 10106.0, 10131.0, 10082.0, 10162.0, 10121.0, 10156.0, 10116.0, 10077.0, 10164.0, 10107.0, 10186.0, 10146.0, 10201.0, 10157.0, 10169.0, 10163.0, 10099.0, 10181.0, 10116.0, 10170.0, 10140.0, 10178.0, 10140.0, 10107.0, 10153.0, 10112.0, 10165.0, 10112.0, 10123.0, 10153.0, 10099.0, 10168.0, 10113.0, 10112.0, 10138.0, 10102.0, 10195.0, 10147.0, 10144.0, 10127.0, 10096.0, 10174.0, 10144.0, 10152.0, 10114.0, 10063.0, 10159.0, 10132.0, 10186.0, 10132.0, 10100.0, 10124.0, 10076.0, 10174.0, 10143.0, 10157.0, 10101.0, 10048.0, 10139.0, 10117.0, 10174.0, 10146.0, 10128.0, 10116.0, 10064.0, 10156.0, 10118.0, 10190.0, 10146.0, 10157.0, 10180.0, 10107.0, 10154.0, 10142.0, 10133.0, 10166.0, 10124.0, 10209.0, 10160.0, 10105.0, 10140.0, 10112.0, 10201.0, 10160.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.0011176172465960665</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026208758018154314</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.604932656479974</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1721946178122633</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9804856709159719</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5192</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2834.2478</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12558563015621377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.379727685325264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6194569281734563</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.562574484358009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.764003752282833</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5317925478795273</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00692447</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0018942798487842083</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021477224305272102</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</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.978844937254185</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.3181</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>74.2097</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.0074</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>290912.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>1228.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.594</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.734</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3745.2202</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3949.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85632.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1365.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4905.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.4933</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.02008440438658</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> |