=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0133_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0133_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0133/ses-04/func/sub-0133_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5a816cc677750e33319ef9b01e424cc3</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>18:50:16.775000</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.997932, 0.0562561, 0.0311082, -0.0566667, 0.998315, 0.0124776]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10379</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7797, -7230, 197, -86, -117, 8, 45]</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>277.537</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9d5c9bb9-8d00-45ca-95ad-3a7c1d79d962||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.677377700805664, -0.15203255414962769, 0.08195526152849197, 118.6327896118164], [-0.1509310007095337, 2.6784067153930664, 0.038379326462745667, -90.05366516113281], [0.08346089720726013, -0.03347643092274666, 2.6984827518463135, -76.40491485595703], [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': ['185016.775000', '185017.235000', '185017.695000', '185018.155000', '185018.615000', '185019.075000', '185019.535000', '185019.995000', '185020.455000', '185020.915000', '185021.375000', '185021.835000', '185022.295000', '185022.755000', '185023.215000', '185023.675000', '185024.135000', '185024.595000', '185025.055000', '185025.515000', '185025.975000', '185026.435000', '185026.895000', '185027.355000', '185027.815000', '185028.275000', '185028.735000', '185029.195000', '185029.655000', '185030.115000', '185030.575000', '185031.035000', '185031.495000', '185031.955000', '185032.415000', '185032.875000', '185033.335000', '185033.795000', '185034.255000', '185034.715000', '185035.175000', '185035.635000', '185036.095000', '185036.555000', '185037.015000', '185037.475000', '185037.935000', '185038.395000', '185038.855000', '185039.315000', '185039.775000', '185040.235000', '185040.695000', '185041.155000', '185041.615000', '185042.075000', '185042.535000', '185042.995000', '185043.455000', '185043.915000', '185044.375000', '185044.835000', '185045.295000', '185045.755000', '185046.215000', '185046.675000', '185047.135000', '185047.595000', '185048.055000', '185048.515000', '185048.975000', '185049.435000', '185049.895000', '185050.355000', '185050.815000', '185051.275000', '185051.735000', '185052.195000', '185052.655000', '185053.115000', '185053.575000', '185054.035000', '185054.495000', '185054.955000', '185055.415000', '185055.875000', '185056.335000', '185056.795000', '185057.255000', '185057.715000', '185058.175000', '185058.635000', '185059.095000', '185059.555000', '185100.015000', '185100.475000', '185100.935000', '185101.395000', '185101.855000', '185102.315000', '185102.775000', '185103.235000', '185103.695000', '185104.155000', '185104.615000', '185105.075000', '185105.535000', '185105.995000', '185106.455000', '185106.915000', '185107.375000', '185107.835000', '185108.295000', '185108.755000', '185109.215000', '185109.675000', '185110.135000', '185110.595000', '185111.055000', '185111.515000', '185111.975000', '185112.435000', '185112.895000', '185113.355000', '185113.815000', '185114.275000', '185114.735000', '185115.195000', '185115.655000', '185116.115000', '185116.575000', '185117.035000', '185117.495000', '185117.955000', '185118.415000', '185118.875000', '185119.335000', '185119.795000', '185120.255000', '185120.715000', '185121.175000', '185121.635000', '185122.095000', '185122.555000', '185123.015000', '185123.475000', '185123.935000', '185124.395000', '185124.855000', '185125.315000', '185125.775000', '185126.235000', '185126.695000', '185127.155000', '185127.615000', '185128.075000', '185128.535000', '185128.995000', '185129.455000', '185129.915000', '185130.375000', '185130.835000', '185131.295000', '185131.755000', '185132.215000', '185132.675000', '185133.135000', '185133.595000', '185134.055000', '185134.515000', '185134.975000', '185135.435000', '185135.895000', '185136.355000', '185136.815000', '185137.275000', '185137.735000', '185138.195000', '185138.655000', '185139.115000', '185139.575000', '185140.035000', '185140.495000', '185140.955000', '185141.415000', '185141.875000', '185142.335000', '185142.795000', '185143.255000', '185143.715000', '185144.175000', '185144.635000', '185145.095000', '185145.555000', '185146.015000', '185146.475000', '185146.935000', '185147.395000', '185147.855000', '185148.315000', '185148.775000', '185149.235000', '185149.695000', '185150.155000', '185150.615000', '185151.075000', '185151.535000', '185151.995000', '185152.455000', '185152.915000', '185153.375000', '185153.835000', '185154.295000', '185154.755000', '185155.215000', '185155.675000', '185156.135000', '185156.595000', '185157.055000', '185157.515000', '185157.975000', '185158.435000', '185158.895000', '185159.355000', '185159.815000', '185200.275000', '185200.735000', '185201.195000', '185201.655000', '185202.115000', '185202.575000', '185203.035000', '185203.495000', '185203.955000', '185204.415000', '185204.875000', '185205.335000', '185205.795000', '185206.255000', '185206.715000', '185207.175000', '185207.635000', '185208.095000', '185208.555000', '185209.015000', '185209.475000', '185209.935000', '185210.395000', '185210.855000', '185211.315000', '185211.775000', '185212.235000', '185212.695000', '185213.155000', '185213.615000', '185214.075000', '185214.535000', '185214.995000', '185215.455000', '185215.915000', '185216.375000', '185216.835000', '185217.295000', '185217.755000', '185218.215000', '185218.675000', '185219.135000', '185219.595000', '185220.055000', '185220.515000', '185220.975000', '185221.435000', '185221.895000', '185222.355000', '185222.815000', '185223.275000', '185223.735000', '185224.195000', '185224.655000', '185225.115000', '185225.575000', '185226.035000', '185226.495000', '185226.955000', '185227.415000', '185227.875000', '185228.335000', '185228.795000', '185229.255000', '185229.715000', '185230.175000', '185230.635000', '185231.095000', '185231.555000', '185232.015000', '185232.475000', '185232.935000', '185233.395000', '185233.855000', '185234.315000', '185234.775000', '185235.235000', '185235.695000', '185236.155000', '185236.615000', '185237.075000', '185237.535000', '185237.995000', '185238.455000', '185238.915000', '185239.375000', '185239.835000', '185240.295000', '185240.755000', '185241.215000', '185241.675000', '185242.135000', '185242.595000', '185243.055000', '185243.515000', '185243.975000', '185244.435000', '185244.895000', '185245.355000', '185245.815000', '185246.275000', '185246.735000', '185247.195000', '185247.655000', '185248.115000', '185248.575000', '185249.035000', '185249.495000', '185249.955000', '185250.415000', '185250.875000', '185251.335000', '185251.795000', '185252.255000', '185252.715000', '185253.175000', '185253.635000', '185254.095000', '185254.555000', '185255.015000', '185255.475000', '185255.935000', '185256.395000', '185256.855000', '185257.315000', '185257.775000', '185258.235000', '185258.695000', '185259.155000', '185259.615000', '185300.075000', '185300.535000', '185300.995000', '185301.455000', '185301.915000', '185302.375000', '185302.835000', '185303.295000', '185303.755000', '185304.215000', '185304.675000', '185305.135000', '185305.595000', '185306.055000', '185306.515000', '185306.975000', '185307.435000', '185307.895000', '185308.355000', '185308.815000', '185309.275000', '185309.735000', '185310.195000', '185310.655000', '185311.115000', '185311.575000', '185312.035000', '185312.495000', '185312.955000', '185313.415000', '185313.875000', '185314.335000', '185314.795000', '185315.255000', '185315.715000', '185316.175000', '185316.635000', '185317.095000', '185317.555000', '185318.015000', '185318.475000', '185318.935000', '185319.395000', '185319.855000', '185320.315000', '185320.775000', '185321.235000', '185321.695000', '185322.155000', '185322.615000', '185323.075000', '185323.535000', '185323.995000', '185324.455000', '185324.915000', '185325.375000', '185325.835000', '185326.295000', '185326.755000', '185327.215000', '185327.675000', '185328.135000', '185328.595000', '185329.055000', '185329.515000', '185329.975000', '185330.435000', '185330.895000', '185331.355000', '185331.815000', '185332.275000', '185332.735000', '185333.195000', '185333.655000', '185334.115000', '185334.575000', '185335.035000', '185335.495000', '185335.955000', '185336.415000', '185336.875000', '185337.335000', '185337.795000', '185338.255000', '185338.715000', '185339.175000', '185339.635000', '185340.095000', '185340.555000', '185341.015000', '185341.475000', '185341.935000', '185342.395000', '185342.855000', '185343.315000', '185343.775000', '185344.235000', '185344.695000', '185345.155000', '185345.615000', '185346.075000', '185346.535000', '185346.995000', '185347.455000', '185347.915000', '185348.375000', '185348.835000', '185349.295000', '185349.755000', '185350.215000', '185350.675000', '185351.135000', '185351.595000', '185352.055000', '185352.515000', '185352.975000', '185353.435000', '185353.895000', '185354.355000', '185354.815000', '185355.275000', '185355.735000', '185356.195000', '185356.655000', '185357.115000', '185357.575000', '185358.035000', '185358.495000', '185358.955000', '185359.415000', '185359.875000', '185400.335000', '185400.795000', '185401.255000', '185401.715000', '185402.175000', '185402.635000', '185403.095000', '185403.555000', '185404.015000', '185404.475000', '185404.935000', '185405.395000', '185405.855000', '185406.315000', '185406.775000', '185407.235000', '185407.695000', '185408.155000', '185408.615000', '185409.075000', '185409.535000', '185409.995000', '185410.455000', '185410.915000', '185411.375000', '185411.835000', '185412.295000', '185412.755000', '185413.215000', '185413.675000', '185414.135000', '185414.595000', '185415.055000', '185415.515000', '185415.975000', '185416.435000', '185416.895000', '185417.355000', '185417.815000', '185418.275000', '185418.735000', '185419.195000', '185419.655000', '185420.115000', '185420.575000', '185421.035000', '185421.495000', '185421.955000', '185422.415000', '185422.875000', '185423.335000', '185423.795000', '185424.255000', '185424.715000', '185425.175000', '185425.635000', '185426.095000', '185426.555000', '185427.015000', '185427.475000', '185427.935000', '185428.395000', '185428.855000', '185429.315000', '185429.775000', '185430.235000', '185430.695000', '185431.155000', '185431.615000', '185432.075000', '185432.535000', '185432.995000', '185433.455000', '185433.915000', '185434.375000', '185434.835000', '185435.295000', '185435.755000', '185436.215000', '185436.675000', '185437.135000', '185437.595000', '185438.055000', '185438.515000', '185438.975000', '185439.435000', '185439.895000', '185440.355000', '185440.815000', '185441.275000', '185441.735000', '185442.195000', '185442.655000', '185443.115000', '185443.575000', '185444.035000', '185444.495000', '185444.955000', '185445.415000', '185445.875000', '185446.335000', '185446.795000', '185447.255000', '185447.715000', '185448.175000', '185448.635000', '185449.095000', '185449.555000', '185450.015000', '185450.475000', '185450.935000', '185451.395000', '185451.855000', '185452.315000', '185452.775000', '185453.235000', '185453.695000', '185454.155000', '185454.615000', '185455.075000', '185455.535000', '185455.995000', '185456.455000', '185456.915000', '185457.375000', '185457.835000', '185458.295000', '185458.755000', '185459.215000', '185459.675000', '185500.135000', '185500.595000', '185501.055000', '185501.515000', '185501.975000', '185502.435000', '185502.895000', '185503.355000', '185503.815000', '185504.275000', '185504.735000', '185505.195000', '185505.655000', '185506.115000', '185506.575000', '185507.035000', '185507.495000', '185507.955000', '185508.415000', '185508.875000', '185509.335000', '185509.795000', '185510.255000', '185510.715000', '185511.175000', '185511.635000', '185512.095000', '185512.555000', '185513.015000', '185513.475000', '185513.935000', '185514.395000', '185514.855000', '185515.315000', '185515.775000', '185516.235000', '185516.695000', '185517.155000', '185517.615000', '185518.075000', '185518.535000', '185518.995000', '185519.455000', '185519.915000', '185520.375000', '185520.835000', '185521.295000', '185521.755000', '185522.215000', '185522.675000', '185523.135000', '185523.595000', '185524.055000', '185524.515000', '185524.975000', '185525.435000', '185525.895000', '185526.355000', '185526.815000', '185527.275000', '185527.735000', '185528.195000', '185528.655000', '185529.115000', '185529.575000', '185530.035000', '185530.495000', '185530.955000', '185531.415000', '185531.875000', '185532.335000', '185532.795000', '185533.255000', '185533.715000', '185534.175000', '185534.635000', '185535.095000', '185535.555000', '185536.015000', '185536.475000', '185536.935000', '185537.395000', '185537.855000', '185538.315000', '185538.775000', '185539.235000', '185539.695000', '185540.155000', '185540.615000', '185541.075000', '185541.535000', '185541.995000', '185542.455000', '185542.915000', '185543.375000', '185543.835000', '185544.295000', '185544.755000', '185545.215000', '185545.675000', '185546.135000', '185546.595000', '185547.055000', '185547.515000', '185547.975000', '185548.435000', '185548.895000', '185549.355000', '185549.815000', '185550.275000', '185550.735000', '185551.195000', '185551.655000', '185552.115000', '185552.575000', '185553.035000', '185553.495000', '185553.955000', '185554.415000', '185554.875000', '185555.335000', '185555.795000', '185556.255000', '185556.715000', '185557.175000', '185557.635000', '185558.095000', '185558.555000', '185559.015000', '185559.475000', '185559.935000', '185600.395000', '185600.855000', '185601.315000', '185601.775000', '185602.235000', '185602.695000', '185603.155000', '185603.615000', '185604.075000', '185604.535000', '185604.995000', '185605.455000', '185605.915000', '185606.375000', '185606.835000', '185607.295000', '185607.755000', '185608.215000', '185608.675000', '185609.135000', '185609.595000', '185610.055000', '185610.515000', '185610.975000', '185611.435000', '185611.895000', '185612.355000', '185612.815000', '185613.275000', '185613.735000', '185614.195000', '185614.655000', '185615.115000', '185615.575000', '185616.035000', '185616.495000', '185616.955000', '185617.415000', '185617.875000', '185618.335000', '185618.795000', '185619.255000', '185619.715000', '185620.175000', '185620.635000', '185621.095000', '185621.555000', '185622.015000', '185622.475000', '185622.935000', '185623.395000', '185623.855000', '185624.315000', '185624.775000', '185625.235000', '185625.695000', '185626.155000', '185626.615000', '185627.075000', '185627.535000', '185627.995000', '185628.455000', '185628.915000', '185629.375000', '185629.835000', '185630.295000', '185630.755000', '185631.215000', '185631.675000', '185632.135000', '185632.595000', '185633.055000', '185633.515000', '185633.975000', '185634.435000', '185634.895000', '185635.355000', '185635.815000', '185636.275000', '185636.735000', '185637.195000', '185637.655000', '185638.115000', '185638.575000', '185639.035000', '185639.495000', '185639.955000', '185640.415000', '185640.875000', '185641.335000', '185641.795000', '185642.255000', '185642.715000', '185643.175000', '185643.635000', '185644.095000', '185644.555000', '185645.015000', '185645.475000', '185645.935000', '185646.395000', '185646.855000', '185647.315000', '185647.775000', '185648.235000', '185648.695000', '185649.155000', '185649.615000', '185650.075000', '185650.535000', '185650.995000', '185651.455000', '185651.915000', '185652.375000', '185652.835000', '185653.295000', '185653.755000', '185654.215000', '185654.675000', '185655.135000', '185655.595000', '185656.055000', '185656.515000', '185656.975000', '185657.435000', '185657.895000', '185658.355000', '185658.815000', '185659.275000', '185659.735000', '185700.195000', '185700.655000', '185701.115000', '185701.575000', '185702.035000', '185702.495000', '185702.955000', '185703.415000', '185703.875000', '185704.335000', '185704.795000', '185705.255000', '185705.715000', '185706.175000', '185706.635000', '185707.095000', '185707.555000', '185708.015000', '185708.475000', '185708.935000', '185709.395000', '185709.855000', '185710.315000', '185710.775000', '185711.235000', '185711.695000', '185712.155000', '185712.615000', '185713.075000', '185713.535000', '185713.995000', '185714.455000', '185714.915000', '185715.375000', '185715.835000', '185716.295000', '185716.755000', '185717.215000', '185717.675000', '185718.135000', '185718.595000', '185719.055000', '185719.515000', '185719.975000', '185720.435000', '185720.895000', '185721.355000', '185721.815000', '185722.275000', '185722.735000', '185723.195000', '185723.655000', '185724.115000', '185724.575000', '185725.035000', '185725.495000', '185725.955000', '185726.415000', '185726.875000', '185727.335000', '185727.795000', '185728.255000', '185728.715000', '185729.175000', '185729.635000', '185730.095000', '185730.555000', '185731.015000', '185731.475000', '185731.935000', '185732.395000', '185732.855000', '185733.315000', '185733.775000', '185734.235000', '185734.695000', '185735.155000', '185735.615000', '185736.075000', '185736.535000', '185736.995000', '185737.455000', '185737.915000', '185738.375000', '185738.835000', '185739.295000', '185739.755000', '185740.215000', '185740.675000', '185741.135000', '185741.595000', '185742.055000', '185742.515000', '185742.975000', '185743.435000', '185743.895000', '185744.355000', '185744.815000', '185745.275000', '185745.735000', '185746.195000', '185746.655000', '185747.115000', '185747.575000', '185748.035000', '185748.495000', '185748.955000', '185749.415000', '185749.875000', '185750.335000', '185750.795000', '185751.255000', '185751.715000', '185752.175000', '185752.635000', '185753.095000', '185753.555000', '185754.015000', '185754.475000', '185754.935000', '185755.395000', '185755.855000', '185756.315000', '185756.775000', '185757.235000', '185757.695000', '185758.155000', '185758.615000', '185759.075000', '185759.535000', '185759.995000', '185800.455000', '185800.915000', '185801.375000', '185801.835000', '185802.295000', '185802.755000', '185803.215000', '185803.675000', '185804.135000', '185804.595000', '185805.055000', '185805.515000', '185805.975000', '185806.435000', '185806.895000', '185807.355000', '185807.815000', '185808.275000', '185808.735000', '185809.195000', '185809.655000', '185810.115000', '185810.575000', '185811.035000', '185811.495000', '185811.955000', '185812.415000', '185812.875000', '185813.335000', '185813.795000', '185814.255000', '185814.715000', '185815.175000', '185815.635000', '185816.095000', '185816.555000', '185817.015000', '185817.475000', '185817.935000', '185818.395000', '185818.855000', '185819.315000', '185819.775000', '185820.235000', '185820.695000', '185821.155000', '185821.615000', '185822.075000', '185822.535000', '185822.995000', '185823.455000', '185823.915000', '185824.375000', '185824.835000', '185825.295000', '185825.755000', '185826.215000', '185826.675000', '185827.135000', '185827.595000', '185828.055000', '185828.515000', '185828.975000', '185829.435000', '185829.895000', '185830.355000', '185830.815000', '185831.275000', '185831.735000', '185832.195000', '185832.655000', '185833.115000', '185833.575000', '185834.035000', '185834.495000', '185834.955000', '185835.415000', '185835.875000', '185836.335000', '185836.795000', '185837.255000', '185837.715000', '185838.175000', '185838.635000', '185839.095000', '185839.555000', '185840.015000', '185840.475000', '185840.935000', '185841.395000', '185841.855000', '185842.315000', '185842.775000', '185843.235000', '185843.695000', '185844.155000', '185844.615000', '185845.075000', '185845.535000', '185845.995000', '185846.455000', '185846.915000', '185847.375000', '185847.835000', '185848.295000', '185848.755000', '185849.215000', '185849.675000', '185850.135000', '185850.595000', '185851.055000', '185851.515000', '185851.975000', '185852.435000', '185852.895000', '185853.355000', '185853.815000', '185854.275000', '185854.735000', '185855.195000', '185855.655000', '185856.115000', '185856.575000', '185857.035000', '185857.495000', '185857.955000', '185858.415000', '185858.875000', '185859.335000', '185859.795000', '185900.255000', '185900.715000', '185901.175000', '185901.635000', '185902.095000', '185902.555000', '185903.015000', '185903.475000', '185903.935000', '185904.395000', '185904.855000', '185905.315000', '185905.775000', '185906.235000', '185906.695000', '185907.155000', '185907.615000', '185908.075000', '185908.535000', '185908.995000', '185909.455000', '185909.915000', '185910.375000', '185910.835000', '185911.295000', '185911.755000', '185912.215000', '185912.675000', '185913.135000', '185913.595000', '185914.055000', '185914.515000', '185914.975000', '185915.435000', '185915.895000', '185916.355000', '185916.815000', '185917.275000', '185917.735000', '185918.195000', '185918.655000', '185919.115000', '185919.575000', '185920.035000', '185920.495000', '185920.955000', '185921.415000', '185921.875000', '185922.335000', '185922.795000', '185923.255000', '185923.715000', '185924.175000', '185924.635000', '185925.095000', '185925.555000', '185926.015000', '185926.475000', '185926.935000', '185927.395000', '185927.855000', '185928.315000', '185928.775000', '185929.235000', '185929.695000', '185930.155000', '185930.615000', '185931.075000', '185931.535000', '185931.995000', '185932.455000', '185932.915000', '185933.375000', '185933.835000', '185934.295000', '185934.755000', '185935.215000', '185935.675000', '185936.135000', '185936.595000', '185937.055000', '185937.515000', '185937.975000', '185938.435000', '185938.895000', '185939.355000', '185939.815000', '185940.275000', '185940.735000', '185941.195000', '185941.655000', '185942.115000', '185942.575000', '185943.035000', '185943.495000', '185943.955000', '185944.415000', '185944.875000', '185945.335000', '185945.795000', '185946.255000', '185946.715000', '185947.175000', '185947.635000', '185948.095000', '185948.555000', '185949.015000', '185949.475000', '185949.935000', '185950.395000', '185950.855000', '185951.315000', '185951.775000', '185952.235000', '185952.695000', '185953.155000', '185953.615000', '185954.075000', '185954.535000', '185954.995000', '185955.455000', '185955.915000', '185956.375000', '185956.835000', '185957.295000', '185957.755000', '185958.215000', '185958.675000', '185959.135000', '185959.595000', '190000.055000', '190000.515000', '190000.975000', '190001.435000', '190001.895000', '190002.355000', '190002.815000', '190003.275000', '190003.735000', '190004.195000', '190004.655000', '190005.115000', '190005.575000', '190006.035000', '190006.495000', '190006.955000', '190007.415000', '190007.875000', '190008.335000', '190008.795000', '190009.255000', '190009.715000', '190010.175000', '190010.635000', '190011.095000', '190011.555000', '190012.015000', '190012.475000', '190012.935000', '190013.395000', '190013.855000', '190014.315000', '190014.775000', '190015.235000', '190015.695000', '190016.155000', '190016.615000', '190017.075000', '190017.535000', '190017.995000', '190018.455000', '190018.915000', '190019.375000', '190019.835000', '190020.295000', '190020.755000', '190021.215000', '190021.675000', '190022.135000', '190022.595000', '190023.055000', '190023.515000', '190023.975000', '190024.435000'], 'ContentTime': ['185039.595000', '185039.598000', '185039.601000', '185039.604000', '185039.606000', '185039.614000', '185039.617000', '185039.619000', '185039.622000', '185039.624000', '185039.627000', '185039.629000', '185039.632000', '185039.635000', '185039.637000', '185039.640000', '185039.642000', '185039.645000', '185039.647000', '185039.650000', '185039.652000', '185039.655000', '185039.657000', '185039.660000', '185039.662000', '185039.665000', '185039.667000', '185039.670000', '185039.672000', '185039.675000', '185039.678000', '185039.680000', '185039.683000', '185039.685000', '185039.688000', '185039.690000', '185039.693000', '185039.695000', '185039.703000', '185039.705000', '185039.708000', '185039.711000', '185039.713000', '185039.716000', '185039.718000', '185039.721000', '185059.533000', '185059.535000', '185059.538000', '185059.541000', '185059.544000', '185059.547000', '185059.549000', '185059.552000', '185059.554000', '185059.557000', '185059.559000', '185059.562000', '185059.564000', '185059.567000', '185059.569000', '185059.572000', '185059.574000', '185059.577000', '185059.580000', '185059.582000', '185059.585000', '185059.587000', '185059.590000', '185059.592000', '185059.596000', '185059.598000', '185059.601000', '185059.603000', '185059.606000', '185059.608000', '185059.611000', '185059.614000', '185059.616000', '185059.619000', '185059.621000', '185059.624000', '185059.626000', '185059.629000', '185059.633000', '185059.635000', '185059.638000', '185059.641000', '185059.643000', '185119.532000', '185119.535000', '185119.538000', '185119.540000', '185119.543000', '185119.545000', '185119.548000', '185119.550000', '185119.553000', '185119.555000', '185119.558000', '185119.561000', '185119.563000', '185119.566000', '185119.568000', '185119.571000', '185119.573000', '185119.576000', '185119.578000', '185119.581000', '185119.583000', '185119.586000', '185119.588000', '185119.591000', '185119.594000', '185119.601000', '185119.604000', '185119.606000', '185119.609000', '185119.612000', '185119.614000', '185119.617000', '185119.619000', '185119.622000', '185119.624000', '185119.627000', '185119.629000', '185119.632000', '185119.634000', '185119.637000', '185119.640000', '185119.642000', '185119.645000', '185119.647000', '185139.532000', '185139.535000', '185139.538000', '185139.541000', '185139.543000', '185139.546000', '185139.548000', '185139.551000', '185139.553000', '185139.556000', '185139.558000', '185139.561000', '185139.564000', '185139.566000', '185139.569000', '185139.571000', '185139.574000', '185139.576000', '185139.579000', '185139.581000', '185139.584000', '185139.586000', '185139.589000', '185139.591000', '185139.594000', '185139.597000', '185139.599000', '185139.602000', '185139.605000', '185139.607000', '185139.610000', '185139.618000', '185139.621000', '185139.624000', '185139.626000', '185139.629000', '185139.641000', '185139.644000', '185139.646000', '185139.649000', '185139.651000', '185139.654000', '185139.657000', '185159.531000', '185159.534000', '185159.537000', '185159.539000', '185159.542000', '185159.544000', '185159.547000', '185159.550000', '185159.552000', '185159.555000', '185159.557000', '185159.560000', '185159.562000', '185159.565000', '185159.568000', '185159.574000', '185159.577000', '185159.580000', '185159.582000', '185159.585000', '185159.587000', '185159.590000', '185159.593000', '185159.595000', '185159.598000', '185159.600000', '185159.603000', '185159.606000', '185159.608000', '185159.611000', '185159.613000', '185159.616000', '185159.618000', '185159.621000', '185159.623000', '185159.626000', '185159.628000', '185159.631000', '185159.634000', '185159.636000', '185159.639000', '185159.641000', '185159.644000', '185159.646000', '185219.531000', '185219.534000', '185219.537000', '185219.540000', '185219.542000', '185219.545000', '185219.547000', '185219.550000', '185219.553000', '185219.555000', '185219.558000', '185219.560000', '185219.563000', '185219.565000', '185219.568000', '185219.570000', '185219.573000', '185219.575000', '185219.578000', '185219.582000', '185219.585000', '185219.588000', '185219.590000', '185219.593000', '185219.595000', '185219.598000', '185219.600000', '185219.603000', '185219.606000', '185219.608000', '185219.611000', '185219.613000', '185219.616000', '185219.618000', '185219.621000', '185219.624000', '185219.626000', '185219.654000', '185219.657000', '185219.660000', '185219.662000', '185219.665000', '185219.667000', '185239.532000', '185239.535000', '185239.538000', '185239.540000', '185239.543000', '185239.546000', '185239.548000', '185239.551000', '185239.553000', '185239.556000', '185239.559000', '185239.561000', '185239.564000', '185239.566000', '185239.569000', '185239.572000', '185239.574000', '185239.577000', '185239.579000', '185239.582000', '185239.584000', '185239.587000', '185239.589000', '185239.592000', '185239.594000', '185239.597000', '185239.600000', '185239.602000', '185239.605000', '185239.608000', '185239.610000', '185239.613000', '185239.615000', '185239.618000', '185239.620000', '185239.623000', '185239.626000', '185239.628000', '185239.631000', '185239.633000', '185239.636000', '185239.638000', '185239.641000', '185239.643000', '185259.532000', '185259.535000', '185259.538000', '185259.540000', '185259.543000', '185259.545000', '185259.548000', '185259.551000', '185259.553000', '185259.556000', '185259.558000', '185259.561000', '185259.563000', '185259.566000', '185259.569000', '185259.575000', '185259.577000', '185259.580000', '185259.582000', '185259.585000', '185259.588000', '185259.590000', '185259.593000', '185259.595000', '185259.598000', '185259.600000', '185259.603000', '185259.606000', '185259.609000', '185259.611000', '185259.614000', '185259.617000', '185259.619000', '185259.622000', '185259.624000', '185259.627000', '185259.629000', '185259.632000', '185259.634000', '185259.637000', '185259.640000', '185259.642000', '185259.645000', '185319.533000', '185319.535000', '185319.538000', '185319.541000', '185319.543000', '185319.546000', '185319.548000', '185319.551000', '185319.553000', '185319.556000', '185319.559000', '185319.561000', '185319.564000', '185319.567000', '185319.569000', '185319.572000', '185319.574000', '185319.577000', '185319.580000', '185319.582000', '185319.585000', '185319.587000', '185319.590000', '185319.592000', '185319.595000', '185319.597000', '185319.600000', '185319.603000', '185319.605000', '185319.608000', '185319.610000', '185319.613000', '185319.627000', '185319.630000', '185319.633000', '185319.635000', '185319.638000', '185319.640000', '185319.643000', '185319.646000', '185319.648000', '185319.651000', '185319.653000', '185319.656000', '185339.532000', '185339.535000', '185339.538000', '185339.540000', '185339.543000', '185339.546000', '185339.548000', '185339.551000', '185339.553000', '185339.556000', '185339.558000', '185339.561000', '185339.564000', '185339.566000', '185339.569000', '185339.571000', '185339.574000', '185339.576000', '185339.579000', '185339.581000', '185339.584000', '185339.587000', '185339.589000', '185339.592000', '185339.594000', '185339.597000', '185339.599000', '185339.602000', '185339.604000', '185339.607000', '185339.610000', '185339.612000', '185339.615000', '185339.617000', '185339.620000', '185339.623000', '185339.626000', '185339.628000', '185339.632000', '185339.635000', '185339.637000', '185339.640000', '185339.643000', '185359.532000', '185359.535000', '185359.538000', '185359.540000', '185359.543000', '185359.546000', '185359.548000', '185359.551000', '185359.553000', '185359.556000', '185359.559000', '185359.561000', '185359.564000', '185359.566000', '185359.569000', '185359.571000', '185359.574000', '185359.576000', '185359.579000', '185359.582000', '185359.584000', '185359.587000', '185359.589000', '185359.592000', '185359.594000', '185359.597000', '185359.600000', '185359.602000', '185359.605000', '185359.608000', '185359.610000', '185359.613000', '185359.615000', '185359.618000', '185359.620000', '185359.623000', '185359.626000', '185359.628000', '185359.631000', '185359.633000', '185359.636000', '185359.638000', '185359.641000', '185359.643000', '185419.531000', '185419.534000', '185419.537000', '185419.540000', '185419.542000', '185419.545000', '185419.547000', '185419.550000', '185419.553000', '185419.555000', '185419.558000', '185419.561000', '185419.563000', '185419.566000', '185419.568000', '185419.571000', '185419.574000', '185419.577000', '185419.579000', '185419.582000', '185419.584000', '185419.587000', '185419.589000', '185419.592000', '185419.594000', '185419.597000', '185419.600000', '185419.602000', '185419.605000', '185419.608000', '185419.610000', '185419.613000', '185419.615000', '185419.618000', '185419.620000', '185419.623000', '185419.625000', '185419.635000', '185419.638000', '185419.640000', '185419.643000', '185419.646000', '185419.648000', '185439.531000', '185439.534000', '185439.537000', '185439.539000', '185439.542000', '185439.545000', '185439.547000', '185439.550000', '185439.552000', '185439.555000', '185439.557000', '185439.560000', '185439.562000', '185439.565000', '185439.568000', '185439.570000', '185439.573000', '185439.575000', '185439.578000', '185439.581000', '185439.583000', '185439.586000', '185439.588000', '185439.591000', '185439.593000', '185439.596000', '185439.599000', '185439.601000', '185439.604000', '185439.606000', '185439.609000', '185439.612000', '185439.614000', '185439.617000', '185439.619000', '185439.622000', '185439.624000', '185439.627000', '185439.629000', '185439.632000', '185439.634000', '185439.637000', '185439.640000', '185439.642000', '185459.533000', '185459.535000', '185459.538000', '185459.541000', '185459.543000', '185459.546000', '185459.548000', '185459.551000', '185459.554000', '185459.556000', '185459.559000', '185459.561000', '185459.564000', '185459.566000', '185459.569000', '185459.572000', '185459.574000', '185459.577000', '185459.579000', '185459.582000', '185459.584000', '185459.587000', '185459.590000', '185459.592000', '185459.595000', '185459.597000', '185459.600000', '185459.603000', '185459.605000', '185459.608000', '185459.610000', '185459.613000', '185459.616000', '185459.618000', '185459.621000', '185459.623000', '185459.626000', '185459.628000', '185459.631000', '185459.633000', '185459.636000', '185459.638000', '185459.641000', '185519.533000', '185519.535000', '185519.538000', '185519.540000', '185519.543000', '185519.546000', '185519.548000', '185519.551000', '185519.553000', '185519.556000', '185519.558000', '185519.561000', '185519.564000', '185519.566000', '185519.569000', '185519.571000', '185519.574000', '185519.576000', '185519.579000', '185519.582000', '185519.584000', '185519.587000', '185519.589000', '185519.592000', '185519.595000', '185519.597000', '185519.600000', '185519.603000', '185519.605000', '185519.608000', '185519.610000', '185519.613000', '185519.615000', '185519.618000', '185519.621000', '185519.623000', '185519.626000', '185519.628000', '185519.631000', '185519.633000', '185519.636000', '185519.639000', '185519.641000', '185519.644000', '185539.533000', '185539.536000', '185539.538000', '185539.541000', '185539.543000', '185539.546000', '185539.549000', '185539.551000', '185539.554000', '185539.556000', '185539.559000', '185539.562000', '185539.564000', '185539.567000', '185539.569000', '185539.572000', '185539.574000', '185539.577000', '185539.579000', '185539.582000', '185539.584000', '185539.587000', '185539.589000', '185539.592000', '185539.595000', '185539.597000', '185539.600000', '185539.602000', '185539.605000', '185539.608000', '185539.610000', '185539.613000', '185539.615000', '185539.618000', '185539.620000', '185539.623000', '185539.625000', '185539.628000', '185539.630000', '185539.633000', '185539.636000', '185539.638000', '185539.641000', '185559.533000', '185559.535000', '185559.538000', '185559.541000', '185559.543000', '185559.546000', '185559.548000', '185559.551000', '185559.554000', '185559.556000', '185559.559000', '185559.561000', '185559.564000', '185559.567000', '185559.569000', '185559.572000', '185559.574000', '185559.577000', '185559.580000', '185559.582000', '185559.585000', '185559.588000', '185559.590000', '185559.593000', '185559.595000', '185559.598000', '185559.601000', '185559.603000', '185559.606000', '185559.608000', '185559.611000', '185559.613000', '185559.616000', '185559.618000', '185559.621000', '185559.623000', '185559.626000', '185559.629000', '185559.631000', '185559.634000', '185559.636000', '185559.639000', '185559.641000', '185559.644000', '185619.532000', '185619.535000', '185619.538000', '185619.541000', '185619.543000', '185619.546000', '185619.548000', '185619.551000', '185619.553000', '185619.556000', '185619.559000', '185619.561000', '185619.564000', '185619.566000', '185619.569000', '185619.571000', '185619.574000', '185619.577000', '185619.579000', '185619.582000', '185619.584000', '185619.587000', '185619.589000', '185619.592000', '185619.608000', '185619.610000', '185619.613000', '185619.615000', '185619.618000', '185619.621000', '185619.623000', '185619.626000', '185619.628000', '185619.631000', '185619.633000', '185619.636000', '185619.639000', '185619.641000', '185619.644000', '185619.646000', '185619.649000', '185619.651000', '185619.654000', '185639.532000', '185639.534000', '185639.537000', '185639.540000', '185639.542000', '185639.545000', '185639.549000', '185639.551000', '185639.554000', '185639.557000', '185639.559000', '185639.562000', '185639.565000', '185639.567000', '185639.570000', '185639.572000', '185639.575000', '185639.578000', '185639.580000', '185639.583000', '185639.585000', '185639.588000', '185639.591000', '185639.593000', '185639.596000', '185639.599000', '185639.601000', '185639.604000', '185639.606000', '185639.609000', '185639.611000', '185639.614000', '185639.616000', '185639.619000', '185639.622000', '185639.624000', '185639.627000', '185639.629000', '185639.632000', '185639.634000', '185639.637000', '185639.640000', '185639.642000', '185639.645000', '185659.532000', '185659.534000', '185659.537000', '185659.540000', '185659.542000', '185659.545000', '185659.547000', '185659.550000', '185659.553000', '185659.555000', '185659.558000', '185659.560000', '185659.563000', '185659.565000', '185659.568000', '185659.570000', '185659.573000', '185659.576000', '185659.578000', '185659.581000', '185659.583000', '185659.586000', '185659.588000', '185659.591000', '185659.593000', '185659.596000', '185659.599000', '185659.601000', '185659.604000', '185659.607000', '185659.609000', '185659.612000', '185659.614000', '185659.617000', '185659.619000', '185659.622000', '185659.625000', '185659.627000', '185659.630000', '185659.632000', '185659.635000', '185659.637000', '185659.640000', '185719.532000', '185719.535000', '185719.538000', '185719.540000', '185719.543000', '185719.546000', '185719.548000', '185719.551000', '185719.553000', '185719.556000', '185719.559000', '185719.562000', '185719.564000', '185719.567000', '185719.569000', '185719.572000', '185719.575000', '185719.577000', '185719.580000', '185719.582000', '185719.585000', '185719.588000', '185719.590000', '185719.593000', '185719.595000', '185719.598000', '185719.600000', '185719.603000', '185719.605000', '185719.608000', '185719.611000', '185719.613000', '185719.616000', '185719.618000', '185719.621000', '185719.623000', '185719.626000', '185719.629000', '185719.631000', '185719.634000', '185719.636000', '185719.639000', '185719.641000', '185719.644000', '185739.533000', '185739.536000', '185739.538000', '185739.541000', '185739.543000', '185739.546000', '185739.549000', '185739.551000', '185739.554000', '185739.556000', '185739.559000', '185739.561000', '185739.564000', '185739.567000', '185739.569000', '185739.572000', '185739.574000', '185739.577000', '185739.579000', '185739.582000', '185739.593000', '185739.595000', '185739.598000', '185739.601000', '185739.603000', '185739.606000', '185739.608000', '185739.611000', '185739.613000', '185739.616000', '185739.618000', '185739.621000', '185739.624000', '185739.626000', '185739.629000', '185739.631000', '185739.634000', '185739.636000', '185739.639000', '185739.642000', '185739.644000', '185739.647000', '185739.649000', '185759.532000', '185759.535000', '185759.538000', '185759.540000', '185759.543000', '185759.546000', '185759.548000', '185759.551000', '185759.553000', '185759.556000', '185759.558000', '185759.561000', '185759.564000', '185759.566000', '185759.569000', '185759.571000', '185759.574000', '185759.577000', '185759.579000', '185759.582000', '185759.584000', '185759.587000', '185759.589000', '185759.592000', '185759.595000', '185759.597000', '185759.600000', '185759.602000', '185759.605000', '185759.608000', '185759.610000', '185759.613000', '185759.615000', '185759.618000', '185759.620000', '185759.623000', '185759.626000', '185759.628000', '185759.631000', '185759.633000', '185759.636000', '185759.638000', '185759.641000', '185759.644000', '185819.532000', '185819.535000', '185819.538000', '185819.541000', '185819.543000', '185819.546000', '185819.548000', '185819.551000', '185819.554000', '185819.556000', '185819.559000', '185819.561000', '185819.564000', '185819.566000', '185819.569000', '185819.572000', '185819.574000', '185819.577000', '185819.579000', '185819.582000', '185819.584000', '185819.587000', '185819.590000', '185819.592000', '185819.595000', '185819.597000', '185819.600000', '185819.602000', '185819.605000', '185819.607000', '185819.610000', '185819.612000', '185819.615000', '185819.618000', '185819.620000', '185819.623000', '185819.625000', '185819.628000', '185819.630000', '185819.633000', '185819.636000', '185819.638000', '185819.641000', '185839.532000', '185839.535000', '185839.538000', '185839.541000', '185839.544000', '185839.546000', '185839.549000', '185839.551000', '185839.554000', '185839.556000', '185839.559000', '185839.562000', '185839.564000', '185839.567000', '185839.570000', '185839.572000', '185839.575000', '185839.577000', '185839.580000', '185839.583000', '185839.585000', '185839.588000', '185839.590000', '185839.593000', '185839.596000', '185839.599000', '185839.601000', '185839.604000', '185839.606000', '185839.609000', '185839.612000', '185839.614000', '185839.617000', '185839.620000', '185839.622000', '185839.625000', '185839.627000', '185839.630000', '185839.633000', '185839.635000', '185839.638000', '185839.640000', '185839.643000', '185839.646000', '185859.532000', '185859.534000', '185859.537000', '185859.540000', '185859.542000', '185859.545000', '185859.547000', '185859.550000', '185859.552000', '185859.555000', '185859.557000', '185859.560000', '185859.563000', '185859.565000', '185859.568000', '185859.570000', '185859.573000', '185859.586000', '185859.589000', '185859.591000', '185859.594000', '185859.596000', '185859.599000', '185859.602000', '185859.604000', '185859.607000', '185859.609000', '185859.612000', '185859.615000', '185859.617000', '185859.620000', '185859.622000', '185859.625000', '185859.627000', '185859.630000', '185859.633000', '185859.635000', '185859.638000', '185859.640000', '185859.643000', '185859.646000', '185859.648000', '185859.651000', '185919.532000', '185919.535000', '185919.537000', '185919.540000', '185919.542000', '185919.545000', '185919.547000', '185919.550000', '185919.553000', '185919.555000', '185919.558000', '185919.560000', '185919.563000', '185919.566000', '185919.568000', '185919.571000', '185919.574000', '185919.576000', '185919.579000', '185919.582000', '185919.584000', '185919.587000', '185919.589000', '185919.592000', '185919.594000', '185919.597000', '185919.600000', '185919.602000', '185919.605000', '185919.607000', '185919.610000', '185919.613000', '185919.615000', '185919.618000', '185919.620000', '185919.623000', '185919.626000', '185919.628000', '185919.631000', '185919.633000', '185919.636000', '185919.638000', '185919.641000', '185939.532000', '185939.535000', '185939.538000', '185939.541000', '185939.543000', '185939.546000', '185939.548000', '185939.551000', '185939.554000', '185939.556000', '185939.559000', '185939.561000', '185939.564000', '185939.567000', '185939.569000', '185939.572000', '185939.574000', '185939.577000', '185939.580000', '185939.582000', '185939.585000', '185939.587000', '185939.590000', '185939.593000', '185939.595000', '185939.598000', '185939.601000', '185939.603000', '185939.606000', '185939.608000', '185939.611000', '185939.613000', '185939.616000', '185939.618000', '185939.621000', '185939.624000', '185939.626000', '185939.629000', '185939.631000', '185939.634000', '185939.636000', '185939.639000', '185939.641000', '185939.644000', '185959.533000', '185959.535000', '185959.538000', '185959.541000', '185959.543000', '185959.546000', '185959.549000', '185959.551000', '185959.554000', '185959.557000', '185959.560000', '185959.562000', '185959.565000', '185959.567000', '185959.570000', '185959.573000', '185959.575000', '185959.579000', '185959.582000', '185959.584000', '185959.587000', '185959.590000', '185959.592000', '185959.595000', '185959.597000', '185959.600000', '185959.603000', '185959.605000', '185959.608000', '185959.610000', '185959.613000', '185959.616000', '185959.618000', '185959.621000', '185959.623000', '185959.626000', '185959.629000', '185959.631000', '185959.634000', '185959.637000', '185959.639000', '185959.642000', '185959.645000', '190019.533000', '190019.535000', '190019.538000', '190019.541000', '190019.543000', '190019.546000', '190019.548000', '190019.551000', '190019.554000', '190019.556000', '190019.559000', '190019.561000', '190019.564000', '190019.566000', '190019.577000', '190019.580000', '190019.582000', '190019.585000', '190019.587000', '190019.590000', '190019.592000', '190019.595000', '190019.597000', '190019.600000', '190019.603000', '190019.605000', '190019.608000', '190019.610000', '190019.613000', '190019.616000', '190019.618000', '190019.621000', '190019.623000', '190019.626000', '190019.628000', '190019.631000', '190019.633000', '190019.636000', '190019.639000', '190019.641000', '190019.644000', '190019.646000', '190019.649000', '190019.651000', '190026.202000', '190026.205000', '190026.208000', '190026.210000', '190026.213000', '190026.216000', '190026.218000', '190026.221000', '190026.223000', '190026.226000', '190026.229000', '190026.232000', '190026.235000', '190026.238000', '190026.241000'], 'InstanceCreationTime': ['185039.595000', '185039.598000', '185039.601000', '185039.604000', '185039.606000', '185039.614000', '185039.617000', '185039.619000', '185039.622000', '185039.624000', '185039.627000', '185039.629000', '185039.632000', '185039.635000', '185039.637000', '185039.640000', '185039.642000', '185039.645000', '185039.647000', '185039.650000', '185039.652000', '185039.655000', '185039.657000', '185039.660000', '185039.662000', '185039.665000', '185039.667000', '185039.670000', '185039.672000', '185039.675000', '185039.678000', '185039.680000', '185039.683000', '185039.685000', '185039.688000', '185039.690000', '185039.693000', '185039.695000', '185039.703000', '185039.705000', '185039.708000', '185039.711000', '185039.713000', '185039.716000', '185039.718000', '185039.721000', '185059.533000', '185059.535000', '185059.538000', '185059.541000', '185059.544000', '185059.547000', '185059.549000', '185059.552000', '185059.554000', '185059.557000', '185059.559000', '185059.562000', '185059.564000', '185059.567000', '185059.569000', '185059.572000', '185059.574000', '185059.577000', '185059.580000', '185059.582000', '185059.585000', '185059.587000', '185059.590000', '185059.592000', '185059.596000', '185059.598000', '185059.601000', '185059.603000', '185059.606000', '185059.608000', '185059.611000', '185059.614000', '185059.616000', '185059.619000', '185059.621000', '185059.624000', '185059.626000', '185059.629000', '185059.633000', '185059.635000', '185059.638000', '185059.641000', '185059.643000', '185119.532000', '185119.535000', '185119.538000', '185119.540000', '185119.543000', '185119.545000', '185119.548000', '185119.550000', '185119.553000', '185119.555000', '185119.558000', '185119.561000', '185119.563000', '185119.566000', '185119.568000', '185119.571000', '185119.573000', '185119.576000', '185119.578000', '185119.581000', '185119.583000', '185119.586000', '185119.588000', '185119.591000', '185119.594000', '185119.601000', '185119.604000', '185119.606000', '185119.609000', '185119.612000', '185119.614000', '185119.617000', '185119.619000', '185119.622000', '185119.624000', '185119.627000', '185119.629000', '185119.632000', '185119.634000', '185119.637000', '185119.640000', '185119.642000', '185119.645000', '185119.647000', '185139.532000', '185139.535000', '185139.538000', '185139.541000', '185139.543000', '185139.546000', '185139.548000', '185139.551000', '185139.553000', '185139.556000', '185139.558000', '185139.561000', '185139.564000', '185139.566000', '185139.569000', '185139.571000', '185139.574000', '185139.576000', '185139.579000', '185139.581000', '185139.584000', '185139.586000', '185139.589000', '185139.591000', '185139.594000', '185139.597000', '185139.599000', '185139.602000', '185139.605000', '185139.607000', '185139.610000', '185139.618000', '185139.621000', '185139.624000', '185139.626000', '185139.629000', '185139.641000', '185139.644000', '185139.646000', '185139.649000', '185139.651000', '185139.654000', '185139.657000', '185159.531000', '185159.534000', '185159.537000', '185159.539000', '185159.542000', '185159.544000', '185159.547000', '185159.550000', '185159.552000', '185159.555000', '185159.557000', '185159.560000', '185159.562000', '185159.565000', '185159.568000', '185159.574000', '185159.577000', '185159.580000', '185159.582000', '185159.585000', '185159.587000', '185159.590000', '185159.593000', '185159.595000', '185159.598000', '185159.600000', '185159.603000', '185159.606000', '185159.608000', '185159.611000', '185159.613000', '185159.616000', '185159.618000', '185159.621000', '185159.623000', '185159.626000', '185159.628000', '185159.631000', '185159.634000', '185159.636000', '185159.639000', '185159.641000', '185159.644000', '185159.646000', '185219.531000', '185219.534000', '185219.537000', '185219.540000', '185219.542000', '185219.545000', '185219.547000', '185219.550000', '185219.553000', '185219.555000', '185219.558000', '185219.560000', '185219.563000', '185219.565000', '185219.568000', '185219.570000', '185219.573000', '185219.575000', '185219.578000', '185219.582000', '185219.585000', '185219.588000', '185219.590000', '185219.593000', '185219.595000', '185219.598000', '185219.600000', '185219.603000', '185219.606000', '185219.608000', '185219.611000', '185219.613000', '185219.616000', '185219.618000', '185219.621000', '185219.624000', '185219.626000', '185219.654000', '185219.657000', '185219.660000', '185219.662000', '185219.665000', '185219.667000', '185239.532000', '185239.535000', '185239.538000', '185239.540000', '185239.543000', '185239.546000', '185239.548000', '185239.551000', '185239.553000', '185239.556000', '185239.559000', '185239.561000', '185239.564000', '185239.566000', '185239.569000', '185239.572000', '185239.574000', '185239.577000', '185239.579000', '185239.582000', '185239.584000', '185239.587000', '185239.589000', '185239.592000', '185239.594000', '185239.597000', '185239.600000', '185239.602000', '185239.605000', '185239.608000', '185239.610000', '185239.613000', '185239.615000', '185239.618000', '185239.620000', '185239.623000', '185239.626000', '185239.628000', '185239.631000', '185239.633000', '185239.636000', '185239.638000', '185239.641000', '185239.643000', '185259.532000', '185259.535000', '185259.538000', '185259.540000', '185259.543000', '185259.545000', '185259.548000', '185259.551000', '185259.553000', '185259.556000', '185259.558000', '185259.561000', '185259.563000', '185259.566000', '185259.569000', '185259.575000', '185259.577000', '185259.580000', '185259.582000', '185259.585000', '185259.588000', '185259.590000', '185259.593000', '185259.595000', '185259.598000', '185259.600000', '185259.603000', '185259.606000', '185259.609000', '185259.611000', '185259.614000', '185259.617000', '185259.619000', '185259.622000', '185259.624000', '185259.627000', '185259.629000', '185259.632000', '185259.634000', '185259.637000', '185259.640000', '185259.642000', '185259.645000', '185319.533000', '185319.535000', '185319.538000', '185319.541000', '185319.543000', '185319.546000', '185319.548000', '185319.551000', '185319.553000', '185319.556000', '185319.559000', '185319.561000', '185319.564000', '185319.567000', '185319.569000', '185319.572000', '185319.574000', '185319.577000', '185319.580000', '185319.582000', '185319.585000', '185319.587000', '185319.590000', '185319.592000', '185319.595000', '185319.597000', '185319.600000', '185319.603000', '185319.605000', '185319.608000', '185319.610000', '185319.613000', '185319.627000', '185319.630000', '185319.633000', '185319.635000', '185319.638000', '185319.640000', '185319.643000', '185319.646000', '185319.648000', '185319.651000', '185319.653000', '185319.656000', '185339.532000', '185339.535000', '185339.538000', '185339.540000', '185339.543000', '185339.546000', '185339.548000', '185339.551000', '185339.553000', '185339.556000', '185339.558000', '185339.561000', '185339.564000', '185339.566000', '185339.569000', '185339.571000', '185339.574000', '185339.576000', '185339.579000', '185339.581000', '185339.584000', '185339.587000', '185339.589000', '185339.592000', '185339.594000', '185339.597000', '185339.599000', '185339.602000', '185339.604000', '185339.607000', '185339.610000', '185339.612000', '185339.615000', '185339.617000', '185339.620000', '185339.623000', '185339.626000', '185339.628000', '185339.632000', '185339.635000', '185339.637000', '185339.640000', '185339.643000', '185359.532000', '185359.535000', '185359.538000', '185359.540000', '185359.543000', '185359.546000', '185359.548000', '185359.551000', '185359.553000', '185359.556000', '185359.559000', '185359.561000', '185359.564000', '185359.566000', '185359.569000', '185359.571000', '185359.574000', '185359.576000', '185359.579000', '185359.582000', '185359.584000', '185359.587000', '185359.589000', '185359.592000', '185359.594000', '185359.597000', '185359.600000', '185359.602000', '185359.605000', '185359.608000', '185359.610000', '185359.613000', '185359.615000', '185359.618000', '185359.620000', '185359.623000', '185359.626000', '185359.628000', '185359.631000', '185359.633000', '185359.636000', '185359.638000', '185359.641000', '185359.643000', '185419.531000', '185419.534000', '185419.537000', '185419.540000', '185419.542000', '185419.545000', '185419.547000', '185419.550000', '185419.553000', '185419.555000', '185419.558000', '185419.561000', '185419.563000', '185419.566000', '185419.568000', '185419.571000', '185419.574000', '185419.577000', '185419.579000', '185419.582000', '185419.584000', '185419.587000', '185419.589000', '185419.592000', '185419.594000', '185419.597000', '185419.600000', '185419.602000', '185419.605000', '185419.608000', '185419.610000', '185419.613000', '185419.615000', '185419.618000', '185419.620000', '185419.623000', '185419.625000', '185419.635000', '185419.638000', '185419.640000', '185419.643000', '185419.646000', '185419.648000', '185439.531000', '185439.534000', '185439.537000', '185439.539000', '185439.542000', '185439.545000', '185439.547000', '185439.550000', '185439.552000', '185439.555000', '185439.557000', '185439.560000', '185439.562000', '185439.565000', '185439.568000', '185439.570000', '185439.573000', '185439.575000', '185439.578000', '185439.581000', '185439.583000', '185439.586000', '185439.588000', '185439.591000', '185439.593000', '185439.596000', '185439.599000', '185439.601000', '185439.604000', '185439.606000', '185439.609000', '185439.612000', '185439.614000', '185439.617000', '185439.619000', '185439.622000', '185439.624000', '185439.627000', '185439.629000', '185439.632000', '185439.634000', '185439.637000', '185439.640000', '185439.642000', '185459.533000', '185459.535000', '185459.538000', '185459.541000', '185459.543000', '185459.546000', '185459.548000', '185459.551000', '185459.554000', '185459.556000', '185459.559000', '185459.561000', '185459.564000', '185459.566000', '185459.569000', '185459.572000', '185459.574000', '185459.577000', '185459.579000', '185459.582000', '185459.584000', '185459.587000', '185459.590000', '185459.592000', '185459.595000', '185459.597000', '185459.600000', '185459.603000', '185459.605000', '185459.608000', '185459.610000', '185459.613000', '185459.616000', '185459.618000', '185459.621000', '185459.623000', '185459.626000', '185459.628000', '185459.631000', '185459.633000', '185459.636000', '185459.638000', '185459.641000', '185519.533000', '185519.535000', '185519.538000', '185519.540000', '185519.543000', '185519.546000', '185519.548000', '185519.551000', '185519.553000', '185519.556000', '185519.558000', '185519.561000', '185519.564000', '185519.566000', '185519.569000', '185519.571000', '185519.574000', '185519.576000', '185519.579000', '185519.582000', '185519.584000', '185519.587000', '185519.589000', '185519.592000', '185519.595000', '185519.597000', '185519.600000', '185519.603000', '185519.605000', '185519.608000', '185519.610000', '185519.613000', '185519.615000', '185519.618000', '185519.621000', '185519.623000', '185519.626000', '185519.628000', '185519.631000', '185519.633000', '185519.636000', '185519.639000', '185519.641000', '185519.644000', '185539.533000', '185539.536000', '185539.538000', '185539.541000', '185539.543000', '185539.546000', '185539.549000', '185539.551000', '185539.554000', '185539.556000', '185539.559000', '185539.562000', '185539.564000', '185539.567000', '185539.569000', '185539.572000', '185539.574000', '185539.577000', '185539.579000', '185539.582000', '185539.584000', '185539.587000', '185539.589000', '185539.592000', '185539.595000', '185539.597000', '185539.600000', '185539.602000', '185539.605000', '185539.608000', '185539.610000', '185539.613000', '185539.615000', '185539.618000', '185539.620000', '185539.623000', '185539.625000', '185539.628000', '185539.630000', '185539.633000', '185539.636000', '185539.638000', '185539.641000', '185559.533000', '185559.535000', '185559.538000', '185559.541000', '185559.543000', '185559.546000', '185559.548000', '185559.551000', '185559.554000', '185559.556000', '185559.559000', '185559.561000', '185559.564000', '185559.567000', '185559.569000', '185559.572000', '185559.574000', '185559.577000', '185559.580000', '185559.582000', '185559.585000', '185559.588000', '185559.590000', '185559.593000', '185559.595000', '185559.598000', '185559.601000', '185559.603000', '185559.606000', '185559.608000', '185559.611000', '185559.613000', '185559.616000', '185559.618000', '185559.621000', '185559.623000', '185559.626000', '185559.629000', '185559.631000', '185559.634000', '185559.636000', '185559.639000', '185559.641000', '185559.644000', '185619.532000', '185619.535000', '185619.538000', '185619.541000', '185619.543000', '185619.546000', '185619.548000', '185619.551000', '185619.553000', '185619.556000', '185619.559000', '185619.561000', '185619.564000', '185619.566000', '185619.569000', '185619.571000', '185619.574000', '185619.577000', '185619.579000', '185619.582000', '185619.584000', '185619.587000', '185619.589000', '185619.592000', '185619.608000', '185619.610000', '185619.613000', '185619.615000', '185619.618000', '185619.621000', '185619.623000', '185619.626000', '185619.628000', '185619.631000', '185619.633000', '185619.636000', '185619.639000', '185619.641000', '185619.644000', '185619.646000', '185619.649000', '185619.651000', '185619.654000', '185639.532000', '185639.534000', '185639.537000', '185639.540000', '185639.542000', '185639.545000', '185639.549000', '185639.551000', '185639.554000', '185639.557000', '185639.559000', '185639.562000', '185639.565000', '185639.567000', '185639.570000', '185639.572000', '185639.575000', '185639.578000', '185639.580000', '185639.583000', '185639.585000', '185639.588000', '185639.591000', '185639.593000', '185639.596000', '185639.599000', '185639.601000', '185639.604000', '185639.606000', '185639.609000', '185639.611000', '185639.614000', '185639.616000', '185639.619000', '185639.622000', '185639.624000', '185639.627000', '185639.629000', '185639.632000', '185639.634000', '185639.637000', '185639.640000', '185639.642000', '185639.645000', '185659.532000', '185659.534000', '185659.537000', '185659.540000', '185659.542000', '185659.545000', '185659.547000', '185659.550000', '185659.553000', '185659.555000', '185659.558000', '185659.560000', '185659.563000', '185659.565000', '185659.568000', '185659.570000', '185659.573000', '185659.576000', '185659.578000', '185659.581000', '185659.583000', '185659.586000', '185659.588000', '185659.591000', '185659.593000', '185659.596000', '185659.599000', '185659.601000', '185659.604000', '185659.607000', '185659.609000', '185659.612000', '185659.614000', '185659.617000', '185659.619000', '185659.622000', '185659.625000', '185659.627000', '185659.630000', '185659.632000', '185659.635000', '185659.637000', '185659.640000', '185719.532000', '185719.535000', '185719.538000', '185719.540000', '185719.543000', '185719.546000', '185719.548000', '185719.551000', '185719.553000', '185719.556000', '185719.559000', '185719.562000', '185719.564000', '185719.567000', '185719.569000', '185719.572000', '185719.575000', '185719.577000', '185719.580000', '185719.582000', '185719.585000', '185719.588000', '185719.590000', '185719.593000', '185719.595000', '185719.598000', '185719.600000', '185719.603000', '185719.605000', '185719.608000', '185719.611000', '185719.613000', '185719.616000', '185719.618000', '185719.621000', '185719.623000', '185719.626000', '185719.629000', '185719.631000', '185719.634000', '185719.636000', '185719.639000', '185719.641000', '185719.644000', '185739.533000', '185739.536000', '185739.538000', '185739.541000', '185739.543000', '185739.546000', '185739.549000', '185739.551000', '185739.554000', '185739.556000', '185739.559000', '185739.561000', '185739.564000', '185739.567000', '185739.569000', '185739.572000', '185739.574000', '185739.577000', '185739.579000', '185739.582000', '185739.593000', '185739.595000', '185739.598000', '185739.601000', '185739.603000', '185739.606000', '185739.608000', '185739.611000', '185739.613000', '185739.616000', '185739.618000', '185739.621000', '185739.624000', '185739.626000', '185739.629000', '185739.631000', '185739.634000', '185739.636000', '185739.639000', '185739.642000', '185739.644000', '185739.647000', '185739.649000', '185759.532000', '185759.535000', '185759.538000', '185759.540000', '185759.543000', '185759.546000', '185759.548000', '185759.551000', '185759.553000', '185759.556000', '185759.558000', '185759.561000', '185759.564000', '185759.566000', '185759.569000', '185759.571000', '185759.574000', '185759.577000', '185759.579000', '185759.582000', '185759.584000', '185759.587000', '185759.589000', '185759.592000', '185759.595000', '185759.597000', '185759.600000', '185759.602000', '185759.605000', '185759.608000', '185759.610000', '185759.613000', '185759.615000', '185759.618000', '185759.620000', '185759.623000', '185759.626000', '185759.628000', '185759.631000', '185759.633000', '185759.636000', '185759.638000', '185759.641000', '185759.644000', '185819.532000', '185819.535000', '185819.538000', '185819.541000', '185819.543000', '185819.546000', '185819.548000', '185819.551000', '185819.554000', '185819.556000', '185819.559000', '185819.561000', '185819.564000', '185819.566000', '185819.569000', '185819.572000', '185819.574000', '185819.577000', '185819.579000', '185819.582000', '185819.584000', '185819.587000', '185819.590000', '185819.592000', '185819.595000', '185819.597000', '185819.600000', '185819.602000', '185819.605000', '185819.607000', '185819.610000', '185819.612000', '185819.615000', '185819.618000', '185819.620000', '185819.623000', '185819.625000', '185819.628000', '185819.630000', '185819.633000', '185819.636000', '185819.638000', '185819.641000', '185839.532000', '185839.535000', '185839.538000', '185839.541000', '185839.544000', '185839.546000', '185839.549000', '185839.551000', '185839.554000', '185839.556000', '185839.559000', '185839.562000', '185839.564000', '185839.567000', '185839.570000', '185839.572000', '185839.575000', '185839.577000', '185839.580000', '185839.583000', '185839.585000', '185839.588000', '185839.590000', '185839.593000', '185839.596000', '185839.599000', '185839.601000', '185839.604000', '185839.606000', '185839.609000', '185839.612000', '185839.614000', '185839.617000', '185839.620000', '185839.622000', '185839.625000', '185839.627000', '185839.630000', '185839.633000', '185839.635000', '185839.638000', '185839.640000', '185839.643000', '185839.646000', '185859.532000', '185859.534000', '185859.537000', '185859.540000', '185859.542000', '185859.545000', '185859.547000', '185859.550000', '185859.552000', '185859.555000', '185859.557000', '185859.560000', '185859.563000', '185859.565000', '185859.568000', '185859.570000', '185859.573000', '185859.586000', '185859.589000', '185859.591000', '185859.594000', '185859.596000', '185859.599000', '185859.602000', '185859.604000', '185859.607000', '185859.609000', '185859.612000', '185859.615000', '185859.617000', '185859.620000', '185859.622000', '185859.625000', '185859.627000', '185859.630000', '185859.633000', '185859.635000', '185859.638000', '185859.640000', '185859.643000', '185859.646000', '185859.648000', '185859.651000', '185919.532000', '185919.535000', '185919.537000', '185919.540000', '185919.542000', '185919.545000', '185919.547000', '185919.550000', '185919.553000', '185919.555000', '185919.558000', '185919.560000', '185919.563000', '185919.566000', '185919.568000', '185919.571000', '185919.574000', '185919.576000', '185919.579000', '185919.582000', '185919.584000', '185919.587000', '185919.589000', '185919.592000', '185919.594000', '185919.597000', '185919.600000', '185919.602000', '185919.605000', '185919.607000', '185919.610000', '185919.613000', '185919.615000', '185919.618000', '185919.620000', '185919.623000', '185919.626000', '185919.628000', '185919.631000', '185919.633000', '185919.636000', '185919.638000', '185919.641000', '185939.532000', '185939.535000', '185939.538000', '185939.541000', '185939.543000', '185939.546000', '185939.548000', '185939.551000', '185939.554000', '185939.556000', '185939.559000', '185939.561000', '185939.564000', '185939.567000', '185939.569000', '185939.572000', '185939.574000', '185939.577000', '185939.580000', '185939.582000', '185939.585000', '185939.587000', '185939.590000', '185939.593000', '185939.595000', '185939.598000', '185939.601000', '185939.603000', '185939.606000', '185939.608000', '185939.611000', '185939.613000', '185939.616000', '185939.618000', '185939.621000', '185939.624000', '185939.626000', '185939.629000', '185939.631000', '185939.634000', '185939.636000', '185939.639000', '185939.641000', '185939.644000', '185959.533000', '185959.535000', '185959.538000', '185959.541000', '185959.543000', '185959.546000', '185959.549000', '185959.551000', '185959.554000', '185959.557000', '185959.560000', '185959.562000', '185959.565000', '185959.567000', '185959.570000', '185959.573000', '185959.575000', '185959.579000', '185959.582000', '185959.584000', '185959.587000', '185959.590000', '185959.592000', '185959.595000', '185959.597000', '185959.600000', '185959.603000', '185959.605000', '185959.608000', '185959.610000', '185959.613000', '185959.616000', '185959.618000', '185959.621000', '185959.623000', '185959.626000', '185959.629000', '185959.631000', '185959.634000', '185959.637000', '185959.639000', '185959.642000', '185959.645000', '190019.533000', '190019.535000', '190019.538000', '190019.541000', '190019.543000', '190019.546000', '190019.548000', '190019.551000', '190019.554000', '190019.556000', '190019.559000', '190019.561000', '190019.564000', '190019.566000', '190019.577000', '190019.580000', '190019.582000', '190019.585000', '190019.587000', '190019.590000', '190019.592000', '190019.595000', '190019.597000', '190019.600000', '190019.603000', '190019.605000', '190019.608000', '190019.610000', '190019.613000', '190019.616000', '190019.618000', '190019.621000', '190019.623000', '190019.626000', '190019.628000', '190019.631000', '190019.633000', '190019.636000', '190019.639000', '190019.641000', '190019.644000', '190019.646000', '190019.649000', '190019.651000', '190026.202000', '190026.205000', '190026.208000', '190026.210000', '190026.213000', '190026.216000', '190026.218000', '190026.221000', '190026.223000', '190026.226000', '190026.229000', '190026.232000', '190026.235000', '190026.238000', '190026.241000'], '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': [11359, 11441, 13253, 11767, 9565, 11495, 13441, 10990, 7790, 11055, 10523, 9175, 11130, 9264, 9298, 14432, 10402, 8030, 14513, 11041, 10244, 10040, 10043, 9512, 8438, 11442, 8777, 8634, 10739, 14238, 9805, 8572, 13783, 13478, 10305, 7689, 15030, 12764, 9658, 7479, 15011, 12511, 9952, 7398, 14548, 12321, 10479, 8035, 12747, 12964, 10847, 8323, 8327, 12416, 11337, 9087, 7235, 13876, 12169, 9870, 7863, 9312, 12777, 11295, 9220, 7625, 14464, 12293, 10295, 8452, 8623, 13613, 11334, 8821, 7203, 10493, 13350, 9080, 8326, 7250, 10529, 11976, 9845, 8369, 8919, 12485, 12088, 9515, 8606, 10621, 13277, 9460, 8168, 9344, 13464, 10409, 8565, 8744, 13952, 10353, 8611, 7954, 13463, 10603, 8528, 6986, 12882, 12101, 8815, 7697, 11689, 12989, 9391, 7807, 13689, 13053, 10046, 7875, 14373, 12710, 10060, 8329, 12737, 11955, 10186, 8169, 12901, 11580, 10593, 8491, 12802, 11148, 10705, 9754, 12998, 10150, 8821, 9310, 12761, 9711, 9252, 10474, 13092, 9637, 8558, 9900, 13386, 9378, 8178, 10633, 12758, 8840, 8467, 10810, 12618, 9029, 7768, 13379, 11558, 8589, 9761, 14119, 9421, 7724, 11278, 13280, 9308, 7622, 9709, 13017, 8783, 7963, 7657, 13716, 9988, 7961, 9629, 14183, 9979, 7598, 13209, 12620, 9980, 7880, 12837, 12445, 10072, 9570, 12543, 11793, 9638, 9622, 11939, 11551, 10126, 9006, 12229, 10643, 10244, 8797, 11688, 10676, 10601, 9167, 11059, 10397, 10052, 9032, 9032, 12130, 10583, 10105, 13836, 13623, 9912, 8199, 9830, 14537, 11518, 9152, 8402, 10543, 12722, 9697, 8523, 8514, 7115, 9429, 10828, 10595, 9175, 7917, 7814, 12493, 11814, 9452, 8480, 10832, 14332, 12280, 10467, 9654, 11083, 12585, 12284, 11054, 10626, 9538, 9632, 12762, 12483, 11039, 8054, 10255, 13895, 11427, 9052, 7480, 13624, 12395, 10401, 8859, 8543, 13695, 11987, 8608, 7973, 8846, 12901, 11212, 9397, 9215, 13451, 14945, 11357, 9430, 7525, 14217, 13107, 11068, 8113, 11901, 14422, 11147, 10044, 8273, 8413, 13861, 12449, 9963, 8802, 8732, 10410, 12581, 10275, 10613, 10294, 7816, 7752, 11064, 10639, 10316, 9166, 7112, 12568, 12261, 11451, 9794, 7745, 13167, 13867, 11229, 9727, 8857, 13316, 12776, 10153, 8278, 9330, 13784, 10812, 9306, 6611, 13005, 11443, 10290, 6684, 12235, 10566, 9829, 6835, 10040, 11855, 10389, 8973, 7146, 13428, 11229, 9825, 6973, 13712, 11942, 10367, 7098, 12640, 12159, 10601, 8345, 8527, 13743, 10397, 8533, 8714, 11776, 11960, 9767, 10894, 11864, 12764, 10202, 10207, 13422, 11977, 9336, 9122, 14100, 12067, 9255, 8523, 12431, 11556, 9168, 8155, 11461, 12864, 9918, 8011, 12733, 12547, 9816, 7669, 14815, 11251, 9435, 7625, 13382, 9581, 8076, 7774, 12172, 9191, 8619, 9384, 12948, 9839, 8736, 9814, 13749, 10339, 8280, 10097, 13358, 10520, 7913, 8447, 12729, 8949, 6868, 10135, 10427, 8156, 7411, 12328, 10117, 8990, 11913, 9480, 8611, 7516, 7916, 10696, 8222, 8186, 10028, 11487, 9004, 9289, 12101, 12389, 9972, 9503, 15223, 10859, 9612, 11114, 15552, 11001, 9891, 10284, 15131, 10043, 10855, 10356, 13807, 11167, 10255, 10889, 15532, 10803, 9417, 9855, 15489, 10618, 9271, 8737, 13364, 10846, 9408, 9473, 11459, 11105, 8931, 10182, 9744, 11211, 11699, 10958, 8044, 8351, 11737, 11034, 10966, 8102, 13698, 13434, 10972, 9270, 8860, 15484, 10203, 8904, 9010, 10602, 14420, 10240, 11698, 11924, 9230, 12711, 12544, 11950, 11064, 8029, 11981, 13916, 10730, 9902, 9000, 11271, 14681, 10042, 10054, 10297, 8504, 8225, 11367, 10845, 10322, 8798, 9918, 14205, 10947, 9650, 9391, 14173, 12115, 9851, 10423, 12190, 13218, 11734, 11069, 11428, 9273, 9512, 12502, 11324, 10649, 8613, 8907, 14540, 11794, 10278, 8057, 13180, 11147, 9225, 10123, 9653, 10295, 11513, 11708, 11996, 8524, 9232, 12042, 11369, 10435, 7736, 11013, 13349, 9420, 8724, 8068, 11280, 14642, 9779, 9928, 10147, 14068, 11370, 11392, 10751, 9326, 12519, 11762, 11754, 7673, 11995, 12015, 10748, 9345, 9101, 14264, 10568, 9583, 9237, 11781, 10776, 9751, 10804, 10593, 14750, 11713, 11266, 10080, 11347, 12812, 11485, 9899, 8283, 13323, 11077, 10292, 8179, 14389, 13753, 10579, 9518, 11656, 15693, 10780, 10905, 9961, 9447, 11750, 10139, 10971, 9724, 11456, 10940, 11258, 11012, 7998, 12414, 11349, 11190, 7384, 13945, 11484, 11583, 8229, 10564, 13184, 10748, 9314, 8984, 15393, 10842, 9409, 8551, 12656, 12035, 10984, 11504, 10124, 13817, 12107, 11841, 10606, 8814, 14060, 11907, 10525, 9466, 14463, 12557, 10159, 9732, 11614, 14998, 10980, 10185, 9478, 16089, 11029, 9487, 8841, 15004, 11073, 9143, 8505, 10437, 11444, 9200, 10144, 9263, 13124, 11090, 11121, 9327, 8374, 12471, 11875, 11121, 7543, 12581, 11982, 11287, 7264, 14023, 12861, 10843, 9138, 9548, 15184, 10691, 9410, 9438, 6841, 13607, 11811, 10019, 8559, 9707, 13280, 11156, 9635, 10728, 9518, 10735, 10492, 10864, 10878, 9249, 13238, 9699, 10895, 9831, 12525, 10852, 10269, 10830, 10497, 12339, 11268, 11079, 10986, 13413, 9762, 9673, 10653, 15819, 10821, 10001, 11031, 15766, 12143, 10029, 7414, 12571, 12154, 12410, 8952, 10529, 11628, 9816, 8165, 12963, 12737, 10453, 8240, 9138, 12294, 11412, 7728, 12911, 11695, 11264, 7225, 13016, 11595, 10878, 7176, 12204, 10797, 11100, 8028, 13269, 10428, 10864, 10211, 15061, 10808, 11369, 10424, 14010, 10188, 10437, 10031, 12850, 9838, 9060, 9934, 13545, 10090, 9261, 6986, 13124, 10024, 9319, 6434, 12957, 11325, 10365, 7627, 12977, 11260, 10471, 6693, 13080, 12037, 10067, 6803, 10888, 10306, 10317, 7316, 11588, 12095, 11176, 7891, 12805, 11287, 10892, 10392, 12939, 11374, 10714, 12954, 11765, 11800, 9045, 8276, 11384, 10755, 9163, 7002, 12544, 11112, 9978, 7552, 12927, 10083, 9773, 10214, 8877, 12280, 11633, 11410, 9926, 12693, 11552, 12586, 10684, 12707, 11528, 11767, 8016, 10387, 10541, 10664, 8606, 7532, 10592, 10873, 9537, 7650, 10814, 10865, 10796, 13803, 10275, 7803, 14417, 11020, 9017, 10260, 13176, 9733, 8632, 9393, 12627, 10793, 8621, 10110, 12929, 11350, 8156, 12693, 12594, 9589, 9920, 11435, 10055, 9813, 10420, 11373, 9525, 9132, 7091, 10889, 11335, 10341, 8514, 12931, 9922, 9562, 10301, 12409, 10106, 10171, 10177, 11797, 9098, 10913, 9626, 12738, 10719, 11178, 9572, 10213, 10654, 10062, 8347, 12004, 10005, 10107, 12251, 12674, 9716, 7644, 13312, 11963, 9268, 10540, 13252, 12035, 9336, 12430, 10446, 11761, 9484, 12755, 10617, 10815, 10320, 12563, 9963, 10121, 8097, 11767, 10328, 10344, 13977, 10518, 8181, 9970, 12592, 9897, 7685, 12278, 12148, 9575, 8970, 13272, 11050, 10874, 8851, 8699, 12777, 9908, 8985, 11088, 12502, 10924, 12162, 10330, 10120, 13060, 12103, 11026, 13249, 11957, 11579, 8770, 12897, 10485, 10075, 8712, 12500, 9829, 7865, 12966, 11270, 9038, 6659, 12909, 10031, 8393, 9190, 11309, 8262, 8512, 12641, 10760, 8222, 7288, 13438, 11587, 7870, 13259, 10963, 10256, 12444, 11928, 10536, 10791, 12963, 10910, 11544, 10152, 12642, 10764, 9863, 11770, 13439, 9973, 8865, 14092, 11736, 9225, 10604, 13837, 9982, 7844, 11008, 12733, 9375, 7793, 12259, 11727, 9117, 10784, 14836, 9704, 7830, 11884, 12396, 8947, 7404, 12496, 11566, 7853, 12993, 10133, 8923, 12756, 11074, 9483, 10611, 13281, 9546, 7684, 8918, 12712, 10266, 8029, 10869, 13529, 10451, 7883, 13546, 12789, 11487, 8516, 10272, 10502, 7935, 6676, 8808, 12570, 10202, 8793, 7782, 10685, 12460, 12055, 10476, 9284, 14731, 12141, 9792, 10980, 14152, 12347, 12362, 9865, 12111, 13163, 10878, 6868, 12655, 12091, 9430, 6762, 9287, 12398, 9657, 8330, 7405, 11982, 9409, 8965, 8848, 12085, 10689, 9746, 11036, 14475, 11107, 9304, 10963, 13811, 10641, 11330, 9710, 12684, 11030, 10778, 8176, 10880, 12735, 11126, 7774, 13112, 13005, 11371, 7522, 12597, 13063, 10839, 6852, 11612, 12527, 9838, 7148, 9899, 12138, 10264, 7826, 13929, 12451, 10485, 7681, 13876, 12534, 9725, 7227, 14070, 11316, 7798, 10507, 12969, 10082, 7347, 8978, 12251, 10134, 7208, 10870, 11947, 10323, 6876, 13089, 10927, 9189, 6902, 13531, 11799, 8577, 10859, 13271, 11799, 7567, 11632, 12693, 10373, 7103, 12871, 11491, 9625, 10465, 13731, 10567, 7959, 13289, 12593, 10222, 8241, 14540, 11944, 9497, 9376, 13448, 10450, 8413, 8733, 13439, 10444, 8574, 9767, 12835, 10663, 8683, 8367, 12585, 10548, 9031, 7731, 12608, 10607, 8623, 10679, 13257, 10481, 9236, 7709, 13474, 11388, 9338, 7053, 14062, 11113, 10041, 10275, 13515, 11218, 10194, 9916, 14002, 11647, 11828, 9327, 13108, 10541, 9384, 9607, 13239, 9587, 9812, 8668, 11842, 10905, 10659, 8515, 12565, 12076, 10375, 9315, 12250, 11699, 8338, 9519, 11068, 10974, 8987, 8374, 11737, 10792, 8457, 11883, 13304, 10971, 7404, 13506, 12723, 10577, 7015, 13761, 11393, 8832, 6984, 13384, 11358, 8260, 8892, 11637, 10563, 7116, 12780, 11956, 9977, 9702, 12958, 12124, 9586, 12861, 11511, 11071, 7677, 11695, 11954, 9268, 10175, 11561, 11174, 10103, 12968, 12031, 10934, 9783, 12972, 10538, 11027, 14829, 10573, 8921, 6615, 12985, 11263, 9128, 7365, 13193, 12007, 7846, 13356, 12955, 9885, 6805, 13106, 10585, 7538, 10305, 12303, 9619, 8211, 8183, 12475, 10414, 8459, 8637], 'WindowCenter': [3892.0, 3888.0, 3886.0, 3861.0, 3839.0, 3858.0, 3870.0, 3848.0, 3815.0, 3847.0, 3845.0, 3837.0, 3847.0, 3836.0, 3837.0, 3880.0, 3848.0, 3816.0, 3868.0, 3859.0, 3849.0, 3837.0, 3835.0, 3837.0, 3828.0, 3860.0, 3839.0, 3839.0, 3862.0, 3884.0, 3850.0, 3829.0, 3882.0, 3872.0, 3849.0, 3817.0, 3880.0, 3871.0, 3848.0, 3816.0, 3878.0, 3858.0, 3836.0, 3804.0, 3867.0, 3857.0, 3846.0, 3815.0, 3855.0, 3856.0, 3845.0, 3814.0, 3812.0, 3855.0, 3845.0, 3824.0, 3802.0, 3865.0, 3855.0, 3834.0, 3813.0, 3823.0, 3855.0, 3845.0, 3824.0, 3802.0, 3865.0, 3854.0, 3834.0, 3813.0, 3812.0, 3855.0, 3845.0, 3824.0, 3803.0, 3845.0, 3867.0, 3825.0, 3825.0, 3816.0, 3848.0, 3859.0, 3847.0, 3826.0, 3837.0, 3869.0, 3858.0, 3836.0, 3826.0, 3848.0, 3869.0, 3836.0, 3826.0, 3837.0, 3869.0, 3847.0, 3826.0, 3826.0, 3880.0, 3848.0, 3826.0, 3826.0, 3868.0, 3859.0, 3838.0, 3818.0, 3869.0, 3871.0, 3839.0, 3830.0, 3872.0, 3883.0, 3851.0, 3830.0, 3883.0, 3883.0, 3850.0, 3829.0, 3882.0, 3871.0, 3850.0, 3828.0, 3870.0, 3859.0, 3849.0, 3827.0, 3869.0, 3858.0, 3849.0, 3827.0, 3869.0, 3847.0, 3848.0, 3837.0, 3867.0, 3835.0, 3826.0, 3836.0, 3868.0, 3835.0, 3836.0, 3848.0, 3869.0, 3836.0, 3826.0, 3848.0, 3868.0, 3837.0, 3826.0, 3848.0, 3868.0, 3826.0, 3826.0, 3848.0, 3858.0, 3837.0, 3816.0, 3869.0, 3858.0, 3826.0, 3836.0, 3867.0, 3836.0, 3816.0, 3858.0, 3869.0, 3837.0, 3816.0, 3837.0, 3869.0, 3826.0, 3829.0, 3829.0, 3883.0, 3851.0, 3829.0, 3850.0, 3883.0, 3850.0, 3829.0, 3870.0, 3870.0, 3849.0, 3827.0, 3868.0, 3869.0, 3838.0, 3836.0, 3855.0, 3857.0, 3837.0, 3835.0, 3855.0, 3857.0, 3847.0, 3826.0, 3856.0, 3846.0, 3848.0, 3827.0, 3858.0, 3847.0, 3848.0, 3837.0, 3846.0, 3846.0, 3849.0, 3839.0, 3839.0, 3870.0, 3848.0, 3849.0, 3882.0, 3881.0, 3837.0, 3827.0, 3837.0, 3880.0, 3856.0, 3836.0, 3826.0, 3847.0, 3868.0, 3836.0, 3826.0, 3838.0, 3818.0, 3838.0, 3859.0, 3859.0, 3839.0, 3829.0, 3829.0, 3872.0, 3872.0, 3849.0, 3828.0, 3859.0, 3881.0, 3858.0, 3848.0, 3838.0, 3859.0, 3869.0, 3857.0, 3847.0, 3848.0, 3849.0, 3837.0, 3868.0, 3858.0, 3848.0, 3816.0, 3846.0, 3867.0, 3858.0, 3826.0, 3803.0, 3868.0, 3868.0, 3847.0, 3826.0, 3826.0, 3869.0, 3869.0, 3827.0, 3826.0, 3838.0, 3882.0, 3871.0, 3839.0, 3851.0, 3883.0, 3882.0, 3859.0, 3838.0, 3815.0, 3869.0, 3868.0, 3847.0, 3814.0, 3845.0, 3868.0, 3846.0, 3823.0, 3814.0, 3813.0, 3868.0, 3855.0, 3835.0, 3824.0, 3824.0, 3846.0, 3856.0, 3833.0, 3845.0, 3846.0, 3815.0, 3815.0, 3847.0, 3847.0, 3848.0, 3838.0, 3806.0, 3858.0, 3859.0, 3859.0, 3848.0, 3816.0, 3869.0, 3870.0, 3847.0, 3837.0, 3825.0, 3867.0, 3856.0, 3835.0, 3814.0, 3824.0, 3867.0, 3834.0, 3824.0, 3792.0, 3855.0, 3845.0, 3835.0, 3792.0, 3843.0, 3846.0, 3835.0, 3794.0, 3835.0, 3857.0, 3848.0, 3837.0, 3805.0, 3869.0, 3859.0, 3837.0, 3805.0, 3867.0, 3858.0, 3835.0, 3805.0, 3856.0, 3857.0, 3847.0, 3826.0, 3826.0, 3869.0, 3845.0, 3827.0, 3828.0, 3860.0, 3858.0, 3837.0, 3849.0, 3859.0, 3856.0, 3835.0, 3836.0, 3857.0, 3844.0, 3824.0, 3837.0, 3866.0, 3843.0, 3821.0, 3811.0, 3843.0, 3831.0, 3810.0, 3800.0, 3843.0, 3841.0, 3820.0, 3800.0, 3843.0, 3842.0, 3820.0, 3788.0, 3851.0, 3830.0, 3809.0, 3787.0, 3841.0, 3808.0, 3798.0, 3800.0, 3843.0, 3822.0, 3811.0, 3824.0, 3855.0, 3822.0, 3812.0, 3823.0, 3854.0, 3821.0, 3800.0, 3821.0, 3855.0, 3834.0, 3801.0, 3811.0, 3856.0, 3827.0, 3782.0, 3824.0, 3821.0, 3790.0, 3790.0, 3841.0, 3821.0, 3811.0, 3844.0, 3821.0, 3800.0, 3792.0, 3815.0, 3847.0, 3814.0, 3815.0, 3837.0, 3847.0, 3829.0, 3828.0, 3858.0, 3845.0, 3823.0, 3824.0, 3868.0, 3833.0, 3822.0, 3833.0, 3865.0, 3832.0, 3821.0, 3822.0, 3853.0, 3810.0, 3833.0, 3822.0, 3854.0, 3832.0, 3820.0, 3832.0, 3865.0, 3831.0, 3811.0, 3823.0, 3864.0, 3821.0, 3811.0, 3810.0, 3855.0, 3832.0, 3810.0, 3822.0, 3843.0, 3833.0, 3812.0, 3834.0, 3823.0, 3831.0, 3842.0, 3833.0, 3801.0, 3801.0, 3843.0, 3835.0, 3833.0, 3802.0, 3855.0, 3854.0, 3832.0, 3810.0, 3809.0, 3863.0, 3821.0, 3811.0, 3811.0, 3833.0, 3854.0, 3821.0, 3844.0, 3844.0, 3810.0, 3840.0, 3841.0, 3844.0, 3831.0, 3787.0, 3830.0, 3852.0, 3819.0, 3809.0, 3811.0, 3832.0, 3851.0, 3808.0, 3819.0, 3821.0, 3811.0, 3799.0, 3831.0, 3833.0, 3834.0, 3813.0, 3834.0, 3867.0, 3833.0, 3821.0, 3822.0, 3866.0, 3844.0, 3823.0, 3833.0, 3844.0, 3854.0, 3831.0, 3832.0, 3833.0, 3811.0, 3809.0, 3840.0, 3830.0, 3821.0, 3800.0, 3811.0, 3852.0, 3842.0, 3821.0, 3799.0, 3852.0, 3831.0, 3809.0, 3821.0, 3822.0, 3833.0, 3842.0, 3842.0, 3845.0, 3811.0, 3812.0, 3843.0, 3844.0, 3832.0, 3789.0, 3832.0, 3855.0, 3824.0, 3813.0, 3814.0, 3847.0, 3879.0, 3835.0, 3835.0, 3836.0, 3868.0, 3844.0, 3844.0, 3835.0, 3824.0, 3844.0, 3845.0, 3844.0, 3790.0, 3843.0, 3843.0, 3833.0, 3823.0, 3813.0, 3865.0, 3833.0, 3821.0, 3823.0, 3844.0, 3834.0, 3823.0, 3845.0, 3835.0, 3867.0, 3843.0, 3834.0, 3822.0, 3833.0, 3854.0, 3834.0, 3822.0, 3800.0, 3852.0, 3832.0, 3822.0, 3800.0, 3865.0, 3853.0, 3821.0, 3821.0, 3832.0, 3864.0, 3819.0, 3820.0, 3821.0, 3811.0, 3842.0, 3820.0, 3831.0, 3821.0, 3830.0, 3831.0, 3831.0, 3832.0, 3788.0, 3840.0, 3833.0, 3832.0, 3789.0, 3864.0, 3843.0, 3833.0, 3800.0, 3820.0, 3853.0, 3833.0, 3811.0, 3811.0, 3876.0, 3833.0, 3824.0, 3825.0, 3857.0, 3844.0, 3834.0, 3845.0, 3835.0, 3855.0, 3842.0, 3844.0, 3833.0, 3811.0, 3854.0, 3832.0, 3819.0, 3810.0, 3852.0, 3841.0, 3821.0, 3810.0, 3832.0, 3864.0, 3831.0, 3820.0, 3809.0, 3863.0, 3819.0, 3810.0, 3810.0, 3864.0, 3830.0, 3811.0, 3810.0, 3832.0, 3832.0, 3810.0, 3822.0, 3822.0, 3854.0, 3832.0, 3844.0, 3823.0, 3800.0, 3842.0, 3845.0, 3834.0, 3791.0, 3842.0, 3845.0, 3833.0, 3790.0, 3852.0, 3843.0, 3831.0, 3810.0, 3810.0, 3867.0, 3821.0, 3798.0, 3798.0, 3767.0, 3840.0, 3830.0, 3809.0, 3798.0, 3810.0, 3853.0, 3832.0, 3809.0, 3832.0, 3811.0, 3820.0, 3818.0, 3820.0, 3832.0, 3811.0, 3842.0, 3809.0, 3831.0, 3821.0, 3844.0, 3821.0, 3821.0, 3821.0, 3820.0, 3829.0, 3818.0, 3821.0, 3820.0, 3840.0, 3807.0, 3796.0, 3819.0, 3851.0, 3808.0, 3796.0, 3818.0, 3851.0, 3828.0, 3807.0, 3775.0, 3815.0, 3816.0, 3817.0, 3785.0, 3805.0, 3815.0, 3794.0, 3772.0, 3826.0, 3827.0, 3807.0, 3785.0, 3796.0, 3828.0, 3819.0, 3776.0, 3826.0, 3817.0, 3817.0, 3763.0, 3826.0, 3817.0, 3806.0, 3764.0, 3816.0, 3805.0, 3819.0, 3786.0, 3840.0, 3806.0, 3819.0, 3808.0, 3850.0, 3807.0, 3817.0, 3806.0, 3827.0, 3806.0, 3806.0, 3806.0, 3840.0, 3808.0, 3796.0, 3807.0, 3838.0, 3807.0, 3796.0, 3764.0, 3839.0, 3809.0, 3810.0, 3765.0, 3840.0, 3832.0, 3821.0, 3787.0, 3840.0, 3831.0, 3823.0, 3781.0, 3841.0, 3832.0, 3809.0, 3767.0, 3819.0, 3818.0, 3821.0, 3789.0, 3831.0, 3841.0, 3833.0, 3800.0, 3841.0, 3820.0, 3822.0, 3809.0, 3828.0, 3818.0, 3808.0, 3828.0, 3816.0, 3816.0, 3797.0, 3785.0, 3815.0, 3819.0, 3809.0, 3766.0, 3828.0, 3819.0, 3809.0, 3775.0, 3828.0, 3807.0, 3808.0, 3820.0, 3800.0, 3829.0, 3819.0, 3831.0, 3808.0, 3829.0, 3816.0, 3829.0, 3806.0, 3827.0, 3816.0, 3829.0, 3787.0, 3807.0, 3817.0, 3819.0, 3799.0, 3787.0, 3818.0, 3830.0, 3811.0, 3788.0, 3819.0, 3821.0, 3820.0, 3840.0, 3809.0, 3775.0, 3852.0, 3818.0, 3796.0, 3807.0, 3840.0, 3810.0, 3797.0, 3809.0, 3842.0, 3820.0, 3800.0, 3807.0, 3829.0, 3819.0, 3774.0, 3826.0, 3828.0, 3797.0, 3807.0, 3816.0, 3795.0, 3806.0, 3807.0, 3816.0, 3796.0, 3809.0, 3777.0, 3817.0, 3831.0, 3821.0, 3798.0, 3841.0, 3808.0, 3807.0, 3808.0, 3828.0, 3808.0, 3821.0, 3820.0, 3830.0, 3796.0, 3818.0, 3808.0, 3829.0, 3817.0, 3819.0, 3809.0, 3808.0, 3817.0, 3808.0, 3799.0, 3841.0, 3821.0, 3823.0, 3844.0, 3842.0, 3810.0, 3776.0, 3840.0, 3830.0, 3798.0, 3807.0, 3827.0, 3829.0, 3797.0, 3828.0, 3807.0, 3829.0, 3807.0, 3829.0, 3806.0, 3806.0, 3807.0, 3826.0, 3807.0, 3808.0, 3786.0, 3828.0, 3807.0, 3819.0, 3841.0, 3808.0, 3786.0, 3808.0, 3828.0, 3807.0, 3775.0, 3829.0, 3828.0, 3808.0, 3811.0, 3856.0, 3831.0, 3831.0, 3810.0, 3797.0, 3840.0, 3819.0, 3811.0, 3832.0, 3841.0, 3819.0, 3831.0, 3821.0, 3820.0, 3839.0, 3829.0, 3819.0, 3828.0, 3816.0, 3816.0, 3796.0, 3826.0, 3805.0, 3806.0, 3796.0, 3827.0, 3805.0, 3784.0, 3839.0, 3817.0, 3797.0, 3766.0, 3838.0, 3807.0, 3799.0, 3809.0, 3830.0, 3798.0, 3811.0, 3855.0, 3834.0, 3802.0, 3789.0, 3853.0, 3833.0, 3800.0, 3840.0, 3820.0, 3821.0, 3842.0, 3830.0, 3819.0, 3831.0, 3842.0, 3820.0, 3832.0, 3822.0, 3840.0, 3804.0, 3793.0, 3817.0, 3870.0, 3836.0, 3812.0, 3853.0, 3830.0, 3808.0, 3819.0, 3840.0, 3808.0, 3787.0, 3819.0, 3840.0, 3809.0, 3788.0, 3831.0, 3830.0, 3809.0, 3830.0, 3854.0, 3810.0, 3788.0, 3829.0, 3843.0, 3810.0, 3776.0, 3839.0, 3831.0, 3799.0, 3840.0, 3820.0, 3809.0, 3853.0, 3831.0, 3809.0, 3819.0, 3851.0, 3821.0, 3788.0, 3810.0, 3853.0, 3822.0, 3801.0, 3832.0, 3853.0, 3821.0, 3788.0, 3842.0, 3841.0, 3832.0, 3810.0, 3833.0, 3831.0, 3799.0, 3777.0, 3811.0, 3854.0, 3821.0, 3811.0, 3801.0, 3835.0, 3854.0, 3845.0, 3833.0, 3809.0, 3851.0, 3829.0, 3808.0, 3820.0, 3841.0, 3828.0, 3828.0, 3808.0, 3827.0, 3827.0, 3816.0, 3762.0, 3827.0, 3827.0, 3797.0, 3764.0, 3808.0, 3840.0, 3809.0, 3799.0, 3802.0, 3843.0, 3811.0, 3811.0, 3811.0, 3843.0, 3833.0, 3822.0, 3833.0, 3855.0, 3832.0, 3811.0, 3832.0, 3840.0, 3819.0, 3830.0, 3810.0, 3840.0, 3818.0, 3831.0, 3799.0, 3818.0, 3842.0, 3833.0, 3789.0, 3840.0, 3853.0, 3832.0, 3788.0, 3840.0, 3842.0, 3832.0, 3777.0, 3828.0, 3841.0, 3821.0, 3791.0, 3822.0, 3843.0, 3822.0, 3790.0, 3853.0, 3842.0, 3822.0, 3788.0, 3841.0, 3842.0, 3809.0, 3777.0, 3839.0, 3818.0, 3786.0, 3818.0, 3839.0, 3820.0, 3789.0, 3808.0, 3841.0, 3821.0, 3790.0, 3832.0, 3845.0, 3833.0, 3779.0, 3853.0, 3833.0, 3823.0, 3780.0, 3852.0, 3843.0, 3801.0, 3830.0, 3852.0, 3845.0, 3791.0, 3830.0, 3853.0, 3833.0, 3790.0, 3854.0, 3832.0, 3811.0, 3821.0, 3852.0, 3821.0, 3799.0, 3840.0, 3842.0, 3819.0, 3797.0, 3851.0, 3829.0, 3807.0, 3807.0, 3841.0, 3819.0, 3798.0, 3797.0, 3851.0, 3832.0, 3798.0, 3819.0, 3842.0, 3832.0, 3811.0, 3799.0, 3843.0, 3832.0, 3812.0, 3799.0, 3842.0, 3832.0, 3811.0, 3831.0, 3852.0, 3822.0, 3811.0, 3789.0, 3852.0, 3832.0, 3810.0, 3789.0, 3852.0, 3830.0, 3820.0, 3821.0, 3853.0, 3830.0, 3821.0, 3821.0, 3852.0, 3829.0, 3832.0, 3810.0, 3853.0, 3820.0, 3810.0, 3809.0, 3841.0, 3822.0, 3823.0, 3812.0, 3843.0, 3833.0, 3834.0, 3812.0, 3854.0, 3844.0, 3835.0, 3811.0, 3841.0, 3842.0, 3800.0, 3821.0, 3831.0, 3833.0, 3813.0, 3811.0, 3844.0, 3846.0, 3814.0, 3845.0, 3855.0, 3834.0, 3790.0, 3853.0, 3844.0, 3822.0, 3778.0, 3852.0, 3833.0, 3813.0, 3777.0, 3852.0, 3833.0, 3801.0, 3811.0, 3843.0, 3835.0, 3790.0, 3853.0, 3845.0, 3824.0, 3823.0, 3843.0, 3845.0, 3823.0, 3842.0, 3832.0, 3833.0, 3790.0, 3830.0, 3843.0, 3812.0, 3821.0, 3842.0, 3832.0, 3823.0, 3842.0, 3843.0, 3845.0, 3824.0, 3842.0, 3821.0, 3831.0, 3855.0, 3821.0, 3810.0, 3777.0, 3853.0, 3833.0, 3823.0, 3789.0, 3841.0, 3843.0, 3789.0, 3839.0, 3842.0, 3824.0, 3780.0, 3839.0, 3820.0, 3789.0, 3820.0, 3842.0, 3811.0, 3800.0, 3799.0, 3844.0, 3833.0, 3813.0, 3811.0], 'WindowWidth': [8725.0, 8710.0, 8701.0, 8660.0, 8627.0, 8650.0, 8671.0, 8635.0, 8588.0, 8633.0, 8630.0, 8619.0, 8632.0, 8617.0, 8619.0, 8685.0, 8635.0, 8592.0, 8664.0, 8654.0, 8638.0, 8620.0, 8614.0, 8621.0, 8611.0, 8656.0, 8626.0, 8628.0, 8662.0, 8695.0, 8642.0, 8613.0, 8688.0, 8677.0, 8638.0, 8594.0, 8683.0, 8672.0, 8639.0, 8591.0, 8678.0, 8650.0, 8618.0, 8573.0, 8661.0, 8648.0, 8632.0, 8587.0, 8640.0, 8644.0, 8628.0, 8584.0, 8579.0, 8640.0, 8627.0, 8597.0, 8566.0, 8655.0, 8641.0, 8611.0, 8582.0, 8597.0, 8642.0, 8628.0, 8598.0, 8566.0, 8655.0, 8640.0, 8610.0, 8582.0, 8578.0, 8642.0, 8626.0, 8598.0, 8568.0, 8627.0, 8660.0, 8601.0, 8601.0, 8594.0, 8637.0, 8653.0, 8634.0, 8605.0, 8622.0, 8667.0, 8650.0, 8618.0, 8604.0, 8636.0, 8666.0, 8618.0, 8604.0, 8620.0, 8667.0, 8633.0, 8605.0, 8604.0, 8684.0, 8636.0, 8605.0, 8604.0, 8666.0, 8652.0, 8624.0, 8597.0, 8670.0, 8674.0, 8629.0, 8616.0, 8675.0, 8692.0, 8648.0, 8618.0, 8692.0, 8691.0, 8643.0, 8612.0, 8689.0, 8673.0, 8643.0, 8611.0, 8669.0, 8654.0, 8640.0, 8608.0, 8666.0, 8650.0, 8640.0, 8608.0, 8666.0, 8634.0, 8639.0, 8620.0, 8661.0, 8615.0, 8605.0, 8619.0, 8662.0, 8616.0, 8619.0, 8638.0, 8665.0, 8618.0, 8605.0, 8636.0, 8664.0, 8619.0, 8604.0, 8637.0, 8662.0, 8604.0, 8605.0, 8636.0, 8648.0, 8618.0, 8592.0, 8666.0, 8648.0, 8603.0, 8616.0, 8662.0, 8616.0, 8592.0, 8649.0, 8667.0, 8619.0, 8593.0, 8620.0, 8666.0, 8607.0, 8613.0, 8614.0, 8692.0, 8646.0, 8615.0, 8644.0, 8694.0, 8643.0, 8613.0, 8670.0, 8670.0, 8639.0, 8607.0, 8663.0, 8667.0, 8623.0, 8617.0, 8641.0, 8646.0, 8619.0, 8613.0, 8640.0, 8645.0, 8633.0, 8603.0, 8643.0, 8631.0, 8637.0, 8607.0, 8648.0, 8632.0, 8636.0, 8620.0, 8630.0, 8630.0, 8640.0, 8628.0, 8628.0, 8669.0, 8637.0, 8640.0, 8687.0, 8684.0, 8620.0, 8606.0, 8619.0, 8683.0, 8645.0, 8615.0, 8602.0, 8633.0, 8663.0, 8616.0, 8605.0, 8623.0, 8598.0, 8626.0, 8653.0, 8652.0, 8628.0, 8614.0, 8614.0, 8675.0, 8674.0, 8640.0, 8609.0, 8653.0, 8688.0, 8650.0, 8635.0, 8622.0, 8653.0, 8667.0, 8647.0, 8632.0, 8638.0, 8638.0, 8619.0, 8663.0, 8651.0, 8635.0, 8590.0, 8629.0, 8661.0, 8648.0, 8604.0, 8570.0, 8664.0, 8665.0, 8634.0, 8604.0, 8603.0, 8668.0, 8668.0, 8608.0, 8605.0, 8624.0, 8690.0, 8673.0, 8627.0, 8644.0, 8691.0, 8691.0, 8653.0, 8621.0, 8587.0, 8668.0, 8665.0, 8631.0, 8583.0, 8627.0, 8664.0, 8628.0, 8591.0, 8583.0, 8582.0, 8664.0, 8642.0, 8612.0, 8597.0, 8599.0, 8629.0, 8645.0, 8609.0, 8627.0, 8631.0, 8589.0, 8588.0, 8631.0, 8632.0, 8636.0, 8621.0, 8577.0, 8649.0, 8654.0, 8652.0, 8634.0, 8590.0, 8664.0, 8669.0, 8632.0, 8618.0, 8600.0, 8661.0, 8644.0, 8612.0, 8586.0, 8597.0, 8661.0, 8612.0, 8597.0, 8550.0, 8641.0, 8626.0, 8611.0, 8551.0, 8622.0, 8629.0, 8613.0, 8558.0, 8615.0, 8648.0, 8634.0, 8619.0, 8574.0, 8666.0, 8652.0, 8619.0, 8573.0, 8660.0, 8649.0, 8615.0, 8573.0, 8643.0, 8647.0, 8631.0, 8603.0, 8603.0, 8667.0, 8630.0, 8606.0, 8610.0, 8656.0, 8651.0, 8620.0, 8640.0, 8653.0, 8645.0, 8613.0, 8617.0, 8646.0, 8623.0, 8596.0, 8619.0, 8657.0, 8620.0, 8587.0, 8574.0, 8621.0, 8602.0, 8573.0, 8559.0, 8621.0, 8617.0, 8586.0, 8559.0, 8620.0, 8617.0, 8584.0, 8540.0, 8632.0, 8596.0, 8568.0, 8538.0, 8614.0, 8565.0, 8552.0, 8559.0, 8621.0, 8589.0, 8577.0, 8598.0, 8641.0, 8591.0, 8577.0, 8593.0, 8639.0, 8588.0, 8559.0, 8588.0, 8642.0, 8609.0, 8561.0, 8574.0, 8642.0, 8607.0, 8540.0, 8594.0, 8585.0, 8544.0, 8543.0, 8613.0, 8583.0, 8572.0, 8622.0, 8585.0, 8557.0, 8552.0, 8588.0, 8631.0, 8584.0, 8588.0, 8618.0, 8632.0, 8609.0, 8607.0, 8646.0, 8625.0, 8592.0, 8593.0, 8660.0, 8604.0, 8588.0, 8605.0, 8651.0, 8601.0, 8586.0, 8588.0, 8630.0, 8568.0, 8603.0, 8589.0, 8636.0, 8603.0, 8583.0, 8602.0, 8651.0, 8601.0, 8573.0, 8592.0, 8651.0, 8586.0, 8571.0, 8571.0, 8640.0, 8603.0, 8572.0, 8589.0, 8619.0, 8606.0, 8579.0, 8609.0, 8590.0, 8599.0, 8615.0, 8607.0, 8562.0, 8560.0, 8619.0, 8612.0, 8607.0, 8563.0, 8637.0, 8636.0, 8601.0, 8570.0, 8569.0, 8648.0, 8587.0, 8573.0, 8575.0, 8605.0, 8635.0, 8585.0, 8620.0, 8622.0, 8570.0, 8611.0, 8612.0, 8621.0, 8599.0, 8536.0, 8598.0, 8630.0, 8580.0, 8566.0, 8573.0, 8600.0, 8627.0, 8565.0, 8581.0, 8588.0, 8575.0, 8554.0, 8600.0, 8606.0, 8608.0, 8581.0, 8609.0, 8661.0, 8607.0, 8589.0, 8591.0, 8652.0, 8625.0, 8592.0, 8606.0, 8621.0, 8634.0, 8601.0, 8601.0, 8605.0, 8571.0, 8566.0, 8612.0, 8598.0, 8586.0, 8558.0, 8573.0, 8632.0, 8615.0, 8584.0, 8556.0, 8630.0, 8599.0, 8568.0, 8587.0, 8590.0, 8606.0, 8618.0, 8617.0, 8624.0, 8573.0, 8575.0, 8621.0, 8621.0, 8602.0, 8543.0, 8604.0, 8638.0, 8599.0, 8582.0, 8584.0, 8632.0, 8678.0, 8614.0, 8614.0, 8617.0, 8659.0, 8622.0, 8624.0, 8612.0, 8594.0, 8624.0, 8624.0, 8622.0, 8544.0, 8617.0, 8619.0, 8604.0, 8591.0, 8580.0, 8652.0, 8604.0, 8589.0, 8592.0, 8622.0, 8609.0, 8593.0, 8628.0, 8613.0, 8657.0, 8620.0, 8611.0, 8590.0, 8606.0, 8635.0, 8609.0, 8589.0, 8556.0, 8631.0, 8603.0, 8590.0, 8557.0, 8651.0, 8634.0, 8587.0, 8587.0, 8603.0, 8649.0, 8580.0, 8583.0, 8586.0, 8571.0, 8616.0, 8583.0, 8601.0, 8586.0, 8598.0, 8599.0, 8602.0, 8601.0, 8538.0, 8611.0, 8606.0, 8601.0, 8543.0, 8650.0, 8619.0, 8603.0, 8556.0, 8585.0, 8634.0, 8604.0, 8573.0, 8575.0, 8669.0, 8608.0, 8597.0, 8599.0, 8644.0, 8624.0, 8609.0, 8627.0, 8610.0, 8636.0, 8617.0, 8623.0, 8605.0, 8573.0, 8636.0, 8603.0, 8581.0, 8570.0, 8631.0, 8614.0, 8586.0, 8570.0, 8603.0, 8649.0, 8599.0, 8583.0, 8567.0, 8647.0, 8581.0, 8569.0, 8572.0, 8647.0, 8598.0, 8574.0, 8572.0, 8602.0, 8603.0, 8570.0, 8590.0, 8590.0, 8633.0, 8601.0, 8623.0, 8591.0, 8560.0, 8617.0, 8624.0, 8606.0, 8546.0, 8615.0, 8623.0, 8602.0, 8541.0, 8629.0, 8620.0, 8599.0, 8567.0, 8572.0, 8660.0, 8589.0, 8548.0, 8548.0, 8508.0, 8610.0, 8596.0, 8565.0, 8550.0, 8571.0, 8630.0, 8600.0, 8567.0, 8603.0, 8571.0, 8581.0, 8574.0, 8581.0, 8601.0, 8571.0, 8613.0, 8565.0, 8600.0, 8586.0, 8619.0, 8584.0, 8583.0, 8585.0, 8581.0, 8590.0, 8574.0, 8586.0, 8581.0, 8609.0, 8560.0, 8544.0, 8578.0, 8626.0, 8559.0, 8542.0, 8576.0, 8628.0, 8588.0, 8558.0, 8513.0, 8565.0, 8569.0, 8573.0, 8527.0, 8554.0, 8565.0, 8535.0, 8506.0, 8583.0, 8588.0, 8559.0, 8528.0, 8542.0, 8591.0, 8579.0, 8518.0, 8583.0, 8572.0, 8571.0, 8495.0, 8582.0, 8572.0, 8556.0, 8498.0, 8568.0, 8554.0, 8578.0, 8533.0, 8606.0, 8556.0, 8579.0, 8564.0, 8620.0, 8557.0, 8572.0, 8556.0, 8586.0, 8553.0, 8556.0, 8558.0, 8610.0, 8560.0, 8543.0, 8557.0, 8603.0, 8557.0, 8542.0, 8500.0, 8609.0, 8566.0, 8567.0, 8504.0, 8611.0, 8603.0, 8586.0, 8536.0, 8609.0, 8599.0, 8591.0, 8535.0, 8613.0, 8602.0, 8566.0, 8508.0, 8578.0, 8577.0, 8584.0, 8540.0, 8598.0, 8612.0, 8605.0, 8556.0, 8611.0, 8583.0, 8588.0, 8566.0, 8589.0, 8574.0, 8562.0, 8587.0, 8568.0, 8571.0, 8544.0, 8526.0, 8567.0, 8578.0, 8565.0, 8505.0, 8589.0, 8578.0, 8565.0, 8514.0, 8588.0, 8561.0, 8566.0, 8584.0, 8555.0, 8592.0, 8577.0, 8599.0, 8563.0, 8592.0, 8568.0, 8591.0, 8558.0, 8586.0, 8570.0, 8591.0, 8533.0, 8559.0, 8574.0, 8579.0, 8553.0, 8536.0, 8576.0, 8597.0, 8571.0, 8540.0, 8580.0, 8585.0, 8582.0, 8611.0, 8563.0, 8517.0, 8627.0, 8575.0, 8543.0, 8562.0, 8612.0, 8568.0, 8549.0, 8567.0, 8618.0, 8584.0, 8554.0, 8559.0, 8593.0, 8577.0, 8512.0, 8581.0, 8590.0, 8547.0, 8560.0, 8571.0, 8542.0, 8559.0, 8560.0, 8569.0, 8545.0, 8565.0, 8523.0, 8575.0, 8598.0, 8587.0, 8552.0, 8612.0, 8563.0, 8561.0, 8563.0, 8589.0, 8563.0, 8584.0, 8580.0, 8595.0, 8545.0, 8577.0, 8563.0, 8594.0, 8572.0, 8579.0, 8565.0, 8563.0, 8573.0, 8564.0, 8554.0, 8613.0, 8586.0, 8592.0, 8621.0, 8617.0, 8569.0, 8518.0, 8612.0, 8596.0, 8550.0, 8560.0, 8585.0, 8591.0, 8547.0, 8590.0, 8558.0, 8592.0, 8559.0, 8593.0, 8556.0, 8557.0, 8558.0, 8585.0, 8557.0, 8563.0, 8532.0, 8589.0, 8561.0, 8580.0, 8614.0, 8561.0, 8531.0, 8561.0, 8591.0, 8557.0, 8514.0, 8592.0, 8588.0, 8561.0, 8573.0, 8644.0, 8599.0, 8599.0, 8571.0, 8546.0, 8607.0, 8581.0, 8574.0, 8603.0, 8614.0, 8579.0, 8600.0, 8586.0, 8583.0, 8605.0, 8592.0, 8578.0, 8590.0, 8570.0, 8572.0, 8543.0, 8585.0, 8554.0, 8558.0, 8544.0, 8587.0, 8556.0, 8528.0, 8606.0, 8573.0, 8548.0, 8505.0, 8604.0, 8561.0, 8553.0, 8567.0, 8595.0, 8554.0, 8575.0, 8641.0, 8608.0, 8563.0, 8542.0, 8634.0, 8605.0, 8556.0, 8607.0, 8581.0, 8586.0, 8615.0, 8595.0, 8581.0, 8599.0, 8616.0, 8583.0, 8604.0, 8588.0, 8610.0, 8548.0, 8535.0, 8574.0, 8669.0, 8614.0, 8578.0, 8634.0, 8595.0, 8563.0, 8579.0, 8610.0, 8564.0, 8535.0, 8580.0, 8610.0, 8567.0, 8539.0, 8600.0, 8597.0, 8568.0, 8599.0, 8636.0, 8571.0, 8540.0, 8597.0, 8619.0, 8571.0, 8520.0, 8607.0, 8602.0, 8554.0, 8610.0, 8582.0, 8570.0, 8635.0, 8599.0, 8567.0, 8583.0, 8628.0, 8584.0, 8541.0, 8571.0, 8635.0, 8589.0, 8560.0, 8604.0, 8632.0, 8585.0, 8538.0, 8617.0, 8615.0, 8604.0, 8573.0, 8606.0, 8601.0, 8555.0, 8525.0, 8574.0, 8637.0, 8587.0, 8575.0, 8563.0, 8612.0, 8637.0, 8625.0, 8605.0, 8566.0, 8626.0, 8590.0, 8562.0, 8583.0, 8613.0, 8589.0, 8591.0, 8561.0, 8587.0, 8587.0, 8571.0, 8496.0, 8587.0, 8588.0, 8547.0, 8501.0, 8564.0, 8613.0, 8569.0, 8556.0, 8565.0, 8621.0, 8573.0, 8574.0, 8575.0, 8619.0, 8603.0, 8589.0, 8606.0, 8640.0, 8601.0, 8572.0, 8602.0, 8612.0, 8580.0, 8596.0, 8567.0, 8608.0, 8576.0, 8597.0, 8554.0, 8579.0, 8616.0, 8604.0, 8543.0, 8611.0, 8633.0, 8604.0, 8540.0, 8610.0, 8616.0, 8602.0, 8523.0, 8593.0, 8614.0, 8587.0, 8547.0, 8589.0, 8619.0, 8590.0, 8545.0, 8635.0, 8615.0, 8587.0, 8538.0, 8615.0, 8615.0, 8566.0, 8520.0, 8607.0, 8577.0, 8532.0, 8577.0, 8608.0, 8582.0, 8540.0, 8566.0, 8616.0, 8587.0, 8545.0, 8603.0, 8626.0, 8605.0, 8527.0, 8633.0, 8607.0, 8592.0, 8532.0, 8630.0, 8620.0, 8560.0, 8596.0, 8628.0, 8625.0, 8546.0, 8598.0, 8632.0, 8606.0, 8548.0, 8636.0, 8604.0, 8572.0, 8586.0, 8633.0, 8585.0, 8555.0, 8613.0, 8615.0, 8580.0, 8548.0, 8627.0, 8591.0, 8560.0, 8561.0, 8614.0, 8579.0, 8552.0, 8550.0, 8628.0, 8602.0, 8551.0, 8582.0, 8618.0, 8602.0, 8576.0, 8557.0, 8621.0, 8604.0, 8576.0, 8558.0, 8619.0, 8602.0, 8572.0, 8602.0, 8632.0, 8588.0, 8574.0, 8541.0, 8633.0, 8601.0, 8570.0, 8543.0, 8631.0, 8597.0, 8585.0, 8588.0, 8632.0, 8599.0, 8587.0, 8586.0, 8628.0, 8595.0, 8602.0, 8570.0, 8633.0, 8583.0, 8569.0, 8569.0, 8614.0, 8588.0, 8593.0, 8577.0, 8619.0, 8606.0, 8610.0, 8576.0, 8635.0, 8622.0, 8612.0, 8574.0, 8612.0, 8617.0, 8558.0, 8587.0, 8599.0, 8607.0, 8581.0, 8576.0, 8623.0, 8628.0, 8582.0, 8624.0, 8640.0, 8609.0, 8546.0, 8634.0, 8621.0, 8587.0, 8526.0, 8629.0, 8605.0, 8578.0, 8523.0, 8630.0, 8608.0, 8561.0, 8574.0, 8619.0, 8611.0, 8546.0, 8634.0, 8627.0, 8596.0, 8592.0, 8618.0, 8625.0, 8591.0, 8617.0, 8604.0, 8607.0, 8542.0, 8597.0, 8620.0, 8578.0, 8589.0, 8618.0, 8606.0, 8590.0, 8616.0, 8617.0, 8627.0, 8595.0, 8614.0, 8586.0, 8602.0, 8640.0, 8586.0, 8571.0, 8525.0, 8633.0, 8606.0, 8592.0, 8542.0, 8615.0, 8620.0, 8541.0, 8608.0, 8615.0, 8595.0, 8529.0, 8604.0, 8584.0, 8543.0, 8587.0, 8617.0, 8573.0, 8558.0, 8557.0, 8626.0, 8605.0, 8580.0, 8575.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.004701833333333333</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07214764431818182</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.0571929145641</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1224293429643668</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9341244763381341</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5125</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4416.1592</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.15130557873260814</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>311</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.560606060606062</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4948352016085544</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.310581035820546</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7994836605278355</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.374440908477282</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00936555</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024156363680958748</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.044648896902799606</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.199613070600712</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.7141</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8038</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.2269</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293132.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.3907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7865</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>432.9731</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3008.2732</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3137.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83412.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1246.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3936.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.9691</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.9200284112012</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> |