=== 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-0131 --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-0131",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-04/func/sub-0131_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>46338f73369eaaf8023b8b54d2247575</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>20:53:41.032500</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</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.0981481</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>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8e5910e9-ea43-44e5-b7d7-e7c2bd3b2261||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['205341.032500', '205341.492500', '205341.952500', '205342.412500', '205342.872500', '205343.332500', '205343.792500', '205344.252500', '205344.712500', '205345.172500', '205345.632500', '205346.092500', '205346.552500', '205347.012500', '205347.472500', '205347.932500', '205348.392500', '205348.852500', '205349.312500', '205349.772500', '205350.232500', '205350.692500', '205351.152500', '205351.612500', '205352.072500', '205352.532500', '205352.992500', '205353.452500', '205353.912500', '205354.372500', '205354.832500', '205355.292500', '205355.752500', '205356.212500', '205356.672500', '205357.132500', '205357.592500', '205358.052500', '205358.512500', '205358.972500', '205359.432500', '205359.892500', '205400.352500', '205400.812500', '205401.272500', '205401.732500', '205402.192500', '205402.652500', '205403.112500', '205403.572500', '205404.032500', '205404.492500', '205404.952500', '205405.412500', '205405.872500', '205406.332500', '205406.792500', '205407.252500', '205407.712500', '205408.172500', '205408.632500', '205409.092500', '205409.552500', '205410.012500', '205410.472500', '205410.932500', '205411.392500', '205411.852500', '205412.312500', '205412.772500', '205413.232500', '205413.692500', '205414.152500', '205414.612500', '205415.072500', '205415.532500', '205415.992500', '205416.452500', '205416.912500', '205417.372500', '205417.832500', '205418.292500', '205418.752500', '205419.212500', '205419.672500', '205420.132500', '205420.592500', '205421.052500', '205421.512500', '205421.972500', '205422.432500', '205422.892500', '205423.352500', '205423.812500', '205424.272500', '205424.732500', '205425.192500', '205425.652500', '205426.112500', '205426.572500', '205427.032500', '205427.492500', '205427.952500', '205428.412500', '205428.872500', '205429.332500', '205429.792500', '205430.252500', '205430.712500', '205431.172500', '205431.632500', '205432.092500', '205432.552500', '205433.012500', '205433.472500', '205433.932500', '205434.392500', '205434.852500', '205435.312500', '205435.772500', '205436.232500', '205436.692500', '205437.152500', '205437.612500', '205438.072500', '205438.532500', '205438.992500', '205439.452500', '205439.912500', '205440.372500', '205440.832500', '205441.292500', '205441.752500', '205442.212500', '205442.672500', '205443.132500', '205443.592500', '205444.052500', '205444.512500', '205444.972500', '205445.432500', '205445.892500', '205446.352500', '205446.812500', '205447.272500', '205447.732500', '205448.192500', '205448.652500', '205449.112500', '205449.572500', '205450.032500', '205450.492500', '205450.952500', '205451.412500', '205451.872500', '205452.332500', '205452.792500', '205453.252500', '205453.712500', '205454.172500', '205454.632500', '205455.092500', '205455.552500', '205456.012500', '205456.472500', '205456.932500', '205457.392500', '205457.852500', '205458.312500', '205458.772500', '205459.232500', '205459.692500', '205500.152500', '205500.612500', '205501.072500', '205501.532500', '205501.992500', '205502.452500', '205502.912500', '205503.372500', '205503.832500', '205504.292500', '205504.752500', '205505.212500', '205505.672500', '205506.132500', '205506.592500', '205507.052500', '205507.512500', '205507.972500', '205508.432500', '205508.892500', '205509.352500', '205509.812500', '205510.272500', '205510.732500', '205511.192500', '205511.652500', '205512.112500', '205512.572500', '205513.032500', '205513.492500', '205513.952500', '205514.412500', '205514.872500', '205515.332500', '205515.792500', '205516.252500', '205516.712500', '205517.172500', '205517.632500', '205518.092500', '205518.552500', '205519.012500', '205519.472500', '205519.932500', '205520.392500', '205520.852500', '205521.312500', '205521.772500', '205522.232500', '205522.692500', '205523.152500', '205523.612500', '205524.072500', '205524.532500', '205524.992500', '205525.452500', '205525.912500', '205526.372500', '205526.832500', '205527.292500', '205527.752500', '205528.212500', '205528.672500', '205529.132500', '205529.592500', '205530.052500', '205530.512500', '205530.972500', '205531.432500', '205531.892500', '205532.352500', '205532.812500', '205533.272500', '205533.732500', '205534.192500', '205534.652500', '205535.112500', '205535.572500', '205536.032500', '205536.492500', '205536.952500', '205537.412500', '205537.872500', '205538.332500', '205538.792500', '205539.252500', '205539.712500', '205540.172500', '205540.632500', '205541.092500', '205541.552500', '205542.012500', '205542.472500', '205542.932500', '205543.392500', '205543.852500', '205544.312500', '205544.772500', '205545.232500', '205545.692500', '205546.152500', '205546.612500', '205547.072500', '205547.532500', '205547.992500', '205548.452500', '205548.912500', '205549.372500', '205549.832500', '205550.292500', '205550.752500', '205551.212500', '205551.672500', '205552.132500', '205552.592500', '205553.052500', '205553.512500', '205553.972500', '205554.432500', '205554.892500', '205555.352500', '205555.812500', '205556.272500', '205556.732500', '205557.192500', '205557.652500', '205558.112500', '205558.572500', '205559.032500', '205559.492500', '205559.952500', '205600.412500', '205600.872500', '205601.332500', '205601.792500', '205602.252500', '205602.712500', '205603.172500', '205603.632500', '205604.092500', '205604.552500', '205605.012500', '205605.472500', '205605.932500', '205606.392500', '205606.852500', '205607.312500', '205607.772500', '205608.232500', '205608.692500', '205609.152500', '205609.612500', '205610.072500', '205610.532500', '205610.992500', '205611.452500', '205611.912500', '205612.372500', '205612.832500', '205613.292500', '205613.752500', '205614.212500', '205614.672500', '205615.132500', '205615.592500', '205616.052500', '205616.512500', '205616.972500', '205617.432500', '205617.892500', '205618.352500', '205618.812500', '205619.272500', '205619.732500', '205620.192500', '205620.652500', '205621.112500', '205621.572500', '205622.032500', '205622.492500', '205622.952500', '205623.412500', '205623.872500', '205624.332500', '205624.792500', '205625.252500', '205625.712500', '205626.172500', '205626.632500', '205627.092500', '205627.552500', '205628.012500', '205628.472500', '205628.932500', '205629.392500', '205629.852500', '205630.312500', '205630.772500', '205631.232500', '205631.692500', '205632.152500', '205632.612500', '205633.072500', '205633.532500', '205633.992500', '205634.452500', '205634.912500', '205635.372500', '205635.832500', '205636.292500', '205636.752500', '205637.212500', '205637.672500', '205638.132500', '205638.592500', '205639.052500', '205639.512500', '205639.972500', '205640.432500', '205640.892500', '205641.352500', '205641.812500', '205642.272500', '205642.732500', '205643.192500', '205643.652500', '205644.112500', '205644.572500', '205645.032500', '205645.492500', '205645.952500', '205646.412500', '205646.872500', '205647.332500', '205647.792500', '205648.252500', '205648.712500', '205649.172500', '205649.632500', '205650.092500', '205650.552500', '205651.012500', '205651.472500', '205651.932500', '205652.392500', '205652.852500', '205653.312500', '205653.772500', '205654.232500', '205654.692500', '205655.152500', '205655.612500', '205656.072500', '205656.532500', '205656.992500', '205657.452500', '205657.912500', '205658.372500', '205658.832500', '205659.292500', '205659.752500', '205700.212500', '205700.672500', '205701.132500', '205701.592500', '205702.052500', '205702.512500', '205702.972500', '205703.432500', '205703.892500', '205704.352500', '205704.812500', '205705.272500', '205705.732500', '205706.192500', '205706.652500', '205707.112500', '205707.572500', '205708.032500', '205708.492500', '205708.952500', '205709.412500', '205709.872500', '205710.332500', '205710.792500', '205711.252500', '205711.712500', '205712.172500', '205712.632500', '205713.092500', '205713.552500', '205714.012500', '205714.472500', '205714.932500', '205715.392500', '205715.852500', '205716.312500', '205716.772500', '205717.232500', '205717.692500', '205718.152500', '205718.612500', '205719.072500', '205719.532500', '205719.992500', '205720.452500', '205720.912500', '205721.372500', '205721.832500', '205722.292500', '205722.752500', '205723.212500', '205723.672500', '205724.132500', '205724.592500', '205725.052500', '205725.512500', '205725.972500', '205726.432500', '205726.892500', '205727.352500', '205727.812500', '205728.272500', '205728.732500', '205729.192500', '205729.652500', '205730.112500', '205730.572500', '205731.032500', '205731.492500', '205731.952500', '205732.412500', '205732.872500', '205733.332500', '205733.792500', '205734.252500', '205734.712500', '205735.172500', '205735.632500', '205736.092500', '205736.552500', '205737.012500', '205737.472500', '205737.932500', '205738.392500', '205738.852500', '205739.312500', '205739.772500', '205740.232500', '205740.692500', '205741.152500', '205741.612500', '205742.072500', '205742.532500', '205742.992500', '205743.452500', '205743.912500', '205744.372500', '205744.832500', '205745.292500', '205745.752500', '205746.212500', '205746.672500', '205747.132500', '205747.592500', '205748.052500', '205748.512500', '205748.972500', '205749.432500', '205749.892500', '205750.352500', '205750.812500', '205751.272500', '205751.732500', '205752.192500', '205752.652500', '205753.112500', '205753.572500', '205754.032500', '205754.492500', '205754.952500', '205755.412500', '205755.872500', '205756.332500', '205756.792500', '205757.252500', '205757.712500', '205758.172500', '205758.632500', '205759.092500', '205759.552500', '205800.012500', '205800.472500', '205800.932500', '205801.392500', '205801.852500', '205802.312500', '205802.772500', '205803.232500', '205803.692500', '205804.152500', '205804.612500', '205805.072500', '205805.532500', '205805.992500', '205806.452500', '205806.912500', '205807.372500', '205807.832500', '205808.292500', '205808.752500', '205809.212500', '205809.672500', '205810.132500', '205810.592500', '205811.052500', '205811.512500', '205811.972500', '205812.432500', '205812.892500', '205813.352500', '205813.812500', '205814.272500', '205814.732500', '205815.192500', '205815.652500', '205816.112500', '205816.572500', '205817.032500', '205817.492500', '205817.952500', '205818.412500', '205818.872500', '205819.332500', '205819.792500', '205820.252500', '205820.712500', '205821.172500', '205821.632500', '205822.092500', '205822.552500', '205823.012500', '205823.472500', '205823.932500', '205824.392500', '205824.852500', '205825.312500', '205825.772500', '205826.232500', '205826.692500', '205827.152500', '205827.612500', '205828.072500', '205828.532500', '205828.992500', '205829.452500', '205829.912500', '205830.372500', '205830.832500', '205831.292500', '205831.752500', '205832.212500', '205832.672500', '205833.132500', '205833.592500', '205834.052500', '205834.512500', '205834.972500', '205835.432500', '205835.892500', '205836.352500', '205836.812500', '205837.272500', '205837.732500', '205838.192500', '205838.652500', '205839.112500', '205839.572500', '205840.032500', '205840.492500', '205840.952500', '205841.412500', '205841.872500', '205842.332500', '205842.792500', '205843.252500', '205843.712500', '205844.172500', '205844.632500', '205845.092500', '205845.552500', '205846.012500', '205846.472500', '205846.932500', '205847.392500', '205847.852500', '205848.312500', '205848.772500', '205849.232500', '205849.692500', '205850.152500', '205850.612500', '205851.072500', '205851.532500', '205851.992500', '205852.452500', '205852.912500', '205853.372500', '205853.832500', '205854.292500', '205854.752500', '205855.212500', '205855.672500', '205856.132500', '205856.592500', '205857.052500', '205857.512500', '205857.972500', '205858.432500', '205858.892500', '205859.352500', '205859.812500', '205900.272500', '205900.732500', '205901.192500', '205901.652500', '205902.112500', '205902.572500', '205903.032500', '205903.492500', '205903.952500', '205904.412500', '205904.872500', '205905.332500', '205905.792500', '205906.252500', '205906.712500', '205907.172500', '205907.632500', '205908.092500', '205908.552500', '205909.012500', '205909.472500', '205909.932500', '205910.392500', '205910.852500', '205911.312500', '205911.772500', '205912.232500', '205912.692500', '205913.152500', '205913.612500', '205914.072500', '205914.532500', '205914.992500', '205915.452500', '205915.912500', '205916.372500', '205916.832500', '205917.292500', '205917.752500', '205918.212500', '205918.672500', '205919.132500', '205919.592500', '205920.052500', '205920.512500', '205920.972500', '205921.432500', '205921.892500', '205922.352500', '205922.812500', '205923.272500', '205923.732500', '205924.192500', '205924.652500', '205925.112500', '205925.572500', '205926.032500', '205926.492500', '205926.952500', '205927.412500', '205927.872500', '205928.332500', '205928.792500', '205929.252500', '205929.712500', '205930.172500', '205930.632500', '205931.092500', '205931.552500', '205932.012500', '205932.472500', '205932.932500', '205933.392500', '205933.852500', '205934.312500', '205934.772500', '205935.232500', '205935.692500', '205936.152500', '205936.612500', '205937.072500', '205937.532500', '205937.992500', '205938.452500', '205938.912500', '205939.372500', '205939.832500', '205940.292500', '205940.752500', '205941.212500', '205941.672500', '205942.132500', '205942.592500', '205943.052500', '205943.512500', '205943.972500', '205944.432500', '205944.892500', '205945.352500', '205945.812500', '205946.272500', '205946.732500', '205947.192500', '205947.652500', '205948.112500', '205948.572500', '205949.032500', '205949.492500', '205949.952500', '205950.412500', '205950.872500', '205951.332500', '205951.792500', '205952.252500', '205952.712500', '205953.172500', '205953.632500', '205954.092500', '205954.552500', '205955.012500', '205955.472500', '205955.932500', '205956.392500', '205956.852500', '205957.312500', '205957.772500', '205958.232500', '205958.692500', '205959.152500', '205959.612500', '210000.072500', '210000.532500', '210000.992500', '210001.452500', '210001.912500', '210002.372500', '210002.832500', '210003.292500', '210003.752500', '210004.212500', '210004.672500', '210005.132500', '210005.592500', '210006.052500', '210006.512500', '210006.972500', '210007.432500', '210007.892500', '210008.352500', '210008.812500', '210009.272500', '210009.732500', '210010.192500', '210010.652500', '210011.112500', '210011.572500', '210012.032500', '210012.492500', '210012.952500', '210013.412500', '210013.872500', '210014.332500', '210014.792500', '210015.252500', '210015.712500', '210016.172500', '210016.632500', '210017.092500', '210017.552500', '210018.012500', '210018.472500', '210018.932500', '210019.392500', '210019.852500', '210020.312500', '210020.772500', '210021.232500', '210021.692500', '210022.152500', '210022.612500', '210023.072500', '210023.532500', '210023.992500', '210024.452500', '210024.912500', '210025.372500', '210025.832500', '210026.292500', '210026.752500', '210027.212500', '210027.672500', '210028.132500', '210028.592500', '210029.052500', '210029.512500', '210029.972500', '210030.432500', '210030.892500', '210031.352500', '210031.812500', '210032.272500', '210032.732500', '210033.192500', '210033.652500', '210034.112500', '210034.572500', '210035.032500', '210035.492500', '210035.952500', '210036.412500', '210036.872500', '210037.332500', '210037.792500', '210038.252500', '210038.712500', '210039.172500', '210039.632500', '210040.092500', '210040.552500', '210041.012500', '210041.472500', '210041.932500', '210042.392500', '210042.852500', '210043.312500', '210043.772500', '210044.232500', '210044.692500', '210045.152500', '210045.612500', '210046.072500', '210046.532500', '210046.992500', '210047.452500', '210047.912500', '210048.372500', '210048.832500', '210049.292500', '210049.752500', '210050.212500', '210050.672500', '210051.132500', '210051.592500', '210052.052500', '210052.512500', '210052.972500', '210053.432500', '210053.892500', '210054.352500', '210054.812500', '210055.272500', '210055.732500', '210056.192500', '210056.652500', '210057.112500', '210057.572500', '210058.032500', '210058.492500', '210058.952500', '210059.412500', '210059.872500', '210100.332500', '210100.792500', '210101.252500', '210101.712500', '210102.172500', '210102.632500', '210103.092500', '210103.552500', '210104.012500', '210104.472500', '210104.932500', '210105.392500', '210105.852500', '210106.312500', '210106.772500', '210107.232500', '210107.692500', '210108.152500', '210108.612500', '210109.072500', '210109.532500', '210109.992500', '210110.452500', '210110.912500', '210111.372500', '210111.832500', '210112.292500', '210112.752500', '210113.212500', '210113.672500', '210114.132500', '210114.592500', '210115.052500', '210115.512500', '210115.972500', '210116.432500', '210116.892500', '210117.352500', '210117.812500', '210118.272500', '210118.732500', '210119.192500', '210119.652500', '210120.112500', '210120.572500', '210121.032500', '210121.492500', '210121.952500', '210122.412500', '210122.872500', '210123.332500', '210123.792500', '210124.252500', '210124.712500', '210125.172500', '210125.632500', '210126.092500', '210126.552500', '210127.012500', '210127.472500', '210127.932500', '210128.392500', '210128.852500', '210129.312500', '210129.772500', '210130.232500', '210130.692500', '210131.152500', '210131.612500', '210132.072500', '210132.532500', '210132.992500', '210133.452500', '210133.912500', '210134.372500', '210134.832500', '210135.292500', '210135.752500', '210136.212500', '210136.672500', '210137.132500', '210137.592500', '210138.052500', '210138.512500', '210138.972500', '210139.432500', '210139.892500', '210140.352500', '210140.812500', '210141.272500', '210141.732500', '210142.192500', '210142.652500', '210143.112500', '210143.572500', '210144.032500', '210144.492500', '210144.952500', '210145.412500', '210145.872500', '210146.332500', '210146.792500', '210147.252500', '210147.712500', '210148.172500', '210148.632500', '210149.092500', '210149.552500', '210150.012500', '210150.472500', '210150.932500', '210151.392500', '210151.852500', '210152.312500', '210152.772500', '210153.232500', '210153.692500', '210154.152500', '210154.612500', '210155.072500', '210155.532500', '210155.992500', '210156.452500', '210156.912500', '210157.372500', '210157.832500', '210158.292500', '210158.752500', '210159.212500', '210159.672500', '210200.132500', '210200.592500', '210201.052500', '210201.512500', '210201.972500', '210202.432500', '210202.892500', '210203.352500', '210203.812500', '210204.272500', '210204.732500', '210205.192500', '210205.652500', '210206.112500', '210206.572500', '210207.032500', '210207.492500', '210207.952500', '210208.412500', '210208.872500', '210209.332500', '210209.792500', '210210.252500', '210210.712500', '210211.172500', '210211.632500', '210212.092500', '210212.552500', '210213.012500', '210213.472500', '210213.932500', '210214.392500', '210214.852500', '210215.312500', '210215.772500', '210216.232500', '210216.692500', '210217.152500', '210217.612500', '210218.072500', '210218.532500', '210218.992500', '210219.452500', '210219.912500', '210220.372500', '210220.832500', '210221.292500', '210221.752500', '210222.212500', '210222.672500', '210223.132500', '210223.592500', '210224.052500', '210224.512500', '210224.972500', '210225.432500', '210225.892500', '210226.352500', '210226.812500', '210227.272500', '210227.732500', '210228.192500', '210228.652500', '210229.112500', '210229.572500', '210230.032500', '210230.492500', '210230.952500', '210231.412500', '210231.872500', '210232.332500', '210232.792500', '210233.252500', '210233.712500', '210234.172500', '210234.632500', '210235.092500', '210235.552500', '210236.012500', '210236.472500', '210236.932500', '210237.392500', '210237.852500', '210238.312500', '210238.772500', '210239.232500', '210239.692500', '210240.152500', '210240.612500', '210241.072500', '210241.532500', '210241.992500', '210242.452500', '210242.912500', '210243.372500', '210243.832500', '210244.292500', '210244.752500', '210245.212500', '210245.672500', '210246.132500', '210246.592500', '210247.052500', '210247.512500', '210247.972500', '210248.432500', '210248.892500', '210249.352500', '210249.812500', '210250.272500', '210250.732500', '210251.192500', '210251.652500', '210252.112500', '210252.572500', '210253.032500', '210253.492500', '210253.952500', '210254.412500', '210254.872500', '210255.332500', '210255.792500', '210256.252500', '210256.712500', '210257.172500', '210257.632500', '210258.092500', '210258.552500', '210259.012500', '210259.472500', '210259.932500', '210300.392500', '210300.852500', '210301.312500', '210301.772500', '210302.232500', '210302.692500', '210303.152500', '210303.612500', '210304.072500', '210304.532500', '210304.992500', '210305.452500', '210305.912500', '210306.372500', '210306.832500', '210307.292500', '210307.752500', '210308.212500', '210308.672500', '210309.132500', '210309.592500', '210310.052500', '210310.512500', '210310.972500', '210311.432500', '210311.892500', '210312.352500', '210312.812500', '210313.272500', '210313.732500', '210314.192500', '210314.652500', '210315.112500', '210315.572500', '210316.032500', '210316.492500', '210316.952500', '210317.412500', '210317.872500', '210318.332500', '210318.792500', '210319.252500', '210319.712500', '210320.172500', '210320.632500', '210321.092500', '210321.552500', '210322.012500', '210322.472500', '210322.932500', '210323.392500', '210323.852500', '210324.312500', '210324.772500', '210325.232500', '210325.692500', '210326.152500', '210326.612500', '210327.072500', '210327.532500', '210327.992500', '210328.452500', '210328.912500', '210329.372500', '210329.832500', '210330.292500', '210330.752500', '210331.212500', '210331.672500', '210332.132500', '210332.592500', '210333.052500', '210333.512500', '210333.972500', '210334.432500', '210334.892500', '210335.352500', '210335.812500', '210336.272500', '210336.732500', '210337.192500', '210337.652500', '210338.112500', '210338.572500', '210339.032500', '210339.492500', '210339.952500', '210340.412500', '210340.872500', '210341.332500', '210341.792500', '210342.252500', '210342.712500', '210343.172500', '210343.632500', '210344.092500', '210344.552500', '210345.012500', '210345.472500', '210345.932500', '210346.392500', '210346.852500', '210347.312500', '210347.772500', '210348.232500', '210348.692500'], 'ContentTime': ['205409.990000', '205409.993000', '205409.995000', '205409.998000', '205410.002000', '205410.004000', '205410.007000', '205410.009000', '205410.012000', '205410.014000', '205410.017000', '205410.019000', '205410.022000', '205410.045000', '205410.047000', '205410.050000', '205410.052000', '205410.055000', '205410.057000', '205410.060000', '205410.063000', '205410.065000', '205410.068000', '205410.070000', '205410.073000', '205410.075000', '205410.078000', '205410.081000', '205410.083000', '205410.086000', '205410.088000', '205410.091000', '205410.093000', '205410.096000', '205410.098000', '205410.101000', '205410.103000', '205410.106000', '205410.108000', '205410.111000', '205410.113000', '205410.116000', '205410.119000', '205410.121000', '205410.124000', '205410.126000', '205410.129000', '205410.131000', '205410.134000', '205410.136000', '205410.139000', '205410.142000', '205410.144000', '205410.147000', '205410.149000', '205410.152000', '205410.154000', '205410.157000', '205410.160000', '205410.162000', '205410.165000', '205429.959000', '205429.962000', '205429.965000', '205429.967000', '205429.970000', '205429.973000', '205429.975000', '205429.978000', '205429.980000', '205429.983000', '205429.985000', '205429.988000', '205429.990000', '205429.993000', '205429.995000', '205429.998000', '205430.002000', '205430.004000', '205430.007000', '205430.009000', '205430.012000', '205430.014000', '205430.017000', '205430.020000', '205430.022000', '205430.025000', '205430.027000', '205430.030000', '205430.032000', '205430.035000', '205430.037000', '205430.040000', '205430.042000', '205430.045000', '205430.047000', '205430.050000', '205430.053000', '205430.055000', '205430.058000', '205430.060000', '205430.063000', '205430.065000', '205430.068000', '205449.959000', '205449.962000', '205449.965000', '205449.967000', '205449.970000', '205449.972000', '205449.975000', '205449.977000', '205449.980000', '205449.983000', '205449.985000', '205449.988000', '205449.990000', '205449.993000', '205449.995000', '205449.998000', '205450.001000', '205450.004000', '205450.007000', '205450.009000', '205450.012000', '205450.014000', '205450.017000', '205450.020000', '205450.022000', '205450.025000', '205450.027000', '205450.030000', '205450.032000', '205450.035000', '205450.038000', '205450.040000', '205450.043000', '205450.046000', '205450.050000', '205450.052000', '205450.055000', '205450.058000', '205450.061000', '205450.064000', '205450.066000', '205450.069000', '205450.072000', '205509.959000', '205509.962000', '205509.965000', '205509.967000', '205509.970000', '205509.972000', '205509.975000', '205509.978000', '205509.980000', '205509.983000', '205509.985000', '205509.988000', '205509.990000', '205509.993000', '205509.995000', '205509.998000', '205510.001000', '205510.004000', '205510.007000', '205510.009000', '205510.012000', '205510.014000', '205510.017000', '205510.019000', '205510.022000', '205510.025000', '205510.027000', '205510.030000', '205510.032000', '205510.035000', '205510.037000', '205510.040000', '205510.042000', '205510.045000', '205510.047000', '205510.050000', '205510.052000', '205510.055000', '205510.057000', '205510.060000', '205510.063000', '205510.065000', '205510.068000', '205510.070000', '205529.959000', '205529.962000', '205529.965000', '205529.967000', '205529.970000', '205529.972000', '205529.975000', '205529.978000', '205529.980000', '205529.983000', '205529.985000', '205529.988000', '205529.990000', '205529.993000', '205529.996000', '205529.998000', '205530.002000', '205530.004000', '205530.007000', '205530.009000', '205530.012000', '205530.014000', '205530.017000', '205530.019000', '205530.022000', '205530.025000', '205530.027000', '205530.030000', '205530.032000', '205530.035000', '205530.037000', '205530.040000', '205530.042000', '205530.045000', '205530.047000', '205530.057000', '205530.060000', '205530.063000', '205530.066000', '205530.068000', '205530.071000', '205530.074000', '205530.076000', '205549.958000', '205549.961000', '205549.964000', '205549.966000', '205549.969000', '205549.972000', '205549.974000', '205549.977000', '205549.979000', '205549.982000', '205549.984000', '205549.987000', '205549.990000', '205549.992000', '205549.995000', '205549.998000', '205550.001000', '205550.004000', '205550.006000', '205550.009000', '205550.012000', '205550.014000', '205550.017000', '205550.019000', '205550.022000', '205550.024000', '205550.027000', '205550.030000', '205550.032000', '205550.035000', '205550.037000', '205550.040000', '205550.042000', '205550.045000', '205550.048000', '205550.050000', '205550.053000', '205550.055000', '205550.058000', '205550.060000', '205550.063000', '205550.066000', '205550.068000', '205550.071000', '205609.960000', '205609.962000', '205609.965000', '205609.967000', '205609.970000', '205609.973000', '205609.975000', '205609.978000', '205609.980000', '205609.983000', '205609.985000', '205609.988000', '205609.991000', '205609.993000', '205609.996000', '205609.998000', '205610.001000', '205610.003000', '205610.006000', '205610.008000', '205610.011000', '205610.014000', '205610.016000', '205610.019000', '205610.021000', '205610.024000', '205610.026000', '205610.029000', '205610.032000', '205610.034000', '205610.037000', '205610.040000', '205610.043000', '205610.046000', '205610.049000', '205610.051000', '205610.054000', '205610.056000', '205610.059000', '205610.061000', '205610.064000', '205610.066000', '205610.069000', '205629.960000', '205629.962000', '205629.965000', '205629.967000', '205629.970000', '205629.973000', '205629.975000', '205629.978000', '205629.980000', '205629.983000', '205629.985000', '205629.988000', '205629.990000', '205629.993000', '205629.995000', '205629.998000', '205630.002000', '205630.004000', '205630.007000', '205630.009000', '205630.012000', '205630.014000', '205630.017000', '205630.020000', '205630.022000', '205630.025000', '205630.027000', '205630.030000', '205630.032000', '205630.035000', '205630.037000', '205630.040000', '205630.042000', '205630.045000', '205630.048000', '205630.050000', '205630.053000', '205630.056000', '205630.058000', '205630.061000', '205630.064000', '205630.066000', '205630.069000', '205630.071000', '205649.959000', '205649.962000', '205649.965000', '205649.967000', '205649.970000', '205649.973000', '205649.975000', '205649.978000', '205649.980000', '205649.983000', '205649.985000', '205649.988000', '205649.991000', '205649.993000', '205649.996000', '205649.998000', '205650.002000', '205650.005000', '205650.007000', '205650.010000', '205650.012000', '205650.015000', '205650.018000', '205650.020000', '205650.023000', '205650.025000', '205650.028000', '205650.030000', '205650.033000', '205650.035000', '205650.038000', '205650.041000', '205650.043000', '205650.046000', '205650.048000', '205650.051000', '205650.053000', '205650.056000', '205650.059000', '205650.061000', '205650.064000', '205650.066000', '205650.069000', '205709.959000', '205709.962000', '205709.965000', '205709.967000', '205709.970000', '205709.973000', '205709.975000', '205709.978000', '205709.980000', '205709.983000', '205709.985000', '205709.988000', '205709.990000', '205709.993000', '205709.995000', '205709.998000', '205710.002000', '205710.004000', '205710.007000', '205710.009000', '205710.012000', '205710.014000', '205710.017000', '205710.020000', '205710.022000', '205710.025000', '205710.027000', '205710.030000', '205710.032000', '205710.035000', '205710.037000', '205710.052000', '205710.055000', '205710.057000', '205710.060000', '205710.062000', '205710.065000', '205710.067000', '205710.070000', '205710.073000', '205710.075000', '205710.078000', '205710.080000', '205710.083000', '205729.960000', '205729.962000', '205729.965000', '205729.967000', '205729.970000', '205729.973000', '205729.975000', '205729.978000', '205729.980000', '205729.983000', '205729.985000', '205729.988000', '205729.990000', '205729.993000', '205729.996000', '205729.998000', '205730.002000', '205730.005000', '205730.007000', '205730.010000', '205730.012000', '205730.015000', '205730.017000', '205730.020000', '205730.022000', '205730.025000', '205730.028000', '205730.030000', '205730.033000', '205730.035000', '205730.038000', '205730.040000', '205730.043000', '205730.046000', '205730.048000', '205730.051000', '205730.053000', '205730.056000', '205730.058000', '205730.061000', '205730.063000', '205730.066000', '205730.068000', '205749.960000', '205749.962000', '205749.965000', '205749.967000', '205749.970000', '205749.972000', '205749.975000', '205749.978000', '205749.980000', '205749.983000', '205749.985000', '205749.988000', '205749.990000', '205749.993000', '205749.995000', '205749.998000', '205750.001000', '205750.004000', '205750.006000', '205750.009000', '205750.012000', '205750.014000', '205750.017000', '205750.019000', '205750.022000', '205750.024000', '205750.027000', '205750.029000', '205750.032000', '205750.034000', '205750.037000', '205750.040000', '205750.042000', '205750.045000', '205750.047000', '205750.050000', '205750.052000', '205750.055000', '205750.057000', '205750.060000', '205750.063000', '205750.065000', '205750.068000', '205750.070000', '205809.959000', '205809.961000', '205809.964000', '205809.967000', '205809.969000', '205809.972000', '205809.974000', '205809.977000', '205809.979000', '205809.982000', '205809.985000', '205809.987000', '205809.990000', '205809.992000', '205809.995000', '205809.998000', '205810.001000', '205810.004000', '205810.006000', '205810.009000', '205810.011000', '205810.014000', '205810.016000', '205810.019000', '205810.022000', '205810.024000', '205810.027000', '205810.029000', '205810.032000', '205810.034000', '205810.037000', '205810.039000', '205810.042000', '205810.044000', '205810.047000', '205810.050000', '205810.052000', '205810.055000', '205810.057000', '205810.060000', '205810.062000', '205810.065000', '205810.068000', '205829.959000', '205829.962000', '205829.965000', '205829.967000', '205829.970000', '205829.972000', '205829.975000', '205829.977000', '205829.980000', '205829.983000', '205829.985000', '205829.988000', '205829.990000', '205829.993000', '205829.996000', '205829.998000', '205830.001000', '205830.003000', '205830.006000', '205830.008000', '205830.011000', '205830.013000', '205830.016000', '205830.018000', '205830.021000', '205830.023000', '205830.026000', '205830.029000', '205830.031000', '205830.034000', '205830.036000', '205830.039000', '205830.041000', '205830.044000', '205830.047000', '205830.049000', '205830.052000', '205830.054000', '205830.057000', '205830.059000', '205830.062000', '205830.064000', '205830.067000', '205830.069000', '205849.960000', '205849.962000', '205849.965000', '205849.967000', '205849.970000', '205849.973000', '205849.975000', '205849.978000', '205849.980000', '205849.983000', '205849.985000', '205849.988000', '205849.991000', '205849.993000', '205849.996000', '205849.998000', '205850.002000', '205850.004000', '205850.007000', '205850.010000', '205850.012000', '205850.015000', '205850.017000', '205850.020000', '205850.022000', '205850.025000', '205850.028000', '205850.030000', '205850.033000', '205850.035000', '205850.038000', '205850.040000', '205850.043000', '205850.045000', '205850.048000', '205850.051000', '205850.053000', '205850.056000', '205850.058000', '205850.061000', '205850.064000', '205850.066000', '205850.069000', '205909.959000', '205909.962000', '205909.965000', '205909.968000', '205909.970000', '205909.973000', '205909.975000', '205909.978000', '205909.980000', '205909.983000', '205909.986000', '205909.988000', '205909.991000', '205909.994000', '205909.996000', '205910.000000', '205910.002000', '205910.005000', '205910.008000', '205910.011000', '205910.013000', '205910.016000', '205910.018000', '205910.021000', '205910.023000', '205910.026000', '205910.029000', '205910.031000', '205910.034000', '205910.036000', '205910.039000', '205910.041000', '205910.044000', '205910.046000', '205910.049000', '205910.052000', '205910.054000', '205910.057000', '205910.059000', '205910.062000', '205910.064000', '205910.067000', '205910.069000', '205910.072000', '205929.959000', '205929.962000', '205929.965000', '205929.967000', '205929.970000', '205929.973000', '205929.975000', '205929.978000', '205929.980000', '205929.983000', '205929.986000', '205929.988000', '205929.991000', '205929.993000', '205929.996000', '205930.000000', '205930.002000', '205930.005000', '205930.007000', '205930.010000', '205930.013000', '205930.015000', '205930.018000', '205930.021000', '205930.023000', '205930.026000', '205930.028000', '205930.031000', '205930.033000', '205930.036000', '205930.039000', '205930.041000', '205930.044000', '205930.046000', '205930.049000', '205930.051000', '205930.054000', '205930.056000', '205930.059000', '205930.062000', '205930.064000', '205930.067000', '205930.069000', '205949.960000', '205949.963000', '205949.967000', '205949.970000', '205949.973000', '205949.976000', '205949.978000', '205949.981000', '205949.984000', '205949.986000', '205949.989000', '205949.992000', '205949.994000', '205949.997000', '205950.000000', '205950.003000', '205950.006000', '205950.008000', '205950.011000', '205950.014000', '205950.016000', '205950.019000', '205950.021000', '205950.024000', '205950.027000', '205950.029000', '205950.032000', '205950.035000', '205950.037000', '205950.040000', '205950.042000', '205950.045000', '205950.047000', '205950.050000', '205950.053000', '205950.055000', '205950.058000', '205950.060000', '205950.063000', '205950.065000', '205950.068000', '205950.070000', '205950.074000', '210009.959000', '210009.962000', '210009.965000', '210009.967000', '210009.970000', '210009.972000', '210009.976000', '210009.978000', '210009.981000', '210009.993000', '210009.996000', '210009.998000', '210010.002000', '210010.005000', '210010.007000', '210010.010000', '210010.012000', '210010.015000', '210010.018000', '210010.020000', '210010.023000', '210010.025000', '210010.028000', '210010.031000', '210010.033000', '210010.036000', '210010.038000', '210010.041000', '210010.044000', '210010.046000', '210010.049000', '210010.051000', '210010.054000', '210010.057000', '210010.066000', '210010.069000', '210010.071000', '210010.074000', '210010.077000', '210010.080000', '210010.082000', '210010.085000', '210010.087000', '210010.090000', '210029.958000', '210029.961000', '210029.964000', '210029.967000', '210029.970000', '210029.973000', '210029.976000', '210029.979000', '210029.982000', '210029.984000', '210029.988000', '210029.991000', '210029.993000', '210029.996000', '210030.000000', '210030.002000', '210030.005000', '210030.008000', '210030.010000', '210030.013000', '210030.015000', '210030.018000', '210030.020000', '210030.023000', '210030.025000', '210030.028000', '210030.030000', '210030.033000', '210030.036000', '210030.038000', '210030.041000', '210030.043000', '210030.046000', '210030.048000', '210030.051000', '210030.054000', '210030.056000', '210030.059000', '210030.062000', '210030.064000', '210030.067000', '210030.069000', '210030.072000', '210049.960000', '210049.963000', '210049.965000', '210049.968000', '210049.971000', '210049.973000', '210049.976000', '210049.978000', '210049.981000', '210049.984000', '210049.986000', '210049.989000', '210049.992000', '210049.994000', '210049.997000', '210049.999000', '210050.002000', '210050.005000', '210050.007000', '210050.010000', '210050.012000', '210050.015000', '210050.018000', '210050.020000', '210050.023000', '210050.025000', '210050.028000', '210050.031000', '210050.033000', '210050.036000', '210050.038000', '210050.041000', '210050.043000', '210050.046000', '210050.049000', '210050.051000', '210050.054000', '210050.057000', '210050.059000', '210050.062000', '210050.064000', '210050.067000', '210050.070000', '210050.072000', '210109.960000', '210109.962000', '210109.965000', '210109.968000', '210109.970000', '210109.973000', '210109.975000', '210109.978000', '210109.980000', '210109.983000', '210109.986000', '210109.988000', '210109.991000', '210109.993000', '210109.996000', '210110.000000', '210110.004000', '210110.007000', '210110.010000', '210110.013000', '210110.016000', '210110.018000', '210110.021000', '210110.024000', '210110.027000', '210110.029000', '210110.032000', '210110.034000', '210110.037000', '210110.040000', '210110.042000', '210110.045000', '210110.047000', '210110.050000', '210110.053000', '210110.055000', '210110.058000', '210110.061000', '210110.063000', '210110.066000', '210110.068000', '210110.071000', '210110.074000', '210129.960000', '210129.962000', '210129.965000', '210129.967000', '210129.970000', '210129.973000', '210129.975000', '210129.978000', '210129.980000', '210129.983000', '210129.986000', '210129.988000', '210129.991000', '210129.993000', '210129.996000', '210130.000000', '210130.002000', '210130.005000', '210130.007000', '210130.010000', '210130.017000', '210130.020000', '210130.022000', '210130.025000', '210130.027000', '210130.030000', '210130.032000', '210130.035000', '210130.038000', '210130.040000', '210130.043000', '210130.045000', '210130.048000', '210130.051000', '210130.053000', '210130.056000', '210130.058000', '210130.061000', '210130.063000', '210130.066000', '210130.069000', '210130.071000', '210130.074000', '210130.076000', '210149.960000', '210149.963000', '210149.965000', '210149.968000', '210149.970000', '210149.973000', '210149.975000', '210149.978000', '210149.981000', '210149.983000', '210149.986000', '210149.988000', '210149.991000', '210149.993000', '210149.996000', '210149.998000', '210150.002000', '210150.005000', '210150.007000', '210150.010000', '210150.013000', '210150.016000', '210150.019000', '210150.021000', '210150.024000', '210150.027000', '210150.029000', '210150.032000', '210150.035000', '210150.037000', '210150.040000', '210150.043000', '210150.045000', '210150.048000', '210150.051000', '210150.053000', '210150.056000', '210150.058000', '210150.061000', '210150.063000', '210150.066000', '210150.069000', '210150.071000', '210209.960000', '210209.962000', '210209.965000', '210209.968000', '210209.970000', '210209.973000', '210209.975000', '210209.978000', '210209.981000', '210209.983000', '210209.986000', '210209.988000', '210209.991000', '210209.993000', '210209.996000', '210210.000000', '210210.002000', '210210.005000', '210210.007000', '210210.010000', '210210.013000', '210210.015000', '210210.018000', '210210.020000', '210210.023000', '210210.025000', '210210.028000', '210210.031000', '210210.033000', '210210.036000', '210210.038000', '210210.041000', '210210.043000', '210210.046000', '210210.049000', '210210.051000', '210210.054000', '210210.056000', '210210.059000', '210210.061000', '210210.064000', '210210.067000', '210210.069000', '210210.072000', '210229.960000', '210229.962000', '210229.965000', '210229.968000', '210229.970000', '210229.973000', '210229.975000', '210229.978000', '210229.981000', '210229.983000', '210229.986000', '210229.988000', '210229.991000', '210229.993000', '210229.996000', '210229.998000', '210230.002000', '210230.005000', '210230.007000', '210230.010000', '210230.013000', '210230.017000', '210230.019000', '210230.022000', '210230.024000', '210230.027000', '210230.029000', '210230.032000', '210230.035000', '210230.037000', '210230.040000', '210230.044000', '210230.046000', '210230.049000', '210230.052000', '210230.054000', '210230.057000', '210230.059000', '210230.062000', '210230.064000', '210230.067000', '210230.069000', '210230.072000', '210249.959000', '210249.961000', '210249.971000', '210249.973000', '210249.976000', '210249.978000', '210249.981000', '210249.984000', '210249.986000', '210249.989000', '210249.991000', '210249.994000', '210249.996000', '210250.000000', '210250.003000', '210250.005000', '210250.008000', '210250.010000', '210250.013000', '210250.015000', '210250.018000', '210250.021000', '210250.023000', '210250.026000', '210250.028000', '210250.031000', '210250.034000', '210250.036000', '210250.039000', '210250.041000', '210250.044000', '210250.047000', '210250.049000', '210250.052000', '210250.054000', '210250.057000', '210250.059000', '210250.062000', '210250.065000', '210250.067000', '210250.070000', '210250.072000', '210250.075000', '210250.077000', '210309.960000', '210309.963000', '210309.965000', '210309.968000', '210309.970000', '210309.973000', '210309.975000', '210309.978000', '210309.981000', '210309.983000', '210309.986000', '210309.988000', '210309.991000', '210309.993000', '210309.996000', '210310.000000', '210310.002000', '210310.005000', '210310.007000', '210310.010000', '210310.013000', '210310.016000', '210310.018000', '210310.021000', '210310.024000', '210310.026000', '210310.029000', '210310.031000', '210310.034000', '210310.037000', '210310.039000', '210310.042000', '210310.044000', '210310.047000', '210310.049000', '210310.052000', '210310.054000', '210310.057000', '210310.060000', '210310.062000', '210310.065000', '210310.067000', '210310.070000', '210329.960000', '210329.962000', '210329.965000', '210329.968000', '210329.970000', '210329.973000', '210329.975000', '210329.978000', '210329.981000', '210329.983000', '210329.986000', '210329.988000', '210329.991000', '210329.993000', '210329.996000', '210330.000000', '210330.002000', '210330.005000', '210330.007000', '210330.010000', '210330.013000', '210330.015000', '210330.018000', '210330.020000', '210330.023000', '210330.025000', '210330.028000', '210330.030000', '210330.033000', '210330.036000', '210330.038000', '210330.041000', '210330.043000', '210330.046000', '210330.048000', '210330.051000', '210330.053000', '210330.056000', '210330.059000', '210330.061000', '210330.064000', '210330.066000', '210330.069000', '210330.071000', '210349.960000', '210349.963000', '210349.966000', '210349.968000', '210349.971000', '210349.974000', '210349.977000', '210349.980000', '210349.982000', '210349.985000', '210349.988000', '210349.991000', '210349.994000', '210349.998000', '210350.002000', '210350.005000', '210350.007000', '210350.010000', '210350.013000', '210350.015000', '210350.018000', '210350.021000', '210350.023000', '210350.026000', '210350.028000', '210350.031000', '210350.034000', '210350.037000', '210350.039000', '210350.042000', '210350.045000', '210350.047000', '210350.050000', '210350.053000', '210350.055000', '210350.058000', '210350.061000', '210350.063000', '210350.066000', '210350.069000', '210350.072000', '210350.075000', '210350.078000', '210350.172000'], 'InstanceCreationTime': ['205409.990000', '205409.993000', '205409.995000', '205409.998000', '205410.002000', '205410.004000', '205410.007000', '205410.009000', '205410.012000', '205410.014000', '205410.017000', '205410.019000', '205410.022000', '205410.045000', '205410.047000', '205410.050000', '205410.052000', '205410.055000', '205410.057000', '205410.060000', '205410.063000', '205410.065000', '205410.068000', '205410.070000', '205410.073000', '205410.075000', '205410.078000', '205410.081000', '205410.083000', '205410.086000', '205410.088000', '205410.091000', '205410.093000', '205410.096000', '205410.098000', '205410.101000', '205410.103000', '205410.106000', '205410.108000', '205410.111000', '205410.113000', '205410.116000', '205410.119000', '205410.121000', '205410.124000', '205410.126000', '205410.129000', '205410.131000', '205410.134000', '205410.136000', '205410.139000', '205410.142000', '205410.144000', '205410.147000', '205410.149000', '205410.152000', '205410.154000', '205410.157000', '205410.160000', '205410.162000', '205410.165000', '205429.959000', '205429.962000', '205429.965000', '205429.967000', '205429.970000', '205429.973000', '205429.975000', '205429.978000', '205429.980000', '205429.983000', '205429.985000', '205429.988000', '205429.990000', '205429.993000', '205429.995000', '205429.998000', '205430.002000', '205430.004000', '205430.007000', '205430.009000', '205430.012000', '205430.014000', '205430.017000', '205430.020000', '205430.022000', '205430.025000', '205430.027000', '205430.030000', '205430.032000', '205430.035000', '205430.037000', '205430.040000', '205430.042000', '205430.045000', '205430.047000', '205430.050000', '205430.053000', '205430.055000', '205430.058000', '205430.060000', '205430.063000', '205430.065000', '205430.068000', '205449.959000', '205449.962000', '205449.965000', '205449.967000', '205449.970000', '205449.972000', '205449.975000', '205449.977000', '205449.980000', '205449.983000', '205449.985000', '205449.988000', '205449.990000', '205449.993000', '205449.995000', '205449.998000', '205450.001000', '205450.004000', '205450.007000', '205450.009000', '205450.012000', '205450.014000', '205450.017000', '205450.020000', '205450.022000', '205450.025000', '205450.027000', '205450.030000', '205450.032000', '205450.035000', '205450.038000', '205450.040000', '205450.043000', '205450.046000', '205450.050000', '205450.052000', '205450.055000', '205450.058000', '205450.061000', '205450.064000', '205450.066000', '205450.069000', '205450.072000', '205509.959000', '205509.962000', '205509.965000', '205509.967000', '205509.970000', '205509.972000', '205509.975000', '205509.978000', '205509.980000', '205509.983000', '205509.985000', '205509.988000', '205509.990000', '205509.993000', '205509.995000', '205509.998000', '205510.001000', '205510.004000', '205510.007000', '205510.009000', '205510.012000', '205510.014000', '205510.017000', '205510.019000', '205510.022000', '205510.025000', '205510.027000', '205510.030000', '205510.032000', '205510.035000', '205510.037000', '205510.040000', '205510.042000', '205510.045000', '205510.047000', '205510.050000', '205510.052000', '205510.055000', '205510.057000', '205510.060000', '205510.063000', '205510.065000', '205510.068000', '205510.070000', '205529.959000', '205529.962000', '205529.965000', '205529.967000', '205529.970000', '205529.972000', '205529.975000', '205529.978000', '205529.980000', '205529.983000', '205529.985000', '205529.988000', '205529.990000', '205529.993000', '205529.996000', '205529.998000', '205530.002000', '205530.004000', '205530.007000', '205530.009000', '205530.012000', '205530.014000', '205530.017000', '205530.019000', '205530.022000', '205530.025000', '205530.027000', '205530.030000', '205530.032000', '205530.035000', '205530.037000', '205530.040000', '205530.042000', '205530.045000', '205530.047000', '205530.057000', '205530.060000', '205530.063000', '205530.066000', '205530.068000', '205530.071000', '205530.074000', '205530.076000', '205549.958000', '205549.961000', '205549.964000', '205549.966000', '205549.969000', '205549.972000', '205549.974000', '205549.977000', '205549.979000', '205549.982000', '205549.984000', '205549.987000', '205549.990000', '205549.992000', '205549.995000', '205549.998000', '205550.001000', '205550.004000', '205550.006000', '205550.009000', '205550.012000', '205550.014000', '205550.017000', '205550.019000', '205550.022000', '205550.024000', '205550.027000', '205550.030000', '205550.032000', '205550.035000', '205550.037000', '205550.040000', '205550.042000', '205550.045000', '205550.048000', '205550.050000', '205550.053000', '205550.055000', '205550.058000', '205550.060000', '205550.063000', '205550.066000', '205550.068000', '205550.071000', '205609.960000', '205609.962000', '205609.965000', '205609.967000', '205609.970000', '205609.973000', '205609.975000', '205609.978000', '205609.980000', '205609.983000', '205609.985000', '205609.988000', '205609.991000', '205609.993000', '205609.996000', '205609.998000', '205610.001000', '205610.003000', '205610.006000', '205610.008000', '205610.011000', '205610.014000', '205610.016000', '205610.019000', '205610.021000', '205610.024000', '205610.026000', '205610.029000', '205610.032000', '205610.034000', '205610.037000', '205610.040000', '205610.043000', '205610.046000', '205610.049000', '205610.051000', '205610.054000', '205610.056000', '205610.059000', '205610.061000', '205610.064000', '205610.066000', '205610.069000', '205629.960000', '205629.962000', '205629.965000', '205629.967000', '205629.970000', '205629.973000', '205629.975000', '205629.978000', '205629.980000', '205629.983000', '205629.985000', '205629.988000', '205629.990000', '205629.993000', '205629.995000', '205629.998000', '205630.002000', '205630.004000', '205630.007000', '205630.009000', '205630.012000', '205630.014000', '205630.017000', '205630.020000', '205630.022000', '205630.025000', '205630.027000', '205630.030000', '205630.032000', '205630.035000', '205630.037000', '205630.040000', '205630.042000', '205630.045000', '205630.048000', '205630.050000', '205630.053000', '205630.056000', '205630.058000', '205630.061000', '205630.064000', '205630.066000', '205630.069000', '205630.071000', '205649.959000', '205649.962000', '205649.965000', '205649.967000', '205649.970000', '205649.973000', '205649.975000', '205649.978000', '205649.980000', '205649.983000', '205649.985000', '205649.988000', '205649.991000', '205649.993000', '205649.996000', '205649.998000', '205650.002000', '205650.005000', '205650.007000', '205650.010000', '205650.012000', '205650.015000', '205650.018000', '205650.020000', '205650.023000', '205650.025000', '205650.028000', '205650.030000', '205650.033000', '205650.035000', '205650.038000', '205650.041000', '205650.043000', '205650.046000', '205650.048000', '205650.051000', '205650.053000', '205650.056000', '205650.059000', '205650.061000', '205650.064000', '205650.066000', '205650.069000', '205709.959000', '205709.962000', '205709.965000', '205709.967000', '205709.970000', '205709.973000', '205709.975000', '205709.978000', '205709.980000', '205709.983000', '205709.985000', '205709.988000', '205709.990000', '205709.993000', '205709.995000', '205709.998000', '205710.002000', '205710.004000', '205710.007000', '205710.009000', '205710.012000', '205710.014000', '205710.017000', '205710.020000', '205710.022000', '205710.025000', '205710.027000', '205710.030000', '205710.032000', '205710.035000', '205710.037000', '205710.052000', '205710.055000', '205710.057000', '205710.060000', '205710.062000', '205710.065000', '205710.067000', '205710.070000', '205710.073000', '205710.075000', '205710.078000', '205710.080000', '205710.083000', '205729.960000', '205729.962000', '205729.965000', '205729.967000', '205729.970000', '205729.973000', '205729.975000', '205729.978000', '205729.980000', '205729.983000', '205729.985000', '205729.988000', '205729.990000', '205729.993000', '205729.996000', '205729.998000', '205730.002000', '205730.005000', '205730.007000', '205730.010000', '205730.012000', '205730.015000', '205730.017000', '205730.020000', '205730.022000', '205730.025000', '205730.028000', '205730.030000', '205730.033000', '205730.035000', '205730.038000', '205730.040000', '205730.043000', '205730.046000', '205730.048000', '205730.051000', '205730.053000', '205730.056000', '205730.058000', '205730.061000', '205730.063000', '205730.066000', '205730.068000', '205749.960000', '205749.962000', '205749.965000', '205749.967000', '205749.970000', '205749.972000', '205749.975000', '205749.978000', '205749.980000', '205749.983000', '205749.985000', '205749.988000', '205749.990000', '205749.993000', '205749.995000', '205749.998000', '205750.001000', '205750.004000', '205750.006000', '205750.009000', '205750.012000', '205750.014000', '205750.017000', '205750.019000', '205750.022000', '205750.024000', '205750.027000', '205750.029000', '205750.032000', '205750.034000', '205750.037000', '205750.040000', '205750.042000', '205750.045000', '205750.047000', '205750.050000', '205750.052000', '205750.055000', '205750.057000', '205750.060000', '205750.063000', '205750.065000', '205750.068000', '205750.070000', '205809.959000', '205809.961000', '205809.964000', '205809.967000', '205809.969000', '205809.972000', '205809.974000', '205809.977000', '205809.979000', '205809.982000', '205809.985000', '205809.987000', '205809.990000', '205809.992000', '205809.995000', '205809.998000', '205810.001000', '205810.004000', '205810.006000', '205810.009000', '205810.011000', '205810.014000', '205810.016000', '205810.019000', '205810.022000', '205810.024000', '205810.027000', '205810.029000', '205810.032000', '205810.034000', '205810.037000', '205810.039000', '205810.042000', '205810.044000', '205810.047000', '205810.050000', '205810.052000', '205810.055000', '205810.057000', '205810.060000', '205810.062000', '205810.065000', '205810.068000', '205829.959000', '205829.962000', '205829.965000', '205829.967000', '205829.970000', '205829.972000', '205829.975000', '205829.977000', '205829.980000', '205829.983000', '205829.985000', '205829.988000', '205829.990000', '205829.993000', '205829.996000', '205829.998000', '205830.001000', '205830.003000', '205830.006000', '205830.008000', '205830.011000', '205830.013000', '205830.016000', '205830.018000', '205830.021000', '205830.023000', '205830.026000', '205830.029000', '205830.031000', '205830.034000', '205830.036000', '205830.039000', '205830.041000', '205830.044000', '205830.047000', '205830.049000', '205830.052000', '205830.054000', '205830.057000', '205830.059000', '205830.062000', '205830.064000', '205830.067000', '205830.069000', '205849.960000', '205849.962000', '205849.965000', '205849.967000', '205849.970000', '205849.973000', '205849.975000', '205849.978000', '205849.980000', '205849.983000', '205849.985000', '205849.988000', '205849.991000', '205849.993000', '205849.996000', '205849.998000', '205850.002000', '205850.004000', '205850.007000', '205850.010000', '205850.012000', '205850.015000', '205850.017000', '205850.020000', '205850.022000', '205850.025000', '205850.028000', '205850.030000', '205850.033000', '205850.035000', '205850.038000', '205850.040000', '205850.043000', '205850.045000', '205850.048000', '205850.051000', '205850.053000', '205850.056000', '205850.058000', '205850.061000', '205850.064000', '205850.066000', '205850.069000', '205909.959000', '205909.962000', '205909.965000', '205909.968000', '205909.970000', '205909.973000', '205909.975000', '205909.978000', '205909.980000', '205909.983000', '205909.986000', '205909.988000', '205909.991000', '205909.994000', '205909.996000', '205910.000000', '205910.002000', '205910.005000', '205910.008000', '205910.011000', '205910.013000', '205910.016000', '205910.018000', '205910.021000', '205910.023000', '205910.026000', '205910.029000', '205910.031000', '205910.034000', '205910.036000', '205910.039000', '205910.041000', '205910.044000', '205910.046000', '205910.049000', '205910.052000', '205910.054000', '205910.057000', '205910.059000', '205910.062000', '205910.064000', '205910.067000', '205910.069000', '205910.072000', '205929.959000', '205929.962000', '205929.965000', '205929.967000', '205929.970000', '205929.973000', '205929.975000', '205929.978000', '205929.980000', '205929.983000', '205929.986000', '205929.988000', '205929.991000', '205929.993000', '205929.996000', '205930.000000', '205930.002000', '205930.005000', '205930.007000', '205930.010000', '205930.013000', '205930.015000', '205930.018000', '205930.021000', '205930.023000', '205930.026000', '205930.028000', '205930.031000', '205930.033000', '205930.036000', '205930.039000', '205930.041000', '205930.044000', '205930.046000', '205930.049000', '205930.051000', '205930.054000', '205930.056000', '205930.059000', '205930.062000', '205930.064000', '205930.067000', '205930.069000', '205949.960000', '205949.963000', '205949.967000', '205949.970000', '205949.973000', '205949.976000', '205949.978000', '205949.981000', '205949.984000', '205949.986000', '205949.989000', '205949.992000', '205949.994000', '205949.997000', '205950.000000', '205950.003000', '205950.006000', '205950.008000', '205950.011000', '205950.014000', '205950.016000', '205950.019000', '205950.021000', '205950.024000', '205950.027000', '205950.029000', '205950.032000', '205950.035000', '205950.037000', '205950.040000', '205950.042000', '205950.045000', '205950.047000', '205950.050000', '205950.053000', '205950.055000', '205950.058000', '205950.060000', '205950.063000', '205950.065000', '205950.068000', '205950.070000', '205950.074000', '210009.959000', '210009.962000', '210009.965000', '210009.967000', '210009.970000', '210009.972000', '210009.976000', '210009.978000', '210009.981000', '210009.993000', '210009.996000', '210009.998000', '210010.002000', '210010.005000', '210010.007000', '210010.010000', '210010.012000', '210010.015000', '210010.018000', '210010.020000', '210010.023000', '210010.025000', '210010.028000', '210010.031000', '210010.033000', '210010.036000', '210010.038000', '210010.041000', '210010.044000', '210010.046000', '210010.049000', '210010.051000', '210010.054000', '210010.057000', '210010.066000', '210010.069000', '210010.071000', '210010.074000', '210010.077000', '210010.080000', '210010.082000', '210010.085000', '210010.087000', '210010.090000', '210029.958000', '210029.961000', '210029.964000', '210029.967000', '210029.970000', '210029.973000', '210029.976000', '210029.979000', '210029.982000', '210029.984000', '210029.988000', '210029.991000', '210029.993000', '210029.996000', '210030.000000', '210030.002000', '210030.005000', '210030.008000', '210030.010000', '210030.013000', '210030.015000', '210030.018000', '210030.020000', '210030.023000', '210030.025000', '210030.028000', '210030.030000', '210030.033000', '210030.036000', '210030.038000', '210030.041000', '210030.043000', '210030.046000', '210030.048000', '210030.051000', '210030.054000', '210030.056000', '210030.059000', '210030.062000', '210030.064000', '210030.067000', '210030.069000', '210030.072000', '210049.960000', '210049.963000', '210049.965000', '210049.968000', '210049.971000', '210049.973000', '210049.976000', '210049.978000', '210049.981000', '210049.984000', '210049.986000', '210049.989000', '210049.992000', '210049.994000', '210049.997000', '210049.999000', '210050.002000', '210050.005000', '210050.007000', '210050.010000', '210050.012000', '210050.015000', '210050.018000', '210050.020000', '210050.023000', '210050.025000', '210050.028000', '210050.031000', '210050.033000', '210050.036000', '210050.038000', '210050.041000', '210050.043000', '210050.046000', '210050.049000', '210050.051000', '210050.054000', '210050.057000', '210050.059000', '210050.062000', '210050.064000', '210050.067000', '210050.070000', '210050.072000', '210109.960000', '210109.962000', '210109.965000', '210109.968000', '210109.970000', '210109.973000', '210109.975000', '210109.978000', '210109.980000', '210109.983000', '210109.986000', '210109.988000', '210109.991000', '210109.993000', '210109.996000', '210110.000000', '210110.004000', '210110.007000', '210110.010000', '210110.013000', '210110.016000', '210110.018000', '210110.021000', '210110.024000', '210110.027000', '210110.029000', '210110.032000', '210110.034000', '210110.037000', '210110.040000', '210110.042000', '210110.045000', '210110.047000', '210110.050000', '210110.053000', '210110.055000', '210110.058000', '210110.061000', '210110.063000', '210110.066000', '210110.068000', '210110.071000', '210110.074000', '210129.960000', '210129.962000', '210129.965000', '210129.967000', '210129.970000', '210129.973000', '210129.975000', '210129.978000', '210129.980000', '210129.983000', '210129.986000', '210129.988000', '210129.991000', '210129.993000', '210129.996000', '210130.000000', '210130.002000', '210130.005000', '210130.007000', '210130.010000', '210130.017000', '210130.020000', '210130.022000', '210130.025000', '210130.027000', '210130.030000', '210130.032000', '210130.035000', '210130.038000', '210130.040000', '210130.043000', '210130.045000', '210130.048000', '210130.051000', '210130.053000', '210130.056000', '210130.058000', '210130.061000', '210130.063000', '210130.066000', '210130.069000', '210130.071000', '210130.074000', '210130.076000', '210149.960000', '210149.963000', '210149.965000', '210149.968000', '210149.970000', '210149.973000', '210149.975000', '210149.978000', '210149.981000', '210149.983000', '210149.986000', '210149.988000', '210149.991000', '210149.993000', '210149.996000', '210149.998000', '210150.002000', '210150.005000', '210150.007000', '210150.010000', '210150.013000', '210150.016000', '210150.019000', '210150.021000', '210150.024000', '210150.027000', '210150.029000', '210150.032000', '210150.035000', '210150.037000', '210150.040000', '210150.043000', '210150.045000', '210150.048000', '210150.051000', '210150.053000', '210150.056000', '210150.058000', '210150.061000', '210150.063000', '210150.066000', '210150.069000', '210150.071000', '210209.960000', '210209.962000', '210209.965000', '210209.968000', '210209.970000', '210209.973000', '210209.975000', '210209.978000', '210209.981000', '210209.983000', '210209.986000', '210209.988000', '210209.991000', '210209.993000', '210209.996000', '210210.000000', '210210.002000', '210210.005000', '210210.007000', '210210.010000', '210210.013000', '210210.015000', '210210.018000', '210210.020000', '210210.023000', '210210.025000', '210210.028000', '210210.031000', '210210.033000', '210210.036000', '210210.038000', '210210.041000', '210210.043000', '210210.046000', '210210.049000', '210210.051000', '210210.054000', '210210.056000', '210210.059000', '210210.061000', '210210.064000', '210210.067000', '210210.069000', '210210.072000', '210229.960000', '210229.962000', '210229.965000', '210229.968000', '210229.970000', '210229.973000', '210229.975000', '210229.978000', '210229.981000', '210229.983000', '210229.986000', '210229.988000', '210229.991000', '210229.993000', '210229.996000', '210229.998000', '210230.002000', '210230.005000', '210230.007000', '210230.010000', '210230.013000', '210230.017000', '210230.019000', '210230.022000', '210230.024000', '210230.027000', '210230.029000', '210230.032000', '210230.035000', '210230.037000', '210230.040000', '210230.044000', '210230.046000', '210230.049000', '210230.052000', '210230.054000', '210230.057000', '210230.059000', '210230.062000', '210230.064000', '210230.067000', '210230.069000', '210230.072000', '210249.959000', '210249.961000', '210249.971000', '210249.973000', '210249.976000', '210249.978000', '210249.981000', '210249.984000', '210249.986000', '210249.989000', '210249.991000', '210249.994000', '210249.996000', '210250.000000', '210250.003000', '210250.005000', '210250.008000', '210250.010000', '210250.013000', '210250.015000', '210250.018000', '210250.021000', '210250.023000', '210250.026000', '210250.028000', '210250.031000', '210250.034000', '210250.036000', '210250.039000', '210250.041000', '210250.044000', '210250.047000', '210250.049000', '210250.052000', '210250.054000', '210250.057000', '210250.059000', '210250.062000', '210250.065000', '210250.067000', '210250.070000', '210250.072000', '210250.075000', '210250.077000', '210309.960000', '210309.963000', '210309.965000', '210309.968000', '210309.970000', '210309.973000', '210309.975000', '210309.978000', '210309.981000', '210309.983000', '210309.986000', '210309.988000', '210309.991000', '210309.993000', '210309.996000', '210310.000000', '210310.002000', '210310.005000', '210310.007000', '210310.010000', '210310.013000', '210310.016000', '210310.018000', '210310.021000', '210310.024000', '210310.026000', '210310.029000', '210310.031000', '210310.034000', '210310.037000', '210310.039000', '210310.042000', '210310.044000', '210310.047000', '210310.049000', '210310.052000', '210310.054000', '210310.057000', '210310.060000', '210310.062000', '210310.065000', '210310.067000', '210310.070000', '210329.960000', '210329.962000', '210329.965000', '210329.968000', '210329.970000', '210329.973000', '210329.975000', '210329.978000', '210329.981000', '210329.983000', '210329.986000', '210329.988000', '210329.991000', '210329.993000', '210329.996000', '210330.000000', '210330.002000', '210330.005000', '210330.007000', '210330.010000', '210330.013000', '210330.015000', '210330.018000', '210330.020000', '210330.023000', '210330.025000', '210330.028000', '210330.030000', '210330.033000', '210330.036000', '210330.038000', '210330.041000', '210330.043000', '210330.046000', '210330.048000', '210330.051000', '210330.053000', '210330.056000', '210330.059000', '210330.061000', '210330.064000', '210330.066000', '210330.069000', '210330.071000', '210349.960000', '210349.963000', '210349.966000', '210349.968000', '210349.971000', '210349.974000', '210349.977000', '210349.980000', '210349.982000', '210349.985000', '210349.988000', '210349.991000', '210349.994000', '210349.998000', '210350.002000', '210350.005000', '210350.007000', '210350.010000', '210350.013000', '210350.015000', '210350.018000', '210350.021000', '210350.023000', '210350.026000', '210350.028000', '210350.031000', '210350.034000', '210350.037000', '210350.039000', '210350.042000', '210350.045000', '210350.047000', '210350.050000', '210350.053000', '210350.055000', '210350.058000', '210350.061000', '210350.063000', '210350.066000', '210350.069000', '210350.072000', '210350.075000', '210350.078000', '210350.172000'], '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': [14095, 10746, 13856, 17405, 11772, 14534, 10734, 14275, 16719, 9789, 14824, 11447, 13876, 10255, 10073, 14675, 11468, 13658, 9174, 10505, 14978, 10905, 12816, 8633, 11466, 14427, 10585, 13480, 8786, 12271, 13058, 9604, 14499, 10710, 12333, 10950, 10467, 13758, 9558, 13535, 10321, 13407, 9033, 12911, 13052, 10288, 14453, 11442, 14232, 9653, 13200, 15145, 11914, 14026, 10911, 13594, 10662, 13157, 14008, 10214, 14670, 11169, 13858, 9462, 13493, 10158, 12142, 14735, 11116, 14599, 10826, 13347, 10209, 12963, 13493, 9743, 14264, 11088, 13063, 9726, 12880, 8653, 11847, 10845, 11339, 14035, 10412, 14601, 11219, 13360, 10133, 13954, 10168, 11950, 14210, 10940, 14777, 10822, 13154, 8875, 13658, 11904, 9783, 14981, 11722, 13459, 10308, 13111, 8688, 12331, 11284, 11350, 13465, 9881, 14232, 11036, 13335, 10531, 14053, 8956, 13586, 11055, 13267, 14808, 10856, 14807, 10608, 13760, 11278, 12238, 15235, 11631, 13788, 10080, 13705, 9076, 12911, 10304, 12293, 10970, 12638, 8683, 12008, 8649, 12236, 9057, 12588, 8939, 13871, 14431, 12054, 15765, 11805, 14331, 14494, 11907, 15659, 12364, 14083, 11605, 13576, 15528, 11317, 14302, 10793, 14377, 10558, 9827, 14894, 11789, 13667, 9254, 11715, 14733, 10128, 14246, 10440, 12787, 11471, 9684, 14879, 11471, 13431, 10144, 9539, 14511, 11161, 13436, 10323, 9516, 14568, 11069, 12936, 9345, 11279, 14349, 10688, 13136, 9979, 13191, 9892, 11416, 14695, 11923, 13950, 10875, 13370, 11513, 12631, 15171, 12061, 14103, 9572, 13518, 11540, 11300, 15218, 12040, 13609, 10479, 14016, 9718, 12329, 14821, 10793, 14623, 11534, 13620, 9554, 14032, 9719, 13626, 10403, 11405, 14610, 11101, 14943, 11423, 13705, 10061, 13780, 10503, 14102, 9229, 12955, 9580, 12908, 11774, 11443, 14437, 11027, 14386, 10935, 14444, 10703, 12912, 8880, 13309, 10701, 11978, 13890, 10237, 13747, 10768, 13746, 10195, 12629, 8555, 13294, 10127, 12976, 12463, 10368, 15122, 12135, 13903, 11002, 13798, 9492, 13812, 9440, 13821, 10338, 12979, 13818, 11257, 15391, 12087, 14788, 10942, 14257, 10443, 13911, 11002, 11930, 14805, 11673, 13749, 11265, 13408, 9398, 12519, 9315, 12925, 12941, 10199, 15197, 12256, 14632, 10141, 14475, 14952, 10600, 15277, 12192, 14671, 9874, 12263, 15358, 11853, 13813, 11120, 12988, 9692, 11056, 9086, 11468, 9026, 11497, 12556, 10452, 14933, 11838, 14347, 10843, 12736, 15455, 12731, 14581, 10829, 12540, 15634, 12359, 14492, 9515, 12918, 14812, 10229, 14795, 11672, 13369, 9317, 12603, 9224, 12819, 10397, 11327, 14842, 11625, 13892, 10975, 14634, 9919, 13205, 10294, 13288, 14077, 10875, 15306, 11625, 14358, 10099, 13976, 11646, 10732, 15215, 12162, 14324, 10139, 12936, 10833, 12036, 14971, 12137, 14976, 11128, 13110, 9862, 13283, 12115, 9957, 14785, 11764, 13493, 10247, 13681, 9423, 12568, 14988, 11926, 14468, 11367, 13372, 9477, 13040, 13511, 10672, 15367, 11855, 13700, 10114, 14311, 9662, 12700, 12275, 10342, 14882, 12343, 14434, 10887, 13140, 9059, 13856, 11624, 12447, 15392, 12332, 14450, 11277, 14572, 9583, 13094, 11458, 11645, 14612, 11828, 15000, 11342, 13591, 9300, 14563, 10256, 12635, 12519, 10499, 14370, 11313, 14940, 11225, 13420, 10141, 14233, 9586, 13293, 10553, 12009, 14376, 11387, 14657, 11178, 13434, 10230, 12694, 9719, 13102, 9344, 12568, 9546, 13270, 13217, 11483, 15399, 12169, 14852, 11561, 14656, 10992, 14711, 9746, 14139, 10564, 14727, 11150, 13627, 10181, 13546, 10178, 15201, 11891, 12146, 15607, 12557, 14414, 10362, 12100, 15642, 12806, 14368, 10610, 12159, 15334, 12440, 13590, 9952, 12918, 15211, 10699, 14172, 10106, 14003, 9515, 10911, 13317, 10066, 13788, 10554, 13668, 9110, 12718, 13377, 10791, 15355, 12075, 14067, 13939, 12353, 15595, 12338, 13248, 11000, 12308, 15232, 12326, 13661, 9697, 11008, 15122, 11967, 13962, 9322, 11175, 10837, 9159, 14464, 11108, 13452, 8928, 11683, 10089, 10865, 14869, 11775, 13696, 10254, 12279, 8951, 12917, 12306, 10661, 14584, 11002, 13413, 10390, 14624, 10255, 13667, 11189, 13046, 15512, 12503, 15461, 11879, 14462, 11253, 13818, 15492, 11319, 15522, 12021, 14088, 10069, 14033, 12151, 10393, 15190, 12001, 13655, 10450, 13320, 9042, 12017, 12807, 10249, 15037, 11648, 13509, 9934, 12844, 8954, 13409, 10389, 11828, 14539, 11094, 14589, 11435, 14609, 10657, 13796, 10347, 13918, 14871, 11140, 15745, 12175, 14307, 10899, 14078, 14393, 10650, 15603, 12117, 14240, 9746, 13372, 9238, 11246, 13025, 9949, 14762, 11338, 13824, 9002, 13630, 11905, 12539, 15306, 11885, 15145, 10700, 14803, 12711, 12035, 15857, 12690, 13792, 9666, 14129, 10284, 11577, 13856, 10236, 14648, 11060, 12619, 9671, 11576, 8784, 12549, 12608, 10584, 15179, 11976, 14417, 10790, 14794, 15071, 10814, 15486, 11692, 14622, 9751, 12468, 13717, 9989, 15158, 11697, 14228, 10239, 12841, 9520, 14087, 10920, 10133, 15217, 11786, 14227, 10948, 13429, 8902, 12144, 10943, 11622, 14205, 9973, 14466, 10951, 13689, 9198, 13292, 9540, 11238, 10184, 11573, 10127, 12086, 8941, 11486, 10674, 11844, 12694, 12215, 15043, 10936, 15831, 12421, 15154, 10785, 14099, 12710, 11996, 16077, 13005, 15342, 11863, 13876, 9977, 14721, 12537, 11063, 15673, 12556, 14395, 11035, 13971, 9280, 12335, 13663, 10747, 15342, 11873, 13956, 10583, 14205, 10167, 12634, 8862, 11928, 10151, 11621, 13687, 9980, 15137, 11838, 14149, 10100, 14353, 12506, 10681, 15546, 12582, 14881, 10324, 13233, 12050, 11500, 15712, 12443, 14527, 10829, 12478, 9070, 13941, 10841, 11964, 14931, 11559, 13809, 10833, 14099, 10186, 12750, 8916, 12948, 10872, 13272, 10694, 12067, 14400, 10993, 15577, 12219, 15232, 10532, 13775, 10930, 14481, 12598, 12555, 10479, 11442, 13183, 10993, 15540, 12139, 15028, 11109, 14784, 11344, 14562, 15832, 11807, 15456, 12349, 15230, 9986, 13024, 9945, 12891, 11279, 12817, 10435, 11300, 14298, 11102, 15519, 11760, 14113, 9164, 13155, 11624, 12890, 11916, 10304, 13995, 10739, 14969, 11631, 14498, 11076, 12712, 9326, 14242, 11284, 12300, 15476, 12190, 14297, 10555, 14587, 9619, 12314, 10846, 10485, 14790, 11733, 14761, 10637, 12503, 9363, 13159, 14999, 11303, 15259, 10442, 13421, 14624, 11042, 15733, 12082, 12515, 9103, 12230, 11366, 11043, 15413, 11709, 13646, 9868, 13758, 10227, 12589, 14947, 11575, 14861, 11449, 14880, 10581, 12043, 15492, 12620, 14274, 10600, 14185, 10227, 11742, 14561, 11520, 14726, 11305, 13385, 9829, 12140, 9822, 14075, 9396, 13076, 10237, 12582, 14860, 11645, 15802, 12292, 14549, 10203, 14412, 14934, 11694, 15929, 12649, 14194, 9890, 14489, 10512, 13194, 12372, 10716, 15237, 12257, 14153, 11211, 14273, 10320, 13165, 9443, 14869, 10178, 13873, 9915, 13594, 13127, 13452, 14925, 11044, 16335, 12765, 15126, 11989, 15648, 10713, 14082, 14698, 13626, 16273, 12912, 15346, 11554, 13960, 10878, 15178, 11047, 14328, 10506, 14464, 10921, 15396, 11442, 14724, 10951, 14976, 11212, 15145, 11259, 13557, 9497, 14321, 11249, 14197, 11766, 11231, 15107, 11657, 15616, 11983, 14948, 10239, 14262, 11540, 13753, 13201, 9912, 15088, 11959, 14556, 10778, 13898, 9824, 12191, 9088, 13146, 8991, 13005, 8903, 12292, 10112, 12903, 13132, 10633, 15485, 12036, 14488, 11450, 15083, 9912, 13078, 10105, 12970, 13678, 11364, 14343, 10341, 14402, 11313, 13960, 10630, 14642, 10782, 14097, 9676, 15386, 11277, 13995, 14978, 10967, 15756, 12630, 15312, 10784, 12829, 15148, 11612, 15010, 11567, 12823, 9671, 11845, 9454, 13674, 10080, 12367, 15752, 12756, 14975, 11690, 15175, 10962, 11996, 15965, 12722, 14866, 11477, 13170, 10630, 12817, 15698, 12550, 14739, 10283, 12829, 13145, 10787, 15664, 12373, 12930, 9096, 12788, 9412, 11634, 9763, 9496, 12524, 9933, 13207, 10324, 13857, 10744, 13913, 9896, 14883, 13063, 11651, 16085, 13009, 15002, 10776, 15264, 14533, 10810, 16024, 13054, 15241, 10304, 12644, 11087, 12128, 14351, 10950, 14902, 11130, 12864, 10110, 14455, 9435, 12550, 9577, 11626, 13415, 10283, 14511, 11057, 13332, 10230, 12682, 9764, 13896, 9150, 12904, 10115, 13237, 13190, 10890, 14152, 10482, 14258, 11389, 14812, 11148, 14155, 10427, 14549, 14815, 11273, 15686, 12323, 14770, 11096, 13883, 16508, 12717, 14610, 10758, 14322, 10377, 10429, 14829, 11975, 13756, 10561, 12157, 9048, 11308, 13482, 10406, 14764, 11164, 12832, 9238, 13478, 10850, 10825, 14025, 11265, 13671, 10617, 13431, 9918, 12584, 9202, 12492, 10711, 12454, 13584, 10196, 15040, 11785, 14893, 11290, 13830, 9834, 12659, 11207, 10776, 14579, 11691, 13834, 10447, 13231, 14230, 10697, 14929, 10810, 14639, 12224, 10938, 15312, 12371, 13910, 9654, 12712, 9872, 10670, 15009, 11728, 13901, 10599, 12074, 8862, 11339, 9315, 10536, 11632, 9118, 13823, 11125, 14191, 9847, 12952, 15467, 12886, 14442, 11203, 13288, 15872, 12672, 14229, 11002, 13507, 12741, 9717, 14775, 11870, 14379, 10894, 13126, 9432, 11344, 15183, 10992, 14301, 11313, 12545, 9741, 12188, 9549, 13701, 9904, 12917, 9474, 13986, 10356, 12367, 13386, 9926, 14616, 12146, 13598, 9874, 9207, 9306, 8796, 11111, 9218, 13904, 10077, 12946, 9213, 13084, 10844, 14558, 10474, 12718, 9434, 13427, 10615, 14317, 10269, 12884, 9858, 14078, 10868, 13041, 14171, 9945, 15241, 12249, 14506, 10097, 12121, 9393, 10896, 11915, 10011, 13129, 10375, 12905, 9828, 13728, 9631, 11726, 14927, 11611, 14838, 11100, 13221, 9413, 11358, 14266, 11441, 14787, 10919, 12363, 9130], 'WindowCenter': [5072.0, 5037.0, 5040.0, 5035.0, 5004.0, 5010.0, 4979.0, 4999.0, 4995.0, 4956.0, 4985.0, 4978.0, 4984.0, 4952.0, 4943.0, 4971.0, 4962.0, 4971.0, 4931.0, 4951.0, 4969.0, 4952.0, 4960.0, 4920.0, 4951.0, 4967.0, 4941.0, 4959.0, 4921.0, 4961.0, 4958.0, 4931.0, 4983.0, 4951.0, 4959.0, 4938.0, 4942.0, 4982.0, 4957.0, 4969.0, 4952.0, 4971.0, 4941.0, 4973.0, 4973.0, 4952.0, 4971.0, 4962.0, 4984.0, 4941.0, 4973.0, 4982.0, 4959.0, 4971.0, 4950.0, 4970.0, 4939.0, 4959.0, 4969.0, 4941.0, 4968.0, 4938.0, 4958.0, 4930.0, 4958.0, 4936.0, 4949.0, 4967.0, 4938.0, 4971.0, 4939.0, 4958.0, 4927.0, 4959.0, 4957.0, 4930.0, 4957.0, 4948.0, 4957.0, 4928.0, 4958.0, 4932.0, 4959.0, 4948.0, 4950.0, 4980.0, 4952.0, 4970.0, 4961.0, 4970.0, 4951.0, 4982.0, 4951.0, 4962.0, 4970.0, 4952.0, 4981.0, 4951.0, 4971.0, 4931.0, 4971.0, 4961.0, 4952.0, 4979.0, 4961.0, 4969.0, 4951.0, 4972.0, 4932.0, 4972.0, 4961.0, 4974.0, 4983.0, 4965.0, 4982.0, 4965.0, 4984.0, 4965.0, 4995.0, 4957.0, 4986.0, 4963.0, 4984.0, 4994.0, 4976.0, 4982.0, 4953.0, 4985.0, 4951.0, 4962.0, 4995.0, 4963.0, 4971.0, 4951.0, 4971.0, 4944.0, 4972.0, 4951.0, 4972.0, 4960.0, 4985.0, 4956.0, 4985.0, 4955.0, 4997.0, 4970.0, 5000.0, 4971.0, 5021.0, 5020.0, 5002.0, 5021.0, 4989.0, 5000.0, 4996.0, 4979.0, 4997.0, 4975.0, 4986.0, 4964.0, 4985.0, 4994.0, 4964.0, 4984.0, 4951.0, 4983.0, 4953.0, 4954.0, 4978.0, 4960.0, 4971.0, 4945.0, 4961.0, 4969.0, 4944.0, 4971.0, 4941.0, 4960.0, 4949.0, 4941.0, 4969.0, 4949.0, 4959.0, 4941.0, 4941.0, 4968.0, 4939.0, 4959.0, 4939.0, 4942.0, 4967.0, 4949.0, 4959.0, 4933.0, 4950.0, 4967.0, 4940.0, 4959.0, 4940.0, 4971.0, 4940.0, 4951.0, 4968.0, 4950.0, 4970.0, 4952.0, 4971.0, 4949.0, 4961.0, 4970.0, 4961.0, 4969.0, 4940.0, 4959.0, 4949.0, 4951.0, 4979.0, 4960.0, 4970.0, 4941.0, 4970.0, 4941.0, 4961.0, 4970.0, 4950.0, 4980.0, 4962.0, 4970.0, 4941.0, 4969.0, 4941.0, 4972.0, 4951.0, 4965.0, 4982.0, 4952.0, 4981.0, 4962.0, 4970.0, 4942.0, 4972.0, 4952.0, 4970.0, 4943.0, 4970.0, 4942.0, 4970.0, 4964.0, 4963.0, 4982.0, 4963.0, 4970.0, 4952.0, 4971.0, 4951.0, 4971.0, 4934.0, 4972.0, 4951.0, 4963.0, 4971.0, 4951.0, 4971.0, 4964.0, 4984.0, 4964.0, 4973.0, 4944.0, 4984.0, 4953.0, 4985.0, 4974.0, 4964.0, 4994.0, 4974.0, 4985.0, 4966.0, 4984.0, 4956.0, 4984.0, 4958.0, 4999.0, 4966.0, 4986.0, 4985.0, 4977.0, 4994.0, 4987.0, 4998.0, 4965.0, 4998.0, 4954.0, 4984.0, 4966.0, 4975.0, 4982.0, 4975.0, 4983.0, 4975.0, 4985.0, 4957.0, 4987.0, 4957.0, 4997.0, 4998.0, 4980.0, 5008.0, 4987.0, 4997.0, 4970.0, 4998.0, 4995.0, 4967.0, 4996.0, 4978.0, 4986.0, 4955.0, 4974.0, 4993.0, 4963.0, 4972.0, 4964.0, 4972.0, 4955.0, 4963.0, 4956.0, 4990.0, 4970.0, 4990.0, 4997.0, 4981.0, 5008.0, 4992.0, 5009.0, 4979.0, 4999.0, 5008.0, 4987.0, 4997.0, 4966.0, 4976.0, 4984.0, 4963.0, 4983.0, 4942.0, 4972.0, 4971.0, 4953.0, 4969.0, 4962.0, 4971.0, 4941.0, 4973.0, 4942.0, 4972.0, 4953.0, 4965.0, 4985.0, 4975.0, 4983.0, 4965.0, 4997.0, 4967.0, 4984.0, 4952.0, 4984.0, 4984.0, 4964.0, 4983.0, 4963.0, 4983.0, 4955.0, 4984.0, 4963.0, 4964.0, 4982.0, 4963.0, 4982.0, 4952.0, 4973.0, 4952.0, 4974.0, 4982.0, 4971.0, 4982.0, 4962.0, 4973.0, 4941.0, 4971.0, 4961.0, 4954.0, 4981.0, 4963.0, 4975.0, 4953.0, 4984.0, 4943.0, 4975.0, 4983.0, 4967.0, 4984.0, 4963.0, 4975.0, 4943.0, 4985.0, 4972.0, 4955.0, 4993.0, 4974.0, 4983.0, 4954.0, 4985.0, 4958.0, 4975.0, 4973.0, 4967.0, 4992.0, 4975.0, 4995.0, 4976.0, 4985.0, 4949.0, 4997.0, 4976.0, 4987.0, 4996.0, 4976.0, 4995.0, 4965.0, 4985.0, 4956.0, 4984.0, 4964.0, 4976.0, 4985.0, 4974.0, 4995.0, 4966.0, 4986.0, 4946.0, 4993.0, 4966.0, 4984.0, 4972.0, 4966.0, 4993.0, 4976.0, 4997.0, 4979.0, 4985.0, 4969.0, 4985.0, 4957.0, 4986.0, 4963.0, 4979.0, 4985.0, 4975.0, 4995.0, 4978.0, 4982.0, 4966.0, 4983.0, 4957.0, 4987.0, 4968.0, 4986.0, 4967.0, 4998.0, 4985.0, 4978.0, 5007.0, 4988.0, 4996.0, 4977.0, 4995.0, 4976.0, 4994.0, 4967.0, 4996.0, 4977.0, 5005.0, 4989.0, 4998.0, 4979.0, 5012.0, 4985.0, 5022.0, 5002.0, 5002.0, 5021.0, 4990.0, 5010.0, 4980.0, 4999.0, 5008.0, 4988.0, 4998.0, 4967.0, 4987.0, 4995.0, 4977.0, 4986.0, 4955.0, 4975.0, 4993.0, 4965.0, 4984.0, 4956.0, 4986.0, 4956.0, 4965.0, 4983.0, 4956.0, 4984.0, 4967.0, 4986.0, 4946.0, 4987.0, 4986.0, 4969.0, 4997.0, 4979.0, 4997.0, 4986.0, 4977.0, 4994.0, 4974.0, 4977.0, 4951.0, 4964.0, 4981.0, 4962.0, 4972.0, 4941.0, 4949.0, 4970.0, 4950.0, 4969.0, 4940.0, 4951.0, 4940.0, 4932.0, 4971.0, 4951.0, 4971.0, 4944.0, 4962.0, 4940.0, 4953.0, 4971.0, 4962.0, 4971.0, 4952.0, 4963.0, 4933.0, 4972.0, 4972.0, 4965.0, 4982.0, 4965.0, 4984.0, 4966.0, 4994.0, 4971.0, 4997.0, 4975.0, 4987.0, 4995.0, 4976.0, 4996.0, 4977.0, 4986.0, 4964.0, 4983.0, 4983.0, 4964.0, 4991.0, 4963.0, 4983.0, 4942.0, 4983.0, 4964.0, 4953.0, 4982.0, 4962.0, 4970.0, 4953.0, 4969.0, 4944.0, 4973.0, 4974.0, 4955.0, 4983.0, 4975.0, 4984.0, 4956.0, 4986.0, 4946.0, 4986.0, 4967.0, 4989.0, 4995.0, 4976.0, 4996.0, 4978.0, 5000.0, 4979.0, 4999.0, 4966.0, 4998.0, 4997.0, 4979.0, 5005.0, 4975.0, 4997.0, 4966.0, 4998.0, 4995.0, 4966.0, 4993.0, 4975.0, 4993.0, 4955.0, 4983.0, 4957.0, 4977.0, 4985.0, 4968.0, 5005.0, 4989.0, 4998.0, 4959.0, 5009.0, 4987.0, 4989.0, 5021.0, 4990.0, 5008.0, 4968.0, 5008.0, 4986.0, 4988.0, 5007.0, 4986.0, 4986.0, 4955.0, 4985.0, 4966.0, 4978.0, 4984.0, 4967.0, 4995.0, 4976.0, 4987.0, 4981.0, 4990.0, 4960.0, 5001.0, 5001.0, 4991.0, 5010.0, 4990.0, 5010.0, 4979.0, 5010.0, 5008.0, 4979.0, 4997.0, 4976.0, 4997.0, 4960.0, 4987.0, 4984.0, 4956.0, 4993.0, 4975.0, 4985.0, 4965.0, 4977.0, 4944.0, 4984.0, 4964.0, 4953.0, 4982.0, 4963.0, 4972.0, 4963.0, 4972.0, 4944.0, 4962.0, 4948.0, 4961.0, 4981.0, 4952.0, 4971.0, 4951.0, 4983.0, 4943.0, 4972.0, 4941.0, 4952.0, 4940.0, 4963.0, 4953.0, 4974.0, 4956.0, 4976.0, 4965.0, 4988.0, 4987.0, 4989.0, 5007.0, 4980.0, 5007.0, 4989.0, 4996.0, 4979.0, 4999.0, 4986.0, 4987.0, 5008.0, 4986.0, 4996.0, 4976.0, 4986.0, 4955.0, 4994.0, 4974.0, 4965.0, 4983.0, 4975.0, 4982.0, 4955.0, 4974.0, 4944.0, 4973.0, 4983.0, 4952.0, 4983.0, 4962.0, 4971.0, 4953.0, 4972.0, 4954.0, 4973.0, 4943.0, 4974.0, 4955.0, 4975.0, 4985.0, 4968.0, 4995.0, 4976.0, 4986.0, 4956.0, 4996.0, 4976.0, 4966.0, 4994.0, 4974.0, 4983.0, 4956.0, 4974.0, 4960.0, 4965.0, 4983.0, 4972.0, 4985.0, 4965.0, 4974.0, 4945.0, 4985.0, 4965.0, 4978.0, 4996.0, 4976.0, 4985.0, 4966.0, 4996.0, 4968.0, 4986.0, 4960.0, 4998.0, 4977.0, 4998.0, 4978.0, 4989.0, 4997.0, 4979.0, 5008.0, 4987.0, 5009.0, 4979.0, 4998.0, 4967.0, 4997.0, 4986.0, 4988.0, 4976.0, 4989.0, 5000.0, 4991.0, 5019.0, 5001.0, 5010.0, 4990.0, 5011.0, 4979.0, 5009.0, 5009.0, 4988.0, 5009.0, 4987.0, 4996.0, 4967.0, 4985.0, 4956.0, 4986.0, 4964.0, 4987.0, 4977.0, 4976.0, 4994.0, 4976.0, 4994.0, 4977.0, 4985.0, 4944.0, 4986.0, 4964.0, 4974.0, 4975.0, 4964.0, 4983.0, 4966.0, 4992.0, 4965.0, 4985.0, 4966.0, 4974.0, 4945.0, 4984.0, 4963.0, 4964.0, 4983.0, 4962.0, 4982.0, 4952.0, 4982.0, 4944.0, 4963.0, 4952.0, 4965.0, 4982.0, 4974.0, 4994.0, 4965.0, 4976.0, 4945.0, 4986.0, 4984.0, 4966.0, 4995.0, 4955.0, 4984.0, 4982.0, 4954.0, 4983.0, 4974.0, 4963.0, 4944.0, 4974.0, 4962.0, 4965.0, 4994.0, 4976.0, 4984.0, 4956.0, 4985.0, 4955.0, 4987.0, 4996.0, 4978.0, 4994.0, 4975.0, 4996.0, 4966.0, 4977.0, 4993.0, 4972.0, 4984.0, 4956.0, 4985.0, 4953.0, 4973.0, 4985.0, 4974.0, 4994.0, 4976.0, 4984.0, 4967.0, 4988.0, 4966.0, 4997.0, 4969.0, 4998.0, 4968.0, 4990.0, 4998.0, 4979.0, 5008.0, 4988.0, 4998.0, 4967.0, 4998.0, 4997.0, 4975.0, 4996.0, 4986.0, 4985.0, 4955.0, 4985.0, 4955.0, 4985.0, 4975.0, 4968.0, 4995.0, 4986.0, 4985.0, 4978.0, 4997.0, 4981.0, 4997.0, 4969.0, 5008.0, 4979.0, 4999.0, 4969.0, 5000.0, 4998.0, 4999.0, 5008.0, 4990.0, 5008.0, 4999.0, 5009.0, 4989.0, 5008.0, 4968.0, 4999.0, 4996.0, 4987.0, 4995.0, 4986.0, 4995.0, 4977.0, 4984.0, 4965.0, 4993.0, 4977.0, 4995.0, 4978.0, 4997.0, 4979.0, 5007.0, 4989.0, 5007.0, 4979.0, 5007.0, 4978.0, 5006.0, 4979.0, 4996.0, 4969.0, 5009.0, 4978.0, 4997.0, 4988.0, 4979.0, 4997.0, 4978.0, 4996.0, 4977.0, 4996.0, 4966.0, 4985.0, 4964.0, 4985.0, 4974.0, 4956.0, 4983.0, 4975.0, 4982.0, 4964.0, 4983.0, 4956.0, 4974.0, 4947.0, 4983.0, 4945.0, 4985.0, 4958.0, 4987.0, 4966.0, 4986.0, 4986.0, 4967.0, 4997.0, 4975.0, 4985.0, 4966.0, 4995.0, 4955.0, 4974.0, 4955.0, 4984.0, 4982.0, 4966.0, 4986.0, 4957.0, 4984.0, 4976.0, 4984.0, 4978.0, 4997.0, 4980.0, 5008.0, 4970.0, 5007.0, 4979.0, 4999.0, 5006.0, 4979.0, 5009.0, 4987.0, 4998.0, 4977.0, 4987.0, 4995.0, 4976.0, 4995.0, 4978.0, 4985.0, 4968.0, 4990.0, 4970.0, 5010.0, 4981.0, 5002.0, 5011.0, 5002.0, 5009.0, 4991.0, 5011.0, 4980.0, 4991.0, 5009.0, 4989.0, 4997.0, 4992.0, 4989.0, 4967.0, 4989.0, 4996.0, 4987.0, 4997.0, 4968.0, 4988.0, 4985.0, 4968.0, 4995.0, 4987.0, 4986.0, 4948.0, 4985.0, 4945.0, 4978.0, 4967.0, 4970.0, 4990.0, 4983.0, 5009.0, 4993.0, 5012.0, 4992.0, 5024.0, 4983.0, 5021.0, 5003.0, 5004.0, 5022.0, 5000.0, 5011.0, 4979.0, 5011.0, 4999.0, 4979.0, 4998.0, 4988.0, 4995.0, 4967.0, 4986.0, 4964.0, 4975.0, 4984.0, 4966.0, 4994.0, 4977.0, 4976.0, 4965.0, 4985.0, 4956.0, 4976.0, 4956.0, 4977.0, 4986.0, 4968.0, 4996.0, 4978.0, 4988.0, 4969.0, 4988.0, 4970.0, 4999.0, 4973.0, 5001.0, 4970.0, 5003.0, 5000.0, 4993.0, 5010.0, 4981.0, 4999.0, 4991.0, 5010.0, 4990.0, 5011.0, 4980.0, 5011.0, 5008.0, 4991.0, 5007.0, 4989.0, 5000.0, 4978.0, 5001.0, 5008.0, 4988.0, 4996.0, 4965.0, 4996.0, 4956.0, 4966.0, 4986.0, 4977.0, 4984.0, 4968.0, 4977.0, 4947.0, 4978.0, 4987.0, 4967.0, 4996.0, 4967.0, 4976.0, 4946.0, 4985.0, 4967.0, 4968.0, 4986.0, 4968.0, 4985.0, 4966.0, 4987.0, 4970.0, 4977.0, 4958.0, 4987.0, 4967.0, 4989.0, 4989.0, 4969.0, 4999.0, 4979.0, 4999.0, 4977.0, 4986.0, 4958.0, 4987.0, 4978.0, 4980.0, 4998.0, 4990.0, 5001.0, 4970.0, 5000.0, 5000.0, 4981.0, 5012.0, 4978.0, 4999.0, 4980.0, 4969.0, 4997.0, 4977.0, 4986.0, 4948.0, 4977.0, 4957.0, 4967.0, 4995.0, 4966.0, 4985.0, 4968.0, 4977.0, 4946.0, 4977.0, 4957.0, 4978.0, 4979.0, 4971.0, 5000.0, 4991.0, 5011.0, 4982.0, 5001.0, 5011.0, 4991.0, 5001.0, 4980.0, 4990.0, 4997.0, 4976.0, 4988.0, 4966.0, 4987.0, 4976.0, 4959.0, 4984.0, 4976.0, 4985.0, 4967.0, 4987.0, 4947.0, 4978.0, 4995.0, 4965.0, 4987.0, 4977.0, 4976.0, 4960.0, 4977.0, 4969.0, 4998.0, 4970.0, 4988.0, 4960.0, 4998.0, 4970.0, 4989.0, 4987.0, 4969.0, 5009.0, 4991.0, 4998.0, 4971.0, 4970.0, 4973.0, 4961.0, 4990.0, 4970.0, 5000.0, 4970.0, 4990.0, 4971.0, 5001.0, 4981.0, 5000.0, 4982.0, 4990.0, 4960.0, 4990.0, 4969.0, 4999.0, 4971.0, 4989.0, 4959.0, 4999.0, 4970.0, 4990.0, 4988.0, 4959.0, 4988.0, 4966.0, 4985.0, 4958.0, 4976.0, 4947.0, 4968.0, 4968.0, 4959.0, 4988.0, 4969.0, 4988.0, 4959.0, 4996.0, 4960.0, 4982.0, 4996.0, 4981.0, 4999.0, 4979.0, 4991.0, 4959.0, 4980.0, 4998.0, 4979.0, 5000.0, 4978.0, 4989.0, 4961.0], 'WindowWidth': [11010.0, 10946.0, 10936.0, 10922.0, 10872.0, 10877.0, 10828.0, 10855.0, 10842.0, 10789.0, 10829.0, 10823.0, 10827.0, 10775.0, 10765.0, 10800.0, 10788.0, 10799.0, 10743.0, 10772.0, 10797.0, 10776.0, 10784.0, 10728.0, 10770.0, 10792.0, 10758.0, 10780.0, 10731.0, 10785.0, 10778.0, 10744.0, 10822.0, 10774.0, 10782.0, 10749.0, 10758.0, 10821.0, 10792.0, 10797.0, 10776.0, 10800.0, 10762.0, 10808.0, 10809.0, 10778.0, 10803.0, 10790.0, 10825.0, 10763.0, 10807.0, 10820.0, 10783.0, 10804.0, 10770.0, 10800.0, 10754.0, 10781.0, 10796.0, 10760.0, 10795.0, 10751.0, 10778.0, 10742.0, 10778.0, 10747.0, 10766.0, 10791.0, 10751.0, 10799.0, 10753.0, 10779.0, 10732.0, 10777.0, 10776.0, 10741.0, 10776.0, 10763.0, 10773.0, 10737.0, 10779.0, 10748.0, 10782.0, 10767.0, 10772.0, 10813.0, 10776.0, 10798.0, 10788.0, 10799.0, 10774.0, 10820.0, 10774.0, 10790.0, 10801.0, 10775.0, 10817.0, 10776.0, 10803.0, 10747.0, 10800.0, 10792.0, 10779.0, 10813.0, 10787.0, 10797.0, 10776.0, 10805.0, 10749.0, 10804.0, 10789.0, 10813.0, 10825.0, 10802.0, 10822.0, 10804.0, 10826.0, 10803.0, 10844.0, 10792.0, 10832.0, 10798.0, 10826.0, 10844.0, 10818.0, 10824.0, 10782.0, 10828.0, 10776.0, 10791.0, 10842.0, 10794.0, 10802.0, 10775.0, 10803.0, 10771.0, 10807.0, 10774.0, 10806.0, 10788.0, 10830.0, 10794.0, 10832.0, 10793.0, 10853.0, 10820.0, 10859.0, 10821.0, 10891.0, 10892.0, 10865.0, 10893.0, 10843.0, 10859.0, 10848.0, 10826.0, 10851.0, 10815.0, 10834.0, 10798.0, 10827.0, 10841.0, 10795.0, 10826.0, 10776.0, 10821.0, 10780.0, 10782.0, 10810.0, 10785.0, 10800.0, 10768.0, 10787.0, 10797.0, 10765.0, 10798.0, 10758.0, 10785.0, 10768.0, 10759.0, 10796.0, 10767.0, 10782.0, 10760.0, 10759.0, 10792.0, 10751.0, 10781.0, 10755.0, 10761.0, 10789.0, 10767.0, 10780.0, 10748.0, 10772.0, 10791.0, 10757.0, 10781.0, 10755.0, 10799.0, 10756.0, 10773.0, 10794.0, 10771.0, 10798.0, 10775.0, 10801.0, 10767.0, 10786.0, 10800.0, 10786.0, 10798.0, 10757.0, 10782.0, 10766.0, 10773.0, 10811.0, 10784.0, 10799.0, 10758.0, 10799.0, 10758.0, 10788.0, 10799.0, 10771.0, 10814.0, 10791.0, 10799.0, 10761.0, 10798.0, 10761.0, 10803.0, 10774.0, 10797.0, 10819.0, 10776.0, 10817.0, 10791.0, 10798.0, 10764.0, 10806.0, 10775.0, 10801.0, 10766.0, 10801.0, 10761.0, 10801.0, 10795.0, 10795.0, 10821.0, 10793.0, 10801.0, 10777.0, 10802.0, 10775.0, 10803.0, 10752.0, 10804.0, 10776.0, 10792.0, 10803.0, 10777.0, 10802.0, 10797.0, 10825.0, 10799.0, 10809.0, 10770.0, 10825.0, 10781.0, 10827.0, 10813.0, 10798.0, 10840.0, 10812.0, 10827.0, 10804.0, 10824.0, 10789.0, 10826.0, 10793.0, 10850.0, 10804.0, 10833.0, 10831.0, 10819.0, 10843.0, 10833.0, 10850.0, 10801.0, 10849.0, 10782.0, 10826.0, 10803.0, 10816.0, 10822.0, 10813.0, 10824.0, 10816.0, 10828.0, 10793.0, 10834.0, 10792.0, 10849.0, 10853.0, 10830.0, 10867.0, 10836.0, 10851.0, 10814.0, 10851.0, 10845.0, 10807.0, 10847.0, 10818.0, 10831.0, 10785.0, 10811.0, 10840.0, 10794.0, 10806.0, 10798.0, 10806.0, 10787.0, 10797.0, 10792.0, 10841.0, 10820.0, 10845.0, 10852.0, 10833.0, 10867.0, 10848.0, 10869.0, 10825.0, 10854.0, 10867.0, 10833.0, 10850.0, 10802.0, 10816.0, 10827.0, 10794.0, 10824.0, 10765.0, 10805.0, 10801.0, 10779.0, 10798.0, 10792.0, 10802.0, 10763.0, 10808.0, 10764.0, 10805.0, 10782.0, 10799.0, 10828.0, 10813.0, 10824.0, 10799.0, 10846.0, 10807.0, 10827.0, 10780.0, 10825.0, 10827.0, 10799.0, 10824.0, 10795.0, 10823.0, 10784.0, 10824.0, 10796.0, 10796.0, 10822.0, 10793.0, 10818.0, 10780.0, 10808.0, 10777.0, 10809.0, 10822.0, 10803.0, 10818.0, 10792.0, 10807.0, 10761.0, 10802.0, 10788.0, 10781.0, 10816.0, 10794.0, 10810.0, 10781.0, 10825.0, 10769.0, 10815.0, 10825.0, 10802.0, 10824.0, 10797.0, 10814.0, 10767.0, 10828.0, 10806.0, 10784.0, 10837.0, 10810.0, 10822.0, 10781.0, 10825.0, 10792.0, 10813.0, 10808.0, 10806.0, 10837.0, 10815.0, 10842.0, 10820.0, 10830.0, 10783.0, 10848.0, 10817.0, 10834.0, 10848.0, 10817.0, 10844.0, 10802.0, 10827.0, 10790.0, 10827.0, 10797.0, 10817.0, 10830.0, 10813.0, 10842.0, 10803.0, 10831.0, 10775.0, 10837.0, 10802.0, 10826.0, 10808.0, 10804.0, 10840.0, 10817.0, 10851.0, 10824.0, 10830.0, 10811.0, 10830.0, 10792.0, 10833.0, 10798.0, 10823.0, 10829.0, 10814.0, 10845.0, 10823.0, 10822.0, 10805.0, 10825.0, 10794.0, 10834.0, 10812.0, 10835.0, 10808.0, 10854.0, 10832.0, 10825.0, 10865.0, 10837.0, 10847.0, 10820.0, 10843.0, 10818.0, 10841.0, 10806.0, 10845.0, 10822.0, 10860.0, 10843.0, 10852.0, 10832.0, 10878.0, 10842.0, 10895.0, 10865.0, 10864.0, 10892.0, 10843.0, 10871.0, 10830.0, 10856.0, 10868.0, 10838.0, 10852.0, 10807.0, 10833.0, 10845.0, 10818.0, 10832.0, 10785.0, 10814.0, 10839.0, 10799.0, 10825.0, 10786.0, 10826.0, 10789.0, 10800.0, 10822.0, 10790.0, 10825.0, 10807.0, 10832.0, 10778.0, 10835.0, 10832.0, 10810.0, 10850.0, 10823.0, 10847.0, 10830.0, 10816.0, 10842.0, 10811.0, 10817.0, 10774.0, 10795.0, 10817.0, 10789.0, 10803.0, 10760.0, 10769.0, 10799.0, 10769.0, 10795.0, 10759.0, 10773.0, 10754.0, 10749.0, 10801.0, 10772.0, 10800.0, 10768.0, 10791.0, 10757.0, 10780.0, 10802.0, 10790.0, 10803.0, 10778.0, 10794.0, 10751.0, 10804.0, 10806.0, 10800.0, 10821.0, 10800.0, 10825.0, 10803.0, 10840.0, 10814.0, 10848.0, 10816.0, 10836.0, 10846.0, 10816.0, 10846.0, 10819.0, 10831.0, 10796.0, 10823.0, 10823.0, 10797.0, 10833.0, 10794.0, 10822.0, 10764.0, 10821.0, 10795.0, 10780.0, 10818.0, 10792.0, 10802.0, 10778.0, 10800.0, 10769.0, 10809.0, 10809.0, 10784.0, 10824.0, 10814.0, 10824.0, 10789.0, 10833.0, 10776.0, 10830.0, 10808.0, 10838.0, 10843.0, 10821.0, 10846.0, 10823.0, 10855.0, 10829.0, 10855.0, 10807.0, 10852.0, 10849.0, 10826.0, 10861.0, 10817.0, 10851.0, 10802.0, 10848.0, 10845.0, 10805.0, 10838.0, 10814.0, 10838.0, 10787.0, 10825.0, 10793.0, 10820.0, 10831.0, 10812.0, 10860.0, 10844.0, 10854.0, 10802.0, 10870.0, 10837.0, 10842.0, 10890.0, 10844.0, 10869.0, 10811.0, 10867.0, 10832.0, 10837.0, 10865.0, 10831.0, 10831.0, 10787.0, 10827.0, 10805.0, 10822.0, 10826.0, 10806.0, 10846.0, 10820.0, 10836.0, 10836.0, 10846.0, 10806.0, 10861.0, 10861.0, 10849.0, 10875.0, 10845.0, 10875.0, 10828.0, 10871.0, 10870.0, 10826.0, 10851.0, 10818.0, 10846.0, 10799.0, 10834.0, 10827.0, 10789.0, 10838.0, 10815.0, 10828.0, 10801.0, 10819.0, 10770.0, 10825.0, 10797.0, 10782.0, 10822.0, 10792.0, 10804.0, 10794.0, 10805.0, 10769.0, 10792.0, 10768.0, 10789.0, 10817.0, 10779.0, 10802.0, 10775.0, 10822.0, 10765.0, 10804.0, 10763.0, 10778.0, 10759.0, 10795.0, 10779.0, 10812.0, 10791.0, 10819.0, 10804.0, 10840.0, 10835.0, 10842.0, 10867.0, 10829.0, 10866.0, 10840.0, 10849.0, 10827.0, 10853.0, 10831.0, 10837.0, 10865.0, 10831.0, 10847.0, 10819.0, 10832.0, 10785.0, 10839.0, 10810.0, 10799.0, 10822.0, 10811.0, 10819.0, 10783.0, 10810.0, 10768.0, 10808.0, 10823.0, 10778.0, 10822.0, 10792.0, 10802.0, 10778.0, 10804.0, 10781.0, 10808.0, 10769.0, 10812.0, 10785.0, 10815.0, 10829.0, 10809.0, 10843.0, 10818.0, 10832.0, 10789.0, 10845.0, 10817.0, 10804.0, 10840.0, 10812.0, 10824.0, 10789.0, 10812.0, 10789.0, 10800.0, 10822.0, 10806.0, 10827.0, 10802.0, 10813.0, 10772.0, 10827.0, 10801.0, 10822.0, 10846.0, 10816.0, 10829.0, 10804.0, 10844.0, 10810.0, 10833.0, 10800.0, 10853.0, 10821.0, 10851.0, 10824.0, 10840.0, 10849.0, 10828.0, 10865.0, 10836.0, 10868.0, 10828.0, 10851.0, 10806.0, 10849.0, 10831.0, 10837.0, 10821.0, 10840.0, 10858.0, 10846.0, 10886.0, 10861.0, 10873.0, 10845.0, 10875.0, 10828.0, 10871.0, 10873.0, 10838.0, 10871.0, 10835.0, 10846.0, 10807.0, 10829.0, 10789.0, 10832.0, 10798.0, 10834.0, 10823.0, 10820.0, 10842.0, 10819.0, 10841.0, 10819.0, 10829.0, 10772.0, 10833.0, 10798.0, 10811.0, 10814.0, 10800.0, 10824.0, 10803.0, 10836.0, 10800.0, 10828.0, 10804.0, 10813.0, 10772.0, 10826.0, 10793.0, 10798.0, 10825.0, 10793.0, 10820.0, 10777.0, 10817.0, 10768.0, 10793.0, 10778.0, 10801.0, 10822.0, 10812.0, 10840.0, 10802.0, 10817.0, 10772.0, 10830.0, 10827.0, 10802.0, 10841.0, 10785.0, 10825.0, 10820.0, 10781.0, 10822.0, 10810.0, 10793.0, 10770.0, 10812.0, 10792.0, 10799.0, 10841.0, 10816.0, 10825.0, 10789.0, 10829.0, 10787.0, 10833.0, 10846.0, 10822.0, 10842.0, 10814.0, 10845.0, 10804.0, 10819.0, 10839.0, 10809.0, 10825.0, 10787.0, 10827.0, 10783.0, 10810.0, 10828.0, 10811.0, 10838.0, 10819.0, 10828.0, 10809.0, 10835.0, 10807.0, 10848.0, 10815.0, 10853.0, 10812.0, 10844.0, 10852.0, 10827.0, 10866.0, 10839.0, 10851.0, 10805.0, 10850.0, 10846.0, 10815.0, 10848.0, 10831.0, 10827.0, 10787.0, 10827.0, 10786.0, 10829.0, 10814.0, 10808.0, 10843.0, 10833.0, 10829.0, 10823.0, 10850.0, 10832.0, 10849.0, 10813.0, 10866.0, 10826.0, 10856.0, 10815.0, 10857.0, 10854.0, 10855.0, 10868.0, 10846.0, 10869.0, 10855.0, 10869.0, 10840.0, 10869.0, 10810.0, 10852.0, 10846.0, 10835.0, 10846.0, 10830.0, 10844.0, 10819.0, 10826.0, 10802.0, 10839.0, 10822.0, 10845.0, 10826.0, 10849.0, 10827.0, 10862.0, 10841.0, 10864.0, 10829.0, 10864.0, 10824.0, 10860.0, 10828.0, 10849.0, 10813.0, 10868.0, 10823.0, 10849.0, 10838.0, 10828.0, 10851.0, 10823.0, 10848.0, 10822.0, 10846.0, 10803.0, 10830.0, 10798.0, 10826.0, 10813.0, 10788.0, 10825.0, 10813.0, 10820.0, 10798.0, 10822.0, 10788.0, 10811.0, 10777.0, 10822.0, 10774.0, 10829.0, 10796.0, 10833.0, 10803.0, 10832.0, 10832.0, 10808.0, 10847.0, 10817.0, 10830.0, 10802.0, 10841.0, 10787.0, 10811.0, 10784.0, 10827.0, 10821.0, 10801.0, 10829.0, 10791.0, 10827.0, 10819.0, 10827.0, 10824.0, 10850.0, 10830.0, 10867.0, 10815.0, 10865.0, 10825.0, 10854.0, 10861.0, 10826.0, 10870.0, 10834.0, 10851.0, 10821.0, 10834.0, 10843.0, 10817.0, 10842.0, 10823.0, 10831.0, 10811.0, 10844.0, 10818.0, 10873.0, 10834.0, 10865.0, 10877.0, 10863.0, 10872.0, 10845.0, 10876.0, 10831.0, 10846.0, 10871.0, 10838.0, 10850.0, 10847.0, 10841.0, 10807.0, 10838.0, 10849.0, 10834.0, 10849.0, 10808.0, 10835.0, 10829.0, 10808.0, 10844.0, 10833.0, 10830.0, 10780.0, 10828.0, 10774.0, 10824.0, 10808.0, 10817.0, 10844.0, 10839.0, 10872.0, 10855.0, 10879.0, 10854.0, 10898.0, 10841.0, 10891.0, 10867.0, 10869.0, 10895.0, 10860.0, 10878.0, 10829.0, 10874.0, 10854.0, 10827.0, 10852.0, 10835.0, 10844.0, 10807.0, 10829.0, 10798.0, 10813.0, 10827.0, 10803.0, 10842.0, 10819.0, 10817.0, 10802.0, 10828.0, 10790.0, 10817.0, 10789.0, 10821.0, 10831.0, 10808.0, 10848.0, 10825.0, 10835.0, 10813.0, 10838.0, 10815.0, 10855.0, 10827.0, 10860.0, 10816.0, 10867.0, 10856.0, 10852.0, 10871.0, 10831.0, 10855.0, 10845.0, 10872.0, 10846.0, 10876.0, 10831.0, 10875.0, 10869.0, 10846.0, 10866.0, 10840.0, 10859.0, 10823.0, 10857.0, 10868.0, 10835.0, 10847.0, 10801.0, 10844.0, 10790.0, 10803.0, 10832.0, 10818.0, 10825.0, 10808.0, 10820.0, 10779.0, 10822.0, 10833.0, 10804.0, 10847.0, 10807.0, 10818.0, 10775.0, 10827.0, 10804.0, 10807.0, 10831.0, 10807.0, 10825.0, 10803.0, 10830.0, 10812.0, 10819.0, 10794.0, 10834.0, 10806.0, 10840.0, 10839.0, 10811.0, 10851.0, 10823.0, 10850.0, 10820.0, 10832.0, 10793.0, 10833.0, 10821.0, 10827.0, 10852.0, 10842.0, 10860.0, 10814.0, 10857.0, 10858.0, 10830.0, 10875.0, 10822.0, 10853.0, 10825.0, 10811.0, 10848.0, 10818.0, 10831.0, 10778.0, 10818.0, 10790.0, 10805.0, 10841.0, 10801.0, 10825.0, 10808.0, 10817.0, 10775.0, 10821.0, 10791.0, 10824.0, 10828.0, 10821.0, 10857.0, 10847.0, 10875.0, 10835.0, 10861.0, 10875.0, 10846.0, 10861.0, 10827.0, 10841.0, 10850.0, 10817.0, 10838.0, 10801.0, 10830.0, 10818.0, 10794.0, 10825.0, 10816.0, 10826.0, 10804.0, 10832.0, 10776.0, 10823.0, 10843.0, 10799.0, 10832.0, 10818.0, 10815.0, 10800.0, 10819.0, 10812.0, 10852.0, 10817.0, 10838.0, 10801.0, 10850.0, 10813.0, 10839.0, 10833.0, 10813.0, 10872.0, 10843.0, 10852.0, 10817.0, 10817.0, 10826.0, 10808.0, 10844.0, 10816.0, 10855.0, 10817.0, 10842.0, 10817.0, 10860.0, 10829.0, 10857.0, 10833.0, 10842.0, 10800.0, 10840.0, 10808.0, 10850.0, 10815.0, 10836.0, 10795.0, 10849.0, 10811.0, 10839.0, 10834.0, 10793.0, 10834.0, 10800.0, 10824.0, 10791.0, 10813.0, 10772.0, 10805.0, 10803.0, 10794.0, 10835.0, 10809.0, 10833.0, 10797.0, 10845.0, 10800.0, 10829.0, 10846.0, 10829.0, 10850.0, 10823.0, 10842.0, 10796.0, 10825.0, 10850.0, 10822.0, 10852.0, 10823.0, 10837.0, 10799.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.0018622492401215805</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028023244300911857</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.34446301185555</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3105612571939154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017989462920152</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.484</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6721.1108</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07853430135653783</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.45592705167173253</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5255557831027864</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4716625774346084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7108714808223326</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3941332910514177</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00905088</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004920057952404022</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02489309571683407</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1316</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.3852774650805895</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.487</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.4958</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295332.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>980.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>417.1429</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.5727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4209.612</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4380.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81212.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1844.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5383.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.7904</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.90723373810761</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> |