=== 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-0123 --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-0123",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0123_ses-02_task-narratives_acq-mb8_run-03_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-0123_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0123_suffix-bold_task-narratives" 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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-03_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-0123/ses-02/func/sub-0123_ses-02_task-narratives_acq-mb8_run-03_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>87261b0e0170eac1c64fada9326b1c81</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>21:38:47.570000</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</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-03_task-narratives_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.0938842</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4242, -7752, -7284, 221, -120, 70, -49, 111]</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>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>227.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>af59c97f-a7d9-42c3-89dc-fef6060e3b50||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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, 1298]</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], 'AcquisitionTime': ['213847.570000', '213848.030000', '213848.490000', '213848.950000', '213849.410000', '213849.870000', '213850.330000', '213850.790000', '213851.250000', '213851.710000', '213852.170000', '213852.630000', '213853.090000', '213853.550000', '213854.010000', '213854.470000', '213854.930000', '213855.390000', '213855.850000', '213856.310000', '213856.770000', '213857.230000', '213857.690000', '213858.150000', '213858.610000', '213859.070000', '213859.530000', '213859.990000', '213900.450000', '213900.910000', '213901.370000', '213901.830000', '213902.290000', '213902.750000', '213903.210000', '213903.670000', '213904.130000', '213904.590000', '213905.050000', '213905.510000', '213905.970000', '213906.430000', '213906.890000', '213907.350000', '213907.810000', '213908.270000', '213908.730000', '213909.190000', '213909.650000', '213910.110000', '213910.570000', '213911.030000', '213911.490000', '213911.950000', '213912.410000', '213912.870000', '213913.330000', '213913.790000', '213914.250000', '213914.710000', '213915.170000', '213915.630000', '213916.090000', '213916.550000', '213917.010000', '213917.470000', '213917.930000', '213918.390000', '213918.850000', '213919.310000', '213919.770000', '213920.230000', '213920.690000', '213921.150000', '213921.610000', '213922.070000', '213922.530000', '213922.990000', '213923.450000', '213923.910000', '213924.370000', '213924.830000', '213925.290000', '213925.750000', '213926.210000', '213926.670000', '213927.130000', '213927.590000', '213928.050000', '213928.510000', '213928.970000', '213929.430000', '213929.890000', '213930.350000', '213930.810000', '213931.270000', '213931.730000', '213932.190000', '213932.650000', '213933.110000', '213933.570000', '213934.030000', '213934.490000', '213934.950000', '213935.410000', '213935.870000', '213936.330000', '213936.790000', '213937.250000', '213937.710000', '213938.170000', '213938.630000', '213939.090000', '213939.550000', '213940.010000', '213940.470000', '213940.930000', '213941.390000', '213941.850000', '213942.310000', '213942.770000', '213943.230000', '213943.690000', '213944.150000', '213944.610000', '213945.070000', '213945.530000', '213945.990000', '213946.450000', '213946.910000', '213947.370000', '213947.830000', '213948.290000', '213948.750000', '213949.210000', '213949.670000', '213950.130000', '213950.590000', '213951.050000', '213951.510000', '213951.970000', '213952.430000', '213952.890000', '213953.350000', '213953.810000', '213954.270000', '213954.730000', '213955.190000', '213955.650000', '213956.110000', '213956.570000', '213957.030000', '213957.490000', '213957.950000', '213958.410000', '213958.870000', '213959.330000', '213959.790000', '214000.250000', '214000.710000', '214001.170000', '214001.630000', '214002.090000', '214002.550000', '214003.010000', '214003.470000', '214003.930000', '214004.390000', '214004.850000', '214005.310000', '214005.770000', '214006.230000', '214006.690000', '214007.150000', '214007.610000', '214008.070000', '214008.530000', '214008.990000', '214009.450000', '214009.910000', '214010.370000', '214010.830000', '214011.290000', '214011.750000', '214012.210000', '214012.670000', '214013.130000', '214013.590000', '214014.050000', '214014.510000', '214014.970000', '214015.430000', '214015.890000', '214016.350000', '214016.810000', '214017.270000', '214017.730000', '214018.190000', '214018.650000', '214019.110000', '214019.570000', '214020.030000', '214020.490000', '214020.950000', '214021.410000', '214021.870000', '214022.330000', '214022.790000', '214023.250000', '214023.710000', '214024.170000', '214024.630000', '214025.090000', '214025.550000', '214026.010000', '214026.470000', '214026.930000', '214027.390000', '214027.850000', '214028.310000', '214028.770000', '214029.230000', '214029.690000', '214030.150000', '214030.610000', '214031.070000', '214031.530000', '214031.990000', '214032.450000', '214032.910000', '214033.370000', '214033.830000', '214034.290000', '214034.750000', '214035.210000', '214035.670000', '214036.130000', '214036.590000', '214037.050000', '214037.510000', '214037.970000', '214038.430000', '214038.890000', '214039.350000', '214039.810000', '214040.270000', '214040.730000', '214041.190000', '214041.650000', '214042.110000', '214042.570000', '214043.030000', '214043.490000', '214043.950000', '214044.410000', '214044.870000', '214045.330000', '214045.790000', '214046.250000', '214046.710000', '214047.170000', '214047.630000', '214048.090000', '214048.550000', '214049.010000', '214049.470000', '214049.930000', '214050.390000', '214050.850000', '214051.310000', '214051.770000', '214052.230000', '214052.690000', '214053.150000', '214053.610000', '214054.070000', '214054.530000', '214054.990000', '214055.450000', '214055.910000', '214056.370000', '214056.830000', '214057.290000', '214057.750000', '214058.210000', '214058.670000', '214059.130000', '214059.590000', '214100.050000', '214100.510000', '214100.970000', '214101.430000', '214101.890000', '214102.350000', '214102.810000', '214103.270000', '214103.730000', '214104.190000', '214104.650000', '214105.110000', '214105.570000', '214106.030000', '214106.490000', '214106.950000', '214107.410000', '214107.870000', '214108.330000', '214108.790000', '214109.250000', '214109.710000', '214110.170000', '214110.630000', '214111.090000', '214111.550000', '214112.010000', '214112.470000', '214112.930000', '214113.390000', '214113.850000', '214114.310000', '214114.770000', '214115.230000', '214115.690000', '214116.150000', '214116.610000', '214117.070000', '214117.530000', '214117.990000', '214118.450000', '214118.910000', '214119.370000', '214119.830000', '214120.290000', '214120.750000', '214121.210000', '214121.670000', '214122.130000', '214122.590000', '214123.050000', '214123.510000', '214123.970000', '214124.430000', '214124.890000', '214125.350000', '214125.810000', '214126.270000', '214126.730000', '214127.190000', '214127.650000', '214128.110000', '214128.570000', '214129.030000', '214129.490000', '214129.950000', '214130.410000', '214130.870000', '214131.330000', '214131.790000', '214132.250000', '214132.710000', '214133.170000', '214133.630000', '214134.090000', '214134.550000', '214135.010000', '214135.470000', '214135.930000', '214136.390000', '214136.850000', '214137.310000', '214137.770000', '214138.230000', '214138.690000', '214139.150000', '214139.610000', '214140.070000', '214140.530000', '214140.990000', '214141.450000', '214141.910000', '214142.370000', '214142.830000', '214143.290000', '214143.750000', '214144.210000', '214144.670000', '214145.130000', '214145.590000', '214146.050000', '214146.510000', '214146.970000', '214147.430000', '214147.890000', '214148.350000', '214148.810000', '214149.270000', '214149.730000', '214150.190000', '214150.650000', '214151.110000', '214151.570000', '214152.030000', '214152.490000', '214152.950000', '214153.410000', '214153.870000', '214154.330000', '214154.790000', '214155.250000', '214155.710000', '214156.170000', '214156.630000', '214157.090000', '214157.550000', '214158.010000', '214158.470000', '214158.930000', '214159.390000', '214159.850000', '214200.310000', '214200.770000', '214201.230000', '214201.690000', '214202.150000', '214202.610000', '214203.070000', '214203.530000', '214203.990000', '214204.450000', '214204.910000', '214205.370000', '214205.830000', '214206.290000', '214206.750000', '214207.210000', '214207.670000', '214208.130000', '214208.590000', '214209.050000', '214209.510000', '214209.970000', '214210.430000', '214210.890000', '214211.350000', '214211.810000', '214212.270000', '214212.730000', '214213.190000', '214213.650000', '214214.110000', '214214.570000', '214215.030000', '214215.490000', '214215.950000', '214216.410000', '214216.870000', '214217.330000', '214217.790000', '214218.250000', '214218.710000', '214219.170000', '214219.630000', '214220.090000', '214220.550000', '214221.010000', '214221.470000', '214221.930000', '214222.390000', '214222.850000', '214223.310000', '214223.770000', '214224.230000', '214224.690000', '214225.150000', '214225.610000', '214226.070000', '214226.530000', '214226.990000', '214227.450000', '214227.910000', '214228.370000', '214228.830000', '214229.290000', '214229.750000', '214230.210000', '214230.670000', '214231.130000', '214231.590000', '214232.050000', '214232.510000', '214232.970000', '214233.430000', '214233.890000', '214234.350000', '214234.810000', '214235.270000', '214235.730000', '214236.190000', '214236.650000', '214237.110000', '214237.570000', '214238.030000', '214238.490000', '214238.950000', '214239.410000', '214239.870000', '214240.330000', '214240.790000', '214241.250000', '214241.710000', '214242.170000', '214242.630000', '214243.090000', '214243.550000', '214244.010000', '214244.470000', '214244.930000', '214245.390000', '214245.850000', '214246.310000', '214246.770000', '214247.230000', '214247.690000', '214248.150000', '214248.610000', '214249.070000', '214249.530000', '214249.990000', '214250.450000', '214250.910000', '214251.370000', '214251.830000', '214252.290000', '214252.750000', '214253.210000', '214253.670000', '214254.130000', '214254.590000', '214255.050000', '214255.510000', '214255.970000', '214256.430000', '214256.890000', '214257.350000', '214257.810000', '214258.270000', '214258.730000', '214259.190000', '214259.650000', '214300.110000', '214300.570000', '214301.030000', '214301.490000', '214301.950000', '214302.410000', '214302.870000', '214303.330000', '214303.790000', '214304.250000', '214304.710000', '214305.170000', '214305.630000', '214306.090000', '214306.550000', '214307.010000', '214307.470000', '214307.930000', '214308.390000', '214308.850000', '214309.310000', '214309.770000', '214310.230000', '214310.690000', '214311.150000', '214311.610000', '214312.070000', '214312.530000', '214312.990000', '214313.450000', '214313.910000', '214314.370000', '214314.830000', '214315.290000', '214315.750000', '214316.210000', '214316.670000', '214317.130000', '214317.590000', '214318.050000', '214318.510000', '214318.970000', '214319.430000', '214319.890000', '214320.350000', '214320.810000', '214321.270000', '214321.730000', '214322.190000', '214322.650000', '214323.110000', '214323.570000', '214324.030000', '214324.490000', '214324.950000', '214325.410000', '214325.870000', '214326.330000', '214326.790000', '214327.250000', '214327.710000', '214328.170000', '214328.630000', '214329.090000', '214329.550000', '214330.010000', '214330.470000', '214330.930000', '214331.390000', '214331.850000', '214332.310000', '214332.770000', '214333.230000', '214333.690000', '214334.150000', '214334.610000', '214335.070000', '214335.530000', '214335.990000', '214336.450000', '214336.910000', '214337.370000', '214337.830000', '214338.290000', '214338.750000', '214339.210000', '214339.670000', '214340.130000', '214340.590000', '214341.050000', '214341.510000', '214341.970000', '214342.430000', '214342.890000', '214343.350000', '214343.810000', '214344.270000', '214344.730000', '214345.190000', '214345.650000', '214346.110000', '214346.570000', '214347.030000', '214347.490000', '214347.950000', '214348.410000', '214348.870000', '214349.330000', '214349.790000', '214350.250000', '214350.710000', '214351.170000', '214351.630000', '214352.090000', '214352.550000', '214353.010000', '214353.470000', '214353.930000', '214354.390000', '214354.850000', '214355.310000', '214355.770000', '214356.230000', '214356.690000', '214357.150000', '214357.610000', '214358.070000', '214358.530000', '214358.990000', '214359.450000', '214359.910000', '214400.370000', '214400.830000', '214401.290000', '214401.750000', '214402.210000', '214402.670000', '214403.130000', '214403.590000', '214404.050000', '214404.510000', '214404.970000', '214405.430000', '214405.890000', '214406.350000', '214406.810000', '214407.270000', '214407.730000', '214408.190000', '214408.650000', '214409.110000', '214409.570000', '214410.030000', '214410.490000', '214410.950000', '214411.410000', '214411.870000', '214412.330000', '214412.790000', '214413.250000', '214413.710000', '214414.170000', '214414.630000', '214415.090000', '214415.550000', '214416.010000', '214416.470000', '214416.930000', '214417.390000', '214417.850000', '214418.310000', '214418.770000', '214419.230000', '214419.690000', '214420.150000', '214420.610000', '214421.070000', '214421.530000', '214421.990000', '214422.450000', '214422.910000', '214423.370000', '214423.830000', '214424.290000', '214424.750000', '214425.210000', '214425.670000', '214426.130000', '214426.590000', '214427.050000', '214427.510000', '214427.970000', '214428.430000', '214428.890000', '214429.350000', '214429.810000', '214430.270000', '214430.730000', '214431.190000', '214431.650000', '214432.110000', '214432.570000', '214433.030000', '214433.490000', '214433.950000', '214434.410000', '214434.870000', '214435.330000', '214435.790000', '214436.250000', '214436.710000', '214437.170000', '214437.630000', '214438.090000', '214438.550000', '214439.010000', '214439.470000', '214439.930000', '214440.390000', '214440.850000', '214441.310000', '214441.770000', '214442.230000', '214442.690000', '214443.150000', '214443.610000', '214444.070000', '214444.530000', '214444.990000', '214445.450000', '214445.910000', '214446.370000', '214446.830000', '214447.290000', '214447.750000', '214448.210000', '214448.670000', '214449.130000', '214449.590000', '214450.050000', '214450.510000', '214450.970000', '214451.430000', '214451.890000', '214452.350000', '214452.810000', '214453.270000', '214453.730000', '214454.190000', '214454.650000', '214455.110000', '214455.570000', '214456.030000', '214456.490000', '214456.950000', '214457.410000', '214457.870000', '214458.330000', '214458.790000', '214459.250000', '214459.710000', '214500.170000', '214500.630000', '214501.090000', '214501.550000', '214502.010000', '214502.470000', '214502.930000', '214503.390000', '214503.850000', '214504.310000', '214504.770000', '214505.230000', '214505.690000', '214506.150000', '214506.610000', '214507.070000', '214507.530000', '214507.990000', '214508.450000', '214508.910000', '214509.370000', '214509.830000', '214510.290000', '214510.750000', '214511.210000', '214511.670000', '214512.130000', '214512.590000', '214513.050000', '214513.510000', '214513.970000', '214514.430000', '214514.890000', '214515.350000', '214515.810000', '214516.270000', '214516.730000', '214517.190000', '214517.650000', '214518.110000', '214518.570000', '214519.030000', '214519.490000', '214519.950000', '214520.410000', '214520.870000', '214521.330000', '214521.790000', '214522.250000', '214522.710000', '214523.170000', '214523.630000', '214524.090000', '214524.550000', '214525.010000', '214525.470000', '214525.930000', '214526.390000', '214526.850000', '214527.310000', '214527.770000', '214528.230000', '214528.690000', '214529.150000', '214529.610000', '214530.070000', '214530.530000', '214530.990000', '214531.450000', '214531.910000', '214532.370000', '214532.830000', '214533.290000', '214533.750000', '214534.210000', '214534.670000', '214535.130000', '214535.590000', '214536.050000', '214536.510000', '214536.970000', '214537.430000', '214537.890000', '214538.350000', '214538.810000', '214539.270000', '214539.730000', '214540.190000', '214540.650000', '214541.110000', '214541.570000', '214542.030000', '214542.490000', '214542.950000', '214543.410000', '214543.870000', '214544.330000', '214544.790000', '214545.250000', '214545.710000', '214546.170000', '214546.630000', '214547.090000', '214547.550000', '214548.010000', '214548.470000', '214548.930000', '214549.390000', '214549.850000', '214550.310000', '214550.770000', '214551.230000', '214551.690000', '214552.150000', '214552.610000', '214553.070000', '214553.530000', '214553.990000', '214554.450000', '214554.910000', '214555.370000', '214555.830000', '214556.290000', '214556.750000', '214557.210000', '214557.670000', '214558.130000', '214558.590000', '214559.050000', '214559.510000', '214559.970000', '214600.430000', '214600.890000', '214601.350000', '214601.810000', '214602.270000', '214602.730000', '214603.190000', '214603.650000', '214604.110000', '214604.570000', '214605.030000', '214605.490000', '214605.950000', '214606.410000', '214606.870000', '214607.330000', '214607.790000', '214608.250000', '214608.710000', '214609.170000', '214609.630000', '214610.090000', '214610.550000', '214611.010000', '214611.470000', '214611.930000', '214612.390000', '214612.850000', '214613.310000', '214613.770000', '214614.230000', '214614.690000', '214615.150000', '214615.610000', '214616.070000', '214616.530000', '214616.990000', '214617.450000', '214617.910000', '214618.370000', '214618.830000', '214619.290000', '214619.750000', '214620.210000', '214620.670000', '214621.130000', '214621.590000', '214622.050000', '214622.510000', '214622.970000', '214623.430000', '214623.890000', '214624.350000', '214624.810000', '214625.270000', '214625.730000', '214626.190000', '214626.650000', '214627.110000', '214627.570000', '214628.030000', '214628.490000', '214628.950000', '214629.410000', '214629.870000', '214630.330000', '214630.790000', '214631.250000', '214631.710000', '214632.170000', '214632.630000', '214633.090000', '214633.550000', '214634.010000', '214634.470000', '214634.930000', '214635.390000', '214635.850000', '214636.310000', '214636.770000', '214637.230000', '214637.690000', '214638.150000', '214638.610000', '214639.070000', '214639.530000', '214639.990000', '214640.450000', '214640.910000', '214641.370000', '214641.830000', '214642.290000', '214642.750000', '214643.210000', '214643.670000', '214644.130000', '214644.590000', '214645.050000', '214645.510000', '214645.970000', '214646.430000', '214646.890000', '214647.350000', '214647.810000', '214648.270000', '214648.730000', '214649.190000', '214649.650000', '214650.110000', '214650.570000', '214651.030000', '214651.490000', '214651.950000', '214652.410000', '214652.870000', '214653.330000', '214653.790000', '214654.250000', '214654.710000', '214655.170000', '214655.630000', '214656.090000', '214656.550000', '214657.010000', '214657.470000', '214657.930000', '214658.390000', '214658.850000', '214659.310000', '214659.770000', '214700.230000', '214700.690000', '214701.150000', '214701.610000', '214702.070000', '214702.530000', '214702.990000', '214703.450000', '214703.910000', '214704.370000', '214704.830000', '214705.290000', '214705.750000', '214706.210000', '214706.670000', '214707.130000', '214707.590000', '214708.050000', '214708.510000', '214708.970000', '214709.430000', '214709.890000', '214710.350000', '214710.810000', '214711.270000', '214711.730000', '214712.190000', '214712.650000', '214713.110000', '214713.570000', '214714.030000', '214714.490000', '214714.950000', '214715.410000', '214715.870000', '214716.330000', '214716.790000', '214717.250000', '214717.710000', '214718.170000', '214718.630000', '214719.090000', '214719.550000', '214720.010000', '214720.470000', '214720.930000', '214721.390000', '214721.850000', '214722.310000', '214722.770000', '214723.230000', '214723.690000', '214724.150000', '214724.610000', '214725.070000', '214725.530000', '214725.990000', '214726.450000', '214726.910000', '214727.370000', '214727.830000', '214728.290000', '214728.750000', '214729.210000', '214729.670000', '214730.130000', '214730.590000', '214731.050000', '214731.510000', '214731.970000', '214732.430000', '214732.890000', '214733.350000', '214733.810000', '214734.270000', '214734.730000', '214735.190000', '214735.650000', '214736.110000', '214736.570000', '214737.030000', '214737.490000', '214737.950000', '214738.410000', '214738.870000', '214739.330000', '214739.790000', '214740.250000', '214740.710000', '214741.170000', '214741.630000', '214742.090000', '214742.550000', '214743.010000', '214743.470000', '214743.930000', '214744.390000', '214744.850000', '214745.310000', '214745.770000', '214746.230000', '214746.690000', '214747.150000', '214747.610000', '214748.070000', '214748.530000', '214748.990000', '214749.450000', '214749.910000', '214750.370000', '214750.830000', '214751.290000', '214751.750000', '214752.210000', '214752.670000', '214753.130000', '214753.590000', '214754.050000', '214754.510000', '214754.970000', '214755.430000', '214755.890000', '214756.350000', '214756.810000', '214757.270000', '214757.730000', '214758.190000', '214758.650000', '214759.110000', '214759.570000', '214800.030000', '214800.490000', '214800.950000', '214801.410000', '214801.870000', '214802.330000', '214802.790000', '214803.250000', '214803.710000', '214804.170000', '214804.630000', '214805.090000', '214805.550000', '214806.010000', '214806.470000', '214806.930000', '214807.390000', '214807.850000', '214808.310000', '214808.770000', '214809.230000', '214809.690000', '214810.150000', '214810.610000', '214811.070000', '214811.530000', '214811.990000', '214812.450000', '214812.910000', '214813.370000', '214813.830000', '214814.290000', '214814.750000', '214815.210000', '214815.670000', '214816.130000', '214816.590000', '214817.050000', '214817.510000', '214817.970000', '214818.430000', '214818.890000', '214819.350000', '214819.810000', '214820.270000', '214820.730000', '214821.190000', '214821.650000', '214822.110000', '214822.570000', '214823.030000', '214823.490000', '214823.950000', '214824.410000', '214824.870000', '214825.330000', '214825.790000', '214826.250000', '214826.710000', '214827.170000', '214827.630000', '214828.090000', '214828.550000', '214829.010000', '214829.470000', '214829.930000', '214830.390000', '214830.850000', '214831.310000', '214831.770000', '214832.230000', '214832.690000', '214833.150000', '214833.610000', '214834.070000', '214834.530000', '214834.990000', '214835.450000', '214835.910000', '214836.370000', '214836.830000', '214837.290000', '214837.750000', '214838.210000', '214838.670000', '214839.130000', '214839.590000', '214840.050000', '214840.510000', '214840.970000', '214841.430000', '214841.890000', '214842.350000', '214842.810000', '214843.270000', '214843.730000', '214844.190000'], 'ContentTime': ['213859.719000', '213859.722000', '213859.725000', '213859.728000', '213859.731000', '213859.733000', '213859.736000', '213859.738000', '213859.744000', '213859.747000', '213859.749000', '213859.752000', '213859.761000', '213859.764000', '213859.766000', '213859.769000', '213859.771000', '213859.774000', '213859.776000', '213859.779000', '213859.781000', '213859.784000', '213859.786000', '213919.689000', '213919.692000', '213919.695000', '213919.697000', '213919.714000', '213919.716000', '213919.719000', '213919.721000', '213919.724000', '213919.726000', '213919.732000', '213919.734000', '213919.737000', '213919.739000', '213919.742000', '213919.744000', '213919.747000', '213919.750000', '213919.752000', '213919.755000', '213919.757000', '213919.760000', '213919.762000', '213919.765000', '213919.767000', '213919.770000', '213919.772000', '213919.781000', '213919.783000', '213919.786000', '213919.788000', '213919.791000', '213919.794000', '213919.796000', '213919.799000', '213919.837000', '213919.839000', '213919.842000', '213919.844000', '213919.847000', '213919.849000', '213919.852000', '213919.854000', '213919.857000', '213939.690000', '213939.692000', '213939.695000', '213939.697000', '213939.700000', '213939.703000', '213939.705000', '213939.708000', '213939.710000', '213939.713000', '213939.715000', '213939.718000', '213939.720000', '213939.723000', '213939.725000', '213939.728000', '213939.730000', '213939.733000', '213939.736000', '213939.738000', '213939.741000', '213939.743000', '213939.746000', '213939.748000', '213939.751000', '213939.753000', '213939.756000', '213939.758000', '213939.761000', '213939.763000', '213939.766000', '213939.769000', '213939.771000', '213939.782000', '213939.785000', '213939.787000', '213939.790000', '213939.792000', '213939.795000', '213939.797000', '213939.800000', '213939.802000', '213939.805000', '213959.690000', '213959.693000', '213959.696000', '213959.698000', '213959.701000', '213959.716000', '213959.719000', '213959.721000', '213959.724000', '213959.726000', '213959.729000', '213959.731000', '213959.734000', '213959.737000', '213959.739000', '213959.742000', '213959.744000', '213959.747000', '213959.749000', '213959.752000', '213959.755000', '213959.757000', '213959.760000', '213959.762000', '213959.765000', '213959.767000', '213959.770000', '213959.772000', '213959.775000', '213959.777000', '213959.780000', '213959.783000', '213959.785000', '213959.788000', '213959.790000', '213959.793000', '213959.795000', '213959.798000', '213959.801000', '213959.803000', '213959.806000', '213959.808000', '213959.811000', '214019.690000', '214019.693000', '214019.696000', '214019.698000', '214019.701000', '214019.703000', '214019.706000', '214019.708000', '214019.711000', '214019.714000', '214019.716000', '214019.719000', '214019.721000', '214019.724000', '214019.726000', '214019.729000', '214019.732000', '214019.734000', '214019.737000', '214019.739000', '214019.742000', '214019.744000', '214019.747000', '214019.749000', '214019.752000', '214019.754000', '214019.757000', '214019.760000', '214019.762000', '214019.765000', '214019.767000', '214019.770000', '214019.772000', '214019.775000', '214019.778000', '214019.780000', '214019.783000', '214019.785000', '214019.788000', '214019.790000', '214019.793000', '214019.795000', '214019.798000', '214019.800000', '214039.689000', '214039.692000', '214039.695000', '214039.697000', '214039.700000', '214039.702000', '214039.705000', '214039.708000', '214039.710000', '214039.713000', '214039.715000', '214039.718000', '214039.720000', '214039.723000', '214039.725000', '214039.728000', '214039.731000', '214039.733000', '214039.736000', '214039.738000', '214039.741000', '214039.743000', '214039.746000', '214039.748000', '214039.751000', '214039.753000', '214039.756000', '214039.759000', '214039.761000', '214039.764000', '214039.766000', '214039.769000', '214039.771000', '214039.774000', '214039.777000', '214039.779000', '214039.782000', '214039.784000', '214039.787000', '214039.790000', '214039.792000', '214039.795000', '214039.797000', '214039.861000', '214059.690000', '214059.692000', '214059.695000', '214059.698000', '214059.700000', '214059.703000', '214059.705000', '214059.708000', '214059.711000', '214059.713000', '214059.716000', '214059.718000', '214059.721000', '214059.724000', '214059.726000', '214059.729000', '214059.731000', '214059.734000', '214059.736000', '214059.739000', '214059.741000', '214059.744000', '214059.747000', '214059.749000', '214059.752000', '214059.754000', '214059.757000', '214059.759000', '214059.762000', '214059.765000', '214059.767000', '214059.770000', '214059.772000', '214059.775000', '214059.777000', '214059.780000', '214059.782000', '214059.785000', '214059.788000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214119.690000', '214119.692000', '214119.695000', '214119.698000', '214119.701000', '214119.703000', '214119.706000', '214119.708000', '214119.711000', '214119.714000', '214119.716000', '214119.719000', '214119.722000', '214119.724000', '214119.727000', '214119.729000', '214119.732000', '214119.734000', '214119.737000', '214119.740000', '214119.742000', '214119.745000', '214119.747000', '214119.750000', '214119.752000', '214119.755000', '214119.758000', '214119.760000', '214119.763000', '214119.766000', '214119.768000', '214119.771000', '214119.773000', '214119.776000', '214119.778000', '214119.781000', '214119.783000', '214119.786000', '214119.789000', '214119.791000', '214119.794000', '214119.796000', '214119.799000', '214119.882000', '214139.689000', '214139.692000', '214139.695000', '214139.697000', '214139.700000', '214139.702000', '214139.705000', '214139.707000', '214139.710000', '214139.713000', '214139.715000', '214139.718000', '214139.720000', '214139.723000', '214139.725000', '214139.728000', '214139.731000', '214139.733000', '214139.736000', '214139.738000', '214139.741000', '214139.743000', '214139.746000', '214139.748000', '214139.751000', '214139.753000', '214139.756000', '214139.759000', '214139.761000', '214139.764000', '214139.766000', '214139.769000', '214139.771000', '214139.774000', '214139.777000', '214139.779000', '214139.782000', '214139.784000', '214139.787000', '214139.789000', '214139.792000', '214139.794000', '214139.797000', '214159.690000', '214159.692000', '214159.695000', '214159.697000', '214159.700000', '214159.704000', '214159.706000', '214159.709000', '214159.712000', '214159.715000', '214159.718000', '214159.721000', '214159.723000', '214159.726000', '214159.728000', '214159.731000', '214159.733000', '214159.736000', '214159.739000', '214159.741000', '214159.744000', '214159.746000', '214159.749000', '214159.751000', '214159.754000', '214159.756000', '214159.759000', '214159.762000', '214159.764000', '214159.767000', '214159.769000', '214159.772000', '214159.774000', '214159.777000', '214159.779000', '214159.782000', '214159.785000', '214159.787000', '214159.790000', '214159.792000', '214159.795000', '214159.797000', '214159.862000', '214219.691000', '214219.693000', '214219.696000', '214219.698000', '214219.701000', '214219.704000', '214219.706000', '214219.709000', '214219.711000', '214219.714000', '214219.717000', '214219.719000', '214219.722000', '214219.724000', '214219.727000', '214219.730000', '214219.732000', '214219.735000', '214219.737000', '214219.740000', '214219.743000', '214219.745000', '214219.748000', '214219.750000', '214219.753000', '214219.755000', '214219.758000', '214219.761000', '214219.763000', '214219.766000', '214219.768000', '214219.771000', '214219.773000', '214219.776000', '214219.778000', '214219.781000', '214219.783000', '214219.786000', '214219.789000', '214219.802000', '214219.847000', '214219.850000', '214219.852000', '214219.855000', '214239.689000', '214239.692000', '214239.695000', '214239.697000', '214239.700000', '214239.702000', '214239.705000', '214239.708000', '214239.710000', '214239.713000', '214239.715000', '214239.718000', '214239.720000', '214239.723000', '214239.726000', '214239.728000', '214239.731000', '214239.733000', '214239.736000', '214239.740000', '214239.742000', '214239.745000', '214239.748000', '214239.750000', '214239.753000', '214239.755000', '214239.758000', '214239.760000', '214239.763000', '214239.765000', '214239.768000', '214239.771000', '214239.773000', '214239.776000', '214239.778000', '214239.781000', '214239.783000', '214239.786000', '214239.788000', '214239.791000', '214239.794000', '214239.796000', '214239.799000', '214239.839000', '214259.690000', '214259.692000', '214259.695000', '214259.698000', '214259.700000', '214259.703000', '214259.705000', '214259.708000', '214259.711000', '214259.713000', '214259.716000', '214259.718000', '214259.721000', '214259.723000', '214259.726000', '214259.729000', '214259.731000', '214259.734000', '214259.736000', '214259.739000', '214259.741000', '214259.744000', '214259.747000', '214259.749000', '214259.752000', '214259.754000', '214259.757000', '214259.759000', '214259.762000', '214259.765000', '214259.767000', '214259.770000', '214259.772000', '214259.775000', '214259.777000', '214259.780000', '214259.783000', '214259.785000', '214259.788000', '214259.790000', '214259.793000', '214259.795000', '214259.801000', '214319.690000', '214319.692000', '214319.695000', '214319.698000', '214319.700000', '214319.703000', '214319.705000', '214319.708000', '214319.710000', '214319.713000', '214319.716000', '214319.718000', '214319.721000', '214319.724000', '214319.726000', '214319.729000', '214319.731000', '214319.734000', '214319.737000', '214319.739000', '214319.742000', '214319.744000', '214319.747000', '214319.750000', '214319.752000', '214319.755000', '214319.757000', '214319.760000', '214319.762000', '214319.765000', '214319.767000', '214319.770000', '214319.773000', '214319.775000', '214319.778000', '214319.780000', '214319.783000', '214319.785000', '214319.788000', '214319.790000', '214319.793000', '214319.795000', '214319.798000', '214319.801000', '214339.689000', '214339.692000', '214339.695000', '214339.697000', '214339.700000', '214339.702000', '214339.705000', '214339.708000', '214339.710000', '214339.713000', '214339.715000', '214339.718000', '214339.720000', '214339.723000', '214339.725000', '214339.728000', '214339.731000', '214339.733000', '214339.736000', '214339.738000', '214339.741000', '214339.744000', '214339.746000', '214339.749000', '214339.752000', '214339.754000', '214339.757000', '214339.759000', '214339.762000', '214339.764000', '214339.767000', '214339.769000', '214339.772000', '214339.774000', '214339.777000', '214339.780000', '214339.782000', '214339.785000', '214339.787000', '214339.790000', '214339.792000', '214339.795000', '214339.798000', '214359.690000', '214359.692000', '214359.695000', '214359.697000', '214359.700000', '214359.703000', '214359.718000', '214359.721000', '214359.724000', '214359.726000', '214359.729000', '214359.731000', '214359.734000', '214359.737000', '214359.739000', '214359.742000', '214359.744000', '214359.747000', '214359.749000', '214359.752000', '214359.755000', '214359.757000', '214359.760000', '214359.762000', '214359.765000', '214359.768000', '214359.770000', '214359.773000', '214359.776000', '214359.779000', '214359.782000', '214359.785000', '214359.787000', '214359.790000', '214359.793000', '214359.795000', '214359.798000', '214359.858000', '214359.860000', '214359.863000', '214359.865000', '214359.868000', '214359.871000', '214419.691000', '214419.693000', '214419.696000', '214419.699000', '214419.701000', '214419.704000', '214419.706000', '214419.709000', '214419.711000', '214419.714000', '214419.717000', '214419.719000', '214419.722000', '214419.724000', '214419.727000', '214419.730000', '214419.732000', '214419.735000', '214419.737000', '214419.740000', '214419.743000', '214419.745000', '214419.748000', '214419.750000', '214419.753000', '214419.756000', '214419.758000', '214419.761000', '214419.763000', '214419.766000', '214419.768000', '214419.771000', '214419.774000', '214419.776000', '214419.779000', '214419.781000', '214419.784000', '214419.787000', '214419.789000', '214419.792000', '214419.794000', '214419.797000', '214419.843000', '214419.846000', '214439.691000', '214439.693000', '214439.696000', '214439.699000', '214439.701000', '214439.704000', '214439.706000', '214439.709000', '214439.711000', '214439.714000', '214439.717000', '214439.719000', '214439.722000', '214439.724000', '214439.727000', '214439.729000', '214439.732000', '214439.734000', '214439.737000', '214439.740000', '214439.742000', '214439.745000', '214439.747000', '214439.750000', '214439.752000', '214439.755000', '214439.759000', '214439.762000', '214439.764000', '214439.767000', '214439.769000', '214439.772000', '214439.775000', '214439.777000', '214439.780000', '214439.782000', '214439.785000', '214439.788000', '214439.790000', '214439.793000', '214439.795000', '214439.798000', '214439.857000', '214459.689000', '214459.692000', '214459.695000', '214459.698000', '214459.700000', '214459.704000', '214459.707000', '214459.709000', '214459.712000', '214459.714000', '214459.717000', '214459.719000', '214459.722000', '214459.725000', '214459.727000', '214459.730000', '214459.732000', '214459.735000', '214459.737000', '214459.740000', '214459.743000', '214459.745000', '214459.748000', '214459.750000', '214459.753000', '214459.755000', '214459.758000', '214459.760000', '214459.763000', '214459.766000', '214459.768000', '214459.771000', '214459.773000', '214459.776000', '214459.778000', '214459.781000', '214459.783000', '214459.786000', '214459.789000', '214459.791000', '214459.794000', '214459.796000', '214459.799000', '214459.860000', '214519.689000', '214519.692000', '214519.695000', '214519.698000', '214519.700000', '214519.703000', '214519.705000', '214519.708000', '214519.711000', '214519.713000', '214519.716000', '214519.718000', '214519.721000', '214519.724000', '214519.726000', '214519.729000', '214519.739000', '214519.742000', '214519.745000', '214519.747000', '214519.750000', '214519.752000', '214519.755000', '214519.757000', '214519.760000', '214519.763000', '214519.765000', '214519.768000', '214519.770000', '214519.773000', '214519.775000', '214519.778000', '214519.780000', '214519.783000', '214519.786000', '214519.788000', '214519.791000', '214519.793000', '214519.796000', '214519.800000', '214519.842000', '214519.844000', '214519.847000', '214539.690000', '214539.692000', '214539.695000', '214539.698000', '214539.700000', '214539.703000', '214539.705000', '214539.708000', '214539.710000', '214539.713000', '214539.715000', '214539.718000', '214539.721000', '214539.723000', '214539.726000', '214539.728000', '214539.731000', '214539.733000', '214539.736000', '214539.739000', '214539.741000', '214539.744000', '214539.746000', '214539.749000', '214539.751000', '214539.754000', '214539.756000', '214539.759000', '214539.761000', '214539.764000', '214539.767000', '214539.769000', '214539.772000', '214539.774000', '214539.777000', '214539.779000', '214539.782000', '214539.785000', '214539.787000', '214539.790000', '214539.792000', '214539.795000', '214539.797000', '214539.883000', '214559.690000', '214559.693000', '214559.695000', '214559.698000', '214559.700000', '214559.703000', '214559.705000', '214559.708000', '214559.711000', '214559.713000', '214559.716000', '214559.718000', '214559.721000', '214559.724000', '214559.726000', '214559.729000', '214559.731000', '214559.734000', '214559.737000', '214559.739000', '214559.742000', '214559.744000', '214559.747000', '214559.749000', '214559.752000', '214559.755000', '214559.757000', '214559.760000', '214559.762000', '214559.765000', '214559.768000', '214559.770000', '214559.773000', '214559.775000', '214559.778000', '214559.780000', '214559.783000', '214559.786000', '214559.788000', '214559.791000', '214559.794000', '214559.797000', '214559.885000', '214619.690000', '214619.693000', '214619.695000', '214619.698000', '214619.700000', '214619.703000', '214619.705000', '214619.708000', '214619.710000', '214619.713000', '214619.716000', '214619.718000', '214619.721000', '214619.723000', '214619.726000', '214619.728000', '214619.731000', '214619.734000', '214619.736000', '214619.739000', '214619.741000', '214619.744000', '214619.746000', '214619.749000', '214619.752000', '214619.754000', '214619.757000', '214619.759000', '214619.762000', '214619.764000', '214619.767000', '214619.769000', '214619.772000', '214619.775000', '214619.777000', '214619.780000', '214619.782000', '214619.785000', '214619.787000', '214619.790000', '214619.792000', '214619.795000', '214619.798000', '214619.896000', '214639.690000', '214639.693000', '214639.696000', '214639.698000', '214639.701000', '214639.704000', '214639.706000', '214639.709000', '214639.711000', '214639.714000', '214639.716000', '214639.719000', '214639.722000', '214639.754000', '214639.757000', '214639.759000', '214639.762000', '214639.765000', '214639.767000', '214639.770000', '214639.772000', '214639.775000', '214639.777000', '214639.780000', '214639.783000', '214639.785000', '214639.788000', '214639.790000', '214639.793000', '214639.795000', '214639.798000', '214639.801000', '214639.873000', '214639.876000', '214639.878000', '214639.881000', '214639.883000', '214639.886000', '214639.888000', '214639.891000', '214639.893000', '214639.896000', '214639.898000', '214659.690000', '214659.693000', '214659.696000', '214659.698000', '214659.701000', '214659.703000', '214659.706000', '214659.708000', '214659.711000', '214659.714000', '214659.716000', '214659.719000', '214659.721000', '214659.724000', '214659.726000', '214659.729000', '214659.732000', '214659.734000', '214659.737000', '214659.739000', '214659.742000', '214659.744000', '214659.747000', '214659.750000', '214659.752000', '214659.755000', '214659.757000', '214659.760000', '214659.763000', '214659.765000', '214659.768000', '214659.770000', '214659.773000', '214659.775000', '214659.778000', '214659.781000', '214659.783000', '214659.786000', '214659.788000', '214659.791000', '214659.793000', '214659.796000', '214659.799000', '214659.874000', '214719.690000', '214719.692000', '214719.695000', '214719.697000', '214719.700000', '214719.703000', '214719.705000', '214719.708000', '214719.710000', '214719.713000', '214719.716000', '214719.718000', '214719.721000', '214719.723000', '214719.726000', '214719.729000', '214719.731000', '214719.734000', '214719.736000', '214719.739000', '214719.742000', '214719.744000', '214719.747000', '214719.749000', '214719.752000', '214719.754000', '214719.757000', '214719.760000', '214719.762000', '214719.765000', '214719.767000', '214719.770000', '214719.772000', '214719.775000', '214719.777000', '214719.780000', '214719.783000', '214719.785000', '214719.788000', '214719.790000', '214719.793000', '214719.795000', '214719.798000', '214739.689000', '214739.692000', '214739.695000', '214739.697000', '214739.700000', '214739.702000', '214739.705000', '214739.708000', '214739.710000', '214739.713000', '214739.715000', '214739.718000', '214739.721000', '214739.723000', '214739.726000', '214739.729000', '214739.731000', '214739.734000', '214739.736000', '214739.739000', '214739.741000', '214739.744000', '214739.747000', '214739.749000', '214739.752000', '214739.754000', '214739.757000', '214739.760000', '214739.762000', '214739.765000', '214739.767000', '214739.770000', '214739.772000', '214739.775000', '214739.778000', '214739.780000', '214739.783000', '214739.785000', '214739.788000', '214739.791000', '214739.793000', '214739.796000', '214739.798000', '214739.866000', '214759.690000', '214759.692000', '214759.695000', '214759.698000', '214759.700000', '214759.703000', '214759.705000', '214759.708000', '214759.710000', '214759.724000', '214759.726000', '214759.729000', '214759.732000', '214759.734000', '214759.737000', '214759.739000', '214759.742000', '214759.744000', '214759.747000', '214759.750000', '214759.752000', '214759.755000', '214759.757000', '214759.760000', '214759.763000', '214759.765000', '214759.768000', '214759.771000', '214759.773000', '214759.776000', '214759.778000', '214759.781000', '214759.783000', '214759.786000', '214759.788000', '214759.791000', '214759.794000', '214759.796000', '214759.799000', '214759.837000', '214759.839000', '214759.842000', '214759.845000', '214819.690000', '214819.692000', '214819.695000', '214819.698000', '214819.700000', '214819.703000', '214819.705000', '214819.708000', '214819.711000', '214819.713000', '214819.716000', '214819.718000', '214819.721000', '214819.724000', '214819.726000', '214819.729000', '214819.731000', '214819.734000', '214819.736000', '214819.739000', '214819.742000', '214819.744000', '214819.747000', '214819.749000', '214819.752000', '214819.755000', '214819.757000', '214819.760000', '214819.762000', '214819.765000', '214819.767000', '214819.770000', '214819.773000', '214819.775000', '214819.778000', '214819.780000', '214819.783000', '214819.785000', '214819.788000', '214819.790000', '214819.793000', '214819.796000', '214819.798000', '214819.876000', '214839.690000', '214839.692000', '214839.695000', '214839.697000', '214839.700000', '214839.703000', '214839.705000', '214839.708000', '214839.710000', '214839.713000', '214839.715000', '214839.718000', '214839.721000', '214839.723000', '214839.726000', '214839.728000', '214839.731000', '214839.734000', '214839.736000', '214839.739000', '214839.741000', '214839.744000', '214839.747000', '214839.749000', '214839.752000', '214839.754000', '214839.757000', '214839.760000', '214839.762000', '214839.765000', '214839.767000', '214839.770000', '214839.773000', '214839.775000', '214839.778000', '214839.781000', '214839.783000', '214839.786000', '214839.788000', '214839.791000', '214839.794000', '214839.796000', '214839.799000', '214845.926000', '214845.929000', '214845.931000', '214845.934000', '214845.936000', '214845.939000', '214845.942000', '214845.950000', '214845.953000', '214845.955000', '214845.958000', '214845.960000', '214845.965000', '214845.969000'], 'InstanceCreationTime': ['213859.719000', '213859.722000', '213859.725000', '213859.728000', '213859.731000', '213859.733000', '213859.736000', '213859.738000', '213859.744000', '213859.747000', '213859.749000', '213859.752000', '213859.761000', '213859.764000', '213859.766000', '213859.769000', '213859.771000', '213859.774000', '213859.776000', '213859.779000', '213859.781000', '213859.784000', '213859.786000', '213919.689000', '213919.692000', '213919.695000', '213919.697000', '213919.714000', '213919.716000', '213919.719000', '213919.721000', '213919.724000', '213919.726000', '213919.732000', '213919.734000', '213919.737000', '213919.739000', '213919.742000', '213919.744000', '213919.747000', '213919.750000', '213919.752000', '213919.755000', '213919.757000', '213919.760000', '213919.762000', '213919.765000', '213919.767000', '213919.770000', '213919.772000', '213919.781000', '213919.783000', '213919.786000', '213919.788000', '213919.791000', '213919.794000', '213919.796000', '213919.799000', '213919.837000', '213919.839000', '213919.842000', '213919.844000', '213919.847000', '213919.849000', '213919.852000', '213919.854000', '213919.857000', '213939.690000', '213939.692000', '213939.695000', '213939.697000', '213939.700000', '213939.703000', '213939.705000', '213939.708000', '213939.710000', '213939.713000', '213939.715000', '213939.718000', '213939.720000', '213939.723000', '213939.725000', '213939.728000', '213939.730000', '213939.733000', '213939.736000', '213939.738000', '213939.741000', '213939.743000', '213939.746000', '213939.748000', '213939.751000', '213939.753000', '213939.756000', '213939.758000', '213939.761000', '213939.763000', '213939.766000', '213939.769000', '213939.771000', '213939.782000', '213939.785000', '213939.787000', '213939.790000', '213939.792000', '213939.795000', '213939.797000', '213939.800000', '213939.802000', '213939.805000', '213959.690000', '213959.693000', '213959.696000', '213959.698000', '213959.701000', '213959.716000', '213959.719000', '213959.721000', '213959.724000', '213959.726000', '213959.729000', '213959.731000', '213959.734000', '213959.737000', '213959.739000', '213959.742000', '213959.744000', '213959.747000', '213959.749000', '213959.752000', '213959.755000', '213959.757000', '213959.760000', '213959.762000', '213959.765000', '213959.767000', '213959.770000', '213959.772000', '213959.775000', '213959.777000', '213959.780000', '213959.783000', '213959.785000', '213959.788000', '213959.790000', '213959.793000', '213959.795000', '213959.798000', '213959.801000', '213959.803000', '213959.806000', '213959.808000', '213959.811000', '214019.690000', '214019.693000', '214019.696000', '214019.698000', '214019.701000', '214019.703000', '214019.706000', '214019.708000', '214019.711000', '214019.714000', '214019.716000', '214019.719000', '214019.721000', '214019.724000', '214019.726000', '214019.729000', '214019.732000', '214019.734000', '214019.737000', '214019.739000', '214019.742000', '214019.744000', '214019.747000', '214019.749000', '214019.752000', '214019.754000', '214019.757000', '214019.760000', '214019.762000', '214019.765000', '214019.767000', '214019.770000', '214019.772000', '214019.775000', '214019.778000', '214019.780000', '214019.783000', '214019.785000', '214019.788000', '214019.790000', '214019.793000', '214019.795000', '214019.798000', '214019.800000', '214039.689000', '214039.692000', '214039.695000', '214039.697000', '214039.700000', '214039.702000', '214039.705000', '214039.708000', '214039.710000', '214039.713000', '214039.715000', '214039.718000', '214039.720000', '214039.723000', '214039.725000', '214039.728000', '214039.731000', '214039.733000', '214039.736000', '214039.738000', '214039.741000', '214039.743000', '214039.746000', '214039.748000', '214039.751000', '214039.753000', '214039.756000', '214039.759000', '214039.761000', '214039.764000', '214039.766000', '214039.769000', '214039.771000', '214039.774000', '214039.777000', '214039.779000', '214039.782000', '214039.784000', '214039.787000', '214039.790000', '214039.792000', '214039.795000', '214039.797000', '214039.861000', '214059.690000', '214059.692000', '214059.695000', '214059.698000', '214059.700000', '214059.703000', '214059.705000', '214059.708000', '214059.711000', '214059.713000', '214059.716000', '214059.718000', '214059.721000', '214059.724000', '214059.726000', '214059.729000', '214059.731000', '214059.734000', '214059.736000', '214059.739000', '214059.741000', '214059.744000', '214059.747000', '214059.749000', '214059.752000', '214059.754000', '214059.757000', '214059.759000', '214059.762000', '214059.765000', '214059.767000', '214059.770000', '214059.772000', '214059.775000', '214059.777000', '214059.780000', '214059.782000', '214059.785000', '214059.788000', '214059.790000', '214059.793000', '214059.795000', '214059.798000', '214119.690000', '214119.692000', '214119.695000', '214119.698000', '214119.701000', '214119.703000', '214119.706000', '214119.708000', '214119.711000', '214119.714000', '214119.716000', '214119.719000', '214119.722000', '214119.724000', '214119.727000', '214119.729000', '214119.732000', '214119.734000', '214119.737000', '214119.740000', '214119.742000', '214119.745000', '214119.747000', '214119.750000', '214119.752000', '214119.755000', '214119.758000', '214119.760000', '214119.763000', '214119.766000', '214119.768000', '214119.771000', '214119.773000', '214119.776000', '214119.778000', '214119.781000', '214119.783000', '214119.786000', '214119.789000', '214119.791000', '214119.794000', '214119.796000', '214119.799000', '214119.882000', '214139.689000', '214139.692000', '214139.695000', '214139.697000', '214139.700000', '214139.702000', '214139.705000', '214139.707000', '214139.710000', '214139.713000', '214139.715000', '214139.718000', '214139.720000', '214139.723000', '214139.725000', '214139.728000', '214139.731000', '214139.733000', '214139.736000', '214139.738000', '214139.741000', '214139.743000', '214139.746000', '214139.748000', '214139.751000', '214139.753000', '214139.756000', '214139.759000', '214139.761000', '214139.764000', '214139.766000', '214139.769000', '214139.771000', '214139.774000', '214139.777000', '214139.779000', '214139.782000', '214139.784000', '214139.787000', '214139.789000', '214139.792000', '214139.794000', '214139.797000', '214159.690000', '214159.692000', '214159.695000', '214159.697000', '214159.700000', '214159.704000', '214159.706000', '214159.709000', '214159.712000', '214159.715000', '214159.718000', '214159.721000', '214159.723000', '214159.726000', '214159.728000', '214159.731000', '214159.733000', '214159.736000', '214159.739000', '214159.741000', '214159.744000', '214159.746000', '214159.749000', '214159.751000', '214159.754000', '214159.756000', '214159.759000', '214159.762000', '214159.764000', '214159.767000', '214159.769000', '214159.772000', '214159.774000', '214159.777000', '214159.779000', '214159.782000', '214159.785000', '214159.787000', '214159.790000', '214159.792000', '214159.795000', '214159.797000', '214159.862000', '214219.691000', '214219.693000', '214219.696000', '214219.698000', '214219.701000', '214219.704000', '214219.706000', '214219.709000', '214219.711000', '214219.714000', '214219.717000', '214219.719000', '214219.722000', '214219.724000', '214219.727000', '214219.730000', '214219.732000', '214219.735000', '214219.737000', '214219.740000', '214219.743000', '214219.745000', '214219.748000', '214219.750000', '214219.753000', '214219.755000', '214219.758000', '214219.761000', '214219.763000', '214219.766000', '214219.768000', '214219.771000', '214219.773000', '214219.776000', '214219.778000', '214219.781000', '214219.783000', '214219.786000', '214219.789000', '214219.802000', '214219.847000', '214219.850000', '214219.852000', '214219.855000', '214239.689000', '214239.692000', '214239.695000', '214239.697000', '214239.700000', '214239.702000', '214239.705000', '214239.708000', '214239.710000', '214239.713000', '214239.715000', '214239.718000', '214239.720000', '214239.723000', '214239.726000', '214239.728000', '214239.731000', '214239.733000', '214239.736000', '214239.740000', '214239.742000', '214239.745000', '214239.748000', '214239.750000', '214239.753000', '214239.755000', '214239.758000', '214239.760000', '214239.763000', '214239.765000', '214239.768000', '214239.771000', '214239.773000', '214239.776000', '214239.778000', '214239.781000', '214239.783000', '214239.786000', '214239.788000', '214239.791000', '214239.794000', '214239.796000', '214239.799000', '214239.839000', '214259.690000', '214259.692000', '214259.695000', '214259.698000', '214259.700000', '214259.703000', '214259.705000', '214259.708000', '214259.711000', '214259.713000', '214259.716000', '214259.718000', '214259.721000', '214259.723000', '214259.726000', '214259.729000', '214259.731000', '214259.734000', '214259.736000', '214259.739000', '214259.741000', '214259.744000', '214259.747000', '214259.749000', '214259.752000', '214259.754000', '214259.757000', '214259.759000', '214259.762000', '214259.765000', '214259.767000', '214259.770000', '214259.772000', '214259.775000', '214259.777000', '214259.780000', '214259.783000', '214259.785000', '214259.788000', '214259.790000', '214259.793000', '214259.795000', '214259.801000', '214319.690000', '214319.692000', '214319.695000', '214319.698000', '214319.700000', '214319.703000', '214319.705000', '214319.708000', '214319.710000', '214319.713000', '214319.716000', '214319.718000', '214319.721000', '214319.724000', '214319.726000', '214319.729000', '214319.731000', '214319.734000', '214319.737000', '214319.739000', '214319.742000', '214319.744000', '214319.747000', '214319.750000', '214319.752000', '214319.755000', '214319.757000', '214319.760000', '214319.762000', '214319.765000', '214319.767000', '214319.770000', '214319.773000', '214319.775000', '214319.778000', '214319.780000', '214319.783000', '214319.785000', '214319.788000', '214319.790000', '214319.793000', '214319.795000', '214319.798000', '214319.801000', '214339.689000', '214339.692000', '214339.695000', '214339.697000', '214339.700000', '214339.702000', '214339.705000', '214339.708000', '214339.710000', '214339.713000', '214339.715000', '214339.718000', '214339.720000', '214339.723000', '214339.725000', '214339.728000', '214339.731000', '214339.733000', '214339.736000', '214339.738000', '214339.741000', '214339.744000', '214339.746000', '214339.749000', '214339.752000', '214339.754000', '214339.757000', '214339.759000', '214339.762000', '214339.764000', '214339.767000', '214339.769000', '214339.772000', '214339.774000', '214339.777000', '214339.780000', '214339.782000', '214339.785000', '214339.787000', '214339.790000', '214339.792000', '214339.795000', '214339.798000', '214359.690000', '214359.692000', '214359.695000', '214359.697000', '214359.700000', '214359.703000', '214359.718000', '214359.721000', '214359.724000', '214359.726000', '214359.729000', '214359.731000', '214359.734000', '214359.737000', '214359.739000', '214359.742000', '214359.744000', '214359.747000', '214359.749000', '214359.752000', '214359.755000', '214359.757000', '214359.760000', '214359.762000', '214359.765000', '214359.768000', '214359.770000', '214359.773000', '214359.776000', '214359.779000', '214359.782000', '214359.785000', '214359.787000', '214359.790000', '214359.793000', '214359.795000', '214359.798000', '214359.858000', '214359.860000', '214359.863000', '214359.865000', '214359.868000', '214359.871000', '214419.691000', '214419.693000', '214419.696000', '214419.699000', '214419.701000', '214419.704000', '214419.706000', '214419.709000', '214419.711000', '214419.714000', '214419.717000', '214419.719000', '214419.722000', '214419.724000', '214419.727000', '214419.730000', '214419.732000', '214419.735000', '214419.737000', '214419.740000', '214419.743000', '214419.745000', '214419.748000', '214419.750000', '214419.753000', '214419.756000', '214419.758000', '214419.761000', '214419.763000', '214419.766000', '214419.768000', '214419.771000', '214419.774000', '214419.776000', '214419.779000', '214419.781000', '214419.784000', '214419.787000', '214419.789000', '214419.792000', '214419.794000', '214419.797000', '214419.843000', '214419.846000', '214439.691000', '214439.693000', '214439.696000', '214439.699000', '214439.701000', '214439.704000', '214439.706000', '214439.709000', '214439.711000', '214439.714000', '214439.717000', '214439.719000', '214439.722000', '214439.724000', '214439.727000', '214439.729000', '214439.732000', '214439.734000', '214439.737000', '214439.740000', '214439.742000', '214439.745000', '214439.747000', '214439.750000', '214439.752000', '214439.755000', '214439.759000', '214439.762000', '214439.764000', '214439.767000', '214439.769000', '214439.772000', '214439.775000', '214439.777000', '214439.780000', '214439.782000', '214439.785000', '214439.788000', '214439.790000', '214439.793000', '214439.795000', '214439.798000', '214439.857000', '214459.689000', '214459.692000', '214459.695000', '214459.698000', '214459.700000', '214459.704000', '214459.707000', '214459.709000', '214459.712000', '214459.714000', '214459.717000', '214459.719000', '214459.722000', '214459.725000', '214459.727000', '214459.730000', '214459.732000', '214459.735000', '214459.737000', '214459.740000', '214459.743000', '214459.745000', '214459.748000', '214459.750000', '214459.753000', '214459.755000', '214459.758000', '214459.760000', '214459.763000', '214459.766000', '214459.768000', '214459.771000', '214459.773000', '214459.776000', '214459.778000', '214459.781000', '214459.783000', '214459.786000', '214459.789000', '214459.791000', '214459.794000', '214459.796000', '214459.799000', '214459.860000', '214519.689000', '214519.692000', '214519.695000', '214519.698000', '214519.700000', '214519.703000', '214519.705000', '214519.708000', '214519.711000', '214519.713000', '214519.716000', '214519.718000', '214519.721000', '214519.724000', '214519.726000', '214519.729000', '214519.739000', '214519.742000', '214519.745000', '214519.747000', '214519.750000', '214519.752000', '214519.755000', '214519.757000', '214519.760000', '214519.763000', '214519.765000', '214519.768000', '214519.770000', '214519.773000', '214519.775000', '214519.778000', '214519.780000', '214519.783000', '214519.786000', '214519.788000', '214519.791000', '214519.793000', '214519.796000', '214519.800000', '214519.842000', '214519.844000', '214519.847000', '214539.690000', '214539.692000', '214539.695000', '214539.698000', '214539.700000', '214539.703000', '214539.705000', '214539.708000', '214539.710000', '214539.713000', '214539.715000', '214539.718000', '214539.721000', '214539.723000', '214539.726000', '214539.728000', '214539.731000', '214539.733000', '214539.736000', '214539.739000', '214539.741000', '214539.744000', '214539.746000', '214539.749000', '214539.751000', '214539.754000', '214539.756000', '214539.759000', '214539.761000', '214539.764000', '214539.767000', '214539.769000', '214539.772000', '214539.774000', '214539.777000', '214539.779000', '214539.782000', '214539.785000', '214539.787000', '214539.790000', '214539.792000', '214539.795000', '214539.797000', '214539.883000', '214559.690000', '214559.693000', '214559.695000', '214559.698000', '214559.700000', '214559.703000', '214559.705000', '214559.708000', '214559.711000', '214559.713000', '214559.716000', '214559.718000', '214559.721000', '214559.724000', '214559.726000', '214559.729000', '214559.731000', '214559.734000', '214559.737000', '214559.739000', '214559.742000', '214559.744000', '214559.747000', '214559.749000', '214559.752000', '214559.755000', '214559.757000', '214559.760000', '214559.762000', '214559.765000', '214559.768000', '214559.770000', '214559.773000', '214559.775000', '214559.778000', '214559.780000', '214559.783000', '214559.786000', '214559.788000', '214559.791000', '214559.794000', '214559.797000', '214559.885000', '214619.690000', '214619.693000', '214619.695000', '214619.698000', '214619.700000', '214619.703000', '214619.705000', '214619.708000', '214619.710000', '214619.713000', '214619.716000', '214619.718000', '214619.721000', '214619.723000', '214619.726000', '214619.728000', '214619.731000', '214619.734000', '214619.736000', '214619.739000', '214619.741000', '214619.744000', '214619.746000', '214619.749000', '214619.752000', '214619.754000', '214619.757000', '214619.759000', '214619.762000', '214619.764000', '214619.767000', '214619.769000', '214619.772000', '214619.775000', '214619.777000', '214619.780000', '214619.782000', '214619.785000', '214619.787000', '214619.790000', '214619.792000', '214619.795000', '214619.798000', '214619.896000', '214639.690000', '214639.693000', '214639.696000', '214639.698000', '214639.701000', '214639.704000', '214639.706000', '214639.709000', '214639.711000', '214639.714000', '214639.716000', '214639.719000', '214639.722000', '214639.754000', '214639.757000', '214639.759000', '214639.762000', '214639.765000', '214639.767000', '214639.770000', '214639.772000', '214639.775000', '214639.777000', '214639.780000', '214639.783000', '214639.785000', '214639.788000', '214639.790000', '214639.793000', '214639.795000', '214639.798000', '214639.801000', '214639.873000', '214639.876000', '214639.878000', '214639.881000', '214639.883000', '214639.886000', '214639.888000', '214639.891000', '214639.893000', '214639.896000', '214639.898000', '214659.690000', '214659.693000', '214659.696000', '214659.698000', '214659.701000', '214659.703000', '214659.706000', '214659.708000', '214659.711000', '214659.714000', '214659.716000', '214659.719000', '214659.721000', '214659.724000', '214659.726000', '214659.729000', '214659.732000', '214659.734000', '214659.737000', '214659.739000', '214659.742000', '214659.744000', '214659.747000', '214659.750000', '214659.752000', '214659.755000', '214659.757000', '214659.760000', '214659.763000', '214659.765000', '214659.768000', '214659.770000', '214659.773000', '214659.775000', '214659.778000', '214659.781000', '214659.783000', '214659.786000', '214659.788000', '214659.791000', '214659.793000', '214659.796000', '214659.799000', '214659.874000', '214719.690000', '214719.692000', '214719.695000', '214719.697000', '214719.700000', '214719.703000', '214719.705000', '214719.708000', '214719.710000', '214719.713000', '214719.716000', '214719.718000', '214719.721000', '214719.723000', '214719.726000', '214719.729000', '214719.731000', '214719.734000', '214719.736000', '214719.739000', '214719.742000', '214719.744000', '214719.747000', '214719.749000', '214719.752000', '214719.754000', '214719.757000', '214719.760000', '214719.762000', '214719.765000', '214719.767000', '214719.770000', '214719.772000', '214719.775000', '214719.777000', '214719.780000', '214719.783000', '214719.785000', '214719.788000', '214719.790000', '214719.793000', '214719.795000', '214719.798000', '214739.689000', '214739.692000', '214739.695000', '214739.697000', '214739.700000', '214739.702000', '214739.705000', '214739.708000', '214739.710000', '214739.713000', '214739.715000', '214739.718000', '214739.721000', '214739.723000', '214739.726000', '214739.729000', '214739.731000', '214739.734000', '214739.736000', '214739.739000', '214739.741000', '214739.744000', '214739.747000', '214739.749000', '214739.752000', '214739.754000', '214739.757000', '214739.760000', '214739.762000', '214739.765000', '214739.767000', '214739.770000', '214739.772000', '214739.775000', '214739.778000', '214739.780000', '214739.783000', '214739.785000', '214739.788000', '214739.791000', '214739.793000', '214739.796000', '214739.798000', '214739.866000', '214759.690000', '214759.692000', '214759.695000', '214759.698000', '214759.700000', '214759.703000', '214759.705000', '214759.708000', '214759.710000', '214759.724000', '214759.726000', '214759.729000', '214759.732000', '214759.734000', '214759.737000', '214759.739000', '214759.742000', '214759.744000', '214759.747000', '214759.750000', '214759.752000', '214759.755000', '214759.757000', '214759.760000', '214759.763000', '214759.765000', '214759.768000', '214759.771000', '214759.773000', '214759.776000', '214759.778000', '214759.781000', '214759.783000', '214759.786000', '214759.788000', '214759.791000', '214759.794000', '214759.796000', '214759.799000', '214759.837000', '214759.839000', '214759.842000', '214759.845000', '214819.690000', '214819.692000', '214819.695000', '214819.698000', '214819.700000', '214819.703000', '214819.705000', '214819.708000', '214819.711000', '214819.713000', '214819.716000', '214819.718000', '214819.721000', '214819.724000', '214819.726000', '214819.729000', '214819.731000', '214819.734000', '214819.736000', '214819.739000', '214819.742000', '214819.744000', '214819.747000', '214819.749000', '214819.752000', '214819.755000', '214819.757000', '214819.760000', '214819.762000', '214819.765000', '214819.767000', '214819.770000', '214819.773000', '214819.775000', '214819.778000', '214819.780000', '214819.783000', '214819.785000', '214819.788000', '214819.790000', '214819.793000', '214819.796000', '214819.798000', '214819.876000', '214839.690000', '214839.692000', '214839.695000', '214839.697000', '214839.700000', '214839.703000', '214839.705000', '214839.708000', '214839.710000', '214839.713000', '214839.715000', '214839.718000', '214839.721000', '214839.723000', '214839.726000', '214839.728000', '214839.731000', '214839.734000', '214839.736000', '214839.739000', '214839.741000', '214839.744000', '214839.747000', '214839.749000', '214839.752000', '214839.754000', '214839.757000', '214839.760000', '214839.762000', '214839.765000', '214839.767000', '214839.770000', '214839.773000', '214839.775000', '214839.778000', '214839.781000', '214839.783000', '214839.786000', '214839.788000', '214839.791000', '214839.794000', '214839.796000', '214839.799000', '214845.926000', '214845.929000', '214845.931000', '214845.934000', '214845.936000', '214845.939000', '214845.942000', '214845.950000', '214845.953000', '214845.955000', '214845.958000', '214845.960000', '214845.965000', '214845.969000'], '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], 'LargestImagePixelValue': [10878, 8001, 15754, 8610, 16522, 9351, 15840, 11649, 15496, 11676, 15498, 8174, 13841, 8248, 12882, 8838, 13581, 7937, 12946, 7615, 12136, 8230, 10324, 7811, 8483, 8297, 8670, 8406, 8235, 8245, 8616, 8567, 11157, 8119, 11163, 7913, 9355, 8280, 9243, 8262, 8782, 8040, 8466, 8366, 8989, 8333, 11511, 8073, 12808, 8077, 16744, 7861, 16379, 8610, 15166, 8011, 13723, 8032, 12747, 10250, 14011, 8238, 13622, 8101, 12359, 9843, 13329, 8701, 13225, 7882, 12036, 8413, 12681, 9456, 13709, 7993, 12546, 8258, 12953, 9630, 14411, 8097, 14374, 8208, 13640, 9700, 14452, 8235, 13640, 8055, 11820, 8513, 12700, 8071, 12222, 7383, 10462, 7295, 11265, 7594, 11377, 7524, 10016, 7655, 10984, 8027, 12522, 7558, 10788, 7955, 11052, 8015, 12203, 7669, 11036, 7769, 11056, 8117, 12883, 7908, 12730, 8045, 15298, 9338, 15112, 8590, 18211, 8523, 15472, 11296, 15431, 10618, 15005, 8333, 13466, 9262, 13669, 9970, 14869, 7927, 13249, 8232, 12887, 8192, 14368, 7503, 12525, 7403, 11439, 7286, 13307, 7380, 11054, 7356, 10232, 7183, 12181, 7176, 12511, 7332, 10238, 7312, 11383, 7649, 12376, 7572, 10638, 7819, 11329, 8788, 12385, 8717, 8232, 8456, 7406, 9093, 8065, 8176, 9058, 7981, 11274, 7237, 13591, 8348, 14548, 9984, 14022, 8532, 10610, 9200, 10236, 14736, 10026, 10943, 8568, 11385, 8403, 13475, 8439, 12824, 7983, 10873, 7651, 13035, 7792, 13639, 8214, 10308, 7813, 11706, 7915, 13998, 8245, 13978, 7993, 15324, 7944, 13744, 8325, 9588, 8214, 8737, 8581, 8415, 9094, 7672, 9490, 7527, 10058, 7385, 13971, 8096, 15525, 8044, 14158, 8552, 14942, 9328, 15598, 8542, 14614, 8623, 13157, 8769, 14808, 7897, 13523, 7933, 11460, 7806, 12761, 8144, 12628, 7672, 11603, 7952, 13008, 8004, 14105, 7580, 11991, 7467, 11957, 7382, 13577, 7362, 10843, 7479, 9886, 7422, 11549, 7411, 10175, 7467, 9606, 7534, 10681, 7391, 11505, 7408, 9977, 7224, 10841, 7640, 12718, 7885, 11125, 7566, 10939, 8604, 12773, 7784, 13222, 7794, 13300, 9123, 13578, 8901, 14558, 7957, 13745, 8165, 14725, 9730, 11327, 8314, 13394, 8010, 15443, 8758, 10432, 8245, 11709, 8155, 15787, 9324, 11538, 8682, 13884, 8578, 16539, 9761, 17302, 10281, 16928, 8178, 17163, 8902, 16765, 10578, 15867, 7856, 14705, 7887, 13808, 10567, 14445, 7826, 13806, 8009, 13127, 10411, 13831, 8159, 12909, 7663, 11549, 8568, 13138, 7671, 13070, 7672, 11611, 8136, 12471, 8466, 13859, 7537, 12280, 8062, 12587, 9491, 14207, 7682, 13149, 7933, 13378, 9916, 14572, 9147, 14734, 7980, 13218, 9240, 13915, 10411, 14951, 8050, 13317, 8278, 13373, 7938, 14434, 7486, 11742, 7655, 9235, 7954, 8805, 11174, 8576, 10727, 8011, 15395, 7980, 17608, 9580, 16310, 7938, 16587, 7582, 14220, 10153, 14173, 7815, 14109, 7878, 15663, 9010, 12819, 8381, 10728, 8302, 8833, 8249, 7761, 9476, 7653, 8703, 8342, 8093, 10296, 7292, 15039, 9565, 15961, 9917, 16028, 9752, 14883, 11614, 15006, 10185, 15684, 8148, 13018, 7955, 12758, 9770, 13637, 7647, 12681, 7892, 12605, 9019, 14129, 7446, 11851, 7620, 9852, 7670, 10048, 7745, 8530, 7879, 8312, 13858, 7981, 14898, 7966, 16225, 8092, 13776, 7785, 12579, 8335, 12859, 7767, 11548, 7745, 11873, 8823, 12423, 7788, 11645, 7956, 11262, 7711, 12675, 7560, 10961, 7487, 9681, 7825, 10617, 7712, 8881, 7659, 8366, 14258, 8260, 16479, 8431, 12941, 8023, 17392, 7810, 14883, 9387, 14246, 7898, 13701, 7865, 12710, 9845, 12822, 7849, 11858, 7938, 11638, 7803, 13183, 7357, 11436, 7326, 9506, 7735, 9742, 7728, 9432, 8025, 8881, 7451, 8928, 7910, 10227, 7584, 9582, 7495, 9544, 7721, 11331, 7955, 9686, 8099, 8856, 15067, 8663, 16725, 9412, 16420, 8210, 17596, 8419, 14887, 11133, 16327, 8080, 14095, 7856, 13439, 11021, 15080, 8278, 14348, 8265, 14059, 9925, 15124, 8296, 14189, 7748, 12030, 7772, 12254, 8042, 13218, 7749, 11579, 7735, 10196, 7425, 10839, 7388, 9866, 7731, 8612, 9957, 8355, 15432, 9227, 10350, 8367, 14347, 8334, 18103, 8656, 15186, 8753, 14388, 7892, 12811, 8244, 12619, 9269, 13089, 7962, 11274, 7444, 10315, 7686, 11132, 7602, 9502, 7461, 8712, 8137, 8435, 13921, 8310, 8796, 8203, 13288, 8318, 18209, 8252, 16550, 9042, 14414, 7753, 13098, 8229, 12487, 8972, 12720, 7432, 9993, 7502, 9501, 7266, 9226, 8008, 8482, 7661, 8368, 7581, 8775, 7750, 8749, 7714, 8621, 7767, 8529, 7701, 8822, 7854, 8386, 7940, 8500, 7387, 9080, 8132, 8820, 7494, 9350, 7388, 11774, 7293, 11476, 7378, 14156, 7573, 15042, 7395, 13204, 8168, 11213, 17431, 16946, 11322, 12093, 8451, 7765, 11169, 17507, 8155, 8778, 7878, 8198, 8335, 9379, 7957, 9602, 7783, 17373, 8099, 15609, 11209, 15788, 9465, 14811, 9160, 12136, 12493, 10702, 9833, 8462, 12548, 8322, 17028, 8147, 11764, 8147, 8554, 8129, 8254, 8077, 8421, 8127, 8118, 8508, 7979, 8943, 7204, 10503, 7743, 7756, 9196, 7176, 12195, 7719, 15421, 9627, 15871, 8224, 14746, 8290, 13551, 8483, 13754, 7300, 9758, 7448, 9014, 7439, 8426, 7711, 8293, 7752, 8423, 8235, 8311, 12560, 7996, 7855, 8413, 8729, 8222, 14168, 8282, 13441, 9535, 7784, 9304, 7412, 9722, 7470, 10257, 7611, 9370, 7948, 9186, 7791, 9635, 7829, 9066, 7555, 9252, 10815, 11820, 11408, 11571, 10174, 9656, 13251, 11017, 15258, 12298, 8813, 9567, 8351, 9262, 9425, 11300, 7726, 9687, 7514, 9210, 7398, 12184, 7792, 12949, 7622, 12585, 8212, 15695, 9323, 14073, 8381, 11481, 8598, 12865, 8655, 14384, 10467, 7637, 9225, 7828, 8595, 8265, 10339, 7657, 12177, 7552, 9088, 7651, 8667, 10010, 9289, 7806, 8651, 7532, 8394, 7682, 8248, 9446, 8373, 8070, 8478, 8683, 8514, 11007, 8307, 8131, 7976, 16220, 17742, 10993, 10623, 8453, 8622, 8244, 9093, 9169, 7201, 9494, 7372, 10491, 7206, 10820, 7696, 11384, 13799, 11792, 13307, 9438, 16825, 11164, 18586, 11937, 14965, 8850, 14715, 8255, 17614, 9372, 16457, 10203, 11491, 8511, 8170, 8422, 11702, 8360, 16529, 9903, 10490, 8743, 11777, 8420, 14062, 8589, 13380, 9216, 7848, 8796, 10051, 8440, 14492, 8869, 11204, 8728, 12741, 8502, 14614, 8251, 16046, 8221, 10003, 8453, 10160, 8658, 17528, 8392, 16330, 8137, 12509, 8741, 11937, 8464, 14450, 8326, 11878, 8411, 10180, 8433, 9824, 8601, 7888, 8720, 7518, 8940, 7462, 9908, 7493, 14611, 7362, 13669, 7714, 14070, 9105, 15625, 8557, 16105, 8151, 14670, 9466, 15977, 9749, 15966, 8437, 16315, 8895, 16391, 10863, 16354, 8390, 16209, 8260, 13821, 10165, 14934, 8737, 14151, 8519, 13852, 8358, 15179, 9777, 11807, 8268, 12202, 8345, 15244, 8790, 9722, 8547, 9447, 8670, 11891, 8519, 10817, 8590, 7965, 8759, 13784, 8662, 11319, 8529, 8307, 8517, 8289, 8244, 8230, 8767, 7628, 8726, 7807, 8560, 7464, 9551, 7412, 9806, 7241, 9480, 7774, 11906, 7835, 15340, 7792, 14714, 8331, 12295, 9441, 8137, 10073, 7475, 9789, 8308, 7780, 12902, 7984, 15649, 8534, 13718, 9798, 16330, 12724, 9964, 11364, 8919, 10890, 10992, 12829, 7660, 10221, 7715, 8834, 7670, 9094, 7813, 11873, 7524, 9728, 7593, 9810, 7928, 10290, 7460, 12495, 7752, 12823, 9043, 14854, 9442, 15556, 8114, 14961, 9514, 14855, 9135, 15215, 7841, 12345, 7317, 10344, 7417, 11748, 7575, 9356, 7737, 8589, 8024, 8393, 7930, 8364, 8042, 8412, 10162, 8295, 13310, 8151, 9188, 8115, 9199, 8578, 8743, 8170, 8314, 8498, 8001, 8336, 8854, 8353, 7805, 8767, 7597, 8528, 11018, 8381, 15266, 9541, 13252, 8391, 16226, 8148, 17026, 10181, 10831, 8412, 8569, 8411, 12180, 8633, 15404, 9329, 16238, 8366, 18517, 8732, 14976, 12069, 15339, 8563, 14102, 7753, 12538, 7965, 13092, 8396, 14857, 7717, 14108, 8672, 14542, 9686, 15385, 7865, 13602, 7440, 10984, 7644, 10902, 7658, 9779, 7544, 9073, 7684, 8715, 7683, 9161, 7602, 9042, 7874, 8456, 7876, 8581, 7932, 10953, 7798, 9818, 8022, 9346, 8608, 12190, 7595, 10624, 7982, 9030, 8206, 9731, 8653, 11796, 7693, 9479, 7691, 9395, 7635, 12226, 7347, 12706, 7508, 10539, 7523, 11068, 7557, 13606, 7728, 11424, 7647, 9225, 7412, 9675, 7807, 11581, 7521, 9633, 7350, 10082, 7404, 13355, 7356, 12574, 7356, 10854, 7496, 13391, 8110, 14203, 7542, 12586, 7645, 12556, 8955, 14496, 7973, 13961, 7927, 13039, 8963, 14061, 8243, 12136, 8313, 13716, 8123, 13209, 8328, 11063, 8366, 12189, 8388, 10979, 8451, 7793, 8063, 16681, 17502, 11321, 11591, 8782, 8323, 8297, 8197, 8885, 7330, 9565, 7563, 11452, 7835, 12803, 8938, 14348, 9200, 15743, 8618, 15223, 10035, 15412, 9629, 15786, 8047, 14208, 8151, 13679, 7936, 14536, 7695, 12176, 7469, 10368, 7406, 11308, 7494, 9376, 7882, 8622, 7734, 8450, 10824, 8920, 7479, 8380, 12139, 8529, 15715, 8277, 15635, 8378, 17018, 7963, 13781, 8234, 13466, 7748, 12619, 7687, 12124, 7831, 13528, 7919, 13993, 7841, 12927, 8451, 14071, 7973, 14448], 'WindowCenter': [4364.0, 4309.0, 4374.0, 4303.0, 4360.0, 4300.0, 4347.0, 4318.0, 4335.0, 4305.0, 4322.0, 4263.0, 4311.0, 4263.0, 4310.0, 4273.0, 4312.0, 4262.0, 4312.0, 4263.0, 4313.0, 4275.0, 4293.0, 4263.0, 4285.0, 4276.0, 4285.0, 4276.0, 4275.0, 4277.0, 4285.0, 4286.0, 4313.0, 4276.0, 4305.0, 4275.0, 4285.0, 4286.0, 4295.0, 4286.0, 4286.0, 4275.0, 4273.0, 4287.0, 4285.0, 4288.0, 4316.0, 4277.0, 4325.0, 4277.0, 4355.0, 4287.0, 4345.0, 4285.0, 4346.0, 4279.0, 4336.0, 4287.0, 4325.0, 4308.0, 4337.0, 4287.0, 4334.0, 4277.0, 4325.0, 4307.0, 4324.0, 4286.0, 4326.0, 4276.0, 4326.0, 4298.0, 4327.0, 4307.0, 4335.0, 4288.0, 4325.0, 4288.0, 4325.0, 4308.0, 4336.0, 4289.0, 4336.0, 4288.0, 4336.0, 4297.0, 4334.0, 4287.0, 4334.0, 4276.0, 4326.0, 4287.0, 4326.0, 4276.0, 4326.0, 4266.0, 4305.0, 4264.0, 4315.0, 4276.0, 4314.0, 4277.0, 4305.0, 4277.0, 4314.0, 4287.0, 4326.0, 4278.0, 4315.0, 4277.0, 4316.0, 4277.0, 4323.0, 4278.0, 4316.0, 4278.0, 4316.0, 4289.0, 4336.0, 4289.0, 4337.0, 4290.0, 4357.0, 4298.0, 4347.0, 4298.0, 4367.0, 4288.0, 4346.0, 4318.0, 4335.0, 4305.0, 4331.0, 4274.0, 4322.0, 4285.0, 4324.0, 4293.0, 4322.0, 4274.0, 4312.0, 4273.0, 4312.0, 4273.0, 4322.0, 4263.0, 4311.0, 4263.0, 4314.0, 4264.0, 4320.0, 4253.0, 4300.0, 4253.0, 4293.0, 4254.0, 4312.0, 4252.0, 4313.0, 4264.0, 4293.0, 4265.0, 4315.0, 4264.0, 4311.0, 4265.0, 4305.0, 4274.0, 4314.0, 4286.0, 4325.0, 4287.0, 4287.0, 4286.0, 4278.0, 4307.0, 4299.0, 4299.0, 4310.0, 4290.0, 4330.0, 4279.0, 4339.0, 4288.0, 4337.0, 4296.0, 4325.0, 4275.0, 4294.0, 4282.0, 4294.0, 4321.0, 4281.0, 4289.0, 4272.0, 4301.0, 4273.0, 4312.0, 4274.0, 4312.0, 4264.0, 4301.0, 4264.0, 4324.0, 4275.0, 4332.0, 4276.0, 4303.0, 4275.0, 4315.0, 4276.0, 4334.0, 4287.0, 4334.0, 4275.0, 4343.0, 4276.0, 4335.0, 4275.0, 4294.0, 4284.0, 4286.0, 4288.0, 4286.0, 4298.0, 4277.0, 4308.0, 4278.0, 4307.0, 4279.0, 4338.0, 4278.0, 4347.0, 4277.0, 4335.0, 4286.0, 4336.0, 4285.0, 4336.0, 4274.0, 4323.0, 4273.0, 4323.0, 4284.0, 4323.0, 4264.0, 4322.0, 4262.0, 4302.0, 4264.0, 4313.0, 4273.0, 4312.0, 4265.0, 4314.0, 4275.0, 4324.0, 4275.0, 4324.0, 4263.0, 4313.0, 4264.0, 4314.0, 4263.0, 4322.0, 4264.0, 4302.0, 4262.0, 4295.0, 4264.0, 4314.0, 4264.0, 4303.0, 4273.0, 4294.0, 4274.0, 4303.0, 4266.0, 4314.0, 4264.0, 4306.0, 4264.0, 4315.0, 4277.0, 4323.0, 4287.0, 4315.0, 4278.0, 4316.0, 4287.0, 4325.0, 4278.0, 4336.0, 4279.0, 4337.0, 4307.0, 4334.0, 4297.0, 4335.0, 4288.0, 4336.0, 4289.0, 4348.0, 4309.0, 4316.0, 4289.0, 4338.0, 4288.0, 4346.0, 4286.0, 4306.0, 4288.0, 4316.0, 4278.0, 4346.0, 4296.0, 4315.0, 4287.0, 4334.0, 4287.0, 4356.0, 4296.0, 4345.0, 4296.0, 4344.0, 4275.0, 4343.0, 4285.0, 4344.0, 4305.0, 4333.0, 4274.0, 4333.0, 4275.0, 4322.0, 4305.0, 4322.0, 4265.0, 4322.0, 4275.0, 4322.0, 4305.0, 4322.0, 4274.0, 4313.0, 4266.0, 4314.0, 4286.0, 4324.0, 4266.0, 4324.0, 4276.0, 4314.0, 4277.0, 4326.0, 4287.0, 4335.0, 4277.0, 4324.0, 4288.0, 4326.0, 4296.0, 4334.0, 4277.0, 4325.0, 4278.0, 4336.0, 4308.0, 4335.0, 4297.0, 4334.0, 4275.0, 4323.0, 4297.0, 4325.0, 4306.0, 4333.0, 4275.0, 4322.0, 4273.0, 4323.0, 4274.0, 4324.0, 4253.0, 4303.0, 4263.0, 4283.0, 4263.0, 4285.0, 4302.0, 4284.0, 4302.0, 4275.0, 4343.0, 4276.0, 4354.0, 4295.0, 4344.0, 4276.0, 4344.0, 4275.0, 4324.0, 4307.0, 4333.0, 4276.0, 4334.0, 4277.0, 4346.0, 4296.0, 4325.0, 4287.0, 4316.0, 4289.0, 4294.0, 4286.0, 4278.0, 4308.0, 4288.0, 4299.0, 4290.0, 4289.0, 4319.0, 4280.0, 4346.0, 4307.0, 4348.0, 4307.0, 4346.0, 4296.0, 4334.0, 4316.0, 4334.0, 4294.0, 4334.0, 4275.0, 4312.0, 4275.0, 4323.0, 4295.0, 4325.0, 4266.0, 4322.0, 4275.0, 4314.0, 4286.0, 4322.0, 4254.0, 4314.0, 4264.0, 4293.0, 4261.0, 4294.0, 4262.0, 4271.0, 4262.0, 4275.0, 4324.0, 4274.0, 4332.0, 4274.0, 4343.0, 4275.0, 4324.0, 4266.0, 4314.0, 4274.0, 4323.0, 4266.0, 4314.0, 4276.0, 4315.0, 4285.0, 4325.0, 4277.0, 4314.0, 4288.0, 4316.0, 4276.0, 4326.0, 4276.0, 4306.0, 4266.0, 4297.0, 4275.0, 4307.0, 4265.0, 4285.0, 4263.0, 4276.0, 4334.0, 4286.0, 4345.0, 4277.0, 4323.0, 4277.0, 4356.0, 4277.0, 4346.0, 4296.0, 4335.0, 4275.0, 4324.0, 4277.0, 4325.0, 4306.0, 4323.0, 4276.0, 4315.0, 4277.0, 4317.0, 4277.0, 4326.0, 4265.0, 4317.0, 4265.0, 4297.0, 4261.0, 4296.0, 4264.0, 4296.0, 4276.0, 4285.0, 4266.0, 4296.0, 4277.0, 4307.0, 4277.0, 4297.0, 4266.0, 4297.0, 4277.0, 4316.0, 4276.0, 4295.0, 4275.0, 4287.0, 4335.0, 4286.0, 4344.0, 4286.0, 4343.0, 4273.0, 4345.0, 4276.0, 4335.0, 4306.0, 4344.0, 4276.0, 4322.0, 4275.0, 4324.0, 4305.0, 4333.0, 4276.0, 4334.0, 4287.0, 4335.0, 4295.0, 4334.0, 4274.0, 4323.0, 4265.0, 4313.0, 4265.0, 4314.0, 4275.0, 4324.0, 4264.0, 4303.0, 4265.0, 4306.0, 4265.0, 4305.0, 4253.0, 4294.0, 4264.0, 4275.0, 4294.0, 4273.0, 4332.0, 4285.0, 4291.0, 4274.0, 4323.0, 4274.0, 4354.0, 4274.0, 4322.0, 4273.0, 4324.0, 4263.0, 4313.0, 4275.0, 4313.0, 4285.0, 4312.0, 4274.0, 4304.0, 4265.0, 4294.0, 4265.0, 4304.0, 4264.0, 4293.0, 4265.0, 4284.0, 4264.0, 4276.0, 4324.0, 4274.0, 4274.0, 4276.0, 4322.0, 4286.0, 4354.0, 4274.0, 4345.0, 4286.0, 4334.0, 4264.0, 4324.0, 4275.0, 4313.0, 4285.0, 4315.0, 4265.0, 4294.0, 4264.0, 4296.0, 4263.0, 4285.0, 4275.0, 4284.0, 4276.0, 4274.0, 4276.0, 4287.0, 4277.0, 4286.0, 4275.0, 4287.0, 4276.0, 4287.0, 4266.0, 4297.0, 4275.0, 4288.0, 4275.0, 4289.0, 4266.0, 4296.0, 4287.0, 4298.0, 4266.0, 4298.0, 4268.0, 4317.0, 4267.0, 4318.0, 4266.0, 4337.0, 4266.0, 4336.0, 4267.0, 4327.0, 4276.0, 4318.0, 4349.0, 4322.0, 4279.0, 4277.0, 4248.0, 4262.0, 4304.0, 4332.0, 4259.0, 4271.0, 4275.0, 4284.0, 4299.0, 4309.0, 4290.0, 4309.0, 4291.0, 4368.0, 4291.0, 4348.0, 4317.0, 4346.0, 4295.0, 4336.0, 4285.0, 4315.0, 4311.0, 4293.0, 4282.0, 4263.0, 4312.0, 4272.0, 4341.0, 4264.0, 4302.0, 4263.0, 4283.0, 4275.0, 4273.0, 4276.0, 4274.0, 4276.0, 4276.0, 4287.0, 4275.0, 4286.0, 4267.0, 4317.0, 4279.0, 4277.0, 4299.0, 4269.0, 4326.0, 4278.0, 4348.0, 4298.0, 4336.0, 4275.0, 4324.0, 4273.0, 4315.0, 4274.0, 4314.0, 4251.0, 4282.0, 4252.0, 4273.0, 4250.0, 4262.0, 4252.0, 4274.0, 4264.0, 4274.0, 4274.0, 4276.0, 4314.0, 4263.0, 4264.0, 4276.0, 4275.0, 4277.0, 4335.0, 4276.0, 4324.0, 4295.0, 4264.0, 4285.0, 4266.0, 4296.0, 4269.0, 4307.0, 4277.0, 4298.0, 4277.0, 4297.0, 4266.0, 4297.0, 4265.0, 4285.0, 4265.0, 4285.0, 4304.0, 4316.0, 4304.0, 4305.0, 4294.0, 4284.0, 4314.0, 4295.0, 4322.0, 4304.0, 4271.0, 4280.0, 4261.0, 4283.0, 4271.0, 4292.0, 4252.0, 4282.0, 4253.0, 4282.0, 4253.0, 4313.0, 4266.0, 4322.0, 4276.0, 4325.0, 4286.0, 4344.0, 4298.0, 4325.0, 4276.0, 4304.0, 4276.0, 4314.0, 4273.0, 4324.0, 4294.0, 4253.0, 4284.0, 4251.0, 4273.0, 4272.0, 4294.0, 4252.0, 4303.0, 4251.0, 4272.0, 4263.0, 4274.0, 4282.0, 4282.0, 4252.0, 4272.0, 4250.0, 4262.0, 4262.0, 4274.0, 4282.0, 4273.0, 4261.0, 4273.0, 4272.0, 4286.0, 4306.0, 4274.0, 4263.0, 4274.0, 4348.0, 4334.0, 4280.0, 4278.0, 4261.0, 4273.0, 4284.0, 4297.0, 4310.0, 4291.0, 4321.0, 4293.0, 4334.0, 4293.0, 4332.0, 4292.0, 4332.0, 4351.0, 4332.0, 4338.0, 4299.0, 4359.0, 4319.0, 4358.0, 4318.0, 4335.0, 4286.0, 4334.0, 4276.0, 4356.0, 4296.0, 4345.0, 4295.0, 4304.0, 4285.0, 4275.0, 4276.0, 4314.0, 4275.0, 4344.0, 4294.0, 4292.0, 4273.0, 4303.0, 4273.0, 4322.0, 4271.0, 4311.0, 4273.0, 4250.0, 4271.0, 4280.0, 4261.0, 4322.0, 4272.0, 4290.0, 4262.0, 4300.0, 4273.0, 4319.0, 4262.0, 4322.0, 4262.0, 4279.0, 4263.0, 4293.0, 4274.0, 4343.0, 4273.0, 4333.0, 4263.0, 4312.0, 4275.0, 4313.0, 4277.0, 4333.0, 4276.0, 4313.0, 4275.0, 4293.0, 4276.0, 4295.0, 4287.0, 4275.0, 4286.0, 4265.0, 4288.0, 4268.0, 4305.0, 4266.0, 4337.0, 4265.0, 4336.0, 4278.0, 4336.0, 4298.0, 4345.0, 4288.0, 4344.0, 4278.0, 4335.0, 4297.0, 4344.0, 4297.0, 4344.0, 4277.0, 4345.0, 4296.0, 4345.0, 4307.0, 4345.0, 4276.0, 4345.0, 4276.0, 4323.0, 4295.0, 4332.0, 4276.0, 4324.0, 4286.0, 4336.0, 4279.0, 4334.0, 4297.0, 4314.0, 4276.0, 4315.0, 4278.0, 4336.0, 4287.0, 4293.0, 4285.0, 4294.0, 4286.0, 4315.0, 4287.0, 4306.0, 4287.0, 4277.0, 4289.0, 4336.0, 4287.0, 4306.0, 4288.0, 4289.0, 4286.0, 4285.0, 4285.0, 4275.0, 4285.0, 4264.0, 4286.0, 4275.0, 4287.0, 4267.0, 4297.0, 4268.0, 4308.0, 4279.0, 4297.0, 4278.0, 4328.0, 4280.0, 4347.0, 4281.0, 4348.0, 4291.0, 4329.0, 4309.0, 4278.0, 4309.0, 4282.0, 4309.0, 4300.0, 4290.0, 4340.0, 4292.0, 4360.0, 4299.0, 4350.0, 4311.0, 4357.0, 4329.0, 4296.0, 4317.0, 4286.0, 4307.0, 4304.0, 4315.0, 4253.0, 4293.0, 4253.0, 4273.0, 4262.0, 4273.0, 4263.0, 4304.0, 4264.0, 4284.0, 4266.0, 4295.0, 4278.0, 4305.0, 4279.0, 4327.0, 4279.0, 4339.0, 4299.0, 4336.0, 4299.0, 4346.0, 4278.0, 4337.0, 4298.0, 4325.0, 4285.0, 4324.0, 4264.0, 4314.0, 4254.0, 4293.0, 4253.0, 4303.0, 4265.0, 4283.0, 4264.0, 4274.0, 4275.0, 4274.0, 4262.0, 4275.0, 4264.0, 4275.0, 4295.0, 4277.0, 4326.0, 4275.0, 4295.0, 4288.0, 4297.0, 4299.0, 4289.0, 4276.0, 4287.0, 4300.0, 4276.0, 4286.0, 4287.0, 4277.0, 4265.0, 4288.0, 4276.0, 4289.0, 4318.0, 4289.0, 4337.0, 4298.0, 4324.0, 4275.0, 4344.0, 4276.0, 4346.0, 4295.0, 4303.0, 4276.0, 4275.0, 4275.0, 4316.0, 4286.0, 4335.0, 4287.0, 4345.0, 4277.0, 4356.0, 4276.0, 4335.0, 4315.0, 4334.0, 4275.0, 4323.0, 4266.0, 4316.0, 4277.0, 4324.0, 4289.0, 4337.0, 4279.0, 4336.0, 4289.0, 4336.0, 4297.0, 4336.0, 4278.0, 4326.0, 4255.0, 4305.0, 4267.0, 4306.0, 4264.0, 4296.0, 4265.0, 4287.0, 4266.0, 4287.0, 4277.0, 4286.0, 4267.0, 4287.0, 4275.0, 4278.0, 4278.0, 4286.0, 4276.0, 4318.0, 4266.0, 4298.0, 4276.0, 4297.0, 4286.0, 4317.0, 4266.0, 4294.0, 4264.0, 4285.0, 4275.0, 4294.0, 4275.0, 4316.0, 4263.0, 4296.0, 4266.0, 4286.0, 4267.0, 4316.0, 4256.0, 4326.0, 4266.0, 4305.0, 4265.0, 4307.0, 4268.0, 4326.0, 4265.0, 4305.0, 4264.0, 4284.0, 4253.0, 4285.0, 4264.0, 4305.0, 4265.0, 4285.0, 4265.0, 4295.0, 4256.0, 4324.0, 4254.0, 4315.0, 4266.0, 4307.0, 4265.0, 4324.0, 4268.0, 4326.0, 4267.0, 4327.0, 4279.0, 4325.0, 4287.0, 4336.0, 4278.0, 4337.0, 4277.0, 4337.0, 4299.0, 4335.0, 4288.0, 4327.0, 4288.0, 4336.0, 4275.0, 4324.0, 4289.0, 4315.0, 4289.0, 4327.0, 4289.0, 4306.0, 4289.0, 4265.0, 4279.0, 4361.0, 4346.0, 4293.0, 4289.0, 4271.0, 4274.0, 4285.0, 4288.0, 4298.0, 4281.0, 4320.0, 4294.0, 4343.0, 4303.0, 4354.0, 4315.0, 4365.0, 4315.0, 4363.0, 4303.0, 4350.0, 4312.0, 4350.0, 4298.0, 4338.0, 4277.0, 4328.0, 4276.0, 4326.0, 4267.0, 4325.0, 4264.0, 4316.0, 4255.0, 4295.0, 4252.0, 4305.0, 4254.0, 4284.0, 4264.0, 4274.0, 4262.0, 4275.0, 4304.0, 4283.0, 4254.0, 4275.0, 4314.0, 4274.0, 4334.0, 4275.0, 4333.0, 4276.0, 4343.0, 4265.0, 4324.0, 4276.0, 4322.0, 4264.0, 4315.0, 4265.0, 4315.0, 4266.0, 4327.0, 4277.0, 4336.0, 4277.0, 4327.0, 4278.0, 4336.0, 4277.0, 4336.0], 'WindowWidth': [9644.0, 9556.0, 9632.0, 9533.0, 9603.0, 9519.0, 9577.0, 9537.0, 9555.0, 9516.0, 9532.0, 9456.0, 9517.0, 9456.0, 9515.0, 9469.0, 9518.0, 9454.0, 9519.0, 9458.0, 9524.0, 9476.0, 9497.0, 9457.0, 9489.0, 9479.0, 9491.0, 9480.0, 9475.0, 9481.0, 9489.0, 9494.0, 9525.0, 9481.0, 9515.0, 9476.0, 9490.0, 9493.0, 9505.0, 9493.0, 9492.0, 9479.0, 9473.0, 9495.0, 9491.0, 9500.0, 9534.0, 9483.0, 9543.0, 9483.0, 9586.0, 9498.0, 9574.0, 9492.0, 9573.0, 9487.0, 9561.0, 9497.0, 9545.0, 9526.0, 9562.0, 9497.0, 9556.0, 9485.0, 9544.0, 9523.0, 9542.0, 9494.0, 9545.0, 9483.0, 9550.0, 9517.0, 9550.0, 9524.0, 9560.0, 9500.0, 9545.0, 9501.0, 9546.0, 9527.0, 9559.0, 9501.0, 9560.0, 9500.0, 9560.0, 9511.0, 9554.0, 9495.0, 9555.0, 9481.0, 9548.0, 9498.0, 9546.0, 9482.0, 9546.0, 9467.0, 9519.0, 9464.0, 9531.0, 9480.0, 9529.0, 9483.0, 9519.0, 9487.0, 9530.0, 9498.0, 9547.0, 9486.0, 9531.0, 9485.0, 9536.0, 9485.0, 9539.0, 9487.0, 9534.0, 9489.0, 9534.0, 9503.0, 9562.0, 9505.0, 9565.0, 9507.0, 9593.0, 9516.0, 9578.0, 9513.0, 9607.0, 9500.0, 9576.0, 9539.0, 9556.0, 9517.0, 9547.0, 9475.0, 9534.0, 9490.0, 9540.0, 9498.0, 9533.0, 9473.0, 9521.0, 9473.0, 9523.0, 9471.0, 9534.0, 9458.0, 9519.0, 9460.0, 9527.0, 9461.0, 9530.0, 9443.0, 9502.0, 9445.0, 9496.0, 9447.0, 9522.0, 9442.0, 9523.0, 9462.0, 9498.0, 9465.0, 9528.0, 9461.0, 9520.0, 9463.0, 9515.0, 9477.0, 9529.0, 9495.0, 9545.0, 9496.0, 9495.0, 9496.0, 9491.0, 9528.0, 9519.0, 9518.0, 9533.0, 9507.0, 9560.0, 9490.0, 9572.0, 9500.0, 9568.0, 9505.0, 9544.0, 9474.0, 9500.0, 9478.0, 9497.0, 9531.0, 9477.0, 9484.0, 9464.0, 9501.0, 9468.0, 9519.0, 9473.0, 9520.0, 9459.0, 9506.0, 9460.0, 9539.0, 9477.0, 9549.0, 9479.0, 9510.0, 9478.0, 9530.0, 9480.0, 9553.0, 9494.0, 9553.0, 9478.0, 9565.0, 9480.0, 9558.0, 9477.0, 9499.0, 9488.0, 9492.0, 9498.0, 9495.0, 9511.0, 9484.0, 9524.0, 9486.0, 9523.0, 9489.0, 9566.0, 9486.0, 9577.0, 9484.0, 9557.0, 9494.0, 9559.0, 9490.0, 9558.0, 9472.0, 9537.0, 9471.0, 9538.0, 9486.0, 9536.0, 9459.0, 9533.0, 9455.0, 9508.0, 9462.0, 9523.0, 9472.0, 9522.0, 9464.0, 9526.0, 9479.0, 9539.0, 9475.0, 9538.0, 9459.0, 9522.0, 9460.0, 9526.0, 9458.0, 9534.0, 9461.0, 9511.0, 9461.0, 9503.0, 9463.0, 9529.0, 9463.0, 9513.0, 9475.0, 9503.0, 9478.0, 9514.0, 9466.0, 9527.0, 9463.0, 9519.0, 9464.0, 9531.0, 9482.0, 9540.0, 9496.0, 9532.0, 9489.0, 9534.0, 9497.0, 9545.0, 9487.0, 9560.0, 9489.0, 9565.0, 9526.0, 9556.0, 9510.0, 9559.0, 9500.0, 9563.0, 9504.0, 9579.0, 9528.0, 9533.0, 9501.0, 9566.0, 9500.0, 9574.0, 9494.0, 9520.0, 9498.0, 9533.0, 9485.0, 9573.0, 9507.0, 9530.0, 9494.0, 9553.0, 9494.0, 9585.0, 9506.0, 9569.0, 9505.0, 9567.0, 9475.0, 9566.0, 9490.0, 9567.0, 9514.0, 9549.0, 9472.0, 9551.0, 9477.0, 9536.0, 9516.0, 9535.0, 9462.0, 9535.0, 9475.0, 9536.0, 9515.0, 9534.0, 9474.0, 9522.0, 9464.0, 9525.0, 9493.0, 9540.0, 9467.0, 9541.0, 9480.0, 9528.0, 9484.0, 9544.0, 9495.0, 9557.0, 9482.0, 9542.0, 9499.0, 9546.0, 9508.0, 9556.0, 9484.0, 9545.0, 9485.0, 9560.0, 9525.0, 9558.0, 9509.0, 9555.0, 9479.0, 9539.0, 9509.0, 9542.0, 9519.0, 9550.0, 9477.0, 9535.0, 9472.0, 9538.0, 9473.0, 9538.0, 9443.0, 9509.0, 9457.0, 9484.0, 9457.0, 9488.0, 9507.0, 9487.0, 9508.0, 9476.0, 9565.0, 9480.0, 9581.0, 9503.0, 9566.0, 9480.0, 9568.0, 9477.0, 9542.0, 9520.0, 9551.0, 9479.0, 9553.0, 9482.0, 9573.0, 9507.0, 9543.0, 9496.0, 9533.0, 9501.0, 9503.0, 9496.0, 9487.0, 9526.0, 9503.0, 9516.0, 9505.0, 9505.0, 9543.0, 9493.0, 9577.0, 9526.0, 9579.0, 9524.0, 9574.0, 9506.0, 9555.0, 9533.0, 9552.0, 9500.0, 9552.0, 9474.0, 9522.0, 9477.0, 9537.0, 9502.0, 9541.0, 9466.0, 9535.0, 9479.0, 9528.0, 9491.0, 9535.0, 9447.0, 9527.0, 9460.0, 9498.0, 9452.0, 9498.0, 9454.0, 9465.0, 9453.0, 9475.0, 9538.0, 9473.0, 9547.0, 9472.0, 9564.0, 9477.0, 9541.0, 9467.0, 9526.0, 9475.0, 9537.0, 9465.0, 9527.0, 9479.0, 9529.0, 9490.0, 9540.0, 9482.0, 9527.0, 9498.0, 9533.0, 9479.0, 9545.0, 9480.0, 9519.0, 9467.0, 9508.0, 9476.0, 9521.0, 9462.0, 9489.0, 9458.0, 9479.0, 9555.0, 9492.0, 9570.0, 9482.0, 9538.0, 9481.0, 9586.0, 9482.0, 9574.0, 9506.0, 9556.0, 9478.0, 9539.0, 9482.0, 9544.0, 9521.0, 9537.0, 9481.0, 9529.0, 9482.0, 9535.0, 9484.0, 9546.0, 9464.0, 9535.0, 9464.0, 9508.0, 9456.0, 9505.0, 9461.0, 9504.0, 9478.0, 9491.0, 9467.0, 9507.0, 9482.0, 9522.0, 9483.0, 9509.0, 9468.0, 9509.0, 9481.0, 9533.0, 9477.0, 9504.0, 9475.0, 9493.0, 9557.0, 9492.0, 9566.0, 9490.0, 9565.0, 9472.0, 9570.0, 9478.0, 9555.0, 9517.0, 9567.0, 9480.0, 9536.0, 9476.0, 9540.0, 9517.0, 9552.0, 9479.0, 9554.0, 9496.0, 9556.0, 9503.0, 9550.0, 9473.0, 9537.0, 9463.0, 9524.0, 9463.0, 9525.0, 9475.0, 9537.0, 9461.0, 9510.0, 9465.0, 9517.0, 9464.0, 9514.0, 9444.0, 9500.0, 9459.0, 9474.0, 9497.0, 9470.0, 9546.0, 9486.0, 9491.0, 9472.0, 9537.0, 9472.0, 9583.0, 9472.0, 9534.0, 9470.0, 9538.0, 9458.0, 9522.0, 9475.0, 9522.0, 9487.0, 9521.0, 9473.0, 9511.0, 9462.0, 9499.0, 9462.0, 9512.0, 9460.0, 9497.0, 9462.0, 9486.0, 9460.0, 9478.0, 9540.0, 9473.0, 9473.0, 9479.0, 9536.0, 9494.0, 9584.0, 9474.0, 9569.0, 9490.0, 9553.0, 9461.0, 9540.0, 9476.0, 9524.0, 9489.0, 9529.0, 9462.0, 9498.0, 9462.0, 9504.0, 9459.0, 9488.0, 9477.0, 9487.0, 9480.0, 9477.0, 9479.0, 9495.0, 9482.0, 9495.0, 9479.0, 9497.0, 9480.0, 9495.0, 9465.0, 9509.0, 9477.0, 9498.0, 9478.0, 9500.0, 9468.0, 9507.0, 9497.0, 9514.0, 9469.0, 9513.0, 9472.0, 9535.0, 9469.0, 9539.0, 9468.0, 9564.0, 9467.0, 9560.0, 9468.0, 9549.0, 9477.0, 9538.0, 9592.0, 9540.0, 9467.0, 9459.0, 9426.0, 9453.0, 9514.0, 9547.0, 9446.0, 9464.0, 9478.0, 9491.0, 9517.0, 9529.0, 9506.0, 9530.0, 9509.0, 9611.0, 9507.0, 9581.0, 9538.0, 9574.0, 9503.0, 9559.0, 9489.0, 9528.0, 9515.0, 9494.0, 9476.0, 9454.0, 9519.0, 9468.0, 9560.0, 9457.0, 9505.0, 9458.0, 9483.0, 9476.0, 9472.0, 9480.0, 9476.0, 9478.0, 9479.0, 9494.0, 9478.0, 9493.0, 9470.0, 9538.0, 9490.0, 9484.0, 9515.0, 9476.0, 9547.0, 9485.0, 9579.0, 9509.0, 9557.0, 9475.0, 9540.0, 9470.0, 9527.0, 9470.0, 9522.0, 9436.0, 9478.0, 9439.0, 9468.0, 9435.0, 9452.0, 9439.0, 9471.0, 9457.0, 9472.0, 9472.0, 9478.0, 9525.0, 9458.0, 9458.0, 9478.0, 9474.0, 9481.0, 9555.0, 9479.0, 9540.0, 9500.0, 9460.0, 9488.0, 9467.0, 9505.0, 9474.0, 9523.0, 9482.0, 9510.0, 9482.0, 9507.0, 9464.0, 9507.0, 9463.0, 9490.0, 9462.0, 9489.0, 9513.0, 9531.0, 9512.0, 9513.0, 9496.0, 9485.0, 9523.0, 9500.0, 9532.0, 9510.0, 9461.0, 9474.0, 9449.0, 9480.0, 9462.0, 9491.0, 9438.0, 9477.0, 9442.0, 9481.0, 9445.0, 9523.0, 9465.0, 9535.0, 9478.0, 9542.0, 9494.0, 9568.0, 9510.0, 9542.0, 9478.0, 9512.0, 9476.0, 9524.0, 9472.0, 9538.0, 9498.0, 9440.0, 9482.0, 9438.0, 9469.0, 9468.0, 9498.0, 9438.0, 9509.0, 9437.0, 9466.0, 9457.0, 9471.0, 9479.0, 9479.0, 9437.0, 9465.0, 9435.0, 9454.0, 9454.0, 9473.0, 9480.0, 9469.0, 9449.0, 9471.0, 9468.0, 9489.0, 9515.0, 9472.0, 9455.0, 9473.0, 9579.0, 9554.0, 9471.0, 9463.0, 9449.0, 9469.0, 9489.0, 9513.0, 9532.0, 9512.0, 9550.0, 9517.0, 9570.0, 9515.0, 9567.0, 9513.0, 9567.0, 9587.0, 9563.0, 9565.0, 9514.0, 9596.0, 9541.0, 9593.0, 9536.0, 9555.0, 9491.0, 9553.0, 9478.0, 9587.0, 9507.0, 9570.0, 9502.0, 9512.0, 9490.0, 9473.0, 9477.0, 9525.0, 9476.0, 9566.0, 9499.0, 9493.0, 9468.0, 9507.0, 9468.0, 9533.0, 9464.0, 9515.0, 9468.0, 9432.0, 9463.0, 9472.0, 9450.0, 9530.0, 9464.0, 9484.0, 9451.0, 9499.0, 9466.0, 9525.0, 9451.0, 9530.0, 9451.0, 9471.0, 9454.0, 9493.0, 9471.0, 9564.0, 9469.0, 9547.0, 9455.0, 9519.0, 9474.0, 9522.0, 9481.0, 9551.0, 9477.0, 9522.0, 9476.0, 9496.0, 9479.0, 9503.0, 9494.0, 9474.0, 9492.0, 9464.0, 9498.0, 9471.0, 9518.0, 9466.0, 9560.0, 9464.0, 9558.0, 9486.0, 9560.0, 9511.0, 9570.0, 9497.0, 9567.0, 9483.0, 9558.0, 9509.0, 9567.0, 9509.0, 9566.0, 9481.0, 9572.0, 9508.0, 9572.0, 9523.0, 9568.0, 9478.0, 9568.0, 9477.0, 9536.0, 9500.0, 9548.0, 9476.0, 9538.0, 9491.0, 9557.0, 9485.0, 9554.0, 9508.0, 9526.0, 9479.0, 9529.0, 9483.0, 9557.0, 9495.0, 9496.0, 9490.0, 9500.0, 9492.0, 9529.0, 9494.0, 9517.0, 9494.0, 9479.0, 9498.0, 9559.0, 9494.0, 9516.0, 9499.0, 9502.0, 9494.0, 9491.0, 9490.0, 9478.0, 9491.0, 9460.0, 9495.0, 9478.0, 9494.0, 9469.0, 9508.0, 9472.0, 9523.0, 9488.0, 9510.0, 9489.0, 9550.0, 9492.0, 9577.0, 9494.0, 9581.0, 9507.0, 9555.0, 9528.0, 9485.0, 9526.0, 9497.0, 9530.0, 9520.0, 9506.0, 9573.0, 9511.0, 9599.0, 9518.0, 9586.0, 9534.0, 9591.0, 9553.0, 9502.0, 9534.0, 9490.0, 9520.0, 9511.0, 9527.0, 9439.0, 9494.0, 9441.0, 9469.0, 9454.0, 9470.0, 9456.0, 9511.0, 9458.0, 9485.0, 9466.0, 9501.0, 9485.0, 9517.0, 9488.0, 9549.0, 9489.0, 9567.0, 9516.0, 9560.0, 9513.0, 9572.0, 9482.0, 9560.0, 9509.0, 9540.0, 9487.0, 9537.0, 9457.0, 9524.0, 9443.0, 9496.0, 9442.0, 9508.0, 9459.0, 9481.0, 9456.0, 9471.0, 9476.0, 9474.0, 9455.0, 9473.0, 9457.0, 9476.0, 9501.0, 9480.0, 9544.0, 9477.0, 9505.0, 9500.0, 9512.0, 9515.0, 9500.0, 9480.0, 9496.0, 9520.0, 9479.0, 9493.0, 9492.0, 9481.0, 9462.0, 9497.0, 9478.0, 9499.0, 9539.0, 9499.0, 9560.0, 9508.0, 9538.0, 9476.0, 9567.0, 9478.0, 9571.0, 9500.0, 9509.0, 9478.0, 9474.0, 9476.0, 9532.0, 9493.0, 9554.0, 9494.0, 9568.0, 9479.0, 9587.0, 9478.0, 9555.0, 9528.0, 9550.0, 9475.0, 9537.0, 9464.0, 9532.0, 9481.0, 9540.0, 9499.0, 9561.0, 9488.0, 9560.0, 9501.0, 9559.0, 9509.0, 9557.0, 9482.0, 9543.0, 9450.0, 9516.0, 9466.0, 9517.0, 9459.0, 9501.0, 9462.0, 9491.0, 9465.0, 9493.0, 9482.0, 9490.0, 9466.0, 9495.0, 9478.0, 9482.0, 9484.0, 9492.0, 9480.0, 9537.0, 9467.0, 9510.0, 9478.0, 9508.0, 9491.0, 9534.0, 9462.0, 9500.0, 9458.0, 9488.0, 9475.0, 9500.0, 9474.0, 9530.0, 9457.0, 9502.0, 9464.0, 9491.0, 9468.0, 9530.0, 9450.0, 9544.0, 9463.0, 9515.0, 9463.0, 9521.0, 9468.0, 9544.0, 9461.0, 9514.0, 9457.0, 9485.0, 9443.0, 9487.0, 9458.0, 9514.0, 9461.0, 9487.0, 9461.0, 9501.0, 9451.0, 9539.0, 9446.0, 9527.0, 9465.0, 9518.0, 9464.0, 9540.0, 9469.0, 9542.0, 9468.0, 9546.0, 9488.0, 9542.0, 9496.0, 9559.0, 9484.0, 9560.0, 9485.0, 9563.0, 9515.0, 9559.0, 9500.0, 9548.0, 9500.0, 9560.0, 9481.0, 9542.0, 9499.0, 9529.0, 9500.0, 9548.0, 9500.0, 9519.0, 9499.0, 9463.0, 9487.0, 9603.0, 9576.0, 9492.0, 9480.0, 9462.0, 9470.0, 9491.0, 9501.0, 9513.0, 9497.0, 9547.0, 9518.0, 9582.0, 9533.0, 9598.0, 9548.0, 9612.0, 9546.0, 9606.0, 9527.0, 9586.0, 9536.0, 9586.0, 9512.0, 9564.0, 9479.0, 9550.0, 9477.0, 9545.0, 9465.0, 9542.0, 9460.0, 9528.0, 9446.0, 9500.0, 9442.0, 9513.0, 9445.0, 9485.0, 9458.0, 9471.0, 9454.0, 9475.0, 9511.0, 9483.0, 9443.0, 9474.0, 9523.0, 9472.0, 9552.0, 9474.0, 9548.0, 9475.0, 9562.0, 9461.0, 9537.0, 9476.0, 9532.0, 9459.0, 9526.0, 9464.0, 9529.0, 9467.0, 9547.0, 9481.0, 9557.0, 9482.0, 9546.0, 9486.0, 9557.0, 9483.0, 9558.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.00036646831530139106</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018717424265842348</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.67786096207274</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.209772762730085</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9922924539288458</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4519</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8163.4756</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06989618336859132</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.38639876352395675</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4973082191706406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.398891306442338</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.733548207554405</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3594851435151782</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00916659</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019844762980937958</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03157675638794899</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.827185104235911</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>30.4313</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4296</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.7737</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307709.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>838.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.3734</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3356</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.3854</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3564.2466</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68835.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>985.5736</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.42600126552861</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> |