=== 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-0107 --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-0107",
"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-0107_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-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_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-0107/figures/sub-0107_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_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-0107/ses-03/func/sub-0107_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>3c26c97cc2271ed0b7e20fefe3ef3b50</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>21:17:47.075000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.989136, 0.0927008, 0.114087, -0.091237, 0.995667, -0.0179972]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0794763</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>[4230, -7796, -7292, 371, -116, -169, 60, 36]</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>236.144</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a161a2a1-64be-46b8-a972-75004091efb6||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.653780460357666, -0.24478226900100708, 0.31120556592941284, 115.02964782714844], [-0.2487095296382904, 2.6713006496429443, -0.019960280507802963, -92.10713958740234], [0.30608803033828735, 0.04828518256545067, 2.6819307804107666, -104.23564147949219], [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': ['211747.075000', '211747.535000', '211747.995000', '211748.455000', '211748.915000', '211749.375000', '211749.835000', '211750.295000', '211750.755000', '211751.215000', '211751.675000', '211752.135000', '211752.595000', '211753.055000', '211753.515000', '211753.975000', '211754.435000', '211754.895000', '211755.355000', '211755.815000', '211756.275000', '211756.735000', '211757.195000', '211757.655000', '211758.115000', '211758.575000', '211759.035000', '211759.495000', '211759.955000', '211800.415000', '211800.875000', '211801.335000', '211801.795000', '211802.255000', '211802.715000', '211803.175000', '211803.635000', '211804.095000', '211804.555000', '211805.015000', '211805.475000', '211805.935000', '211806.395000', '211806.855000', '211807.315000', '211807.775000', '211808.235000', '211808.695000', '211809.155000', '211809.615000', '211810.075000', '211810.535000', '211810.995000', '211811.455000', '211811.915000', '211812.375000', '211812.835000', '211813.295000', '211813.755000', '211814.215000', '211814.675000', '211815.135000', '211815.595000', '211816.055000', '211816.515000', '211816.975000', '211817.435000', '211817.895000', '211818.355000', '211818.815000', '211819.275000', '211819.735000', '211820.195000', '211820.655000', '211821.115000', '211821.575000', '211822.035000', '211822.495000', '211822.955000', '211823.415000', '211823.875000', '211824.335000', '211824.795000', '211825.255000', '211825.715000', '211826.175000', '211826.635000', '211827.095000', '211827.555000', '211828.015000', '211828.475000', '211828.935000', '211829.395000', '211829.855000', '211830.315000', '211830.775000', '211831.235000', '211831.695000', '211832.155000', '211832.615000', '211833.075000', '211833.535000', '211833.995000', '211834.455000', '211834.915000', '211835.375000', '211835.835000', '211836.295000', '211836.755000', '211837.215000', '211837.675000', '211838.135000', '211838.595000', '211839.055000', '211839.515000', '211839.975000', '211840.435000', '211840.895000', '211841.355000', '211841.815000', '211842.275000', '211842.735000', '211843.195000', '211843.655000', '211844.115000', '211844.575000', '211845.035000', '211845.495000', '211845.955000', '211846.415000', '211846.875000', '211847.335000', '211847.795000', '211848.255000', '211848.715000', '211849.175000', '211849.635000', '211850.095000', '211850.555000', '211851.015000', '211851.475000', '211851.935000', '211852.395000', '211852.855000', '211853.315000', '211853.775000', '211854.235000', '211854.695000', '211855.155000', '211855.615000', '211856.075000', '211856.535000', '211856.995000', '211857.455000', '211857.915000', '211858.375000', '211858.835000', '211859.295000', '211859.755000', '211900.215000', '211900.675000', '211901.135000', '211901.595000', '211902.055000', '211902.515000', '211902.975000', '211903.435000', '211903.895000', '211904.355000', '211904.815000', '211905.275000', '211905.735000', '211906.195000', '211906.655000', '211907.115000', '211907.575000', '211908.035000', '211908.495000', '211908.955000', '211909.415000', '211909.875000', '211910.335000', '211910.795000', '211911.255000', '211911.715000', '211912.175000', '211912.635000', '211913.095000', '211913.555000', '211914.015000', '211914.475000', '211914.935000', '211915.395000', '211915.855000', '211916.315000', '211916.775000', '211917.235000', '211917.695000', '211918.155000', '211918.615000', '211919.075000', '211919.535000', '211919.995000', '211920.455000', '211920.915000', '211921.375000', '211921.835000', '211922.295000', '211922.755000', '211923.215000', '211923.675000', '211924.135000', '211924.595000', '211925.055000', '211925.515000', '211925.975000', '211926.435000', '211926.895000', '211927.355000', '211927.815000', '211928.275000', '211928.735000', '211929.195000', '211929.655000', '211930.115000', '211930.575000', '211931.035000', '211931.495000', '211931.955000', '211932.415000', '211932.875000', '211933.335000', '211933.795000', '211934.255000', '211934.715000', '211935.175000', '211935.635000', '211936.095000', '211936.555000', '211937.015000', '211937.475000', '211937.935000', '211938.395000', '211938.855000', '211939.315000', '211939.775000', '211940.235000', '211940.695000', '211941.155000', '211941.615000', '211942.075000', '211942.535000', '211942.995000', '211943.455000', '211943.915000', '211944.375000', '211944.835000', '211945.295000', '211945.755000', '211946.215000', '211946.675000', '211947.135000', '211947.595000', '211948.055000', '211948.515000', '211948.975000', '211949.435000', '211949.895000', '211950.355000', '211950.815000', '211951.275000', '211951.735000', '211952.195000', '211952.655000', '211953.115000', '211953.575000', '211954.035000', '211954.495000', '211954.955000', '211955.415000', '211955.875000', '211956.335000', '211956.795000', '211957.255000', '211957.715000', '211958.175000', '211958.635000', '211959.095000', '211959.555000', '212000.015000', '212000.475000', '212000.935000', '212001.395000', '212001.855000', '212002.315000', '212002.775000', '212003.235000', '212003.695000', '212004.155000', '212004.615000', '212005.075000', '212005.535000', '212005.995000', '212006.455000', '212006.915000', '212007.375000', '212007.835000', '212008.295000', '212008.755000', '212009.215000', '212009.675000', '212010.135000', '212010.595000', '212011.055000', '212011.515000', '212011.975000', '212012.435000', '212012.895000', '212013.355000', '212013.815000', '212014.275000', '212014.735000', '212015.195000', '212015.655000', '212016.115000', '212016.575000', '212017.035000', '212017.495000', '212017.955000', '212018.415000', '212018.875000', '212019.335000', '212019.795000', '212020.255000', '212020.715000', '212021.175000', '212021.635000', '212022.095000', '212022.555000', '212023.015000', '212023.475000', '212023.935000', '212024.395000', '212024.855000', '212025.315000', '212025.775000', '212026.235000', '212026.695000', '212027.155000', '212027.615000', '212028.075000', '212028.535000', '212028.995000', '212029.455000', '212029.915000', '212030.375000', '212030.835000', '212031.295000', '212031.755000', '212032.215000', '212032.675000', '212033.135000', '212033.595000', '212034.055000', '212034.515000', '212034.975000', '212035.435000', '212035.895000', '212036.355000', '212036.815000', '212037.275000', '212037.735000', '212038.195000', '212038.655000', '212039.115000', '212039.575000', '212040.035000', '212040.495000', '212040.955000', '212041.415000', '212041.875000', '212042.335000', '212042.795000', '212043.255000', '212043.715000', '212044.175000', '212044.635000', '212045.095000', '212045.555000', '212046.015000', '212046.475000', '212046.935000', '212047.395000', '212047.855000', '212048.315000', '212048.775000', '212049.235000', '212049.695000', '212050.155000', '212050.615000', '212051.075000', '212051.535000', '212051.995000', '212052.455000', '212052.915000', '212053.375000', '212053.835000', '212054.295000', '212054.755000', '212055.215000', '212055.675000', '212056.135000', '212056.595000', '212057.055000', '212057.515000', '212057.975000', '212058.435000', '212058.895000', '212059.355000', '212059.815000', '212100.275000', '212100.735000', '212101.195000', '212101.655000', '212102.115000', '212102.575000', '212103.035000', '212103.495000', '212103.955000', '212104.415000', '212104.875000', '212105.335000', '212105.795000', '212106.255000', '212106.715000', '212107.175000', '212107.635000', '212108.095000', '212108.555000', '212109.015000', '212109.475000', '212109.935000', '212110.395000', '212110.855000', '212111.315000', '212111.775000', '212112.235000', '212112.695000', '212113.155000', '212113.615000', '212114.075000', '212114.535000', '212114.995000', '212115.455000', '212115.915000', '212116.375000', '212116.835000', '212117.295000', '212117.755000', '212118.215000', '212118.675000', '212119.135000', '212119.595000', '212120.055000', '212120.515000', '212120.975000', '212121.435000', '212121.895000', '212122.355000', '212122.815000', '212123.275000', '212123.735000', '212124.195000', '212124.655000', '212125.115000', '212125.575000', '212126.035000', '212126.495000', '212126.955000', '212127.415000', '212127.875000', '212128.335000', '212128.795000', '212129.255000', '212129.715000', '212130.175000', '212130.635000', '212131.095000', '212131.555000', '212132.015000', '212132.475000', '212132.935000', '212133.395000', '212133.855000', '212134.315000', '212134.775000', '212135.235000', '212135.695000', '212136.155000', '212136.615000', '212137.075000', '212137.535000', '212137.995000', '212138.455000', '212138.915000', '212139.375000', '212139.835000', '212140.295000', '212140.755000', '212141.215000', '212141.675000', '212142.135000', '212142.595000', '212143.055000', '212143.515000', '212143.975000', '212144.435000', '212144.895000', '212145.355000', '212145.815000', '212146.275000', '212146.735000', '212147.195000', '212147.655000', '212148.115000', '212148.575000', '212149.035000', '212149.495000', '212149.955000', '212150.415000', '212150.875000', '212151.335000', '212151.795000', '212152.255000', '212152.715000', '212153.175000', '212153.635000', '212154.095000', '212154.555000', '212155.015000', '212155.475000', '212155.935000', '212156.395000', '212156.855000', '212157.315000', '212157.775000', '212158.235000', '212158.695000', '212159.155000', '212159.615000', '212200.075000', '212200.535000', '212200.995000', '212201.455000', '212201.915000', '212202.375000', '212202.835000', '212203.295000', '212203.755000', '212204.215000', '212204.675000', '212205.135000', '212205.595000', '212206.055000', '212206.515000', '212206.975000', '212207.435000', '212207.895000', '212208.355000', '212208.815000', '212209.275000', '212209.735000', '212210.195000', '212210.655000', '212211.115000', '212211.575000', '212212.035000', '212212.495000', '212212.955000', '212213.415000', '212213.875000', '212214.335000', '212214.795000', '212215.255000', '212215.715000', '212216.175000', '212216.635000', '212217.095000', '212217.555000', '212218.015000', '212218.475000', '212218.935000', '212219.395000', '212219.855000', '212220.315000', '212220.775000', '212221.235000', '212221.695000', '212222.155000', '212222.615000', '212223.075000', '212223.535000', '212223.995000', '212224.455000', '212224.915000', '212225.375000', '212225.835000', '212226.295000', '212226.755000', '212227.215000', '212227.675000', '212228.135000', '212228.595000', '212229.055000', '212229.515000', '212229.975000', '212230.435000', '212230.895000', '212231.355000', '212231.815000', '212232.275000', '212232.735000', '212233.195000', '212233.655000', '212234.115000', '212234.575000', '212235.035000', '212235.495000', '212235.955000', '212236.415000', '212236.875000', '212237.335000', '212237.795000', '212238.255000', '212238.715000', '212239.175000', '212239.635000', '212240.095000', '212240.555000', '212241.015000', '212241.475000', '212241.935000', '212242.395000', '212242.855000', '212243.315000', '212243.775000', '212244.235000', '212244.695000', '212245.155000', '212245.615000', '212246.075000', '212246.535000', '212246.995000', '212247.455000', '212247.915000', '212248.375000', '212248.835000', '212249.295000', '212249.755000', '212250.215000', '212250.675000', '212251.135000', '212251.595000', '212252.055000', '212252.515000', '212252.975000', '212253.435000', '212253.895000', '212254.355000', '212254.815000', '212255.275000', '212255.735000', '212256.195000', '212256.655000', '212257.115000', '212257.575000', '212258.035000', '212258.495000', '212258.955000', '212259.415000', '212259.875000', '212300.335000', '212300.795000', '212301.255000', '212301.715000', '212302.175000', '212302.635000', '212303.095000', '212303.555000', '212304.015000', '212304.475000', '212304.935000', '212305.395000', '212305.855000', '212306.315000', '212306.775000', '212307.235000', '212307.695000', '212308.155000', '212308.615000', '212309.075000', '212309.535000', '212309.995000', '212310.455000', '212310.915000', '212311.375000', '212311.835000', '212312.295000', '212312.755000', '212313.215000', '212313.675000', '212314.135000', '212314.595000', '212315.055000', '212315.515000', '212315.975000', '212316.435000', '212316.895000', '212317.355000', '212317.815000', '212318.275000', '212318.735000', '212319.195000', '212319.655000', '212320.115000', '212320.575000', '212321.035000', '212321.495000', '212321.955000', '212322.415000', '212322.875000', '212323.335000', '212323.795000', '212324.255000', '212324.715000', '212325.175000', '212325.635000', '212326.095000', '212326.555000', '212327.015000', '212327.475000', '212327.935000', '212328.395000', '212328.855000', '212329.315000', '212329.775000', '212330.235000', '212330.695000', '212331.155000', '212331.615000', '212332.075000', '212332.535000', '212332.995000', '212333.455000', '212333.915000', '212334.375000', '212334.835000', '212335.295000', '212335.755000', '212336.215000', '212336.675000', '212337.135000', '212337.595000', '212338.055000', '212338.515000', '212338.975000', '212339.435000', '212339.895000', '212340.355000', '212340.815000', '212341.275000', '212341.735000', '212342.195000', '212342.655000', '212343.115000', '212343.575000', '212344.035000', '212344.495000', '212344.955000', '212345.415000', '212345.875000', '212346.335000', '212346.795000', '212347.255000', '212347.715000', '212348.175000', '212348.635000', '212349.095000', '212349.555000', '212350.015000', '212350.475000', '212350.935000', '212351.395000', '212351.855000', '212352.315000', '212352.775000', '212353.235000', '212353.695000', '212354.155000', '212354.615000', '212355.075000', '212355.535000', '212355.995000', '212356.455000', '212356.915000', '212357.375000', '212357.835000', '212358.295000', '212358.755000', '212359.215000', '212359.675000', '212400.135000', '212400.595000', '212401.055000', '212401.515000', '212401.975000', '212402.435000', '212402.895000', '212403.355000', '212403.815000', '212404.275000', '212404.735000', '212405.195000', '212405.655000', '212406.115000', '212406.575000', '212407.035000', '212407.495000', '212407.955000', '212408.415000', '212408.875000', '212409.335000', '212409.795000', '212410.255000', '212410.715000', '212411.175000', '212411.635000', '212412.095000', '212412.555000', '212413.015000', '212413.475000', '212413.935000', '212414.395000', '212414.855000', '212415.315000', '212415.775000', '212416.235000', '212416.695000', '212417.155000', '212417.615000', '212418.075000', '212418.535000', '212418.995000', '212419.455000', '212419.915000', '212420.375000', '212420.835000', '212421.295000', '212421.755000', '212422.215000', '212422.675000', '212423.135000', '212423.595000', '212424.055000', '212424.515000', '212424.975000', '212425.435000', '212425.895000', '212426.355000', '212426.815000', '212427.275000', '212427.735000', '212428.195000', '212428.655000', '212429.115000', '212429.575000', '212430.035000', '212430.495000', '212430.955000', '212431.415000', '212431.875000', '212432.335000', '212432.795000', '212433.255000', '212433.715000', '212434.175000', '212434.635000', '212435.095000', '212435.555000', '212436.015000', '212436.475000', '212436.935000', '212437.395000', '212437.855000', '212438.315000', '212438.775000', '212439.235000', '212439.695000', '212440.155000', '212440.615000', '212441.075000', '212441.535000', '212441.995000', '212442.455000', '212442.915000', '212443.375000', '212443.835000', '212444.295000', '212444.755000', '212445.215000', '212445.675000', '212446.135000', '212446.595000', '212447.055000', '212447.515000', '212447.975000', '212448.435000', '212448.895000', '212449.355000', '212449.815000', '212450.275000', '212450.735000', '212451.195000', '212451.655000', '212452.115000', '212452.575000', '212453.035000', '212453.495000', '212453.955000', '212454.415000', '212454.875000', '212455.335000', '212455.795000', '212456.255000', '212456.715000', '212457.175000', '212457.635000', '212458.095000', '212458.555000', '212459.015000', '212459.475000', '212459.935000', '212500.395000', '212500.855000', '212501.315000', '212501.775000', '212502.235000', '212502.695000', '212503.155000', '212503.615000', '212504.075000', '212504.535000', '212504.995000', '212505.455000', '212505.915000', '212506.375000', '212506.835000', '212507.295000', '212507.755000', '212508.215000', '212508.675000', '212509.135000', '212509.595000', '212510.055000', '212510.515000', '212510.975000', '212511.435000', '212511.895000', '212512.355000', '212512.815000', '212513.275000', '212513.735000', '212514.195000', '212514.655000', '212515.115000', '212515.575000', '212516.035000', '212516.495000', '212516.955000', '212517.415000', '212517.875000', '212518.335000', '212518.795000', '212519.255000', '212519.715000', '212520.175000', '212520.635000', '212521.095000', '212521.555000', '212522.015000', '212522.475000', '212522.935000', '212523.395000', '212523.855000', '212524.315000', '212524.775000', '212525.235000', '212525.695000', '212526.155000', '212526.615000', '212527.075000', '212527.535000', '212527.995000', '212528.455000', '212528.915000', '212529.375000', '212529.835000', '212530.295000', '212530.755000', '212531.215000', '212531.675000', '212532.135000', '212532.595000', '212533.055000', '212533.515000', '212533.975000', '212534.435000', '212534.895000', '212535.355000', '212535.815000', '212536.275000', '212536.735000', '212537.195000', '212537.655000', '212538.115000', '212538.575000', '212539.035000', '212539.495000', '212539.955000', '212540.415000', '212540.875000', '212541.335000', '212541.795000', '212542.255000', '212542.715000', '212543.175000', '212543.635000', '212544.095000', '212544.555000', '212545.015000', '212545.475000', '212545.935000', '212546.395000', '212546.855000', '212547.315000', '212547.775000', '212548.235000', '212548.695000', '212549.155000', '212549.615000', '212550.075000', '212550.535000', '212550.995000', '212551.455000', '212551.915000', '212552.375000', '212552.835000', '212553.295000', '212553.755000', '212554.215000', '212554.675000', '212555.135000', '212555.595000', '212556.055000', '212556.515000', '212556.975000', '212557.435000', '212557.895000', '212558.355000', '212558.815000', '212559.275000', '212559.735000', '212600.195000', '212600.655000', '212601.115000', '212601.575000', '212602.035000', '212602.495000', '212602.955000', '212603.415000', '212603.875000', '212604.335000', '212604.795000', '212605.255000', '212605.715000', '212606.175000', '212606.635000', '212607.095000', '212607.555000', '212608.015000', '212608.475000', '212608.935000', '212609.395000', '212609.855000', '212610.315000', '212610.775000', '212611.235000', '212611.695000', '212612.155000', '212612.615000', '212613.075000', '212613.535000', '212613.995000', '212614.455000', '212614.915000', '212615.375000', '212615.835000', '212616.295000', '212616.755000', '212617.215000', '212617.675000', '212618.135000', '212618.595000', '212619.055000', '212619.515000', '212619.975000', '212620.435000', '212620.895000', '212621.355000', '212621.815000', '212622.275000', '212622.735000', '212623.195000', '212623.655000', '212624.115000', '212624.575000', '212625.035000', '212625.495000', '212625.955000', '212626.415000', '212626.875000', '212627.335000', '212627.795000', '212628.255000', '212628.715000', '212629.175000', '212629.635000', '212630.095000', '212630.555000', '212631.015000', '212631.475000', '212631.935000', '212632.395000', '212632.855000', '212633.315000', '212633.775000', '212634.235000', '212634.695000', '212635.155000', '212635.615000', '212636.075000', '212636.535000', '212636.995000', '212637.455000', '212637.915000', '212638.375000', '212638.835000', '212639.295000', '212639.755000', '212640.215000', '212640.675000', '212641.135000', '212641.595000', '212642.055000', '212642.515000', '212642.975000', '212643.435000', '212643.895000', '212644.355000', '212644.815000', '212645.275000', '212645.735000', '212646.195000', '212646.655000', '212647.115000', '212647.575000', '212648.035000', '212648.495000', '212648.955000', '212649.415000', '212649.875000', '212650.335000', '212650.795000', '212651.255000', '212651.715000', '212652.175000', '212652.635000', '212653.095000', '212653.555000', '212654.015000', '212654.475000', '212654.935000', '212655.395000', '212655.855000', '212656.315000', '212656.775000', '212657.235000', '212657.695000', '212658.155000', '212658.615000', '212659.075000', '212659.535000', '212659.995000', '212700.455000', '212700.915000', '212701.375000', '212701.835000', '212702.295000', '212702.755000', '212703.215000', '212703.675000', '212704.135000', '212704.595000', '212705.055000', '212705.515000', '212705.975000', '212706.435000', '212706.895000', '212707.355000', '212707.815000', '212708.275000', '212708.735000', '212709.195000', '212709.655000', '212710.115000', '212710.575000', '212711.035000', '212711.495000', '212711.955000', '212712.415000', '212712.875000', '212713.335000', '212713.795000', '212714.255000', '212714.715000', '212715.175000', '212715.635000', '212716.095000', '212716.555000', '212717.015000', '212717.475000', '212717.935000', '212718.395000', '212718.855000', '212719.315000', '212719.775000', '212720.235000', '212720.695000', '212721.155000', '212721.615000', '212722.075000', '212722.535000', '212722.995000', '212723.455000', '212723.915000', '212724.375000', '212724.835000', '212725.295000', '212725.755000', '212726.215000', '212726.675000', '212727.135000', '212727.595000', '212728.055000', '212728.515000', '212728.975000', '212729.435000', '212729.895000', '212730.355000', '212730.815000', '212731.275000', '212731.735000', '212732.195000', '212732.655000', '212733.115000', '212733.575000', '212734.035000', '212734.495000', '212734.955000', '212735.415000', '212735.875000', '212736.335000', '212736.795000', '212737.255000', '212737.715000', '212738.175000', '212738.635000', '212739.095000', '212739.555000', '212740.015000', '212740.475000', '212740.935000', '212741.395000', '212741.855000', '212742.315000', '212742.775000', '212743.235000', '212743.695000', '212744.155000', '212744.615000', '212745.075000', '212745.535000', '212745.995000', '212746.455000', '212746.915000', '212747.375000', '212747.835000', '212748.295000', '212748.755000', '212749.215000', '212749.675000', '212750.135000', '212750.595000', '212751.055000', '212751.515000', '212751.975000', '212752.435000', '212752.895000', '212753.355000', '212753.815000', '212754.275000', '212754.735000', '212755.195000', '212755.655000', '212756.115000', '212756.575000', '212757.035000', '212757.495000', '212757.955000', '212758.415000', '212758.875000', '212759.335000', '212759.795000', '212800.255000', '212800.715000'], 'ContentTime': ['211804.921000', '211804.924000', '211804.927000', '211804.930000', '211804.933000', '211804.935000', '211804.938000', '211804.941000', '211804.943000', '211804.946000', '211804.949000', '211804.951000', '211804.954000', '211804.956000', '211804.959000', '211804.962000', '211804.964000', '211804.967000', '211804.976000', '211804.979000', '211804.981000', '211804.984000', '211804.988000', '211804.991000', '211804.993000', '211804.996000', '211804.998000', '211805.002000', '211805.005000', '211805.007000', '211805.010000', '211805.012000', '211805.015000', '211805.017000', '211805.020000', '211805.023000', '211805.025000', '211824.882000', '211824.884000', '211824.887000', '211824.890000', '211824.892000', '211824.895000', '211824.897000', '211824.900000', '211824.903000', '211824.911000', '211824.914000', '211824.916000', '211824.919000', '211824.921000', '211824.924000', '211824.927000', '211824.929000', '211824.932000', '211824.934000', '211824.937000', '211824.939000', '211824.942000', '211824.945000', '211824.947000', '211824.950000', '211824.952000', '211824.955000', '211824.957000', '211824.960000', '211824.963000', '211824.965000', '211824.968000', '211824.970000', '211824.973000', '211824.976000', '211824.978000', '211824.981000', '211824.984000', '211824.986000', '211824.989000', '211824.991000', '211824.994000', '211824.996000', '211844.881000', '211844.884000', '211844.887000', '211844.890000', '211844.895000', '211844.898000', '211844.900000', '211844.903000', '211844.905000', '211844.909000', '211844.911000', '211844.914000', '211844.917000', '211844.919000', '211844.922000', '211844.924000', '211844.927000', '211844.930000', '211844.932000', '211844.935000', '211844.937000', '211844.940000', '211844.942000', '211844.945000', '211844.948000', '211844.950000', '211844.953000', '211844.955000', '211844.958000', '211844.960000', '211844.963000', '211844.966000', '211844.968000', '211844.971000', '211844.974000', '211844.976000', '211844.979000', '211844.982000', '211844.984000', '211844.987000', '211844.989000', '211844.992000', '211844.995000', '211844.997000', '211904.881000', '211904.884000', '211904.887000', '211904.890000', '211904.892000', '211904.895000', '211904.897000', '211904.900000', '211904.903000', '211904.905000', '211904.908000', '211904.910000', '211904.913000', '211904.916000', '211904.918000', '211904.921000', '211904.924000', '211904.926000', '211904.929000', '211904.932000', '211904.934000', '211904.937000', '211904.939000', '211904.942000', '211904.945000', '211904.947000', '211904.950000', '211904.952000', '211904.955000', '211904.958000', '211904.960000', '211904.963000', '211904.966000', '211904.974000', '211904.977000', '211904.980000', '211904.982000', '211904.985000', '211904.988000', '211904.990000', '211904.993000', '211904.995000', '211904.998000', '211924.881000', '211924.884000', '211924.887000', '211924.889000', '211924.892000', '211924.895000', '211924.897000', '211924.900000', '211924.902000', '211924.905000', '211924.907000', '211924.910000', '211924.913000', '211924.915000', '211924.918000', '211924.920000', '211924.923000', '211924.926000', '211924.928000', '211924.931000', '211924.934000', '211924.936000', '211924.939000', '211924.941000', '211924.944000', '211924.946000', '211924.949000', '211924.952000', '211924.954000', '211924.957000', '211924.960000', '211924.962000', '211924.965000', '211924.967000', '211924.970000', '211924.973000', '211924.975000', '211924.978000', '211924.980000', '211924.983000', '211924.985000', '211924.988000', '211924.991000', '211924.993000', '211944.881000', '211944.884000', '211944.887000', '211944.890000', '211944.892000', '211944.895000', '211944.897000', '211944.900000', '211944.903000', '211944.905000', '211944.908000', '211944.910000', '211944.913000', '211944.915000', '211944.918000', '211944.926000', '211944.929000', '211944.931000', '211944.934000', '211944.937000', '211944.939000', '211944.942000', '211944.944000', '211944.947000', '211944.950000', '211944.952000', '211944.955000', '211944.957000', '211944.960000', '211944.963000', '211944.968000', '211944.971000', '211944.974000', '211944.976000', '211944.979000', '211944.981000', '211944.984000', '211944.987000', '211944.989000', '211944.992000', '211944.994000', '211944.997000', '211945.001000', '212004.881000', '212004.884000', '212004.887000', '212004.890000', '212004.893000', '212004.896000', '212004.898000', '212004.901000', '212004.904000', '212004.906000', '212004.909000', '212004.912000', '212004.914000', '212004.917000', '212004.919000', '212004.922000', '212004.925000', '212004.927000', '212004.930000', '212004.933000', '212004.935000', '212004.938000', '212004.941000', '212004.943000', '212004.946000', '212004.949000', '212004.952000', '212004.955000', '212004.957000', '212004.960000', '212004.963000', '212004.965000', '212004.968000', '212004.970000', '212004.973000', '212004.976000', '212004.978000', '212004.981000', '212004.983000', '212004.986000', '212004.989000', '212004.991000', '212004.994000', '212024.881000', '212024.884000', '212024.887000', '212024.890000', '212024.892000', '212024.895000', '212024.897000', '212024.900000', '212024.903000', '212024.905000', '212024.908000', '212024.910000', '212024.913000', '212024.915000', '212024.918000', '212024.921000', '212024.923000', '212024.926000', '212024.929000', '212024.931000', '212024.934000', '212024.936000', '212024.939000', '212024.942000', '212024.944000', '212024.947000', '212024.949000', '212024.952000', '212024.955000', '212024.957000', '212024.960000', '212024.963000', '212024.965000', '212024.968000', '212024.970000', '212024.973000', '212024.976000', '212024.978000', '212024.981000', '212024.983000', '212024.986000', '212024.988000', '212024.991000', '212024.994000', '212044.881000', '212044.884000', '212044.887000', '212044.890000', '212044.892000', '212044.895000', '212044.897000', '212044.900000', '212044.904000', '212044.907000', '212044.910000', '212044.912000', '212044.915000', '212044.918000', '212044.920000', '212044.923000', '212044.926000', '212044.928000', '212044.931000', '212044.934000', '212044.936000', '212044.939000', '212044.941000', '212044.944000', '212044.947000', '212044.949000', '212044.952000', '212044.955000', '212044.957000', '212044.960000', '212044.963000', '212044.965000', '212044.968000', '212044.970000', '212044.973000', '212044.975000', '212044.978000', '212044.981000', '212044.983000', '212044.986000', '212044.988000', '212044.991000', '212044.994000', '212104.882000', '212104.885000', '212104.887000', '212104.890000', '212104.892000', '212104.895000', '212104.898000', '212104.900000', '212104.903000', '212104.905000', '212104.908000', '212104.911000', '212104.913000', '212104.916000', '212104.919000', '212104.921000', '212104.924000', '212104.926000', '212104.929000', '212104.932000', '212104.934000', '212104.937000', '212104.939000', '212104.942000', '212104.945000', '212104.947000', '212104.950000', '212104.953000', '212104.955000', '212104.958000', '212104.961000', '212104.963000', '212104.966000', '212104.968000', '212104.971000', '212104.973000', '212104.976000', '212104.979000', '212104.981000', '212104.984000', '212104.986000', '212104.989000', '212104.992000', '212104.994000', '212124.882000', '212124.885000', '212124.887000', '212124.890000', '212124.892000', '212124.895000', '212124.898000', '212124.900000', '212124.903000', '212124.905000', '212124.908000', '212124.922000', '212124.925000', '212124.928000', '212124.930000', '212124.933000', '212124.935000', '212124.938000', '212124.941000', '212124.943000', '212124.946000', '212124.949000', '212124.951000', '212124.954000', '212124.957000', '212124.959000', '212124.962000', '212124.965000', '212124.967000', '212124.970000', '212124.973000', '212124.975000', '212124.978000', '212124.980000', '212124.983000', '212124.986000', '212124.989000', '212124.992000', '212124.994000', '212124.997000', '212125.001000', '212125.004000', '212125.006000', '212144.881000', '212144.884000', '212144.887000', '212144.890000', '212144.892000', '212144.895000', '212144.897000', '212144.900000', '212144.903000', '212144.905000', '212144.908000', '212144.911000', '212144.913000', '212144.916000', '212144.918000', '212144.921000', '212144.924000', '212144.926000', '212144.929000', '212144.931000', '212144.934000', '212144.937000', '212144.939000', '212144.942000', '212144.944000', '212144.947000', '212144.950000', '212144.952000', '212144.955000', '212144.958000', '212144.960000', '212144.963000', '212144.966000', '212144.968000', '212144.971000', '212144.973000', '212144.976000', '212144.979000', '212144.981000', '212144.984000', '212144.987000', '212144.989000', '212144.992000', '212144.995000', '212204.881000', '212204.884000', '212204.887000', '212204.889000', '212204.892000', '212204.895000', '212204.897000', '212204.900000', '212204.902000', '212204.905000', '212204.908000', '212204.910000', '212204.913000', '212204.915000', '212204.918000', '212204.921000', '212204.923000', '212204.926000', '212204.928000', '212204.931000', '212204.934000', '212204.936000', '212204.939000', '212204.942000', '212204.944000', '212204.947000', '212204.949000', '212204.952000', '212204.955000', '212204.957000', '212204.960000', '212204.962000', '212204.965000', '212204.968000', '212204.970000', '212204.973000', '212204.975000', '212204.979000', '212204.981000', '212204.984000', '212204.987000', '212204.990000', '212204.992000', '212224.880000', '212224.883000', '212224.886000', '212224.889000', '212224.891000', '212224.894000', '212224.897000', '212224.899000', '212224.902000', '212224.905000', '212224.907000', '212224.910000', '212224.912000', '212224.915000', '212224.918000', '212224.920000', '212224.923000', '212224.925000', '212224.928000', '212224.931000', '212224.933000', '212224.936000', '212224.939000', '212224.941000', '212224.944000', '212224.947000', '212224.949000', '212224.952000', '212224.954000', '212224.957000', '212224.960000', '212224.962000', '212224.965000', '212224.968000', '212224.970000', '212224.973000', '212224.975000', '212224.978000', '212224.981000', '212224.983000', '212224.986000', '212224.989000', '212224.991000', '212224.994000', '212244.882000', '212244.884000', '212244.887000', '212244.890000', '212244.892000', '212244.895000', '212244.897000', '212244.900000', '212244.903000', '212244.905000', '212244.908000', '212244.911000', '212244.913000', '212244.916000', '212244.919000', '212244.921000', '212244.924000', '212244.926000', '212244.929000', '212244.932000', '212244.934000', '212244.949000', '212244.952000', '212244.954000', '212244.957000', '212244.960000', '212244.962000', '212244.965000', '212244.967000', '212244.970000', '212244.973000', '212244.975000', '212244.978000', '212244.980000', '212244.983000', '212244.986000', '212244.988000', '212244.991000', '212244.994000', '212244.996000', '212245.000000', '212245.003000', '212245.006000', '212304.881000', '212304.884000', '212304.887000', '212304.890000', '212304.892000', '212304.895000', '212304.898000', '212304.900000', '212304.903000', '212304.906000', '212304.908000', '212304.911000', '212304.914000', '212304.916000', '212304.919000', '212304.922000', '212304.924000', '212304.927000', '212304.929000', '212304.932000', '212304.935000', '212304.937000', '212304.940000', '212304.943000', '212304.945000', '212304.948000', '212304.951000', '212304.953000', '212304.956000', '212304.959000', '212304.961000', '212304.964000', '212304.966000', '212304.969000', '212304.972000', '212304.974000', '212304.977000', '212304.980000', '212304.982000', '212304.985000', '212304.988000', '212304.990000', '212304.993000', '212304.996000', '212324.882000', '212324.884000', '212324.887000', '212324.890000', '212324.892000', '212324.895000', '212324.900000', '212324.903000', '212324.905000', '212324.908000', '212324.910000', '212324.913000', '212324.916000', '212324.918000', '212324.921000', '212324.923000', '212324.926000', '212324.929000', '212324.932000', '212324.935000', '212324.938000', '212324.941000', '212324.944000', '212324.946000', '212324.949000', '212324.952000', '212324.954000', '212324.957000', '212324.959000', '212324.962000', '212324.965000', '212324.967000', '212324.970000', '212324.973000', '212324.975000', '212324.978000', '212324.980000', '212324.983000', '212324.986000', '212324.988000', '212324.991000', '212324.993000', '212324.996000', '212344.882000', '212344.885000', '212344.887000', '212344.890000', '212344.893000', '212344.895000', '212344.898000', '212344.900000', '212344.903000', '212344.906000', '212344.908000', '212344.911000', '212344.913000', '212344.916000', '212344.918000', '212344.921000', '212344.924000', '212344.926000', '212344.929000', '212344.932000', '212344.934000', '212344.937000', '212344.939000', '212344.942000', '212344.945000', '212344.947000', '212344.950000', '212344.952000', '212344.955000', '212344.958000', '212344.960000', '212344.963000', '212344.965000', '212344.968000', '212344.971000', '212344.973000', '212344.976000', '212344.979000', '212344.981000', '212344.984000', '212344.986000', '212344.989000', '212344.992000', '212344.994000', '212404.882000', '212404.884000', '212404.887000', '212404.890000', '212404.892000', '212404.895000', '212404.898000', '212404.900000', '212404.903000', '212404.905000', '212404.908000', '212404.911000', '212404.913000', '212404.916000', '212404.919000', '212404.921000', '212404.924000', '212404.927000', '212404.929000', '212404.932000', '212404.934000', '212404.937000', '212404.940000', '212404.942000', '212404.945000', '212404.948000', '212404.950000', '212404.953000', '212404.955000', '212404.958000', '212404.961000', '212404.963000', '212404.976000', '212404.978000', '212404.981000', '212404.983000', '212404.986000', '212404.989000', '212404.991000', '212404.994000', '212404.996000', '212405.000000', '212405.003000', '212424.882000', '212424.884000', '212424.887000', '212424.890000', '212424.892000', '212424.895000', '212424.898000', '212424.900000', '212424.903000', '212424.905000', '212424.908000', '212424.911000', '212424.913000', '212424.916000', '212424.918000', '212424.921000', '212424.924000', '212424.926000', '212424.929000', '212424.932000', '212424.934000', '212424.937000', '212424.940000', '212424.942000', '212424.945000', '212424.947000', '212424.950000', '212424.953000', '212424.955000', '212424.958000', '212424.961000', '212424.963000', '212424.966000', '212424.968000', '212424.971000', '212424.974000', '212424.976000', '212424.979000', '212424.982000', '212424.984000', '212424.987000', '212424.989000', '212424.992000', '212424.995000', '212444.881000', '212444.884000', '212444.886000', '212444.889000', '212444.892000', '212444.894000', '212444.897000', '212444.899000', '212444.902000', '212444.905000', '212444.907000', '212444.910000', '212444.912000', '212444.915000', '212444.918000', '212444.920000', '212444.923000', '212444.926000', '212444.928000', '212444.931000', '212444.933000', '212444.936000', '212444.939000', '212444.941000', '212444.944000', '212444.946000', '212444.949000', '212444.952000', '212444.954000', '212444.957000', '212444.960000', '212444.962000', '212444.965000', '212444.968000', '212444.970000', '212444.973000', '212444.975000', '212444.978000', '212444.981000', '212444.983000', '212444.986000', '212444.988000', '212444.991000', '212504.882000', '212504.884000', '212504.887000', '212504.890000', '212504.892000', '212504.895000', '212504.898000', '212504.900000', '212504.903000', '212504.906000', '212504.908000', '212504.911000', '212504.913000', '212504.916000', '212504.919000', '212504.921000', '212504.924000', '212504.927000', '212504.929000', '212504.932000', '212504.934000', '212504.937000', '212504.940000', '212504.942000', '212504.945000', '212504.948000', '212504.950000', '212504.953000', '212504.955000', '212504.958000', '212504.961000', '212504.963000', '212504.966000', '212504.969000', '212504.971000', '212504.974000', '212504.976000', '212504.979000', '212504.982000', '212504.984000', '212504.987000', '212504.989000', '212504.992000', '212504.995000', '212524.882000', '212524.884000', '212524.887000', '212524.890000', '212524.892000', '212524.895000', '212524.898000', '212524.900000', '212524.903000', '212524.905000', '212524.908000', '212524.911000', '212524.913000', '212524.916000', '212524.918000', '212524.921000', '212524.924000', '212524.926000', '212524.929000', '212524.931000', '212524.934000', '212524.937000', '212524.939000', '212524.942000', '212524.944000', '212524.947000', '212524.950000', '212524.952000', '212524.955000', '212524.958000', '212524.960000', '212524.963000', '212524.966000', '212524.968000', '212524.971000', '212524.973000', '212524.976000', '212524.979000', '212524.981000', '212524.984000', '212524.987000', '212524.989000', '212524.992000', '212544.882000', '212544.884000', '212544.887000', '212544.890000', '212544.892000', '212544.895000', '212544.898000', '212544.900000', '212544.903000', '212544.905000', '212544.908000', '212544.911000', '212544.913000', '212544.916000', '212544.919000', '212544.921000', '212544.924000', '212544.927000', '212544.929000', '212544.932000', '212544.935000', '212544.937000', '212544.940000', '212544.942000', '212544.945000', '212544.948000', '212544.950000', '212544.953000', '212544.956000', '212544.958000', '212544.961000', '212544.963000', '212544.966000', '212544.969000', '212544.971000', '212544.974000', '212544.977000', '212544.979000', '212544.982000', '212544.984000', '212544.987000', '212544.990000', '212544.992000', '212544.995000', '212604.882000', '212604.884000', '212604.887000', '212604.890000', '212604.892000', '212604.895000', '212604.898000', '212604.900000', '212604.903000', '212604.905000', '212604.908000', '212604.911000', '212604.913000', '212604.916000', '212604.919000', '212604.921000', '212604.924000', '212604.926000', '212604.929000', '212604.932000', '212604.934000', '212604.937000', '212604.940000', '212604.942000', '212604.945000', '212604.947000', '212604.950000', '212604.953000', '212604.955000', '212604.958000', '212604.961000', '212604.963000', '212604.966000', '212604.969000', '212604.971000', '212604.974000', '212604.976000', '212604.979000', '212604.982000', '212604.984000', '212604.987000', '212604.990000', '212604.992000', '212624.882000', '212624.885000', '212624.887000', '212624.890000', '212624.893000', '212624.895000', '212624.898000', '212624.900000', '212624.903000', '212624.906000', '212624.909000', '212624.912000', '212624.915000', '212624.917000', '212624.920000', '212624.923000', '212624.925000', '212624.928000', '212624.930000', '212624.933000', '212624.936000', '212624.938000', '212624.941000', '212624.943000', '212624.946000', '212624.949000', '212624.951000', '212624.954000', '212624.957000', '212624.959000', '212624.962000', '212624.965000', '212624.967000', '212624.970000', '212624.972000', '212624.975000', '212624.978000', '212624.980000', '212624.983000', '212624.985000', '212624.988000', '212624.991000', '212624.993000', '212624.996000', '212644.882000', '212644.884000', '212644.887000', '212644.890000', '212644.892000', '212644.895000', '212644.898000', '212644.900000', '212644.903000', '212644.905000', '212644.908000', '212644.911000', '212644.913000', '212644.916000', '212644.918000', '212644.921000', '212644.924000', '212644.926000', '212644.929000', '212644.932000', '212644.934000', '212644.937000', '212644.940000', '212644.942000', '212644.945000', '212644.948000', '212644.950000', '212644.953000', '212644.956000', '212644.958000', '212644.961000', '212644.964000', '212644.966000', '212644.969000', '212644.971000', '212644.974000', '212644.977000', '212644.979000', '212644.982000', '212645.000000', '212645.003000', '212645.005000', '212645.008000', '212704.881000', '212704.884000', '212704.886000', '212704.889000', '212704.892000', '212704.894000', '212704.897000', '212704.899000', '212704.902000', '212704.905000', '212704.907000', '212704.910000', '212704.913000', '212704.915000', '212704.918000', '212704.921000', '212704.923000', '212704.926000', '212704.929000', '212704.931000', '212704.934000', '212704.937000', '212704.939000', '212704.942000', '212704.944000', '212704.947000', '212704.950000', '212704.953000', '212704.955000', '212704.958000', '212704.960000', '212704.963000', '212704.966000', '212704.968000', '212704.971000', '212704.974000', '212704.976000', '212704.979000', '212704.982000', '212704.984000', '212704.987000', '212704.990000', '212704.992000', '212724.882000', '212724.884000', '212724.887000', '212724.890000', '212724.892000', '212724.895000', '212724.897000', '212724.900000', '212724.903000', '212724.905000', '212724.908000', '212724.910000', '212724.913000', '212724.916000', '212724.918000', '212724.921000', '212724.924000', '212724.926000', '212724.929000', '212724.931000', '212724.934000', '212724.937000', '212724.939000', '212724.942000', '212724.944000', '212724.947000', '212724.950000', '212724.952000', '212724.955000', '212724.958000', '212724.960000', '212724.963000', '212724.966000', '212724.968000', '212724.971000', '212724.973000', '212724.976000', '212724.987000', '212724.990000', '212724.993000', '212724.995000', '212724.998000', '212725.011000', '212725.013000', '212744.882000', '212744.885000', '212744.887000', '212744.890000', '212744.892000', '212744.895000', '212744.898000', '212744.900000', '212744.903000', '212744.906000', '212744.908000', '212744.911000', '212744.914000', '212744.916000', '212744.919000', '212744.922000', '212744.925000', '212744.927000', '212744.930000', '212744.933000', '212744.935000', '212744.938000', '212744.941000', '212744.943000', '212744.946000', '212744.950000', '212744.953000', '212744.955000', '212744.958000', '212744.961000', '212744.963000', '212744.966000', '212744.969000', '212744.971000', '212744.974000', '212744.976000', '212744.979000', '212744.982000', '212744.984000', '212744.987000', '212744.990000', '212744.992000', '212744.995000', '212801.933000', '212801.936000', '212801.939000', '212801.942000', '212801.945000', '212801.948000', '212801.950000', '212801.953000', '212801.956000', '212801.958000', '212801.961000', '212801.964000', '212801.967000', '212801.969000', '212801.972000', '212801.975000', '212801.977000', '212801.980000', '212801.982000', '212801.985000', '212801.988000', '212801.991000', '212801.993000', '212802.006000', '212802.009000', '212802.012000', '212802.015000', '212802.018000', '212802.021000', '212802.023000', '212802.026000', '212802.029000', '212802.031000', '212802.034000', '212802.038000', '212802.040000', '212802.043000', '212802.046000'], 'InstanceCreationTime': ['211804.921000', '211804.924000', '211804.927000', '211804.930000', '211804.933000', '211804.935000', '211804.938000', '211804.941000', '211804.943000', '211804.946000', '211804.949000', '211804.951000', '211804.954000', '211804.956000', '211804.959000', '211804.962000', '211804.964000', '211804.967000', '211804.976000', '211804.979000', '211804.981000', '211804.984000', '211804.988000', '211804.991000', '211804.993000', '211804.996000', '211804.998000', '211805.002000', '211805.005000', '211805.007000', '211805.010000', '211805.012000', '211805.015000', '211805.017000', '211805.020000', '211805.023000', '211805.025000', '211824.882000', '211824.884000', '211824.887000', '211824.890000', '211824.892000', '211824.895000', '211824.897000', '211824.900000', '211824.903000', '211824.911000', '211824.914000', '211824.916000', '211824.919000', '211824.921000', '211824.924000', '211824.927000', '211824.929000', '211824.932000', '211824.934000', '211824.937000', '211824.939000', '211824.942000', '211824.945000', '211824.947000', '211824.950000', '211824.952000', '211824.955000', '211824.957000', '211824.960000', '211824.963000', '211824.965000', '211824.968000', '211824.970000', '211824.973000', '211824.976000', '211824.978000', '211824.981000', '211824.984000', '211824.986000', '211824.989000', '211824.991000', '211824.994000', '211824.996000', '211844.881000', '211844.884000', '211844.887000', '211844.890000', '211844.895000', '211844.898000', '211844.900000', '211844.903000', '211844.905000', '211844.909000', '211844.911000', '211844.914000', '211844.917000', '211844.919000', '211844.922000', '211844.924000', '211844.927000', '211844.930000', '211844.932000', '211844.935000', '211844.937000', '211844.940000', '211844.942000', '211844.945000', '211844.948000', '211844.950000', '211844.953000', '211844.955000', '211844.958000', '211844.960000', '211844.963000', '211844.966000', '211844.968000', '211844.971000', '211844.974000', '211844.976000', '211844.979000', '211844.982000', '211844.984000', '211844.987000', '211844.989000', '211844.992000', '211844.995000', '211844.997000', '211904.881000', '211904.884000', '211904.887000', '211904.890000', '211904.892000', '211904.895000', '211904.897000', '211904.900000', '211904.903000', '211904.905000', '211904.908000', '211904.910000', '211904.913000', '211904.916000', '211904.918000', '211904.921000', '211904.924000', '211904.926000', '211904.929000', '211904.932000', '211904.934000', '211904.937000', '211904.939000', '211904.942000', '211904.945000', '211904.947000', '211904.950000', '211904.952000', '211904.955000', '211904.958000', '211904.960000', '211904.963000', '211904.966000', '211904.974000', '211904.977000', '211904.980000', '211904.982000', '211904.985000', '211904.988000', '211904.990000', '211904.993000', '211904.995000', '211904.998000', '211924.881000', '211924.884000', '211924.887000', '211924.889000', '211924.892000', '211924.895000', '211924.897000', '211924.900000', '211924.902000', '211924.905000', '211924.907000', '211924.910000', '211924.913000', '211924.915000', '211924.918000', '211924.920000', '211924.923000', '211924.926000', '211924.928000', '211924.931000', '211924.934000', '211924.936000', '211924.939000', '211924.941000', '211924.944000', '211924.946000', '211924.949000', '211924.952000', '211924.954000', '211924.957000', '211924.960000', '211924.962000', '211924.965000', '211924.967000', '211924.970000', '211924.973000', '211924.975000', '211924.978000', '211924.980000', '211924.983000', '211924.985000', '211924.988000', '211924.991000', '211924.993000', '211944.881000', '211944.884000', '211944.887000', '211944.890000', '211944.892000', '211944.895000', '211944.897000', '211944.900000', '211944.903000', '211944.905000', '211944.908000', '211944.910000', '211944.913000', '211944.915000', '211944.918000', '211944.926000', '211944.929000', '211944.931000', '211944.934000', '211944.937000', '211944.939000', '211944.942000', '211944.944000', '211944.947000', '211944.950000', '211944.952000', '211944.955000', '211944.957000', '211944.960000', '211944.963000', '211944.968000', '211944.971000', '211944.974000', '211944.976000', '211944.979000', '211944.981000', '211944.984000', '211944.987000', '211944.989000', '211944.992000', '211944.994000', '211944.997000', '211945.001000', '212004.881000', '212004.884000', '212004.887000', '212004.890000', '212004.893000', '212004.896000', '212004.898000', '212004.901000', '212004.904000', '212004.906000', '212004.909000', '212004.912000', '212004.914000', '212004.917000', '212004.919000', '212004.922000', '212004.925000', '212004.927000', '212004.930000', '212004.933000', '212004.935000', '212004.938000', '212004.941000', '212004.943000', '212004.946000', '212004.949000', '212004.952000', '212004.955000', '212004.957000', '212004.960000', '212004.963000', '212004.965000', '212004.968000', '212004.970000', '212004.973000', '212004.976000', '212004.978000', '212004.981000', '212004.983000', '212004.986000', '212004.989000', '212004.991000', '212004.994000', '212024.881000', '212024.884000', '212024.887000', '212024.890000', '212024.892000', '212024.895000', '212024.897000', '212024.900000', '212024.903000', '212024.905000', '212024.908000', '212024.910000', '212024.913000', '212024.915000', '212024.918000', '212024.921000', '212024.923000', '212024.926000', '212024.929000', '212024.931000', '212024.934000', '212024.936000', '212024.939000', '212024.942000', '212024.944000', '212024.947000', '212024.949000', '212024.952000', '212024.955000', '212024.957000', '212024.960000', '212024.963000', '212024.965000', '212024.968000', '212024.970000', '212024.973000', '212024.976000', '212024.978000', '212024.981000', '212024.983000', '212024.986000', '212024.988000', '212024.991000', '212024.994000', '212044.881000', '212044.884000', '212044.887000', '212044.890000', '212044.892000', '212044.895000', '212044.897000', '212044.900000', '212044.904000', '212044.907000', '212044.910000', '212044.912000', '212044.915000', '212044.918000', '212044.920000', '212044.923000', '212044.926000', '212044.928000', '212044.931000', '212044.934000', '212044.936000', '212044.939000', '212044.941000', '212044.944000', '212044.947000', '212044.949000', '212044.952000', '212044.955000', '212044.957000', '212044.960000', '212044.963000', '212044.965000', '212044.968000', '212044.970000', '212044.973000', '212044.975000', '212044.978000', '212044.981000', '212044.983000', '212044.986000', '212044.988000', '212044.991000', '212044.994000', '212104.882000', '212104.885000', '212104.887000', '212104.890000', '212104.892000', '212104.895000', '212104.898000', '212104.900000', '212104.903000', '212104.905000', '212104.908000', '212104.911000', '212104.913000', '212104.916000', '212104.919000', '212104.921000', '212104.924000', '212104.926000', '212104.929000', '212104.932000', '212104.934000', '212104.937000', '212104.939000', '212104.942000', '212104.945000', '212104.947000', '212104.950000', '212104.953000', '212104.955000', '212104.958000', '212104.961000', '212104.963000', '212104.966000', '212104.968000', '212104.971000', '212104.973000', '212104.976000', '212104.979000', '212104.981000', '212104.984000', '212104.986000', '212104.989000', '212104.992000', '212104.994000', '212124.882000', '212124.885000', '212124.887000', '212124.890000', '212124.892000', '212124.895000', '212124.898000', '212124.900000', '212124.903000', '212124.905000', '212124.908000', '212124.922000', '212124.925000', '212124.928000', '212124.930000', '212124.933000', '212124.935000', '212124.938000', '212124.941000', '212124.943000', '212124.946000', '212124.949000', '212124.951000', '212124.954000', '212124.957000', '212124.959000', '212124.962000', '212124.965000', '212124.967000', '212124.970000', '212124.973000', '212124.975000', '212124.978000', '212124.980000', '212124.983000', '212124.986000', '212124.989000', '212124.992000', '212124.994000', '212124.997000', '212125.001000', '212125.004000', '212125.006000', '212144.881000', '212144.884000', '212144.887000', '212144.890000', '212144.892000', '212144.895000', '212144.897000', '212144.900000', '212144.903000', '212144.905000', '212144.908000', '212144.911000', '212144.913000', '212144.916000', '212144.918000', '212144.921000', '212144.924000', '212144.926000', '212144.929000', '212144.931000', '212144.934000', '212144.937000', '212144.939000', '212144.942000', '212144.944000', '212144.947000', '212144.950000', '212144.952000', '212144.955000', '212144.958000', '212144.960000', '212144.963000', '212144.966000', '212144.968000', '212144.971000', '212144.973000', '212144.976000', '212144.979000', '212144.981000', '212144.984000', '212144.987000', '212144.989000', '212144.992000', '212144.995000', '212204.881000', '212204.884000', '212204.887000', '212204.889000', '212204.892000', '212204.895000', '212204.897000', '212204.900000', '212204.902000', '212204.905000', '212204.908000', '212204.910000', '212204.913000', '212204.915000', '212204.918000', '212204.921000', '212204.923000', '212204.926000', '212204.928000', '212204.931000', '212204.934000', '212204.936000', '212204.939000', '212204.942000', '212204.944000', '212204.947000', '212204.949000', '212204.952000', '212204.955000', '212204.957000', '212204.960000', '212204.962000', '212204.965000', '212204.968000', '212204.970000', '212204.973000', '212204.975000', '212204.979000', '212204.981000', '212204.984000', '212204.987000', '212204.990000', '212204.992000', '212224.880000', '212224.883000', '212224.886000', '212224.889000', '212224.891000', '212224.894000', '212224.897000', '212224.899000', '212224.902000', '212224.905000', '212224.907000', '212224.910000', '212224.912000', '212224.915000', '212224.918000', '212224.920000', '212224.923000', '212224.925000', '212224.928000', '212224.931000', '212224.933000', '212224.936000', '212224.939000', '212224.941000', '212224.944000', '212224.947000', '212224.949000', '212224.952000', '212224.954000', '212224.957000', '212224.960000', '212224.962000', '212224.965000', '212224.968000', '212224.970000', '212224.973000', '212224.975000', '212224.978000', '212224.981000', '212224.983000', '212224.986000', '212224.989000', '212224.991000', '212224.994000', '212244.882000', '212244.884000', '212244.887000', '212244.890000', '212244.892000', '212244.895000', '212244.897000', '212244.900000', '212244.903000', '212244.905000', '212244.908000', '212244.911000', '212244.913000', '212244.916000', '212244.919000', '212244.921000', '212244.924000', '212244.926000', '212244.929000', '212244.932000', '212244.934000', '212244.949000', '212244.952000', '212244.954000', '212244.957000', '212244.960000', '212244.962000', '212244.965000', '212244.967000', '212244.970000', '212244.973000', '212244.975000', '212244.978000', '212244.980000', '212244.983000', '212244.986000', '212244.988000', '212244.991000', '212244.994000', '212244.996000', '212245.000000', '212245.003000', '212245.006000', '212304.881000', '212304.884000', '212304.887000', '212304.890000', '212304.892000', '212304.895000', '212304.898000', '212304.900000', '212304.903000', '212304.906000', '212304.908000', '212304.911000', '212304.914000', '212304.916000', '212304.919000', '212304.922000', '212304.924000', '212304.927000', '212304.929000', '212304.932000', '212304.935000', '212304.937000', '212304.940000', '212304.943000', '212304.945000', '212304.948000', '212304.951000', '212304.953000', '212304.956000', '212304.959000', '212304.961000', '212304.964000', '212304.966000', '212304.969000', '212304.972000', '212304.974000', '212304.977000', '212304.980000', '212304.982000', '212304.985000', '212304.988000', '212304.990000', '212304.993000', '212304.996000', '212324.882000', '212324.884000', '212324.887000', '212324.890000', '212324.892000', '212324.895000', '212324.900000', '212324.903000', '212324.905000', '212324.908000', '212324.910000', '212324.913000', '212324.916000', '212324.918000', '212324.921000', '212324.923000', '212324.926000', '212324.929000', '212324.932000', '212324.935000', '212324.938000', '212324.941000', '212324.944000', '212324.946000', '212324.949000', '212324.952000', '212324.954000', '212324.957000', '212324.959000', '212324.962000', '212324.965000', '212324.967000', '212324.970000', '212324.973000', '212324.975000', '212324.978000', '212324.980000', '212324.983000', '212324.986000', '212324.988000', '212324.991000', '212324.993000', '212324.996000', '212344.882000', '212344.885000', '212344.887000', '212344.890000', '212344.893000', '212344.895000', '212344.898000', '212344.900000', '212344.903000', '212344.906000', '212344.908000', '212344.911000', '212344.913000', '212344.916000', '212344.918000', '212344.921000', '212344.924000', '212344.926000', '212344.929000', '212344.932000', '212344.934000', '212344.937000', '212344.939000', '212344.942000', '212344.945000', '212344.947000', '212344.950000', '212344.952000', '212344.955000', '212344.958000', '212344.960000', '212344.963000', '212344.965000', '212344.968000', '212344.971000', '212344.973000', '212344.976000', '212344.979000', '212344.981000', '212344.984000', '212344.986000', '212344.989000', '212344.992000', '212344.994000', '212404.882000', '212404.884000', '212404.887000', '212404.890000', '212404.892000', '212404.895000', '212404.898000', '212404.900000', '212404.903000', '212404.905000', '212404.908000', '212404.911000', '212404.913000', '212404.916000', '212404.919000', '212404.921000', '212404.924000', '212404.927000', '212404.929000', '212404.932000', '212404.934000', '212404.937000', '212404.940000', '212404.942000', '212404.945000', '212404.948000', '212404.950000', '212404.953000', '212404.955000', '212404.958000', '212404.961000', '212404.963000', '212404.976000', '212404.978000', '212404.981000', '212404.983000', '212404.986000', '212404.989000', '212404.991000', '212404.994000', '212404.996000', '212405.000000', '212405.003000', '212424.882000', '212424.884000', '212424.887000', '212424.890000', '212424.892000', '212424.895000', '212424.898000', '212424.900000', '212424.903000', '212424.905000', '212424.908000', '212424.911000', '212424.913000', '212424.916000', '212424.918000', '212424.921000', '212424.924000', '212424.926000', '212424.929000', '212424.932000', '212424.934000', '212424.937000', '212424.940000', '212424.942000', '212424.945000', '212424.947000', '212424.950000', '212424.953000', '212424.955000', '212424.958000', '212424.961000', '212424.963000', '212424.966000', '212424.968000', '212424.971000', '212424.974000', '212424.976000', '212424.979000', '212424.982000', '212424.984000', '212424.987000', '212424.989000', '212424.992000', '212424.995000', '212444.881000', '212444.884000', '212444.886000', '212444.889000', '212444.892000', '212444.894000', '212444.897000', '212444.899000', '212444.902000', '212444.905000', '212444.907000', '212444.910000', '212444.912000', '212444.915000', '212444.918000', '212444.920000', '212444.923000', '212444.926000', '212444.928000', '212444.931000', '212444.933000', '212444.936000', '212444.939000', '212444.941000', '212444.944000', '212444.946000', '212444.949000', '212444.952000', '212444.954000', '212444.957000', '212444.960000', '212444.962000', '212444.965000', '212444.968000', '212444.970000', '212444.973000', '212444.975000', '212444.978000', '212444.981000', '212444.983000', '212444.986000', '212444.988000', '212444.991000', '212504.882000', '212504.884000', '212504.887000', '212504.890000', '212504.892000', '212504.895000', '212504.898000', '212504.900000', '212504.903000', '212504.906000', '212504.908000', '212504.911000', '212504.913000', '212504.916000', '212504.919000', '212504.921000', '212504.924000', '212504.927000', '212504.929000', '212504.932000', '212504.934000', '212504.937000', '212504.940000', '212504.942000', '212504.945000', '212504.948000', '212504.950000', '212504.953000', '212504.955000', '212504.958000', '212504.961000', '212504.963000', '212504.966000', '212504.969000', '212504.971000', '212504.974000', '212504.976000', '212504.979000', '212504.982000', '212504.984000', '212504.987000', '212504.989000', '212504.992000', '212504.995000', '212524.882000', '212524.884000', '212524.887000', '212524.890000', '212524.892000', '212524.895000', '212524.898000', '212524.900000', '212524.903000', '212524.905000', '212524.908000', '212524.911000', '212524.913000', '212524.916000', '212524.918000', '212524.921000', '212524.924000', '212524.926000', '212524.929000', '212524.931000', '212524.934000', '212524.937000', '212524.939000', '212524.942000', '212524.944000', '212524.947000', '212524.950000', '212524.952000', '212524.955000', '212524.958000', '212524.960000', '212524.963000', '212524.966000', '212524.968000', '212524.971000', '212524.973000', '212524.976000', '212524.979000', '212524.981000', '212524.984000', '212524.987000', '212524.989000', '212524.992000', '212544.882000', '212544.884000', '212544.887000', '212544.890000', '212544.892000', '212544.895000', '212544.898000', '212544.900000', '212544.903000', '212544.905000', '212544.908000', '212544.911000', '212544.913000', '212544.916000', '212544.919000', '212544.921000', '212544.924000', '212544.927000', '212544.929000', '212544.932000', '212544.935000', '212544.937000', '212544.940000', '212544.942000', '212544.945000', '212544.948000', '212544.950000', '212544.953000', '212544.956000', '212544.958000', '212544.961000', '212544.963000', '212544.966000', '212544.969000', '212544.971000', '212544.974000', '212544.977000', '212544.979000', '212544.982000', '212544.984000', '212544.987000', '212544.990000', '212544.992000', '212544.995000', '212604.882000', '212604.884000', '212604.887000', '212604.890000', '212604.892000', '212604.895000', '212604.898000', '212604.900000', '212604.903000', '212604.905000', '212604.908000', '212604.911000', '212604.913000', '212604.916000', '212604.919000', '212604.921000', '212604.924000', '212604.926000', '212604.929000', '212604.932000', '212604.934000', '212604.937000', '212604.940000', '212604.942000', '212604.945000', '212604.947000', '212604.950000', '212604.953000', '212604.955000', '212604.958000', '212604.961000', '212604.963000', '212604.966000', '212604.969000', '212604.971000', '212604.974000', '212604.976000', '212604.979000', '212604.982000', '212604.984000', '212604.987000', '212604.990000', '212604.992000', '212624.882000', '212624.885000', '212624.887000', '212624.890000', '212624.893000', '212624.895000', '212624.898000', '212624.900000', '212624.903000', '212624.906000', '212624.909000', '212624.912000', '212624.915000', '212624.917000', '212624.920000', '212624.923000', '212624.925000', '212624.928000', '212624.930000', '212624.933000', '212624.936000', '212624.938000', '212624.941000', '212624.943000', '212624.946000', '212624.949000', '212624.951000', '212624.954000', '212624.957000', '212624.959000', '212624.962000', '212624.965000', '212624.967000', '212624.970000', '212624.972000', '212624.975000', '212624.978000', '212624.980000', '212624.983000', '212624.985000', '212624.988000', '212624.991000', '212624.993000', '212624.996000', '212644.882000', '212644.884000', '212644.887000', '212644.890000', '212644.892000', '212644.895000', '212644.898000', '212644.900000', '212644.903000', '212644.905000', '212644.908000', '212644.911000', '212644.913000', '212644.916000', '212644.918000', '212644.921000', '212644.924000', '212644.926000', '212644.929000', '212644.932000', '212644.934000', '212644.937000', '212644.940000', '212644.942000', '212644.945000', '212644.948000', '212644.950000', '212644.953000', '212644.956000', '212644.958000', '212644.961000', '212644.964000', '212644.966000', '212644.969000', '212644.971000', '212644.974000', '212644.977000', '212644.979000', '212644.982000', '212645.000000', '212645.003000', '212645.005000', '212645.008000', '212704.881000', '212704.884000', '212704.886000', '212704.889000', '212704.892000', '212704.894000', '212704.897000', '212704.899000', '212704.902000', '212704.905000', '212704.907000', '212704.910000', '212704.913000', '212704.915000', '212704.918000', '212704.921000', '212704.923000', '212704.926000', '212704.929000', '212704.931000', '212704.934000', '212704.937000', '212704.939000', '212704.942000', '212704.944000', '212704.947000', '212704.950000', '212704.953000', '212704.955000', '212704.958000', '212704.960000', '212704.963000', '212704.966000', '212704.968000', '212704.971000', '212704.974000', '212704.976000', '212704.979000', '212704.982000', '212704.984000', '212704.987000', '212704.990000', '212704.992000', '212724.882000', '212724.884000', '212724.887000', '212724.890000', '212724.892000', '212724.895000', '212724.897000', '212724.900000', '212724.903000', '212724.905000', '212724.908000', '212724.910000', '212724.913000', '212724.916000', '212724.918000', '212724.921000', '212724.924000', '212724.926000', '212724.929000', '212724.931000', '212724.934000', '212724.937000', '212724.939000', '212724.942000', '212724.944000', '212724.947000', '212724.950000', '212724.952000', '212724.955000', '212724.958000', '212724.960000', '212724.963000', '212724.966000', '212724.968000', '212724.971000', '212724.973000', '212724.976000', '212724.987000', '212724.990000', '212724.993000', '212724.995000', '212724.998000', '212725.011000', '212725.013000', '212744.882000', '212744.885000', '212744.887000', '212744.890000', '212744.892000', '212744.895000', '212744.898000', '212744.900000', '212744.903000', '212744.906000', '212744.908000', '212744.911000', '212744.914000', '212744.916000', '212744.919000', '212744.922000', '212744.925000', '212744.927000', '212744.930000', '212744.933000', '212744.935000', '212744.938000', '212744.941000', '212744.943000', '212744.946000', '212744.950000', '212744.953000', '212744.955000', '212744.958000', '212744.961000', '212744.963000', '212744.966000', '212744.969000', '212744.971000', '212744.974000', '212744.976000', '212744.979000', '212744.982000', '212744.984000', '212744.987000', '212744.990000', '212744.992000', '212744.995000', '212801.933000', '212801.936000', '212801.939000', '212801.942000', '212801.945000', '212801.948000', '212801.950000', '212801.953000', '212801.956000', '212801.958000', '212801.961000', '212801.964000', '212801.967000', '212801.969000', '212801.972000', '212801.975000', '212801.977000', '212801.980000', '212801.982000', '212801.985000', '212801.988000', '212801.991000', '212801.993000', '212802.006000', '212802.009000', '212802.012000', '212802.015000', '212802.018000', '212802.021000', '212802.023000', '212802.026000', '212802.029000', '212802.031000', '212802.034000', '212802.038000', '212802.040000', '212802.043000', '212802.046000'], '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': [13260, 9259, 13496, 9884, 12939, 9067, 12499, 8623, 11449, 8249, 10787, 7623, 10195, 6915, 10231, 7497, 10076, 7363, 11083, 7550, 11291, 7752, 10771, 7475, 9785, 7320, 9233, 6857, 9616, 7014, 9993, 6958, 10030, 7255, 9633, 7225, 10655, 6971, 10235, 6856, 9529, 6856, 9956, 6841, 11649, 7180, 11024, 7008, 9661, 7180, 10422, 7415, 10741, 7331, 9182, 6968, 9253, 7477, 10731, 7151, 10451, 7399, 10024, 7117, 11094, 8488, 11810, 7948, 10318, 7985, 9835, 8276, 10574, 12178, 9879, 12102, 8310, 14843, 8328, 11815, 8540, 11424, 7941, 10682, 7113, 9988, 6955, 10762, 7544, 9739, 7797, 8742, 13515, 8647, 13146, 9232, 13240, 8228, 11449, 8062, 11291, 8370, 11829, 8874, 12200, 7946, 11251, 7905, 11559, 7782, 12392, 7883, 11259, 9276, 9585, 11404, 9377, 13649, 8542, 13816, 8836, 11621, 8396, 11147, 7406, 9839, 6996, 9354, 7263, 9765, 8261, 8813, 11844, 7845, 12996, 8080, 11795, 8234, 11852, 7837, 10402, 7918, 11327, 7395, 10542, 7329, 10027, 7932, 10354, 9803, 8646, 13555, 8480, 12569, 8951, 11894, 8469, 11569, 8006, 10562, 7502, 10839, 7242, 10822, 7462, 9238, 9566, 8173, 12870, 8807, 12774, 8017, 11995, 8031, 11094, 8189, 11416, 7002, 10388, 7481, 9795, 7937, 10950, 8416, 9464, 10488, 8053, 12534, 8388, 13615, 8356, 12057, 8150, 11459, 8533, 11069, 6917, 9631, 7225, 9341, 13467, 8435, 13683, 8123, 11252, 8263, 10958, 7087, 9509, 7116, 8168, 12615, 8499, 13035, 8239, 11265, 7447, 10148, 7386, 10730, 7318, 10630, 7013, 10634, 7230, 11296, 8616, 11128, 12835, 9680, 13825, 9288, 11700, 8588, 11501, 8731, 10266, 12411, 8075, 13462, 9422, 11711, 8099, 10288, 7266, 9190, 12593, 8987, 13307, 8593, 11145, 7585, 10154, 7152, 9698, 12932, 9613, 13232, 8485, 11327, 7717, 10980, 7522, 11559, 7423, 9734, 10669, 8613, 13943, 10436, 12856, 9346, 12583, 8425, 11741, 9408, 11465, 10598, 9764, 13499, 9370, 13066, 9668, 12335, 8705, 11873, 8250, 11462, 8573, 12177, 8222, 11540, 7860, 11188, 9848, 10896, 10412, 9970, 13158, 7887, 13719, 8727, 11552, 8913, 11481, 7805, 10009, 6976, 9453, 7029, 10757, 7583, 9719, 8991, 8007, 13349, 8488, 12265, 8286, 11442, 7997, 10361, 7121, 10618, 7524, 9425, 11568, 7747, 12904, 8770, 11241, 8098, 10064, 7234, 8833, 6710, 10217, 7491, 11724, 7618, 10397, 7826, 11731, 7629, 10725, 11425, 8257, 12602, 9562, 14992, 10951, 10776, 9746, 14132, 9189, 12252, 9421, 14153, 9932, 13106, 9351, 13138, 8968, 12780, 8996, 12049, 8095, 11278, 7729, 12046, 8229, 11707, 8040, 11760, 7809, 10990, 7578, 10856, 7522, 10355, 7228, 10471, 7169, 9713, 6857, 8594, 7902, 8023, 8422, 7141, 10158, 7134, 12158, 7896, 11834, 8584, 10515, 7433, 9193, 7144, 9106, 6865, 10733, 6821, 10587, 6966, 9241, 7153, 10072, 8983, 10458, 7908, 9688, 7306, 9499, 12366, 8810, 14481, 10212, 12983, 8855, 11679, 8042, 10643, 11905, 9170, 14728, 8313, 11702, 7767, 10170, 7093, 10500, 7350, 8923, 7733, 8050, 13915, 8817, 12777, 8821, 12324, 8154, 10540, 7332, 10327, 7367, 9518, 10394, 7756, 13731, 8507, 12108, 8561, 10922, 7204, 9688, 7674, 8544, 14283, 9452, 12548, 8643, 10979, 7699, 10301, 7185, 10301, 7858, 9753, 9780, 7912, 13906, 9386, 12334, 9427, 12171, 8022, 10932, 7594, 10963, 7301, 10775, 7136, 9708, 9670, 10072, 13539, 10127, 14704, 9475, 12560, 8859, 11698, 8212, 11601, 7859, 11125, 7869, 9055, 14012, 9122, 12893, 10137, 12811, 8634, 11319, 7641, 11082, 7614, 11844, 7501, 10544, 7116, 9687, 9212, 10397, 10052, 9673, 9731, 8194, 14011, 9236, 13304, 8883, 14126, 8587, 12512, 9114, 12195, 8351, 11170, 8554, 10139, 9166, 10172, 10685, 7964, 15432, 8494, 12200, 8906, 11508, 7812, 10843, 7064, 10308, 7247, 10648, 7744, 9148, 13313, 8444, 13671, 9719, 12112, 8259, 11142, 7251, 10700, 7714, 11352, 7727, 9643, 10643, 8667, 14584, 9818, 12496, 9396, 11930, 7648, 10318, 7747, 9927, 13002, 9440, 16015, 9106, 12270, 8534, 11206, 7627, 11517, 7508, 10176, 7340, 9603, 11125, 9627, 13586, 8745, 14081, 8477, 12426, 9359, 12383, 8935, 11511, 7512, 10528, 7496, 12041, 8891, 12703, 8361, 11397, 7743, 11674, 7968, 12869, 9717, 13965, 9066, 12671, 8834, 9812, 11110, 11693, 13206, 9253, 12000, 9095, 13339, 8412, 12894, 8111, 12792, 8470, 12875, 8862, 14807, 8014, 14616, 7935, 12585, 8239, 11579, 8264, 11352, 7135, 9778, 6921, 9050, 7043, 10225, 6687, 10101, 7127, 8596, 7138, 9088, 8113, 10749, 7480, 9350, 7371, 9577, 7851, 11487, 9134, 11955, 9755, 10474, 11739, 9513, 14108, 10462, 14335, 8913, 14576, 7950, 13749, 8495, 12637, 9472, 11997, 8111, 10349, 7057, 9472, 7355, 9899, 10640, 9506, 13758, 7695, 13660, 8077, 12515, 8806, 11431, 8064, 10824, 7297, 10070, 7468, 11062, 7269, 10870, 6666, 9900, 7127, 11376, 7534, 12042, 7337, 11420, 7525, 12093, 8680, 12754, 9082, 12108, 8086, 11445, 8362, 12361, 8805, 14338, 7794, 13342, 7671, 11737, 8505, 11789, 7877, 10769, 7098, 9555, 7354, 9357, 10525, 8149, 13712, 7687, 12416, 7845, 11063, 7695, 11316, 7174, 8991, 9780, 7945, 14384, 9359, 12363, 8152, 10756, 7763, 10854, 7879, 11614, 7355, 10489, 7018, 9939, 8514, 11118, 11535, 8969, 14162, 8559, 13197, 9176, 12378, 8290, 11190, 7689, 10760, 7594, 10874, 7772, 8959, 11260, 7891, 14068, 9860, 12280, 8212, 11198, 7864, 10894, 7499, 11308, 7122, 9199, 7922, 8525, 13876, 9590, 13854, 8477, 12125, 8285, 11395, 7960, 11027, 7357, 9432, 6830, 9182, 11817, 9057, 14488, 9302, 12176, 8432, 10926, 7436, 9902, 8727, 8473, 13902, 8887, 11679, 8804, 11498, 7495, 10313, 7017, 9207, 9180, 9910, 12941, 8712, 13803, 8546, 11825, 8680, 11482, 8015, 11050, 7709, 9669, 10914, 10192, 14522, 9597, 13567, 8956, 11931, 8808, 11933, 8323, 11578, 7034, 10251, 7241, 11041, 9197, 10154, 11775, 8288, 14066, 8966, 12903, 9532, 12589, 8654, 11656, 8352, 12026, 8261, 12154, 8020, 10754, 9401, 9658, 13654, 9741, 14463, 8613, 12352, 8674, 11434, 7783, 11416, 7392, 9629, 7178, 8689, 11466, 9161, 14451, 8923, 12707, 8420, 11226, 7709, 11245, 7143, 9756, 9384, 8509, 14375, 9692, 12810, 8711, 11721, 8370, 11233, 7670, 11534, 7230, 10080, 9213, 9278, 14489, 10129, 12717, 8868, 11704, 8207, 11454, 7735, 11163, 7869, 9585, 14552, 9123, 13094, 9469, 11935, 8538, 9581, 12470, 8260, 13318, 9746, 12125, 8289, 10578, 6950, 9795, 8179, 9452, 13908, 9684, 12921, 8411, 11760, 7980, 11220, 8290, 11507, 8302, 11312, 7677, 10914, 7213, 11679, 7557, 12417, 7584, 11571, 12077, 9088, 13652, 10690, 12511, 8940, 11423, 8980, 9751, 13055, 9064, 14461, 8685, 12236, 8042, 10921, 7828, 11298, 6945, 10113, 6905, 9063, 11601, 9113, 13411, 8887, 13437, 8473, 11849, 8533, 11646, 7712, 11039, 7596, 9259, 10212, 8542, 13663, 10438, 12230, 8784, 11273, 8027, 11003, 7527, 11115, 8230, 10052, 10233, 8436, 14286, 9444, 12377, 9536, 11797, 8112, 10776, 7009, 10539, 8019, 10400, 9989, 8625, 14097, 9156, 12314, 9207, 11709, 7870, 10695, 6898, 9674, 7479, 10431, 9864, 10433, 10757, 8837, 14702, 8829, 12535, 9774, 12239, 8622, 11499, 8235, 11330, 8268, 11841, 7966, 11177, 7227, 10658, 7340, 11344, 8175, 10663, 9541, 8654, 13940, 9475, 12816, 9558, 12375, 8240, 11154, 8030, 11285, 7852, 12259, 7785, 10800, 7186, 9643, 8516, 10665, 9444, 10209, 9776, 8521, 10771, 9187, 12961, 9982, 12748, 8967, 14209, 9007, 12714, 9733, 12417, 8826, 11609, 7531, 10418, 8136, 10663, 9182, 9653, 11952, 8092, 13479, 9110, 11783, 9569, 12003, 8401, 11243, 7666, 11311, 8654, 13294, 9288, 10153, 7503, 7602, 7177, 8803, 9922, 8806, 12346, 10131, 11580, 8046, 12011, 7022, 11587, 10490, 10861, 10410, 11592, 9618, 10296, 8483, 9449, 8717, 10027, 11630, 10643, 7981, 9800, 6790, 10087, 6627, 10534, 8462, 11260, 8841, 10640, 10982, 7937, 14561, 7847, 12120, 8672, 11752, 7701, 11568, 7676, 11174, 7752, 11297, 8060, 11108, 7212, 11015, 6934, 10878, 7851, 11957, 9383, 11723, 8660, 10096, 7866, 10275, 9248, 9147, 10579, 7750, 9341, 7305, 9177, 6957, 11188, 6801, 11497, 6942, 10628, 7234, 11315, 7889, 12624, 8809, 12692, 8407, 11731, 7877, 11369, 7602, 13264, 8729, 13420, 7971, 11371, 7411, 11267, 7152, 10712, 7899, 10829, 9884, 9168, 9571, 7718, 8571, 7233, 8413, 6755, 9921, 7454, 10957, 6450, 9892, 6884, 9824, 6804, 11503, 8029, 12512, 7943, 11800, 7686, 10961, 7691, 11795, 8715, 11993, 8274, 11360, 7778, 10602, 7562, 11032, 7772, 10721, 6857, 9386, 6813, 8826, 6846, 10482, 6858, 9486, 6696, 8169, 8015, 8516, 9540, 9856, 7018, 8130, 6753, 8457, 7673, 11092, 8082, 10038, 7915, 9533, 10171, 10461, 9808, 10217, 9271, 8289, 10889, 8633, 13564, 9657, 13263, 8368, 13761, 8166, 13245, 9547, 12710, 8298, 11452, 7826, 10689, 7662, 11259, 8198, 11765, 7474, 9874, 6931, 9716, 6694, 11105, 8480, 10622, 7960, 8688, 8818, 8203, 10484, 9100, 8730, 8655, 7833, 7904, 9737, 8450, 12382, 9169, 14836, 7966, 13545, 7908, 12158, 8710, 12750, 7642, 9393, 6798, 8429, 7088, 9005, 6842, 7600, 8353, 7170, 13348, 8111, 13453, 7891], 'WindowCenter': [4002.0, 3953.0, 3973.0, 3925.0, 3945.0, 3912.0, 3932.0, 3897.0, 3918.0, 3873.0, 3905.0, 3873.0, 3904.0, 3874.0, 3905.0, 3874.0, 3904.0, 3875.0, 3915.0, 3885.0, 3916.0, 3873.0, 3915.0, 3873.0, 3904.0, 3886.0, 3905.0, 3864.0, 3906.0, 3875.0, 3917.0, 3887.0, 3918.0, 3887.0, 3919.0, 3901.0, 3931.0, 3890.0, 3931.0, 3879.0, 3921.0, 3890.0, 3934.0, 3905.0, 3957.0, 3903.0, 3945.0, 3903.0, 3936.0, 3903.0, 3947.0, 3903.0, 3946.0, 3903.0, 3936.0, 3904.0, 3937.0, 3916.0, 3959.0, 3917.0, 3959.0, 3916.0, 3948.0, 3917.0, 3971.0, 3939.0, 3970.0, 3927.0, 3949.0, 3915.0, 3947.0, 3927.0, 3959.0, 3957.0, 3949.0, 3956.0, 3926.0, 3967.0, 3924.0, 3957.0, 3926.0, 3956.0, 3914.0, 3945.0, 3903.0, 3935.0, 3904.0, 3945.0, 3913.0, 3936.0, 3913.0, 3925.0, 3966.0, 3926.0, 3966.0, 3936.0, 3966.0, 3925.0, 3956.0, 3926.0, 3957.0, 3927.0, 3969.0, 3937.0, 3968.0, 3927.0, 3959.0, 3927.0, 3970.0, 3928.0, 3970.0, 3926.0, 3957.0, 3935.0, 3937.0, 3958.0, 3937.0, 3966.0, 3926.0, 3965.0, 3924.0, 3957.0, 3913.0, 3945.0, 3902.0, 3933.0, 3892.0, 3936.0, 3904.0, 3935.0, 3914.0, 3924.0, 3943.0, 3914.0, 3966.0, 3914.0, 3955.0, 3925.0, 3955.0, 3914.0, 3945.0, 3925.0, 3956.0, 3915.0, 3946.0, 3903.0, 3948.0, 3914.0, 3946.0, 3935.0, 3927.0, 3967.0, 3925.0, 3956.0, 3936.0, 3956.0, 3925.0, 3956.0, 3913.0, 3945.0, 3914.0, 3946.0, 3903.0, 3946.0, 3903.0, 3935.0, 3934.0, 3925.0, 3967.0, 3935.0, 3965.0, 3914.0, 3955.0, 3914.0, 3956.0, 3925.0, 3957.0, 3903.0, 3946.0, 3903.0, 3946.0, 3925.0, 3946.0, 3925.0, 3936.0, 3944.0, 3914.0, 3966.0, 3925.0, 3967.0, 3925.0, 3956.0, 3926.0, 3957.0, 3925.0, 3956.0, 3903.0, 3935.0, 3902.0, 3935.0, 3964.0, 3923.0, 3964.0, 3912.0, 3943.0, 3923.0, 3944.0, 3901.0, 3933.0, 3889.0, 3912.0, 3953.0, 3922.0, 3964.0, 3922.0, 3943.0, 3914.0, 3945.0, 3915.0, 3956.0, 3915.0, 3958.0, 3917.0, 3959.0, 3916.0, 3971.0, 3939.0, 3971.0, 3969.0, 3949.0, 3979.0, 3935.0, 3958.0, 3936.0, 3957.0, 3924.0, 3947.0, 3954.0, 3914.0, 3966.0, 3933.0, 3954.0, 3912.0, 3933.0, 3902.0, 3934.0, 3953.0, 3923.0, 3964.0, 3924.0, 3944.0, 3901.0, 3934.0, 3902.0, 3935.0, 3955.0, 3935.0, 3965.0, 3924.0, 3945.0, 3916.0, 3957.0, 3914.0, 3957.0, 3903.0, 3936.0, 3945.0, 3937.0, 3979.0, 3959.0, 3968.0, 3949.0, 3970.0, 3928.0, 3972.0, 3938.0, 3970.0, 3948.0, 3949.0, 3968.0, 3937.0, 3969.0, 3948.0, 3968.0, 3927.0, 3957.0, 3927.0, 3969.0, 3938.0, 3970.0, 3928.0, 3958.0, 3926.0, 3958.0, 3947.0, 3947.0, 3945.0, 3937.0, 3965.0, 3913.0, 3967.0, 3924.0, 3945.0, 3921.0, 3943.0, 3901.0, 3933.0, 3889.0, 3933.0, 3902.0, 3944.0, 3912.0, 3934.0, 3921.0, 3912.0, 3965.0, 3923.0, 3953.0, 3911.0, 3943.0, 3912.0, 3933.0, 3903.0, 3944.0, 3901.0, 3934.0, 3943.0, 3913.0, 3955.0, 3923.0, 3945.0, 3913.0, 3933.0, 3902.0, 3935.0, 3905.0, 3960.0, 3915.0, 3969.0, 3929.0, 3959.0, 3930.0, 3983.0, 3945.0, 3979.0, 3975.0, 3941.0, 3985.0, 3966.0, 3996.0, 3965.0, 3962.0, 3953.0, 3970.0, 3938.0, 3958.0, 3925.0, 3970.0, 3936.0, 3968.0, 3938.0, 3957.0, 3926.0, 3957.0, 3898.0, 3919.0, 3873.0, 3905.0, 3871.0, 3913.0, 3871.0, 3913.0, 3872.0, 3913.0, 3872.0, 3902.0, 3872.0, 3902.0, 3871.0, 3892.0, 3872.0, 3904.0, 3874.0, 3907.0, 3863.0, 3896.0, 3884.0, 3886.0, 3884.0, 3875.0, 3916.0, 3877.0, 3942.0, 3912.0, 3942.0, 3912.0, 3931.0, 3902.0, 3921.0, 3891.0, 3925.0, 3894.0, 3958.0, 3907.0, 3948.0, 3905.0, 3937.0, 3906.0, 3950.0, 3937.0, 3960.0, 3928.0, 3950.0, 3917.0, 3950.0, 3970.0, 3951.0, 3982.0, 3950.0, 3969.0, 3938.0, 3958.0, 3915.0, 3948.0, 3945.0, 3924.0, 3965.0, 3912.0, 3943.0, 3900.0, 3932.0, 3890.0, 3932.0, 3888.0, 3910.0, 3899.0, 3911.0, 3954.0, 3922.0, 3952.0, 3922.0, 3953.0, 3900.0, 3931.0, 3900.0, 3932.0, 3899.0, 3923.0, 3930.0, 3900.0, 3963.0, 3922.0, 3953.0, 3911.0, 3943.0, 3889.0, 3932.0, 3900.0, 3922.0, 3963.0, 3922.0, 3942.0, 3911.0, 3931.0, 3900.0, 3932.0, 3890.0, 3933.0, 3911.0, 3934.0, 3931.0, 3913.0, 3964.0, 3934.0, 3954.0, 3935.0, 3955.0, 3913.0, 3946.0, 3914.0, 3946.0, 3914.0, 3958.0, 3904.0, 3948.0, 3949.0, 3949.0, 3979.0, 3948.0, 3979.0, 3937.0, 3968.0, 3936.0, 3956.0, 3926.0, 3957.0, 3914.0, 3957.0, 3914.0, 3936.0, 3965.0, 3936.0, 3967.0, 3946.0, 3956.0, 3924.0, 3946.0, 3914.0, 3956.0, 3915.0, 3958.0, 3904.0, 3946.0, 3903.0, 3936.0, 3936.0, 3947.0, 3936.0, 3936.0, 3935.0, 3926.0, 3979.0, 3938.0, 3979.0, 3938.0, 3978.0, 3938.0, 3969.0, 3938.0, 3969.0, 3926.0, 3958.0, 3925.0, 3948.0, 3935.0, 3947.0, 3945.0, 3915.0, 3977.0, 3925.0, 3956.0, 3925.0, 3957.0, 3915.0, 3946.0, 3904.0, 3947.0, 3904.0, 3947.0, 3914.0, 3936.0, 3966.0, 3925.0, 3968.0, 3936.0, 3956.0, 3925.0, 3946.0, 3902.0, 3946.0, 3914.0, 3957.0, 3914.0, 3936.0, 3945.0, 3926.0, 3976.0, 3936.0, 3958.0, 3936.0, 3957.0, 3914.0, 3946.0, 3913.0, 3936.0, 3966.0, 3935.0, 3977.0, 3924.0, 3956.0, 3924.0, 3945.0, 3915.0, 3957.0, 3904.0, 3947.0, 3904.0, 3937.0, 3956.0, 3948.0, 3968.0, 3938.0, 3979.0, 3928.0, 3969.0, 3949.0, 3970.0, 3939.0, 3959.0, 3920.0, 3959.0, 3918.0, 3972.0, 3952.0, 3982.0, 3940.0, 3972.0, 3931.0, 3972.0, 3944.0, 3985.0, 3966.0, 3995.0, 3967.0, 3996.0, 3954.0, 3964.0, 3974.0, 3973.0, 3986.0, 3941.0, 3974.0, 3941.0, 3970.0, 3929.0, 3970.0, 3917.0, 3968.0, 3928.0, 3967.0, 3926.0, 3965.0, 3912.0, 3964.0, 3901.0, 3942.0, 3899.0, 3929.0, 3899.0, 3930.0, 3888.0, 3920.0, 3890.0, 3911.0, 3889.0, 3931.0, 3879.0, 3932.0, 3890.0, 3922.0, 3891.0, 3924.0, 3913.0, 3946.0, 3916.0, 3937.0, 3915.0, 3948.0, 3927.0, 3971.0, 3939.0, 3971.0, 3949.0, 3962.0, 3958.0, 3939.0, 3980.0, 3951.0, 3980.0, 3938.0, 3978.0, 3916.0, 3968.0, 3926.0, 3958.0, 3936.0, 3946.0, 3914.0, 3934.0, 3892.0, 3923.0, 3901.0, 3934.0, 3932.0, 3922.0, 3952.0, 3900.0, 3953.0, 3900.0, 3942.0, 3911.0, 3942.0, 3901.0, 3931.0, 3889.0, 3921.0, 3900.0, 3943.0, 3901.0, 3945.0, 3890.0, 3921.0, 3890.0, 3955.0, 3914.0, 3956.0, 3904.0, 3956.0, 3914.0, 3956.0, 3925.0, 3956.0, 3923.0, 3954.0, 3912.0, 3944.0, 3913.0, 3954.0, 3924.0, 3964.0, 3902.0, 3953.0, 3901.0, 3943.0, 3912.0, 3943.0, 3911.0, 3932.0, 3890.0, 3922.0, 3889.0, 3922.0, 3931.0, 3900.0, 3951.0, 3900.0, 3941.0, 3900.0, 3942.0, 3899.0, 3943.0, 3889.0, 3921.0, 3920.0, 3900.0, 3961.0, 3921.0, 3941.0, 3900.0, 3931.0, 3901.0, 3943.0, 3912.0, 3944.0, 3901.0, 3944.0, 3890.0, 3934.0, 3922.0, 3945.0, 3942.0, 3923.0, 3963.0, 3923.0, 3954.0, 3924.0, 3954.0, 3912.0, 3943.0, 3902.0, 3944.0, 3902.0, 3945.0, 3901.0, 3922.0, 3943.0, 3913.0, 3965.0, 3934.0, 3954.0, 3913.0, 3943.0, 3912.0, 3945.0, 3902.0, 3945.0, 3901.0, 3923.0, 3911.0, 3923.0, 3965.0, 3934.0, 3965.0, 3913.0, 3954.0, 3911.0, 3944.0, 3913.0, 3945.0, 3902.0, 3934.0, 3891.0, 3933.0, 3954.0, 3924.0, 3965.0, 3934.0, 3955.0, 3912.0, 3945.0, 3901.0, 3934.0, 3922.0, 3913.0, 3964.0, 3922.0, 3944.0, 3923.0, 3944.0, 3902.0, 3934.0, 3902.0, 3935.0, 3934.0, 3946.0, 3966.0, 3925.0, 3967.0, 3926.0, 3957.0, 3937.0, 3958.0, 3926.0, 3959.0, 3915.0, 3948.0, 3958.0, 3948.0, 3979.0, 3937.0, 3967.0, 3936.0, 3957.0, 3936.0, 3957.0, 3926.0, 3957.0, 3904.0, 3948.0, 3916.0, 3958.0, 3936.0, 3948.0, 3957.0, 3927.0, 3979.0, 3939.0, 3980.0, 3950.0, 3969.0, 3938.0, 3959.0, 3928.0, 3970.0, 3927.0, 3970.0, 3926.0, 3958.0, 3936.0, 3937.0, 3967.0, 3936.0, 3967.0, 3924.0, 3956.0, 3924.0, 3945.0, 3913.0, 3945.0, 3902.0, 3934.0, 3891.0, 3924.0, 3944.0, 3935.0, 3965.0, 3924.0, 3955.0, 3924.0, 3945.0, 3913.0, 3945.0, 3902.0, 3935.0, 3922.0, 3925.0, 3965.0, 3935.0, 3955.0, 3923.0, 3954.0, 3925.0, 3956.0, 3913.0, 3956.0, 3903.0, 3944.0, 3934.0, 3935.0, 3977.0, 3946.0, 3966.0, 3936.0, 3956.0, 3926.0, 3958.0, 3915.0, 3957.0, 3915.0, 3937.0, 3978.0, 3936.0, 3968.0, 3936.0, 3958.0, 3924.0, 3936.0, 3955.0, 3924.0, 3966.0, 3934.0, 3955.0, 3913.0, 3944.0, 3902.0, 3935.0, 3913.0, 3935.0, 3966.0, 3936.0, 3967.0, 3925.0, 3956.0, 3926.0, 3957.0, 3927.0, 3958.0, 3939.0, 3970.0, 3930.0, 3972.0, 3932.0, 3983.0, 3942.0, 3985.0, 3931.0, 3974.0, 3972.0, 3952.0, 3983.0, 3961.0, 3972.0, 3939.0, 3960.0, 3936.0, 3938.0, 3967.0, 3926.0, 3967.0, 3924.0, 3956.0, 3913.0, 3946.0, 3915.0, 3956.0, 3904.0, 3946.0, 3904.0, 3937.0, 3956.0, 3936.0, 3967.0, 3936.0, 3967.0, 3925.0, 3957.0, 3925.0, 3957.0, 3914.0, 3946.0, 3913.0, 3935.0, 3945.0, 3926.0, 3966.0, 3946.0, 3955.0, 3924.0, 3945.0, 3914.0, 3946.0, 3913.0, 3945.0, 3913.0, 3935.0, 3933.0, 3913.0, 3965.0, 3934.0, 3955.0, 3934.0, 3955.0, 3914.0, 3945.0, 3903.0, 3946.0, 3914.0, 3946.0, 3934.0, 3925.0, 3966.0, 3934.0, 3956.0, 3924.0, 3956.0, 3913.0, 3945.0, 3903.0, 3935.0, 3902.0, 3946.0, 3934.0, 3944.0, 3944.0, 3924.0, 3965.0, 3925.0, 3956.0, 3935.0, 3955.0, 3925.0, 3945.0, 3924.0, 3947.0, 3925.0, 3956.0, 3914.0, 3945.0, 3903.0, 3946.0, 3904.0, 3946.0, 3914.0, 3946.0, 3934.0, 3924.0, 3966.0, 3935.0, 3956.0, 3936.0, 3955.0, 3924.0, 3945.0, 3915.0, 3956.0, 3915.0, 3968.0, 3914.0, 3945.0, 3903.0, 3935.0, 3924.0, 3946.0, 3936.0, 3947.0, 3946.0, 3926.0, 3957.0, 3938.0, 3969.0, 3949.0, 3968.0, 3938.0, 3978.0, 3938.0, 3969.0, 3937.0, 3956.0, 3926.0, 3957.0, 3902.0, 3944.0, 3913.0, 3945.0, 3924.0, 3935.0, 3954.0, 3913.0, 3966.0, 3924.0, 3957.0, 3937.0, 3956.0, 3927.0, 3946.0, 3915.0, 3957.0, 3938.0, 3969.0, 3937.0, 3947.0, 3917.0, 3928.0, 3919.0, 3939.0, 3950.0, 3953.0, 3984.0, 3962.0, 3972.0, 3930.0, 3972.0, 3919.0, 3960.0, 3947.0, 3948.0, 3935.0, 3949.0, 3936.0, 3936.0, 3913.0, 3923.0, 3911.0, 3934.0, 3944.0, 3935.0, 3901.0, 3932.0, 3892.0, 3933.0, 3892.0, 3934.0, 3912.0, 3946.0, 3923.0, 3947.0, 3933.0, 3902.0, 3952.0, 3899.0, 3942.0, 3912.0, 3944.0, 3914.0, 3946.0, 3904.0, 3933.0, 3914.0, 3946.0, 3916.0, 3946.0, 3905.0, 3945.0, 3904.0, 3944.0, 3915.0, 3955.0, 3936.0, 3955.0, 3925.0, 3934.0, 3915.0, 3934.0, 3925.0, 3923.0, 3934.0, 3901.0, 3923.0, 3890.0, 3921.0, 3889.0, 3945.0, 3892.0, 3945.0, 3893.0, 3934.0, 3903.0, 3944.0, 3915.0, 3956.0, 3925.0, 3954.0, 3911.0, 3943.0, 3902.0, 3942.0, 3902.0, 3953.0, 3912.0, 3952.0, 3902.0, 3942.0, 3892.0, 3932.0, 3891.0, 3931.0, 3900.0, 3931.0, 3922.0, 3922.0, 3922.0, 3899.0, 3910.0, 3886.0, 3899.0, 3877.0, 3921.0, 3888.0, 3932.0, 3879.0, 3921.0, 3890.0, 3921.0, 3880.0, 3944.0, 3914.0, 3955.0, 3915.0, 3945.0, 3905.0, 3945.0, 3916.0, 3957.0, 3926.0, 3946.0, 3914.0, 3945.0, 3903.0, 3933.0, 3903.0, 3934.0, 3902.0, 3933.0, 3892.0, 3923.0, 3892.0, 3923.0, 3893.0, 3946.0, 3893.0, 3936.0, 3893.0, 3914.0, 3915.0, 3939.0, 3937.0, 3948.0, 3907.0, 3928.0, 3906.0, 3928.0, 3918.0, 3961.0, 3929.0, 3951.0, 3929.0, 3951.0, 3950.0, 3961.0, 3948.0, 3949.0, 3937.0, 3927.0, 3947.0, 3939.0, 3969.0, 3951.0, 3970.0, 3929.0, 3968.0, 3926.0, 3968.0, 3937.0, 3957.0, 3915.0, 3946.0, 3903.0, 3934.0, 3915.0, 3947.0, 3916.0, 3957.0, 3903.0, 3934.0, 3893.0, 3934.0, 3894.0, 3958.0, 3926.0, 3948.0, 3915.0, 3926.0, 3923.0, 3914.0, 3934.0, 3925.0, 3924.0, 3925.0, 3915.0, 3915.0, 3935.0, 3927.0, 3958.0, 3939.0, 3978.0, 3915.0, 3956.0, 3913.0, 3945.0, 3912.0, 3954.0, 3902.0, 3921.0, 3890.0, 3911.0, 3889.0, 3911.0, 3879.0, 3901.0, 3909.0, 3904.0, 3956.0, 3915.0, 3954.0, 3913.0], 'WindowWidth': [8924.0, 8836.0, 8868.0, 8782.0, 8814.0, 8758.0, 8791.0, 8730.0, 8762.0, 8690.0, 8739.0, 8689.0, 8736.0, 8695.0, 8739.0, 8695.0, 8736.0, 8699.0, 8752.0, 8712.0, 8754.0, 8693.0, 8752.0, 8695.0, 8737.0, 8716.0, 8739.0, 8684.0, 8742.0, 8700.0, 8758.0, 8720.0, 8763.0, 8722.0, 8766.0, 8746.0, 8787.0, 8730.0, 8786.0, 8714.0, 8773.0, 8730.0, 8794.0, 8760.0, 8829.0, 8752.0, 8812.0, 8752.0, 8799.0, 8753.0, 8815.0, 8753.0, 8814.0, 8754.0, 8801.0, 8755.0, 8804.0, 8776.0, 8836.0, 8778.0, 8837.0, 8777.0, 8822.0, 8780.0, 8856.0, 8810.0, 8854.0, 8790.0, 8822.0, 8773.0, 8817.0, 8789.0, 8836.0, 8831.0, 8821.0, 8827.0, 8786.0, 8847.0, 8782.0, 8830.0, 8788.0, 8827.0, 8770.0, 8812.0, 8754.0, 8799.0, 8759.0, 8813.0, 8767.0, 8802.0, 8767.0, 8785.0, 8842.0, 8788.0, 8844.0, 8803.0, 8844.0, 8787.0, 8829.0, 8788.0, 8831.0, 8794.0, 8849.0, 8806.0, 8849.0, 8791.0, 8836.0, 8792.0, 8855.0, 8795.0, 8855.0, 8789.0, 8834.0, 8797.0, 8804.0, 8833.0, 8805.0, 8844.0, 8787.0, 8842.0, 8781.0, 8832.0, 8768.0, 8812.0, 8750.0, 8794.0, 8736.0, 8799.0, 8757.0, 8799.0, 8768.0, 8783.0, 8807.0, 8769.0, 8843.0, 8771.0, 8825.0, 8785.0, 8827.0, 8771.0, 8814.0, 8788.0, 8830.0, 8772.0, 8817.0, 8756.0, 8819.0, 8772.0, 8816.0, 8800.0, 8790.0, 8846.0, 8785.0, 8832.0, 8802.0, 8829.0, 8787.0, 8830.0, 8768.0, 8812.0, 8772.0, 8816.0, 8756.0, 8816.0, 8753.0, 8799.0, 8797.0, 8787.0, 8844.0, 8800.0, 8841.0, 8769.0, 8825.0, 8772.0, 8830.0, 8786.0, 8831.0, 8755.0, 8816.0, 8754.0, 8815.0, 8786.0, 8816.0, 8786.0, 8802.0, 8808.0, 8771.0, 8844.0, 8787.0, 8847.0, 8787.0, 8830.0, 8790.0, 8833.0, 8786.0, 8831.0, 8753.0, 8799.0, 8754.0, 8800.0, 8838.0, 8781.0, 8840.0, 8764.0, 8810.0, 8781.0, 8811.0, 8747.0, 8791.0, 8729.0, 8763.0, 8822.0, 8779.0, 8838.0, 8779.0, 8806.0, 8771.0, 8814.0, 8774.0, 8830.0, 8777.0, 8836.0, 8782.0, 8839.0, 8780.0, 8857.0, 8812.0, 8857.0, 8852.0, 8825.0, 8867.0, 8800.0, 8835.0, 8805.0, 8834.0, 8783.0, 8817.0, 8823.0, 8769.0, 8845.0, 8794.0, 8824.0, 8763.0, 8795.0, 8750.0, 8796.0, 8822.0, 8780.0, 8838.0, 8781.0, 8809.0, 8749.0, 8795.0, 8752.0, 8799.0, 8826.0, 8798.0, 8840.0, 8783.0, 8811.0, 8776.0, 8832.0, 8770.0, 8830.0, 8756.0, 8802.0, 8813.0, 8807.0, 8866.0, 8836.0, 8850.0, 8823.0, 8854.0, 8796.0, 8859.0, 8809.0, 8854.0, 8821.0, 8823.0, 8851.0, 8804.0, 8853.0, 8821.0, 8850.0, 8792.0, 8835.0, 8793.0, 8852.0, 8811.0, 8853.0, 8795.0, 8837.0, 8788.0, 8835.0, 8816.0, 8819.0, 8812.0, 8804.0, 8837.0, 8766.0, 8846.0, 8782.0, 8813.0, 8776.0, 8808.0, 8746.0, 8793.0, 8730.0, 8793.0, 8751.0, 8809.0, 8762.0, 8795.0, 8775.0, 8763.0, 8840.0, 8780.0, 8821.0, 8762.0, 8807.0, 8762.0, 8794.0, 8753.0, 8810.0, 8748.0, 8796.0, 8806.0, 8765.0, 8825.0, 8779.0, 8811.0, 8767.0, 8793.0, 8750.0, 8798.0, 8763.0, 8840.0, 8776.0, 8851.0, 8800.0, 8841.0, 8805.0, 8879.0, 8833.0, 8879.0, 8865.0, 8815.0, 8881.0, 8857.0, 8901.0, 8854.0, 8844.0, 8835.0, 8860.0, 8806.0, 8835.0, 8783.0, 8853.0, 8799.0, 8852.0, 8806.0, 8836.0, 8788.0, 8833.0, 8734.0, 8766.0, 8692.0, 8739.0, 8686.0, 8746.0, 8686.0, 8747.0, 8690.0, 8745.0, 8689.0, 8731.0, 8690.0, 8730.0, 8687.0, 8716.0, 8691.0, 8736.0, 8696.0, 8744.0, 8679.0, 8730.0, 8712.0, 8714.0, 8710.0, 8700.0, 8756.0, 8707.0, 8799.0, 8761.0, 8802.0, 8761.0, 8785.0, 8748.0, 8772.0, 8733.0, 8783.0, 8743.0, 8831.0, 8763.0, 8820.0, 8760.0, 8805.0, 8762.0, 8827.0, 8803.0, 8839.0, 8793.0, 8825.0, 8780.0, 8826.0, 8852.0, 8828.0, 8875.0, 8824.0, 8854.0, 8805.0, 8834.0, 8770.0, 8819.0, 8809.0, 8780.0, 8841.0, 8760.0, 8804.0, 8742.0, 8787.0, 8729.0, 8787.0, 8724.0, 8757.0, 8740.0, 8759.0, 8821.0, 8776.0, 8817.0, 8774.0, 8818.0, 8742.0, 8785.0, 8744.0, 8788.0, 8742.0, 8777.0, 8784.0, 8743.0, 8833.0, 8776.0, 8818.0, 8759.0, 8805.0, 8729.0, 8790.0, 8742.0, 8776.0, 8834.0, 8775.0, 8803.0, 8759.0, 8786.0, 8743.0, 8789.0, 8733.0, 8793.0, 8760.0, 8794.0, 8787.0, 8765.0, 8838.0, 8796.0, 8824.0, 8798.0, 8825.0, 8765.0, 8812.0, 8771.0, 8816.0, 8770.0, 8833.0, 8757.0, 8820.0, 8824.0, 8825.0, 8865.0, 8821.0, 8865.0, 8805.0, 8847.0, 8801.0, 8829.0, 8787.0, 8832.0, 8770.0, 8832.0, 8770.0, 8801.0, 8841.0, 8800.0, 8845.0, 8815.0, 8829.0, 8783.0, 8813.0, 8768.0, 8828.0, 8772.0, 8833.0, 8755.0, 8814.0, 8755.0, 8801.0, 8801.0, 8817.0, 8800.0, 8801.0, 8800.0, 8790.0, 8864.0, 8809.0, 8866.0, 8808.0, 8864.0, 8807.0, 8853.0, 8807.0, 8851.0, 8789.0, 8834.0, 8786.0, 8820.0, 8800.0, 8818.0, 8811.0, 8772.0, 8861.0, 8784.0, 8829.0, 8785.0, 8830.0, 8771.0, 8814.0, 8756.0, 8817.0, 8758.0, 8818.0, 8770.0, 8802.0, 8841.0, 8785.0, 8847.0, 8801.0, 8829.0, 8785.0, 8814.0, 8753.0, 8815.0, 8770.0, 8830.0, 8770.0, 8802.0, 8811.0, 8786.0, 8858.0, 8801.0, 8833.0, 8801.0, 8830.0, 8769.0, 8814.0, 8767.0, 8800.0, 8839.0, 8798.0, 8860.0, 8782.0, 8827.0, 8783.0, 8812.0, 8771.0, 8830.0, 8758.0, 8817.0, 8756.0, 8805.0, 8829.0, 8821.0, 8847.0, 8807.0, 8864.0, 8793.0, 8851.0, 8825.0, 8854.0, 8810.0, 8836.0, 8787.0, 8838.0, 8781.0, 8860.0, 8832.0, 8872.0, 8815.0, 8860.0, 8807.0, 8861.0, 8827.0, 8885.0, 8860.0, 8899.0, 8864.0, 8899.0, 8841.0, 8855.0, 8867.0, 8861.0, 8888.0, 8816.0, 8866.0, 8815.0, 8858.0, 8797.0, 8856.0, 8779.0, 8850.0, 8794.0, 8848.0, 8787.0, 8840.0, 8764.0, 8835.0, 8745.0, 8802.0, 8739.0, 8781.0, 8739.0, 8782.0, 8724.0, 8768.0, 8728.0, 8757.0, 8728.0, 8785.0, 8714.0, 8788.0, 8732.0, 8777.0, 8733.0, 8783.0, 8767.0, 8816.0, 8773.0, 8803.0, 8773.0, 8821.0, 8791.0, 8855.0, 8809.0, 8857.0, 8822.0, 8842.0, 8833.0, 8809.0, 8867.0, 8827.0, 8865.0, 8807.0, 8861.0, 8773.0, 8849.0, 8785.0, 8835.0, 8799.0, 8816.0, 8767.0, 8794.0, 8735.0, 8778.0, 8746.0, 8794.0, 8788.0, 8776.0, 8815.0, 8743.0, 8819.0, 8743.0, 8803.0, 8758.0, 8801.0, 8745.0, 8786.0, 8728.0, 8772.0, 8744.0, 8806.0, 8748.0, 8810.0, 8731.0, 8773.0, 8732.0, 8824.0, 8770.0, 8828.0, 8755.0, 8828.0, 8769.0, 8827.0, 8784.0, 8828.0, 8778.0, 8823.0, 8762.0, 8808.0, 8766.0, 8822.0, 8780.0, 8836.0, 8750.0, 8818.0, 8747.0, 8807.0, 8762.0, 8807.0, 8760.0, 8791.0, 8731.0, 8775.0, 8729.0, 8774.0, 8785.0, 8744.0, 8814.0, 8742.0, 8800.0, 8743.0, 8802.0, 8740.0, 8806.0, 8728.0, 8774.0, 8768.0, 8745.0, 8829.0, 8773.0, 8799.0, 8744.0, 8786.0, 8747.0, 8805.0, 8764.0, 8808.0, 8748.0, 8808.0, 8732.0, 8795.0, 8776.0, 8810.0, 8802.0, 8778.0, 8833.0, 8777.0, 8824.0, 8780.0, 8822.0, 8763.0, 8806.0, 8750.0, 8810.0, 8750.0, 8811.0, 8748.0, 8777.0, 8805.0, 8766.0, 8840.0, 8795.0, 8822.0, 8766.0, 8807.0, 8765.0, 8811.0, 8750.0, 8812.0, 8748.0, 8780.0, 8761.0, 8780.0, 8838.0, 8795.0, 8839.0, 8765.0, 8822.0, 8763.0, 8809.0, 8765.0, 8812.0, 8749.0, 8795.0, 8736.0, 8794.0, 8821.0, 8783.0, 8842.0, 8795.0, 8825.0, 8764.0, 8810.0, 8748.0, 8794.0, 8776.0, 8765.0, 8837.0, 8777.0, 8808.0, 8779.0, 8809.0, 8750.0, 8797.0, 8752.0, 8798.0, 8794.0, 8814.0, 8841.0, 8787.0, 8847.0, 8788.0, 8832.0, 8804.0, 8835.0, 8790.0, 8837.0, 8774.0, 8821.0, 8834.0, 8822.0, 8865.0, 8804.0, 8848.0, 8803.0, 8834.0, 8803.0, 8833.0, 8789.0, 8832.0, 8759.0, 8820.0, 8777.0, 8835.0, 8803.0, 8822.0, 8831.0, 8792.0, 8867.0, 8812.0, 8868.0, 8828.0, 8854.0, 8810.0, 8837.0, 8795.0, 8854.0, 8793.0, 8855.0, 8789.0, 8836.0, 8800.0, 8806.0, 8847.0, 8802.0, 8847.0, 8782.0, 8829.0, 8782.0, 8812.0, 8766.0, 8811.0, 8749.0, 8794.0, 8733.0, 8782.0, 8808.0, 8796.0, 8841.0, 8781.0, 8826.0, 8781.0, 8811.0, 8767.0, 8813.0, 8751.0, 8798.0, 8777.0, 8784.0, 8841.0, 8798.0, 8827.0, 8779.0, 8823.0, 8785.0, 8829.0, 8768.0, 8828.0, 8753.0, 8811.0, 8794.0, 8799.0, 8859.0, 8814.0, 8843.0, 8800.0, 8830.0, 8790.0, 8836.0, 8775.0, 8833.0, 8773.0, 8805.0, 8861.0, 8802.0, 8850.0, 8801.0, 8835.0, 8783.0, 8800.0, 8824.0, 8782.0, 8843.0, 8796.0, 8825.0, 8765.0, 8808.0, 8751.0, 8798.0, 8766.0, 8799.0, 8841.0, 8800.0, 8845.0, 8786.0, 8829.0, 8788.0, 8831.0, 8793.0, 8835.0, 8811.0, 8855.0, 8803.0, 8860.0, 8809.0, 8878.0, 8822.0, 8884.0, 8806.0, 8868.0, 8860.0, 8832.0, 8880.0, 8843.0, 8861.0, 8809.0, 8842.0, 8802.0, 8807.0, 8844.0, 8787.0, 8848.0, 8783.0, 8830.0, 8768.0, 8815.0, 8772.0, 8829.0, 8756.0, 8816.0, 8756.0, 8803.0, 8829.0, 8803.0, 8846.0, 8802.0, 8847.0, 8786.0, 8830.0, 8787.0, 8831.0, 8768.0, 8815.0, 8767.0, 8800.0, 8812.0, 8787.0, 8846.0, 8814.0, 8827.0, 8784.0, 8812.0, 8768.0, 8815.0, 8768.0, 8813.0, 8766.0, 8797.0, 8792.0, 8765.0, 8842.0, 8796.0, 8825.0, 8796.0, 8825.0, 8769.0, 8812.0, 8755.0, 8815.0, 8769.0, 8814.0, 8796.0, 8785.0, 8846.0, 8797.0, 8829.0, 8783.0, 8827.0, 8767.0, 8811.0, 8753.0, 8798.0, 8751.0, 8814.0, 8796.0, 8811.0, 8809.0, 8783.0, 8842.0, 8784.0, 8828.0, 8799.0, 8826.0, 8784.0, 8811.0, 8784.0, 8816.0, 8785.0, 8829.0, 8769.0, 8813.0, 8755.0, 8815.0, 8756.0, 8815.0, 8768.0, 8814.0, 8795.0, 8783.0, 8844.0, 8799.0, 8829.0, 8801.0, 8827.0, 8783.0, 8812.0, 8774.0, 8830.0, 8772.0, 8848.0, 8771.0, 8814.0, 8755.0, 8800.0, 8783.0, 8816.0, 8800.0, 8818.0, 8815.0, 8789.0, 8830.0, 8809.0, 8851.0, 8825.0, 8849.0, 8807.0, 8863.0, 8806.0, 8852.0, 8805.0, 8831.0, 8787.0, 8831.0, 8751.0, 8811.0, 8767.0, 8811.0, 8782.0, 8798.0, 8823.0, 8767.0, 8842.0, 8783.0, 8831.0, 8804.0, 8829.0, 8790.0, 8815.0, 8771.0, 8830.0, 8809.0, 8850.0, 8806.0, 8819.0, 8779.0, 8795.0, 8785.0, 8812.0, 8827.0, 8836.0, 8879.0, 8846.0, 8862.0, 8800.0, 8860.0, 8784.0, 8841.0, 8816.0, 8819.0, 8797.0, 8823.0, 8797.0, 8800.0, 8763.0, 8778.0, 8759.0, 8792.0, 8805.0, 8795.0, 8744.0, 8788.0, 8736.0, 8793.0, 8735.0, 8794.0, 8761.0, 8812.0, 8778.0, 8815.0, 8790.0, 8749.0, 8815.0, 8741.0, 8802.0, 8762.0, 8807.0, 8766.0, 8813.0, 8755.0, 8790.0, 8767.0, 8814.0, 8774.0, 8812.0, 8759.0, 8810.0, 8756.0, 8806.0, 8770.0, 8825.0, 8799.0, 8824.0, 8782.0, 8792.0, 8769.0, 8794.0, 8784.0, 8777.0, 8792.0, 8743.0, 8776.0, 8727.0, 8771.0, 8728.0, 8808.0, 8735.0, 8809.0, 8737.0, 8794.0, 8750.0, 8808.0, 8769.0, 8828.0, 8782.0, 8821.0, 8758.0, 8802.0, 8747.0, 8802.0, 8749.0, 8817.0, 8764.0, 8816.0, 8747.0, 8799.0, 8733.0, 8787.0, 8732.0, 8784.0, 8741.0, 8785.0, 8775.0, 8772.0, 8775.0, 8738.0, 8755.0, 8719.0, 8738.0, 8706.0, 8769.0, 8723.0, 8786.0, 8710.0, 8769.0, 8728.0, 8770.0, 8717.0, 8806.0, 8768.0, 8824.0, 8769.0, 8811.0, 8756.0, 8810.0, 8773.0, 8831.0, 8787.0, 8812.0, 8767.0, 8808.0, 8749.0, 8790.0, 8749.0, 8793.0, 8748.0, 8791.0, 8733.0, 8777.0, 8734.0, 8778.0, 8737.0, 8812.0, 8737.0, 8798.0, 8738.0, 8768.0, 8771.0, 8809.0, 8803.0, 8820.0, 8764.0, 8792.0, 8761.0, 8795.0, 8780.0, 8842.0, 8796.0, 8828.0, 8795.0, 8828.0, 8824.0, 8839.0, 8819.0, 8821.0, 8802.0, 8790.0, 8814.0, 8808.0, 8851.0, 8828.0, 8851.0, 8794.0, 8846.0, 8787.0, 8849.0, 8802.0, 8831.0, 8770.0, 8812.0, 8751.0, 8794.0, 8770.0, 8816.0, 8771.0, 8829.0, 8750.0, 8793.0, 8738.0, 8793.0, 8741.0, 8831.0, 8787.0, 8819.0, 8770.0, 8787.0, 8777.0, 8766.0, 8794.0, 8782.0, 8779.0, 8782.0, 8770.0, 8771.0, 8795.0, 8790.0, 8833.0, 8807.0, 8859.0, 8769.0, 8827.0, 8764.0, 8812.0, 8761.0, 8822.0, 8746.0, 8774.0, 8729.0, 8757.0, 8727.0, 8759.0, 8714.0, 8745.0, 8755.0, 8752.0, 8827.0, 8772.0, 8821.0, 8766.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.000553208395802099</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022683550974512745</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.81971321189051</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.271067682640661</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038092724681165</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4115.1572</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08698124671001047</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.2233883058470765</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.574270528276335</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.472847850133622</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8642822953465523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3856814393488315</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0152534</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01714530773460865</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03534803166985512</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.825290518722269</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9075</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8151</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.2988</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297095.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>976.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.5697</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2627</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.227</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3095.4164</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.7529</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.35244625946507</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> |