=== 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-0026 --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-0026",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0026_ses-04_task-fractional_acq-mb8_run-02_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-0026_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0026_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_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-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_task-fractional_acq-mb8_run-02_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-0026/ses-04/func/sub-0026_ses-04_task-fractional_acq-mb8_run-02_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>277ffaedabf4bfee9a1d4f57f0cd25b2</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>09:30:29.595000</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_VE11C_LATEST_20160120</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.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</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.252</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0947956</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ea897662-9ce0-4933-b847-9af521c007e5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['093029.595000', '093030.055000', '093030.515000', '093030.975000', '093031.435000', '093031.895000', '093032.355000', '093032.815000', '093033.275000', '093033.735000', '093034.195000', '093034.655000', '093035.115000', '093035.575000', '093036.035000', '093036.495000', '093036.955000', '093037.415000', '093037.875000', '093038.335000', '093038.795000', '093039.255000', '093039.715000', '093040.175000', '093040.635000', '093041.095000', '093041.555000', '093042.015000', '093042.475000', '093042.935000', '093043.395000', '093043.855000', '093044.315000', '093044.775000', '093045.235000', '093045.695000', '093046.155000', '093046.615000', '093047.075000', '093047.535000', '093047.995000', '093048.455000', '093048.915000', '093049.375000', '093049.835000', '093050.295000', '093050.755000', '093051.215000', '093051.675000', '093052.135000', '093052.595000', '093053.055000', '093053.515000', '093053.975000', '093054.435000', '093054.895000', '093055.355000', '093055.815000', '093056.275000', '093056.735000', '093057.195000', '093057.655000', '093058.115000', '093058.575000', '093059.035000', '093059.495000', '093059.955000', '093100.415000', '093100.875000', '093101.335000', '093101.795000', '093102.255000', '093102.715000', '093103.175000', '093103.635000', '093104.095000', '093104.555000', '093105.015000', '093105.475000', '093105.935000', '093106.395000', '093106.855000', '093107.315000', '093107.775000', '093108.235000', '093108.695000', '093109.155000', '093109.615000', '093110.075000', '093110.535000', '093110.995000', '093111.455000', '093111.915000', '093112.375000', '093112.835000', '093113.295000', '093113.755000', '093114.215000', '093114.675000', '093115.135000', '093115.595000', '093116.055000', '093116.515000', '093116.975000', '093117.435000', '093117.895000', '093118.355000', '093118.815000', '093119.275000', '093119.735000', '093120.195000', '093120.655000', '093121.115000', '093121.575000', '093122.035000', '093122.495000', '093122.955000', '093123.415000', '093123.875000', '093124.335000', '093124.795000', '093125.255000', '093125.715000', '093126.175000', '093126.635000', '093127.095000', '093127.555000', '093128.015000', '093128.475000', '093128.935000', '093129.395000', '093129.855000', '093130.315000', '093130.775000', '093131.235000', '093131.695000', '093132.155000', '093132.615000', '093133.075000', '093133.535000', '093133.995000', '093134.455000', '093134.915000', '093135.375000', '093135.835000', '093136.295000', '093136.755000', '093137.215000', '093137.675000', '093138.135000', '093138.595000', '093139.055000', '093139.515000', '093139.975000', '093140.435000', '093140.895000', '093141.355000', '093141.815000', '093142.275000', '093142.735000', '093143.195000', '093143.655000', '093144.115000', '093144.575000', '093145.035000', '093145.495000', '093145.955000', '093146.415000', '093146.875000', '093147.335000', '093147.795000', '093148.255000', '093148.715000', '093149.175000', '093149.635000', '093150.095000', '093150.555000', '093151.015000', '093151.475000', '093151.935000', '093152.395000', '093152.855000', '093153.315000', '093153.775000', '093154.235000', '093154.695000', '093155.155000', '093155.615000', '093156.075000', '093156.535000', '093156.995000', '093157.455000', '093157.915000', '093158.375000', '093158.835000', '093159.295000', '093159.755000', '093200.215000', '093200.675000', '093201.135000', '093201.595000', '093202.055000', '093202.515000', '093202.975000', '093203.435000', '093203.895000', '093204.355000', '093204.815000', '093205.275000', '093205.735000', '093206.195000', '093206.655000', '093207.115000', '093207.575000', '093208.035000', '093208.495000', '093208.955000', '093209.415000', '093209.875000', '093210.335000', '093210.795000', '093211.255000', '093211.715000', '093212.175000', '093212.635000', '093213.095000', '093213.555000', '093214.015000', '093214.475000', '093214.935000', '093215.395000', '093215.855000', '093216.315000', '093216.775000', '093217.235000', '093217.695000', '093218.155000', '093218.615000', '093219.075000', '093219.535000', '093219.995000', '093220.455000', '093220.915000', '093221.375000', '093221.835000', '093222.295000', '093222.755000', '093223.215000', '093223.675000', '093224.135000', '093224.595000', '093225.055000', '093225.515000', '093225.975000', '093226.435000', '093226.895000', '093227.355000', '093227.815000', '093228.275000', '093228.735000', '093229.195000', '093229.655000', '093230.115000', '093230.575000', '093231.035000', '093231.495000', '093231.955000', '093232.415000', '093232.875000', '093233.335000', '093233.795000', '093234.255000', '093234.715000', '093235.175000', '093235.635000', '093236.095000', '093236.555000', '093237.015000', '093237.475000', '093237.935000', '093238.395000', '093238.855000', '093239.315000', '093239.775000', '093240.235000', '093240.695000', '093241.155000', '093241.615000', '093242.075000', '093242.535000', '093242.995000', '093243.455000', '093243.915000', '093244.375000', '093244.835000', '093245.295000', '093245.755000', '093246.215000', '093246.675000', '093247.135000', '093247.595000', '093248.055000', '093248.515000', '093248.975000', '093249.435000', '093249.895000', '093250.355000', '093250.815000', '093251.275000', '093251.735000', '093252.195000', '093252.655000', '093253.115000', '093253.575000', '093254.035000', '093254.495000', '093254.955000', '093255.415000', '093255.875000', '093256.335000', '093256.795000', '093257.255000', '093257.715000', '093258.175000', '093258.635000', '093259.095000', '093259.555000', '093300.015000', '093300.475000', '093300.935000', '093301.395000', '093301.855000', '093302.315000', '093302.775000', '093303.235000', '093303.695000', '093304.155000', '093304.615000', '093305.075000', '093305.535000', '093305.995000', '093306.455000', '093306.915000', '093307.375000', '093307.835000', '093308.295000', '093308.755000', '093309.215000', '093309.675000', '093310.135000', '093310.595000', '093311.055000', '093311.515000', '093311.975000', '093312.435000', '093312.895000', '093313.355000', '093313.815000', '093314.275000', '093314.735000', '093315.195000', '093315.655000', '093316.115000', '093316.575000', '093317.035000', '093317.495000', '093317.955000', '093318.415000', '093318.875000', '093319.335000', '093319.795000', '093320.255000', '093320.715000', '093321.175000', '093321.635000', '093322.095000', '093322.555000', '093323.015000', '093323.475000', '093323.935000', '093324.395000', '093324.855000', '093325.315000', '093325.775000', '093326.235000', '093326.695000', '093327.155000', '093327.615000', '093328.075000', '093328.535000', '093328.995000', '093329.455000', '093329.915000', '093330.375000', '093330.835000', '093331.295000', '093331.755000', '093332.215000', '093332.675000', '093333.135000', '093333.595000', '093334.055000', '093334.515000', '093334.975000', '093335.435000', '093335.895000', '093336.355000', '093336.815000', '093337.275000', '093337.735000', '093338.195000', '093338.655000', '093339.115000', '093339.575000', '093340.035000', '093340.495000', '093340.955000', '093341.415000', '093341.875000', '093342.335000', '093342.795000', '093343.255000', '093343.715000', '093344.175000', '093344.635000', '093345.095000', '093345.555000', '093346.015000', '093346.475000', '093346.935000', '093347.395000', '093347.855000', '093348.315000', '093348.775000', '093349.235000', '093349.695000', '093350.155000', '093350.615000', '093351.075000', '093351.535000', '093351.995000', '093352.455000', '093352.915000', '093353.375000', '093353.835000', '093354.295000', '093354.755000', '093355.215000', '093355.675000', '093356.135000', '093356.595000', '093357.055000', '093357.515000', '093357.975000', '093358.435000', '093358.895000', '093359.355000', '093359.815000', '093400.275000', '093400.735000', '093401.195000', '093401.655000', '093402.115000', '093402.575000', '093403.035000', '093403.495000', '093403.955000', '093404.415000', '093404.875000', '093405.335000', '093405.795000', '093406.255000', '093406.715000', '093407.175000', '093407.635000', '093408.095000', '093408.555000', '093409.015000', '093409.475000', '093409.935000', '093410.395000', '093410.855000', '093411.315000', '093411.775000', '093412.235000', '093412.695000', '093413.155000', '093413.615000', '093414.075000', '093414.535000', '093414.995000', '093415.455000', '093415.915000', '093416.375000', '093416.835000', '093417.295000', '093417.755000', '093418.215000', '093418.675000', '093419.135000', '093419.595000', '093420.055000', '093420.515000', '093420.975000', '093421.435000', '093421.895000', '093422.355000', '093422.815000', '093423.275000', '093423.735000', '093424.195000', '093424.655000', '093425.115000', '093425.575000', '093426.035000', '093426.495000', '093426.955000', '093427.415000', '093427.875000', '093428.335000', '093428.795000', '093429.255000', '093429.715000', '093430.175000', '093430.635000', '093431.095000', '093431.555000', '093432.015000', '093432.475000', '093432.935000', '093433.395000', '093433.855000', '093434.315000', '093434.775000', '093435.235000', '093435.695000', '093436.155000', '093436.615000', '093437.075000', '093437.535000', '093437.995000', '093438.455000', '093438.915000', '093439.375000', '093439.835000', '093440.295000', '093440.755000', '093441.215000', '093441.675000', '093442.135000', '093442.595000', '093443.055000', '093443.515000', '093443.975000', '093444.435000', '093444.895000', '093445.355000', '093445.815000', '093446.275000', '093446.735000', '093447.195000', '093447.655000', '093448.115000', '093448.575000', '093449.035000', '093449.495000', '093449.955000', '093450.415000', '093450.875000', '093451.335000', '093451.795000', '093452.255000', '093452.715000', '093453.175000', '093453.635000', '093454.095000', '093454.555000', '093455.015000', '093455.475000', '093455.935000', '093456.395000', '093456.855000', '093457.315000', '093457.775000', '093458.235000', '093458.695000', '093459.155000', '093459.615000', '093500.075000', '093500.535000', '093500.995000', '093501.455000', '093501.915000', '093502.375000', '093502.835000', '093503.295000', '093503.755000', '093504.215000', '093504.675000', '093505.135000', '093505.595000', '093506.055000', '093506.515000', '093506.975000', '093507.435000', '093507.895000', '093508.355000', '093508.815000', '093509.275000', '093509.735000', '093510.195000', '093510.655000', '093511.115000', '093511.575000', '093512.035000', '093512.495000', '093512.955000', '093513.415000', '093513.875000', '093514.335000', '093514.795000', '093515.255000', '093515.715000', '093516.175000', '093516.635000', '093517.095000', '093517.555000', '093518.015000', '093518.475000', '093518.935000', '093519.395000', '093519.855000', '093520.315000', '093520.775000', '093521.235000', '093521.695000', '093522.155000', '093522.615000', '093523.075000', '093523.535000', '093523.995000', '093524.455000', '093524.915000', '093525.375000', '093525.835000', '093526.295000', '093526.755000', '093527.215000', '093527.675000', '093528.135000', '093528.595000', '093529.055000', '093529.515000', '093529.975000', '093530.435000', '093530.895000', '093531.355000', '093531.815000', '093532.275000', '093532.735000', '093533.195000', '093533.655000', '093534.115000', '093534.575000', '093535.035000', '093535.495000', '093535.955000', '093536.415000', '093536.875000', '093537.335000', '093537.795000', '093538.255000', '093538.715000', '093539.175000', '093539.635000', '093540.095000', '093540.555000', '093541.015000', '093541.475000', '093541.935000', '093542.395000', '093542.855000', '093543.315000', '093543.775000', '093544.235000', '093544.695000', '093545.155000', '093545.615000', '093546.075000', '093546.535000', '093546.995000', '093547.455000', '093547.915000', '093548.375000', '093548.835000', '093549.295000', '093549.755000', '093550.215000', '093550.675000', '093551.135000', '093551.595000', '093552.055000', '093552.515000', '093552.975000', '093553.435000', '093553.895000', '093554.355000', '093554.815000', '093555.275000', '093555.735000', '093556.195000', '093556.655000', '093557.115000', '093557.575000', '093558.035000', '093558.495000', '093558.955000', '093559.415000', '093559.875000', '093600.335000', '093600.795000', '093601.255000', '093601.715000', '093602.175000', '093602.635000', '093603.095000', '093603.555000', '093604.015000', '093604.475000', '093604.935000', '093605.395000', '093605.855000', '093606.315000', '093606.775000', '093607.235000', '093607.695000', '093608.155000', '093608.615000', '093609.075000', '093609.535000', '093609.995000', '093610.455000', '093610.915000', '093611.375000', '093611.835000', '093612.295000', '093612.755000', '093613.215000', '093613.675000', '093614.135000', '093614.595000', '093615.055000', '093615.515000', '093615.975000', '093616.435000', '093616.895000', '093617.355000', '093617.815000', '093618.275000', '093618.735000', '093619.195000', '093619.655000', '093620.115000', '093620.575000', '093621.035000', '093621.495000', '093621.955000', '093622.415000', '093622.875000', '093623.335000', '093623.795000', '093624.255000', '093624.715000', '093625.175000', '093625.635000', '093626.095000', '093626.555000', '093627.015000', '093627.475000', '093627.935000', '093628.395000', '093628.855000', '093629.315000', '093629.775000', '093630.235000', '093630.695000', '093631.155000', '093631.615000', '093632.075000', '093632.535000', '093632.995000', '093633.455000', '093633.915000', '093634.375000', '093634.835000', '093635.295000', '093635.755000', '093636.215000', '093636.675000', '093637.135000', '093637.595000', '093638.055000', '093638.515000', '093638.975000', '093639.435000', '093639.895000', '093640.355000', '093640.815000', '093641.275000', '093641.735000', '093642.195000', '093642.655000', '093643.115000', '093643.575000', '093644.035000', '093644.495000', '093644.955000', '093645.415000', '093645.875000', '093646.335000', '093646.795000', '093647.255000', '093647.715000', '093648.175000', '093648.635000', '093649.095000', '093649.555000', '093650.015000', '093650.475000', '093650.935000', '093651.395000', '093651.855000', '093652.315000', '093652.775000', '093653.235000', '093653.695000', '093654.155000', '093654.615000', '093655.075000', '093655.535000', '093655.995000', '093656.455000', '093656.915000', '093657.375000', '093657.835000', '093658.295000', '093658.755000', '093659.215000', '093659.675000', '093700.135000', '093700.595000', '093701.055000', '093701.515000', '093701.975000', '093702.435000', '093702.895000', '093703.355000', '093703.815000', '093704.275000', '093704.735000', '093705.195000', '093705.655000', '093706.115000', '093706.575000', '093707.035000', '093707.495000', '093707.955000', '093708.415000', '093708.875000', '093709.335000', '093709.795000', '093710.255000', '093710.715000', '093711.175000', '093711.635000', '093712.095000', '093712.555000', '093713.015000', '093713.475000', '093713.935000', '093714.395000', '093714.855000', '093715.315000', '093715.775000', '093716.235000', '093716.695000', '093717.155000', '093717.615000', '093718.075000', '093718.535000', '093718.995000', '093719.455000', '093719.915000', '093720.375000', '093720.835000', '093721.295000', '093721.755000', '093722.215000', '093722.675000', '093723.135000', '093723.595000', '093724.055000', '093724.515000', '093724.975000', '093725.435000', '093725.895000', '093726.355000', '093726.815000', '093727.275000', '093727.735000', '093728.195000', '093728.655000', '093729.115000', '093729.575000', '093730.035000', '093730.495000', '093730.955000', '093731.415000', '093731.875000', '093732.335000', '093732.795000', '093733.255000', '093733.715000', '093734.175000', '093734.635000', '093735.095000', '093735.555000', '093736.015000', '093736.475000', '093736.935000', '093737.395000', '093737.855000', '093738.315000', '093738.775000', '093739.235000', '093739.695000', '093740.155000', '093740.615000', '093741.075000', '093741.535000', '093741.995000', '093742.455000', '093742.915000', '093743.375000', '093743.835000', '093744.295000', '093744.755000', '093745.215000', '093745.675000', '093746.135000', '093746.595000', '093747.055000', '093747.515000', '093747.975000', '093748.435000', '093748.895000', '093749.355000', '093749.815000', '093750.275000', '093750.735000', '093751.195000', '093751.655000', '093752.115000', '093752.575000', '093753.035000', '093753.495000', '093753.955000', '093754.415000', '093754.875000', '093755.335000', '093755.795000', '093756.255000', '093756.715000', '093757.175000', '093757.635000', '093758.095000', '093758.555000', '093759.015000', '093759.475000', '093759.935000', '093800.395000', '093800.855000', '093801.315000', '093801.775000', '093802.235000', '093802.695000', '093803.155000', '093803.615000', '093804.075000', '093804.535000', '093804.995000', '093805.455000', '093805.915000', '093806.375000', '093806.835000', '093807.295000', '093807.755000', '093808.215000', '093808.675000', '093809.135000', '093809.595000', '093810.055000', '093810.515000', '093810.975000', '093811.435000', '093811.895000', '093812.355000', '093812.815000', '093813.275000', '093813.735000', '093814.195000', '093814.655000', '093815.115000', '093815.575000', '093816.035000', '093816.495000', '093816.955000', '093817.415000', '093817.875000', '093818.335000', '093818.795000', '093819.255000', '093819.715000', '093820.175000', '093820.635000', '093821.095000', '093821.555000', '093822.015000', '093822.475000', '093822.935000', '093823.395000', '093823.855000', '093824.315000', '093824.775000', '093825.235000', '093825.695000', '093826.155000', '093826.615000', '093827.075000', '093827.535000', '093827.995000', '093828.455000', '093828.915000', '093829.375000', '093829.835000', '093830.295000', '093830.755000', '093831.215000', '093831.675000', '093832.135000', '093832.595000', '093833.055000', '093833.515000', '093833.975000', '093834.435000', '093834.895000', '093835.355000', '093835.815000', '093836.275000', '093836.735000', '093837.195000', '093837.655000', '093838.115000', '093838.575000', '093839.035000', '093839.495000', '093839.955000', '093840.415000', '093840.875000', '093841.335000', '093841.795000', '093842.255000', '093842.715000', '093843.175000', '093843.635000', '093844.095000', '093844.555000', '093845.015000', '093845.475000', '093845.935000', '093846.395000', '093846.855000', '093847.315000', '093847.775000', '093848.235000', '093848.695000', '093849.155000', '093849.615000', '093850.075000', '093850.535000', '093850.995000', '093851.455000', '093851.915000', '093852.375000', '093852.835000', '093853.295000', '093853.755000', '093854.215000', '093854.675000', '093855.135000', '093855.595000', '093856.055000', '093856.515000', '093856.975000', '093857.435000', '093857.895000', '093858.355000', '093858.815000', '093859.275000', '093859.735000', '093900.195000', '093900.655000', '093901.115000', '093901.575000', '093902.035000', '093902.495000', '093902.955000', '093903.415000', '093903.875000', '093904.335000', '093904.795000', '093905.255000', '093905.715000', '093906.175000', '093906.635000', '093907.095000', '093907.555000', '093908.015000', '093908.475000', '093908.935000', '093909.395000', '093909.855000', '093910.315000', '093910.775000', '093911.235000', '093911.695000', '093912.155000', '093912.615000', '093913.075000', '093913.535000', '093913.995000', '093914.455000', '093914.915000', '093915.375000', '093915.835000', '093916.295000', '093916.755000', '093917.215000', '093917.675000', '093918.135000', '093918.595000', '093919.055000', '093919.515000', '093919.975000', '093920.435000', '093920.895000', '093921.355000', '093921.815000', '093922.275000', '093922.735000', '093923.195000', '093923.655000', '093924.115000', '093924.575000', '093925.035000', '093925.495000', '093925.955000', '093926.415000', '093926.875000', '093927.335000', '093927.795000', '093928.255000', '093928.715000', '093929.175000', '093929.635000', '093930.095000', '093930.555000', '093931.015000', '093931.475000', '093931.935000', '093932.395000', '093932.855000', '093933.315000', '093933.775000', '093934.235000', '093934.695000', '093935.155000', '093935.615000', '093936.075000', '093936.535000', '093936.995000', '093937.455000', '093937.915000', '093938.375000', '093938.835000', '093939.295000', '093939.755000', '093940.215000', '093940.675000', '093941.135000', '093941.595000', '093942.055000', '093942.515000', '093942.975000', '093943.435000', '093943.895000', '093944.355000', '093944.815000', '093945.275000', '093945.735000', '093946.195000', '093946.655000', '093947.115000', '093947.575000', '093948.035000', '093948.495000', '093948.955000', '093949.415000', '093949.875000', '093950.335000', '093950.795000', '093951.255000', '093951.715000', '093952.175000', '093952.635000', '093953.095000', '093953.555000', '093954.015000', '093954.475000', '093954.935000', '093955.395000', '093955.855000', '093956.315000', '093956.775000', '093957.235000', '093957.695000', '093958.155000', '093958.615000', '093959.075000', '093959.535000', '093959.995000', '094000.455000', '094000.915000', '094001.375000', '094001.835000', '094002.295000', '094002.755000', '094003.215000', '094003.675000', '094004.135000', '094004.595000', '094005.055000', '094005.515000', '094005.975000', '094006.435000', '094006.895000', '094007.355000', '094007.815000', '094008.275000', '094008.735000', '094009.195000', '094009.655000', '094010.115000', '094010.575000', '094011.035000', '094011.495000', '094011.955000', '094012.415000', '094012.875000', '094013.335000', '094013.795000', '094014.255000', '094014.715000', '094015.175000', '094015.635000', '094016.095000', '094016.555000', '094017.015000', '094017.475000', '094017.935000', '094018.395000', '094018.855000', '094019.315000', '094019.775000', '094020.235000', '094020.695000', '094021.155000', '094021.615000', '094022.075000', '094022.535000', '094022.995000', '094023.455000', '094023.915000', '094024.375000', '094024.835000', '094025.295000', '094025.755000', '094026.215000', '094026.675000', '094027.135000', '094027.595000', '094028.055000', '094028.515000', '094028.975000', '094029.435000', '094029.895000', '094030.355000', '094030.815000', '094031.275000', '094031.735000', '094032.195000', '094032.655000', '094033.115000', '094033.575000', '094034.035000', '094034.495000', '094034.955000', '094035.415000', '094035.875000', '094036.335000', '094036.795000', '094037.255000'], 'ContentTime': ['093050.079000', '093050.082000', '093050.085000', '093050.088000', '093050.091000', '093050.094000', '093050.097000', '093050.113000', '093050.116000', '093050.119000', '093050.122000', '093050.125000', '093050.128000', '093050.131000', '093050.134000', '093050.137000', '093050.140000', '093050.143000', '093050.170000', '093050.173000', '093050.176000', '093050.179000', '093050.182000', '093050.185000', '093050.188000', '093050.191000', '093050.194000', '093050.197000', '093050.200000', '093050.203000', '093050.206000', '093050.209000', '093050.211000', '093050.214000', '093050.217000', '093050.220000', '093050.223000', '093050.226000', '093050.229000', '093050.232000', '093050.235000', '093050.238000', '093050.241000', '093110.047000', '093110.050000', '093110.053000', '093110.056000', '093110.059000', '093110.062000', '093110.065000', '093110.068000', '093110.071000', '093110.074000', '093110.077000', '093110.080000', '093110.083000', '093110.086000', '093110.088000', '093110.092000', '093110.094000', '093110.097000', '093110.100000', '093110.103000', '093110.106000', '093110.109000', '093110.112000', '093110.115000', '093110.118000', '093110.121000', '093110.124000', '093110.127000', '093110.130000', '093110.133000', '093110.136000', '093110.139000', '093110.142000', '093110.144000', '093110.147000', '093110.150000', '093110.153000', '093110.156000', '093110.159000', '093110.162000', '093110.165000', '093110.168000', '093110.179000', '093130.047000', '093130.050000', '093130.053000', '093130.056000', '093130.059000', '093130.066000', '093130.069000', '093130.072000', '093130.075000', '093130.078000', '093130.081000', '093130.084000', '093130.099000', '093130.102000', '093130.105000', '093130.108000', '093130.111000', '093130.113000', '093130.116000', '093130.119000', '093130.122000', '093130.125000', '093130.128000', '093130.131000', '093130.134000', '093130.137000', '093130.140000', '093130.142000', '093130.145000', '093130.148000', '093130.151000', '093130.154000', '093130.157000', '093130.160000', '093130.163000', '093130.166000', '093130.168000', '093130.171000', '093130.174000', '093130.177000', '093130.180000', '093130.183000', '093130.186000', '093130.189000', '093150.047000', '093150.050000', '093150.053000', '093150.056000', '093150.060000', '093150.063000', '093150.066000', '093150.068000', '093150.071000', '093150.074000', '093150.077000', '093150.080000', '093150.083000', '093150.094000', '093150.097000', '093150.099000', '093150.102000', '093150.105000', '093150.108000', '093150.111000', '093150.114000', '093150.117000', '093150.120000', '093150.123000', '093150.125000', '093150.128000', '093150.131000', '093150.134000', '093150.137000', '093150.140000', '093150.143000', '093150.146000', '093150.149000', '093150.152000', '093150.155000', '093150.157000', '093150.160000', '093150.163000', '093150.166000', '093150.169000', '093150.172000', '093150.175000', '093150.178000', '093210.047000', '093210.050000', '093210.053000', '093210.056000', '093210.059000', '093210.062000', '093210.065000', '093210.068000', '093210.070000', '093210.073000', '093210.076000', '093210.079000', '093210.082000', '093210.085000', '093210.088000', '093210.091000', '093210.094000', '093210.097000', '093210.099000', '093210.102000', '093210.105000', '093210.108000', '093210.111000', '093210.114000', '093210.117000', '093210.120000', '093210.123000', '093210.126000', '093210.128000', '093210.131000', '093210.134000', '093210.137000', '093210.140000', '093210.143000', '093210.146000', '093210.149000', '093210.152000', '093210.155000', '093210.158000', '093210.160000', '093210.163000', '093210.166000', '093210.169000', '093210.172000', '093230.048000', '093230.051000', '093230.054000', '093230.057000', '093230.060000', '093230.071000', '093230.074000', '093230.077000', '093230.080000', '093230.083000', '093230.086000', '093230.089000', '093230.092000', '093230.095000', '093230.098000', '093230.101000', '093230.104000', '093230.107000', '093230.110000', '093230.113000', '093230.115000', '093230.119000', '093230.121000', '093230.124000', '093230.127000', '093230.130000', '093230.133000', '093230.136000', '093230.139000', '093230.142000', '093230.145000', '093230.148000', '093230.151000', '093230.154000', '093230.157000', '093230.159000', '093230.162000', '093230.165000', '093230.168000', '093230.171000', '093230.174000', '093230.180000', '093230.183000', '093250.047000', '093250.050000', '093250.053000', '093250.056000', '093250.059000', '093250.062000', '093250.065000', '093250.067000', '093250.070000', '093250.073000', '093250.076000', '093250.079000', '093250.082000', '093250.085000', '093250.088000', '093250.091000', '093250.101000', '093250.104000', '093250.106000', '093250.109000', '093250.112000', '093250.115000', '093250.118000', '093250.121000', '093250.124000', '093250.127000', '093250.130000', '093250.133000', '093250.136000', '093250.138000', '093250.141000', '093250.144000', '093250.147000', '093250.150000', '093250.153000', '093250.156000', '093250.159000', '093250.162000', '093250.164000', '093250.167000', '093250.170000', '093250.173000', '093250.176000', '093250.179000', '093310.047000', '093310.050000', '093310.053000', '093310.056000', '093310.059000', '093310.062000', '093310.065000', '093310.078000', '093310.081000', '093310.084000', '093310.087000', '093310.090000', '093310.092000', '093310.095000', '093310.099000', '093310.103000', '093310.106000', '093310.109000', '093310.112000', '093310.115000', '093310.118000', '093310.121000', '093310.124000', '093310.126000', '093310.129000', '093310.132000', '093310.135000', '093310.138000', '093310.141000', '093310.144000', '093310.147000', '093310.150000', '093310.153000', '093310.156000', '093310.158000', '093310.161000', '093310.164000', '093310.167000', '093310.170000', '093310.173000', '093310.176000', '093310.179000', '093310.182000', '093330.047000', '093330.050000', '093330.053000', '093330.056000', '093330.064000', '093330.067000', '093330.070000', '093330.073000', '093330.076000', '093330.079000', '093330.081000', '093330.084000', '093330.087000', '093330.090000', '093330.093000', '093330.096000', '093330.099000', '093330.102000', '093330.105000', '093330.108000', '093330.110000', '093330.113000', '093330.116000', '093330.119000', '093330.122000', '093330.125000', '093330.128000', '093330.131000', '093330.134000', '093330.137000', '093330.145000', '093330.148000', '093330.151000', '093330.153000', '093330.156000', '093330.159000', '093330.162000', '093330.165000', '093330.168000', '093330.171000', '093330.174000', '093330.177000', '093330.179000', '093330.182000', '093350.047000', '093350.050000', '093350.053000', '093350.056000', '093350.059000', '093350.062000', '093350.065000', '093350.068000', '093350.071000', '093350.074000', '093350.076000', '093350.079000', '093350.082000', '093350.085000', '093350.088000', '093350.091000', '093350.094000', '093350.097000', '093350.100000', '093350.103000', '093350.106000', '093350.115000', '093350.118000', '093350.121000', '093350.124000', '093350.127000', '093350.130000', '093350.133000', '093350.136000', '093350.139000', '093350.142000', '093350.145000', '093350.148000', '093350.150000', '093350.153000', '093350.156000', '093350.159000', '093350.162000', '093350.165000', '093350.168000', '093350.171000', '093350.174000', '093350.177000', '093410.047000', '093410.050000', '093410.053000', '093410.056000', '093410.059000', '093410.062000', '093410.065000', '093410.067000', '093410.070000', '093410.073000', '093410.076000', '093410.079000', '093410.082000', '093410.085000', '093410.088000', '093410.091000', '093410.094000', '093410.097000', '093410.100000', '093410.103000', '093410.106000', '093410.108000', '093410.111000', '093410.114000', '093410.117000', '093410.120000', '093410.134000', '093410.137000', '093410.140000', '093410.143000', '093410.146000', '093410.149000', '093410.152000', '093410.155000', '093410.158000', '093410.161000', '093410.164000', '093410.166000', '093410.170000', '093410.172000', '093410.175000', '093410.178000', '093410.181000', '093410.184000', '093430.047000', '093430.050000', '093430.053000', '093430.056000', '093430.059000', '093430.062000', '093430.065000', '093430.068000', '093430.071000', '093430.074000', '093430.076000', '093430.079000', '093430.087000', '093430.090000', '093430.093000', '093430.096000', '093430.103000', '093430.106000', '093430.109000', '093430.112000', '093430.115000', '093430.118000', '093430.121000', '093430.124000', '093430.127000', '093430.130000', '093430.133000', '093430.136000', '093430.139000', '093430.142000', '093430.145000', '093430.148000', '093430.160000', '093430.163000', '093430.166000', '093430.169000', '093430.172000', '093430.174000', '093430.178000', '093430.180000', '093430.183000', '093430.186000', '093430.189000', '093450.048000', '093450.051000', '093450.054000', '093450.057000', '093450.060000', '093450.063000', '093450.066000', '093450.069000', '093450.071000', '093450.074000', '093450.077000', '093450.080000', '093450.083000', '093450.086000', '093450.089000', '093450.092000', '093450.095000', '093450.105000', '093450.108000', '093450.111000', '093450.114000', '093450.117000', '093450.120000', '093450.123000', '093450.126000', '093450.129000', '093450.131000', '093450.134000', '093450.137000', '093450.140000', '093450.143000', '093450.146000', '093450.149000', '093450.152000', '093450.155000', '093450.158000', '093450.161000', '093450.164000', '093450.166000', '093450.169000', '093450.172000', '093450.175000', '093450.178000', '093450.181000', '093510.047000', '093510.050000', '093510.053000', '093510.056000', '093510.059000', '093510.062000', '093510.065000', '093510.068000', '093510.071000', '093510.082000', '093510.085000', '093510.089000', '093510.091000', '093510.094000', '093510.097000', '093510.100000', '093510.103000', '093510.106000', '093510.109000', '093510.112000', '093510.115000', '093510.118000', '093510.121000', '093510.124000', '093510.126000', '093510.129000', '093510.132000', '093510.135000', '093510.138000', '093510.141000', '093510.145000', '093510.149000', '093510.152000', '093510.155000', '093510.157000', '093510.160000', '093510.163000', '093510.166000', '093510.169000', '093510.172000', '093510.175000', '093510.178000', '093510.181000', '093530.047000', '093530.050000', '093530.053000', '093530.056000', '093530.059000', '093530.062000', '093530.065000', '093530.068000', '093530.071000', '093530.074000', '093530.077000', '093530.079000', '093530.083000', '093530.085000', '093530.088000', '093530.091000', '093530.094000', '093530.097000', '093530.100000', '093530.103000', '093530.106000', '093530.109000', '093530.112000', '093530.114000', '093530.117000', '093530.120000', '093530.123000', '093530.126000', '093530.129000', '093530.132000', '093530.135000', '093530.138000', '093530.141000', '093530.144000', '093530.147000', '093530.149000', '093530.152000', '093530.155000', '093530.158000', '093530.161000', '093530.164000', '093530.167000', '093530.170000', '093530.173000', '093550.047000', '093550.050000', '093550.053000', '093550.056000', '093550.059000', '093550.062000', '093550.065000', '093550.068000', '093550.071000', '093550.074000', '093550.077000', '093550.080000', '093550.082000', '093550.085000', '093550.088000', '093550.091000', '093550.094000', '093550.097000', '093550.100000', '093550.103000', '093550.106000', '093550.109000', '093550.119000', '093550.122000', '093550.125000', '093550.128000', '093550.131000', '093550.133000', '093550.136000', '093550.139000', '093550.142000', '093550.145000', '093550.148000', '093550.151000', '093550.154000', '093550.157000', '093550.160000', '093550.163000', '093550.166000', '093550.169000', '093550.172000', '093550.175000', '093550.178000', '093610.047000', '093610.050000', '093610.053000', '093610.056000', '093610.059000', '093610.062000', '093610.065000', '093610.068000', '093610.070000', '093610.073000', '093610.076000', '093610.079000', '093610.082000', '093610.085000', '093610.088000', '093610.091000', '093610.094000', '093610.097000', '093610.100000', '093610.103000', '093610.105000', '093610.108000', '093610.111000', '093610.114000', '093610.117000', '093610.120000', '093610.123000', '093610.126000', '093610.129000', '093610.132000', '093610.135000', '093610.138000', '093610.140000', '093610.143000', '093610.146000', '093610.149000', '093610.152000', '093610.155000', '093610.158000', '093610.161000', '093610.164000', '093610.167000', '093610.170000', '093610.183000', '093630.047000', '093630.050000', '093630.053000', '093630.056000', '093630.059000', '093630.062000', '093630.065000', '093630.068000', '093630.071000', '093630.074000', '093630.077000', '093630.080000', '093630.083000', '093630.086000', '093630.089000', '093630.091000', '093630.094000', '093630.097000', '093630.100000', '093630.103000', '093630.106000', '093630.114000', '093630.118000', '093630.121000', '093630.124000', '093630.127000', '093630.130000', '093630.133000', '093630.136000', '093630.139000', '093630.142000', '093630.145000', '093630.148000', '093630.151000', '093630.154000', '093630.157000', '093630.159000', '093630.162000', '093630.165000', '093630.168000', '093630.171000', '093630.174000', '093630.191000', '093650.047000', '093650.050000', '093650.053000', '093650.056000', '093650.059000', '093650.062000', '093650.065000', '093650.068000', '093650.070000', '093650.073000', '093650.076000', '093650.079000', '093650.082000', '093650.085000', '093650.088000', '093650.091000', '093650.094000', '093650.097000', '093650.100000', '093650.103000', '093650.106000', '093650.108000', '093650.111000', '093650.114000', '093650.117000', '093650.120000', '093650.123000', '093650.126000', '093650.129000', '093650.132000', '093650.135000', '093650.138000', '093650.140000', '093650.143000', '093650.146000', '093650.149000', '093650.152000', '093650.155000', '093650.158000', '093650.161000', '093650.164000', '093650.167000', '093650.170000', '093650.172000', '093710.048000', '093710.051000', '093710.054000', '093710.057000', '093710.060000', '093710.063000', '093710.066000', '093710.068000', '093710.071000', '093710.074000', '093710.077000', '093710.080000', '093710.083000', '093710.086000', '093710.089000', '093710.092000', '093710.098000', '093710.101000', '093710.104000', '093710.107000', '093710.110000', '093710.113000', '093710.116000', '093710.118000', '093710.121000', '093710.124000', '093710.127000', '093710.130000', '093710.133000', '093710.136000', '093710.139000', '093710.142000', '093710.145000', '093710.148000', '093710.150000', '093710.153000', '093710.156000', '093710.159000', '093710.167000', '093710.170000', '093710.173000', '093710.176000', '093710.179000', '093730.047000', '093730.058000', '093730.060000', '093730.063000', '093730.066000', '093730.069000', '093730.072000', '093730.075000', '093730.078000', '093730.081000', '093730.102000', '093730.105000', '093730.108000', '093730.111000', '093730.113000', '093730.116000', '093730.119000', '093730.122000', '093730.125000', '093730.128000', '093730.131000', '093730.134000', '093730.137000', '093730.140000', '093730.142000', '093730.146000', '093730.148000', '093730.151000', '093730.154000', '093730.157000', '093730.160000', '093730.163000', '093730.166000', '093730.169000', '093730.172000', '093730.175000', '093730.177000', '093730.180000', '093730.183000', '093730.186000', '093730.189000', '093730.192000', '093730.195000', '093730.198000', '093750.047000', '093750.050000', '093750.053000', '093750.056000', '093750.059000', '093750.062000', '093750.065000', '093750.072000', '093750.075000', '093750.078000', '093750.081000', '093750.084000', '093750.087000', '093750.090000', '093750.092000', '093750.095000', '093750.098000', '093750.101000', '093750.104000', '093750.107000', '093750.110000', '093750.113000', '093750.116000', '093750.119000', '093750.122000', '093750.125000', '093750.127000', '093750.130000', '093750.133000', '093750.136000', '093750.139000', '093750.142000', '093750.145000', '093750.148000', '093750.151000', '093750.154000', '093750.158000', '093750.161000', '093750.164000', '093750.167000', '093750.170000', '093750.173000', '093750.176000', '093810.047000', '093810.050000', '093810.053000', '093810.056000', '093810.059000', '093810.066000', '093810.069000', '093810.072000', '093810.075000', '093810.078000', '093810.080000', '093810.083000', '093810.086000', '093810.089000', '093810.092000', '093810.095000', '093810.098000', '093810.101000', '093810.104000', '093810.107000', '093810.110000', '093810.113000', '093810.115000', '093810.118000', '093810.121000', '093810.124000', '093810.127000', '093810.130000', '093810.133000', '093810.136000', '093810.139000', '093810.142000', '093810.145000', '093810.148000', '093810.151000', '093810.154000', '093810.157000', '093810.160000', '093810.163000', '093810.165000', '093810.168000', '093810.171000', '093810.174000', '093810.177000', '093830.047000', '093830.050000', '093830.053000', '093830.065000', '093830.068000', '093830.071000', '093830.074000', '093830.077000', '093830.080000', '093830.082000', '093830.085000', '093830.088000', '093830.091000', '093830.094000', '093830.097000', '093830.100000', '093830.103000', '093830.106000', '093830.109000', '093830.112000', '093830.114000', '093830.117000', '093830.120000', '093830.123000', '093830.126000', '093830.129000', '093830.132000', '093830.135000', '093830.138000', '093830.141000', '093830.144000', '093830.147000', '093830.150000', '093830.153000', '093830.156000', '093830.159000', '093830.161000', '093830.164000', '093830.167000', '093830.170000', '093830.173000', '093830.176000', '093830.179000', '093850.047000', '093850.050000', '093850.053000', '093850.056000', '093850.059000', '093850.062000', '093850.065000', '093850.076000', '093850.079000', '093850.082000', '093850.085000', '093850.088000', '093850.091000', '093850.094000', '093850.096000', '093850.099000', '093850.102000', '093850.105000', '093850.108000', '093850.111000', '093850.114000', '093850.117000', '093850.120000', '093850.123000', '093850.126000', '093850.129000', '093850.131000', '093850.134000', '093850.137000', '093850.140000', '093850.143000', '093850.146000', '093850.149000', '093850.152000', '093850.155000', '093850.158000', '093850.161000', '093850.164000', '093850.166000', '093850.169000', '093850.172000', '093850.175000', '093850.178000', '093850.181000', '093910.047000', '093910.050000', '093910.053000', '093910.056000', '093910.059000', '093910.062000', '093910.065000', '093910.068000', '093910.071000', '093910.074000', '093910.077000', '093910.080000', '093910.082000', '093910.085000', '093910.088000', '093910.091000', '093910.094000', '093910.097000', '093910.100000', '093910.103000', '093910.106000', '093910.109000', '093910.112000', '093910.115000', '093910.118000', '093910.121000', '093910.123000', '093910.126000', '093910.129000', '093910.132000', '093910.135000', '093910.138000', '093910.141000', '093910.144000', '093910.147000', '093910.150000', '093910.153000', '093910.156000', '093910.158000', '093910.161000', '093910.164000', '093910.167000', '093910.170000', '093930.048000', '093930.051000', '093930.054000', '093930.057000', '093930.060000', '093930.063000', '093930.066000', '093930.069000', '093930.072000', '093930.075000', '093930.078000', '093930.081000', '093930.084000', '093930.087000', '093930.090000', '093930.092000', '093930.095000', '093930.098000', '093930.101000', '093930.104000', '093930.107000', '093930.110000', '093930.113000', '093930.116000', '093930.119000', '093930.122000', '093930.125000', '093930.128000', '093930.130000', '093930.133000', '093930.136000', '093930.139000', '093930.142000', '093930.145000', '093930.148000', '093930.151000', '093930.154000', '093930.157000', '093930.160000', '093930.163000', '093930.166000', '093930.168000', '093930.171000', '093950.047000', '093950.050000', '093950.053000', '093950.056000', '093950.059000', '093950.062000', '093950.065000', '093950.068000', '093950.071000', '093950.074000', '093950.077000', '093950.080000', '093950.082000', '093950.085000', '093950.088000', '093950.091000', '093950.094000', '093950.097000', '093950.100000', '093950.103000', '093950.106000', '093950.109000', '093950.112000', '093950.114000', '093950.117000', '093950.120000', '093950.123000', '093950.126000', '093950.129000', '093950.132000', '093950.135000', '093950.138000', '093950.141000', '093950.144000', '093950.147000', '093950.150000', '093950.152000', '093950.156000', '093950.158000', '093950.161000', '093950.164000', '093950.167000', '093950.170000', '093950.173000', '094010.047000', '094010.050000', '094010.053000', '094010.072000', '094010.076000', '094010.079000', '094010.082000', '094010.084000', '094010.087000', '094010.090000', '094010.093000', '094010.096000', '094010.099000', '094010.102000', '094010.105000', '094010.108000', '094010.111000', '094010.114000', '094010.117000', '094010.120000', '094010.123000', '094010.126000', '094010.129000', '094010.131000', '094010.134000', '094010.137000', '094010.140000', '094010.143000', '094010.146000', '094010.149000', '094010.152000', '094010.155000', '094010.158000', '094010.161000', '094010.164000', '094010.166000', '094010.169000', '094010.172000', '094010.175000', '094010.178000', '094010.181000', '094010.184000', '094010.187000', '094030.047000', '094030.050000', '094030.053000', '094030.056000', '094030.067000', '094030.070000', '094030.072000', '094030.075000', '094030.078000', '094030.081000', '094030.084000', '094030.087000', '094030.090000', '094030.093000', '094030.096000', '094030.099000', '094030.102000', '094030.105000', '094030.108000', '094030.111000', '094030.114000', '094030.116000', '094030.119000', '094030.122000', '094030.125000', '094030.128000', '094030.131000', '094030.134000', '094030.137000', '094030.140000', '094030.143000', '094030.146000', '094030.149000', '094030.151000', '094030.154000', '094030.157000', '094030.160000', '094030.163000', '094030.166000', '094030.169000', '094030.172000', '094030.175000', '094030.178000', '094030.180000', '094038.185000', '094038.188000', '094038.192000', '094038.196000', '094038.205000', '094038.208000', '094038.211000', '094038.214000', '094038.217000', '094038.221000', '094038.225000', '094038.228000', '094038.232000', '094038.235000', '094038.238000', '094038.241000', '094038.244000', '094038.247000'], 'InstanceCreationTime': ['093050.079000', '093050.082000', '093050.085000', '093050.088000', '093050.091000', '093050.094000', '093050.097000', '093050.113000', '093050.116000', '093050.119000', '093050.122000', '093050.125000', '093050.128000', '093050.131000', '093050.134000', '093050.137000', '093050.140000', '093050.143000', '093050.170000', '093050.173000', '093050.176000', '093050.179000', '093050.182000', '093050.185000', '093050.188000', '093050.191000', '093050.194000', '093050.197000', '093050.200000', '093050.203000', '093050.206000', '093050.209000', '093050.211000', '093050.214000', '093050.217000', '093050.220000', '093050.223000', '093050.226000', '093050.229000', '093050.232000', '093050.235000', '093050.238000', '093050.241000', '093110.047000', '093110.050000', '093110.053000', '093110.056000', '093110.059000', '093110.062000', '093110.065000', '093110.068000', '093110.071000', '093110.074000', '093110.077000', '093110.080000', '093110.083000', '093110.086000', '093110.088000', '093110.092000', '093110.094000', '093110.097000', '093110.100000', '093110.103000', '093110.106000', '093110.109000', '093110.112000', '093110.115000', '093110.118000', '093110.121000', '093110.124000', '093110.127000', '093110.130000', '093110.133000', '093110.136000', '093110.139000', '093110.142000', '093110.144000', '093110.147000', '093110.150000', '093110.153000', '093110.156000', '093110.159000', '093110.162000', '093110.165000', '093110.168000', '093110.179000', '093130.047000', '093130.050000', '093130.053000', '093130.056000', '093130.059000', '093130.066000', '093130.069000', '093130.072000', '093130.075000', '093130.078000', '093130.081000', '093130.084000', '093130.099000', '093130.102000', '093130.105000', '093130.108000', '093130.111000', '093130.113000', '093130.116000', '093130.119000', '093130.122000', '093130.125000', '093130.128000', '093130.131000', '093130.134000', '093130.137000', '093130.140000', '093130.142000', '093130.145000', '093130.148000', '093130.151000', '093130.154000', '093130.157000', '093130.160000', '093130.163000', '093130.166000', '093130.168000', '093130.171000', '093130.174000', '093130.177000', '093130.180000', '093130.183000', '093130.186000', '093130.189000', '093150.047000', '093150.050000', '093150.053000', '093150.056000', '093150.060000', '093150.063000', '093150.066000', '093150.068000', '093150.071000', '093150.074000', '093150.077000', '093150.080000', '093150.083000', '093150.094000', '093150.097000', '093150.099000', '093150.102000', '093150.105000', '093150.108000', '093150.111000', '093150.114000', '093150.117000', '093150.120000', '093150.123000', '093150.125000', '093150.128000', '093150.131000', '093150.134000', '093150.137000', '093150.140000', '093150.143000', '093150.146000', '093150.149000', '093150.152000', '093150.155000', '093150.157000', '093150.160000', '093150.163000', '093150.166000', '093150.169000', '093150.172000', '093150.175000', '093150.178000', '093210.047000', '093210.050000', '093210.053000', '093210.056000', '093210.059000', '093210.062000', '093210.065000', '093210.068000', '093210.070000', '093210.073000', '093210.076000', '093210.079000', '093210.082000', '093210.085000', '093210.088000', '093210.091000', '093210.094000', '093210.097000', '093210.099000', '093210.102000', '093210.105000', '093210.108000', '093210.111000', '093210.114000', '093210.117000', '093210.120000', '093210.123000', '093210.126000', '093210.128000', '093210.131000', '093210.134000', '093210.137000', '093210.140000', '093210.143000', '093210.146000', '093210.149000', '093210.152000', '093210.155000', '093210.158000', '093210.160000', '093210.163000', '093210.166000', '093210.169000', '093210.172000', '093230.048000', '093230.051000', '093230.054000', '093230.057000', '093230.060000', '093230.071000', '093230.074000', '093230.077000', '093230.080000', '093230.083000', '093230.086000', '093230.089000', '093230.092000', '093230.095000', '093230.098000', '093230.101000', '093230.104000', '093230.107000', '093230.110000', '093230.113000', '093230.115000', '093230.119000', '093230.121000', '093230.124000', '093230.127000', '093230.130000', '093230.133000', '093230.136000', '093230.139000', '093230.142000', '093230.145000', '093230.148000', '093230.151000', '093230.154000', '093230.157000', '093230.159000', '093230.162000', '093230.165000', '093230.168000', '093230.171000', '093230.174000', '093230.180000', '093230.183000', '093250.047000', '093250.050000', '093250.053000', '093250.056000', '093250.059000', '093250.062000', '093250.065000', '093250.067000', '093250.070000', '093250.073000', '093250.076000', '093250.079000', '093250.082000', '093250.085000', '093250.088000', '093250.091000', '093250.101000', '093250.104000', '093250.106000', '093250.109000', '093250.112000', '093250.115000', '093250.118000', '093250.121000', '093250.124000', '093250.127000', '093250.130000', '093250.133000', '093250.136000', '093250.138000', '093250.141000', '093250.144000', '093250.147000', '093250.150000', '093250.153000', '093250.156000', '093250.159000', '093250.162000', '093250.164000', '093250.167000', '093250.170000', '093250.173000', '093250.176000', '093250.179000', '093310.047000', '093310.050000', '093310.053000', '093310.056000', '093310.059000', '093310.062000', '093310.065000', '093310.078000', '093310.081000', '093310.084000', '093310.087000', '093310.090000', '093310.092000', '093310.095000', '093310.099000', '093310.103000', '093310.106000', '093310.109000', '093310.112000', '093310.115000', '093310.118000', '093310.121000', '093310.124000', '093310.126000', '093310.129000', '093310.132000', '093310.135000', '093310.138000', '093310.141000', '093310.144000', '093310.147000', '093310.150000', '093310.153000', '093310.156000', '093310.158000', '093310.161000', '093310.164000', '093310.167000', '093310.170000', '093310.173000', '093310.176000', '093310.179000', '093310.182000', '093330.047000', '093330.050000', '093330.053000', '093330.056000', '093330.064000', '093330.067000', '093330.070000', '093330.073000', '093330.076000', '093330.079000', '093330.081000', '093330.084000', '093330.087000', '093330.090000', '093330.093000', '093330.096000', '093330.099000', '093330.102000', '093330.105000', '093330.108000', '093330.110000', '093330.113000', '093330.116000', '093330.119000', '093330.122000', '093330.125000', '093330.128000', '093330.131000', '093330.134000', '093330.137000', '093330.145000', '093330.148000', '093330.151000', '093330.153000', '093330.156000', '093330.159000', '093330.162000', '093330.165000', '093330.168000', '093330.171000', '093330.174000', '093330.177000', '093330.179000', '093330.182000', '093350.047000', '093350.050000', '093350.053000', '093350.056000', '093350.059000', '093350.062000', '093350.065000', '093350.068000', '093350.071000', '093350.074000', '093350.076000', '093350.079000', '093350.082000', '093350.085000', '093350.088000', '093350.091000', '093350.094000', '093350.097000', '093350.100000', '093350.103000', '093350.106000', '093350.115000', '093350.118000', '093350.121000', '093350.124000', '093350.127000', '093350.130000', '093350.133000', '093350.136000', '093350.139000', '093350.142000', '093350.145000', '093350.148000', '093350.150000', '093350.153000', '093350.156000', '093350.159000', '093350.162000', '093350.165000', '093350.168000', '093350.171000', '093350.174000', '093350.177000', '093410.047000', '093410.050000', '093410.053000', '093410.056000', '093410.059000', '093410.062000', '093410.065000', '093410.067000', '093410.070000', '093410.073000', '093410.076000', '093410.079000', '093410.082000', '093410.085000', '093410.088000', '093410.091000', '093410.094000', '093410.097000', '093410.100000', '093410.103000', '093410.106000', '093410.108000', '093410.111000', '093410.114000', '093410.117000', '093410.120000', '093410.134000', '093410.137000', '093410.140000', '093410.143000', '093410.146000', '093410.149000', '093410.152000', '093410.155000', '093410.158000', '093410.161000', '093410.164000', '093410.166000', '093410.170000', '093410.172000', '093410.175000', '093410.178000', '093410.181000', '093410.184000', '093430.047000', '093430.050000', '093430.053000', '093430.056000', '093430.059000', '093430.062000', '093430.065000', '093430.068000', '093430.071000', '093430.074000', '093430.076000', '093430.079000', '093430.087000', '093430.090000', '093430.093000', '093430.096000', '093430.103000', '093430.106000', '093430.109000', '093430.112000', '093430.115000', '093430.118000', '093430.121000', '093430.124000', '093430.127000', '093430.130000', '093430.133000', '093430.136000', '093430.139000', '093430.142000', '093430.145000', '093430.148000', '093430.160000', '093430.163000', '093430.166000', '093430.169000', '093430.172000', '093430.174000', '093430.178000', '093430.180000', '093430.183000', '093430.186000', '093430.189000', '093450.048000', '093450.051000', '093450.054000', '093450.057000', '093450.060000', '093450.063000', '093450.066000', '093450.069000', '093450.071000', '093450.074000', '093450.077000', '093450.080000', '093450.083000', '093450.086000', '093450.089000', '093450.092000', '093450.095000', '093450.105000', '093450.108000', '093450.111000', '093450.114000', '093450.117000', '093450.120000', '093450.123000', '093450.126000', '093450.129000', '093450.131000', '093450.134000', '093450.137000', '093450.140000', '093450.143000', '093450.146000', '093450.149000', '093450.152000', '093450.155000', '093450.158000', '093450.161000', '093450.164000', '093450.166000', '093450.169000', '093450.172000', '093450.175000', '093450.178000', '093450.181000', '093510.047000', '093510.050000', '093510.053000', '093510.056000', '093510.059000', '093510.062000', '093510.065000', '093510.068000', '093510.071000', '093510.082000', '093510.085000', '093510.089000', '093510.091000', '093510.094000', '093510.097000', '093510.100000', '093510.103000', '093510.106000', '093510.109000', '093510.112000', '093510.115000', '093510.118000', '093510.121000', '093510.124000', '093510.126000', '093510.129000', '093510.132000', '093510.135000', '093510.138000', '093510.141000', '093510.145000', '093510.149000', '093510.152000', '093510.155000', '093510.157000', '093510.160000', '093510.163000', '093510.166000', '093510.169000', '093510.172000', '093510.175000', '093510.178000', '093510.181000', '093530.047000', '093530.050000', '093530.053000', '093530.056000', '093530.059000', '093530.062000', '093530.065000', '093530.068000', '093530.071000', '093530.074000', '093530.077000', '093530.079000', '093530.083000', '093530.085000', '093530.088000', '093530.091000', '093530.094000', '093530.097000', '093530.100000', '093530.103000', '093530.106000', '093530.109000', '093530.112000', '093530.114000', '093530.117000', '093530.120000', '093530.123000', '093530.126000', '093530.129000', '093530.132000', '093530.135000', '093530.138000', '093530.141000', '093530.144000', '093530.147000', '093530.149000', '093530.152000', '093530.155000', '093530.158000', '093530.161000', '093530.164000', '093530.167000', '093530.170000', '093530.173000', '093550.047000', '093550.050000', '093550.053000', '093550.056000', '093550.059000', '093550.062000', '093550.065000', '093550.068000', '093550.071000', '093550.074000', '093550.077000', '093550.080000', '093550.082000', '093550.085000', '093550.088000', '093550.091000', '093550.094000', '093550.097000', '093550.100000', '093550.103000', '093550.106000', '093550.109000', '093550.119000', '093550.122000', '093550.125000', '093550.128000', '093550.131000', '093550.133000', '093550.136000', '093550.139000', '093550.142000', '093550.145000', '093550.148000', '093550.151000', '093550.154000', '093550.157000', '093550.160000', '093550.163000', '093550.166000', '093550.169000', '093550.172000', '093550.175000', '093550.178000', '093610.047000', '093610.050000', '093610.053000', '093610.056000', '093610.059000', '093610.062000', '093610.065000', '093610.068000', '093610.070000', '093610.073000', '093610.076000', '093610.079000', '093610.082000', '093610.085000', '093610.088000', '093610.091000', '093610.094000', '093610.097000', '093610.100000', '093610.103000', '093610.105000', '093610.108000', '093610.111000', '093610.114000', '093610.117000', '093610.120000', '093610.123000', '093610.126000', '093610.129000', '093610.132000', '093610.135000', '093610.138000', '093610.140000', '093610.143000', '093610.146000', '093610.149000', '093610.152000', '093610.155000', '093610.158000', '093610.161000', '093610.164000', '093610.167000', '093610.170000', '093610.183000', '093630.047000', '093630.050000', '093630.053000', '093630.056000', '093630.059000', '093630.062000', '093630.065000', '093630.068000', '093630.071000', '093630.074000', '093630.077000', '093630.080000', '093630.083000', '093630.086000', '093630.089000', '093630.091000', '093630.094000', '093630.097000', '093630.100000', '093630.103000', '093630.106000', '093630.114000', '093630.118000', '093630.121000', '093630.124000', '093630.127000', '093630.130000', '093630.133000', '093630.136000', '093630.139000', '093630.142000', '093630.145000', '093630.148000', '093630.151000', '093630.154000', '093630.157000', '093630.159000', '093630.162000', '093630.165000', '093630.168000', '093630.171000', '093630.174000', '093630.191000', '093650.047000', '093650.050000', '093650.053000', '093650.056000', '093650.059000', '093650.062000', '093650.065000', '093650.068000', '093650.070000', '093650.073000', '093650.076000', '093650.079000', '093650.082000', '093650.085000', '093650.088000', '093650.091000', '093650.094000', '093650.097000', '093650.100000', '093650.103000', '093650.106000', '093650.108000', '093650.111000', '093650.114000', '093650.117000', '093650.120000', '093650.123000', '093650.126000', '093650.129000', '093650.132000', '093650.135000', '093650.138000', '093650.140000', '093650.143000', '093650.146000', '093650.149000', '093650.152000', '093650.155000', '093650.158000', '093650.161000', '093650.164000', '093650.167000', '093650.170000', '093650.172000', '093710.048000', '093710.051000', '093710.054000', '093710.057000', '093710.060000', '093710.063000', '093710.066000', '093710.068000', '093710.071000', '093710.074000', '093710.077000', '093710.080000', '093710.083000', '093710.086000', '093710.089000', '093710.092000', '093710.098000', '093710.101000', '093710.104000', '093710.107000', '093710.110000', '093710.113000', '093710.116000', '093710.118000', '093710.121000', '093710.124000', '093710.127000', '093710.130000', '093710.133000', '093710.136000', '093710.139000', '093710.142000', '093710.145000', '093710.148000', '093710.150000', '093710.153000', '093710.156000', '093710.159000', '093710.167000', '093710.170000', '093710.173000', '093710.176000', '093710.179000', '093730.047000', '093730.058000', '093730.060000', '093730.063000', '093730.066000', '093730.069000', '093730.072000', '093730.075000', '093730.078000', '093730.081000', '093730.102000', '093730.105000', '093730.108000', '093730.111000', '093730.113000', '093730.116000', '093730.119000', '093730.122000', '093730.125000', '093730.128000', '093730.131000', '093730.134000', '093730.137000', '093730.140000', '093730.142000', '093730.146000', '093730.148000', '093730.151000', '093730.154000', '093730.157000', '093730.160000', '093730.163000', '093730.166000', '093730.169000', '093730.172000', '093730.175000', '093730.177000', '093730.180000', '093730.183000', '093730.186000', '093730.189000', '093730.192000', '093730.195000', '093730.198000', '093750.047000', '093750.050000', '093750.053000', '093750.056000', '093750.059000', '093750.062000', '093750.065000', '093750.072000', '093750.075000', '093750.078000', '093750.081000', '093750.084000', '093750.087000', '093750.090000', '093750.092000', '093750.095000', '093750.098000', '093750.101000', '093750.104000', '093750.107000', '093750.110000', '093750.113000', '093750.116000', '093750.119000', '093750.122000', '093750.125000', '093750.127000', '093750.130000', '093750.133000', '093750.136000', '093750.139000', '093750.142000', '093750.145000', '093750.148000', '093750.151000', '093750.154000', '093750.158000', '093750.161000', '093750.164000', '093750.167000', '093750.170000', '093750.173000', '093750.176000', '093810.047000', '093810.050000', '093810.053000', '093810.056000', '093810.059000', '093810.066000', '093810.069000', '093810.072000', '093810.075000', '093810.078000', '093810.080000', '093810.083000', '093810.086000', '093810.089000', '093810.092000', '093810.095000', '093810.098000', '093810.101000', '093810.104000', '093810.107000', '093810.110000', '093810.113000', '093810.115000', '093810.118000', '093810.121000', '093810.124000', '093810.127000', '093810.130000', '093810.133000', '093810.136000', '093810.139000', '093810.142000', '093810.145000', '093810.148000', '093810.151000', '093810.154000', '093810.157000', '093810.160000', '093810.163000', '093810.165000', '093810.168000', '093810.171000', '093810.174000', '093810.177000', '093830.047000', '093830.050000', '093830.053000', '093830.065000', '093830.068000', '093830.071000', '093830.074000', '093830.077000', '093830.080000', '093830.082000', '093830.085000', '093830.088000', '093830.091000', '093830.094000', '093830.097000', '093830.100000', '093830.103000', '093830.106000', '093830.109000', '093830.112000', '093830.114000', '093830.117000', '093830.120000', '093830.123000', '093830.126000', '093830.129000', '093830.132000', '093830.135000', '093830.138000', '093830.141000', '093830.144000', '093830.147000', '093830.150000', '093830.153000', '093830.156000', '093830.159000', '093830.161000', '093830.164000', '093830.167000', '093830.170000', '093830.173000', '093830.176000', '093830.179000', '093850.047000', '093850.050000', '093850.053000', '093850.056000', '093850.059000', '093850.062000', '093850.065000', '093850.076000', '093850.079000', '093850.082000', '093850.085000', '093850.088000', '093850.091000', '093850.094000', '093850.096000', '093850.099000', '093850.102000', '093850.105000', '093850.108000', '093850.111000', '093850.114000', '093850.117000', '093850.120000', '093850.123000', '093850.126000', '093850.129000', '093850.131000', '093850.134000', '093850.137000', '093850.140000', '093850.143000', '093850.146000', '093850.149000', '093850.152000', '093850.155000', '093850.158000', '093850.161000', '093850.164000', '093850.166000', '093850.169000', '093850.172000', '093850.175000', '093850.178000', '093850.181000', '093910.047000', '093910.050000', '093910.053000', '093910.056000', '093910.059000', '093910.062000', '093910.065000', '093910.068000', '093910.071000', '093910.074000', '093910.077000', '093910.080000', '093910.082000', '093910.085000', '093910.088000', '093910.091000', '093910.094000', '093910.097000', '093910.100000', '093910.103000', '093910.106000', '093910.109000', '093910.112000', '093910.115000', '093910.118000', '093910.121000', '093910.123000', '093910.126000', '093910.129000', '093910.132000', '093910.135000', '093910.138000', '093910.141000', '093910.144000', '093910.147000', '093910.150000', '093910.153000', '093910.156000', '093910.158000', '093910.161000', '093910.164000', '093910.167000', '093910.170000', '093930.048000', '093930.051000', '093930.054000', '093930.057000', '093930.060000', '093930.063000', '093930.066000', '093930.069000', '093930.072000', '093930.075000', '093930.078000', '093930.081000', '093930.084000', '093930.087000', '093930.090000', '093930.092000', '093930.095000', '093930.098000', '093930.101000', '093930.104000', '093930.107000', '093930.110000', '093930.113000', '093930.116000', '093930.119000', '093930.122000', '093930.125000', '093930.128000', '093930.130000', '093930.133000', '093930.136000', '093930.139000', '093930.142000', '093930.145000', '093930.148000', '093930.151000', '093930.154000', '093930.157000', '093930.160000', '093930.163000', '093930.166000', '093930.168000', '093930.171000', '093950.047000', '093950.050000', '093950.053000', '093950.056000', '093950.059000', '093950.062000', '093950.065000', '093950.068000', '093950.071000', '093950.074000', '093950.077000', '093950.080000', '093950.082000', '093950.085000', '093950.088000', '093950.091000', '093950.094000', '093950.097000', '093950.100000', '093950.103000', '093950.106000', '093950.109000', '093950.112000', '093950.114000', '093950.117000', '093950.120000', '093950.123000', '093950.126000', '093950.129000', '093950.132000', '093950.135000', '093950.138000', '093950.141000', '093950.144000', '093950.147000', '093950.150000', '093950.152000', '093950.156000', '093950.158000', '093950.161000', '093950.164000', '093950.167000', '093950.170000', '093950.173000', '094010.047000', '094010.050000', '094010.053000', '094010.072000', '094010.076000', '094010.079000', '094010.082000', '094010.084000', '094010.087000', '094010.090000', '094010.093000', '094010.096000', '094010.099000', '094010.102000', '094010.105000', '094010.108000', '094010.111000', '094010.114000', '094010.117000', '094010.120000', '094010.123000', '094010.126000', '094010.129000', '094010.131000', '094010.134000', '094010.137000', '094010.140000', '094010.143000', '094010.146000', '094010.149000', '094010.152000', '094010.155000', '094010.158000', '094010.161000', '094010.164000', '094010.166000', '094010.169000', '094010.172000', '094010.175000', '094010.178000', '094010.181000', '094010.184000', '094010.187000', '094030.047000', '094030.050000', '094030.053000', '094030.056000', '094030.067000', '094030.070000', '094030.072000', '094030.075000', '094030.078000', '094030.081000', '094030.084000', '094030.087000', '094030.090000', '094030.093000', '094030.096000', '094030.099000', '094030.102000', '094030.105000', '094030.108000', '094030.111000', '094030.114000', '094030.116000', '094030.119000', '094030.122000', '094030.125000', '094030.128000', '094030.131000', '094030.134000', '094030.137000', '094030.140000', '094030.143000', '094030.146000', '094030.149000', '094030.151000', '094030.154000', '094030.157000', '094030.160000', '094030.163000', '094030.166000', '094030.169000', '094030.172000', '094030.175000', '094030.178000', '094030.180000', '094038.185000', '094038.188000', '094038.192000', '094038.196000', '094038.205000', '094038.208000', '094038.211000', '094038.214000', '094038.217000', '094038.221000', '094038.225000', '094038.228000', '094038.232000', '094038.235000', '094038.238000', '094038.241000', '094038.244000', '094038.247000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [11940, 13686, 10085, 8917, 7471, 8732, 7457, 8256, 12874, 14272, 10679, 15098, 14911, 11289, 13738, 8286, 10484, 9474, 8898, 14538, 11344, 13279, 9091, 9427, 8828, 7918, 14596, 12372, 10572, 13989, 9351, 11606, 14196, 10591, 15015, 12619, 10628, 8851, 8059, 11211, 7612, 8335, 11639, 7548, 12403, 7575, 7900, 7297, 7860, 11368, 7515, 7952, 7415, 7641, 11304, 7760, 10092, 13848, 9887, 13475, 9625, 7852, 14682, 11736, 9469, 7195, 7522, 10662, 7565, 7779, 7367, 7410, 9931, 7616, 7690, 7249, 7744, 7913, 7425, 8505, 7643, 7751, 8417, 7428, 9565, 11216, 9112, 13409, 8336, 9436, 12580, 9154, 13446, 9976, 8863, 7393, 7915, 7365, 7525, 10460, 9072, 7979, 11064, 7595, 10327, 14806, 11832, 12829, 10147, 8041, 14890, 12438, 9809, 7893, 8009, 12098, 7763, 9320, 7529, 7661, 12981, 7741, 7904, 13924, 10292, 10442, 7617, 7818, 14377, 11712, 9436, 11069, 7432, 10592, 11407, 7779, 9793, 7538, 8161, 7950, 7387, 8042, 7388, 7659, 7398, 7394, 8895, 7553, 7633, 11265, 7822, 7795, 11170, 7233, 8803, 8965, 7530, 9092, 7387, 7833, 7288, 7538, 8028, 7498, 8620, 7228, 7395, 8956, 7712, 8283, 10545, 7933, 9096, 7520, 7750, 12793, 10920, 9512, 8656, 7758, 13849, 11294, 10550, 10515, 7697, 13917, 11679, 10764, 13276, 8601, 11203, 9063, 7466, 11437, 7370, 9271, 7549, 7572, 13612, 10516, 9982, 11622, 7608, 11112, 9513, 7786, 11902, 7202, 7644, 7354, 7631, 7777, 7539, 9615, 7363, 7951, 7715, 7868, 9932, 7439, 9181, 10660, 7777, 13503, 10956, 9011, 7341, 7347, 7724, 7170, 8185, 7400, 8456, 7440, 7849, 11069, 9323, 10144, 8163, 8668, 13120, 10164, 14468, 11642, 12029, 12000, 9254, 14476, 11861, 10857, 8253, 7735, 12865, 8680, 13640, 11094, 9821, 9443, 7479, 13264, 10007, 9096, 7371, 7369, 7435, 7199, 7508, 7301, 8114, 7406, 7668, 9773, 7381, 8263, 7361, 7373, 11202, 9086, 9439, 11632, 7937, 11583, 7517, 7828, 7321, 7374, 7290, 7416, 8118, 7416, 8056, 7553, 7916, 7525, 7646, 8341, 7552, 9059, 7533, 8435, 8563, 8899, 11963, 10043, 11582, 10198, 9336, 13509, 11599, 10858, 8182, 7617, 13288, 11635, 9749, 7850, 7593, 11756, 7885, 12436, 11323, 9539, 13368, 7719, 11461, 12218, 8565, 12680, 8713, 8182, 13561, 11872, 9863, 12816, 8966, 10920, 10963, 7996, 13657, 11730, 9703, 7457, 7390, 8155, 7605, 7978, 7415, 7179, 7255, 7268, 8026, 7342, 8207, 7446, 7365, 9316, 7307, 7676, 10844, 9044, 9519, 9323, 7494, 13379, 10878, 9328, 12477, 8672, 10441, 12609, 9586, 15354, 11943, 9342, 7467, 7505, 8378, 7313, 7506, 10296, 8090, 8347, 14106, 11315, 10201, 7376, 7460, 9106, 7382, 7752, 8193, 7747, 8272, 7632, 7766, 7758, 7516, 9104, 10225, 7522, 12087, 12069, 9210, 14021, 12857, 10201, 7240, 7711, 7929, 7497, 8267, 7588, 8003, 10178, 7472, 8713, 9587, 7374, 12102, 8591, 8680, 10513, 7872, 13106, 9710, 9326, 9510, 7849, 14341, 14781, 13149, 13048, 8611, 9517, 7428, 7825, 7396, 7608, 9502, 7653, 7987, 7345, 7607, 9483, 7839, 7708, 9192, 7328, 8875, 10206, 8442, 13376, 11498, 10170, 13720, 8734, 11703, 12320, 9010, 13136, 7586, 8159, 7528, 7732, 10642, 7545, 7647, 7373, 7385, 7814, 7517, 9325, 9676, 7839, 12165, 10135, 7748, 13975, 13749, 11608, 14061, 10662, 9375, 7335, 7493, 9560, 7622, 7960, 9723, 7370, 10589, 7739, 7539, 13358, 9491, 9593, 10620, 7428, 10009, 7410, 7668, 10986, 7354, 8091, 11799, 7271, 9583, 11971, 8220, 13982, 11401, 8778, 10169, 7493, 7977, 9619, 7652, 9090, 10729, 7791, 11852, 7421, 7666, 9025, 7466, 8565, 7308, 7489, 10339, 7191, 7546, 7303, 7601, 7381, 8076, 11855, 9868, 9319, 11845, 7496, 11109, 15393, 12473, 12612, 10696, 7798, 11830, 7471, 7389, 9794, 7314, 7673, 7572, 7448, 9698, 7745, 7767, 11138, 7351, 7758, 8705, 7404, 10215, 12524, 11249, 12171, 8085, 7349, 7553, 7500, 7070, 7493, 9572, 7503, 7818, 11118, 9352, 7653, 12216, 9947, 8837, 14313, 11707, 10295, 8221, 7590, 12956, 8941, 8059, 14206, 10715, 10830, 8023, 7614, 14154, 9967, 9062, 14197, 11112, 11766, 15029, 12713, 13830, 9817, 7701, 7556, 7726, 7470, 7443, 8991, 7808, 7732, 11501, 8531, 7845, 11607, 9308, 7461, 13364, 10563, 8453, 12275, 8068, 11263, 7670, 7948, 12045, 7724, 11726, 12169, 9015, 14148, 11178, 8799, 14088, 10611, 8909, 12828, 7892, 8622, 7368, 7516, 9709, 8293, 8578, 8511, 7578, 7331, 7322, 7778, 7572, 7650, 10051, 7677, 7908, 11809, 8348, 7753, 11303, 10190, 8065, 7578, 7374, 7932, 7487, 7616, 9075, 7526, 8034, 9091, 7542, 9437, 12078, 9988, 12238, 14276, 13006, 14240, 10173, 8251, 7770, 7629, 7232, 7509, 10630, 7787, 8419, 9547, 7627, 11351, 8470, 7949, 14540, 11706, 9620, 7407, 7344, 11238, 7730, 7822, 7494, 7538, 9097, 7442, 8659, 10439, 7523, 11051, 8084, 7692, 14343, 11462, 9313, 11005, 7494, 9414, 8661, 7699, 9335, 7352, 8012, 7276, 7393, 8164, 7599, 8104, 7322, 7929, 11185, 8449, 7905, 12498, 7639, 9206, 10920, 7507, 9997, 7682, 7666, 10126, 8268, 8331, 7951, 8154, 7914, 8330, 7945, 7495, 7385, 7560, 9027, 13744, 10359, 8193, 13753, 12162, 8899, 13522, 10553, 8030, 13889, 10087, 9512, 12517, 8552, 14445, 12100, 13304, 14932, 11226, 14349, 11556, 10563, 14503, 11573, 10122, 11813, 7790, 12791, 7998, 7919, 10162, 7539, 7834, 7788, 7746, 7881, 7461, 7688, 7742, 7579, 8177, 7801, 8183, 7667, 7534, 7614, 7663, 7535, 7416, 7789, 7660, 8462, 10252, 7965, 8904, 10873, 8791, 9704, 7666, 7952, 8550, 7803, 10465, 11110, 8102, 7718, 7842, 10067, 7735, 8267, 14460, 11863, 10873, 7741, 8252, 13245, 8998, 11344, 8596, 9213, 14345, 10566, 14623, 11555, 11838, 15129, 11701, 13063, 10759, 8465, 14700, 11552, 9340, 9062, 7945, 12964, 10412, 11312, 8528, 7580, 7343, 7734, 8986, 7837, 7865, 11925, 8014, 7630, 7885, 7754, 7970, 7802, 8195, 7905, 8154, 8019, 8132, 12428, 9518, 9975, 8798, 7942, 7567, 7677, 9441, 7682, 8092, 12628, 12201, 8300, 11826, 7682, 8084, 7755, 7939, 7846, 7735, 8249, 7880, 8262, 8698, 7781, 10643, 7898, 8550, 11843, 9567, 12670, 11734, 9210, 14522, 11324, 9326, 14710, 12364, 10230, 13055, 7861, 10869, 13227, 8332, 10886, 7568, 7909, 13209, 8030, 8194, 12041, 7783, 8321, 7732, 8030, 8175, 7743, 9297, 11034, 7651, 9446, 11595, 8131, 12033, 7654, 7878, 7656, 7817, 9874, 7794, 7964, 7518, 7813, 10620, 7705, 8192, 13314, 12065, 9483, 11728, 7737, 9144, 8620, 7765, 12212, 7905, 8099, 10962, 7888, 11965, 7471, 8299, 10525, 7618, 10770, 12920, 10513, 14416, 11277, 8819, 7357, 7789, 9138, 7799, 8163, 12272, 10318, 9273, 8171, 7398, 8615, 7643, 7741, 11153, 7694, 8208, 14723, 11497, 12713, 9721, 7716, 10079, 7543, 8150, 7629, 7616, 10356, 11364, 7731, 12507, 10385, 7664, 14258, 8779, 8223, 12145, 7657, 9553, 7677, 7860, 14035, 10806, 10362, 13762, 8819, 12904, 12855, 7956, 11970, 8040, 7554, 11933, 7595, 7619, 7809, 7463, 8296, 7526, 7493, 7756, 7378, 7755, 7745, 7652, 9064, 7648, 7493, 9169, 7412, 7884, 10792, 8265, 8041, 7635, 7404, 8381, 7443, 7870, 9430, 7545, 8112, 8800, 7416, 10562, 11821, 10247, 13936, 7973, 8037, 10168, 7400, 10479, 9435, 7725, 7358, 7551, 9193, 7408, 9012, 7833, 7915, 7346, 7560, 10831, 7698, 9687, 14458, 10869, 14707, 10027, 8159, 14597, 11818, 11693, 9644, 7764, 12864, 7440, 7904, 13312, 9802, 8039, 7686, 7754, 11727, 7955, 8207, 13728, 9295, 9819, 14890, 10790, 11364, 7670, 7519, 7785, 7416, 8007, 10655, 7627, 9064, 8816, 7698, 11496, 7406, 7518, 12215, 9310, 7620, 13237, 7513, 7485, 11574, 7449, 8191, 10199, 7570, 9045, 7827, 7512, 9504, 7391, 7812, 8325, 7497, 9193, 7698, 7666, 10074, 7419, 8074, 7479, 7990, 10418, 10124, 7807, 10518, 7536, 8371, 7542, 7613, 11299, 9095, 7810, 8137, 7798, 9758, 12677, 7945, 13054, 10794, 7762, 13385, 7625, 7997, 11223, 7639, 10242, 7424, 7678, 14335, 9084, 8135, 14224, 10493, 9603, 7500, 8004, 9986, 7491, 7870, 12631, 9021, 12138, 7674, 7569, 11506, 7745, 8098, 8982, 7717, 13032, 7782, 7745, 13833, 7688, 8066, 8362, 7720, 12346, 9960, 7538, 10550, 7380, 7971, 7311, 7526, 10188, 7577, 7519, 7629, 7668, 8984, 7528, 7810, 11281, 12258, 9813, 13201, 7437, 8182, 11825, 7623, 11815, 13043, 8148, 12371, 7595, 7662, 8194, 7547, 7488, 7400, 7562, 7256, 7634, 7507, 7729, 9607, 7364, 7983, 10877, 7439, 9710, 14175, 10281, 12511, 8545, 7610, 13330, 8063, 7634, 7470, 7692, 8290, 7330, 7704, 7775, 7552, 9094, 7503, 7670, 13772, 9130, 9103, 14401, 7919, 10541, 11645, 7722, 12855, 12942, 8061, 15335, 12340, 9352, 12794, 7549, 7799, 7288, 7625, 9953, 7669, 7503, 11683, 7452, 7943, 9356, 7525, 9202, 7462, 7587, 8796, 7342, 7571, 8145, 7683, 8323, 8230, 7728, 8722, 7322, 7659, 7944, 7349, 9641, 7487, 7694, 13563, 7913, 7651, 14679, 8845, 8436, 7291, 7462, 7752, 7294, 7850, 7246, 7525, 9168, 7280, 8322], 'WindowCenter': [4341.0, 4336.0, 4294.0, 4271.0, 4250.0, 4269.0, 4238.0, 4259.0, 4310.0, 4318.0, 4287.0, 4328.0, 4327.0, 4286.0, 4305.0, 4245.0, 4274.0, 4263.0, 4254.0, 4315.0, 4286.0, 4306.0, 4255.0, 4265.0, 4254.0, 4245.0, 4315.0, 4295.0, 4274.0, 4303.0, 4253.0, 4283.0, 4302.0, 4273.0, 4313.0, 4283.0, 4260.0, 4239.0, 4230.0, 4270.0, 4219.0, 4230.0, 4270.0, 4221.0, 4280.0, 4220.0, 4231.0, 4211.0, 4232.0, 4282.0, 4221.0, 4232.0, 4222.0, 4233.0, 4275.0, 4232.0, 4263.0, 4302.0, 4262.0, 4291.0, 4250.0, 4230.0, 4301.0, 4280.0, 4250.0, 4209.0, 4220.0, 4261.0, 4221.0, 4220.0, 4222.0, 4222.0, 4263.0, 4232.0, 4221.0, 4221.0, 4233.0, 4232.0, 4224.0, 4254.0, 4235.0, 4236.0, 4245.0, 4225.0, 4265.0, 4285.0, 4259.0, 4304.0, 4244.0, 4253.0, 4293.0, 4253.0, 4304.0, 4263.0, 4253.0, 4223.0, 4233.0, 4223.0, 4235.0, 4286.0, 4256.0, 4245.0, 4285.0, 4234.0, 4276.0, 4315.0, 4283.0, 4293.0, 4261.0, 4231.0, 4302.0, 4282.0, 4251.0, 4234.0, 4231.0, 4281.0, 4222.0, 4251.0, 4221.0, 4221.0, 4291.0, 4220.0, 4232.0, 4301.0, 4261.0, 4260.0, 4219.0, 4220.0, 4290.0, 4270.0, 4239.0, 4259.0, 4209.0, 4260.0, 4269.0, 4208.0, 4248.0, 4219.0, 4228.0, 4219.0, 4210.0, 4219.0, 4210.0, 4221.0, 4222.0, 4222.0, 4252.0, 4222.0, 4233.0, 4272.0, 4222.0, 4222.0, 4271.0, 4221.0, 4242.0, 4242.0, 4222.0, 4241.0, 4223.0, 4222.0, 4223.0, 4234.0, 4244.0, 4235.0, 4255.0, 4237.0, 4235.0, 4255.0, 4235.0, 4256.0, 4275.0, 4245.0, 4254.0, 4234.0, 4234.0, 4305.0, 4285.0, 4265.0, 4244.0, 4235.0, 4304.0, 4284.0, 4274.0, 4277.0, 4233.0, 4304.0, 4284.0, 4273.0, 4294.0, 4242.0, 4272.0, 4254.0, 4221.0, 4282.0, 4221.0, 4252.0, 4233.0, 4234.0, 4303.0, 4274.0, 4262.0, 4271.0, 4221.0, 4271.0, 4251.0, 4221.0, 4271.0, 4210.0, 4232.0, 4222.0, 4234.0, 4234.0, 4245.0, 4266.0, 4236.0, 4234.0, 4237.0, 4233.0, 4263.0, 4223.0, 4255.0, 4274.0, 4234.0, 4305.0, 4274.0, 4253.0, 4223.0, 4222.0, 4232.0, 4224.0, 4244.0, 4235.0, 4246.0, 4226.0, 4246.0, 4287.0, 4267.0, 4275.0, 4245.0, 4245.0, 4295.0, 4264.0, 4304.0, 4277.0, 4283.0, 4271.0, 4241.0, 4302.0, 4271.0, 4260.0, 4229.0, 4219.0, 4279.0, 4229.0, 4290.0, 4259.0, 4248.0, 4238.0, 4209.0, 4279.0, 4249.0, 4229.0, 4208.0, 4209.0, 4209.0, 4210.0, 4210.0, 4222.0, 4231.0, 4223.0, 4234.0, 4264.0, 4223.0, 4232.0, 4221.0, 4222.0, 4272.0, 4242.0, 4253.0, 4272.0, 4221.0, 4271.0, 4211.0, 4220.0, 4211.0, 4221.0, 4223.0, 4223.0, 4234.0, 4236.0, 4246.0, 4239.0, 4247.0, 4236.0, 4237.0, 4247.0, 4236.0, 4256.0, 4238.0, 4246.0, 4257.0, 4257.0, 4297.0, 4266.0, 4284.0, 4265.0, 4254.0, 4294.0, 4275.0, 4277.0, 4232.0, 4221.0, 4293.0, 4273.0, 4252.0, 4221.0, 4222.0, 4283.0, 4232.0, 4283.0, 4273.0, 4252.0, 4292.0, 4221.0, 4271.0, 4270.0, 4231.0, 4281.0, 4230.0, 4232.0, 4292.0, 4273.0, 4251.0, 4280.0, 4229.0, 4260.0, 4259.0, 4218.0, 4279.0, 4270.0, 4239.0, 4198.0, 4208.0, 4206.0, 4208.0, 4218.0, 4207.0, 4198.0, 4208.0, 4209.0, 4219.0, 4212.0, 4232.0, 4211.0, 4212.0, 4240.0, 4211.0, 4222.0, 4262.0, 4242.0, 4252.0, 4241.0, 4211.0, 4281.0, 4262.0, 4241.0, 4271.0, 4230.0, 4260.0, 4270.0, 4240.0, 4300.0, 4271.0, 4229.0, 4197.0, 4200.0, 4218.0, 4209.0, 4210.0, 4250.0, 4221.0, 4232.0, 4292.0, 4273.0, 4251.0, 4198.0, 4211.0, 4228.0, 4211.0, 4219.0, 4231.0, 4224.0, 4233.0, 4234.0, 4234.0, 4223.0, 4222.0, 4242.0, 4262.0, 4222.0, 4283.0, 4283.0, 4253.0, 4295.0, 4283.0, 4251.0, 4210.0, 4221.0, 4220.0, 4211.0, 4232.0, 4223.0, 4235.0, 4264.0, 4225.0, 4243.0, 4254.0, 4223.0, 4282.0, 4232.0, 4232.0, 4263.0, 4233.0, 4294.0, 4253.0, 4242.0, 4251.0, 4232.0, 4304.0, 4292.0, 4281.0, 4280.0, 4228.0, 4238.0, 4198.0, 4209.0, 4197.0, 4220.0, 4250.0, 4222.0, 4232.0, 4210.0, 4223.0, 4252.0, 4222.0, 4222.0, 4241.0, 4212.0, 4242.0, 4253.0, 4233.0, 4293.0, 4272.0, 4252.0, 4291.0, 4229.0, 4270.0, 4269.0, 4229.0, 4279.0, 4208.0, 4218.0, 4209.0, 4221.0, 4262.0, 4222.0, 4221.0, 4211.0, 4211.0, 4221.0, 4212.0, 4252.0, 4253.0, 4222.0, 4283.0, 4252.0, 4221.0, 4291.0, 4290.0, 4274.0, 4279.0, 4249.0, 4238.0, 4197.0, 4209.0, 4239.0, 4210.0, 4221.0, 4251.0, 4211.0, 4261.0, 4210.0, 4210.0, 4279.0, 4240.0, 4240.0, 4260.0, 4210.0, 4249.0, 4209.0, 4220.0, 4260.0, 4210.0, 4220.0, 4270.0, 4210.0, 4250.0, 4270.0, 4229.0, 4292.0, 4271.0, 4230.0, 4248.0, 4208.0, 4219.0, 4239.0, 4219.0, 4240.0, 4261.0, 4221.0, 4271.0, 4210.0, 4220.0, 4239.0, 4210.0, 4230.0, 4209.0, 4210.0, 4249.0, 4199.0, 4220.0, 4212.0, 4223.0, 4223.0, 4234.0, 4284.0, 4264.0, 4242.0, 4270.0, 4210.0, 4260.0, 4300.0, 4280.0, 4280.0, 4249.0, 4209.0, 4259.0, 4197.0, 4197.0, 4248.0, 4198.0, 4208.0, 4208.0, 4210.0, 4250.0, 4211.0, 4221.0, 4260.0, 4210.0, 4209.0, 4229.0, 4210.0, 4250.0, 4282.0, 4262.0, 4270.0, 4219.0, 4198.0, 4209.0, 4198.0, 4199.0, 4210.0, 4251.0, 4211.0, 4223.0, 4272.0, 4242.0, 4222.0, 4281.0, 4250.0, 4241.0, 4290.0, 4269.0, 4248.0, 4217.0, 4208.0, 4269.0, 4229.0, 4219.0, 4289.0, 4249.0, 4260.0, 4219.0, 4208.0, 4278.0, 4237.0, 4228.0, 4278.0, 4258.0, 4269.0, 4300.0, 4279.0, 4278.0, 4238.0, 4195.0, 4206.0, 4205.0, 4196.0, 4210.0, 4241.0, 4221.0, 4223.0, 4272.0, 4232.0, 4232.0, 4271.0, 4240.0, 4209.0, 4279.0, 4249.0, 4218.0, 4269.0, 4220.0, 4259.0, 4209.0, 4218.0, 4268.0, 4207.0, 4258.0, 4257.0, 4226.0, 4277.0, 4247.0, 4216.0, 4276.0, 4246.0, 4215.0, 4255.0, 4205.0, 4215.0, 4194.0, 4196.0, 4225.0, 4217.0, 4217.0, 4217.0, 4207.0, 4197.0, 4197.0, 4206.0, 4208.0, 4220.0, 4250.0, 4222.0, 4223.0, 4272.0, 4232.0, 4222.0, 4261.0, 4251.0, 4219.0, 4208.0, 4209.0, 4219.0, 4211.0, 4223.0, 4243.0, 4235.0, 4236.0, 4256.0, 4236.0, 4256.0, 4284.0, 4264.0, 4284.0, 4303.0, 4283.0, 4290.0, 4251.0, 4219.0, 4210.0, 4210.0, 4210.0, 4212.0, 4262.0, 4222.0, 4233.0, 4253.0, 4223.0, 4272.0, 4230.0, 4220.0, 4290.0, 4270.0, 4239.0, 4198.0, 4209.0, 4259.0, 4210.0, 4211.0, 4210.0, 4221.0, 4240.0, 4210.0, 4232.0, 4250.0, 4210.0, 4260.0, 4208.0, 4209.0, 4290.0, 4260.0, 4229.0, 4248.0, 4199.0, 4239.0, 4228.0, 4209.0, 4238.0, 4209.0, 4220.0, 4210.0, 4212.0, 4231.0, 4222.0, 4221.0, 4211.0, 4233.0, 4273.0, 4232.0, 4222.0, 4282.0, 4223.0, 4243.0, 4262.0, 4212.0, 4253.0, 4222.0, 4223.0, 4274.0, 4245.0, 4246.0, 4221.0, 4220.0, 4233.0, 4233.0, 4235.0, 4224.0, 4224.0, 4237.0, 4272.0, 4320.0, 4279.0, 4246.0, 4306.0, 4283.0, 4242.0, 4293.0, 4261.0, 4220.0, 4290.0, 4250.0, 4250.0, 4270.0, 4230.0, 4290.0, 4269.0, 4279.0, 4277.0, 4245.0, 4265.0, 4232.0, 4222.0, 4262.0, 4231.0, 4220.0, 4229.0, 4181.0, 4238.0, 4177.0, 4176.0, 4206.0, 4166.0, 4166.0, 4167.0, 4179.0, 4178.0, 4180.0, 4180.0, 4181.0, 4192.0, 4202.0, 4192.0, 4216.0, 4208.0, 4197.0, 4209.0, 4221.0, 4221.0, 4224.0, 4232.0, 4235.0, 4257.0, 4275.0, 4248.0, 4268.0, 4286.0, 4244.0, 4252.0, 4221.0, 4230.0, 4230.0, 4222.0, 4275.0, 4273.0, 4233.0, 4233.0, 4234.0, 4263.0, 4233.0, 4245.0, 4314.0, 4294.0, 4273.0, 4222.0, 4233.0, 4304.0, 4253.0, 4283.0, 4243.0, 4253.0, 4303.0, 4262.0, 4302.0, 4271.0, 4271.0, 4300.0, 4271.0, 4279.0, 4257.0, 4217.0, 4287.0, 4256.0, 4226.0, 4226.0, 4217.0, 4278.0, 4247.0, 4257.0, 4227.0, 4206.0, 4196.0, 4207.0, 4226.0, 4207.0, 4218.0, 4269.0, 4218.0, 4208.0, 4217.0, 4220.0, 4232.0, 4233.0, 4243.0, 4245.0, 4235.0, 4235.0, 4235.0, 4296.0, 4265.0, 4266.0, 4245.0, 4234.0, 4222.0, 4222.0, 4251.0, 4221.0, 4233.0, 4284.0, 4284.0, 4233.0, 4283.0, 4223.0, 4232.0, 4223.0, 4233.0, 4232.0, 4234.0, 4244.0, 4246.0, 4256.0, 4258.0, 4248.0, 4277.0, 4236.0, 4246.0, 4285.0, 4265.0, 4295.0, 4284.0, 4254.0, 4303.0, 4272.0, 4252.0, 4302.0, 4281.0, 4261.0, 4281.0, 4220.0, 4260.0, 4281.0, 4229.0, 4259.0, 4209.0, 4220.0, 4280.0, 4220.0, 4231.0, 4281.0, 4221.0, 4230.0, 4221.0, 4232.0, 4231.0, 4222.0, 4253.0, 4272.0, 4222.0, 4252.0, 4273.0, 4222.0, 4282.0, 4221.0, 4220.0, 4220.0, 4222.0, 4251.0, 4223.0, 4233.0, 4224.0, 4235.0, 4274.0, 4223.0, 4233.0, 4295.0, 4283.0, 4252.0, 4282.0, 4222.0, 4252.0, 4231.0, 4221.0, 4282.0, 4232.0, 4233.0, 4273.0, 4234.0, 4282.0, 4223.0, 4232.0, 4261.0, 4221.0, 4261.0, 4281.0, 4261.0, 4292.0, 4271.0, 4229.0, 4209.0, 4220.0, 4239.0, 4221.0, 4232.0, 4283.0, 4262.0, 4241.0, 4231.0, 4210.0, 4230.0, 4220.0, 4221.0, 4270.0, 4221.0, 4232.0, 4303.0, 4284.0, 4293.0, 4251.0, 4220.0, 4249.0, 4208.0, 4218.0, 4208.0, 4209.0, 4250.0, 4270.0, 4220.0, 4280.0, 4249.0, 4209.0, 4289.0, 4228.0, 4218.0, 4268.0, 4208.0, 4238.0, 4208.0, 4219.0, 4289.0, 4258.0, 4248.0, 4277.0, 4227.0, 4267.0, 4265.0, 4204.0, 4254.0, 4203.0, 4194.0, 4254.0, 4194.0, 4195.0, 4194.0, 4206.0, 4216.0, 4206.0, 4196.0, 4206.0, 4207.0, 4207.0, 4219.0, 4220.0, 4240.0, 4221.0, 4221.0, 4251.0, 4211.0, 4232.0, 4272.0, 4231.0, 4232.0, 4221.0, 4223.0, 4232.0, 4223.0, 4245.0, 4264.0, 4236.0, 4245.0, 4254.0, 4224.0, 4275.0, 4285.0, 4265.0, 4304.0, 4233.0, 4232.0, 4261.0, 4222.0, 4262.0, 4252.0, 4222.0, 4222.0, 4233.0, 4253.0, 4223.0, 4254.0, 4234.0, 4234.0, 4224.0, 4235.0, 4274.0, 4234.0, 4266.0, 4305.0, 4274.0, 4304.0, 4251.0, 4231.0, 4302.0, 4270.0, 4270.0, 4239.0, 4209.0, 4280.0, 4208.0, 4219.0, 4279.0, 4249.0, 4218.0, 4209.0, 4219.0, 4269.0, 4219.0, 4229.0, 4290.0, 4239.0, 4250.0, 4300.0, 4259.0, 4258.0, 4207.0, 4197.0, 4206.0, 4208.0, 4218.0, 4258.0, 4208.0, 4229.0, 4229.0, 4210.0, 4269.0, 4209.0, 4209.0, 4269.0, 4239.0, 4208.0, 4278.0, 4208.0, 4209.0, 4269.0, 4209.0, 4219.0, 4249.0, 4219.0, 4228.0, 4208.0, 4208.0, 4239.0, 4209.0, 4219.0, 4229.0, 4210.0, 4240.0, 4221.0, 4221.0, 4250.0, 4210.0, 4219.0, 4209.0, 4230.0, 4261.0, 4261.0, 4220.0, 4260.0, 4220.0, 4230.0, 4219.0, 4221.0, 4271.0, 4241.0, 4221.0, 4220.0, 4221.0, 4252.0, 4281.0, 4220.0, 4281.0, 4261.0, 4220.0, 4291.0, 4221.0, 4220.0, 4271.0, 4221.0, 4260.0, 4210.0, 4221.0, 4301.0, 4240.0, 4220.0, 4291.0, 4260.0, 4239.0, 4208.0, 4218.0, 4247.0, 4209.0, 4231.0, 4280.0, 4240.0, 4270.0, 4209.0, 4219.0, 4259.0, 4208.0, 4218.0, 4228.0, 4220.0, 4280.0, 4220.0, 4220.0, 4289.0, 4208.0, 4218.0, 4217.0, 4208.0, 4280.0, 4249.0, 4208.0, 4248.0, 4208.0, 4218.0, 4208.0, 4209.0, 4249.0, 4220.0, 4209.0, 4219.0, 4220.0, 4239.0, 4209.0, 4220.0, 4271.0, 4270.0, 4250.0, 4279.0, 4208.0, 4218.0, 4268.0, 4208.0, 4269.0, 4278.0, 4207.0, 4267.0, 4207.0, 4208.0, 4230.0, 4221.0, 4222.0, 4223.0, 4223.0, 4223.0, 4247.0, 4239.0, 4248.0, 4264.0, 4223.0, 4232.0, 4262.0, 4210.0, 4251.0, 4291.0, 4261.0, 4280.0, 4230.0, 4219.0, 4279.0, 4219.0, 4208.0, 4209.0, 4219.0, 4229.0, 4209.0, 4220.0, 4221.0, 4221.0, 4240.0, 4210.0, 4221.0, 4291.0, 4240.0, 4241.0, 4290.0, 4219.0, 4260.0, 4269.0, 4208.0, 4280.0, 4279.0, 4218.0, 4299.0, 4269.0, 4227.0, 4266.0, 4206.0, 4205.0, 4196.0, 4208.0, 4249.0, 4208.0, 4209.0, 4268.0, 4208.0, 4218.0, 4237.0, 4207.0, 4238.0, 4207.0, 4208.0, 4227.0, 4208.0, 4208.0, 4218.0, 4208.0, 4228.0, 4230.0, 4220.0, 4229.0, 4210.0, 4220.0, 4219.0, 4210.0, 4251.0, 4209.0, 4220.0, 4280.0, 4219.0, 4209.0, 4290.0, 4229.0, 4218.0, 4209.0, 4209.0, 4220.0, 4212.0, 4220.0, 4211.0, 4222.0, 4252.0, 4222.0, 4232.0], 'WindowWidth': [9589.0, 9570.0, 9509.0, 9471.0, 9444.0, 9465.0, 9422.0, 9451.0, 9521.0, 9525.0, 9483.0, 9542.0, 9537.0, 9479.0, 9503.0, 9423.0, 9461.0, 9444.0, 9435.0, 9518.0, 9480.0, 9507.0, 9436.0, 9449.0, 9433.0, 9423.0, 9519.0, 9488.0, 9459.0, 9497.0, 9429.0, 9471.0, 9492.0, 9457.0, 9511.0, 9468.0, 9434.0, 9406.0, 9395.0, 9445.0, 9380.0, 9396.0, 9448.0, 9384.0, 9463.0, 9382.0, 9397.0, 9371.0, 9401.0, 9467.0, 9387.0, 9401.0, 9387.0, 9404.0, 9461.0, 9402.0, 9445.0, 9494.0, 9439.0, 9478.0, 9420.0, 9396.0, 9491.0, 9460.0, 9422.0, 9367.0, 9382.0, 9438.0, 9386.0, 9384.0, 9387.0, 9387.0, 9443.0, 9403.0, 9386.0, 9386.0, 9403.0, 9402.0, 9394.0, 9436.0, 9412.0, 9413.0, 9424.0, 9397.0, 9453.0, 9477.0, 9444.0, 9501.0, 9418.0, 9431.0, 9483.0, 9429.0, 9499.0, 9444.0, 9430.0, 9391.0, 9404.0, 9392.0, 9412.0, 9481.0, 9440.0, 9425.0, 9477.0, 9408.0, 9468.0, 9516.0, 9470.0, 9482.0, 9436.0, 9397.0, 9494.0, 9465.0, 9423.0, 9401.0, 9397.0, 9464.0, 9387.0, 9425.0, 9382.0, 9385.0, 9477.0, 9381.0, 9400.0, 9491.0, 9435.0, 9435.0, 9379.0, 9381.0, 9476.0, 9446.0, 9406.0, 9431.0, 9366.0, 9434.0, 9444.0, 9361.0, 9413.0, 9377.0, 9389.0, 9379.0, 9367.0, 9379.0, 9370.0, 9385.0, 9387.0, 9389.0, 9427.0, 9388.0, 9404.0, 9455.0, 9388.0, 9388.0, 9451.0, 9386.0, 9414.0, 9415.0, 9388.0, 9411.0, 9389.0, 9388.0, 9391.0, 9407.0, 9419.0, 9410.0, 9437.0, 9415.0, 9412.0, 9437.0, 9411.0, 9440.0, 9464.0, 9423.0, 9435.0, 9407.0, 9408.0, 9505.0, 9476.0, 9449.0, 9420.0, 9408.0, 9502.0, 9475.0, 9459.0, 9465.0, 9404.0, 9500.0, 9472.0, 9455.0, 9483.0, 9413.0, 9452.0, 9431.0, 9386.0, 9465.0, 9386.0, 9426.0, 9403.0, 9406.0, 9497.0, 9456.0, 9441.0, 9449.0, 9386.0, 9451.0, 9423.0, 9384.0, 9446.0, 9365.0, 9401.0, 9389.0, 9407.0, 9408.0, 9426.0, 9453.0, 9413.0, 9408.0, 9412.0, 9404.0, 9440.0, 9389.0, 9435.0, 9457.0, 9407.0, 9501.0, 9459.0, 9430.0, 9389.0, 9388.0, 9401.0, 9393.0, 9421.0, 9412.0, 9427.0, 9398.0, 9426.0, 9481.0, 9454.0, 9463.0, 9420.0, 9420.0, 9486.0, 9444.0, 9498.0, 9461.0, 9467.0, 9448.0, 9409.0, 9492.0, 9447.0, 9431.0, 9389.0, 9376.0, 9456.0, 9390.0, 9471.0, 9429.0, 9413.0, 9399.0, 9361.0, 9454.0, 9413.0, 9389.0, 9361.0, 9362.0, 9363.0, 9367.0, 9368.0, 9387.0, 9398.0, 9388.0, 9404.0, 9443.0, 9387.0, 9400.0, 9384.0, 9386.0, 9453.0, 9412.0, 9427.0, 9450.0, 9382.0, 9447.0, 9368.0, 9380.0, 9368.0, 9383.0, 9389.0, 9391.0, 9406.0, 9412.0, 9426.0, 9418.0, 9427.0, 9412.0, 9414.0, 9427.0, 9411.0, 9438.0, 9415.0, 9425.0, 9439.0, 9440.0, 9494.0, 9450.0, 9474.0, 9444.0, 9431.0, 9486.0, 9456.0, 9460.0, 9397.0, 9382.0, 9482.0, 9453.0, 9424.0, 9383.0, 9385.0, 9466.0, 9399.0, 9468.0, 9453.0, 9424.0, 9476.0, 9380.0, 9449.0, 9444.0, 9395.0, 9461.0, 9392.0, 9397.0, 9477.0, 9449.0, 9420.0, 9456.0, 9387.0, 9429.0, 9426.0, 9373.0, 9457.0, 9442.0, 9400.0, 9346.0, 9357.0, 9354.0, 9358.0, 9372.0, 9357.0, 9347.0, 9360.0, 9364.0, 9377.0, 9371.0, 9397.0, 9369.0, 9371.0, 9406.0, 9370.0, 9384.0, 9436.0, 9409.0, 9424.0, 9407.0, 9367.0, 9461.0, 9434.0, 9406.0, 9445.0, 9389.0, 9430.0, 9443.0, 9402.0, 9485.0, 9443.0, 9387.0, 9343.0, 9349.0, 9371.0, 9362.0, 9366.0, 9418.0, 9379.0, 9398.0, 9478.0, 9449.0, 9420.0, 9347.0, 9366.0, 9386.0, 9367.0, 9378.0, 9397.0, 9390.0, 9402.0, 9406.0, 9406.0, 9387.0, 9386.0, 9413.0, 9437.0, 9384.0, 9469.0, 9464.0, 9425.0, 9485.0, 9464.0, 9419.0, 9365.0, 9381.0, 9377.0, 9367.0, 9398.0, 9387.0, 9406.0, 9445.0, 9393.0, 9418.0, 9431.0, 9389.0, 9465.0, 9396.0, 9397.0, 9439.0, 9400.0, 9483.0, 9425.0, 9410.0, 9421.0, 9398.0, 9498.0, 9477.0, 9459.0, 9455.0, 9385.0, 9397.0, 9344.0, 9361.0, 9344.0, 9378.0, 9420.0, 9385.0, 9399.0, 9367.0, 9388.0, 9426.0, 9385.0, 9384.0, 9408.0, 9371.0, 9411.0, 9424.0, 9400.0, 9479.0, 9450.0, 9422.0, 9473.0, 9387.0, 9444.0, 9439.0, 9387.0, 9454.0, 9360.0, 9371.0, 9362.0, 9380.0, 9440.0, 9385.0, 9383.0, 9371.0, 9369.0, 9382.0, 9371.0, 9425.0, 9426.0, 9386.0, 9468.0, 9423.0, 9382.0, 9476.0, 9471.0, 9450.0, 9456.0, 9413.0, 9397.0, 9344.0, 9362.0, 9401.0, 9365.0, 9383.0, 9420.0, 9370.0, 9434.0, 9365.0, 9364.0, 9455.0, 9404.0, 9404.0, 9430.0, 9364.0, 9415.0, 9364.0, 9379.0, 9433.0, 9366.0, 9380.0, 9445.0, 9365.0, 9418.0, 9445.0, 9390.0, 9477.0, 9446.0, 9392.0, 9413.0, 9360.0, 9376.0, 9400.0, 9376.0, 9405.0, 9433.0, 9382.0, 9448.0, 9367.0, 9379.0, 9404.0, 9365.0, 9392.0, 9364.0, 9366.0, 9413.0, 9350.0, 9380.0, 9373.0, 9388.0, 9390.0, 9406.0, 9472.0, 9443.0, 9412.0, 9443.0, 9364.0, 9433.0, 9486.0, 9456.0, 9457.0, 9414.0, 9361.0, 9426.0, 9343.0, 9343.0, 9410.0, 9345.0, 9361.0, 9361.0, 9366.0, 9419.0, 9368.0, 9383.0, 9431.0, 9364.0, 9363.0, 9387.0, 9365.0, 9418.0, 9461.0, 9435.0, 9443.0, 9375.0, 9345.0, 9363.0, 9345.0, 9349.0, 9367.0, 9423.0, 9369.0, 9387.0, 9453.0, 9410.0, 9384.0, 9460.0, 9418.0, 9406.0, 9470.0, 9440.0, 9411.0, 9369.0, 9360.0, 9442.0, 9387.0, 9374.0, 9468.0, 9415.0, 9431.0, 9373.0, 9359.0, 9452.0, 9394.0, 9383.0, 9450.0, 9422.0, 9442.0, 9485.0, 9454.0, 9451.0, 9397.0, 9337.0, 9351.0, 9350.0, 9340.0, 9365.0, 9408.0, 9383.0, 9388.0, 9453.0, 9398.0, 9398.0, 9448.0, 9403.0, 9363.0, 9455.0, 9412.0, 9373.0, 9441.0, 9377.0, 9429.0, 9361.0, 9374.0, 9438.0, 9356.0, 9425.0, 9421.0, 9379.0, 9450.0, 9405.0, 9366.0, 9446.0, 9404.0, 9363.0, 9415.0, 9347.0, 9361.0, 9334.0, 9337.0, 9377.0, 9368.0, 9369.0, 9369.0, 9357.0, 9342.0, 9344.0, 9355.0, 9360.0, 9380.0, 9419.0, 9384.0, 9388.0, 9452.0, 9396.0, 9384.0, 9434.0, 9419.0, 9374.0, 9358.0, 9362.0, 9375.0, 9368.0, 9389.0, 9416.0, 9409.0, 9411.0, 9437.0, 9412.0, 9438.0, 9472.0, 9441.0, 9469.0, 9492.0, 9463.0, 9471.0, 9417.0, 9373.0, 9363.0, 9365.0, 9365.0, 9371.0, 9439.0, 9386.0, 9402.0, 9426.0, 9387.0, 9450.0, 9391.0, 9377.0, 9470.0, 9440.0, 9400.0, 9345.0, 9362.0, 9429.0, 9364.0, 9365.0, 9365.0, 9381.0, 9404.0, 9365.0, 9397.0, 9417.0, 9363.0, 9429.0, 9358.0, 9361.0, 9470.0, 9428.0, 9386.0, 9411.0, 9347.0, 9400.0, 9385.0, 9360.0, 9398.0, 9362.0, 9377.0, 9366.0, 9370.0, 9393.0, 9384.0, 9382.0, 9369.0, 9400.0, 9452.0, 9398.0, 9385.0, 9463.0, 9386.0, 9414.0, 9436.0, 9370.0, 9426.0, 9385.0, 9390.0, 9460.0, 9423.0, 9423.0, 9381.0, 9380.0, 9402.0, 9398.0, 9406.0, 9390.0, 9391.0, 9415.0, 9470.0, 9532.0, 9475.0, 9425.0, 9505.0, 9469.0, 9413.0, 9481.0, 9433.0, 9378.0, 9472.0, 9419.0, 9421.0, 9445.0, 9390.0, 9474.0, 9440.0, 9452.0, 9449.0, 9401.0, 9429.0, 9379.0, 9364.0, 9420.0, 9375.0, 9361.0, 9368.0, 9305.0, 9379.0, 9295.0, 9294.0, 9332.0, 9281.0, 9282.0, 9285.0, 9304.0, 9301.0, 9307.0, 9308.0, 9310.0, 9328.0, 9339.0, 9329.0, 9365.0, 9357.0, 9340.0, 9362.0, 9384.0, 9384.0, 9395.0, 9401.0, 9411.0, 9442.0, 9463.0, 9432.0, 9459.0, 9479.0, 9420.0, 9427.0, 9384.0, 9395.0, 9392.0, 9386.0, 9462.0, 9456.0, 9402.0, 9403.0, 9407.0, 9444.0, 9404.0, 9425.0, 9514.0, 9486.0, 9456.0, 9387.0, 9402.0, 9498.0, 9431.0, 9472.0, 9417.0, 9430.0, 9495.0, 9440.0, 9494.0, 9448.0, 9449.0, 9487.0, 9445.0, 9456.0, 9423.0, 9369.0, 9465.0, 9421.0, 9381.0, 9381.0, 9370.0, 9455.0, 9411.0, 9426.0, 9384.0, 9356.0, 9343.0, 9358.0, 9382.0, 9358.0, 9375.0, 9442.0, 9374.0, 9360.0, 9370.0, 9379.0, 9400.0, 9404.0, 9416.0, 9423.0, 9408.0, 9409.0, 9410.0, 9490.0, 9448.0, 9451.0, 9422.0, 9404.0, 9385.0, 9384.0, 9422.0, 9382.0, 9401.0, 9472.0, 9470.0, 9403.0, 9468.0, 9388.0, 9400.0, 9389.0, 9402.0, 9401.0, 9406.0, 9421.0, 9426.0, 9441.0, 9444.0, 9432.0, 9467.0, 9411.0, 9424.0, 9474.0, 9447.0, 9489.0, 9471.0, 9429.0, 9496.0, 9451.0, 9426.0, 9493.0, 9462.0, 9434.0, 9459.0, 9379.0, 9433.0, 9461.0, 9389.0, 9430.0, 9363.0, 9379.0, 9459.0, 9379.0, 9395.0, 9463.0, 9382.0, 9394.0, 9385.0, 9399.0, 9395.0, 9385.0, 9428.0, 9452.0, 9385.0, 9426.0, 9453.0, 9385.0, 9466.0, 9383.0, 9380.0, 9379.0, 9385.0, 9423.0, 9387.0, 9403.0, 9393.0, 9408.0, 9459.0, 9390.0, 9403.0, 9488.0, 9467.0, 9425.0, 9463.0, 9385.0, 9427.0, 9396.0, 9384.0, 9464.0, 9399.0, 9403.0, 9456.0, 9404.0, 9466.0, 9388.0, 9399.0, 9436.0, 9383.0, 9436.0, 9461.0, 9435.0, 9478.0, 9448.0, 9391.0, 9364.0, 9379.0, 9402.0, 9383.0, 9401.0, 9468.0, 9437.0, 9409.0, 9395.0, 9368.0, 9391.0, 9380.0, 9382.0, 9447.0, 9383.0, 9401.0, 9496.0, 9470.0, 9481.0, 9424.0, 9380.0, 9415.0, 9360.0, 9373.0, 9359.0, 9364.0, 9419.0, 9444.0, 9379.0, 9460.0, 9416.0, 9363.0, 9469.0, 9386.0, 9373.0, 9438.0, 9360.0, 9399.0, 9359.0, 9377.0, 9468.0, 9426.0, 9413.0, 9449.0, 9383.0, 9436.0, 9430.0, 9347.0, 9414.0, 9345.0, 9334.0, 9414.0, 9334.0, 9337.0, 9334.0, 9355.0, 9367.0, 9354.0, 9342.0, 9355.0, 9359.0, 9359.0, 9376.0, 9382.0, 9407.0, 9382.0, 9384.0, 9422.0, 9371.0, 9401.0, 9452.0, 9398.0, 9399.0, 9386.0, 9390.0, 9401.0, 9390.0, 9423.0, 9447.0, 9413.0, 9424.0, 9434.0, 9394.0, 9463.0, 9475.0, 9447.0, 9498.0, 9401.0, 9399.0, 9437.0, 9386.0, 9439.0, 9426.0, 9386.0, 9386.0, 9405.0, 9429.0, 9390.0, 9433.0, 9406.0, 9406.0, 9393.0, 9410.0, 9460.0, 9408.0, 9452.0, 9503.0, 9458.0, 9498.0, 9422.0, 9395.0, 9492.0, 9446.0, 9446.0, 9402.0, 9363.0, 9456.0, 9360.0, 9375.0, 9455.0, 9415.0, 9374.0, 9363.0, 9379.0, 9444.0, 9375.0, 9391.0, 9471.0, 9402.0, 9419.0, 9485.0, 9427.0, 9426.0, 9359.0, 9345.0, 9356.0, 9358.0, 9374.0, 9426.0, 9360.0, 9389.0, 9390.0, 9366.0, 9444.0, 9363.0, 9364.0, 9444.0, 9402.0, 9360.0, 9452.0, 9359.0, 9363.0, 9443.0, 9363.0, 9377.0, 9415.0, 9378.0, 9388.0, 9361.0, 9362.0, 9402.0, 9363.0, 9377.0, 9389.0, 9366.0, 9407.0, 9382.0, 9383.0, 9419.0, 9366.0, 9378.0, 9364.0, 9394.0, 9435.0, 9434.0, 9381.0, 9433.0, 9381.0, 9392.0, 9378.0, 9383.0, 9450.0, 9410.0, 9383.0, 9381.0, 9385.0, 9425.0, 9460.0, 9379.0, 9461.0, 9433.0, 9381.0, 9476.0, 9382.0, 9382.0, 9448.0, 9382.0, 9434.0, 9367.0, 9383.0, 9489.0, 9406.0, 9381.0, 9476.0, 9431.0, 9404.0, 9362.0, 9376.0, 9413.0, 9365.0, 9395.0, 9460.0, 9406.0, 9446.0, 9365.0, 9378.0, 9429.0, 9360.0, 9375.0, 9388.0, 9378.0, 9460.0, 9380.0, 9381.0, 9470.0, 9360.0, 9373.0, 9370.0, 9362.0, 9459.0, 9415.0, 9361.0, 9412.0, 9359.0, 9374.0, 9360.0, 9362.0, 9418.0, 9380.0, 9365.0, 9378.0, 9380.0, 9405.0, 9362.0, 9380.0, 9448.0, 9445.0, 9416.0, 9455.0, 9362.0, 9375.0, 9437.0, 9359.0, 9441.0, 9450.0, 9356.0, 9435.0, 9356.0, 9360.0, 9394.0, 9385.0, 9388.0, 9391.0, 9389.0, 9390.0, 9430.0, 9424.0, 9434.0, 9446.0, 9388.0, 9400.0, 9437.0, 9367.0, 9424.0, 9474.0, 9433.0, 9459.0, 9390.0, 9375.0, 9457.0, 9376.0, 9361.0, 9362.0, 9378.0, 9390.0, 9364.0, 9380.0, 9382.0, 9383.0, 9407.0, 9367.0, 9382.0, 9476.0, 9407.0, 9407.0, 9472.0, 9375.0, 9431.0, 9440.0, 9361.0, 9458.0, 9454.0, 9372.0, 9483.0, 9441.0, 9382.0, 9433.0, 9353.0, 9352.0, 9341.0, 9360.0, 9414.0, 9359.0, 9362.0, 9439.0, 9359.0, 9372.0, 9396.0, 9358.0, 9398.0, 9358.0, 9359.0, 9384.0, 9360.0, 9362.0, 9373.0, 9361.0, 9389.0, 9392.0, 9381.0, 9389.0, 9365.0, 9378.0, 9378.0, 9365.0, 9422.0, 9364.0, 9377.0, 9458.0, 9375.0, 9362.0, 9471.0, 9388.0, 9373.0, 9362.0, 9362.0, 9380.0, 9370.0, 9381.0, 9368.0, 9386.0, 9424.0, 9386.0, 9398.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.0052344890234670705</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028805775700227097</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.744069980787906</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1993815525378773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0154109735151522</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4999</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4327.5967</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07150724773341118</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.6813020439061317</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437518778361611</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30057703605906</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.669357118175749</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3426221808500256</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00905164</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01794609986245632</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04308333992958069</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.740973248601904</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>16.3375</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4646</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.6965</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295280.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>980.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.7841</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7427</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>634.2035</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3402.9864</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81264.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1145.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4602.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.8951</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.52227833773941</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> |