=== 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-0020 --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-0020",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
130 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
130 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-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0020_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_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-0020/ses-01/func/sub-0020_ses-01_task-alignvideo_acq-mb8_run-04_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>e68ad5df77b44469f6b198b8036b65f5</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>11:28:16.860000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996315, -0.0521302, 0.0681143, 0.0400161, 0.984897, 0.168455]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'FMRI', 'NONE', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0846372</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-04_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>59</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7777, -7223, 557, -70, -242, 110, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>245.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>535add0a-f000-4528-99ac-29d97713b3ab||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673039436340332, 0.10736031085252762, 0.20484139025211334, 104.33385467529297], [0.13986144959926605, 2.6424059867858887, 0.44579288363456726, -108.28345489501953], [0.1827457994222641, -0.45195233821868896, 2.6550536155700684, -41.95502853393555], [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, 1209]</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], 'AcquisitionTime': ['112816.860000', '112817.320000', '112817.780000', '112818.240000', '112818.700000', '112819.160000', '112819.620000', '112820.080000', '112820.540000', '112821.000000', '112821.460000', '112821.920000', '112822.380000', '112822.840000', '112823.300000', '112823.760000', '112824.220000', '112824.680000', '112825.140000', '112825.600000', '112826.060000', '112826.520000', '112826.980000', '112827.440000', '112827.900000', '112828.360000', '112828.820000', '112829.280000', '112829.740000', '112830.200000', '112830.660000', '112831.120000', '112831.580000', '112832.040000', '112832.500000', '112832.960000', '112833.420000', '112833.880000', '112834.340000', '112834.800000', '112835.260000', '112835.720000', '112836.180000', '112836.640000', '112837.100000', '112837.560000', '112838.020000', '112838.480000', '112838.940000', '112839.400000', '112839.860000', '112840.320000', '112840.780000', '112841.240000', '112841.700000', '112842.160000', '112842.620000', '112843.080000', '112843.540000', '112844.000000', '112844.460000', '112844.920000', '112845.380000', '112845.840000', '112846.300000', '112846.760000', '112847.220000', '112847.680000', '112848.140000', '112848.600000', '112849.060000', '112849.520000', '112849.980000', '112850.440000', '112850.900000', '112851.360000', '112851.820000', '112852.280000', '112852.740000', '112853.200000', '112853.660000', '112854.120000', '112854.580000', '112855.040000', '112855.500000', '112855.960000', '112856.420000', '112856.880000', '112857.340000', '112857.800000', '112858.260000', '112858.720000', '112859.180000', '112859.640000', '112900.100000', '112900.560000', '112901.020000', '112901.480000', '112901.940000', '112902.400000', '112902.860000', '112903.320000', '112903.780000', '112904.240000', '112904.700000', '112905.160000', '112905.620000', '112906.080000', '112906.540000', '112907.000000', '112907.460000', '112907.920000', '112908.380000', '112908.840000', '112909.300000', '112909.760000', '112910.220000', '112910.680000', '112911.140000', '112911.600000', '112912.060000', '112912.520000', '112912.980000', '112913.440000', '112913.900000', '112914.360000', '112914.820000', '112915.280000', '112915.740000', '112916.200000', '112916.660000', '112917.120000', '112917.580000', '112918.040000', '112918.500000', '112918.960000', '112919.420000', '112919.880000', '112920.340000', '112920.800000', '112921.260000', '112921.720000', '112922.180000', '112922.640000', '112923.100000', '112923.560000', '112924.020000', '112924.480000', '112924.940000', '112925.400000', '112925.860000', '112926.320000', '112926.780000', '112927.240000', '112927.700000', '112928.160000', '112928.620000', '112929.080000', '112929.540000', '112930.000000', '112930.460000', '112930.920000', '112931.380000', '112931.840000', '112932.300000', '112932.760000', '112933.220000', '112933.680000', '112934.140000', '112934.600000', '112935.060000', '112935.520000', '112935.980000', '112936.440000', '112936.900000', '112937.360000', '112937.820000', '112938.280000', '112938.740000', '112939.200000', '112939.660000', '112940.120000', '112940.580000', '112941.040000', '112941.500000', '112941.960000', '112942.420000', '112942.880000', '112943.340000', '112943.800000', '112944.260000', '112944.720000', '112945.180000', '112945.640000', '112946.100000', '112946.560000', '112947.020000', '112947.480000', '112947.940000', '112948.400000', '112948.860000', '112949.320000', '112949.780000', '112950.240000', '112950.700000', '112951.160000', '112951.620000', '112952.080000', '112952.540000', '112953.000000', '112953.460000', '112953.920000', '112954.380000', '112954.840000', '112955.300000', '112955.760000', '112956.220000', '112956.680000', '112957.140000', '112957.600000', '112958.060000', '112958.520000', '112958.980000', '112959.440000', '112959.900000', '113000.360000', '113000.820000', '113001.280000', '113001.740000', '113002.200000', '113002.660000', '113003.120000', '113003.580000', '113004.040000', '113004.500000', '113004.960000', '113005.420000', '113005.880000', '113006.340000', '113006.800000', '113007.260000', '113007.720000', '113008.180000', '113008.640000', '113009.100000', '113009.560000', '113010.020000', '113010.480000', '113010.940000', '113011.400000', '113011.860000', '113012.320000', '113012.780000', '113013.240000', '113013.700000', '113014.160000', '113014.620000', '113015.080000', '113015.540000', '113016.000000', '113016.460000', '113016.920000', '113017.380000', '113017.840000', '113018.300000', '113018.760000', '113019.220000', '113019.680000', '113020.140000', '113020.600000', '113021.060000', '113021.520000', '113021.980000', '113022.440000', '113022.900000', '113023.360000', '113023.820000', '113024.280000', '113024.740000', '113025.200000', '113025.660000', '113026.120000', '113026.580000', '113027.040000', '113027.500000', '113027.960000', '113028.420000', '113028.880000', '113029.340000', '113029.800000', '113030.260000', '113030.720000', '113031.180000', '113031.640000', '113032.100000', '113032.560000', '113033.020000', '113033.480000', '113033.940000', '113034.400000', '113034.860000', '113035.320000', '113035.780000', '113036.240000', '113036.700000', '113037.160000', '113037.620000', '113038.080000', '113038.540000', '113039.000000', '113039.460000', '113039.920000', '113040.380000', '113040.840000', '113041.300000', '113041.760000', '113042.220000', '113042.680000', '113043.140000', '113043.600000', '113044.060000', '113044.520000', '113044.980000', '113045.440000', '113045.900000', '113046.360000', '113046.820000', '113047.280000', '113047.740000', '113048.200000', '113048.660000', '113049.120000', '113049.580000', '113050.040000', '113050.500000', '113050.960000', '113051.420000', '113051.880000', '113052.340000', '113052.800000', '113053.260000', '113053.720000', '113054.180000', '113054.640000', '113055.100000', '113055.560000', '113056.020000', '113056.480000', '113056.940000', '113057.400000', '113057.860000', '113058.320000', '113058.780000', '113059.240000', '113059.700000', '113100.160000', '113100.620000', '113101.080000', '113101.540000', '113102.000000', '113102.460000', '113102.920000', '113103.380000', '113103.840000', '113104.300000', '113104.760000', '113105.220000', '113105.680000', '113106.140000', '113106.600000', '113107.060000', '113107.520000', '113107.980000', '113108.440000', '113108.900000', '113109.360000', '113109.820000', '113110.280000', '113110.740000', '113111.200000', '113111.660000', '113112.120000', '113112.580000', '113113.040000', '113113.500000', '113113.960000', '113114.420000', '113114.880000', '113115.340000', '113115.800000', '113116.260000', '113116.720000', '113117.180000', '113117.640000', '113118.100000', '113118.560000', '113119.020000', '113119.480000', '113119.940000', '113120.400000', '113120.860000', '113121.320000', '113121.780000', '113122.240000', '113122.700000', '113123.160000', '113123.620000', '113124.080000', '113124.540000', '113125.000000', '113125.460000', '113125.920000', '113126.380000', '113126.840000', '113127.300000', '113127.760000', '113128.220000', '113128.680000', '113129.140000', '113129.600000', '113130.060000', '113130.520000', '113130.980000', '113131.440000', '113131.900000', '113132.360000', '113132.820000', '113133.280000', '113133.740000', '113134.200000', '113134.660000', '113135.120000', '113135.580000', '113136.040000', '113136.500000', '113136.960000', '113137.420000', '113137.880000', '113138.340000', '113138.800000', '113139.260000', '113139.720000', '113140.180000', '113140.640000', '113141.100000', '113141.560000', '113142.020000', '113142.480000', '113142.940000', '113143.400000', '113143.860000', '113144.320000', '113144.780000', '113145.240000', '113145.700000', '113146.160000', '113146.620000', '113147.080000', '113147.540000', '113148.000000', '113148.460000', '113148.920000', '113149.380000', '113149.840000', '113150.300000', '113150.760000', '113151.220000', '113151.680000', '113152.140000', '113152.600000', '113153.060000', '113153.520000', '113153.980000', '113154.440000', '113154.900000', '113155.360000', '113155.820000', '113156.280000', '113156.740000', '113157.200000', '113157.660000', '113158.120000', '113158.580000', '113159.040000', '113159.500000', '113159.960000', '113200.420000', '113200.880000', '113201.340000', '113201.800000', '113202.260000', '113202.720000', '113203.180000', '113203.640000', '113204.100000', '113204.560000', '113205.020000', '113205.480000', '113205.940000', '113206.400000', '113206.860000', '113207.320000', '113207.780000', '113208.240000', '113208.700000', '113209.160000', '113209.620000', '113210.080000', '113210.540000', '113211.000000', '113211.460000', '113211.920000', '113212.380000', '113212.840000', '113213.300000', '113213.760000', '113214.220000', '113214.680000', '113215.140000', '113215.600000', '113216.060000', '113216.520000', '113216.980000', '113217.440000', '113217.900000', '113218.360000', '113218.820000', '113219.280000', '113219.740000', '113220.200000', '113220.660000', '113221.120000', '113221.580000', '113222.040000', '113222.500000', '113222.960000', '113223.420000', '113223.880000', '113224.340000', '113224.800000', '113225.260000', '113225.720000', '113226.180000', '113226.640000', '113227.100000', '113227.560000', '113228.020000', '113228.480000', '113228.940000', '113229.400000', '113229.860000', '113230.320000', '113230.780000', '113231.240000', '113231.700000', '113232.160000', '113232.620000', '113233.080000', '113233.540000', '113234.000000', '113234.460000', '113234.920000', '113235.380000', '113235.840000', '113236.300000', '113236.760000', '113237.220000', '113237.680000', '113238.140000', '113238.600000', '113239.060000', '113239.520000', '113239.980000', '113240.440000', '113240.900000', '113241.360000', '113241.820000', '113242.280000', '113242.740000', '113243.200000', '113243.660000', '113244.120000', '113244.580000', '113245.040000', '113245.500000', '113245.960000', '113246.420000', '113246.880000', '113247.340000', '113247.800000', '113248.260000', '113248.720000', '113249.180000', '113249.640000', '113250.100000', '113250.560000', '113251.020000', '113251.480000', '113251.940000', '113252.400000', '113252.860000', '113253.320000', '113253.780000', '113254.240000', '113254.700000', '113255.160000', '113255.620000', '113256.080000', '113256.540000', '113257.000000', '113257.460000', '113257.920000', '113258.380000', '113258.840000', '113259.300000', '113259.760000', '113300.220000', '113300.680000', '113301.140000', '113301.600000', '113302.060000', '113302.520000', '113302.980000', '113303.440000', '113303.900000', '113304.360000', '113304.820000', '113305.280000', '113305.740000', '113306.200000', '113306.660000', '113307.120000', '113307.580000', '113308.040000', '113308.500000', '113308.960000', '113309.420000', '113309.880000', '113310.340000', '113310.800000', '113311.260000', '113311.720000', '113312.180000', '113312.640000', '113313.100000', '113313.560000', '113314.020000', '113314.480000', '113314.940000', '113315.400000', '113315.860000', '113316.320000', '113316.780000', '113317.240000', '113317.700000', '113318.160000', '113318.620000', '113319.080000', '113319.540000', '113320.000000', '113320.460000', '113320.920000', '113321.380000', '113321.840000', '113322.300000', '113322.760000', '113323.220000', '113323.680000', '113324.140000', '113324.600000', '113325.060000', '113325.520000', '113325.980000', '113326.440000', '113326.900000', '113327.360000', '113327.820000', '113328.280000', '113328.740000', '113329.200000', '113329.660000', '113330.120000', '113330.580000', '113331.040000', '113331.500000', '113331.960000', '113332.420000', '113332.880000', '113333.340000', '113333.800000', '113334.260000', '113334.720000', '113335.180000', '113335.640000', '113336.100000', '113336.560000', '113337.020000', '113337.480000', '113337.940000', '113338.400000', '113338.860000', '113339.320000', '113339.780000', '113340.240000', '113340.700000', '113341.160000', '113341.620000', '113342.080000', '113342.540000', '113343.000000', '113343.460000', '113343.920000', '113344.380000', '113344.840000', '113345.300000', '113345.760000', '113346.220000', '113346.680000', '113347.140000', '113347.600000', '113348.060000', '113348.520000', '113348.980000', '113349.440000', '113349.900000', '113350.360000', '113350.820000', '113351.280000', '113351.740000', '113352.200000', '113352.660000', '113353.120000', '113353.580000', '113354.040000', '113354.500000', '113354.960000', '113355.420000', '113355.880000', '113356.340000', '113356.800000', '113357.260000', '113357.720000', '113358.180000', '113358.640000', '113359.100000', '113359.560000', '113400.020000', '113400.480000', '113400.940000', '113401.400000', '113401.860000', '113402.320000', '113402.780000', '113403.240000', '113403.700000', '113404.160000', '113404.620000', '113405.080000', '113405.540000', '113406.000000', '113406.460000', '113406.920000', '113407.380000', '113407.840000', '113408.300000', '113408.760000', '113409.220000', '113409.680000', '113410.140000', '113410.600000', '113411.060000', '113411.520000', '113411.980000', '113412.440000', '113412.900000', '113413.360000', '113413.820000', '113414.280000', '113414.740000', '113415.200000', '113415.660000', '113416.120000', '113416.580000', '113417.040000', '113417.500000', '113417.960000', '113418.420000', '113418.880000', '113419.340000', '113419.800000', '113420.260000', '113420.720000', '113421.180000', '113421.640000', '113422.100000', '113422.560000', '113423.020000', '113423.480000', '113423.940000', '113424.400000', '113424.860000', '113425.320000', '113425.780000', '113426.240000', '113426.700000', '113427.160000', '113427.620000', '113428.080000', '113428.540000', '113429.000000', '113429.460000', '113429.920000', '113430.380000', '113430.840000', '113431.300000', '113431.760000', '113432.220000', '113432.680000', '113433.140000', '113433.600000', '113434.060000', '113434.520000', '113434.980000', '113435.440000', '113435.900000', '113436.360000', '113436.820000', '113437.280000', '113437.740000', '113438.200000', '113438.660000', '113439.120000', '113439.580000', '113440.040000', '113440.500000', '113440.960000', '113441.420000', '113441.880000', '113442.340000', '113442.800000', '113443.260000', '113443.720000', '113444.180000', '113444.640000', '113445.100000', '113445.560000', '113446.020000', '113446.480000', '113446.940000', '113447.400000', '113447.860000', '113448.320000', '113448.780000', '113449.240000', '113449.700000', '113450.160000', '113450.620000', '113451.080000', '113451.540000', '113452.000000', '113452.460000', '113452.920000', '113453.380000', '113453.840000', '113454.300000', '113454.760000', '113455.220000', '113455.680000', '113456.140000', '113456.600000', '113457.060000', '113457.520000', '113457.980000', '113458.440000', '113458.900000', '113459.360000', '113459.820000', '113500.280000', '113500.740000', '113501.200000', '113501.660000', '113502.120000', '113502.580000', '113503.040000', '113503.500000', '113503.960000', '113504.420000', '113504.880000', '113505.340000', '113505.800000', '113506.260000', '113506.720000', '113507.180000', '113507.640000', '113508.100000', '113508.560000', '113509.020000', '113509.480000', '113509.940000', '113510.400000', '113510.860000', '113511.320000', '113511.780000', '113512.240000', '113512.700000', '113513.160000', '113513.620000', '113514.080000', '113514.540000', '113515.000000', '113515.460000', '113515.920000', '113516.380000', '113516.840000', '113517.300000', '113517.760000', '113518.220000', '113518.680000', '113519.140000', '113519.600000', '113520.060000', '113520.520000', '113520.980000', '113521.440000', '113521.900000', '113522.360000', '113522.820000', '113523.280000', '113523.740000', '113524.200000', '113524.660000', '113525.120000', '113525.580000', '113526.040000', '113526.500000', '113526.960000', '113527.420000', '113527.880000', '113528.340000', '113528.800000', '113529.260000', '113529.720000', '113530.180000', '113530.640000', '113531.100000', '113531.560000', '113532.020000', '113532.480000', '113532.940000', '113533.400000', '113533.860000', '113534.320000', '113534.780000', '113535.240000', '113535.700000', '113536.160000', '113536.620000', '113537.080000', '113537.540000', '113538.000000', '113538.460000', '113538.920000', '113539.380000', '113539.840000', '113540.300000', '113540.760000', '113541.220000', '113541.680000', '113542.140000', '113542.600000', '113543.060000', '113543.520000', '113543.980000', '113544.440000', '113544.900000', '113545.360000', '113545.820000', '113546.280000', '113546.740000', '113547.200000', '113547.660000', '113548.120000', '113548.580000', '113549.040000', '113549.500000', '113549.960000', '113550.420000', '113550.880000', '113551.340000', '113551.800000', '113552.260000', '113552.720000', '113553.180000', '113553.640000', '113554.100000', '113554.560000', '113555.020000', '113555.480000', '113555.940000', '113556.400000', '113556.860000', '113557.320000', '113557.780000', '113558.240000', '113558.700000', '113559.160000', '113559.620000', '113600.080000', '113600.540000', '113601.000000', '113601.460000', '113601.920000', '113602.380000', '113602.840000', '113603.300000', '113603.760000', '113604.220000', '113604.680000', '113605.140000', '113605.600000', '113606.060000', '113606.520000', '113606.980000', '113607.440000', '113607.900000', '113608.360000', '113608.820000', '113609.280000', '113609.740000', '113610.200000', '113610.660000', '113611.120000', '113611.580000', '113612.040000', '113612.500000', '113612.960000', '113613.420000', '113613.880000', '113614.340000', '113614.800000', '113615.260000', '113615.720000', '113616.180000', '113616.640000', '113617.100000', '113617.560000', '113618.020000', '113618.480000', '113618.940000', '113619.400000', '113619.860000', '113620.320000', '113620.780000', '113621.240000', '113621.700000', '113622.160000', '113622.620000', '113623.080000', '113623.540000', '113624.000000', '113624.460000', '113624.920000', '113625.380000', '113625.840000', '113626.300000', '113626.760000', '113627.220000', '113627.680000', '113628.140000', '113628.600000', '113629.060000', '113629.520000', '113629.980000', '113630.440000', '113630.900000', '113631.360000', '113631.820000', '113632.280000', '113632.740000', '113633.200000', '113633.660000', '113634.120000', '113634.580000', '113635.040000', '113635.500000', '113635.960000', '113636.420000', '113636.880000', '113637.340000', '113637.800000', '113638.260000', '113638.720000', '113639.180000', '113639.640000', '113640.100000', '113640.560000', '113641.020000', '113641.480000', '113641.940000', '113642.400000', '113642.860000', '113643.320000', '113643.780000', '113644.240000', '113644.700000', '113645.160000', '113645.620000', '113646.080000', '113646.540000', '113647.000000', '113647.460000', '113647.920000', '113648.380000', '113648.840000', '113649.300000', '113649.760000', '113650.220000', '113650.680000', '113651.140000', '113651.600000', '113652.060000', '113652.520000', '113652.980000', '113653.440000', '113653.900000', '113654.360000', '113654.820000', '113655.280000', '113655.740000', '113656.200000', '113656.660000', '113657.120000', '113657.580000', '113658.040000', '113658.500000', '113658.960000', '113659.420000', '113659.880000', '113700.340000', '113700.800000', '113701.260000', '113701.720000', '113702.180000', '113702.640000', '113703.100000', '113703.560000', '113704.020000', '113704.480000', '113704.940000', '113705.400000', '113705.860000', '113706.320000', '113706.780000', '113707.240000', '113707.700000', '113708.160000', '113708.620000', '113709.080000', '113709.540000', '113710.000000', '113710.460000', '113710.920000', '113711.380000', '113711.840000', '113712.300000', '113712.760000', '113713.220000', '113713.680000', '113714.140000', '113714.600000', '113715.060000', '113715.520000', '113715.980000', '113716.440000', '113716.900000', '113717.360000', '113717.820000', '113718.280000', '113718.740000', '113719.200000', '113719.660000', '113720.120000', '113720.580000', '113721.040000', '113721.500000', '113721.960000', '113722.420000', '113722.880000', '113723.340000', '113723.800000', '113724.260000', '113724.720000', '113725.180000', '113725.640000', '113726.100000', '113726.560000', '113727.020000', '113727.480000', '113727.940000', '113728.400000', '113728.860000', '113729.320000', '113729.780000', '113730.240000', '113730.700000', '113731.160000', '113731.620000', '113732.080000', '113732.540000'], 'ContentTime': ['112820.570000', '112820.780000', '112821.020000', '112821.221000', '112821.431000', '112821.665000', '112821.838000', '112822.024000', '112822.251000', '112822.435000', '112822.669000', '112822.846000', '112823.074000', '112823.513000', '112824.007000', '112824.460000', '112825.194000', '112825.402000', '112825.844000', '112826.305000', '112826.772000', '112827.226000', '112827.682000', '112828.152000', '112828.598000', '112829.081000', '112829.527000', '112830.013000', '112830.444000', '112830.906000', '112831.364000', '112831.832000', '112832.294000', '112832.750000', '112833.214000', '112833.674000', '112834.122000', '112834.590000', '112835.078000', '112835.514000', '112835.961000', '112836.431000', '112836.910000', '112837.339000', '112837.810000', '112838.270000', '112838.743000', '112839.194000', '112839.645000', '112840.096000', '112840.559000', '112841.020000', '112841.495000', '112841.959000', '112842.412000', '112842.904000', '112843.338000', '112843.855000', '112844.242000', '112844.719000', '112845.159000', '112845.637000', '112846.085000', '112846.553000', '112847.013000', '112847.479000', '112847.930000', '112848.378000', '112848.859000', '112849.318000', '112849.772000', '112850.238000', '112850.686000', '112851.172000', '112851.621000', '112852.072000', '112852.533000', '112852.992000', '112853.452000', '112853.912000', '112854.369000', '112854.819000', '112855.293000', '112855.740000', '112856.212000', '112856.664000', '112857.133000', '112857.628000', '112858.036000', '112858.502000', '112858.966000', '112859.437000', '112859.901000', '112900.339000', '112900.805000', '112901.276000', '112901.725000', '112902.210000', '112902.644000', '112903.109000', '112903.564000', '112904.031000', '112904.491000', '112904.957000', '112905.411000', '112905.874000', '112906.319000', '112906.793000', '112907.239000', '112907.719000', '112908.184000', '112908.744000', '112909.076000', '112909.540000', '112910.017000', '112910.468000', '112910.940000', '112911.388000', '112911.848000', '112912.307000', '112912.764000', '112913.234000', '112913.686000', '112914.151000', '112914.611000', '112915.117000', '112915.534000', '112916.000000', '112916.441000', '112916.900000', '112917.359000', '112917.839000', '112918.281000', '112918.754000', '112919.216000', '112919.670000', '112920.139000', '112920.598000', '112921.051000', '112921.500000', '112921.974000', '112922.441000', '112922.893000', '112923.369000', '112923.804000', '112924.280000', '112924.728000', '112925.196000', '112925.640000', '112926.098000', '112926.563000', '112927.032000', '112927.478000', '112927.943000', '112928.413000', '112928.867000', '112929.333000', '112929.819000', '112930.255000', '112930.709000', '112931.183000', '112931.619000', '112932.090000', '112932.558000', '112933.027000', '112933.465000', '112933.922000', '112934.393000', '112934.854000', '112935.324000', '112935.778000', '112936.222000', '112936.703000', '112937.163000', '112937.616000', '112938.063000', '112938.536000', '112938.989000', '112939.443000', '112939.920000', '112940.368000', '112940.834000', '112941.291000', '112941.758000', '112942.209000', '112942.669000', '112943.135000', '112943.591000', '112944.051000', '112944.518000', '112944.960000', '112945.421000', '112945.884000', '112946.341000', '112946.821000', '112947.316000', '112947.735000', '112948.190000', '112948.657000', '112949.107000', '112949.608000', '112950.044000', '112950.480000', '112950.946000', '112951.418000', '112951.878000', '112952.329000', '112952.801000', '112953.263000', '112953.713000', '112954.284000', '112954.644000', '112955.132000', '112955.556000', '112956.019000', '112956.463000', '112956.935000', '112957.402000', '112957.853000', '112958.318000', '112958.790000', '112959.230000', '112959.701000', '113000.163000', '113000.621000', '113001.064000', '113001.528000', '113002.018000', '113002.465000', '113002.919000', '113003.389000', '113003.860000', '113004.301000', '113004.744000', '113005.208000', '113005.663000', '113006.138000', '113006.584000', '113007.046000', '113007.543000', '113007.972000', '113008.433000', '113008.897000', '113009.347000', '113009.813000', '113010.284000', '113010.746000', '113011.195000', '113011.657000', '113012.136000', '113012.577000', '113013.046000', '113013.492000', '113013.943000', '113014.419000', '113014.868000', '113015.361000', '113015.797000', '113016.263000', '113016.707000', '113017.172000', '113017.624000', '113018.091000', '113018.563000', '113019.018000', '113019.477000', '113019.941000', '113020.402000', '113020.860000', '113021.319000', '113021.785000', '113022.225000', '113022.688000', '113023.142000', '113023.614000', '113024.080000', '113024.543000', '113024.993000', '113025.448000', '113025.915000', '113026.376000', '113026.837000', '113027.297000', '113027.761000', '113028.252000', '113028.664000', '113029.133000', '113029.604000', '113030.058000', '113030.532000', '113030.974000', '113031.433000', '113031.900000', '113032.363000', '113032.810000', '113033.274000', '113033.731000', '113034.193000', '113034.664000', '113035.118000', '113035.577000', '113036.041000', '113036.511000', '113036.962000', '113037.410000', '113037.872000', '113038.339000', '113038.809000', '113039.280000', '113039.715000', '113040.226000', '113040.633000', '113041.089000', '113041.548000', '113042.015000', '113042.469000', '113042.936000', '113043.403000', '113043.863000', '113044.326000', '113044.775000', '113045.232000', '113045.702000', '113046.158000', '113046.618000', '113047.070000', '113047.537000', '113048.005000', '113048.450000', '113048.926000', '113049.377000', '113049.828000', '113050.302000', '113050.747000', '113051.214000', '113051.700000', '113052.147000', '113052.602000', '113053.047000', '113053.525000', '113054.368000', '113054.847000', '113054.990000', '113055.352000', '113055.822000', '113056.283000', '113056.741000', '113057.194000', '113057.663000', '113058.128000', '113058.586000', '113059.037000', '113059.535000', '113059.960000', '113100.419000', '113100.903000', '113101.333000', '113101.787000', '113102.245000', '113102.722000', '113103.188000', '113103.637000', '113104.098000', '113104.583000', '113105.019000', '113105.562000', '113105.934000', '113106.390000', '113106.869000', '113107.325000', '113107.786000', '113108.309000', '113108.705000', '113109.178000', '113109.633000', '113110.089000', '113110.530000', '113110.992000', '113111.454000', '113111.910000', '113112.407000', '113112.888000', '113113.305000', '113113.759000', '113114.243000', '113114.669000', '113115.142000', '113115.587000', '113116.054000', '113116.513000', '113116.983000', '113117.447000', '113117.909000', '113118.363000', '113118.813000', '113119.272000', '113119.926000', '113120.254000', '113120.673000', '113121.117000', '113121.574000', '113122.059000', '113122.512000', '113122.972000', '113123.415000', '113123.873000', '113124.350000', '113124.793000', '113125.258000', '113125.714000', '113126.234000', '113126.646000', '113127.090000', '113127.572000', '113128.029000', '113128.484000', '113128.935000', '113129.391000', '113129.864000', '113130.314000', '113130.791000', '113131.237000', '113131.703000', '113132.155000', '113132.894000', '113133.588000', '113133.831000', '113134.057000', '113134.470000', '113134.924000', '113135.372000', '113135.833000', '113136.310000', '113136.752000', '113137.217000', '113137.683000', '113138.363000', '113138.683000', '113139.094000', '113139.528000', '113139.989000', '113140.439000', '113140.900000', '113141.371000', '113141.810000', '113142.334000', '113142.745000', '113143.286000', '113143.703000', '113144.154000', '113144.599000', '113145.050000', '113145.500000', '113145.973000', '113146.434000', '113146.889000', '113147.357000', '113147.797000', '113148.379000', '113148.715000', '113149.173000', '113149.646000', '113150.123000', '113150.549000', '113151.021000', '113151.486000', '113151.991000', '113152.402000', '113152.868000', '113153.376000', '113153.789000', '113154.245000', '113154.714000', '113155.166000', '113155.616000', '113156.075000', '113156.550000', '113157.014000', '113157.464000', '113157.925000', '113158.383000', '113158.836000', '113159.297000', '113159.754000', '113200.231000', '113200.723000', '113201.148000', '113201.607000', '113202.056000', '113202.543000', '113202.977000', '113203.443000', '113204.148000', '113204.405000', '113204.858000', '113205.295000', '113205.751000', '113206.243000', '113206.669000', '113207.175000', '113207.617000', '113208.037000', '113208.510000', '113208.973000', '113209.417000', '113209.891000', '113210.335000', '113210.808000', '113211.260000', '113211.729000', '113212.231000', '113212.649000', '113213.134000', '113213.560000', '113214.027000', '113214.480000', '113214.940000', '113215.438000', '113215.857000', '113216.318000', '113216.791000', '113217.272000', '113217.699000', '113218.262000', '113218.626000', '113219.117000', '113219.557000', '113219.995000', '113220.460000', '113220.958000', '113221.406000', '113221.835000', '113222.312000', '113222.772000', '113223.217000', '113223.691000', '113224.146000', '113224.608000', '113225.075000', '113225.537000', '113225.988000', '113226.443000', '113226.895000', '113227.353000', '113227.817000', '113228.292000', '113228.747000', '113229.209000', '113229.661000', '113230.194000', '113230.580000', '113231.047000', '113231.544000', '113231.971000', '113232.423000', '113232.892000', '113233.336000', '113233.816000', '113234.273000', '113235.227000', '113235.365000', '113235.652000', '113236.120000', '113236.575000', '113237.026000', '113237.490000', '113237.940000', '113238.415000', '113238.872000', '113239.361000', '113239.781000', '113240.240000', '113240.700000', '113241.164000', '113241.622000', '113242.136000', '113242.541000', '113243.013000', '113243.456000', '113243.926000', '113244.393000', '113244.859000', '113245.316000', '113245.769000', '113246.235000', '113246.683000', '113247.140000', '113247.600000', '113248.075000', '113248.552000', '113248.993000', '113249.443000', '113249.907000', '113250.373000', '113250.831000', '113251.296000', '113251.737000', '113252.221000', '113252.659000', '113253.127000', '113253.589000', '113254.059000', '113254.503000', '113254.971000', '113255.426000', '113255.892000', '113256.354000', '113256.813000', '113257.259000', '113257.723000', '113258.183000', '113258.656000', '113259.116000', '113259.567000', '113300.024000', '113300.481000', '113300.951000', '113301.415000', '113301.864000', '113302.322000', '113302.815000', '113303.260000', '113303.716000', '113304.175000', '113304.674000', '113305.080000', '113305.555000', '113306.018000', '113306.464000', '113306.933000', '113307.388000', '113307.839000', '113308.363000', '113308.760000', '113309.224000', '113309.680000', '113310.155000', '113310.605000', '113311.080000', '113311.523000', '113312.035000', '113312.462000', '113312.907000', '113313.364000', '113313.835000', '113314.294000', '113314.759000', '113315.204000', '113315.673000', '113316.121000', '113316.582000', '113317.043000', '113317.514000', '113317.962000', '113318.433000', '113318.895000', '113319.343000', '113319.833000', '113320.284000', '113320.738000', '113321.191000', '113321.647000', '113322.110000', '113322.620000', '113323.032000', '113323.498000', '113323.943000', '113324.417000', '113324.863000', '113325.333000', '113325.795000', '113326.304000', '113326.715000', '113327.174000', '113327.637000', '113328.100000', '113328.559000', '113329.004000', '113329.477000', '113329.926000', '113330.397000', '113330.860000', '113331.319000', '113331.781000', '113332.225000', '113332.702000', '113333.162000', '113333.653000', '113334.077000', '113334.547000', '113335.051000', '113335.459000', '113335.919000', '113336.369000', '113336.834000', '113337.298000', '113337.763000', '113338.466000', '113338.685000', '113339.131000', '113339.587000', '113340.060000', '113340.512000', '113340.970000', '113341.426000', '113341.928000', '113342.353000', '113342.814000', '113343.267000', '113343.737000', '113344.184000', '113344.648000', '113345.111000', '113345.585000', '113346.061000', '113346.485000', '113346.948000', '113347.421000', '113347.872000', '113348.341000', '113348.786000', '113349.254000', '113349.709000', '113350.164000', '113350.642000', '113351.099000', '113351.553000', '113352.013000', '113352.470000', '113352.943000', '113353.389000', '113353.861000', '113354.309000', '113354.769000', '113355.237000', '113355.701000', '113356.151000', '113356.610000', '113357.069000', '113357.535000', '113358.002000', '113358.462000', '113358.923000', '113359.372000', '113359.829000', '113400.307000', '113400.763000', '113401.227000', '113401.682000', '113402.142000', '113402.600000', '113403.064000', '113403.523000', '113404.036000', '113404.443000', '113404.903000', '113405.350000', '113405.825000', '113406.270000', '113406.744000', '113407.206000', '113407.666000', '113408.122000', '113408.576000', '113409.048000', '113409.523000', '113409.964000', '113410.415000', '113410.932000', '113411.330000', '113411.802000', '113412.247000', '113412.771000', '113413.183000', '113413.655000', '113414.090000', '113414.552000', '113415.022000', '113415.489000', '113415.933000', '113416.406000', '113416.890000', '113417.318000', '113417.786000', '113418.279000', '113418.688000', '113419.161000', '113419.629000', '113420.071000', '113420.572000', '113421.040000', '113421.463000', '113421.918000', '113422.371000', '113422.841000', '113423.292000', '113423.751000', '113424.278000', '113424.692000', '113425.134000', '113425.605000', '113426.074000', '113426.531000', '113426.985000', '113427.433000', '113427.897000', '113428.365000', '113428.831000', '113429.284000', '113429.736000', '113430.195000', '113430.666000', '113431.127000', '113431.584000', '113432.036000', '113432.515000', '113432.965000', '113433.414000', '113433.932000', '113434.338000', '113434.799000', '113435.266000', '113435.721000', '113436.190000', '113436.675000', '113437.112000', '113437.590000', '113438.035000', '113438.495000', '113438.941000', '113439.399000', '113439.861000', '113440.326000', '113440.795000', '113441.237000', '113441.695000', '113442.168000', '113442.620000', '113443.078000', '113443.544000', '113444.011000', '113444.466000', '113444.918000', '113445.374000', '113445.853000', '113446.563000', '113446.761000', '113447.274000', '113447.684000', '113448.151000', '113448.603000', '113449.074000', '113449.529000', '113449.994000', '113450.451000', '113450.939000', '113451.390000', '113451.821000', '113452.294000', '113452.749000', '113453.211000', '113453.663000', '113454.154000', '113454.593000', '113455.049000', '113455.500000', '113455.973000', '113456.584000', '113456.889000', '113457.354000', '113457.799000', '113458.300000', '113458.782000', '113459.178000', '113459.637000', '113500.114000', '113500.567000', '113501.024000', '113501.485000', '113501.944000', '113502.411000', '113502.872000', '113503.336000', '113503.793000', '113504.254000', '113504.712000', '113505.192000', '113505.621000', '113506.079000', '113506.560000', '113507.024000', '113507.476000', '113507.936000', '113508.395000', '113508.864000', '113509.319000', '113509.772000', '113510.221000', '113510.687000', '113511.157000', '113511.600000', '113512.069000', '113512.535000', '113512.989000', '113513.457000', '113513.916000', '113514.386000', '113514.842000', '113515.290000', '113515.756000', '113516.205000', '113516.663000', '113517.145000', '113517.593000', '113518.047000', '113518.505000', '113518.959000', '113519.427000', '113519.902000', '113520.360000', '113520.801000', '113521.266000', '113521.722000', '113522.195000', '113522.656000', '113523.116000', '113523.573000', '113524.036000', '113524.547000', '113524.962000', '113525.408000', '113525.861000', '113526.329000', '113526.788000', '113527.254000', '113527.719000', '113528.168000', '113528.641000', '113529.086000', '113529.556000', '113530.039000', '113530.477000', '113530.984000', '113531.388000', '113531.858000', '113532.325000', '113532.780000', '113533.260000', '113533.693000', '113534.158000', '113534.606000', '113535.068000', '113535.524000', '113535.988000', '113536.458000', '113536.917000', '113537.380000', '113537.837000', '113538.288000', '113538.756000', '113539.255000', '113539.668000', '113540.131000', '113540.590000', '113541.062000', '113541.517000', '113541.981000', '113542.428000', '113542.905000', '113543.363000', '113543.823000', '113544.318000', '113544.740000', '113545.253000', '113545.699000', '113546.135000', '113546.588000', '113547.029000', '113547.501000', '113547.949000', '113548.406000', '113548.910000', '113549.336000', '113549.793000', '113550.246000', '113550.710000', '113551.217000', '113551.640000', '113552.096000', '113552.557000', '113553.024000', '113553.481000', '113553.938000', '113554.402000', '113554.863000', '113555.331000', '113555.774000', '113556.241000', '113556.694000', '113557.167000', '113557.609000', '113558.073000', '113558.530000', '113559.003000', '113559.468000', '113559.922000', '113600.385000', '113600.846000', '113601.309000', '113601.750000', '113602.228000', '113602.672000', '113603.129000', '113603.605000', '113604.051000', '113604.526000', '113604.978000', '113605.435000', '113605.893000', '113606.370000', '113606.812000', '113607.284000', '113607.749000', '113608.204000', '113608.668000', '113609.129000', '113609.589000', '113610.045000', '113610.500000', '113610.972000', '113611.421000', '113611.887000', '113612.383000', '113612.801000', '113613.265000', '113613.729000', '113614.408000', '113614.646000', '113615.107000', '113615.604000', '113616.011000', '113616.476000', '113616.937000', '113617.405000', '113617.859000', '113618.328000', '113618.775000', '113619.248000', '113619.707000', '113620.172000', '113620.635000', '113621.088000', '113621.537000', '113622.005000', '113622.596000', '113622.930000', '113623.397000', '113623.842000', '113624.306000', '113624.771000', '113625.212000', '113625.686000', '113626.134000', '113626.601000', '113627.074000', '113627.521000', '113627.990000', '113628.453000', '113628.896000', '113629.367000', '113629.836000', '113630.411000', '113630.752000', '113631.265000', '113631.657000', '113632.128000', '113632.590000', '113633.057000', '113633.513000', '113633.962000', '113634.452000', '113634.880000', '113635.337000', '113635.814000', '113636.258000', '113636.731000', '113637.179000', '113637.637000', '113638.102000', '113638.562000', '113639.022000', '113639.475000', '113639.948000', '113640.406000', '113640.868000', '113641.337000', '113641.790000', '113642.266000', '113642.722000', '113643.174000', '113643.633000', '113644.081000', '113644.548000', '113645.010000', '113645.471000', '113645.918000', '113646.384000', '113646.846000', '113647.312000', '113647.754000', '113648.225000', '113648.689000', '113649.142000', '113649.615000', '113650.089000', '113650.518000', '113650.991000', '113651.440000', '113651.901000', '113652.360000', '113652.820000', '113653.284000', '113653.750000', '113654.222000', '113654.685000', '113655.135000', '113655.588000', '113656.054000', '113656.502000', '113656.972000', '113657.427000', '113657.901000', '113658.347000', '113658.815000', '113659.290000', '113659.724000', '113700.192000', '113700.649000', '113701.129000', '113701.609000', '113702.022000', '113702.505000', '113702.941000', '113703.404000', '113703.877000', '113704.426000', '113704.787000', '113705.247000', '113705.709000', '113706.174000', '113706.650000', '113707.088000', '113707.549000', '113708.005000', '113708.479000', '113708.942000', '113709.391000', '113709.846000', '113710.310000', '113710.786000', '113711.242000', '113711.699000', '113712.168000', '113712.624000', '113713.074000', '113713.539000', '113714.001000', '113714.443000', '113714.918000', '113715.385000', '113715.880000', '113716.397000', '113716.758000', '113717.216000', '113717.677000', '113718.148000', '113718.604000', '113719.061000', '113719.528000', '113719.970000', '113720.434000', '113720.907000', '113721.363000', '113721.821000', '113722.266000', '113722.727000', '113723.197000', '113723.646000', '113724.118000', '113724.584000', '113725.063000', '113725.539000', '113725.960000', '113726.427000', '113726.871000', '113727.338000', '113727.790000', '113728.254000', '113728.711000', '113729.183000', '113729.631000', '113730.107000', '113730.555000', '113731.031000', '113731.485000', '113731.927000', '113732.408000', '113732.860000', '113733.307000'], 'InstanceCreationTime': ['112820.570000', '112820.780000', '112821.020000', '112821.221000', '112821.431000', '112821.665000', '112821.838000', '112822.024000', '112822.251000', '112822.435000', '112822.669000', '112822.846000', '112823.074000', '112823.513000', '112824.007000', '112824.460000', '112825.194000', '112825.402000', '112825.844000', '112826.305000', '112826.772000', '112827.226000', '112827.682000', '112828.152000', '112828.598000', '112829.081000', '112829.527000', '112830.013000', '112830.444000', '112830.906000', '112831.364000', '112831.832000', '112832.294000', '112832.750000', '112833.214000', '112833.674000', '112834.122000', '112834.590000', '112835.078000', '112835.514000', '112835.961000', '112836.431000', '112836.910000', '112837.339000', '112837.810000', '112838.270000', '112838.743000', '112839.194000', '112839.645000', '112840.096000', '112840.559000', '112841.020000', '112841.495000', '112841.959000', '112842.412000', '112842.904000', '112843.338000', '112843.855000', '112844.242000', '112844.719000', '112845.159000', '112845.637000', '112846.085000', '112846.553000', '112847.013000', '112847.479000', '112847.930000', '112848.378000', '112848.859000', '112849.318000', '112849.772000', '112850.238000', '112850.686000', '112851.172000', '112851.621000', '112852.072000', '112852.533000', '112852.992000', '112853.452000', '112853.912000', '112854.369000', '112854.819000', '112855.293000', '112855.740000', '112856.212000', '112856.664000', '112857.133000', '112857.628000', '112858.036000', '112858.502000', '112858.966000', '112859.437000', '112859.901000', '112900.339000', '112900.805000', '112901.276000', '112901.725000', '112902.210000', '112902.644000', '112903.109000', '112903.564000', '112904.031000', '112904.491000', '112904.957000', '112905.411000', '112905.874000', '112906.319000', '112906.793000', '112907.239000', '112907.719000', '112908.184000', '112908.744000', '112909.076000', '112909.540000', '112910.017000', '112910.468000', '112910.940000', '112911.388000', '112911.848000', '112912.307000', '112912.764000', '112913.234000', '112913.686000', '112914.151000', '112914.611000', '112915.117000', '112915.534000', '112916.000000', '112916.441000', '112916.900000', '112917.359000', '112917.839000', '112918.281000', '112918.754000', '112919.216000', '112919.670000', '112920.139000', '112920.598000', '112921.051000', '112921.500000', '112921.974000', '112922.441000', '112922.893000', '112923.369000', '112923.804000', '112924.280000', '112924.728000', '112925.196000', '112925.640000', '112926.098000', '112926.563000', '112927.032000', '112927.478000', '112927.943000', '112928.413000', '112928.867000', '112929.333000', '112929.819000', '112930.255000', '112930.709000', '112931.183000', '112931.619000', '112932.090000', '112932.558000', '112933.027000', '112933.465000', '112933.922000', '112934.393000', '112934.854000', '112935.324000', '112935.778000', '112936.222000', '112936.703000', '112937.163000', '112937.616000', '112938.063000', '112938.536000', '112938.989000', '112939.443000', '112939.920000', '112940.368000', '112940.834000', '112941.291000', '112941.758000', '112942.209000', '112942.669000', '112943.135000', '112943.591000', '112944.051000', '112944.518000', '112944.960000', '112945.421000', '112945.884000', '112946.341000', '112946.821000', '112947.316000', '112947.735000', '112948.190000', '112948.657000', '112949.107000', '112949.608000', '112950.044000', '112950.480000', '112950.946000', '112951.418000', '112951.878000', '112952.329000', '112952.801000', '112953.263000', '112953.713000', '112954.284000', '112954.644000', '112955.132000', '112955.556000', '112956.019000', '112956.463000', '112956.935000', '112957.402000', '112957.853000', '112958.318000', '112958.790000', '112959.230000', '112959.701000', '113000.163000', '113000.621000', '113001.064000', '113001.528000', '113002.018000', '113002.465000', '113002.919000', '113003.389000', '113003.860000', '113004.301000', '113004.744000', '113005.208000', '113005.663000', '113006.138000', '113006.584000', '113007.046000', '113007.543000', '113007.972000', '113008.433000', '113008.897000', '113009.347000', '113009.813000', '113010.284000', '113010.746000', '113011.195000', '113011.657000', '113012.136000', '113012.577000', '113013.046000', '113013.492000', '113013.943000', '113014.419000', '113014.868000', '113015.361000', '113015.797000', '113016.263000', '113016.707000', '113017.172000', '113017.624000', '113018.091000', '113018.563000', '113019.018000', '113019.477000', '113019.941000', '113020.402000', '113020.860000', '113021.319000', '113021.785000', '113022.225000', '113022.688000', '113023.142000', '113023.614000', '113024.080000', '113024.543000', '113024.993000', '113025.448000', '113025.915000', '113026.376000', '113026.837000', '113027.297000', '113027.761000', '113028.252000', '113028.664000', '113029.133000', '113029.604000', '113030.058000', '113030.532000', '113030.974000', '113031.433000', '113031.900000', '113032.363000', '113032.810000', '113033.274000', '113033.731000', '113034.193000', '113034.664000', '113035.118000', '113035.577000', '113036.041000', '113036.511000', '113036.962000', '113037.410000', '113037.872000', '113038.339000', '113038.809000', '113039.280000', '113039.715000', '113040.226000', '113040.633000', '113041.089000', '113041.548000', '113042.015000', '113042.469000', '113042.936000', '113043.403000', '113043.863000', '113044.326000', '113044.775000', '113045.232000', '113045.702000', '113046.158000', '113046.618000', '113047.070000', '113047.537000', '113048.005000', '113048.450000', '113048.926000', '113049.377000', '113049.828000', '113050.302000', '113050.747000', '113051.214000', '113051.700000', '113052.147000', '113052.602000', '113053.047000', '113053.525000', '113054.368000', '113054.847000', '113054.990000', '113055.352000', '113055.822000', '113056.283000', '113056.741000', '113057.194000', '113057.663000', '113058.128000', '113058.586000', '113059.037000', '113059.535000', '113059.960000', '113100.419000', '113100.903000', '113101.333000', '113101.787000', '113102.245000', '113102.722000', '113103.188000', '113103.637000', '113104.098000', '113104.583000', '113105.019000', '113105.562000', '113105.934000', '113106.390000', '113106.869000', '113107.325000', '113107.786000', '113108.309000', '113108.705000', '113109.178000', '113109.633000', '113110.089000', '113110.530000', '113110.992000', '113111.454000', '113111.910000', '113112.407000', '113112.888000', '113113.305000', '113113.759000', '113114.243000', '113114.669000', '113115.142000', '113115.587000', '113116.054000', '113116.513000', '113116.983000', '113117.447000', '113117.909000', '113118.363000', '113118.813000', '113119.272000', '113119.926000', '113120.254000', '113120.673000', '113121.117000', '113121.574000', '113122.059000', '113122.512000', '113122.972000', '113123.415000', '113123.873000', '113124.350000', '113124.793000', '113125.258000', '113125.714000', '113126.234000', '113126.646000', '113127.090000', '113127.572000', '113128.029000', '113128.484000', '113128.935000', '113129.391000', '113129.864000', '113130.314000', '113130.791000', '113131.237000', '113131.703000', '113132.155000', '113132.894000', '113133.588000', '113133.831000', '113134.057000', '113134.470000', '113134.924000', '113135.372000', '113135.833000', '113136.310000', '113136.752000', '113137.217000', '113137.683000', '113138.363000', '113138.683000', '113139.094000', '113139.528000', '113139.989000', '113140.439000', '113140.900000', '113141.371000', '113141.810000', '113142.334000', '113142.745000', '113143.286000', '113143.703000', '113144.154000', '113144.599000', '113145.050000', '113145.500000', '113145.973000', '113146.434000', '113146.889000', '113147.357000', '113147.797000', '113148.379000', '113148.715000', '113149.173000', '113149.646000', '113150.123000', '113150.549000', '113151.021000', '113151.486000', '113151.991000', '113152.402000', '113152.868000', '113153.376000', '113153.789000', '113154.245000', '113154.714000', '113155.166000', '113155.616000', '113156.075000', '113156.550000', '113157.014000', '113157.464000', '113157.925000', '113158.383000', '113158.836000', '113159.297000', '113159.754000', '113200.231000', '113200.723000', '113201.148000', '113201.607000', '113202.056000', '113202.543000', '113202.977000', '113203.443000', '113204.148000', '113204.405000', '113204.858000', '113205.295000', '113205.751000', '113206.243000', '113206.669000', '113207.175000', '113207.617000', '113208.037000', '113208.510000', '113208.973000', '113209.417000', '113209.891000', '113210.335000', '113210.808000', '113211.260000', '113211.729000', '113212.231000', '113212.649000', '113213.134000', '113213.560000', '113214.027000', '113214.480000', '113214.940000', '113215.438000', '113215.857000', '113216.318000', '113216.791000', '113217.272000', '113217.699000', '113218.262000', '113218.626000', '113219.117000', '113219.557000', '113219.995000', '113220.460000', '113220.958000', '113221.406000', '113221.835000', '113222.312000', '113222.772000', '113223.217000', '113223.691000', '113224.146000', '113224.608000', '113225.075000', '113225.537000', '113225.988000', '113226.443000', '113226.895000', '113227.353000', '113227.817000', '113228.292000', '113228.747000', '113229.209000', '113229.661000', '113230.194000', '113230.580000', '113231.047000', '113231.544000', '113231.971000', '113232.423000', '113232.892000', '113233.336000', '113233.816000', '113234.273000', '113235.227000', '113235.365000', '113235.652000', '113236.120000', '113236.575000', '113237.026000', '113237.490000', '113237.940000', '113238.415000', '113238.872000', '113239.361000', '113239.781000', '113240.240000', '113240.700000', '113241.164000', '113241.622000', '113242.136000', '113242.541000', '113243.013000', '113243.456000', '113243.926000', '113244.393000', '113244.859000', '113245.316000', '113245.769000', '113246.235000', '113246.683000', '113247.140000', '113247.600000', '113248.075000', '113248.552000', '113248.993000', '113249.443000', '113249.907000', '113250.373000', '113250.831000', '113251.296000', '113251.737000', '113252.221000', '113252.659000', '113253.127000', '113253.589000', '113254.059000', '113254.503000', '113254.971000', '113255.426000', '113255.892000', '113256.354000', '113256.813000', '113257.259000', '113257.723000', '113258.183000', '113258.656000', '113259.116000', '113259.567000', '113300.024000', '113300.481000', '113300.951000', '113301.415000', '113301.864000', '113302.322000', '113302.815000', '113303.260000', '113303.716000', '113304.175000', '113304.674000', '113305.080000', '113305.555000', '113306.018000', '113306.464000', '113306.933000', '113307.388000', '113307.839000', '113308.363000', '113308.760000', '113309.224000', '113309.680000', '113310.155000', '113310.605000', '113311.080000', '113311.523000', '113312.035000', '113312.462000', '113312.907000', '113313.364000', '113313.835000', '113314.294000', '113314.759000', '113315.204000', '113315.673000', '113316.121000', '113316.582000', '113317.043000', '113317.514000', '113317.962000', '113318.433000', '113318.895000', '113319.343000', '113319.833000', '113320.284000', '113320.738000', '113321.191000', '113321.647000', '113322.110000', '113322.620000', '113323.032000', '113323.498000', '113323.943000', '113324.417000', '113324.863000', '113325.333000', '113325.795000', '113326.304000', '113326.715000', '113327.174000', '113327.637000', '113328.100000', '113328.559000', '113329.004000', '113329.477000', '113329.926000', '113330.397000', '113330.860000', '113331.319000', '113331.781000', '113332.225000', '113332.702000', '113333.162000', '113333.653000', '113334.077000', '113334.547000', '113335.051000', '113335.459000', '113335.919000', '113336.369000', '113336.834000', '113337.298000', '113337.763000', '113338.466000', '113338.685000', '113339.131000', '113339.587000', '113340.060000', '113340.512000', '113340.970000', '113341.426000', '113341.928000', '113342.353000', '113342.814000', '113343.267000', '113343.737000', '113344.184000', '113344.648000', '113345.111000', '113345.585000', '113346.061000', '113346.485000', '113346.948000', '113347.421000', '113347.872000', '113348.341000', '113348.786000', '113349.254000', '113349.709000', '113350.164000', '113350.642000', '113351.099000', '113351.553000', '113352.013000', '113352.470000', '113352.943000', '113353.389000', '113353.861000', '113354.309000', '113354.769000', '113355.237000', '113355.701000', '113356.151000', '113356.610000', '113357.069000', '113357.535000', '113358.002000', '113358.462000', '113358.923000', '113359.372000', '113359.829000', '113400.307000', '113400.763000', '113401.227000', '113401.682000', '113402.142000', '113402.600000', '113403.064000', '113403.523000', '113404.036000', '113404.443000', '113404.903000', '113405.350000', '113405.825000', '113406.270000', '113406.744000', '113407.206000', '113407.666000', '113408.122000', '113408.576000', '113409.048000', '113409.523000', '113409.964000', '113410.415000', '113410.932000', '113411.330000', '113411.802000', '113412.247000', '113412.771000', '113413.183000', '113413.655000', '113414.090000', '113414.552000', '113415.022000', '113415.489000', '113415.933000', '113416.406000', '113416.890000', '113417.318000', '113417.786000', '113418.279000', '113418.688000', '113419.161000', '113419.629000', '113420.071000', '113420.572000', '113421.040000', '113421.463000', '113421.918000', '113422.371000', '113422.841000', '113423.292000', '113423.751000', '113424.278000', '113424.692000', '113425.134000', '113425.605000', '113426.074000', '113426.531000', '113426.985000', '113427.433000', '113427.897000', '113428.365000', '113428.831000', '113429.284000', '113429.736000', '113430.195000', '113430.666000', '113431.127000', '113431.584000', '113432.036000', '113432.515000', '113432.965000', '113433.414000', '113433.932000', '113434.338000', '113434.799000', '113435.266000', '113435.721000', '113436.190000', '113436.675000', '113437.112000', '113437.590000', '113438.035000', '113438.495000', '113438.941000', '113439.399000', '113439.861000', '113440.326000', '113440.795000', '113441.237000', '113441.695000', '113442.168000', '113442.620000', '113443.078000', '113443.544000', '113444.011000', '113444.466000', '113444.918000', '113445.374000', '113445.853000', '113446.563000', '113446.761000', '113447.274000', '113447.684000', '113448.151000', '113448.603000', '113449.074000', '113449.529000', '113449.994000', '113450.451000', '113450.939000', '113451.390000', '113451.821000', '113452.294000', '113452.749000', '113453.211000', '113453.663000', '113454.154000', '113454.593000', '113455.049000', '113455.500000', '113455.973000', '113456.584000', '113456.889000', '113457.354000', '113457.799000', '113458.300000', '113458.782000', '113459.178000', '113459.637000', '113500.114000', '113500.567000', '113501.024000', '113501.485000', '113501.944000', '113502.411000', '113502.872000', '113503.336000', '113503.793000', '113504.254000', '113504.712000', '113505.192000', '113505.621000', '113506.079000', '113506.560000', '113507.024000', '113507.476000', '113507.936000', '113508.395000', '113508.864000', '113509.319000', '113509.772000', '113510.221000', '113510.687000', '113511.157000', '113511.600000', '113512.069000', '113512.535000', '113512.989000', '113513.457000', '113513.916000', '113514.386000', '113514.842000', '113515.290000', '113515.756000', '113516.205000', '113516.663000', '113517.145000', '113517.593000', '113518.047000', '113518.505000', '113518.959000', '113519.427000', '113519.902000', '113520.360000', '113520.801000', '113521.266000', '113521.722000', '113522.195000', '113522.656000', '113523.116000', '113523.573000', '113524.036000', '113524.547000', '113524.962000', '113525.408000', '113525.861000', '113526.329000', '113526.788000', '113527.254000', '113527.719000', '113528.168000', '113528.641000', '113529.086000', '113529.556000', '113530.039000', '113530.477000', '113530.984000', '113531.388000', '113531.858000', '113532.325000', '113532.780000', '113533.260000', '113533.693000', '113534.158000', '113534.606000', '113535.068000', '113535.524000', '113535.988000', '113536.458000', '113536.917000', '113537.380000', '113537.837000', '113538.288000', '113538.756000', '113539.255000', '113539.668000', '113540.131000', '113540.590000', '113541.062000', '113541.517000', '113541.981000', '113542.428000', '113542.905000', '113543.363000', '113543.823000', '113544.318000', '113544.740000', '113545.253000', '113545.699000', '113546.135000', '113546.588000', '113547.029000', '113547.501000', '113547.949000', '113548.406000', '113548.910000', '113549.336000', '113549.793000', '113550.246000', '113550.710000', '113551.217000', '113551.640000', '113552.096000', '113552.557000', '113553.024000', '113553.481000', '113553.938000', '113554.402000', '113554.863000', '113555.331000', '113555.774000', '113556.241000', '113556.694000', '113557.167000', '113557.609000', '113558.073000', '113558.530000', '113559.003000', '113559.468000', '113559.922000', '113600.385000', '113600.846000', '113601.309000', '113601.750000', '113602.228000', '113602.672000', '113603.129000', '113603.605000', '113604.051000', '113604.526000', '113604.978000', '113605.435000', '113605.893000', '113606.370000', '113606.812000', '113607.284000', '113607.749000', '113608.204000', '113608.668000', '113609.129000', '113609.589000', '113610.045000', '113610.500000', '113610.972000', '113611.421000', '113611.887000', '113612.383000', '113612.801000', '113613.265000', '113613.729000', '113614.408000', '113614.646000', '113615.107000', '113615.604000', '113616.011000', '113616.476000', '113616.937000', '113617.405000', '113617.859000', '113618.328000', '113618.775000', '113619.248000', '113619.707000', '113620.172000', '113620.635000', '113621.088000', '113621.537000', '113622.005000', '113622.596000', '113622.930000', '113623.397000', '113623.842000', '113624.306000', '113624.771000', '113625.212000', '113625.686000', '113626.134000', '113626.601000', '113627.074000', '113627.521000', '113627.990000', '113628.453000', '113628.896000', '113629.367000', '113629.836000', '113630.411000', '113630.752000', '113631.265000', '113631.657000', '113632.128000', '113632.590000', '113633.057000', '113633.513000', '113633.962000', '113634.452000', '113634.880000', '113635.337000', '113635.814000', '113636.258000', '113636.731000', '113637.179000', '113637.637000', '113638.102000', '113638.562000', '113639.022000', '113639.475000', '113639.948000', '113640.406000', '113640.868000', '113641.337000', '113641.790000', '113642.266000', '113642.722000', '113643.174000', '113643.633000', '113644.081000', '113644.548000', '113645.010000', '113645.471000', '113645.918000', '113646.384000', '113646.846000', '113647.312000', '113647.754000', '113648.225000', '113648.689000', '113649.142000', '113649.615000', '113650.089000', '113650.518000', '113650.991000', '113651.440000', '113651.901000', '113652.360000', '113652.820000', '113653.284000', '113653.750000', '113654.222000', '113654.685000', '113655.135000', '113655.588000', '113656.054000', '113656.502000', '113656.972000', '113657.427000', '113657.901000', '113658.347000', '113658.815000', '113659.290000', '113659.724000', '113700.192000', '113700.649000', '113701.129000', '113701.609000', '113702.022000', '113702.505000', '113702.941000', '113703.404000', '113703.877000', '113704.426000', '113704.787000', '113705.247000', '113705.709000', '113706.174000', '113706.650000', '113707.088000', '113707.549000', '113708.005000', '113708.479000', '113708.942000', '113709.391000', '113709.846000', '113710.310000', '113710.786000', '113711.242000', '113711.699000', '113712.168000', '113712.624000', '113713.074000', '113713.539000', '113714.001000', '113714.443000', '113714.918000', '113715.385000', '113715.880000', '113716.397000', '113716.758000', '113717.216000', '113717.677000', '113718.148000', '113718.604000', '113719.061000', '113719.528000', '113719.970000', '113720.434000', '113720.907000', '113721.363000', '113721.821000', '113722.266000', '113722.727000', '113723.197000', '113723.646000', '113724.118000', '113724.584000', '113725.063000', '113725.539000', '113725.960000', '113726.427000', '113726.871000', '113727.338000', '113727.790000', '113728.254000', '113728.711000', '113729.183000', '113729.631000', '113730.107000', '113730.555000', '113731.031000', '113731.485000', '113731.927000', '113732.408000', '113732.860000', '113733.307000'], '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], 'LargestImagePixelValue': [621, 597, 672, 663, 711, 676, 626, 661, 597, 667, 998, 737, 658, 941, 608, 705, 1196, 909, 979, 617, 690, 624, 646, 737, 660, 1153, 636, 801, 656, 675, 641, 684, 596, 651, 695, 641, 677, 761, 650, 672, 627, 656, 610, 647, 636, 641, 660, 634, 652, 558, 664, 676, 655, 651, 768, 651, 653, 672, 673, 672, 657, 642, 660, 569, 681, 858, 665, 657, 1107, 657, 778, 720, 666, 617, 662, 652, 662, 649, 672, 678, 617, 663, 557, 676, 635, 683, 789, 662, 660, 664, 699, 765, 667, 1188, 643, 829, 654, 682, 662, 658, 639, 650, 778, 664, 697, 659, 661, 632, 652, 904, 658, 650, 641, 635, 642, 668, 622, 664, 594, 673, 655, 658, 647, 649, 670, 573, 648, 767, 639, 648, 637, 666, 575, 649, 603, 653, 706, 666, 687, 647, 647, 656, 654, 630, 671, 1017, 681, 930, 662, 656, 1109, 818, 708, 641, 653, 927, 655, 661, 668, 654, 642, 660, 604, 678, 559, 657, 716, 641, 707, 655, 798, 651, 748, 711, 645, 1146, 999, 1059, 658, 866, 645, 679, 646, 678, 634, 767, 637, 1008, 651, 740, 639, 683, 647, 660, 634, 667, 578, 637, 794, 638, 676, 620, 661, 633, 643, 652, 662, 629, 657, 624, 652, 617, 666, 879, 661, 841, 742, 653, 957, 644, 739, 646, 643, 598, 632, 604, 646, 661, 678, 728, 660, 670, 652, 658, 1151, 704, 943, 660, 647, 581, 646, 630, 648, 645, 664, 628, 662, 578, 678, 708, 656, 662, 644, 649, 647, 650, 640, 641, 770, 644, 673, 658, 590, 642, 595, 651, 815, 653, 732, 631, 832, 635, 717, 633, 687, 731, 627, 1108, 632, 795, 638, 689, 656, 646, 613, 634, 598, 644, 665, 656, 643, 649, 651, 631, 650, 631, 654, 652, 641, 568, 645, 585, 663, 679, 659, 662, 643, 751, 638, 748, 1098, 847, 1187, 640, 905, 761, 1064, 720, 861, 646, 581, 632, 568, 638, 605, 656, 618, 672, 626, 739, 652, 731, 1056, 689, 1080, 906, 1233, 785, 768, 792, 696, 805, 1084, 720, 1282, 702, 957, 721, 1008, 690, 670, 696, 659, 714, 674, 784, 687, 783, 697, 707, 690, 735, 694, 747, 687, 700, 705, 695, 658, 682, 670, 689, 791, 683, 705, 684, 678, 680, 695, 689, 691, 698, 636, 690, 619, 688, 676, 687, 761, 680, 706, 647, 722, 680, 731, 668, 713, 654, 699, 648, 695, 665, 717, 645, 714, 649, 719, 642, 808, 650, 919, 642, 860, 624, 672, 1270, 648, 986, 647, 809, 642, 701, 632, 649, 626, 645, 635, 606, 663, 617, 673, 624, 675, 598, 670, 1035, 990, 787, 1033, 688, 681, 939, 616, 627, 645, 642, 632, 647, 632, 653, 580, 653, 712, 599, 652, 652, 609, 648, 696, 637, 653, 589, 649, 555, 627, 660, 637, 662, 549, 654, 703, 638, 655, 593, 641, 565, 662, 608, 647, 821, 619, 651, 1060, 695, 654, 561, 642, 695, 623, 647, 530, 632, 540, 624, 569, 621, 670, 645, 657, 658, 724, 621, 715, 1082, 817, 1045, 638, 847, 1048, 680, 721, 598, 641, 560, 632, 544, 648, 564, 641, 524, 622, 695, 636, 689, 625, 663, 882, 649, 862, 725, 654, 1063, 677, 669, 623, 641, 570, 659, 609, 652, 677, 632, 633, 1021, 652, 715, 586, 653, 537, 626, 667, 645, 607, 632, 644, 611, 674, 934, 660, 650, 612, 647, 1038, 921, 665, 1009, 636, 671, 573, 626, 564, 629, 639, 632, 661, 608, 639, 567, 645, 875, 659, 647, 621, 640, 609, 648, 650, 743, 636, 895, 628, 943, 646, 850, 1234, 1016, 1028, 640, 642, 551, 642, 634, 660, 620, 638, 653, 617, 629, 573, 648, 555, 649, 559, 631, 711, 661, 648, 606, 641, 1013, 644, 828, 929, 650, 943, 642, 638, 595, 650, 1032, 658, 662, 633, 636, 599, 668, 568, 650, 568, 644, 734, 646, 750, 643, 653, 578, 645, 955, 645, 712, 1142, 653, 949, 635, 634, 665, 658, 628, 644, 627, 650, 643, 655, 646, 665, 608, 649, 917, 1110, 708, 918, 1022, 649, 733, 633, 647, 585, 648, 594, 641, 595, 643, 580, 669, 636, 662, 683, 619, 658, 1013, 876, 698, 937, 669, 658, 988, 649, 658, 628, 643, 640, 646, 596, 655, 580, 650, 749, 1052, 670, 651, 636, 652, 573, 664, 655, 664, 651, 619, 643, 573, 647, 715, 650, 648, 842, 651, 689, 659, 654, 637, 629, 615, 641, 616, 646, 616, 655, 586, 644, 869, 708, 668, 1047, 636, 648, 776, 662, 852, 662, 643, 638, 636, 586, 657, 600, 644, 645, 642, 626, 608, 637, 643, 684, 622, 669, 632, 680, 1069, 726, 668, 566, 620, 924, 618, 645, 624, 626, 513, 628, 677, 588, 637, 535, 606, 683, 590, 643, 588, 638, 544, 640, 639, 595, 648, 583, 651, 554, 618, 1075, 628, 776, 597, 631, 508, 611, 940, 605, 639, 582, 618, 546, 613, 726, 600, 738, 588, 653, 604, 636, 588, 635, 518, 604, 743, 612, 680, 593, 677, 593, 698, 594, 652, 568, 635, 789, 619, 1211, 609, 895, 590, 680, 593, 638, 577, 644, 584, 640, 584, 626, 557, 638, 564, 615, 542, 634, 571, 616, 600, 619, 940, 640, 749, 608, 656, 623, 651, 607, 627, 617, 636, 618, 626, 579, 629, 599, 616, 616, 847, 639, 826, 610, 917, 1039, 705, 1091, 707, 671, 578, 619, 567, 604, 646, 599, 607, 580, 619, 575, 618, 811, 607, 638, 938, 579, 634, 544, 629, 542, 611, 535, 622, 547, 632, 537, 612, 950, 652, 884, 1181, 769, 917, 840, 647, 945, 626, 705, 608, 647, 570, 657, 686, 630, 902, 648, 662, 561, 650, 1080, 604, 685, 617, 658, 556, 632, 834, 606, 660, 577, 637, 594, 609, 661, 574, 654, 762, 600, 638, 615, 662, 544, 665, 732, 652, 668, 1069, 625, 651, 610, 662, 613, 646, 560, 622, 532, 635, 543, 649, 577, 668, 608, 823, 625, 939, 681, 757, 649, 772, 1168, 991, 781, 1094, 670, 737, 619, 667, 561, 652, 1017, 648, 749, 622, 692, 642, 705, 654, 690, 583, 687, 633, 689, 974, 654, 715, 651, 694, 557, 669, 820, 686, 663, 658, 679, 625, 679, 617, 670, 630, 652, 598, 676, 612, 684, 631, 677, 624, 683, 607, 670, 563, 648, 977, 633, 660, 608, 653, 548, 630, 778, 621, 667, 594, 658, 612, 659, 606, 656, 587, 654, 578, 663, 936, 656, 668, 605, 674, 1149, 659, 805, 1051, 640, 793, 634, 665, 638, 637, 924, 646, 667, 600, 671, 590, 663, 669, 666, 859, 644, 674, 1091, 729, 807, 613, 678, 926, 652, 707, 633, 678, 606, 663, 581, 644, 611, 634, 771, 621, 670, 606, 655, 570, 641, 772, 635, 721, 590, 653, 590, 645, 735, 629, 665, 672, 679, 580, 648, 932, 694, 658, 813, 644, 674, 598, 646, 618, 638, 585, 656, 581, 650, 574, 648, 867, 688, 890, 681, 716, 677, 615, 679, 629, 798, 894, 764, 995, 672, 1135, 727, 999, 1273, 866, 1014, 664, 711, 648, 678, 616, 679, 616, 669, 599, 668, 598, 673, 578, 682, 650, 685, 795, 697, 701, 577, 681, 1063, 657, 688, 1106, 668, 678, 565, 656, 684, 640, 664, 595, 666, 583, 655, 585, 667, 609, 644, 619, 657, 782, 1152, 760, 893, 763, 667, 833, 635], 'WindowCenter': [298.0, 296.0, 297.0, 296.0, 297.0, 295.0, 295.0, 296.0, 295.0, 296.0, 298.0, 296.0, 295.0, 297.0, 294.0, 295.0, 298.0, 296.0, 296.0, 292.0, 293.0, 292.0, 293.0, 293.0, 293.0, 296.0, 292.0, 294.0, 293.0, 293.0, 292.0, 293.0, 292.0, 293.0, 293.0, 293.0, 294.0, 294.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 293.0, 295.0, 295.0, 294.0, 295.0, 296.0, 295.0, 296.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 297.0, 295.0, 295.0, 298.0, 294.0, 296.0, 295.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 296.0, 295.0, 296.0, 296.0, 295.0, 295.0, 295.0, 296.0, 296.0, 295.0, 299.0, 295.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 296.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 297.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 294.0, 295.0, 295.0, 294.0, 295.0, 294.0, 294.0, 296.0, 295.0, 294.0, 294.0, 295.0, 293.0, 294.0, 294.0, 295.0, 296.0, 295.0, 296.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 298.0, 296.0, 298.0, 294.0, 295.0, 298.0, 296.0, 294.0, 294.0, 294.0, 297.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 294.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 295.0, 296.0, 295.0, 294.0, 299.0, 298.0, 297.0, 294.0, 297.0, 294.0, 294.0, 294.0, 294.0, 294.0, 296.0, 294.0, 297.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 292.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 298.0, 295.0, 297.0, 296.0, 295.0, 297.0, 294.0, 296.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 296.0, 296.0, 295.0, 295.0, 294.0, 295.0, 298.0, 295.0, 297.0, 294.0, 294.0, 293.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 294.0, 296.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 294.0, 295.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 295.0, 296.0, 295.0, 297.0, 294.0, 296.0, 294.0, 295.0, 296.0, 294.0, 298.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 293.0, 295.0, 294.0, 296.0, 296.0, 296.0, 296.0, 295.0, 297.0, 295.0, 297.0, 299.0, 297.0, 299.0, 294.0, 298.0, 296.0, 298.0, 295.0, 296.0, 295.0, 294.0, 295.0, 293.0, 295.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 297.0, 299.0, 295.0, 298.0, 297.0, 298.0, 295.0, 294.0, 295.0, 294.0, 295.0, 297.0, 294.0, 298.0, 293.0, 296.0, 294.0, 296.0, 293.0, 293.0, 293.0, 293.0, 295.0, 294.0, 295.0, 293.0, 294.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 292.0, 293.0, 294.0, 293.0, 293.0, 293.0, 293.0, 294.0, 295.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 296.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 297.0, 296.0, 296.0, 295.0, 296.0, 296.0, 297.0, 295.0, 296.0, 296.0, 296.0, 295.0, 297.0, 295.0, 296.0, 295.0, 297.0, 295.0, 298.0, 295.0, 297.0, 294.0, 294.0, 299.0, 294.0, 297.0, 294.0, 296.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 297.0, 296.0, 296.0, 295.0, 295.0, 294.0, 295.0, 298.0, 297.0, 296.0, 297.0, 294.0, 294.0, 296.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 296.0, 297.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 293.0, 295.0, 295.0, 295.0, 296.0, 293.0, 296.0, 296.0, 295.0, 296.0, 295.0, 295.0, 294.0, 296.0, 295.0, 295.0, 297.0, 295.0, 295.0, 298.0, 295.0, 294.0, 293.0, 295.0, 295.0, 294.0, 294.0, 293.0, 295.0, 293.0, 295.0, 294.0, 296.0, 297.0, 296.0, 296.0, 296.0, 297.0, 295.0, 297.0, 299.0, 297.0, 298.0, 294.0, 297.0, 298.0, 295.0, 295.0, 293.0, 294.0, 293.0, 294.0, 293.0, 295.0, 294.0, 295.0, 293.0, 295.0, 296.0, 295.0, 296.0, 295.0, 295.0, 298.0, 295.0, 297.0, 295.0, 295.0, 298.0, 294.0, 294.0, 294.0, 294.0, 293.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 298.0, 295.0, 296.0, 293.0, 294.0, 292.0, 294.0, 295.0, 295.0, 294.0, 295.0, 295.0, 295.0, 296.0, 298.0, 296.0, 296.0, 295.0, 295.0, 299.0, 297.0, 295.0, 297.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 295.0, 296.0, 295.0, 295.0, 294.0, 295.0, 298.0, 295.0, 295.0, 294.0, 294.0, 294.0, 294.0, 295.0, 296.0, 295.0, 298.0, 294.0, 298.0, 294.0, 297.0, 299.0, 297.0, 297.0, 294.0, 294.0, 292.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 293.0, 295.0, 293.0, 295.0, 296.0, 295.0, 295.0, 294.0, 295.0, 298.0, 295.0, 297.0, 297.0, 294.0, 297.0, 294.0, 294.0, 293.0, 294.0, 298.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 293.0, 295.0, 293.0, 295.0, 296.0, 295.0, 296.0, 294.0, 294.0, 293.0, 294.0, 297.0, 294.0, 296.0, 298.0, 294.0, 297.0, 294.0, 294.0, 295.0, 295.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 298.0, 298.0, 295.0, 296.0, 297.0, 293.0, 294.0, 293.0, 293.0, 292.0, 294.0, 293.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 298.0, 296.0, 294.0, 296.0, 293.0, 294.0, 297.0, 293.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 296.0, 298.0, 294.0, 294.0, 294.0, 294.0, 293.0, 295.0, 294.0, 295.0, 295.0, 294.0, 294.0, 294.0, 295.0, 296.0, 295.0, 295.0, 296.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 294.0, 295.0, 297.0, 295.0, 294.0, 297.0, 294.0, 294.0, 295.0, 294.0, 296.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 298.0, 295.0, 294.0, 292.0, 294.0, 297.0, 294.0, 294.0, 294.0, 294.0, 292.0, 294.0, 295.0, 294.0, 295.0, 293.0, 294.0, 295.0, 294.0, 294.0, 294.0, 295.0, 293.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 293.0, 295.0, 298.0, 295.0, 296.0, 295.0, 295.0, 293.0, 295.0, 298.0, 294.0, 295.0, 294.0, 294.0, 293.0, 295.0, 296.0, 295.0, 296.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 293.0, 295.0, 296.0, 295.0, 295.0, 295.0, 295.0, 295.0, 296.0, 294.0, 295.0, 293.0, 294.0, 296.0, 294.0, 299.0, 294.0, 297.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 297.0, 294.0, 295.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 295.0, 295.0, 295.0, 297.0, 295.0, 296.0, 295.0, 298.0, 297.0, 295.0, 298.0, 294.0, 294.0, 292.0, 293.0, 292.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 297.0, 294.0, 295.0, 297.0, 293.0, 294.0, 293.0, 294.0, 293.0, 295.0, 293.0, 295.0, 293.0, 295.0, 293.0, 295.0, 298.0, 295.0, 297.0, 299.0, 296.0, 297.0, 296.0, 294.0, 296.0, 293.0, 294.0, 292.0, 294.0, 292.0, 294.0, 294.0, 294.0, 296.0, 294.0, 294.0, 292.0, 294.0, 297.0, 293.0, 294.0, 293.0, 294.0, 292.0, 294.0, 295.0, 293.0, 294.0, 292.0, 294.0, 293.0, 293.0, 294.0, 292.0, 294.0, 295.0, 293.0, 294.0, 294.0, 294.0, 292.0, 295.0, 296.0, 294.0, 294.0, 298.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 293.0, 295.0, 293.0, 295.0, 294.0, 296.0, 295.0, 297.0, 296.0, 298.0, 295.0, 297.0, 295.0, 296.0, 295.0, 297.0, 299.0, 297.0, 295.0, 297.0, 294.0, 294.0, 293.0, 293.0, 292.0, 294.0, 297.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 293.0, 294.0, 292.0, 293.0, 293.0, 293.0, 296.0, 293.0, 293.0, 293.0, 293.0, 291.0, 294.0, 295.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 295.0, 295.0, 294.0, 295.0, 293.0, 295.0, 298.0, 295.0, 294.0, 293.0, 294.0, 292.0, 294.0, 296.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 295.0, 296.0, 298.0, 295.0, 295.0, 294.0, 295.0, 298.0, 294.0, 296.0, 297.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 297.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 294.0, 296.0, 294.0, 295.0, 298.0, 295.0, 295.0, 293.0, 294.0, 296.0, 294.0, 294.0, 294.0, 294.0, 293.0, 294.0, 293.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 294.0, 293.0, 294.0, 296.0, 294.0, 295.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 296.0, 295.0, 294.0, 295.0, 298.0, 295.0, 294.0, 296.0, 294.0, 294.0, 293.0, 294.0, 294.0, 294.0, 294.0, 295.0, 294.0, 295.0, 294.0, 296.0, 299.0, 296.0, 298.0, 295.0, 295.0, 295.0, 295.0, 296.0, 295.0, 296.0, 297.0, 296.0, 298.0, 294.0, 298.0, 294.0, 297.0, 298.0, 295.0, 296.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 294.0, 293.0, 294.0, 293.0, 295.0, 294.0, 295.0, 296.0, 295.0, 295.0, 292.0, 294.0, 297.0, 293.0, 294.0, 297.0, 293.0, 293.0, 292.0, 293.0, 293.0, 294.0, 294.0, 294.0, 295.0, 295.0, 296.0, 295.0, 297.0, 295.0, 296.0, 295.0, 296.0, 297.0, 300.0, 297.0, 298.0, 296.0, 294.0, 296.0, 294.0], 'WindowWidth': [651.0, 649.0, 649.0, 647.0, 648.0, 646.0, 645.0, 647.0, 645.0, 647.0, 650.0, 646.0, 645.0, 648.0, 643.0, 645.0, 649.0, 646.0, 646.0, 640.0, 642.0, 640.0, 641.0, 642.0, 641.0, 646.0, 640.0, 642.0, 641.0, 640.0, 639.0, 641.0, 640.0, 641.0, 641.0, 641.0, 643.0, 643.0, 641.0, 642.0, 641.0, 642.0, 641.0, 642.0, 641.0, 643.0, 642.0, 644.0, 644.0, 642.0, 645.0, 645.0, 644.0, 645.0, 646.0, 645.0, 647.0, 647.0, 645.0, 645.0, 645.0, 644.0, 645.0, 644.0, 646.0, 648.0, 645.0, 645.0, 649.0, 644.0, 646.0, 645.0, 644.0, 643.0, 644.0, 644.0, 645.0, 644.0, 645.0, 645.0, 644.0, 645.0, 644.0, 647.0, 645.0, 646.0, 647.0, 646.0, 645.0, 645.0, 647.0, 646.0, 645.0, 650.0, 644.0, 646.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 645.0, 644.0, 645.0, 644.0, 644.0, 643.0, 644.0, 647.0, 644.0, 643.0, 643.0, 644.0, 644.0, 645.0, 643.0, 645.0, 643.0, 645.0, 644.0, 645.0, 645.0, 644.0, 646.0, 643.0, 644.0, 646.0, 644.0, 644.0, 644.0, 645.0, 642.0, 644.0, 643.0, 645.0, 646.0, 646.0, 646.0, 646.0, 646.0, 646.0, 647.0, 646.0, 647.0, 650.0, 646.0, 649.0, 644.0, 644.0, 649.0, 646.0, 644.0, 643.0, 644.0, 647.0, 644.0, 644.0, 644.0, 644.0, 644.0, 645.0, 645.0, 647.0, 644.0, 647.0, 648.0, 647.0, 646.0, 647.0, 648.0, 645.0, 646.0, 645.0, 644.0, 650.0, 648.0, 648.0, 644.0, 647.0, 643.0, 644.0, 643.0, 644.0, 644.0, 646.0, 644.0, 648.0, 644.0, 644.0, 643.0, 644.0, 643.0, 643.0, 642.0, 643.0, 641.0, 642.0, 645.0, 643.0, 643.0, 643.0, 642.0, 643.0, 644.0, 645.0, 645.0, 645.0, 646.0, 646.0, 646.0, 646.0, 647.0, 649.0, 646.0, 648.0, 646.0, 644.0, 647.0, 644.0, 646.0, 644.0, 644.0, 643.0, 644.0, 643.0, 644.0, 645.0, 647.0, 646.0, 646.0, 645.0, 644.0, 645.0, 649.0, 645.0, 648.0, 644.0, 643.0, 642.0, 644.0, 646.0, 646.0, 645.0, 645.0, 644.0, 645.0, 643.0, 646.0, 646.0, 646.0, 646.0, 645.0, 646.0, 645.0, 646.0, 644.0, 644.0, 646.0, 644.0, 645.0, 645.0, 643.0, 645.0, 643.0, 645.0, 648.0, 646.0, 646.0, 645.0, 648.0, 644.0, 646.0, 644.0, 645.0, 646.0, 643.0, 649.0, 644.0, 645.0, 643.0, 644.0, 644.0, 643.0, 643.0, 643.0, 642.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 646.0, 645.0, 645.0, 645.0, 643.0, 646.0, 644.0, 647.0, 647.0, 647.0, 647.0, 646.0, 648.0, 646.0, 648.0, 650.0, 648.0, 650.0, 644.0, 649.0, 647.0, 649.0, 645.0, 646.0, 644.0, 644.0, 646.0, 643.0, 645.0, 645.0, 647.0, 646.0, 646.0, 646.0, 647.0, 646.0, 649.0, 651.0, 645.0, 649.0, 647.0, 648.0, 644.0, 643.0, 644.0, 643.0, 645.0, 647.0, 643.0, 648.0, 642.0, 645.0, 643.0, 645.0, 641.0, 640.0, 641.0, 640.0, 644.0, 643.0, 643.0, 642.0, 643.0, 641.0, 641.0, 641.0, 641.0, 641.0, 641.0, 640.0, 640.0, 640.0, 640.0, 640.0, 641.0, 640.0, 641.0, 643.0, 641.0, 641.0, 642.0, 641.0, 643.0, 644.0, 644.0, 643.0, 644.0, 643.0, 645.0, 644.0, 646.0, 645.0, 645.0, 646.0, 645.0, 645.0, 646.0, 648.0, 647.0, 646.0, 645.0, 646.0, 646.0, 648.0, 646.0, 646.0, 647.0, 647.0, 646.0, 647.0, 646.0, 646.0, 646.0, 648.0, 645.0, 649.0, 644.0, 648.0, 643.0, 644.0, 650.0, 642.0, 647.0, 643.0, 645.0, 642.0, 645.0, 644.0, 646.0, 645.0, 645.0, 645.0, 646.0, 648.0, 648.0, 647.0, 645.0, 645.0, 643.0, 645.0, 650.0, 647.0, 646.0, 648.0, 642.0, 642.0, 645.0, 642.0, 642.0, 642.0, 643.0, 644.0, 644.0, 644.0, 645.0, 644.0, 647.0, 648.0, 643.0, 644.0, 644.0, 642.0, 643.0, 644.0, 644.0, 644.0, 642.0, 644.0, 643.0, 645.0, 645.0, 646.0, 647.0, 643.0, 647.0, 646.0, 646.0, 647.0, 645.0, 646.0, 644.0, 647.0, 645.0, 646.0, 648.0, 645.0, 646.0, 650.0, 645.0, 644.0, 642.0, 644.0, 645.0, 643.0, 644.0, 643.0, 645.0, 643.0, 646.0, 644.0, 648.0, 648.0, 647.0, 647.0, 647.0, 648.0, 646.0, 648.0, 651.0, 648.0, 650.0, 644.0, 648.0, 649.0, 645.0, 644.0, 642.0, 644.0, 642.0, 644.0, 642.0, 645.0, 644.0, 646.0, 643.0, 646.0, 646.0, 646.0, 647.0, 646.0, 646.0, 649.0, 645.0, 648.0, 645.0, 645.0, 649.0, 644.0, 644.0, 643.0, 644.0, 642.0, 645.0, 644.0, 645.0, 645.0, 645.0, 646.0, 649.0, 645.0, 646.0, 642.0, 644.0, 641.0, 644.0, 645.0, 645.0, 645.0, 646.0, 646.0, 645.0, 647.0, 650.0, 647.0, 647.0, 645.0, 645.0, 651.0, 648.0, 645.0, 648.0, 644.0, 644.0, 642.0, 643.0, 642.0, 644.0, 644.0, 645.0, 646.0, 645.0, 646.0, 644.0, 646.0, 649.0, 645.0, 646.0, 644.0, 644.0, 644.0, 644.0, 645.0, 647.0, 646.0, 649.0, 644.0, 648.0, 644.0, 648.0, 650.0, 648.0, 647.0, 643.0, 643.0, 641.0, 643.0, 642.0, 644.0, 643.0, 644.0, 644.0, 644.0, 646.0, 644.0, 645.0, 643.0, 646.0, 643.0, 645.0, 646.0, 646.0, 645.0, 644.0, 646.0, 649.0, 644.0, 648.0, 647.0, 644.0, 647.0, 644.0, 644.0, 642.0, 644.0, 649.0, 644.0, 644.0, 643.0, 644.0, 644.0, 645.0, 643.0, 645.0, 643.0, 645.0, 646.0, 645.0, 647.0, 644.0, 644.0, 642.0, 644.0, 647.0, 644.0, 646.0, 649.0, 644.0, 647.0, 643.0, 644.0, 646.0, 645.0, 644.0, 644.0, 645.0, 645.0, 646.0, 646.0, 646.0, 646.0, 644.0, 645.0, 649.0, 649.0, 645.0, 646.0, 646.0, 641.0, 643.0, 641.0, 641.0, 641.0, 643.0, 642.0, 644.0, 643.0, 645.0, 644.0, 646.0, 646.0, 646.0, 646.0, 644.0, 645.0, 650.0, 646.0, 644.0, 646.0, 641.0, 642.0, 647.0, 642.0, 642.0, 643.0, 643.0, 644.0, 644.0, 644.0, 645.0, 644.0, 646.0, 647.0, 649.0, 644.0, 644.0, 643.0, 644.0, 642.0, 645.0, 644.0, 645.0, 645.0, 644.0, 644.0, 643.0, 645.0, 646.0, 645.0, 645.0, 646.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 644.0, 645.0, 646.0, 645.0, 646.0, 644.0, 645.0, 648.0, 645.0, 644.0, 648.0, 643.0, 643.0, 645.0, 644.0, 646.0, 643.0, 643.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 644.0, 646.0, 645.0, 645.0, 646.0, 646.0, 646.0, 646.0, 645.0, 646.0, 646.0, 650.0, 645.0, 644.0, 641.0, 643.0, 647.0, 643.0, 643.0, 643.0, 643.0, 640.0, 643.0, 646.0, 644.0, 645.0, 643.0, 644.0, 645.0, 645.0, 644.0, 644.0, 645.0, 643.0, 647.0, 646.0, 646.0, 646.0, 645.0, 646.0, 643.0, 644.0, 649.0, 645.0, 647.0, 645.0, 646.0, 642.0, 645.0, 649.0, 644.0, 644.0, 644.0, 644.0, 643.0, 645.0, 646.0, 645.0, 646.0, 644.0, 645.0, 645.0, 645.0, 644.0, 645.0, 642.0, 645.0, 646.0, 645.0, 645.0, 645.0, 645.0, 645.0, 646.0, 644.0, 645.0, 643.0, 644.0, 646.0, 644.0, 650.0, 643.0, 647.0, 643.0, 644.0, 642.0, 643.0, 642.0, 643.0, 642.0, 644.0, 642.0, 643.0, 642.0, 644.0, 642.0, 643.0, 642.0, 644.0, 643.0, 643.0, 642.0, 643.0, 647.0, 643.0, 644.0, 642.0, 644.0, 643.0, 644.0, 643.0, 643.0, 644.0, 644.0, 643.0, 643.0, 644.0, 645.0, 645.0, 645.0, 645.0, 648.0, 646.0, 647.0, 645.0, 649.0, 648.0, 645.0, 650.0, 643.0, 642.0, 641.0, 642.0, 641.0, 643.0, 643.0, 643.0, 643.0, 644.0, 644.0, 644.0, 645.0, 648.0, 644.0, 644.0, 647.0, 642.0, 644.0, 643.0, 643.0, 642.0, 645.0, 643.0, 645.0, 643.0, 646.0, 643.0, 646.0, 650.0, 646.0, 649.0, 650.0, 645.0, 647.0, 645.0, 643.0, 645.0, 642.0, 643.0, 641.0, 642.0, 641.0, 643.0, 643.0, 643.0, 646.0, 643.0, 643.0, 640.0, 643.0, 647.0, 642.0, 642.0, 641.0, 642.0, 640.0, 642.0, 645.0, 642.0, 642.0, 641.0, 642.0, 641.0, 642.0, 642.0, 641.0, 642.0, 644.0, 642.0, 643.0, 643.0, 644.0, 641.0, 645.0, 646.0, 644.0, 644.0, 649.0, 643.0, 644.0, 643.0, 644.0, 644.0, 645.0, 643.0, 644.0, 643.0, 646.0, 644.0, 647.0, 645.0, 648.0, 648.0, 650.0, 645.0, 648.0, 645.0, 646.0, 644.0, 649.0, 652.0, 648.0, 645.0, 648.0, 642.0, 643.0, 641.0, 642.0, 640.0, 642.0, 646.0, 642.0, 643.0, 641.0, 643.0, 642.0, 643.0, 642.0, 643.0, 641.0, 642.0, 641.0, 642.0, 645.0, 641.0, 642.0, 641.0, 642.0, 639.0, 642.0, 644.0, 642.0, 641.0, 642.0, 642.0, 642.0, 643.0, 643.0, 645.0, 644.0, 644.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 645.0, 645.0, 644.0, 645.0, 643.0, 644.0, 649.0, 644.0, 644.0, 642.0, 644.0, 641.0, 644.0, 646.0, 643.0, 644.0, 643.0, 645.0, 646.0, 647.0, 645.0, 647.0, 645.0, 647.0, 645.0, 647.0, 650.0, 646.0, 645.0, 643.0, 645.0, 649.0, 644.0, 647.0, 648.0, 643.0, 645.0, 643.0, 644.0, 643.0, 644.0, 647.0, 643.0, 643.0, 642.0, 644.0, 643.0, 644.0, 644.0, 644.0, 646.0, 643.0, 645.0, 649.0, 644.0, 645.0, 642.0, 643.0, 646.0, 644.0, 643.0, 643.0, 643.0, 642.0, 644.0, 642.0, 644.0, 643.0, 644.0, 645.0, 643.0, 645.0, 643.0, 644.0, 642.0, 644.0, 645.0, 644.0, 645.0, 643.0, 644.0, 643.0, 644.0, 644.0, 643.0, 645.0, 647.0, 645.0, 643.0, 644.0, 649.0, 645.0, 644.0, 646.0, 643.0, 643.0, 642.0, 644.0, 643.0, 644.0, 643.0, 645.0, 644.0, 645.0, 644.0, 648.0, 650.0, 647.0, 649.0, 646.0, 645.0, 645.0, 645.0, 646.0, 645.0, 647.0, 648.0, 646.0, 648.0, 644.0, 649.0, 643.0, 647.0, 648.0, 645.0, 645.0, 641.0, 641.0, 641.0, 641.0, 641.0, 642.0, 641.0, 642.0, 641.0, 642.0, 642.0, 644.0, 642.0, 645.0, 644.0, 645.0, 646.0, 645.0, 645.0, 641.0, 644.0, 648.0, 642.0, 643.0, 648.0, 642.0, 642.0, 639.0, 642.0, 642.0, 643.0, 644.0, 643.0, 645.0, 645.0, 646.0, 645.0, 648.0, 646.0, 647.0, 646.0, 647.0, 649.0, 652.0, 647.0, 649.0, 646.0, 644.0, 646.0, 644.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.0008559486329743166</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027611967439933716</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.234321812537274</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2170189956633504</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.986016660796021</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5811.7129</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08007179052113689</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.236951118475559</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.808226812636857</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7652672977072537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0911539263011476</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5682592139021696</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0121206</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013262895867228508</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029164541512727737</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1207</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.444109932211524</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>21.2696</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>3.1298</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>13.2705</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>3.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294005.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>1.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>62.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>24.2745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5534</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>41.535</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>236.151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>255.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>74.039</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.00338679063134</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> |