=== 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-0051 --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-0051",
"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-0051_ses-02_task-narratives_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0051_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0051_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-02/func/sub-0051_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>edf5ce8a8f6621651b3bfe5260166b58</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:05:41.572500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103018</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.414</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>39f8683f-bbb0-402e-9c4a-b436e8375d0b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1298]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['090541.572500', '090542.032500', '090542.492500', '090542.952500', '090543.412500', '090543.872500', '090544.332500', '090544.792500', '090545.252500', '090545.712500', '090546.172500', '090546.632500', '090547.092500', '090547.552500', '090548.012500', '090548.472500', '090548.932500', '090549.392500', '090549.852500', '090550.312500', '090550.772500', '090551.232500', '090551.692500', '090552.152500', '090552.612500', '090553.072500', '090553.532500', '090553.992500', '090554.452500', '090554.912500', '090555.372500', '090555.832500', '090556.292500', '090556.752500', '090557.212500', '090557.672500', '090558.132500', '090558.592500', '090559.052500', '090559.512500', '090559.972500', '090600.432500', '090600.892500', '090601.352500', '090601.812500', '090602.272500', '090602.732500', '090603.192500', '090603.652500', '090604.112500', '090604.572500', '090605.032500', '090605.492500', '090605.952500', '090606.412500', '090606.872500', '090607.332500', '090607.792500', '090608.252500', '090608.712500', '090609.172500', '090609.632500', '090610.092500', '090610.552500', '090611.012500', '090611.472500', '090611.932500', '090612.392500', '090612.852500', '090613.312500', '090613.772500', '090614.232500', '090614.692500', '090615.152500', '090615.612500', '090616.072500', '090616.532500', '090616.992500', '090617.452500', '090617.912500', '090618.372500', '090618.832500', '090619.292500', '090619.752500', '090620.212500', '090620.672500', '090621.132500', '090621.592500', '090622.052500', '090622.512500', '090622.972500', '090623.432500', '090623.892500', '090624.352500', '090624.812500', '090625.272500', '090625.732500', '090626.192500', '090626.652500', '090627.112500', '090627.572500', '090628.032500', '090628.492500', '090628.952500', '090629.412500', '090629.872500', '090630.332500', '090630.792500', '090631.252500', '090631.712500', '090632.172500', '090632.632500', '090633.092500', '090633.552500', '090634.012500', '090634.472500', '090634.932500', '090635.392500', '090635.852500', '090636.312500', '090636.772500', '090637.232500', '090637.692500', '090638.152500', '090638.612500', '090639.072500', '090639.532500', '090639.992500', '090640.452500', '090640.912500', '090641.372500', '090641.832500', '090642.292500', '090642.752500', '090643.212500', '090643.672500', '090644.132500', '090644.592500', '090645.052500', '090645.512500', '090645.972500', '090646.432500', '090646.892500', '090647.352500', '090647.812500', '090648.272500', '090648.732500', '090649.192500', '090649.652500', '090650.112500', '090650.572500', '090651.032500', '090651.492500', '090651.952500', '090652.412500', '090652.872500', '090653.332500', '090653.792500', '090654.252500', '090654.712500', '090655.172500', '090655.632500', '090656.092500', '090656.552500', '090657.012500', '090657.472500', '090657.932500', '090658.392500', '090658.852500', '090659.312500', '090659.772500', '090700.232500', '090700.692500', '090701.152500', '090701.612500', '090702.072500', '090702.532500', '090702.992500', '090703.452500', '090703.912500', '090704.372500', '090704.832500', '090705.292500', '090705.752500', '090706.212500', '090706.672500', '090707.132500', '090707.592500', '090708.052500', '090708.512500', '090708.972500', '090709.432500', '090709.892500', '090710.352500', '090710.812500', '090711.272500', '090711.732500', '090712.192500', '090712.652500', '090713.112500', '090713.572500', '090714.032500', '090714.492500', '090714.952500', '090715.412500', '090715.872500', '090716.332500', '090716.792500', '090717.252500', '090717.712500', '090718.172500', '090718.632500', '090719.092500', '090719.552500', '090720.012500', '090720.472500', '090720.932500', '090721.392500', '090721.852500', '090722.312500', '090722.772500', '090723.232500', '090723.692500', '090724.152500', '090724.612500', '090725.072500', '090725.532500', '090725.992500', '090726.452500', '090726.912500', '090727.372500', '090727.832500', '090728.292500', '090728.752500', '090729.212500', '090729.672500', '090730.132500', '090730.592500', '090731.052500', '090731.512500', '090731.972500', '090732.432500', '090732.892500', '090733.352500', '090733.812500', '090734.272500', '090734.732500', '090735.192500', '090735.652500', '090736.112500', '090736.572500', '090737.032500', '090737.492500', '090737.952500', '090738.412500', '090738.872500', '090739.332500', '090739.792500', '090740.252500', '090740.712500', '090741.172500', '090741.632500', '090742.092500', '090742.552500', '090743.012500', '090743.472500', '090743.932500', '090744.392500', '090744.852500', '090745.312500', '090745.772500', '090746.232500', '090746.692500', '090747.152500', '090747.612500', '090748.072500', '090748.532500', '090748.992500', '090749.452500', '090749.912500', '090750.372500', '090750.832500', '090751.292500', '090751.752500', '090752.212500', '090752.672500', '090753.132500', '090753.592500', '090754.052500', '090754.512500', '090754.972500', '090755.432500', '090755.892500', '090756.352500', '090756.812500', '090757.272500', '090757.732500', '090758.192500', '090758.652500', '090759.112500', '090759.572500', '090800.032500', '090800.492500', '090800.952500', '090801.412500', '090801.872500', '090802.332500', '090802.792500', '090803.252500', '090803.712500', '090804.172500', '090804.632500', '090805.092500', '090805.552500', '090806.012500', '090806.472500', '090806.932500', '090807.392500', '090807.852500', '090808.312500', '090808.772500', '090809.232500', '090809.692500', '090810.152500', '090810.612500', '090811.072500', '090811.532500', '090811.992500', '090812.452500', '090812.912500', '090813.372500', '090813.832500', '090814.292500', '090814.752500', '090815.212500', '090815.672500', '090816.132500', '090816.592500', '090817.052500', '090817.512500', '090817.972500', '090818.432500', '090818.892500', '090819.352500', '090819.812500', '090820.272500', '090820.732500', '090821.192500', '090821.652500', '090822.112500', '090822.572500', '090823.032500', '090823.492500', '090823.952500', '090824.412500', '090824.872500', '090825.332500', '090825.792500', '090826.252500', '090826.712500', '090827.172500', '090827.632500', '090828.092500', '090828.552500', '090829.012500', '090829.472500', '090829.932500', '090830.392500', '090830.852500', '090831.312500', '090831.772500', '090832.232500', '090832.692500', '090833.152500', '090833.612500', '090834.072500', '090834.532500', '090834.992500', '090835.452500', '090835.912500', '090836.372500', '090836.832500', '090837.292500', '090837.752500', '090838.212500', '090838.672500', '090839.132500', '090839.592500', '090840.052500', '090840.512500', '090840.972500', '090841.432500', '090841.892500', '090842.352500', '090842.812500', '090843.272500', '090843.732500', '090844.192500', '090844.652500', '090845.112500', '090845.572500', '090846.032500', '090846.492500', '090846.952500', '090847.412500', '090847.872500', '090848.332500', '090848.792500', '090849.252500', '090849.712500', '090850.172500', '090850.632500', '090851.092500', '090851.552500', '090852.012500', '090852.472500', '090852.932500', '090853.392500', '090853.852500', '090854.312500', '090854.772500', '090855.232500', '090855.692500', '090856.152500', '090856.612500', '090857.072500', '090857.532500', '090857.992500', '090858.452500', '090858.912500', '090859.372500', '090859.832500', '090900.292500', '090900.752500', '090901.212500', '090901.672500', '090902.132500', '090902.592500', '090903.052500', '090903.512500', '090903.972500', '090904.432500', '090904.892500', '090905.352500', '090905.812500', '090906.272500', '090906.732500', '090907.192500', '090907.652500', '090908.112500', '090908.572500', '090909.032500', '090909.492500', '090909.952500', '090910.412500', '090910.872500', '090911.332500', '090911.792500', '090912.252500', '090912.712500', '090913.172500', '090913.632500', '090914.092500', '090914.552500', '090915.012500', '090915.472500', '090915.932500', '090916.392500', '090916.852500', '090917.312500', '090917.772500', '090918.232500', '090918.692500', '090919.152500', '090919.612500', '090920.072500', '090920.532500', '090920.992500', '090921.452500', '090921.912500', '090922.372500', '090922.832500', '090923.292500', '090923.752500', '090924.212500', '090924.672500', '090925.132500', '090925.592500', '090926.052500', '090926.512500', '090926.972500', '090927.432500', '090927.892500', '090928.352500', '090928.812500', '090929.272500', '090929.732500', '090930.192500', '090930.652500', '090931.112500', '090931.572500', '090932.032500', '090932.492500', '090932.952500', '090933.412500', '090933.872500', '090934.332500', '090934.792500', '090935.252500', '090935.712500', '090936.172500', '090936.632500', '090937.092500', '090937.552500', '090938.012500', '090938.472500', '090938.932500', '090939.392500', '090939.852500', '090940.312500', '090940.772500', '090941.232500', '090941.692500', '090942.152500', '090942.612500', '090943.072500', '090943.532500', '090943.992500', '090944.452500', '090944.912500', '090945.372500', '090945.832500', '090946.292500', '090946.752500', '090947.212500', '090947.672500', '090948.132500', '090948.592500', '090949.052500', '090949.512500', '090949.972500', '090950.432500', '090950.892500', '090951.352500', '090951.812500', '090952.272500', '090952.732500', '090953.192500', '090953.652500', '090954.112500', '090954.572500', '090955.032500', '090955.492500', '090955.952500', '090956.412500', '090956.872500', '090957.332500', '090957.792500', '090958.252500', '090958.712500', '090959.172500', '090959.632500', '091000.092500', '091000.552500', '091001.012500', '091001.472500', '091001.932500', '091002.392500', '091002.852500', '091003.312500', '091003.772500', '091004.232500', '091004.692500', '091005.152500', '091005.612500', '091006.072500', '091006.532500', '091006.992500', '091007.452500', '091007.912500', '091008.372500', '091008.832500', '091009.292500', '091009.752500', '091010.212500', '091010.672500', '091011.132500', '091011.592500', '091012.052500', '091012.512500', '091012.972500', '091013.432500', '091013.892500', '091014.352500', '091014.812500', '091015.272500', '091015.732500', '091016.192500', '091016.652500', '091017.112500', '091017.572500', '091018.032500', '091018.492500', '091018.952500', '091019.412500', '091019.872500', '091020.332500', '091020.792500', '091021.252500', '091021.712500', '091022.172500', '091022.632500', '091023.092500', '091023.552500', '091024.012500', '091024.472500', '091024.932500', '091025.392500', '091025.852500', '091026.312500', '091026.772500', '091027.232500', '091027.692500', '091028.152500', '091028.612500', '091029.072500', '091029.532500', '091029.992500', '091030.452500', '091030.912500', '091031.372500', '091031.832500', '091032.292500', '091032.752500', '091033.212500', '091033.672500', '091034.132500', '091034.592500', '091035.052500', '091035.512500', '091035.972500', '091036.432500', '091036.892500', '091037.352500', '091037.812500', '091038.272500', '091038.732500', '091039.192500', '091039.652500', '091040.112500', '091040.572500', '091041.032500', '091041.492500', '091041.952500', '091042.412500', '091042.872500', '091043.332500', '091043.792500', '091044.252500', '091044.712500', '091045.172500', '091045.632500', '091046.092500', '091046.552500', '091047.012500', '091047.472500', '091047.932500', '091048.392500', '091048.852500', '091049.312500', '091049.772500', '091050.232500', '091050.692500', '091051.152500', '091051.612500', '091052.072500', '091052.532500', '091052.992500', '091053.452500', '091053.912500', '091054.372500', '091054.832500', '091055.292500', '091055.752500', '091056.212500', '091056.672500', '091057.132500', '091057.592500', '091058.052500', '091058.512500', '091058.972500', '091059.432500', '091059.892500', '091100.352500', '091100.812500', '091101.272500', '091101.732500', '091102.192500', '091102.652500', '091103.112500', '091103.572500', '091104.032500', '091104.492500', '091104.952500', '091105.412500', '091105.872500', '091106.332500', '091106.792500', '091107.252500', '091107.712500', '091108.172500', '091108.632500', '091109.092500', '091109.552500', '091110.012500', '091110.472500', '091110.932500', '091111.392500', '091111.852500', '091112.312500', '091112.772500', '091113.232500', '091113.692500', '091114.152500', '091114.612500', '091115.072500', '091115.532500', '091115.992500', '091116.452500', '091116.912500', '091117.372500', '091117.832500', '091118.292500', '091118.752500', '091119.212500', '091119.672500', '091120.132500', '091120.592500', '091121.052500', '091121.512500', '091121.972500', '091122.432500', '091122.892500', '091123.352500', '091123.812500', '091124.272500', '091124.732500', '091125.192500', '091125.652500', '091126.112500', '091126.572500', '091127.032500', '091127.492500', '091127.952500', '091128.412500', '091128.872500', '091129.332500', '091129.792500', '091130.252500', '091130.712500', '091131.172500', '091131.632500', '091132.092500', '091132.552500', '091133.012500', '091133.472500', '091133.932500', '091134.392500', '091134.852500', '091135.312500', '091135.772500', '091136.232500', '091136.692500', '091137.152500', '091137.612500', '091138.072500', '091138.532500', '091138.992500', '091139.452500', '091139.912500', '091140.372500', '091140.832500', '091141.292500', '091141.752500', '091142.212500', '091142.672500', '091143.132500', '091143.592500', '091144.052500', '091144.512500', '091144.972500', '091145.432500', '091145.892500', '091146.352500', '091146.812500', '091147.272500', '091147.732500', '091148.192500', '091148.652500', '091149.112500', '091149.572500', '091150.032500', '091150.492500', '091150.952500', '091151.412500', '091151.872500', '091152.332500', '091152.792500', '091153.252500', '091153.712500', '091154.172500', '091154.632500', '091155.092500', '091155.552500', '091156.012500', '091156.472500', '091156.932500', '091157.392500', '091157.852500', '091158.312500', '091158.772500', '091159.232500', '091159.692500', '091200.152500', '091200.612500', '091201.072500', '091201.532500', '091201.992500', '091202.452500', '091202.912500', '091203.372500', '091203.832500', '091204.292500', '091204.752500', '091205.212500', '091205.672500', '091206.132500', '091206.592500', '091207.052500', '091207.512500', '091207.972500', '091208.432500', '091208.892500', '091209.352500', '091209.812500', '091210.272500', '091210.732500', '091211.192500', '091211.652500', '091212.112500', '091212.572500', '091213.032500', '091213.492500', '091213.952500', '091214.412500', '091214.872500', '091215.332500', '091215.792500', '091216.252500', '091216.712500', '091217.172500', '091217.632500', '091218.092500', '091218.552500', '091219.012500', '091219.472500', '091219.932500', '091220.392500', '091220.852500', '091221.312500', '091221.772500', '091222.232500', '091222.692500', '091223.152500', '091223.612500', '091224.072500', '091224.532500', '091224.992500', '091225.452500', '091225.912500', '091226.372500', '091226.832500', '091227.292500', '091227.752500', '091228.212500', '091228.672500', '091229.132500', '091229.592500', '091230.052500', '091230.512500', '091230.972500', '091231.432500', '091231.892500', '091232.352500', '091232.812500', '091233.272500', '091233.732500', '091234.192500', '091234.652500', '091235.112500', '091235.572500', '091236.032500', '091236.492500', '091236.952500', '091237.412500', '091237.872500', '091238.332500', '091238.792500', '091239.252500', '091239.712500', '091240.172500', '091240.632500', '091241.092500', '091241.552500', '091242.012500', '091242.472500', '091242.932500', '091243.392500', '091243.852500', '091244.312500', '091244.772500', '091245.232500', '091245.692500', '091246.152500', '091246.612500', '091247.072500', '091247.532500', '091247.992500', '091248.452500', '091248.912500', '091249.372500', '091249.832500', '091250.292500', '091250.752500', '091251.212500', '091251.672500', '091252.132500', '091252.592500', '091253.052500', '091253.512500', '091253.972500', '091254.432500', '091254.892500', '091255.352500', '091255.812500', '091256.272500', '091256.732500', '091257.192500', '091257.652500', '091258.112500', '091258.572500', '091259.032500', '091259.492500', '091259.952500', '091300.412500', '091300.872500', '091301.332500', '091301.792500', '091302.252500', '091302.712500', '091303.172500', '091303.632500', '091304.092500', '091304.552500', '091305.012500', '091305.472500', '091305.932500', '091306.392500', '091306.852500', '091307.312500', '091307.772500', '091308.232500', '091308.692500', '091309.152500', '091309.612500', '091310.072500', '091310.532500', '091310.992500', '091311.452500', '091311.912500', '091312.372500', '091312.832500', '091313.292500', '091313.752500', '091314.212500', '091314.672500', '091315.132500', '091315.592500', '091316.052500', '091316.512500', '091316.972500', '091317.432500', '091317.892500', '091318.352500', '091318.812500', '091319.272500', '091319.732500', '091320.192500', '091320.652500', '091321.112500', '091321.572500', '091322.032500', '091322.492500', '091322.952500', '091323.412500', '091323.872500', '091324.332500', '091324.792500', '091325.252500', '091325.712500', '091326.172500', '091326.632500', '091327.092500', '091327.552500', '091328.012500', '091328.472500', '091328.932500', '091329.392500', '091329.852500', '091330.312500', '091330.772500', '091331.232500', '091331.692500', '091332.152500', '091332.612500', '091333.072500', '091333.532500', '091333.992500', '091334.452500', '091334.912500', '091335.372500', '091335.832500', '091336.292500', '091336.752500', '091337.212500', '091337.672500', '091338.132500', '091338.592500', '091339.052500', '091339.512500', '091339.972500', '091340.432500', '091340.892500', '091341.352500', '091341.812500', '091342.272500', '091342.732500', '091343.192500', '091343.652500', '091344.112500', '091344.572500', '091345.032500', '091345.492500', '091345.952500', '091346.412500', '091346.872500', '091347.332500', '091347.792500', '091348.252500', '091348.712500', '091349.172500', '091349.632500', '091350.092500', '091350.552500', '091351.012500', '091351.472500', '091351.932500', '091352.392500', '091352.852500', '091353.312500', '091353.772500', '091354.232500', '091354.692500', '091355.152500', '091355.612500', '091356.072500', '091356.532500', '091356.992500', '091357.452500', '091357.912500', '091358.372500', '091358.832500', '091359.292500', '091359.752500', '091400.212500', '091400.672500', '091401.132500', '091401.592500', '091402.052500', '091402.512500', '091402.972500', '091403.432500', '091403.892500', '091404.352500', '091404.812500', '091405.272500', '091405.732500', '091406.192500', '091406.652500', '091407.112500', '091407.572500', '091408.032500', '091408.492500', '091408.952500', '091409.412500', '091409.872500', '091410.332500', '091410.792500', '091411.252500', '091411.712500', '091412.172500', '091412.632500', '091413.092500', '091413.552500', '091414.012500', '091414.472500', '091414.932500', '091415.392500', '091415.852500', '091416.312500', '091416.772500', '091417.232500', '091417.692500', '091418.152500', '091418.612500', '091419.072500', '091419.532500', '091419.992500', '091420.452500', '091420.912500', '091421.372500', '091421.832500', '091422.292500', '091422.752500', '091423.212500', '091423.672500', '091424.132500', '091424.592500', '091425.052500', '091425.512500', '091425.972500', '091426.432500', '091426.892500', '091427.352500', '091427.812500', '091428.272500', '091428.732500', '091429.192500', '091429.652500', '091430.112500', '091430.572500', '091431.032500', '091431.492500', '091431.952500', '091432.412500', '091432.872500', '091433.332500', '091433.792500', '091434.252500', '091434.712500', '091435.172500', '091435.632500', '091436.092500', '091436.552500', '091437.012500', '091437.472500', '091437.932500', '091438.392500', '091438.852500', '091439.312500', '091439.772500', '091440.232500', '091440.692500', '091441.152500', '091441.612500', '091442.072500', '091442.532500', '091442.992500', '091443.452500', '091443.912500', '091444.372500', '091444.832500', '091445.292500', '091445.752500', '091446.212500', '091446.672500', '091447.132500', '091447.592500', '091448.052500', '091448.512500', '091448.972500', '091449.432500', '091449.892500', '091450.352500', '091450.812500', '091451.272500', '091451.732500', '091452.192500', '091452.652500', '091453.112500', '091453.572500', '091454.032500', '091454.492500', '091454.952500', '091455.412500', '091455.872500', '091456.332500', '091456.792500', '091457.252500', '091457.712500', '091458.172500', '091458.632500', '091459.092500', '091459.552500', '091500.012500', '091500.472500', '091500.932500', '091501.392500', '091501.852500', '091502.312500', '091502.772500', '091503.232500', '091503.692500', '091504.152500', '091504.612500', '091505.072500', '091505.532500', '091505.992500', '091506.452500', '091506.912500', '091507.372500', '091507.832500', '091508.292500', '091508.752500', '091509.212500', '091509.672500', '091510.132500', '091510.592500', '091511.052500', '091511.512500', '091511.972500', '091512.432500', '091512.892500', '091513.352500', '091513.812500', '091514.272500', '091514.732500', '091515.192500', '091515.652500', '091516.112500', '091516.572500', '091517.032500', '091517.492500', '091517.952500', '091518.412500', '091518.872500', '091519.332500', '091519.792500', '091520.252500', '091520.712500', '091521.172500', '091521.632500', '091522.092500', '091522.552500', '091523.012500', '091523.472500', '091523.932500', '091524.392500', '091524.852500', '091525.312500', '091525.772500', '091526.232500', '091526.692500', '091527.152500', '091527.612500', '091528.072500', '091528.532500', '091528.992500', '091529.452500', '091529.912500', '091530.372500', '091530.832500', '091531.292500', '091531.752500', '091532.212500', '091532.672500', '091533.132500', '091533.592500', '091534.052500', '091534.512500', '091534.972500', '091535.432500', '091535.892500', '091536.352500', '091536.812500', '091537.272500', '091537.732500', '091538.192500'], 'ContentTime': ['090553.579000', '090553.582000', '090553.593000', '090553.595000', '090553.600000', '090553.602000', '090553.605000', '090553.607000', '090553.610000', '090553.612000', '090553.615000', '090553.618000', '090553.620000', '090553.623000', '090553.625000', '090553.628000', '090553.630000', '090553.633000', '090553.635000', '090553.638000', '090553.648000', '090553.650000', '090553.653000', '090613.551000', '090613.553000', '090613.556000', '090613.558000', '090613.561000', '090613.564000', '090613.566000', '090613.569000', '090613.571000', '090613.591000', '090613.594000', '090613.597000', '090613.599000', '090613.602000', '090613.604000', '090613.607000', '090613.609000', '090613.612000', '090613.615000', '090613.617000', '090613.620000', '090613.622000', '090613.625000', '090613.627000', '090613.630000', '090613.632000', '090613.635000', '090613.637000', '090613.640000', '090613.643000', '090613.645000', '090613.654000', '090613.657000', '090613.659000', '090613.662000', '090613.664000', '090613.667000', '090613.669000', '090613.672000', '090613.674000', '090613.677000', '090613.679000', '090613.682000', '090633.551000', '090633.554000', '090633.557000', '090633.559000', '090633.562000', '090633.564000', '090633.567000', '090633.570000', '090633.572000', '090633.575000', '090633.577000', '090633.580000', '090633.582000', '090633.585000', '090633.587000', '090633.590000', '090633.593000', '090633.595000', '090633.598000', '090633.600000', '090633.603000', '090633.605000', '090633.608000', '090633.610000', '090633.613000', '090633.615000', '090633.618000', '090633.620000', '090633.623000', '090633.625000', '090633.628000', '090633.631000', '090633.647000', '090633.649000', '090633.652000', '090633.654000', '090633.657000', '090633.659000', '090633.662000', '090633.665000', '090633.667000', '090633.670000', '090633.672000', '090633.675000', '090653.551000', '090653.554000', '090653.557000', '090653.559000', '090653.562000', '090653.564000', '090653.567000', '090653.570000', '090653.572000', '090653.575000', '090653.577000', '090653.580000', '090653.582000', '090653.585000', '090653.587000', '090653.590000', '090653.593000', '090653.595000', '090653.598000', '090653.600000', '090653.603000', '090653.605000', '090653.608000', '090653.610000', '090653.613000', '090653.615000', '090653.618000', '090653.620000', '090653.623000', '090653.625000', '090653.628000', '090653.631000', '090653.633000', '090653.636000', '090653.638000', '090653.641000', '090653.643000', '090653.646000', '090653.648000', '090653.651000', '090653.654000', '090653.657000', '090653.660000', '090713.550000', '090713.553000', '090713.556000', '090713.558000', '090713.561000', '090713.563000', '090713.566000', '090713.568000', '090713.571000', '090713.573000', '090713.576000', '090713.579000', '090713.581000', '090713.584000', '090713.586000', '090713.589000', '090713.592000', '090713.594000', '090713.597000', '090713.599000', '090713.602000', '090713.604000', '090713.607000', '090713.609000', '090713.612000', '090713.614000', '090713.617000', '090713.620000', '090713.622000', '090713.625000', '090713.628000', '090713.630000', '090713.633000', '090713.635000', '090713.638000', '090713.640000', '090713.643000', '090713.645000', '090713.648000', '090713.650000', '090713.653000', '090713.655000', '090713.658000', '090713.661000', '090733.551000', '090733.553000', '090733.556000', '090733.559000', '090733.561000', '090733.564000', '090733.566000', '090733.569000', '090733.571000', '090733.574000', '090733.576000', '090733.579000', '090733.581000', '090733.584000', '090733.587000', '090733.589000', '090733.592000', '090733.594000', '090733.597000', '090733.599000', '090733.602000', '090733.605000', '090733.607000', '090733.610000', '090733.612000', '090733.615000', '090733.618000', '090733.620000', '090733.623000', '090733.625000', '090733.628000', '090733.631000', '090733.633000', '090733.636000', '090733.638000', '090733.641000', '090733.643000', '090733.646000', '090733.648000', '090733.651000', '090733.653000', '090733.656000', '090733.658000', '090753.550000', '090753.553000', '090753.556000', '090753.558000', '090753.561000', '090753.563000', '090753.566000', '090753.569000', '090753.571000', '090753.574000', '090753.576000', '090753.579000', '090753.581000', '090753.584000', '090753.586000', '090753.589000', '090753.592000', '090753.594000', '090753.597000', '090753.599000', '090753.602000', '090753.604000', '090753.607000', '090753.609000', '090753.612000', '090753.615000', '090753.617000', '090753.620000', '090753.622000', '090753.625000', '090753.627000', '090753.630000', '090753.633000', '090753.635000', '090753.638000', '090753.640000', '090753.643000', '090753.645000', '090753.648000', '090753.650000', '090753.653000', '090753.655000', '090753.658000', '090753.660000', '090813.551000', '090813.553000', '090813.556000', '090813.559000', '090813.561000', '090813.564000', '090813.566000', '090813.569000', '090813.571000', '090813.574000', '090813.577000', '090813.579000', '090813.582000', '090813.584000', '090813.587000', '090813.590000', '090813.592000', '090813.595000', '090813.597000', '090813.600000', '090813.602000', '090813.605000', '090813.607000', '090813.610000', '090813.613000', '090813.615000', '090813.618000', '090813.632000', '090813.635000', '090813.637000', '090813.640000', '090813.642000', '090813.645000', '090813.647000', '090813.650000', '090813.653000', '090813.655000', '090813.658000', '090813.660000', '090813.663000', '090813.665000', '090813.668000', '090813.671000', '090833.551000', '090833.553000', '090833.556000', '090833.559000', '090833.561000', '090833.564000', '090833.566000', '090833.569000', '090833.571000', '090833.574000', '090833.576000', '090833.579000', '090833.582000', '090833.584000', '090833.587000', '090833.590000', '090833.592000', '090833.595000', '090833.597000', '090833.600000', '090833.602000', '090833.605000', '090833.607000', '090833.610000', '090833.612000', '090833.615000', '090833.618000', '090833.620000', '090833.623000', '090833.625000', '090833.628000', '090833.630000', '090833.633000', '090833.636000', '090833.638000', '090833.641000', '090833.643000', '090833.646000', '090833.648000', '090833.651000', '090833.653000', '090833.656000', '090833.659000', '090833.661000', '090853.552000', '090853.554000', '090853.557000', '090853.560000', '090853.562000', '090853.565000', '090853.567000', '090853.570000', '090853.572000', '090853.575000', '090853.578000', '090853.580000', '090853.583000', '090853.585000', '090853.588000', '090853.591000', '090853.593000', '090853.596000', '090853.598000', '090853.601000', '090853.603000', '090853.606000', '090853.608000', '090853.611000', '090853.614000', '090853.616000', '090853.619000', '090853.621000', '090853.624000', '090853.626000', '090853.629000', '090853.632000', '090853.634000', '090853.637000', '090853.639000', '090853.642000', '090853.644000', '090853.647000', '090853.650000', '090853.652000', '090853.655000', '090853.657000', '090853.660000', '090913.551000', '090913.555000', '090913.558000', '090913.561000', '090913.564000', '090913.566000', '090913.569000', '090913.571000', '090913.574000', '090913.577000', '090913.579000', '090913.582000', '090913.584000', '090913.587000', '090913.590000', '090913.592000', '090913.595000', '090913.597000', '090913.600000', '090913.602000', '090913.605000', '090913.608000', '090913.610000', '090913.613000', '090913.615000', '090913.618000', '090913.621000', '090913.623000', '090913.626000', '090913.628000', '090913.631000', '090913.634000', '090913.636000', '090913.639000', '090913.641000', '090913.644000', '090913.646000', '090913.649000', '090913.651000', '090913.654000', '090913.657000', '090913.659000', '090913.662000', '090933.550000', '090933.553000', '090933.556000', '090933.559000', '090933.561000', '090933.564000', '090933.566000', '090933.569000', '090933.571000', '090933.574000', '090933.577000', '090933.579000', '090933.582000', '090933.585000', '090933.587000', '090933.590000', '090933.592000', '090933.595000', '090933.597000', '090933.600000', '090933.603000', '090933.605000', '090933.608000', '090933.610000', '090933.613000', '090933.616000', '090933.618000', '090933.621000', '090933.623000', '090933.626000', '090933.629000', '090933.631000', '090933.634000', '090933.636000', '090933.639000', '090933.641000', '090933.644000', '090933.647000', '090933.649000', '090933.652000', '090933.654000', '090933.657000', '090933.660000', '090933.662000', '090953.550000', '090953.553000', '090953.556000', '090953.558000', '090953.561000', '090953.564000', '090953.566000', '090953.585000', '090953.588000', '090953.614000', '090953.617000', '090953.620000', '090953.622000', '090953.625000', '090953.627000', '090953.630000', '090953.633000', '090953.635000', '090953.638000', '090953.640000', '090953.643000', '090953.645000', '090953.648000', '090953.651000', '090953.653000', '090953.656000', '090953.658000', '090953.661000', '090953.664000', '090953.666000', '090953.669000', '090953.671000', '090953.674000', '090953.676000', '090953.679000', '090953.682000', '090953.684000', '090953.687000', '090953.690000', '090953.692000', '090953.695000', '090953.697000', '090953.700000', '090953.702000', '091013.550000', '091013.553000', '091013.556000', '091013.558000', '091013.561000', '091013.564000', '091013.566000', '091013.569000', '091013.571000', '091013.574000', '091013.577000', '091013.579000', '091013.582000', '091013.584000', '091013.587000', '091013.590000', '091013.592000', '091013.595000', '091013.597000', '091013.600000', '091013.603000', '091013.605000', '091013.608000', '091013.610000', '091013.613000', '091013.616000', '091013.618000', '091013.621000', '091013.623000', '091013.626000', '091013.628000', '091013.631000', '091013.634000', '091013.636000', '091013.639000', '091013.641000', '091013.644000', '091013.647000', '091013.649000', '091013.652000', '091013.654000', '091013.657000', '091013.659000', '091033.550000', '091033.553000', '091033.556000', '091033.559000', '091033.561000', '091033.564000', '091033.566000', '091033.569000', '091033.573000', '091033.576000', '091033.578000', '091033.581000', '091033.583000', '091033.586000', '091033.589000', '091033.591000', '091033.594000', '091033.596000', '091033.599000', '091033.602000', '091033.604000', '091033.607000', '091033.609000', '091033.612000', '091033.615000', '091033.617000', '091033.620000', '091033.622000', '091033.625000', '091033.628000', '091033.630000', '091033.633000', '091033.635000', '091033.638000', '091033.641000', '091033.643000', '091033.646000', '091033.649000', '091033.652000', '091033.655000', '091033.658000', '091033.660000', '091033.663000', '091053.551000', '091053.554000', '091053.556000', '091053.559000', '091053.561000', '091053.564000', '091053.566000', '091053.569000', '091053.572000', '091053.574000', '091053.577000', '091053.579000', '091053.582000', '091053.584000', '091053.587000', '091053.590000', '091053.593000', '091053.595000', '091053.598000', '091053.600000', '091053.603000', '091053.605000', '091053.608000', '091053.611000', '091053.613000', '091053.616000', '091053.618000', '091053.621000', '091053.623000', '091053.626000', '091053.629000', '091053.631000', '091053.634000', '091053.636000', '091053.639000', '091053.642000', '091053.644000', '091053.647000', '091053.650000', '091053.652000', '091053.655000', '091053.658000', '091053.660000', '091053.663000', '091113.551000', '091113.554000', '091113.557000', '091113.560000', '091113.562000', '091113.565000', '091113.567000', '091113.570000', '091113.573000', '091113.575000', '091113.578000', '091113.580000', '091113.583000', '091113.586000', '091113.588000', '091113.591000', '091113.593000', '091113.596000', '091113.599000', '091113.628000', '091113.631000', '091113.634000', '091113.636000', '091113.639000', '091113.641000', '091113.644000', '091113.647000', '091113.649000', '091113.652000', '091113.654000', '091113.657000', '091113.659000', '091113.662000', '091113.665000', '091113.667000', '091113.670000', '091113.673000', '091113.675000', '091113.678000', '091113.680000', '091113.683000', '091113.685000', '091113.688000', '091133.552000', '091133.554000', '091133.557000', '091133.560000', '091133.562000', '091133.565000', '091133.568000', '091133.570000', '091133.573000', '091133.575000', '091133.578000', '091133.581000', '091133.583000', '091133.586000', '091133.589000', '091133.591000', '091133.594000', '091133.596000', '091133.599000', '091133.601000', '091133.604000', '091133.607000', '091133.609000', '091133.612000', '091133.614000', '091133.617000', '091133.620000', '091133.622000', '091133.625000', '091133.628000', '091133.630000', '091133.633000', '091133.635000', '091133.638000', '091133.641000', '091133.643000', '091133.646000', '091133.648000', '091133.651000', '091133.654000', '091133.656000', '091133.659000', '091133.661000', '091133.664000', '091153.551000', '091153.553000', '091153.556000', '091153.559000', '091153.561000', '091153.565000', '091153.568000', '091153.571000', '091153.573000', '091153.576000', '091153.578000', '091153.581000', '091153.583000', '091153.586000', '091153.589000', '091153.591000', '091153.594000', '091153.596000', '091153.599000', '091153.602000', '091153.605000', '091153.608000', '091153.611000', '091153.614000', '091153.617000', '091153.620000', '091153.622000', '091153.625000', '091153.627000', '091153.630000', '091153.633000', '091153.635000', '091153.638000', '091153.640000', '091153.643000', '091153.645000', '091153.648000', '091153.651000', '091153.653000', '091153.656000', '091153.658000', '091153.661000', '091153.664000', '091213.551000', '091213.553000', '091213.556000', '091213.559000', '091213.561000', '091213.564000', '091213.566000', '091213.569000', '091213.572000', '091213.574000', '091213.577000', '091213.579000', '091213.582000', '091213.585000', '091213.587000', '091213.590000', '091213.593000', '091213.595000', '091213.598000', '091213.600000', '091213.603000', '091213.606000', '091213.608000', '091213.611000', '091213.613000', '091213.616000', '091213.618000', '091213.621000', '091213.624000', '091213.626000', '091213.629000', '091213.631000', '091213.634000', '091213.637000', '091213.639000', '091213.642000', '091213.645000', '091213.647000', '091213.650000', '091213.652000', '091213.655000', '091213.658000', '091213.660000', '091213.663000', '091233.551000', '091233.553000', '091233.556000', '091233.559000', '091233.561000', '091233.564000', '091233.566000', '091233.569000', '091233.571000', '091233.574000', '091233.577000', '091233.579000', '091233.582000', '091233.584000', '091233.587000', '091233.589000', '091233.592000', '091233.595000', '091233.597000', '091233.600000', '091233.602000', '091233.606000', '091233.608000', '091233.611000', '091233.614000', '091233.616000', '091233.619000', '091233.621000', '091233.624000', '091233.627000', '091233.643000', '091233.646000', '091233.648000', '091233.651000', '091233.653000', '091233.656000', '091233.659000', '091233.661000', '091233.664000', '091233.667000', '091233.669000', '091233.672000', '091233.674000', '091253.551000', '091253.554000', '091253.556000', '091253.559000', '091253.561000', '091253.564000', '091253.566000', '091253.569000', '091253.572000', '091253.574000', '091253.577000', '091253.579000', '091253.582000', '091253.584000', '091253.587000', '091253.590000', '091253.592000', '091253.595000', '091253.597000', '091253.600000', '091253.603000', '091253.605000', '091253.608000', '091253.610000', '091253.613000', '091253.615000', '091253.618000', '091253.621000', '091253.623000', '091253.626000', '091253.628000', '091253.631000', '091253.634000', '091253.636000', '091253.639000', '091253.641000', '091253.644000', '091253.646000', '091253.649000', '091253.652000', '091253.654000', '091253.657000', '091253.660000', '091253.662000', '091313.551000', '091313.553000', '091313.556000', '091313.559000', '091313.561000', '091313.564000', '091313.566000', '091313.569000', '091313.571000', '091313.574000', '091313.577000', '091313.579000', '091313.582000', '091313.584000', '091313.587000', '091313.590000', '091313.592000', '091313.595000', '091313.598000', '091313.600000', '091313.603000', '091313.605000', '091313.608000', '091313.610000', '091313.613000', '091313.616000', '091313.618000', '091313.621000', '091313.623000', '091313.626000', '091313.629000', '091313.631000', '091313.634000', '091313.636000', '091313.639000', '091313.642000', '091313.644000', '091313.647000', '091313.651000', '091313.654000', '091313.656000', '091313.659000', '091313.661000', '091333.552000', '091333.555000', '091333.557000', '091333.560000', '091333.562000', '091333.565000', '091333.567000', '091333.570000', '091333.573000', '091333.575000', '091333.578000', '091333.580000', '091333.583000', '091333.585000', '091333.588000', '091333.591000', '091333.593000', '091333.596000', '091333.599000', '091333.601000', '091333.604000', '091333.606000', '091333.609000', '091333.611000', '091333.614000', '091333.617000', '091333.619000', '091333.622000', '091333.625000', '091333.627000', '091333.630000', '091333.632000', '091333.635000', '091333.638000', '091333.640000', '091333.643000', '091333.645000', '091333.648000', '091333.650000', '091333.653000', '091333.656000', '091333.658000', '091333.661000', '091333.663000', '091353.552000', '091353.554000', '091353.557000', '091353.560000', '091353.562000', '091353.565000', '091353.567000', '091353.570000', '091353.572000', '091353.575000', '091353.578000', '091353.580000', '091353.583000', '091353.585000', '091353.588000', '091353.591000', '091353.593000', '091353.596000', '091353.598000', '091353.601000', '091353.603000', '091353.606000', '091353.609000', '091353.611000', '091353.614000', '091353.616000', '091353.619000', '091353.621000', '091353.624000', '091353.626000', '091353.629000', '091353.632000', '091353.634000', '091353.637000', '091353.639000', '091353.642000', '091353.644000', '091353.647000', '091353.650000', '091353.652000', '091353.655000', '091353.665000', '091353.668000', '091413.551000', '091413.554000', '091413.556000', '091413.559000', '091413.561000', '091413.564000', '091413.566000', '091413.569000', '091413.572000', '091413.574000', '091413.577000', '091413.579000', '091413.582000', '091413.584000', '091413.587000', '091413.590000', '091413.592000', '091413.595000', '091413.597000', '091413.600000', '091413.603000', '091413.605000', '091413.608000', '091413.610000', '091413.613000', '091413.615000', '091413.618000', '091413.621000', '091413.623000', '091413.626000', '091413.628000', '091413.631000', '091413.633000', '091413.636000', '091413.639000', '091413.641000', '091413.644000', '091413.646000', '091413.649000', '091413.652000', '091413.654000', '091413.657000', '091413.659000', '091413.662000', '091433.551000', '091433.553000', '091433.556000', '091433.559000', '091433.561000', '091433.564000', '091433.567000', '091433.569000', '091433.572000', '091433.574000', '091433.577000', '091433.579000', '091433.582000', '091433.585000', '091433.587000', '091433.590000', '091433.592000', '091433.595000', '091433.598000', '091433.600000', '091433.603000', '091433.605000', '091433.608000', '091433.610000', '091433.613000', '091433.616000', '091433.618000', '091433.621000', '091433.623000', '091433.626000', '091433.628000', '091433.631000', '091433.634000', '091433.636000', '091433.639000', '091433.641000', '091433.644000', '091433.646000', '091433.649000', '091433.652000', '091433.654000', '091433.657000', '091433.659000', '091453.551000', '091453.553000', '091453.556000', '091453.559000', '091453.561000', '091453.564000', '091453.566000', '091453.569000', '091453.572000', '091453.574000', '091453.577000', '091453.579000', '091453.582000', '091453.585000', '091453.587000', '091453.590000', '091453.592000', '091453.595000', '091453.598000', '091453.600000', '091453.603000', '091453.605000', '091453.608000', '091453.610000', '091453.613000', '091453.616000', '091453.618000', '091453.621000', '091453.623000', '091453.626000', '091453.628000', '091453.631000', '091453.634000', '091453.636000', '091453.639000', '091453.641000', '091453.644000', '091453.647000', '091453.649000', '091453.652000', '091453.654000', '091453.657000', '091453.659000', '091453.662000', '091513.551000', '091513.553000', '091513.556000', '091513.559000', '091513.561000', '091513.564000', '091513.566000', '091513.569000', '091513.572000', '091513.574000', '091513.577000', '091513.579000', '091513.582000', '091513.584000', '091513.587000', '091513.590000', '091513.592000', '091513.595000', '091513.597000', '091513.600000', '091513.603000', '091513.605000', '091513.608000', '091513.627000', '091513.630000', '091513.632000', '091513.635000', '091513.638000', '091513.640000', '091513.643000', '091513.645000', '091513.648000', '091513.651000', '091513.653000', '091513.656000', '091513.658000', '091513.661000', '091513.664000', '091513.666000', '091513.669000', '091513.671000', '091513.674000', '091513.676000', '091533.551000', '091533.553000', '091533.556000', '091533.559000', '091533.561000', '091533.564000', '091533.566000', '091533.569000', '091533.572000', '091533.574000', '091533.577000', '091533.579000', '091533.582000', '091533.584000', '091533.587000', '091533.590000', '091533.592000', '091533.595000', '091533.597000', '091533.600000', '091533.603000', '091533.605000', '091533.608000', '091533.610000', '091533.613000', '091533.616000', '091533.618000', '091533.621000', '091533.623000', '091533.626000', '091533.628000', '091533.631000', '091533.634000', '091533.636000', '091533.639000', '091533.642000', '091533.644000', '091533.647000', '091533.650000', '091533.652000', '091533.655000', '091533.657000', '091533.660000', '091533.662000', '091539.899000', '091539.902000', '091539.905000', '091539.907000', '091539.910000', '091539.913000', '091539.915000', '091539.918000', '091539.921000', '091539.923000', '091539.926000', '091539.929000', '091539.931000', '091539.934000'], 'InstanceCreationTime': ['090553.579000', '090553.582000', '090553.593000', '090553.595000', '090553.600000', '090553.602000', '090553.605000', '090553.607000', '090553.610000', '090553.612000', '090553.615000', '090553.618000', '090553.620000', '090553.623000', '090553.625000', '090553.628000', '090553.630000', '090553.633000', '090553.635000', '090553.638000', '090553.648000', '090553.650000', '090553.653000', '090613.551000', '090613.553000', '090613.556000', '090613.558000', '090613.561000', '090613.564000', '090613.566000', '090613.569000', '090613.571000', '090613.591000', '090613.594000', '090613.597000', '090613.599000', '090613.602000', '090613.604000', '090613.607000', '090613.609000', '090613.612000', '090613.615000', '090613.617000', '090613.620000', '090613.622000', '090613.625000', '090613.627000', '090613.630000', '090613.632000', '090613.635000', '090613.637000', '090613.640000', '090613.643000', '090613.645000', '090613.654000', '090613.657000', '090613.659000', '090613.662000', '090613.664000', '090613.667000', '090613.669000', '090613.672000', '090613.674000', '090613.677000', '090613.679000', '090613.682000', '090633.551000', '090633.554000', '090633.557000', '090633.559000', '090633.562000', '090633.564000', '090633.567000', '090633.570000', '090633.572000', '090633.575000', '090633.577000', '090633.580000', '090633.582000', '090633.585000', '090633.587000', '090633.590000', '090633.593000', '090633.595000', '090633.598000', '090633.600000', '090633.603000', '090633.605000', '090633.608000', '090633.610000', '090633.613000', '090633.615000', '090633.618000', '090633.620000', '090633.623000', '090633.625000', '090633.628000', '090633.631000', '090633.647000', '090633.649000', '090633.652000', '090633.654000', '090633.657000', '090633.659000', '090633.662000', '090633.665000', '090633.667000', '090633.670000', '090633.672000', '090633.675000', '090653.551000', '090653.554000', '090653.557000', '090653.559000', '090653.562000', '090653.564000', '090653.567000', '090653.570000', '090653.572000', '090653.575000', '090653.577000', '090653.580000', '090653.582000', '090653.585000', '090653.587000', '090653.590000', '090653.593000', '090653.595000', '090653.598000', '090653.600000', '090653.603000', '090653.605000', '090653.608000', '090653.610000', '090653.613000', '090653.615000', '090653.618000', '090653.620000', '090653.623000', '090653.625000', '090653.628000', '090653.631000', '090653.633000', '090653.636000', '090653.638000', '090653.641000', '090653.643000', '090653.646000', '090653.648000', '090653.651000', '090653.654000', '090653.657000', '090653.660000', '090713.550000', '090713.553000', '090713.556000', '090713.558000', '090713.561000', '090713.563000', '090713.566000', '090713.568000', '090713.571000', '090713.573000', '090713.576000', '090713.579000', '090713.581000', '090713.584000', '090713.586000', '090713.589000', '090713.592000', '090713.594000', '090713.597000', '090713.599000', '090713.602000', '090713.604000', '090713.607000', '090713.609000', '090713.612000', '090713.614000', '090713.617000', '090713.620000', '090713.622000', '090713.625000', '090713.628000', '090713.630000', '090713.633000', '090713.635000', '090713.638000', '090713.640000', '090713.643000', '090713.645000', '090713.648000', '090713.650000', '090713.653000', '090713.655000', '090713.658000', '090713.661000', '090733.551000', '090733.553000', '090733.556000', '090733.559000', '090733.561000', '090733.564000', '090733.566000', '090733.569000', '090733.571000', '090733.574000', '090733.576000', '090733.579000', '090733.581000', '090733.584000', '090733.587000', '090733.589000', '090733.592000', '090733.594000', '090733.597000', '090733.599000', '090733.602000', '090733.605000', '090733.607000', '090733.610000', '090733.612000', '090733.615000', '090733.618000', '090733.620000', '090733.623000', '090733.625000', '090733.628000', '090733.631000', '090733.633000', '090733.636000', '090733.638000', '090733.641000', '090733.643000', '090733.646000', '090733.648000', '090733.651000', '090733.653000', '090733.656000', '090733.658000', '090753.550000', '090753.553000', '090753.556000', '090753.558000', '090753.561000', '090753.563000', '090753.566000', '090753.569000', '090753.571000', '090753.574000', '090753.576000', '090753.579000', '090753.581000', '090753.584000', '090753.586000', '090753.589000', '090753.592000', '090753.594000', '090753.597000', '090753.599000', '090753.602000', '090753.604000', '090753.607000', '090753.609000', '090753.612000', '090753.615000', '090753.617000', '090753.620000', '090753.622000', '090753.625000', '090753.627000', '090753.630000', '090753.633000', '090753.635000', '090753.638000', '090753.640000', '090753.643000', '090753.645000', '090753.648000', '090753.650000', '090753.653000', '090753.655000', '090753.658000', '090753.660000', '090813.551000', '090813.553000', '090813.556000', '090813.559000', '090813.561000', '090813.564000', '090813.566000', '090813.569000', '090813.571000', '090813.574000', '090813.577000', '090813.579000', '090813.582000', '090813.584000', '090813.587000', '090813.590000', '090813.592000', '090813.595000', '090813.597000', '090813.600000', '090813.602000', '090813.605000', '090813.607000', '090813.610000', '090813.613000', '090813.615000', '090813.618000', '090813.632000', '090813.635000', '090813.637000', '090813.640000', '090813.642000', '090813.645000', '090813.647000', '090813.650000', '090813.653000', '090813.655000', '090813.658000', '090813.660000', '090813.663000', '090813.665000', '090813.668000', '090813.671000', '090833.551000', '090833.553000', '090833.556000', '090833.559000', '090833.561000', '090833.564000', '090833.566000', '090833.569000', '090833.571000', '090833.574000', '090833.576000', '090833.579000', '090833.582000', '090833.584000', '090833.587000', '090833.590000', '090833.592000', '090833.595000', '090833.597000', '090833.600000', '090833.602000', '090833.605000', '090833.607000', '090833.610000', '090833.612000', '090833.615000', '090833.618000', '090833.620000', '090833.623000', '090833.625000', '090833.628000', '090833.630000', '090833.633000', '090833.636000', '090833.638000', '090833.641000', '090833.643000', '090833.646000', '090833.648000', '090833.651000', '090833.653000', '090833.656000', '090833.659000', '090833.661000', '090853.552000', '090853.554000', '090853.557000', '090853.560000', '090853.562000', '090853.565000', '090853.567000', '090853.570000', '090853.572000', '090853.575000', '090853.578000', '090853.580000', '090853.583000', '090853.585000', '090853.588000', '090853.591000', '090853.593000', '090853.596000', '090853.598000', '090853.601000', '090853.603000', '090853.606000', '090853.608000', '090853.611000', '090853.614000', '090853.616000', '090853.619000', '090853.621000', '090853.624000', '090853.626000', '090853.629000', '090853.632000', '090853.634000', '090853.637000', '090853.639000', '090853.642000', '090853.644000', '090853.647000', '090853.650000', '090853.652000', '090853.655000', '090853.657000', '090853.660000', '090913.551000', '090913.555000', '090913.558000', '090913.561000', '090913.564000', '090913.566000', '090913.569000', '090913.571000', '090913.574000', '090913.577000', '090913.579000', '090913.582000', '090913.584000', '090913.587000', '090913.590000', '090913.592000', '090913.595000', '090913.597000', '090913.600000', '090913.602000', '090913.605000', '090913.608000', '090913.610000', '090913.613000', '090913.615000', '090913.618000', '090913.621000', '090913.623000', '090913.626000', '090913.628000', '090913.631000', '090913.634000', '090913.636000', '090913.639000', '090913.641000', '090913.644000', '090913.646000', '090913.649000', '090913.651000', '090913.654000', '090913.657000', '090913.659000', '090913.662000', '090933.550000', '090933.553000', '090933.556000', '090933.559000', '090933.561000', '090933.564000', '090933.566000', '090933.569000', '090933.571000', '090933.574000', '090933.577000', '090933.579000', '090933.582000', '090933.585000', '090933.587000', '090933.590000', '090933.592000', '090933.595000', '090933.597000', '090933.600000', '090933.603000', '090933.605000', '090933.608000', '090933.610000', '090933.613000', '090933.616000', '090933.618000', '090933.621000', '090933.623000', '090933.626000', '090933.629000', '090933.631000', '090933.634000', '090933.636000', '090933.639000', '090933.641000', '090933.644000', '090933.647000', '090933.649000', '090933.652000', '090933.654000', '090933.657000', '090933.660000', '090933.662000', '090953.550000', '090953.553000', '090953.556000', '090953.558000', '090953.561000', '090953.564000', '090953.566000', '090953.585000', '090953.588000', '090953.614000', '090953.617000', '090953.620000', '090953.622000', '090953.625000', '090953.627000', '090953.630000', '090953.633000', '090953.635000', '090953.638000', '090953.640000', '090953.643000', '090953.645000', '090953.648000', '090953.651000', '090953.653000', '090953.656000', '090953.658000', '090953.661000', '090953.664000', '090953.666000', '090953.669000', '090953.671000', '090953.674000', '090953.676000', '090953.679000', '090953.682000', '090953.684000', '090953.687000', '090953.690000', '090953.692000', '090953.695000', '090953.697000', '090953.700000', '090953.702000', '091013.550000', '091013.553000', '091013.556000', '091013.558000', '091013.561000', '091013.564000', '091013.566000', '091013.569000', '091013.571000', '091013.574000', '091013.577000', '091013.579000', '091013.582000', '091013.584000', '091013.587000', '091013.590000', '091013.592000', '091013.595000', '091013.597000', '091013.600000', '091013.603000', '091013.605000', '091013.608000', '091013.610000', '091013.613000', '091013.616000', '091013.618000', '091013.621000', '091013.623000', '091013.626000', '091013.628000', '091013.631000', '091013.634000', '091013.636000', '091013.639000', '091013.641000', '091013.644000', '091013.647000', '091013.649000', '091013.652000', '091013.654000', '091013.657000', '091013.659000', '091033.550000', '091033.553000', '091033.556000', '091033.559000', '091033.561000', '091033.564000', '091033.566000', '091033.569000', '091033.573000', '091033.576000', '091033.578000', '091033.581000', '091033.583000', '091033.586000', '091033.589000', '091033.591000', '091033.594000', '091033.596000', '091033.599000', '091033.602000', '091033.604000', '091033.607000', '091033.609000', '091033.612000', '091033.615000', '091033.617000', '091033.620000', '091033.622000', '091033.625000', '091033.628000', '091033.630000', '091033.633000', '091033.635000', '091033.638000', '091033.641000', '091033.643000', '091033.646000', '091033.649000', '091033.652000', '091033.655000', '091033.658000', '091033.660000', '091033.663000', '091053.551000', '091053.554000', '091053.556000', '091053.559000', '091053.561000', '091053.564000', '091053.566000', '091053.569000', '091053.572000', '091053.574000', '091053.577000', '091053.579000', '091053.582000', '091053.584000', '091053.587000', '091053.590000', '091053.593000', '091053.595000', '091053.598000', '091053.600000', '091053.603000', '091053.605000', '091053.608000', '091053.611000', '091053.613000', '091053.616000', '091053.618000', '091053.621000', '091053.623000', '091053.626000', '091053.629000', '091053.631000', '091053.634000', '091053.636000', '091053.639000', '091053.642000', '091053.644000', '091053.647000', '091053.650000', '091053.652000', '091053.655000', '091053.658000', '091053.660000', '091053.663000', '091113.551000', '091113.554000', '091113.557000', '091113.560000', '091113.562000', '091113.565000', '091113.567000', '091113.570000', '091113.573000', '091113.575000', '091113.578000', '091113.580000', '091113.583000', '091113.586000', '091113.588000', '091113.591000', '091113.593000', '091113.596000', '091113.599000', '091113.628000', '091113.631000', '091113.634000', '091113.636000', '091113.639000', '091113.641000', '091113.644000', '091113.647000', '091113.649000', '091113.652000', '091113.654000', '091113.657000', '091113.659000', '091113.662000', '091113.665000', '091113.667000', '091113.670000', '091113.673000', '091113.675000', '091113.678000', '091113.680000', '091113.683000', '091113.685000', '091113.688000', '091133.552000', '091133.554000', '091133.557000', '091133.560000', '091133.562000', '091133.565000', '091133.568000', '091133.570000', '091133.573000', '091133.575000', '091133.578000', '091133.581000', '091133.583000', '091133.586000', '091133.589000', '091133.591000', '091133.594000', '091133.596000', '091133.599000', '091133.601000', '091133.604000', '091133.607000', '091133.609000', '091133.612000', '091133.614000', '091133.617000', '091133.620000', '091133.622000', '091133.625000', '091133.628000', '091133.630000', '091133.633000', '091133.635000', '091133.638000', '091133.641000', '091133.643000', '091133.646000', '091133.648000', '091133.651000', '091133.654000', '091133.656000', '091133.659000', '091133.661000', '091133.664000', '091153.551000', '091153.553000', '091153.556000', '091153.559000', '091153.561000', '091153.565000', '091153.568000', '091153.571000', '091153.573000', '091153.576000', '091153.578000', '091153.581000', '091153.583000', '091153.586000', '091153.589000', '091153.591000', '091153.594000', '091153.596000', '091153.599000', '091153.602000', '091153.605000', '091153.608000', '091153.611000', '091153.614000', '091153.617000', '091153.620000', '091153.622000', '091153.625000', '091153.627000', '091153.630000', '091153.633000', '091153.635000', '091153.638000', '091153.640000', '091153.643000', '091153.645000', '091153.648000', '091153.651000', '091153.653000', '091153.656000', '091153.658000', '091153.661000', '091153.664000', '091213.551000', '091213.553000', '091213.556000', '091213.559000', '091213.561000', '091213.564000', '091213.566000', '091213.569000', '091213.572000', '091213.574000', '091213.577000', '091213.579000', '091213.582000', '091213.585000', '091213.587000', '091213.590000', '091213.593000', '091213.595000', '091213.598000', '091213.600000', '091213.603000', '091213.606000', '091213.608000', '091213.611000', '091213.613000', '091213.616000', '091213.618000', '091213.621000', '091213.624000', '091213.626000', '091213.629000', '091213.631000', '091213.634000', '091213.637000', '091213.639000', '091213.642000', '091213.645000', '091213.647000', '091213.650000', '091213.652000', '091213.655000', '091213.658000', '091213.660000', '091213.663000', '091233.551000', '091233.553000', '091233.556000', '091233.559000', '091233.561000', '091233.564000', '091233.566000', '091233.569000', '091233.571000', '091233.574000', '091233.577000', '091233.579000', '091233.582000', '091233.584000', '091233.587000', '091233.589000', '091233.592000', '091233.595000', '091233.597000', '091233.600000', '091233.602000', '091233.606000', '091233.608000', '091233.611000', '091233.614000', '091233.616000', '091233.619000', '091233.621000', '091233.624000', '091233.627000', '091233.643000', '091233.646000', '091233.648000', '091233.651000', '091233.653000', '091233.656000', '091233.659000', '091233.661000', '091233.664000', '091233.667000', '091233.669000', '091233.672000', '091233.674000', '091253.551000', '091253.554000', '091253.556000', '091253.559000', '091253.561000', '091253.564000', '091253.566000', '091253.569000', '091253.572000', '091253.574000', '091253.577000', '091253.579000', '091253.582000', '091253.584000', '091253.587000', '091253.590000', '091253.592000', '091253.595000', '091253.597000', '091253.600000', '091253.603000', '091253.605000', '091253.608000', '091253.610000', '091253.613000', '091253.615000', '091253.618000', '091253.621000', '091253.623000', '091253.626000', '091253.628000', '091253.631000', '091253.634000', '091253.636000', '091253.639000', '091253.641000', '091253.644000', '091253.646000', '091253.649000', '091253.652000', '091253.654000', '091253.657000', '091253.660000', '091253.662000', '091313.551000', '091313.553000', '091313.556000', '091313.559000', '091313.561000', '091313.564000', '091313.566000', '091313.569000', '091313.571000', '091313.574000', '091313.577000', '091313.579000', '091313.582000', '091313.584000', '091313.587000', '091313.590000', '091313.592000', '091313.595000', '091313.598000', '091313.600000', '091313.603000', '091313.605000', '091313.608000', '091313.610000', '091313.613000', '091313.616000', '091313.618000', '091313.621000', '091313.623000', '091313.626000', '091313.629000', '091313.631000', '091313.634000', '091313.636000', '091313.639000', '091313.642000', '091313.644000', '091313.647000', '091313.651000', '091313.654000', '091313.656000', '091313.659000', '091313.661000', '091333.552000', '091333.555000', '091333.557000', '091333.560000', '091333.562000', '091333.565000', '091333.567000', '091333.570000', '091333.573000', '091333.575000', '091333.578000', '091333.580000', '091333.583000', '091333.585000', '091333.588000', '091333.591000', '091333.593000', '091333.596000', '091333.599000', '091333.601000', '091333.604000', '091333.606000', '091333.609000', '091333.611000', '091333.614000', '091333.617000', '091333.619000', '091333.622000', '091333.625000', '091333.627000', '091333.630000', '091333.632000', '091333.635000', '091333.638000', '091333.640000', '091333.643000', '091333.645000', '091333.648000', '091333.650000', '091333.653000', '091333.656000', '091333.658000', '091333.661000', '091333.663000', '091353.552000', '091353.554000', '091353.557000', '091353.560000', '091353.562000', '091353.565000', '091353.567000', '091353.570000', '091353.572000', '091353.575000', '091353.578000', '091353.580000', '091353.583000', '091353.585000', '091353.588000', '091353.591000', '091353.593000', '091353.596000', '091353.598000', '091353.601000', '091353.603000', '091353.606000', '091353.609000', '091353.611000', '091353.614000', '091353.616000', '091353.619000', '091353.621000', '091353.624000', '091353.626000', '091353.629000', '091353.632000', '091353.634000', '091353.637000', '091353.639000', '091353.642000', '091353.644000', '091353.647000', '091353.650000', '091353.652000', '091353.655000', '091353.665000', '091353.668000', '091413.551000', '091413.554000', '091413.556000', '091413.559000', '091413.561000', '091413.564000', '091413.566000', '091413.569000', '091413.572000', '091413.574000', '091413.577000', '091413.579000', '091413.582000', '091413.584000', '091413.587000', '091413.590000', '091413.592000', '091413.595000', '091413.597000', '091413.600000', '091413.603000', '091413.605000', '091413.608000', '091413.610000', '091413.613000', '091413.615000', '091413.618000', '091413.621000', '091413.623000', '091413.626000', '091413.628000', '091413.631000', '091413.633000', '091413.636000', '091413.639000', '091413.641000', '091413.644000', '091413.646000', '091413.649000', '091413.652000', '091413.654000', '091413.657000', '091413.659000', '091413.662000', '091433.551000', '091433.553000', '091433.556000', '091433.559000', '091433.561000', '091433.564000', '091433.567000', '091433.569000', '091433.572000', '091433.574000', '091433.577000', '091433.579000', '091433.582000', '091433.585000', '091433.587000', '091433.590000', '091433.592000', '091433.595000', '091433.598000', '091433.600000', '091433.603000', '091433.605000', '091433.608000', '091433.610000', '091433.613000', '091433.616000', '091433.618000', '091433.621000', '091433.623000', '091433.626000', '091433.628000', '091433.631000', '091433.634000', '091433.636000', '091433.639000', '091433.641000', '091433.644000', '091433.646000', '091433.649000', '091433.652000', '091433.654000', '091433.657000', '091433.659000', '091453.551000', '091453.553000', '091453.556000', '091453.559000', '091453.561000', '091453.564000', '091453.566000', '091453.569000', '091453.572000', '091453.574000', '091453.577000', '091453.579000', '091453.582000', '091453.585000', '091453.587000', '091453.590000', '091453.592000', '091453.595000', '091453.598000', '091453.600000', '091453.603000', '091453.605000', '091453.608000', '091453.610000', '091453.613000', '091453.616000', '091453.618000', '091453.621000', '091453.623000', '091453.626000', '091453.628000', '091453.631000', '091453.634000', '091453.636000', '091453.639000', '091453.641000', '091453.644000', '091453.647000', '091453.649000', '091453.652000', '091453.654000', '091453.657000', '091453.659000', '091453.662000', '091513.551000', '091513.553000', '091513.556000', '091513.559000', '091513.561000', '091513.564000', '091513.566000', '091513.569000', '091513.572000', '091513.574000', '091513.577000', '091513.579000', '091513.582000', '091513.584000', '091513.587000', '091513.590000', '091513.592000', '091513.595000', '091513.597000', '091513.600000', '091513.603000', '091513.605000', '091513.608000', '091513.627000', '091513.630000', '091513.632000', '091513.635000', '091513.638000', '091513.640000', '091513.643000', '091513.645000', '091513.648000', '091513.651000', '091513.653000', '091513.656000', '091513.658000', '091513.661000', '091513.664000', '091513.666000', '091513.669000', '091513.671000', '091513.674000', '091513.676000', '091533.551000', '091533.553000', '091533.556000', '091533.559000', '091533.561000', '091533.564000', '091533.566000', '091533.569000', '091533.572000', '091533.574000', '091533.577000', '091533.579000', '091533.582000', '091533.584000', '091533.587000', '091533.590000', '091533.592000', '091533.595000', '091533.597000', '091533.600000', '091533.603000', '091533.605000', '091533.608000', '091533.610000', '091533.613000', '091533.616000', '091533.618000', '091533.621000', '091533.623000', '091533.626000', '091533.628000', '091533.631000', '091533.634000', '091533.636000', '091533.639000', '091533.642000', '091533.644000', '091533.647000', '091533.650000', '091533.652000', '091533.655000', '091533.657000', '091533.660000', '091533.662000', '091539.899000', '091539.902000', '091539.905000', '091539.907000', '091539.910000', '091539.913000', '091539.915000', '091539.918000', '091539.921000', '091539.923000', '091539.926000', '091539.929000', '091539.931000', '091539.934000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [11835, 12457, 12245, 11885, 12820, 10957, 13300, 13918, 12197, 12902, 12456, 11497, 13442, 11417, 12899, 11856, 12908, 11482, 13736, 11789, 13851, 11394, 13008, 11269, 13677, 10092, 11466, 11494, 12242, 9639, 11551, 11250, 11266, 11529, 10798, 12428, 12285, 12280, 14254, 11841, 13837, 12081, 13313, 11995, 13155, 11027, 13029, 11012, 12498, 17999, 11844, 14392, 11369, 13058, 11499, 12429, 11026, 12126, 10943, 11793, 11108, 11852, 10818, 11682, 11208, 14501, 12469, 10665, 11657, 14494, 11997, 12033, 11713, 12885, 11521, 16864, 11407, 14976, 13183, 9679, 11719, 10929, 12767, 11459, 12507, 11943, 11645, 16511, 11060, 9424, 14209, 10625, 13892, 14256, 13450, 11002, 12159, 10085, 12668, 10700, 12339, 10691, 11823, 11026, 12316, 11658, 15254, 12073, 12133, 11948, 13300, 11648, 13561, 12845, 12247, 13544, 11096, 12885, 13438, 12029, 12993, 12502, 14208, 12250, 10827, 12953, 10316, 12952, 12404, 12801, 13864, 12128, 12386, 12256, 12147, 12720, 12429, 12319, 13692, 11824, 11796, 11799, 10574, 11959, 10745, 11930, 11790, 12596, 12233, 13373, 12075, 15279, 11749, 14677, 11833, 13420, 11861, 10604, 12035, 10992, 12142, 12115, 12858, 11562, 12953, 11641, 15323, 11817, 13550, 11909, 13234, 12203, 10662, 12467, 11101, 12415, 10686, 14055, 10837, 13626, 11103, 13835, 11853, 16409, 11333, 16064, 11005, 16283, 11222, 16504, 11229, 16272, 11017, 13811, 11264, 13211, 11174, 12669, 10492, 13431, 10073, 13007, 9953, 12377, 9814, 12424, 9729, 11918, 10641, 13553, 11241, 14441, 12054, 13716, 12165, 10501, 12785, 10738, 13336, 12027, 13103, 12828, 10731, 12229, 11136, 12334, 11599, 15298, 12522, 13340, 13910, 11193, 12758, 11744, 13610, 12392, 14646, 12727, 15553, 12501, 14173, 12581, 13303, 11956, 13278, 11635, 13111, 12693, 12568, 12777, 13392, 12057, 12958, 11111, 13119, 11425, 12521, 11243, 12728, 11208, 13187, 10595, 12219, 9520, 11966, 9893, 12607, 10726, 12408, 10600, 12534, 9927, 12539, 12299, 12370, 12789, 12595, 14245, 12496, 14153, 12326, 9960, 11795, 10638, 12394, 11955, 14869, 11838, 10337, 11706, 11180, 12733, 12219, 13196, 12588, 13813, 11825, 16213, 12462, 13838, 12594, 10256, 13035, 10937, 13277, 15802, 13076, 11200, 12425, 10097, 14245, 12274, 13391, 11468, 12977, 11825, 11853, 12462, 11168, 12864, 11294, 12424, 13250, 11277, 16170, 12979, 10946, 12038, 11630, 15646, 11301, 14921, 12856, 14604, 12770, 16407, 14051, 14247, 17844, 14457, 16135, 13945, 15482, 10330, 13678, 13069, 12016, 13475, 11058, 13662, 12452, 13103, 12746, 14713, 12040, 15421, 12907, 15534, 14112, 17876, 14483, 16522, 14961, 12722, 15080, 14216, 13313, 13537, 13070, 12857, 13126, 13907, 13640, 15965, 12734, 15910, 12797, 12671, 13083, 11298, 12662, 10600, 13584, 10742, 12797, 10505, 13111, 12805, 11862, 15127, 11959, 15232, 11662, 14805, 11786, 13384, 11890, 10165, 12702, 11589, 13120, 12095, 11790, 12433, 10965, 13944, 11131, 9496, 13127, 10789, 15313, 11803, 12818, 13108, 10847, 14783, 13038, 16260, 12570, 15327, 15322, 12024, 16161, 11796, 17421, 12497, 15090, 12195, 11297, 13128, 10616, 12889, 11299, 12632, 11096, 11430, 11774, 16028, 11488, 13854, 10766, 13067, 10964, 12311, 11670, 9465, 11726, 10359, 11589, 10704, 13661, 10638, 15122, 11186, 15116, 11619, 14351, 11324, 12893, 11428, 13198, 11066, 15292, 12678, 10788, 12718, 11133, 13346, 12346, 10756, 12326, 10631, 13185, 14829, 11335, 13892, 11150, 13766, 11312, 12702, 10793, 14833, 12044, 11952, 13118, 10072, 12568, 10748, 13012, 11144, 15945, 12825, 9662, 12459, 11835, 12534, 11696, 16196, 12490, 10289, 12335, 12028, 13840, 11427, 15438, 12424, 13026, 13355, 11412, 13532, 11375, 14457, 12691, 12152, 13392, 11165, 15521, 11884, 14121, 13111, 17159, 12669, 16566, 12769, 16304, 12366, 15688, 12917, 14590, 13391, 17620, 13802, 14452, 14337, 12100, 14798, 12161, 15159, 13424, 14681, 14506, 14707, 17044, 12251, 16333, 12946, 14254, 12820, 11188, 14101, 10975, 11897, 10643, 13972, 11682, 10314, 12761, 9659, 12904, 9944, 13120, 10704, 12944, 11183, 12837, 11038, 13878, 11042, 14578, 11311, 13548, 11376, 15158, 11953, 11905, 11829, 11326, 10634, 11262, 11116, 13358, 12037, 14796, 13043, 16756, 12010, 13755, 12387, 13236, 14431, 11648, 14744, 12236, 17467, 12022, 16045, 11914, 15523, 11833, 14269, 11659, 13530, 14589, 12041, 15391, 12724, 13446, 12655, 12737, 11777, 12669, 12598, 12251, 12705, 11728, 12474, 12771, 10612, 12998, 11526, 12936, 10823, 12795, 11092, 12991, 13137, 12698, 10768, 12325, 9819, 12622, 12210, 16324, 11455, 8734, 11849, 12085, 16202, 11939, 10889, 13149, 10954, 13475, 14115, 13559, 16614, 14006, 15292, 13975, 11983, 14915, 11841, 14561, 11192, 17004, 12559, 12063, 14494, 11401, 14520, 13300, 11523, 14333, 11403, 15429, 15125, 14020, 16283, 13746, 17658, 13445, 16027, 12904, 13164, 12882, 13299, 12302, 15246, 12302, 10942, 12309, 11030, 11328, 11817, 11795, 12740, 12710, 13084, 13908, 12069, 13376, 11785, 13024, 11809, 14653, 11867, 14767, 11395, 13549, 11837, 10275, 12749, 11009, 12506, 11850, 12672, 11887, 13869, 12048, 13988, 11715, 12872, 11748, 16132, 11902, 11936, 11224, 12173, 13231, 12455, 13702, 11755, 11096, 12634, 11387, 13862, 12354, 12643, 14458, 10666, 14620, 11263, 16843, 11949, 15878, 12085, 17155, 12117, 15189, 13974, 11160, 12957, 11394, 11811, 15632, 11100, 14072, 15289, 16525, 17428, 12789, 15611, 13208, 16302, 13352, 14623, 13195, 16747, 12513, 16142, 12317, 16626, 16589, 15126, 19175, 15225, 17827, 14681, 15604, 13457, 14691, 13136, 15039, 12278, 15824, 11825, 15703, 12007, 16163, 13172, 15790, 14248, 15519, 15108, 15052, 13467, 13771, 14905, 12476, 14690, 12911, 14445, 13538, 13677, 14039, 10926, 12083, 12710, 10501, 11798, 10809, 13698, 13499, 11381, 15436, 11345, 16502, 11149, 15982, 11778, 14691, 13885, 14573, 17489, 14345, 18614, 13718, 17912, 12758, 14420, 13092, 11820, 13083, 11565, 12515, 11272, 11586, 12443, 10328, 11814, 10869, 10216, 12943, 10074, 12904, 10882, 13870, 10904, 14798, 11050, 15229, 11201, 14806, 12537, 16443, 12446, 11549, 13421, 12126, 12981, 11295, 11033, 12669, 11212, 13426, 11840, 11283, 12767, 11474, 13241, 12152, 17446, 12255, 11058, 12605, 13167, 15037, 11859, 11460, 13119, 12898, 14105, 11753, 14844, 12063, 15583, 12205, 14142, 13976, 12981, 13422, 13063, 14259, 13382, 14404, 13689, 14791, 13831, 13869, 11843, 9993, 12380, 12131, 12459, 11992, 12719, 12994, 14829, 13469, 13195, 13310, 14229, 13112, 11190, 13242, 10938, 12630, 12459, 15181, 11421, 11077, 12157, 10803, 12388, 12021, 14674, 11944, 11039, 12673, 12286, 16519, 11768, 9690, 12604, 12142, 15035, 13139, 11191, 13618, 12405, 15930, 13375, 11098, 14285, 11513, 16512, 11926, 15910, 11231, 14427, 13773, 11572, 13836, 11399, 15079, 12311, 10097, 12746, 11906, 14565, 12214, 15032, 11555, 14125, 11841, 17015, 11790, 15567, 12228, 11098, 13028, 10882, 13244, 12075, 13316, 12445, 9469, 13013, 11357, 16990, 12772, 12122, 13326, 10896, 13063, 11595, 14283, 11649, 14256, 13752, 10861, 13422, 11441, 14126, 11597, 13826, 11592, 14058, 10980, 15935, 11372, 12121, 12168, 11420, 9358, 12101, 11006, 15465, 12992, 11544, 13866, 11066, 15232, 11173, 14638, 11819, 13336, 13474, 11585, 15118, 11701, 17229, 13137, 13460, 13638, 11283, 14626, 11836, 14910, 12295, 15666, 12370, 17937, 11945, 15907, 11715, 16907, 11804, 16139, 12144, 15251, 12443, 14744, 12693, 13407, 13217, 12397, 13874, 11276, 14662, 13347, 11305, 13740, 11410, 14930, 11298, 14137, 11147, 13738, 13487, 13621, 15445, 13071, 15869, 13042, 14602, 12870, 13399, 13253, 10777, 12950, 10949, 13507, 11463, 10783, 12262, 9448, 12418, 13872, 12341, 12941, 12706, 17450, 11597, 14484, 11040, 14526, 11111, 13893, 12143, 11137, 11996, 10143, 12468, 11254, 9996, 11802, 10822, 12443, 11334, 13197, 14322, 12691, 17653, 11658, 15644, 11469, 15155, 12591, 17162, 12765, 16498, 12299, 16817, 12370, 13037, 12941, 10398, 13537, 10213, 12605, 10520, 12612, 10586, 15804, 11630, 10015, 13446, 10400, 14369, 10279, 14342, 10446, 14409, 10836, 12697, 10834, 13656, 11124, 16579, 12200, 10848, 13175, 10998, 13076, 12264, 11122, 15314, 12421, 10945, 13114, 12102, 16101, 12370, 16218, 12967, 17865, 13540, 18103, 14096, 18622, 14128, 18932, 13672, 18423, 13223, 14073, 13153, 10650, 11172, 10313, 9283, 12152, 11259, 9818, 12091, 10704, 13565, 10677, 15057, 11643, 15665, 11454, 15593, 12943, 15278, 13133, 14782, 14653, 14155, 14108, 14297, 13853, 14168, 10675, 12935, 12318, 9766, 12685, 10642, 13862, 10395, 13997, 10596, 13770, 10629, 13741, 11053, 14892, 11140, 13631, 12782, 11042, 14270, 11674, 18481, 13283, 17233, 13164, 16318, 10942, 14783, 11720, 13783, 11355, 14273, 10382, 13023, 11228, 13228, 11805, 10194, 12370, 10517, 12731, 11907, 15542, 13132, 11252, 13819, 11110, 15230, 11060, 16108, 13078, 11301, 14318, 11151, 14923, 11885, 12630, 14199, 11141, 15373, 12307, 10074, 13425, 11463, 12614, 13596, 11128, 14388, 11502, 15533, 10772, 15854, 10961, 15800, 11670, 15650, 12694, 10186, 13447, 10401, 14390, 13951, 18539, 15266, 16737, 20135, 14594, 18521, 15026, 12356, 15341, 12626, 15244, 10811, 14915, 12598, 12285, 18309, 11210, 12884, 13813, 12691, 17619, 14337, 16179, 18093, 14223, 16911, 15813, 20362, 15154, 13398, 14724, 14026], 'WindowCenter': [4923.0, 4908.0, 4907.0, 4896.0, 4918.0, 4875.0, 4906.0, 4893.0, 4909.0, 4906.0, 4921.0, 4941.0, 4959.0, 4941.0, 4938.0, 4928.0, 4924.0, 4913.0, 4922.0, 4913.0, 4934.0, 4913.0, 4936.0, 4916.0, 4945.0, 4905.0, 4940.0, 4923.0, 4924.0, 4903.0, 4925.0, 4937.0, 4936.0, 4950.0, 4943.0, 4964.0, 4962.0, 4966.0, 4975.0, 4953.0, 4961.0, 4940.0, 4950.0, 4928.0, 4949.0, 4916.0, 4939.0, 4917.0, 4938.0, 4963.0, 4915.0, 4931.0, 4903.0, 4936.0, 4914.0, 4921.0, 4915.0, 4924.0, 4928.0, 4923.0, 4926.0, 4927.0, 4917.0, 4938.0, 4928.0, 4956.0, 4950.0, 4929.0, 4943.0, 4968.0, 4943.0, 4937.0, 4942.0, 4949.0, 4941.0, 4979.0, 4942.0, 4969.0, 4964.0, 4946.0, 4978.0, 4943.0, 4950.0, 4940.0, 4951.0, 4954.0, 4954.0, 4982.0, 4945.0, 4926.0, 4978.0, 4949.0, 5004.0, 4976.0, 4951.0, 4920.0, 4938.0, 4921.0, 4940.0, 4917.0, 4936.0, 4918.0, 4927.0, 4930.0, 4927.0, 4939.0, 4968.0, 4953.0, 4940.0, 4951.0, 4948.0, 4941.0, 4949.0, 4953.0, 4939.0, 4948.0, 4915.0, 4937.0, 4934.0, 4926.0, 4925.0, 4926.0, 4937.0, 4925.0, 4904.0, 4925.0, 4895.0, 4925.0, 4924.0, 4927.0, 4934.0, 4925.0, 4923.0, 4913.0, 4912.0, 4923.0, 4912.0, 4914.0, 4933.0, 4915.0, 4914.0, 4913.0, 4903.0, 4911.0, 4904.0, 4913.0, 4926.0, 4927.0, 4939.0, 4948.0, 4928.0, 4941.0, 4914.0, 4942.0, 4928.0, 4962.0, 4954.0, 4918.0, 4925.0, 4917.0, 4926.0, 4938.0, 4936.0, 4930.0, 4935.0, 4928.0, 4956.0, 4939.0, 4945.0, 4916.0, 4936.0, 4918.0, 4857.0, 4863.0, 4787.0, 4883.0, 4938.0, 4989.0, 4959.0, 4976.0, 4959.0, 4975.0, 4956.0, 4980.0, 4946.0, 4982.0, 4947.0, 4982.0, 4956.0, 4982.0, 4945.0, 4980.0, 4946.0, 4962.0, 4945.0, 4963.0, 4943.0, 4952.0, 4935.0, 4964.0, 4934.0, 4965.0, 4935.0, 4963.0, 4936.0, 4978.0, 4950.0, 4969.0, 4959.0, 4988.0, 4971.0, 4999.0, 4994.0, 5002.0, 4996.0, 4975.0, 4984.0, 4962.0, 4981.0, 4997.0, 4994.0, 4993.0, 4975.0, 4996.0, 4985.0, 4995.0, 4997.0, 5024.0, 5007.0, 4993.0, 5000.0, 4974.0, 4990.0, 4980.0, 4991.0, 4979.0, 4988.0, 4969.0, 4986.0, 4956.0, 4972.0, 4953.0, 4952.0, 4942.0, 4949.0, 4943.0, 4961.0, 4962.0, 4950.0, 4962.0, 4957.0, 4952.0, 4960.0, 4944.0, 4962.0, 4944.0, 4950.0, 4942.0, 4964.0, 4955.0, 4964.0, 4945.0, 4966.0, 4936.0, 4966.0, 4937.0, 4976.0, 4945.0, 4977.0, 4948.0, 4977.0, 4949.0, 4981.0, 4969.0, 4979.0, 4975.0, 4979.0, 4987.0, 4978.0, 4985.0, 4979.0, 4947.0, 4980.0, 4973.0, 4994.0, 4994.0, 5013.0, 4994.0, 4974.0, 4996.0, 4985.0, 5007.0, 5007.0, 5004.0, 4997.0, 5003.0, 4996.0, 5014.0, 4995.0, 4993.0, 4993.0, 4964.0, 4992.0, 4960.0, 4992.0, 4998.0, 4978.0, 4956.0, 4967.0, 4947.0, 5012.0, 5023.0, 5042.0, 4997.0, 4987.0, 4981.0, 4979.0, 4979.0, 4954.0, 4977.0, 4959.0, 4968.0, 4978.0, 4960.0, 4997.0, 4968.0, 4947.0, 4954.0, 4960.0, 4986.0, 4958.0, 4961.0, 4927.0, 4933.0, 4937.0, 4966.0, 4963.0, 4977.0, 5020.0, 4991.0, 4987.0, 4985.0, 4993.0, 4946.0, 4959.0, 4961.0, 4951.0, 4974.0, 4954.0, 4986.0, 4977.0, 4988.0, 4977.0, 4984.0, 4967.0, 4974.0, 4952.0, 4961.0, 4949.0, 4967.0, 4947.0, 4944.0, 4934.0, 4911.0, 4933.0, 4930.0, 4947.0, 4922.0, 4921.0, 4921.0, 4934.0, 4919.0, 4923.0, 4941.0, 4935.0, 4941.0, 4933.0, 4934.0, 4934.0, 4914.0, 4937.0, 4916.0, 4947.0, 4915.0, 4939.0, 4920.0, 4951.0, 4949.0, 4941.0, 4958.0, 4942.0, 4968.0, 4942.0, 4969.0, 4954.0, 4974.0, 4969.0, 4947.0, 4979.0, 4967.0, 4979.0, 4969.0, 4956.0, 4969.0, 4962.0, 5001.0, 4974.0, 4955.0, 4993.0, 4974.0, 5002.0, 4985.0, 4993.0, 4993.0, 4975.0, 5005.0, 4986.0, 5017.0, 4961.0, 4976.0, 4964.0, 4945.0, 4973.0, 4933.0, 4973.0, 4943.0, 4959.0, 4943.0, 4932.0, 4954.0, 4936.0, 4951.0, 4944.0, 4953.0, 4946.0, 4955.0, 4958.0, 4984.0, 4945.0, 4964.0, 4948.0, 4954.0, 4946.0, 4954.0, 4956.0, 4938.0, 4966.0, 4961.0, 4970.0, 4959.0, 4991.0, 4964.0, 5001.0, 4975.0, 5000.0, 4983.0, 5001.0, 4973.0, 4982.0, 4970.0, 4979.0, 4974.0, 4996.0, 4983.0, 4961.0, 4981.0, 4972.0, 4990.0, 4982.0, 4962.0, 4984.0, 4962.0, 4994.0, 4991.0, 4962.0, 4979.0, 4958.0, 4977.0, 4959.0, 4968.0, 4960.0, 4986.0, 4969.0, 4969.0, 4978.0, 4951.0, 4980.0, 4972.0, 4980.0, 4972.0, 5023.0, 4995.0, 4951.0, 4991.0, 4984.0, 4994.0, 4985.0, 5010.0, 4994.0, 4961.0, 4993.0, 5011.0, 5017.0, 4985.0, 5012.0, 4997.0, 5007.0, 5005.0, 4975.0, 4992.0, 4972.0, 4989.0, 4994.0, 4998.0, 4993.0, 4973.0, 4998.0, 4972.0, 5003.0, 4995.0, 5012.0, 4985.0, 5003.0, 4972.0, 4998.0, 4968.0, 4976.0, 4957.0, 4975.0, 4966.0, 4981.0, 4963.0, 4961.0, 4963.0, 4942.0, 4962.0, 4942.0, 4973.0, 4950.0, 4973.0, 4961.0, 4973.0, 4982.0, 4956.0, 4983.0, 4964.0, 4962.0, 4964.0, 4957.0, 4988.0, 4959.0, 4958.0, 4950.0, 4977.0, 4969.0, 4950.0, 4982.0, 4941.0, 4984.0, 4953.0, 4993.0, 4962.0, 4983.0, 4961.0, 4980.0, 4962.0, 4979.0, 4972.0, 5002.0, 4973.0, 4991.0, 4960.0, 4973.0, 4958.0, 4971.0, 4968.0, 4960.0, 4934.0, 4946.0, 4956.0, 4978.0, 4985.0, 5012.0, 4994.0, 5011.0, 4984.0, 4981.0, 4982.0, 4980.0, 4989.0, 4961.0, 4987.0, 4969.0, 4998.0, 4970.0, 4988.0, 4947.0, 4974.0, 4943.0, 4951.0, 4931.0, 4952.0, 4949.0, 4941.0, 4957.0, 4941.0, 4948.0, 4951.0, 4951.0, 4943.0, 4951.0, 4965.0, 4954.0, 4976.0, 4966.0, 4980.0, 4980.0, 4962.0, 4990.0, 4973.0, 4980.0, 4961.0, 4982.0, 4960.0, 4992.0, 4980.0, 4983.0, 4962.0, 4981.0, 4949.0, 4980.0, 4983.0, 5021.0, 4984.0, 4944.0, 4995.0, 5008.0, 5036.0, 4997.0, 4988.0, 5007.0, 4989.0, 5021.0, 5007.0, 5009.0, 5025.0, 5006.0, 5014.0, 4992.0, 4970.0, 5014.0, 4972.0, 4973.0, 4948.0, 4994.0, 4969.0, 4969.0, 4979.0, 4959.0, 4976.0, 4967.0, 4948.0, 4977.0, 4946.0, 4988.0, 4965.0, 4964.0, 4961.0, 4951.0, 4968.0, 4939.0, 4947.0, 4928.0, 4928.0, 4927.0, 4922.0, 4902.0, 4958.0, 4942.0, 4931.0, 4941.0, 4930.0, 4931.0, 4945.0, 4943.0, 4966.0, 4955.0, 4968.0, 4965.0, 4956.0, 4964.0, 4945.0, 4953.0, 4945.0, 4973.0, 4971.0, 5004.0, 4974.0, 4977.0, 4957.0, 4937.0, 4967.0, 4949.0, 4966.0, 4969.0, 4979.0, 4983.0, 5003.0, 4983.0, 4992.0, 4982.0, 4992.0, 5013.0, 5036.0, 4999.0, 5010.0, 5015.0, 4982.0, 4989.0, 4993.0, 5003.0, 4986.0, 4986.0, 4994.0, 4984.0, 4993.0, 4996.0, 4995.0, 5019.0, 4964.0, 5002.0, 4963.0, 5000.0, 4971.0, 4999.0, 4973.0, 4997.0, 4969.0, 4987.0, 4979.0, 4946.0, 4953.0, 4945.0, 4958.0, 5010.0, 4971.0, 5005.0, 5017.0, 5013.0, 5025.0, 4984.0, 5009.0, 4989.0, 5007.0, 4990.0, 4985.0, 4990.0, 4996.0, 4968.0, 4985.0, 4944.0, 4985.0, 4970.0, 4962.0, 4966.0, 4935.0, 4941.0, 4921.0, 4917.0, 4908.0, 4907.0, 4897.0, 4916.0, 4899.0, 4929.0, 4899.0, 4928.0, 4911.0, 4940.0, 4920.0, 4941.0, 4930.0, 4942.0, 4931.0, 4944.0, 4922.0, 4935.0, 4941.0, 4928.0, 4954.0, 4947.0, 4959.0, 4947.0, 4961.0, 4958.0, 4930.0, 4941.0, 4952.0, 4934.0, 4957.0, 4959.0, 4989.0, 4989.0, 4974.0, 5002.0, 4962.0, 5001.0, 4950.0, 4987.0, 4947.0, 4966.0, 4954.0, 4963.0, 4969.0, 4950.0, 4956.0, 4925.0, 4982.0, 4941.0, 4921.0, 4896.0, 4926.0, 4950.0, 4942.0, 4952.0, 4959.0, 4958.0, 4968.0, 4938.0, 4946.0, 4948.0, 4939.0, 4981.0, 4951.0, 4981.0, 4960.0, 4980.0, 4959.0, 4989.0, 4960.0, 4999.0, 4960.0, 4977.0, 4970.0, 4972.0, 4957.0, 4940.0, 4978.0, 4980.0, 4977.0, 4972.0, 4970.0, 4993.0, 4975.0, 4992.0, 4984.0, 4973.0, 4993.0, 4984.0, 5004.0, 4996.0, 5042.0, 5007.0, 4984.0, 4994.0, 5003.0, 5009.0, 4984.0, 4983.0, 5003.0, 4994.0, 5003.0, 4996.0, 5003.0, 4984.0, 4998.0, 4982.0, 4987.0, 4989.0, 4978.0, 4978.0, 4979.0, 4985.0, 4979.0, 4987.0, 4989.0, 4987.0, 4989.0, 4988.0, 4968.0, 4951.0, 4981.0, 4983.0, 4990.0, 4984.0, 4992.0, 5004.0, 5013.0, 5005.0, 4989.0, 5005.0, 5001.0, 4993.0, 4972.0, 4981.0, 4974.0, 4982.0, 4996.0, 5011.0, 4986.0, 4974.0, 4984.0, 4975.0, 4992.0, 4996.0, 5014.0, 5010.0, 4988.0, 5009.0, 4998.0, 5038.0, 5011.0, 4980.0, 5022.0, 5011.0, 5037.0, 4996.0, 4974.0, 4993.0, 4981.0, 5013.0, 4994.0, 4975.0, 5003.0, 4974.0, 5014.0, 4989.0, 4992.0, 4954.0, 4967.0, 4953.0, 4945.0, 4965.0, 4943.0, 4973.0, 4956.0, 4936.0, 4966.0, 4968.0, 4987.0, 4971.0, 4987.0, 4960.0, 4977.0, 4960.0, 4996.0, 4970.0, 4997.0, 4981.0, 4960.0, 4981.0, 4962.0, 4981.0, 4982.0, 4992.0, 4994.0, 4954.0, 4994.0, 4976.0, 5021.0, 4985.0, 4982.0, 5005.0, 4964.0, 4994.0, 4975.0, 4992.0, 4973.0, 4991.0, 4992.0, 4962.0, 4982.0, 4962.0, 4991.0, 4960.0, 4980.0, 4976.0, 5030.0, 5002.0, 5040.0, 4985.0, 5008.0, 5021.0, 4983.0, 4966.0, 4995.0, 4988.0, 5027.0, 5021.0, 5001.0, 5022.0, 5002.0, 5040.0, 4989.0, 5015.0, 5000.0, 5009.0, 5008.0, 4989.0, 5017.0, 4989.0, 5025.0, 4995.0, 4995.0, 4991.0, 4962.0, 4988.0, 4984.0, 5002.0, 4984.0, 4998.0, 4972.0, 5007.0, 4961.0, 4986.0, 4958.0, 4996.0, 4959.0, 4986.0, 4969.0, 4985.0, 4967.0, 4987.0, 4994.0, 5019.0, 5010.0, 4970.0, 4965.0, 4933.0, 4975.0, 4991.0, 4972.0, 4993.0, 4974.0, 5004.0, 4973.0, 4994.0, 4963.0, 4993.0, 4981.0, 4992.0, 4990.0, 4980.0, 4999.0, 4982.0, 4987.0, 4979.0, 4979.0, 4994.0, 4961.0, 4980.0, 4963.0, 4990.0, 4984.0, 4975.0, 4996.0, 4968.0, 4998.0, 5004.0, 4998.0, 4995.0, 4997.0, 5022.0, 4986.0, 4993.0, 4975.0, 4994.0, 4975.0, 4991.0, 4985.0, 4963.0, 4971.0, 4967.0, 4994.0, 4990.0, 4977.0, 5000.0, 4988.0, 5012.0, 4989.0, 5011.0, 5016.0, 5009.0, 5025.0, 4986.0, 5014.0, 4975.0, 5003.0, 4974.0, 5009.0, 4980.0, 4998.0, 4971.0, 4997.0, 4969.0, 4976.0, 4969.0, 4948.0, 4979.0, 4950.0, 4981.0, 4977.0, 4993.0, 4976.0, 5012.0, 4986.0, 4967.0, 5006.0, 4978.0, 5017.0, 4965.0, 5006.0, 4966.0, 5006.0, 4988.0, 4995.0, 4977.0, 5004.0, 4988.0, 5035.0, 4997.0, 4975.0, 4994.0, 4976.0, 4995.0, 4998.0, 5001.0, 5027.0, 5010.0, 4991.0, 5021.0, 5012.0, 5029.0, 5012.0, 5028.0, 5000.0, 5016.0, 4986.0, 5002.0, 4981.0, 4997.0, 4967.0, 4982.0, 4956.0, 4992.0, 4955.0, 4964.0, 4954.0, 4938.0, 4946.0, 4939.0, 4926.0, 4981.0, 4975.0, 4966.0, 4997.0, 4990.0, 5020.0, 4981.0, 5020.0, 4990.0, 5020.0, 4978.0, 5018.0, 4985.0, 5005.0, 4972.0, 4983.0, 4979.0, 4969.0, 4967.0, 4978.0, 4966.0, 4963.0, 4935.0, 4953.0, 4955.0, 4936.0, 4968.0, 4963.0, 4993.0, 4955.0, 5006.0, 4979.0, 5021.0, 4966.0, 4983.0, 4965.0, 5002.0, 4963.0, 4994.0, 4986.0, 4964.0, 4994.0, 4963.0, 5012.0, 4985.0, 5011.0, 4984.0, 5002.0, 4950.0, 4979.0, 4961.0, 4968.0, 4949.0, 4965.0, 4937.0, 4967.0, 4962.0, 4979.0, 4972.0, 4966.0, 4997.0, 4968.0, 4995.0, 4998.0, 5013.0, 4997.0, 4978.0, 5034.0, 4976.0, 5004.0, 4978.0, 5012.0, 5006.0, 4986.0, 5015.0, 4988.0, 5031.0, 5029.0, 5014.0, 5006.0, 4951.0, 4990.0, 4973.0, 4945.0, 4984.0, 4964.0, 4973.0, 4983.0, 4966.0, 4980.0, 4978.0, 5016.0, 4964.0, 4975.0, 4925.0, 4963.0, 4948.0, 4977.0, 4958.0, 4940.0, 4970.0, 4953.0, 5005.0, 5006.0, 5032.0, 5005.0, 5016.0, 5034.0, 5005.0, 5020.0, 5013.0, 5009.0, 5025.0, 4991.0, 5022.0, 5018.0, 5054.0, 5023.0, 4999.0, 5047.0, 5001.0, 5006.0, 5018.0, 5009.0, 5037.0, 5011.0, 5007.0, 5013.0, 4971.0, 4979.0, 4992.0, 4969.0, 4925.0, 4916.0, 4936.0, 4926.0], 'WindowWidth': [10713.0, 10681.0, 10679.0, 10660.0, 10694.0, 10626.0, 10671.0, 10643.0, 10681.0, 10669.0, 10705.0, 10750.0, 10771.0, 10747.0, 10737.0, 10724.0, 10710.0, 10693.0, 10704.0, 10691.0, 10723.0, 10693.0, 10731.0, 10701.0, 10743.0, 10687.0, 10742.0, 10710.0, 10711.0, 10683.0, 10715.0, 10737.0, 10736.0, 10763.0, 10754.0, 10789.0, 10781.0, 10793.0, 10803.0, 10767.0, 10775.0, 10744.0, 10759.0, 10724.0, 10755.0, 10704.0, 10739.0, 10706.0, 10738.0, 10766.0, 10699.0, 10718.0, 10678.0, 10730.0, 10694.0, 10702.0, 10698.0, 10710.0, 10725.0, 10712.0, 10716.0, 10720.0, 10708.0, 10735.0, 10724.0, 10761.0, 10757.0, 10726.0, 10752.0, 10782.0, 10751.0, 10736.0, 10748.0, 10753.0, 10746.0, 10795.0, 10749.0, 10782.0, 10782.0, 10766.0, 10811.0, 10749.0, 10754.0, 10743.0, 10757.0, 10771.0, 10768.0, 10804.0, 10757.0, 10733.0, 10808.0, 10768.0, 10860.0, 10805.0, 10760.0, 10711.0, 10736.0, 10713.0, 10743.0, 10703.0, 10729.0, 10706.0, 10717.0, 10726.0, 10717.0, 10740.0, 10778.0, 10764.0, 10741.0, 10763.0, 10752.0, 10748.0, 10752.0, 10763.0, 10736.0, 10749.0, 10698.0, 10735.0, 10724.0, 10716.0, 10711.0, 10716.0, 10730.0, 10712.0, 10680.0, 10712.0, 10670.0, 10715.0, 10711.0, 10718.0, 10721.0, 10713.0, 10705.0, 10693.0, 10689.0, 10706.0, 10687.0, 10694.0, 10718.0, 10699.0, 10695.0, 10693.0, 10677.0, 10688.0, 10680.0, 10693.0, 10714.0, 10718.0, 10739.0, 10752.0, 10720.0, 10731.0, 10695.0, 10731.0, 10723.0, 10775.0, 10768.0, 10708.0, 10713.0, 10703.0, 10716.0, 10738.0, 10733.0, 10725.0, 10730.0, 10723.0, 10758.0, 10742.0, 10740.0, 10699.0, 10729.0, 10699.0, 10591.0, 10588.0, 10454.0, 10631.0, 10749.0, 10826.0, 10784.0, 10805.0, 10783.0, 10798.0, 10774.0, 10799.0, 10760.0, 10804.0, 10763.0, 10805.0, 10774.0, 10805.0, 10758.0, 10799.0, 10759.0, 10776.0, 10758.0, 10779.0, 10753.0, 10764.0, 10743.0, 10783.0, 10742.0, 10785.0, 10743.0, 10782.0, 10748.0, 10808.0, 10772.0, 10797.0, 10787.0, 10823.0, 10804.0, 10841.0, 10842.0, 10850.0, 10848.0, 10815.0, 10824.0, 10788.0, 10814.0, 10852.0, 10841.0, 10841.0, 10816.0, 10849.0, 10832.0, 10845.0, 10853.0, 10888.0, 10865.0, 10837.0, 10846.0, 10812.0, 10831.0, 10817.0, 10832.0, 10815.0, 10825.0, 10797.0, 10818.0, 10775.0, 10794.0, 10766.0, 10763.0, 10748.0, 10756.0, 10751.0, 10775.0, 10778.0, 10759.0, 10779.0, 10769.0, 10764.0, 10776.0, 10754.0, 10776.0, 10755.0, 10760.0, 10753.0, 10783.0, 10772.0, 10785.0, 10759.0, 10792.0, 10749.0, 10793.0, 10750.0, 10807.0, 10761.0, 10808.0, 10767.0, 10810.0, 10771.0, 10820.0, 10797.0, 10813.0, 10802.0, 10812.0, 10822.0, 10814.0, 10820.0, 10814.0, 10764.0, 10816.0, 10812.0, 10844.0, 10843.0, 10868.0, 10843.0, 10813.0, 10846.0, 10833.0, 10864.0, 10867.0, 10857.0, 10849.0, 10852.0, 10848.0, 10869.0, 10843.0, 10834.0, 10838.0, 10799.0, 10835.0, 10786.0, 10839.0, 10838.0, 10811.0, 10776.0, 10792.0, 10763.0, 10866.0, 10902.0, 10928.0, 10853.0, 10822.0, 10819.0, 10812.0, 10810.0, 10769.0, 10805.0, 10783.0, 10792.0, 10810.0, 10783.0, 10832.0, 10792.0, 10760.0, 10767.0, 10781.0, 10815.0, 10779.0, 10772.0, 10717.0, 10719.0, 10731.0, 10774.0, 10782.0, 10811.0, 10880.0, 10834.0, 10824.0, 10817.0, 10832.0, 10768.0, 10770.0, 10778.0, 10763.0, 10803.0, 10773.0, 10821.0, 10808.0, 10827.0, 10809.0, 10814.0, 10794.0, 10797.0, 10764.0, 10771.0, 10754.0, 10773.0, 10747.0, 10737.0, 10724.0, 10688.0, 10720.0, 10710.0, 10748.0, 10703.0, 10705.0, 10701.0, 10726.0, 10698.0, 10707.0, 10730.0, 10728.0, 10727.0, 10724.0, 10726.0, 10727.0, 10695.0, 10734.0, 10702.0, 10749.0, 10702.0, 10739.0, 10714.0, 10762.0, 10753.0, 10745.0, 10766.0, 10749.0, 10780.0, 10750.0, 10784.0, 10771.0, 10796.0, 10798.0, 10764.0, 10811.0, 10793.0, 10811.0, 10795.0, 10774.0, 10795.0, 10790.0, 10842.0, 10813.0, 10785.0, 10838.0, 10809.0, 10847.0, 10828.0, 10835.0, 10836.0, 10814.0, 10854.0, 10824.0, 10872.0, 10781.0, 10793.0, 10775.0, 10749.0, 10786.0, 10732.0, 10786.0, 10747.0, 10767.0, 10747.0, 10730.0, 10763.0, 10742.0, 10757.0, 10751.0, 10761.0, 10759.0, 10769.0, 10778.0, 10806.0, 10756.0, 10780.0, 10763.0, 10765.0, 10758.0, 10767.0, 10773.0, 10750.0, 10789.0, 10788.0, 10800.0, 10788.0, 10831.0, 10798.0, 10842.0, 10814.0, 10841.0, 10824.0, 10844.0, 10807.0, 10818.0, 10798.0, 10810.0, 10810.0, 10834.0, 10821.0, 10788.0, 10815.0, 10804.0, 10825.0, 10820.0, 10789.0, 10824.0, 10791.0, 10840.0, 10832.0, 10789.0, 10809.0, 10780.0, 10804.0, 10782.0, 10791.0, 10787.0, 10818.0, 10796.0, 10793.0, 10807.0, 10773.0, 10811.0, 10805.0, 10812.0, 10806.0, 10882.0, 10842.0, 10773.0, 10831.0, 10826.0, 10841.0, 10830.0, 10858.0, 10839.0, 10791.0, 10836.0, 10876.0, 10877.0, 10833.0, 10865.0, 10851.0, 10863.0, 10857.0, 10812.0, 10830.0, 10801.0, 10823.0, 10838.0, 10853.0, 10835.0, 10807.0, 10837.0, 10806.0, 10850.0, 10846.0, 10862.0, 10827.0, 10850.0, 10803.0, 10836.0, 10792.0, 10800.0, 10775.0, 10798.0, 10787.0, 10801.0, 10776.0, 10771.0, 10776.0, 10745.0, 10773.0, 10744.0, 10791.0, 10755.0, 10789.0, 10770.0, 10790.0, 10803.0, 10774.0, 10806.0, 10783.0, 10774.0, 10779.0, 10774.0, 10819.0, 10781.0, 10779.0, 10770.0, 10800.0, 10794.0, 10769.0, 10816.0, 10760.0, 10823.0, 10779.0, 10835.0, 10790.0, 10819.0, 10787.0, 10811.0, 10787.0, 10809.0, 10805.0, 10846.0, 10806.0, 10830.0, 10784.0, 10790.0, 10776.0, 10800.0, 10794.0, 10783.0, 10737.0, 10754.0, 10772.0, 10806.0, 10827.0, 10862.0, 10838.0, 10857.0, 10823.0, 10811.0, 10817.0, 10811.0, 10822.0, 10784.0, 10818.0, 10796.0, 10833.0, 10797.0, 10819.0, 10760.0, 10796.0, 10747.0, 10758.0, 10726.0, 10759.0, 10749.0, 10739.0, 10759.0, 10741.0, 10749.0, 10756.0, 10756.0, 10751.0, 10759.0, 10783.0, 10767.0, 10802.0, 10787.0, 10813.0, 10813.0, 10790.0, 10829.0, 10807.0, 10812.0, 10788.0, 10819.0, 10785.0, 10835.0, 10814.0, 10821.0, 10790.0, 10817.0, 10768.0, 10814.0, 10821.0, 10874.0, 10827.0, 10774.0, 10843.0, 10866.0, 10903.0, 10851.0, 10836.0, 10864.0, 10842.0, 10889.0, 10861.0, 10869.0, 10888.0, 10862.0, 10869.0, 10834.0, 10800.0, 10870.0, 10805.0, 10791.0, 10763.0, 10824.0, 10793.0, 10795.0, 10808.0, 10780.0, 10800.0, 10787.0, 10761.0, 10804.0, 10760.0, 10824.0, 10781.0, 10779.0, 10770.0, 10755.0, 10775.0, 10733.0, 10745.0, 10718.0, 10719.0, 10716.0, 10700.0, 10672.0, 10763.0, 10747.0, 10729.0, 10743.0, 10729.0, 10730.0, 10754.0, 10750.0, 10786.0, 10767.0, 10789.0, 10784.0, 10771.0, 10778.0, 10754.0, 10762.0, 10753.0, 10792.0, 10804.0, 10854.0, 10813.0, 10804.0, 10775.0, 10748.0, 10790.0, 10767.0, 10788.0, 10797.0, 10809.0, 10820.0, 10849.0, 10822.0, 10832.0, 10821.0, 10834.0, 10882.0, 10905.0, 10855.0, 10877.0, 10891.0, 10821.0, 10826.0, 10837.0, 10850.0, 10830.0, 10828.0, 10840.0, 10826.0, 10835.0, 10842.0, 10841.0, 10879.0, 10796.0, 10847.0, 10793.0, 10838.0, 10798.0, 10837.0, 10803.0, 10834.0, 10797.0, 10819.0, 10808.0, 10757.0, 10758.0, 10752.0, 10780.0, 10858.0, 10807.0, 10861.0, 10884.0, 10868.0, 10890.0, 10826.0, 10857.0, 10832.0, 10852.0, 10831.0, 10817.0, 10831.0, 10831.0, 10793.0, 10813.0, 10753.0, 10812.0, 10788.0, 10779.0, 10777.0, 10725.0, 10730.0, 10698.0, 10688.0, 10674.0, 10672.0, 10658.0, 10683.0, 10665.0, 10705.0, 10666.0, 10704.0, 10685.0, 10725.0, 10696.0, 10728.0, 10712.0, 10733.0, 10715.0, 10735.0, 10704.0, 10725.0, 10729.0, 10720.0, 10753.0, 10751.0, 10767.0, 10747.0, 10773.0, 10763.0, 10724.0, 10743.0, 10758.0, 10737.0, 10773.0, 10782.0, 10822.0, 10824.0, 10808.0, 10844.0, 10791.0, 10843.0, 10769.0, 10820.0, 10759.0, 10785.0, 10761.0, 10774.0, 10780.0, 10752.0, 10754.0, 10708.0, 10797.0, 10737.0, 10694.0, 10652.0, 10714.0, 10753.0, 10746.0, 10760.0, 10786.0, 10781.0, 10791.0, 10749.0, 10756.0, 10761.0, 10751.0, 10817.0, 10773.0, 10814.0, 10785.0, 10812.0, 10783.0, 10824.0, 10784.0, 10842.0, 10784.0, 10803.0, 10795.0, 10785.0, 10772.0, 10742.0, 10809.0, 10816.0, 10806.0, 10806.0, 10803.0, 10838.0, 10814.0, 10832.0, 10823.0, 10808.0, 10838.0, 10828.0, 10859.0, 10850.0, 10913.0, 10871.0, 10830.0, 10843.0, 10854.0, 10858.0, 10828.0, 10824.0, 10853.0, 10841.0, 10851.0, 10847.0, 10850.0, 10825.0, 10837.0, 10821.0, 10821.0, 10825.0, 10807.0, 10807.0, 10810.0, 10815.0, 10811.0, 10818.0, 10823.0, 10819.0, 10824.0, 10823.0, 10797.0, 10774.0, 10817.0, 10824.0, 10831.0, 10827.0, 10835.0, 10856.0, 10864.0, 10856.0, 10828.0, 10858.0, 10844.0, 10837.0, 10805.0, 10816.0, 10810.0, 10818.0, 10845.0, 10862.0, 10832.0, 10810.0, 10824.0, 10812.0, 10835.0, 10846.0, 10870.0, 10875.0, 10839.0, 10869.0, 10853.0, 10908.0, 10873.0, 10828.0, 10895.0, 10876.0, 10910.0, 10843.0, 10808.0, 10834.0, 10817.0, 10863.0, 10839.0, 10812.0, 10852.0, 10808.0, 10869.0, 10839.0, 10827.0, 10775.0, 10782.0, 10759.0, 10753.0, 10784.0, 10747.0, 10790.0, 10772.0, 10743.0, 10786.0, 10793.0, 10817.0, 10801.0, 10819.0, 10785.0, 10804.0, 10783.0, 10827.0, 10796.0, 10832.0, 10816.0, 10785.0, 10815.0, 10792.0, 10815.0, 10820.0, 10833.0, 10838.0, 10784.0, 10839.0, 10815.0, 10871.0, 10826.0, 10819.0, 10855.0, 10795.0, 10840.0, 10813.0, 10833.0, 10807.0, 10827.0, 10830.0, 10788.0, 10818.0, 10788.0, 10829.0, 10783.0, 10812.0, 10815.0, 10901.0, 10865.0, 10916.0, 10830.0, 10870.0, 10894.0, 10824.0, 10806.0, 10846.0, 10838.0, 10892.0, 10890.0, 10860.0, 10891.0, 10865.0, 10912.0, 10839.0, 10875.0, 10857.0, 10866.0, 10866.0, 10839.0, 10877.0, 10838.0, 10886.0, 10841.0, 10841.0, 10827.0, 10786.0, 10818.0, 10822.0, 10845.0, 10823.0, 10834.0, 10804.0, 10845.0, 10785.0, 10815.0, 10778.0, 10826.0, 10781.0, 10811.0, 10793.0, 10811.0, 10791.0, 10818.0, 10839.0, 10888.0, 10869.0, 10793.0, 10776.0, 10728.0, 10797.0, 10828.0, 10804.0, 10835.0, 10810.0, 10853.0, 10809.0, 10839.0, 10791.0, 10835.0, 10813.0, 10832.0, 10825.0, 10813.0, 10835.0, 10816.0, 10818.0, 10810.0, 10809.0, 10837.0, 10787.0, 10811.0, 10790.0, 10827.0, 10824.0, 10812.0, 10844.0, 10808.0, 10851.0, 10853.0, 10847.0, 10840.0, 10845.0, 10874.0, 10828.0, 10835.0, 10812.0, 10836.0, 10811.0, 10834.0, 10827.0, 10792.0, 10803.0, 10805.0, 10842.0, 10842.0, 10822.0, 10858.0, 10839.0, 10877.0, 10841.0, 10873.0, 10872.0, 10866.0, 10883.0, 10831.0, 10867.0, 10813.0, 10848.0, 10807.0, 10851.0, 10813.0, 10834.0, 10799.0, 10832.0, 10796.0, 10801.0, 10796.0, 10764.0, 10807.0, 10771.0, 10815.0, 10822.0, 10837.0, 10817.0, 10860.0, 10831.0, 10804.0, 10858.0, 10822.0, 10878.0, 10801.0, 10857.0, 10801.0, 10857.0, 10837.0, 10844.0, 10818.0, 10851.0, 10834.0, 10900.0, 10849.0, 10811.0, 10836.0, 10815.0, 10840.0, 10851.0, 10859.0, 10891.0, 10870.0, 10848.0, 10889.0, 10878.0, 10898.0, 10878.0, 10895.0, 10854.0, 10872.0, 10828.0, 10845.0, 10811.0, 10829.0, 10784.0, 10802.0, 10766.0, 10814.0, 10767.0, 10778.0, 10767.0, 10748.0, 10756.0, 10753.0, 10732.0, 10815.0, 10813.0, 10803.0, 10848.0, 10842.0, 10885.0, 10829.0, 10885.0, 10838.0, 10884.0, 10820.0, 10876.0, 10823.0, 10854.0, 10800.0, 10817.0, 10803.0, 10791.0, 10785.0, 10803.0, 10781.0, 10776.0, 10738.0, 10759.0, 10766.0, 10743.0, 10791.0, 10788.0, 10833.0, 10783.0, 10856.0, 10820.0, 10885.0, 10799.0, 10817.0, 10793.0, 10843.0, 10789.0, 10833.0, 10826.0, 10793.0, 10834.0, 10791.0, 10857.0, 10821.0, 10852.0, 10819.0, 10844.0, 10767.0, 10805.0, 10784.0, 10787.0, 10761.0, 10780.0, 10745.0, 10785.0, 10789.0, 10810.0, 10803.0, 10801.0, 10846.0, 10805.0, 10838.0, 10853.0, 10863.0, 10846.0, 10821.0, 10914.0, 10813.0, 10849.0, 10820.0, 10858.0, 10860.0, 10831.0, 10869.0, 10836.0, 10903.0, 10910.0, 10880.0, 10855.0, 10767.0, 10821.0, 10802.0, 10767.0, 10817.0, 10791.0, 10802.0, 10815.0, 10795.0, 10806.0, 10814.0, 10869.0, 10790.0, 10792.0, 10721.0, 10770.0, 10757.0, 10797.0, 10773.0, 10750.0, 10793.0, 10773.0, 10856.0, 10860.0, 10893.0, 10860.0, 10883.0, 10903.0, 10857.0, 10874.0, 10868.0, 10874.0, 10892.0, 10834.0, 10882.0, 10901.0, 10948.0, 10897.0, 10855.0, 10923.0, 10865.0, 10864.0, 10884.0, 10869.0, 10908.0, 10874.0, 10861.0, 10863.0, 10798.0, 10802.0, 10824.0, 10769.0, 10703.0, 10688.0, 10718.0, 10706.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.003821810477657936</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.044123000770416025</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.90443350102545</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.315484474533539</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0320845913030066</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.502</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5693.0435</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1974781239859691</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>383</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>29.50693374422188</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3984683783824816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2704345822322574</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6972594811468684</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.227711071768318</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0309653</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008156506344676018</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04088221490383148</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1298</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.061422051274979</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>17.7874</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.2926</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.8118</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292405.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>1134.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>435.2623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9994</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.6965</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4117.7135</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4324.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1506.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5344.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.6454</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.450092427432537</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> |