=== 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-0007 --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-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0007_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-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_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-0007/figures/sub-0007_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_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-0007/ses-03/func/sub-0007_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>a49db010f8ba4d0afbe52612848b7814</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>16:33:47.535000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998733, -0.00393515, 0.0501701, 0.00156882, 0.998888, 0.0471187]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0829049</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>40</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4167, -7732, -7228, 686, 25, -207, -5, 45]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 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>229.334</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>00ab78d3-1753-4913-b334-f980368e194b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679527521133423, 0.004209025762975216, 0.13580918312072754, 113.1746826171875], [0.010557732544839382, 2.679943561553955, 0.1268467754125595, -101.2837905883789], [0.1346026211977005, -0.12641602754592896, 2.6935973167419434, -61.25643539428711], [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': ['163347.535000', '163347.995000', '163348.455000', '163348.915000', '163349.375000', '163349.835000', '163350.295000', '163350.755000', '163351.215000', '163351.675000', '163352.135000', '163352.595000', '163353.055000', '163353.515000', '163353.975000', '163354.435000', '163354.895000', '163355.355000', '163355.815000', '163356.275000', '163356.735000', '163357.195000', '163357.655000', '163358.115000', '163358.575000', '163359.035000', '163359.495000', '163359.955000', '163400.415000', '163400.875000', '163401.335000', '163401.795000', '163402.255000', '163402.715000', '163403.175000', '163403.635000', '163404.095000', '163404.555000', '163405.015000', '163405.475000', '163405.935000', '163406.395000', '163406.855000', '163407.315000', '163407.775000', '163408.235000', '163408.695000', '163409.155000', '163409.615000', '163410.075000', '163410.535000', '163410.995000', '163411.455000', '163411.915000', '163412.375000', '163412.835000', '163413.295000', '163413.755000', '163414.215000', '163414.675000', '163415.135000', '163415.595000', '163416.055000', '163416.515000', '163416.975000', '163417.435000', '163417.895000', '163418.355000', '163418.815000', '163419.275000', '163419.735000', '163420.195000', '163420.655000', '163421.115000', '163421.575000', '163422.035000', '163422.495000', '163422.955000', '163423.415000', '163423.875000', '163424.335000', '163424.795000', '163425.255000', '163425.715000', '163426.175000', '163426.635000', '163427.095000', '163427.555000', '163428.015000', '163428.475000', '163428.935000', '163429.395000', '163429.855000', '163430.315000', '163430.775000', '163431.235000', '163431.695000', '163432.155000', '163432.615000', '163433.075000', '163433.535000', '163433.995000', '163434.455000', '163434.915000', '163435.375000', '163435.835000', '163436.295000', '163436.755000', '163437.215000', '163437.675000', '163438.135000', '163438.595000', '163439.055000', '163439.515000', '163439.975000', '163440.435000', '163440.895000', '163441.355000', '163441.815000', '163442.275000', '163442.735000', '163443.195000', '163443.655000', '163444.115000', '163444.575000', '163445.035000', '163445.495000', '163445.955000', '163446.415000', '163446.875000', '163447.335000', '163447.795000', '163448.255000', '163448.715000', '163449.175000', '163449.635000', '163450.095000', '163450.555000', '163451.015000', '163451.475000', '163451.935000', '163452.395000', '163452.855000', '163453.315000', '163453.775000', '163454.235000', '163454.695000', '163455.155000', '163455.615000', '163456.075000', '163456.535000', '163456.995000', '163457.455000', '163457.915000', '163458.375000', '163458.835000', '163459.295000', '163459.755000', '163500.215000', '163500.675000', '163501.135000', '163501.595000', '163502.055000', '163502.515000', '163502.975000', '163503.435000', '163503.895000', '163504.355000', '163504.815000', '163505.275000', '163505.735000', '163506.195000', '163506.655000', '163507.115000', '163507.575000', '163508.035000', '163508.495000', '163508.955000', '163509.415000', '163509.875000', '163510.335000', '163510.795000', '163511.255000', '163511.715000', '163512.175000', '163512.635000', '163513.095000', '163513.555000', '163514.015000', '163514.475000', '163514.935000', '163515.395000', '163515.855000', '163516.315000', '163516.775000', '163517.235000', '163517.695000', '163518.155000', '163518.615000', '163519.075000', '163519.535000', '163519.995000', '163520.455000', '163520.915000', '163521.375000', '163521.835000', '163522.295000', '163522.755000', '163523.215000', '163523.675000', '163524.135000', '163524.595000', '163525.055000', '163525.515000', '163525.975000', '163526.435000', '163526.895000', '163527.355000', '163527.815000', '163528.275000', '163528.735000', '163529.195000', '163529.655000', '163530.115000', '163530.575000', '163531.035000', '163531.495000', '163531.955000', '163532.415000', '163532.875000', '163533.335000', '163533.795000', '163534.255000', '163534.715000', '163535.175000', '163535.635000', '163536.095000', '163536.555000', '163537.015000', '163537.475000', '163537.935000', '163538.395000', '163538.855000', '163539.315000', '163539.775000', '163540.235000', '163540.695000', '163541.155000', '163541.615000', '163542.075000', '163542.535000', '163542.995000', '163543.455000', '163543.915000', '163544.375000', '163544.835000', '163545.295000', '163545.755000', '163546.215000', '163546.675000', '163547.135000', '163547.595000', '163548.055000', '163548.515000', '163548.975000', '163549.435000', '163549.895000', '163550.355000', '163550.815000', '163551.275000', '163551.735000', '163552.195000', '163552.655000', '163553.115000', '163553.575000', '163554.035000', '163554.495000', '163554.955000', '163555.415000', '163555.875000', '163556.335000', '163556.795000', '163557.255000', '163557.715000', '163558.175000', '163558.635000', '163559.095000', '163559.555000', '163600.015000', '163600.475000', '163600.935000', '163601.395000', '163601.855000', '163602.315000', '163602.775000', '163603.235000', '163603.695000', '163604.155000', '163604.615000', '163605.075000', '163605.535000', '163605.995000', '163606.455000', '163606.915000', '163607.375000', '163607.835000', '163608.295000', '163608.755000', '163609.215000', '163609.675000', '163610.135000', '163610.595000', '163611.055000', '163611.515000', '163611.975000', '163612.435000', '163612.895000', '163613.355000', '163613.815000', '163614.275000', '163614.735000', '163615.195000', '163615.655000', '163616.115000', '163616.575000', '163617.035000', '163617.495000', '163617.955000', '163618.415000', '163618.875000', '163619.335000', '163619.795000', '163620.255000', '163620.715000', '163621.175000', '163621.635000', '163622.095000', '163622.555000', '163623.015000', '163623.475000', '163623.935000', '163624.395000', '163624.855000', '163625.315000', '163625.775000', '163626.235000', '163626.695000', '163627.155000', '163627.615000', '163628.075000', '163628.535000', '163628.995000', '163629.455000', '163629.915000', '163630.375000', '163630.835000', '163631.295000', '163631.755000', '163632.215000', '163632.675000', '163633.135000', '163633.595000', '163634.055000', '163634.515000', '163634.975000', '163635.435000', '163635.895000', '163636.355000', '163636.815000', '163637.275000', '163637.735000', '163638.195000', '163638.655000', '163639.115000', '163639.575000', '163640.035000', '163640.495000', '163640.955000', '163641.415000', '163641.875000', '163642.335000', '163642.795000', '163643.255000', '163643.715000', '163644.175000', '163644.635000', '163645.095000', '163645.555000', '163646.015000', '163646.475000', '163646.935000', '163647.395000', '163647.855000', '163648.315000', '163648.775000', '163649.235000', '163649.695000', '163650.155000', '163650.615000', '163651.075000', '163651.535000', '163651.995000', '163652.455000', '163652.915000', '163653.375000', '163653.835000', '163654.295000', '163654.755000', '163655.215000', '163655.675000', '163656.135000', '163656.595000', '163657.055000', '163657.515000', '163657.975000', '163658.435000', '163658.895000', '163659.355000', '163659.815000', '163700.275000', '163700.735000', '163701.195000', '163701.655000', '163702.115000', '163702.575000', '163703.035000', '163703.495000', '163703.955000', '163704.415000', '163704.875000', '163705.335000', '163705.795000', '163706.255000', '163706.715000', '163707.175000', '163707.635000', '163708.095000', '163708.555000', '163709.015000', '163709.475000', '163709.935000', '163710.395000', '163710.855000', '163711.315000', '163711.775000', '163712.235000', '163712.695000', '163713.155000', '163713.615000', '163714.075000', '163714.535000', '163714.995000', '163715.455000', '163715.915000', '163716.375000', '163716.835000', '163717.295000', '163717.755000', '163718.215000', '163718.675000', '163719.135000', '163719.595000', '163720.055000', '163720.515000', '163720.975000', '163721.435000', '163721.895000', '163722.355000', '163722.815000', '163723.275000', '163723.735000', '163724.195000', '163724.655000', '163725.115000', '163725.575000', '163726.035000', '163726.495000', '163726.955000', '163727.415000', '163727.875000', '163728.335000', '163728.795000', '163729.255000', '163729.715000', '163730.175000', '163730.635000', '163731.095000', '163731.555000', '163732.015000', '163732.475000', '163732.935000', '163733.395000', '163733.855000', '163734.315000', '163734.775000', '163735.235000', '163735.695000', '163736.155000', '163736.615000', '163737.075000', '163737.535000', '163737.995000', '163738.455000', '163738.915000', '163739.375000', '163739.835000', '163740.295000', '163740.755000', '163741.215000', '163741.675000', '163742.135000', '163742.595000', '163743.055000', '163743.515000', '163743.975000', '163744.435000', '163744.895000', '163745.355000', '163745.815000', '163746.275000', '163746.735000', '163747.195000', '163747.655000', '163748.115000', '163748.575000', '163749.035000', '163749.495000', '163749.955000', '163750.415000', '163750.875000', '163751.335000', '163751.795000', '163752.255000', '163752.715000', '163753.175000', '163753.635000', '163754.095000', '163754.555000', '163755.015000', '163755.475000', '163755.935000', '163756.395000', '163756.855000', '163757.315000', '163757.775000', '163758.235000', '163758.695000', '163759.155000', '163759.615000', '163800.075000', '163800.535000', '163800.995000', '163801.455000', '163801.915000', '163802.375000', '163802.835000', '163803.295000', '163803.755000', '163804.215000', '163804.675000', '163805.135000', '163805.595000', '163806.055000', '163806.515000', '163806.975000', '163807.435000', '163807.895000', '163808.355000', '163808.815000', '163809.275000', '163809.735000', '163810.195000', '163810.655000', '163811.115000', '163811.575000', '163812.035000', '163812.495000', '163812.955000', '163813.415000', '163813.875000', '163814.335000', '163814.795000', '163815.255000', '163815.715000', '163816.175000', '163816.635000', '163817.095000', '163817.555000', '163818.015000', '163818.475000', '163818.935000', '163819.395000', '163819.855000', '163820.315000', '163820.775000', '163821.235000', '163821.695000', '163822.155000', '163822.615000', '163823.075000', '163823.535000', '163823.995000', '163824.455000', '163824.915000', '163825.375000', '163825.835000', '163826.295000', '163826.755000', '163827.215000', '163827.675000', '163828.135000', '163828.595000', '163829.055000', '163829.515000', '163829.975000', '163830.435000', '163830.895000', '163831.355000', '163831.815000', '163832.275000', '163832.735000', '163833.195000', '163833.655000', '163834.115000', '163834.575000', '163835.035000', '163835.495000', '163835.955000', '163836.415000', '163836.875000', '163837.335000', '163837.795000', '163838.255000', '163838.715000', '163839.175000', '163839.635000', '163840.095000', '163840.555000', '163841.015000', '163841.475000', '163841.935000', '163842.395000', '163842.855000', '163843.315000', '163843.775000', '163844.235000', '163844.695000', '163845.155000', '163845.615000', '163846.075000', '163846.535000', '163846.995000', '163847.455000', '163847.915000', '163848.375000', '163848.835000', '163849.295000', '163849.755000', '163850.215000', '163850.675000', '163851.135000', '163851.595000', '163852.055000', '163852.515000', '163852.975000', '163853.435000', '163853.895000', '163854.355000', '163854.815000', '163855.275000', '163855.735000', '163856.195000', '163856.655000', '163857.115000', '163857.575000', '163858.035000', '163858.495000', '163858.955000', '163859.415000', '163859.875000', '163900.335000', '163900.795000', '163901.255000', '163901.715000', '163902.175000', '163902.635000', '163903.095000', '163903.555000', '163904.015000', '163904.475000', '163904.935000', '163905.395000', '163905.855000', '163906.315000', '163906.775000', '163907.235000', '163907.695000', '163908.155000', '163908.615000', '163909.075000', '163909.535000', '163909.995000', '163910.455000', '163910.915000', '163911.375000', '163911.835000', '163912.295000', '163912.755000', '163913.215000', '163913.675000', '163914.135000', '163914.595000', '163915.055000', '163915.515000', '163915.975000', '163916.435000', '163916.895000', '163917.355000', '163917.815000', '163918.275000', '163918.735000', '163919.195000', '163919.655000', '163920.115000', '163920.575000', '163921.035000', '163921.495000', '163921.955000', '163922.415000', '163922.875000', '163923.335000', '163923.795000', '163924.255000', '163924.715000', '163925.175000', '163925.635000', '163926.095000', '163926.555000', '163927.015000', '163927.475000', '163927.935000', '163928.395000', '163928.855000', '163929.315000', '163929.775000', '163930.235000', '163930.695000', '163931.155000', '163931.615000', '163932.075000', '163932.535000', '163932.995000', '163933.455000', '163933.915000', '163934.375000', '163934.835000', '163935.295000', '163935.755000', '163936.215000', '163936.675000', '163937.135000', '163937.595000', '163938.055000', '163938.515000', '163938.975000', '163939.435000', '163939.895000', '163940.355000', '163940.815000', '163941.275000', '163941.735000', '163942.195000', '163942.655000', '163943.115000', '163943.575000', '163944.035000', '163944.495000', '163944.955000', '163945.415000', '163945.875000', '163946.335000', '163946.795000', '163947.255000', '163947.715000', '163948.175000', '163948.635000', '163949.095000', '163949.555000', '163950.015000', '163950.475000', '163950.935000', '163951.395000', '163951.855000', '163952.315000', '163952.775000', '163953.235000', '163953.695000', '163954.155000', '163954.615000', '163955.075000', '163955.535000', '163955.995000', '163956.455000', '163956.915000', '163957.375000', '163957.835000', '163958.295000', '163958.755000', '163959.215000', '163959.675000', '164000.135000', '164000.595000', '164001.055000', '164001.515000', '164001.975000', '164002.435000', '164002.895000', '164003.355000', '164003.815000', '164004.275000', '164004.735000', '164005.195000', '164005.655000', '164006.115000', '164006.575000', '164007.035000', '164007.495000', '164007.955000', '164008.415000', '164008.875000', '164009.335000', '164009.795000', '164010.255000', '164010.715000', '164011.175000', '164011.635000', '164012.095000', '164012.555000', '164013.015000', '164013.475000', '164013.935000', '164014.395000', '164014.855000', '164015.315000', '164015.775000', '164016.235000', '164016.695000', '164017.155000', '164017.615000', '164018.075000', '164018.535000', '164018.995000', '164019.455000', '164019.915000', '164020.375000', '164020.835000', '164021.295000', '164021.755000', '164022.215000', '164022.675000', '164023.135000', '164023.595000', '164024.055000', '164024.515000', '164024.975000', '164025.435000', '164025.895000', '164026.355000', '164026.815000', '164027.275000', '164027.735000', '164028.195000', '164028.655000', '164029.115000', '164029.575000', '164030.035000', '164030.495000', '164030.955000', '164031.415000', '164031.875000', '164032.335000', '164032.795000', '164033.255000', '164033.715000', '164034.175000', '164034.635000', '164035.095000', '164035.555000', '164036.015000', '164036.475000', '164036.935000', '164037.395000', '164037.855000', '164038.315000', '164038.775000', '164039.235000', '164039.695000', '164040.155000', '164040.615000', '164041.075000', '164041.535000', '164041.995000', '164042.455000', '164042.915000', '164043.375000', '164043.835000', '164044.295000', '164044.755000', '164045.215000', '164045.675000', '164046.135000', '164046.595000', '164047.055000', '164047.515000', '164047.975000', '164048.435000', '164048.895000', '164049.355000', '164049.815000', '164050.275000', '164050.735000', '164051.195000', '164051.655000', '164052.115000', '164052.575000', '164053.035000', '164053.495000', '164053.955000', '164054.415000', '164054.875000', '164055.335000', '164055.795000', '164056.255000', '164056.715000', '164057.175000', '164057.635000', '164058.095000', '164058.555000', '164059.015000', '164059.475000', '164059.935000', '164100.395000', '164100.855000', '164101.315000', '164101.775000', '164102.235000', '164102.695000', '164103.155000', '164103.615000', '164104.075000', '164104.535000', '164104.995000', '164105.455000', '164105.915000', '164106.375000', '164106.835000', '164107.295000', '164107.755000', '164108.215000', '164108.675000', '164109.135000', '164109.595000', '164110.055000', '164110.515000', '164110.975000', '164111.435000', '164111.895000', '164112.355000', '164112.815000', '164113.275000', '164113.735000', '164114.195000', '164114.655000', '164115.115000', '164115.575000', '164116.035000', '164116.495000', '164116.955000', '164117.415000', '164117.875000', '164118.335000', '164118.795000', '164119.255000', '164119.715000', '164120.175000', '164120.635000', '164121.095000', '164121.555000', '164122.015000', '164122.475000', '164122.935000', '164123.395000', '164123.855000', '164124.315000', '164124.775000', '164125.235000', '164125.695000', '164126.155000', '164126.615000', '164127.075000', '164127.535000', '164127.995000', '164128.455000', '164128.915000', '164129.375000', '164129.835000', '164130.295000', '164130.755000', '164131.215000', '164131.675000', '164132.135000', '164132.595000', '164133.055000', '164133.515000', '164133.975000', '164134.435000', '164134.895000', '164135.355000', '164135.815000', '164136.275000', '164136.735000', '164137.195000', '164137.655000', '164138.115000', '164138.575000', '164139.035000', '164139.495000', '164139.955000', '164140.415000', '164140.875000', '164141.335000', '164141.795000', '164142.255000', '164142.715000', '164143.175000', '164143.635000', '164144.095000', '164144.555000', '164145.015000', '164145.475000', '164145.935000', '164146.395000', '164146.855000', '164147.315000', '164147.775000', '164148.235000', '164148.695000', '164149.155000', '164149.615000', '164150.075000', '164150.535000', '164150.995000', '164151.455000', '164151.915000', '164152.375000', '164152.835000', '164153.295000', '164153.755000', '164154.215000', '164154.675000', '164155.135000', '164155.595000', '164156.055000', '164156.515000', '164156.975000', '164157.435000', '164157.895000', '164158.355000', '164158.815000', '164159.275000', '164159.735000', '164200.195000', '164200.655000', '164201.115000', '164201.575000', '164202.035000', '164202.495000', '164202.955000', '164203.415000', '164203.875000', '164204.335000', '164204.795000', '164205.255000', '164205.715000', '164206.175000', '164206.635000', '164207.095000', '164207.555000', '164208.015000', '164208.475000', '164208.935000', '164209.395000', '164209.855000', '164210.315000', '164210.775000', '164211.235000', '164211.695000', '164212.155000', '164212.615000', '164213.075000', '164213.535000', '164213.995000', '164214.455000', '164214.915000', '164215.375000', '164215.835000', '164216.295000', '164216.755000', '164217.215000', '164217.675000', '164218.135000', '164218.595000', '164219.055000', '164219.515000', '164219.975000', '164220.435000', '164220.895000', '164221.355000', '164221.815000', '164222.275000', '164222.735000', '164223.195000', '164223.655000', '164224.115000', '164224.575000', '164225.035000', '164225.495000', '164225.955000', '164226.415000', '164226.875000', '164227.335000', '164227.795000', '164228.255000', '164228.715000', '164229.175000', '164229.635000', '164230.095000', '164230.555000', '164231.015000', '164231.475000', '164231.935000', '164232.395000', '164232.855000', '164233.315000', '164233.775000', '164234.235000', '164234.695000', '164235.155000', '164235.615000', '164236.075000', '164236.535000', '164236.995000', '164237.455000', '164237.915000', '164238.375000', '164238.835000', '164239.295000', '164239.755000', '164240.215000', '164240.675000', '164241.135000', '164241.595000', '164242.055000', '164242.515000', '164242.975000', '164243.435000', '164243.895000', '164244.355000', '164244.815000', '164245.275000', '164245.735000', '164246.195000', '164246.655000', '164247.115000', '164247.575000', '164248.035000', '164248.495000', '164248.955000', '164249.415000', '164249.875000', '164250.335000', '164250.795000', '164251.255000', '164251.715000', '164252.175000', '164252.635000', '164253.095000', '164253.555000', '164254.015000', '164254.475000', '164254.935000', '164255.395000', '164255.855000', '164256.315000', '164256.775000', '164257.235000', '164257.695000', '164258.155000', '164258.615000', '164259.075000', '164259.535000', '164259.995000', '164300.455000', '164300.915000', '164301.375000', '164301.835000', '164302.295000', '164302.755000', '164303.215000', '164303.675000', '164304.135000', '164304.595000', '164305.055000', '164305.515000', '164305.975000', '164306.435000', '164306.895000', '164307.355000', '164307.815000', '164308.275000', '164308.735000', '164309.195000', '164309.655000', '164310.115000', '164310.575000', '164311.035000', '164311.495000', '164311.955000', '164312.415000', '164312.875000', '164313.335000', '164313.795000', '164314.255000', '164314.715000', '164315.175000', '164315.635000', '164316.095000', '164316.555000', '164317.015000', '164317.475000', '164317.935000', '164318.395000', '164318.855000', '164319.315000', '164319.775000', '164320.235000', '164320.695000', '164321.155000', '164321.615000', '164322.075000', '164322.535000', '164322.995000', '164323.455000', '164323.915000', '164324.375000', '164324.835000', '164325.295000', '164325.755000', '164326.215000', '164326.675000', '164327.135000', '164327.595000', '164328.055000', '164328.515000', '164328.975000', '164329.435000', '164329.895000', '164330.355000', '164330.815000', '164331.275000', '164331.735000', '164332.195000', '164332.655000', '164333.115000', '164333.575000', '164334.035000', '164334.495000', '164334.955000', '164335.415000', '164335.875000', '164336.335000', '164336.795000', '164337.255000', '164337.715000', '164338.175000', '164338.635000', '164339.095000', '164339.555000', '164340.015000', '164340.475000', '164340.935000', '164341.395000', '164341.855000', '164342.315000', '164342.775000', '164343.235000', '164343.695000', '164344.155000', '164344.615000', '164345.075000', '164345.535000', '164345.995000', '164346.455000', '164346.915000', '164347.375000', '164347.835000', '164348.295000', '164348.755000', '164349.215000', '164349.675000', '164350.135000', '164350.595000', '164351.055000', '164351.515000', '164351.975000', '164352.435000', '164352.895000', '164353.355000', '164353.815000', '164354.275000', '164354.735000', '164355.195000', '164355.655000', '164356.115000', '164356.575000', '164357.035000', '164357.495000', '164357.955000', '164358.415000', '164358.875000', '164359.335000', '164359.795000', '164400.255000', '164400.715000', '164401.175000'], 'ContentTime': ['163404.072000', '163404.075000', '163404.078000', '163404.081000', '163404.084000', '163404.088000', '163404.090000', '163404.093000', '163404.096000', '163404.099000', '163404.102000', '163404.105000', '163404.108000', '163404.111000', '163404.114000', '163404.118000', '163404.121000', '163404.124000', '163404.127000', '163404.131000', '163404.134000', '163404.137000', '163404.140000', '163404.143000', '163404.148000', '163404.151000', '163404.153000', '163404.157000', '163404.160000', '163404.162000', '163404.171000', '163404.175000', '163404.178000', '163404.181000', '163424.039000', '163424.042000', '163424.045000', '163424.048000', '163424.051000', '163424.053000', '163424.056000', '163424.059000', '163424.062000', '163424.065000', '163424.068000', '163424.071000', '163424.073000', '163424.076000', '163424.079000', '163424.082000', '163424.085000', '163424.098000', '163424.101000', '163424.104000', '163424.107000', '163424.110000', '163424.113000', '163424.116000', '163424.118000', '163424.121000', '163424.124000', '163424.127000', '163424.130000', '163424.133000', '163424.136000', '163424.139000', '163424.141000', '163424.144000', '163424.147000', '163424.150000', '163424.153000', '163424.156000', '163424.159000', '163424.161000', '163424.164000', '163424.167000', '163424.170000', '163444.039000', '163444.042000', '163444.045000', '163444.048000', '163444.051000', '163444.053000', '163444.056000', '163444.059000', '163444.062000', '163444.065000', '163444.068000', '163444.071000', '163444.074000', '163444.077000', '163444.080000', '163444.082000', '163444.085000', '163444.093000', '163444.096000', '163444.099000', '163444.102000', '163444.105000', '163444.107000', '163444.110000', '163444.113000', '163444.116000', '163444.119000', '163444.122000', '163444.125000', '163444.128000', '163444.131000', '163444.134000', '163444.136000', '163444.139000', '163444.142000', '163444.159000', '163444.162000', '163444.164000', '163444.167000', '163444.175000', '163444.177000', '163444.180000', '163444.183000', '163444.186000', '163504.040000', '163504.043000', '163504.046000', '163504.049000', '163504.052000', '163504.055000', '163504.058000', '163504.061000', '163504.063000', '163504.067000', '163504.069000', '163504.072000', '163504.075000', '163504.078000', '163504.081000', '163504.084000', '163504.087000', '163504.090000', '163504.093000', '163504.096000', '163504.099000', '163504.101000', '163504.104000', '163504.107000', '163504.110000', '163504.113000', '163504.116000', '163504.118000', '163504.121000', '163504.124000', '163504.127000', '163504.130000', '163504.133000', '163504.136000', '163504.138000', '163504.141000', '163504.144000', '163504.147000', '163504.150000', '163504.153000', '163504.156000', '163504.158000', '163504.161000', '163524.040000', '163524.043000', '163524.046000', '163524.049000', '163524.052000', '163524.055000', '163524.058000', '163524.061000', '163524.063000', '163524.066000', '163524.069000', '163524.072000', '163524.075000', '163524.078000', '163524.081000', '163524.084000', '163524.087000', '163524.089000', '163524.093000', '163524.095000', '163524.098000', '163524.101000', '163524.104000', '163524.107000', '163524.110000', '163524.113000', '163524.116000', '163524.118000', '163524.121000', '163524.124000', '163524.127000', '163524.130000', '163524.133000', '163524.136000', '163524.139000', '163524.142000', '163524.145000', '163524.147000', '163524.150000', '163524.153000', '163524.156000', '163524.159000', '163524.162000', '163524.165000', '163544.040000', '163544.043000', '163544.046000', '163544.049000', '163544.052000', '163544.055000', '163544.058000', '163544.061000', '163544.064000', '163544.066000', '163544.069000', '163544.072000', '163544.075000', '163544.078000', '163544.081000', '163544.084000', '163544.087000', '163544.090000', '163544.093000', '163544.096000', '163544.099000', '163544.101000', '163544.104000', '163544.107000', '163544.110000', '163544.113000', '163544.116000', '163544.119000', '163544.122000', '163544.125000', '163544.127000', '163544.130000', '163544.133000', '163544.136000', '163544.139000', '163544.142000', '163544.145000', '163544.148000', '163544.150000', '163544.153000', '163544.156000', '163544.159000', '163544.162000', '163604.040000', '163604.043000', '163604.046000', '163604.049000', '163604.052000', '163604.055000', '163604.058000', '163604.061000', '163604.064000', '163604.067000', '163604.069000', '163604.073000', '163604.076000', '163604.079000', '163604.082000', '163604.085000', '163604.088000', '163604.091000', '163604.094000', '163604.097000', '163604.100000', '163604.103000', '163604.105000', '163604.108000', '163604.111000', '163604.114000', '163604.117000', '163604.120000', '163604.123000', '163604.126000', '163604.129000', '163604.132000', '163604.135000', '163604.138000', '163604.141000', '163604.144000', '163604.147000', '163604.150000', '163604.153000', '163604.155000', '163604.158000', '163604.161000', '163604.164000', '163624.039000', '163624.042000', '163624.045000', '163624.048000', '163624.051000', '163624.054000', '163624.056000', '163624.059000', '163624.062000', '163624.065000', '163624.068000', '163624.071000', '163624.074000', '163624.077000', '163624.079000', '163624.082000', '163624.085000', '163624.088000', '163624.091000', '163624.094000', '163624.097000', '163624.099000', '163624.102000', '163624.105000', '163624.108000', '163624.111000', '163624.114000', '163624.117000', '163624.119000', '163624.122000', '163624.125000', '163624.138000', '163624.141000', '163624.144000', '163624.147000', '163624.149000', '163624.152000', '163624.155000', '163624.158000', '163624.161000', '163624.164000', '163624.167000', '163624.170000', '163624.172000', '163644.039000', '163644.042000', '163644.045000', '163644.048000', '163644.051000', '163644.054000', '163644.057000', '163644.059000', '163644.063000', '163644.066000', '163644.070000', '163644.072000', '163644.075000', '163644.078000', '163644.081000', '163644.084000', '163644.087000', '163644.090000', '163644.093000', '163644.096000', '163644.099000', '163644.102000', '163644.105000', '163644.107000', '163644.110000', '163644.113000', '163644.116000', '163644.119000', '163644.122000', '163644.125000', '163644.128000', '163644.131000', '163644.134000', '163644.136000', '163644.139000', '163644.142000', '163644.145000', '163644.148000', '163644.151000', '163644.154000', '163644.157000', '163644.160000', '163644.163000', '163704.039000', '163704.042000', '163704.045000', '163704.048000', '163704.051000', '163704.054000', '163704.057000', '163704.060000', '163704.063000', '163704.066000', '163704.068000', '163704.071000', '163704.074000', '163704.077000', '163704.080000', '163704.083000', '163704.086000', '163704.089000', '163704.092000', '163704.095000', '163704.098000', '163704.100000', '163704.103000', '163704.106000', '163704.109000', '163704.112000', '163704.115000', '163704.118000', '163704.121000', '163704.124000', '163704.127000', '163704.129000', '163704.132000', '163704.135000', '163704.138000', '163704.141000', '163704.144000', '163704.147000', '163704.150000', '163704.152000', '163704.155000', '163704.158000', '163704.161000', '163704.164000', '163724.040000', '163724.043000', '163724.046000', '163724.049000', '163724.052000', '163724.055000', '163724.057000', '163724.060000', '163724.063000', '163724.066000', '163724.069000', '163724.072000', '163724.075000', '163724.078000', '163724.081000', '163724.085000', '163724.088000', '163724.090000', '163724.093000', '163724.096000', '163724.099000', '163724.102000', '163724.105000', '163724.108000', '163724.111000', '163724.114000', '163724.116000', '163724.119000', '163724.122000', '163724.125000', '163724.128000', '163724.131000', '163724.134000', '163724.137000', '163724.140000', '163724.143000', '163724.145000', '163724.148000', '163724.151000', '163724.154000', '163724.157000', '163724.160000', '163724.163000', '163744.040000', '163744.043000', '163744.046000', '163744.049000', '163744.052000', '163744.055000', '163744.057000', '163744.060000', '163744.063000', '163744.066000', '163744.069000', '163744.072000', '163744.075000', '163744.078000', '163744.081000', '163744.084000', '163744.087000', '163744.089000', '163744.092000', '163744.095000', '163744.098000', '163744.101000', '163744.104000', '163744.107000', '163744.110000', '163744.112000', '163744.115000', '163744.118000', '163744.121000', '163744.124000', '163744.127000', '163744.130000', '163744.133000', '163744.135000', '163744.138000', '163744.141000', '163744.144000', '163744.147000', '163744.150000', '163744.153000', '163744.156000', '163744.159000', '163744.162000', '163744.165000', '163804.040000', '163804.043000', '163804.046000', '163804.049000', '163804.052000', '163804.055000', '163804.057000', '163804.060000', '163804.063000', '163804.066000', '163804.069000', '163804.072000', '163804.083000', '163804.086000', '163804.089000', '163804.091000', '163804.094000', '163804.097000', '163804.100000', '163804.103000', '163804.106000', '163804.109000', '163804.112000', '163804.115000', '163804.118000', '163804.121000', '163804.124000', '163804.127000', '163804.130000', '163804.132000', '163804.135000', '163804.138000', '163804.141000', '163804.144000', '163804.147000', '163804.150000', '163804.153000', '163804.156000', '163804.158000', '163804.161000', '163804.164000', '163804.167000', '163804.170000', '163824.039000', '163824.042000', '163824.045000', '163824.048000', '163824.051000', '163824.054000', '163824.056000', '163824.059000', '163824.062000', '163824.065000', '163824.068000', '163824.071000', '163824.074000', '163824.077000', '163824.080000', '163824.083000', '163824.085000', '163824.088000', '163824.091000', '163824.094000', '163824.097000', '163824.100000', '163824.103000', '163824.105000', '163824.108000', '163824.111000', '163824.114000', '163824.117000', '163824.120000', '163824.123000', '163824.126000', '163824.129000', '163824.131000', '163824.134000', '163824.137000', '163824.140000', '163824.143000', '163824.146000', '163824.149000', '163824.152000', '163824.155000', '163824.158000', '163824.161000', '163824.163000', '163844.039000', '163844.042000', '163844.045000', '163844.048000', '163844.052000', '163844.055000', '163844.058000', '163844.061000', '163844.064000', '163844.067000', '163844.070000', '163844.073000', '163844.076000', '163844.079000', '163844.082000', '163844.085000', '163844.088000', '163844.091000', '163844.093000', '163844.096000', '163844.099000', '163844.102000', '163844.105000', '163844.108000', '163844.111000', '163844.114000', '163844.117000', '163844.126000', '163844.129000', '163844.132000', '163844.135000', '163844.138000', '163844.141000', '163844.144000', '163844.146000', '163844.149000', '163844.152000', '163844.155000', '163844.158000', '163844.161000', '163844.164000', '163844.167000', '163844.170000', '163904.039000', '163904.042000', '163904.045000', '163904.048000', '163904.051000', '163904.054000', '163904.057000', '163904.060000', '163904.063000', '163904.065000', '163904.069000', '163904.071000', '163904.074000', '163904.077000', '163904.080000', '163904.083000', '163904.086000', '163904.089000', '163904.092000', '163904.094000', '163904.097000', '163904.100000', '163904.103000', '163904.106000', '163904.109000', '163904.112000', '163904.115000', '163904.118000', '163904.120000', '163904.123000', '163904.126000', '163904.129000', '163904.132000', '163904.135000', '163904.138000', '163904.141000', '163904.144000', '163904.146000', '163904.149000', '163904.152000', '163904.155000', '163904.158000', '163904.161000', '163904.164000', '163924.039000', '163924.042000', '163924.045000', '163924.048000', '163924.051000', '163924.054000', '163924.057000', '163924.060000', '163924.063000', '163924.066000', '163924.068000', '163924.071000', '163924.074000', '163924.077000', '163924.082000', '163924.085000', '163924.088000', '163924.091000', '163924.094000', '163924.097000', '163924.100000', '163924.102000', '163924.105000', '163924.108000', '163924.111000', '163924.114000', '163924.117000', '163924.120000', '163924.123000', '163924.126000', '163924.128000', '163924.131000', '163924.134000', '163924.137000', '163924.140000', '163924.143000', '163924.146000', '163924.160000', '163924.163000', '163924.166000', '163924.169000', '163924.172000', '163924.174000', '163944.040000', '163944.043000', '163944.046000', '163944.049000', '163944.052000', '163944.055000', '163944.058000', '163944.060000', '163944.063000', '163944.066000', '163944.069000', '163944.072000', '163944.075000', '163944.078000', '163944.081000', '163944.084000', '163944.087000', '163944.089000', '163944.092000', '163944.095000', '163944.098000', '163944.101000', '163944.104000', '163944.107000', '163944.110000', '163944.113000', '163944.116000', '163944.118000', '163944.121000', '163944.124000', '163944.127000', '163944.130000', '163944.133000', '163944.136000', '163944.139000', '163944.142000', '163944.145000', '163944.148000', '163944.150000', '163944.153000', '163944.156000', '163944.159000', '163944.162000', '163944.165000', '164004.040000', '164004.043000', '164004.046000', '164004.049000', '164004.052000', '164004.055000', '164004.058000', '164004.061000', '164004.063000', '164004.066000', '164004.069000', '164004.072000', '164004.075000', '164004.078000', '164004.081000', '164004.084000', '164004.087000', '164004.091000', '164004.094000', '164004.097000', '164004.100000', '164004.103000', '164004.106000', '164004.109000', '164004.112000', '164004.115000', '164004.117000', '164004.120000', '164004.123000', '164004.126000', '164004.129000', '164004.132000', '164004.135000', '164004.143000', '164004.146000', '164004.149000', '164004.152000', '164004.155000', '164004.161000', '164004.164000', '164004.168000', '164004.171000', '164004.174000', '164024.040000', '164024.043000', '164024.046000', '164024.049000', '164024.052000', '164024.055000', '164024.058000', '164024.061000', '164024.064000', '164024.066000', '164024.069000', '164024.072000', '164024.075000', '164024.078000', '164024.081000', '164024.084000', '164024.087000', '164024.090000', '164024.093000', '164024.095000', '164024.098000', '164024.101000', '164024.104000', '164024.107000', '164024.110000', '164024.113000', '164024.116000', '164024.119000', '164024.121000', '164024.124000', '164024.127000', '164024.130000', '164024.133000', '164024.136000', '164024.139000', '164024.142000', '164024.145000', '164024.148000', '164024.150000', '164024.153000', '164024.156000', '164024.159000', '164024.162000', '164024.165000', '164044.039000', '164044.042000', '164044.045000', '164044.048000', '164044.051000', '164044.054000', '164044.057000', '164044.060000', '164044.062000', '164044.065000', '164044.068000', '164044.071000', '164044.074000', '164044.077000', '164044.080000', '164044.083000', '164044.086000', '164044.089000', '164044.092000', '164044.095000', '164044.098000', '164044.100000', '164044.103000', '164044.106000', '164044.109000', '164044.112000', '164044.115000', '164044.118000', '164044.120000', '164044.123000', '164044.126000', '164044.129000', '164044.132000', '164044.135000', '164044.138000', '164044.141000', '164044.144000', '164044.146000', '164044.149000', '164044.152000', '164044.155000', '164044.158000', '164044.161000', '164104.039000', '164104.042000', '164104.045000', '164104.048000', '164104.051000', '164104.062000', '164104.065000', '164104.068000', '164104.071000', '164104.073000', '164104.076000', '164104.079000', '164104.082000', '164104.085000', '164104.088000', '164104.091000', '164104.094000', '164104.097000', '164104.100000', '164104.103000', '164104.106000', '164104.109000', '164104.111000', '164104.114000', '164104.117000', '164104.125000', '164104.128000', '164104.131000', '164104.134000', '164104.137000', '164104.140000', '164104.143000', '164104.146000', '164104.149000', '164104.152000', '164104.155000', '164104.157000', '164104.161000', '164104.163000', '164104.166000', '164104.169000', '164104.172000', '164104.175000', '164104.178000', '164124.039000', '164124.042000', '164124.045000', '164124.048000', '164124.051000', '164124.054000', '164124.057000', '164124.060000', '164124.063000', '164124.066000', '164124.068000', '164124.072000', '164124.074000', '164124.077000', '164124.080000', '164124.083000', '164124.086000', '164124.089000', '164124.092000', '164124.095000', '164124.098000', '164124.101000', '164124.103000', '164124.106000', '164124.109000', '164124.112000', '164124.115000', '164124.118000', '164124.121000', '164124.124000', '164124.128000', '164124.131000', '164124.134000', '164124.137000', '164124.140000', '164124.143000', '164124.146000', '164124.149000', '164124.152000', '164124.155000', '164124.158000', '164124.161000', '164124.164000', '164144.040000', '164144.043000', '164144.046000', '164144.049000', '164144.052000', '164144.055000', '164144.058000', '164144.061000', '164144.063000', '164144.066000', '164144.069000', '164144.072000', '164144.075000', '164144.078000', '164144.081000', '164144.084000', '164144.087000', '164144.090000', '164144.094000', '164144.097000', '164144.108000', '164144.111000', '164144.114000', '164144.117000', '164144.120000', '164144.123000', '164144.126000', '164144.129000', '164144.132000', '164144.135000', '164144.138000', '164144.141000', '164144.144000', '164144.147000', '164144.150000', '164144.152000', '164144.156000', '164144.158000', '164144.161000', '164144.164000', '164144.167000', '164144.170000', '164144.173000', '164144.176000', '164204.040000', '164204.043000', '164204.046000', '164204.049000', '164204.052000', '164204.055000', '164204.058000', '164204.061000', '164204.064000', '164204.067000', '164204.070000', '164204.073000', '164204.076000', '164204.078000', '164204.082000', '164204.084000', '164204.087000', '164204.090000', '164204.093000', '164204.096000', '164204.099000', '164204.102000', '164204.105000', '164204.108000', '164204.111000', '164204.114000', '164204.117000', '164204.120000', '164204.122000', '164204.125000', '164204.128000', '164204.131000', '164204.134000', '164204.137000', '164204.140000', '164204.143000', '164204.146000', '164204.149000', '164204.151000', '164204.154000', '164204.157000', '164204.160000', '164204.163000', '164224.040000', '164224.043000', '164224.046000', '164224.049000', '164224.052000', '164224.055000', '164224.058000', '164224.061000', '164224.064000', '164224.067000', '164224.069000', '164224.072000', '164224.075000', '164224.078000', '164224.081000', '164224.084000', '164224.087000', '164224.090000', '164224.093000', '164224.096000', '164224.099000', '164224.102000', '164224.105000', '164224.108000', '164224.111000', '164224.114000', '164224.117000', '164224.120000', '164224.123000', '164224.126000', '164224.129000', '164224.132000', '164224.135000', '164224.137000', '164224.140000', '164224.143000', '164224.146000', '164224.149000', '164224.152000', '164224.155000', '164224.158000', '164224.161000', '164224.164000', '164224.167000', '164244.040000', '164244.043000', '164244.046000', '164244.049000', '164244.052000', '164244.055000', '164244.058000', '164244.061000', '164244.064000', '164244.067000', '164244.070000', '164244.073000', '164244.075000', '164244.078000', '164244.082000', '164244.084000', '164244.087000', '164244.090000', '164244.093000', '164244.096000', '164244.099000', '164244.102000', '164244.105000', '164244.108000', '164244.111000', '164244.114000', '164244.117000', '164244.120000', '164244.123000', '164244.126000', '164244.129000', '164244.131000', '164244.134000', '164244.137000', '164244.140000', '164244.143000', '164244.146000', '164244.149000', '164244.152000', '164244.155000', '164244.158000', '164244.161000', '164244.164000', '164304.039000', '164304.042000', '164304.045000', '164304.048000', '164304.051000', '164304.054000', '164304.057000', '164304.059000', '164304.062000', '164304.065000', '164304.068000', '164304.071000', '164304.074000', '164304.077000', '164304.080000', '164304.083000', '164304.086000', '164304.089000', '164304.091000', '164304.094000', '164304.097000', '164304.100000', '164304.103000', '164304.106000', '164304.109000', '164304.112000', '164304.115000', '164304.118000', '164304.121000', '164304.123000', '164304.126000', '164304.129000', '164304.133000', '164304.136000', '164304.139000', '164304.142000', '164304.145000', '164304.148000', '164304.151000', '164304.153000', '164304.156000', '164304.159000', '164304.162000', '164304.165000', '164324.039000', '164324.042000', '164324.045000', '164324.048000', '164324.051000', '164324.054000', '164324.057000', '164324.060000', '164324.063000', '164324.065000', '164324.068000', '164324.071000', '164324.074000', '164324.077000', '164324.080000', '164324.083000', '164324.086000', '164324.089000', '164324.092000', '164324.095000', '164324.098000', '164324.100000', '164324.103000', '164324.106000', '164324.109000', '164324.112000', '164324.121000', '164324.124000', '164324.127000', '164324.129000', '164324.132000', '164324.135000', '164324.138000', '164324.141000', '164324.144000', '164324.147000', '164324.150000', '164324.153000', '164324.155000', '164324.158000', '164324.161000', '164324.172000', '164324.175000', '164344.039000', '164344.042000', '164344.045000', '164344.048000', '164344.051000', '164344.078000', '164344.081000', '164344.084000', '164344.087000', '164344.090000', '164344.093000', '164344.096000', '164344.099000', '164344.101000', '164344.104000', '164344.107000', '164344.110000', '164344.113000', '164344.116000', '164344.119000', '164344.122000', '164344.125000', '164344.128000', '164344.131000', '164344.134000', '164344.136000', '164344.139000', '164344.142000', '164344.145000', '164344.148000', '164344.151000', '164344.154000', '164344.157000', '164344.160000', '164344.163000', '164344.166000', '164344.169000', '164344.171000', '164344.174000', '164344.177000', '164344.180000', '164344.183000', '164344.186000', '164402.495000', '164402.499000', '164402.502000', '164402.505000', '164402.508000', '164402.511000', '164402.514000', '164402.517000', '164402.520000', '164402.524000', '164402.528000', '164402.533000', '164402.536000', '164402.540000', '164402.543000', '164402.546000', '164402.549000', '164402.552000', '164402.555000', '164402.558000', '164402.561000', '164402.564000', '164402.568000', '164402.571000', '164402.574000', '164402.577000', '164402.580000', '164402.583000', '164402.586000', '164402.589000', '164402.592000', '164402.595000', '164402.598000', '164402.601000', '164402.603000', '164402.606000', '164402.609000', '164402.612000', '164402.615000', '164402.618000', '164402.621000'], 'InstanceCreationTime': ['163404.072000', '163404.075000', '163404.078000', '163404.081000', '163404.084000', '163404.088000', '163404.090000', '163404.093000', '163404.096000', '163404.099000', '163404.102000', '163404.105000', '163404.108000', '163404.111000', '163404.114000', '163404.118000', '163404.121000', '163404.124000', '163404.127000', '163404.131000', '163404.134000', '163404.137000', '163404.140000', '163404.143000', '163404.148000', '163404.151000', '163404.153000', '163404.157000', '163404.160000', '163404.162000', '163404.171000', '163404.175000', '163404.178000', '163404.181000', '163424.039000', '163424.042000', '163424.045000', '163424.048000', '163424.051000', '163424.053000', '163424.056000', '163424.059000', '163424.062000', '163424.065000', '163424.068000', '163424.071000', '163424.073000', '163424.076000', '163424.079000', '163424.082000', '163424.085000', '163424.098000', '163424.101000', '163424.104000', '163424.107000', '163424.110000', '163424.113000', '163424.116000', '163424.118000', '163424.121000', '163424.124000', '163424.127000', '163424.130000', '163424.133000', '163424.136000', '163424.139000', '163424.141000', '163424.144000', '163424.147000', '163424.150000', '163424.153000', '163424.156000', '163424.159000', '163424.161000', '163424.164000', '163424.167000', '163424.170000', '163444.039000', '163444.042000', '163444.045000', '163444.048000', '163444.051000', '163444.053000', '163444.056000', '163444.059000', '163444.062000', '163444.065000', '163444.068000', '163444.071000', '163444.074000', '163444.077000', '163444.080000', '163444.082000', '163444.085000', '163444.093000', '163444.096000', '163444.099000', '163444.102000', '163444.105000', '163444.107000', '163444.110000', '163444.113000', '163444.116000', '163444.119000', '163444.122000', '163444.125000', '163444.128000', '163444.131000', '163444.134000', '163444.136000', '163444.139000', '163444.142000', '163444.159000', '163444.162000', '163444.164000', '163444.167000', '163444.175000', '163444.177000', '163444.180000', '163444.183000', '163444.186000', '163504.040000', '163504.043000', '163504.046000', '163504.049000', '163504.052000', '163504.055000', '163504.058000', '163504.061000', '163504.063000', '163504.067000', '163504.069000', '163504.072000', '163504.075000', '163504.078000', '163504.081000', '163504.084000', '163504.087000', '163504.090000', '163504.093000', '163504.096000', '163504.099000', '163504.101000', '163504.104000', '163504.107000', '163504.110000', '163504.113000', '163504.116000', '163504.118000', '163504.121000', '163504.124000', '163504.127000', '163504.130000', '163504.133000', '163504.136000', '163504.138000', '163504.141000', '163504.144000', '163504.147000', '163504.150000', '163504.153000', '163504.156000', '163504.158000', '163504.161000', '163524.040000', '163524.043000', '163524.046000', '163524.049000', '163524.052000', '163524.055000', '163524.058000', '163524.061000', '163524.063000', '163524.066000', '163524.069000', '163524.072000', '163524.075000', '163524.078000', '163524.081000', '163524.084000', '163524.087000', '163524.089000', '163524.093000', '163524.095000', '163524.098000', '163524.101000', '163524.104000', '163524.107000', '163524.110000', '163524.113000', '163524.116000', '163524.118000', '163524.121000', '163524.124000', '163524.127000', '163524.130000', '163524.133000', '163524.136000', '163524.139000', '163524.142000', '163524.145000', '163524.147000', '163524.150000', '163524.153000', '163524.156000', '163524.159000', '163524.162000', '163524.165000', '163544.040000', '163544.043000', '163544.046000', '163544.049000', '163544.052000', '163544.055000', '163544.058000', '163544.061000', '163544.064000', '163544.066000', '163544.069000', '163544.072000', '163544.075000', '163544.078000', '163544.081000', '163544.084000', '163544.087000', '163544.090000', '163544.093000', '163544.096000', '163544.099000', '163544.101000', '163544.104000', '163544.107000', '163544.110000', '163544.113000', '163544.116000', '163544.119000', '163544.122000', '163544.125000', '163544.127000', '163544.130000', '163544.133000', '163544.136000', '163544.139000', '163544.142000', '163544.145000', '163544.148000', '163544.150000', '163544.153000', '163544.156000', '163544.159000', '163544.162000', '163604.040000', '163604.043000', '163604.046000', '163604.049000', '163604.052000', '163604.055000', '163604.058000', '163604.061000', '163604.064000', '163604.067000', '163604.069000', '163604.073000', '163604.076000', '163604.079000', '163604.082000', '163604.085000', '163604.088000', '163604.091000', '163604.094000', '163604.097000', '163604.100000', '163604.103000', '163604.105000', '163604.108000', '163604.111000', '163604.114000', '163604.117000', '163604.120000', '163604.123000', '163604.126000', '163604.129000', '163604.132000', '163604.135000', '163604.138000', '163604.141000', '163604.144000', '163604.147000', '163604.150000', '163604.153000', '163604.155000', '163604.158000', '163604.161000', '163604.164000', '163624.039000', '163624.042000', '163624.045000', '163624.048000', '163624.051000', '163624.054000', '163624.056000', '163624.059000', '163624.062000', '163624.065000', '163624.068000', '163624.071000', '163624.074000', '163624.077000', '163624.079000', '163624.082000', '163624.085000', '163624.088000', '163624.091000', '163624.094000', '163624.097000', '163624.099000', '163624.102000', '163624.105000', '163624.108000', '163624.111000', '163624.114000', '163624.117000', '163624.119000', '163624.122000', '163624.125000', '163624.138000', '163624.141000', '163624.144000', '163624.147000', '163624.149000', '163624.152000', '163624.155000', '163624.158000', '163624.161000', '163624.164000', '163624.167000', '163624.170000', '163624.172000', '163644.039000', '163644.042000', '163644.045000', '163644.048000', '163644.051000', '163644.054000', '163644.057000', '163644.059000', '163644.063000', '163644.066000', '163644.070000', '163644.072000', '163644.075000', '163644.078000', '163644.081000', '163644.084000', '163644.087000', '163644.090000', '163644.093000', '163644.096000', '163644.099000', '163644.102000', '163644.105000', '163644.107000', '163644.110000', '163644.113000', '163644.116000', '163644.119000', '163644.122000', '163644.125000', '163644.128000', '163644.131000', '163644.134000', '163644.136000', '163644.139000', '163644.142000', '163644.145000', '163644.148000', '163644.151000', '163644.154000', '163644.157000', '163644.160000', '163644.163000', '163704.039000', '163704.042000', '163704.045000', '163704.048000', '163704.051000', '163704.054000', '163704.057000', '163704.060000', '163704.063000', '163704.066000', '163704.068000', '163704.071000', '163704.074000', '163704.077000', '163704.080000', '163704.083000', '163704.086000', '163704.089000', '163704.092000', '163704.095000', '163704.098000', '163704.100000', '163704.103000', '163704.106000', '163704.109000', '163704.112000', '163704.115000', '163704.118000', '163704.121000', '163704.124000', '163704.127000', '163704.129000', '163704.132000', '163704.135000', '163704.138000', '163704.141000', '163704.144000', '163704.147000', '163704.150000', '163704.152000', '163704.155000', '163704.158000', '163704.161000', '163704.164000', '163724.040000', '163724.043000', '163724.046000', '163724.049000', '163724.052000', '163724.055000', '163724.057000', '163724.060000', '163724.063000', '163724.066000', '163724.069000', '163724.072000', '163724.075000', '163724.078000', '163724.081000', '163724.085000', '163724.088000', '163724.090000', '163724.093000', '163724.096000', '163724.099000', '163724.102000', '163724.105000', '163724.108000', '163724.111000', '163724.114000', '163724.116000', '163724.119000', '163724.122000', '163724.125000', '163724.128000', '163724.131000', '163724.134000', '163724.137000', '163724.140000', '163724.143000', '163724.145000', '163724.148000', '163724.151000', '163724.154000', '163724.157000', '163724.160000', '163724.163000', '163744.040000', '163744.043000', '163744.046000', '163744.049000', '163744.052000', '163744.055000', '163744.057000', '163744.060000', '163744.063000', '163744.066000', '163744.069000', '163744.072000', '163744.075000', '163744.078000', '163744.081000', '163744.084000', '163744.087000', '163744.089000', '163744.092000', '163744.095000', '163744.098000', '163744.101000', '163744.104000', '163744.107000', '163744.110000', '163744.112000', '163744.115000', '163744.118000', '163744.121000', '163744.124000', '163744.127000', '163744.130000', '163744.133000', '163744.135000', '163744.138000', '163744.141000', '163744.144000', '163744.147000', '163744.150000', '163744.153000', '163744.156000', '163744.159000', '163744.162000', '163744.165000', '163804.040000', '163804.043000', '163804.046000', '163804.049000', '163804.052000', '163804.055000', '163804.057000', '163804.060000', '163804.063000', '163804.066000', '163804.069000', '163804.072000', '163804.083000', '163804.086000', '163804.089000', '163804.091000', '163804.094000', '163804.097000', '163804.100000', '163804.103000', '163804.106000', '163804.109000', '163804.112000', '163804.115000', '163804.118000', '163804.121000', '163804.124000', '163804.127000', '163804.130000', '163804.132000', '163804.135000', '163804.138000', '163804.141000', '163804.144000', '163804.147000', '163804.150000', '163804.153000', '163804.156000', '163804.158000', '163804.161000', '163804.164000', '163804.167000', '163804.170000', '163824.039000', '163824.042000', '163824.045000', '163824.048000', '163824.051000', '163824.054000', '163824.056000', '163824.059000', '163824.062000', '163824.065000', '163824.068000', '163824.071000', '163824.074000', '163824.077000', '163824.080000', '163824.083000', '163824.085000', '163824.088000', '163824.091000', '163824.094000', '163824.097000', '163824.100000', '163824.103000', '163824.105000', '163824.108000', '163824.111000', '163824.114000', '163824.117000', '163824.120000', '163824.123000', '163824.126000', '163824.129000', '163824.131000', '163824.134000', '163824.137000', '163824.140000', '163824.143000', '163824.146000', '163824.149000', '163824.152000', '163824.155000', '163824.158000', '163824.161000', '163824.163000', '163844.039000', '163844.042000', '163844.045000', '163844.048000', '163844.052000', '163844.055000', '163844.058000', '163844.061000', '163844.064000', '163844.067000', '163844.070000', '163844.073000', '163844.076000', '163844.079000', '163844.082000', '163844.085000', '163844.088000', '163844.091000', '163844.093000', '163844.096000', '163844.099000', '163844.102000', '163844.105000', '163844.108000', '163844.111000', '163844.114000', '163844.117000', '163844.126000', '163844.129000', '163844.132000', '163844.135000', '163844.138000', '163844.141000', '163844.144000', '163844.146000', '163844.149000', '163844.152000', '163844.155000', '163844.158000', '163844.161000', '163844.164000', '163844.167000', '163844.170000', '163904.039000', '163904.042000', '163904.045000', '163904.048000', '163904.051000', '163904.054000', '163904.057000', '163904.060000', '163904.063000', '163904.065000', '163904.069000', '163904.071000', '163904.074000', '163904.077000', '163904.080000', '163904.083000', '163904.086000', '163904.089000', '163904.092000', '163904.094000', '163904.097000', '163904.100000', '163904.103000', '163904.106000', '163904.109000', '163904.112000', '163904.115000', '163904.118000', '163904.120000', '163904.123000', '163904.126000', '163904.129000', '163904.132000', '163904.135000', '163904.138000', '163904.141000', '163904.144000', '163904.146000', '163904.149000', '163904.152000', '163904.155000', '163904.158000', '163904.161000', '163904.164000', '163924.039000', '163924.042000', '163924.045000', '163924.048000', '163924.051000', '163924.054000', '163924.057000', '163924.060000', '163924.063000', '163924.066000', '163924.068000', '163924.071000', '163924.074000', '163924.077000', '163924.082000', '163924.085000', '163924.088000', '163924.091000', '163924.094000', '163924.097000', '163924.100000', '163924.102000', '163924.105000', '163924.108000', '163924.111000', '163924.114000', '163924.117000', '163924.120000', '163924.123000', '163924.126000', '163924.128000', '163924.131000', '163924.134000', '163924.137000', '163924.140000', '163924.143000', '163924.146000', '163924.160000', '163924.163000', '163924.166000', '163924.169000', '163924.172000', '163924.174000', '163944.040000', '163944.043000', '163944.046000', '163944.049000', '163944.052000', '163944.055000', '163944.058000', '163944.060000', '163944.063000', '163944.066000', '163944.069000', '163944.072000', '163944.075000', '163944.078000', '163944.081000', '163944.084000', '163944.087000', '163944.089000', '163944.092000', '163944.095000', '163944.098000', '163944.101000', '163944.104000', '163944.107000', '163944.110000', '163944.113000', '163944.116000', '163944.118000', '163944.121000', '163944.124000', '163944.127000', '163944.130000', '163944.133000', '163944.136000', '163944.139000', '163944.142000', '163944.145000', '163944.148000', '163944.150000', '163944.153000', '163944.156000', '163944.159000', '163944.162000', '163944.165000', '164004.040000', '164004.043000', '164004.046000', '164004.049000', '164004.052000', '164004.055000', '164004.058000', '164004.061000', '164004.063000', '164004.066000', '164004.069000', '164004.072000', '164004.075000', '164004.078000', '164004.081000', '164004.084000', '164004.087000', '164004.091000', '164004.094000', '164004.097000', '164004.100000', '164004.103000', '164004.106000', '164004.109000', '164004.112000', '164004.115000', '164004.117000', '164004.120000', '164004.123000', '164004.126000', '164004.129000', '164004.132000', '164004.135000', '164004.143000', '164004.146000', '164004.149000', '164004.152000', '164004.155000', '164004.161000', '164004.164000', '164004.168000', '164004.171000', '164004.174000', '164024.040000', '164024.043000', '164024.046000', '164024.049000', '164024.052000', '164024.055000', '164024.058000', '164024.061000', '164024.064000', '164024.066000', '164024.069000', '164024.072000', '164024.075000', '164024.078000', '164024.081000', '164024.084000', '164024.087000', '164024.090000', '164024.093000', '164024.095000', '164024.098000', '164024.101000', '164024.104000', '164024.107000', '164024.110000', '164024.113000', '164024.116000', '164024.119000', '164024.121000', '164024.124000', '164024.127000', '164024.130000', '164024.133000', '164024.136000', '164024.139000', '164024.142000', '164024.145000', '164024.148000', '164024.150000', '164024.153000', '164024.156000', '164024.159000', '164024.162000', '164024.165000', '164044.039000', '164044.042000', '164044.045000', '164044.048000', '164044.051000', '164044.054000', '164044.057000', '164044.060000', '164044.062000', '164044.065000', '164044.068000', '164044.071000', '164044.074000', '164044.077000', '164044.080000', '164044.083000', '164044.086000', '164044.089000', '164044.092000', '164044.095000', '164044.098000', '164044.100000', '164044.103000', '164044.106000', '164044.109000', '164044.112000', '164044.115000', '164044.118000', '164044.120000', '164044.123000', '164044.126000', '164044.129000', '164044.132000', '164044.135000', '164044.138000', '164044.141000', '164044.144000', '164044.146000', '164044.149000', '164044.152000', '164044.155000', '164044.158000', '164044.161000', '164104.039000', '164104.042000', '164104.045000', '164104.048000', '164104.051000', '164104.062000', '164104.065000', '164104.068000', '164104.071000', '164104.073000', '164104.076000', '164104.079000', '164104.082000', '164104.085000', '164104.088000', '164104.091000', '164104.094000', '164104.097000', '164104.100000', '164104.103000', '164104.106000', '164104.109000', '164104.111000', '164104.114000', '164104.117000', '164104.125000', '164104.128000', '164104.131000', '164104.134000', '164104.137000', '164104.140000', '164104.143000', '164104.146000', '164104.149000', '164104.152000', '164104.155000', '164104.157000', '164104.161000', '164104.163000', '164104.166000', '164104.169000', '164104.172000', '164104.175000', '164104.178000', '164124.039000', '164124.042000', '164124.045000', '164124.048000', '164124.051000', '164124.054000', '164124.057000', '164124.060000', '164124.063000', '164124.066000', '164124.068000', '164124.072000', '164124.074000', '164124.077000', '164124.080000', '164124.083000', '164124.086000', '164124.089000', '164124.092000', '164124.095000', '164124.098000', '164124.101000', '164124.103000', '164124.106000', '164124.109000', '164124.112000', '164124.115000', '164124.118000', '164124.121000', '164124.124000', '164124.128000', '164124.131000', '164124.134000', '164124.137000', '164124.140000', '164124.143000', '164124.146000', '164124.149000', '164124.152000', '164124.155000', '164124.158000', '164124.161000', '164124.164000', '164144.040000', '164144.043000', '164144.046000', '164144.049000', '164144.052000', '164144.055000', '164144.058000', '164144.061000', '164144.063000', '164144.066000', '164144.069000', '164144.072000', '164144.075000', '164144.078000', '164144.081000', '164144.084000', '164144.087000', '164144.090000', '164144.094000', '164144.097000', '164144.108000', '164144.111000', '164144.114000', '164144.117000', '164144.120000', '164144.123000', '164144.126000', '164144.129000', '164144.132000', '164144.135000', '164144.138000', '164144.141000', '164144.144000', '164144.147000', '164144.150000', '164144.152000', '164144.156000', '164144.158000', '164144.161000', '164144.164000', '164144.167000', '164144.170000', '164144.173000', '164144.176000', '164204.040000', '164204.043000', '164204.046000', '164204.049000', '164204.052000', '164204.055000', '164204.058000', '164204.061000', '164204.064000', '164204.067000', '164204.070000', '164204.073000', '164204.076000', '164204.078000', '164204.082000', '164204.084000', '164204.087000', '164204.090000', '164204.093000', '164204.096000', '164204.099000', '164204.102000', '164204.105000', '164204.108000', '164204.111000', '164204.114000', '164204.117000', '164204.120000', '164204.122000', '164204.125000', '164204.128000', '164204.131000', '164204.134000', '164204.137000', '164204.140000', '164204.143000', '164204.146000', '164204.149000', '164204.151000', '164204.154000', '164204.157000', '164204.160000', '164204.163000', '164224.040000', '164224.043000', '164224.046000', '164224.049000', '164224.052000', '164224.055000', '164224.058000', '164224.061000', '164224.064000', '164224.067000', '164224.069000', '164224.072000', '164224.075000', '164224.078000', '164224.081000', '164224.084000', '164224.087000', '164224.090000', '164224.093000', '164224.096000', '164224.099000', '164224.102000', '164224.105000', '164224.108000', '164224.111000', '164224.114000', '164224.117000', '164224.120000', '164224.123000', '164224.126000', '164224.129000', '164224.132000', '164224.135000', '164224.137000', '164224.140000', '164224.143000', '164224.146000', '164224.149000', '164224.152000', '164224.155000', '164224.158000', '164224.161000', '164224.164000', '164224.167000', '164244.040000', '164244.043000', '164244.046000', '164244.049000', '164244.052000', '164244.055000', '164244.058000', '164244.061000', '164244.064000', '164244.067000', '164244.070000', '164244.073000', '164244.075000', '164244.078000', '164244.082000', '164244.084000', '164244.087000', '164244.090000', '164244.093000', '164244.096000', '164244.099000', '164244.102000', '164244.105000', '164244.108000', '164244.111000', '164244.114000', '164244.117000', '164244.120000', '164244.123000', '164244.126000', '164244.129000', '164244.131000', '164244.134000', '164244.137000', '164244.140000', '164244.143000', '164244.146000', '164244.149000', '164244.152000', '164244.155000', '164244.158000', '164244.161000', '164244.164000', '164304.039000', '164304.042000', '164304.045000', '164304.048000', '164304.051000', '164304.054000', '164304.057000', '164304.059000', '164304.062000', '164304.065000', '164304.068000', '164304.071000', '164304.074000', '164304.077000', '164304.080000', '164304.083000', '164304.086000', '164304.089000', '164304.091000', '164304.094000', '164304.097000', '164304.100000', '164304.103000', '164304.106000', '164304.109000', '164304.112000', '164304.115000', '164304.118000', '164304.121000', '164304.123000', '164304.126000', '164304.129000', '164304.133000', '164304.136000', '164304.139000', '164304.142000', '164304.145000', '164304.148000', '164304.151000', '164304.153000', '164304.156000', '164304.159000', '164304.162000', '164304.165000', '164324.039000', '164324.042000', '164324.045000', '164324.048000', '164324.051000', '164324.054000', '164324.057000', '164324.060000', '164324.063000', '164324.065000', '164324.068000', '164324.071000', '164324.074000', '164324.077000', '164324.080000', '164324.083000', '164324.086000', '164324.089000', '164324.092000', '164324.095000', '164324.098000', '164324.100000', '164324.103000', '164324.106000', '164324.109000', '164324.112000', '164324.121000', '164324.124000', '164324.127000', '164324.129000', '164324.132000', '164324.135000', '164324.138000', '164324.141000', '164324.144000', '164324.147000', '164324.150000', '164324.153000', '164324.155000', '164324.158000', '164324.161000', '164324.172000', '164324.175000', '164344.039000', '164344.042000', '164344.045000', '164344.048000', '164344.051000', '164344.078000', '164344.081000', '164344.084000', '164344.087000', '164344.090000', '164344.093000', '164344.096000', '164344.099000', '164344.101000', '164344.104000', '164344.107000', '164344.110000', '164344.113000', '164344.116000', '164344.119000', '164344.122000', '164344.125000', '164344.128000', '164344.131000', '164344.134000', '164344.136000', '164344.139000', '164344.142000', '164344.145000', '164344.148000', '164344.151000', '164344.154000', '164344.157000', '164344.160000', '164344.163000', '164344.166000', '164344.169000', '164344.171000', '164344.174000', '164344.177000', '164344.180000', '164344.183000', '164344.186000', '164402.495000', '164402.499000', '164402.502000', '164402.505000', '164402.508000', '164402.511000', '164402.514000', '164402.517000', '164402.520000', '164402.524000', '164402.528000', '164402.533000', '164402.536000', '164402.540000', '164402.543000', '164402.546000', '164402.549000', '164402.552000', '164402.555000', '164402.558000', '164402.561000', '164402.564000', '164402.568000', '164402.571000', '164402.574000', '164402.577000', '164402.580000', '164402.583000', '164402.586000', '164402.589000', '164402.592000', '164402.595000', '164402.598000', '164402.601000', '164402.603000', '164402.606000', '164402.609000', '164402.612000', '164402.615000', '164402.618000', '164402.621000'], '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': [10712, 11437, 14590, 9410, 13017, 8371, 11286, 8392, 10158, 8410, 9894, 10029, 8612, 12953, 8267, 10242, 8522, 10635, 8543, 11989, 8691, 12044, 11102, 9421, 8419, 8121, 8785, 8462, 8403, 9803, 9112, 8803, 8335, 8214, 8335, 8260, 8506, 8677, 8436, 8539, 11555, 8484, 8929, 8771, 9625, 8534, 10875, 10062, 9514, 9551, 8928, 8694, 8828, 8506, 11647, 11054, 11154, 11149, 8393, 8580, 8902, 8609, 8390, 8640, 9393, 11864, 8659, 8767, 8569, 8690, 8378, 8683, 8542, 8681, 8513, 11214, 9003, 12338, 8620, 9299, 8660, 9942, 8495, 12289, 10734, 12156, 10186, 8774, 9454, 8419, 12814, 10536, 12692, 12409, 8428, 8705, 9367, 8559, 11634, 8711, 13194, 11870, 9506, 8774, 8109, 9127, 8374, 8557, 9825, 9611, 8573, 10782, 8834, 8826, 8387, 9220, 8580, 10695, 9598, 12702, 8491, 10606, 8427, 8888, 8374, 8877, 8454, 9986, 8517, 12586, 11383, 12927, 8381, 11493, 8821, 10324, 8581, 10044, 8421, 11327, 10119, 10582, 10581, 8940, 8350, 8752, 8647, 8402, 10924, 8513, 12754, 9646, 13563, 8861, 11868, 8344, 9909, 8251, 11198, 9238, 12797, 9815, 11657, 8349, 8993, 8255, 9331, 8199, 9801, 8285, 10392, 8447, 10158, 8435, 11546, 10376, 10036, 8460, 8408, 8520, 8460, 8502, 8602, 9606, 10644, 12576, 8726, 9606, 8411, 8536, 8574, 8787, 8630, 10758, 8679, 8717, 8308, 9131, 11098, 8642, 11882, 8811, 10982, 8609, 9122, 8860, 8854, 8963, 9889, 10831, 9025, 8885, 9503, 8702, 8976, 8932, 13409, 12077, 12197, 8924, 11212, 8487, 10836, 8802, 12880, 8746, 10678, 8517, 8492, 8366, 8806, 8780, 12520, 8561, 10008, 8500, 8683, 8567, 8647, 12438, 11269, 11458, 8921, 11316, 8540, 12279, 10904, 8800, 8628, 9273, 8761, 12040, 8874, 12057, 10837, 11034, 8646, 10658, 8573, 9952, 8630, 11966, 8186, 9012, 8578, 8831, 8576, 8864, 8464, 8602, 8724, 13087, 8775, 10706, 9058, 8706, 8935, 8741, 8695, 10821, 10035, 9499, 9146, 8591, 8547, 8307, 8514, 8457, 8845, 8109, 8424, 8303, 8593, 9073, 13309, 8485, 10526, 8501, 8785, 9039, 10065, 8725, 12453, 10569, 8917, 8782, 9118, 8663, 8290, 8719, 11217, 8949, 10081, 8805, 10221, 10353, 8851, 8845, 8521, 8700, 8724, 8536, 8495, 11183, 9081, 12756, 8960, 9440, 8606, 8520, 8321, 10879, 8848, 11870, 8709, 8356, 8351, 8281, 8715, 12411, 8734, 9104, 8444, 8295, 8303, 9149, 8815, 10397, 8062, 8356, 8625, 9395, 8472, 10728, 11165, 8978, 9794, 8380, 8234, 8388, 8022, 11119, 12256, 8750, 9314, 8491, 8245, 8309, 8199, 8709, 13264, 10488, 14537, 13037, 10044, 8829, 8504, 8246, 8018, 8546, 8131, 11291, 8974, 11297, 10888, 11122, 9774, 8062, 13783, 11725, 13955, 12290, 13218, 8564, 10881, 8354, 12311, 8222, 11563, 8338, 12059, 9587, 8207, 7882, 8087, 7967, 8076, 7900, 8680, 12086, 8439, 8639, 8492, 9932, 8504, 11878, 9740, 10445, 9186, 8407, 8398, 8447, 8462, 8171, 12582, 8917, 11044, 8383, 9193, 8354, 9308, 8511, 12937, 9938, 12708, 8547, 9824, 8292, 10718, 9234, 12942, 11738, 12533, 8450, 10769, 8260, 10690, 8037, 11948, 9085, 11462, 8021, 10028, 8235, 12009, 9954, 9693, 8232, 8287, 8829, 8106, 8423, 8843, 9188, 9246, 8198, 11555, 8682, 11868, 10953, 8705, 8565, 8497, 8801, 8034, 8724, 8312, 13427, 8111, 11346, 8161, 9898, 8512, 10842, 9171, 12702, 8880, 8946, 8347, 8612, 8676, 8400, 11578, 8741, 13397, 8393, 12491, 8518, 10674, 8636, 9929, 10887, 8785, 12858, 8455, 8783, 8960, 8610, 8890, 8384, 12768, 10495, 13765, 10312, 8675, 8882, 8411, 8576, 8348, 12403, 9793, 13391, 12182, 12825, 8502, 9407, 8446, 8588, 8246, 8380, 8413, 8520, 8098, 8431, 11514, 9160, 10545, 8402, 8169, 7912, 8285, 9907, 8507, 12160, 8106, 11971, 10061, 9976, 9182, 8726, 8049, 8246, 9537, 8122, 13254, 9053, 9373, 8206, 8754, 9156, 8320, 11044, 8533, 12657, 8370, 9110, 9150, 8341, 9181, 8445, 13452, 11340, 8713, 9170, 8406, 8581, 8519, 12656, 10032, 12131, 8119, 8953, 8547, 8449, 11160, 8646, 12505, 8577, 9823, 8339, 8715, 9734, 8425, 8928, 15338, 8542, 9534, 8434, 8358, 13553, 10047, 15321, 13134, 13166, 8752, 9006, 8770, 8284, 11163, 9011, 14975, 8741, 13701, 9087, 12472, 9162, 14200, 11191, 13255, 9289, 10473, 9133, 9185, 9358, 8674, 9451, 8780, 9357, 9035, 11808, 8984, 13730, 12090, 14841, 9388, 9515, 8796, 8893, 8981, 8581, 14486, 9572, 11450, 8556, 9786, 8965, 13667, 8658, 11417, 9017, 9999, 8653, 13916, 8458, 12958, 8931, 11870, 8667, 14082, 11383, 11591, 8914, 9257, 8481, 10301, 9563, 9729, 10733, 8857, 9080, 8191, 12041, 9829, 13832, 14548, 8358, 8948, 8507, 8129, 10008, 8657, 9102, 9874, 9200, 15170, 12085, 10256, 15587, 15997, 12933, 14381, 11912, 15414, 14112, 13062, 10772, 8927, 9136, 8716, 12090, 8475, 10293, 8109, 7988, 7772, 8248, 9377, 8111, 12022, 7903, 8638, 7694, 8077, 10186, 7880, 14342, 9107, 14269, 8355, 12084, 8509, 11796, 12279, 9850, 14958, 7933, 10860, 7658, 12056, 8330, 15022, 11166, 15413, 8980, 14898, 7706, 10713, 8206, 13784, 8419, 13440, 8204, 14103, 12041, 11247, 9448, 9323, 8614, 9079, 8662, 8354, 15966, 8922, 13422, 8322, 12620, 8142, 12566, 8507, 13804, 9417, 14788, 8114, 12265, 7962, 11682, 8436, 14029, 10440, 14139, 9894, 9288, 7911, 9333, 8320, 9127, 10602, 9100, 15339, 8548, 13235, 8097, 12108, 8082, 13553, 10281, 14935, 11723, 13823, 8174, 13134, 8228, 12922, 9224, 13074, 11176, 8857, 9326, 8707, 8617, 8369, 11147, 9269, 11704, 8966, 9122, 8340, 9097, 8150, 9316, 8360, 8591, 8448, 8286, 8573, 8724, 8661, 8364, 8991, 8136, 9071, 8481, 7905, 14857, 8896, 13553, 8063, 9709, 8033, 11110, 8598, 13522, 11175, 9988, 9050, 9482, 8363, 11860, 9685, 13438, 11858, 9124, 9167, 9061, 9180, 8699, 14266, 10379, 14257, 8122, 12918, 8100, 12060, 8949, 13208, 11566, 14277, 10258, 14273, 8580, 14174, 8346, 14613, 12327, 15185, 9536, 13432, 8446, 12301, 8170, 12860, 9737, 11554, 8937, 8526, 8104, 8772, 8661, 8469, 14947, 9643, 13020, 8223, 11810, 8641, 12848, 10170, 13123, 11001, 9003, 8812, 10017, 8572, 14850, 13193, 11410, 10273, 9149, 8449, 8508, 8930, 8485, 12556, 9155, 12950, 8113, 9888, 8272, 12688, 9016, 13335, 11105, 14001, 8441, 12624, 8453, 11909, 8829, 13436, 11441, 13297, 8618, 12200, 8504, 10915, 8781, 12491, 9565, 12840, 8581, 12089, 8352, 12710, 10674, 14157, 12488, 10140, 8356, 8839, 8693, 8738, 8552, 13211, 11143, 14628, 11898, 10086, 9907, 9410, 8520, 12065, 8800, 15066, 11384, 14397, 10049, 14081, 8578, 14239, 8505, 14929, 11696, 13503, 9378, 8312, 8434, 8383, 8488, 10267, 10825, 10602, 10977, 8527, 8953, 8073, 8923, 8511, 13328, 8860, 10950, 8401, 8966, 8737, 9633, 8216, 14937, 10764, 12702, 8479, 10249, 9288, 11146, 8830, 11581, 9400, 9790, 12134, 8515, 9930, 8317, 11200, 8483, 12631, 9637, 13633, 10487, 15209, 9848, 13013, 8335, 11403, 8438, 11836, 9189, 14152, 11765, 13797, 8354, 13146, 8809, 12965, 8472, 13671, 11129, 13765, 8802, 12333, 8173, 14190, 8661, 14787, 12140, 13728, 8858, 13128, 8950, 13335, 8522, 13685, 10612, 12998, 8716, 8500, 8273, 8306, 9235, 9462, 15731, 13389, 12607, 8753, 9348, 8799, 8238, 11006, 9389, 17071, 13301, 10636, 10287, 9052, 10786, 8730, 12657, 9375, 14702, 10551, 15431, 9260, 13028, 8271, 9953, 8392, 10949, 8941, 13566, 11282, 13105, 8371, 8209, 8476, 8361, 9130, 8464, 13534, 10296, 15523, 11344, 14468, 8496, 8296, 8707, 8538, 10186, 8612, 15353, 12733, 15147, 8241, 10717, 8345, 8642, 8548, 8398, 9190, 8539, 14313, 8624, 11572, 8517, 11438, 8453, 13726, 10338, 15451, 12816, 9957, 8757, 8461, 8671, 8267, 11774, 8611, 14742, 8682, 12700, 8866, 11880, 9053, 13951, 11497, 12857, 8619, 8362, 8192, 8781, 8736, 11766, 13160, 10949, 14185, 8113, 12157, 9076, 13429, 8876, 14731, 12138, 16353, 12812, 11019, 10786, 9067, 9158, 9037, 8653, 11393, 8588, 13724, 11104, 11226, 9892, 8437, 8600, 8413, 8892, 8666, 12989, 9214, 14303, 8698, 11753, 8454, 12875, 9938, 12855, 12874, 9919, 10485, 8611, 10087, 8717, 13831, 12040, 17144, 14215, 9919, 9540, 8855, 9577, 8979, 12224, 9204, 14925, 12927, 16038, 10071, 9011, 8806, 9104, 9948, 8797, 10171, 9346, 9186, 17282, 14309, 10910, 12348, 8418, 8613, 8954, 8841, 14902, 11248, 13884, 14845, 10456, 13517, 9054, 8700, 8859, 8590, 10546, 8961, 14233, 13442, 10244, 12064, 8208, 8769, 8698, 8662, 11419, 8865, 12392, 12944, 11832, 15478, 10089, 14066, 8791, 10501, 8602, 8907, 8901, 8492, 13478, 12442, 14839, 10506, 11499, 8631, 9006, 8790, 9065, 12785, 9123, 14017, 8808, 13486, 11530, 11257, 10625, 8849, 9469, 9014, 9978, 8552, 13753, 9767, 14082, 8592, 11242, 8775, 12351, 10508, 16154, 9111, 11006, 8638, 9023, 8610, 9631, 9026, 13424, 12193, 9228, 9057, 11326, 8986, 12535, 10450, 11111, 14726, 8853, 10993, 8982, 11210, 8658, 12011, 8927, 13536, 10480, 14865, 8688, 12734, 8358, 9954, 8694, 9914, 8728, 9962, 8372, 9114, 8682, 13267, 8864, 13687, 8931, 10193, 8883, 12254, 8637, 14476, 11682, 14821, 10692, 14331, 8789, 13234, 8761, 14241, 13478, 14589], 'WindowCenter': [4319.0, 4302.0, 4319.0, 4254.0, 4281.0, 4231.0, 4259.0, 4229.0, 4247.0, 4228.0, 4248.0, 4249.0, 4226.0, 4280.0, 4228.0, 4247.0, 4228.0, 4257.0, 4239.0, 4268.0, 4241.0, 4269.0, 4269.0, 4236.0, 4229.0, 4216.0, 4228.0, 4224.0, 4229.0, 4249.0, 4240.0, 4238.0, 4229.0, 4225.0, 4230.0, 4228.0, 4240.0, 4228.0, 4230.0, 4239.0, 4270.0, 4239.0, 4240.0, 4240.0, 4261.0, 4253.0, 4273.0, 4264.0, 4253.0, 4263.0, 4241.0, 4242.0, 4241.0, 4241.0, 4270.0, 4273.0, 4260.0, 4261.0, 4229.0, 4229.0, 4236.0, 4240.0, 4229.0, 4241.0, 4250.0, 4282.0, 4240.0, 4241.0, 4238.0, 4241.0, 4228.0, 4241.0, 4239.0, 4241.0, 4252.0, 4273.0, 4252.0, 4281.0, 4241.0, 4249.0, 4251.0, 4260.0, 4252.0, 4282.0, 4275.0, 4281.0, 4261.0, 4242.0, 4251.0, 4241.0, 4282.0, 4273.0, 4280.0, 4280.0, 4227.0, 4230.0, 4236.0, 4240.0, 4268.0, 4241.0, 4279.0, 4269.0, 4237.0, 4229.0, 4216.0, 4250.0, 4229.0, 4241.0, 4261.0, 4262.0, 4240.0, 4271.0, 4239.0, 4240.0, 4229.0, 4239.0, 4229.0, 4250.0, 4239.0, 4270.0, 4227.0, 4247.0, 4215.0, 4226.0, 4225.0, 4237.0, 4228.0, 4247.0, 4241.0, 4278.0, 4270.0, 4267.0, 4228.0, 4257.0, 4237.0, 4246.0, 4227.0, 4236.0, 4227.0, 4258.0, 4260.0, 4247.0, 4261.0, 4239.0, 4230.0, 4239.0, 4239.0, 4228.0, 4260.0, 4239.0, 4281.0, 4249.0, 4280.0, 4239.0, 4257.0, 4228.0, 4236.0, 4227.0, 4257.0, 4239.0, 4268.0, 4237.0, 4255.0, 4216.0, 4224.0, 4227.0, 4235.0, 4227.0, 4247.0, 4227.0, 4247.0, 4228.0, 4249.0, 4239.0, 4268.0, 4262.0, 4249.0, 4240.0, 4229.0, 4240.0, 4228.0, 4240.0, 4240.0, 4250.0, 4260.0, 4282.0, 4240.0, 4250.0, 4228.0, 4239.0, 4238.0, 4240.0, 4238.0, 4261.0, 4238.0, 4242.0, 4228.0, 4250.0, 4272.0, 4254.0, 4280.0, 4251.0, 4260.0, 4240.0, 4248.0, 4251.0, 4249.0, 4252.0, 4261.0, 4273.0, 4251.0, 4252.0, 4250.0, 4242.0, 4239.0, 4253.0, 4292.0, 4283.0, 4280.0, 4241.0, 4269.0, 4239.0, 4260.0, 4240.0, 4279.0, 4229.0, 4257.0, 4228.0, 4239.0, 4229.0, 4251.0, 4240.0, 4281.0, 4240.0, 4261.0, 4240.0, 4241.0, 4239.0, 4241.0, 4280.0, 4270.0, 4258.0, 4239.0, 4258.0, 4239.0, 4279.0, 4271.0, 4239.0, 4239.0, 4238.0, 4239.0, 4269.0, 4240.0, 4279.0, 4271.0, 4259.0, 4239.0, 4257.0, 4238.0, 4248.0, 4240.0, 4269.0, 4242.0, 4239.0, 4227.0, 4239.0, 4237.0, 4238.0, 4228.0, 4239.0, 4239.0, 4290.0, 4241.0, 4271.0, 4253.0, 4252.0, 4253.0, 4252.0, 4252.0, 4272.0, 4264.0, 4262.0, 4252.0, 4240.0, 4241.0, 4229.0, 4240.0, 4229.0, 4239.0, 4230.0, 4242.0, 4239.0, 4241.0, 4252.0, 4292.0, 4241.0, 4259.0, 4240.0, 4240.0, 4252.0, 4260.0, 4254.0, 4291.0, 4274.0, 4251.0, 4253.0, 4249.0, 4252.0, 4241.0, 4254.0, 4283.0, 4253.0, 4272.0, 4254.0, 4274.0, 4274.0, 4251.0, 4252.0, 4242.0, 4252.0, 4252.0, 4254.0, 4254.0, 4284.0, 4252.0, 4294.0, 4253.0, 4263.0, 4242.0, 4242.0, 4241.0, 4272.0, 4249.0, 4283.0, 4239.0, 4242.0, 4239.0, 4242.0, 4251.0, 4282.0, 4241.0, 4251.0, 4228.0, 4230.0, 4229.0, 4250.0, 4240.0, 4261.0, 4218.0, 4229.0, 4240.0, 4250.0, 4242.0, 4273.0, 4273.0, 4240.0, 4251.0, 4228.0, 4230.0, 4227.0, 4218.0, 4260.0, 4269.0, 4227.0, 4238.0, 4227.0, 4217.0, 4227.0, 4227.0, 4227.0, 4292.0, 4261.0, 4289.0, 4281.0, 4250.0, 4238.0, 4239.0, 4229.0, 4230.0, 4241.0, 4243.0, 4284.0, 4255.0, 4272.0, 4275.0, 4273.0, 4251.0, 4218.0, 4268.0, 4257.0, 4268.0, 4256.0, 4253.0, 4203.0, 4232.0, 4202.0, 4240.0, 4201.0, 4229.0, 4203.0, 4242.0, 4223.0, 4201.0, 4203.0, 4203.0, 4215.0, 4214.0, 4217.0, 4226.0, 4267.0, 4227.0, 4226.0, 4239.0, 4248.0, 4240.0, 4267.0, 4253.0, 4260.0, 4251.0, 4227.0, 4230.0, 4229.0, 4229.0, 4232.0, 4281.0, 4239.0, 4260.0, 4229.0, 4238.0, 4228.0, 4237.0, 4229.0, 4280.0, 4249.0, 4268.0, 4229.0, 4246.0, 4229.0, 4247.0, 4239.0, 4269.0, 4270.0, 4268.0, 4229.0, 4245.0, 4217.0, 4246.0, 4217.0, 4256.0, 4238.0, 4257.0, 4218.0, 4247.0, 4229.0, 4265.0, 4250.0, 4247.0, 4229.0, 4227.0, 4239.0, 4228.0, 4230.0, 4240.0, 4251.0, 4239.0, 4230.0, 4268.0, 4240.0, 4268.0, 4258.0, 4228.0, 4228.0, 4226.0, 4238.0, 4228.0, 4241.0, 4240.0, 4290.0, 4230.0, 4269.0, 4230.0, 4250.0, 4240.0, 4271.0, 4253.0, 4282.0, 4251.0, 4241.0, 4242.0, 4240.0, 4241.0, 4243.0, 4283.0, 4241.0, 4292.0, 4243.0, 4282.0, 4242.0, 4260.0, 4242.0, 4261.0, 4271.0, 4241.0, 4281.0, 4243.0, 4240.0, 4252.0, 4241.0, 4241.0, 4230.0, 4282.0, 4261.0, 4291.0, 4261.0, 4230.0, 4240.0, 4229.0, 4238.0, 4228.0, 4269.0, 4249.0, 4278.0, 4268.0, 4266.0, 4228.0, 4225.0, 4217.0, 4226.0, 4217.0, 4216.0, 4225.0, 4227.0, 4217.0, 4228.0, 4269.0, 4241.0, 4259.0, 4228.0, 4227.0, 4229.0, 4240.0, 4261.0, 4242.0, 4280.0, 4231.0, 4270.0, 4263.0, 4248.0, 4251.0, 4238.0, 4229.0, 4230.0, 4251.0, 4231.0, 4291.0, 4250.0, 4251.0, 4241.0, 4241.0, 4252.0, 4241.0, 4272.0, 4243.0, 4281.0, 4242.0, 4241.0, 4250.0, 4230.0, 4251.0, 4243.0, 4292.0, 4273.0, 4241.0, 4251.0, 4231.0, 4241.0, 4242.0, 4281.0, 4262.0, 4281.0, 4231.0, 4239.0, 4253.0, 4254.0, 4285.0, 4254.0, 4293.0, 4252.0, 4271.0, 4252.0, 4264.0, 4275.0, 4255.0, 4265.0, 4327.0, 4266.0, 4275.0, 4256.0, 4255.0, 4304.0, 4275.0, 4304.0, 4295.0, 4291.0, 4241.0, 4240.0, 4241.0, 4231.0, 4270.0, 4240.0, 4290.0, 4241.0, 4290.0, 4251.0, 4280.0, 4251.0, 4289.0, 4272.0, 4279.0, 4251.0, 4259.0, 4251.0, 4250.0, 4252.0, 4241.0, 4251.0, 4242.0, 4251.0, 4253.0, 4282.0, 4252.0, 4292.0, 4283.0, 4291.0, 4251.0, 4250.0, 4241.0, 4239.0, 4239.0, 4240.0, 4292.0, 4251.0, 4269.0, 4239.0, 4247.0, 4240.0, 4290.0, 4239.0, 4269.0, 4239.0, 4248.0, 4240.0, 4289.0, 4231.0, 4278.0, 4240.0, 4268.0, 4241.0, 4291.0, 4272.0, 4268.0, 4240.0, 4236.0, 4230.0, 4249.0, 4250.0, 4250.0, 4259.0, 4238.0, 4251.0, 4253.0, 4292.0, 4273.0, 4305.0, 4305.0, 4253.0, 4250.0, 4252.0, 4242.0, 4273.0, 4254.0, 4263.0, 4274.0, 4262.0, 4303.0, 4282.0, 4273.0, 4303.0, 4302.0, 4269.0, 4279.0, 4257.0, 4265.0, 4254.0, 4240.0, 4231.0, 4210.0, 4221.0, 4199.0, 4226.0, 4197.0, 4216.0, 4188.0, 4188.0, 4187.0, 4198.0, 4222.0, 4212.0, 4252.0, 4202.0, 4211.0, 4201.0, 4213.0, 4246.0, 4228.0, 4290.0, 4239.0, 4277.0, 4226.0, 4266.0, 4226.0, 4266.0, 4278.0, 4247.0, 4288.0, 4215.0, 4256.0, 4216.0, 4266.0, 4227.0, 4287.0, 4268.0, 4287.0, 4240.0, 4313.0, 4232.0, 4268.0, 4239.0, 4288.0, 4240.0, 4289.0, 4240.0, 4290.0, 4283.0, 4268.0, 4249.0, 4248.0, 4238.0, 4237.0, 4240.0, 4239.0, 4312.0, 4250.0, 4290.0, 4240.0, 4279.0, 4230.0, 4280.0, 4238.0, 4288.0, 4249.0, 4289.0, 4228.0, 4277.0, 4228.0, 4268.0, 4228.0, 4288.0, 4261.0, 4288.0, 4260.0, 4250.0, 4230.0, 4249.0, 4240.0, 4251.0, 4259.0, 4240.0, 4302.0, 4241.0, 4289.0, 4230.0, 4278.0, 4231.0, 4291.0, 4261.0, 4289.0, 4281.0, 4288.0, 4230.0, 4279.0, 4239.0, 4280.0, 4250.0, 4281.0, 4271.0, 4239.0, 4251.0, 4226.0, 4239.0, 4228.0, 4270.0, 4237.0, 4269.0, 4238.0, 4238.0, 4228.0, 4238.0, 4216.0, 4237.0, 4226.0, 4228.0, 4225.0, 4228.0, 4228.0, 4239.0, 4239.0, 4230.0, 4240.0, 4241.0, 4253.0, 4252.0, 4228.0, 4300.0, 4251.0, 4291.0, 4242.0, 4262.0, 4245.0, 4281.0, 4253.0, 4291.0, 4285.0, 4263.0, 4253.0, 4261.0, 4242.0, 4282.0, 4263.0, 4292.0, 4280.0, 4250.0, 4250.0, 4239.0, 4251.0, 4240.0, 4290.0, 4260.0, 4288.0, 4230.0, 4279.0, 4230.0, 4269.0, 4240.0, 4280.0, 4271.0, 4290.0, 4260.0, 4288.0, 4239.0, 4277.0, 4228.0, 4290.0, 4280.0, 4287.0, 4238.0, 4266.0, 4228.0, 4266.0, 4229.0, 4268.0, 4247.0, 4257.0, 4237.0, 4226.0, 4218.0, 4227.0, 4238.0, 4229.0, 4291.0, 4249.0, 4279.0, 4229.0, 4268.0, 4239.0, 4280.0, 4260.0, 4280.0, 4272.0, 4240.0, 4251.0, 4248.0, 4240.0, 4289.0, 4279.0, 4258.0, 4249.0, 4237.0, 4228.0, 4238.0, 4239.0, 4240.0, 4280.0, 4239.0, 4279.0, 4219.0, 4247.0, 4240.0, 4278.0, 4240.0, 4279.0, 4270.0, 4279.0, 4230.0, 4269.0, 4228.0, 4268.0, 4240.0, 4278.0, 4260.0, 4267.0, 4228.0, 4255.0, 4226.0, 4257.0, 4229.0, 4267.0, 4239.0, 4267.0, 4228.0, 4267.0, 4228.0, 4265.0, 4260.0, 4275.0, 4268.0, 4245.0, 4217.0, 4226.0, 4238.0, 4227.0, 4239.0, 4278.0, 4260.0, 4289.0, 4269.0, 4246.0, 4246.0, 4225.0, 4227.0, 4256.0, 4226.0, 4275.0, 4257.0, 4264.0, 4236.0, 4264.0, 4215.0, 4262.0, 4226.0, 4274.0, 4255.0, 4263.0, 4225.0, 4212.0, 4215.0, 4214.0, 4227.0, 4246.0, 4258.0, 4248.0, 4247.0, 4224.0, 4226.0, 4214.0, 4226.0, 4227.0, 4278.0, 4226.0, 4246.0, 4215.0, 4226.0, 4226.0, 4237.0, 4228.0, 4288.0, 4258.0, 4266.0, 4217.0, 4246.0, 4238.0, 4257.0, 4238.0, 4269.0, 4250.0, 4250.0, 4281.0, 4229.0, 4250.0, 4230.0, 4269.0, 4241.0, 4270.0, 4249.0, 4280.0, 4249.0, 4290.0, 4249.0, 4279.0, 4228.0, 4257.0, 4228.0, 4257.0, 4238.0, 4277.0, 4259.0, 4277.0, 4217.0, 4266.0, 4227.0, 4266.0, 4217.0, 4276.0, 4258.0, 4276.0, 4227.0, 4266.0, 4226.0, 4276.0, 4227.0, 4278.0, 4269.0, 4266.0, 4226.0, 4265.0, 4226.0, 4266.0, 4229.0, 4277.0, 4248.0, 4265.0, 4228.0, 4226.0, 4228.0, 4228.0, 4249.0, 4249.0, 4301.0, 4281.0, 4268.0, 4229.0, 4250.0, 4241.0, 4242.0, 4272.0, 4253.0, 4312.0, 4294.0, 4261.0, 4261.0, 4240.0, 4259.0, 4228.0, 4268.0, 4238.0, 4278.0, 4246.0, 4277.0, 4226.0, 4254.0, 4214.0, 4233.0, 4213.0, 4243.0, 4226.0, 4265.0, 4255.0, 4266.0, 4216.0, 4215.0, 4216.0, 4215.0, 4236.0, 4216.0, 4278.0, 4247.0, 4287.0, 4257.0, 4276.0, 4226.0, 4216.0, 4226.0, 4226.0, 4248.0, 4228.0, 4287.0, 4268.0, 4287.0, 4218.0, 4247.0, 4228.0, 4228.0, 4239.0, 4228.0, 4250.0, 4240.0, 4290.0, 4239.0, 4269.0, 4239.0, 4269.0, 4230.0, 4289.0, 4261.0, 4289.0, 4280.0, 4248.0, 4229.0, 4229.0, 4239.0, 4230.0, 4270.0, 4240.0, 4290.0, 4228.0, 4278.0, 4240.0, 4269.0, 4251.0, 4291.0, 4282.0, 4280.0, 4241.0, 4228.0, 4242.0, 4240.0, 4241.0, 4281.0, 4293.0, 4260.0, 4291.0, 4220.0, 4267.0, 4240.0, 4280.0, 4241.0, 4290.0, 4281.0, 4299.0, 4280.0, 4258.0, 4259.0, 4229.0, 4238.0, 4227.0, 4229.0, 4258.0, 4228.0, 4277.0, 4259.0, 4258.0, 4246.0, 4216.0, 4227.0, 4216.0, 4237.0, 4228.0, 4279.0, 4239.0, 4289.0, 4239.0, 4270.0, 4230.0, 4281.0, 4262.0, 4281.0, 4280.0, 4248.0, 4259.0, 4241.0, 4260.0, 4241.0, 4292.0, 4282.0, 4311.0, 4292.0, 4260.0, 4250.0, 4239.0, 4252.0, 4242.0, 4271.0, 4240.0, 4290.0, 4281.0, 4289.0, 4252.0, 4229.0, 4239.0, 4267.0, 4263.0, 4240.0, 4233.0, 4236.0, 4251.0, 4298.0, 4288.0, 4258.0, 4281.0, 4242.0, 4241.0, 4240.0, 4241.0, 4289.0, 4272.0, 4281.0, 4290.0, 4248.0, 4278.0, 4228.0, 4227.0, 4237.0, 4229.0, 4258.0, 4241.0, 4290.0, 4292.0, 4249.0, 4268.0, 4230.0, 4239.0, 4240.0, 4241.0, 4271.0, 4242.0, 4271.0, 4284.0, 4270.0, 4292.0, 4249.0, 4280.0, 4228.0, 4247.0, 4228.0, 4227.0, 4227.0, 4227.0, 4278.0, 4269.0, 4278.0, 4250.0, 4258.0, 4242.0, 4271.0, 4257.0, 4243.0, 4281.0, 4253.0, 4279.0, 4240.0, 4291.0, 4284.0, 4270.0, 4262.0, 4240.0, 4251.0, 4241.0, 4250.0, 4240.0, 4292.0, 4252.0, 4291.0, 4241.0, 4260.0, 4241.0, 4281.0, 4262.0, 4300.0, 4241.0, 4259.0, 4241.0, 4240.0, 4242.0, 4252.0, 4254.0, 4292.0, 4283.0, 4240.0, 4241.0, 4259.0, 4240.0, 4281.0, 4262.0, 4260.0, 4291.0, 4240.0, 4261.0, 4241.0, 4270.0, 4241.0, 4270.0, 4241.0, 4292.0, 4262.0, 4291.0, 4230.0, 4269.0, 4217.0, 4247.0, 4227.0, 4249.0, 4229.0, 4250.0, 4228.0, 4240.0, 4242.0, 4281.0, 4240.0, 4280.0, 4241.0, 4259.0, 4252.0, 4280.0, 4243.0, 4304.0, 4285.0, 4302.0, 4263.0, 4292.0, 4240.0, 4280.0, 4241.0, 4291.0, 4294.0, 4302.0], 'WindowWidth': [9550.0, 9512.0, 9528.0, 9430.0, 9459.0, 9390.0, 9424.0, 9385.0, 9403.0, 9380.0, 9406.0, 9409.0, 9376.0, 9453.0, 9378.0, 9403.0, 9380.0, 9417.0, 9398.0, 9433.0, 9403.0, 9436.0, 9439.0, 9388.0, 9384.0, 9361.0, 9382.0, 9370.0, 9383.0, 9410.0, 9399.0, 9392.0, 9382.0, 9373.0, 9386.0, 9379.0, 9398.0, 9381.0, 9386.0, 9396.0, 9438.0, 9398.0, 9399.0, 9404.0, 9430.0, 9425.0, 9450.0, 9441.0, 9421.0, 9437.0, 9403.0, 9407.0, 9402.0, 9405.0, 9441.0, 9448.0, 9427.0, 9428.0, 9382.0, 9384.0, 9389.0, 9399.0, 9384.0, 9403.0, 9412.0, 9460.0, 9399.0, 9401.0, 9396.0, 9402.0, 9383.0, 9404.0, 9399.0, 9406.0, 9423.0, 9451.0, 9419.0, 9457.0, 9404.0, 9411.0, 9419.0, 9428.0, 9422.0, 9462.0, 9453.0, 9457.0, 9432.0, 9406.0, 9416.0, 9405.0, 9459.0, 9450.0, 9455.0, 9455.0, 9378.0, 9384.0, 9388.0, 9398.0, 9433.0, 9403.0, 9452.0, 9436.0, 9388.0, 9382.0, 9361.0, 9412.0, 9382.0, 9403.0, 9431.0, 9435.0, 9401.0, 9442.0, 9397.0, 9397.0, 9382.0, 9396.0, 9382.0, 9410.0, 9396.0, 9440.0, 9375.0, 9401.0, 9357.0, 9372.0, 9372.0, 9388.0, 9381.0, 9405.0, 9402.0, 9448.0, 9439.0, 9431.0, 9380.0, 9414.0, 9389.0, 9397.0, 9378.0, 9387.0, 9378.0, 9420.0, 9427.0, 9406.0, 9428.0, 9395.0, 9386.0, 9396.0, 9396.0, 9382.0, 9424.0, 9398.0, 9455.0, 9409.0, 9451.0, 9395.0, 9416.0, 9378.0, 9387.0, 9378.0, 9417.0, 9396.0, 9431.0, 9391.0, 9411.0, 9360.0, 9369.0, 9375.0, 9385.0, 9378.0, 9401.0, 9378.0, 9402.0, 9381.0, 9407.0, 9400.0, 9435.0, 9432.0, 9411.0, 9402.0, 9385.0, 9400.0, 9382.0, 9401.0, 9400.0, 9417.0, 9428.0, 9461.0, 9399.0, 9413.0, 9382.0, 9398.0, 9395.0, 9400.0, 9396.0, 9429.0, 9394.0, 9405.0, 9383.0, 9416.0, 9447.0, 9425.0, 9454.0, 9417.0, 9425.0, 9401.0, 9409.0, 9418.0, 9413.0, 9423.0, 9431.0, 9452.0, 9417.0, 9420.0, 9415.0, 9408.0, 9400.0, 9423.0, 9472.0, 9463.0, 9452.0, 9402.0, 9437.0, 9397.0, 9425.0, 9401.0, 9450.0, 9383.0, 9419.0, 9381.0, 9397.0, 9386.0, 9418.0, 9403.0, 9458.0, 9401.0, 9429.0, 9400.0, 9403.0, 9396.0, 9403.0, 9451.0, 9440.0, 9420.0, 9397.0, 9421.0, 9399.0, 9451.0, 9443.0, 9395.0, 9397.0, 9392.0, 9397.0, 9435.0, 9400.0, 9453.0, 9444.0, 9424.0, 9396.0, 9417.0, 9394.0, 9409.0, 9401.0, 9437.0, 9409.0, 9398.0, 9379.0, 9397.0, 9393.0, 9394.0, 9382.0, 9400.0, 9400.0, 9469.0, 9405.0, 9442.0, 9423.0, 9420.0, 9425.0, 9422.0, 9423.0, 9448.0, 9440.0, 9433.0, 9421.0, 9401.0, 9406.0, 9385.0, 9403.0, 9385.0, 9399.0, 9388.0, 9409.0, 9402.0, 9404.0, 9421.0, 9475.0, 9402.0, 9424.0, 9403.0, 9401.0, 9420.0, 9430.0, 9427.0, 9473.0, 9453.0, 9419.0, 9424.0, 9414.0, 9422.0, 9406.0, 9427.0, 9463.0, 9425.0, 9447.0, 9427.0, 9453.0, 9458.0, 9420.0, 9421.0, 9408.0, 9423.0, 9422.0, 9427.0, 9427.0, 9468.0, 9423.0, 9480.0, 9422.0, 9435.0, 9406.0, 9406.0, 9405.0, 9448.0, 9414.0, 9464.0, 9399.0, 9406.0, 9401.0, 9409.0, 9420.0, 9461.0, 9403.0, 9416.0, 9383.0, 9387.0, 9384.0, 9415.0, 9400.0, 9429.0, 9367.0, 9385.0, 9401.0, 9416.0, 9409.0, 9450.0, 9451.0, 9401.0, 9415.0, 9380.0, 9385.0, 9378.0, 9368.0, 9424.0, 9436.0, 9377.0, 9391.0, 9376.0, 9364.0, 9376.0, 9377.0, 9379.0, 9474.0, 9430.0, 9467.0, 9460.0, 9413.0, 9398.0, 9396.0, 9384.0, 9387.0, 9403.0, 9410.0, 9466.0, 9431.0, 9447.0, 9453.0, 9450.0, 9416.0, 9366.0, 9431.0, 9415.0, 9431.0, 9411.0, 9402.0, 9335.0, 9370.0, 9332.0, 9378.0, 9329.0, 9362.0, 9335.0, 9385.0, 9363.0, 9329.0, 9337.0, 9336.0, 9356.0, 9355.0, 9362.0, 9374.0, 9429.0, 9376.0, 9373.0, 9395.0, 9405.0, 9398.0, 9433.0, 9421.0, 9425.0, 9415.0, 9379.0, 9388.0, 9384.0, 9386.0, 9390.0, 9457.0, 9396.0, 9425.0, 9382.0, 9393.0, 9380.0, 9390.0, 9383.0, 9454.0, 9409.0, 9434.0, 9383.0, 9401.0, 9383.0, 9403.0, 9398.0, 9435.0, 9439.0, 9431.0, 9381.0, 9398.0, 9364.0, 9401.0, 9364.0, 9413.0, 9393.0, 9414.0, 9364.0, 9402.0, 9382.0, 9428.0, 9412.0, 9404.0, 9384.0, 9379.0, 9397.0, 9383.0, 9387.0, 9399.0, 9415.0, 9396.0, 9385.0, 9434.0, 9400.0, 9434.0, 9422.0, 9379.0, 9381.0, 9375.0, 9395.0, 9382.0, 9403.0, 9401.0, 9467.0, 9387.0, 9438.0, 9388.0, 9412.0, 9403.0, 9443.0, 9423.0, 9458.0, 9418.0, 9402.0, 9406.0, 9401.0, 9405.0, 9411.0, 9464.0, 9407.0, 9473.0, 9409.0, 9459.0, 9406.0, 9428.0, 9407.0, 9430.0, 9445.0, 9404.0, 9459.0, 9407.0, 9400.0, 9420.0, 9404.0, 9404.0, 9389.0, 9460.0, 9431.0, 9470.0, 9431.0, 9385.0, 9399.0, 9383.0, 9394.0, 9382.0, 9436.0, 9410.0, 9446.0, 9435.0, 9428.0, 9379.0, 9371.0, 9364.0, 9372.0, 9364.0, 9360.0, 9374.0, 9377.0, 9365.0, 9383.0, 9437.0, 9402.0, 9424.0, 9383.0, 9378.0, 9384.0, 9400.0, 9430.0, 9407.0, 9453.0, 9391.0, 9439.0, 9436.0, 9409.0, 9417.0, 9396.0, 9384.0, 9389.0, 9416.0, 9393.0, 9470.0, 9417.0, 9416.0, 9404.0, 9403.0, 9420.0, 9404.0, 9445.0, 9409.0, 9456.0, 9406.0, 9403.0, 9416.0, 9388.0, 9417.0, 9410.0, 9474.0, 9449.0, 9403.0, 9417.0, 9390.0, 9403.0, 9405.0, 9457.0, 9434.0, 9454.0, 9391.0, 9397.0, 9425.0, 9428.0, 9472.0, 9426.0, 9478.0, 9420.0, 9445.0, 9424.0, 9443.0, 9459.0, 9433.0, 9445.0, 9529.0, 9448.0, 9459.0, 9433.0, 9428.0, 9492.0, 9455.0, 9493.0, 9481.0, 9469.0, 9404.0, 9399.0, 9403.0, 9388.0, 9440.0, 9400.0, 9465.0, 9402.0, 9466.0, 9416.0, 9452.0, 9417.0, 9464.0, 9446.0, 9450.0, 9415.0, 9421.0, 9414.0, 9414.0, 9419.0, 9403.0, 9416.0, 9407.0, 9416.0, 9424.0, 9459.0, 9420.0, 9472.0, 9462.0, 9468.0, 9415.0, 9412.0, 9402.0, 9396.0, 9399.0, 9400.0, 9473.0, 9415.0, 9436.0, 9397.0, 9405.0, 9398.0, 9465.0, 9395.0, 9434.0, 9394.0, 9407.0, 9400.0, 9461.0, 9388.0, 9446.0, 9400.0, 9434.0, 9402.0, 9468.0, 9445.0, 9433.0, 9400.0, 9389.0, 9385.0, 9409.0, 9413.0, 9410.0, 9424.0, 9393.0, 9415.0, 9426.0, 9479.0, 9454.0, 9500.0, 9500.0, 9427.0, 9417.0, 9421.0, 9412.0, 9453.0, 9430.0, 9440.0, 9452.0, 9435.0, 9490.0, 9461.0, 9450.0, 9488.0, 9487.0, 9436.0, 9450.0, 9414.0, 9425.0, 9405.0, 9379.0, 9369.0, 9339.0, 9357.0, 9325.0, 9355.0, 9319.0, 9342.0, 9308.0, 9307.0, 9306.0, 9323.0, 9362.0, 9352.0, 9401.0, 9335.0, 9346.0, 9333.0, 9353.0, 9400.0, 9382.0, 9465.0, 9397.0, 9442.0, 9375.0, 9425.0, 9375.0, 9427.0, 9448.0, 9402.0, 9459.0, 9359.0, 9413.0, 9363.0, 9427.0, 9379.0, 9457.0, 9434.0, 9456.0, 9399.0, 9503.0, 9395.0, 9437.0, 9399.0, 9462.0, 9402.0, 9463.0, 9402.0, 9466.0, 9460.0, 9435.0, 9412.0, 9407.0, 9396.0, 9395.0, 9402.0, 9397.0, 9500.0, 9414.0, 9469.0, 9402.0, 9451.0, 9389.0, 9452.0, 9396.0, 9461.0, 9412.0, 9464.0, 9383.0, 9445.0, 9383.0, 9433.0, 9382.0, 9462.0, 9429.0, 9462.0, 9429.0, 9414.0, 9388.0, 9411.0, 9402.0, 9416.0, 9427.0, 9400.0, 9487.0, 9403.0, 9464.0, 9389.0, 9449.0, 9390.0, 9467.0, 9429.0, 9463.0, 9456.0, 9461.0, 9388.0, 9450.0, 9399.0, 9452.0, 9415.0, 9454.0, 9443.0, 9397.0, 9416.0, 9377.0, 9396.0, 9381.0, 9437.0, 9392.0, 9436.0, 9393.0, 9394.0, 9378.0, 9393.0, 9361.0, 9391.0, 9375.0, 9380.0, 9373.0, 9381.0, 9379.0, 9396.0, 9396.0, 9385.0, 9401.0, 9406.0, 9426.0, 9421.0, 9383.0, 9482.0, 9417.0, 9471.0, 9408.0, 9435.0, 9417.0, 9458.0, 9423.0, 9471.0, 9467.0, 9436.0, 9425.0, 9430.0, 9408.0, 9461.0, 9437.0, 9471.0, 9457.0, 9413.0, 9414.0, 9398.0, 9415.0, 9401.0, 9468.0, 9426.0, 9462.0, 9385.0, 9448.0, 9387.0, 9434.0, 9401.0, 9452.0, 9442.0, 9464.0, 9425.0, 9460.0, 9396.0, 9443.0, 9381.0, 9463.0, 9452.0, 9457.0, 9392.0, 9425.0, 9378.0, 9426.0, 9382.0, 9432.0, 9405.0, 9415.0, 9390.0, 9373.0, 9367.0, 9378.0, 9393.0, 9382.0, 9468.0, 9408.0, 9448.0, 9383.0, 9431.0, 9397.0, 9452.0, 9429.0, 9451.0, 9444.0, 9399.0, 9417.0, 9406.0, 9400.0, 9465.0, 9453.0, 9419.0, 9408.0, 9389.0, 9379.0, 9393.0, 9398.0, 9401.0, 9453.0, 9395.0, 9448.0, 9370.0, 9403.0, 9400.0, 9447.0, 9398.0, 9448.0, 9438.0, 9446.0, 9384.0, 9434.0, 9379.0, 9429.0, 9398.0, 9445.0, 9423.0, 9427.0, 9378.0, 9409.0, 9373.0, 9413.0, 9383.0, 9429.0, 9394.0, 9427.0, 9378.0, 9427.0, 9378.0, 9425.0, 9423.0, 9437.0, 9431.0, 9396.0, 9363.0, 9373.0, 9394.0, 9377.0, 9396.0, 9446.0, 9424.0, 9460.0, 9435.0, 9399.0, 9401.0, 9370.0, 9374.0, 9410.0, 9371.0, 9436.0, 9415.0, 9418.0, 9384.0, 9417.0, 9354.0, 9414.0, 9374.0, 9434.0, 9408.0, 9415.0, 9368.0, 9348.0, 9357.0, 9353.0, 9375.0, 9399.0, 9417.0, 9402.0, 9401.0, 9367.0, 9373.0, 9355.0, 9372.0, 9377.0, 9443.0, 9371.0, 9398.0, 9357.0, 9371.0, 9373.0, 9389.0, 9380.0, 9459.0, 9417.0, 9426.0, 9361.0, 9398.0, 9393.0, 9416.0, 9394.0, 9435.0, 9413.0, 9411.0, 9453.0, 9383.0, 9411.0, 9387.0, 9435.0, 9401.0, 9439.0, 9409.0, 9451.0, 9409.0, 9464.0, 9407.0, 9446.0, 9379.0, 9414.0, 9379.0, 9412.0, 9391.0, 9441.0, 9419.0, 9441.0, 9363.0, 9425.0, 9376.0, 9425.0, 9361.0, 9438.0, 9417.0, 9437.0, 9375.0, 9424.0, 9374.0, 9439.0, 9377.0, 9444.0, 9433.0, 9423.0, 9371.0, 9419.0, 9372.0, 9424.0, 9379.0, 9440.0, 9406.0, 9424.0, 9378.0, 9373.0, 9383.0, 9381.0, 9412.0, 9411.0, 9484.0, 9455.0, 9433.0, 9383.0, 9413.0, 9405.0, 9410.0, 9446.0, 9424.0, 9501.0, 9480.0, 9431.0, 9429.0, 9398.0, 9421.0, 9380.0, 9432.0, 9391.0, 9446.0, 9399.0, 9443.0, 9370.0, 9405.0, 9353.0, 9374.0, 9351.0, 9391.0, 9374.0, 9420.0, 9411.0, 9424.0, 9360.0, 9357.0, 9359.0, 9357.0, 9385.0, 9360.0, 9444.0, 9404.0, 9455.0, 9415.0, 9440.0, 9374.0, 9359.0, 9374.0, 9373.0, 9403.0, 9379.0, 9455.0, 9432.0, 9456.0, 9365.0, 9401.0, 9379.0, 9378.0, 9396.0, 9380.0, 9412.0, 9398.0, 9465.0, 9397.0, 9435.0, 9397.0, 9433.0, 9384.0, 9461.0, 9429.0, 9462.0, 9452.0, 9404.0, 9382.0, 9380.0, 9394.0, 9387.0, 9438.0, 9400.0, 9464.0, 9381.0, 9445.0, 9399.0, 9435.0, 9417.0, 9469.0, 9459.0, 9451.0, 9402.0, 9382.0, 9404.0, 9398.0, 9401.0, 9456.0, 9475.0, 9425.0, 9467.0, 9371.0, 9431.0, 9399.0, 9449.0, 9400.0, 9463.0, 9455.0, 9474.0, 9452.0, 9418.0, 9423.0, 9380.0, 9392.0, 9375.0, 9381.0, 9416.0, 9377.0, 9442.0, 9419.0, 9416.0, 9400.0, 9359.0, 9375.0, 9361.0, 9390.0, 9381.0, 9447.0, 9394.0, 9461.0, 9396.0, 9435.0, 9386.0, 9455.0, 9430.0, 9453.0, 9452.0, 9407.0, 9422.0, 9401.0, 9424.0, 9401.0, 9473.0, 9460.0, 9498.0, 9473.0, 9426.0, 9414.0, 9398.0, 9416.0, 9402.0, 9440.0, 9399.0, 9464.0, 9453.0, 9461.0, 9417.0, 9380.0, 9396.0, 9449.0, 9435.0, 9398.0, 9378.0, 9387.0, 9415.0, 9473.0, 9460.0, 9417.0, 9456.0, 9408.0, 9402.0, 9400.0, 9400.0, 9463.0, 9444.0, 9453.0, 9467.0, 9405.0, 9445.0, 9378.0, 9375.0, 9391.0, 9381.0, 9419.0, 9401.0, 9466.0, 9474.0, 9411.0, 9432.0, 9385.0, 9397.0, 9400.0, 9403.0, 9441.0, 9402.0, 9438.0, 9461.0, 9437.0, 9473.0, 9409.0, 9449.0, 9378.0, 9400.0, 9376.0, 9373.0, 9374.0, 9376.0, 9444.0, 9434.0, 9446.0, 9409.0, 9417.0, 9404.0, 9462.0, 9437.0, 9408.0, 9454.0, 9420.0, 9447.0, 9401.0, 9469.0, 9465.0, 9440.0, 9430.0, 9399.0, 9413.0, 9400.0, 9410.0, 9398.0, 9469.0, 9417.0, 9467.0, 9400.0, 9423.0, 9400.0, 9453.0, 9433.0, 9479.0, 9400.0, 9421.0, 9402.0, 9399.0, 9404.0, 9417.0, 9424.0, 9470.0, 9459.0, 9397.0, 9399.0, 9420.0, 9396.0, 9455.0, 9430.0, 9425.0, 9469.0, 9397.0, 9426.0, 9400.0, 9438.0, 9400.0, 9438.0, 9401.0, 9470.0, 9430.0, 9467.0, 9383.0, 9435.0, 9364.0, 9403.0, 9376.0, 9406.0, 9379.0, 9409.0, 9378.0, 9398.0, 9404.0, 9455.0, 9398.0, 9451.0, 9401.0, 9423.0, 9420.0, 9455.0, 9409.0, 9492.0, 9470.0, 9486.0, 9435.0, 9469.0, 9399.0, 9451.0, 9403.0, 9470.0, 9478.0, 9489.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.004233933933933934</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03765639992492492</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3303842323366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2401847238241914</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0371224388054079</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6079.1177</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.105621946568418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.831831831831832</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4847756885873316</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.398343397364492</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7051911173214</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350792551076102</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00636216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014449584297835827</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027549907565116882</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.716011181306661</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>28.1525</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.024</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.3355</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303364.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>740.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.6571</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0858</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.5951</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.9917</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73180.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1031.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.2293</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.08014774136245</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> |