=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
146 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
146 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-0102_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-03/func/sub-0102_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b69e3214fb7668eea2c261946ecf3b49</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>14:16:34.800000</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.995656, -0.0861636, -0.0352783, 0.0867584, 0.996106, 0.0156907]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.103039</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4226, -7815, -7246, 195, -138, -108, -80, 112]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cc1e8073-46f6-4642-ac17-ee756864ecd8||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.6712727546691895, 0.2327665090560913, -0.09123028814792633, 106.11064147949219], [0.23117053508758545, 2.6724791526794434, 0.05044472590088844, -106.07408905029297], [-0.09464921802282333, -0.04209698736667633, 2.6979868412017822, -52.12714767456055], [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, 1335]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['141634.800000', '141635.260000', '141635.720000', '141636.180000', '141636.640000', '141637.100000', '141637.560000', '141638.020000', '141638.480000', '141638.940000', '141639.400000', '141639.860000', '141640.320000', '141640.780000', '141641.240000', '141641.700000', '141642.160000', '141642.620000', '141643.080000', '141643.540000', '141644.000000', '141644.460000', '141644.920000', '141645.380000', '141645.840000', '141646.300000', '141646.760000', '141647.220000', '141647.680000', '141648.140000', '141648.600000', '141649.060000', '141649.520000', '141649.980000', '141650.440000', '141650.900000', '141651.360000', '141651.820000', '141652.280000', '141652.740000', '141653.200000', '141653.660000', '141654.120000', '141654.580000', '141655.040000', '141655.500000', '141655.960000', '141656.420000', '141656.880000', '141657.340000', '141657.800000', '141658.260000', '141658.720000', '141659.180000', '141659.640000', '141700.100000', '141700.560000', '141701.020000', '141701.480000', '141701.940000', '141702.400000', '141702.860000', '141703.320000', '141703.780000', '141704.240000', '141704.700000', '141705.160000', '141705.620000', '141706.080000', '141706.540000', '141707.000000', '141707.460000', '141707.920000', '141708.380000', '141708.840000', '141709.300000', '141709.760000', '141710.220000', '141710.680000', '141711.140000', '141711.600000', '141712.060000', '141712.520000', '141712.980000', '141713.440000', '141713.900000', '141714.360000', '141714.820000', '141715.280000', '141715.740000', '141716.200000', '141716.660000', '141717.120000', '141717.580000', '141718.040000', '141718.500000', '141718.960000', '141719.420000', '141719.880000', '141720.340000', '141720.800000', '141721.260000', '141721.720000', '141722.180000', '141722.640000', '141723.100000', '141723.560000', '141724.020000', '141724.480000', '141724.940000', '141725.400000', '141725.860000', '141726.320000', '141726.780000', '141727.240000', '141727.700000', '141728.160000', '141728.620000', '141729.080000', '141729.540000', '141730.000000', '141730.460000', '141730.920000', '141731.380000', '141731.840000', '141732.300000', '141732.760000', '141733.220000', '141733.680000', '141734.140000', '141734.600000', '141735.060000', '141735.520000', '141735.980000', '141736.440000', '141736.900000', '141737.360000', '141737.820000', '141738.280000', '141738.740000', '141739.200000', '141739.660000', '141740.120000', '141740.580000', '141741.040000', '141741.500000', '141741.960000', '141742.420000', '141742.880000', '141743.340000', '141743.800000', '141744.260000', '141744.720000', '141745.180000', '141745.640000', '141746.100000', '141746.560000', '141747.020000', '141747.480000', '141747.940000', '141748.400000', '141748.860000', '141749.320000', '141749.780000', '141750.240000', '141750.700000', '141751.160000', '141751.620000', '141752.080000', '141752.540000', '141753.000000', '141753.460000', '141753.920000', '141754.380000', '141754.840000', '141755.300000', '141755.760000', '141756.220000', '141756.680000', '141757.140000', '141757.600000', '141758.060000', '141758.520000', '141758.980000', '141759.440000', '141759.900000', '141800.360000', '141800.820000', '141801.280000', '141801.740000', '141802.200000', '141802.660000', '141803.120000', '141803.580000', '141804.040000', '141804.500000', '141804.960000', '141805.420000', '141805.880000', '141806.340000', '141806.800000', '141807.260000', '141807.720000', '141808.180000', '141808.640000', '141809.100000', '141809.560000', '141810.020000', '141810.480000', '141810.940000', '141811.400000', '141811.860000', '141812.320000', '141812.780000', '141813.240000', '141813.700000', '141814.160000', '141814.620000', '141815.080000', '141815.540000', '141816.000000', '141816.460000', '141816.920000', '141817.380000', '141817.840000', '141818.300000', '141818.760000', '141819.220000', '141819.680000', '141820.140000', '141820.600000', '141821.060000', '141821.520000', '141821.980000', '141822.440000', '141822.900000', '141823.360000', '141823.820000', '141824.280000', '141824.740000', '141825.200000', '141825.660000', '141826.120000', '141826.580000', '141827.040000', '141827.500000', '141827.960000', '141828.420000', '141828.880000', '141829.340000', '141829.800000', '141830.260000', '141830.720000', '141831.180000', '141831.640000', '141832.100000', '141832.560000', '141833.020000', '141833.480000', '141833.940000', '141834.400000', '141834.860000', '141835.320000', '141835.780000', '141836.240000', '141836.700000', '141837.160000', '141837.620000', '141838.080000', '141838.540000', '141839.000000', '141839.460000', '141839.920000', '141840.380000', '141840.840000', '141841.300000', '141841.760000', '141842.220000', '141842.680000', '141843.140000', '141843.600000', '141844.060000', '141844.520000', '141844.980000', '141845.440000', '141845.900000', '141846.360000', '141846.820000', '141847.280000', '141847.740000', '141848.200000', '141848.660000', '141849.120000', '141849.580000', '141850.040000', '141850.500000', '141850.960000', '141851.420000', '141851.880000', '141852.340000', '141852.800000', '141853.260000', '141853.720000', '141854.180000', '141854.640000', '141855.100000', '141855.560000', '141856.020000', '141856.480000', '141856.940000', '141857.400000', '141857.860000', '141858.320000', '141858.780000', '141859.240000', '141859.700000', '141900.160000', '141900.620000', '141901.080000', '141901.540000', '141902.000000', '141902.460000', '141902.920000', '141903.380000', '141903.840000', '141904.300000', '141904.760000', '141905.220000', '141905.680000', '141906.140000', '141906.600000', '141907.060000', '141907.520000', '141907.980000', '141908.440000', '141908.900000', '141909.360000', '141909.820000', '141910.280000', '141910.740000', '141911.200000', '141911.660000', '141912.120000', '141912.580000', '141913.040000', '141913.500000', '141913.960000', '141914.420000', '141914.880000', '141915.340000', '141915.800000', '141916.260000', '141916.720000', '141917.180000', '141917.640000', '141918.100000', '141918.560000', '141919.020000', '141919.480000', '141919.940000', '141920.400000', '141920.860000', '141921.320000', '141921.780000', '141922.240000', '141922.700000', '141923.160000', '141923.620000', '141924.080000', '141924.540000', '141925.000000', '141925.460000', '141925.920000', '141926.380000', '141926.840000', '141927.300000', '141927.760000', '141928.220000', '141928.680000', '141929.140000', '141929.600000', '141930.060000', '141930.520000', '141930.980000', '141931.440000', '141931.900000', '141932.360000', '141932.820000', '141933.280000', '141933.740000', '141934.200000', '141934.660000', '141935.120000', '141935.580000', '141936.040000', '141936.500000', '141936.960000', '141937.420000', '141937.880000', '141938.340000', '141938.800000', '141939.260000', '141939.720000', '141940.180000', '141940.640000', '141941.100000', '141941.560000', '141942.020000', '141942.480000', '141942.940000', '141943.400000', '141943.860000', '141944.320000', '141944.780000', '141945.240000', '141945.700000', '141946.160000', '141946.620000', '141947.080000', '141947.540000', '141948.000000', '141948.460000', '141948.920000', '141949.380000', '141949.840000', '141950.300000', '141950.760000', '141951.220000', '141951.680000', '141952.140000', '141952.600000', '141953.060000', '141953.520000', '141953.980000', '141954.440000', '141954.900000', '141955.360000', '141955.820000', '141956.280000', '141956.740000', '141957.200000', '141957.660000', '141958.120000', '141958.580000', '141959.040000', '141959.500000', '141959.960000', '142000.420000', '142000.880000', '142001.340000', '142001.800000', '142002.260000', '142002.720000', '142003.180000', '142003.640000', '142004.100000', '142004.560000', '142005.020000', '142005.480000', '142005.940000', '142006.400000', '142006.860000', '142007.320000', '142007.780000', '142008.240000', '142008.700000', '142009.160000', '142009.620000', '142010.080000', '142010.540000', '142011.000000', '142011.460000', '142011.920000', '142012.380000', '142012.840000', '142013.300000', '142013.760000', '142014.220000', '142014.680000', '142015.140000', '142015.600000', '142016.060000', '142016.520000', '142016.980000', '142017.440000', '142017.900000', '142018.360000', '142018.820000', '142019.280000', '142019.740000', '142020.200000', '142020.660000', '142021.120000', '142021.580000', '142022.040000', '142022.500000', '142022.960000', '142023.420000', '142023.880000', '142024.340000', '142024.800000', '142025.260000', '142025.720000', '142026.180000', '142026.640000', '142027.100000', '142027.560000', '142028.020000', '142028.480000', '142028.940000', '142029.400000', '142029.860000', '142030.320000', '142030.780000', '142031.240000', '142031.700000', '142032.160000', '142032.620000', '142033.080000', '142033.540000', '142034.000000', '142034.460000', '142034.920000', '142035.380000', '142035.840000', '142036.300000', '142036.760000', '142037.220000', '142037.680000', '142038.140000', '142038.600000', '142039.060000', '142039.520000', '142039.980000', '142040.440000', '142040.900000', '142041.360000', '142041.820000', '142042.280000', '142042.740000', '142043.200000', '142043.660000', '142044.120000', '142044.580000', '142045.040000', '142045.500000', '142045.960000', '142046.420000', '142046.880000', '142047.340000', '142047.800000', '142048.260000', '142048.720000', '142049.180000', '142049.640000', '142050.100000', '142050.560000', '142051.020000', '142051.480000', '142051.940000', '142052.400000', '142052.860000', '142053.320000', '142053.780000', '142054.240000', '142054.700000', '142055.160000', '142055.620000', '142056.080000', '142056.540000', '142057.000000', '142057.460000', '142057.920000', '142058.380000', '142058.840000', '142059.300000', '142059.760000', '142100.220000', '142100.680000', '142101.140000', '142101.600000', '142102.060000', '142102.520000', '142102.980000', '142103.440000', '142103.900000', '142104.360000', '142104.820000', '142105.280000', '142105.740000', '142106.200000', '142106.660000', '142107.120000', '142107.580000', '142108.040000', '142108.500000', '142108.960000', '142109.420000', '142109.880000', '142110.340000', '142110.800000', '142111.260000', '142111.720000', '142112.180000', '142112.640000', '142113.100000', '142113.560000', '142114.020000', '142114.480000', '142114.940000', '142115.400000', '142115.860000', '142116.320000', '142116.780000', '142117.240000', '142117.700000', '142118.160000', '142118.620000', '142119.080000', '142119.540000', '142120.000000', '142120.460000', '142120.920000', '142121.380000', '142121.840000', '142122.300000', '142122.760000', '142123.220000', '142123.680000', '142124.140000', '142124.600000', '142125.060000', '142125.520000', '142125.980000', '142126.440000', '142126.900000', '142127.360000', '142127.820000', '142128.280000', '142128.740000', '142129.200000', '142129.660000', '142130.120000', '142130.580000', '142131.040000', '142131.500000', '142131.960000', '142132.420000', '142132.880000', '142133.340000', '142133.800000', '142134.260000', '142134.720000', '142135.180000', '142135.640000', '142136.100000', '142136.560000', '142137.020000', '142137.480000', '142137.940000', '142138.400000', '142138.860000', '142139.320000', '142139.780000', '142140.240000', '142140.700000', '142141.160000', '142141.620000', '142142.080000', '142142.540000', '142143.000000', '142143.460000', '142143.920000', '142144.380000', '142144.840000', '142145.300000', '142145.760000', '142146.220000', '142146.680000', '142147.140000', '142147.600000', '142148.060000', '142148.520000', '142148.980000', '142149.440000', '142149.900000', '142150.360000', '142150.820000', '142151.280000', '142151.740000', '142152.200000', '142152.660000', '142153.120000', '142153.580000', '142154.040000', '142154.500000', '142154.960000', '142155.420000', '142155.880000', '142156.340000', '142156.800000', '142157.260000', '142157.720000', '142158.180000', '142158.640000', '142159.100000', '142159.560000', '142200.020000', '142200.480000', '142200.940000', '142201.400000', '142201.860000', '142202.320000', '142202.780000', '142203.240000', '142203.700000', '142204.160000', '142204.620000', '142205.080000', '142205.540000', '142206.000000', '142206.460000', '142206.920000', '142207.380000', '142207.840000', '142208.300000', '142208.760000', '142209.220000', '142209.680000', '142210.140000', '142210.600000', '142211.060000', '142211.520000', '142211.980000', '142212.440000', '142212.900000', '142213.360000', '142213.820000', '142214.280000', '142214.740000', '142215.200000', '142215.660000', '142216.120000', '142216.580000', '142217.040000', '142217.500000', '142217.960000', '142218.420000', '142218.880000', '142219.340000', '142219.800000', '142220.260000', '142220.720000', '142221.180000', '142221.640000', '142222.100000', '142222.560000', '142223.020000', '142223.480000', '142223.940000', '142224.400000', '142224.860000', '142225.320000', '142225.780000', '142226.240000', '142226.700000', '142227.160000', '142227.620000', '142228.080000', '142228.540000', '142229.000000', '142229.460000', '142229.920000', '142230.380000', '142230.840000', '142231.300000', '142231.760000', '142232.220000', '142232.680000', '142233.140000', '142233.600000', '142234.060000', '142234.520000', '142234.980000', '142235.440000', '142235.900000', '142236.360000', '142236.820000', '142237.280000', '142237.740000', '142238.200000', '142238.660000', '142239.120000', '142239.580000', '142240.040000', '142240.500000', '142240.960000', '142241.420000', '142241.880000', '142242.340000', '142242.800000', '142243.260000', '142243.720000', '142244.180000', '142244.640000', '142245.100000', '142245.560000', '142246.020000', '142246.480000', '142246.940000', '142247.400000', '142247.860000', '142248.320000', '142248.780000', '142249.240000', '142249.700000', '142250.160000', '142250.620000', '142251.080000', '142251.540000', '142252.000000', '142252.460000', '142252.920000', '142253.380000', '142253.840000', '142254.300000', '142254.760000', '142255.220000', '142255.680000', '142256.140000', '142256.600000', '142257.060000', '142257.520000', '142257.980000', '142258.440000', '142258.900000', '142259.360000', '142259.820000', '142300.280000', '142300.740000', '142301.200000', '142301.660000', '142302.120000', '142302.580000', '142303.040000', '142303.500000', '142303.960000', '142304.420000', '142304.880000', '142305.340000', '142305.800000', '142306.260000', '142306.720000', '142307.180000', '142307.640000', '142308.100000', '142308.560000', '142309.020000', '142309.480000', '142309.940000', '142310.400000', '142310.860000', '142311.320000', '142311.780000', '142312.240000', '142312.700000', '142313.160000', '142313.620000', '142314.080000', '142314.540000', '142315.000000', '142315.460000', '142315.920000', '142316.380000', '142316.840000', '142317.300000', '142317.760000', '142318.220000', '142318.680000', '142319.140000', '142319.600000', '142320.060000', '142320.520000', '142320.980000', '142321.440000', '142321.900000', '142322.360000', '142322.820000', '142323.280000', '142323.740000', '142324.200000', '142324.660000', '142325.120000', '142325.580000', '142326.040000', '142326.500000', '142326.960000', '142327.420000', '142327.880000', '142328.340000', '142328.800000', '142329.260000', '142329.720000', '142330.180000', '142330.640000', '142331.100000', '142331.560000', '142332.020000', '142332.480000', '142332.940000', '142333.400000', '142333.860000', '142334.320000', '142334.780000', '142335.240000', '142335.700000', '142336.160000', '142336.620000', '142337.080000', '142337.540000', '142338.000000', '142338.460000', '142338.920000', '142339.380000', '142339.840000', '142340.300000', '142340.760000', '142341.220000', '142341.680000', '142342.140000', '142342.600000', '142343.060000', '142343.520000', '142343.980000', '142344.440000', '142344.900000', '142345.360000', '142345.820000', '142346.280000', '142346.740000', '142347.200000', '142347.660000', '142348.120000', '142348.580000', '142349.040000', '142349.500000', '142349.960000', '142350.420000', '142350.880000', '142351.340000', '142351.800000', '142352.260000', '142352.720000', '142353.180000', '142353.640000', '142354.100000', '142354.560000', '142355.020000', '142355.480000', '142355.940000', '142356.400000', '142356.860000', '142357.320000', '142357.780000', '142358.240000', '142358.700000', '142359.160000', '142359.620000', '142400.080000', '142400.540000', '142401.000000', '142401.460000', '142401.920000', '142402.380000', '142402.840000', '142403.300000', '142403.760000', '142404.220000', '142404.680000', '142405.140000', '142405.600000', '142406.060000', '142406.520000', '142406.980000', '142407.440000', '142407.900000', '142408.360000', '142408.820000', '142409.280000', '142409.740000', '142410.200000', '142410.660000', '142411.120000', '142411.580000', '142412.040000', '142412.500000', '142412.960000', '142413.420000', '142413.880000', '142414.340000', '142414.800000', '142415.260000', '142415.720000', '142416.180000', '142416.640000', '142417.100000', '142417.560000', '142418.020000', '142418.480000', '142418.940000', '142419.400000', '142419.860000', '142420.320000', '142420.780000', '142421.240000', '142421.700000', '142422.160000', '142422.620000', '142423.080000', '142423.540000', '142424.000000', '142424.460000', '142424.920000', '142425.380000', '142425.840000', '142426.300000', '142426.760000', '142427.220000', '142427.680000', '142428.140000', '142428.600000', '142429.060000', '142429.520000', '142429.980000', '142430.440000', '142430.900000', '142431.360000', '142431.820000', '142432.280000', '142432.740000', '142433.200000', '142433.660000', '142434.120000', '142434.580000', '142435.040000', '142435.500000', '142435.960000', '142436.420000', '142436.880000', '142437.340000', '142437.800000', '142438.260000', '142438.720000', '142439.180000', '142439.640000', '142440.100000', '142440.560000', '142441.020000', '142441.480000', '142441.940000', '142442.400000', '142442.860000', '142443.320000', '142443.780000', '142444.240000', '142444.700000', '142445.160000', '142445.620000', '142446.080000', '142446.540000', '142447.000000', '142447.460000', '142447.920000', '142448.380000', '142448.840000', '142449.300000', '142449.760000', '142450.220000', '142450.680000', '142451.140000', '142451.600000', '142452.060000', '142452.520000', '142452.980000', '142453.440000', '142453.900000', '142454.360000', '142454.820000', '142455.280000', '142455.740000', '142456.200000', '142456.660000', '142457.120000', '142457.580000', '142458.040000', '142458.500000', '142458.960000', '142459.420000', '142459.880000', '142500.340000', '142500.800000', '142501.260000', '142501.720000', '142502.180000', '142502.640000', '142503.100000', '142503.560000', '142504.020000', '142504.480000', '142504.940000', '142505.400000', '142505.860000', '142506.320000', '142506.780000', '142507.240000', '142507.700000', '142508.160000', '142508.620000', '142509.080000', '142509.540000', '142510.000000', '142510.460000', '142510.920000', '142511.380000', '142511.840000', '142512.300000', '142512.760000', '142513.220000', '142513.680000', '142514.140000', '142514.600000', '142515.060000', '142515.520000', '142515.980000', '142516.440000', '142516.900000', '142517.360000', '142517.820000', '142518.280000', '142518.740000', '142519.200000', '142519.660000', '142520.120000', '142520.580000', '142521.040000', '142521.500000', '142521.960000', '142522.420000', '142522.880000', '142523.340000', '142523.800000', '142524.260000', '142524.720000', '142525.180000', '142525.640000', '142526.100000', '142526.560000', '142527.020000', '142527.480000', '142527.940000', '142528.400000', '142528.860000', '142529.320000', '142529.780000', '142530.240000', '142530.700000', '142531.160000', '142531.620000', '142532.080000', '142532.540000', '142533.000000', '142533.460000', '142533.920000', '142534.380000', '142534.840000', '142535.300000', '142535.760000', '142536.220000', '142536.680000', '142537.140000', '142537.600000', '142538.060000', '142538.520000', '142538.980000', '142539.440000', '142539.900000', '142540.360000', '142540.820000', '142541.280000', '142541.740000', '142542.200000', '142542.660000', '142543.120000', '142543.580000', '142544.040000', '142544.500000', '142544.960000', '142545.420000', '142545.880000', '142546.340000', '142546.800000', '142547.260000', '142547.720000', '142548.180000', '142548.640000', '142549.100000', '142549.560000', '142550.020000', '142550.480000', '142550.940000', '142551.400000', '142551.860000', '142552.320000', '142552.780000', '142553.240000', '142553.700000', '142554.160000', '142554.620000', '142555.080000', '142555.540000', '142556.000000', '142556.460000', '142556.920000', '142557.380000', '142557.840000', '142558.300000', '142558.760000', '142559.220000', '142559.680000', '142600.140000', '142600.600000', '142601.060000', '142601.520000', '142601.980000', '142602.440000', '142602.900000', '142603.360000', '142603.820000', '142604.280000', '142604.740000', '142605.200000', '142605.660000', '142606.120000', '142606.580000', '142607.040000', '142607.500000', '142607.960000', '142608.420000', '142608.880000', '142609.340000', '142609.800000', '142610.260000', '142610.720000', '142611.180000', '142611.640000', '142612.100000', '142612.560000', '142613.020000', '142613.480000', '142613.940000', '142614.400000', '142614.860000', '142615.320000', '142615.780000', '142616.240000', '142616.700000', '142617.160000', '142617.620000', '142618.080000', '142618.540000', '142619.000000', '142619.460000', '142619.920000', '142620.380000', '142620.840000', '142621.300000', '142621.760000', '142622.220000', '142622.680000', '142623.140000', '142623.600000', '142624.060000', '142624.520000', '142624.980000', '142625.440000', '142625.900000', '142626.360000', '142626.820000', '142627.280000', '142627.740000', '142628.200000', '142628.660000', '142629.120000', '142629.580000', '142630.040000', '142630.500000', '142630.960000', '142631.420000', '142631.880000', '142632.340000', '142632.800000', '142633.260000', '142633.720000', '142634.180000', '142634.640000', '142635.100000', '142635.560000', '142636.020000', '142636.480000', '142636.940000', '142637.400000', '142637.860000', '142638.320000', '142638.780000', '142639.240000', '142639.700000', '142640.160000', '142640.620000', '142641.080000', '142641.540000', '142642.000000', '142642.460000', '142642.920000', '142643.380000', '142643.840000', '142644.300000', '142644.760000', '142645.220000', '142645.680000', '142646.140000', '142646.600000', '142647.060000', '142647.520000', '142647.980000', '142648.440000'], 'ContentTime': ['141652.972000', '141652.975000', '141652.978000', '141652.981000', '141652.983000', '141652.986000', '141652.989000', '141652.991000', '141652.994000', '141652.996000', '141653.000000', '141653.003000', '141653.005000', '141653.008000', '141653.010000', '141653.021000', '141653.023000', '141653.026000', '141653.028000', '141653.031000', '141653.034000', '141653.036000', '141653.039000', '141653.041000', '141653.044000', '141653.046000', '141653.055000', '141653.058000', '141653.060000', '141653.063000', '141653.065000', '141653.068000', '141653.071000', '141653.073000', '141653.076000', '141653.078000', '141712.942000', '141712.945000', '141712.948000', '141712.950000', '141712.953000', '141712.956000', '141712.958000', '141712.961000', '141712.964000', '141712.974000', '141712.977000', '141712.979000', '141712.982000', '141712.984000', '141712.987000', '141712.990000', '141712.992000', '141712.995000', '141712.997000', '141713.023000', '141713.026000', '141713.029000', '141713.031000', '141713.034000', '141713.037000', '141713.039000', '141713.043000', '141713.045000', '141713.048000', '141713.051000', '141713.053000', '141713.056000', '141713.058000', '141713.061000', '141713.064000', '141713.066000', '141713.069000', '141713.071000', '141713.074000', '141713.077000', '141713.079000', '141713.082000', '141713.084000', '141732.943000', '141732.947000', '141732.950000', '141732.953000', '141732.955000', '141732.958000', '141732.969000', '141732.972000', '141732.974000', '141732.977000', '141732.980000', '141732.982000', '141732.985000', '141732.988000', '141732.990000', '141732.993000', '141732.995000', '141732.998000', '141733.002000', '141733.004000', '141733.007000', '141733.010000', '141733.013000', '141733.015000', '141733.018000', '141733.021000', '141733.023000', '141733.026000', '141733.028000', '141733.031000', '141733.034000', '141733.036000', '141733.039000', '141733.042000', '141733.044000', '141733.047000', '141733.049000', '141733.052000', '141733.055000', '141733.057000', '141733.060000', '141733.062000', '141733.065000', '141733.067000', '141752.943000', '141752.946000', '141752.949000', '141752.952000', '141752.954000', '141752.957000', '141752.959000', '141752.962000', '141752.965000', '141752.967000', '141752.970000', '141752.973000', '141752.975000', '141752.978000', '141752.980000', '141752.983000', '141752.986000', '141752.988000', '141752.991000', '141752.994000', '141752.996000', '141753.000000', '141753.002000', '141753.005000', '141753.008000', '141753.010000', '141753.013000', '141753.021000', '141753.024000', '141753.026000', '141753.029000', '141753.032000', '141753.034000', '141753.037000', '141753.039000', '141753.042000', '141753.044000', '141753.047000', '141753.050000', '141753.052000', '141753.055000', '141753.057000', '141753.060000', '141812.943000', '141812.946000', '141812.949000', '141812.952000', '141812.955000', '141812.957000', '141812.960000', '141812.962000', '141812.965000', '141812.967000', '141812.970000', '141812.973000', '141812.975000', '141812.978000', '141812.980000', '141812.983000', '141812.986000', '141812.988000', '141812.991000', '141812.994000', '141812.996000', '141813.000000', '141813.002000', '141813.005000', '141813.008000', '141813.010000', '141813.013000', '141813.015000', '141813.018000', '141813.021000', '141813.023000', '141813.026000', '141813.029000', '141813.031000', '141813.034000', '141813.036000', '141813.039000', '141813.041000', '141813.044000', '141813.047000', '141813.049000', '141813.052000', '141813.055000', '141813.057000', '141832.943000', '141832.946000', '141832.949000', '141832.952000', '141832.954000', '141832.957000', '141832.960000', '141832.963000', '141832.965000', '141832.968000', '141832.971000', '141832.973000', '141832.976000', '141832.978000', '141832.981000', '141832.984000', '141832.986000', '141832.989000', '141832.992000', '141832.994000', '141832.997000', '141833.000000', '141833.003000', '141833.006000', '141833.008000', '141833.011000', '141833.014000', '141833.016000', '141833.019000', '141833.021000', '141833.024000', '141833.027000', '141833.029000', '141833.032000', '141833.034000', '141833.037000', '141833.040000', '141833.042000', '141833.045000', '141833.047000', '141833.050000', '141833.053000', '141833.055000', '141852.943000', '141852.946000', '141852.949000', '141852.952000', '141852.954000', '141852.957000', '141852.960000', '141852.962000', '141852.965000', '141852.967000', '141852.970000', '141852.973000', '141852.975000', '141852.978000', '141852.980000', '141852.983000', '141852.986000', '141852.988000', '141852.991000', '141852.994000', '141852.996000', '141853.000000', '141853.002000', '141853.005000', '141853.008000', '141853.010000', '141853.013000', '141853.016000', '141853.018000', '141853.028000', '141853.030000', '141853.033000', '141853.036000', '141853.038000', '141853.041000', '141853.043000', '141853.046000', '141853.049000', '141853.051000', '141853.054000', '141853.057000', '141853.059000', '141853.062000', '141853.064000', '141912.944000', '141912.946000', '141912.949000', '141912.952000', '141912.954000', '141912.957000', '141912.959000', '141912.962000', '141912.965000', '141912.967000', '141912.970000', '141912.973000', '141912.975000', '141912.978000', '141912.980000', '141912.983000', '141912.986000', '141912.988000', '141912.991000', '141912.994000', '141912.996000', '141913.000000', '141913.002000', '141913.005000', '141913.007000', '141913.010000', '141913.013000', '141913.015000', '141913.018000', '141913.021000', '141913.023000', '141913.026000', '141913.028000', '141913.031000', '141913.034000', '141913.036000', '141913.039000', '141913.041000', '141913.044000', '141913.047000', '141913.049000', '141913.052000', '141913.055000', '141932.943000', '141932.945000', '141932.948000', '141932.951000', '141932.953000', '141932.956000', '141932.959000', '141932.961000', '141932.964000', '141932.966000', '141932.969000', '141932.972000', '141932.974000', '141932.977000', '141932.979000', '141932.982000', '141932.985000', '141932.987000', '141932.990000', '141932.992000', '141932.995000', '141932.998000', '141933.001000', '141933.004000', '141933.006000', '141933.009000', '141933.012000', '141933.014000', '141933.017000', '141933.020000', '141933.022000', '141933.025000', '141933.028000', '141933.030000', '141933.033000', '141933.035000', '141933.038000', '141933.041000', '141933.043000', '141933.046000', '141933.049000', '141933.051000', '141933.055000', '141933.058000', '141952.943000', '141952.946000', '141952.949000', '141952.951000', '141952.954000', '141952.957000', '141952.959000', '141952.962000', '141952.965000', '141952.967000', '141952.970000', '141952.972000', '141952.975000', '141952.978000', '141952.980000', '141952.983000', '141952.986000', '141952.988000', '141952.991000', '141952.993000', '141952.996000', '141953.000000', '141953.002000', '141953.005000', '141953.007000', '141953.010000', '141953.013000', '141953.015000', '141953.018000', '141953.020000', '141953.023000', '141953.026000', '141953.028000', '141953.031000', '141953.033000', '141953.036000', '141953.039000', '141953.041000', '141953.044000', '141953.047000', '141953.050000', '141953.052000', '141953.055000', '142012.943000', '142012.946000', '142012.949000', '142012.952000', '142012.954000', '142012.957000', '142012.959000', '142012.962000', '142012.965000', '142012.967000', '142012.970000', '142012.973000', '142012.975000', '142012.978000', '142012.980000', '142012.983000', '142012.986000', '142012.988000', '142012.991000', '142012.993000', '142012.996000', '142013.000000', '142013.002000', '142013.005000', '142013.007000', '142013.010000', '142013.013000', '142013.015000', '142013.018000', '142013.021000', '142013.023000', '142013.026000', '142013.028000', '142013.031000', '142013.034000', '142013.036000', '142013.039000', '142013.042000', '142013.044000', '142013.047000', '142013.049000', '142013.052000', '142013.055000', '142013.057000', '142032.944000', '142032.946000', '142032.949000', '142032.952000', '142032.954000', '142032.957000', '142032.960000', '142032.962000', '142032.965000', '142032.967000', '142032.997000', '142033.001000', '142033.003000', '142033.006000', '142033.008000', '142033.011000', '142033.014000', '142033.016000', '142033.019000', '142033.022000', '142033.024000', '142033.027000', '142033.030000', '142033.032000', '142033.035000', '142033.037000', '142033.040000', '142033.043000', '142033.045000', '142033.048000', '142033.051000', '142033.053000', '142033.056000', '142033.059000', '142033.061000', '142033.064000', '142033.066000', '142033.069000', '142033.072000', '142033.074000', '142033.077000', '142033.080000', '142033.082000', '142052.944000', '142052.946000', '142052.949000', '142052.951000', '142052.954000', '142052.957000', '142052.959000', '142052.962000', '142052.965000', '142052.967000', '142052.970000', '142052.972000', '142052.975000', '142052.978000', '142052.980000', '142052.983000', '142052.986000', '142052.988000', '142052.991000', '142052.993000', '142052.996000', '142053.000000', '142053.002000', '142053.005000', '142053.008000', '142053.010000', '142053.013000', '142053.015000', '142053.018000', '142053.021000', '142053.023000', '142053.026000', '142053.028000', '142053.031000', '142053.034000', '142053.036000', '142053.039000', '142053.042000', '142053.044000', '142053.047000', '142053.049000', '142053.052000', '142053.055000', '142053.057000', '142112.944000', '142112.946000', '142112.949000', '142112.952000', '142112.954000', '142112.957000', '142112.960000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.975000', '142112.978000', '142112.981000', '142112.983000', '142112.986000', '142112.988000', '142112.991000', '142112.994000', '142112.996000', '142113.000000', '142113.003000', '142113.005000', '142113.008000', '142113.010000', '142113.013000', '142113.016000', '142113.018000', '142113.021000', '142113.024000', '142113.026000', '142113.029000', '142113.031000', '142113.045000', '142113.048000', '142113.051000', '142113.053000', '142113.056000', '142113.059000', '142113.061000', '142113.064000', '142113.067000', '142132.943000', '142132.945000', '142132.948000', '142132.951000', '142132.953000', '142132.956000', '142132.959000', '142132.961000', '142132.964000', '142132.967000', '142132.969000', '142132.972000', '142132.974000', '142132.977000', '142132.980000', '142132.982000', '142132.985000', '142132.988000', '142132.990000', '142132.993000', '142132.996000', '142132.998000', '142133.002000', '142133.005000', '142133.007000', '142133.010000', '142133.012000', '142133.015000', '142133.018000', '142133.020000', '142133.023000', '142133.025000', '142133.028000', '142133.031000', '142133.033000', '142133.036000', '142133.038000', '142133.041000', '142133.044000', '142133.046000', '142133.049000', '142133.051000', '142133.054000', '142133.057000', '142152.944000', '142152.947000', '142152.949000', '142152.952000', '142152.955000', '142152.957000', '142152.960000', '142152.962000', '142152.965000', '142152.968000', '142152.970000', '142152.973000', '142152.976000', '142152.978000', '142152.981000', '142152.984000', '142152.986000', '142152.989000', '142152.991000', '142152.994000', '142152.997000', '142153.007000', '142153.010000', '142153.012000', '142153.015000', '142153.017000', '142153.020000', '142153.023000', '142153.025000', '142153.028000', '142153.030000', '142153.033000', '142153.036000', '142153.038000', '142153.041000', '142153.044000', '142153.046000', '142153.049000', '142153.052000', '142153.054000', '142153.057000', '142153.059000', '142153.062000', '142212.943000', '142212.946000', '142212.949000', '142212.952000', '142212.954000', '142212.957000', '142212.960000', '142212.965000', '142212.967000', '142212.970000', '142212.973000', '142212.975000', '142212.978000', '142212.981000', '142212.983000', '142212.986000', '142212.989000', '142212.991000', '142212.994000', '142212.996000', '142213.000000', '142213.003000', '142213.005000', '142213.008000', '142213.010000', '142213.013000', '142213.016000', '142213.018000', '142213.021000', '142213.024000', '142213.027000', '142213.029000', '142213.032000', '142213.035000', '142213.037000', '142213.040000', '142213.043000', '142213.045000', '142213.048000', '142213.050000', '142213.053000', '142213.056000', '142213.058000', '142213.061000', '142232.944000', '142232.946000', '142232.949000', '142232.952000', '142232.955000', '142232.957000', '142232.960000', '142232.962000', '142232.965000', '142232.968000', '142232.970000', '142232.973000', '142232.976000', '142232.978000', '142232.981000', '142232.983000', '142232.993000', '142232.996000', '142232.998000', '142233.002000', '142233.005000', '142233.007000', '142233.010000', '142233.013000', '142233.015000', '142233.018000', '142233.021000', '142233.023000', '142233.026000', '142233.028000', '142233.031000', '142233.034000', '142233.036000', '142233.039000', '142233.042000', '142233.044000', '142233.047000', '142233.049000', '142233.052000', '142233.055000', '142233.057000', '142233.060000', '142233.062000', '142252.943000', '142252.946000', '142252.949000', '142252.952000', '142252.954000', '142252.957000', '142252.959000', '142252.962000', '142252.965000', '142252.967000', '142252.970000', '142252.972000', '142252.975000', '142252.978000', '142252.980000', '142252.983000', '142252.985000', '142252.988000', '142252.991000', '142252.994000', '142252.996000', '142253.000000', '142253.002000', '142253.005000', '142253.008000', '142253.010000', '142253.013000', '142253.016000', '142253.019000', '142253.021000', '142253.024000', '142253.027000', '142253.029000', '142253.032000', '142253.039000', '142253.042000', '142253.045000', '142253.047000', '142253.050000', '142253.052000', '142253.055000', '142253.058000', '142253.060000', '142253.063000', '142312.944000', '142312.946000', '142312.949000', '142312.952000', '142312.954000', '142312.957000', '142312.960000', '142312.962000', '142312.965000', '142312.967000', '142312.970000', '142312.973000', '142312.975000', '142312.978000', '142312.980000', '142312.983000', '142312.986000', '142312.988000', '142312.991000', '142312.994000', '142312.996000', '142313.000000', '142313.002000', '142313.005000', '142313.007000', '142313.010000', '142313.013000', '142313.015000', '142313.018000', '142313.020000', '142313.023000', '142313.026000', '142313.055000', '142313.057000', '142313.060000', '142313.063000', '142313.065000', '142313.068000', '142313.070000', '142313.073000', '142313.076000', '142313.078000', '142313.081000', '142332.944000', '142332.946000', '142332.949000', '142332.952000', '142332.955000', '142332.957000', '142332.960000', '142332.962000', '142332.965000', '142332.968000', '142332.970000', '142332.973000', '142332.975000', '142332.978000', '142332.981000', '142332.983000', '142332.986000', '142332.988000', '142332.991000', '142332.994000', '142332.996000', '142333.000000', '142333.003000', '142333.006000', '142333.009000', '142333.012000', '142333.014000', '142333.017000', '142333.020000', '142333.022000', '142333.025000', '142333.028000', '142333.030000', '142333.033000', '142333.036000', '142333.038000', '142333.041000', '142333.044000', '142333.046000', '142333.049000', '142333.056000', '142333.058000', '142333.061000', '142352.943000', '142352.945000', '142352.948000', '142352.951000', '142352.954000', '142352.956000', '142352.959000', '142352.961000', '142352.964000', '142352.967000', '142352.969000', '142352.972000', '142352.975000', '142352.977000', '142352.980000', '142352.982000', '142352.985000', '142352.988000', '142352.990000', '142352.993000', '142352.996000', '142352.998000', '142353.002000', '142353.005000', '142353.007000', '142353.010000', '142353.012000', '142353.015000', '142353.018000', '142353.020000', '142353.023000', '142353.026000', '142353.028000', '142353.031000', '142353.033000', '142353.036000', '142353.039000', '142353.041000', '142353.044000', '142353.046000', '142353.049000', '142353.052000', '142353.054000', '142353.057000', '142412.944000', '142412.947000', '142412.949000', '142412.952000', '142412.954000', '142412.957000', '142412.960000', '142412.962000', '142412.965000', '142412.967000', '142412.970000', '142412.973000', '142412.975000', '142412.978000', '142412.980000', '142412.983000', '142412.986000', '142412.988000', '142412.991000', '142412.994000', '142412.996000', '142412.999000', '142413.002000', '142413.005000', '142413.007000', '142413.010000', '142413.013000', '142413.016000', '142413.018000', '142413.021000', '142413.024000', '142413.026000', '142413.029000', '142413.031000', '142413.034000', '142413.037000', '142413.039000', '142413.042000', '142413.044000', '142413.047000', '142413.050000', '142413.052000', '142413.055000', '142432.944000', '142432.947000', '142432.950000', '142432.952000', '142432.955000', '142432.957000', '142432.960000', '142432.963000', '142432.965000', '142432.968000', '142432.971000', '142432.973000', '142432.976000', '142432.978000', '142432.981000', '142432.984000', '142432.986000', '142432.989000', '142432.992000', '142432.994000', '142432.997000', '142433.000000', '142433.003000', '142433.006000', '142433.008000', '142433.011000', '142433.013000', '142433.016000', '142433.019000', '142433.021000', '142433.028000', '142433.031000', '142433.033000', '142433.036000', '142433.039000', '142433.041000', '142433.044000', '142433.047000', '142433.049000', '142433.052000', '142433.054000', '142433.057000', '142433.060000', '142433.062000', '142452.943000', '142452.946000', '142452.949000', '142452.951000', '142452.955000', '142452.957000', '142452.960000', '142452.962000', '142452.965000', '142452.968000', '142452.971000', '142452.973000', '142452.976000', '142452.978000', '142452.981000', '142452.984000', '142452.986000', '142452.989000', '142452.992000', '142452.994000', '142452.997000', '142453.000000', '142453.003000', '142453.006000', '142453.009000', '142453.011000', '142453.014000', '142453.017000', '142453.019000', '142453.022000', '142453.025000', '142453.027000', '142453.030000', '142453.032000', '142453.035000', '142453.038000', '142453.041000', '142453.044000', '142453.047000', '142453.049000', '142453.052000', '142453.054000', '142453.057000', '142512.944000', '142512.947000', '142512.949000', '142512.952000', '142512.954000', '142512.957000', '142512.960000', '142512.962000', '142512.965000', '142512.967000', '142512.970000', '142512.973000', '142512.975000', '142512.978000', '142512.980000', '142512.983000', '142512.986000', '142512.988000', '142512.991000', '142512.993000', '142512.996000', '142513.000000', '142513.002000', '142513.005000', '142513.008000', '142513.011000', '142513.013000', '142513.016000', '142513.018000', '142513.021000', '142513.024000', '142513.026000', '142513.029000', '142513.032000', '142513.034000', '142513.037000', '142513.039000', '142513.042000', '142513.045000', '142513.047000', '142513.050000', '142513.052000', '142513.055000', '142513.058000', '142532.944000', '142532.946000', '142532.949000', '142532.952000', '142532.954000', '142532.957000', '142532.959000', '142532.962000', '142532.965000', '142532.967000', '142532.970000', '142532.973000', '142532.975000', '142532.978000', '142532.980000', '142532.983000', '142532.986000', '142532.988000', '142532.991000', '142532.993000', '142532.996000', '142533.000000', '142533.002000', '142533.005000', '142533.007000', '142533.010000', '142533.013000', '142533.015000', '142533.018000', '142533.021000', '142533.023000', '142533.026000', '142533.029000', '142533.031000', '142533.034000', '142533.037000', '142533.039000', '142533.042000', '142533.045000', '142533.047000', '142533.050000', '142533.053000', '142533.055000', '142552.944000', '142552.946000', '142552.949000', '142552.952000', '142552.955000', '142552.957000', '142552.960000', '142552.962000', '142552.965000', '142552.968000', '142552.970000', '142552.973000', '142552.976000', '142552.978000', '142552.981000', '142552.983000', '142552.986000', '142552.989000', '142552.991000', '142552.994000', '142552.996000', '142553.000000', '142553.003000', '142553.005000', '142553.008000', '142553.011000', '142553.024000', '142553.026000', '142553.029000', '142553.031000', '142553.034000', '142553.037000', '142553.039000', '142553.042000', '142553.045000', '142553.047000', '142553.050000', '142553.053000', '142553.055000', '142553.058000', '142553.060000', '142553.063000', '142553.066000', '142553.068000', '142612.943000', '142612.945000', '142612.948000', '142612.951000', '142612.954000', '142612.956000', '142612.959000', '142612.962000', '142612.964000', '142612.967000', '142612.970000', '142612.972000', '142612.975000', '142612.977000', '142612.980000', '142612.983000', '142612.985000', '142612.988000', '142612.991000', '142612.993000', '142612.996000', '142612.998000', '142613.002000', '142613.005000', '142613.007000', '142613.010000', '142613.013000', '142613.015000', '142613.018000', '142613.020000', '142613.023000', '142613.026000', '142613.028000', '142613.031000', '142613.034000', '142613.036000', '142613.039000', '142613.042000', '142613.044000', '142613.047000', '142613.050000', '142613.052000', '142613.055000', '142632.944000', '142632.946000', '142632.949000', '142632.952000', '142632.955000', '142632.957000', '142632.960000', '142632.963000', '142632.965000', '142632.968000', '142632.971000', '142632.973000', '142632.976000', '142632.978000', '142632.981000', '142632.984000', '142632.986000', '142632.989000', '142632.992000', '142632.994000', '142632.997000', '142632.999000', '142633.002000', '142633.005000', '142633.007000', '142633.010000', '142633.013000', '142633.015000', '142633.018000', '142633.020000', '142633.023000', '142633.026000', '142633.028000', '142633.031000', '142633.034000', '142633.036000', '142633.039000', '142633.041000', '142633.044000', '142633.047000', '142633.050000', '142633.052000', '142633.055000', '142633.058000', '142650.277000', '142650.280000', '142650.283000', '142650.286000', '142650.288000', '142650.291000', '142650.294000', '142650.296000', '142650.299000', '142650.302000', '142650.304000', '142650.307000', '142650.310000', '142650.313000', '142650.315000', '142650.318000', '142650.321000', '142650.323000', '142650.326000', '142650.329000', '142650.331000', '142650.334000', '142650.337000', '142650.339000', '142650.342000', '142650.345000', '142650.347000', '142650.350000', '142650.353000', '142650.356000', '142650.359000', '142650.362000', '142650.365000', '142650.368000', '142650.372000', '142650.376000', '142650.379000', '142650.382000'], 'InstanceCreationTime': ['141652.972000', '141652.975000', '141652.978000', '141652.981000', '141652.983000', '141652.986000', '141652.989000', '141652.991000', '141652.994000', '141652.996000', '141653.000000', '141653.003000', '141653.005000', '141653.008000', '141653.010000', '141653.021000', '141653.023000', '141653.026000', '141653.028000', '141653.031000', '141653.034000', '141653.036000', '141653.039000', '141653.041000', '141653.044000', '141653.046000', '141653.055000', '141653.058000', '141653.060000', '141653.063000', '141653.065000', '141653.068000', '141653.071000', '141653.073000', '141653.076000', '141653.078000', '141712.942000', '141712.945000', '141712.948000', '141712.950000', '141712.953000', '141712.956000', '141712.958000', '141712.961000', '141712.964000', '141712.974000', '141712.977000', '141712.979000', '141712.982000', '141712.984000', '141712.987000', '141712.990000', '141712.992000', '141712.995000', '141712.997000', '141713.023000', '141713.026000', '141713.029000', '141713.031000', '141713.034000', '141713.037000', '141713.039000', '141713.043000', '141713.045000', '141713.048000', '141713.051000', '141713.053000', '141713.056000', '141713.058000', '141713.061000', '141713.064000', '141713.066000', '141713.069000', '141713.071000', '141713.074000', '141713.077000', '141713.079000', '141713.082000', '141713.084000', '141732.943000', '141732.947000', '141732.950000', '141732.953000', '141732.955000', '141732.958000', '141732.969000', '141732.972000', '141732.974000', '141732.977000', '141732.980000', '141732.982000', '141732.985000', '141732.988000', '141732.990000', '141732.993000', '141732.995000', '141732.998000', '141733.002000', '141733.004000', '141733.007000', '141733.010000', '141733.013000', '141733.015000', '141733.018000', '141733.021000', '141733.023000', '141733.026000', '141733.028000', '141733.031000', '141733.034000', '141733.036000', '141733.039000', '141733.042000', '141733.044000', '141733.047000', '141733.049000', '141733.052000', '141733.055000', '141733.057000', '141733.060000', '141733.062000', '141733.065000', '141733.067000', '141752.943000', '141752.946000', '141752.949000', '141752.952000', '141752.954000', '141752.957000', '141752.959000', '141752.962000', '141752.965000', '141752.967000', '141752.970000', '141752.973000', '141752.975000', '141752.978000', '141752.980000', '141752.983000', '141752.986000', '141752.988000', '141752.991000', '141752.994000', '141752.996000', '141753.000000', '141753.002000', '141753.005000', '141753.008000', '141753.010000', '141753.013000', '141753.021000', '141753.024000', '141753.026000', '141753.029000', '141753.032000', '141753.034000', '141753.037000', '141753.039000', '141753.042000', '141753.044000', '141753.047000', '141753.050000', '141753.052000', '141753.055000', '141753.057000', '141753.060000', '141812.943000', '141812.946000', '141812.949000', '141812.952000', '141812.955000', '141812.957000', '141812.960000', '141812.962000', '141812.965000', '141812.967000', '141812.970000', '141812.973000', '141812.975000', '141812.978000', '141812.980000', '141812.983000', '141812.986000', '141812.988000', '141812.991000', '141812.994000', '141812.996000', '141813.000000', '141813.002000', '141813.005000', '141813.008000', '141813.010000', '141813.013000', '141813.015000', '141813.018000', '141813.021000', '141813.023000', '141813.026000', '141813.029000', '141813.031000', '141813.034000', '141813.036000', '141813.039000', '141813.041000', '141813.044000', '141813.047000', '141813.049000', '141813.052000', '141813.055000', '141813.057000', '141832.943000', '141832.946000', '141832.949000', '141832.952000', '141832.954000', '141832.957000', '141832.960000', '141832.963000', '141832.965000', '141832.968000', '141832.971000', '141832.973000', '141832.976000', '141832.978000', '141832.981000', '141832.984000', '141832.986000', '141832.989000', '141832.992000', '141832.994000', '141832.997000', '141833.000000', '141833.003000', '141833.006000', '141833.008000', '141833.011000', '141833.014000', '141833.016000', '141833.019000', '141833.021000', '141833.024000', '141833.027000', '141833.029000', '141833.032000', '141833.034000', '141833.037000', '141833.040000', '141833.042000', '141833.045000', '141833.047000', '141833.050000', '141833.053000', '141833.055000', '141852.943000', '141852.946000', '141852.949000', '141852.952000', '141852.954000', '141852.957000', '141852.960000', '141852.962000', '141852.965000', '141852.967000', '141852.970000', '141852.973000', '141852.975000', '141852.978000', '141852.980000', '141852.983000', '141852.986000', '141852.988000', '141852.991000', '141852.994000', '141852.996000', '141853.000000', '141853.002000', '141853.005000', '141853.008000', '141853.010000', '141853.013000', '141853.016000', '141853.018000', '141853.028000', '141853.030000', '141853.033000', '141853.036000', '141853.038000', '141853.041000', '141853.043000', '141853.046000', '141853.049000', '141853.051000', '141853.054000', '141853.057000', '141853.059000', '141853.062000', '141853.064000', '141912.944000', '141912.946000', '141912.949000', '141912.952000', '141912.954000', '141912.957000', '141912.959000', '141912.962000', '141912.965000', '141912.967000', '141912.970000', '141912.973000', '141912.975000', '141912.978000', '141912.980000', '141912.983000', '141912.986000', '141912.988000', '141912.991000', '141912.994000', '141912.996000', '141913.000000', '141913.002000', '141913.005000', '141913.007000', '141913.010000', '141913.013000', '141913.015000', '141913.018000', '141913.021000', '141913.023000', '141913.026000', '141913.028000', '141913.031000', '141913.034000', '141913.036000', '141913.039000', '141913.041000', '141913.044000', '141913.047000', '141913.049000', '141913.052000', '141913.055000', '141932.943000', '141932.945000', '141932.948000', '141932.951000', '141932.953000', '141932.956000', '141932.959000', '141932.961000', '141932.964000', '141932.966000', '141932.969000', '141932.972000', '141932.974000', '141932.977000', '141932.979000', '141932.982000', '141932.985000', '141932.987000', '141932.990000', '141932.992000', '141932.995000', '141932.998000', '141933.001000', '141933.004000', '141933.006000', '141933.009000', '141933.012000', '141933.014000', '141933.017000', '141933.020000', '141933.022000', '141933.025000', '141933.028000', '141933.030000', '141933.033000', '141933.035000', '141933.038000', '141933.041000', '141933.043000', '141933.046000', '141933.049000', '141933.051000', '141933.055000', '141933.058000', '141952.943000', '141952.946000', '141952.949000', '141952.951000', '141952.954000', '141952.957000', '141952.959000', '141952.962000', '141952.965000', '141952.967000', '141952.970000', '141952.972000', '141952.975000', '141952.978000', '141952.980000', '141952.983000', '141952.986000', '141952.988000', '141952.991000', '141952.993000', '141952.996000', '141953.000000', '141953.002000', '141953.005000', '141953.007000', '141953.010000', '141953.013000', '141953.015000', '141953.018000', '141953.020000', '141953.023000', '141953.026000', '141953.028000', '141953.031000', '141953.033000', '141953.036000', '141953.039000', '141953.041000', '141953.044000', '141953.047000', '141953.050000', '141953.052000', '141953.055000', '142012.943000', '142012.946000', '142012.949000', '142012.952000', '142012.954000', '142012.957000', '142012.959000', '142012.962000', '142012.965000', '142012.967000', '142012.970000', '142012.973000', '142012.975000', '142012.978000', '142012.980000', '142012.983000', '142012.986000', '142012.988000', '142012.991000', '142012.993000', '142012.996000', '142013.000000', '142013.002000', '142013.005000', '142013.007000', '142013.010000', '142013.013000', '142013.015000', '142013.018000', '142013.021000', '142013.023000', '142013.026000', '142013.028000', '142013.031000', '142013.034000', '142013.036000', '142013.039000', '142013.042000', '142013.044000', '142013.047000', '142013.049000', '142013.052000', '142013.055000', '142013.057000', '142032.944000', '142032.946000', '142032.949000', '142032.952000', '142032.954000', '142032.957000', '142032.960000', '142032.962000', '142032.965000', '142032.967000', '142032.997000', '142033.001000', '142033.003000', '142033.006000', '142033.008000', '142033.011000', '142033.014000', '142033.016000', '142033.019000', '142033.022000', '142033.024000', '142033.027000', '142033.030000', '142033.032000', '142033.035000', '142033.037000', '142033.040000', '142033.043000', '142033.045000', '142033.048000', '142033.051000', '142033.053000', '142033.056000', '142033.059000', '142033.061000', '142033.064000', '142033.066000', '142033.069000', '142033.072000', '142033.074000', '142033.077000', '142033.080000', '142033.082000', '142052.944000', '142052.946000', '142052.949000', '142052.951000', '142052.954000', '142052.957000', '142052.959000', '142052.962000', '142052.965000', '142052.967000', '142052.970000', '142052.972000', '142052.975000', '142052.978000', '142052.980000', '142052.983000', '142052.986000', '142052.988000', '142052.991000', '142052.993000', '142052.996000', '142053.000000', '142053.002000', '142053.005000', '142053.008000', '142053.010000', '142053.013000', '142053.015000', '142053.018000', '142053.021000', '142053.023000', '142053.026000', '142053.028000', '142053.031000', '142053.034000', '142053.036000', '142053.039000', '142053.042000', '142053.044000', '142053.047000', '142053.049000', '142053.052000', '142053.055000', '142053.057000', '142112.944000', '142112.946000', '142112.949000', '142112.952000', '142112.954000', '142112.957000', '142112.960000', '142112.962000', '142112.965000', '142112.967000', '142112.970000', '142112.973000', '142112.975000', '142112.978000', '142112.981000', '142112.983000', '142112.986000', '142112.988000', '142112.991000', '142112.994000', '142112.996000', '142113.000000', '142113.003000', '142113.005000', '142113.008000', '142113.010000', '142113.013000', '142113.016000', '142113.018000', '142113.021000', '142113.024000', '142113.026000', '142113.029000', '142113.031000', '142113.045000', '142113.048000', '142113.051000', '142113.053000', '142113.056000', '142113.059000', '142113.061000', '142113.064000', '142113.067000', '142132.943000', '142132.945000', '142132.948000', '142132.951000', '142132.953000', '142132.956000', '142132.959000', '142132.961000', '142132.964000', '142132.967000', '142132.969000', '142132.972000', '142132.974000', '142132.977000', '142132.980000', '142132.982000', '142132.985000', '142132.988000', '142132.990000', '142132.993000', '142132.996000', '142132.998000', '142133.002000', '142133.005000', '142133.007000', '142133.010000', '142133.012000', '142133.015000', '142133.018000', '142133.020000', '142133.023000', '142133.025000', '142133.028000', '142133.031000', '142133.033000', '142133.036000', '142133.038000', '142133.041000', '142133.044000', '142133.046000', '142133.049000', '142133.051000', '142133.054000', '142133.057000', '142152.944000', '142152.947000', '142152.949000', '142152.952000', '142152.955000', '142152.957000', '142152.960000', '142152.962000', '142152.965000', '142152.968000', '142152.970000', '142152.973000', '142152.976000', '142152.978000', '142152.981000', '142152.984000', '142152.986000', '142152.989000', '142152.991000', '142152.994000', '142152.997000', '142153.007000', '142153.010000', '142153.012000', '142153.015000', '142153.017000', '142153.020000', '142153.023000', '142153.025000', '142153.028000', '142153.030000', '142153.033000', '142153.036000', '142153.038000', '142153.041000', '142153.044000', '142153.046000', '142153.049000', '142153.052000', '142153.054000', '142153.057000', '142153.059000', '142153.062000', '142212.943000', '142212.946000', '142212.949000', '142212.952000', '142212.954000', '142212.957000', '142212.960000', '142212.965000', '142212.967000', '142212.970000', '142212.973000', '142212.975000', '142212.978000', '142212.981000', '142212.983000', '142212.986000', '142212.989000', '142212.991000', '142212.994000', '142212.996000', '142213.000000', '142213.003000', '142213.005000', '142213.008000', '142213.010000', '142213.013000', '142213.016000', '142213.018000', '142213.021000', '142213.024000', '142213.027000', '142213.029000', '142213.032000', '142213.035000', '142213.037000', '142213.040000', '142213.043000', '142213.045000', '142213.048000', '142213.050000', '142213.053000', '142213.056000', '142213.058000', '142213.061000', '142232.944000', '142232.946000', '142232.949000', '142232.952000', '142232.955000', '142232.957000', '142232.960000', '142232.962000', '142232.965000', '142232.968000', '142232.970000', '142232.973000', '142232.976000', '142232.978000', '142232.981000', '142232.983000', '142232.993000', '142232.996000', '142232.998000', '142233.002000', '142233.005000', '142233.007000', '142233.010000', '142233.013000', '142233.015000', '142233.018000', '142233.021000', '142233.023000', '142233.026000', '142233.028000', '142233.031000', '142233.034000', '142233.036000', '142233.039000', '142233.042000', '142233.044000', '142233.047000', '142233.049000', '142233.052000', '142233.055000', '142233.057000', '142233.060000', '142233.062000', '142252.943000', '142252.946000', '142252.949000', '142252.952000', '142252.954000', '142252.957000', '142252.959000', '142252.962000', '142252.965000', '142252.967000', '142252.970000', '142252.972000', '142252.975000', '142252.978000', '142252.980000', '142252.983000', '142252.985000', '142252.988000', '142252.991000', '142252.994000', '142252.996000', '142253.000000', '142253.002000', '142253.005000', '142253.008000', '142253.010000', '142253.013000', '142253.016000', '142253.019000', '142253.021000', '142253.024000', '142253.027000', '142253.029000', '142253.032000', '142253.039000', '142253.042000', '142253.045000', '142253.047000', '142253.050000', '142253.052000', '142253.055000', '142253.058000', '142253.060000', '142253.063000', '142312.944000', '142312.946000', '142312.949000', '142312.952000', '142312.954000', '142312.957000', '142312.960000', '142312.962000', '142312.965000', '142312.967000', '142312.970000', '142312.973000', '142312.975000', '142312.978000', '142312.980000', '142312.983000', '142312.986000', '142312.988000', '142312.991000', '142312.994000', '142312.996000', '142313.000000', '142313.002000', '142313.005000', '142313.007000', '142313.010000', '142313.013000', '142313.015000', '142313.018000', '142313.020000', '142313.023000', '142313.026000', '142313.055000', '142313.057000', '142313.060000', '142313.063000', '142313.065000', '142313.068000', '142313.070000', '142313.073000', '142313.076000', '142313.078000', '142313.081000', '142332.944000', '142332.946000', '142332.949000', '142332.952000', '142332.955000', '142332.957000', '142332.960000', '142332.962000', '142332.965000', '142332.968000', '142332.970000', '142332.973000', '142332.975000', '142332.978000', '142332.981000', '142332.983000', '142332.986000', '142332.988000', '142332.991000', '142332.994000', '142332.996000', '142333.000000', '142333.003000', '142333.006000', '142333.009000', '142333.012000', '142333.014000', '142333.017000', '142333.020000', '142333.022000', '142333.025000', '142333.028000', '142333.030000', '142333.033000', '142333.036000', '142333.038000', '142333.041000', '142333.044000', '142333.046000', '142333.049000', '142333.056000', '142333.058000', '142333.061000', '142352.943000', '142352.945000', '142352.948000', '142352.951000', '142352.954000', '142352.956000', '142352.959000', '142352.961000', '142352.964000', '142352.967000', '142352.969000', '142352.972000', '142352.975000', '142352.977000', '142352.980000', '142352.982000', '142352.985000', '142352.988000', '142352.990000', '142352.993000', '142352.996000', '142352.998000', '142353.002000', '142353.005000', '142353.007000', '142353.010000', '142353.012000', '142353.015000', '142353.018000', '142353.020000', '142353.023000', '142353.026000', '142353.028000', '142353.031000', '142353.033000', '142353.036000', '142353.039000', '142353.041000', '142353.044000', '142353.046000', '142353.049000', '142353.052000', '142353.054000', '142353.057000', '142412.944000', '142412.947000', '142412.949000', '142412.952000', '142412.954000', '142412.957000', '142412.960000', '142412.962000', '142412.965000', '142412.967000', '142412.970000', '142412.973000', '142412.975000', '142412.978000', '142412.980000', '142412.983000', '142412.986000', '142412.988000', '142412.991000', '142412.994000', '142412.996000', '142412.999000', '142413.002000', '142413.005000', '142413.007000', '142413.010000', '142413.013000', '142413.016000', '142413.018000', '142413.021000', '142413.024000', '142413.026000', '142413.029000', '142413.031000', '142413.034000', '142413.037000', '142413.039000', '142413.042000', '142413.044000', '142413.047000', '142413.050000', '142413.052000', '142413.055000', '142432.944000', '142432.947000', '142432.950000', '142432.952000', '142432.955000', '142432.957000', '142432.960000', '142432.963000', '142432.965000', '142432.968000', '142432.971000', '142432.973000', '142432.976000', '142432.978000', '142432.981000', '142432.984000', '142432.986000', '142432.989000', '142432.992000', '142432.994000', '142432.997000', '142433.000000', '142433.003000', '142433.006000', '142433.008000', '142433.011000', '142433.013000', '142433.016000', '142433.019000', '142433.021000', '142433.028000', '142433.031000', '142433.033000', '142433.036000', '142433.039000', '142433.041000', '142433.044000', '142433.047000', '142433.049000', '142433.052000', '142433.054000', '142433.057000', '142433.060000', '142433.062000', '142452.943000', '142452.946000', '142452.949000', '142452.951000', '142452.955000', '142452.957000', '142452.960000', '142452.962000', '142452.965000', '142452.968000', '142452.971000', '142452.973000', '142452.976000', '142452.978000', '142452.981000', '142452.984000', '142452.986000', '142452.989000', '142452.992000', '142452.994000', '142452.997000', '142453.000000', '142453.003000', '142453.006000', '142453.009000', '142453.011000', '142453.014000', '142453.017000', '142453.019000', '142453.022000', '142453.025000', '142453.027000', '142453.030000', '142453.032000', '142453.035000', '142453.038000', '142453.041000', '142453.044000', '142453.047000', '142453.049000', '142453.052000', '142453.054000', '142453.057000', '142512.944000', '142512.947000', '142512.949000', '142512.952000', '142512.954000', '142512.957000', '142512.960000', '142512.962000', '142512.965000', '142512.967000', '142512.970000', '142512.973000', '142512.975000', '142512.978000', '142512.980000', '142512.983000', '142512.986000', '142512.988000', '142512.991000', '142512.993000', '142512.996000', '142513.000000', '142513.002000', '142513.005000', '142513.008000', '142513.011000', '142513.013000', '142513.016000', '142513.018000', '142513.021000', '142513.024000', '142513.026000', '142513.029000', '142513.032000', '142513.034000', '142513.037000', '142513.039000', '142513.042000', '142513.045000', '142513.047000', '142513.050000', '142513.052000', '142513.055000', '142513.058000', '142532.944000', '142532.946000', '142532.949000', '142532.952000', '142532.954000', '142532.957000', '142532.959000', '142532.962000', '142532.965000', '142532.967000', '142532.970000', '142532.973000', '142532.975000', '142532.978000', '142532.980000', '142532.983000', '142532.986000', '142532.988000', '142532.991000', '142532.993000', '142532.996000', '142533.000000', '142533.002000', '142533.005000', '142533.007000', '142533.010000', '142533.013000', '142533.015000', '142533.018000', '142533.021000', '142533.023000', '142533.026000', '142533.029000', '142533.031000', '142533.034000', '142533.037000', '142533.039000', '142533.042000', '142533.045000', '142533.047000', '142533.050000', '142533.053000', '142533.055000', '142552.944000', '142552.946000', '142552.949000', '142552.952000', '142552.955000', '142552.957000', '142552.960000', '142552.962000', '142552.965000', '142552.968000', '142552.970000', '142552.973000', '142552.976000', '142552.978000', '142552.981000', '142552.983000', '142552.986000', '142552.989000', '142552.991000', '142552.994000', '142552.996000', '142553.000000', '142553.003000', '142553.005000', '142553.008000', '142553.011000', '142553.024000', '142553.026000', '142553.029000', '142553.031000', '142553.034000', '142553.037000', '142553.039000', '142553.042000', '142553.045000', '142553.047000', '142553.050000', '142553.053000', '142553.055000', '142553.058000', '142553.060000', '142553.063000', '142553.066000', '142553.068000', '142612.943000', '142612.945000', '142612.948000', '142612.951000', '142612.954000', '142612.956000', '142612.959000', '142612.962000', '142612.964000', '142612.967000', '142612.970000', '142612.972000', '142612.975000', '142612.977000', '142612.980000', '142612.983000', '142612.985000', '142612.988000', '142612.991000', '142612.993000', '142612.996000', '142612.998000', '142613.002000', '142613.005000', '142613.007000', '142613.010000', '142613.013000', '142613.015000', '142613.018000', '142613.020000', '142613.023000', '142613.026000', '142613.028000', '142613.031000', '142613.034000', '142613.036000', '142613.039000', '142613.042000', '142613.044000', '142613.047000', '142613.050000', '142613.052000', '142613.055000', '142632.944000', '142632.946000', '142632.949000', '142632.952000', '142632.955000', '142632.957000', '142632.960000', '142632.963000', '142632.965000', '142632.968000', '142632.971000', '142632.973000', '142632.976000', '142632.978000', '142632.981000', '142632.984000', '142632.986000', '142632.989000', '142632.992000', '142632.994000', '142632.997000', '142632.999000', '142633.002000', '142633.005000', '142633.007000', '142633.010000', '142633.013000', '142633.015000', '142633.018000', '142633.020000', '142633.023000', '142633.026000', '142633.028000', '142633.031000', '142633.034000', '142633.036000', '142633.039000', '142633.041000', '142633.044000', '142633.047000', '142633.050000', '142633.052000', '142633.055000', '142633.058000', '142650.277000', '142650.280000', '142650.283000', '142650.286000', '142650.288000', '142650.291000', '142650.294000', '142650.296000', '142650.299000', '142650.302000', '142650.304000', '142650.307000', '142650.310000', '142650.313000', '142650.315000', '142650.318000', '142650.321000', '142650.323000', '142650.326000', '142650.329000', '142650.331000', '142650.334000', '142650.337000', '142650.339000', '142650.342000', '142650.345000', '142650.347000', '142650.350000', '142650.353000', '142650.356000', '142650.359000', '142650.362000', '142650.365000', '142650.368000', '142650.372000', '142650.376000', '142650.379000', '142650.382000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [16750, 18411, 15292, 18724, 13756, 13429, 13916, 12678, 15645, 13697, 17496, 14192, 16859, 12516, 11098, 11904, 9897, 13018, 11163, 15807, 12218, 9476, 11432, 9012, 13201, 10900, 15078, 12044, 15023, 12312, 11811, 12180, 10712, 13338, 12108, 16209, 12201, 15683, 12756, 14801, 12740, 15325, 12781, 15380, 12358, 13447, 11197, 10991, 11854, 10449, 14354, 10205, 13391, 10917, 13011, 10581, 13320, 11591, 11290, 11492, 9917, 12356, 10679, 13003, 10930, 15473, 11652, 13999, 11576, 13989, 11561, 14735, 12542, 9721, 11751, 9657, 12115, 10135, 12518, 10506, 13565, 12467, 14586, 11258, 9838, 11484, 9689, 12724, 11681, 15734, 11413, 11540, 11589, 10086, 13788, 12425, 15576, 11846, 15686, 11839, 14120, 11780, 14064, 12118, 14625, 13571, 14532, 10989, 13442, 10805, 13876, 10997, 12462, 11244, 9878, 11226, 10144, 11791, 10358, 12491, 10584, 13837, 10049, 12596, 9838, 12261, 10538, 13303, 11662, 14526, 10810, 14395, 10963, 12227, 11335, 12019, 14432, 9996, 13884, 10199, 14042, 10989, 15455, 11937, 14707, 11624, 14585, 11128, 14318, 12368, 15036, 11004, 10823, 11135, 10017, 11806, 10995, 12835, 11164, 14260, 10955, 13332, 10470, 11618, 13335, 9871, 13616, 10703, 14252, 11821, 15807, 12574, 10929, 10953, 10268, 11867, 9970, 13405, 12486, 13100, 13347, 9948, 12676, 10602, 12964, 10643, 12706, 12471, 9969, 13577, 9974, 15275, 11697, 15968, 14378, 15531, 11263, 14325, 11131, 13907, 10589, 10805, 13905, 10072, 13274, 10734, 11623, 10086, 9836, 11319, 9620, 12708, 10619, 12764, 11068, 13395, 11710, 14102, 11090, 14426, 10795, 14730, 11653, 9769, 13462, 10096, 12126, 9612, 13352, 11945, 14059, 11140, 12619, 10921, 9990, 12986, 11056, 16472, 12771, 13775, 11546, 10289, 12815, 10659, 15777, 12617, 15407, 11472, 14733, 11273, 14941, 12457, 9806, 13178, 10116, 12292, 10173, 13671, 11491, 14656, 10964, 10423, 10780, 9869, 11539, 10756, 14903, 10990, 10140, 11764, 9879, 13809, 11487, 14996, 12917, 14051, 11625, 10134, 13629, 10351, 15713, 14132, 16894, 11735, 12327, 10532, 9901, 13816, 10049, 14816, 11251, 13887, 10949, 10551, 11003, 9829, 13895, 10533, 13736, 11061, 13351, 10912, 11943, 12085, 10080, 11704, 9909, 12549, 10224, 12701, 10951, 12892, 10283, 11098, 10070, 9898, 10794, 9980, 12450, 10654, 13151, 10247, 13761, 10439, 12274, 11783, 9883, 13550, 10865, 13213, 10981, 14563, 10998, 10088, 13668, 10740, 11487, 11011, 8929, 10705, 11367, 11587, 16053, 16423, 13708, 19868, 17820, 12003, 18836, 12930, 12338, 12357, 8953, 12745, 10344, 13649, 10356, 14328, 11497, 13248, 13345, 11465, 15967, 13273, 9741, 13708, 11184, 14254, 11364, 10304, 13573, 11238, 13279, 15474, 12417, 15990, 11447, 10741, 11091, 10220, 10571, 12612, 10353, 10137, 16714, 13867, 10744, 15219, 10597, 11384, 10366, 10026, 9439, 11330, 11492, 13876, 12223, 11210, 18446, 13539, 10250, 14239, 10978, 11010, 10734, 10085, 12503, 10443, 14511, 11304, 15200, 12806, 15584, 13889, 14502, 10919, 10316, 10454, 10076, 11480, 10268, 13112, 10819, 13811, 10316, 10811, 10698, 10022, 11511, 10155, 13337, 9910, 13766, 10862, 12070, 10139, 12248, 10225, 10412, 13121, 10817, 14272, 10609, 11476, 10466, 11047, 10889, 12549, 14544, 11936, 15468, 11432, 14647, 11588, 14599, 12135, 15173, 13801, 15821, 12416, 11129, 10795, 10592, 11798, 10539, 13333, 11374, 15009, 11605, 14111, 11354, 10671, 11259, 10820, 13177, 10690, 16278, 12870, 14438, 10686, 10741, 10970, 10282, 13118, 10743, 14157, 11126, 13497, 10987, 13384, 11118, 13171, 11129, 10807, 10978, 10317, 11998, 10481, 14277, 10952, 13767, 11454, 13644, 10737, 13298, 11880, 10522, 13456, 10488, 14055, 11253, 15616, 12388, 10033, 13216, 10106, 10673, 10661, 14164, 11252, 17070, 11599, 11094, 12415, 11936, 14158, 12038, 14705, 11298, 15110, 11314, 14047, 11841, 14394, 12842, 14345, 10726, 9810, 11782, 10506, 13286, 12414, 10389, 11854, 10503, 12962, 9944, 13144, 12225, 14402, 11729, 12231, 11126, 10724, 12817, 10521, 13386, 12024, 13938, 11862, 9646, 10913, 9274, 12164, 11032, 14205, 11605, 10041, 11657, 10184, 14645, 11564, 15614, 13981, 17061, 12596, 10713, 12843, 10594, 15216, 12778, 15424, 11846, 11327, 12088, 11032, 15087, 11770, 15598, 12005, 12395, 11739, 10802, 13902, 11439, 14176, 11648, 13572, 11236, 11369, 11448, 9197, 11746, 11103, 12803, 12516, 9710, 13899, 11514, 12276, 11028, 11414, 14229, 12234, 16726, 12254, 15878, 11873, 11850, 13419, 11873, 16189, 14354, 11374, 17688, 14923, 9838, 13427, 10595, 9527, 10459, 9490, 14248, 10337, 10072, 14060, 12635, 13890, 16628, 13253, 16033, 12673, 10712, 14555, 10992, 16015, 14448, 17523, 13917, 9542, 12769, 10791, 12582, 10235, 9276, 11019, 9667, 13498, 10680, 9574, 13390, 10578, 9255, 11104, 11446, 9529, 10274, 10671, 10475, 14235, 12405, 9801, 14441, 10994, 11446, 12058, 10131, 14519, 13049, 17143, 13300, 15807, 12492, 14182, 11263, 11560, 13023, 9909, 13271, 10795, 12683, 9805, 9654, 10732, 9766, 13121, 10924, 13512, 10394, 9478, 11705, 10425, 13817, 11425, 14364, 11396, 10572, 11982, 10577, 14762, 11553, 14321, 11947, 12746, 10996, 11013, 12886, 9914, 15036, 11285, 13406, 11473, 13402, 11884, 14422, 11505, 13973, 11269, 13548, 11016, 14193, 10929, 9704, 11121, 9639, 11517, 9902, 12466, 11407, 13584, 11628, 14250, 11298, 13706, 11007, 15375, 13912, 9789, 14157, 10919, 12266, 10250, 13153, 10382, 14097, 13456, 9982, 14356, 9648, 13856, 10847, 14754, 13446, 15832, 12944, 15830, 11210, 14322, 11090, 12637, 13099, 10076, 12794, 10545, 12611, 10423, 13789, 11317, 15510, 10996, 13510, 11105, 13390, 11141, 13663, 13125, 14603, 10883, 10401, 10683, 10723, 10646, 10363, 13032, 10777, 13265, 10775, 12731, 10949, 13450, 12725, 15505, 12672, 15557, 11690, 13653, 12570, 14407, 12241, 14129, 10904, 12993, 11105, 12544, 11074, 12124, 11205, 12124, 10625, 12297, 10814, 11678, 10410, 10347, 10967, 10780, 11013, 10670, 12017, 10578, 13827, 10891, 11255, 10533, 11876, 13314, 15361, 10514, 13017, 10767, 11058, 10847, 11779, 10636, 12324, 10308, 10901, 10330, 10795, 10757, 12588, 10774, 14593, 11162, 14158, 11302, 14038, 12694, 15405, 12058, 15913, 10699, 13619, 10697, 11943, 11109, 10586, 13949, 11218, 13142, 10703, 13147, 11051, 16021, 11748, 12728, 10316, 11901, 11429, 13687, 14244, 10804, 13805, 10849, 11484, 10142, 12333, 10738, 12211, 11018, 11029, 11470, 11669, 11450, 12019, 11439, 12052, 11619, 12261, 11506, 12461, 11390, 12813, 11396, 12435, 11274, 12467, 11254, 13390, 11015, 13294, 11035, 13170, 11244, 12154, 11244, 13469, 11255, 12783, 11590, 12345, 11796, 12532, 11056, 12371, 11677, 12644, 11844, 12328, 12438, 15778, 12329, 10440, 10986, 11400, 11040, 11655, 11077, 14005, 13163, 12018, 12740, 13847, 11801, 16900, 12732, 17126, 13091, 11058, 11453, 11095, 11626, 11012, 11544, 11616, 13073, 10580, 12492, 11995, 12503, 11875, 13350, 11942, 16430, 11621, 17011, 11353, 13602, 11274, 12952, 12495, 11316, 12787, 10660, 12911, 11909, 12950, 11370, 10544, 10975, 11251, 11240, 11781, 13407, 11267, 16163, 11682, 13202, 11988, 13320, 12348, 16219, 12334, 15674, 11033, 13710, 11234, 15464, 11482, 10443, 11161, 11216, 10916, 10931, 11610, 11116, 12671, 11350, 13104, 11041, 13093, 11175, 15071, 12303, 14766, 11071, 11019, 10590, 11623, 11818, 12713, 16441, 10306, 13329, 9452, 13214, 9991, 13827, 13335, 17435, 12127, 15256, 10235, 13588, 10166, 13814, 10851, 15524, 10876, 12390, 10271, 10466, 10612, 10287, 15319, 11914, 9700, 10664, 11165, 11591, 11103, 13041, 11052, 17869, 14309, 17695, 11437, 15113, 11754, 16289, 12146, 16993, 14543, 16470, 11632, 12392, 11418, 12163, 11882, 12305, 11318, 11623, 10813, 10097, 10674, 11159, 10693, 9936, 12742, 10771, 14500, 10132, 13716, 10533, 15432, 11270, 15963, 13532, 10764, 11883, 10284, 13287, 10773, 14677, 12456, 15390, 10825, 13438, 10262, 10560, 11199, 9751, 12221, 10822, 10434, 10362, 10546, 11018, 9610, 9330, 11203, 11101, 13010, 16215, 10430, 15203, 10781, 10117, 11131, 10201, 15887, 16476, 19035, 13086, 13410, 10456, 9789, 10731, 10169, 12975, 11367, 13974, 10327, 9842, 10204, 9784, 11412, 10548, 14279, 10115, 9634, 10431, 10144, 15924, 12784, 10756, 10443, 9392, 11380, 10783, 14787, 13243, 10015, 11679, 9011, 11864, 10062, 14640, 10621, 17388, 16184, 9224, 12107, 10336, 11980, 10289, 12805, 13063, 10531, 17819, 9688, 9294, 10400, 9884, 12045, 15890, 10866, 9432, 11165, 9519, 13564, 10352, 15155, 17713, 11287, 18070, 12204, 17026, 11499, 13337, 16810, 10524, 17196, 11723, 14861, 10915, 10303, 15259, 11247, 15149, 9588, 9322, 9274, 9187, 12694, 10678, 12186, 10960, 8961, 12673, 10007, 13287, 9916, 14208, 10355, 9550, 15629, 10105, 10590, 10007, 10191, 10305, 10221, 13786, 12423, 9921, 14381, 10116, 11600, 9868, 9224, 11994, 11707, 17848, 12641, 14897, 10050, 10149, 10913, 9567, 14286, 13111, 17641, 11479, 10141, 10522, 9385, 11350, 9398, 14361, 10548, 16059, 10743, 14000, 10400, 12690, 10282, 9240, 13310, 9488, 9072, 9406, 9550, 9495, 9392, 11185, 9745, 9386, 12515, 9846, 12897, 10279, 10697, 11418, 12534, 15643, 11964, 16171, 12520, 16501, 13144, 10560, 11290, 11033, 13981, 12037, 11046, 15426, 10978, 9718, 11309, 10533, 11525, 10904, 11488, 14337, 11492, 16763, 11123, 10714, 11211, 11356, 12254, 11686, 16978, 11909, 10757, 11012, 11096, 10895, 11238, 10189, 11332, 11274, 9856, 10960, 10216, 11130, 10613, 12275, 11002, 11045, 13881, 10675, 10251, 11051, 11702, 11563, 10913, 11545, 18950, 15197, 10192, 13610, 10278], 'WindowCenter': [4879.0, 4861.0, 4802.0, 4829.0, 4776.0, 4764.0, 4761.0, 4752.0, 4770.0, 4758.0, 4779.0, 4759.0, 4766.0, 4735.0, 4725.0, 4725.0, 4706.0, 4744.0, 4728.0, 4768.0, 4739.0, 4719.0, 4738.0, 4709.0, 4749.0, 4740.0, 4768.0, 4752.0, 4772.0, 4753.0, 4741.0, 4750.0, 4728.0, 4749.0, 4751.0, 4780.0, 4738.0, 4766.0, 4739.0, 4757.0, 4739.0, 4759.0, 4747.0, 4767.0, 4739.0, 4745.0, 4714.0, 4713.0, 4725.0, 4718.0, 4758.0, 4715.0, 4746.0, 4716.0, 4736.0, 4717.0, 4757.0, 4739.0, 4729.0, 4729.0, 4719.0, 4736.0, 4719.0, 4748.0, 4729.0, 4769.0, 4728.0, 4745.0, 4727.0, 4746.0, 4729.0, 4760.0, 4739.0, 4707.0, 4736.0, 4707.0, 4738.0, 4718.0, 4737.0, 4718.0, 4747.0, 4751.0, 4760.0, 4731.0, 4718.0, 4740.0, 4719.0, 4750.0, 4742.0, 4780.0, 4740.0, 4739.0, 4740.0, 4719.0, 4758.0, 4750.0, 4770.0, 4740.0, 4770.0, 4728.0, 4748.0, 4729.0, 4749.0, 4739.0, 4759.0, 4750.0, 4746.0, 4718.0, 4748.0, 4717.0, 4747.0, 4719.0, 4738.0, 4727.0, 4718.0, 4728.0, 4717.0, 4727.0, 4721.0, 4750.0, 4730.0, 4749.0, 4708.0, 4737.0, 4707.0, 4738.0, 4731.0, 4749.0, 4740.0, 4760.0, 4729.0, 4758.0, 4730.0, 4739.0, 4740.0, 4739.0, 4759.0, 4707.0, 4748.0, 4719.0, 4759.0, 4730.0, 4760.0, 4730.0, 4757.0, 4727.0, 4757.0, 4729.0, 4757.0, 4738.0, 4756.0, 4719.0, 4718.0, 4716.0, 4719.0, 4738.0, 4729.0, 4750.0, 4728.0, 4759.0, 4730.0, 4761.0, 4733.0, 4740.0, 4761.0, 4721.0, 4760.0, 4721.0, 4760.0, 4740.0, 4768.0, 4740.0, 4720.0, 4718.0, 4718.0, 4739.0, 4720.0, 4761.0, 4751.0, 4751.0, 4749.0, 4721.0, 4738.0, 4719.0, 4749.0, 4732.0, 4751.0, 4751.0, 4720.0, 4749.0, 4721.0, 4770.0, 4742.0, 4771.0, 4760.0, 4760.0, 4727.0, 4746.0, 4719.0, 4735.0, 4717.0, 4718.0, 4748.0, 4709.0, 4736.0, 4717.0, 4727.0, 4720.0, 4720.0, 4730.0, 4710.0, 4749.0, 4730.0, 4748.0, 4744.0, 4764.0, 4742.0, 4760.0, 4732.0, 4758.0, 4731.0, 4770.0, 4739.0, 4720.0, 4749.0, 4717.0, 4737.0, 4708.0, 4748.0, 4739.0, 4761.0, 4729.0, 4738.0, 4718.0, 4720.0, 4750.0, 4731.0, 4771.0, 4751.0, 4747.0, 4727.0, 4718.0, 4737.0, 4719.0, 4759.0, 4738.0, 4758.0, 4727.0, 4746.0, 4729.0, 4758.0, 4738.0, 4708.0, 4734.0, 4707.0, 4725.0, 4707.0, 4747.0, 4729.0, 4747.0, 4717.0, 4717.0, 4714.0, 4707.0, 4728.0, 4730.0, 4757.0, 4729.0, 4719.0, 4740.0, 4709.0, 4749.0, 4739.0, 4760.0, 4751.0, 4748.0, 4729.0, 4707.0, 4746.0, 4719.0, 4769.0, 4748.0, 4768.0, 4727.0, 4727.0, 4706.0, 4707.0, 4746.0, 4706.0, 4747.0, 4716.0, 4735.0, 4716.0, 4717.0, 4718.0, 4708.0, 4746.0, 4717.0, 4746.0, 4717.0, 4747.0, 4730.0, 4740.0, 4738.0, 4717.0, 4727.0, 4707.0, 4737.0, 4721.0, 4749.0, 4730.0, 4738.0, 4719.0, 4727.0, 4708.0, 4719.0, 4729.0, 4722.0, 4750.0, 4731.0, 4749.0, 4720.0, 4759.0, 4731.0, 4741.0, 4741.0, 4721.0, 4762.0, 4732.0, 4747.0, 4731.0, 4771.0, 4732.0, 4731.0, 4761.0, 4769.0, 4755.0, 4757.0, 4724.0, 4741.0, 4749.0, 4752.0, 4794.0, 4795.0, 4774.0, 4818.0, 4806.0, 4765.0, 4806.0, 4764.0, 4753.0, 4752.0, 4710.0, 4749.0, 4733.0, 4747.0, 4718.0, 4755.0, 4727.0, 4748.0, 4750.0, 4739.0, 4770.0, 4737.0, 4695.0, 4735.0, 4716.0, 4732.0, 4714.0, 4707.0, 4735.0, 4716.0, 4736.0, 4747.0, 4727.0, 4755.0, 4715.0, 4706.0, 4705.0, 4691.0, 4715.0, 4733.0, 4704.0, 4706.0, 4766.0, 4745.0, 4702.0, 4744.0, 4693.0, 4699.0, 4690.0, 4708.0, 4684.0, 4716.0, 4725.0, 4747.0, 4724.0, 4716.0, 4774.0, 4735.0, 4693.0, 4732.0, 4703.0, 4705.0, 4716.0, 4705.0, 4725.0, 4705.0, 4734.0, 4703.0, 4743.0, 4724.0, 4744.0, 4731.0, 4729.0, 4701.0, 4692.0, 4704.0, 4704.0, 4713.0, 4706.0, 4735.0, 4715.0, 4735.0, 4705.0, 4707.0, 4707.0, 4706.0, 4726.0, 4708.0, 4761.0, 4726.0, 4749.0, 4718.0, 4737.0, 4708.0, 4727.0, 4707.0, 4719.0, 4750.0, 4732.0, 4758.0, 4731.0, 4730.0, 4720.0, 4730.0, 4730.0, 4742.0, 4760.0, 4740.0, 4761.0, 4731.0, 4747.0, 4720.0, 4749.0, 4728.0, 4758.0, 4738.0, 4758.0, 4727.0, 4716.0, 4705.0, 4707.0, 4715.0, 4707.0, 4738.0, 4728.0, 4749.0, 4720.0, 4738.0, 4719.0, 4706.0, 4716.0, 4708.0, 4737.0, 4719.0, 4768.0, 4737.0, 4748.0, 4708.0, 4717.0, 4719.0, 4720.0, 4741.0, 4721.0, 4748.0, 4718.0, 4738.0, 4719.0, 4750.0, 4731.0, 4738.0, 4717.0, 4717.0, 4715.0, 4707.0, 4728.0, 4718.0, 4748.0, 4717.0, 4747.0, 4728.0, 4749.0, 4731.0, 4751.0, 4730.0, 4721.0, 4741.0, 4720.0, 4748.0, 4732.0, 4771.0, 4753.0, 4754.0, 4751.0, 4671.0, 4692.0, 4724.0, 4756.0, 4741.0, 4791.0, 4716.0, 4702.0, 4700.0, 4698.0, 4718.0, 4696.0, 4715.0, 4663.0, 4717.0, 4675.0, 4704.0, 4665.0, 4678.0, 4711.0, 4733.0, 4702.0, 4704.0, 4723.0, 4705.0, 4733.0, 4723.0, 4704.0, 4729.0, 4719.0, 4751.0, 4719.0, 4752.0, 4753.0, 4761.0, 4740.0, 4740.0, 4726.0, 4717.0, 4736.0, 4720.0, 4747.0, 4741.0, 4760.0, 4752.0, 4722.0, 4730.0, 4720.0, 4752.0, 4742.0, 4772.0, 4755.0, 4733.0, 4752.0, 4735.0, 4773.0, 4742.0, 4774.0, 4763.0, 4780.0, 4739.0, 4719.0, 4738.0, 4731.0, 4770.0, 4748.0, 4770.0, 4739.0, 4730.0, 4740.0, 4729.0, 4770.0, 4739.0, 4767.0, 4727.0, 4738.0, 4737.0, 4728.0, 4758.0, 4729.0, 4748.0, 4728.0, 4748.0, 4729.0, 4729.0, 4729.0, 4710.0, 4739.0, 4740.0, 4750.0, 4751.0, 4719.0, 4760.0, 4741.0, 4739.0, 4730.0, 4740.0, 4760.0, 4741.0, 4780.0, 4738.0, 4766.0, 4729.0, 4728.0, 4749.0, 4728.0, 4771.0, 4761.0, 4743.0, 4795.0, 4774.0, 4719.0, 4749.0, 4730.0, 4733.0, 4730.0, 4711.0, 4772.0, 4720.0, 4720.0, 4760.0, 4740.0, 4750.0, 4770.0, 4738.0, 4743.0, 4711.0, 4693.0, 4731.0, 4692.0, 4730.0, 4731.0, 4751.0, 4720.0, 4680.0, 4698.0, 4686.0, 4695.0, 4678.0, 4670.0, 4699.0, 4679.0, 4719.0, 4701.0, 4682.0, 4722.0, 4703.0, 4696.0, 4716.0, 4726.0, 4705.0, 4705.0, 4719.0, 4717.0, 4748.0, 4738.0, 4706.0, 4744.0, 4715.0, 4717.0, 4725.0, 4705.0, 4746.0, 4735.0, 4756.0, 4724.0, 4743.0, 4714.0, 4721.0, 4703.0, 4703.0, 4724.0, 4693.0, 4723.0, 4713.0, 4722.0, 4696.0, 4695.0, 4716.0, 4708.0, 4738.0, 4716.0, 4735.0, 4706.0, 4707.0, 4726.0, 4718.0, 4748.0, 4729.0, 4748.0, 4726.0, 4719.0, 4728.0, 4717.0, 4759.0, 4727.0, 4747.0, 4726.0, 4735.0, 4717.0, 4727.0, 4737.0, 4707.0, 4758.0, 4716.0, 4736.0, 4726.0, 4747.0, 4727.0, 4745.0, 4728.0, 4745.0, 4716.0, 4734.0, 4717.0, 4756.0, 4717.0, 4706.0, 4727.0, 4707.0, 4727.0, 4707.0, 4738.0, 4728.0, 4748.0, 4729.0, 4760.0, 4730.0, 4748.0, 4718.0, 4758.0, 4747.0, 4707.0, 4736.0, 4715.0, 4724.0, 4718.0, 4746.0, 4719.0, 4748.0, 4749.0, 4706.0, 4746.0, 4695.0, 4733.0, 4705.0, 4744.0, 4736.0, 4746.0, 4724.0, 4744.0, 4705.0, 4733.0, 4716.0, 4725.0, 4723.0, 4694.0, 4722.0, 4693.0, 4711.0, 4704.0, 4735.0, 4703.0, 4743.0, 4703.0, 4721.0, 4703.0, 4720.0, 4704.0, 4733.0, 4722.0, 4732.0, 4706.0, 4704.0, 4702.0, 4705.0, 4704.0, 4707.0, 4736.0, 4717.0, 4736.0, 4717.0, 4735.0, 4717.0, 4736.0, 4736.0, 4745.0, 4726.0, 4744.0, 4714.0, 4733.0, 4725.0, 4735.0, 4713.0, 4722.0, 4691.0, 4722.0, 4703.0, 4711.0, 4703.0, 4713.0, 4703.0, 4710.0, 4704.0, 4713.0, 4715.0, 4715.0, 4706.0, 4706.0, 4705.0, 4704.0, 4705.0, 4707.0, 4727.0, 4707.0, 4737.0, 4705.0, 4715.0, 4704.0, 4727.0, 4748.0, 4745.0, 4705.0, 4724.0, 4704.0, 4703.0, 4703.0, 4726.0, 4706.0, 4725.0, 4695.0, 4705.0, 4705.0, 4704.0, 4717.0, 4727.0, 4717.0, 4747.0, 4716.0, 4733.0, 4716.0, 4736.0, 4726.0, 4744.0, 4725.0, 4746.0, 4718.0, 4733.0, 4704.0, 4715.0, 4715.0, 4706.0, 4737.0, 4715.0, 4724.0, 4706.0, 4734.0, 4717.0, 4755.0, 4716.0, 4724.0, 4693.0, 4714.0, 4715.0, 4735.0, 4735.0, 4704.0, 4722.0, 4702.0, 4703.0, 4706.0, 4726.0, 4705.0, 4713.0, 4704.0, 4704.0, 4727.0, 4725.0, 4716.0, 4725.0, 4715.0, 4724.0, 4727.0, 4725.0, 4717.0, 4725.0, 4716.0, 4724.0, 4715.0, 4723.0, 4717.0, 4726.0, 4715.0, 4735.0, 4717.0, 4734.0, 4718.0, 4738.0, 4718.0, 4726.0, 4717.0, 4735.0, 4716.0, 4736.0, 4729.0, 4737.0, 4728.0, 4727.0, 4718.0, 4726.0, 4717.0, 4727.0, 4728.0, 4737.0, 4740.0, 4757.0, 4728.0, 4708.0, 4718.0, 4718.0, 4718.0, 4718.0, 4730.0, 4750.0, 4740.0, 4729.0, 4739.0, 4737.0, 4728.0, 4766.0, 4727.0, 4766.0, 4727.0, 4707.0, 4716.0, 4705.0, 4715.0, 4706.0, 4717.0, 4728.0, 4737.0, 4708.0, 4726.0, 4716.0, 4725.0, 4717.0, 4738.0, 4729.0, 4758.0, 4720.0, 4756.0, 4716.0, 4736.0, 4717.0, 4728.0, 4727.0, 4706.0, 4724.0, 4706.0, 4740.0, 4728.0, 4727.0, 4719.0, 4707.0, 4707.0, 4717.0, 4718.0, 4731.0, 4749.0, 4719.0, 4758.0, 4718.0, 4727.0, 4718.0, 4738.0, 4729.0, 4757.0, 4728.0, 4745.0, 4707.0, 4734.0, 4717.0, 4756.0, 4719.0, 4707.0, 4718.0, 4706.0, 4707.0, 4707.0, 4718.0, 4719.0, 4728.0, 4718.0, 4727.0, 4717.0, 4737.0, 4722.0, 4758.0, 4729.0, 4746.0, 4717.0, 4707.0, 4706.0, 4718.0, 4729.0, 4727.0, 4758.0, 4696.0, 4725.0, 4685.0, 4723.0, 4697.0, 4738.0, 4738.0, 4755.0, 4714.0, 4733.0, 4695.0, 4723.0, 4696.0, 4736.0, 4706.0, 4744.0, 4707.0, 4715.0, 4695.0, 4706.0, 4707.0, 4721.0, 4759.0, 4728.0, 4698.0, 4707.0, 4716.0, 4715.0, 4715.0, 4727.0, 4718.0, 4769.0, 4748.0, 4767.0, 4716.0, 4734.0, 4704.0, 4743.0, 4714.0, 4743.0, 4722.0, 4731.0, 4691.0, 4699.0, 4700.0, 4699.0, 4702.0, 4701.0, 4702.0, 4701.0, 4691.0, 4691.0, 4691.0, 4703.0, 4693.0, 4696.0, 4723.0, 4707.0, 4736.0, 4694.0, 4723.0, 4695.0, 4744.0, 4706.0, 4745.0, 4724.0, 4693.0, 4700.0, 4682.0, 4712.0, 4704.0, 4732.0, 4711.0, 4731.0, 4692.0, 4711.0, 4692.0, 4694.0, 4704.0, 4686.0, 4715.0, 4706.0, 4706.0, 4708.0, 4717.0, 4717.0, 4697.0, 4697.0, 4718.0, 4730.0, 4752.0, 4761.0, 4710.0, 4745.0, 4706.0, 4695.0, 4705.0, 4696.0, 4747.0, 4757.0, 4766.0, 4715.0, 4713.0, 4681.0, 4681.0, 4692.0, 4683.0, 4723.0, 4705.0, 4724.0, 4694.0, 4684.0, 4692.0, 4694.0, 4717.0, 4707.0, 4737.0, 4696.0, 4696.0, 4706.0, 4710.0, 4758.0, 4728.0, 4707.0, 4694.0, 4685.0, 4714.0, 4719.0, 4748.0, 4737.0, 4698.0, 4716.0, 4686.0, 4715.0, 4696.0, 4736.0, 4708.0, 4767.0, 4758.0, 4685.0, 4715.0, 4695.0, 4703.0, 4695.0, 4717.0, 4727.0, 4698.0, 4769.0, 4686.0, 4685.0, 4707.0, 4722.0, 4717.0, 4758.0, 4708.0, 4687.0, 4717.0, 4698.0, 4737.0, 4711.0, 4749.0, 4769.0, 4707.0, 4756.0, 4715.0, 4743.0, 4704.0, 4724.0, 4744.0, 4682.0, 4741.0, 4690.0, 4718.0, 4691.0, 4680.0, 4721.0, 4690.0, 4717.0, 4669.0, 4659.0, 4659.0, 4669.0, 4712.0, 4693.0, 4703.0, 4692.0, 4662.0, 4701.0, 4670.0, 4710.0, 4672.0, 4723.0, 4683.0, 4672.0, 4744.0, 4707.0, 4693.0, 4696.0, 4691.0, 4682.0, 4683.0, 4724.0, 4713.0, 4685.0, 4735.0, 4694.0, 4703.0, 4695.0, 4686.0, 4717.0, 4716.0, 4755.0, 4728.0, 4736.0, 4687.0, 4695.0, 4692.0, 4684.0, 4734.0, 4714.0, 4754.0, 4702.0, 4683.0, 4691.0, 4672.0, 4693.0, 4674.0, 4723.0, 4695.0, 4733.0, 4693.0, 4711.0, 4682.0, 4701.0, 4693.0, 4676.0, 4726.0, 4685.0, 4676.0, 4686.0, 4699.0, 4695.0, 4699.0, 4719.0, 4712.0, 4743.0, 4743.0, 4647.0, 4677.0, 4735.0, 4747.0, 4718.0, 4698.0, 4729.0, 4687.0, 4722.0, 4699.0, 4693.0, 4737.0, 4678.0, 4689.0, 4702.0, 4720.0, 4710.0, 4702.0, 4732.0, 4694.0, 4684.0, 4703.0, 4693.0, 4714.0, 4707.0, 4716.0, 4745.0, 4714.0, 4753.0, 4703.0, 4693.0, 4703.0, 4704.0, 4714.0, 4715.0, 4755.0, 4716.0, 4701.0, 4696.0, 4703.0, 4704.0, 4705.0, 4696.0, 4717.0, 4717.0, 4706.0, 4718.0, 4720.0, 4730.0, 4722.0, 4742.0, 4733.0, 4744.0, 4766.0, 4736.0, 4725.0, 4745.0, 4743.0, 4742.0, 4744.0, 4745.0, 4794.0, 4763.0, 4711.0, 4749.0, 4711.0], 'WindowWidth': [10610.0, 10573.0, 10468.0, 10505.0, 10417.0, 10397.0, 10389.0, 10374.0, 10399.0, 10378.0, 10412.0, 10380.0, 10388.0, 10340.0, 10325.0, 10324.0, 10299.0, 10351.0, 10334.0, 10391.0, 10352.0, 10325.0, 10348.0, 10309.0, 10365.0, 10354.0, 10391.0, 10375.0, 10402.0, 10376.0, 10356.0, 10366.0, 10335.0, 10364.0, 10369.0, 10412.0, 10347.0, 10386.0, 10347.0, 10372.0, 10347.0, 10377.0, 10361.0, 10389.0, 10347.0, 10352.0, 10308.0, 10306.0, 10324.0, 10317.0, 10373.0, 10311.0, 10354.0, 10314.0, 10340.0, 10317.0, 10374.0, 10350.0, 10334.0, 10334.0, 10320.0, 10341.0, 10320.0, 10359.0, 10336.0, 10392.0, 10332.0, 10354.0, 10330.0, 10355.0, 10336.0, 10380.0, 10349.0, 10304.0, 10342.0, 10304.0, 10344.0, 10317.0, 10344.0, 10318.0, 10360.0, 10367.0, 10378.0, 10337.0, 10319.0, 10352.0, 10322.0, 10366.0, 10358.0, 10410.0, 10353.0, 10351.0, 10350.0, 10322.0, 10375.0, 10367.0, 10397.0, 10350.0, 10392.0, 10332.0, 10360.0, 10335.0, 10361.0, 10351.0, 10379.0, 10363.0, 10356.0, 10318.0, 10359.0, 10316.0, 10355.0, 10319.0, 10345.0, 10332.0, 10317.0, 10330.0, 10316.0, 10329.0, 10326.0, 10365.0, 10339.0, 10364.0, 10305.0, 10343.0, 10302.0, 10343.0, 10338.0, 10364.0, 10353.0, 10378.0, 10336.0, 10372.0, 10335.0, 10349.0, 10353.0, 10351.0, 10376.0, 10304.0, 10360.0, 10319.0, 10375.0, 10340.0, 10378.0, 10335.0, 10371.0, 10328.0, 10369.0, 10334.0, 10372.0, 10346.0, 10369.0, 10319.0, 10317.0, 10312.0, 10320.0, 10347.0, 10336.0, 10365.0, 10334.0, 10376.0, 10337.0, 10380.0, 10345.0, 10353.0, 10381.0, 10326.0, 10376.0, 10324.0, 10377.0, 10354.0, 10391.0, 10351.0, 10322.0, 10317.0, 10319.0, 10349.0, 10327.0, 10381.0, 10370.0, 10369.0, 10363.0, 10323.0, 10345.0, 10322.0, 10364.0, 10344.0, 10368.0, 10370.0, 10323.0, 10363.0, 10324.0, 10391.0, 10359.0, 10398.0, 10379.0, 10378.0, 10329.0, 10353.0, 10316.0, 10335.0, 10314.0, 10317.0, 10358.0, 10304.0, 10338.0, 10315.0, 10326.0, 10323.0, 10325.0, 10338.0, 10310.0, 10361.0, 10336.0, 10360.0, 10364.0, 10389.0, 10358.0, 10379.0, 10341.0, 10373.0, 10339.0, 10393.0, 10351.0, 10325.0, 10364.0, 10317.0, 10342.0, 10308.0, 10360.0, 10352.0, 10381.0, 10336.0, 10345.0, 10317.0, 10321.0, 10364.0, 10339.0, 10397.0, 10366.0, 10357.0, 10328.0, 10318.0, 10342.0, 10322.0, 10378.0, 10345.0, 10372.0, 10328.0, 10355.0, 10334.0, 10373.0, 10343.0, 10301.0, 10335.0, 10297.0, 10321.0, 10301.0, 10355.0, 10334.0, 10354.0, 10313.0, 10314.0, 10307.0, 10299.0, 10331.0, 10339.0, 10373.0, 10336.0, 10319.0, 10348.0, 10306.0, 10360.0, 10349.0, 10377.0, 10367.0, 10359.0, 10331.0, 10301.0, 10351.0, 10320.0, 10390.0, 10358.0, 10386.0, 10326.0, 10324.0, 10296.0, 10300.0, 10354.0, 10298.0, 10355.0, 10309.0, 10335.0, 10310.0, 10316.0, 10317.0, 10302.0, 10355.0, 10313.0, 10351.0, 10315.0, 10356.0, 10337.0, 10348.0, 10344.0, 10314.0, 10326.0, 10301.0, 10339.0, 10324.0, 10361.0, 10336.0, 10344.0, 10319.0, 10329.0, 10304.0, 10320.0, 10334.0, 10327.0, 10363.0, 10338.0, 10361.0, 10324.0, 10375.0, 10341.0, 10354.0, 10355.0, 10326.0, 10383.0, 10339.0, 10356.0, 10341.0, 10396.0, 10345.0, 10340.0, 10379.0, 10410.0, 10382.0, 10389.0, 10339.0, 10360.0, 10372.0, 10380.0, 10442.0, 10443.0, 10410.0, 10481.0, 10462.0, 10397.0, 10458.0, 10396.0, 10378.0, 10373.0, 10311.0, 10363.0, 10351.0, 10360.0, 10321.0, 10368.0, 10333.0, 10361.0, 10366.0, 10352.0, 10398.0, 10345.0, 10283.0, 10338.0, 10309.0, 10329.0, 10308.0, 10298.0, 10338.0, 10313.0, 10342.0, 10357.0, 10329.0, 10367.0, 10310.0, 10297.0, 10289.0, 10267.0, 10311.0, 10333.0, 10294.0, 10298.0, 10385.0, 10354.0, 10288.0, 10343.0, 10274.0, 10279.0, 10267.0, 10302.0, 10262.0, 10313.0, 10324.0, 10356.0, 10323.0, 10312.0, 10395.0, 10337.0, 10275.0, 10327.0, 10290.0, 10294.0, 10310.0, 10295.0, 10321.0, 10293.0, 10333.0, 10287.0, 10344.0, 10320.0, 10348.0, 10324.0, 10320.0, 10283.0, 10270.0, 10288.0, 10292.0, 10304.0, 10297.0, 10337.0, 10309.0, 10335.0, 10295.0, 10296.0, 10297.0, 10296.0, 10324.0, 10303.0, 10383.0, 10338.0, 10358.0, 10317.0, 10342.0, 10302.0, 10324.0, 10299.0, 10318.0, 10363.0, 10340.0, 10372.0, 10338.0, 10335.0, 10322.0, 10337.0, 10335.0, 10353.0, 10379.0, 10349.0, 10382.0, 10335.0, 10356.0, 10318.0, 10358.0, 10329.0, 10373.0, 10344.0, 10371.0, 10324.0, 10307.0, 10292.0, 10295.0, 10305.0, 10297.0, 10342.0, 10329.0, 10358.0, 10319.0, 10340.0, 10313.0, 10295.0, 10309.0, 10300.0, 10339.0, 10319.0, 10386.0, 10342.0, 10354.0, 10300.0, 10312.0, 10318.0, 10320.0, 10350.0, 10321.0, 10357.0, 10316.0, 10341.0, 10319.0, 10361.0, 10336.0, 10342.0, 10312.0, 10312.0, 10308.0, 10299.0, 10329.0, 10318.0, 10358.0, 10314.0, 10354.0, 10327.0, 10357.0, 10336.0, 10364.0, 10335.0, 10323.0, 10348.0, 10320.0, 10355.0, 10338.0, 10394.0, 10374.0, 10392.0, 10363.0, 10229.0, 10262.0, 10323.0, 10370.0, 10355.0, 10420.0, 10307.0, 10282.0, 10268.0, 10266.0, 10294.0, 10262.0, 10284.0, 10206.0, 10290.0, 10229.0, 10267.0, 10203.0, 10218.0, 10293.0, 10332.0, 10283.0, 10290.0, 10316.0, 10293.0, 10330.0, 10320.0, 10295.0, 10332.0, 10319.0, 10366.0, 10322.0, 10370.0, 10375.0, 10385.0, 10353.0, 10350.0, 10326.0, 10315.0, 10342.0, 10321.0, 10358.0, 10354.0, 10384.0, 10372.0, 10331.0, 10340.0, 10328.0, 10371.0, 10360.0, 10403.0, 10381.0, 10348.0, 10374.0, 10352.0, 10403.0, 10359.0, 10406.0, 10389.0, 10409.0, 10348.0, 10321.0, 10346.0, 10340.0, 10393.0, 10362.0, 10395.0, 10346.0, 10335.0, 10349.0, 10336.0, 10393.0, 10348.0, 10388.0, 10329.0, 10345.0, 10343.0, 10335.0, 10376.0, 10334.0, 10360.0, 10333.0, 10358.0, 10334.0, 10335.0, 10333.0, 10308.0, 10349.0, 10353.0, 10368.0, 10370.0, 10323.0, 10379.0, 10353.0, 10349.0, 10338.0, 10352.0, 10384.0, 10356.0, 10411.0, 10347.0, 10385.0, 10333.0, 10334.0, 10361.0, 10331.0, 10399.0, 10384.0, 10359.0, 10441.0, 10409.0, 10320.0, 10361.0, 10341.0, 10353.0, 10341.0, 10315.0, 10400.0, 10325.0, 10325.0, 10380.0, 10350.0, 10364.0, 10394.0, 10344.0, 10345.0, 10297.0, 10271.0, 10324.0, 10267.0, 10324.0, 10324.0, 10357.0, 10311.0, 10249.0, 10269.0, 10254.0, 10263.0, 10243.0, 10235.0, 10277.0, 10250.0, 10305.0, 10282.0, 10258.0, 10310.0, 10287.0, 10283.0, 10310.0, 10322.0, 10295.0, 10298.0, 10320.0, 10315.0, 10361.0, 10346.0, 10298.0, 10347.0, 10308.0, 10311.0, 10320.0, 10293.0, 10350.0, 10336.0, 10368.0, 10318.0, 10344.0, 10302.0, 10308.0, 10285.0, 10287.0, 10316.0, 10273.0, 10314.0, 10301.0, 10312.0, 10279.0, 10281.0, 10310.0, 10302.0, 10344.0, 10311.0, 10335.0, 10297.0, 10300.0, 10326.0, 10319.0, 10360.0, 10334.0, 10358.0, 10326.0, 10316.0, 10328.0, 10315.0, 10375.0, 10329.0, 10355.0, 10325.0, 10336.0, 10315.0, 10330.0, 10344.0, 10301.0, 10371.0, 10312.0, 10337.0, 10325.0, 10355.0, 10329.0, 10353.0, 10329.0, 10350.0, 10310.0, 10335.0, 10315.0, 10369.0, 10314.0, 10299.0, 10326.0, 10300.0, 10325.0, 10301.0, 10343.0, 10333.0, 10358.0, 10334.0, 10381.0, 10337.0, 10357.0, 10318.0, 10372.0, 10358.0, 10299.0, 10336.0, 10306.0, 10321.0, 10318.0, 10353.0, 10318.0, 10359.0, 10363.0, 10298.0, 10351.0, 10279.0, 10328.0, 10293.0, 10348.0, 10339.0, 10353.0, 10320.0, 10345.0, 10291.0, 10329.0, 10310.0, 10321.0, 10316.0, 10276.0, 10311.0, 10273.0, 10295.0, 10290.0, 10334.0, 10289.0, 10343.0, 10287.0, 10307.0, 10285.0, 10307.0, 10290.0, 10328.0, 10313.0, 10326.0, 10294.0, 10288.0, 10284.0, 10291.0, 10290.0, 10299.0, 10338.0, 10312.0, 10337.0, 10311.0, 10334.0, 10313.0, 10340.0, 10339.0, 10351.0, 10322.0, 10345.0, 10302.0, 10328.0, 10321.0, 10331.0, 10299.0, 10308.0, 10266.0, 10308.0, 10284.0, 10293.0, 10287.0, 10298.0, 10286.0, 10293.0, 10288.0, 10298.0, 10307.0, 10308.0, 10297.0, 10295.0, 10293.0, 10289.0, 10290.0, 10299.0, 10326.0, 10297.0, 10338.0, 10291.0, 10303.0, 10292.0, 10327.0, 10358.0, 10349.0, 10291.0, 10314.0, 10286.0, 10285.0, 10287.0, 10321.0, 10294.0, 10320.0, 10278.0, 10290.0, 10292.0, 10290.0, 10313.0, 10327.0, 10313.0, 10353.0, 10307.0, 10328.0, 10306.0, 10334.0, 10323.0, 10347.0, 10319.0, 10348.0, 10314.0, 10329.0, 10291.0, 10305.0, 10306.0, 10294.0, 10338.0, 10305.0, 10314.0, 10293.0, 10333.0, 10313.0, 10363.0, 10307.0, 10316.0, 10272.0, 10302.0, 10305.0, 10334.0, 10335.0, 10287.0, 10311.0, 10283.0, 10283.0, 10295.0, 10322.0, 10293.0, 10302.0, 10290.0, 10287.0, 10327.0, 10323.0, 10310.0, 10319.0, 10306.0, 10317.0, 10325.0, 10322.0, 10312.0, 10318.0, 10307.0, 10316.0, 10304.0, 10313.0, 10313.0, 10322.0, 10308.0, 10333.0, 10309.0, 10331.0, 10314.0, 10342.0, 10314.0, 10322.0, 10312.0, 10333.0, 10309.0, 10336.0, 10331.0, 10339.0, 10328.0, 10324.0, 10314.0, 10322.0, 10311.0, 10325.0, 10328.0, 10339.0, 10348.0, 10368.0, 10328.0, 10300.0, 10312.0, 10312.0, 10313.0, 10314.0, 10334.0, 10363.0, 10346.0, 10331.0, 10342.0, 10339.0, 10325.0, 10379.0, 10324.0, 10377.0, 10325.0, 10294.0, 10304.0, 10289.0, 10303.0, 10294.0, 10309.0, 10326.0, 10338.0, 10296.0, 10321.0, 10306.0, 10317.0, 10309.0, 10341.0, 10331.0, 10368.0, 10316.0, 10363.0, 10306.0, 10333.0, 10310.0, 10326.0, 10324.0, 10290.0, 10315.0, 10292.0, 10347.0, 10330.0, 10324.0, 10314.0, 10294.0, 10295.0, 10310.0, 10314.0, 10336.0, 10359.0, 10316.0, 10368.0, 10312.0, 10322.0, 10312.0, 10339.0, 10330.0, 10364.0, 10324.0, 10344.0, 10294.0, 10329.0, 10308.0, 10361.0, 10314.0, 10297.0, 10310.0, 10293.0, 10294.0, 10296.0, 10312.0, 10315.0, 10327.0, 10312.0, 10321.0, 10309.0, 10336.0, 10322.0, 10369.0, 10330.0, 10347.0, 10307.0, 10294.0, 10292.0, 10314.0, 10329.0, 10324.0, 10368.0, 10277.0, 10316.0, 10261.0, 10311.0, 10283.0, 10341.0, 10339.0, 10360.0, 10299.0, 10325.0, 10274.0, 10310.0, 10278.0, 10334.0, 10296.0, 10342.0, 10292.0, 10301.0, 10273.0, 10290.0, 10298.0, 10322.0, 10372.0, 10329.0, 10290.0, 10298.0, 10307.0, 10305.0, 10307.0, 10326.0, 10315.0, 10387.0, 10355.0, 10379.0, 10305.0, 10329.0, 10288.0, 10339.0, 10301.0, 10342.0, 10310.0, 10319.0, 10264.0, 10271.0, 10274.0, 10272.0, 10283.0, 10277.0, 10282.0, 10279.0, 10265.0, 10265.0, 10264.0, 10282.0, 10271.0, 10281.0, 10315.0, 10295.0, 10333.0, 10275.0, 10311.0, 10275.0, 10344.0, 10292.0, 10344.0, 10314.0, 10268.0, 10276.0, 10251.0, 10292.0, 10286.0, 10324.0, 10292.0, 10320.0, 10267.0, 10290.0, 10268.0, 10273.0, 10288.0, 10266.0, 10305.0, 10293.0, 10293.0, 10300.0, 10311.0, 10313.0, 10285.0, 10284.0, 10314.0, 10332.0, 10365.0, 10374.0, 10301.0, 10344.0, 10290.0, 10275.0, 10287.0, 10276.0, 10350.0, 10364.0, 10375.0, 10301.0, 10294.0, 10247.0, 10248.0, 10263.0, 10253.0, 10310.0, 10288.0, 10312.0, 10270.0, 10258.0, 10268.0, 10272.0, 10307.0, 10294.0, 10335.0, 10277.0, 10278.0, 10290.0, 10303.0, 10367.0, 10325.0, 10293.0, 10274.0, 10262.0, 10299.0, 10314.0, 10352.0, 10338.0, 10284.0, 10305.0, 10264.0, 10302.0, 10277.0, 10332.0, 10298.0, 10377.0, 10366.0, 10261.0, 10299.0, 10272.0, 10283.0, 10273.0, 10304.0, 10320.0, 10281.0, 10383.0, 10264.0, 10261.0, 10294.0, 10327.0, 10306.0, 10369.0, 10298.0, 10268.0, 10308.0, 10283.0, 10337.0, 10306.0, 10357.0, 10386.0, 10294.0, 10360.0, 10301.0, 10338.0, 10284.0, 10312.0, 10341.0, 10249.0, 10331.0, 10258.0, 10295.0, 10262.0, 10247.0, 10306.0, 10259.0, 10293.0, 10227.0, 10216.0, 10216.0, 10230.0, 10291.0, 10269.0, 10281.0, 10264.0, 10221.0, 10272.0, 10232.0, 10285.0, 10238.0, 10308.0, 10255.0, 10236.0, 10342.0, 10295.0, 10272.0, 10277.0, 10263.0, 10250.0, 10255.0, 10313.0, 10299.0, 10261.0, 10329.0, 10271.0, 10281.0, 10273.0, 10265.0, 10305.0, 10304.0, 10357.0, 10323.0, 10331.0, 10264.0, 10272.0, 10264.0, 10256.0, 10326.0, 10300.0, 10356.0, 10279.0, 10254.0, 10262.0, 10236.0, 10265.0, 10243.0, 10310.0, 10271.0, 10321.0, 10266.0, 10288.0, 10249.0, 10275.0, 10269.0, 10247.0, 10314.0, 10258.0, 10250.0, 10262.0, 10287.0, 10277.0, 10287.0, 10317.0, 10309.0, 10371.0, 10352.0, 10184.0, 10225.0, 10349.0, 10369.0, 10310.0, 10265.0, 10312.0, 10245.0, 10292.0, 10264.0, 10245.0, 10338.0, 10239.0, 10257.0, 10281.0, 10305.0, 10291.0, 10279.0, 10324.0, 10271.0, 10257.0, 10283.0, 10271.0, 10300.0, 10295.0, 10307.0, 10347.0, 10301.0, 10355.0, 10284.0, 10270.0, 10283.0, 10285.0, 10301.0, 10303.0, 10360.0, 10305.0, 10280.0, 10274.0, 10281.0, 10283.0, 10290.0, 10279.0, 10308.0, 10309.0, 10295.0, 10313.0, 10319.0, 10331.0, 10324.0, 10353.0, 10343.0, 10360.0, 10395.0, 10348.0, 10332.0, 10360.0, 10355.0, 10352.0, 10361.0, 10362.0, 10432.0, 10383.0, 10306.0, 10356.0, 10305.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.0020203981968444774</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.043691904507888804</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.69267844292476</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758447903909777</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9912163660150394</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3146.2878</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11979547058775232</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>127</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.541697971450038</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3878814920403357</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3842468522460343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.527582848828638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.251814775046335</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121148</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00025810219813138247</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.015654416754841805</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1331</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.165961055326415</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>14.446</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>72.2638</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>278.9524</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293460.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>1363.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>502.9051</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>623.9243</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3897.594</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4053.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83084.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1595.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5086.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.8789</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.80992990359664</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> |