=== 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-0033 --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-0033",
"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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-03/func/sub-0033_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>5e38b35ff25dc266d1bd437fe6c354a8</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>12:15:1.772500</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.999352, 0.0137459, 0.033276, -0.00924452, 0.991229, -0.131831]</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.839612</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7248, 401, -34, -44, -32, 98]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0e65f946-ca3b-4c2e-a9e0-9f144e948643||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.681187391281128, -0.024802373722195625, 0.09394995123147964, 110.95172119140625], [-0.0368792787194252, 2.6593949794769287, -0.3548833727836609, -82.14362335205078], [0.08927707374095917, 0.35369396209716797, 2.674926280975342, -82.3322982788086], [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': ['121501.772500', '121502.232500', '121502.692500', '121503.152500', '121503.612500', '121504.072500', '121504.532500', '121504.992500', '121505.452500', '121505.912500', '121506.372500', '121506.832500', '121507.292500', '121507.752500', '121508.212500', '121508.672500', '121509.132500', '121509.592500', '121510.052500', '121510.512500', '121510.972500', '121511.432500', '121511.892500', '121512.352500', '121512.812500', '121513.272500', '121513.732500', '121514.192500', '121514.652500', '121515.112500', '121515.572500', '121516.032500', '121516.492500', '121516.952500', '121517.412500', '121517.872500', '121518.332500', '121518.792500', '121519.252500', '121519.712500', '121520.172500', '121520.632500', '121521.092500', '121521.552500', '121522.012500', '121522.472500', '121522.932500', '121523.392500', '121523.852500', '121524.312500', '121524.772500', '121525.232500', '121525.692500', '121526.152500', '121526.612500', '121527.072500', '121527.532500', '121527.992500', '121528.452500', '121528.912500', '121529.372500', '121529.832500', '121530.292500', '121530.752500', '121531.212500', '121531.672500', '121532.132500', '121532.592500', '121533.052500', '121533.512500', '121533.972500', '121534.432500', '121534.892500', '121535.352500', '121535.812500', '121536.272500', '121536.732500', '121537.192500', '121537.652500', '121538.112500', '121538.572500', '121539.032500', '121539.492500', '121539.952500', '121540.412500', '121540.872500', '121541.332500', '121541.792500', '121542.252500', '121542.712500', '121543.172500', '121543.632500', '121544.092500', '121544.552500', '121545.012500', '121545.472500', '121545.932500', '121546.392500', '121546.852500', '121547.312500', '121547.772500', '121548.232500', '121548.692500', '121549.152500', '121549.612500', '121550.072500', '121550.532500', '121550.992500', '121551.452500', '121551.912500', '121552.372500', '121552.832500', '121553.292500', '121553.752500', '121554.212500', '121554.672500', '121555.132500', '121555.592500', '121556.052500', '121556.512500', '121556.972500', '121557.432500', '121557.892500', '121558.352500', '121558.812500', '121559.272500', '121559.732500', '121600.192500', '121600.652500', '121601.112500', '121601.572500', '121602.032500', '121602.492500', '121602.952500', '121603.412500', '121603.872500', '121604.332500', '121604.792500', '121605.252500', '121605.712500', '121606.172500', '121606.632500', '121607.092500', '121607.552500', '121608.012500', '121608.472500', '121608.932500', '121609.392500', '121609.852500', '121610.312500', '121610.772500', '121611.232500', '121611.692500', '121612.152500', '121612.612500', '121613.072500', '121613.532500', '121613.992500', '121614.452500', '121614.912500', '121615.372500', '121615.832500', '121616.292500', '121616.752500', '121617.212500', '121617.672500', '121618.132500', '121618.592500', '121619.052500', '121619.512500', '121619.972500', '121620.432500', '121620.892500', '121621.352500', '121621.812500', '121622.272500', '121622.732500', '121623.192500', '121623.652500', '121624.112500', '121624.572500', '121625.032500', '121625.492500', '121625.952500', '121626.412500', '121626.872500', '121627.332500', '121627.792500', '121628.252500', '121628.712500', '121629.172500', '121629.632500', '121630.092500', '121630.552500', '121631.012500', '121631.472500', '121631.932500', '121632.392500', '121632.852500', '121633.312500', '121633.772500', '121634.232500', '121634.692500', '121635.152500', '121635.612500', '121636.072500', '121636.532500', '121636.992500', '121637.452500', '121637.912500', '121638.372500', '121638.832500', '121639.292500', '121639.752500', '121640.212500', '121640.672500', '121641.132500', '121641.592500', '121642.052500', '121642.512500', '121642.972500', '121643.432500', '121643.892500', '121644.352500', '121644.812500', '121645.272500', '121645.732500', '121646.192500', '121646.652500', '121647.112500', '121647.572500', '121648.032500', '121648.492500', '121648.952500', '121649.412500', '121649.872500', '121650.332500', '121650.792500', '121651.252500', '121651.712500', '121652.172500', '121652.632500', '121653.092500', '121653.552500', '121654.012500', '121654.472500', '121654.932500', '121655.392500', '121655.852500', '121656.312500', '121656.772500', '121657.232500', '121657.692500', '121658.152500', '121658.612500', '121659.072500', '121659.532500', '121659.992500', '121700.452500', '121700.912500', '121701.372500', '121701.832500', '121702.292500', '121702.752500', '121703.212500', '121703.672500', '121704.132500', '121704.592500', '121705.052500', '121705.512500', '121705.972500', '121706.432500', '121706.892500', '121707.352500', '121707.812500', '121708.272500', '121708.732500', '121709.192500', '121709.652500', '121710.112500', '121710.572500', '121711.032500', '121711.492500', '121711.952500', '121712.412500', '121712.872500', '121713.332500', '121713.792500', '121714.252500', '121714.712500', '121715.172500', '121715.632500', '121716.092500', '121716.552500', '121717.012500', '121717.472500', '121717.932500', '121718.392500', '121718.852500', '121719.312500', '121719.772500', '121720.232500', '121720.692500', '121721.152500', '121721.612500', '121722.072500', '121722.532500', '121722.992500', '121723.452500', '121723.912500', '121724.372500', '121724.832500', '121725.292500', '121725.752500', '121726.212500', '121726.672500', '121727.132500', '121727.592500', '121728.052500', '121728.512500', '121728.972500', '121729.432500', '121729.892500', '121730.352500', '121730.812500', '121731.272500', '121731.732500', '121732.192500', '121732.652500', '121733.112500', '121733.572500', '121734.032500', '121734.492500', '121734.952500', '121735.412500', '121735.872500', '121736.332500', '121736.792500', '121737.252500', '121737.712500', '121738.172500', '121738.632500', '121739.092500', '121739.552500', '121740.012500', '121740.472500', '121740.932500', '121741.392500', '121741.852500', '121742.312500', '121742.772500', '121743.232500', '121743.692500', '121744.152500', '121744.612500', '121745.072500', '121745.532500', '121745.992500', '121746.452500', '121746.912500', '121747.372500', '121747.832500', '121748.292500', '121748.752500', '121749.212500', '121749.672500', '121750.132500', '121750.592500', '121751.052500', '121751.512500', '121751.972500', '121752.432500', '121752.892500', '121753.352500', '121753.812500', '121754.272500', '121754.732500', '121755.192500', '121755.652500', '121756.112500', '121756.572500', '121757.032500', '121757.492500', '121757.952500', '121758.412500', '121758.872500', '121759.332500', '121759.792500', '121800.252500', '121800.712500', '121801.172500', '121801.632500', '121802.092500', '121802.552500', '121803.012500', '121803.472500', '121803.932500', '121804.392500', '121804.852500', '121805.312500', '121805.772500', '121806.232500', '121806.692500', '121807.152500', '121807.612500', '121808.072500', '121808.532500', '121808.992500', '121809.452500', '121809.912500', '121810.372500', '121810.832500', '121811.292500', '121811.752500', '121812.212500', '121812.672500', '121813.132500', '121813.592500', '121814.052500', '121814.512500', '121814.972500', '121815.432500', '121815.892500', '121816.352500', '121816.812500', '121817.272500', '121817.732500', '121818.192500', '121818.652500', '121819.112500', '121819.572500', '121820.032500', '121820.492500', '121820.952500', '121821.412500', '121821.872500', '121822.332500', '121822.792500', '121823.252500', '121823.712500', '121824.172500', '121824.632500', '121825.092500', '121825.552500', '121826.012500', '121826.472500', '121826.932500', '121827.392500', '121827.852500', '121828.312500', '121828.772500', '121829.232500', '121829.692500', '121830.152500', '121830.612500', '121831.072500', '121831.532500', '121831.992500', '121832.452500', '121832.912500', '121833.372500', '121833.832500', '121834.292500', '121834.752500', '121835.212500', '121835.672500', '121836.132500', '121836.592500', '121837.052500', '121837.512500', '121837.972500', '121838.432500', '121838.892500', '121839.352500', '121839.812500', '121840.272500', '121840.732500', '121841.192500', '121841.652500', '121842.112500', '121842.572500', '121843.032500', '121843.492500', '121843.952500', '121844.412500', '121844.872500', '121845.332500', '121845.792500', '121846.252500', '121846.712500', '121847.172500', '121847.632500', '121848.092500', '121848.552500', '121849.012500', '121849.472500', '121849.932500', '121850.392500', '121850.852500', '121851.312500', '121851.772500', '121852.232500', '121852.692500', '121853.152500', '121853.612500', '121854.072500', '121854.532500', '121854.992500', '121855.452500', '121855.912500', '121856.372500', '121856.832500', '121857.292500', '121857.752500', '121858.212500', '121858.672500', '121859.132500', '121859.592500', '121900.052500', '121900.512500', '121900.972500', '121901.432500', '121901.892500', '121902.352500', '121902.812500', '121903.272500', '121903.732500', '121904.192500', '121904.652500', '121905.112500', '121905.572500', '121906.032500', '121906.492500', '121906.952500', '121907.412500', '121907.872500', '121908.332500', '121908.792500', '121909.252500', '121909.712500', '121910.172500', '121910.632500', '121911.092500', '121911.552500', '121912.012500', '121912.472500', '121912.932500', '121913.392500', '121913.852500', '121914.312500', '121914.772500', '121915.232500', '121915.692500', '121916.152500', '121916.612500', '121917.072500', '121917.532500', '121917.992500', '121918.452500', '121918.912500', '121919.372500', '121919.832500', '121920.292500', '121920.752500', '121921.212500', '121921.672500', '121922.132500', '121922.592500', '121923.052500', '121923.512500', '121923.972500', '121924.432500', '121924.892500', '121925.352500', '121925.812500', '121926.272500', '121926.732500', '121927.192500', '121927.652500', '121928.112500', '121928.572500', '121929.032500', '121929.492500', '121929.952500', '121930.412500', '121930.872500', '121931.332500', '121931.792500', '121932.252500', '121932.712500', '121933.172500', '121933.632500', '121934.092500', '121934.552500', '121935.012500', '121935.472500', '121935.932500', '121936.392500', '121936.852500', '121937.312500', '121937.772500', '121938.232500', '121938.692500', '121939.152500', '121939.612500', '121940.072500', '121940.532500', '121940.992500', '121941.452500', '121941.912500', '121942.372500', '121942.832500', '121943.292500', '121943.752500', '121944.212500', '121944.672500', '121945.132500', '121945.592500', '121946.052500', '121946.512500', '121946.972500', '121947.432500', '121947.892500', '121948.352500', '121948.812500', '121949.272500', '121949.732500', '121950.192500', '121950.652500', '121951.112500', '121951.572500', '121952.032500', '121952.492500', '121952.952500', '121953.412500', '121953.872500', '121954.332500', '121954.792500', '121955.252500', '121955.712500', '121956.172500', '121956.632500', '121957.092500', '121957.552500', '121958.012500', '121958.472500', '121958.932500', '121959.392500', '121959.852500', '122000.312500', '122000.772500', '122001.232500', '122001.692500', '122002.152500', '122002.612500', '122003.072500', '122003.532500', '122003.992500', '122004.452500', '122004.912500', '122005.372500', '122005.832500', '122006.292500', '122006.752500', '122007.212500', '122007.672500', '122008.132500', '122008.592500', '122009.052500', '122009.512500', '122009.972500', '122010.432500', '122010.892500', '122011.352500', '122011.812500', '122012.272500', '122012.732500', '122013.192500', '122013.652500', '122014.112500', '122014.572500', '122015.032500', '122015.492500', '122015.952500', '122016.412500', '122016.872500', '122017.332500', '122017.792500', '122018.252500', '122018.712500', '122019.172500', '122019.632500', '122020.092500', '122020.552500', '122021.012500', '122021.472500', '122021.932500', '122022.392500', '122022.852500', '122023.312500', '122023.772500', '122024.232500', '122024.692500', '122025.152500', '122025.612500', '122026.072500', '122026.532500', '122026.992500', '122027.452500', '122027.912500', '122028.372500', '122028.832500', '122029.292500', '122029.752500', '122030.212500', '122030.672500', '122031.132500', '122031.592500', '122032.052500', '122032.512500', '122032.972500', '122033.432500', '122033.892500', '122034.352500', '122034.812500', '122035.272500', '122035.732500', '122036.192500', '122036.652500', '122037.112500', '122037.572500', '122038.032500', '122038.492500', '122038.952500', '122039.412500', '122039.872500', '122040.332500', '122040.792500', '122041.252500', '122041.712500', '122042.172500', '122042.632500', '122043.092500', '122043.552500', '122044.012500', '122044.472500', '122044.932500', '122045.392500', '122045.852500', '122046.312500', '122046.772500', '122047.232500', '122047.692500', '122048.152500', '122048.612500', '122049.072500', '122049.532500', '122049.992500', '122050.452500', '122050.912500', '122051.372500', '122051.832500', '122052.292500', '122052.752500', '122053.212500', '122053.672500', '122054.132500', '122054.592500', '122055.052500', '122055.512500', '122055.972500', '122056.432500', '122056.892500', '122057.352500', '122057.812500', '122058.272500', '122058.732500', '122059.192500', '122059.652500', '122100.112500', '122100.572500', '122101.032500', '122101.492500', '122101.952500', '122102.412500', '122102.872500', '122103.332500', '122103.792500', '122104.252500', '122104.712500', '122105.172500', '122105.632500', '122106.092500', '122106.552500', '122107.012500', '122107.472500', '122107.932500', '122108.392500', '122108.852500', '122109.312500', '122109.772500', '122110.232500', '122110.692500', '122111.152500', '122111.612500', '122112.072500', '122112.532500', '122112.992500', '122113.452500', '122113.912500', '122114.372500', '122114.832500', '122115.292500', '122115.752500', '122116.212500', '122116.672500', '122117.132500', '122117.592500', '122118.052500', '122118.512500', '122118.972500', '122119.432500', '122119.892500', '122120.352500', '122120.812500', '122121.272500', '122121.732500', '122122.192500', '122122.652500', '122123.112500', '122123.572500', '122124.032500', '122124.492500', '122124.952500', '122125.412500', '122125.872500', '122126.332500', '122126.792500', '122127.252500', '122127.712500', '122128.172500', '122128.632500', '122129.092500', '122129.552500', '122130.012500', '122130.472500', '122130.932500', '122131.392500', '122131.852500', '122132.312500', '122132.772500', '122133.232500', '122133.692500', '122134.152500', '122134.612500', '122135.072500', '122135.532500', '122135.992500', '122136.452500', '122136.912500', '122137.372500', '122137.832500', '122138.292500', '122138.752500', '122139.212500', '122139.672500', '122140.132500', '122140.592500', '122141.052500', '122141.512500', '122141.972500', '122142.432500', '122142.892500', '122143.352500', '122143.812500', '122144.272500', '122144.732500', '122145.192500', '122145.652500', '122146.112500', '122146.572500', '122147.032500', '122147.492500', '122147.952500', '122148.412500', '122148.872500', '122149.332500', '122149.792500', '122150.252500', '122150.712500', '122151.172500', '122151.632500', '122152.092500', '122152.552500', '122153.012500', '122153.472500', '122153.932500', '122154.392500', '122154.852500', '122155.312500', '122155.772500', '122156.232500', '122156.692500', '122157.152500', '122157.612500', '122158.072500', '122158.532500', '122158.992500', '122159.452500', '122159.912500', '122200.372500', '122200.832500', '122201.292500', '122201.752500', '122202.212500', '122202.672500', '122203.132500', '122203.592500', '122204.052500', '122204.512500', '122204.972500', '122205.432500', '122205.892500', '122206.352500', '122206.812500', '122207.272500', '122207.732500', '122208.192500', '122208.652500', '122209.112500', '122209.572500', '122210.032500', '122210.492500', '122210.952500', '122211.412500', '122211.872500', '122212.332500', '122212.792500', '122213.252500', '122213.712500', '122214.172500', '122214.632500', '122215.092500', '122215.552500', '122216.012500', '122216.472500', '122216.932500', '122217.392500', '122217.852500', '122218.312500', '122218.772500', '122219.232500', '122219.692500', '122220.152500', '122220.612500', '122221.072500', '122221.532500', '122221.992500', '122222.452500', '122222.912500', '122223.372500', '122223.832500', '122224.292500', '122224.752500', '122225.212500', '122225.672500', '122226.132500', '122226.592500', '122227.052500', '122227.512500', '122227.972500', '122228.432500', '122228.892500', '122229.352500', '122229.812500', '122230.272500', '122230.732500', '122231.192500', '122231.652500', '122232.112500', '122232.572500', '122233.032500', '122233.492500', '122233.952500', '122234.412500', '122234.872500', '122235.332500', '122235.792500', '122236.252500', '122236.712500', '122237.172500', '122237.632500', '122238.092500', '122238.552500', '122239.012500', '122239.472500', '122239.932500', '122240.392500', '122240.852500', '122241.312500', '122241.772500', '122242.232500', '122242.692500', '122243.152500', '122243.612500', '122244.072500', '122244.532500', '122244.992500', '122245.452500', '122245.912500', '122246.372500', '122246.832500', '122247.292500', '122247.752500', '122248.212500', '122248.672500', '122249.132500', '122249.592500', '122250.052500', '122250.512500', '122250.972500', '122251.432500', '122251.892500', '122252.352500', '122252.812500', '122253.272500', '122253.732500', '122254.192500', '122254.652500', '122255.112500', '122255.572500', '122256.032500', '122256.492500', '122256.952500', '122257.412500', '122257.872500', '122258.332500', '122258.792500', '122259.252500', '122259.712500', '122300.172500', '122300.632500', '122301.092500', '122301.552500', '122302.012500', '122302.472500', '122302.932500', '122303.392500', '122303.852500', '122304.312500', '122304.772500', '122305.232500', '122305.692500', '122306.152500', '122306.612500', '122307.072500', '122307.532500', '122307.992500', '122308.452500', '122308.912500', '122309.372500', '122309.832500', '122310.292500', '122310.752500', '122311.212500', '122311.672500', '122312.132500', '122312.592500', '122313.052500', '122313.512500', '122313.972500', '122314.432500', '122314.892500', '122315.352500', '122315.812500', '122316.272500', '122316.732500', '122317.192500', '122317.652500', '122318.112500', '122318.572500', '122319.032500', '122319.492500', '122319.952500', '122320.412500', '122320.872500', '122321.332500', '122321.792500', '122322.252500', '122322.712500', '122323.172500', '122323.632500', '122324.092500', '122324.552500', '122325.012500', '122325.472500', '122325.932500', '122326.392500', '122326.852500', '122327.312500', '122327.772500', '122328.232500', '122328.692500', '122329.152500', '122329.612500', '122330.072500', '122330.532500', '122330.992500', '122331.452500', '122331.912500', '122332.372500', '122332.832500', '122333.292500', '122333.752500', '122334.212500', '122334.672500', '122335.132500', '122335.592500', '122336.052500', '122336.512500', '122336.972500', '122337.432500', '122337.892500', '122338.352500', '122338.812500', '122339.272500', '122339.732500', '122340.192500', '122340.652500', '122341.112500', '122341.572500', '122342.032500', '122342.492500', '122342.952500', '122343.412500', '122343.872500', '122344.332500', '122344.792500', '122345.252500', '122345.712500', '122346.172500', '122346.632500', '122347.092500', '122347.552500', '122348.012500', '122348.472500', '122348.932500', '122349.392500', '122349.852500', '122350.312500', '122350.772500', '122351.232500', '122351.692500', '122352.152500', '122352.612500', '122353.072500', '122353.532500', '122353.992500', '122354.452500', '122354.912500', '122355.372500', '122355.832500', '122356.292500', '122356.752500', '122357.212500', '122357.672500', '122358.132500', '122358.592500', '122359.052500', '122359.512500', '122359.972500', '122400.432500', '122400.892500', '122401.352500', '122401.812500', '122402.272500', '122402.732500', '122403.192500', '122403.652500', '122404.112500', '122404.572500', '122405.032500', '122405.492500', '122405.952500', '122406.412500', '122406.872500', '122407.332500', '122407.792500', '122408.252500', '122408.712500', '122409.172500', '122409.632500', '122410.092500', '122410.552500', '122411.012500', '122411.472500', '122411.932500', '122412.392500', '122412.852500', '122413.312500', '122413.772500', '122414.232500', '122414.692500', '122415.152500', '122415.612500', '122416.072500', '122416.532500', '122416.992500', '122417.452500', '122417.912500', '122418.372500', '122418.832500', '122419.292500', '122419.752500', '122420.212500', '122420.672500', '122421.132500', '122421.592500', '122422.052500', '122422.512500', '122422.972500', '122423.432500', '122423.892500', '122424.352500', '122424.812500', '122425.272500', '122425.732500', '122426.192500', '122426.652500', '122427.112500', '122427.572500', '122428.032500', '122428.492500', '122428.952500', '122429.412500', '122429.872500', '122430.332500', '122430.792500', '122431.252500', '122431.712500', '122432.172500', '122432.632500', '122433.092500', '122433.552500', '122434.012500', '122434.472500', '122434.932500', '122435.392500', '122435.852500', '122436.312500', '122436.772500', '122437.232500', '122437.692500', '122438.152500', '122438.612500', '122439.072500', '122439.532500', '122439.992500', '122440.452500', '122440.912500', '122441.372500', '122441.832500', '122442.292500', '122442.752500', '122443.212500', '122443.672500', '122444.132500', '122444.592500', '122445.052500', '122445.512500', '122445.972500', '122446.432500', '122446.892500', '122447.352500', '122447.812500', '122448.272500', '122448.732500', '122449.192500', '122449.652500', '122450.112500', '122450.572500', '122451.032500', '122451.492500', '122451.952500', '122452.412500', '122452.872500', '122453.332500', '122453.792500', '122454.252500', '122454.712500', '122455.172500', '122455.632500', '122456.092500', '122456.552500', '122457.012500', '122457.472500', '122457.932500', '122458.392500', '122458.852500', '122459.312500', '122459.772500', '122500.232500', '122500.692500', '122501.152500', '122501.612500', '122502.072500', '122502.532500', '122502.992500', '122503.452500', '122503.912500', '122504.372500', '122504.832500', '122505.292500', '122505.752500', '122506.212500', '122506.672500', '122507.132500', '122507.592500', '122508.052500', '122508.512500', '122508.972500', '122509.432500', '122509.892500', '122510.352500', '122510.812500', '122511.272500', '122511.732500', '122512.192500', '122512.652500', '122513.112500', '122513.572500', '122514.032500', '122514.492500', '122514.952500', '122515.412500'], 'ContentTime': ['121515.793000', '121515.796000', '121515.806000', '121515.819000', '121515.822000', '121515.825000', '121515.828000', '121515.831000', '121515.833000', '121515.840000', '121515.843000', '121515.846000', '121515.849000', '121515.852000', '121515.855000', '121515.858000', '121515.861000', '121515.864000', '121515.867000', '121515.871000', '121515.874000', '121515.877000', '121515.880000', '121515.883000', '121515.900000', '121515.904000', '121515.907000', '121515.910000', '121515.913000', '121535.741000', '121535.744000', '121535.747000', '121535.750000', '121535.753000', '121535.756000', '121535.758000', '121535.761000', '121535.764000', '121535.767000', '121535.770000', '121535.782000', '121535.785000', '121535.788000', '121535.791000', '121535.794000', '121535.797000', '121535.800000', '121535.803000', '121535.815000', '121535.818000', '121535.821000', '121535.823000', '121535.826000', '121535.829000', '121535.832000', '121535.835000', '121535.838000', '121535.841000', '121535.844000', '121535.847000', '121535.849000', '121535.864000', '121535.867000', '121535.870000', '121535.873000', '121535.876000', '121535.879000', '121535.882000', '121535.885000', '121535.888000', '121535.891000', '121535.893000', '121535.896000', '121555.741000', '121555.744000', '121555.747000', '121555.750000', '121555.753000', '121555.756000', '121555.759000', '121555.762000', '121555.765000', '121555.775000', '121555.798000', '121555.801000', '121555.804000', '121555.807000', '121555.810000', '121555.813000', '121555.816000', '121555.819000', '121555.822000', '121555.825000', '121555.828000', '121555.831000', '121555.840000', '121555.842000', '121555.845000', '121555.848000', '121555.851000', '121555.854000', '121555.857000', '121555.860000', '121555.863000', '121555.866000', '121555.869000', '121555.872000', '121555.875000', '121555.878000', '121555.881000', '121555.884000', '121555.887000', '121555.891000', '121555.894000', '121555.898000', '121555.901000', '121615.740000', '121615.743000', '121615.746000', '121615.753000', '121615.756000', '121615.759000', '121615.762000', '121615.765000', '121615.840000', '121615.843000', '121615.846000', '121615.849000', '121615.852000', '121615.855000', '121615.858000', '121615.861000', '121615.864000', '121615.867000', '121615.869000', '121615.873000', '121615.876000', '121615.878000', '121615.881000', '121615.884000', '121615.892000', '121615.895000', '121615.898000', '121615.901000', '121615.904000', '121615.907000', '121615.909000', '121615.912000', '121615.915000', '121615.918000', '121615.921000', '121615.924000', '121615.927000', '121615.930000', '121615.933000', '121615.936000', '121615.939000', '121615.942000', '121615.945000', '121615.948000', '121635.741000', '121635.744000', '121635.747000', '121635.750000', '121635.753000', '121635.756000', '121635.759000', '121635.762000', '121635.765000', '121635.768000', '121635.798000', '121635.801000', '121635.804000', '121635.807000', '121635.810000', '121635.813000', '121635.816000', '121635.819000', '121635.822000', '121635.824000', '121635.827000', '121635.830000', '121635.833000', '121635.841000', '121635.844000', '121635.847000', '121635.850000', '121635.853000', '121635.855000', '121635.858000', '121635.861000', '121635.864000', '121635.871000', '121635.874000', '121635.877000', '121635.880000', '121635.883000', '121635.886000', '121635.889000', '121635.892000', '121635.894000', '121635.897000', '121635.900000', '121655.741000', '121655.744000', '121655.747000', '121655.750000', '121655.753000', '121655.756000', '121655.759000', '121655.762000', '121655.765000', '121655.768000', '121655.771000', '121655.774000', '121655.777000', '121655.780000', '121655.783000', '121655.786000', '121655.789000', '121655.791000', '121655.794000', '121655.797000', '121655.800000', '121655.803000', '121655.806000', '121655.809000', '121655.812000', '121655.815000', '121655.818000', '121655.821000', '121655.824000', '121655.827000', '121655.830000', '121655.833000', '121655.836000', '121655.839000', '121655.842000', '121655.844000', '121655.847000', '121655.850000', '121655.853000', '121655.856000', '121655.859000', '121655.862000', '121655.865000', '121655.868000', '121715.741000', '121715.744000', '121715.747000', '121715.750000', '121715.753000', '121715.756000', '121715.759000', '121715.762000', '121715.765000', '121715.768000', '121715.803000', '121715.806000', '121715.809000', '121715.812000', '121715.815000', '121715.818000', '121715.821000', '121715.824000', '121715.827000', '121715.830000', '121715.833000', '121715.836000', '121715.839000', '121715.842000', '121715.845000', '121715.848000', '121715.850000', '121715.854000', '121715.858000', '121715.861000', '121715.864000', '121715.866000', '121715.870000', '121715.873000', '121715.875000', '121715.878000', '121715.881000', '121715.884000', '121715.887000', '121715.890000', '121715.893000', '121715.896000', '121715.899000', '121735.741000', '121735.744000', '121735.747000', '121735.750000', '121735.753000', '121735.756000', '121735.759000', '121735.762000', '121735.765000', '121735.768000', '121735.771000', '121735.774000', '121735.777000', '121735.780000', '121735.783000', '121735.786000', '121735.789000', '121735.792000', '121735.799000', '121735.802000', '121735.805000', '121735.808000', '121735.811000', '121735.814000', '121735.817000', '121735.820000', '121735.823000', '121735.826000', '121735.829000', '121735.832000', '121735.835000', '121735.838000', '121735.840000', '121735.844000', '121735.846000', '121735.849000', '121735.852000', '121735.855000', '121735.858000', '121735.861000', '121735.864000', '121735.867000', '121735.870000', '121735.873000', '121755.741000', '121755.744000', '121755.747000', '121755.750000', '121755.753000', '121755.756000', '121755.759000', '121755.762000', '121755.765000', '121755.768000', '121755.840000', '121755.843000', '121755.846000', '121755.848000', '121755.851000', '121755.854000', '121755.862000', '121755.865000', '121755.868000', '121755.871000', '121755.874000', '121755.877000', '121755.891000', '121755.894000', '121755.897000', '121755.900000', '121755.902000', '121755.905000', '121755.908000', '121755.911000', '121755.914000', '121755.917000', '121755.920000', '121755.923000', '121755.926000', '121755.929000', '121755.932000', '121755.936000', '121755.939000', '121755.942000', '121755.947000', '121755.951000', '121755.953000', '121815.741000', '121815.744000', '121815.747000', '121815.750000', '121815.753000', '121815.756000', '121815.759000', '121815.762000', '121815.765000', '121815.768000', '121815.771000', '121815.774000', '121815.777000', '121815.780000', '121815.783000', '121815.786000', '121815.789000', '121815.791000', '121815.794000', '121815.813000', '121815.827000', '121815.830000', '121815.833000', '121815.836000', '121815.839000', '121815.850000', '121815.852000', '121815.855000', '121815.858000', '121815.861000', '121815.864000', '121815.867000', '121815.870000', '121815.873000', '121815.876000', '121815.879000', '121815.882000', '121815.885000', '121815.888000', '121815.891000', '121815.894000', '121815.897000', '121815.899000', '121815.902000', '121835.740000', '121835.743000', '121835.746000', '121835.749000', '121835.763000', '121835.766000', '121835.788000', '121835.791000', '121835.794000', '121835.797000', '121835.800000', '121835.803000', '121835.806000', '121835.809000', '121835.812000', '121835.815000', '121835.817000', '121835.820000', '121835.823000', '121835.826000', '121835.829000', '121835.832000', '121835.835000', '121835.838000', '121835.841000', '121835.844000', '121835.847000', '121835.850000', '121835.853000', '121835.856000', '121835.859000', '121835.862000', '121835.865000', '121835.868000', '121835.871000', '121835.873000', '121835.876000', '121835.879000', '121835.882000', '121835.885000', '121835.888000', '121835.892000', '121835.896000', '121855.741000', '121855.744000', '121855.747000', '121855.751000', '121855.754000', '121855.757000', '121855.760000', '121855.763000', '121855.766000', '121855.769000', '121855.851000', '121855.855000', '121855.857000', '121855.860000', '121855.863000', '121855.866000', '121855.869000', '121855.872000', '121855.875000', '121855.878000', '121855.881000', '121855.884000', '121855.887000', '121855.890000', '121855.893000', '121855.896000', '121855.899000', '121855.902000', '121855.905000', '121855.907000', '121855.910000', '121855.913000', '121855.916000', '121855.919000', '121855.922000', '121855.925000', '121855.928000', '121855.931000', '121855.934000', '121855.937000', '121855.940000', '121855.943000', '121855.946000', '121915.741000', '121915.744000', '121915.747000', '121915.750000', '121915.753000', '121915.756000', '121915.759000', '121915.762000', '121915.765000', '121915.819000', '121915.822000', '121915.825000', '121915.828000', '121915.831000', '121915.834000', '121915.837000', '121915.840000', '121915.843000', '121915.846000', '121915.849000', '121915.851000', '121915.854000', '121915.857000', '121915.860000', '121915.863000', '121915.866000', '121915.869000', '121915.872000', '121915.875000', '121915.878000', '121915.881000', '121915.884000', '121915.887000', '121915.890000', '121915.893000', '121915.896000', '121915.899000', '121915.902000', '121915.905000', '121915.908000', '121915.911000', '121915.913000', '121915.916000', '121915.919000', '121935.741000', '121935.745000', '121935.749000', '121935.752000', '121935.755000', '121935.758000', '121935.761000', '121935.764000', '121935.767000', '121935.820000', '121935.823000', '121935.826000', '121935.829000', '121935.832000', '121935.835000', '121935.838000', '121935.841000', '121935.850000', '121935.853000', '121935.856000', '121935.859000', '121935.862000', '121935.865000', '121935.868000', '121935.871000', '121935.874000', '121935.877000', '121935.880000', '121935.882000', '121935.885000', '121935.889000', '121935.891000', '121935.894000', '121935.897000', '121935.900000', '121935.903000', '121935.906000', '121935.909000', '121935.912000', '121935.915000', '121935.918000', '121935.921000', '121935.924000', '121955.741000', '121955.752000', '121955.760000', '121955.763000', '121955.766000', '121955.840000', '121955.843000', '121955.846000', '121955.849000', '121955.852000', '121955.855000', '121955.857000', '121955.860000', '121955.863000', '121955.866000', '121955.869000', '121955.872000', '121955.875000', '121955.878000', '121955.881000', '121955.884000', '121955.887000', '121955.890000', '121955.893000', '121955.896000', '121955.899000', '121955.902000', '121955.905000', '121955.908000', '121955.911000', '121955.914000', '121955.917000', '121955.920000', '121955.923000', '121955.926000', '121955.929000', '121955.933000', '121955.936000', '121955.939000', '121955.942000', '121955.945000', '121955.948000', '121955.951000', '121955.954000', '122015.741000', '122015.744000', '122015.747000', '122015.750000', '122015.753000', '122015.756000', '122015.759000', '122015.762000', '122015.765000', '122015.769000', '122015.812000', '122015.815000', '122015.818000', '122015.821000', '122015.824000', '122015.827000', '122015.830000', '122015.833000', '122015.836000', '122015.839000', '122015.842000', '122015.845000', '122015.848000', '122015.851000', '122015.854000', '122015.857000', '122015.860000', '122015.862000', '122015.865000', '122015.868000', '122015.871000', '122015.874000', '122015.877000', '122015.880000', '122015.883000', '122015.886000', '122015.889000', '122015.892000', '122015.895000', '122015.898000', '122015.901000', '122015.904000', '122015.907000', '122035.741000', '122035.744000', '122035.747000', '122035.750000', '122035.753000', '122035.756000', '122035.759000', '122035.762000', '122035.765000', '122035.820000', '122035.823000', '122035.826000', '122035.829000', '122035.832000', '122035.835000', '122035.838000', '122035.841000', '122035.844000', '122035.853000', '122035.856000', '122035.871000', '122035.874000', '122035.877000', '122035.880000', '122035.885000', '122035.888000', '122035.891000', '122035.894000', '122035.897000', '122035.900000', '122035.903000', '122035.906000', '122035.909000', '122035.912000', '122035.915000', '122035.917000', '122035.921000', '122035.923000', '122035.926000', '122035.929000', '122035.932000', '122035.935000', '122035.938000', '122035.941000', '122055.740000', '122055.743000', '122055.746000', '122055.749000', '122055.752000', '122055.755000', '122055.758000', '122055.761000', '122055.764000', '122055.767000', '122055.828000', '122055.831000', '122055.834000', '122055.837000', '122055.840000', '122055.843000', '122055.846000', '122055.849000', '122055.861000', '122055.864000', '122055.867000', '122055.870000', '122055.873000', '122055.876000', '122055.879000', '122055.882000', '122055.885000', '122055.888000', '122055.891000', '122055.894000', '122055.897000', '122055.900000', '122055.903000', '122055.906000', '122055.908000', '122055.911000', '122055.914000', '122055.917000', '122055.920000', '122055.923000', '122055.926000', '122055.929000', '122055.932000', '122115.741000', '122115.744000', '122115.747000', '122115.750000', '122115.753000', '122115.756000', '122115.759000', '122115.768000', '122115.825000', '122115.828000', '122115.831000', '122115.834000', '122115.847000', '122115.850000', '122115.853000', '122115.856000', '122115.859000', '122115.862000', '122115.864000', '122115.867000', '122115.870000', '122115.873000', '122115.876000', '122115.879000', '122115.882000', '122115.885000', '122115.888000', '122115.891000', '122115.894000', '122115.897000', '122115.900000', '122115.903000', '122115.906000', '122115.909000', '122115.912000', '122115.915000', '122115.918000', '122115.921000', '122115.923000', '122115.926000', '122115.929000', '122115.932000', '122115.935000', '122115.938000', '122135.741000', '122135.744000', '122135.747000', '122135.750000', '122135.753000', '122135.756000', '122135.759000', '122135.762000', '122135.765000', '122135.768000', '122135.771000', '122135.774000', '122135.777000', '122135.780000', '122135.783000', '122135.786000', '122135.789000', '122135.792000', '122135.795000', '122135.797000', '122135.800000', '122135.804000', '122135.808000', '122135.811000', '122135.815000', '122135.818000', '122135.820000', '122135.823000', '122135.826000', '122135.829000', '122135.832000', '122135.835000', '122135.838000', '122135.841000', '122135.844000', '122135.847000', '122135.850000', '122135.853000', '122135.856000', '122135.859000', '122135.862000', '122135.865000', '122135.868000', '122155.741000', '122155.744000', '122155.747000', '122155.750000', '122155.753000', '122155.756000', '122155.759000', '122155.762000', '122155.765000', '122155.768000', '122155.818000', '122155.821000', '122155.824000', '122155.827000', '122155.830000', '122155.833000', '122155.835000', '122155.842000', '122155.845000', '122155.848000', '122155.851000', '122155.854000', '122155.857000', '122155.860000', '122155.863000', '122155.866000', '122155.869000', '122155.872000', '122155.875000', '122155.878000', '122155.881000', '122155.884000', '122155.886000', '122155.889000', '122155.892000', '122155.895000', '122155.898000', '122155.901000', '122155.904000', '122155.907000', '122155.910000', '122155.913000', '122155.916000', '122155.919000', '122215.741000', '122215.744000', '122215.747000', '122215.750000', '122215.753000', '122215.756000', '122215.759000', '122215.762000', '122215.766000', '122215.838000', '122215.841000', '122215.844000', '122215.847000', '122215.850000', '122215.853000', '122215.856000', '122215.859000', '122215.862000', '122215.865000', '122215.868000', '122215.870000', '122215.873000', '122215.876000', '122215.879000', '122215.882000', '122215.885000', '122215.888000', '122215.899000', '122215.902000', '122215.905000', '122215.908000', '122215.911000', '122215.914000', '122215.917000', '122215.920000', '122215.923000', '122215.926000', '122215.929000', '122215.932000', '122215.934000', '122215.937000', '122215.940000', '122215.943000', '122235.741000', '122235.744000', '122235.747000', '122235.750000', '122235.754000', '122235.757000', '122235.760000', '122235.763000', '122235.766000', '122235.813000', '122235.816000', '122235.819000', '122235.821000', '122235.825000', '122235.827000', '122235.830000', '122235.833000', '122235.836000', '122235.839000', '122235.842000', '122235.845000', '122235.848000', '122235.866000', '122235.869000', '122235.872000', '122235.875000', '122235.878000', '122235.880000', '122235.883000', '122235.886000', '122235.889000', '122235.892000', '122235.895000', '122235.898000', '122235.901000', '122235.904000', '122235.907000', '122235.910000', '122235.913000', '122235.916000', '122235.919000', '122235.922000', '122235.925000', '122235.927000', '122255.741000', '122255.744000', '122255.748000', '122255.751000', '122255.754000', '122255.757000', '122255.760000', '122255.763000', '122255.766000', '122255.769000', '122255.772000', '122255.775000', '122255.778000', '122255.781000', '122255.784000', '122255.787000', '122255.790000', '122255.793000', '122255.796000', '122255.799000', '122255.802000', '122255.805000', '122255.808000', '122255.811000', '122255.814000', '122255.817000', '122255.820000', '122255.823000', '122255.826000', '122255.829000', '122255.832000', '122255.835000', '122255.838000', '122255.841000', '122255.844000', '122255.847000', '122255.850000', '122255.854000', '122255.857000', '122255.860000', '122255.863000', '122255.866000', '122255.869000', '122315.740000', '122315.743000', '122315.746000', '122315.749000', '122315.752000', '122315.755000', '122315.758000', '122315.761000', '122315.764000', '122315.767000', '122315.823000', '122315.826000', '122315.829000', '122315.832000', '122315.835000', '122315.838000', '122315.841000', '122315.853000', '122315.856000', '122315.859000', '122315.862000', '122315.865000', '122315.868000', '122315.871000', '122315.874000', '122315.877000', '122315.879000', '122315.882000', '122315.886000', '122315.888000', '122315.891000', '122315.894000', '122315.897000', '122315.900000', '122315.903000', '122315.906000', '122315.909000', '122315.912000', '122315.915000', '122315.918000', '122315.921000', '122315.924000', '122315.927000', '122315.930000', '122335.741000', '122335.744000', '122335.747000', '122335.750000', '122335.753000', '122335.756000', '122335.759000', '122335.762000', '122335.765000', '122335.768000', '122335.817000', '122335.820000', '122335.823000', '122335.826000', '122335.829000', '122335.832000', '122335.835000', '122335.838000', '122335.841000', '122335.844000', '122335.847000', '122335.850000', '122335.853000', '122335.856000', '122335.859000', '122335.862000', '122335.865000', '122335.868000', '122335.871000', '122335.874000', '122335.877000', '122335.880000', '122335.883000', '122335.886000', '122335.889000', '122335.892000', '122335.895000', '122335.902000', '122335.905000', '122335.908000', '122335.911000', '122335.914000', '122335.916000', '122355.741000', '122355.744000', '122355.747000', '122355.750000', '122355.753000', '122355.766000', '122355.769000', '122355.811000', '122355.814000', '122355.817000', '122355.820000', '122355.823000', '122355.826000', '122355.829000', '122355.831000', '122355.834000', '122355.837000', '122355.840000', '122355.843000', '122355.846000', '122355.849000', '122355.852000', '122355.855000', '122355.858000', '122355.861000', '122355.864000', '122355.867000', '122355.870000', '122355.873000', '122355.876000', '122355.879000', '122355.882000', '122355.885000', '122355.888000', '122355.891000', '122355.894000', '122355.897000', '122355.900000', '122355.903000', '122355.906000', '122355.909000', '122355.911000', '122355.914000', '122355.917000', '122415.741000', '122415.744000', '122415.747000', '122415.750000', '122415.753000', '122415.756000', '122415.759000', '122415.762000', '122415.765000', '122415.768000', '122415.832000', '122415.834000', '122415.837000', '122415.847000', '122415.850000', '122415.853000', '122415.856000', '122415.859000', '122415.862000', '122415.865000', '122415.868000', '122415.871000', '122415.874000', '122415.877000', '122415.880000', '122415.883000', '122415.886000', '122415.888000', '122415.891000', '122415.897000', '122415.900000', '122415.903000', '122415.906000', '122415.909000', '122415.912000', '122415.915000', '122415.918000', '122415.936000', '122415.939000', '122415.942000', '122415.945000', '122415.948000', '122415.951000', '122435.741000', '122435.744000', '122435.747000', '122435.750000', '122435.753000', '122435.756000', '122435.760000', '122435.763000', '122435.765000', '122435.769000', '122435.822000', '122435.825000', '122435.828000', '122435.830000', '122435.834000', '122435.836000', '122435.839000', '122435.842000', '122435.845000', '122435.848000', '122435.851000', '122435.854000', '122435.857000', '122435.860000', '122435.863000', '122435.866000', '122435.869000', '122435.872000', '122435.875000', '122435.878000', '122435.881000', '122435.884000', '122435.887000', '122435.890000', '122435.893000', '122435.895000', '122435.898000', '122435.901000', '122435.904000', '122435.907000', '122435.910000', '122435.913000', '122435.916000', '122435.919000', '122455.741000', '122455.744000', '122455.747000', '122455.750000', '122455.753000', '122455.756000', '122455.759000', '122455.762000', '122455.765000', '122455.768000', '122455.771000', '122455.774000', '122455.777000', '122455.780000', '122455.783000', '122455.786000', '122455.789000', '122455.792000', '122455.795000', '122455.798000', '122455.801000', '122455.804000', '122455.807000', '122455.809000', '122455.813000', '122455.815000', '122455.818000', '122455.821000', '122455.824000', '122455.827000', '122455.846000', '122455.849000', '122455.853000', '122455.855000', '122455.858000', '122455.861000', '122455.864000', '122455.867000', '122455.870000', '122455.873000', '122455.876000', '122455.879000', '122455.882000', '122515.741000', '122515.756000', '122515.759000', '122515.762000', '122515.765000', '122515.864000', '122515.867000', '122515.870000', '122515.873000', '122515.876000', '122515.879000', '122515.882000', '122515.885000', '122515.888000', '122515.891000', '122515.894000', '122515.897000', '122515.900000', '122515.903000', '122515.906000', '122515.909000', '122515.912000', '122515.915000', '122515.918000', '122515.921000', '122515.924000', '122515.927000', '122515.930000', '122515.933000', '122515.936000', '122515.939000', '122515.942000', '122515.945000', '122515.948000', '122515.951000', '122515.954000', '122515.957000', '122515.960000', '122515.963000', '122515.966000', '122515.969000', '122515.972000', '122515.975000', '122515.977000', '122516.361000'], 'InstanceCreationTime': ['121515.793000', '121515.796000', '121515.806000', '121515.819000', '121515.822000', '121515.825000', '121515.828000', '121515.831000', '121515.833000', '121515.840000', '121515.843000', '121515.846000', '121515.849000', '121515.852000', '121515.855000', '121515.858000', '121515.861000', '121515.864000', '121515.867000', '121515.871000', '121515.874000', '121515.877000', '121515.880000', '121515.883000', '121515.900000', '121515.904000', '121515.907000', '121515.910000', '121515.913000', '121535.741000', '121535.744000', '121535.747000', '121535.750000', '121535.753000', '121535.756000', '121535.758000', '121535.761000', '121535.764000', '121535.767000', '121535.770000', '121535.782000', '121535.785000', '121535.788000', '121535.791000', '121535.794000', '121535.797000', '121535.800000', '121535.803000', '121535.815000', '121535.818000', '121535.821000', '121535.823000', '121535.826000', '121535.829000', '121535.832000', '121535.835000', '121535.838000', '121535.841000', '121535.844000', '121535.847000', '121535.849000', '121535.864000', '121535.867000', '121535.870000', '121535.873000', '121535.876000', '121535.879000', '121535.882000', '121535.885000', '121535.888000', '121535.891000', '121535.893000', '121535.896000', '121555.741000', '121555.744000', '121555.747000', '121555.750000', '121555.753000', '121555.756000', '121555.759000', '121555.762000', '121555.765000', '121555.775000', '121555.798000', '121555.801000', '121555.804000', '121555.807000', '121555.810000', '121555.813000', '121555.816000', '121555.819000', '121555.822000', '121555.825000', '121555.828000', '121555.831000', '121555.840000', '121555.842000', '121555.845000', '121555.848000', '121555.851000', '121555.854000', '121555.857000', '121555.860000', '121555.863000', '121555.866000', '121555.869000', '121555.872000', '121555.875000', '121555.878000', '121555.881000', '121555.884000', '121555.887000', '121555.891000', '121555.894000', '121555.898000', '121555.901000', '121615.740000', '121615.743000', '121615.746000', '121615.753000', '121615.756000', '121615.759000', '121615.762000', '121615.765000', '121615.840000', '121615.843000', '121615.846000', '121615.849000', '121615.852000', '121615.855000', '121615.858000', '121615.861000', '121615.864000', '121615.867000', '121615.869000', '121615.873000', '121615.876000', '121615.878000', '121615.881000', '121615.884000', '121615.892000', '121615.895000', '121615.898000', '121615.901000', '121615.904000', '121615.907000', '121615.909000', '121615.912000', '121615.915000', '121615.918000', '121615.921000', '121615.924000', '121615.927000', '121615.930000', '121615.933000', '121615.936000', '121615.939000', '121615.942000', '121615.945000', '121615.948000', '121635.741000', '121635.744000', '121635.747000', '121635.750000', '121635.753000', '121635.756000', '121635.759000', '121635.762000', '121635.765000', '121635.768000', '121635.798000', '121635.801000', '121635.804000', '121635.807000', '121635.810000', '121635.813000', '121635.816000', '121635.819000', '121635.822000', '121635.824000', '121635.827000', '121635.830000', '121635.833000', '121635.841000', '121635.844000', '121635.847000', '121635.850000', '121635.853000', '121635.855000', '121635.858000', '121635.861000', '121635.864000', '121635.871000', '121635.874000', '121635.877000', '121635.880000', '121635.883000', '121635.886000', '121635.889000', '121635.892000', '121635.894000', '121635.897000', '121635.900000', '121655.741000', '121655.744000', '121655.747000', '121655.750000', '121655.753000', '121655.756000', '121655.759000', '121655.762000', '121655.765000', '121655.768000', '121655.771000', '121655.774000', '121655.777000', '121655.780000', '121655.783000', '121655.786000', '121655.789000', '121655.791000', '121655.794000', '121655.797000', '121655.800000', '121655.803000', '121655.806000', '121655.809000', '121655.812000', '121655.815000', '121655.818000', '121655.821000', '121655.824000', '121655.827000', '121655.830000', '121655.833000', '121655.836000', '121655.839000', '121655.842000', '121655.844000', '121655.847000', '121655.850000', '121655.853000', '121655.856000', '121655.859000', '121655.862000', '121655.865000', '121655.868000', '121715.741000', '121715.744000', '121715.747000', '121715.750000', '121715.753000', '121715.756000', '121715.759000', '121715.762000', '121715.765000', '121715.768000', '121715.803000', '121715.806000', '121715.809000', '121715.812000', '121715.815000', '121715.818000', '121715.821000', '121715.824000', '121715.827000', '121715.830000', '121715.833000', '121715.836000', '121715.839000', '121715.842000', '121715.845000', '121715.848000', '121715.850000', '121715.854000', '121715.858000', '121715.861000', '121715.864000', '121715.866000', '121715.870000', '121715.873000', '121715.875000', '121715.878000', '121715.881000', '121715.884000', '121715.887000', '121715.890000', '121715.893000', '121715.896000', '121715.899000', '121735.741000', '121735.744000', '121735.747000', '121735.750000', '121735.753000', '121735.756000', '121735.759000', '121735.762000', '121735.765000', '121735.768000', '121735.771000', '121735.774000', '121735.777000', '121735.780000', '121735.783000', '121735.786000', '121735.789000', '121735.792000', '121735.799000', '121735.802000', '121735.805000', '121735.808000', '121735.811000', '121735.814000', '121735.817000', '121735.820000', '121735.823000', '121735.826000', '121735.829000', '121735.832000', '121735.835000', '121735.838000', '121735.840000', '121735.844000', '121735.846000', '121735.849000', '121735.852000', '121735.855000', '121735.858000', '121735.861000', '121735.864000', '121735.867000', '121735.870000', '121735.873000', '121755.741000', '121755.744000', '121755.747000', '121755.750000', '121755.753000', '121755.756000', '121755.759000', '121755.762000', '121755.765000', '121755.768000', '121755.840000', '121755.843000', '121755.846000', '121755.848000', '121755.851000', '121755.854000', '121755.862000', '121755.865000', '121755.868000', '121755.871000', '121755.874000', '121755.877000', '121755.891000', '121755.894000', '121755.897000', '121755.900000', '121755.902000', '121755.905000', '121755.908000', '121755.911000', '121755.914000', '121755.917000', '121755.920000', '121755.923000', '121755.926000', '121755.929000', '121755.932000', '121755.936000', '121755.939000', '121755.942000', '121755.947000', '121755.951000', '121755.953000', '121815.741000', '121815.744000', '121815.747000', '121815.750000', '121815.753000', '121815.756000', '121815.759000', '121815.762000', '121815.765000', '121815.768000', '121815.771000', '121815.774000', '121815.777000', '121815.780000', '121815.783000', '121815.786000', '121815.789000', '121815.791000', '121815.794000', '121815.813000', '121815.827000', '121815.830000', '121815.833000', '121815.836000', '121815.839000', '121815.850000', '121815.852000', '121815.855000', '121815.858000', '121815.861000', '121815.864000', '121815.867000', '121815.870000', '121815.873000', '121815.876000', '121815.879000', '121815.882000', '121815.885000', '121815.888000', '121815.891000', '121815.894000', '121815.897000', '121815.899000', '121815.902000', '121835.740000', '121835.743000', '121835.746000', '121835.749000', '121835.763000', '121835.766000', '121835.788000', '121835.791000', '121835.794000', '121835.797000', '121835.800000', '121835.803000', '121835.806000', '121835.809000', '121835.812000', '121835.815000', '121835.817000', '121835.820000', '121835.823000', '121835.826000', '121835.829000', '121835.832000', '121835.835000', '121835.838000', '121835.841000', '121835.844000', '121835.847000', '121835.850000', '121835.853000', '121835.856000', '121835.859000', '121835.862000', '121835.865000', '121835.868000', '121835.871000', '121835.873000', '121835.876000', '121835.879000', '121835.882000', '121835.885000', '121835.888000', '121835.892000', '121835.896000', '121855.741000', '121855.744000', '121855.747000', '121855.751000', '121855.754000', '121855.757000', '121855.760000', '121855.763000', '121855.766000', '121855.769000', '121855.851000', '121855.855000', '121855.857000', '121855.860000', '121855.863000', '121855.866000', '121855.869000', '121855.872000', '121855.875000', '121855.878000', '121855.881000', '121855.884000', '121855.887000', '121855.890000', '121855.893000', '121855.896000', '121855.899000', '121855.902000', '121855.905000', '121855.907000', '121855.910000', '121855.913000', '121855.916000', '121855.919000', '121855.922000', '121855.925000', '121855.928000', '121855.931000', '121855.934000', '121855.937000', '121855.940000', '121855.943000', '121855.946000', '121915.741000', '121915.744000', '121915.747000', '121915.750000', '121915.753000', '121915.756000', '121915.759000', '121915.762000', '121915.765000', '121915.819000', '121915.822000', '121915.825000', '121915.828000', '121915.831000', '121915.834000', '121915.837000', '121915.840000', '121915.843000', '121915.846000', '121915.849000', '121915.851000', '121915.854000', '121915.857000', '121915.860000', '121915.863000', '121915.866000', '121915.869000', '121915.872000', '121915.875000', '121915.878000', '121915.881000', '121915.884000', '121915.887000', '121915.890000', '121915.893000', '121915.896000', '121915.899000', '121915.902000', '121915.905000', '121915.908000', '121915.911000', '121915.913000', '121915.916000', '121915.919000', '121935.741000', '121935.745000', '121935.749000', '121935.752000', '121935.755000', '121935.758000', '121935.761000', '121935.764000', '121935.767000', '121935.820000', '121935.823000', '121935.826000', '121935.829000', '121935.832000', '121935.835000', '121935.838000', '121935.841000', '121935.850000', '121935.853000', '121935.856000', '121935.859000', '121935.862000', '121935.865000', '121935.868000', '121935.871000', '121935.874000', '121935.877000', '121935.880000', '121935.882000', '121935.885000', '121935.889000', '121935.891000', '121935.894000', '121935.897000', '121935.900000', '121935.903000', '121935.906000', '121935.909000', '121935.912000', '121935.915000', '121935.918000', '121935.921000', '121935.924000', '121955.741000', '121955.752000', '121955.760000', '121955.763000', '121955.766000', '121955.840000', '121955.843000', '121955.846000', '121955.849000', '121955.852000', '121955.855000', '121955.857000', '121955.860000', '121955.863000', '121955.866000', '121955.869000', '121955.872000', '121955.875000', '121955.878000', '121955.881000', '121955.884000', '121955.887000', '121955.890000', '121955.893000', '121955.896000', '121955.899000', '121955.902000', '121955.905000', '121955.908000', '121955.911000', '121955.914000', '121955.917000', '121955.920000', '121955.923000', '121955.926000', '121955.929000', '121955.933000', '121955.936000', '121955.939000', '121955.942000', '121955.945000', '121955.948000', '121955.951000', '121955.954000', '122015.741000', '122015.744000', '122015.747000', '122015.750000', '122015.753000', '122015.756000', '122015.759000', '122015.762000', '122015.765000', '122015.769000', '122015.812000', '122015.815000', '122015.818000', '122015.821000', '122015.824000', '122015.827000', '122015.830000', '122015.833000', '122015.836000', '122015.839000', '122015.842000', '122015.845000', '122015.848000', '122015.851000', '122015.854000', '122015.857000', '122015.860000', '122015.862000', '122015.865000', '122015.868000', '122015.871000', '122015.874000', '122015.877000', '122015.880000', '122015.883000', '122015.886000', '122015.889000', '122015.892000', '122015.895000', '122015.898000', '122015.901000', '122015.904000', '122015.907000', '122035.741000', '122035.744000', '122035.747000', '122035.750000', '122035.753000', '122035.756000', '122035.759000', '122035.762000', '122035.765000', '122035.820000', '122035.823000', '122035.826000', '122035.829000', '122035.832000', '122035.835000', '122035.838000', '122035.841000', '122035.844000', '122035.853000', '122035.856000', '122035.871000', '122035.874000', '122035.877000', '122035.880000', '122035.885000', '122035.888000', '122035.891000', '122035.894000', '122035.897000', '122035.900000', '122035.903000', '122035.906000', '122035.909000', '122035.912000', '122035.915000', '122035.917000', '122035.921000', '122035.923000', '122035.926000', '122035.929000', '122035.932000', '122035.935000', '122035.938000', '122035.941000', '122055.740000', '122055.743000', '122055.746000', '122055.749000', '122055.752000', '122055.755000', '122055.758000', '122055.761000', '122055.764000', '122055.767000', '122055.828000', '122055.831000', '122055.834000', '122055.837000', '122055.840000', '122055.843000', '122055.846000', '122055.849000', '122055.861000', '122055.864000', '122055.867000', '122055.870000', '122055.873000', '122055.876000', '122055.879000', '122055.882000', '122055.885000', '122055.888000', '122055.891000', '122055.894000', '122055.897000', '122055.900000', '122055.903000', '122055.906000', '122055.908000', '122055.911000', '122055.914000', '122055.917000', '122055.920000', '122055.923000', '122055.926000', '122055.929000', '122055.932000', '122115.741000', '122115.744000', '122115.747000', '122115.750000', '122115.753000', '122115.756000', '122115.759000', '122115.768000', '122115.825000', '122115.828000', '122115.831000', '122115.834000', '122115.847000', '122115.850000', '122115.853000', '122115.856000', '122115.859000', '122115.862000', '122115.864000', '122115.867000', '122115.870000', '122115.873000', '122115.876000', '122115.879000', '122115.882000', '122115.885000', '122115.888000', '122115.891000', '122115.894000', '122115.897000', '122115.900000', '122115.903000', '122115.906000', '122115.909000', '122115.912000', '122115.915000', '122115.918000', '122115.921000', '122115.923000', '122115.926000', '122115.929000', '122115.932000', '122115.935000', '122115.938000', '122135.741000', '122135.744000', '122135.747000', '122135.750000', '122135.753000', '122135.756000', '122135.759000', '122135.762000', '122135.765000', '122135.768000', '122135.771000', '122135.774000', '122135.777000', '122135.780000', '122135.783000', '122135.786000', '122135.789000', '122135.792000', '122135.795000', '122135.797000', '122135.800000', '122135.804000', '122135.808000', '122135.811000', '122135.815000', '122135.818000', '122135.820000', '122135.823000', '122135.826000', '122135.829000', '122135.832000', '122135.835000', '122135.838000', '122135.841000', '122135.844000', '122135.847000', '122135.850000', '122135.853000', '122135.856000', '122135.859000', '122135.862000', '122135.865000', '122135.868000', '122155.741000', '122155.744000', '122155.747000', '122155.750000', '122155.753000', '122155.756000', '122155.759000', '122155.762000', '122155.765000', '122155.768000', '122155.818000', '122155.821000', '122155.824000', '122155.827000', '122155.830000', '122155.833000', '122155.835000', '122155.842000', '122155.845000', '122155.848000', '122155.851000', '122155.854000', '122155.857000', '122155.860000', '122155.863000', '122155.866000', '122155.869000', '122155.872000', '122155.875000', '122155.878000', '122155.881000', '122155.884000', '122155.886000', '122155.889000', '122155.892000', '122155.895000', '122155.898000', '122155.901000', '122155.904000', '122155.907000', '122155.910000', '122155.913000', '122155.916000', '122155.919000', '122215.741000', '122215.744000', '122215.747000', '122215.750000', '122215.753000', '122215.756000', '122215.759000', '122215.762000', '122215.766000', '122215.838000', '122215.841000', '122215.844000', '122215.847000', '122215.850000', '122215.853000', '122215.856000', '122215.859000', '122215.862000', '122215.865000', '122215.868000', '122215.870000', '122215.873000', '122215.876000', '122215.879000', '122215.882000', '122215.885000', '122215.888000', '122215.899000', '122215.902000', '122215.905000', '122215.908000', '122215.911000', '122215.914000', '122215.917000', '122215.920000', '122215.923000', '122215.926000', '122215.929000', '122215.932000', '122215.934000', '122215.937000', '122215.940000', '122215.943000', '122235.741000', '122235.744000', '122235.747000', '122235.750000', '122235.754000', '122235.757000', '122235.760000', '122235.763000', '122235.766000', '122235.813000', '122235.816000', '122235.819000', '122235.821000', '122235.825000', '122235.827000', '122235.830000', '122235.833000', '122235.836000', '122235.839000', '122235.842000', '122235.845000', '122235.848000', '122235.866000', '122235.869000', '122235.872000', '122235.875000', '122235.878000', '122235.880000', '122235.883000', '122235.886000', '122235.889000', '122235.892000', '122235.895000', '122235.898000', '122235.901000', '122235.904000', '122235.907000', '122235.910000', '122235.913000', '122235.916000', '122235.919000', '122235.922000', '122235.925000', '122235.927000', '122255.741000', '122255.744000', '122255.748000', '122255.751000', '122255.754000', '122255.757000', '122255.760000', '122255.763000', '122255.766000', '122255.769000', '122255.772000', '122255.775000', '122255.778000', '122255.781000', '122255.784000', '122255.787000', '122255.790000', '122255.793000', '122255.796000', '122255.799000', '122255.802000', '122255.805000', '122255.808000', '122255.811000', '122255.814000', '122255.817000', '122255.820000', '122255.823000', '122255.826000', '122255.829000', '122255.832000', '122255.835000', '122255.838000', '122255.841000', '122255.844000', '122255.847000', '122255.850000', '122255.854000', '122255.857000', '122255.860000', '122255.863000', '122255.866000', '122255.869000', '122315.740000', '122315.743000', '122315.746000', '122315.749000', '122315.752000', '122315.755000', '122315.758000', '122315.761000', '122315.764000', '122315.767000', '122315.823000', '122315.826000', '122315.829000', '122315.832000', '122315.835000', '122315.838000', '122315.841000', '122315.853000', '122315.856000', '122315.859000', '122315.862000', '122315.865000', '122315.868000', '122315.871000', '122315.874000', '122315.877000', '122315.879000', '122315.882000', '122315.886000', '122315.888000', '122315.891000', '122315.894000', '122315.897000', '122315.900000', '122315.903000', '122315.906000', '122315.909000', '122315.912000', '122315.915000', '122315.918000', '122315.921000', '122315.924000', '122315.927000', '122315.930000', '122335.741000', '122335.744000', '122335.747000', '122335.750000', '122335.753000', '122335.756000', '122335.759000', '122335.762000', '122335.765000', '122335.768000', '122335.817000', '122335.820000', '122335.823000', '122335.826000', '122335.829000', '122335.832000', '122335.835000', '122335.838000', '122335.841000', '122335.844000', '122335.847000', '122335.850000', '122335.853000', '122335.856000', '122335.859000', '122335.862000', '122335.865000', '122335.868000', '122335.871000', '122335.874000', '122335.877000', '122335.880000', '122335.883000', '122335.886000', '122335.889000', '122335.892000', '122335.895000', '122335.902000', '122335.905000', '122335.908000', '122335.911000', '122335.914000', '122335.916000', '122355.741000', '122355.744000', '122355.747000', '122355.750000', '122355.753000', '122355.766000', '122355.769000', '122355.811000', '122355.814000', '122355.817000', '122355.820000', '122355.823000', '122355.826000', '122355.829000', '122355.831000', '122355.834000', '122355.837000', '122355.840000', '122355.843000', '122355.846000', '122355.849000', '122355.852000', '122355.855000', '122355.858000', '122355.861000', '122355.864000', '122355.867000', '122355.870000', '122355.873000', '122355.876000', '122355.879000', '122355.882000', '122355.885000', '122355.888000', '122355.891000', '122355.894000', '122355.897000', '122355.900000', '122355.903000', '122355.906000', '122355.909000', '122355.911000', '122355.914000', '122355.917000', '122415.741000', '122415.744000', '122415.747000', '122415.750000', '122415.753000', '122415.756000', '122415.759000', '122415.762000', '122415.765000', '122415.768000', '122415.832000', '122415.834000', '122415.837000', '122415.847000', '122415.850000', '122415.853000', '122415.856000', '122415.859000', '122415.862000', '122415.865000', '122415.868000', '122415.871000', '122415.874000', '122415.877000', '122415.880000', '122415.883000', '122415.886000', '122415.888000', '122415.891000', '122415.897000', '122415.900000', '122415.903000', '122415.906000', '122415.909000', '122415.912000', '122415.915000', '122415.918000', '122415.936000', '122415.939000', '122415.942000', '122415.945000', '122415.948000', '122415.951000', '122435.741000', '122435.744000', '122435.747000', '122435.750000', '122435.753000', '122435.756000', '122435.760000', '122435.763000', '122435.765000', '122435.769000', '122435.822000', '122435.825000', '122435.828000', '122435.830000', '122435.834000', '122435.836000', '122435.839000', '122435.842000', '122435.845000', '122435.848000', '122435.851000', '122435.854000', '122435.857000', '122435.860000', '122435.863000', '122435.866000', '122435.869000', '122435.872000', '122435.875000', '122435.878000', '122435.881000', '122435.884000', '122435.887000', '122435.890000', '122435.893000', '122435.895000', '122435.898000', '122435.901000', '122435.904000', '122435.907000', '122435.910000', '122435.913000', '122435.916000', '122435.919000', '122455.741000', '122455.744000', '122455.747000', '122455.750000', '122455.753000', '122455.756000', '122455.759000', '122455.762000', '122455.765000', '122455.768000', '122455.771000', '122455.774000', '122455.777000', '122455.780000', '122455.783000', '122455.786000', '122455.789000', '122455.792000', '122455.795000', '122455.798000', '122455.801000', '122455.804000', '122455.807000', '122455.809000', '122455.813000', '122455.815000', '122455.818000', '122455.821000', '122455.824000', '122455.827000', '122455.846000', '122455.849000', '122455.853000', '122455.855000', '122455.858000', '122455.861000', '122455.864000', '122455.867000', '122455.870000', '122455.873000', '122455.876000', '122455.879000', '122455.882000', '122515.741000', '122515.756000', '122515.759000', '122515.762000', '122515.765000', '122515.864000', '122515.867000', '122515.870000', '122515.873000', '122515.876000', '122515.879000', '122515.882000', '122515.885000', '122515.888000', '122515.891000', '122515.894000', '122515.897000', '122515.900000', '122515.903000', '122515.906000', '122515.909000', '122515.912000', '122515.915000', '122515.918000', '122515.921000', '122515.924000', '122515.927000', '122515.930000', '122515.933000', '122515.936000', '122515.939000', '122515.942000', '122515.945000', '122515.948000', '122515.951000', '122515.954000', '122515.957000', '122515.960000', '122515.963000', '122515.966000', '122515.969000', '122515.972000', '122515.975000', '122515.977000', '122516.361000'], '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': [9316, 11885, 9199, 12499, 10960, 13364, 12216, 14702, 13215, 12169, 12733, 9788, 9620, 7986, 6510, 7143, 7724, 8257, 6710, 6755, 7697, 6965, 9255, 7305, 10737, 6661, 8956, 6711, 6739, 11693, 7270, 9483, 6857, 7090, 10116, 6702, 10898, 6877, 8797, 7050, 7388, 8338, 6876, 12010, 7731, 9910, 6892, 7443, 11613, 8669, 11113, 7713, 8896, 9108, 7757, 12701, 8777, 10206, 7280, 7166, 11689, 7035, 11554, 6926, 9495, 6951, 7485, 9384, 6986, 10672, 7372, 9711, 7216, 7490, 7198, 7885, 8440, 7112, 11691, 7496, 10360, 7034, 10503, 6987, 6973, 12360, 7187, 10253, 6911, 8888, 9160, 7330, 13011, 7005, 11059, 7380, 10166, 8751, 9330, 6935, 6947, 12454, 8024, 12842, 9783, 12229, 8905, 10916, 6908, 7961, 9453, 7340, 13304, 10917, 12319, 9152, 10817, 6919, 8539, 9136, 7285, 13504, 10957, 11752, 7832, 10856, 7083, 8277, 12451, 8549, 13425, 9305, 11963, 7248, 9901, 7858, 7276, 13021, 8872, 12930, 8501, 11257, 7039, 9316, 9512, 7485, 13224, 8150, 12477, 8467, 11278, 7209, 9286, 8754, 7244, 13040, 10047, 11888, 7402, 11227, 7212, 9707, 7376, 7588, 11619, 8180, 11709, 7071, 11858, 7052, 10620, 7312, 8043, 10780, 7687, 13410, 8177, 12410, 7986, 11380, 8746, 8938, 11547, 8147, 13059, 7656, 11800, 7934, 10749, 7460, 9971, 9145, 7705, 13108, 7795, 12674, 8950, 11377, 7587, 10749, 7639, 8337, 10889, 7277, 12950, 9422, 11807, 8609, 10482, 7157, 8792, 10151, 7332, 13320, 10438, 12146, 8029, 11385, 7175, 10294, 7177, 9591, 7758, 8246, 11528, 7632, 13224, 9342, 12102, 9272, 10812, 6689, 9763, 7844, 7421, 12504, 10497, 12059, 7700, 12180, 7751, 11075, 7250, 9459, 8611, 7530, 13010, 8135, 12570, 8941, 11330, 7639, 9906, 7045, 7364, 11775, 8477, 13059, 10862, 11788, 7706, 11344, 7171, 10246, 8130, 8203, 11077, 7747, 13108, 8399, 12092, 8134, 11430, 7776, 9630, 7057, 7412, 11198, 7830, 13267, 10044, 12444, 9331, 10712, 7083, 9027, 7414, 7147, 12828, 9339, 12300, 10287, 11382, 7157, 10570, 7165, 9698, 9281, 7835, 13148, 10012, 12159, 8502, 11171, 7103, 8970, 9859, 7609, 13210, 9509, 12362, 8447, 11316, 7449, 10674, 9478, 10575, 7583, 7874, 11314, 7544, 12629, 8590, 12096, 8552, 9632, 6661, 7824, 13085, 8502, 12708, 8432, 8083, 6636, 6734, 7136, 7223, 7291, 9489, 6813, 9244, 7423, 9697, 8020, 7519, 7277, 9582, 9201, 12384, 12372, 14322, 13201, 10035, 11791, 9948, 9520, 8801, 7476, 6967, 6807, 8232, 6583, 6507, 7908, 6783, 6820, 7142, 10465, 7167, 8626, 6749, 9387, 11336, 8902, 11962, 9167, 10199, 8222, 9257, 10216, 9122, 12634, 9135, 11578, 8673, 10375, 7534, 9481, 6937, 9115, 7326, 9647, 10321, 11903, 8691, 11599, 9623, 7319, 8495, 17165, 11381, 9265, 8737, 8926, 7451, 12307, 9678, 11444, 10900, 12396, 10823, 12726, 13383, 10500, 12148, 9362, 9767, 9797, 7947, 11703, 7973, 10433, 7226, 9012, 6708, 7901, 8025, 6919, 10427, 7622, 10789, 7782, 9993, 7163, 8258, 11794, 8601, 11677, 8271, 11060, 7131, 7555, 7382, 6932, 10938, 7871, 10973, 7140, 10348, 7235, 7728, 9997, 7175, 11483, 7995, 10813, 7896, 10557, 7195, 8898, 7209, 6833, 11468, 7533, 10662, 8083, 10398, 6883, 9008, 6986, 7242, 11987, 8109, 11060, 8725, 10880, 7234, 9021, 7079, 7246, 10122, 7467, 11083, 8728, 10262, 7004, 9738, 7097, 8477, 7329, 7026, 12023, 8162, 10829, 7183, 10375, 6879, 9864, 8137, 8601, 8794, 7215, 11431, 7955, 11487, 8182, 10579, 7468, 9215, 6984, 7462, 11868, 7887, 11683, 8163, 10744, 7973, 10856, 8497, 11219, 7737, 9800, 7851, 8052, 11143, 7779, 12984, 9512, 12406, 8168, 9913, 7362, 8583, 7885, 7648, 10610, 7752, 12054, 7016, 9981, 8440, 11129, 7659, 10174, 7101, 10579, 7861, 10636, 8327, 9933, 6814, 8368, 9144, 6822, 12119, 7638, 11318, 7468, 9896, 7923, 10219, 7498, 10093, 6716, 9076, 8544, 7657, 11723, 7397, 12521, 7864, 10063, 7456, 9870, 7289, 8136, 9886, 6666, 11963, 7981, 10686, 8241, 9732, 6762, 8789, 6791, 8398, 7129, 7174, 7133, 7385, 7006, 7573, 7369, 6948, 11367, 6984, 9350, 7329, 7871, 7123, 10079, 7204, 9645, 6686, 8750, 7376, 7912, 7902, 11468, 10424, 12404, 10194, 11971, 9434, 11027, 10335, 10968, 12734, 11124, 9982, 7459, 9032, 7616, 10126, 8317, 11319, 7614, 9909, 6902, 8910, 7853, 7312, 11762, 8576, 10913, 7933, 10153, 7194, 9309, 6675, 7872, 11361, 7596, 12341, 8473, 10656, 7604, 9925, 7267, 9086, 6927, 7783, 9090, 6947, 11708, 8470, 10650, 7941, 9565, 6654, 9244, 6659, 8421, 11034, 7409, 7971, 6663, 9005, 6649, 8957, 6846, 7797, 6970, 8636, 6917, 11937, 9991, 8144, 7069, 10618, 7255, 7019, 8952, 6999, 11663, 7093, 8628, 6903, 7664, 7575, 10242, 7103, 7808, 8943, 7553, 13101, 10398, 12672, 8280, 11910, 8375, 9979, 8394, 9536, 8314, 8836, 9026, 8026, 12001, 7364, 10108, 6687, 8989, 10851, 7928, 10668, 7404, 9639, 6860, 8767, 7930, 7045, 10662, 6886, 9327, 7040, 8554, 7012, 7241, 11469, 8206, 9649, 6939, 8731, 6973, 7479, 9576, 7069, 11211, 7750, 9073, 7065, 8267, 7012, 7710, 7121, 7086, 8585, 7043, 9852, 7236, 9437, 6981, 8795, 6866, 7748, 6964, 7090, 9461, 6938, 10588, 8729, 10193, 6977, 9492, 6816, 7967, 10899, 7670, 10908, 8109, 9950, 7032, 8731, 7829, 7616, 12377, 8075, 12178, 7417, 10912, 6961, 8724, 7210, 7065, 7138, 6835, 11654, 6864, 10261, 7298, 10483, 6944, 7159, 10305, 6938, 11168, 7816, 11038, 6875, 7711, 7586, 6901, 12566, 8518, 11105, 7014, 8156, 7016, 6809, 11461, 6831, 10504, 8422, 8953, 7097, 7655, 6912, 7021, 11614, 7726, 10225, 7117, 8099, 7085, 7059, 11323, 7357, 10126, 7081, 8255, 6930, 6868, 11847, 8014, 10182, 7063, 8287, 7025, 6908, 11374, 6934, 10088, 6982, 9660, 6953, 7577, 7275, 7035, 9722, 6944, 9121, 7119, 9232, 6894, 7408, 10096, 7000, 10877, 7058, 9503, 6679, 8433, 7494, 6736, 11234, 9184, 10356, 7397, 9336, 7028, 7304, 11218, 8246, 11755, 6820, 10303, 7048, 7996, 8490, 6856, 12041, 7394, 10840, 7067, 9959, 7081, 7492, 8388, 6847, 10766, 7146, 10627, 7112, 9716, 7005, 10134, 6981, 7069, 11168, 6879, 10608, 8043, 10580, 6931, 8332, 6831, 6879, 11752, 7390, 10686, 6913, 9935, 7080, 7966, 7171, 6867, 11240, 6929, 10519, 7153, 9114, 7104, 7000, 11070, 8374, 10489, 6789, 9546, 6924, 7491, 10960, 9056, 11582, 7738, 10724, 6993, 8672, 6956, 6975, 11423, 6937, 10440, 7083, 9654, 7292, 7708, 9527, 6784, 11301, 6676, 9967, 7063, 8974, 7009, 7010, 10454, 8240, 11403, 6936, 10280, 7044, 7694, 8714, 7120, 9976, 7005, 10086, 7108, 9529, 6996, 7286, 9985, 6741, 11521, 6840, 10423, 7011, 8224, 7757, 6916, 9761, 6894, 11159, 6931, 10021, 6962, 7782, 6817, 6828, 11188, 6790, 10221, 7074, 9118, 6794, 7307, 10633, 6922, 10663, 7467, 10829, 6831, 7870, 7198, 6809, 12204, 7638, 10412, 7843, 9554, 6923, 7730, 7045, 6916, 11588, 7654, 11036, 7307, 9310, 7170, 7585, 8033, 6775, 11288, 6905, 10208, 6792, 9099, 6855, 7036, 10589, 7418, 11271, 6852, 10126, 7034, 8104, 8428, 7424, 11470, 7129, 10414, 7062, 9530, 7078, 7155, 9531, 6918, 11688, 7014, 10627, 7068, 7991, 8671, 7008, 11046, 7002, 10078, 7051, 9159, 7071, 7312, 9532, 6979, 11271, 6975, 10401, 6824, 9097, 6947, 8151, 6864, 7760, 6796, 7090, 11695, 8335, 10203, 6706, 9244, 7705, 6750, 11993, 9123, 11484, 8416, 9146, 8925, 7254, 12911, 7743, 10518, 7205, 9576, 6941, 7135, 9819, 6850, 10449, 6808, 8158, 6523, 8294, 7262, 10071, 8422, 6750, 7046, 7069, 8464, 9355, 7620, 10778, 8060, 11159, 8982, 12198, 12345, 13101, 12877, 12845, 13382, 13564, 13525, 11500, 9123, 8033, 6751, 6725, 6763, 6748, 6955, 6520, 7326, 6653, 8063, 9478, 11485, 10185, 13473, 9570, 11135, 7855, 10212, 10958, 8088, 10794, 9666, 10791, 7923, 9892, 11677, 8781, 10855, 8372, 10461, 8006, 10316, 7882, 9864, 12266, 8845, 10507, 7796, 9829, 8291, 8433, 9462, 6666, 8170, 6931, 7397, 6569, 6892, 6885, 7045, 8170, 7074, 8676, 7176, 9449, 7101, 8233, 7135, 10731, 7507, 11430, 9226, 10871, 7399, 8736, 11563, 7557, 11562, 7939, 9558, 7356, 10567, 7160, 7357, 8935, 6761, 7974, 6825, 7508, 7060, 7040, 9837, 6788, 9562, 6918, 7978, 6782, 8276, 8483, 6935, 10144, 6555, 9719, 6681, 7642, 6590, 6670, 11707, 6962, 8723, 7130, 7000, 10832, 7652, 11941, 6875, 8849, 7059, 7146, 10179, 7078, 10731, 7013, 8974, 7049, 7068, 12128, 6931, 9236, 7035, 7083, 11705, 6870, 10413, 7061, 7884, 7294, 7090, 12109, 6918, 9210, 6973, 7386, 7622, 7419, 7484, 7058, 9491, 6962, 9215, 7034, 7087, 11082, 8508, 10480, 7514, 9807, 7043, 6767, 12138, 8070, 10347, 9685, 11391, 9847, 7930, 13564, 8710, 11310, 7507, 7875, 10183, 6778, 14147, 10501, 11271, 6775, 9904, 6823, 9064, 6853, 7250, 7149, 6657, 9583, 7159, 8587, 7109, 11559, 6679, 10176, 7410, 6944, 12827, 6683, 9325, 7233, 8274, 6651, 9709, 7575, 6681, 13242, 7038, 10787, 8540, 13572, 8346, 11017, 6689, 7857, 7962, 6790, 13638, 7819, 9353, 6409], 'WindowCenter': [4353.0, 4353.0, 4320.0, 4338.0, 4310.0, 4329.0, 4316.0, 4341.0, 4359.0, 4332.0, 4317.0, 4267.0, 4282.0, 4259.0, 4238.0, 4236.0, 4248.0, 4270.0, 4251.0, 4264.0, 4260.0, 4261.0, 4269.0, 4262.0, 4291.0, 4250.0, 4269.0, 4237.0, 4238.0, 4289.0, 4249.0, 4281.0, 4249.0, 4250.0, 4292.0, 4250.0, 4290.0, 4250.0, 4270.0, 4261.0, 4263.0, 4285.0, 4266.0, 4317.0, 4288.0, 4308.0, 4265.0, 4276.0, 4316.0, 4285.0, 4305.0, 4274.0, 4284.0, 4283.0, 4263.0, 4314.0, 4273.0, 4293.0, 4260.0, 4251.0, 4302.0, 4262.0, 4303.0, 4262.0, 4282.0, 4262.0, 4263.0, 4284.0, 4265.0, 4305.0, 4277.0, 4310.0, 4279.0, 4289.0, 4291.0, 4301.0, 4300.0, 4291.0, 4333.0, 4304.0, 4323.0, 4294.0, 4323.0, 4291.0, 4292.0, 4330.0, 4279.0, 4310.0, 4280.0, 4312.0, 4314.0, 4292.0, 4343.0, 4291.0, 4320.0, 4291.0, 4323.0, 4302.0, 4311.0, 4279.0, 4280.0, 4329.0, 4288.0, 4329.0, 4309.0, 4331.0, 4312.0, 4320.0, 4278.0, 4289.0, 4310.0, 4279.0, 4328.0, 4319.0, 4329.0, 4299.0, 4308.0, 4278.0, 4299.0, 4296.0, 4276.0, 4327.0, 4319.0, 4317.0, 4277.0, 4334.0, 4278.0, 4287.0, 4317.0, 4286.0, 4327.0, 4297.0, 4317.0, 4275.0, 4296.0, 4275.0, 4275.0, 4315.0, 4284.0, 4314.0, 4284.0, 4304.0, 4263.0, 4294.0, 4295.0, 4275.0, 4325.0, 4275.0, 4315.0, 4285.0, 4305.0, 4275.0, 4295.0, 4285.0, 4275.0, 4326.0, 4308.0, 4317.0, 4278.0, 4317.0, 4277.0, 4309.0, 4276.0, 4288.0, 4331.0, 4300.0, 4330.0, 4290.0, 4329.0, 4278.0, 4319.0, 4289.0, 4301.0, 4333.0, 4292.0, 4342.0, 4301.0, 4331.0, 4289.0, 4320.0, 4299.0, 4300.0, 4320.0, 4289.0, 4329.0, 4277.0, 4317.0, 4287.0, 4317.0, 4277.0, 4310.0, 4310.0, 4288.0, 4340.0, 4287.0, 4328.0, 4298.0, 4318.0, 4288.0, 4319.0, 4288.0, 4288.0, 4318.0, 4277.0, 4328.0, 4297.0, 4318.0, 4298.0, 4308.0, 4277.0, 4298.0, 4308.0, 4278.0, 4327.0, 4320.0, 4328.0, 4288.0, 4317.0, 4278.0, 4319.0, 4278.0, 4310.0, 4289.0, 4299.0, 4329.0, 4288.0, 4329.0, 4309.0, 4330.0, 4310.0, 4318.0, 4278.0, 4308.0, 4288.0, 4288.0, 4328.0, 4320.0, 4328.0, 4287.0, 4317.0, 4276.0, 4317.0, 4276.0, 4310.0, 4297.0, 4289.0, 4339.0, 4288.0, 4326.0, 4297.0, 4320.0, 4288.0, 4309.0, 4277.0, 4289.0, 4329.0, 4299.0, 4341.0, 4320.0, 4329.0, 4288.0, 4316.0, 4277.0, 4308.0, 4288.0, 4299.0, 4319.0, 4287.0, 4328.0, 4287.0, 4317.0, 4287.0, 4319.0, 4287.0, 4308.0, 4277.0, 4277.0, 4317.0, 4276.0, 4327.0, 4307.0, 4329.0, 4297.0, 4307.0, 4277.0, 4296.0, 4276.0, 4277.0, 4328.0, 4298.0, 4329.0, 4310.0, 4319.0, 4279.0, 4318.0, 4277.0, 4308.0, 4298.0, 4288.0, 4340.0, 4309.0, 4329.0, 4298.0, 4318.0, 4277.0, 4297.0, 4308.0, 4288.0, 4329.0, 4309.0, 4329.0, 4301.0, 4320.0, 4290.0, 4320.0, 4312.0, 4313.0, 4291.0, 4289.0, 4319.0, 4279.0, 4330.0, 4300.0, 4332.0, 4302.0, 4312.0, 4282.0, 4292.0, 4343.0, 4302.0, 4346.0, 4302.0, 4288.0, 4259.0, 4249.0, 4258.0, 4256.0, 4255.0, 4271.0, 4271.0, 4291.0, 4284.0, 4304.0, 4310.0, 4286.0, 4270.0, 4316.0, 4305.0, 4338.0, 4347.0, 4343.0, 4316.0, 4279.0, 4285.0, 4279.0, 4268.0, 4268.0, 4244.0, 4249.0, 4247.0, 4254.0, 4234.0, 4236.0, 4257.0, 4249.0, 4253.0, 4276.0, 4305.0, 4266.0, 4283.0, 4252.0, 4270.0, 4294.0, 4272.0, 4290.0, 4271.0, 4281.0, 4259.0, 4270.0, 4281.0, 4270.0, 4301.0, 4269.0, 4288.0, 4257.0, 4267.0, 4248.0, 4280.0, 4247.0, 4270.0, 4234.0, 4266.0, 4281.0, 4308.0, 4279.0, 4315.0, 4294.0, 4258.0, 4208.0, 4312.0, 4326.0, 4304.0, 4304.0, 4303.0, 4293.0, 4333.0, 4300.0, 4296.0, 4296.0, 4306.0, 4283.0, 4293.0, 4291.0, 4269.0, 4279.0, 4255.0, 4254.0, 4252.0, 4230.0, 4262.0, 4230.0, 4250.0, 4221.0, 4241.0, 4223.0, 4245.0, 4246.0, 4238.0, 4278.0, 4260.0, 4289.0, 4262.0, 4283.0, 4253.0, 4275.0, 4305.0, 4286.0, 4306.0, 4274.0, 4306.0, 4264.0, 4276.0, 4276.0, 4266.0, 4306.0, 4276.0, 4307.0, 4267.0, 4310.0, 4278.0, 4278.0, 4309.0, 4267.0, 4318.0, 4276.0, 4307.0, 4288.0, 4309.0, 4278.0, 4301.0, 4280.0, 4268.0, 4320.0, 4279.0, 4306.0, 4290.0, 4310.0, 4277.0, 4300.0, 4280.0, 4279.0, 4320.0, 4289.0, 4319.0, 4300.0, 4320.0, 4278.0, 4299.0, 4278.0, 4279.0, 4308.0, 4278.0, 4320.0, 4302.0, 4310.0, 4280.0, 4311.0, 4280.0, 4300.0, 4280.0, 4281.0, 4343.0, 4303.0, 4324.0, 4293.0, 4323.0, 4282.0, 4324.0, 4302.0, 4317.0, 4314.0, 4294.0, 4333.0, 4302.0, 4330.0, 4302.0, 4324.0, 4293.0, 4312.0, 4280.0, 4280.0, 4330.0, 4301.0, 4333.0, 4302.0, 4322.0, 4302.0, 4321.0, 4302.0, 4333.0, 4292.0, 4323.0, 4304.0, 4290.0, 4321.0, 4290.0, 4331.0, 4313.0, 4331.0, 4301.0, 4310.0, 4277.0, 4313.0, 4289.0, 4289.0, 4322.0, 4291.0, 4314.0, 4293.0, 4321.0, 4314.0, 4333.0, 4303.0, 4319.0, 4280.0, 4320.0, 4302.0, 4322.0, 4303.0, 4311.0, 4279.0, 4289.0, 4309.0, 4281.0, 4330.0, 4289.0, 4320.0, 4278.0, 4308.0, 4288.0, 4321.0, 4291.0, 4321.0, 4280.0, 4300.0, 4300.0, 4290.0, 4330.0, 4279.0, 4331.0, 4287.0, 4296.0, 4277.0, 4309.0, 4276.0, 4287.0, 4308.0, 4265.0, 4315.0, 4286.0, 4307.0, 4287.0, 4294.0, 4268.0, 4287.0, 4266.0, 4301.0, 4278.0, 4277.0, 4278.0, 4292.0, 4291.0, 4303.0, 4290.0, 4291.0, 4330.0, 4292.0, 4309.0, 4288.0, 4285.0, 4276.0, 4306.0, 4302.0, 4322.0, 4294.0, 4327.0, 4294.0, 4301.0, 4302.0, 4333.0, 4324.0, 4333.0, 4321.0, 4320.0, 4297.0, 4306.0, 4307.0, 4308.0, 4315.0, 4304.0, 4293.0, 4262.0, 4281.0, 4274.0, 4293.0, 4287.0, 4305.0, 4276.0, 4295.0, 4263.0, 4284.0, 4273.0, 4275.0, 4315.0, 4286.0, 4306.0, 4276.0, 4305.0, 4264.0, 4284.0, 4252.0, 4275.0, 4316.0, 4277.0, 4317.0, 4286.0, 4305.0, 4276.0, 4294.0, 4274.0, 4285.0, 4266.0, 4275.0, 4298.0, 4278.0, 4328.0, 4289.0, 4308.0, 4289.0, 4296.0, 4265.0, 4297.0, 4268.0, 4290.0, 4321.0, 4291.0, 4290.0, 4263.0, 4310.0, 4280.0, 4296.0, 4261.0, 4270.0, 4262.0, 4281.0, 4249.0, 4376.0, 4343.0, 4318.0, 4309.0, 4348.0, 4290.0, 4278.0, 4298.0, 4289.0, 4341.0, 4290.0, 4293.0, 4271.0, 4269.0, 4275.0, 4304.0, 4248.0, 4260.0, 4281.0, 4271.0, 4324.0, 4294.0, 4313.0, 4271.0, 4299.0, 4268.0, 4276.0, 4256.0, 4276.0, 4256.0, 4266.0, 4266.0, 4255.0, 4296.0, 4247.0, 4277.0, 4235.0, 4266.0, 4286.0, 4255.0, 4288.0, 4258.0, 4277.0, 4235.0, 4267.0, 4256.0, 4247.0, 4288.0, 4260.0, 4279.0, 4259.0, 4270.0, 4260.0, 4272.0, 4303.0, 4282.0, 4293.0, 4263.0, 4282.0, 4262.0, 4262.0, 4293.0, 4263.0, 4303.0, 4273.0, 4293.0, 4273.0, 4283.0, 4263.0, 4273.0, 4264.0, 4275.0, 4295.0, 4276.0, 4306.0, 4287.0, 4307.0, 4277.0, 4298.0, 4291.0, 4301.0, 4291.0, 4292.0, 4321.0, 4291.0, 4320.0, 4326.0, 4332.0, 4293.0, 4323.0, 4280.0, 4301.0, 4320.0, 4303.0, 4333.0, 4302.0, 4321.0, 4290.0, 4299.0, 4289.0, 4289.0, 4342.0, 4299.0, 4330.0, 4288.0, 4317.0, 4277.0, 4298.0, 4288.0, 4288.0, 4278.0, 4278.0, 4329.0, 4278.0, 4318.0, 4288.0, 4321.0, 4278.0, 4289.0, 4318.0, 4277.0, 4317.0, 4288.0, 4319.0, 4277.0, 4287.0, 4287.0, 4277.0, 4327.0, 4297.0, 4319.0, 4276.0, 4286.0, 4276.0, 4265.0, 4315.0, 4264.0, 4305.0, 4287.0, 4296.0, 4277.0, 4287.0, 4276.0, 4276.0, 4317.0, 4288.0, 4320.0, 4278.0, 4299.0, 4278.0, 4278.0, 4317.0, 4288.0, 4308.0, 4277.0, 4298.0, 4276.0, 4276.0, 4317.0, 4287.0, 4307.0, 4276.0, 4286.0, 4275.0, 4277.0, 4329.0, 4277.0, 4306.0, 4276.0, 4305.0, 4275.0, 4286.0, 4287.0, 4277.0, 4308.0, 4291.0, 4309.0, 4290.0, 4310.0, 4289.0, 4290.0, 4319.0, 4290.0, 4331.0, 4290.0, 4310.0, 4278.0, 4299.0, 4287.0, 4278.0, 4319.0, 4308.0, 4308.0, 4277.0, 4297.0, 4276.0, 4276.0, 4317.0, 4299.0, 4328.0, 4277.0, 4307.0, 4276.0, 4285.0, 4296.0, 4277.0, 4328.0, 4276.0, 4317.0, 4275.0, 4306.0, 4274.0, 4276.0, 4298.0, 4266.0, 4317.0, 4276.0, 4316.0, 4276.0, 4307.0, 4278.0, 4320.0, 4277.0, 4278.0, 4318.0, 4276.0, 4307.0, 4288.0, 4318.0, 4276.0, 4286.0, 4265.0, 4265.0, 4316.0, 4277.0, 4317.0, 4277.0, 4307.0, 4277.0, 4288.0, 4278.0, 4279.0, 4331.0, 4280.0, 4320.0, 4290.0, 4310.0, 4278.0, 4280.0, 4332.0, 4300.0, 4320.0, 4279.0, 4309.0, 4277.0, 4278.0, 4319.0, 4298.0, 4318.0, 4287.0, 4316.0, 4264.0, 4285.0, 4275.0, 4277.0, 4318.0, 4277.0, 4318.0, 4278.0, 4308.0, 4288.0, 4288.0, 4309.0, 4280.0, 4330.0, 4280.0, 4320.0, 4279.0, 4300.0, 4278.0, 4280.0, 4321.0, 4299.0, 4330.0, 4279.0, 4308.0, 4277.0, 4287.0, 4298.0, 4278.0, 4308.0, 4278.0, 4308.0, 4277.0, 4308.0, 4277.0, 4289.0, 4310.0, 4279.0, 4330.0, 4279.0, 4319.0, 4278.0, 4298.0, 4289.0, 4280.0, 4309.0, 4279.0, 4319.0, 4279.0, 4308.0, 4277.0, 4289.0, 4279.0, 4279.0, 4330.0, 4279.0, 4319.0, 4278.0, 4311.0, 4279.0, 4291.0, 4321.0, 4290.0, 4320.0, 4289.0, 4332.0, 4278.0, 4288.0, 4279.0, 4278.0, 4329.0, 4288.0, 4307.0, 4288.0, 4296.0, 4277.0, 4287.0, 4277.0, 4278.0, 4318.0, 4289.0, 4320.0, 4289.0, 4309.0, 4278.0, 4288.0, 4288.0, 4279.0, 4320.0, 4279.0, 4320.0, 4279.0, 4309.0, 4277.0, 4277.0, 4319.0, 4278.0, 4319.0, 4277.0, 4307.0, 4276.0, 4287.0, 4298.0, 4289.0, 4318.0, 4277.0, 4318.0, 4276.0, 4296.0, 4264.0, 4276.0, 4308.0, 4277.0, 4317.0, 4276.0, 4306.0, 4277.0, 4287.0, 4298.0, 4278.0, 4318.0, 4278.0, 4308.0, 4277.0, 4297.0, 4276.0, 4277.0, 4309.0, 4278.0, 4318.0, 4277.0, 4307.0, 4267.0, 4298.0, 4279.0, 4289.0, 4280.0, 4301.0, 4280.0, 4280.0, 4330.0, 4303.0, 4323.0, 4281.0, 4313.0, 4290.0, 4279.0, 4319.0, 4299.0, 4320.0, 4288.0, 4298.0, 4296.0, 4276.0, 4326.0, 4274.0, 4305.0, 4274.0, 4295.0, 4264.0, 4275.0, 4305.0, 4277.0, 4316.0, 4263.0, 4268.0, 4245.0, 4252.0, 4256.0, 4299.0, 4278.0, 4270.0, 4285.0, 4286.0, 4311.0, 4319.0, 4302.0, 4330.0, 4298.0, 4333.0, 4310.0, 4341.0, 4326.0, 4331.0, 4316.0, 4311.0, 4355.0, 4352.0, 4314.0, 4303.0, 4246.0, 4259.0, 4232.0, 4228.0, 4218.0, 4217.0, 4230.0, 4232.0, 4240.0, 4244.0, 4276.0, 4298.0, 4307.0, 4299.0, 4305.0, 4272.0, 4294.0, 4266.0, 4296.0, 4294.0, 4261.0, 4280.0, 4268.0, 4279.0, 4246.0, 4267.0, 4278.0, 4258.0, 4278.0, 4259.0, 4277.0, 4260.0, 4281.0, 4260.0, 4268.0, 4288.0, 4257.0, 4268.0, 4246.0, 4268.0, 4258.0, 4271.0, 4267.0, 4247.0, 4252.0, 4231.0, 4245.0, 4247.0, 4249.0, 4260.0, 4261.0, 4272.0, 4263.0, 4297.0, 4277.0, 4308.0, 4280.0, 4299.0, 4279.0, 4317.0, 4278.0, 4319.0, 4297.0, 4305.0, 4263.0, 4283.0, 4302.0, 4260.0, 4291.0, 4260.0, 4280.0, 4249.0, 4291.0, 4249.0, 4262.0, 4269.0, 4262.0, 4286.0, 4252.0, 4263.0, 4265.0, 4264.0, 4295.0, 4263.0, 4281.0, 4266.0, 4262.0, 4239.0, 4270.0, 4270.0, 4264.0, 4290.0, 4239.0, 4279.0, 4248.0, 4259.0, 4250.0, 4249.0, 4303.0, 4262.0, 4270.0, 4250.0, 4249.0, 4292.0, 4262.0, 4301.0, 4252.0, 4272.0, 4261.0, 4250.0, 4293.0, 4252.0, 4292.0, 4251.0, 4271.0, 4251.0, 4252.0, 4302.0, 4251.0, 4282.0, 4251.0, 4253.0, 4303.0, 4252.0, 4292.0, 4250.0, 4261.0, 4263.0, 4251.0, 4302.0, 4253.0, 4295.0, 4264.0, 4264.0, 4274.0, 4278.0, 4277.0, 4280.0, 4310.0, 4283.0, 4312.0, 4282.0, 4283.0, 4333.0, 4315.0, 4325.0, 4295.0, 4328.0, 4283.0, 4282.0, 4333.0, 4293.0, 4311.0, 4300.0, 4320.0, 4298.0, 4277.0, 4316.0, 4274.0, 4305.0, 4262.0, 4272.0, 4293.0, 4252.0, 4315.0, 4293.0, 4293.0, 4252.0, 4281.0, 4252.0, 4283.0, 4280.0, 4275.0, 4274.0, 4274.0, 4290.0, 4258.0, 4292.0, 4287.0, 4326.0, 4292.0, 4322.0, 4290.0, 4277.0, 4338.0, 4277.0, 4307.0, 4273.0, 4281.0, 4262.0, 4293.0, 4272.0, 4274.0, 4310.0, 4258.0, 4300.0, 4280.0, 4325.0, 4284.0, 4316.0, 4262.0, 4270.0, 4281.0, 4249.0, 4307.0, 4256.0, 4291.0, 4246.0], 'WindowWidth': [9615.0, 9601.0, 9546.0, 9569.0, 9519.0, 9545.0, 9521.0, 9572.0, 9612.0, 9557.0, 9523.0, 9435.0, 9464.0, 9429.0, 9400.0, 9394.0, 9414.0, 9447.0, 9427.0, 9451.0, 9436.0, 9439.0, 9445.0, 9441.0, 9477.0, 9422.0, 9446.0, 9399.0, 9403.0, 9473.0, 9418.0, 9466.0, 9421.0, 9424.0, 9483.0, 9424.0, 9477.0, 9424.0, 9450.0, 9441.0, 9447.0, 9478.0, 9454.0, 9524.0, 9487.0, 9513.0, 9452.0, 9469.0, 9522.0, 9478.0, 9506.0, 9461.0, 9474.0, 9473.0, 9444.0, 9517.0, 9457.0, 9484.0, 9438.0, 9428.0, 9497.0, 9442.0, 9499.0, 9444.0, 9471.0, 9444.0, 9447.0, 9476.0, 9452.0, 9507.0, 9471.0, 9519.0, 9477.0, 9493.0, 9498.0, 9511.0, 9507.0, 9498.0, 9557.0, 9521.0, 9543.0, 9507.0, 9543.0, 9498.0, 9500.0, 9550.0, 9481.0, 9522.0, 9484.0, 9527.0, 9533.0, 9502.0, 9572.0, 9499.0, 9536.0, 9500.0, 9546.0, 9514.0, 9524.0, 9479.0, 9482.0, 9544.0, 9489.0, 9547.0, 9519.0, 9552.0, 9526.0, 9533.0, 9476.0, 9494.0, 9520.0, 9477.0, 9543.0, 9530.0, 9545.0, 9503.0, 9515.0, 9478.0, 9504.0, 9497.0, 9471.0, 9538.0, 9531.0, 9527.0, 9473.0, 9561.0, 9476.0, 9486.0, 9525.0, 9483.0, 9541.0, 9499.0, 9525.0, 9471.0, 9497.0, 9468.0, 9465.0, 9520.0, 9478.0, 9518.0, 9476.0, 9503.0, 9449.0, 9490.0, 9493.0, 9467.0, 9535.0, 9466.0, 9520.0, 9479.0, 9506.0, 9467.0, 9493.0, 9480.0, 9469.0, 9536.0, 9517.0, 9528.0, 9476.0, 9527.0, 9475.0, 9518.0, 9471.0, 9488.0, 9551.0, 9508.0, 9548.0, 9496.0, 9546.0, 9479.0, 9534.0, 9493.0, 9512.0, 9557.0, 9501.0, 9569.0, 9514.0, 9551.0, 9494.0, 9536.0, 9505.0, 9508.0, 9535.0, 9492.0, 9546.0, 9473.0, 9527.0, 9488.0, 9527.0, 9474.0, 9524.0, 9522.0, 9490.0, 9562.0, 9488.0, 9544.0, 9504.0, 9532.0, 9489.0, 9535.0, 9489.0, 9489.0, 9529.0, 9474.0, 9542.0, 9500.0, 9529.0, 9503.0, 9516.0, 9475.0, 9502.0, 9517.0, 9476.0, 9540.0, 9537.0, 9544.0, 9489.0, 9529.0, 9478.0, 9535.0, 9477.0, 9524.0, 9494.0, 9508.0, 9547.0, 9491.0, 9548.0, 9519.0, 9552.0, 9521.0, 9530.0, 9477.0, 9516.0, 9491.0, 9491.0, 9543.0, 9537.0, 9543.0, 9489.0, 9527.0, 9471.0, 9528.0, 9473.0, 9522.0, 9503.0, 9494.0, 9561.0, 9491.0, 9541.0, 9502.0, 9536.0, 9491.0, 9519.0, 9476.0, 9493.0, 9547.0, 9508.0, 9569.0, 9535.0, 9546.0, 9491.0, 9526.0, 9474.0, 9516.0, 9489.0, 9508.0, 9532.0, 9488.0, 9546.0, 9489.0, 9528.0, 9487.0, 9534.0, 9488.0, 9516.0, 9476.0, 9475.0, 9527.0, 9472.0, 9540.0, 9514.0, 9545.0, 9501.0, 9512.0, 9476.0, 9499.0, 9470.0, 9473.0, 9543.0, 9502.0, 9547.0, 9521.0, 9534.0, 9482.0, 9531.0, 9474.0, 9517.0, 9504.0, 9491.0, 9561.0, 9520.0, 9546.0, 9504.0, 9530.0, 9473.0, 9502.0, 9516.0, 9489.0, 9547.0, 9517.0, 9546.0, 9514.0, 9536.0, 9495.0, 9533.0, 9525.0, 9527.0, 9495.0, 9492.0, 9532.0, 9477.0, 9547.0, 9508.0, 9551.0, 9511.0, 9526.0, 9489.0, 9502.0, 9569.0, 9512.0, 9579.0, 9514.0, 9491.0, 9439.0, 9422.0, 9434.0, 9431.0, 9428.0, 9447.0, 9465.0, 9489.0, 9486.0, 9513.0, 9530.0, 9490.0, 9459.0, 9531.0, 9519.0, 9563.0, 9591.0, 9577.0, 9527.0, 9459.0, 9462.0, 9458.0, 9446.0, 9442.0, 9407.0, 9426.0, 9419.0, 9421.0, 9393.0, 9399.0, 9429.0, 9421.0, 9432.0, 9469.0, 9506.0, 9453.0, 9473.0, 9427.0, 9449.0, 9485.0, 9454.0, 9476.0, 9450.0, 9465.0, 9430.0, 9449.0, 9465.0, 9449.0, 9493.0, 9447.0, 9472.0, 9427.0, 9441.0, 9416.0, 9463.0, 9417.0, 9451.0, 9392.0, 9439.0, 9467.0, 9512.0, 9468.0, 9524.0, 9493.0, 9435.0, 9332.0, 9514.0, 9548.0, 9514.0, 9513.0, 9509.0, 9497.0, 9551.0, 9501.0, 9488.0, 9487.0, 9504.0, 9464.0, 9482.0, 9473.0, 9440.0, 9455.0, 9415.0, 9414.0, 9408.0, 9374.0, 9421.0, 9375.0, 9403.0, 9366.0, 9394.0, 9374.0, 9406.0, 9410.0, 9401.0, 9456.0, 9434.0, 9474.0, 9439.0, 9468.0, 9430.0, 9462.0, 9502.0, 9478.0, 9505.0, 9461.0, 9504.0, 9446.0, 9464.0, 9465.0, 9452.0, 9505.0, 9467.0, 9510.0, 9456.0, 9517.0, 9473.0, 9473.0, 9514.0, 9458.0, 9526.0, 9468.0, 9512.0, 9487.0, 9516.0, 9473.0, 9508.0, 9478.0, 9462.0, 9532.0, 9476.0, 9512.0, 9492.0, 9519.0, 9473.0, 9505.0, 9480.0, 9478.0, 9532.0, 9490.0, 9532.0, 9506.0, 9534.0, 9474.0, 9502.0, 9475.0, 9476.0, 9513.0, 9475.0, 9533.0, 9515.0, 9521.0, 9482.0, 9522.0, 9483.0, 9509.0, 9482.0, 9485.0, 9570.0, 9516.0, 9547.0, 9505.0, 9544.0, 9489.0, 9546.0, 9516.0, 9541.0, 9532.0, 9506.0, 9560.0, 9513.0, 9551.0, 9513.0, 9546.0, 9500.0, 9526.0, 9482.0, 9481.0, 9548.0, 9512.0, 9556.0, 9514.0, 9542.0, 9515.0, 9540.0, 9516.0, 9559.0, 9502.0, 9544.0, 9518.0, 9498.0, 9540.0, 9496.0, 9552.0, 9531.0, 9552.0, 9510.0, 9520.0, 9474.0, 9531.0, 9495.0, 9492.0, 9537.0, 9500.0, 9515.0, 9505.0, 9540.0, 9536.0, 9558.0, 9518.0, 9535.0, 9484.0, 9535.0, 9514.0, 9540.0, 9514.0, 9525.0, 9480.0, 9492.0, 9518.0, 9483.0, 9547.0, 9491.0, 9534.0, 9477.0, 9516.0, 9492.0, 9539.0, 9497.0, 9538.0, 9484.0, 9508.0, 9508.0, 9496.0, 9548.0, 9478.0, 9550.0, 9487.0, 9498.0, 9472.0, 9517.0, 9470.0, 9487.0, 9513.0, 9454.0, 9522.0, 9483.0, 9513.0, 9485.0, 9494.0, 9462.0, 9486.0, 9459.0, 9515.0, 9480.0, 9476.0, 9478.0, 9502.0, 9502.0, 9520.0, 9499.0, 9499.0, 9550.0, 9505.0, 9519.0, 9489.0, 9483.0, 9472.0, 9511.0, 9517.0, 9542.0, 9510.0, 9557.0, 9506.0, 9511.0, 9513.0, 9557.0, 9546.0, 9558.0, 9537.0, 9536.0, 9498.0, 9509.0, 9511.0, 9513.0, 9520.0, 9501.0, 9485.0, 9442.0, 9468.0, 9462.0, 9488.0, 9485.0, 9506.0, 9468.0, 9492.0, 9446.0, 9474.0, 9459.0, 9464.0, 9518.0, 9483.0, 9508.0, 9468.0, 9506.0, 9450.0, 9474.0, 9429.0, 9463.0, 9520.0, 9471.0, 9524.0, 9483.0, 9510.0, 9469.0, 9491.0, 9464.0, 9479.0, 9455.0, 9467.0, 9502.0, 9476.0, 9543.0, 9490.0, 9517.0, 9489.0, 9496.0, 9454.0, 9498.0, 9460.0, 9493.0, 9534.0, 9496.0, 9494.0, 9447.0, 9523.0, 9485.0, 9499.0, 9444.0, 9453.0, 9446.0, 9470.0, 9422.0, 9639.0, 9586.0, 9546.0, 9539.0, 9588.0, 9496.0, 9478.0, 9502.0, 9494.0, 9571.0, 9500.0, 9497.0, 9460.0, 9455.0, 9469.0, 9506.0, 9420.0, 9439.0, 9470.0, 9455.0, 9534.0, 9491.0, 9517.0, 9456.0, 9492.0, 9447.0, 9457.0, 9429.0, 9457.0, 9427.0, 9439.0, 9441.0, 9426.0, 9483.0, 9417.0, 9457.0, 9398.0, 9440.0, 9468.0, 9425.0, 9476.0, 9435.0, 9458.0, 9401.0, 9443.0, 9430.0, 9419.0, 9475.0, 9440.0, 9466.0, 9438.0, 9453.0, 9441.0, 9459.0, 9503.0, 9473.0, 9489.0, 9449.0, 9474.0, 9446.0, 9447.0, 9488.0, 9449.0, 9504.0, 9463.0, 9492.0, 9465.0, 9477.0, 9450.0, 9465.0, 9453.0, 9469.0, 9497.0, 9472.0, 9514.0, 9489.0, 9516.0, 9478.0, 9507.0, 9501.0, 9515.0, 9502.0, 9505.0, 9540.0, 9500.0, 9538.0, 9557.0, 9558.0, 9507.0, 9547.0, 9487.0, 9514.0, 9538.0, 9520.0, 9562.0, 9517.0, 9544.0, 9499.0, 9511.0, 9494.0, 9496.0, 9570.0, 9508.0, 9555.0, 9492.0, 9531.0, 9476.0, 9506.0, 9491.0, 9493.0, 9480.0, 9481.0, 9548.0, 9479.0, 9533.0, 9492.0, 9540.0, 9478.0, 9495.0, 9534.0, 9475.0, 9531.0, 9491.0, 9535.0, 9475.0, 9491.0, 9489.0, 9475.0, 9543.0, 9503.0, 9534.0, 9472.0, 9488.0, 9473.0, 9456.0, 9522.0, 9453.0, 9510.0, 9487.0, 9498.0, 9476.0, 9489.0, 9473.0, 9474.0, 9529.0, 9492.0, 9538.0, 9479.0, 9509.0, 9478.0, 9478.0, 9530.0, 9491.0, 9519.0, 9477.0, 9507.0, 9474.0, 9474.0, 9530.0, 9490.0, 9516.0, 9472.0, 9486.0, 9470.0, 9478.0, 9552.0, 9477.0, 9513.0, 9474.0, 9509.0, 9470.0, 9488.0, 9490.0, 9478.0, 9519.0, 9501.0, 9524.0, 9499.0, 9526.0, 9495.0, 9499.0, 9535.0, 9499.0, 9554.0, 9499.0, 9525.0, 9481.0, 9509.0, 9491.0, 9478.0, 9536.0, 9519.0, 9521.0, 9475.0, 9501.0, 9472.0, 9473.0, 9531.0, 9507.0, 9546.0, 9476.0, 9516.0, 9472.0, 9485.0, 9500.0, 9476.0, 9545.0, 9473.0, 9529.0, 9470.0, 9511.0, 9468.0, 9472.0, 9504.0, 9459.0, 9530.0, 9475.0, 9528.0, 9474.0, 9517.0, 9479.0, 9536.0, 9477.0, 9480.0, 9533.0, 9474.0, 9515.0, 9492.0, 9530.0, 9472.0, 9487.0, 9458.0, 9457.0, 9526.0, 9477.0, 9530.0, 9476.0, 9516.0, 9477.0, 9492.0, 9479.0, 9483.0, 9554.0, 9484.0, 9538.0, 9497.0, 9526.0, 9480.0, 9484.0, 9556.0, 9510.0, 9538.0, 9481.0, 9520.0, 9474.0, 9477.0, 9533.0, 9504.0, 9533.0, 9487.0, 9526.0, 9455.0, 9483.0, 9469.0, 9474.0, 9531.0, 9477.0, 9533.0, 9479.0, 9519.0, 9492.0, 9493.0, 9521.0, 9485.0, 9550.0, 9485.0, 9538.0, 9481.0, 9510.0, 9479.0, 9483.0, 9539.0, 9508.0, 9553.0, 9481.0, 9519.0, 9476.0, 9489.0, 9505.0, 9476.0, 9518.0, 9479.0, 9518.0, 9476.0, 9516.0, 9474.0, 9494.0, 9522.0, 9479.0, 9549.0, 9481.0, 9534.0, 9478.0, 9505.0, 9494.0, 9482.0, 9521.0, 9481.0, 9536.0, 9480.0, 9518.0, 9476.0, 9495.0, 9479.0, 9480.0, 9550.0, 9482.0, 9536.0, 9480.0, 9527.0, 9481.0, 9500.0, 9539.0, 9496.0, 9538.0, 9495.0, 9556.0, 9478.0, 9492.0, 9478.0, 9478.0, 9550.0, 9490.0, 9515.0, 9491.0, 9498.0, 9475.0, 9490.0, 9477.0, 9479.0, 9531.0, 9495.0, 9537.0, 9495.0, 9523.0, 9481.0, 9493.0, 9492.0, 9483.0, 9536.0, 9482.0, 9538.0, 9481.0, 9521.0, 9475.0, 9476.0, 9535.0, 9476.0, 9535.0, 9477.0, 9516.0, 9473.0, 9489.0, 9504.0, 9492.0, 9531.0, 9475.0, 9530.0, 9471.0, 9499.0, 9453.0, 9471.0, 9516.0, 9473.0, 9529.0, 9472.0, 9513.0, 9475.0, 9487.0, 9502.0, 9478.0, 9531.0, 9477.0, 9517.0, 9474.0, 9502.0, 9471.0, 9475.0, 9519.0, 9476.0, 9532.0, 9476.0, 9515.0, 9461.0, 9504.0, 9481.0, 9493.0, 9485.0, 9514.0, 9484.0, 9484.0, 9550.0, 9519.0, 9543.0, 9486.0, 9531.0, 9497.0, 9481.0, 9536.0, 9505.0, 9538.0, 9488.0, 9504.0, 9498.0, 9469.0, 9541.0, 9465.0, 9507.0, 9465.0, 9494.0, 9453.0, 9468.0, 9507.0, 9476.0, 9526.0, 9452.0, 9451.0, 9415.0, 9417.0, 9434.0, 9498.0, 9468.0, 9461.0, 9489.0, 9491.0, 9532.0, 9538.0, 9520.0, 9552.0, 9509.0, 9561.0, 9528.0, 9571.0, 9546.0, 9555.0, 9527.0, 9514.0, 9601.0, 9594.0, 9524.0, 9502.0, 9395.0, 9434.0, 9391.0, 9379.0, 9363.0, 9361.0, 9381.0, 9393.0, 9399.0, 9411.0, 9469.0, 9498.0, 9505.0, 9497.0, 9502.0, 9448.0, 9480.0, 9445.0, 9488.0, 9485.0, 9435.0, 9459.0, 9441.0, 9455.0, 9408.0, 9435.0, 9453.0, 9425.0, 9453.0, 9427.0, 9453.0, 9431.0, 9460.0, 9432.0, 9440.0, 9468.0, 9425.0, 9440.0, 9409.0, 9440.0, 9428.0, 9453.0, 9440.0, 9416.0, 9414.0, 9386.0, 9409.0, 9417.0, 9423.0, 9439.0, 9442.0, 9456.0, 9448.0, 9498.0, 9472.0, 9516.0, 9481.0, 9506.0, 9478.0, 9527.0, 9474.0, 9530.0, 9499.0, 9507.0, 9445.0, 9471.0, 9496.0, 9438.0, 9481.0, 9436.0, 9465.0, 9420.0, 9481.0, 9421.0, 9444.0, 9448.0, 9444.0, 9481.0, 9430.0, 9447.0, 9451.0, 9448.0, 9490.0, 9446.0, 9466.0, 9453.0, 9439.0, 9405.0, 9449.0, 9450.0, 9446.0, 9477.0, 9408.0, 9462.0, 9418.0, 9435.0, 9423.0, 9421.0, 9497.0, 9443.0, 9450.0, 9420.0, 9419.0, 9480.0, 9440.0, 9494.0, 9428.0, 9453.0, 9439.0, 9424.0, 9482.0, 9427.0, 9482.0, 9426.0, 9454.0, 9423.0, 9427.0, 9495.0, 9426.0, 9468.0, 9424.0, 9431.0, 9496.0, 9427.0, 9482.0, 9423.0, 9438.0, 9441.0, 9426.0, 9495.0, 9430.0, 9492.0, 9448.0, 9448.0, 9462.0, 9472.0, 9473.0, 9480.0, 9518.0, 9487.0, 9527.0, 9485.0, 9490.0, 9555.0, 9534.0, 9547.0, 9507.0, 9557.0, 9487.0, 9486.0, 9558.0, 9498.0, 9521.0, 9503.0, 9534.0, 9501.0, 9470.0, 9523.0, 9460.0, 9505.0, 9441.0, 9455.0, 9483.0, 9430.0, 9518.0, 9485.0, 9485.0, 9428.0, 9466.0, 9430.0, 9473.0, 9483.0, 9469.0, 9465.0, 9468.0, 9480.0, 9434.0, 9490.0, 9490.0, 9543.0, 9508.0, 9546.0, 9498.0, 9475.0, 9560.0, 9477.0, 9517.0, 9467.0, 9474.0, 9447.0, 9489.0, 9462.0, 9470.0, 9515.0, 9440.0, 9498.0, 9473.0, 9538.0, 9484.0, 9526.0, 9450.0, 9458.0, 9474.0, 9426.0, 9502.0, 9430.0, 9485.0, 9420.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.00775190082644628</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06542383305785124</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.5414421884812</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2311026745563893</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0833848317969925</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5382</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3181.791</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1986155135005606</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>264</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.834710743801654</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.443700530279013</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3521997621010056</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5874055746750804</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.391496254060953</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107556</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0015366696752607822</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03671552985906601</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.671335287322547</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>12.1456</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.6224</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.7686</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>284185.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>1119.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>411.8878</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3079</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3448.9368</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92359.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1699.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4375.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>765.7298</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.320372308953665</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> |