=== 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-0127 --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-0127",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-04/func/sub-0127_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>6cd94774771930cb00c8a8d59a9ba0ef</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:15:55.897500</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.999972, 0.000374341, -0.0074723, -0.000872669, 0.997766, -0.0667986]</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.0879468</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>[4200, -7749, -7240, 267, -199, 132, -86, 129]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>248.836</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>059c5c23-a818-4871-a655-cfd80243eb20||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.682851791381836, -0.002341305837035179, -0.020062623545527458, 113.05838012695312], [-0.0010043297661468387, 2.676933526992798, -0.1803688257932663, -97.25082397460938], [-0.020047631114721298, 0.17921581864356995, 2.6938939094543457, -92.00786590576172], [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': ['201555.897500', '201556.357500', '201556.817500', '201557.277500', '201557.737500', '201558.197500', '201558.657500', '201559.117500', '201559.577500', '201600.037500', '201600.497500', '201600.957500', '201601.417500', '201601.877500', '201602.337500', '201602.797500', '201603.257500', '201603.717500', '201604.177500', '201604.637500', '201605.097500', '201605.557500', '201606.017500', '201606.477500', '201606.937500', '201607.397500', '201607.857500', '201608.317500', '201608.777500', '201609.237500', '201609.697500', '201610.157500', '201610.617500', '201611.077500', '201611.537500', '201611.997500', '201612.457500', '201612.917500', '201613.377500', '201613.837500', '201614.297500', '201614.757500', '201615.217500', '201615.677500', '201616.137500', '201616.597500', '201617.057500', '201617.517500', '201617.977500', '201618.437500', '201618.897500', '201619.357500', '201619.817500', '201620.277500', '201620.737500', '201621.197500', '201621.657500', '201622.117500', '201622.577500', '201623.037500', '201623.497500', '201623.957500', '201624.417500', '201624.877500', '201625.337500', '201625.797500', '201626.257500', '201626.717500', '201627.177500', '201627.637500', '201628.097500', '201628.557500', '201629.017500', '201629.477500', '201629.937500', '201630.397500', '201630.857500', '201631.317500', '201631.777500', '201632.237500', '201632.697500', '201633.157500', '201633.617500', '201634.077500', '201634.537500', '201634.997500', '201635.457500', '201635.917500', '201636.377500', '201636.837500', '201637.297500', '201637.757500', '201638.217500', '201638.677500', '201639.137500', '201639.597500', '201640.057500', '201640.517500', '201640.977500', '201641.437500', '201641.897500', '201642.357500', '201642.817500', '201643.277500', '201643.737500', '201644.197500', '201644.657500', '201645.117500', '201645.577500', '201646.037500', '201646.497500', '201646.957500', '201647.417500', '201647.877500', '201648.337500', '201648.797500', '201649.257500', '201649.717500', '201650.177500', '201650.637500', '201651.097500', '201651.557500', '201652.017500', '201652.477500', '201652.937500', '201653.397500', '201653.857500', '201654.317500', '201654.777500', '201655.237500', '201655.697500', '201656.157500', '201656.617500', '201657.077500', '201657.537500', '201657.997500', '201658.457500', '201658.917500', '201659.377500', '201659.837500', '201700.297500', '201700.757500', '201701.217500', '201701.677500', '201702.137500', '201702.597500', '201703.057500', '201703.517500', '201703.977500', '201704.437500', '201704.897500', '201705.357500', '201705.817500', '201706.277500', '201706.737500', '201707.197500', '201707.657500', '201708.117500', '201708.577500', '201709.037500', '201709.497500', '201709.957500', '201710.417500', '201710.877500', '201711.337500', '201711.797500', '201712.257500', '201712.717500', '201713.177500', '201713.637500', '201714.097500', '201714.557500', '201715.017500', '201715.477500', '201715.937500', '201716.397500', '201716.857500', '201717.317500', '201717.777500', '201718.237500', '201718.697500', '201719.157500', '201719.617500', '201720.077500', '201720.537500', '201720.997500', '201721.457500', '201721.917500', '201722.377500', '201722.837500', '201723.297500', '201723.757500', '201724.217500', '201724.677500', '201725.137500', '201725.597500', '201726.057500', '201726.517500', '201726.977500', '201727.437500', '201727.897500', '201728.357500', '201728.817500', '201729.277500', '201729.737500', '201730.197500', '201730.657500', '201731.117500', '201731.577500', '201732.037500', '201732.497500', '201732.957500', '201733.417500', '201733.877500', '201734.337500', '201734.797500', '201735.257500', '201735.717500', '201736.177500', '201736.637500', '201737.097500', '201737.557500', '201738.017500', '201738.477500', '201738.937500', '201739.397500', '201739.857500', '201740.317500', '201740.777500', '201741.237500', '201741.697500', '201742.157500', '201742.617500', '201743.077500', '201743.537500', '201743.997500', '201744.457500', '201744.917500', '201745.377500', '201745.837500', '201746.297500', '201746.757500', '201747.217500', '201747.677500', '201748.137500', '201748.597500', '201749.057500', '201749.517500', '201749.977500', '201750.437500', '201750.897500', '201751.357500', '201751.817500', '201752.277500', '201752.737500', '201753.197500', '201753.657500', '201754.117500', '201754.577500', '201755.037500', '201755.497500', '201755.957500', '201756.417500', '201756.877500', '201757.337500', '201757.797500', '201758.257500', '201758.717500', '201759.177500', '201759.637500', '201800.097500', '201800.557500', '201801.017500', '201801.477500', '201801.937500', '201802.397500', '201802.857500', '201803.317500', '201803.777500', '201804.237500', '201804.697500', '201805.157500', '201805.617500', '201806.077500', '201806.537500', '201806.997500', '201807.457500', '201807.917500', '201808.377500', '201808.837500', '201809.297500', '201809.757500', '201810.217500', '201810.677500', '201811.137500', '201811.597500', '201812.057500', '201812.517500', '201812.977500', '201813.437500', '201813.897500', '201814.357500', '201814.817500', '201815.277500', '201815.737500', '201816.197500', '201816.657500', '201817.117500', '201817.577500', '201818.037500', '201818.497500', '201818.957500', '201819.417500', '201819.877500', '201820.337500', '201820.797500', '201821.257500', '201821.717500', '201822.177500', '201822.637500', '201823.097500', '201823.557500', '201824.017500', '201824.477500', '201824.937500', '201825.397500', '201825.857500', '201826.317500', '201826.777500', '201827.237500', '201827.697500', '201828.157500', '201828.617500', '201829.077500', '201829.537500', '201829.997500', '201830.457500', '201830.917500', '201831.377500', '201831.837500', '201832.297500', '201832.757500', '201833.217500', '201833.677500', '201834.137500', '201834.597500', '201835.057500', '201835.517500', '201835.977500', '201836.437500', '201836.897500', '201837.357500', '201837.817500', '201838.277500', '201838.737500', '201839.197500', '201839.657500', '201840.117500', '201840.577500', '201841.037500', '201841.497500', '201841.957500', '201842.417500', '201842.877500', '201843.337500', '201843.797500', '201844.257500', '201844.717500', '201845.177500', '201845.637500', '201846.097500', '201846.557500', '201847.017500', '201847.477500', '201847.937500', '201848.397500', '201848.857500', '201849.317500', '201849.777500', '201850.237500', '201850.697500', '201851.157500', '201851.617500', '201852.077500', '201852.537500', '201852.997500', '201853.457500', '201853.917500', '201854.377500', '201854.837500', '201855.297500', '201855.757500', '201856.217500', '201856.677500', '201857.137500', '201857.597500', '201858.057500', '201858.517500', '201858.977500', '201859.437500', '201859.897500', '201900.357500', '201900.817500', '201901.277500', '201901.737500', '201902.197500', '201902.657500', '201903.117500', '201903.577500', '201904.037500', '201904.497500', '201904.957500', '201905.417500', '201905.877500', '201906.337500', '201906.797500', '201907.257500', '201907.717500', '201908.177500', '201908.637500', '201909.097500', '201909.557500', '201910.017500', '201910.477500', '201910.937500', '201911.397500', '201911.857500', '201912.317500', '201912.777500', '201913.237500', '201913.697500', '201914.157500', '201914.617500', '201915.077500', '201915.537500', '201915.997500', '201916.457500', '201916.917500', '201917.377500', '201917.837500', '201918.297500', '201918.757500', '201919.217500', '201919.677500', '201920.137500', '201920.597500', '201921.057500', '201921.517500', '201921.977500', '201922.437500', '201922.897500', '201923.357500', '201923.817500', '201924.277500', '201924.737500', '201925.197500', '201925.657500', '201926.117500', '201926.577500', '201927.037500', '201927.497500', '201927.957500', '201928.417500', '201928.877500', '201929.337500', '201929.797500', '201930.257500', '201930.717500', '201931.177500', '201931.637500', '201932.097500', '201932.557500', '201933.017500', '201933.477500', '201933.937500', '201934.397500', '201934.857500', '201935.317500', '201935.777500', '201936.237500', '201936.697500', '201937.157500', '201937.617500', '201938.077500', '201938.537500', '201938.997500', '201939.457500', '201939.917500', '201940.377500', '201940.837500', '201941.297500', '201941.757500', '201942.217500', '201942.677500', '201943.137500', '201943.597500', '201944.057500', '201944.517500', '201944.977500', '201945.437500', '201945.897500', '201946.357500', '201946.817500', '201947.277500', '201947.737500', '201948.197500', '201948.657500', '201949.117500', '201949.577500', '201950.037500', '201950.497500', '201950.957500', '201951.417500', '201951.877500', '201952.337500', '201952.797500', '201953.257500', '201953.717500', '201954.177500', '201954.637500', '201955.097500', '201955.557500', '201956.017500', '201956.477500', '201956.937500', '201957.397500', '201957.857500', '201958.317500', '201958.777500', '201959.237500', '201959.697500', '202000.157500', '202000.617500', '202001.077500', '202001.537500', '202001.997500', '202002.457500', '202002.917500', '202003.377500', '202003.837500', '202004.297500', '202004.757500', '202005.217500', '202005.677500', '202006.137500', '202006.597500', '202007.057500', '202007.517500', '202007.977500', '202008.437500', '202008.897500', '202009.357500', '202009.817500', '202010.277500', '202010.737500', '202011.197500', '202011.657500', '202012.117500', '202012.577500', '202013.037500', '202013.497500', '202013.957500', '202014.417500', '202014.877500', '202015.337500', '202015.797500', '202016.257500', '202016.717500', '202017.177500', '202017.637500', '202018.097500', '202018.557500', '202019.017500', '202019.477500', '202019.937500', '202020.397500', '202020.857500', '202021.317500', '202021.777500', '202022.237500', '202022.697500', '202023.157500', '202023.617500', '202024.077500', '202024.537500', '202024.997500', '202025.457500', '202025.917500', '202026.377500', '202026.837500', '202027.297500', '202027.757500', '202028.217500', '202028.677500', '202029.137500', '202029.597500', '202030.057500', '202030.517500', '202030.977500', '202031.437500', '202031.897500', '202032.357500', '202032.817500', '202033.277500', '202033.737500', '202034.197500', '202034.657500', '202035.117500', '202035.577500', '202036.037500', '202036.497500', '202036.957500', '202037.417500', '202037.877500', '202038.337500', '202038.797500', '202039.257500', '202039.717500', '202040.177500', '202040.637500', '202041.097500', '202041.557500', '202042.017500', '202042.477500', '202042.937500', '202043.397500', '202043.857500', '202044.317500', '202044.777500', '202045.237500', '202045.697500', '202046.157500', '202046.617500', '202047.077500', '202047.537500', '202047.997500', '202048.457500', '202048.917500', '202049.377500', '202049.837500', '202050.297500', '202050.757500', '202051.217500', '202051.677500', '202052.137500', '202052.597500', '202053.057500', '202053.517500', '202053.977500', '202054.437500', '202054.897500', '202055.357500', '202055.817500', '202056.277500', '202056.737500', '202057.197500', '202057.657500', '202058.117500', '202058.577500', '202059.037500', '202059.497500', '202059.957500', '202100.417500', '202100.877500', '202101.337500', '202101.797500', '202102.257500', '202102.717500', '202103.177500', '202103.637500', '202104.097500', '202104.557500', '202105.017500', '202105.477500', '202105.937500', '202106.397500', '202106.857500', '202107.317500', '202107.777500', '202108.237500', '202108.697500', '202109.157500', '202109.617500', '202110.077500', '202110.537500', '202110.997500', '202111.457500', '202111.917500', '202112.377500', '202112.837500', '202113.297500', '202113.757500', '202114.217500', '202114.677500', '202115.137500', '202115.597500', '202116.057500', '202116.517500', '202116.977500', '202117.437500', '202117.897500', '202118.357500', '202118.817500', '202119.277500', '202119.737500', '202120.197500', '202120.657500', '202121.117500', '202121.577500', '202122.037500', '202122.497500', '202122.957500', '202123.417500', '202123.877500', '202124.337500', '202124.797500', '202125.257500', '202125.717500', '202126.177500', '202126.637500', '202127.097500', '202127.557500', '202128.017500', '202128.477500', '202128.937500', '202129.397500', '202129.857500', '202130.317500', '202130.777500', '202131.237500', '202131.697500', '202132.157500', '202132.617500', '202133.077500', '202133.537500', '202133.997500', '202134.457500', '202134.917500', '202135.377500', '202135.837500', '202136.297500', '202136.757500', '202137.217500', '202137.677500', '202138.137500', '202138.597500', '202139.057500', '202139.517500', '202139.977500', '202140.437500', '202140.897500', '202141.357500', '202141.817500', '202142.277500', '202142.737500', '202143.197500', '202143.657500', '202144.117500', '202144.577500', '202145.037500', '202145.497500', '202145.957500', '202146.417500', '202146.877500', '202147.337500', '202147.797500', '202148.257500', '202148.717500', '202149.177500', '202149.637500', '202150.097500', '202150.557500', '202151.017500', '202151.477500', '202151.937500', '202152.397500', '202152.857500', '202153.317500', '202153.777500', '202154.237500', '202154.697500', '202155.157500', '202155.617500', '202156.077500', '202156.537500', '202156.997500', '202157.457500', '202157.917500', '202158.377500', '202158.837500', '202159.297500', '202159.757500', '202200.217500', '202200.677500', '202201.137500', '202201.597500', '202202.057500', '202202.517500', '202202.977500', '202203.437500', '202203.897500', '202204.357500', '202204.817500', '202205.277500', '202205.737500', '202206.197500', '202206.657500', '202207.117500', '202207.577500', '202208.037500', '202208.497500', '202208.957500', '202209.417500', '202209.877500', '202210.337500', '202210.797500', '202211.257500', '202211.717500', '202212.177500', '202212.637500', '202213.097500', '202213.557500', '202214.017500', '202214.477500', '202214.937500', '202215.397500', '202215.857500', '202216.317500', '202216.777500', '202217.237500', '202217.697500', '202218.157500', '202218.617500', '202219.077500', '202219.537500', '202219.997500', '202220.457500', '202220.917500', '202221.377500', '202221.837500', '202222.297500', '202222.757500', '202223.217500', '202223.677500', '202224.137500', '202224.597500', '202225.057500', '202225.517500', '202225.977500', '202226.437500', '202226.897500', '202227.357500', '202227.817500', '202228.277500', '202228.737500', '202229.197500', '202229.657500', '202230.117500', '202230.577500', '202231.037500', '202231.497500', '202231.957500', '202232.417500', '202232.877500', '202233.337500', '202233.797500', '202234.257500', '202234.717500', '202235.177500', '202235.637500', '202236.097500', '202236.557500', '202237.017500', '202237.477500', '202237.937500', '202238.397500', '202238.857500', '202239.317500', '202239.777500', '202240.237500', '202240.697500', '202241.157500', '202241.617500', '202242.077500', '202242.537500', '202242.997500', '202243.457500', '202243.917500', '202244.377500', '202244.837500', '202245.297500', '202245.757500', '202246.217500', '202246.677500', '202247.137500', '202247.597500', '202248.057500', '202248.517500', '202248.977500', '202249.437500', '202249.897500', '202250.357500', '202250.817500', '202251.277500', '202251.737500', '202252.197500', '202252.657500', '202253.117500', '202253.577500', '202254.037500', '202254.497500', '202254.957500', '202255.417500', '202255.877500', '202256.337500', '202256.797500', '202257.257500', '202257.717500', '202258.177500', '202258.637500', '202259.097500', '202259.557500', '202300.017500', '202300.477500', '202300.937500', '202301.397500', '202301.857500', '202302.317500', '202302.777500', '202303.237500', '202303.697500', '202304.157500', '202304.617500', '202305.077500', '202305.537500', '202305.997500', '202306.457500', '202306.917500', '202307.377500', '202307.837500', '202308.297500', '202308.757500', '202309.217500', '202309.677500', '202310.137500', '202310.597500', '202311.057500', '202311.517500', '202311.977500', '202312.437500', '202312.897500', '202313.357500', '202313.817500', '202314.277500', '202314.737500', '202315.197500', '202315.657500', '202316.117500', '202316.577500', '202317.037500', '202317.497500', '202317.957500', '202318.417500', '202318.877500', '202319.337500', '202319.797500', '202320.257500', '202320.717500', '202321.177500', '202321.637500', '202322.097500', '202322.557500', '202323.017500', '202323.477500', '202323.937500', '202324.397500', '202324.857500', '202325.317500', '202325.777500', '202326.237500', '202326.697500', '202327.157500', '202327.617500', '202328.077500', '202328.537500', '202328.997500', '202329.457500', '202329.917500', '202330.377500', '202330.837500', '202331.297500', '202331.757500', '202332.217500', '202332.677500', '202333.137500', '202333.597500', '202334.057500', '202334.517500', '202334.977500', '202335.437500', '202335.897500', '202336.357500', '202336.817500', '202337.277500', '202337.737500', '202338.197500', '202338.657500', '202339.117500', '202339.577500', '202340.037500', '202340.497500', '202340.957500', '202341.417500', '202341.877500', '202342.337500', '202342.797500', '202343.257500', '202343.717500', '202344.177500', '202344.637500', '202345.097500', '202345.557500', '202346.017500', '202346.477500', '202346.937500', '202347.397500', '202347.857500', '202348.317500', '202348.777500', '202349.237500', '202349.697500', '202350.157500', '202350.617500', '202351.077500', '202351.537500', '202351.997500', '202352.457500', '202352.917500', '202353.377500', '202353.837500', '202354.297500', '202354.757500', '202355.217500', '202355.677500', '202356.137500', '202356.597500', '202357.057500', '202357.517500', '202357.977500', '202358.437500', '202358.897500', '202359.357500', '202359.817500', '202400.277500', '202400.737500', '202401.197500', '202401.657500', '202402.117500', '202402.577500', '202403.037500', '202403.497500', '202403.957500', '202404.417500', '202404.877500', '202405.337500', '202405.797500', '202406.257500', '202406.717500', '202407.177500', '202407.637500', '202408.097500', '202408.557500', '202409.017500', '202409.477500', '202409.937500', '202410.397500', '202410.857500', '202411.317500', '202411.777500', '202412.237500', '202412.697500', '202413.157500', '202413.617500', '202414.077500', '202414.537500', '202414.997500', '202415.457500', '202415.917500', '202416.377500', '202416.837500', '202417.297500', '202417.757500', '202418.217500', '202418.677500', '202419.137500', '202419.597500', '202420.057500', '202420.517500', '202420.977500', '202421.437500', '202421.897500', '202422.357500', '202422.817500', '202423.277500', '202423.737500', '202424.197500', '202424.657500', '202425.117500', '202425.577500', '202426.037500', '202426.497500', '202426.957500', '202427.417500', '202427.877500', '202428.337500', '202428.797500', '202429.257500', '202429.717500', '202430.177500', '202430.637500', '202431.097500', '202431.557500', '202432.017500', '202432.477500', '202432.937500', '202433.397500', '202433.857500', '202434.317500', '202434.777500', '202435.237500', '202435.697500', '202436.157500', '202436.617500', '202437.077500', '202437.537500', '202437.997500', '202438.457500', '202438.917500', '202439.377500', '202439.837500', '202440.297500', '202440.757500', '202441.217500', '202441.677500', '202442.137500', '202442.597500', '202443.057500', '202443.517500', '202443.977500', '202444.437500', '202444.897500', '202445.357500', '202445.817500', '202446.277500', '202446.737500', '202447.197500', '202447.657500', '202448.117500', '202448.577500', '202449.037500', '202449.497500', '202449.957500', '202450.417500', '202450.877500', '202451.337500', '202451.797500', '202452.257500', '202452.717500', '202453.177500', '202453.637500', '202454.097500', '202454.557500', '202455.017500', '202455.477500', '202455.937500', '202456.397500', '202456.857500', '202457.317500', '202457.777500', '202458.237500', '202458.697500', '202459.157500', '202459.617500', '202500.077500', '202500.537500', '202500.997500', '202501.457500', '202501.917500', '202502.377500', '202502.837500', '202503.297500', '202503.757500', '202504.217500', '202504.677500', '202505.137500', '202505.597500', '202506.057500', '202506.517500', '202506.977500', '202507.437500', '202507.897500', '202508.357500', '202508.817500', '202509.277500', '202509.737500', '202510.197500', '202510.657500', '202511.117500', '202511.577500', '202512.037500', '202512.497500', '202512.957500', '202513.417500', '202513.877500', '202514.337500', '202514.797500', '202515.257500', '202515.717500', '202516.177500', '202516.637500', '202517.097500', '202517.557500', '202518.017500', '202518.477500', '202518.937500', '202519.397500', '202519.857500', '202520.317500', '202520.777500', '202521.237500', '202521.697500', '202522.157500', '202522.617500', '202523.077500', '202523.537500', '202523.997500', '202524.457500', '202524.917500', '202525.377500', '202525.837500', '202526.297500', '202526.757500', '202527.217500', '202527.677500', '202528.137500', '202528.597500', '202529.057500', '202529.517500', '202529.977500', '202530.437500', '202530.897500', '202531.357500', '202531.817500', '202532.277500', '202532.737500', '202533.197500', '202533.657500', '202534.117500', '202534.577500', '202535.037500', '202535.497500', '202535.957500', '202536.417500', '202536.877500', '202537.337500', '202537.797500', '202538.257500', '202538.717500', '202539.177500', '202539.637500', '202540.097500', '202540.557500', '202541.017500', '202541.477500', '202541.937500', '202542.397500', '202542.857500', '202543.317500', '202543.777500', '202544.237500', '202544.697500', '202545.157500', '202545.617500', '202546.077500', '202546.537500', '202546.997500', '202547.457500', '202547.917500', '202548.377500', '202548.837500', '202549.297500', '202549.757500', '202550.217500', '202550.677500', '202551.137500', '202551.597500', '202552.057500', '202552.517500', '202552.977500', '202553.437500', '202553.897500', '202554.357500', '202554.817500', '202555.277500', '202555.737500', '202556.197500', '202556.657500', '202557.117500', '202557.577500', '202558.037500', '202558.497500', '202558.957500', '202559.417500', '202559.877500', '202600.337500', '202600.797500', '202601.257500', '202601.717500', '202602.177500', '202602.637500', '202603.097500', '202603.557500'], 'ContentTime': ['201608.287000', '201608.300000', '201608.302000', '201608.305000', '201608.307000', '201608.310000', '201608.320000', '201608.323000', '201608.325000', '201608.328000', '201608.330000', '201608.333000', '201608.335000', '201608.338000', '201608.341000', '201608.343000', '201608.346000', '201608.348000', '201608.351000', '201608.354000', '201608.356000', '201608.359000', '201608.361000', '201608.364000', '201608.366000', '201628.255000', '201628.258000', '201628.261000', '201628.263000', '201628.266000', '201628.270000', '201628.273000', '201628.275000', '201628.278000', '201628.280000', '201628.283000', '201628.285000', '201628.288000', '201628.291000', '201628.293000', '201628.296000', '201628.298000', '201628.301000', '201628.304000', '201628.306000', '201628.312000', '201628.315000', '201628.317000', '201628.320000', '201628.322000', '201628.325000', '201628.328000', '201628.330000', '201628.333000', '201628.335000', '201628.338000', '201628.340000', '201628.343000', '201628.345000', '201628.348000', '201628.351000', '201628.353000', '201628.356000', '201628.358000', '201628.361000', '201628.363000', '201628.366000', '201628.369000', '201628.371000', '201648.255000', '201648.258000', '201648.261000', '201648.263000', '201648.266000', '201648.268000', '201648.271000', '201648.274000', '201648.276000', '201648.279000', '201648.281000', '201648.284000', '201648.286000', '201648.289000', '201648.320000', '201648.323000', '201648.325000', '201648.328000', '201648.331000', '201648.333000', '201648.336000', '201648.338000', '201648.341000', '201648.343000', '201648.346000', '201648.348000', '201648.351000', '201648.353000', '201648.356000', '201648.358000', '201648.361000', '201648.363000', '201648.366000', '201648.369000', '201648.371000', '201648.374000', '201648.376000', '201648.379000', '201648.381000', '201648.384000', '201648.386000', '201648.389000', '201648.400000', '201708.257000', '201708.259000', '201708.262000', '201708.265000', '201708.267000', '201708.270000', '201708.272000', '201708.275000', '201708.277000', '201708.280000', '201708.283000', '201708.286000', '201708.288000', '201708.291000', '201708.294000', '201708.296000', '201708.299000', '201708.301000', '201708.304000', '201708.307000', '201708.309000', '201708.312000', '201708.314000', '201708.317000', '201708.320000', '201708.322000', '201708.325000', '201708.327000', '201708.330000', '201708.332000', '201708.335000', '201708.338000', '201708.340000', '201708.343000', '201708.345000', '201708.348000', '201708.350000', '201708.353000', '201708.355000', '201708.358000', '201708.361000', '201708.363000', '201708.366000', '201708.369000', '201728.256000', '201728.259000', '201728.262000', '201728.264000', '201728.267000', '201728.270000', '201728.272000', '201728.275000', '201728.277000', '201728.280000', '201728.282000', '201728.285000', '201728.287000', '201728.290000', '201728.293000', '201728.295000', '201728.298000', '201728.300000', '201728.303000', '201728.305000', '201728.308000', '201728.310000', '201728.313000', '201728.316000', '201728.318000', '201728.321000', '201728.323000', '201728.326000', '201728.329000', '201728.331000', '201728.334000', '201728.336000', '201728.339000', '201728.341000', '201728.344000', '201728.347000', '201728.349000', '201728.352000', '201728.354000', '201728.357000', '201728.359000', '201728.362000', '201728.365000', '201748.256000', '201748.259000', '201748.262000', '201748.264000', '201748.267000', '201748.269000', '201748.272000', '201748.274000', '201748.277000', '201748.279000', '201748.282000', '201748.285000', '201748.287000', '201748.290000', '201748.293000', '201748.295000', '201748.298000', '201748.300000', '201748.303000', '201748.306000', '201748.308000', '201748.311000', '201748.313000', '201748.316000', '201748.319000', '201748.321000', '201748.324000', '201748.327000', '201748.329000', '201748.332000', '201748.334000', '201748.337000', '201748.340000', '201748.342000', '201748.345000', '201748.348000', '201748.350000', '201748.353000', '201748.355000', '201748.358000', '201748.361000', '201748.363000', '201748.366000', '201748.369000', '201808.256000', '201808.259000', '201808.262000', '201808.264000', '201808.267000', '201808.270000', '201808.272000', '201808.275000', '201808.277000', '201808.280000', '201808.282000', '201808.285000', '201808.288000', '201808.290000', '201808.293000', '201808.295000', '201808.298000', '201808.301000', '201808.303000', '201808.306000', '201808.309000', '201808.311000', '201808.314000', '201808.316000', '201808.319000', '201808.322000', '201808.324000', '201808.327000', '201808.330000', '201808.332000', '201808.335000', '201808.337000', '201808.340000', '201808.342000', '201808.345000', '201808.348000', '201808.350000', '201808.353000', '201808.355000', '201808.358000', '201808.361000', '201808.363000', '201808.366000', '201828.255000', '201828.258000', '201828.261000', '201828.263000', '201828.266000', '201828.268000', '201828.271000', '201828.274000', '201828.277000', '201828.280000', '201828.282000', '201828.314000', '201828.316000', '201828.319000', '201828.321000', '201828.324000', '201828.327000', '201828.329000', '201828.332000', '201828.335000', '201828.337000', '201828.340000', '201828.342000', '201828.345000', '201828.348000', '201828.350000', '201828.353000', '201828.355000', '201828.358000', '201828.361000', '201828.363000', '201828.366000', '201828.368000', '201828.371000', '201828.373000', '201828.376000', '201828.379000', '201828.381000', '201828.384000', '201828.387000', '201828.389000', '201828.392000', '201828.394000', '201828.397000', '201848.255000', '201848.258000', '201848.261000', '201848.263000', '201848.266000', '201848.268000', '201848.271000', '201848.274000', '201848.276000', '201848.279000', '201848.281000', '201848.284000', '201848.286000', '201848.289000', '201848.292000', '201848.294000', '201848.297000', '201848.299000', '201848.302000', '201848.304000', '201848.307000', '201848.310000', '201848.312000', '201848.315000', '201848.317000', '201848.320000', '201848.322000', '201848.325000', '201848.328000', '201848.330000', '201848.333000', '201848.335000', '201848.338000', '201848.340000', '201848.343000', '201848.346000', '201848.348000', '201848.351000', '201848.353000', '201848.356000', '201848.358000', '201848.361000', '201848.363000', '201908.255000', '201908.258000', '201908.261000', '201908.263000', '201908.266000', '201908.268000', '201908.271000', '201908.274000', '201908.276000', '201908.279000', '201908.281000', '201908.284000', '201908.286000', '201908.289000', '201908.292000', '201908.294000', '201908.297000', '201908.299000', '201908.302000', '201908.304000', '201908.307000', '201908.310000', '201908.312000', '201908.315000', '201908.318000', '201908.320000', '201908.323000', '201908.325000', '201908.328000', '201908.330000', '201908.333000', '201908.336000', '201908.338000', '201908.341000', '201908.344000', '201908.346000', '201908.349000', '201908.351000', '201908.354000', '201908.356000', '201908.359000', '201908.362000', '201908.364000', '201928.257000', '201928.259000', '201928.262000', '201928.265000', '201928.267000', '201928.270000', '201928.272000', '201928.275000', '201928.277000', '201928.280000', '201928.283000', '201928.285000', '201928.288000', '201928.290000', '201928.293000', '201928.295000', '201928.298000', '201928.300000', '201928.303000', '201928.306000', '201928.308000', '201928.311000', '201928.313000', '201928.316000', '201928.319000', '201928.321000', '201928.324000', '201928.326000', '201928.329000', '201928.332000', '201928.334000', '201928.337000', '201928.339000', '201928.342000', '201928.344000', '201928.347000', '201928.350000', '201928.352000', '201928.355000', '201928.357000', '201928.360000', '201928.362000', '201928.365000', '201928.367000', '201948.256000', '201948.259000', '201948.262000', '201948.264000', '201948.267000', '201948.270000', '201948.272000', '201948.275000', '201948.278000', '201948.281000', '201948.284000', '201948.287000', '201948.289000', '201948.292000', '201948.295000', '201948.297000', '201948.300000', '201948.302000', '201948.305000', '201948.307000', '201948.310000', '201948.313000', '201948.316000', '201948.319000', '201948.321000', '201948.324000', '201948.327000', '201948.329000', '201948.332000', '201948.334000', '201948.337000', '201948.340000', '201948.342000', '201948.345000', '201948.347000', '201948.350000', '201948.379000', '201948.382000', '201948.384000', '201948.387000', '201948.390000', '201948.392000', '201948.395000', '202008.256000', '202008.259000', '202008.262000', '202008.264000', '202008.267000', '202008.270000', '202008.272000', '202008.275000', '202008.278000', '202008.280000', '202008.283000', '202008.286000', '202008.288000', '202008.291000', '202008.294000', '202008.296000', '202008.299000', '202008.301000', '202008.304000', '202008.306000', '202008.309000', '202008.312000', '202008.314000', '202008.317000', '202008.320000', '202008.322000', '202008.325000', '202008.327000', '202008.330000', '202008.332000', '202008.335000', '202008.338000', '202008.340000', '202008.343000', '202008.345000', '202008.348000', '202008.351000', '202008.353000', '202008.356000', '202008.359000', '202008.362000', '202008.364000', '202008.367000', '202008.369000', '202028.256000', '202028.259000', '202028.262000', '202028.265000', '202028.267000', '202028.270000', '202028.272000', '202028.275000', '202028.278000', '202028.280000', '202028.283000', '202028.286000', '202028.288000', '202028.291000', '202028.293000', '202028.296000', '202028.299000', '202028.301000', '202028.304000', '202028.306000', '202028.309000', '202028.312000', '202028.314000', '202028.317000', '202028.319000', '202028.322000', '202028.324000', '202028.327000', '202028.330000', '202028.332000', '202028.335000', '202028.337000', '202028.340000', '202028.343000', '202028.345000', '202028.348000', '202028.350000', '202028.353000', '202028.356000', '202028.358000', '202028.361000', '202028.363000', '202028.366000', '202048.255000', '202048.258000', '202048.261000', '202048.263000', '202048.266000', '202048.269000', '202048.271000', '202048.274000', '202048.276000', '202048.279000', '202048.282000', '202048.284000', '202048.287000', '202048.289000', '202048.292000', '202048.295000', '202048.297000', '202048.300000', '202048.302000', '202048.305000', '202048.308000', '202048.310000', '202048.313000', '202048.315000', '202048.318000', '202048.321000', '202048.323000', '202048.326000', '202048.328000', '202048.331000', '202048.333000', '202048.336000', '202048.339000', '202048.341000', '202048.344000', '202048.346000', '202048.349000', '202048.352000', '202048.354000', '202048.357000', '202048.359000', '202048.362000', '202048.364000', '202048.367000', '202108.255000', '202108.258000', '202108.261000', '202108.263000', '202108.266000', '202108.269000', '202108.271000', '202108.274000', '202108.277000', '202108.279000', '202108.282000', '202108.284000', '202108.287000', '202108.290000', '202108.292000', '202108.295000', '202108.297000', '202108.300000', '202108.303000', '202108.306000', '202108.308000', '202108.311000', '202108.313000', '202108.316000', '202108.318000', '202108.321000', '202108.324000', '202108.326000', '202108.329000', '202108.331000', '202108.334000', '202108.337000', '202108.339000', '202108.342000', '202108.344000', '202108.347000', '202108.350000', '202108.353000', '202108.356000', '202108.358000', '202108.361000', '202108.363000', '202108.366000', '202128.255000', '202128.258000', '202128.261000', '202128.279000', '202128.282000', '202128.284000', '202128.287000', '202128.289000', '202128.292000', '202128.295000', '202128.297000', '202128.300000', '202128.302000', '202128.305000', '202128.308000', '202128.310000', '202128.313000', '202128.316000', '202128.318000', '202128.321000', '202128.324000', '202128.326000', '202128.329000', '202128.331000', '202128.334000', '202128.336000', '202128.339000', '202128.342000', '202128.344000', '202128.347000', '202128.349000', '202128.352000', '202128.355000', '202128.357000', '202128.360000', '202128.363000', '202128.374000', '202128.377000', '202128.379000', '202128.382000', '202128.385000', '202128.387000', '202128.390000', '202128.392000', '202148.256000', '202148.259000', '202148.262000', '202148.265000', '202148.267000', '202148.270000', '202148.273000', '202148.275000', '202148.278000', '202148.281000', '202148.283000', '202148.286000', '202148.288000', '202148.291000', '202148.294000', '202148.296000', '202148.299000', '202148.301000', '202148.304000', '202148.306000', '202148.309000', '202148.312000', '202148.314000', '202148.317000', '202148.319000', '202148.322000', '202148.324000', '202148.327000', '202148.330000', '202148.332000', '202148.335000', '202148.337000', '202148.340000', '202148.343000', '202148.345000', '202148.348000', '202148.350000', '202148.353000', '202148.355000', '202148.358000', '202148.361000', '202148.363000', '202148.366000', '202208.257000', '202208.260000', '202208.262000', '202208.265000', '202208.267000', '202208.270000', '202208.273000', '202208.275000', '202208.278000', '202208.280000', '202208.283000', '202208.286000', '202208.288000', '202208.291000', '202208.293000', '202208.296000', '202208.299000', '202208.301000', '202208.304000', '202208.306000', '202208.309000', '202208.311000', '202208.314000', '202208.317000', '202208.319000', '202208.322000', '202208.324000', '202208.327000', '202208.330000', '202208.332000', '202208.335000', '202208.338000', '202208.341000', '202208.344000', '202208.347000', '202208.349000', '202208.352000', '202208.354000', '202208.357000', '202208.360000', '202208.362000', '202208.365000', '202208.367000', '202208.370000', '202228.257000', '202228.259000', '202228.262000', '202228.265000', '202228.267000', '202228.270000', '202228.272000', '202228.275000', '202228.277000', '202228.280000', '202228.283000', '202228.285000', '202228.288000', '202228.290000', '202228.293000', '202228.296000', '202228.298000', '202228.301000', '202228.303000', '202228.306000', '202228.308000', '202228.311000', '202228.314000', '202228.316000', '202228.319000', '202228.321000', '202228.324000', '202228.326000', '202228.329000', '202228.332000', '202228.334000', '202228.337000', '202228.339000', '202228.343000', '202228.346000', '202228.349000', '202228.351000', '202228.354000', '202228.356000', '202228.359000', '202228.362000', '202228.364000', '202228.367000', '202248.257000', '202248.259000', '202248.262000', '202248.265000', '202248.267000', '202248.270000', '202248.272000', '202248.275000', '202248.278000', '202248.280000', '202248.283000', '202248.286000', '202248.288000', '202248.291000', '202248.302000', '202248.305000', '202248.307000', '202248.310000', '202248.313000', '202248.315000', '202248.318000', '202248.320000', '202248.323000', '202248.326000', '202248.328000', '202248.331000', '202248.333000', '202248.336000', '202248.339000', '202248.341000', '202248.344000', '202248.346000', '202248.349000', '202248.352000', '202248.354000', '202248.357000', '202248.359000', '202248.362000', '202248.365000', '202248.367000', '202248.370000', '202248.372000', '202248.375000', '202248.377000', '202308.255000', '202308.258000', '202308.261000', '202308.263000', '202308.266000', '202308.269000', '202308.271000', '202308.274000', '202308.276000', '202308.279000', '202308.282000', '202308.284000', '202308.287000', '202308.289000', '202308.292000', '202308.294000', '202308.297000', '202308.300000', '202308.302000', '202308.305000', '202308.307000', '202308.310000', '202308.312000', '202308.315000', '202308.318000', '202308.320000', '202308.323000', '202308.325000', '202308.328000', '202308.331000', '202308.333000', '202308.336000', '202308.338000', '202308.341000', '202308.344000', '202308.346000', '202308.349000', '202308.352000', '202308.355000', '202308.358000', '202308.360000', '202308.363000', '202308.366000', '202328.255000', '202328.258000', '202328.261000', '202328.264000', '202328.266000', '202328.269000', '202328.271000', '202328.274000', '202328.277000', '202328.279000', '202328.282000', '202328.284000', '202328.287000', '202328.289000', '202328.292000', '202328.295000', '202328.297000', '202328.300000', '202328.302000', '202328.305000', '202328.307000', '202328.310000', '202328.313000', '202328.315000', '202328.318000', '202328.321000', '202328.323000', '202328.326000', '202328.329000', '202328.331000', '202328.334000', '202328.336000', '202328.339000', '202328.342000', '202328.344000', '202328.347000', '202328.349000', '202328.352000', '202328.354000', '202328.357000', '202328.360000', '202328.362000', '202328.365000', '202328.367000', '202348.255000', '202348.258000', '202348.261000', '202348.264000', '202348.266000', '202348.269000', '202348.271000', '202348.274000', '202348.277000', '202348.279000', '202348.282000', '202348.284000', '202348.287000', '202348.290000', '202348.292000', '202348.295000', '202348.297000', '202348.300000', '202348.303000', '202348.305000', '202348.308000', '202348.310000', '202348.313000', '202348.316000', '202348.318000', '202348.321000', '202348.323000', '202348.326000', '202348.329000', '202348.331000', '202348.334000', '202348.336000', '202348.339000', '202348.342000', '202348.344000', '202348.347000', '202348.350000', '202348.352000', '202348.355000', '202348.357000', '202348.360000', '202348.363000', '202348.365000', '202408.256000', '202408.259000', '202408.262000', '202408.264000', '202408.267000', '202408.270000', '202408.272000', '202408.275000', '202408.277000', '202408.280000', '202408.283000', '202408.285000', '202408.288000', '202408.290000', '202408.293000', '202408.296000', '202408.298000', '202408.301000', '202408.303000', '202408.306000', '202408.309000', '202408.311000', '202408.314000', '202408.316000', '202408.319000', '202408.335000', '202408.338000', '202408.340000', '202408.343000', '202408.346000', '202408.348000', '202408.351000', '202408.353000', '202408.356000', '202408.359000', '202408.361000', '202408.364000', '202408.366000', '202408.369000', '202408.372000', '202408.374000', '202408.377000', '202408.379000', '202408.382000', '202428.256000', '202428.259000', '202428.262000', '202428.264000', '202428.267000', '202428.270000', '202428.272000', '202428.275000', '202428.277000', '202428.280000', '202428.283000', '202428.285000', '202428.288000', '202428.290000', '202428.293000', '202428.296000', '202428.298000', '202428.301000', '202428.303000', '202428.306000', '202428.309000', '202428.311000', '202428.314000', '202428.316000', '202428.319000', '202428.322000', '202428.324000', '202428.327000', '202428.329000', '202428.332000', '202428.335000', '202428.337000', '202428.340000', '202428.342000', '202428.345000', '202428.348000', '202428.350000', '202428.353000', '202428.355000', '202428.358000', '202428.361000', '202428.363000', '202428.366000', '202448.257000', '202448.259000', '202448.262000', '202448.265000', '202448.267000', '202448.270000', '202448.272000', '202448.275000', '202448.278000', '202448.280000', '202448.283000', '202448.286000', '202448.288000', '202448.291000', '202448.294000', '202448.296000', '202448.299000', '202448.301000', '202448.304000', '202448.307000', '202448.309000', '202448.312000', '202448.315000', '202448.317000', '202448.320000', '202448.322000', '202448.325000', '202448.327000', '202448.330000', '202448.333000', '202448.335000', '202448.338000', '202448.340000', '202448.343000', '202448.345000', '202448.348000', '202448.351000', '202448.353000', '202448.356000', '202448.358000', '202448.361000', '202448.364000', '202448.366000', '202448.369000', '202508.257000', '202508.259000', '202508.262000', '202508.264000', '202508.267000', '202508.270000', '202508.272000', '202508.275000', '202508.278000', '202508.280000', '202508.283000', '202508.285000', '202508.288000', '202508.291000', '202508.293000', '202508.296000', '202508.299000', '202508.301000', '202508.304000', '202508.306000', '202508.309000', '202508.312000', '202508.314000', '202508.317000', '202508.320000', '202508.322000', '202508.325000', '202508.327000', '202508.330000', '202508.332000', '202508.335000', '202508.338000', '202508.340000', '202508.343000', '202508.345000', '202508.348000', '202508.351000', '202508.353000', '202508.356000', '202508.359000', '202508.361000', '202508.364000', '202508.366000', '202528.255000', '202528.258000', '202528.261000', '202528.264000', '202528.266000', '202528.269000', '202528.271000', '202528.300000', '202528.302000', '202528.305000', '202528.308000', '202528.310000', '202528.313000', '202528.315000', '202528.318000', '202528.321000', '202528.323000', '202528.326000', '202528.329000', '202528.331000', '202528.334000', '202528.336000', '202528.339000', '202528.342000', '202528.344000', '202528.347000', '202528.349000', '202528.352000', '202528.355000', '202528.357000', '202528.360000', '202528.362000', '202528.365000', '202528.368000', '202528.370000', '202528.373000', '202528.375000', '202528.378000', '202528.381000', '202528.383000', '202528.386000', '202528.388000', '202528.391000', '202548.255000', '202548.258000', '202548.261000', '202548.264000', '202548.266000', '202548.269000', '202548.271000', '202548.274000', '202548.277000', '202548.279000', '202548.282000', '202548.284000', '202548.287000', '202548.289000', '202548.292000', '202548.295000', '202548.297000', '202548.300000', '202548.302000', '202548.305000', '202548.307000', '202548.310000', '202548.313000', '202548.315000', '202548.318000', '202548.320000', '202548.323000', '202548.326000', '202548.328000', '202548.331000', '202548.333000', '202548.336000', '202548.339000', '202548.341000', '202548.344000', '202548.346000', '202548.349000', '202548.352000', '202548.354000', '202548.357000', '202548.359000', '202548.362000', '202548.365000', '202548.367000', '202604.564000', '202604.567000', '202604.570000', '202604.573000', '202604.576000', '202604.578000', '202604.581000', '202604.584000', '202604.586000', '202604.589000', '202604.592000', '202604.595000', '202604.598000', '202604.607000', '202604.610000', '202604.613000', '202604.618000', '202604.620000', '202604.623000', '202604.626000', '202604.629000', '202604.634000', '202604.638000', '202604.641000', '202604.644000', '202604.647000', '202604.649000', '202604.654000', '202604.657000', '202604.661000', '202604.663000', '202604.666000', '202604.669000', '202604.672000', '202604.676000', '202604.680000'], 'InstanceCreationTime': ['201608.287000', '201608.300000', '201608.302000', '201608.305000', '201608.307000', '201608.310000', '201608.320000', '201608.323000', '201608.325000', '201608.328000', '201608.330000', '201608.333000', '201608.335000', '201608.338000', '201608.341000', '201608.343000', '201608.346000', '201608.348000', '201608.351000', '201608.354000', '201608.356000', '201608.359000', '201608.361000', '201608.364000', '201608.366000', '201628.255000', '201628.258000', '201628.261000', '201628.263000', '201628.266000', '201628.270000', '201628.273000', '201628.275000', '201628.278000', '201628.280000', '201628.283000', '201628.285000', '201628.288000', '201628.291000', '201628.293000', '201628.296000', '201628.298000', '201628.301000', '201628.304000', '201628.306000', '201628.312000', '201628.315000', '201628.317000', '201628.320000', '201628.322000', '201628.325000', '201628.328000', '201628.330000', '201628.333000', '201628.335000', '201628.338000', '201628.340000', '201628.343000', '201628.345000', '201628.348000', '201628.351000', '201628.353000', '201628.356000', '201628.358000', '201628.361000', '201628.363000', '201628.366000', '201628.369000', '201628.371000', '201648.255000', '201648.258000', '201648.261000', '201648.263000', '201648.266000', '201648.268000', '201648.271000', '201648.274000', '201648.276000', '201648.279000', '201648.281000', '201648.284000', '201648.286000', '201648.289000', '201648.320000', '201648.323000', '201648.325000', '201648.328000', '201648.331000', '201648.333000', '201648.336000', '201648.338000', '201648.341000', '201648.343000', '201648.346000', '201648.348000', '201648.351000', '201648.353000', '201648.356000', '201648.358000', '201648.361000', '201648.363000', '201648.366000', '201648.369000', '201648.371000', '201648.374000', '201648.376000', '201648.379000', '201648.381000', '201648.384000', '201648.386000', '201648.389000', '201648.400000', '201708.257000', '201708.259000', '201708.262000', '201708.265000', '201708.267000', '201708.270000', '201708.272000', '201708.275000', '201708.277000', '201708.280000', '201708.283000', '201708.286000', '201708.288000', '201708.291000', '201708.294000', '201708.296000', '201708.299000', '201708.301000', '201708.304000', '201708.307000', '201708.309000', '201708.312000', '201708.314000', '201708.317000', '201708.320000', '201708.322000', '201708.325000', '201708.327000', '201708.330000', '201708.332000', '201708.335000', '201708.338000', '201708.340000', '201708.343000', '201708.345000', '201708.348000', '201708.350000', '201708.353000', '201708.355000', '201708.358000', '201708.361000', '201708.363000', '201708.366000', '201708.369000', '201728.256000', '201728.259000', '201728.262000', '201728.264000', '201728.267000', '201728.270000', '201728.272000', '201728.275000', '201728.277000', '201728.280000', '201728.282000', '201728.285000', '201728.287000', '201728.290000', '201728.293000', '201728.295000', '201728.298000', '201728.300000', '201728.303000', '201728.305000', '201728.308000', '201728.310000', '201728.313000', '201728.316000', '201728.318000', '201728.321000', '201728.323000', '201728.326000', '201728.329000', '201728.331000', '201728.334000', '201728.336000', '201728.339000', '201728.341000', '201728.344000', '201728.347000', '201728.349000', '201728.352000', '201728.354000', '201728.357000', '201728.359000', '201728.362000', '201728.365000', '201748.256000', '201748.259000', '201748.262000', '201748.264000', '201748.267000', '201748.269000', '201748.272000', '201748.274000', '201748.277000', '201748.279000', '201748.282000', '201748.285000', '201748.287000', '201748.290000', '201748.293000', '201748.295000', '201748.298000', '201748.300000', '201748.303000', '201748.306000', '201748.308000', '201748.311000', '201748.313000', '201748.316000', '201748.319000', '201748.321000', '201748.324000', '201748.327000', '201748.329000', '201748.332000', '201748.334000', '201748.337000', '201748.340000', '201748.342000', '201748.345000', '201748.348000', '201748.350000', '201748.353000', '201748.355000', '201748.358000', '201748.361000', '201748.363000', '201748.366000', '201748.369000', '201808.256000', '201808.259000', '201808.262000', '201808.264000', '201808.267000', '201808.270000', '201808.272000', '201808.275000', '201808.277000', '201808.280000', '201808.282000', '201808.285000', '201808.288000', '201808.290000', '201808.293000', '201808.295000', '201808.298000', '201808.301000', '201808.303000', '201808.306000', '201808.309000', '201808.311000', '201808.314000', '201808.316000', '201808.319000', '201808.322000', '201808.324000', '201808.327000', '201808.330000', '201808.332000', '201808.335000', '201808.337000', '201808.340000', '201808.342000', '201808.345000', '201808.348000', '201808.350000', '201808.353000', '201808.355000', '201808.358000', '201808.361000', '201808.363000', '201808.366000', '201828.255000', '201828.258000', '201828.261000', '201828.263000', '201828.266000', '201828.268000', '201828.271000', '201828.274000', '201828.277000', '201828.280000', '201828.282000', '201828.314000', '201828.316000', '201828.319000', '201828.321000', '201828.324000', '201828.327000', '201828.329000', '201828.332000', '201828.335000', '201828.337000', '201828.340000', '201828.342000', '201828.345000', '201828.348000', '201828.350000', '201828.353000', '201828.355000', '201828.358000', '201828.361000', '201828.363000', '201828.366000', '201828.368000', '201828.371000', '201828.373000', '201828.376000', '201828.379000', '201828.381000', '201828.384000', '201828.387000', '201828.389000', '201828.392000', '201828.394000', '201828.397000', '201848.255000', '201848.258000', '201848.261000', '201848.263000', '201848.266000', '201848.268000', '201848.271000', '201848.274000', '201848.276000', '201848.279000', '201848.281000', '201848.284000', '201848.286000', '201848.289000', '201848.292000', '201848.294000', '201848.297000', '201848.299000', '201848.302000', '201848.304000', '201848.307000', '201848.310000', '201848.312000', '201848.315000', '201848.317000', '201848.320000', '201848.322000', '201848.325000', '201848.328000', '201848.330000', '201848.333000', '201848.335000', '201848.338000', '201848.340000', '201848.343000', '201848.346000', '201848.348000', '201848.351000', '201848.353000', '201848.356000', '201848.358000', '201848.361000', '201848.363000', '201908.255000', '201908.258000', '201908.261000', '201908.263000', '201908.266000', '201908.268000', '201908.271000', '201908.274000', '201908.276000', '201908.279000', '201908.281000', '201908.284000', '201908.286000', '201908.289000', '201908.292000', '201908.294000', '201908.297000', '201908.299000', '201908.302000', '201908.304000', '201908.307000', '201908.310000', '201908.312000', '201908.315000', '201908.318000', '201908.320000', '201908.323000', '201908.325000', '201908.328000', '201908.330000', '201908.333000', '201908.336000', '201908.338000', '201908.341000', '201908.344000', '201908.346000', '201908.349000', '201908.351000', '201908.354000', '201908.356000', '201908.359000', '201908.362000', '201908.364000', '201928.257000', '201928.259000', '201928.262000', '201928.265000', '201928.267000', '201928.270000', '201928.272000', '201928.275000', '201928.277000', '201928.280000', '201928.283000', '201928.285000', '201928.288000', '201928.290000', '201928.293000', '201928.295000', '201928.298000', '201928.300000', '201928.303000', '201928.306000', '201928.308000', '201928.311000', '201928.313000', '201928.316000', '201928.319000', '201928.321000', '201928.324000', '201928.326000', '201928.329000', '201928.332000', '201928.334000', '201928.337000', '201928.339000', '201928.342000', '201928.344000', '201928.347000', '201928.350000', '201928.352000', '201928.355000', '201928.357000', '201928.360000', '201928.362000', '201928.365000', '201928.367000', '201948.256000', '201948.259000', '201948.262000', '201948.264000', '201948.267000', '201948.270000', '201948.272000', '201948.275000', '201948.278000', '201948.281000', '201948.284000', '201948.287000', '201948.289000', '201948.292000', '201948.295000', '201948.297000', '201948.300000', '201948.302000', '201948.305000', '201948.307000', '201948.310000', '201948.313000', '201948.316000', '201948.319000', '201948.321000', '201948.324000', '201948.327000', '201948.329000', '201948.332000', '201948.334000', '201948.337000', '201948.340000', '201948.342000', '201948.345000', '201948.347000', '201948.350000', '201948.379000', '201948.382000', '201948.384000', '201948.387000', '201948.390000', '201948.392000', '201948.395000', '202008.256000', '202008.259000', '202008.262000', '202008.264000', '202008.267000', '202008.270000', '202008.272000', '202008.275000', '202008.278000', '202008.280000', '202008.283000', '202008.286000', '202008.288000', '202008.291000', '202008.294000', '202008.296000', '202008.299000', '202008.301000', '202008.304000', '202008.306000', '202008.309000', '202008.312000', '202008.314000', '202008.317000', '202008.320000', '202008.322000', '202008.325000', '202008.327000', '202008.330000', '202008.332000', '202008.335000', '202008.338000', '202008.340000', '202008.343000', '202008.345000', '202008.348000', '202008.351000', '202008.353000', '202008.356000', '202008.359000', '202008.362000', '202008.364000', '202008.367000', '202008.369000', '202028.256000', '202028.259000', '202028.262000', '202028.265000', '202028.267000', '202028.270000', '202028.272000', '202028.275000', '202028.278000', '202028.280000', '202028.283000', '202028.286000', '202028.288000', '202028.291000', '202028.293000', '202028.296000', '202028.299000', '202028.301000', '202028.304000', '202028.306000', '202028.309000', '202028.312000', '202028.314000', '202028.317000', '202028.319000', '202028.322000', '202028.324000', '202028.327000', '202028.330000', '202028.332000', '202028.335000', '202028.337000', '202028.340000', '202028.343000', '202028.345000', '202028.348000', '202028.350000', '202028.353000', '202028.356000', '202028.358000', '202028.361000', '202028.363000', '202028.366000', '202048.255000', '202048.258000', '202048.261000', '202048.263000', '202048.266000', '202048.269000', '202048.271000', '202048.274000', '202048.276000', '202048.279000', '202048.282000', '202048.284000', '202048.287000', '202048.289000', '202048.292000', '202048.295000', '202048.297000', '202048.300000', '202048.302000', '202048.305000', '202048.308000', '202048.310000', '202048.313000', '202048.315000', '202048.318000', '202048.321000', '202048.323000', '202048.326000', '202048.328000', '202048.331000', '202048.333000', '202048.336000', '202048.339000', '202048.341000', '202048.344000', '202048.346000', '202048.349000', '202048.352000', '202048.354000', '202048.357000', '202048.359000', '202048.362000', '202048.364000', '202048.367000', '202108.255000', '202108.258000', '202108.261000', '202108.263000', '202108.266000', '202108.269000', '202108.271000', '202108.274000', '202108.277000', '202108.279000', '202108.282000', '202108.284000', '202108.287000', '202108.290000', '202108.292000', '202108.295000', '202108.297000', '202108.300000', '202108.303000', '202108.306000', '202108.308000', '202108.311000', '202108.313000', '202108.316000', '202108.318000', '202108.321000', '202108.324000', '202108.326000', '202108.329000', '202108.331000', '202108.334000', '202108.337000', '202108.339000', '202108.342000', '202108.344000', '202108.347000', '202108.350000', '202108.353000', '202108.356000', '202108.358000', '202108.361000', '202108.363000', '202108.366000', '202128.255000', '202128.258000', '202128.261000', '202128.279000', '202128.282000', '202128.284000', '202128.287000', '202128.289000', '202128.292000', '202128.295000', '202128.297000', '202128.300000', '202128.302000', '202128.305000', '202128.308000', '202128.310000', '202128.313000', '202128.316000', '202128.318000', '202128.321000', '202128.324000', '202128.326000', '202128.329000', '202128.331000', '202128.334000', '202128.336000', '202128.339000', '202128.342000', '202128.344000', '202128.347000', '202128.349000', '202128.352000', '202128.355000', '202128.357000', '202128.360000', '202128.363000', '202128.374000', '202128.377000', '202128.379000', '202128.382000', '202128.385000', '202128.387000', '202128.390000', '202128.392000', '202148.256000', '202148.259000', '202148.262000', '202148.265000', '202148.267000', '202148.270000', '202148.273000', '202148.275000', '202148.278000', '202148.281000', '202148.283000', '202148.286000', '202148.288000', '202148.291000', '202148.294000', '202148.296000', '202148.299000', '202148.301000', '202148.304000', '202148.306000', '202148.309000', '202148.312000', '202148.314000', '202148.317000', '202148.319000', '202148.322000', '202148.324000', '202148.327000', '202148.330000', '202148.332000', '202148.335000', '202148.337000', '202148.340000', '202148.343000', '202148.345000', '202148.348000', '202148.350000', '202148.353000', '202148.355000', '202148.358000', '202148.361000', '202148.363000', '202148.366000', '202208.257000', '202208.260000', '202208.262000', '202208.265000', '202208.267000', '202208.270000', '202208.273000', '202208.275000', '202208.278000', '202208.280000', '202208.283000', '202208.286000', '202208.288000', '202208.291000', '202208.293000', '202208.296000', '202208.299000', '202208.301000', '202208.304000', '202208.306000', '202208.309000', '202208.311000', '202208.314000', '202208.317000', '202208.319000', '202208.322000', '202208.324000', '202208.327000', '202208.330000', '202208.332000', '202208.335000', '202208.338000', '202208.341000', '202208.344000', '202208.347000', '202208.349000', '202208.352000', '202208.354000', '202208.357000', '202208.360000', '202208.362000', '202208.365000', '202208.367000', '202208.370000', '202228.257000', '202228.259000', '202228.262000', '202228.265000', '202228.267000', '202228.270000', '202228.272000', '202228.275000', '202228.277000', '202228.280000', '202228.283000', '202228.285000', '202228.288000', '202228.290000', '202228.293000', '202228.296000', '202228.298000', '202228.301000', '202228.303000', '202228.306000', '202228.308000', '202228.311000', '202228.314000', '202228.316000', '202228.319000', '202228.321000', '202228.324000', '202228.326000', '202228.329000', '202228.332000', '202228.334000', '202228.337000', '202228.339000', '202228.343000', '202228.346000', '202228.349000', '202228.351000', '202228.354000', '202228.356000', '202228.359000', '202228.362000', '202228.364000', '202228.367000', '202248.257000', '202248.259000', '202248.262000', '202248.265000', '202248.267000', '202248.270000', '202248.272000', '202248.275000', '202248.278000', '202248.280000', '202248.283000', '202248.286000', '202248.288000', '202248.291000', '202248.302000', '202248.305000', '202248.307000', '202248.310000', '202248.313000', '202248.315000', '202248.318000', '202248.320000', '202248.323000', '202248.326000', '202248.328000', '202248.331000', '202248.333000', '202248.336000', '202248.339000', '202248.341000', '202248.344000', '202248.346000', '202248.349000', '202248.352000', '202248.354000', '202248.357000', '202248.359000', '202248.362000', '202248.365000', '202248.367000', '202248.370000', '202248.372000', '202248.375000', '202248.377000', '202308.255000', '202308.258000', '202308.261000', '202308.263000', '202308.266000', '202308.269000', '202308.271000', '202308.274000', '202308.276000', '202308.279000', '202308.282000', '202308.284000', '202308.287000', '202308.289000', '202308.292000', '202308.294000', '202308.297000', '202308.300000', '202308.302000', '202308.305000', '202308.307000', '202308.310000', '202308.312000', '202308.315000', '202308.318000', '202308.320000', '202308.323000', '202308.325000', '202308.328000', '202308.331000', '202308.333000', '202308.336000', '202308.338000', '202308.341000', '202308.344000', '202308.346000', '202308.349000', '202308.352000', '202308.355000', '202308.358000', '202308.360000', '202308.363000', '202308.366000', '202328.255000', '202328.258000', '202328.261000', '202328.264000', '202328.266000', '202328.269000', '202328.271000', '202328.274000', '202328.277000', '202328.279000', '202328.282000', '202328.284000', '202328.287000', '202328.289000', '202328.292000', '202328.295000', '202328.297000', '202328.300000', '202328.302000', '202328.305000', '202328.307000', '202328.310000', '202328.313000', '202328.315000', '202328.318000', '202328.321000', '202328.323000', '202328.326000', '202328.329000', '202328.331000', '202328.334000', '202328.336000', '202328.339000', '202328.342000', '202328.344000', '202328.347000', '202328.349000', '202328.352000', '202328.354000', '202328.357000', '202328.360000', '202328.362000', '202328.365000', '202328.367000', '202348.255000', '202348.258000', '202348.261000', '202348.264000', '202348.266000', '202348.269000', '202348.271000', '202348.274000', '202348.277000', '202348.279000', '202348.282000', '202348.284000', '202348.287000', '202348.290000', '202348.292000', '202348.295000', '202348.297000', '202348.300000', '202348.303000', '202348.305000', '202348.308000', '202348.310000', '202348.313000', '202348.316000', '202348.318000', '202348.321000', '202348.323000', '202348.326000', '202348.329000', '202348.331000', '202348.334000', '202348.336000', '202348.339000', '202348.342000', '202348.344000', '202348.347000', '202348.350000', '202348.352000', '202348.355000', '202348.357000', '202348.360000', '202348.363000', '202348.365000', '202408.256000', '202408.259000', '202408.262000', '202408.264000', '202408.267000', '202408.270000', '202408.272000', '202408.275000', '202408.277000', '202408.280000', '202408.283000', '202408.285000', '202408.288000', '202408.290000', '202408.293000', '202408.296000', '202408.298000', '202408.301000', '202408.303000', '202408.306000', '202408.309000', '202408.311000', '202408.314000', '202408.316000', '202408.319000', '202408.335000', '202408.338000', '202408.340000', '202408.343000', '202408.346000', '202408.348000', '202408.351000', '202408.353000', '202408.356000', '202408.359000', '202408.361000', '202408.364000', '202408.366000', '202408.369000', '202408.372000', '202408.374000', '202408.377000', '202408.379000', '202408.382000', '202428.256000', '202428.259000', '202428.262000', '202428.264000', '202428.267000', '202428.270000', '202428.272000', '202428.275000', '202428.277000', '202428.280000', '202428.283000', '202428.285000', '202428.288000', '202428.290000', '202428.293000', '202428.296000', '202428.298000', '202428.301000', '202428.303000', '202428.306000', '202428.309000', '202428.311000', '202428.314000', '202428.316000', '202428.319000', '202428.322000', '202428.324000', '202428.327000', '202428.329000', '202428.332000', '202428.335000', '202428.337000', '202428.340000', '202428.342000', '202428.345000', '202428.348000', '202428.350000', '202428.353000', '202428.355000', '202428.358000', '202428.361000', '202428.363000', '202428.366000', '202448.257000', '202448.259000', '202448.262000', '202448.265000', '202448.267000', '202448.270000', '202448.272000', '202448.275000', '202448.278000', '202448.280000', '202448.283000', '202448.286000', '202448.288000', '202448.291000', '202448.294000', '202448.296000', '202448.299000', '202448.301000', '202448.304000', '202448.307000', '202448.309000', '202448.312000', '202448.315000', '202448.317000', '202448.320000', '202448.322000', '202448.325000', '202448.327000', '202448.330000', '202448.333000', '202448.335000', '202448.338000', '202448.340000', '202448.343000', '202448.345000', '202448.348000', '202448.351000', '202448.353000', '202448.356000', '202448.358000', '202448.361000', '202448.364000', '202448.366000', '202448.369000', '202508.257000', '202508.259000', '202508.262000', '202508.264000', '202508.267000', '202508.270000', '202508.272000', '202508.275000', '202508.278000', '202508.280000', '202508.283000', '202508.285000', '202508.288000', '202508.291000', '202508.293000', '202508.296000', '202508.299000', '202508.301000', '202508.304000', '202508.306000', '202508.309000', '202508.312000', '202508.314000', '202508.317000', '202508.320000', '202508.322000', '202508.325000', '202508.327000', '202508.330000', '202508.332000', '202508.335000', '202508.338000', '202508.340000', '202508.343000', '202508.345000', '202508.348000', '202508.351000', '202508.353000', '202508.356000', '202508.359000', '202508.361000', '202508.364000', '202508.366000', '202528.255000', '202528.258000', '202528.261000', '202528.264000', '202528.266000', '202528.269000', '202528.271000', '202528.300000', '202528.302000', '202528.305000', '202528.308000', '202528.310000', '202528.313000', '202528.315000', '202528.318000', '202528.321000', '202528.323000', '202528.326000', '202528.329000', '202528.331000', '202528.334000', '202528.336000', '202528.339000', '202528.342000', '202528.344000', '202528.347000', '202528.349000', '202528.352000', '202528.355000', '202528.357000', '202528.360000', '202528.362000', '202528.365000', '202528.368000', '202528.370000', '202528.373000', '202528.375000', '202528.378000', '202528.381000', '202528.383000', '202528.386000', '202528.388000', '202528.391000', '202548.255000', '202548.258000', '202548.261000', '202548.264000', '202548.266000', '202548.269000', '202548.271000', '202548.274000', '202548.277000', '202548.279000', '202548.282000', '202548.284000', '202548.287000', '202548.289000', '202548.292000', '202548.295000', '202548.297000', '202548.300000', '202548.302000', '202548.305000', '202548.307000', '202548.310000', '202548.313000', '202548.315000', '202548.318000', '202548.320000', '202548.323000', '202548.326000', '202548.328000', '202548.331000', '202548.333000', '202548.336000', '202548.339000', '202548.341000', '202548.344000', '202548.346000', '202548.349000', '202548.352000', '202548.354000', '202548.357000', '202548.359000', '202548.362000', '202548.365000', '202548.367000', '202604.564000', '202604.567000', '202604.570000', '202604.573000', '202604.576000', '202604.578000', '202604.581000', '202604.584000', '202604.586000', '202604.589000', '202604.592000', '202604.595000', '202604.598000', '202604.607000', '202604.610000', '202604.613000', '202604.618000', '202604.620000', '202604.623000', '202604.626000', '202604.629000', '202604.634000', '202604.638000', '202604.641000', '202604.644000', '202604.647000', '202604.649000', '202604.654000', '202604.657000', '202604.661000', '202604.663000', '202604.666000', '202604.669000', '202604.672000', '202604.676000', '202604.680000'], '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': [15849, 10243, 14835, 15829, 13154, 8605, 16537, 17084, 10792, 8243, 12207, 18556, 14815, 15452, 8957, 11375, 14452, 9798, 10227, 9727, 6869, 11636, 14808, 9488, 11781, 12604, 10787, 7616, 11260, 12144, 10038, 7872, 11841, 15529, 10389, 7819, 12325, 18598, 15648, 15528, 9509, 11359, 15101, 9827, 11195, 9426, 8659, 9932, 12030, 8528, 11879, 9693, 12176, 10576, 10784, 17824, 8666, 11259, 8818, 10416, 7367, 11206, 11800, 9628, 8381, 12175, 8834, 11233, 8917, 14158, 18667, 12448, 14378, 10640, 11050, 7886, 11672, 9006, 12747, 12748, 10812, 8417, 12660, 8562, 11402, 10263, 14136, 17031, 14218, 12193, 10260, 12958, 9023, 8807, 10938, 16332, 10705, 11477, 18757, 10002, 12099, 9886, 13044, 9877, 7397, 11295, 14409, 11339, 14069, 15333, 10016, 11862, 8783, 11490, 8427, 9828, 7727, 11634, 8598, 11495, 16388, 13577, 14039, 9891, 12601, 9082, 11274, 18479, 9795, 8384, 10434, 12936, 9804, 11822, 18862, 9832, 9784, 9903, 12318, 9408, 8259, 10381, 13133, 8607, 11261, 13335, 9776, 8041, 10743, 14206, 8844, 11337, 9144, 11699, 10005, 13058, 16976, 11677, 17823, 11054, 10620, 9151, 10953, 15779, 9857, 17371, 9216, 10782, 9409, 11112, 8643, 9388, 10122, 14385, 9946, 11210, 18472, 11182, 11086, 9833, 12819, 8633, 11059, 14460, 10077, 7481, 11418, 8294, 10340, 8562, 12923, 9180, 10672, 8552, 13314, 16903, 13032, 13971, 10120, 14936, 11745, 11356, 12590, 10469, 13151, 9616, 6948, 11296, 13585, 12001, 7137, 11395, 15354, 9692, 12548, 9003, 10691, 7679, 11021, 17711, 9822, 13398, 18711, 9974, 11197, 8843, 10084, 9002, 7073, 10677, 14522, 9597, 9690, 10200, 14186, 10391, 11402, 17601, 9769, 12749, 9381, 11439, 7861, 10290, 9761, 12977, 14830, 12803, 13395, 9452, 13570, 9392, 10595, 7533, 10571, 7352, 10806, 9144, 9634, 7377, 11211, 8628, 10241, 14455, 11975, 12619, 8510, 11538, 8942, 11698, 18674, 12654, 15857, 10716, 10406, 9555, 11087, 8258, 10865, 9918, 12292, 8135, 10045, 10055, 13963, 14860, 13372, 12969, 9893, 15750, 11264, 10939, 13935, 9784, 7854, 9843, 13714, 9371, 7835, 10461, 13680, 9185, 11788, 9800, 14043, 8393, 10784, 8822, 12215, 12319, 11152, 8483, 11587, 17573, 11074, 16639, 9259, 7623, 10770, 13712, 9956, 7486, 11375, 15441, 10090, 7820, 11889, 17495, 14345, 15013, 8175, 10774, 8290, 11364, 9630, 11743, 8382, 11146, 8265, 10914, 15398, 12216, 7872, 10550, 12943, 9073, 10965, 12421, 10072, 7115, 10666, 10183, 12172, 10764, 7941, 12320, 17145, 13451, 11851, 10616, 15915, 12376, 13638, 18081, 13367, 8192, 10226, 12063, 8412, 11211, 17301, 9763, 10821, 9085, 10627, 9442, 9504, 9795, 13637, 8413, 11381, 9788, 13181, 14499, 10722, 15007, 9580, 10801, 8139, 11579, 8476, 11520, 16904, 9986, 12998, 9249, 11184, 8958, 11060, 16356, 10201, 12220, 9964, 10797, 9734, 12199, 9604, 12514, 9853, 10678, 10273, 15369, 11218, 11442, 17447, 9788, 11049, 10106, 11967, 9372, 8955, 10591, 7629, 11489, 18257, 11191, 10419, 11084, 17332, 9627, 9488, 10688, 16474, 14106, 13147, 9852, 10915, 8175, 10966, 8478, 11522, 9753, 12954, 11989, 11418, 9156, 12580, 9389, 13204, 17477, 11639, 8942, 10818, 12844, 10420, 13749, 11051, 18100, 11505, 10933, 18504, 12541, 8938, 9996, 13020, 8593, 11095, 8380, 10894, 8369, 11663, 15666, 10269, 11998, 9907, 10982, 10064, 14311, 13884, 11005, 18194, 13807, 16321, 10126, 10922, 17890, 9326, 10937, 8799, 10512, 8087, 10876, 8947, 11946, 12671, 10996, 8611, 11458, 18655, 10499, 14515, 10780, 10854, 9739, 11770, 16822, 10492, 11956, 10484, 8257, 11520, 15755, 11730, 16488, 11484, 10825, 8058, 10950, 15474, 10273, 12395, 8811, 10963, 8478, 11067, 8936, 10675, 10231, 10201, 10409, 16633, 12562, 12691, 11098, 8925, 12011, 8986, 14462, 17121, 11245, 9334, 13191, 17243, 13829, 13174, 10756, 14703, 10033, 9971, 10852, 14227, 10581, 9169, 10771, 8485, 12331, 10591, 12722, 8603, 11337, 18420, 13392, 16618, 10008, 12074, 13882, 10309, 12677, 9297, 11337, 9629, 10104, 9962, 12600, 11312, 10801, 13945, 10443, 10330, 10225, 14796, 9769, 11667, 10046, 11669, 9842, 11988, 19280, 13667, 17104, 10089, 11524, 8791, 10979, 19494, 11068, 12688, 9925, 8098, 11271, 13970, 11612, 8475, 11126, 9342, 10973, 9260, 13647, 19513, 10983, 15189, 10453, 11409, 9166, 11507, 8395, 11141, 9823, 13098, 16916, 12168, 8860, 10917, 15200, 9265, 11447, 8806, 11464, 9954, 11648, 8352, 11497, 9749, 13474, 8818, 11246, 10149, 13748, 19163, 13107, 17112, 10421, 10922, 19350, 9629, 14227, 8595, 10961, 8669, 11010, 17736, 10086, 13481, 13026, 10551, 7912, 11007, 13826, 9844, 10879, 8068, 10862, 7383, 11206, 14631, 9034, 11033, 8546, 11037, 8733, 11544, 9064, 11950, 9077, 13267, 13025, 11053, 10766, 10901, 17659, 15249, 14271, 18260, 10016, 11788, 9381, 10897, 9462, 11276, 18717, 10083, 13827, 9681, 8453, 10286, 13070, 9823, 11033, 17833, 9823, 8091, 10598, 9797, 10409, 13949, 14939, 11574, 16527, 9502, 10701, 10216, 9982, 8766, 10283, 7674, 11349, 8644, 11653, 14719, 12244, 12955, 10444, 13075, 8602, 11143, 16701, 14442, 14632, 9319, 10878, 18474, 9781, 13524, 8813, 10968, 8150, 11080, 8753, 11450, 11433, 10752, 8765, 11774, 15716, 10257, 13137, 12741, 10714, 8401, 10992, 14208, 8782, 11320, 17610, 9592, 8006, 11217, 14012, 9371, 11998, 9839, 11313, 10300, 12465, 15065, 10592, 10989, 10883, 7894, 11849, 9175, 11755, 16717, 14347, 13603, 8737, 11207, 8826, 11143, 15427, 13425, 14781, 9914, 10807, 9843, 10677, 9940, 11444, 8165, 11130, 17081, 9639, 14409, 9639, 8034, 10217, 12773, 8954, 12616, 14930, 9974, 8028, 11013, 9615, 10224, 10634, 10157, 16123, 9893, 12275, 8688, 10760, 17801, 14407, 14824, 9720, 10796, 9911, 10788, 9544, 11382, 9879, 10864, 8443, 10691, 9876, 10697, 10205, 10512, 15469, 8863, 10810, 9425, 11059, 10215, 11128, 14561, 11031, 9370, 10572, 14415, 10019, 7934, 11209, 14380, 12828, 15125, 8643, 10965, 17601, 9723, 12321, 9278, 8944, 10212, 12713, 8369, 11131, 8308, 11155, 8607, 11341, 15424, 10194, 11840, 9256, 11008, 9883, 12139, 10135, 12252, 9946, 13047, 10263, 15703, 9471, 11655, 10425, 16812, 13389, 16264, 17571, 9956, 9209, 11008, 8008, 11195, 9998, 10348, 8405, 10813, 8470, 10862, 8301, 11155, 15123, 11612, 13046, 8539, 11154, 9645, 11452, 19075, 11634, 14350, 9685, 10172, 10071, 12321, 9802, 10549, 17226, 9818, 10644, 9316, 10935, 9576, 10766, 9447, 9984, 9921, 13273, 11160, 10737, 17145, 11062, 15550, 9697, 10877, 9700, 11038, 8253, 12399, 9182, 10997, 16015, 9657, 15601, 9102, 12580, 8810, 11001, 18930, 9548, 13523, 9480, 7499, 11272, 13886, 10212, 10869, 15167, 10085, 7542, 11206, 16089, 10210, 13604, 8376, 10823, 8863, 11055, 18953, 9761, 15433, 11097, 11025, 8817, 10574, 7840, 11009, 9724, 12784, 8261, 9964, 10039, 12562, 16180, 10498, 15465, 10005, 10703, 17027, 9337, 10308, 8092, 10399, 7851, 10218, 8173, 9621, 12732, 9439, 11061, 9476, 11026, 9405, 10713, 15380, 11640, 15828, 9562, 10627, 9294, 10701, 9310, 10751, 9681, 14101, 8035, 11205, 17817, 14601, 16766, 9723, 13403, 8468, 10884, 8579, 10688, 8201, 12003, 7628, 10506, 8108, 10934, 16991, 14480, 15196, 10782, 10095, 14262, 8639, 10216, 8876, 8238, 9475, 9986, 9133, 12320, 8917, 11470, 8853, 10745, 7325, 10790, 9235, 12171, 15543, 14106, 11505, 10318, 15853, 9584, 14525, 9310, 15384, 8967, 10557, 15301, 9449, 16751, 11406, 11625, 8760, 10163, 9189, 11461, 9485, 13018, 9251, 13488, 10121, 8802, 12050, 9703, 13696, 10221, 10569, 10071, 9389, 13578, 9787, 14689, 16560, 15068, 16371, 11942, 7678, 11228, 8678, 11664, 9883, 9873, 9236, 13001, 8962, 8262, 11355, 14853, 9779, 8556, 10335, 7984, 10584, 13978, 9537, 12473, 8520, 10757, 8036, 11857, 16929, 10557, 15111, 10891, 10384, 13044, 9021, 13042, 8119, 11232, 8034, 11354, 8381, 12313, 15277, 9064, 12416, 9136, 11257, 8602, 11997, 15770, 9743, 12608, 9409, 11690, 8802, 11815, 9168, 12403, 14173, 10730, 10127, 10659, 8405, 11594, 15403, 9307, 13189, 14653, 10259, 7709, 11746, 9652, 9740, 10236, 7897, 12995, 16950, 15906, 16567, 9019, 11363, 8594, 11329, 16549, 12089, 8266, 10072, 12241, 9718, 13630, 8567, 11370, 7375, 11660, 14949, 9418, 12012, 8576, 11092, 7283, 12051, 7600, 12252, 14772, 11300, 12585, 8373, 10908, 8806, 11869, 10830, 11491, 7566, 12312, 17255, 11299, 8655, 12187, 14824, 11678, 7858, 12361, 17419, 13840, 16201, 10625, 11132, 8283, 11436, 17795, 10088, 15152, 8824, 11151, 8331, 11738, 8636, 12202, 8960, 11917, 8653, 12025, 15973, 9431, 14253, 9077, 11884, 7894, 12223, 8270, 11179, 8436, 13107, 8922, 11521, 8343, 13240, 15635, 10678, 14553, 8945, 11444, 14925, 8807, 12347, 9351, 12710, 8443, 12422, 7853, 10719, 10110, 14132, 10196, 11335, 14860, 8653, 12485, 9034, 11423, 8302, 12365, 8213, 12985, 16577, 9151, 13396, 10051, 10927, 7602, 11316, 14491, 8441, 12460, 13600, 9048, 7794, 11198, 14758, 8110, 12604, 14689, 11009, 12940, 8661, 12309, 11522, 10953, 14032, 11313, 12306, 8719, 12757, 8937, 12950, 9509, 12641, 9964, 12343, 17164, 9783, 15004, 13402, 11047, 7739, 11449, 15047, 8632, 12259, 10557, 10975, 7169, 12382, 15707, 9227, 12084, 14824, 9257], 'WindowCenter': [4284.0, 4240.0, 4261.0, 4252.0, 4231.0, 4188.0, 4253.0, 4241.0, 4193.0, 4182.0, 4218.0, 4239.0, 4226.0, 4224.0, 4185.0, 4208.0, 4217.0, 4193.0, 4193.0, 4197.0, 4162.0, 4222.0, 4226.0, 4195.0, 4207.0, 4204.0, 4196.0, 4173.0, 4209.0, 4205.0, 4194.0, 4188.0, 4221.0, 4227.0, 4193.0, 4175.0, 4220.0, 4239.0, 4227.0, 4227.0, 4181.0, 4193.0, 4212.0, 4196.0, 4193.0, 4185.0, 4182.0, 4194.0, 4206.0, 4183.0, 4205.0, 4198.0, 4208.0, 4192.0, 4193.0, 4226.0, 4169.0, 4190.0, 4169.0, 4192.0, 4162.0, 4204.0, 4206.0, 4197.0, 4186.0, 4232.0, 4196.0, 4217.0, 4198.0, 4244.0, 4252.0, 4231.0, 4219.0, 4193.0, 4204.0, 4175.0, 4216.0, 4198.0, 4231.0, 4216.0, 4208.0, 4188.0, 4218.0, 4186.0, 4215.0, 4222.0, 4246.0, 4239.0, 4230.0, 4205.0, 4196.0, 4216.0, 4183.0, 4185.0, 4220.0, 4243.0, 4195.0, 4206.0, 4236.0, 4192.0, 4204.0, 4194.0, 4214.0, 4194.0, 4175.0, 4219.0, 4230.0, 4207.0, 4229.0, 4223.0, 4194.0, 4206.0, 4170.0, 4207.0, 4171.0, 4197.0, 4184.0, 4219.0, 4185.0, 4219.0, 4236.0, 4218.0, 4229.0, 4206.0, 4217.0, 4185.0, 4205.0, 4236.0, 4193.0, 4171.0, 4206.0, 4217.0, 4194.0, 4207.0, 4236.0, 4185.0, 4181.0, 4193.0, 4205.0, 4195.0, 4186.0, 4207.0, 4219.0, 4183.0, 4204.0, 4215.0, 4195.0, 4183.0, 4217.0, 4229.0, 4184.0, 4204.0, 4197.0, 4218.0, 4210.0, 4231.0, 4236.0, 4206.0, 4236.0, 4206.0, 4191.0, 4195.0, 4208.0, 4224.0, 4196.0, 4236.0, 4195.0, 4191.0, 4194.0, 4207.0, 4187.0, 4193.0, 4208.0, 4230.0, 4194.0, 4207.0, 4237.0, 4206.0, 4201.0, 4197.0, 4218.0, 4169.0, 4193.0, 4213.0, 4194.0, 4173.0, 4217.0, 4184.0, 4206.0, 4196.0, 4234.0, 4196.0, 4205.0, 4197.0, 4231.0, 4238.0, 4218.0, 4214.0, 4194.0, 4228.0, 4203.0, 4193.0, 4201.0, 4192.0, 4214.0, 4184.0, 4162.0, 4217.0, 4217.0, 4217.0, 4174.0, 4220.0, 4226.0, 4195.0, 4217.0, 4183.0, 4194.0, 4174.0, 4205.0, 4224.0, 4195.0, 4218.0, 4234.0, 4183.0, 4190.0, 4180.0, 4194.0, 4194.0, 4175.0, 4220.0, 4228.0, 4198.0, 4207.0, 4209.0, 4234.0, 4208.0, 4210.0, 4235.0, 4194.0, 4216.0, 4197.0, 4206.0, 4174.0, 4194.0, 4210.0, 4229.0, 4226.0, 4218.0, 4212.0, 4195.0, 4217.0, 4181.0, 4193.0, 4173.0, 4207.0, 4175.0, 4208.0, 4196.0, 4196.0, 4176.0, 4223.0, 4187.0, 4211.0, 4230.0, 4204.0, 4216.0, 4185.0, 4215.0, 4198.0, 4220.0, 4239.0, 4215.0, 4226.0, 4194.0, 4194.0, 4196.0, 4205.0, 4185.0, 4205.0, 4209.0, 4217.0, 4186.0, 4207.0, 4211.0, 4233.0, 4227.0, 4216.0, 4213.0, 4194.0, 4228.0, 4191.0, 4193.0, 4212.0, 4184.0, 4171.0, 4195.0, 4216.0, 4187.0, 4174.0, 4206.0, 4225.0, 4195.0, 4206.0, 4208.0, 4230.0, 4173.0, 4194.0, 4195.0, 4218.0, 4216.0, 4207.0, 4188.0, 4208.0, 4234.0, 4193.0, 4224.0, 4186.0, 4172.0, 4206.0, 4226.0, 4196.0, 4175.0, 4221.0, 4227.0, 4194.0, 4174.0, 4220.0, 4238.0, 4228.0, 4216.0, 4173.0, 4194.0, 4183.0, 4215.0, 4209.0, 4206.0, 4186.0, 4205.0, 4186.0, 4210.0, 4226.0, 4206.0, 4172.0, 4205.0, 4216.0, 4196.0, 4207.0, 4204.0, 4194.0, 4164.0, 4206.0, 4209.0, 4231.0, 4222.0, 4202.0, 4246.0, 4254.0, 4231.0, 4219.0, 4209.0, 4231.0, 4203.0, 4215.0, 4236.0, 4215.0, 4172.0, 4194.0, 4203.0, 4171.0, 4205.0, 4228.0, 4181.0, 4191.0, 4184.0, 4195.0, 4198.0, 4197.0, 4208.0, 4226.0, 4188.0, 4218.0, 4209.0, 4233.0, 4226.0, 4210.0, 4231.0, 4183.0, 4193.0, 4173.0, 4206.0, 4187.0, 4218.0, 4236.0, 4194.0, 4214.0, 4183.0, 4192.0, 4184.0, 4209.0, 4238.0, 4195.0, 4204.0, 4197.0, 4194.0, 4196.0, 4217.0, 4198.0, 4216.0, 4209.0, 4206.0, 4209.0, 4243.0, 4207.0, 4209.0, 4238.0, 4197.0, 4203.0, 4196.0, 4216.0, 4200.0, 4198.0, 4220.0, 4188.0, 4223.0, 4250.0, 4208.0, 4207.0, 4220.0, 4238.0, 4196.0, 4197.0, 4209.0, 4245.0, 4218.0, 4219.0, 4184.0, 4195.0, 4173.0, 4206.0, 4187.0, 4218.0, 4211.0, 4220.0, 4207.0, 4207.0, 4195.0, 4218.0, 4198.0, 4221.0, 4240.0, 4208.0, 4184.0, 4207.0, 4217.0, 4206.0, 4229.0, 4208.0, 4239.0, 4205.0, 4196.0, 4237.0, 4203.0, 4171.0, 4194.0, 4205.0, 4172.0, 4192.0, 4174.0, 4204.0, 4185.0, 4219.0, 4228.0, 4195.0, 4204.0, 4196.0, 4207.0, 4208.0, 4234.0, 4227.0, 4206.0, 4227.0, 4205.0, 4216.0, 4179.0, 4182.0, 4211.0, 4170.0, 4179.0, 4159.0, 4179.0, 4161.0, 4193.0, 4184.0, 4217.0, 4215.0, 4193.0, 4186.0, 4206.0, 4234.0, 4195.0, 4213.0, 4195.0, 4194.0, 4197.0, 4208.0, 4224.0, 4193.0, 4202.0, 4193.0, 4173.0, 4206.0, 4226.0, 4205.0, 4224.0, 4191.0, 4191.0, 4173.0, 4194.0, 4214.0, 4182.0, 4206.0, 4172.0, 4193.0, 4173.0, 4208.0, 4185.0, 4204.0, 4207.0, 4208.0, 4222.0, 4226.0, 4234.0, 4218.0, 4210.0, 4198.0, 4221.0, 4200.0, 4232.0, 4238.0, 4195.0, 4197.0, 4237.0, 4241.0, 4220.0, 4214.0, 4207.0, 4215.0, 4195.0, 4197.0, 4209.0, 4214.0, 4209.0, 4196.0, 4208.0, 4201.0, 4230.0, 4222.0, 4231.0, 4189.0, 4211.0, 4240.0, 4220.0, 4226.0, 4196.0, 4209.0, 4214.0, 4193.0, 4204.0, 4186.0, 4193.0, 4188.0, 4196.0, 4196.0, 4219.0, 4193.0, 4198.0, 4215.0, 4195.0, 4196.0, 4197.0, 4215.0, 4196.0, 4205.0, 4197.0, 4206.0, 4198.0, 4211.0, 4238.0, 4219.0, 4215.0, 4182.0, 4195.0, 4172.0, 4194.0, 4225.0, 4191.0, 4204.0, 4184.0, 4172.0, 4206.0, 4217.0, 4206.0, 4174.0, 4209.0, 4183.0, 4195.0, 4198.0, 4231.0, 4238.0, 4194.0, 4217.0, 4195.0, 4192.0, 4183.0, 4207.0, 4172.0, 4192.0, 4207.0, 4233.0, 4236.0, 4208.0, 4183.0, 4209.0, 4215.0, 4182.0, 4194.0, 4184.0, 4205.0, 4196.0, 4208.0, 4187.0, 4215.0, 4211.0, 4245.0, 4197.0, 4218.0, 4220.0, 4244.0, 4250.0, 4221.0, 4239.0, 4196.0, 4210.0, 4235.0, 4183.0, 4216.0, 4172.0, 4192.0, 4174.0, 4209.0, 4235.0, 4193.0, 4204.0, 4201.0, 4181.0, 4170.0, 4208.0, 4213.0, 4196.0, 4194.0, 4174.0, 4193.0, 4163.0, 4206.0, 4216.0, 4186.0, 4196.0, 4173.0, 4204.0, 4185.0, 4206.0, 4198.0, 4221.0, 4199.0, 4231.0, 4217.0, 4207.0, 4205.0, 4208.0, 4244.0, 4217.0, 4216.0, 4223.0, 4182.0, 4193.0, 4181.0, 4180.0, 4183.0, 4196.0, 4234.0, 4193.0, 4215.0, 4182.0, 4174.0, 4206.0, 4217.0, 4182.0, 4195.0, 4225.0, 4185.0, 4171.0, 4194.0, 4194.0, 4206.0, 4229.0, 4217.0, 4208.0, 4224.0, 4181.0, 4184.0, 4180.0, 4180.0, 4171.0, 4193.0, 4174.0, 4208.0, 4185.0, 4220.0, 4229.0, 4220.0, 4215.0, 4206.0, 4218.0, 4183.0, 4205.0, 4227.0, 4216.0, 4213.0, 4183.0, 4194.0, 4223.0, 4184.0, 4202.0, 4171.0, 4180.0, 4160.0, 4193.0, 4186.0, 4219.0, 4206.0, 4207.0, 4188.0, 4223.0, 4229.0, 4197.0, 4219.0, 4215.0, 4195.0, 4172.0, 4195.0, 4214.0, 4174.0, 4195.0, 4226.0, 4185.0, 4172.0, 4209.0, 4217.0, 4183.0, 4204.0, 4194.0, 4203.0, 4209.0, 4220.0, 4227.0, 4196.0, 4195.0, 4205.0, 4176.0, 4219.0, 4197.0, 4222.0, 4241.0, 4216.0, 4215.0, 4186.0, 4207.0, 4184.0, 4206.0, 4227.0, 4218.0, 4212.0, 4195.0, 4196.0, 4197.0, 4194.0, 4197.0, 4209.0, 4186.0, 4206.0, 4227.0, 4185.0, 4226.0, 4195.0, 4174.0, 4211.0, 4219.0, 4187.0, 4209.0, 4225.0, 4195.0, 4175.0, 4209.0, 4194.0, 4196.0, 4206.0, 4207.0, 4238.0, 4197.0, 4209.0, 4173.0, 4195.0, 4225.0, 4216.0, 4215.0, 4185.0, 4191.0, 4195.0, 4207.0, 4198.0, 4209.0, 4201.0, 4206.0, 4186.0, 4195.0, 4208.0, 4210.0, 4196.0, 4194.0, 4215.0, 4175.0, 4195.0, 4184.0, 4205.0, 4208.0, 4211.0, 4227.0, 4196.0, 4183.0, 4196.0, 4217.0, 4183.0, 4174.0, 4210.0, 4219.0, 4216.0, 4214.0, 4174.0, 4194.0, 4227.0, 4182.0, 4205.0, 4184.0, 4185.0, 4198.0, 4218.0, 4174.0, 4197.0, 4173.0, 4206.0, 4189.0, 4211.0, 4227.0, 4195.0, 4206.0, 4186.0, 4195.0, 4197.0, 4221.0, 4211.0, 4220.0, 4209.0, 4227.0, 4211.0, 4229.0, 4197.0, 4206.0, 4211.0, 4241.0, 4220.0, 4228.0, 4226.0, 4183.0, 4171.0, 4195.0, 4173.0, 4209.0, 4195.0, 4195.0, 4175.0, 4209.0, 4175.0, 4209.0, 4185.0, 4209.0, 4219.0, 4195.0, 4203.0, 4174.0, 4204.0, 4199.0, 4221.0, 4248.0, 4207.0, 4218.0, 4186.0, 4195.0, 4196.0, 4210.0, 4194.0, 4196.0, 4226.0, 4183.0, 4194.0, 4185.0, 4203.0, 4199.0, 4207.0, 4200.0, 4199.0, 4211.0, 4222.0, 4206.0, 4199.0, 4228.0, 4205.0, 4226.0, 4197.0, 4195.0, 4197.0, 4209.0, 4190.0, 4216.0, 4199.0, 4210.0, 4238.0, 4196.0, 4229.0, 4184.0, 4204.0, 4185.0, 4210.0, 4238.0, 4183.0, 4214.0, 4194.0, 4177.0, 4220.0, 4230.0, 4197.0, 4198.0, 4225.0, 4194.0, 4172.0, 4207.0, 4228.0, 4196.0, 4215.0, 4174.0, 4194.0, 4186.0, 4209.0, 4238.0, 4186.0, 4217.0, 4194.0, 4192.0, 4183.0, 4193.0, 4175.0, 4207.0, 4198.0, 4219.0, 4190.0, 4208.0, 4209.0, 4223.0, 4228.0, 4195.0, 4229.0, 4183.0, 4196.0, 4224.0, 4180.0, 4182.0, 4160.0, 4182.0, 4172.0, 4193.0, 4171.0, 4196.0, 4216.0, 4197.0, 4207.0, 4196.0, 4206.0, 4200.0, 4214.0, 4227.0, 4208.0, 4227.0, 4186.0, 4197.0, 4195.0, 4197.0, 4197.0, 4207.0, 4198.0, 4230.0, 4177.0, 4209.0, 4228.0, 4214.0, 4225.0, 4187.0, 4216.0, 4175.0, 4193.0, 4184.0, 4195.0, 4187.0, 4206.0, 4173.0, 4194.0, 4188.0, 4211.0, 4227.0, 4217.0, 4217.0, 4192.0, 4196.0, 4211.0, 4171.0, 4179.0, 4183.0, 4176.0, 4200.0, 4197.0, 4201.0, 4219.0, 4187.0, 4205.0, 4200.0, 4210.0, 4178.0, 4208.0, 4199.0, 4223.0, 4228.0, 4220.0, 4206.0, 4200.0, 4228.0, 4198.0, 4219.0, 4188.0, 4229.0, 4187.0, 4199.0, 4225.0, 4187.0, 4224.0, 4204.0, 4195.0, 4184.0, 4195.0, 4199.0, 4209.0, 4200.0, 4217.0, 4185.0, 4218.0, 4214.0, 4201.0, 4218.0, 4203.0, 4231.0, 4092.0, 4242.0, 4208.0, 4203.0, 4244.0, 4209.0, 4233.0, 4227.0, 4227.0, 4225.0, 4205.0, 4173.0, 4204.0, 4185.0, 4217.0, 4210.0, 4195.0, 4197.0, 4227.0, 4197.0, 4186.0, 4223.0, 4243.0, 4210.0, 4201.0, 4221.0, 4199.0, 4221.0, 4231.0, 4209.0, 4221.0, 4188.0, 4207.0, 4188.0, 4222.0, 4237.0, 4210.0, 4230.0, 4193.0, 4209.0, 4216.0, 4185.0, 4216.0, 4173.0, 4207.0, 4186.0, 4206.0, 4189.0, 4222.0, 4239.0, 4199.0, 4215.0, 4186.0, 4203.0, 4200.0, 4220.0, 4227.0, 4197.0, 4206.0, 4185.0, 4206.0, 4196.0, 4214.0, 4199.0, 4230.0, 4227.0, 4207.0, 4205.0, 4208.0, 4185.0, 4220.0, 4241.0, 4197.0, 4230.0, 4227.0, 4195.0, 4175.0, 4220.0, 4207.0, 4208.0, 4224.0, 4203.0, 4244.0, 4253.0, 4241.0, 4238.0, 4196.0, 4205.0, 4185.0, 4211.0, 4238.0, 4206.0, 4173.0, 4195.0, 4204.0, 4196.0, 4227.0, 4188.0, 4205.0, 4175.0, 4219.0, 4224.0, 4183.0, 4218.0, 4185.0, 4216.0, 4176.0, 4227.0, 4185.0, 4233.0, 4239.0, 4220.0, 4217.0, 4187.0, 4219.0, 4195.0, 4221.0, 4218.0, 4219.0, 4186.0, 4233.0, 4250.0, 4208.0, 4196.0, 4233.0, 4237.0, 4218.0, 4190.0, 4233.0, 4237.0, 4227.0, 4237.0, 4193.0, 4203.0, 4186.0, 4207.0, 4236.0, 4195.0, 4222.0, 4186.0, 4200.0, 4187.0, 4217.0, 4197.0, 4216.0, 4199.0, 4218.0, 4201.0, 4233.0, 4239.0, 4197.0, 4227.0, 4200.0, 4214.0, 4188.0, 4218.0, 4182.0, 4206.0, 4189.0, 4230.0, 4200.0, 4219.0, 4198.0, 4245.0, 4237.0, 4208.0, 4228.0, 4185.0, 4205.0, 4226.0, 4182.0, 4203.0, 4195.0, 4217.0, 4188.0, 4225.0, 4190.0, 4220.0, 4225.0, 4256.0, 4211.0, 4218.0, 4227.0, 4199.0, 4217.0, 4195.0, 4216.0, 4188.0, 4226.0, 4198.0, 4241.0, 4251.0, 4199.0, 4231.0, 4196.0, 4209.0, 4177.0, 4218.0, 4240.0, 4187.0, 4220.0, 4227.0, 4183.0, 4184.0, 4222.0, 4238.0, 4188.0, 4230.0, 4227.0, 4207.0, 4214.0, 4199.0, 4219.0, 4206.0, 4209.0, 4228.0, 4206.0, 4218.0, 4200.0, 4225.0, 4199.0, 4241.0, 4221.0, 4233.0, 4222.0, 4233.0, 4236.0, 4206.0, 4228.0, 4228.0, 4206.0, 4177.0, 4216.0, 4224.0, 4184.0, 4216.0, 4206.0, 4205.0, 4178.0, 4227.0, 4236.0, 4196.0, 4219.0, 4227.0, 4182.0], 'WindowWidth': [9471.0, 9398.0, 9428.0, 9401.0, 9367.0, 9306.0, 9405.0, 9379.0, 9304.0, 9289.0, 9345.0, 9385.0, 9355.0, 9347.0, 9297.0, 9328.0, 9336.0, 9304.0, 9306.0, 9312.0, 9265.0, 9353.0, 9355.0, 9310.0, 9327.0, 9318.0, 9308.0, 9276.0, 9329.0, 9322.0, 9305.0, 9301.0, 9350.0, 9353.0, 9302.0, 9282.0, 9350.0, 9382.0, 9355.0, 9355.0, 9283.0, 9302.0, 9330.0, 9308.0, 9301.0, 9293.0, 9288.0, 9307.0, 9324.0, 9290.0, 9319.0, 9314.0, 9330.0, 9297.0, 9300.0, 9350.0, 9265.0, 9293.0, 9264.0, 9297.0, 9261.0, 9320.0, 9324.0, 9313.0, 9301.0, 9369.0, 9314.0, 9342.0, 9322.0, 9389.0, 9400.0, 9367.0, 9348.0, 9301.0, 9318.0, 9281.0, 9341.0, 9319.0, 9364.0, 9339.0, 9330.0, 9303.0, 9347.0, 9299.0, 9339.0, 9357.0, 9398.0, 9378.0, 9360.0, 9321.0, 9311.0, 9338.0, 9292.0, 9295.0, 9349.0, 9388.0, 9307.0, 9323.0, 9367.0, 9301.0, 9318.0, 9306.0, 9334.0, 9307.0, 9284.0, 9347.0, 9368.0, 9329.0, 9359.0, 9344.0, 9304.0, 9325.0, 9266.0, 9324.0, 9272.0, 9313.0, 9297.0, 9345.0, 9298.0, 9350.0, 9373.0, 9344.0, 9356.0, 9326.0, 9343.0, 9295.0, 9322.0, 9368.0, 9304.0, 9275.0, 9323.0, 9343.0, 9306.0, 9327.0, 9368.0, 9291.0, 9285.0, 9305.0, 9321.0, 9309.0, 9299.0, 9329.0, 9346.0, 9292.0, 9321.0, 9336.0, 9308.0, 9294.0, 9343.0, 9361.0, 9293.0, 9319.0, 9316.0, 9345.0, 9339.0, 9368.0, 9368.0, 9325.0, 9369.0, 9323.0, 9299.0, 9308.0, 9331.0, 9350.0, 9309.0, 9368.0, 9309.0, 9299.0, 9307.0, 9328.0, 9300.0, 9307.0, 9330.0, 9367.0, 9307.0, 9327.0, 9372.0, 9324.0, 9314.0, 9313.0, 9343.0, 9267.0, 9303.0, 9330.0, 9304.0, 9280.0, 9342.0, 9296.0, 9326.0, 9314.0, 9372.0, 9312.0, 9322.0, 9316.0, 9371.0, 9375.0, 9344.0, 9333.0, 9306.0, 9359.0, 9317.0, 9304.0, 9312.0, 9301.0, 9332.0, 9290.0, 9264.0, 9343.0, 9345.0, 9339.0, 9282.0, 9348.0, 9356.0, 9310.0, 9341.0, 9289.0, 9306.0, 9280.0, 9323.0, 9351.0, 9312.0, 9343.0, 9363.0, 9286.0, 9297.0, 9284.0, 9307.0, 9309.0, 9287.0, 9353.0, 9362.0, 9318.0, 9331.0, 9337.0, 9375.0, 9330.0, 9333.0, 9366.0, 9305.0, 9340.0, 9314.0, 9325.0, 9281.0, 9307.0, 9336.0, 9365.0, 9355.0, 9342.0, 9329.0, 9308.0, 9339.0, 9285.0, 9301.0, 9280.0, 9326.0, 9283.0, 9331.0, 9313.0, 9315.0, 9289.0, 9356.0, 9302.0, 9339.0, 9369.0, 9323.0, 9339.0, 9298.0, 9337.0, 9319.0, 9351.0, 9376.0, 9337.0, 9354.0, 9308.0, 9307.0, 9312.0, 9324.0, 9296.0, 9325.0, 9334.0, 9344.0, 9299.0, 9329.0, 9337.0, 9375.0, 9356.0, 9338.0, 9330.0, 9305.0, 9358.0, 9296.0, 9303.0, 9326.0, 9288.0, 9270.0, 9310.0, 9339.0, 9298.0, 9280.0, 9326.0, 9352.0, 9309.0, 9326.0, 9331.0, 9361.0, 9277.0, 9305.0, 9311.0, 9346.0, 9339.0, 9328.0, 9304.0, 9330.0, 9361.0, 9302.0, 9348.0, 9295.0, 9276.0, 9326.0, 9355.0, 9311.0, 9283.0, 9350.0, 9355.0, 9306.0, 9282.0, 9352.0, 9378.0, 9357.0, 9337.0, 9276.0, 9304.0, 9294.0, 9337.0, 9334.0, 9327.0, 9298.0, 9321.0, 9301.0, 9334.0, 9353.0, 9323.0, 9274.0, 9323.0, 9339.0, 9313.0, 9326.0, 9318.0, 9303.0, 9268.0, 9325.0, 9335.0, 9369.0, 9358.0, 9331.0, 9395.0, 9406.0, 9367.0, 9346.0, 9332.0, 9371.0, 9316.0, 9336.0, 9370.0, 9335.0, 9273.0, 9306.0, 9316.0, 9270.0, 9321.0, 9357.0, 9283.0, 9295.0, 9291.0, 9308.0, 9317.0, 9315.0, 9331.0, 9353.0, 9304.0, 9344.0, 9335.0, 9372.0, 9353.0, 9332.0, 9363.0, 9289.0, 9301.0, 9278.0, 9323.0, 9300.0, 9344.0, 9371.0, 9305.0, 9333.0, 9290.0, 9300.0, 9294.0, 9332.0, 9372.0, 9309.0, 9322.0, 9311.0, 9305.0, 9311.0, 9340.0, 9318.0, 9342.0, 9334.0, 9329.0, 9334.0, 9389.0, 9327.0, 9329.0, 9371.0, 9314.0, 9317.0, 9310.0, 9340.0, 9323.0, 9320.0, 9352.0, 9306.0, 9357.0, 9398.0, 9330.0, 9329.0, 9349.0, 9378.0, 9311.0, 9313.0, 9335.0, 9397.0, 9345.0, 9345.0, 9291.0, 9305.0, 9277.0, 9326.0, 9300.0, 9347.0, 9341.0, 9350.0, 9323.0, 9324.0, 9310.0, 9346.0, 9317.0, 9353.0, 9377.0, 9326.0, 9292.0, 9327.0, 9343.0, 9327.0, 9360.0, 9329.0, 9382.0, 9320.0, 9308.0, 9369.0, 9315.0, 9270.0, 9303.0, 9318.0, 9271.0, 9299.0, 9280.0, 9318.0, 9297.0, 9347.0, 9356.0, 9304.0, 9319.0, 9312.0, 9325.0, 9331.0, 9372.0, 9355.0, 9323.0, 9357.0, 9319.0, 9332.0, 9275.0, 9281.0, 9325.0, 9265.0, 9276.0, 9248.0, 9275.0, 9256.0, 9301.0, 9294.0, 9343.0, 9334.0, 9302.0, 9295.0, 9326.0, 9364.0, 9306.0, 9330.0, 9306.0, 9304.0, 9312.0, 9327.0, 9344.0, 9300.0, 9313.0, 9300.0, 9275.0, 9324.0, 9356.0, 9320.0, 9346.0, 9295.0, 9295.0, 9273.0, 9304.0, 9335.0, 9285.0, 9321.0, 9270.0, 9299.0, 9275.0, 9327.0, 9296.0, 9322.0, 9330.0, 9334.0, 9354.0, 9352.0, 9370.0, 9341.0, 9334.0, 9317.0, 9349.0, 9319.0, 9368.0, 9365.0, 9302.0, 9313.0, 9381.0, 9378.0, 9344.0, 9330.0, 9322.0, 9334.0, 9308.0, 9314.0, 9330.0, 9334.0, 9329.0, 9310.0, 9329.0, 9324.0, 9364.0, 9353.0, 9367.0, 9304.0, 9335.0, 9379.0, 9345.0, 9351.0, 9309.0, 9328.0, 9328.0, 9299.0, 9315.0, 9291.0, 9300.0, 9298.0, 9308.0, 9311.0, 9344.0, 9302.0, 9310.0, 9332.0, 9305.0, 9310.0, 9311.0, 9335.0, 9309.0, 9319.0, 9312.0, 9322.0, 9315.0, 9336.0, 9370.0, 9342.0, 9334.0, 9285.0, 9305.0, 9268.0, 9299.0, 9347.0, 9293.0, 9311.0, 9288.0, 9271.0, 9323.0, 9341.0, 9323.0, 9279.0, 9330.0, 9288.0, 9305.0, 9315.0, 9366.0, 9371.0, 9304.0, 9339.0, 9304.0, 9298.0, 9288.0, 9322.0, 9271.0, 9298.0, 9327.0, 9369.0, 9366.0, 9325.0, 9287.0, 9328.0, 9336.0, 9284.0, 9302.0, 9290.0, 9321.0, 9312.0, 9328.0, 9299.0, 9338.0, 9339.0, 9390.0, 9316.0, 9345.0, 9352.0, 9390.0, 9396.0, 9350.0, 9374.0, 9311.0, 9331.0, 9365.0, 9288.0, 9337.0, 9271.0, 9297.0, 9277.0, 9327.0, 9365.0, 9302.0, 9317.0, 9308.0, 9281.0, 9269.0, 9325.0, 9331.0, 9306.0, 9303.0, 9275.0, 9302.0, 9263.0, 9322.0, 9336.0, 9293.0, 9306.0, 9274.0, 9318.0, 9297.0, 9324.0, 9317.0, 9349.0, 9319.0, 9367.0, 9341.0, 9325.0, 9323.0, 9328.0, 9395.0, 9341.0, 9338.0, 9341.0, 9283.0, 9299.0, 9281.0, 9278.0, 9288.0, 9306.0, 9362.0, 9300.0, 9331.0, 9285.0, 9276.0, 9324.0, 9340.0, 9284.0, 9302.0, 9347.0, 9290.0, 9270.0, 9304.0, 9306.0, 9324.0, 9361.0, 9338.0, 9323.0, 9345.0, 9280.0, 9288.0, 9279.0, 9279.0, 9268.0, 9301.0, 9279.0, 9326.0, 9297.0, 9348.0, 9360.0, 9346.0, 9336.0, 9324.0, 9341.0, 9289.0, 9321.0, 9357.0, 9336.0, 9328.0, 9287.0, 9301.0, 9344.0, 9286.0, 9313.0, 9269.0, 9279.0, 9254.0, 9300.0, 9298.0, 9346.0, 9324.0, 9326.0, 9302.0, 9354.0, 9363.0, 9312.0, 9346.0, 9334.0, 9306.0, 9272.0, 9306.0, 9333.0, 9276.0, 9305.0, 9349.0, 9291.0, 9272.0, 9329.0, 9339.0, 9290.0, 9316.0, 9306.0, 9318.0, 9333.0, 9347.0, 9353.0, 9308.0, 9307.0, 9322.0, 9284.0, 9345.0, 9312.0, 9353.0, 9387.0, 9337.0, 9333.0, 9295.0, 9324.0, 9292.0, 9323.0, 9358.0, 9342.0, 9330.0, 9306.0, 9308.0, 9311.0, 9307.0, 9316.0, 9331.0, 9298.0, 9325.0, 9358.0, 9293.0, 9352.0, 9307.0, 9281.0, 9334.0, 9345.0, 9299.0, 9330.0, 9349.0, 9308.0, 9281.0, 9328.0, 9306.0, 9310.0, 9324.0, 9328.0, 9375.0, 9312.0, 9329.0, 9275.0, 9306.0, 9352.0, 9336.0, 9334.0, 9292.0, 9299.0, 9309.0, 9327.0, 9317.0, 9330.0, 9321.0, 9324.0, 9297.0, 9307.0, 9331.0, 9333.0, 9308.0, 9304.0, 9336.0, 9276.0, 9303.0, 9290.0, 9320.0, 9329.0, 9335.0, 9352.0, 9306.0, 9288.0, 9308.0, 9340.0, 9287.0, 9279.0, 9332.0, 9346.0, 9336.0, 9332.0, 9274.0, 9303.0, 9353.0, 9286.0, 9318.0, 9291.0, 9294.0, 9314.0, 9342.0, 9278.0, 9309.0, 9275.0, 9322.0, 9305.0, 9336.0, 9354.0, 9307.0, 9322.0, 9297.0, 9307.0, 9314.0, 9349.0, 9337.0, 9349.0, 9334.0, 9356.0, 9336.0, 9364.0, 9311.0, 9326.0, 9335.0, 9384.0, 9345.0, 9360.0, 9348.0, 9285.0, 9269.0, 9305.0, 9276.0, 9330.0, 9307.0, 9308.0, 9280.0, 9329.0, 9280.0, 9331.0, 9294.0, 9328.0, 9350.0, 9304.0, 9316.0, 9278.0, 9317.0, 9318.0, 9349.0, 9388.0, 9324.0, 9342.0, 9295.0, 9308.0, 9310.0, 9332.0, 9303.0, 9308.0, 9351.0, 9289.0, 9303.0, 9294.0, 9317.0, 9319.0, 9328.0, 9320.0, 9319.0, 9334.0, 9354.0, 9322.0, 9314.0, 9356.0, 9321.0, 9353.0, 9313.0, 9308.0, 9314.0, 9332.0, 9307.0, 9338.0, 9319.0, 9336.0, 9370.0, 9311.0, 9359.0, 9293.0, 9317.0, 9295.0, 9332.0, 9373.0, 9288.0, 9334.0, 9305.0, 9290.0, 9348.0, 9364.0, 9312.0, 9314.0, 9348.0, 9305.0, 9275.0, 9327.0, 9360.0, 9307.0, 9331.0, 9276.0, 9304.0, 9296.0, 9330.0, 9372.0, 9292.0, 9339.0, 9300.0, 9297.0, 9289.0, 9302.0, 9282.0, 9326.0, 9317.0, 9346.0, 9308.0, 9330.0, 9333.0, 9356.0, 9357.0, 9307.0, 9359.0, 9288.0, 9307.0, 9345.0, 9279.0, 9286.0, 9254.0, 9285.0, 9270.0, 9302.0, 9271.0, 9311.0, 9338.0, 9313.0, 9326.0, 9312.0, 9324.0, 9320.0, 9346.0, 9353.0, 9325.0, 9353.0, 9295.0, 9310.0, 9309.0, 9311.0, 9314.0, 9326.0, 9317.0, 9361.0, 9285.0, 9330.0, 9360.0, 9331.0, 9348.0, 9296.0, 9338.0, 9280.0, 9300.0, 9294.0, 9308.0, 9299.0, 9324.0, 9276.0, 9303.0, 9306.0, 9337.0, 9361.0, 9337.0, 9338.0, 9297.0, 9306.0, 9324.0, 9267.0, 9277.0, 9289.0, 9282.0, 9320.0, 9314.0, 9322.0, 9345.0, 9300.0, 9324.0, 9321.0, 9334.0, 9290.0, 9326.0, 9319.0, 9355.0, 9359.0, 9346.0, 9321.0, 9317.0, 9353.0, 9312.0, 9344.0, 9300.0, 9357.0, 9299.0, 9319.0, 9349.0, 9296.0, 9346.0, 9316.0, 9305.0, 9291.0, 9311.0, 9315.0, 9331.0, 9322.0, 9342.0, 9291.0, 9340.0, 9342.0, 9325.0, 9341.0, 9325.0, 9369.0, 9110.0, 9398.0, 9335.0, 9330.0, 9394.0, 9336.0, 9375.0, 9359.0, 9356.0, 9350.0, 9321.0, 9277.0, 9320.0, 9298.0, 9343.0, 9339.0, 9314.0, 9317.0, 9357.0, 9317.0, 9302.0, 9359.0, 9389.0, 9340.0, 9327.0, 9355.0, 9326.0, 9357.0, 9369.0, 9336.0, 9354.0, 9303.0, 9328.0, 9310.0, 9356.0, 9376.0, 9336.0, 9367.0, 9306.0, 9331.0, 9338.0, 9296.0, 9338.0, 9277.0, 9328.0, 9298.0, 9324.0, 9308.0, 9355.0, 9379.0, 9320.0, 9339.0, 9298.0, 9317.0, 9323.0, 9351.0, 9356.0, 9313.0, 9327.0, 9296.0, 9323.0, 9316.0, 9337.0, 9324.0, 9367.0, 9357.0, 9330.0, 9325.0, 9330.0, 9300.0, 9354.0, 9385.0, 9320.0, 9368.0, 9357.0, 9312.0, 9287.0, 9350.0, 9332.0, 9336.0, 9364.0, 9334.0, 9394.0, 9410.0, 9385.0, 9375.0, 9317.0, 9327.0, 9301.0, 9339.0, 9373.0, 9324.0, 9279.0, 9312.0, 9322.0, 9313.0, 9358.0, 9305.0, 9325.0, 9285.0, 9347.0, 9352.0, 9294.0, 9345.0, 9300.0, 9341.0, 9289.0, 9360.0, 9301.0, 9372.0, 9381.0, 9352.0, 9346.0, 9301.0, 9350.0, 9314.0, 9353.0, 9347.0, 9350.0, 9305.0, 9371.0, 9404.0, 9333.0, 9317.0, 9373.0, 9374.0, 9346.0, 9311.0, 9371.0, 9381.0, 9358.0, 9374.0, 9307.0, 9321.0, 9302.0, 9331.0, 9373.0, 9309.0, 9344.0, 9299.0, 9312.0, 9303.0, 9341.0, 9317.0, 9342.0, 9324.0, 9347.0, 9329.0, 9374.0, 9378.0, 9315.0, 9358.0, 9322.0, 9336.0, 9305.0, 9346.0, 9292.0, 9325.0, 9309.0, 9366.0, 9323.0, 9349.0, 9325.0, 9391.0, 9379.0, 9332.0, 9361.0, 9297.0, 9325.0, 9353.0, 9289.0, 9318.0, 9310.0, 9343.0, 9307.0, 9355.0, 9312.0, 9353.0, 9365.0, 9413.0, 9341.0, 9348.0, 9359.0, 9322.0, 9345.0, 9311.0, 9340.0, 9305.0, 9357.0, 9322.0, 9383.0, 9401.0, 9323.0, 9368.0, 9314.0, 9333.0, 9289.0, 9346.0, 9386.0, 9303.0, 9348.0, 9356.0, 9296.0, 9298.0, 9355.0, 9378.0, 9306.0, 9365.0, 9363.0, 9331.0, 9338.0, 9323.0, 9351.0, 9327.0, 9334.0, 9363.0, 9328.0, 9346.0, 9324.0, 9356.0, 9326.0, 9385.0, 9361.0, 9376.0, 9360.0, 9377.0, 9377.0, 9328.0, 9365.0, 9360.0, 9329.0, 9290.0, 9343.0, 9355.0, 9298.0, 9342.0, 9327.0, 9325.0, 9294.0, 9363.0, 9374.0, 9316.0, 9351.0, 9357.0, 9291.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.007579871016691958</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04559057670713202</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.056525260007675</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3512883245178442</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0855573160971927</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5088</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5187.4121</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13182538338369215</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.256449165402124</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4890036381709675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.35743285288533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.666818845508993</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.442759216118579</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00831816</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018766865134239197</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04003474488854408</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</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.468895204136212</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>18.1622</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.892</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.7768</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292146.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1023.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.0036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7327</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>445.8533</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.7282</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3540.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84398.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1498.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4297.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>792.1374</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.27372825855855</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> |