=== 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-0122 --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-0122",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-02/func/sub-0122_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>112af54c4eb78a400897ab772d0f63f4</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:09:6.350000</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.999735, 0.0226404, 0.00416075, -0.0228617, 0.997657, 0.0644778]</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.0821113</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>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7635, -7101, 878, -170, 296, -456, 76]</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>232.155</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>bca4979d-43b6-479f-9878-b1555971a95c||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.682215929031372, -0.06133631244301796, 0.007266220636665821, 112.47217559814453], [-0.06074260175228119, 2.6766414642333984, 0.17430077493190765, -97.40086364746094], [0.011162974871695042, -0.17298923432826996, 2.6943583488464355, -53.669227600097656], [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': ['210906.350000', '210906.810000', '210907.270000', '210907.730000', '210908.190000', '210908.650000', '210909.110000', '210909.570000', '210910.030000', '210910.490000', '210910.950000', '210911.410000', '210911.870000', '210912.330000', '210912.790000', '210913.250000', '210913.710000', '210914.170000', '210914.630000', '210915.090000', '210915.550000', '210916.010000', '210916.470000', '210916.930000', '210917.390000', '210917.850000', '210918.310000', '210918.770000', '210919.230000', '210919.690000', '210920.150000', '210920.610000', '210921.070000', '210921.530000', '210921.990000', '210922.450000', '210922.910000', '210923.370000', '210923.830000', '210924.290000', '210924.750000', '210925.210000', '210925.670000', '210926.130000', '210926.590000', '210927.050000', '210927.510000', '210927.970000', '210928.430000', '210928.890000', '210929.350000', '210929.810000', '210930.270000', '210930.730000', '210931.190000', '210931.650000', '210932.110000', '210932.570000', '210933.030000', '210933.490000', '210933.950000', '210934.410000', '210934.870000', '210935.330000', '210935.790000', '210936.250000', '210936.710000', '210937.170000', '210937.630000', '210938.090000', '210938.550000', '210939.010000', '210939.470000', '210939.930000', '210940.390000', '210940.850000', '210941.310000', '210941.770000', '210942.230000', '210942.690000', '210943.150000', '210943.610000', '210944.070000', '210944.530000', '210944.990000', '210945.450000', '210945.910000', '210946.370000', '210946.830000', '210947.290000', '210947.750000', '210948.210000', '210948.670000', '210949.130000', '210949.590000', '210950.050000', '210950.510000', '210950.970000', '210951.430000', '210951.890000', '210952.350000', '210952.810000', '210953.270000', '210953.730000', '210954.190000', '210954.650000', '210955.110000', '210955.570000', '210956.030000', '210956.490000', '210956.950000', '210957.410000', '210957.870000', '210958.330000', '210958.790000', '210959.250000', '210959.710000', '211000.170000', '211000.630000', '211001.090000', '211001.550000', '211002.010000', '211002.470000', '211002.930000', '211003.390000', '211003.850000', '211004.310000', '211004.770000', '211005.230000', '211005.690000', '211006.150000', '211006.610000', '211007.070000', '211007.530000', '211007.990000', '211008.450000', '211008.910000', '211009.370000', '211009.830000', '211010.290000', '211010.750000', '211011.210000', '211011.670000', '211012.130000', '211012.590000', '211013.050000', '211013.510000', '211013.970000', '211014.430000', '211014.890000', '211015.350000', '211015.810000', '211016.270000', '211016.730000', '211017.190000', '211017.650000', '211018.110000', '211018.570000', '211019.030000', '211019.490000', '211019.950000', '211020.410000', '211020.870000', '211021.330000', '211021.790000', '211022.250000', '211022.710000', '211023.170000', '211023.630000', '211024.090000', '211024.550000', '211025.010000', '211025.470000', '211025.930000', '211026.390000', '211026.850000', '211027.310000', '211027.770000', '211028.230000', '211028.690000', '211029.150000', '211029.610000', '211030.070000', '211030.530000', '211030.990000', '211031.450000', '211031.910000', '211032.370000', '211032.830000', '211033.290000', '211033.750000', '211034.210000', '211034.670000', '211035.130000', '211035.590000', '211036.050000', '211036.510000', '211036.970000', '211037.430000', '211037.890000', '211038.350000', '211038.810000', '211039.270000', '211039.730000', '211040.190000', '211040.650000', '211041.110000', '211041.570000', '211042.030000', '211042.490000', '211042.950000', '211043.410000', '211043.870000', '211044.330000', '211044.790000', '211045.250000', '211045.710000', '211046.170000', '211046.630000', '211047.090000', '211047.550000', '211048.010000', '211048.470000', '211048.930000', '211049.390000', '211049.850000', '211050.310000', '211050.770000', '211051.230000', '211051.690000', '211052.150000', '211052.610000', '211053.070000', '211053.530000', '211053.990000', '211054.450000', '211054.910000', '211055.370000', '211055.830000', '211056.290000', '211056.750000', '211057.210000', '211057.670000', '211058.130000', '211058.590000', '211059.050000', '211059.510000', '211059.970000', '211100.430000', '211100.890000', '211101.350000', '211101.810000', '211102.270000', '211102.730000', '211103.190000', '211103.650000', '211104.110000', '211104.570000', '211105.030000', '211105.490000', '211105.950000', '211106.410000', '211106.870000', '211107.330000', '211107.790000', '211108.250000', '211108.710000', '211109.170000', '211109.630000', '211110.090000', '211110.550000', '211111.010000', '211111.470000', '211111.930000', '211112.390000', '211112.850000', '211113.310000', '211113.770000', '211114.230000', '211114.690000', '211115.150000', '211115.610000', '211116.070000', '211116.530000', '211116.990000', '211117.450000', '211117.910000', '211118.370000', '211118.830000', '211119.290000', '211119.750000', '211120.210000', '211120.670000', '211121.130000', '211121.590000', '211122.050000', '211122.510000', '211122.970000', '211123.430000', '211123.890000', '211124.350000', '211124.810000', '211125.270000', '211125.730000', '211126.190000', '211126.650000', '211127.110000', '211127.570000', '211128.030000', '211128.490000', '211128.950000', '211129.410000', '211129.870000', '211130.330000', '211130.790000', '211131.250000', '211131.710000', '211132.170000', '211132.630000', '211133.090000', '211133.550000', '211134.010000', '211134.470000', '211134.930000', '211135.390000', '211135.850000', '211136.310000', '211136.770000', '211137.230000', '211137.690000', '211138.150000', '211138.610000', '211139.070000', '211139.530000', '211139.990000', '211140.450000', '211140.910000', '211141.370000', '211141.830000', '211142.290000', '211142.750000', '211143.210000', '211143.670000', '211144.130000', '211144.590000', '211145.050000', '211145.510000', '211145.970000', '211146.430000', '211146.890000', '211147.350000', '211147.810000', '211148.270000', '211148.730000', '211149.190000', '211149.650000', '211150.110000', '211150.570000', '211151.030000', '211151.490000', '211151.950000', '211152.410000', '211152.870000', '211153.330000', '211153.790000', '211154.250000', '211154.710000', '211155.170000', '211155.630000', '211156.090000', '211156.550000', '211157.010000', '211157.470000', '211157.930000', '211158.390000', '211158.850000', '211159.310000', '211159.770000', '211200.230000', '211200.690000', '211201.150000', '211201.610000', '211202.070000', '211202.530000', '211202.990000', '211203.450000', '211203.910000', '211204.370000', '211204.830000', '211205.290000', '211205.750000', '211206.210000', '211206.670000', '211207.130000', '211207.590000', '211208.050000', '211208.510000', '211208.970000', '211209.430000', '211209.890000', '211210.350000', '211210.810000', '211211.270000', '211211.730000', '211212.190000', '211212.650000', '211213.110000', '211213.570000', '211214.030000', '211214.490000', '211214.950000', '211215.410000', '211215.870000', '211216.330000', '211216.790000', '211217.250000', '211217.710000', '211218.170000', '211218.630000', '211219.090000', '211219.550000', '211220.010000', '211220.470000', '211220.930000', '211221.390000', '211221.850000', '211222.310000', '211222.770000', '211223.230000', '211223.690000', '211224.150000', '211224.610000', '211225.070000', '211225.530000', '211225.990000', '211226.450000', '211226.910000', '211227.370000', '211227.830000', '211228.290000', '211228.750000', '211229.210000', '211229.670000', '211230.130000', '211230.590000', '211231.050000', '211231.510000', '211231.970000', '211232.430000', '211232.890000', '211233.350000', '211233.810000', '211234.270000', '211234.730000', '211235.190000', '211235.650000', '211236.110000', '211236.570000', '211237.030000', '211237.490000', '211237.950000', '211238.410000', '211238.870000', '211239.330000', '211239.790000', '211240.250000', '211240.710000', '211241.170000', '211241.630000', '211242.090000', '211242.550000', '211243.010000', '211243.470000', '211243.930000', '211244.390000', '211244.850000', '211245.310000', '211245.770000', '211246.230000', '211246.690000', '211247.150000', '211247.610000', '211248.070000', '211248.530000', '211248.990000', '211249.450000', '211249.910000', '211250.370000', '211250.830000', '211251.290000', '211251.750000', '211252.210000', '211252.670000', '211253.130000', '211253.590000', '211254.050000', '211254.510000', '211254.970000', '211255.430000', '211255.890000', '211256.350000', '211256.810000', '211257.270000', '211257.730000', '211258.190000', '211258.650000', '211259.110000', '211259.570000', '211300.030000', '211300.490000', '211300.950000', '211301.410000', '211301.870000', '211302.330000', '211302.790000', '211303.250000', '211303.710000', '211304.170000', '211304.630000', '211305.090000', '211305.550000', '211306.010000', '211306.470000', '211306.930000', '211307.390000', '211307.850000', '211308.310000', '211308.770000', '211309.230000', '211309.690000', '211310.150000', '211310.610000', '211311.070000', '211311.530000', '211311.990000', '211312.450000', '211312.910000', '211313.370000', '211313.830000', '211314.290000', '211314.750000', '211315.210000', '211315.670000', '211316.130000', '211316.590000', '211317.050000', '211317.510000', '211317.970000', '211318.430000', '211318.890000', '211319.350000', '211319.810000', '211320.270000', '211320.730000', '211321.190000', '211321.650000', '211322.110000', '211322.570000', '211323.030000', '211323.490000', '211323.950000', '211324.410000', '211324.870000', '211325.330000', '211325.790000', '211326.250000', '211326.710000', '211327.170000', '211327.630000', '211328.090000', '211328.550000', '211329.010000', '211329.470000', '211329.930000', '211330.390000', '211330.850000', '211331.310000', '211331.770000', '211332.230000', '211332.690000', '211333.150000', '211333.610000', '211334.070000', '211334.530000', '211334.990000', '211335.450000', '211335.910000', '211336.370000', '211336.830000', '211337.290000', '211337.750000', '211338.210000', '211338.670000', '211339.130000', '211339.590000', '211340.050000', '211340.510000', '211340.970000', '211341.430000', '211341.890000', '211342.350000', '211342.810000', '211343.270000', '211343.730000', '211344.190000', '211344.650000', '211345.110000', '211345.570000', '211346.030000', '211346.490000', '211346.950000', '211347.410000', '211347.870000', '211348.330000', '211348.790000', '211349.250000', '211349.710000', '211350.170000', '211350.630000', '211351.090000', '211351.550000', '211352.010000', '211352.470000', '211352.930000', '211353.390000', '211353.850000', '211354.310000', '211354.770000', '211355.230000', '211355.690000', '211356.150000', '211356.610000', '211357.070000', '211357.530000', '211357.990000', '211358.450000', '211358.910000', '211359.370000', '211359.830000', '211400.290000', '211400.750000', '211401.210000', '211401.670000', '211402.130000', '211402.590000', '211403.050000', '211403.510000', '211403.970000', '211404.430000', '211404.890000', '211405.350000', '211405.810000', '211406.270000', '211406.730000', '211407.190000', '211407.650000', '211408.110000', '211408.570000', '211409.030000', '211409.490000', '211409.950000', '211410.410000', '211410.870000', '211411.330000', '211411.790000', '211412.250000', '211412.710000', '211413.170000', '211413.630000', '211414.090000', '211414.550000', '211415.010000', '211415.470000', '211415.930000', '211416.390000', '211416.850000', '211417.310000', '211417.770000', '211418.230000', '211418.690000', '211419.150000', '211419.610000', '211420.070000', '211420.530000', '211420.990000', '211421.450000', '211421.910000', '211422.370000', '211422.830000', '211423.290000', '211423.750000', '211424.210000', '211424.670000', '211425.130000', '211425.590000', '211426.050000', '211426.510000', '211426.970000', '211427.430000', '211427.890000', '211428.350000', '211428.810000', '211429.270000', '211429.730000', '211430.190000', '211430.650000', '211431.110000', '211431.570000', '211432.030000', '211432.490000', '211432.950000', '211433.410000', '211433.870000', '211434.330000', '211434.790000', '211435.250000', '211435.710000', '211436.170000', '211436.630000', '211437.090000', '211437.550000', '211438.010000', '211438.470000', '211438.930000', '211439.390000', '211439.850000', '211440.310000', '211440.770000', '211441.230000', '211441.690000', '211442.150000', '211442.610000', '211443.070000', '211443.530000', '211443.990000', '211444.450000', '211444.910000', '211445.370000', '211445.830000', '211446.290000', '211446.750000', '211447.210000', '211447.670000', '211448.130000', '211448.590000', '211449.050000', '211449.510000', '211449.970000', '211450.430000', '211450.890000', '211451.350000', '211451.810000', '211452.270000', '211452.730000', '211453.190000', '211453.650000', '211454.110000', '211454.570000', '211455.030000', '211455.490000', '211455.950000', '211456.410000', '211456.870000', '211457.330000', '211457.790000', '211458.250000', '211458.710000', '211459.170000', '211459.630000', '211500.090000', '211500.550000', '211501.010000', '211501.470000', '211501.930000', '211502.390000', '211502.850000', '211503.310000', '211503.770000', '211504.230000', '211504.690000', '211505.150000', '211505.610000', '211506.070000', '211506.530000', '211506.990000', '211507.450000', '211507.910000', '211508.370000', '211508.830000', '211509.290000', '211509.750000', '211510.210000', '211510.670000', '211511.130000', '211511.590000', '211512.050000', '211512.510000', '211512.970000', '211513.430000', '211513.890000', '211514.350000', '211514.810000', '211515.270000', '211515.730000', '211516.190000', '211516.650000', '211517.110000', '211517.570000', '211518.030000', '211518.490000', '211518.950000', '211519.410000', '211519.870000', '211520.330000', '211520.790000', '211521.250000', '211521.710000', '211522.170000', '211522.630000', '211523.090000', '211523.550000', '211524.010000', '211524.470000', '211524.930000', '211525.390000', '211525.850000', '211526.310000', '211526.770000', '211527.230000', '211527.690000', '211528.150000', '211528.610000', '211529.070000', '211529.530000', '211529.990000', '211530.450000', '211530.910000', '211531.370000', '211531.830000', '211532.290000', '211532.750000', '211533.210000', '211533.670000', '211534.130000', '211534.590000', '211535.050000', '211535.510000', '211535.970000', '211536.430000', '211536.890000', '211537.350000', '211537.810000', '211538.270000', '211538.730000', '211539.190000', '211539.650000', '211540.110000', '211540.570000', '211541.030000', '211541.490000', '211541.950000', '211542.410000', '211542.870000', '211543.330000', '211543.790000', '211544.250000', '211544.710000', '211545.170000', '211545.630000', '211546.090000', '211546.550000', '211547.010000', '211547.470000', '211547.930000', '211548.390000', '211548.850000', '211549.310000', '211549.770000', '211550.230000', '211550.690000', '211551.150000', '211551.610000', '211552.070000', '211552.530000', '211552.990000', '211553.450000', '211553.910000', '211554.370000', '211554.830000', '211555.290000', '211555.750000', '211556.210000', '211556.670000', '211557.130000', '211557.590000', '211558.050000', '211558.510000', '211558.970000', '211559.430000', '211559.890000', '211600.350000', '211600.810000', '211601.270000', '211601.730000', '211602.190000', '211602.650000', '211603.110000', '211603.570000', '211604.030000', '211604.490000', '211604.950000', '211605.410000', '211605.870000', '211606.330000', '211606.790000', '211607.250000', '211607.710000', '211608.170000', '211608.630000', '211609.090000', '211609.550000', '211610.010000', '211610.470000', '211610.930000', '211611.390000', '211611.850000', '211612.310000', '211612.770000', '211613.230000', '211613.690000', '211614.150000', '211614.610000', '211615.070000', '211615.530000', '211615.990000', '211616.450000', '211616.910000', '211617.370000', '211617.830000', '211618.290000', '211618.750000', '211619.210000', '211619.670000', '211620.130000', '211620.590000', '211621.050000', '211621.510000', '211621.970000', '211622.430000', '211622.890000', '211623.350000', '211623.810000', '211624.270000', '211624.730000', '211625.190000', '211625.650000', '211626.110000', '211626.570000', '211627.030000', '211627.490000', '211627.950000', '211628.410000', '211628.870000', '211629.330000', '211629.790000', '211630.250000', '211630.710000', '211631.170000', '211631.630000', '211632.090000', '211632.550000', '211633.010000', '211633.470000', '211633.930000', '211634.390000', '211634.850000', '211635.310000', '211635.770000', '211636.230000', '211636.690000', '211637.150000', '211637.610000', '211638.070000', '211638.530000', '211638.990000', '211639.450000', '211639.910000', '211640.370000', '211640.830000', '211641.290000', '211641.750000', '211642.210000', '211642.670000', '211643.130000', '211643.590000', '211644.050000', '211644.510000', '211644.970000', '211645.430000', '211645.890000', '211646.350000', '211646.810000', '211647.270000', '211647.730000', '211648.190000', '211648.650000', '211649.110000', '211649.570000', '211650.030000', '211650.490000', '211650.950000', '211651.410000', '211651.870000', '211652.330000', '211652.790000', '211653.250000', '211653.710000', '211654.170000', '211654.630000', '211655.090000', '211655.550000', '211656.010000', '211656.470000', '211656.930000', '211657.390000', '211657.850000', '211658.310000', '211658.770000', '211659.230000', '211659.690000', '211700.150000', '211700.610000', '211701.070000', '211701.530000', '211701.990000', '211702.450000', '211702.910000', '211703.370000', '211703.830000', '211704.290000', '211704.750000', '211705.210000', '211705.670000', '211706.130000', '211706.590000', '211707.050000', '211707.510000', '211707.970000', '211708.430000', '211708.890000', '211709.350000', '211709.810000', '211710.270000', '211710.730000', '211711.190000', '211711.650000', '211712.110000', '211712.570000', '211713.030000', '211713.490000', '211713.950000', '211714.410000', '211714.870000', '211715.330000', '211715.790000', '211716.250000', '211716.710000', '211717.170000', '211717.630000', '211718.090000', '211718.550000', '211719.010000', '211719.470000', '211719.930000', '211720.390000', '211720.850000', '211721.310000', '211721.770000', '211722.230000', '211722.690000', '211723.150000', '211723.610000', '211724.070000', '211724.530000', '211724.990000', '211725.450000', '211725.910000', '211726.370000', '211726.830000', '211727.290000', '211727.750000', '211728.210000', '211728.670000', '211729.130000', '211729.590000', '211730.050000', '211730.510000', '211730.970000', '211731.430000', '211731.890000', '211732.350000', '211732.810000', '211733.270000', '211733.730000', '211734.190000', '211734.650000', '211735.110000', '211735.570000', '211736.030000', '211736.490000', '211736.950000', '211737.410000', '211737.870000', '211738.330000', '211738.790000', '211739.250000', '211739.710000', '211740.170000', '211740.630000', '211741.090000', '211741.550000', '211742.010000', '211742.470000', '211742.930000', '211743.390000', '211743.850000', '211744.310000', '211744.770000', '211745.230000', '211745.690000', '211746.150000', '211746.610000', '211747.070000', '211747.530000', '211747.990000', '211748.450000', '211748.910000', '211749.370000', '211749.830000', '211750.290000', '211750.750000', '211751.210000', '211751.670000', '211752.130000', '211752.590000', '211753.050000', '211753.510000', '211753.970000', '211754.430000', '211754.890000', '211755.350000', '211755.810000', '211756.270000', '211756.730000', '211757.190000', '211757.650000', '211758.110000', '211758.570000', '211759.030000', '211759.490000', '211759.950000', '211800.410000', '211800.870000', '211801.330000', '211801.790000', '211802.250000', '211802.710000', '211803.170000', '211803.630000', '211804.090000', '211804.550000', '211805.010000', '211805.470000', '211805.930000', '211806.390000', '211806.850000', '211807.310000', '211807.770000', '211808.230000', '211808.690000', '211809.150000', '211809.610000', '211810.070000', '211810.530000', '211810.990000', '211811.450000', '211811.910000', '211812.370000', '211812.830000', '211813.290000', '211813.750000', '211814.210000', '211814.670000', '211815.130000', '211815.590000', '211816.050000', '211816.510000', '211816.970000', '211817.430000', '211817.890000', '211818.350000', '211818.810000', '211819.270000', '211819.730000', '211820.190000', '211820.650000', '211821.110000', '211821.570000', '211822.030000', '211822.490000', '211822.950000', '211823.410000', '211823.870000', '211824.330000', '211824.790000', '211825.250000', '211825.710000', '211826.170000', '211826.630000', '211827.090000', '211827.550000', '211828.010000', '211828.470000', '211828.930000', '211829.390000', '211829.850000', '211830.310000', '211830.770000', '211831.230000', '211831.690000', '211832.150000', '211832.610000', '211833.070000', '211833.530000', '211833.990000', '211834.450000', '211834.910000', '211835.370000', '211835.830000', '211836.290000', '211836.750000', '211837.210000', '211837.670000', '211838.130000', '211838.590000', '211839.050000', '211839.510000', '211839.970000', '211840.430000', '211840.890000', '211841.350000', '211841.810000', '211842.270000', '211842.730000', '211843.190000', '211843.650000', '211844.110000', '211844.570000', '211845.030000', '211845.490000', '211845.950000', '211846.410000', '211846.870000', '211847.330000', '211847.790000', '211848.250000', '211848.710000', '211849.170000', '211849.630000', '211850.090000', '211850.550000', '211851.010000', '211851.470000', '211851.930000', '211852.390000', '211852.850000', '211853.310000', '211853.770000', '211854.230000', '211854.690000', '211855.150000', '211855.610000', '211856.070000', '211856.530000', '211856.990000', '211857.450000', '211857.910000', '211858.370000', '211858.830000', '211859.290000', '211859.750000', '211900.210000', '211900.670000', '211901.130000', '211901.590000', '211902.050000', '211902.510000', '211902.970000'], 'ContentTime': ['210918.138000', '210918.148000', '210918.151000', '210918.153000', '210918.156000', '210918.159000', '210918.161000', '210918.164000', '210918.166000', '210918.169000', '210918.171000', '210918.174000', '210918.177000', '210918.179000', '210918.182000', '210918.184000', '210918.187000', '210918.189000', '210918.192000', '210918.194000', '210918.197000', '210918.200000', '210918.202000', '210938.114000', '210938.117000', '210938.120000', '210938.127000', '210938.130000', '210938.133000', '210938.135000', '210938.138000', '210938.140000', '210938.143000', '210938.145000', '210938.148000', '210938.150000', '210938.153000', '210938.155000', '210938.158000', '210938.160000', '210938.163000', '210938.165000', '210938.168000', '210938.171000', '210938.173000', '210938.176000', '210938.178000', '210938.181000', '210938.183000', '210938.186000', '210938.188000', '210938.191000', '210938.193000', '210938.196000', '210938.198000', '210938.201000', '210938.204000', '210938.216000', '210938.218000', '210938.221000', '210938.223000', '210938.226000', '210938.228000', '210938.231000', '210938.233000', '210938.236000', '210938.238000', '210958.114000', '210958.117000', '210958.120000', '210958.122000', '210958.125000', '210958.128000', '210958.130000', '210958.133000', '210958.135000', '210958.138000', '210958.140000', '210958.143000', '210958.145000', '210958.148000', '210958.150000', '210958.153000', '210958.156000', '210958.158000', '210958.161000', '210958.163000', '210958.166000', '210958.168000', '210958.171000', '210958.173000', '210958.176000', '210958.179000', '210958.181000', '210958.184000', '210958.186000', '210958.189000', '210958.191000', '210958.194000', '210958.197000', '210958.199000', '210958.202000', '210958.204000', '210958.207000', '210958.209000', '210958.212000', '210958.215000', '210958.217000', '210958.220000', '210958.222000', '211018.114000', '211018.117000', '211018.120000', '211018.122000', '211018.125000', '211018.128000', '211018.130000', '211018.133000', '211018.135000', '211018.138000', '211018.140000', '211018.143000', '211018.147000', '211018.149000', '211018.152000', '211018.155000', '211018.170000', '211018.172000', '211018.175000', '211018.178000', '211018.181000', '211018.184000', '211018.186000', '211018.189000', '211018.192000', '211018.194000', '211018.197000', '211018.199000', '211018.202000', '211018.205000', '211018.207000', '211018.210000', '211018.212000', '211018.215000', '211018.217000', '211018.220000', '211018.222000', '211018.225000', '211018.228000', '211018.230000', '211018.233000', '211018.235000', '211018.238000', '211038.114000', '211038.117000', '211038.120000', '211038.122000', '211038.125000', '211038.128000', '211038.131000', '211038.133000', '211038.136000', '211038.138000', '211038.141000', '211038.143000', '211038.146000', '211038.149000', '211038.151000', '211038.154000', '211038.156000', '211038.159000', '211038.162000', '211038.164000', '211038.167000', '211038.169000', '211038.172000', '211038.174000', '211038.177000', '211038.180000', '211038.182000', '211038.185000', '211038.187000', '211038.190000', '211038.193000', '211038.195000', '211038.198000', '211038.200000', '211038.203000', '211038.205000', '211038.208000', '211038.211000', '211038.213000', '211038.216000', '211038.218000', '211038.221000', '211038.223000', '211038.226000', '211058.116000', '211058.118000', '211058.121000', '211058.123000', '211058.126000', '211058.129000', '211058.131000', '211058.134000', '211058.136000', '211058.139000', '211058.141000', '211058.144000', '211058.146000', '211058.149000', '211058.152000', '211058.154000', '211058.157000', '211058.159000', '211058.162000', '211058.164000', '211058.167000', '211058.169000', '211058.172000', '211058.174000', '211058.177000', '211058.180000', '211058.182000', '211058.185000', '211058.187000', '211058.190000', '211058.193000', '211058.195000', '211058.198000', '211058.201000', '211058.203000', '211058.206000', '211058.209000', '211058.211000', '211058.214000', '211058.217000', '211058.219000', '211058.222000', '211058.225000', '211118.115000', '211118.118000', '211118.121000', '211118.123000', '211118.126000', '211118.129000', '211118.131000', '211118.134000', '211118.136000', '211118.139000', '211118.141000', '211118.144000', '211118.147000', '211118.149000', '211118.152000', '211118.154000', '211118.157000', '211118.160000', '211118.162000', '211118.165000', '211118.167000', '211118.170000', '211118.172000', '211118.175000', '211118.178000', '211118.180000', '211118.183000', '211118.185000', '211118.188000', '211118.190000', '211118.193000', '211118.196000', '211118.198000', '211118.201000', '211118.203000', '211118.206000', '211118.208000', '211118.211000', '211118.213000', '211118.216000', '211118.219000', '211118.221000', '211118.224000', '211118.227000', '211138.115000', '211138.118000', '211138.121000', '211138.123000', '211138.126000', '211138.129000', '211138.131000', '211138.134000', '211138.136000', '211138.139000', '211138.141000', '211138.144000', '211138.146000', '211138.149000', '211138.152000', '211138.154000', '211138.157000', '211138.159000', '211138.162000', '211138.164000', '211138.167000', '211138.170000', '211138.173000', '211138.176000', '211138.179000', '211138.181000', '211138.185000', '211138.188000', '211138.191000', '211138.194000', '211138.196000', '211138.199000', '211138.201000', '211138.204000', '211138.207000', '211138.209000', '211138.212000', '211138.214000', '211138.217000', '211138.219000', '211138.222000', '211138.225000', '211138.227000', '211158.114000', '211158.117000', '211158.120000', '211158.122000', '211158.125000', '211158.128000', '211158.130000', '211158.133000', '211158.135000', '211158.138000', '211158.140000', '211158.143000', '211158.156000', '211158.159000', '211158.161000', '211158.164000', '211158.166000', '211158.169000', '211158.172000', '211158.174000', '211158.177000', '211158.179000', '211158.182000', '211158.185000', '211158.187000', '211158.190000', '211158.192000', '211158.195000', '211158.197000', '211158.200000', '211158.203000', '211158.205000', '211158.208000', '211158.210000', '211158.213000', '211158.215000', '211158.218000', '211158.221000', '211158.223000', '211158.226000', '211158.228000', '211158.231000', '211158.234000', '211158.236000', '211218.115000', '211218.117000', '211218.120000', '211218.122000', '211218.125000', '211218.128000', '211218.130000', '211218.133000', '211218.135000', '211218.138000', '211218.140000', '211218.143000', '211218.146000', '211218.148000', '211218.151000', '211218.153000', '211218.156000', '211218.159000', '211218.161000', '211218.164000', '211218.166000', '211218.169000', '211218.172000', '211218.174000', '211218.177000', '211218.180000', '211218.182000', '211218.185000', '211218.187000', '211218.190000', '211218.193000', '211218.195000', '211218.198000', '211218.200000', '211218.203000', '211218.205000', '211218.208000', '211218.210000', '211218.213000', '211218.216000', '211218.218000', '211218.221000', '211218.223000', '211238.115000', '211238.117000', '211238.120000', '211238.123000', '211238.125000', '211238.128000', '211238.130000', '211238.133000', '211238.136000', '211238.138000', '211238.141000', '211238.143000', '211238.146000', '211238.149000', '211238.152000', '211238.159000', '211238.162000', '211238.164000', '211238.167000', '211238.169000', '211238.172000', '211238.175000', '211238.177000', '211238.180000', '211238.182000', '211238.185000', '211238.188000', '211238.190000', '211238.193000', '211238.195000', '211238.198000', '211238.200000', '211238.203000', '211238.206000', '211238.208000', '211238.211000', '211238.213000', '211238.216000', '211238.219000', '211238.221000', '211238.224000', '211238.227000', '211238.229000', '211238.232000', '211258.114000', '211258.117000', '211258.120000', '211258.122000', '211258.125000', '211258.128000', '211258.130000', '211258.133000', '211258.135000', '211258.138000', '211258.140000', '211258.143000', '211258.145000', '211258.148000', '211258.151000', '211258.153000', '211258.156000', '211258.159000', '211258.161000', '211258.164000', '211258.166000', '211258.169000', '211258.171000', '211258.174000', '211258.177000', '211258.179000', '211258.182000', '211258.184000', '211258.187000', '211258.189000', '211258.192000', '211258.194000', '211258.197000', '211258.199000', '211258.202000', '211258.205000', '211258.207000', '211258.210000', '211258.213000', '211258.215000', '211258.218000', '211258.220000', '211258.223000', '211318.116000', '211318.126000', '211318.129000', '211318.131000', '211318.134000', '211318.137000', '211318.139000', '211318.142000', '211318.145000', '211318.147000', '211318.150000', '211318.152000', '211318.155000', '211318.158000', '211318.160000', '211318.163000', '211318.165000', '211318.168000', '211318.171000', '211318.173000', '211318.176000', '211318.179000', '211318.181000', '211318.184000', '211318.186000', '211318.189000', '211318.192000', '211318.194000', '211318.197000', '211318.200000', '211318.202000', '211318.205000', '211318.208000', '211318.210000', '211318.213000', '211318.215000', '211318.218000', '211318.250000', '211318.253000', '211318.256000', '211318.258000', '211318.261000', '211318.263000', '211318.266000', '211338.115000', '211338.118000', '211338.121000', '211338.123000', '211338.126000', '211338.129000', '211338.131000', '211338.134000', '211338.136000', '211338.139000', '211338.141000', '211338.144000', '211338.147000', '211338.149000', '211338.152000', '211338.154000', '211338.157000', '211338.159000', '211338.162000', '211338.165000', '211338.167000', '211338.170000', '211338.172000', '211338.175000', '211338.177000', '211338.180000', '211338.183000', '211338.185000', '211338.188000', '211338.190000', '211338.193000', '211338.196000', '211338.198000', '211338.201000', '211338.203000', '211338.206000', '211338.208000', '211338.211000', '211338.214000', '211338.216000', '211338.219000', '211338.221000', '211338.224000', '211358.115000', '211358.118000', '211358.121000', '211358.124000', '211358.126000', '211358.129000', '211358.131000', '211358.134000', '211358.137000', '211358.139000', '211358.142000', '211358.145000', '211358.147000', '211358.150000', '211358.152000', '211358.155000', '211358.158000', '211358.160000', '211358.163000', '211358.165000', '211358.168000', '211358.171000', '211358.173000', '211358.176000', '211358.179000', '211358.181000', '211358.184000', '211358.186000', '211358.189000', '211358.191000', '211358.194000', '211358.197000', '211358.199000', '211358.202000', '211358.204000', '211358.207000', '211358.210000', '211358.212000', '211358.215000', '211358.217000', '211358.220000', '211358.223000', '211358.225000', '211358.228000', '211418.115000', '211418.117000', '211418.120000', '211418.123000', '211418.125000', '211418.128000', '211418.130000', '211418.133000', '211418.135000', '211418.138000', '211418.141000', '211418.143000', '211418.146000', '211418.148000', '211418.151000', '211418.153000', '211418.156000', '211418.158000', '211418.161000', '211418.164000', '211418.166000', '211418.169000', '211418.171000', '211418.174000', '211418.177000', '211418.179000', '211418.182000', '211418.184000', '211418.187000', '211418.190000', '211418.192000', '211418.195000', '211418.197000', '211418.200000', '211418.203000', '211418.205000', '211418.208000', '211418.210000', '211418.213000', '211418.216000', '211418.218000', '211418.221000', '211418.223000', '211438.114000', '211438.117000', '211438.120000', '211438.122000', '211438.125000', '211438.128000', '211438.130000', '211438.133000', '211438.135000', '211438.138000', '211438.140000', '211438.143000', '211438.146000', '211438.148000', '211438.151000', '211438.153000', '211438.156000', '211438.158000', '211438.161000', '211438.164000', '211438.166000', '211438.169000', '211438.171000', '211438.174000', '211438.176000', '211438.179000', '211438.182000', '211438.184000', '211438.187000', '211438.189000', '211438.192000', '211438.195000', '211438.197000', '211438.200000', '211438.243000', '211438.245000', '211438.248000', '211438.251000', '211438.253000', '211438.256000', '211438.258000', '211438.261000', '211438.264000', '211438.266000', '211458.114000', '211458.117000', '211458.120000', '211458.122000', '211458.125000', '211458.128000', '211458.130000', '211458.133000', '211458.135000', '211458.138000', '211458.140000', '211458.143000', '211458.146000', '211458.148000', '211458.151000', '211458.153000', '211458.156000', '211458.159000', '211458.161000', '211458.164000', '211458.166000', '211458.169000', '211458.172000', '211458.174000', '211458.177000', '211458.179000', '211458.182000', '211458.184000', '211458.187000', '211458.190000', '211458.192000', '211458.195000', '211458.197000', '211458.200000', '211458.202000', '211458.205000', '211458.208000', '211458.210000', '211458.213000', '211458.215000', '211458.218000', '211458.220000', '211458.223000', '211518.115000', '211518.118000', '211518.120000', '211518.123000', '211518.127000', '211518.130000', '211518.133000', '211518.135000', '211518.138000', '211518.140000', '211518.143000', '211518.146000', '211518.148000', '211518.151000', '211518.153000', '211518.156000', '211518.159000', '211518.161000', '211518.164000', '211518.167000', '211518.169000', '211518.172000', '211518.174000', '211518.177000', '211518.179000', '211518.182000', '211518.185000', '211518.187000', '211518.190000', '211518.193000', '211518.195000', '211518.198000', '211518.200000', '211518.203000', '211518.206000', '211518.208000', '211518.211000', '211518.213000', '211518.216000', '211518.219000', '211518.221000', '211518.224000', '211518.226000', '211518.229000', '211538.116000', '211538.118000', '211538.121000', '211538.124000', '211538.126000', '211538.129000', '211538.131000', '211538.134000', '211538.136000', '211538.139000', '211538.142000', '211538.144000', '211538.147000', '211538.149000', '211538.152000', '211538.155000', '211538.157000', '211538.160000', '211538.162000', '211538.165000', '211538.167000', '211538.170000', '211538.173000', '211538.175000', '211538.178000', '211538.180000', '211538.183000', '211538.186000', '211538.188000', '211538.191000', '211538.193000', '211538.196000', '211538.198000', '211538.201000', '211538.204000', '211538.206000', '211538.209000', '211538.211000', '211538.214000', '211538.216000', '211538.219000', '211538.222000', '211538.224000', '211558.115000', '211558.118000', '211558.121000', '211558.124000', '211558.126000', '211558.129000', '211558.131000', '211558.134000', '211558.137000', '211558.139000', '211558.142000', '211558.144000', '211558.147000', '211558.150000', '211558.152000', '211558.155000', '211558.157000', '211558.160000', '211558.163000', '211558.165000', '211558.168000', '211558.170000', '211558.173000', '211558.179000', '211558.182000', '211558.185000', '211558.187000', '211558.190000', '211558.192000', '211558.195000', '211558.197000', '211558.200000', '211558.203000', '211558.205000', '211558.208000', '211558.210000', '211558.213000', '211558.216000', '211558.218000', '211558.221000', '211558.223000', '211558.226000', '211558.229000', '211558.231000', '211618.116000', '211618.118000', '211618.121000', '211618.124000', '211618.126000', '211618.129000', '211618.131000', '211618.134000', '211618.137000', '211618.139000', '211618.142000', '211618.144000', '211618.147000', '211618.149000', '211618.152000', '211618.155000', '211618.157000', '211618.160000', '211618.163000', '211618.165000', '211618.168000', '211618.170000', '211618.173000', '211618.176000', '211618.178000', '211618.181000', '211618.183000', '211618.186000', '211618.189000', '211618.191000', '211618.194000', '211618.196000', '211618.199000', '211618.201000', '211618.204000', '211618.207000', '211618.209000', '211618.212000', '211618.214000', '211618.217000', '211618.220000', '211618.222000', '211618.225000', '211638.115000', '211638.118000', '211638.120000', '211638.123000', '211638.126000', '211638.128000', '211638.131000', '211638.133000', '211638.136000', '211638.138000', '211638.141000', '211638.144000', '211638.146000', '211638.149000', '211638.151000', '211638.154000', '211638.157000', '211638.159000', '211638.162000', '211638.165000', '211638.167000', '211638.170000', '211638.172000', '211638.175000', '211638.178000', '211638.180000', '211638.183000', '211638.185000', '211638.188000', '211638.190000', '211638.193000', '211638.196000', '211638.198000', '211638.201000', '211638.203000', '211638.206000', '211638.209000', '211638.211000', '211638.214000', '211638.216000', '211638.219000', '211638.222000', '211638.224000', '211638.227000', '211658.114000', '211658.117000', '211658.120000', '211658.122000', '211658.125000', '211658.127000', '211658.130000', '211658.133000', '211658.135000', '211658.138000', '211658.140000', '211658.143000', '211658.145000', '211658.148000', '211658.151000', '211658.153000', '211658.156000', '211658.158000', '211658.161000', '211658.163000', '211658.166000', '211658.168000', '211658.171000', '211658.174000', '211658.176000', '211658.179000', '211658.181000', '211658.184000', '211658.186000', '211658.189000', '211658.192000', '211658.194000', '211658.197000', '211658.199000', '211658.202000', '211658.204000', '211658.207000', '211658.210000', '211658.212000', '211658.215000', '211658.217000', '211658.220000', '211658.223000', '211718.115000', '211718.118000', '211718.120000', '211718.123000', '211718.125000', '211718.128000', '211718.131000', '211718.133000', '211718.136000', '211718.138000', '211718.141000', '211718.143000', '211718.146000', '211718.149000', '211718.151000', '211718.154000', '211718.156000', '211718.159000', '211718.162000', '211718.164000', '211718.167000', '211718.169000', '211718.172000', '211718.175000', '211718.177000', '211718.180000', '211718.183000', '211718.186000', '211718.189000', '211718.192000', '211718.194000', '211718.197000', '211718.199000', '211718.202000', '211718.205000', '211718.207000', '211718.210000', '211718.212000', '211718.215000', '211718.218000', '211718.220000', '211718.223000', '211718.225000', '211738.115000', '211738.117000', '211738.120000', '211738.123000', '211738.125000', '211738.128000', '211738.130000', '211738.133000', '211738.135000', '211738.138000', '211738.141000', '211738.143000', '211738.146000', '211738.148000', '211738.151000', '211738.154000', '211738.156000', '211738.159000', '211738.161000', '211738.164000', '211738.167000', '211738.169000', '211738.172000', '211738.174000', '211738.177000', '211738.180000', '211738.182000', '211738.185000', '211738.187000', '211738.190000', '211738.192000', '211738.195000', '211738.198000', '211738.200000', '211738.203000', '211738.205000', '211738.208000', '211738.210000', '211738.213000', '211738.216000', '211738.218000', '211738.221000', '211738.224000', '211738.226000', '211758.116000', '211758.119000', '211758.121000', '211758.124000', '211758.127000', '211758.129000', '211758.132000', '211758.134000', '211758.137000', '211758.140000', '211758.142000', '211758.145000', '211758.147000', '211758.150000', '211758.154000', '211758.157000', '211758.160000', '211758.163000', '211758.165000', '211758.168000', '211758.171000', '211758.173000', '211758.176000', '211758.178000', '211758.181000', '211758.184000', '211758.186000', '211758.189000', '211758.197000', '211758.200000', '211758.202000', '211758.205000', '211758.208000', '211758.210000', '211758.213000', '211758.216000', '211758.218000', '211758.221000', '211758.223000', '211758.226000', '211758.229000', '211758.231000', '211758.234000', '211818.116000', '211818.118000', '211818.121000', '211818.123000', '211818.126000', '211818.129000', '211818.131000', '211818.134000', '211818.136000', '211818.139000', '211818.142000', '211818.144000', '211818.147000', '211818.149000', '211818.152000', '211818.155000', '211818.157000', '211818.160000', '211818.162000', '211818.165000', '211818.167000', '211818.170000', '211818.173000', '211818.175000', '211818.178000', '211818.180000', '211818.183000', '211818.185000', '211818.188000', '211818.191000', '211818.193000', '211818.196000', '211818.198000', '211818.201000', '211818.203000', '211818.206000', '211818.209000', '211818.211000', '211818.214000', '211818.217000', '211818.219000', '211818.222000', '211818.224000', '211818.227000', '211838.116000', '211838.119000', '211838.121000', '211838.124000', '211838.126000', '211838.129000', '211838.131000', '211838.134000', '211838.137000', '211838.141000', '211838.143000', '211838.155000', '211838.157000', '211838.160000', '211838.162000', '211838.165000', '211838.168000', '211838.170000', '211838.173000', '211838.175000', '211838.178000', '211838.180000', '211838.183000', '211838.186000', '211838.188000', '211838.191000', '211838.193000', '211838.196000', '211838.199000', '211838.201000', '211838.204000', '211838.207000', '211838.209000', '211838.212000', '211838.214000', '211838.217000', '211838.220000', '211838.232000', '211838.234000', '211838.237000', '211838.239000', '211838.242000', '211838.245000', '211858.115000', '211858.117000', '211858.120000', '211858.123000', '211858.125000', '211858.128000', '211858.130000', '211858.133000', '211858.135000', '211858.138000', '211858.141000', '211858.143000', '211858.146000', '211858.148000', '211858.151000', '211858.154000', '211858.156000', '211858.159000', '211858.161000', '211858.164000', '211858.167000', '211858.169000', '211858.172000', '211858.174000', '211858.177000', '211858.180000', '211858.182000', '211858.185000', '211858.187000', '211858.190000', '211858.192000', '211858.195000', '211858.198000', '211858.200000', '211858.203000', '211858.205000', '211858.208000', '211858.211000', '211858.213000', '211858.216000', '211858.218000', '211858.221000', '211858.223000', '211858.226000', '211904.331000', '211904.334000', '211904.337000', '211904.339000', '211904.342000', '211904.345000', '211904.348000', '211904.350000', '211904.353000', '211904.356000', '211904.360000', '211904.364000', '211904.366000', '211904.369000'], 'InstanceCreationTime': ['210918.138000', '210918.148000', '210918.151000', '210918.153000', '210918.156000', '210918.159000', '210918.161000', '210918.164000', '210918.166000', '210918.169000', '210918.171000', '210918.174000', '210918.177000', '210918.179000', '210918.182000', '210918.184000', '210918.187000', '210918.189000', '210918.192000', '210918.194000', '210918.197000', '210918.200000', '210918.202000', '210938.114000', '210938.117000', '210938.120000', '210938.127000', '210938.130000', '210938.133000', '210938.135000', '210938.138000', '210938.140000', '210938.143000', '210938.145000', '210938.148000', '210938.150000', '210938.153000', '210938.155000', '210938.158000', '210938.160000', '210938.163000', '210938.165000', '210938.168000', '210938.171000', '210938.173000', '210938.176000', '210938.178000', '210938.181000', '210938.183000', '210938.186000', '210938.188000', '210938.191000', '210938.193000', '210938.196000', '210938.198000', '210938.201000', '210938.204000', '210938.216000', '210938.218000', '210938.221000', '210938.223000', '210938.226000', '210938.228000', '210938.231000', '210938.233000', '210938.236000', '210938.238000', '210958.114000', '210958.117000', '210958.120000', '210958.122000', '210958.125000', '210958.128000', '210958.130000', '210958.133000', '210958.135000', '210958.138000', '210958.140000', '210958.143000', '210958.145000', '210958.148000', '210958.150000', '210958.153000', '210958.156000', '210958.158000', '210958.161000', '210958.163000', '210958.166000', '210958.168000', '210958.171000', '210958.173000', '210958.176000', '210958.179000', '210958.181000', '210958.184000', '210958.186000', '210958.189000', '210958.191000', '210958.194000', '210958.197000', '210958.199000', '210958.202000', '210958.204000', '210958.207000', '210958.209000', '210958.212000', '210958.215000', '210958.217000', '210958.220000', '210958.222000', '211018.114000', '211018.117000', '211018.120000', '211018.122000', '211018.125000', '211018.128000', '211018.130000', '211018.133000', '211018.135000', '211018.138000', '211018.140000', '211018.143000', '211018.147000', '211018.149000', '211018.152000', '211018.155000', '211018.170000', '211018.172000', '211018.175000', '211018.178000', '211018.181000', '211018.184000', '211018.186000', '211018.189000', '211018.192000', '211018.194000', '211018.197000', '211018.199000', '211018.202000', '211018.205000', '211018.207000', '211018.210000', '211018.212000', '211018.215000', '211018.217000', '211018.220000', '211018.222000', '211018.225000', '211018.228000', '211018.230000', '211018.233000', '211018.235000', '211018.238000', '211038.114000', '211038.117000', '211038.120000', '211038.122000', '211038.125000', '211038.128000', '211038.131000', '211038.133000', '211038.136000', '211038.138000', '211038.141000', '211038.143000', '211038.146000', '211038.149000', '211038.151000', '211038.154000', '211038.156000', '211038.159000', '211038.162000', '211038.164000', '211038.167000', '211038.169000', '211038.172000', '211038.174000', '211038.177000', '211038.180000', '211038.182000', '211038.185000', '211038.187000', '211038.190000', '211038.193000', '211038.195000', '211038.198000', '211038.200000', '211038.203000', '211038.205000', '211038.208000', '211038.211000', '211038.213000', '211038.216000', '211038.218000', '211038.221000', '211038.223000', '211038.226000', '211058.116000', '211058.118000', '211058.121000', '211058.123000', '211058.126000', '211058.129000', '211058.131000', '211058.134000', '211058.136000', '211058.139000', '211058.141000', '211058.144000', '211058.146000', '211058.149000', '211058.152000', '211058.154000', '211058.157000', '211058.159000', '211058.162000', '211058.164000', '211058.167000', '211058.169000', '211058.172000', '211058.174000', '211058.177000', '211058.180000', '211058.182000', '211058.185000', '211058.187000', '211058.190000', '211058.193000', '211058.195000', '211058.198000', '211058.201000', '211058.203000', '211058.206000', '211058.209000', '211058.211000', '211058.214000', '211058.217000', '211058.219000', '211058.222000', '211058.225000', '211118.115000', '211118.118000', '211118.121000', '211118.123000', '211118.126000', '211118.129000', '211118.131000', '211118.134000', '211118.136000', '211118.139000', '211118.141000', '211118.144000', '211118.147000', '211118.149000', '211118.152000', '211118.154000', '211118.157000', '211118.160000', '211118.162000', '211118.165000', '211118.167000', '211118.170000', '211118.172000', '211118.175000', '211118.178000', '211118.180000', '211118.183000', '211118.185000', '211118.188000', '211118.190000', '211118.193000', '211118.196000', '211118.198000', '211118.201000', '211118.203000', '211118.206000', '211118.208000', '211118.211000', '211118.213000', '211118.216000', '211118.219000', '211118.221000', '211118.224000', '211118.227000', '211138.115000', '211138.118000', '211138.121000', '211138.123000', '211138.126000', '211138.129000', '211138.131000', '211138.134000', '211138.136000', '211138.139000', '211138.141000', '211138.144000', '211138.146000', '211138.149000', '211138.152000', '211138.154000', '211138.157000', '211138.159000', '211138.162000', '211138.164000', '211138.167000', '211138.170000', '211138.173000', '211138.176000', '211138.179000', '211138.181000', '211138.185000', '211138.188000', '211138.191000', '211138.194000', '211138.196000', '211138.199000', '211138.201000', '211138.204000', '211138.207000', '211138.209000', '211138.212000', '211138.214000', '211138.217000', '211138.219000', '211138.222000', '211138.225000', '211138.227000', '211158.114000', '211158.117000', '211158.120000', '211158.122000', '211158.125000', '211158.128000', '211158.130000', '211158.133000', '211158.135000', '211158.138000', '211158.140000', '211158.143000', '211158.156000', '211158.159000', '211158.161000', '211158.164000', '211158.166000', '211158.169000', '211158.172000', '211158.174000', '211158.177000', '211158.179000', '211158.182000', '211158.185000', '211158.187000', '211158.190000', '211158.192000', '211158.195000', '211158.197000', '211158.200000', '211158.203000', '211158.205000', '211158.208000', '211158.210000', '211158.213000', '211158.215000', '211158.218000', '211158.221000', '211158.223000', '211158.226000', '211158.228000', '211158.231000', '211158.234000', '211158.236000', '211218.115000', '211218.117000', '211218.120000', '211218.122000', '211218.125000', '211218.128000', '211218.130000', '211218.133000', '211218.135000', '211218.138000', '211218.140000', '211218.143000', '211218.146000', '211218.148000', '211218.151000', '211218.153000', '211218.156000', '211218.159000', '211218.161000', '211218.164000', '211218.166000', '211218.169000', '211218.172000', '211218.174000', '211218.177000', '211218.180000', '211218.182000', '211218.185000', '211218.187000', '211218.190000', '211218.193000', '211218.195000', '211218.198000', '211218.200000', '211218.203000', '211218.205000', '211218.208000', '211218.210000', '211218.213000', '211218.216000', '211218.218000', '211218.221000', '211218.223000', '211238.115000', '211238.117000', '211238.120000', '211238.123000', '211238.125000', '211238.128000', '211238.130000', '211238.133000', '211238.136000', '211238.138000', '211238.141000', '211238.143000', '211238.146000', '211238.149000', '211238.152000', '211238.159000', '211238.162000', '211238.164000', '211238.167000', '211238.169000', '211238.172000', '211238.175000', '211238.177000', '211238.180000', '211238.182000', '211238.185000', '211238.188000', '211238.190000', '211238.193000', '211238.195000', '211238.198000', '211238.200000', '211238.203000', '211238.206000', '211238.208000', '211238.211000', '211238.213000', '211238.216000', '211238.219000', '211238.221000', '211238.224000', '211238.227000', '211238.229000', '211238.232000', '211258.114000', '211258.117000', '211258.120000', '211258.122000', '211258.125000', '211258.128000', '211258.130000', '211258.133000', '211258.135000', '211258.138000', '211258.140000', '211258.143000', '211258.145000', '211258.148000', '211258.151000', '211258.153000', '211258.156000', '211258.159000', '211258.161000', '211258.164000', '211258.166000', '211258.169000', '211258.171000', '211258.174000', '211258.177000', '211258.179000', '211258.182000', '211258.184000', '211258.187000', '211258.189000', '211258.192000', '211258.194000', '211258.197000', '211258.199000', '211258.202000', '211258.205000', '211258.207000', '211258.210000', '211258.213000', '211258.215000', '211258.218000', '211258.220000', '211258.223000', '211318.116000', '211318.126000', '211318.129000', '211318.131000', '211318.134000', '211318.137000', '211318.139000', '211318.142000', '211318.145000', '211318.147000', '211318.150000', '211318.152000', '211318.155000', '211318.158000', '211318.160000', '211318.163000', '211318.165000', '211318.168000', '211318.171000', '211318.173000', '211318.176000', '211318.179000', '211318.181000', '211318.184000', '211318.186000', '211318.189000', '211318.192000', '211318.194000', '211318.197000', '211318.200000', '211318.202000', '211318.205000', '211318.208000', '211318.210000', '211318.213000', '211318.215000', '211318.218000', '211318.250000', '211318.253000', '211318.256000', '211318.258000', '211318.261000', '211318.263000', '211318.266000', '211338.115000', '211338.118000', '211338.121000', '211338.123000', '211338.126000', '211338.129000', '211338.131000', '211338.134000', '211338.136000', '211338.139000', '211338.141000', '211338.144000', '211338.147000', '211338.149000', '211338.152000', '211338.154000', '211338.157000', '211338.159000', '211338.162000', '211338.165000', '211338.167000', '211338.170000', '211338.172000', '211338.175000', '211338.177000', '211338.180000', '211338.183000', '211338.185000', '211338.188000', '211338.190000', '211338.193000', '211338.196000', '211338.198000', '211338.201000', '211338.203000', '211338.206000', '211338.208000', '211338.211000', '211338.214000', '211338.216000', '211338.219000', '211338.221000', '211338.224000', '211358.115000', '211358.118000', '211358.121000', '211358.124000', '211358.126000', '211358.129000', '211358.131000', '211358.134000', '211358.137000', '211358.139000', '211358.142000', '211358.145000', '211358.147000', '211358.150000', '211358.152000', '211358.155000', '211358.158000', '211358.160000', '211358.163000', '211358.165000', '211358.168000', '211358.171000', '211358.173000', '211358.176000', '211358.179000', '211358.181000', '211358.184000', '211358.186000', '211358.189000', '211358.191000', '211358.194000', '211358.197000', '211358.199000', '211358.202000', '211358.204000', '211358.207000', '211358.210000', '211358.212000', '211358.215000', '211358.217000', '211358.220000', '211358.223000', '211358.225000', '211358.228000', '211418.115000', '211418.117000', '211418.120000', '211418.123000', '211418.125000', '211418.128000', '211418.130000', '211418.133000', '211418.135000', '211418.138000', '211418.141000', '211418.143000', '211418.146000', '211418.148000', '211418.151000', '211418.153000', '211418.156000', '211418.158000', '211418.161000', '211418.164000', '211418.166000', '211418.169000', '211418.171000', '211418.174000', '211418.177000', '211418.179000', '211418.182000', '211418.184000', '211418.187000', '211418.190000', '211418.192000', '211418.195000', '211418.197000', '211418.200000', '211418.203000', '211418.205000', '211418.208000', '211418.210000', '211418.213000', '211418.216000', '211418.218000', '211418.221000', '211418.223000', '211438.114000', '211438.117000', '211438.120000', '211438.122000', '211438.125000', '211438.128000', '211438.130000', '211438.133000', '211438.135000', '211438.138000', '211438.140000', '211438.143000', '211438.146000', '211438.148000', '211438.151000', '211438.153000', '211438.156000', '211438.158000', '211438.161000', '211438.164000', '211438.166000', '211438.169000', '211438.171000', '211438.174000', '211438.176000', '211438.179000', '211438.182000', '211438.184000', '211438.187000', '211438.189000', '211438.192000', '211438.195000', '211438.197000', '211438.200000', '211438.243000', '211438.245000', '211438.248000', '211438.251000', '211438.253000', '211438.256000', '211438.258000', '211438.261000', '211438.264000', '211438.266000', '211458.114000', '211458.117000', '211458.120000', '211458.122000', '211458.125000', '211458.128000', '211458.130000', '211458.133000', '211458.135000', '211458.138000', '211458.140000', '211458.143000', '211458.146000', '211458.148000', '211458.151000', '211458.153000', '211458.156000', '211458.159000', '211458.161000', '211458.164000', '211458.166000', '211458.169000', '211458.172000', '211458.174000', '211458.177000', '211458.179000', '211458.182000', '211458.184000', '211458.187000', '211458.190000', '211458.192000', '211458.195000', '211458.197000', '211458.200000', '211458.202000', '211458.205000', '211458.208000', '211458.210000', '211458.213000', '211458.215000', '211458.218000', '211458.220000', '211458.223000', '211518.115000', '211518.118000', '211518.120000', '211518.123000', '211518.127000', '211518.130000', '211518.133000', '211518.135000', '211518.138000', '211518.140000', '211518.143000', '211518.146000', '211518.148000', '211518.151000', '211518.153000', '211518.156000', '211518.159000', '211518.161000', '211518.164000', '211518.167000', '211518.169000', '211518.172000', '211518.174000', '211518.177000', '211518.179000', '211518.182000', '211518.185000', '211518.187000', '211518.190000', '211518.193000', '211518.195000', '211518.198000', '211518.200000', '211518.203000', '211518.206000', '211518.208000', '211518.211000', '211518.213000', '211518.216000', '211518.219000', '211518.221000', '211518.224000', '211518.226000', '211518.229000', '211538.116000', '211538.118000', '211538.121000', '211538.124000', '211538.126000', '211538.129000', '211538.131000', '211538.134000', '211538.136000', '211538.139000', '211538.142000', '211538.144000', '211538.147000', '211538.149000', '211538.152000', '211538.155000', '211538.157000', '211538.160000', '211538.162000', '211538.165000', '211538.167000', '211538.170000', '211538.173000', '211538.175000', '211538.178000', '211538.180000', '211538.183000', '211538.186000', '211538.188000', '211538.191000', '211538.193000', '211538.196000', '211538.198000', '211538.201000', '211538.204000', '211538.206000', '211538.209000', '211538.211000', '211538.214000', '211538.216000', '211538.219000', '211538.222000', '211538.224000', '211558.115000', '211558.118000', '211558.121000', '211558.124000', '211558.126000', '211558.129000', '211558.131000', '211558.134000', '211558.137000', '211558.139000', '211558.142000', '211558.144000', '211558.147000', '211558.150000', '211558.152000', '211558.155000', '211558.157000', '211558.160000', '211558.163000', '211558.165000', '211558.168000', '211558.170000', '211558.173000', '211558.179000', '211558.182000', '211558.185000', '211558.187000', '211558.190000', '211558.192000', '211558.195000', '211558.197000', '211558.200000', '211558.203000', '211558.205000', '211558.208000', '211558.210000', '211558.213000', '211558.216000', '211558.218000', '211558.221000', '211558.223000', '211558.226000', '211558.229000', '211558.231000', '211618.116000', '211618.118000', '211618.121000', '211618.124000', '211618.126000', '211618.129000', '211618.131000', '211618.134000', '211618.137000', '211618.139000', '211618.142000', '211618.144000', '211618.147000', '211618.149000', '211618.152000', '211618.155000', '211618.157000', '211618.160000', '211618.163000', '211618.165000', '211618.168000', '211618.170000', '211618.173000', '211618.176000', '211618.178000', '211618.181000', '211618.183000', '211618.186000', '211618.189000', '211618.191000', '211618.194000', '211618.196000', '211618.199000', '211618.201000', '211618.204000', '211618.207000', '211618.209000', '211618.212000', '211618.214000', '211618.217000', '211618.220000', '211618.222000', '211618.225000', '211638.115000', '211638.118000', '211638.120000', '211638.123000', '211638.126000', '211638.128000', '211638.131000', '211638.133000', '211638.136000', '211638.138000', '211638.141000', '211638.144000', '211638.146000', '211638.149000', '211638.151000', '211638.154000', '211638.157000', '211638.159000', '211638.162000', '211638.165000', '211638.167000', '211638.170000', '211638.172000', '211638.175000', '211638.178000', '211638.180000', '211638.183000', '211638.185000', '211638.188000', '211638.190000', '211638.193000', '211638.196000', '211638.198000', '211638.201000', '211638.203000', '211638.206000', '211638.209000', '211638.211000', '211638.214000', '211638.216000', '211638.219000', '211638.222000', '211638.224000', '211638.227000', '211658.114000', '211658.117000', '211658.120000', '211658.122000', '211658.125000', '211658.127000', '211658.130000', '211658.133000', '211658.135000', '211658.138000', '211658.140000', '211658.143000', '211658.145000', '211658.148000', '211658.151000', '211658.153000', '211658.156000', '211658.158000', '211658.161000', '211658.163000', '211658.166000', '211658.168000', '211658.171000', '211658.174000', '211658.176000', '211658.179000', '211658.181000', '211658.184000', '211658.186000', '211658.189000', '211658.192000', '211658.194000', '211658.197000', '211658.199000', '211658.202000', '211658.204000', '211658.207000', '211658.210000', '211658.212000', '211658.215000', '211658.217000', '211658.220000', '211658.223000', '211718.115000', '211718.118000', '211718.120000', '211718.123000', '211718.125000', '211718.128000', '211718.131000', '211718.133000', '211718.136000', '211718.138000', '211718.141000', '211718.143000', '211718.146000', '211718.149000', '211718.151000', '211718.154000', '211718.156000', '211718.159000', '211718.162000', '211718.164000', '211718.167000', '211718.169000', '211718.172000', '211718.175000', '211718.177000', '211718.180000', '211718.183000', '211718.186000', '211718.189000', '211718.192000', '211718.194000', '211718.197000', '211718.199000', '211718.202000', '211718.205000', '211718.207000', '211718.210000', '211718.212000', '211718.215000', '211718.218000', '211718.220000', '211718.223000', '211718.225000', '211738.115000', '211738.117000', '211738.120000', '211738.123000', '211738.125000', '211738.128000', '211738.130000', '211738.133000', '211738.135000', '211738.138000', '211738.141000', '211738.143000', '211738.146000', '211738.148000', '211738.151000', '211738.154000', '211738.156000', '211738.159000', '211738.161000', '211738.164000', '211738.167000', '211738.169000', '211738.172000', '211738.174000', '211738.177000', '211738.180000', '211738.182000', '211738.185000', '211738.187000', '211738.190000', '211738.192000', '211738.195000', '211738.198000', '211738.200000', '211738.203000', '211738.205000', '211738.208000', '211738.210000', '211738.213000', '211738.216000', '211738.218000', '211738.221000', '211738.224000', '211738.226000', '211758.116000', '211758.119000', '211758.121000', '211758.124000', '211758.127000', '211758.129000', '211758.132000', '211758.134000', '211758.137000', '211758.140000', '211758.142000', '211758.145000', '211758.147000', '211758.150000', '211758.154000', '211758.157000', '211758.160000', '211758.163000', '211758.165000', '211758.168000', '211758.171000', '211758.173000', '211758.176000', '211758.178000', '211758.181000', '211758.184000', '211758.186000', '211758.189000', '211758.197000', '211758.200000', '211758.202000', '211758.205000', '211758.208000', '211758.210000', '211758.213000', '211758.216000', '211758.218000', '211758.221000', '211758.223000', '211758.226000', '211758.229000', '211758.231000', '211758.234000', '211818.116000', '211818.118000', '211818.121000', '211818.123000', '211818.126000', '211818.129000', '211818.131000', '211818.134000', '211818.136000', '211818.139000', '211818.142000', '211818.144000', '211818.147000', '211818.149000', '211818.152000', '211818.155000', '211818.157000', '211818.160000', '211818.162000', '211818.165000', '211818.167000', '211818.170000', '211818.173000', '211818.175000', '211818.178000', '211818.180000', '211818.183000', '211818.185000', '211818.188000', '211818.191000', '211818.193000', '211818.196000', '211818.198000', '211818.201000', '211818.203000', '211818.206000', '211818.209000', '211818.211000', '211818.214000', '211818.217000', '211818.219000', '211818.222000', '211818.224000', '211818.227000', '211838.116000', '211838.119000', '211838.121000', '211838.124000', '211838.126000', '211838.129000', '211838.131000', '211838.134000', '211838.137000', '211838.141000', '211838.143000', '211838.155000', '211838.157000', '211838.160000', '211838.162000', '211838.165000', '211838.168000', '211838.170000', '211838.173000', '211838.175000', '211838.178000', '211838.180000', '211838.183000', '211838.186000', '211838.188000', '211838.191000', '211838.193000', '211838.196000', '211838.199000', '211838.201000', '211838.204000', '211838.207000', '211838.209000', '211838.212000', '211838.214000', '211838.217000', '211838.220000', '211838.232000', '211838.234000', '211838.237000', '211838.239000', '211838.242000', '211838.245000', '211858.115000', '211858.117000', '211858.120000', '211858.123000', '211858.125000', '211858.128000', '211858.130000', '211858.133000', '211858.135000', '211858.138000', '211858.141000', '211858.143000', '211858.146000', '211858.148000', '211858.151000', '211858.154000', '211858.156000', '211858.159000', '211858.161000', '211858.164000', '211858.167000', '211858.169000', '211858.172000', '211858.174000', '211858.177000', '211858.180000', '211858.182000', '211858.185000', '211858.187000', '211858.190000', '211858.192000', '211858.195000', '211858.198000', '211858.200000', '211858.203000', '211858.205000', '211858.208000', '211858.211000', '211858.213000', '211858.216000', '211858.218000', '211858.221000', '211858.223000', '211858.226000', '211904.331000', '211904.334000', '211904.337000', '211904.339000', '211904.342000', '211904.345000', '211904.348000', '211904.350000', '211904.353000', '211904.356000', '211904.360000', '211904.364000', '211904.366000', '211904.369000'], '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': [9035, 8229, 9258, 7991, 8649, 8708, 7773, 9498, 8250, 8331, 8931, 7983, 9017, 8015, 8769, 9112, 7974, 9221, 8122, 8389, 8579, 7519, 9234, 8561, 7783, 8192, 7527, 8632, 7806, 8544, 8147, 7804, 8659, 8301, 8418, 8303, 7601, 9089, 8700, 8246, 9153, 8079, 8538, 8322, 8574, 9320, 7825, 9082, 8815, 7993, 9384, 7955, 9057, 8046, 8931, 9285, 7861, 9618, 8589, 9002, 8776, 7691, 9407, 9292, 8471, 8571, 8413, 8619, 8136, 7620, 8505, 8305, 8057, 8289, 7600, 8325, 8115, 8184, 8252, 8210, 8303, 7722, 8659, 7714, 8159, 8971, 7558, 8864, 8418, 8102, 8613, 7790, 9498, 8276, 8032, 8977, 7666, 9420, 9558, 9166, 9597, 7956, 10444, 9163, 8846, 9632, 7922, 9532, 9425, 7723, 9997, 8818, 8381, 9105, 7686, 9742, 8931, 7912, 9918, 8441, 8781, 8919, 7586, 9598, 8933, 8239, 8815, 8340, 8898, 8712, 7594, 9227, 7929, 8358, 8591, 7891, 8844, 8692, 7626, 9500, 7867, 8406, 8745, 7725, 9731, 8953, 7833, 8979, 8574, 8008, 8615, 8053, 9286, 7640, 7799, 8752, 8729, 8887, 8342, 8143, 8793, 7888, 9366, 8824, 7858, 8704, 8732, 8635, 8648, 7634, 9450, 8218, 8211, 8888, 7877, 9151, 8278, 8400, 9465, 8913, 8980, 8806, 7994, 9282, 8231, 8903, 8475, 7537, 9124, 8433, 8335, 8732, 7678, 9411, 8683, 8049, 8798, 8089, 9337, 8880, 8173, 9766, 8432, 8875, 8849, 7933, 8984, 8434, 8952, 9013, 7608, 8861, 8922, 8417, 9058, 7738, 9184, 8530, 8117, 8712, 8724, 8564, 8019, 7865, 8603, 7678, 8627, 7648, 7987, 7706, 7990, 9620, 9133, 7940, 8981, 8502, 9289, 9109, 7884, 9218, 8902, 8282, 9089, 7769, 8909, 8095, 8991, 7973, 10583, 8154, 9774, 9302, 8795, 9488, 8153, 9799, 9115, 8966, 9203, 8476, 8914, 9298, 7703, 9883, 7722, 9103, 9401, 7976, 9957, 9110, 8535, 9341, 7820, 9932, 9195, 7988, 10114, 8055, 9591, 9568, 7876, 9446, 8122, 8975, 9118, 8234, 9619, 8273, 9225, 8864, 7869, 9043, 7778, 9423, 8910, 8108, 9197, 7717, 9656, 7766, 9495, 9416, 7646, 9863, 8255, 8745, 8934, 7708, 9717, 9010, 8423, 9255, 8582, 9061, 9045, 7910, 9221, 9283, 8195, 8895, 7957, 9171, 8126, 8346, 9037, 7696, 8994, 8007, 8387, 9240, 7806, 9946, 8855, 8143, 9352, 7762, 10096, 8967, 8297, 9606, 8907, 8892, 8848, 7684, 9719, 7915, 8448, 9211, 8043, 9521, 8904, 8143, 9255, 8041, 8933, 8836, 7854, 8768, 7606, 8551, 8894, 7602, 9190, 8509, 8579, 8720, 7525, 9229, 8865, 8005, 9662, 8224, 8424, 8476, 8221, 9390, 7978, 8413, 8997, 7827, 9198, 8408, 9013, 9407, 7915, 9741, 9486, 8269, 8062, 8352, 8328, 10148, 8280, 7849, 8425, 9227, 8341, 9099, 8216, 8291, 8487, 8401, 8647, 8441, 8923, 8051, 9033, 10194, 9061, 8945, 8211, 8811, 7787, 9591, 8361, 9352, 9220, 7727, 8861, 8864, 8459, 8454, 7992, 9153, 7750, 7880, 8483, 7661, 8832, 8019, 7933, 8838, 7662, 8856, 8762, 8117, 8300, 7693, 9238, 8321, 8490, 8396, 8007, 8463, 8916, 8307, 8921, 8085, 8751, 7650, 9714, 8834, 8242, 9618, 7965, 9775, 9157, 8077, 9795, 9959, 8531, 9222, 8064, 9219, 7908, 8750, 9363, 7859, 9448, 9115, 8177, 9328, 7940, 8848, 9123, 7706, 9586, 8491, 8505, 9022, 7671, 9292, 9061, 8004, 9161, 8318, 8352, 9139, 8067, 9642, 8278, 7986, 8738, 8963, 8888, 8848, 7855, 9216, 7974, 8150, 8242, 7594, 8973, 7774, 8705, 9063, 7674, 9070, 8229, 8004, 8633, 7720, 9477, 8501, 8169, 9274, 8545, 9137, 9090, 7904, 9570, 7846, 9580, 9452, 7699, 9423, 8572, 9478, 9160, 7698, 9931, 7823, 8238, 8971, 8001, 9482, 7711, 9824, 9723, 8149, 9755, 9308, 8650, 9310, 7979, 9911, 8133, 8485, 9484, 7813, 9631, 9449, 7915, 9339, 7829, 9065, 8818, 7703, 9071, 7628, 9003, 8229, 7718, 9266, 7763, 9162, 9471, 7673, 9715, 7613, 9230, 9440, 7807, 9324, 8873, 8258, 9414, 7814, 9440, 9377, 7842, 9284, 8158, 8195, 8810, 7797, 9425, 8699, 8077, 8698, 7594, 8279, 8038, 7791, 8480, 7701, 8922, 8088, 8072, 8412, 7660, 9137, 7759, 9241, 8549, 8227, 8855, 7908, 9592, 8501, 9423, 9519, 8466, 8932, 8799, 8507, 9185, 7714, 9504, 9240, 8052, 8948, 7595, 9175, 7927, 8379, 9008, 7747, 9044, 8911, 7835, 9430, 9443, 8781, 9082, 7709, 9375, 8085, 8084, 8924, 8088, 9250, 8729, 7648, 8627, 8248, 8411, 8791, 7620, 8307, 8041, 8050, 8508, 8166, 9249, 8005, 8855, 9357, 7889, 8887, 7915, 8849, 8094, 8141, 9159, 7676, 8721, 7928, 8520, 8308, 7762, 9898, 9807, 8804, 9071, 8395, 9835, 7880, 9470, 9241, 8018, 9200, 7581, 9825, 8060, 8526, 9430, 7610, 9767, 8676, 9171, 9230, 7991, 9794, 8379, 8680, 9117, 8041, 9509, 7727, 8702, 9471, 7635, 9515, 8831, 8729, 9277, 7624, 9657, 7895, 8316, 8988, 7826, 9393, 7729, 10284, 7879, 8246, 9244, 7718, 9620, 7852, 9660, 9685, 8312, 9957, 7702, 9638, 9697, 8040, 8753, 8219, 8047, 9310, 7771, 8862, 9270, 8565, 9423, 8436, 9276, 9527, 7633, 10536, 9175, 7937, 9236, 7597, 9678, 8744, 7684, 9085, 7625, 8272, 8590, 7665, 9056, 7616, 8482, 8956, 7537, 9121, 7590, 9083, 7884, 7805, 8707, 9700, 8476, 8513, 7687, 9123, 8690, 8777, 8984, 7606, 8858, 8211, 8648, 9015, 7754, 9561, 9300, 7985, 8634, 7760, 8954, 8718, 7913, 8943, 7740, 8049, 8207, 7844, 9312, 8837, 7614, 9165, 8386, 8226, 8762, 7620, 9136, 7975, 8173, 8690, 7711, 8651, 8468, 8126, 8979, 7887, 8786, 8369, 7671, 8389, 8098, 8402, 8718, 7705, 8806, 8139, 7951, 8140, 7680, 8682, 8751, 7918, 8656, 7975, 8172, 7965, 7998, 8632, 7614, 8761, 8798, 8084, 9307, 8144, 9519, 9300, 8813, 9183, 7649, 9386, 8723, 8423, 9462, 7694, 10036, 9470, 7916, 9905, 9927, 9734, 9363, 7844, 9883, 8515, 8583, 9077, 7802, 9744, 9158, 8249, 9089, 7585, 9327, 8010, 9335, 7921, 8415, 9836, 9084, 8903, 9180, 7924, 9481, 8470, 10281, 9279, 8312, 10323, 9058, 10628, 9977, 8593, 10466, 9347, 9528, 9884, 7679, 10588, 7771, 10143, 10087, 7867, 10632, 9341, 8834, 10144, 8015, 10202, 9473, 8024, 10500, 8563, 9112, 9268, 7624, 9855, 9338, 8693, 9765, 7892, 8921, 8801, 7827, 9656, 8054, 8134, 9186, 7723, 8747, 8837, 7767, 9321, 7662, 8681, 9064, 7704, 9111, 8463, 9141, 9561, 7825, 9768, 8722, 8007, 8877, 7948, 9803, 8010, 9459, 9509, 7935, 9528, 8393, 9097, 8716, 7613, 9609, 8633, 7927, 9038, 7612, 9163, 7688, 8609, 8890, 7650, 9401, 8083, 9228, 8212, 8486, 9743, 8296, 9655, 9123, 8578, 9762, 7790, 9857, 9077, 8111, 9108, 7595, 9739, 7910, 8260, 9622, 7656, 9449, 8312, 9469, 9249, 8704, 10150, 7645, 9668, 7924, 9272, 9562, 8114, 10020, 8057, 9678, 9603, 8056, 9641, 7828, 9872, 9364, 8129, 9525, 7609, 9743, 7644, 9851, 9160, 8436, 9666, 8653, 9782, 7925, 8974, 9106, 8162, 8609, 10282, 9290, 8596, 9386, 8594, 9993, 8351, 10987, 9414, 9939, 10691, 9735, 10142, 9438, 9420, 10153, 8765, 10732, 9827, 9099, 9909, 8024, 9970, 9562, 8902, 10450, 8253, 9808, 9516, 8607, 10250, 7902, 9206, 9875, 7889, 9793, 8068, 9381, 9675, 8118, 10163, 9236, 8600, 9502, 8000, 9540, 9017, 8453, 9375, 8601, 9095, 9183, 8811, 9356, 8294, 10148, 9353, 8721, 9263, 8265, 9955, 8112, 10387, 8301, 9880, 10726, 9368, 10470, 9339, 9130, 10407, 9176, 9632, 9421, 8072, 9982, 8261, 9653, 9417, 8680, 10220, 8083, 8865, 9656, 8036, 9888, 8270, 8962, 10483, 7836, 9548, 9316, 8668, 9805, 7745, 9587, 9609, 8027, 9845, 8008, 9489, 9577, 8848, 10103, 7998, 8835, 9466, 8457, 10377, 8316, 10141, 9908, 8676, 10161, 8380, 9579, 10051, 9119, 10468, 8788, 9137, 9576, 8250, 10498, 7935, 9129, 9968, 7824, 9614, 8234, 9672, 9550, 8395, 10116, 8105, 8724, 9922, 8996, 9852, 8542, 10133, 10011, 8670, 9591, 8493, 10327, 8614, 9800, 10063, 8385, 10183, 8152, 10040, 8314, 9759, 9911, 8927, 10949, 9748, 9856, 9984, 8747, 10296, 8059, 10424, 8071, 9962, 8314, 9214, 10426, 8062, 10928, 9693, 9395, 10470, 7886, 10678, 9502, 8711, 10183, 8146, 9986, 9410, 8905, 10164, 7908, 9969, 8231, 9046, 9889, 8327, 10173, 8109, 9853, 8397, 9005, 8729, 9375, 10368, 8684, 10665, 8808, 9792, 10292, 8770, 10845, 9600, 10444, 9714, 8638, 10815, 8197, 10792, 9847, 9033, 10223, 8915, 9484, 9766, 9011, 10228, 7754, 9600, 9219, 8761, 9900, 8190, 9817, 8357, 9469, 9998, 7949, 10301, 8398, 9359, 9986, 8745, 10656, 8496, 9023, 9851, 8650, 10370, 8087, 9349, 9834, 7971, 10324, 8298, 9265, 9944, 8048, 10237, 9424, 8528, 9663, 8377, 9545, 9194, 8681, 9456, 7868, 9198, 9187, 8895, 9760, 8215, 8717, 9311, 9496, 9791, 8121, 9778, 9803, 8776, 9616, 7998], 'WindowCenter': [4761.0, 4724.0, 4728.0, 4695.0, 4703.0, 4703.0, 4679.0, 4711.0, 4690.0, 4690.0, 4698.0, 4679.0, 4700.0, 4680.0, 4699.0, 4699.0, 4690.0, 4711.0, 4676.0, 4688.0, 4698.0, 4667.0, 4699.0, 4698.0, 4678.0, 4688.0, 4675.0, 4690.0, 4675.0, 4700.0, 4689.0, 4689.0, 4712.0, 4699.0, 4699.0, 4700.0, 4682.0, 4712.0, 4697.0, 4702.0, 4711.0, 4689.0, 4700.0, 4689.0, 4699.0, 4709.0, 4677.0, 4710.0, 4703.0, 4691.0, 4700.0, 4679.0, 4699.0, 4688.0, 4698.0, 4711.0, 4689.0, 4708.0, 4688.0, 4697.0, 4690.0, 4664.0, 4697.0, 4708.0, 4688.0, 4689.0, 4675.0, 4686.0, 4675.0, 4675.0, 4699.0, 4687.0, 4688.0, 4688.0, 4678.0, 4699.0, 4675.0, 4700.0, 4714.0, 4700.0, 4701.0, 4687.0, 4699.0, 4689.0, 4702.0, 4711.0, 4692.0, 4709.0, 4700.0, 4690.0, 4702.0, 4678.0, 4710.0, 4687.0, 4692.0, 4710.0, 4677.0, 4697.0, 4696.0, 4697.0, 4708.0, 4675.0, 4707.0, 4696.0, 4685.0, 4695.0, 4663.0, 4696.0, 4685.0, 4652.0, 4694.0, 4684.0, 4674.0, 4685.0, 4662.0, 4696.0, 4684.0, 4664.0, 4707.0, 4684.0, 4684.0, 4686.0, 4662.0, 4695.0, 4684.0, 4685.0, 4696.0, 4673.0, 4684.0, 4675.0, 4662.0, 4695.0, 4673.0, 4689.0, 4700.0, 4674.0, 4686.0, 4684.0, 4675.0, 4706.0, 4689.0, 4700.0, 4697.0, 4677.0, 4711.0, 4696.0, 4665.0, 4700.0, 4698.0, 4688.0, 4687.0, 4676.0, 4708.0, 4677.0, 4677.0, 4701.0, 4699.0, 4699.0, 4687.0, 4679.0, 4698.0, 4685.0, 4707.0, 4699.0, 4700.0, 4702.0, 4686.0, 4700.0, 4697.0, 4678.0, 4708.0, 4687.0, 4689.0, 4698.0, 4674.0, 4699.0, 4677.0, 4675.0, 4697.0, 4684.0, 4696.0, 4696.0, 4662.0, 4696.0, 4673.0, 4685.0, 4686.0, 4675.0, 4697.0, 4676.0, 4674.0, 4685.0, 4665.0, 4695.0, 4685.0, 4675.0, 4699.0, 4675.0, 4696.0, 4686.0, 4674.0, 4707.0, 4685.0, 4698.0, 4700.0, 4673.0, 4697.0, 4674.0, 4696.0, 4697.0, 4676.0, 4698.0, 4696.0, 4675.0, 4697.0, 4665.0, 4694.0, 4685.0, 4686.0, 4698.0, 4683.0, 4687.0, 4676.0, 4687.0, 4700.0, 4689.0, 4709.0, 4688.0, 4699.0, 4689.0, 4702.0, 4726.0, 4709.0, 4691.0, 4710.0, 4687.0, 4699.0, 4700.0, 4676.0, 4699.0, 4696.0, 4687.0, 4687.0, 4665.0, 4697.0, 4679.0, 4701.0, 4680.0, 4720.0, 4688.0, 4723.0, 4712.0, 4700.0, 4698.0, 4667.0, 4694.0, 4687.0, 4684.0, 4696.0, 4677.0, 4685.0, 4682.0, 4653.0, 4682.0, 4653.0, 4684.0, 4684.0, 4674.0, 4696.0, 4675.0, 4674.0, 4686.0, 4650.0, 4693.0, 4700.0, 4676.0, 4707.0, 4664.0, 4697.0, 4695.0, 4679.0, 4707.0, 4675.0, 4687.0, 4685.0, 4676.0, 4708.0, 4687.0, 4709.0, 4697.0, 4677.0, 4698.0, 4675.0, 4698.0, 4697.0, 4691.0, 4709.0, 4678.0, 4709.0, 4676.0, 4707.0, 4710.0, 4678.0, 4706.0, 4676.0, 4686.0, 4687.0, 4664.0, 4696.0, 4697.0, 4688.0, 4698.0, 4674.0, 4687.0, 4687.0, 4663.0, 4697.0, 4697.0, 4674.0, 4687.0, 4676.0, 4696.0, 4674.0, 4674.0, 4698.0, 4675.0, 4687.0, 4676.0, 4687.0, 4698.0, 4677.0, 4708.0, 4698.0, 4680.0, 4698.0, 4680.0, 4706.0, 4684.0, 4675.0, 4697.0, 4686.0, 4687.0, 4686.0, 4664.0, 4694.0, 4664.0, 4671.0, 4697.0, 4674.0, 4693.0, 4686.0, 4664.0, 4687.0, 4664.0, 4684.0, 4696.0, 4673.0, 4685.0, 4664.0, 4684.0, 4698.0, 4664.0, 4695.0, 4699.0, 4689.0, 4698.0, 4676.0, 4707.0, 4698.0, 4677.0, 4709.0, 4689.0, 4687.0, 4688.0, 4688.0, 4710.0, 4676.0, 4689.0, 4701.0, 4688.0, 4709.0, 4688.0, 4697.0, 4698.0, 4676.0, 4708.0, 4710.0, 4690.0, 4692.0, 4688.0, 4691.0, 4719.0, 4700.0, 4689.0, 4716.0, 4712.0, 4692.0, 4700.0, 4678.0, 4689.0, 4699.0, 4704.0, 4712.0, 4701.0, 4700.0, 4680.0, 4700.0, 4708.0, 4699.0, 4676.0, 4663.0, 4674.0, 4663.0, 4696.0, 4675.0, 4686.0, 4698.0, 4665.0, 4685.0, 4672.0, 4664.0, 4674.0, 4664.0, 4684.0, 4663.0, 4677.0, 4687.0, 4667.0, 4688.0, 4675.0, 4678.0, 4699.0, 4679.0, 4713.0, 4699.0, 4678.0, 4688.0, 4678.0, 4711.0, 4687.0, 4687.0, 4704.0, 4692.0, 4690.0, 4687.0, 4687.0, 4700.0, 4690.0, 4701.0, 4691.0, 4719.0, 4710.0, 4700.0, 4710.0, 4689.0, 4709.0, 4699.0, 4677.0, 4710.0, 4708.0, 4688.0, 4687.0, 4665.0, 4684.0, 4661.0, 4674.0, 4686.0, 4664.0, 4695.0, 4675.0, 4663.0, 4685.0, 4662.0, 4674.0, 4684.0, 4661.0, 4695.0, 4675.0, 4673.0, 4686.0, 4665.0, 4696.0, 4685.0, 4677.0, 4708.0, 4675.0, 4689.0, 4698.0, 4678.0, 4710.0, 4685.0, 4689.0, 4698.0, 4685.0, 4697.0, 4689.0, 4674.0, 4697.0, 4675.0, 4688.0, 4691.0, 4666.0, 4699.0, 4677.0, 4698.0, 4699.0, 4676.0, 4697.0, 4689.0, 4689.0, 4699.0, 4679.0, 4710.0, 4686.0, 4687.0, 4710.0, 4698.0, 4697.0, 4688.0, 4676.0, 4696.0, 4664.0, 4697.0, 4697.0, 4677.0, 4695.0, 4675.0, 4695.0, 4686.0, 4664.0, 4694.0, 4677.0, 4687.0, 4685.0, 4675.0, 4696.0, 4676.0, 4708.0, 4697.0, 4676.0, 4720.0, 4699.0, 4687.0, 4698.0, 4677.0, 4707.0, 4675.0, 4686.0, 4709.0, 4665.0, 4696.0, 4697.0, 4664.0, 4684.0, 4661.0, 4685.0, 4698.0, 4674.0, 4685.0, 4666.0, 4685.0, 4677.0, 4678.0, 4698.0, 4681.0, 4710.0, 4707.0, 4678.0, 4710.0, 4678.0, 4710.0, 4708.0, 4677.0, 4699.0, 4687.0, 4677.0, 4697.0, 4666.0, 4694.0, 4687.0, 4675.0, 4696.0, 4663.0, 4674.0, 4685.0, 4663.0, 4695.0, 4673.0, 4687.0, 4698.0, 4663.0, 4686.0, 4673.0, 4676.0, 4698.0, 4689.0, 4708.0, 4676.0, 4678.0, 4691.0, 4678.0, 4710.0, 4694.0, 4722.0, 4700.0, 4689.0, 4699.0, 4688.0, 4711.0, 4698.0, 4708.0, 4724.0, 4688.0, 4688.0, 4688.0, 4685.0, 4698.0, 4664.0, 4695.0, 4696.0, 4676.0, 4686.0, 4677.0, 4694.0, 4675.0, 4685.0, 4700.0, 4678.0, 4698.0, 4697.0, 4676.0, 4697.0, 4695.0, 4685.0, 4698.0, 4676.0, 4695.0, 4676.0, 4676.0, 4687.0, 4665.0, 4685.0, 4688.0, 4678.0, 4685.0, 4676.0, 4675.0, 4686.0, 4666.0, 4689.0, 4690.0, 4687.0, 4701.0, 4688.0, 4709.0, 4677.0, 4698.0, 4724.0, 4701.0, 4710.0, 4688.0, 4711.0, 4690.0, 4702.0, 4726.0, 4704.0, 4711.0, 4700.0, 4712.0, 4701.0, 4694.0, 4723.0, 4722.0, 4699.0, 4698.0, 4676.0, 4707.0, 4676.0, 4708.0, 4697.0, 4677.0, 4697.0, 4666.0, 4695.0, 4673.0, 4687.0, 4695.0, 4676.0, 4706.0, 4683.0, 4696.0, 4684.0, 4673.0, 4696.0, 4675.0, 4686.0, 4684.0, 4665.0, 4693.0, 4663.0, 4671.0, 4694.0, 4665.0, 4693.0, 4673.0, 4674.0, 4684.0, 4661.0, 4693.0, 4674.0, 4687.0, 4695.0, 4677.0, 4700.0, 4678.0, 4722.0, 4690.0, 4699.0, 4709.0, 4677.0, 4709.0, 4676.0, 4707.0, 4700.0, 4686.0, 4709.0, 4679.0, 4707.0, 4695.0, 4690.0, 4700.0, 4701.0, 4699.0, 4720.0, 4692.0, 4726.0, 4725.0, 4690.0, 4700.0, 4675.0, 4696.0, 4699.0, 4663.0, 4696.0, 4685.0, 4662.0, 4673.0, 4652.0, 4681.0, 4673.0, 4652.0, 4684.0, 4667.0, 4672.0, 4674.0, 4664.0, 4685.0, 4664.0, 4697.0, 4698.0, 4678.0, 4711.0, 4676.0, 4698.0, 4687.0, 4688.0, 4716.0, 4708.0, 4691.0, 4700.0, 4677.0, 4699.0, 4685.0, 4686.0, 4700.0, 4678.0, 4700.0, 4675.0, 4686.0, 4700.0, 4666.0, 4706.0, 4698.0, 4676.0, 4687.0, 4664.0, 4685.0, 4687.0, 4664.0, 4685.0, 4678.0, 4677.0, 4678.0, 4675.0, 4696.0, 4686.0, 4665.0, 4697.0, 4686.0, 4686.0, 4687.0, 4667.0, 4696.0, 4675.0, 4676.0, 4688.0, 4677.0, 4687.0, 4677.0, 4677.0, 4697.0, 4663.0, 4685.0, 4700.0, 4679.0, 4687.0, 4678.0, 4686.0, 4687.0, 4677.0, 4709.0, 4679.0, 4676.0, 4688.0, 4665.0, 4688.0, 4688.0, 4692.0, 4699.0, 4677.0, 4689.0, 4687.0, 4689.0, 4698.0, 4678.0, 4701.0, 4700.0, 4690.0, 4710.0, 4690.0, 4709.0, 4696.0, 4686.0, 4709.0, 4677.0, 4698.0, 4686.0, 4676.0, 4694.0, 4664.0, 4697.0, 4699.0, 4676.0, 4696.0, 4695.0, 4683.0, 4684.0, 4662.0, 4706.0, 4684.0, 4674.0, 4687.0, 4664.0, 4694.0, 4683.0, 4676.0, 4698.0, 4666.0, 4687.0, 4677.0, 4698.0, 4678.0, 4698.0, 4722.0, 4698.0, 4698.0, 4696.0, 4690.0, 4708.0, 4702.0, 4722.0, 4698.0, 4687.0, 4710.0, 4687.0, 4705.0, 4697.0, 4674.0, 4707.0, 4683.0, 4684.0, 4696.0, 4651.0, 4691.0, 4651.0, 4681.0, 4692.0, 4652.0, 4690.0, 4681.0, 4672.0, 4684.0, 4648.0, 4679.0, 4671.0, 4649.0, 4679.0, 4671.0, 4671.0, 4671.0, 4651.0, 4681.0, 4671.0, 4662.0, 4694.0, 4662.0, 4676.0, 4673.0, 4652.0, 4686.0, 4662.0, 4664.0, 4696.0, 4677.0, 4686.0, 4688.0, 4678.0, 4697.0, 4667.0, 4686.0, 4710.0, 4689.0, 4699.0, 4689.0, 4699.0, 4700.0, 4677.0, 4720.0, 4700.0, 4689.0, 4691.0, 4678.0, 4709.0, 4678.0, 4708.0, 4708.0, 4677.0, 4698.0, 4690.0, 4711.0, 4713.0, 4678.0, 4706.0, 4689.0, 4676.0, 4698.0, 4678.0, 4696.0, 4665.0, 4686.0, 4698.0, 4680.0, 4700.0, 4689.0, 4698.0, 4687.0, 4689.0, 4709.0, 4689.0, 4709.0, 4698.0, 4687.0, 4709.0, 4667.0, 4708.0, 4697.0, 4690.0, 4702.0, 4667.0, 4699.0, 4676.0, 4677.0, 4697.0, 4678.0, 4696.0, 4676.0, 4697.0, 4685.0, 4684.0, 4706.0, 4676.0, 4707.0, 4677.0, 4698.0, 4696.0, 4678.0, 4710.0, 4679.0, 4710.0, 4711.0, 4677.0, 4698.0, 4668.0, 4698.0, 4685.0, 4689.0, 4698.0, 4664.0, 4699.0, 4665.0, 4706.0, 4696.0, 4677.0, 4712.0, 4689.0, 4697.0, 4679.0, 4688.0, 4686.0, 4693.0, 4703.0, 4710.0, 4698.0, 4689.0, 4701.0, 4702.0, 4710.0, 4689.0, 4721.0, 4699.0, 4696.0, 4710.0, 4687.0, 4697.0, 4686.0, 4688.0, 4697.0, 4676.0, 4706.0, 4685.0, 4686.0, 4684.0, 4665.0, 4685.0, 4686.0, 4675.0, 4695.0, 4665.0, 4697.0, 4688.0, 4665.0, 4687.0, 4652.0, 4674.0, 4695.0, 4676.0, 4698.0, 4666.0, 4688.0, 4689.0, 4664.0, 4697.0, 4699.0, 4688.0, 4699.0, 4675.0, 4698.0, 4686.0, 4677.0, 4699.0, 4689.0, 4701.0, 4697.0, 4687.0, 4698.0, 4676.0, 4710.0, 4698.0, 4699.0, 4699.0, 4680.0, 4710.0, 4680.0, 4713.0, 4689.0, 4709.0, 4721.0, 4698.0, 4709.0, 4689.0, 4687.0, 4701.0, 4684.0, 4685.0, 4688.0, 4666.0, 4694.0, 4664.0, 4685.0, 4685.0, 4675.0, 4696.0, 4664.0, 4689.0, 4699.0, 4666.0, 4699.0, 4676.0, 4686.0, 4707.0, 4666.0, 4710.0, 4699.0, 4676.0, 4697.0, 4666.0, 4697.0, 4697.0, 4678.0, 4700.0, 4667.0, 4700.0, 4697.0, 4686.0, 4699.0, 4676.0, 4701.0, 4699.0, 4680.0, 4708.0, 4675.0, 4708.0, 4708.0, 4690.0, 4709.0, 4676.0, 4698.0, 4698.0, 4687.0, 4707.0, 4688.0, 4689.0, 4701.0, 4679.0, 4708.0, 4666.0, 4684.0, 4707.0, 4668.0, 4696.0, 4675.0, 4697.0, 4696.0, 4674.0, 4708.0, 4678.0, 4699.0, 4708.0, 4699.0, 4710.0, 4699.0, 4721.0, 4722.0, 4702.0, 4711.0, 4689.0, 4721.0, 4689.0, 4712.0, 4710.0, 4703.0, 4721.0, 4677.0, 4709.0, 4689.0, 4710.0, 4712.0, 4688.0, 4723.0, 4697.0, 4698.0, 4698.0, 4677.0, 4699.0, 4677.0, 4708.0, 4668.0, 4696.0, 4676.0, 4687.0, 4708.0, 4665.0, 4707.0, 4686.0, 4684.0, 4697.0, 4655.0, 4693.0, 4685.0, 4674.0, 4695.0, 4652.0, 4685.0, 4673.0, 4676.0, 4694.0, 4667.0, 4697.0, 4678.0, 4688.0, 4698.0, 4688.0, 4711.0, 4693.0, 4723.0, 4690.0, 4702.0, 4700.0, 4712.0, 4723.0, 4700.0, 4734.0, 4701.0, 4711.0, 4710.0, 4691.0, 4720.0, 4697.0, 4710.0, 4699.0, 4677.0, 4708.0, 4665.0, 4705.0, 4688.0, 4676.0, 4698.0, 4673.0, 4686.0, 4684.0, 4674.0, 4698.0, 4654.0, 4697.0, 4687.0, 4674.0, 4699.0, 4676.0, 4698.0, 4675.0, 4696.0, 4709.0, 4679.0, 4697.0, 4676.0, 4697.0, 4708.0, 4679.0, 4707.0, 4689.0, 4692.0, 4698.0, 4690.0, 4708.0, 4676.0, 4686.0, 4711.0, 4678.0, 4709.0, 4677.0, 4689.0, 4698.0, 4667.0, 4695.0, 4701.0, 4687.0, 4698.0, 4676.0, 4696.0, 4687.0, 4688.0, 4699.0, 4676.0, 4699.0, 4699.0, 4687.0, 4710.0, 4688.0, 4700.0, 4701.0, 4701.0, 4711.0, 4679.0, 4710.0, 4710.0, 4701.0, 4713.0, 4680.0], 'WindowWidth': [10434.0, 10363.0, 10356.0, 10303.0, 10310.0, 10309.0, 10268.0, 10314.0, 10286.0, 10286.0, 10291.0, 10268.0, 10295.0, 10269.0, 10296.0, 10297.0, 10284.0, 10311.0, 10260.0, 10279.0, 10291.0, 10246.0, 10293.0, 10293.0, 10267.0, 10277.0, 10256.0, 10282.0, 10256.0, 10296.0, 10279.0, 10283.0, 10319.0, 10296.0, 10296.0, 10297.0, 10275.0, 10316.0, 10292.0, 10306.0, 10314.0, 10279.0, 10296.0, 10280.0, 10296.0, 10309.0, 10263.0, 10312.0, 10304.0, 10285.0, 10296.0, 10267.0, 10295.0, 10277.0, 10292.0, 10314.0, 10282.0, 10305.0, 10277.0, 10288.0, 10280.0, 10241.0, 10291.0, 10307.0, 10279.0, 10279.0, 10255.0, 10273.0, 10258.0, 10257.0, 10297.0, 10278.0, 10279.0, 10280.0, 10265.0, 10296.0, 10258.0, 10299.0, 10325.0, 10299.0, 10298.0, 10278.0, 10297.0, 10282.0, 10305.0, 10318.0, 10291.0, 10309.0, 10300.0, 10284.0, 10301.0, 10266.0, 10311.0, 10277.0, 10290.0, 10312.0, 10261.0, 10290.0, 10287.0, 10289.0, 10306.0, 10255.0, 10304.0, 10288.0, 10267.0, 10282.0, 10237.0, 10283.0, 10267.0, 10219.0, 10279.0, 10267.0, 10251.0, 10267.0, 10233.0, 10283.0, 10266.0, 10237.0, 10302.0, 10269.0, 10266.0, 10270.0, 10234.0, 10281.0, 10264.0, 10271.0, 10286.0, 10248.0, 10267.0, 10254.0, 10234.0, 10281.0, 10250.0, 10282.0, 10295.0, 10253.0, 10274.0, 10267.0, 10258.0, 10301.0, 10282.0, 10298.0, 10290.0, 10263.0, 10310.0, 10286.0, 10243.0, 10296.0, 10294.0, 10280.0, 10277.0, 10260.0, 10306.0, 10261.0, 10263.0, 10301.0, 10294.0, 10295.0, 10275.0, 10268.0, 10293.0, 10272.0, 10304.0, 10295.0, 10302.0, 10303.0, 10274.0, 10297.0, 10291.0, 10265.0, 10307.0, 10275.0, 10284.0, 10293.0, 10253.0, 10293.0, 10261.0, 10256.0, 10287.0, 10266.0, 10287.0, 10287.0, 10235.0, 10284.0, 10251.0, 10271.0, 10273.0, 10257.0, 10289.0, 10259.0, 10252.0, 10268.0, 10241.0, 10284.0, 10269.0, 10260.0, 10294.0, 10255.0, 10287.0, 10271.0, 10253.0, 10301.0, 10270.0, 10293.0, 10295.0, 10252.0, 10287.0, 10254.0, 10287.0, 10288.0, 10260.0, 10292.0, 10286.0, 10256.0, 10290.0, 10241.0, 10281.0, 10271.0, 10276.0, 10292.0, 10266.0, 10277.0, 10260.0, 10276.0, 10297.0, 10285.0, 10312.0, 10281.0, 10299.0, 10285.0, 10307.0, 10342.0, 10312.0, 10289.0, 10312.0, 10274.0, 10295.0, 10295.0, 10260.0, 10294.0, 10287.0, 10277.0, 10273.0, 10240.0, 10290.0, 10267.0, 10296.0, 10270.0, 10323.0, 10280.0, 10332.0, 10319.0, 10297.0, 10287.0, 10244.0, 10279.0, 10272.0, 10264.0, 10284.0, 10260.0, 10269.0, 10260.0, 10221.0, 10257.0, 10218.0, 10263.0, 10266.0, 10253.0, 10282.0, 10253.0, 10249.0, 10268.0, 10214.0, 10277.0, 10294.0, 10259.0, 10300.0, 10239.0, 10286.0, 10281.0, 10265.0, 10303.0, 10254.0, 10272.0, 10268.0, 10258.0, 10305.0, 10276.0, 10309.0, 10287.0, 10259.0, 10290.0, 10256.0, 10290.0, 10289.0, 10288.0, 10309.0, 10264.0, 10307.0, 10260.0, 10303.0, 10309.0, 10266.0, 10300.0, 10259.0, 10272.0, 10273.0, 10237.0, 10283.0, 10289.0, 10278.0, 10288.0, 10253.0, 10271.0, 10271.0, 10235.0, 10286.0, 10286.0, 10253.0, 10272.0, 10256.0, 10285.0, 10252.0, 10252.0, 10292.0, 10259.0, 10275.0, 10261.0, 10275.0, 10290.0, 10263.0, 10305.0, 10294.0, 10270.0, 10289.0, 10266.0, 10298.0, 10266.0, 10255.0, 10286.0, 10273.0, 10275.0, 10271.0, 10238.0, 10279.0, 10236.0, 10246.0, 10286.0, 10253.0, 10277.0, 10269.0, 10238.0, 10271.0, 10237.0, 10263.0, 10287.0, 10253.0, 10267.0, 10239.0, 10266.0, 10289.0, 10239.0, 10285.0, 10294.0, 10280.0, 10291.0, 10260.0, 10305.0, 10292.0, 10262.0, 10310.0, 10281.0, 10277.0, 10279.0, 10277.0, 10309.0, 10261.0, 10280.0, 10300.0, 10281.0, 10307.0, 10279.0, 10290.0, 10291.0, 10260.0, 10305.0, 10311.0, 10284.0, 10290.0, 10277.0, 10283.0, 10322.0, 10299.0, 10283.0, 10330.0, 10318.0, 10287.0, 10295.0, 10259.0, 10278.0, 10292.0, 10305.0, 10318.0, 10302.0, 10295.0, 10268.0, 10296.0, 10308.0, 10293.0, 10253.0, 10234.0, 10249.0, 10233.0, 10281.0, 10251.0, 10268.0, 10289.0, 10241.0, 10265.0, 10243.0, 10235.0, 10250.0, 10235.0, 10266.0, 10235.0, 10261.0, 10275.0, 10243.0, 10275.0, 10254.0, 10262.0, 10291.0, 10268.0, 10319.0, 10295.0, 10264.0, 10278.0, 10262.0, 10311.0, 10275.0, 10275.0, 10308.0, 10288.0, 10282.0, 10273.0, 10275.0, 10293.0, 10284.0, 10299.0, 10286.0, 10325.0, 10314.0, 10300.0, 10310.0, 10280.0, 10307.0, 10292.0, 10260.0, 10307.0, 10303.0, 10277.0, 10271.0, 10238.0, 10264.0, 10230.0, 10251.0, 10268.0, 10238.0, 10281.0, 10252.0, 10232.0, 10267.0, 10230.0, 10249.0, 10264.0, 10230.0, 10282.0, 10253.0, 10248.0, 10269.0, 10240.0, 10284.0, 10267.0, 10263.0, 10305.0, 10256.0, 10277.0, 10289.0, 10263.0, 10310.0, 10270.0, 10283.0, 10292.0, 10269.0, 10289.0, 10276.0, 10254.0, 10288.0, 10258.0, 10280.0, 10283.0, 10243.0, 10292.0, 10259.0, 10293.0, 10294.0, 10259.0, 10291.0, 10282.0, 10280.0, 10293.0, 10266.0, 10311.0, 10273.0, 10276.0, 10309.0, 10293.0, 10288.0, 10276.0, 10259.0, 10284.0, 10238.0, 10285.0, 10288.0, 10262.0, 10283.0, 10253.0, 10283.0, 10270.0, 10238.0, 10280.0, 10262.0, 10275.0, 10269.0, 10256.0, 10284.0, 10258.0, 10305.0, 10289.0, 10259.0, 10326.0, 10293.0, 10275.0, 10290.0, 10259.0, 10301.0, 10255.0, 10270.0, 10310.0, 10243.0, 10284.0, 10286.0, 10239.0, 10266.0, 10232.0, 10267.0, 10291.0, 10254.0, 10269.0, 10242.0, 10271.0, 10259.0, 10265.0, 10293.0, 10272.0, 10314.0, 10305.0, 10265.0, 10311.0, 10265.0, 10311.0, 10306.0, 10264.0, 10294.0, 10275.0, 10259.0, 10287.0, 10241.0, 10281.0, 10272.0, 10255.0, 10284.0, 10235.0, 10249.0, 10267.0, 10235.0, 10281.0, 10249.0, 10277.0, 10292.0, 10237.0, 10271.0, 10251.0, 10260.0, 10292.0, 10284.0, 10308.0, 10260.0, 10264.0, 10285.0, 10265.0, 10310.0, 10293.0, 10333.0, 10297.0, 10282.0, 10296.0, 10280.0, 10314.0, 10291.0, 10307.0, 10337.0, 10278.0, 10275.0, 10274.0, 10269.0, 10288.0, 10237.0, 10283.0, 10287.0, 10258.0, 10271.0, 10259.0, 10283.0, 10255.0, 10270.0, 10297.0, 10266.0, 10290.0, 10290.0, 10259.0, 10290.0, 10282.0, 10270.0, 10293.0, 10259.0, 10282.0, 10259.0, 10257.0, 10272.0, 10239.0, 10267.0, 10279.0, 10264.0, 10270.0, 10256.0, 10257.0, 10271.0, 10244.0, 10282.0, 10284.0, 10279.0, 10297.0, 10279.0, 10309.0, 10263.0, 10294.0, 10337.0, 10303.0, 10311.0, 10280.0, 10313.0, 10286.0, 10304.0, 10344.0, 10311.0, 10317.0, 10301.0, 10318.0, 10302.0, 10297.0, 10336.0, 10332.0, 10297.0, 10292.0, 10259.0, 10301.0, 10257.0, 10303.0, 10288.0, 10262.0, 10286.0, 10245.0, 10282.0, 10251.0, 10273.0, 10285.0, 10260.0, 10301.0, 10265.0, 10285.0, 10267.0, 10250.0, 10283.0, 10255.0, 10271.0, 10267.0, 10239.0, 10277.0, 10234.0, 10244.0, 10278.0, 10243.0, 10278.0, 10250.0, 10251.0, 10266.0, 10232.0, 10278.0, 10256.0, 10278.0, 10285.0, 10264.0, 10297.0, 10266.0, 10330.0, 10285.0, 10299.0, 10309.0, 10262.0, 10308.0, 10260.0, 10303.0, 10295.0, 10273.0, 10308.0, 10269.0, 10301.0, 10284.0, 10286.0, 10298.0, 10304.0, 10301.0, 10329.0, 10293.0, 10345.0, 10342.0, 10283.0, 10296.0, 10256.0, 10284.0, 10292.0, 10235.0, 10281.0, 10265.0, 10232.0, 10246.0, 10216.0, 10256.0, 10245.0, 10215.0, 10265.0, 10245.0, 10248.0, 10253.0, 10237.0, 10268.0, 10240.0, 10290.0, 10295.0, 10262.0, 10312.0, 10259.0, 10292.0, 10276.0, 10280.0, 10329.0, 10307.0, 10284.0, 10297.0, 10262.0, 10293.0, 10269.0, 10274.0, 10296.0, 10262.0, 10296.0, 10257.0, 10274.0, 10295.0, 10243.0, 10301.0, 10295.0, 10259.0, 10272.0, 10240.0, 10270.0, 10272.0, 10238.0, 10269.0, 10265.0, 10263.0, 10261.0, 10256.0, 10285.0, 10271.0, 10243.0, 10286.0, 10274.0, 10272.0, 10272.0, 10246.0, 10284.0, 10254.0, 10258.0, 10278.0, 10263.0, 10275.0, 10262.0, 10261.0, 10287.0, 10238.0, 10269.0, 10298.0, 10267.0, 10277.0, 10263.0, 10274.0, 10277.0, 10263.0, 10312.0, 10267.0, 10260.0, 10278.0, 10243.0, 10276.0, 10277.0, 10291.0, 10295.0, 10261.0, 10281.0, 10276.0, 10284.0, 10294.0, 10266.0, 10303.0, 10300.0, 10286.0, 10311.0, 10283.0, 10308.0, 10286.0, 10274.0, 10310.0, 10264.0, 10288.0, 10274.0, 10258.0, 10281.0, 10240.0, 10285.0, 10292.0, 10257.0, 10284.0, 10280.0, 10263.0, 10264.0, 10230.0, 10300.0, 10268.0, 10252.0, 10273.0, 10238.0, 10281.0, 10263.0, 10258.0, 10291.0, 10244.0, 10272.0, 10258.0, 10290.0, 10264.0, 10294.0, 10330.0, 10293.0, 10293.0, 10287.0, 10282.0, 10305.0, 10302.0, 10330.0, 10292.0, 10276.0, 10310.0, 10274.0, 10296.0, 10286.0, 10252.0, 10298.0, 10261.0, 10263.0, 10283.0, 10217.0, 10269.0, 10214.0, 10253.0, 10269.0, 10215.0, 10266.0, 10258.0, 10244.0, 10261.0, 10208.0, 10250.0, 10240.0, 10207.0, 10250.0, 10243.0, 10244.0, 10242.0, 10214.0, 10254.0, 10242.0, 10229.0, 10276.0, 10235.0, 10256.0, 10249.0, 10219.0, 10269.0, 10233.0, 10236.0, 10286.0, 10262.0, 10273.0, 10278.0, 10262.0, 10288.0, 10247.0, 10273.0, 10312.0, 10283.0, 10295.0, 10282.0, 10295.0, 10296.0, 10263.0, 10325.0, 10299.0, 10282.0, 10282.0, 10264.0, 10307.0, 10262.0, 10306.0, 10305.0, 10260.0, 10291.0, 10282.0, 10317.0, 10322.0, 10264.0, 10301.0, 10279.0, 10260.0, 10293.0, 10264.0, 10286.0, 10243.0, 10271.0, 10293.0, 10270.0, 10296.0, 10281.0, 10292.0, 10274.0, 10280.0, 10308.0, 10284.0, 10307.0, 10291.0, 10275.0, 10305.0, 10246.0, 10303.0, 10290.0, 10285.0, 10298.0, 10248.0, 10291.0, 10256.0, 10260.0, 10288.0, 10265.0, 10286.0, 10256.0, 10286.0, 10268.0, 10265.0, 10297.0, 10260.0, 10302.0, 10258.0, 10289.0, 10285.0, 10263.0, 10309.0, 10265.0, 10312.0, 10313.0, 10261.0, 10292.0, 10247.0, 10289.0, 10268.0, 10280.0, 10289.0, 10238.0, 10290.0, 10241.0, 10298.0, 10285.0, 10260.0, 10314.0, 10281.0, 10287.0, 10265.0, 10275.0, 10271.0, 10289.0, 10304.0, 10305.0, 10288.0, 10278.0, 10297.0, 10300.0, 10307.0, 10278.0, 10327.0, 10292.0, 10282.0, 10307.0, 10272.0, 10282.0, 10265.0, 10269.0, 10282.0, 10254.0, 10294.0, 10266.0, 10270.0, 10264.0, 10238.0, 10264.0, 10265.0, 10251.0, 10279.0, 10237.0, 10286.0, 10271.0, 10237.0, 10269.0, 10217.0, 10250.0, 10280.0, 10256.0, 10285.0, 10240.0, 10272.0, 10274.0, 10236.0, 10286.0, 10289.0, 10278.0, 10291.0, 10256.0, 10289.0, 10270.0, 10259.0, 10290.0, 10278.0, 10297.0, 10287.0, 10274.0, 10291.0, 10257.0, 10305.0, 10289.0, 10296.0, 10292.0, 10267.0, 10309.0, 10268.0, 10315.0, 10280.0, 10308.0, 10325.0, 10290.0, 10303.0, 10277.0, 10269.0, 10291.0, 10263.0, 10266.0, 10273.0, 10241.0, 10277.0, 10236.0, 10266.0, 10265.0, 10250.0, 10280.0, 10239.0, 10279.0, 10289.0, 10244.0, 10291.0, 10257.0, 10270.0, 10300.0, 10245.0, 10308.0, 10290.0, 10257.0, 10287.0, 10243.0, 10286.0, 10286.0, 10264.0, 10293.0, 10244.0, 10293.0, 10285.0, 10268.0, 10290.0, 10258.0, 10298.0, 10291.0, 10266.0, 10302.0, 10256.0, 10303.0, 10304.0, 10282.0, 10307.0, 10257.0, 10289.0, 10290.0, 10270.0, 10300.0, 10277.0, 10277.0, 10292.0, 10261.0, 10299.0, 10240.0, 10265.0, 10302.0, 10249.0, 10282.0, 10254.0, 10286.0, 10284.0, 10253.0, 10305.0, 10266.0, 10296.0, 10305.0, 10294.0, 10309.0, 10294.0, 10326.0, 10330.0, 10304.0, 10313.0, 10282.0, 10326.0, 10280.0, 10314.0, 10310.0, 10306.0, 10325.0, 10262.0, 10307.0, 10279.0, 10309.0, 10312.0, 10277.0, 10329.0, 10287.0, 10289.0, 10289.0, 10257.0, 10290.0, 10258.0, 10302.0, 10246.0, 10283.0, 10255.0, 10272.0, 10302.0, 10240.0, 10300.0, 10268.0, 10262.0, 10283.0, 10222.0, 10274.0, 10262.0, 10252.0, 10279.0, 10216.0, 10265.0, 10246.0, 10253.0, 10278.0, 10245.0, 10287.0, 10260.0, 10277.0, 10289.0, 10277.0, 10310.0, 10289.0, 10333.0, 10284.0, 10302.0, 10296.0, 10316.0, 10331.0, 10297.0, 10349.0, 10300.0, 10312.0, 10310.0, 10283.0, 10322.0, 10286.0, 10307.0, 10293.0, 10257.0, 10300.0, 10240.0, 10293.0, 10271.0, 10253.0, 10288.0, 10249.0, 10267.0, 10265.0, 10251.0, 10287.0, 10222.0, 10286.0, 10273.0, 10252.0, 10290.0, 10255.0, 10288.0, 10255.0, 10283.0, 10306.0, 10264.0, 10287.0, 10258.0, 10288.0, 10302.0, 10262.0, 10300.0, 10281.0, 10286.0, 10289.0, 10280.0, 10302.0, 10256.0, 10270.0, 10309.0, 10265.0, 10304.0, 10261.0, 10277.0, 10288.0, 10243.0, 10281.0, 10298.0, 10275.0, 10289.0, 10258.0, 10282.0, 10271.0, 10276.0, 10292.0, 10256.0, 10291.0, 10291.0, 10275.0, 10308.0, 10278.0, 10299.0, 10297.0, 10296.0, 10311.0, 10268.0, 10312.0, 10309.0, 10301.0, 10318.0, 10267.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.0006137683397683398</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02145722555984556</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.94251988229523</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.226197140108191</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9945449792503869</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4819</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6241.1704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08154672294009412</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.0077220077220077</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2878220799896107</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3136150357482097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4411697599797955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.108681444240827</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00929283</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012332072481513023</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02517743781208992</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1295</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.302180435399592</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>22.8367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.2783</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.7376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297248.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>963.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.9708</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0126</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.3463</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3940.237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4079.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79296.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1739.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5123.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.1179</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.22319266980048</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> |