=== 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-0116 --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-0116",
"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-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_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-0116/ses-03/func/sub-0116_ses-03_task-alignvideo_acq-mb8_run-01_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>fdf98aaea6bc7cf282e806ea553df190</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>15:50:47.337500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996833, -0.0766821, 0.0210884, 0.0725032, 0.985208, 0.155267]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0885254</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4237, -7913, -7206, 535, -174, -257, 318, 149]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>83b0338c-55a0-4e5d-a9e8-632c47bf5e42||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674428939819336, 0.1945207417011261, 0.08824338763952255, 100.39933013916016], [0.2057325839996338, 2.6432418823242188, 0.4137657582759857, -121.54557800292969], [0.05657873675227165, -0.4165709614753723, 2.6666479110717773, -43.95447540283203], [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, 1157]</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], 'AcquisitionTime': ['155047.337500', '155047.797500', '155048.257500', '155048.717500', '155049.177500', '155049.637500', '155050.097500', '155050.557500', '155051.017500', '155051.477500', '155051.937500', '155052.397500', '155052.857500', '155053.317500', '155053.777500', '155054.237500', '155054.697500', '155055.157500', '155055.617500', '155056.077500', '155056.537500', '155056.997500', '155057.457500', '155057.917500', '155058.377500', '155058.837500', '155059.297500', '155059.757500', '155100.217500', '155100.677500', '155101.137500', '155101.597500', '155102.057500', '155102.517500', '155102.977500', '155103.437500', '155103.897500', '155104.357500', '155104.817500', '155105.277500', '155105.737500', '155106.197500', '155106.657500', '155107.117500', '155107.577500', '155108.037500', '155108.497500', '155108.957500', '155109.417500', '155109.877500', '155110.337500', '155110.797500', '155111.257500', '155111.717500', '155112.177500', '155112.637500', '155113.097500', '155113.557500', '155114.017500', '155114.477500', '155114.937500', '155115.397500', '155115.857500', '155116.317500', '155116.777500', '155117.237500', '155117.697500', '155118.157500', '155118.617500', '155119.077500', '155119.537500', '155119.997500', '155120.457500', '155120.917500', '155121.377500', '155121.837500', '155122.297500', '155122.757500', '155123.217500', '155123.677500', '155124.137500', '155124.597500', '155125.057500', '155125.517500', '155125.977500', '155126.437500', '155126.897500', '155127.357500', '155127.817500', '155128.277500', '155128.737500', '155129.197500', '155129.657500', '155130.117500', '155130.577500', '155131.037500', '155131.497500', '155131.957500', '155132.417500', '155132.877500', '155133.337500', '155133.797500', '155134.257500', '155134.717500', '155135.177500', '155135.637500', '155136.097500', '155136.557500', '155137.017500', '155137.477500', '155137.937500', '155138.397500', '155138.857500', '155139.317500', '155139.777500', '155140.237500', '155140.697500', '155141.157500', '155141.617500', '155142.077500', '155142.537500', '155142.997500', '155143.457500', '155143.917500', '155144.377500', '155144.837500', '155145.297500', '155145.757500', '155146.217500', '155146.677500', '155147.137500', '155147.597500', '155148.057500', '155148.517500', '155148.977500', '155149.437500', '155149.897500', '155150.357500', '155150.817500', '155151.277500', '155151.737500', '155152.197500', '155152.657500', '155153.117500', '155153.577500', '155154.037500', '155154.497500', '155154.957500', '155155.417500', '155155.877500', '155156.337500', '155156.797500', '155157.257500', '155157.717500', '155158.177500', '155158.637500', '155159.097500', '155159.557500', '155200.017500', '155200.477500', '155200.937500', '155201.397500', '155201.857500', '155202.317500', '155202.777500', '155203.237500', '155203.697500', '155204.157500', '155204.617500', '155205.077500', '155205.537500', '155205.997500', '155206.457500', '155206.917500', '155207.377500', '155207.837500', '155208.297500', '155208.757500', '155209.217500', '155209.677500', '155210.137500', '155210.597500', '155211.057500', '155211.517500', '155211.977500', '155212.437500', '155212.897500', '155213.357500', '155213.817500', '155214.277500', '155214.737500', '155215.197500', '155215.657500', '155216.117500', '155216.577500', '155217.037500', '155217.497500', '155217.957500', '155218.417500', '155218.877500', '155219.337500', '155219.797500', '155220.257500', '155220.717500', '155221.177500', '155221.637500', '155222.097500', '155222.557500', '155223.017500', '155223.477500', '155223.937500', '155224.397500', '155224.857500', '155225.317500', '155225.777500', '155226.237500', '155226.697500', '155227.157500', '155227.617500', '155228.077500', '155228.537500', '155228.997500', '155229.457500', '155229.917500', '155230.377500', '155230.837500', '155231.297500', '155231.757500', '155232.217500', '155232.677500', '155233.137500', '155233.597500', '155234.057500', '155234.517500', '155234.977500', '155235.437500', '155235.897500', '155236.357500', '155236.817500', '155237.277500', '155237.737500', '155238.197500', '155238.657500', '155239.117500', '155239.577500', '155240.037500', '155240.497500', '155240.957500', '155241.417500', '155241.877500', '155242.337500', '155242.797500', '155243.257500', '155243.717500', '155244.177500', '155244.637500', '155245.097500', '155245.557500', '155246.017500', '155246.477500', '155246.937500', '155247.397500', '155247.857500', '155248.317500', '155248.777500', '155249.237500', '155249.697500', '155250.157500', '155250.617500', '155251.077500', '155251.537500', '155251.997500', '155252.457500', '155252.917500', '155253.377500', '155253.837500', '155254.297500', '155254.757500', '155255.217500', '155255.677500', '155256.137500', '155256.597500', '155257.057500', '155257.517500', '155257.977500', '155258.437500', '155258.897500', '155259.357500', '155259.817500', '155300.277500', '155300.737500', '155301.197500', '155301.657500', '155302.117500', '155302.577500', '155303.037500', '155303.497500', '155303.957500', '155304.417500', '155304.877500', '155305.337500', '155305.797500', '155306.257500', '155306.717500', '155307.177500', '155307.637500', '155308.097500', '155308.557500', '155309.017500', '155309.477500', '155309.937500', '155310.397500', '155310.857500', '155311.317500', '155311.777500', '155312.237500', '155312.697500', '155313.157500', '155313.617500', '155314.077500', '155314.537500', '155314.997500', '155315.457500', '155315.917500', '155316.377500', '155316.837500', '155317.297500', '155317.757500', '155318.217500', '155318.677500', '155319.137500', '155319.597500', '155320.057500', '155320.517500', '155320.977500', '155321.437500', '155321.897500', '155322.357500', '155322.817500', '155323.277500', '155323.737500', '155324.197500', '155324.657500', '155325.117500', '155325.577500', '155326.037500', '155326.497500', '155326.957500', '155327.417500', '155327.877500', '155328.337500', '155328.797500', '155329.257500', '155329.717500', '155330.177500', '155330.637500', '155331.097500', '155331.557500', '155332.017500', '155332.477500', '155332.937500', '155333.397500', '155333.857500', '155334.317500', '155334.777500', '155335.237500', '155335.697500', '155336.157500', '155336.617500', '155337.077500', '155337.537500', '155337.997500', '155338.457500', '155338.917500', '155339.377500', '155339.837500', '155340.297500', '155340.757500', '155341.217500', '155341.677500', '155342.137500', '155342.597500', '155343.057500', '155343.517500', '155343.977500', '155344.437500', '155344.897500', '155345.357500', '155345.817500', '155346.277500', '155346.737500', '155347.197500', '155347.657500', '155348.117500', '155348.577500', '155349.037500', '155349.497500', '155349.957500', '155350.417500', '155350.877500', '155351.337500', '155351.797500', '155352.257500', '155352.717500', '155353.177500', '155353.637500', '155354.097500', '155354.557500', '155355.017500', '155355.477500', '155355.937500', '155356.397500', '155356.857500', '155357.317500', '155357.777500', '155358.237500', '155358.697500', '155359.157500', '155359.617500', '155400.077500', '155400.537500', '155400.997500', '155401.457500', '155401.917500', '155402.377500', '155402.837500', '155403.297500', '155403.757500', '155404.217500', '155404.677500', '155405.137500', '155405.597500', '155406.057500', '155406.517500', '155406.977500', '155407.437500', '155407.897500', '155408.357500', '155408.817500', '155409.277500', '155409.737500', '155410.197500', '155410.657500', '155411.117500', '155411.577500', '155412.037500', '155412.497500', '155412.957500', '155413.417500', '155413.877500', '155414.337500', '155414.797500', '155415.257500', '155415.717500', '155416.177500', '155416.637500', '155417.097500', '155417.557500', '155418.017500', '155418.477500', '155418.937500', '155419.397500', '155419.857500', '155420.317500', '155420.777500', '155421.237500', '155421.697500', '155422.157500', '155422.617500', '155423.077500', '155423.537500', '155423.997500', '155424.457500', '155424.917500', '155425.377500', '155425.837500', '155426.297500', '155426.757500', '155427.217500', '155427.677500', '155428.137500', '155428.597500', '155429.057500', '155429.517500', '155429.977500', '155430.437500', '155430.897500', '155431.357500', '155431.817500', '155432.277500', '155432.737500', '155433.197500', '155433.657500', '155434.117500', '155434.577500', '155435.037500', '155435.497500', '155435.957500', '155436.417500', '155436.877500', '155437.337500', '155437.797500', '155438.257500', '155438.717500', '155439.177500', '155439.637500', '155440.097500', '155440.557500', '155441.017500', '155441.477500', '155441.937500', '155442.397500', '155442.857500', '155443.317500', '155443.777500', '155444.237500', '155444.697500', '155445.157500', '155445.617500', '155446.077500', '155446.537500', '155446.997500', '155447.457500', '155447.917500', '155448.377500', '155448.837500', '155449.297500', '155449.757500', '155450.217500', '155450.677500', '155451.137500', '155451.597500', '155452.057500', '155452.517500', '155452.977500', '155453.437500', '155453.897500', '155454.357500', '155454.817500', '155455.277500', '155455.737500', '155456.197500', '155456.657500', '155457.117500', '155457.577500', '155458.037500', '155458.497500', '155458.957500', '155459.417500', '155459.877500', '155500.337500', '155500.797500', '155501.257500', '155501.717500', '155502.177500', '155502.637500', '155503.097500', '155503.557500', '155504.017500', '155504.477500', '155504.937500', '155505.397500', '155505.857500', '155506.317500', '155506.777500', '155507.237500', '155507.697500', '155508.157500', '155508.617500', '155509.077500', '155509.537500', '155509.997500', '155510.457500', '155510.917500', '155511.377500', '155511.837500', '155512.297500', '155512.757500', '155513.217500', '155513.677500', '155514.137500', '155514.597500', '155515.057500', '155515.517500', '155515.977500', '155516.437500', '155516.897500', '155517.357500', '155517.817500', '155518.277500', '155518.737500', '155519.197500', '155519.657500', '155520.117500', '155520.577500', '155521.037500', '155521.497500', '155521.957500', '155522.417500', '155522.877500', '155523.337500', '155523.797500', '155524.257500', '155524.717500', '155525.177500', '155525.637500', '155526.097500', '155526.557500', '155527.017500', '155527.477500', '155527.937500', '155528.397500', '155528.857500', '155529.317500', '155529.777500', '155530.237500', '155530.697500', '155531.157500', '155531.617500', '155532.077500', '155532.537500', '155532.997500', '155533.457500', '155533.917500', '155534.377500', '155534.837500', '155535.297500', '155535.757500', '155536.217500', '155536.677500', '155537.137500', '155537.597500', '155538.057500', '155538.517500', '155538.977500', '155539.437500', '155539.897500', '155540.357500', '155540.817500', '155541.277500', '155541.737500', '155542.197500', '155542.657500', '155543.117500', '155543.577500', '155544.037500', '155544.497500', '155544.957500', '155545.417500', '155545.877500', '155546.337500', '155546.797500', '155547.257500', '155547.717500', '155548.177500', '155548.637500', '155549.097500', '155549.557500', '155550.017500', '155550.477500', '155550.937500', '155551.397500', '155551.857500', '155552.317500', '155552.777500', '155553.237500', '155553.697500', '155554.157500', '155554.617500', '155555.077500', '155555.537500', '155555.997500', '155556.457500', '155556.917500', '155557.377500', '155557.837500', '155558.297500', '155558.757500', '155559.217500', '155559.677500', '155600.137500', '155600.597500', '155601.057500', '155601.517500', '155601.977500', '155602.437500', '155602.897500', '155603.357500', '155603.817500', '155604.277500', '155604.737500', '155605.197500', '155605.657500', '155606.117500', '155606.577500', '155607.037500', '155607.497500', '155607.957500', '155608.417500', '155608.877500', '155609.337500', '155609.797500', '155610.257500', '155610.717500', '155611.177500', '155611.637500', '155612.097500', '155612.557500', '155613.017500', '155613.477500', '155613.937500', '155614.397500', '155614.857500', '155615.317500', '155615.777500', '155616.237500', '155616.697500', '155617.157500', '155617.617500', '155618.077500', '155618.537500', '155618.997500', '155619.457500', '155619.917500', '155620.377500', '155620.837500', '155621.297500', '155621.757500', '155622.217500', '155622.677500', '155623.137500', '155623.597500', '155624.057500', '155624.517500', '155624.977500', '155625.437500', '155625.897500', '155626.357500', '155626.817500', '155627.277500', '155627.737500', '155628.197500', '155628.657500', '155629.117500', '155629.577500', '155630.037500', '155630.497500', '155630.957500', '155631.417500', '155631.877500', '155632.337500', '155632.797500', '155633.257500', '155633.717500', '155634.177500', '155634.637500', '155635.097500', '155635.557500', '155636.017500', '155636.477500', '155636.937500', '155637.397500', '155637.857500', '155638.317500', '155638.777500', '155639.237500', '155639.697500', '155640.157500', '155640.617500', '155641.077500', '155641.537500', '155641.997500', '155642.457500', '155642.917500', '155643.377500', '155643.837500', '155644.297500', '155644.757500', '155645.217500', '155645.677500', '155646.137500', '155646.597500', '155647.057500', '155647.517500', '155647.977500', '155648.437500', '155648.897500', '155649.357500', '155649.817500', '155650.277500', '155650.737500', '155651.197500', '155651.657500', '155652.117500', '155652.577500', '155653.037500', '155653.497500', '155653.957500', '155654.417500', '155654.877500', '155655.337500', '155655.797500', '155656.257500', '155656.717500', '155657.177500', '155657.637500', '155658.097500', '155658.557500', '155659.017500', '155659.477500', '155659.937500', '155700.397500', '155700.857500', '155701.317500', '155701.777500', '155702.237500', '155702.697500', '155703.157500', '155703.617500', '155704.077500', '155704.537500', '155704.997500', '155705.457500', '155705.917500', '155706.377500', '155706.837500', '155707.297500', '155707.757500', '155708.217500', '155708.677500', '155709.137500', '155709.597500', '155710.057500', '155710.517500', '155710.977500', '155711.437500', '155711.897500', '155712.357500', '155712.817500', '155713.277500', '155713.737500', '155714.197500', '155714.657500', '155715.117500', '155715.577500', '155716.037500', '155716.497500', '155716.957500', '155717.417500', '155717.877500', '155718.337500', '155718.797500', '155719.257500', '155719.717500', '155720.177500', '155720.637500', '155721.097500', '155721.557500', '155722.017500', '155722.477500', '155722.937500', '155723.397500', '155723.857500', '155724.317500', '155724.777500', '155725.237500', '155725.697500', '155726.157500', '155726.617500', '155727.077500', '155727.537500', '155727.997500', '155728.457500', '155728.917500', '155729.377500', '155729.837500', '155730.297500', '155730.757500', '155731.217500', '155731.677500', '155732.137500', '155732.597500', '155733.057500', '155733.517500', '155733.977500', '155734.437500', '155734.897500', '155735.357500', '155735.817500', '155736.277500', '155736.737500', '155737.197500', '155737.657500', '155738.117500', '155738.577500', '155739.037500', '155739.497500', '155739.957500', '155740.417500', '155740.877500', '155741.337500', '155741.797500', '155742.257500', '155742.717500', '155743.177500', '155743.637500', '155744.097500', '155744.557500', '155745.017500', '155745.477500', '155745.937500', '155746.397500', '155746.857500', '155747.317500', '155747.777500', '155748.237500', '155748.697500', '155749.157500', '155749.617500', '155750.077500', '155750.537500', '155750.997500', '155751.457500', '155751.917500', '155752.377500', '155752.837500', '155753.297500', '155753.757500', '155754.217500', '155754.677500', '155755.137500', '155755.597500', '155756.057500', '155756.517500', '155756.977500', '155757.437500', '155757.897500', '155758.357500', '155758.817500', '155759.277500', '155759.737500', '155800.197500', '155800.657500', '155801.117500', '155801.577500', '155802.037500', '155802.497500', '155802.957500', '155803.417500', '155803.877500', '155804.337500', '155804.797500', '155805.257500', '155805.717500', '155806.177500', '155806.637500', '155807.097500', '155807.557500', '155808.017500', '155808.477500', '155808.937500', '155809.397500', '155809.857500', '155810.317500', '155810.777500', '155811.237500', '155811.697500', '155812.157500', '155812.617500', '155813.077500', '155813.537500', '155813.997500', '155814.457500', '155814.917500', '155815.377500', '155815.837500', '155816.297500', '155816.757500', '155817.217500', '155817.677500', '155818.137500', '155818.597500', '155819.057500', '155819.517500', '155819.977500', '155820.437500', '155820.897500', '155821.357500', '155821.817500', '155822.277500', '155822.737500', '155823.197500', '155823.657500', '155824.117500', '155824.577500', '155825.037500', '155825.497500', '155825.957500', '155826.417500', '155826.877500', '155827.337500', '155827.797500', '155828.257500', '155828.717500', '155829.177500', '155829.637500', '155830.097500', '155830.557500', '155831.017500', '155831.477500', '155831.937500', '155832.397500', '155832.857500', '155833.317500', '155833.777500', '155834.237500', '155834.697500', '155835.157500', '155835.617500', '155836.077500', '155836.537500', '155836.997500', '155837.457500', '155837.917500', '155838.377500', '155838.837500', '155839.297500', '155839.757500', '155840.217500', '155840.677500', '155841.137500', '155841.597500', '155842.057500', '155842.517500', '155842.977500', '155843.437500', '155843.897500', '155844.357500', '155844.817500', '155845.277500', '155845.737500', '155846.197500', '155846.657500', '155847.117500', '155847.577500', '155848.037500', '155848.497500', '155848.957500', '155849.417500', '155849.877500', '155850.337500', '155850.797500', '155851.257500', '155851.717500', '155852.177500', '155852.637500', '155853.097500', '155853.557500', '155854.017500', '155854.477500', '155854.937500', '155855.397500', '155855.857500', '155856.317500', '155856.777500', '155857.237500', '155857.697500', '155858.157500', '155858.617500', '155859.077500', '155859.537500', '155859.997500', '155900.457500', '155900.917500', '155901.377500', '155901.837500', '155902.297500', '155902.757500', '155903.217500', '155903.677500', '155904.137500', '155904.597500', '155905.057500', '155905.517500', '155905.977500', '155906.437500', '155906.897500', '155907.357500', '155907.817500', '155908.277500', '155908.737500', '155909.197500', '155909.657500', '155910.117500', '155910.577500', '155911.037500', '155911.497500', '155911.957500', '155912.417500', '155912.877500', '155913.337500', '155913.797500', '155914.257500', '155914.717500', '155915.177500', '155915.637500', '155916.097500', '155916.557500', '155917.017500', '155917.477500', '155917.937500', '155918.397500', '155918.857500', '155919.317500', '155919.777500', '155920.237500', '155920.697500', '155921.157500', '155921.617500', '155922.077500', '155922.537500', '155922.997500', '155923.457500', '155923.917500', '155924.377500', '155924.837500', '155925.297500', '155925.757500', '155926.217500', '155926.677500', '155927.137500', '155927.597500', '155928.057500', '155928.517500', '155928.977500', '155929.437500', '155929.897500', '155930.357500', '155930.817500', '155931.277500', '155931.737500', '155932.197500', '155932.657500', '155933.117500', '155933.577500', '155934.037500', '155934.497500', '155934.957500', '155935.417500', '155935.877500', '155936.337500', '155936.797500', '155937.257500', '155937.717500', '155938.177500', '155938.637500', '155939.097500'], 'ContentTime': ['155059.857000', '155059.860000', '155059.863000', '155059.866000', '155059.868000', '155059.871000', '155059.873000', '155059.876000', '155059.879000', '155059.881000', '155059.884000', '155059.886000', '155059.889000', '155059.892000', '155059.894000', '155059.897000', '155059.899000', '155059.902000', '155059.904000', '155059.907000', '155059.910000', '155059.912000', '155059.924000', '155059.927000', '155059.930000', '155119.810000', '155119.813000', '155119.816000', '155119.818000', '155119.821000', '155119.824000', '155119.826000', '155119.829000', '155119.831000', '155119.834000', '155119.836000', '155119.839000', '155119.841000', '155119.844000', '155119.846000', '155119.849000', '155119.852000', '155119.854000', '155119.888000', '155119.891000', '155119.893000', '155119.896000', '155119.898000', '155119.901000', '155119.903000', '155119.906000', '155119.909000', '155119.911000', '155119.914000', '155119.916000', '155119.919000', '155119.922000', '155119.924000', '155119.927000', '155119.929000', '155119.932000', '155119.934000', '155119.937000', '155119.940000', '155119.942000', '155119.945000', '155119.947000', '155119.950000', '155119.953000', '155139.811000', '155139.813000', '155139.816000', '155139.819000', '155139.821000', '155139.824000', '155139.826000', '155139.829000', '155139.831000', '155139.834000', '155139.837000', '155139.839000', '155139.842000', '155139.844000', '155139.847000', '155139.849000', '155139.852000', '155139.855000', '155139.857000', '155139.860000', '155139.862000', '155139.865000', '155139.868000', '155139.870000', '155139.873000', '155139.875000', '155139.878000', '155139.880000', '155139.883000', '155139.886000', '155139.888000', '155139.891000', '155139.893000', '155139.896000', '155139.898000', '155139.901000', '155139.904000', '155139.906000', '155139.913000', '155139.915000', '155139.918000', '155139.920000', '155139.923000', '155159.811000', '155159.813000', '155159.816000', '155159.819000', '155159.821000', '155159.824000', '155159.826000', '155159.829000', '155159.832000', '155159.834000', '155159.837000', '155159.839000', '155159.842000', '155159.844000', '155159.847000', '155159.850000', '155159.852000', '155159.855000', '155159.857000', '155159.860000', '155159.862000', '155159.865000', '155159.868000', '155159.870000', '155159.873000', '155159.875000', '155159.878000', '155159.880000', '155159.883000', '155159.886000', '155159.888000', '155159.891000', '155159.893000', '155159.896000', '155159.898000', '155159.901000', '155159.903000', '155159.906000', '155159.908000', '155159.911000', '155159.914000', '155159.916000', '155159.919000', '155159.921000', '155219.811000', '155219.813000', '155219.816000', '155219.818000', '155219.821000', '155219.824000', '155219.826000', '155219.829000', '155219.831000', '155219.834000', '155219.837000', '155219.839000', '155219.842000', '155219.876000', '155219.878000', '155219.881000', '155219.883000', '155219.886000', '155219.889000', '155219.891000', '155219.894000', '155219.896000', '155219.899000', '155219.901000', '155219.904000', '155219.907000', '155219.909000', '155219.912000', '155219.915000', '155219.917000', '155219.920000', '155219.922000', '155219.925000', '155219.927000', '155219.930000', '155219.933000', '155219.935000', '155219.938000', '155219.941000', '155219.943000', '155219.946000', '155219.949000', '155219.951000', '155239.811000', '155239.814000', '155239.817000', '155239.819000', '155239.822000', '155239.825000', '155239.827000', '155239.830000', '155239.832000', '155239.835000', '155239.838000', '155239.840000', '155239.843000', '155239.846000', '155239.848000', '155239.851000', '155239.853000', '155239.856000', '155239.858000', '155239.861000', '155239.864000', '155239.866000', '155239.869000', '155239.871000', '155239.874000', '155239.877000', '155239.879000', '155239.882000', '155239.885000', '155239.887000', '155239.890000', '155239.892000', '155239.895000', '155239.897000', '155239.900000', '155239.902000', '155239.905000', '155239.908000', '155239.910000', '155239.913000', '155239.915000', '155239.918000', '155239.920000', '155239.923000', '155259.812000', '155259.817000', '155259.820000', '155259.823000', '155259.825000', '155259.828000', '155259.830000', '155259.833000', '155259.835000', '155259.838000', '155259.840000', '155259.843000', '155259.846000', '155259.848000', '155259.851000', '155259.854000', '155259.857000', '155259.859000', '155259.862000', '155259.864000', '155259.867000', '155259.869000', '155259.872000', '155259.875000', '155259.877000', '155259.880000', '155259.882000', '155259.885000', '155259.888000', '155259.890000', '155259.893000', '155259.895000', '155259.898000', '155259.901000', '155259.903000', '155259.906000', '155259.908000', '155259.911000', '155259.914000', '155259.916000', '155259.919000', '155259.921000', '155259.924000', '155319.810000', '155319.829000', '155319.832000', '155319.834000', '155319.837000', '155319.840000', '155319.842000', '155319.845000', '155319.848000', '155319.850000', '155319.853000', '155319.855000', '155319.858000', '155319.861000', '155319.863000', '155319.866000', '155319.868000', '155319.871000', '155319.874000', '155319.876000', '155319.879000', '155319.882000', '155319.884000', '155319.887000', '155319.889000', '155319.892000', '155319.895000', '155319.897000', '155319.900000', '155319.902000', '155319.905000', '155319.907000', '155319.910000', '155319.912000', '155319.915000', '155319.918000', '155319.920000', '155319.923000', '155319.925000', '155319.928000', '155319.931000', '155319.933000', '155319.936000', '155339.811000', '155339.813000', '155339.816000', '155339.819000', '155339.821000', '155339.824000', '155339.827000', '155339.829000', '155339.832000', '155339.834000', '155339.837000', '155339.840000', '155339.842000', '155339.845000', '155339.847000', '155339.850000', '155339.852000', '155339.855000', '155339.858000', '155339.860000', '155339.863000', '155339.866000', '155339.868000', '155339.871000', '155339.874000', '155339.876000', '155339.879000', '155339.881000', '155339.884000', '155339.887000', '155339.889000', '155339.892000', '155339.894000', '155339.897000', '155339.899000', '155339.902000', '155339.905000', '155339.907000', '155339.910000', '155339.913000', '155339.915000', '155339.918000', '155339.920000', '155339.923000', '155359.811000', '155359.813000', '155359.816000', '155359.819000', '155359.821000', '155359.824000', '155359.826000', '155359.829000', '155359.832000', '155359.872000', '155359.875000', '155359.878000', '155359.880000', '155359.883000', '155359.885000', '155359.888000', '155359.891000', '155359.893000', '155359.896000', '155359.898000', '155359.901000', '155359.903000', '155359.906000', '155359.909000', '155359.911000', '155359.914000', '155359.916000', '155359.919000', '155359.922000', '155359.924000', '155359.927000', '155359.930000', '155359.932000', '155359.935000', '155359.937000', '155359.940000', '155359.942000', '155359.945000', '155359.948000', '155359.950000', '155359.953000', '155359.955000', '155359.958000', '155359.961000', '155419.810000', '155419.827000', '155419.830000', '155419.832000', '155419.835000', '155419.837000', '155419.840000', '155419.843000', '155419.845000', '155419.848000', '155419.850000', '155419.853000', '155419.856000', '155419.858000', '155419.861000', '155419.863000', '155419.866000', '155419.868000', '155419.871000', '155419.874000', '155419.876000', '155419.879000', '155419.881000', '155419.884000', '155419.886000', '155419.889000', '155419.892000', '155419.894000', '155419.897000', '155419.899000', '155419.902000', '155419.904000', '155419.907000', '155419.910000', '155419.912000', '155419.915000', '155419.918000', '155419.920000', '155419.923000', '155419.925000', '155419.928000', '155419.931000', '155419.933000', '155439.811000', '155439.837000', '155439.840000', '155439.843000', '155439.845000', '155439.848000', '155439.851000', '155439.853000', '155439.856000', '155439.859000', '155439.861000', '155439.864000', '155439.866000', '155439.869000', '155439.871000', '155439.874000', '155439.877000', '155439.880000', '155439.882000', '155439.885000', '155439.888000', '155439.890000', '155439.893000', '155439.895000', '155439.898000', '155439.901000', '155439.903000', '155439.906000', '155439.908000', '155439.911000', '155439.914000', '155439.916000', '155439.919000', '155439.921000', '155439.924000', '155439.927000', '155439.929000', '155439.932000', '155439.934000', '155439.937000', '155439.940000', '155439.942000', '155439.945000', '155459.811000', '155459.826000', '155459.829000', '155459.831000', '155459.834000', '155459.837000', '155459.839000', '155459.842000', '155459.844000', '155459.847000', '155459.849000', '155459.852000', '155459.855000', '155459.857000', '155459.860000', '155459.863000', '155459.865000', '155459.868000', '155459.870000', '155459.873000', '155459.876000', '155459.878000', '155459.881000', '155459.884000', '155459.886000', '155459.889000', '155459.891000', '155459.894000', '155459.896000', '155459.899000', '155459.902000', '155459.904000', '155459.907000', '155459.909000', '155459.912000', '155459.915000', '155459.917000', '155459.920000', '155459.922000', '155459.925000', '155459.928000', '155459.930000', '155459.933000', '155459.935000', '155519.812000', '155519.847000', '155519.849000', '155519.852000', '155519.854000', '155519.857000', '155519.860000', '155519.862000', '155519.865000', '155519.867000', '155519.870000', '155519.872000', '155519.875000', '155519.878000', '155519.880000', '155519.883000', '155519.885000', '155519.888000', '155519.890000', '155519.893000', '155519.896000', '155519.898000', '155519.901000', '155519.903000', '155519.906000', '155519.909000', '155519.911000', '155519.914000', '155519.917000', '155519.919000', '155519.922000', '155519.924000', '155519.927000', '155519.930000', '155519.941000', '155519.944000', '155519.947000', '155519.949000', '155519.952000', '155519.954000', '155519.957000', '155519.960000', '155519.962000', '155539.811000', '155539.836000', '155539.839000', '155539.841000', '155539.844000', '155539.846000', '155539.849000', '155539.852000', '155539.854000', '155539.857000', '155539.859000', '155539.862000', '155539.864000', '155539.867000', '155539.870000', '155539.872000', '155539.875000', '155539.877000', '155539.880000', '155539.883000', '155539.885000', '155539.888000', '155539.891000', '155539.893000', '155539.896000', '155539.898000', '155539.901000', '155539.903000', '155539.906000', '155539.909000', '155539.911000', '155539.914000', '155539.916000', '155539.919000', '155539.922000', '155539.924000', '155539.927000', '155539.929000', '155539.932000', '155539.935000', '155539.937000', '155539.940000', '155539.942000', '155539.945000', '155559.811000', '155559.824000', '155559.826000', '155559.829000', '155559.831000', '155559.834000', '155559.836000', '155559.839000', '155559.842000', '155559.844000', '155559.847000', '155559.850000', '155559.852000', '155559.855000', '155559.857000', '155559.861000', '155559.864000', '155559.867000', '155559.869000', '155559.872000', '155559.875000', '155559.877000', '155559.880000', '155559.882000', '155559.885000', '155559.888000', '155559.890000', '155559.893000', '155559.895000', '155559.898000', '155559.901000', '155559.903000', '155559.906000', '155559.908000', '155559.911000', '155559.914000', '155559.916000', '155559.919000', '155559.921000', '155559.924000', '155559.927000', '155559.929000', '155559.932000', '155619.810000', '155619.846000', '155619.848000', '155619.851000', '155619.854000', '155619.856000', '155619.859000', '155619.861000', '155619.864000', '155619.866000', '155619.869000', '155619.872000', '155619.874000', '155619.877000', '155619.879000', '155619.882000', '155619.885000', '155619.887000', '155619.890000', '155619.893000', '155619.895000', '155619.898000', '155619.900000', '155619.903000', '155619.905000', '155619.908000', '155619.911000', '155619.913000', '155619.916000', '155619.918000', '155619.921000', '155619.924000', '155619.926000', '155619.929000', '155619.932000', '155619.934000', '155619.937000', '155619.941000', '155619.944000', '155619.946000', '155619.949000', '155619.952000', '155619.954000', '155619.957000', '155639.811000', '155639.834000', '155639.836000', '155639.839000', '155639.841000', '155639.844000', '155639.847000', '155639.849000', '155639.852000', '155639.854000', '155639.857000', '155639.860000', '155639.862000', '155639.865000', '155639.867000', '155639.870000', '155639.872000', '155639.875000', '155639.878000', '155639.880000', '155639.883000', '155639.885000', '155639.888000', '155639.891000', '155639.893000', '155639.896000', '155639.898000', '155639.901000', '155639.904000', '155639.906000', '155639.909000', '155639.911000', '155639.914000', '155639.917000', '155639.919000', '155639.922000', '155639.924000', '155639.927000', '155639.930000', '155639.932000', '155639.935000', '155639.937000', '155639.940000', '155659.811000', '155659.833000', '155659.836000', '155659.838000', '155659.841000', '155659.843000', '155659.846000', '155659.849000', '155659.851000', '155659.854000', '155659.857000', '155659.859000', '155659.862000', '155659.865000', '155659.867000', '155659.870000', '155659.872000', '155659.875000', '155659.877000', '155659.880000', '155659.883000', '155659.885000', '155659.888000', '155659.890000', '155659.893000', '155659.896000', '155659.898000', '155659.901000', '155659.903000', '155659.906000', '155659.908000', '155659.911000', '155659.914000', '155659.916000', '155659.919000', '155659.922000', '155659.924000', '155659.927000', '155659.929000', '155659.932000', '155659.934000', '155659.937000', '155659.940000', '155659.942000', '155719.811000', '155719.827000', '155719.829000', '155719.832000', '155719.835000', '155719.837000', '155719.840000', '155719.842000', '155719.845000', '155719.847000', '155719.850000', '155719.853000', '155719.855000', '155719.858000', '155719.860000', '155719.863000', '155719.866000', '155719.868000', '155719.871000', '155719.873000', '155719.876000', '155719.878000', '155719.881000', '155719.884000', '155719.886000', '155719.889000', '155719.891000', '155719.894000', '155719.897000', '155719.899000', '155719.902000', '155719.905000', '155719.908000', '155719.910000', '155719.913000', '155719.915000', '155719.918000', '155719.920000', '155719.923000', '155719.926000', '155719.928000', '155719.931000', '155719.933000', '155739.811000', '155739.838000', '155739.841000', '155739.843000', '155739.846000', '155739.848000', '155739.851000', '155739.853000', '155739.856000', '155739.859000', '155739.861000', '155739.864000', '155739.866000', '155739.869000', '155739.872000', '155739.874000', '155739.877000', '155739.879000', '155739.882000', '155739.885000', '155739.887000', '155739.890000', '155739.892000', '155739.895000', '155739.897000', '155739.910000', '155739.913000', '155739.915000', '155739.918000', '155739.921000', '155739.923000', '155739.926000', '155739.928000', '155739.931000', '155739.934000', '155739.936000', '155739.939000', '155739.941000', '155739.944000', '155739.946000', '155739.949000', '155739.952000', '155739.954000', '155739.957000', '155759.811000', '155759.813000', '155759.816000', '155759.819000', '155759.821000', '155759.824000', '155759.826000', '155759.829000', '155759.831000', '155759.834000', '155759.837000', '155759.839000', '155759.842000', '155759.844000', '155759.847000', '155759.850000', '155759.852000', '155759.855000', '155759.857000', '155759.860000', '155759.863000', '155759.865000', '155759.868000', '155759.870000', '155759.873000', '155759.875000', '155759.878000', '155759.881000', '155759.883000', '155759.886000', '155759.889000', '155759.891000', '155759.894000', '155759.896000', '155759.899000', '155759.902000', '155759.904000', '155759.907000', '155759.909000', '155759.912000', '155759.915000', '155759.918000', '155759.920000', '155819.811000', '155819.841000', '155819.844000', '155819.846000', '155819.849000', '155819.851000', '155819.854000', '155819.857000', '155819.859000', '155819.862000', '155819.864000', '155819.867000', '155819.885000', '155819.888000', '155819.890000', '155819.893000', '155819.895000', '155819.898000', '155819.901000', '155819.903000', '155819.906000', '155819.909000', '155819.911000', '155819.914000', '155819.916000', '155819.919000', '155819.921000', '155819.924000', '155819.927000', '155819.929000', '155819.932000', '155819.934000', '155819.937000', '155819.940000', '155819.942000', '155819.945000', '155819.947000', '155819.950000', '155819.952000', '155819.955000', '155819.958000', '155819.960000', '155819.963000', '155819.965000', '155839.811000', '155839.884000', '155839.887000', '155839.889000', '155839.892000', '155839.895000', '155839.897000', '155839.900000', '155839.902000', '155839.905000', '155839.907000', '155839.910000', '155839.913000', '155839.915000', '155839.918000', '155839.920000', '155839.923000', '155839.926000', '155839.929000', '155839.932000', '155839.935000', '155839.938000', '155839.941000', '155839.944000', '155839.946000', '155839.949000', '155839.951000', '155839.954000', '155839.957000', '155839.959000', '155839.962000', '155839.964000', '155839.967000', '155839.970000', '155839.972000', '155839.975000', '155839.977000', '155839.980000', '155839.982000', '155839.985000', '155839.988000', '155839.990000', '155839.993000', '155859.810000', '155859.813000', '155859.816000', '155859.834000', '155859.837000', '155859.840000', '155859.842000', '155859.845000', '155859.847000', '155859.850000', '155859.853000', '155859.855000', '155859.858000', '155859.861000', '155859.863000', '155859.866000', '155859.868000', '155859.871000', '155859.873000', '155859.876000', '155859.879000', '155859.881000', '155859.884000', '155859.886000', '155859.889000', '155859.892000', '155859.894000', '155859.897000', '155859.899000', '155859.902000', '155859.904000', '155859.907000', '155859.909000', '155859.912000', '155859.915000', '155859.917000', '155859.920000', '155859.922000', '155859.925000', '155859.928000', '155859.930000', '155859.933000', '155859.935000', '155859.938000', '155919.812000', '155919.834000', '155919.837000', '155919.839000', '155919.842000', '155919.844000', '155919.847000', '155919.850000', '155919.852000', '155919.855000', '155919.857000', '155919.860000', '155919.863000', '155919.865000', '155919.868000', '155919.870000', '155919.873000', '155919.876000', '155919.878000', '155919.881000', '155919.883000', '155919.886000', '155919.889000', '155919.891000', '155919.894000', '155919.896000', '155919.899000', '155919.902000', '155919.904000', '155919.907000', '155919.909000', '155919.912000', '155919.914000', '155919.917000', '155919.920000', '155919.922000', '155919.925000', '155919.927000', '155919.930000', '155919.933000', '155919.936000', '155919.939000', '155919.941000', '155939.813000', '155939.853000', '155939.856000', '155939.859000', '155939.861000', '155939.864000', '155939.867000', '155939.870000', '155939.872000', '155939.907000', '155939.909000', '155939.912000', '155939.915000', '155939.918000', '155939.920000', '155939.923000', '155939.926000', '155939.928000', '155939.931000', '155939.933000', '155939.936000', '155939.939000', '155939.941000', '155939.944000', '155939.947000', '155939.950000', '155939.952000', '155939.955000', '155939.958000', '155939.960000', '155939.963000', '155939.966000', '155939.968000', '155939.971000', '155939.974000', '155939.976000', '155939.979000', '155939.982000', '155939.985000', '155939.987000', '155939.990000', '155939.992000', '155939.995000', '155939.998000', '155940.132000'], 'InstanceCreationTime': ['155059.857000', '155059.860000', '155059.863000', '155059.866000', '155059.868000', '155059.871000', '155059.873000', '155059.876000', '155059.879000', '155059.881000', '155059.884000', '155059.886000', '155059.889000', '155059.892000', '155059.894000', '155059.897000', '155059.899000', '155059.902000', '155059.904000', '155059.907000', '155059.910000', '155059.912000', '155059.924000', '155059.927000', '155059.930000', '155119.810000', '155119.813000', '155119.816000', '155119.818000', '155119.821000', '155119.824000', '155119.826000', '155119.829000', '155119.831000', '155119.834000', '155119.836000', '155119.839000', '155119.841000', '155119.844000', '155119.846000', '155119.849000', '155119.852000', '155119.854000', '155119.888000', '155119.891000', '155119.893000', '155119.896000', '155119.898000', '155119.901000', '155119.903000', '155119.906000', '155119.909000', '155119.911000', '155119.914000', '155119.916000', '155119.919000', '155119.922000', '155119.924000', '155119.927000', '155119.929000', '155119.932000', '155119.934000', '155119.937000', '155119.940000', '155119.942000', '155119.945000', '155119.947000', '155119.950000', '155119.953000', '155139.811000', '155139.813000', '155139.816000', '155139.819000', '155139.821000', '155139.824000', '155139.826000', '155139.829000', '155139.831000', '155139.834000', '155139.837000', '155139.839000', '155139.842000', '155139.844000', '155139.847000', '155139.849000', '155139.852000', '155139.855000', '155139.857000', '155139.860000', '155139.862000', '155139.865000', '155139.868000', '155139.870000', '155139.873000', '155139.875000', '155139.878000', '155139.880000', '155139.883000', '155139.886000', '155139.888000', '155139.891000', '155139.893000', '155139.896000', '155139.898000', '155139.901000', '155139.904000', '155139.906000', '155139.913000', '155139.915000', '155139.918000', '155139.920000', '155139.923000', '155159.811000', '155159.813000', '155159.816000', '155159.819000', '155159.821000', '155159.824000', '155159.826000', '155159.829000', '155159.832000', '155159.834000', '155159.837000', '155159.839000', '155159.842000', '155159.844000', '155159.847000', '155159.850000', '155159.852000', '155159.855000', '155159.857000', '155159.860000', '155159.862000', '155159.865000', '155159.868000', '155159.870000', '155159.873000', '155159.875000', '155159.878000', '155159.880000', '155159.883000', '155159.886000', '155159.888000', '155159.891000', '155159.893000', '155159.896000', '155159.898000', '155159.901000', '155159.903000', '155159.906000', '155159.908000', '155159.911000', '155159.914000', '155159.916000', '155159.919000', '155159.921000', '155219.811000', '155219.813000', '155219.816000', '155219.818000', '155219.821000', '155219.824000', '155219.826000', '155219.829000', '155219.831000', '155219.834000', '155219.837000', '155219.839000', '155219.842000', '155219.876000', '155219.878000', '155219.881000', '155219.883000', '155219.886000', '155219.889000', '155219.891000', '155219.894000', '155219.896000', '155219.899000', '155219.901000', '155219.904000', '155219.907000', '155219.909000', '155219.912000', '155219.915000', '155219.917000', '155219.920000', '155219.922000', '155219.925000', '155219.927000', '155219.930000', '155219.933000', '155219.935000', '155219.938000', '155219.941000', '155219.943000', '155219.946000', '155219.949000', '155219.951000', '155239.811000', '155239.814000', '155239.817000', '155239.819000', '155239.822000', '155239.825000', '155239.827000', '155239.830000', '155239.832000', '155239.835000', '155239.838000', '155239.840000', '155239.843000', '155239.846000', '155239.848000', '155239.851000', '155239.853000', '155239.856000', '155239.858000', '155239.861000', '155239.864000', '155239.866000', '155239.869000', '155239.871000', '155239.874000', '155239.877000', '155239.879000', '155239.882000', '155239.885000', '155239.887000', '155239.890000', '155239.892000', '155239.895000', '155239.897000', '155239.900000', '155239.902000', '155239.905000', '155239.908000', '155239.910000', '155239.913000', '155239.915000', '155239.918000', '155239.920000', '155239.923000', '155259.812000', '155259.817000', '155259.820000', '155259.823000', '155259.825000', '155259.828000', '155259.830000', '155259.833000', '155259.835000', '155259.838000', '155259.840000', '155259.843000', '155259.846000', '155259.848000', '155259.851000', '155259.854000', '155259.857000', '155259.859000', '155259.862000', '155259.864000', '155259.867000', '155259.869000', '155259.872000', '155259.875000', '155259.877000', '155259.880000', '155259.882000', '155259.885000', '155259.888000', '155259.890000', '155259.893000', '155259.895000', '155259.898000', '155259.901000', '155259.903000', '155259.906000', '155259.908000', '155259.911000', '155259.914000', '155259.916000', '155259.919000', '155259.921000', '155259.924000', '155319.810000', '155319.829000', '155319.832000', '155319.834000', '155319.837000', '155319.840000', '155319.842000', '155319.845000', '155319.848000', '155319.850000', '155319.853000', '155319.855000', '155319.858000', '155319.861000', '155319.863000', '155319.866000', '155319.868000', '155319.871000', '155319.874000', '155319.876000', '155319.879000', '155319.882000', '155319.884000', '155319.887000', '155319.889000', '155319.892000', '155319.895000', '155319.897000', '155319.900000', '155319.902000', '155319.905000', '155319.907000', '155319.910000', '155319.912000', '155319.915000', '155319.918000', '155319.920000', '155319.923000', '155319.925000', '155319.928000', '155319.931000', '155319.933000', '155319.936000', '155339.811000', '155339.813000', '155339.816000', '155339.819000', '155339.821000', '155339.824000', '155339.827000', '155339.829000', '155339.832000', '155339.834000', '155339.837000', '155339.840000', '155339.842000', '155339.845000', '155339.847000', '155339.850000', '155339.852000', '155339.855000', '155339.858000', '155339.860000', '155339.863000', '155339.866000', '155339.868000', '155339.871000', '155339.874000', '155339.876000', '155339.879000', '155339.881000', '155339.884000', '155339.887000', '155339.889000', '155339.892000', '155339.894000', '155339.897000', '155339.899000', '155339.902000', '155339.905000', '155339.907000', '155339.910000', '155339.913000', '155339.915000', '155339.918000', '155339.920000', '155339.923000', '155359.811000', '155359.813000', '155359.816000', '155359.819000', '155359.821000', '155359.824000', '155359.826000', '155359.829000', '155359.832000', '155359.872000', '155359.875000', '155359.878000', '155359.880000', '155359.883000', '155359.885000', '155359.888000', '155359.891000', '155359.893000', '155359.896000', '155359.898000', '155359.901000', '155359.903000', '155359.906000', '155359.909000', '155359.911000', '155359.914000', '155359.916000', '155359.919000', '155359.922000', '155359.924000', '155359.927000', '155359.930000', '155359.932000', '155359.935000', '155359.937000', '155359.940000', '155359.942000', '155359.945000', '155359.948000', '155359.950000', '155359.953000', '155359.955000', '155359.958000', '155359.961000', '155419.810000', '155419.827000', '155419.830000', '155419.832000', '155419.835000', '155419.837000', '155419.840000', '155419.843000', '155419.845000', '155419.848000', '155419.850000', '155419.853000', '155419.856000', '155419.858000', '155419.861000', '155419.863000', '155419.866000', '155419.868000', '155419.871000', '155419.874000', '155419.876000', '155419.879000', '155419.881000', '155419.884000', '155419.886000', '155419.889000', '155419.892000', '155419.894000', '155419.897000', '155419.899000', '155419.902000', '155419.904000', '155419.907000', '155419.910000', '155419.912000', '155419.915000', '155419.918000', '155419.920000', '155419.923000', '155419.925000', '155419.928000', '155419.931000', '155419.933000', '155439.811000', '155439.837000', '155439.840000', '155439.843000', '155439.845000', '155439.848000', '155439.851000', '155439.853000', '155439.856000', '155439.859000', '155439.861000', '155439.864000', '155439.866000', '155439.869000', '155439.871000', '155439.874000', '155439.877000', '155439.880000', '155439.882000', '155439.885000', '155439.888000', '155439.890000', '155439.893000', '155439.895000', '155439.898000', '155439.901000', '155439.903000', '155439.906000', '155439.908000', '155439.911000', '155439.914000', '155439.916000', '155439.919000', '155439.921000', '155439.924000', '155439.927000', '155439.929000', '155439.932000', '155439.934000', '155439.937000', '155439.940000', '155439.942000', '155439.945000', '155459.811000', '155459.826000', '155459.829000', '155459.831000', '155459.834000', '155459.837000', '155459.839000', '155459.842000', '155459.844000', '155459.847000', '155459.849000', '155459.852000', '155459.855000', '155459.857000', '155459.860000', '155459.863000', '155459.865000', '155459.868000', '155459.870000', '155459.873000', '155459.876000', '155459.878000', '155459.881000', '155459.884000', '155459.886000', '155459.889000', '155459.891000', '155459.894000', '155459.896000', '155459.899000', '155459.902000', '155459.904000', '155459.907000', '155459.909000', '155459.912000', '155459.915000', '155459.917000', '155459.920000', '155459.922000', '155459.925000', '155459.928000', '155459.930000', '155459.933000', '155459.935000', '155519.812000', '155519.847000', '155519.849000', '155519.852000', '155519.854000', '155519.857000', '155519.860000', '155519.862000', '155519.865000', '155519.867000', '155519.870000', '155519.872000', '155519.875000', '155519.878000', '155519.880000', '155519.883000', '155519.885000', '155519.888000', '155519.890000', '155519.893000', '155519.896000', '155519.898000', '155519.901000', '155519.903000', '155519.906000', '155519.909000', '155519.911000', '155519.914000', '155519.917000', '155519.919000', '155519.922000', '155519.924000', '155519.927000', '155519.930000', '155519.941000', '155519.944000', '155519.947000', '155519.949000', '155519.952000', '155519.954000', '155519.957000', '155519.960000', '155519.962000', '155539.811000', '155539.836000', '155539.839000', '155539.841000', '155539.844000', '155539.846000', '155539.849000', '155539.852000', '155539.854000', '155539.857000', '155539.859000', '155539.862000', '155539.864000', '155539.867000', '155539.870000', '155539.872000', '155539.875000', '155539.877000', '155539.880000', '155539.883000', '155539.885000', '155539.888000', '155539.891000', '155539.893000', '155539.896000', '155539.898000', '155539.901000', '155539.903000', '155539.906000', '155539.909000', '155539.911000', '155539.914000', '155539.916000', '155539.919000', '155539.922000', '155539.924000', '155539.927000', '155539.929000', '155539.932000', '155539.935000', '155539.937000', '155539.940000', '155539.942000', '155539.945000', '155559.811000', '155559.824000', '155559.826000', '155559.829000', '155559.831000', '155559.834000', '155559.836000', '155559.839000', '155559.842000', '155559.844000', '155559.847000', '155559.850000', '155559.852000', '155559.855000', '155559.857000', '155559.861000', '155559.864000', '155559.867000', '155559.869000', '155559.872000', '155559.875000', '155559.877000', '155559.880000', '155559.882000', '155559.885000', '155559.888000', '155559.890000', '155559.893000', '155559.895000', '155559.898000', '155559.901000', '155559.903000', '155559.906000', '155559.908000', '155559.911000', '155559.914000', '155559.916000', '155559.919000', '155559.921000', '155559.924000', '155559.927000', '155559.929000', '155559.932000', '155619.810000', '155619.846000', '155619.848000', '155619.851000', '155619.854000', '155619.856000', '155619.859000', '155619.861000', '155619.864000', '155619.866000', '155619.869000', '155619.872000', '155619.874000', '155619.877000', '155619.879000', '155619.882000', '155619.885000', '155619.887000', '155619.890000', '155619.893000', '155619.895000', '155619.898000', '155619.900000', '155619.903000', '155619.905000', '155619.908000', '155619.911000', '155619.913000', '155619.916000', '155619.918000', '155619.921000', '155619.924000', '155619.926000', '155619.929000', '155619.932000', '155619.934000', '155619.937000', '155619.941000', '155619.944000', '155619.946000', '155619.949000', '155619.952000', '155619.954000', '155619.957000', '155639.811000', '155639.834000', '155639.836000', '155639.839000', '155639.841000', '155639.844000', '155639.847000', '155639.849000', '155639.852000', '155639.854000', '155639.857000', '155639.860000', '155639.862000', '155639.865000', '155639.867000', '155639.870000', '155639.872000', '155639.875000', '155639.878000', '155639.880000', '155639.883000', '155639.885000', '155639.888000', '155639.891000', '155639.893000', '155639.896000', '155639.898000', '155639.901000', '155639.904000', '155639.906000', '155639.909000', '155639.911000', '155639.914000', '155639.917000', '155639.919000', '155639.922000', '155639.924000', '155639.927000', '155639.930000', '155639.932000', '155639.935000', '155639.937000', '155639.940000', '155659.811000', '155659.833000', '155659.836000', '155659.838000', '155659.841000', '155659.843000', '155659.846000', '155659.849000', '155659.851000', '155659.854000', '155659.857000', '155659.859000', '155659.862000', '155659.865000', '155659.867000', '155659.870000', '155659.872000', '155659.875000', '155659.877000', '155659.880000', '155659.883000', '155659.885000', '155659.888000', '155659.890000', '155659.893000', '155659.896000', '155659.898000', '155659.901000', '155659.903000', '155659.906000', '155659.908000', '155659.911000', '155659.914000', '155659.916000', '155659.919000', '155659.922000', '155659.924000', '155659.927000', '155659.929000', '155659.932000', '155659.934000', '155659.937000', '155659.940000', '155659.942000', '155719.811000', '155719.827000', '155719.829000', '155719.832000', '155719.835000', '155719.837000', '155719.840000', '155719.842000', '155719.845000', '155719.847000', '155719.850000', '155719.853000', '155719.855000', '155719.858000', '155719.860000', '155719.863000', '155719.866000', '155719.868000', '155719.871000', '155719.873000', '155719.876000', '155719.878000', '155719.881000', '155719.884000', '155719.886000', '155719.889000', '155719.891000', '155719.894000', '155719.897000', '155719.899000', '155719.902000', '155719.905000', '155719.908000', '155719.910000', '155719.913000', '155719.915000', '155719.918000', '155719.920000', '155719.923000', '155719.926000', '155719.928000', '155719.931000', '155719.933000', '155739.811000', '155739.838000', '155739.841000', '155739.843000', '155739.846000', '155739.848000', '155739.851000', '155739.853000', '155739.856000', '155739.859000', '155739.861000', '155739.864000', '155739.866000', '155739.869000', '155739.872000', '155739.874000', '155739.877000', '155739.879000', '155739.882000', '155739.885000', '155739.887000', '155739.890000', '155739.892000', '155739.895000', '155739.897000', '155739.910000', '155739.913000', '155739.915000', '155739.918000', '155739.921000', '155739.923000', '155739.926000', '155739.928000', '155739.931000', '155739.934000', '155739.936000', '155739.939000', '155739.941000', '155739.944000', '155739.946000', '155739.949000', '155739.952000', '155739.954000', '155739.957000', '155759.811000', '155759.813000', '155759.816000', '155759.819000', '155759.821000', '155759.824000', '155759.826000', '155759.829000', '155759.831000', '155759.834000', '155759.837000', '155759.839000', '155759.842000', '155759.844000', '155759.847000', '155759.850000', '155759.852000', '155759.855000', '155759.857000', '155759.860000', '155759.863000', '155759.865000', '155759.868000', '155759.870000', '155759.873000', '155759.875000', '155759.878000', '155759.881000', '155759.883000', '155759.886000', '155759.889000', '155759.891000', '155759.894000', '155759.896000', '155759.899000', '155759.902000', '155759.904000', '155759.907000', '155759.909000', '155759.912000', '155759.915000', '155759.918000', '155759.920000', '155819.811000', '155819.841000', '155819.844000', '155819.846000', '155819.849000', '155819.851000', '155819.854000', '155819.857000', '155819.859000', '155819.862000', '155819.864000', '155819.867000', '155819.885000', '155819.888000', '155819.890000', '155819.893000', '155819.895000', '155819.898000', '155819.901000', '155819.903000', '155819.906000', '155819.909000', '155819.911000', '155819.914000', '155819.916000', '155819.919000', '155819.921000', '155819.924000', '155819.927000', '155819.929000', '155819.932000', '155819.934000', '155819.937000', '155819.940000', '155819.942000', '155819.945000', '155819.947000', '155819.950000', '155819.952000', '155819.955000', '155819.958000', '155819.960000', '155819.963000', '155819.965000', '155839.811000', '155839.884000', '155839.887000', '155839.889000', '155839.892000', '155839.895000', '155839.897000', '155839.900000', '155839.902000', '155839.905000', '155839.907000', '155839.910000', '155839.913000', '155839.915000', '155839.918000', '155839.920000', '155839.923000', '155839.926000', '155839.929000', '155839.932000', '155839.935000', '155839.938000', '155839.941000', '155839.944000', '155839.946000', '155839.949000', '155839.951000', '155839.954000', '155839.957000', '155839.959000', '155839.962000', '155839.964000', '155839.967000', '155839.970000', '155839.972000', '155839.975000', '155839.977000', '155839.980000', '155839.982000', '155839.985000', '155839.988000', '155839.990000', '155839.993000', '155859.810000', '155859.813000', '155859.816000', '155859.834000', '155859.837000', '155859.840000', '155859.842000', '155859.845000', '155859.847000', '155859.850000', '155859.853000', '155859.855000', '155859.858000', '155859.861000', '155859.863000', '155859.866000', '155859.868000', '155859.871000', '155859.873000', '155859.876000', '155859.879000', '155859.881000', '155859.884000', '155859.886000', '155859.889000', '155859.892000', '155859.894000', '155859.897000', '155859.899000', '155859.902000', '155859.904000', '155859.907000', '155859.909000', '155859.912000', '155859.915000', '155859.917000', '155859.920000', '155859.922000', '155859.925000', '155859.928000', '155859.930000', '155859.933000', '155859.935000', '155859.938000', '155919.812000', '155919.834000', '155919.837000', '155919.839000', '155919.842000', '155919.844000', '155919.847000', '155919.850000', '155919.852000', '155919.855000', '155919.857000', '155919.860000', '155919.863000', '155919.865000', '155919.868000', '155919.870000', '155919.873000', '155919.876000', '155919.878000', '155919.881000', '155919.883000', '155919.886000', '155919.889000', '155919.891000', '155919.894000', '155919.896000', '155919.899000', '155919.902000', '155919.904000', '155919.907000', '155919.909000', '155919.912000', '155919.914000', '155919.917000', '155919.920000', '155919.922000', '155919.925000', '155919.927000', '155919.930000', '155919.933000', '155919.936000', '155919.939000', '155919.941000', '155939.813000', '155939.853000', '155939.856000', '155939.859000', '155939.861000', '155939.864000', '155939.867000', '155939.870000', '155939.872000', '155939.907000', '155939.909000', '155939.912000', '155939.915000', '155939.918000', '155939.920000', '155939.923000', '155939.926000', '155939.928000', '155939.931000', '155939.933000', '155939.936000', '155939.939000', '155939.941000', '155939.944000', '155939.947000', '155939.950000', '155939.952000', '155939.955000', '155939.958000', '155939.960000', '155939.963000', '155939.966000', '155939.968000', '155939.971000', '155939.974000', '155939.976000', '155939.979000', '155939.982000', '155939.985000', '155939.987000', '155939.990000', '155939.992000', '155939.995000', '155939.998000', '155940.132000'], '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], 'LargestImagePixelValue': [12746, 10262, 10583, 9978, 12620, 9235, 12456, 9531, 9290, 9527, 11130, 9679, 9561, 9511, 10872, 9532, 12739, 9646, 11299, 9762, 10835, 9617, 11866, 9695, 10520, 9567, 12167, 9738, 9940, 9464, 9474, 13428, 10949, 11298, 9881, 11588, 9623, 11417, 9745, 11008, 9772, 10592, 9456, 10003, 11836, 9785, 11998, 9492, 11315, 9671, 9624, 9458, 9602, 12402, 9764, 11536, 9786, 11087, 9200, 9531, 12231, 9723, 11671, 9822, 10670, 9690, 9675, 11167, 9924, 11452, 9855, 10830, 9520, 9741, 12608, 9487, 10889, 9530, 11214, 9460, 9647, 13033, 10252, 10657, 9995, 11369, 9450, 9479, 12114, 9568, 11362, 9510, 10889, 9424, 9550, 9423, 9664, 12469, 9561, 11326, 9475, 10150, 10987, 9788, 11602, 9594, 10685, 9408, 9712, 12292, 9277, 11835, 9803, 11546, 9585, 10904, 8987, 9903, 9363, 9600, 12118, 9600, 11156, 9476, 10836, 9169, 9450, 11139, 9414, 11798, 9686, 11546, 9594, 11207, 9201, 11348, 9416, 9419, 11607, 9265, 12074, 9567, 11232, 9673, 11315, 9410, 10203, 10590, 9662, 10938, 9654, 11673, 9529, 11190, 9393, 11218, 9356, 9262, 13258, 9383, 11109, 9577, 11197, 9326, 9440, 12713, 9323, 11134, 9394, 11075, 9553, 11158, 9189, 10900, 9659, 9443, 11045, 9301, 11796, 9055, 10550, 9046, 9409, 12913, 9346, 11479, 9407, 9991, 8811, 9496, 13150, 9172, 11008, 9462, 10710, 9204, 9292, 12402, 9888, 11393, 9685, 11131, 8976, 9172, 12407, 9438, 12068, 9536, 11802, 9257, 9594, 9387, 9478, 10913, 9356, 12206, 9493, 10825, 9546, 10124, 11863, 9338, 11676, 9475, 10848, 9373, 9104, 10342, 9625, 12191, 9673, 11882, 9437, 10620, 9293, 9549, 9238, 9553, 12915, 10012, 11484, 9616, 10107, 9701, 9535, 12191, 9320, 11392, 9439, 11245, 9084, 9385, 11003, 10178, 9313, 9679, 12270, 9394, 11790, 9445, 10867, 9879, 11041, 9101, 10193, 10460, 9443, 10424, 9682, 12002, 10350, 11028, 9523, 11178, 9395, 11229, 9535, 10526, 9475, 10869, 9210, 10898, 9403, 9243, 9568, 9523, 12864, 9434, 11846, 9394, 10988, 9513, 10659, 9184, 9980, 9099, 10015, 9691, 9813, 9045, 10245, 10918, 9718, 11715, 9334, 11883, 9332, 11107, 9598, 10830, 9315, 10883, 8963, 9489, 8759, 9120, 11814, 10249, 11487, 9262, 11507, 9157, 11534, 9215, 9962, 9356, 9094, 13449, 10531, 10795, 9369, 11250, 9192, 11911, 9240, 10421, 9323, 11231, 8898, 10647, 9976, 9558, 9543, 9155, 12188, 9777, 12223, 9266, 10986, 9185, 11346, 9024, 10496, 10265, 9741, 11526, 9475, 11424, 9166, 10750, 9139, 9609, 9389, 9451, 11213, 9288, 12783, 9644, 11179, 9259, 11541, 9006, 11668, 9215, 9856, 9036, 9196, 9357, 10268, 9159, 9471, 12998, 9953, 11891, 9044, 10558, 9167, 9591, 9175, 8888, 12306, 9727, 9815, 9225, 11761, 9139, 10893, 9007, 9129, 9365, 9296, 12350, 9046, 12251, 9273, 11020, 9418, 11075, 8680, 9825, 9312, 9317, 12108, 9319, 11026, 9107, 9239, 11906, 9273, 11694, 9358, 11155, 9107, 9211, 13259, 9051, 12190, 9491, 10988, 9466, 11152, 9374, 11537, 8832, 10638, 9071, 9480, 12741, 9372, 11820, 9169, 10856, 9099, 9276, 11500, 9152, 12703, 9440, 11071, 9473, 10726, 8998, 10412, 11338, 9130, 9826, 9377, 11790, 9109, 11905, 8804, 9864, 9150, 9096, 12263, 9809, 12137, 9044, 11139, 9407, 10234, 8839, 9599, 9099, 10462, 9797, 11834, 9848, 13572, 10569, 9398, 9726, 9989, 13276, 15298, 12489, 11493, 9538, 11397, 9114, 11308, 9267, 11106, 8833, 9005, 8564, 9382, 11632, 11595, 9803, 11579, 8853, 11283, 9235, 10785, 9466, 11445, 9387, 12008, 9096, 11831, 9132, 11406, 9030, 11595, 9198, 11070, 9317, 10530, 9043, 10893, 9389, 10035, 9159, 9152, 9234, 11296, 9256, 12179, 9311, 11563, 9022, 11012, 9720, 10221, 9287, 9204, 9329, 9903, 8947, 10202, 9379, 10520, 10582, 10381, 12489, 10146, 11283, 9551, 11165, 9313, 11039, 9202, 9468, 10694, 9466, 11601, 9299, 11388, 9509, 10465, 10032, 9229, 12148, 9839, 12052, 9682, 10036, 9434, 9153, 12153, 9843, 11146, 9712, 11120, 9553, 11134, 10180, 9263, 11073, 9602, 11300, 9037, 9636, 11435, 9456, 11138, 9575, 10656, 9171, 10010, 11619, 9580, 11321, 9257, 11147, 9627, 10489, 9417, 10543, 9663, 12160, 9920, 11608, 10689, 9405, 13510, 9800, 10610, 9645, 9712, 9782, 9487, 9381, 9377, 9305, 9287, 12718, 10983, 10520, 9809, 11369, 9275, 11957, 9411, 9625, 9512, 9565, 9313, 10390, 9478, 10275, 12822, 9819, 11796, 9336, 10866, 9465, 9592, 9314, 12454, 9443, 10719, 9901, 10450, 9739, 9687, 10439, 9558, 13844, 9812, 13151, 9574, 12885, 9785, 12112, 9245, 10725, 9610, 13350, 9905, 9628, 9161, 9554, 13314, 9606, 10675, 9481, 13793, 10233, 11209, 9590, 10375, 9498, 11533, 9253, 10627, 9798, 9529, 9813, 9515, 12146, 10338, 11397, 9941, 11340, 9559, 11283, 9622, 9901, 9601, 9488, 12346, 9713, 11656, 9662, 11172, 9865, 11072, 9751, 12092, 9561, 10490, 9528, 9646, 12034, 9576, 12080, 9625, 10405, 9622, 9635, 12554, 10901, 10657, 9580, 11158, 9746, 11084, 9328, 9589, 12466, 9619, 11355, 9752, 11288, 9434, 9987, 9292, 9464, 12482, 9704, 11694, 9415, 9804, 9000, 9382, 10907, 9740, 9209, 9641, 9653, 9342, 13483, 10261, 10824, 9245, 9323, 10082, 9865, 9797, 9668, 9486, 9723, 11155, 10782, 9544, 12884, 9779, 12247, 9574, 12165, 11925, 9499, 9480, 9522, 9507, 9616, 9793, 10518, 9498, 9899, 10753, 10632, 13943, 10021, 11517, 9577, 9838, 9682, 12087, 9963, 11242, 9767, 11669, 9424, 11551, 10025, 11154, 9796, 10485, 9564, 10307, 10112, 9423, 9489, 12179, 10299, 12340, 9474, 11209, 9692, 10946, 9423, 12418, 9549, 11925, 9636, 12277, 8993, 12079, 9360, 9715, 10789, 9352, 11774, 9421, 11013, 9791, 9822, 9644, 10024, 11096, 10422, 10973, 9711, 11654, 9535, 11466, 9557, 10344, 10099, 9732, 11844, 10819, 11959, 10097, 11409, 9917, 10870, 9323, 10984, 9788, 9855, 11991, 10688, 11565, 9444, 10231, 9495, 9548, 12247, 10707, 10926, 9866, 10486, 9605, 10370, 11290, 9929, 11169, 9795, 11711, 9521, 11670, 9698, 10207, 9784, 9712, 12368, 11331, 10950, 9929, 11181, 9556, 9981, 11986, 9891, 11378, 9620, 11466, 9525, 11276, 9193, 9634, 10346, 9544, 12135, 9690, 11362, 9956, 10282, 9455, 9462, 12275, 9886, 10853, 9665, 10907, 9422, 9686, 10549, 9601, 11032, 9529, 11506, 9267, 11241, 9658, 9487, 11668, 9867, 11831, 9512, 10871, 9715, 9637, 9975, 9529, 12426, 10138, 10781, 9897, 11064, 9466, 11080, 10024, 9528, 10957, 9864, 11529, 9602, 11671, 9428, 11411, 9571, 9605, 10007, 9556, 11814, 10072, 10808, 9805, 11109, 9772, 10300, 9975, 9796, 11546, 9858, 11509, 9825, 11838, 9738, 10570, 9863, 10185, 9547, 10456, 9822, 9833, 13042, 9756, 11876, 9761, 11103, 10174, 10915, 9630, 10409, 9728, 10102, 9909, 9890, 12292, 10258, 12489, 9883, 11260, 9730, 9777, 9822, 9834, 10304, 9623, 11910, 9997, 11982, 9993, 11889, 10073, 11074, 9995, 9805, 10251, 9711, 11984, 10066, 12424, 10191, 12067, 9884, 11719, 9781, 10687, 10049, 9581, 13524, 10343, 11622, 10100, 11811, 10325, 11291, 9746, 10355, 9681, 9815, 11582, 9833, 13724, 10730, 10945, 9965, 11274, 9910, 13898, 10574, 10901, 10040, 12496, 10032, 12017, 10028, 11594, 10080, 11348, 9955, 11640, 9693, 10738, 10014, 9793, 12391, 10620, 13606, 9861, 12092, 10021, 12812, 10327, 13816, 10365, 10611, 9598, 11678, 9832, 13096, 10718, 12325, 9664, 12241, 9645, 12191, 9597, 11957, 9701, 11466, 9675, 11255, 9831, 10783, 9392, 9304, 11918, 9669, 13369, 10524, 11224, 9857, 10306, 9760, 8843, 12120, 9924, 13149, 10819, 9897, 10409, 9829, 12386, 9961, 11861, 10021, 10914, 9961, 12202, 9627, 12097, 10099, 11722, 10071, 11873, 9657, 11743, 9715, 9656, 10020, 10147, 10463, 13579, 11650, 10183, 9868, 10046, 9827, 14433, 12469, 12353, 9833, 13109, 9834, 11909, 9755, 12046, 9833, 11217, 9756, 12085, 10564, 9308, 9134, 9279, 9368, 9719, 9831, 9492, 13175, 11128, 12407, 9829, 11927, 9903, 12239, 9890, 11107, 10866, 9863, 11067, 9587, 13446, 11608, 10991, 9132, 9544, 12782, 9560], 'WindowCenter': [4761.0, 4712.0, 4698.0, 4689.0, 4729.0, 4692.0, 4705.0, 4675.0, 4660.0, 4661.0, 4666.0, 4661.0, 4659.0, 4670.0, 4678.0, 4661.0, 4689.0, 4660.0, 4668.0, 4657.0, 4670.0, 4659.0, 4689.0, 4662.0, 4670.0, 4663.0, 4690.0, 4661.0, 4670.0, 4661.0, 4660.0, 4691.0, 4671.0, 4670.0, 4670.0, 4680.0, 4662.0, 4679.0, 4660.0, 4668.0, 4669.0, 4681.0, 4658.0, 4661.0, 4680.0, 4661.0, 4678.0, 4660.0, 4679.0, 4659.0, 4659.0, 4657.0, 4659.0, 4687.0, 4660.0, 4679.0, 4660.0, 4681.0, 4648.0, 4662.0, 4689.0, 4671.0, 4679.0, 4670.0, 4680.0, 4661.0, 4662.0, 4680.0, 4673.0, 4680.0, 4671.0, 4680.0, 4660.0, 4673.0, 4689.0, 4672.0, 4680.0, 4660.0, 4682.0, 4661.0, 4662.0, 4690.0, 4670.0, 4670.0, 4672.0, 4681.0, 4661.0, 4660.0, 4681.0, 4662.0, 4680.0, 4660.0, 4671.0, 4649.0, 4659.0, 4660.0, 4663.0, 4689.0, 4672.0, 4683.0, 4663.0, 4671.0, 4679.0, 4672.0, 4681.0, 4661.0, 4669.0, 4662.0, 4673.0, 4689.0, 4661.0, 4690.0, 4674.0, 4691.0, 4672.0, 4682.0, 4650.0, 4671.0, 4660.0, 4673.0, 4692.0, 4672.0, 4680.0, 4662.0, 4681.0, 4661.0, 4672.0, 4678.0, 4661.0, 4689.0, 4671.0, 4689.0, 4671.0, 4683.0, 4661.0, 4682.0, 4661.0, 4663.0, 4679.0, 4661.0, 4691.0, 4661.0, 4681.0, 4662.0, 4681.0, 4659.0, 4672.0, 4670.0, 4663.0, 4680.0, 4662.0, 4681.0, 4670.0, 4681.0, 4660.0, 4681.0, 4660.0, 4660.0, 4700.0, 4661.0, 4679.0, 4662.0, 4681.0, 4662.0, 4662.0, 4690.0, 4660.0, 4678.0, 4660.0, 4679.0, 4662.0, 4679.0, 4662.0, 4683.0, 4661.0, 4673.0, 4679.0, 4664.0, 4692.0, 4661.0, 4683.0, 4661.0, 4665.0, 4702.0, 4663.0, 4691.0, 4659.0, 4674.0, 4662.0, 4673.0, 4700.0, 4663.0, 4681.0, 4673.0, 4682.0, 4662.0, 4664.0, 4692.0, 4672.0, 4680.0, 4673.0, 4684.0, 4651.0, 4664.0, 4691.0, 4662.0, 4679.0, 4661.0, 4690.0, 4662.0, 4662.0, 4650.0, 4661.0, 4669.0, 4661.0, 4690.0, 4664.0, 4682.0, 4663.0, 4672.0, 4679.0, 4663.0, 4680.0, 4660.0, 4671.0, 4659.0, 4650.0, 4668.0, 4661.0, 4688.0, 4662.0, 4688.0, 4662.0, 4671.0, 4659.0, 4662.0, 4660.0, 4671.0, 4689.0, 4670.0, 4682.0, 4659.0, 4670.0, 4660.0, 4660.0, 4688.0, 4661.0, 4690.0, 4661.0, 4681.0, 4660.0, 4663.0, 4682.0, 4682.0, 4661.0, 4674.0, 4693.0, 4661.0, 4691.0, 4672.0, 4680.0, 4672.0, 4683.0, 4652.0, 4673.0, 4672.0, 4661.0, 4669.0, 4662.0, 4690.0, 4673.0, 4681.0, 4673.0, 4680.0, 4662.0, 4682.0, 4662.0, 4681.0, 4662.0, 4681.0, 4662.0, 4683.0, 4661.0, 4663.0, 4661.0, 4661.0, 4689.0, 4662.0, 4682.0, 4662.0, 4670.0, 4660.0, 4670.0, 4650.0, 4660.0, 4648.0, 4672.0, 4672.0, 4674.0, 4664.0, 4686.0, 4684.0, 4675.0, 4692.0, 4674.0, 4694.0, 4675.0, 4693.0, 4675.0, 4684.0, 4664.0, 4683.0, 4663.0, 4673.0, 4653.0, 4664.0, 4692.0, 4681.0, 4682.0, 4662.0, 4679.0, 4660.0, 4680.0, 4649.0, 4659.0, 4649.0, 4649.0, 4689.0, 4669.0, 4667.0, 4660.0, 4677.0, 4649.0, 4678.0, 4647.0, 4669.0, 4661.0, 4680.0, 4649.0, 4669.0, 4659.0, 4660.0, 4647.0, 4650.0, 4678.0, 4658.0, 4678.0, 4660.0, 4670.0, 4661.0, 4680.0, 4648.0, 4671.0, 4668.0, 4661.0, 4678.0, 4660.0, 4679.0, 4659.0, 4679.0, 4659.0, 4661.0, 4659.0, 4671.0, 4679.0, 4663.0, 4691.0, 4672.0, 4679.0, 4663.0, 4692.0, 4653.0, 4681.0, 4661.0, 4672.0, 4651.0, 4662.0, 4661.0, 4672.0, 4662.0, 4672.0, 4690.0, 4662.0, 4682.0, 4651.0, 4672.0, 4651.0, 4661.0, 4649.0, 4650.0, 4680.0, 4663.0, 4661.0, 4664.0, 4689.0, 4661.0, 4682.0, 4650.0, 4663.0, 4659.0, 4662.0, 4691.0, 4653.0, 4691.0, 4662.0, 4683.0, 4662.0, 4684.0, 4652.0, 4674.0, 4662.0, 4664.0, 4690.0, 4663.0, 4683.0, 4650.0, 4660.0, 4681.0, 4660.0, 4690.0, 4661.0, 4681.0, 4650.0, 4663.0, 4690.0, 4651.0, 4690.0, 4663.0, 4678.0, 4673.0, 4681.0, 4665.0, 4694.0, 4651.0, 4682.0, 4652.0, 4671.0, 4691.0, 4661.0, 4682.0, 4651.0, 4671.0, 4650.0, 4660.0, 4678.0, 4662.0, 4692.0, 4660.0, 4678.0, 4660.0, 4681.0, 4649.0, 4670.0, 4679.0, 4649.0, 4658.0, 4660.0, 4679.0, 4649.0, 4680.0, 4650.0, 4662.0, 4649.0, 4650.0, 4679.0, 4660.0, 4678.0, 4649.0, 4668.0, 4649.0, 4659.0, 4647.0, 4663.0, 4666.0, 4681.0, 4683.0, 4703.0, 4683.0, 4713.0, 4699.0, 4685.0, 4687.0, 4685.0, 4718.0, 4725.0, 4704.0, 4680.0, 4661.0, 4681.0, 4649.0, 4669.0, 4661.0, 4680.0, 4649.0, 4646.0, 4648.0, 4661.0, 4704.0, 4680.0, 4660.0, 4668.0, 4636.0, 4671.0, 4648.0, 4668.0, 4660.0, 4676.0, 4648.0, 4675.0, 4638.0, 4664.0, 4634.0, 4653.0, 4625.0, 4654.0, 4634.0, 4654.0, 4631.0, 4644.0, 4621.0, 4642.0, 4619.0, 4630.0, 4621.0, 4634.0, 4633.0, 4653.0, 4644.0, 4676.0, 4645.0, 4664.0, 4634.0, 4654.0, 4645.0, 4655.0, 4635.0, 4645.0, 4645.0, 4657.0, 4648.0, 4668.0, 4659.0, 4671.0, 4667.0, 4658.0, 4675.0, 4659.0, 4668.0, 4647.0, 4667.0, 4646.0, 4669.0, 4647.0, 4648.0, 4655.0, 4658.0, 4666.0, 4649.0, 4676.0, 4646.0, 4669.0, 4656.0, 4658.0, 4687.0, 4660.0, 4689.0, 4659.0, 4669.0, 4656.0, 4659.0, 4689.0, 4672.0, 4679.0, 4672.0, 4681.0, 4661.0, 4680.0, 4668.0, 4659.0, 4668.0, 4659.0, 4679.0, 4649.0, 4661.0, 4679.0, 4659.0, 4679.0, 4661.0, 4681.0, 4658.0, 4670.0, 4678.0, 4659.0, 4678.0, 4660.0, 4681.0, 4671.0, 4683.0, 4671.0, 4683.0, 4684.0, 4704.0, 4685.0, 4707.0, 4684.0, 4664.0, 4701.0, 4672.0, 4670.0, 4660.0, 4660.0, 4658.0, 4659.0, 4650.0, 4659.0, 4659.0, 4660.0, 4689.0, 4682.0, 4669.0, 4672.0, 4680.0, 4660.0, 4682.0, 4658.0, 4670.0, 4660.0, 4659.0, 4661.0, 4671.0, 4670.0, 4682.0, 4690.0, 4672.0, 4679.0, 4660.0, 4670.0, 4662.0, 4673.0, 4673.0, 4704.0, 4672.0, 4680.0, 4683.0, 4680.0, 4684.0, 4683.0, 4683.0, 4690.0, 4716.0, 4683.0, 4700.0, 4662.0, 4689.0, 4657.0, 4679.0, 4646.0, 4679.0, 4662.0, 4691.0, 4672.0, 4670.0, 4674.0, 4671.0, 4712.0, 4672.0, 4679.0, 4661.0, 4689.0, 4658.0, 4668.0, 4645.0, 4648.0, 4646.0, 4667.0, 4646.0, 4658.0, 4646.0, 4648.0, 4646.0, 4647.0, 4678.0, 4657.0, 4666.0, 4660.0, 4667.0, 4659.0, 4678.0, 4658.0, 4662.0, 4660.0, 4657.0, 4677.0, 4649.0, 4667.0, 4660.0, 4667.0, 4660.0, 4678.0, 4663.0, 4690.0, 4660.0, 4670.0, 4660.0, 4661.0, 4689.0, 4660.0, 4690.0, 4659.0, 4670.0, 4659.0, 4663.0, 4691.0, 4682.0, 4669.0, 4663.0, 4680.0, 4658.0, 4681.0, 4650.0, 4662.0, 4677.0, 4659.0, 4668.0, 4659.0, 4670.0, 4648.0, 4659.0, 4648.0, 4660.0, 4689.0, 4660.0, 4680.0, 4660.0, 4670.0, 4659.0, 4675.0, 4694.0, 4685.0, 4675.0, 4675.0, 4671.0, 4673.0, 4702.0, 4683.0, 4682.0, 4675.0, 4662.0, 4671.0, 4674.0, 4662.0, 4674.0, 4671.0, 4687.0, 4682.0, 4682.0, 4671.0, 4704.0, 4685.0, 4693.0, 4662.0, 4691.0, 4679.0, 4649.0, 4648.0, 4648.0, 4645.0, 4657.0, 4657.0, 4668.0, 4658.0, 4659.0, 4667.0, 4668.0, 4687.0, 4648.0, 4665.0, 4648.0, 4657.0, 4660.0, 4677.0, 4661.0, 4668.0, 4658.0, 4676.0, 4650.0, 4677.0, 4662.0, 4669.0, 4672.0, 4669.0, 4671.0, 4670.0, 4672.0, 4659.0, 4660.0, 4678.0, 4668.0, 4689.0, 4660.0, 4667.0, 4660.0, 4668.0, 4648.0, 4688.0, 4660.0, 4680.0, 4659.0, 4680.0, 4648.0, 4681.0, 4647.0, 4657.0, 4666.0, 4646.0, 4678.0, 4646.0, 4665.0, 4656.0, 4657.0, 4645.0, 4659.0, 4668.0, 4669.0, 4666.0, 4656.0, 4667.0, 4648.0, 4678.0, 4647.0, 4669.0, 4658.0, 4659.0, 4679.0, 4668.0, 4677.0, 4661.0, 4679.0, 4659.0, 4670.0, 4659.0, 4681.0, 4660.0, 4671.0, 4679.0, 4669.0, 4678.0, 4649.0, 4659.0, 4648.0, 4659.0, 4678.0, 4668.0, 4667.0, 4659.0, 4668.0, 4660.0, 4670.0, 4678.0, 4661.0, 4679.0, 4671.0, 4678.0, 4659.0, 4681.0, 4658.0, 4670.0, 4658.0, 4660.0, 4688.0, 4680.0, 4669.0, 4661.0, 4679.0, 4659.0, 4660.0, 4678.0, 4661.0, 4678.0, 4658.0, 4677.0, 4657.0, 4679.0, 4647.0, 4661.0, 4657.0, 4659.0, 4678.0, 4659.0, 4679.0, 4659.0, 4669.0, 4660.0, 4658.0, 4679.0, 4671.0, 4670.0, 4662.0, 4668.0, 4650.0, 4661.0, 4670.0, 4661.0, 4668.0, 4660.0, 4679.0, 4662.0, 4680.0, 4659.0, 4661.0, 4678.0, 4669.0, 4680.0, 4660.0, 4669.0, 4658.0, 4660.0, 4659.0, 4660.0, 4691.0, 4670.0, 4679.0, 4671.0, 4680.0, 4673.0, 4684.0, 4670.0, 4662.0, 4669.0, 4672.0, 4679.0, 4661.0, 4683.0, 4660.0, 4680.0, 4661.0, 4671.0, 4672.0, 4675.0, 4692.0, 4672.0, 4681.0, 4674.0, 4679.0, 4670.0, 4673.0, 4662.0, 4674.0, 4681.0, 4672.0, 4681.0, 4672.0, 4680.0, 4663.0, 4672.0, 4660.0, 4671.0, 4661.0, 4682.0, 4670.0, 4672.0, 4700.0, 4663.0, 4692.0, 4671.0, 4680.0, 4673.0, 4683.0, 4672.0, 4684.0, 4672.0, 4684.0, 4672.0, 4673.0, 4692.0, 4685.0, 4692.0, 4673.0, 4683.0, 4661.0, 4674.0, 4671.0, 4674.0, 4674.0, 4673.0, 4692.0, 4672.0, 4691.0, 4673.0, 4692.0, 4673.0, 4696.0, 4672.0, 4673.0, 4672.0, 4674.0, 4692.0, 4675.0, 4702.0, 4685.0, 4694.0, 4673.0, 4692.0, 4672.0, 4684.0, 4671.0, 4662.0, 4701.0, 4674.0, 4681.0, 4672.0, 4691.0, 4672.0, 4683.0, 4662.0, 4673.0, 4662.0, 4674.0, 4692.0, 4675.0, 4702.0, 4684.0, 4682.0, 4675.0, 4694.0, 4685.0, 4703.0, 4687.0, 4682.0, 4685.0, 4704.0, 4676.0, 4695.0, 4674.0, 4693.0, 4684.0, 4695.0, 4674.0, 4696.0, 4675.0, 4694.0, 4673.0, 4685.0, 4705.0, 4684.0, 4713.0, 4685.0, 4703.0, 4686.0, 4703.0, 4686.0, 4714.0, 4687.0, 4684.0, 4676.0, 4694.0, 4674.0, 4702.0, 4685.0, 4692.0, 4662.0, 4691.0, 4661.0, 4691.0, 4661.0, 4691.0, 4662.0, 4692.0, 4661.0, 4683.0, 4660.0, 4681.0, 4661.0, 4664.0, 4681.0, 4663.0, 4702.0, 4685.0, 4681.0, 4686.0, 4695.0, 4684.0, 4678.0, 4705.0, 4685.0, 4715.0, 4698.0, 4687.0, 4696.0, 4678.0, 4705.0, 4675.0, 4694.0, 4674.0, 4671.0, 4673.0, 4681.0, 4662.0, 4681.0, 4672.0, 4681.0, 4670.0, 4691.0, 4677.0, 4691.0, 4676.0, 4672.0, 4684.0, 4673.0, 4682.0, 4702.0, 4684.0, 4660.0, 4660.0, 4659.0, 4673.0, 4699.0, 4679.0, 4676.0, 4647.0, 4676.0, 4646.0, 4667.0, 4649.0, 4664.0, 4657.0, 4665.0, 4658.0, 4689.0, 4668.0, 4649.0, 4649.0, 4647.0, 4645.0, 4648.0, 4659.0, 4658.0, 4678.0, 4669.0, 4667.0, 4648.0, 4666.0, 4647.0, 4665.0, 4657.0, 4663.0, 4665.0, 4646.0, 4665.0, 4645.0, 4677.0, 4655.0, 4654.0, 4623.0, 4633.0, 4651.0, 4632.0], 'WindowWidth': [10395.0, 10314.0, 10282.0, 10270.0, 10327.0, 10281.0, 10284.0, 10242.0, 10211.0, 10215.0, 10214.0, 10217.0, 10210.0, 10227.0, 10233.0, 10215.0, 10252.0, 10213.0, 10218.0, 10205.0, 10224.0, 10209.0, 10250.0, 10217.0, 10226.0, 10219.0, 10255.0, 10215.0, 10226.0, 10214.0, 10214.0, 10256.0, 10229.0, 10225.0, 10227.0, 10239.0, 10217.0, 10236.0, 10212.0, 10221.0, 10225.0, 10244.0, 10208.0, 10215.0, 10237.0, 10213.0, 10232.0, 10210.0, 10237.0, 10208.0, 10210.0, 10204.0, 10210.0, 10246.0, 10212.0, 10235.0, 10213.0, 10242.0, 10194.0, 10218.0, 10250.0, 10229.0, 10239.0, 10226.0, 10242.0, 10213.0, 10217.0, 10240.0, 10233.0, 10240.0, 10229.0, 10242.0, 10212.0, 10234.0, 10252.0, 10233.0, 10241.0, 10214.0, 10244.0, 10212.0, 10218.0, 10254.0, 10227.0, 10225.0, 10231.0, 10243.0, 10214.0, 10213.0, 10241.0, 10215.0, 10237.0, 10210.0, 10225.0, 10195.0, 10210.0, 10210.0, 10220.0, 10251.0, 10232.0, 10248.0, 10218.0, 10230.0, 10236.0, 10230.0, 10242.0, 10217.0, 10226.0, 10218.0, 10235.0, 10251.0, 10218.0, 10256.0, 10236.0, 10256.0, 10232.0, 10246.0, 10200.0, 10231.0, 10213.0, 10235.0, 10257.0, 10232.0, 10241.0, 10217.0, 10242.0, 10213.0, 10231.0, 10235.0, 10216.0, 10253.0, 10230.0, 10252.0, 10230.0, 10247.0, 10216.0, 10247.0, 10215.0, 10221.0, 10238.0, 10215.0, 10257.0, 10217.0, 10241.0, 10217.0, 10243.0, 10210.0, 10231.0, 10226.0, 10220.0, 10239.0, 10217.0, 10241.0, 10228.0, 10242.0, 10215.0, 10243.0, 10213.0, 10217.0, 10267.0, 10217.0, 10239.0, 10218.0, 10243.0, 10216.0, 10219.0, 10252.0, 10214.0, 10235.0, 10213.0, 10236.0, 10218.0, 10239.0, 10218.0, 10248.0, 10216.0, 10233.0, 10238.0, 10224.0, 10258.0, 10216.0, 10248.0, 10215.0, 10225.0, 10272.0, 10223.0, 10258.0, 10212.0, 10236.0, 10217.0, 10236.0, 10270.0, 10223.0, 10243.0, 10233.0, 10246.0, 10219.0, 10225.0, 10258.0, 10233.0, 10240.0, 10235.0, 10249.0, 10203.0, 10224.0, 10255.0, 10217.0, 10237.0, 10216.0, 10252.0, 10217.0, 10217.0, 10197.0, 10215.0, 10223.0, 10217.0, 10255.0, 10222.0, 10243.0, 10220.0, 10233.0, 10238.0, 10219.0, 10240.0, 10213.0, 10227.0, 10208.0, 10201.0, 10221.0, 10216.0, 10248.0, 10219.0, 10248.0, 10217.0, 10229.0, 10210.0, 10217.0, 10212.0, 10232.0, 10251.0, 10227.0, 10243.0, 10210.0, 10227.0, 10210.0, 10215.0, 10250.0, 10218.0, 10254.0, 10217.0, 10243.0, 10214.0, 10223.0, 10245.0, 10248.0, 10217.0, 10240.0, 10263.0, 10219.0, 10257.0, 10233.0, 10242.0, 10233.0, 10248.0, 10205.0, 10236.0, 10231.0, 10217.0, 10224.0, 10220.0, 10254.0, 10234.0, 10244.0, 10237.0, 10243.0, 10219.0, 10246.0, 10218.0, 10243.0, 10219.0, 10245.0, 10219.0, 10250.0, 10216.0, 10221.0, 10214.0, 10217.0, 10252.0, 10218.0, 10243.0, 10216.0, 10224.0, 10211.0, 10226.0, 10198.0, 10213.0, 10195.0, 10233.0, 10233.0, 10238.0, 10225.0, 10258.0, 10251.0, 10242.0, 10261.0, 10240.0, 10266.0, 10240.0, 10263.0, 10241.0, 10251.0, 10223.0, 10250.0, 10221.0, 10235.0, 10208.0, 10225.0, 10260.0, 10246.0, 10245.0, 10219.0, 10239.0, 10213.0, 10240.0, 10195.0, 10210.0, 10193.0, 10197.0, 10250.0, 10223.0, 10217.0, 10213.0, 10232.0, 10196.0, 10234.0, 10192.0, 10222.0, 10215.0, 10239.0, 10197.0, 10226.0, 10209.0, 10211.0, 10191.0, 10198.0, 10233.0, 10206.0, 10233.0, 10212.0, 10224.0, 10217.0, 10241.0, 10195.0, 10228.0, 10220.0, 10214.0, 10233.0, 10213.0, 10238.0, 10210.0, 10238.0, 10208.0, 10216.0, 10211.0, 10230.0, 10238.0, 10221.0, 10257.0, 10233.0, 10239.0, 10222.0, 10259.0, 10207.0, 10242.0, 10215.0, 10230.0, 10202.0, 10219.0, 10216.0, 10233.0, 10217.0, 10233.0, 10255.0, 10218.0, 10243.0, 10199.0, 10227.0, 10199.0, 10214.0, 10195.0, 10200.0, 10239.0, 10219.0, 10212.0, 10223.0, 10252.0, 10216.0, 10244.0, 10198.0, 10218.0, 10209.0, 10217.0, 10255.0, 10206.0, 10254.0, 10217.0, 10245.0, 10220.0, 10250.0, 10204.0, 10237.0, 10216.0, 10224.0, 10256.0, 10221.0, 10247.0, 10198.0, 10215.0, 10240.0, 10214.0, 10252.0, 10214.0, 10242.0, 10199.0, 10220.0, 10252.0, 10201.0, 10252.0, 10219.0, 10236.0, 10235.0, 10243.0, 10226.0, 10264.0, 10201.0, 10246.0, 10203.0, 10232.0, 10258.0, 10215.0, 10245.0, 10201.0, 10229.0, 10198.0, 10214.0, 10235.0, 10218.0, 10259.0, 10214.0, 10234.0, 10213.0, 10242.0, 10196.0, 10227.0, 10236.0, 10197.0, 10207.0, 10214.0, 10238.0, 10198.0, 10239.0, 10196.0, 10215.0, 10194.0, 10199.0, 10236.0, 10211.0, 10234.0, 10194.0, 10219.0, 10194.0, 10209.0, 10191.0, 10219.0, 10229.0, 10247.0, 10252.0, 10277.0, 10253.0, 10293.0, 10281.0, 10257.0, 10263.0, 10260.0, 10307.0, 10315.0, 10282.0, 10241.0, 10216.0, 10240.0, 10194.0, 10222.0, 10216.0, 10240.0, 10194.0, 10188.0, 10194.0, 10218.0, 10282.0, 10240.0, 10211.0, 10217.0, 10172.0, 10226.0, 10194.0, 10220.0, 10215.0, 10230.0, 10194.0, 10227.0, 10177.0, 10207.0, 10167.0, 10190.0, 10153.0, 10194.0, 10165.0, 10191.0, 10157.0, 10177.0, 10141.0, 10172.0, 10138.0, 10154.0, 10142.0, 10164.0, 10162.0, 10192.0, 10180.0, 10228.0, 10185.0, 10211.0, 10168.0, 10196.0, 10181.0, 10196.0, 10169.0, 10185.0, 10184.0, 10204.0, 10193.0, 10223.0, 10209.0, 10230.0, 10217.0, 10207.0, 10228.0, 10209.0, 10217.0, 10191.0, 10215.0, 10187.0, 10223.0, 10188.0, 10193.0, 10199.0, 10204.0, 10215.0, 10195.0, 10230.0, 10189.0, 10223.0, 10201.0, 10208.0, 10245.0, 10213.0, 10249.0, 10210.0, 10225.0, 10204.0, 10213.0, 10252.0, 10233.0, 10237.0, 10233.0, 10244.0, 10214.0, 10242.0, 10221.0, 10211.0, 10220.0, 10209.0, 10238.0, 10197.0, 10216.0, 10236.0, 10212.0, 10238.0, 10215.0, 10242.0, 10208.0, 10226.0, 10235.0, 10212.0, 10237.0, 10216.0, 10245.0, 10229.0, 10250.0, 10232.0, 10252.0, 10255.0, 10282.0, 10257.0, 10291.0, 10251.0, 10225.0, 10272.0, 10232.0, 10225.0, 10212.0, 10213.0, 10205.0, 10209.0, 10198.0, 10212.0, 10211.0, 10215.0, 10253.0, 10246.0, 10224.0, 10232.0, 10241.0, 10213.0, 10247.0, 10209.0, 10229.0, 10213.0, 10211.0, 10215.0, 10231.0, 10228.0, 10248.0, 10257.0, 10232.0, 10238.0, 10214.0, 10227.0, 10216.0, 10235.0, 10236.0, 10278.0, 10233.0, 10239.0, 10249.0, 10239.0, 10255.0, 10251.0, 10250.0, 10271.0, 10299.0, 10252.0, 10267.0, 10215.0, 10252.0, 10203.0, 10235.0, 10187.0, 10237.0, 10215.0, 10252.0, 10232.0, 10229.0, 10237.0, 10232.0, 10290.0, 10235.0, 10240.0, 10215.0, 10253.0, 10206.0, 10216.0, 10184.0, 10189.0, 10183.0, 10214.0, 10186.0, 10204.0, 10184.0, 10191.0, 10186.0, 10189.0, 10231.0, 10205.0, 10215.0, 10211.0, 10219.0, 10210.0, 10236.0, 10205.0, 10215.0, 10209.0, 10206.0, 10231.0, 10195.0, 10218.0, 10211.0, 10217.0, 10212.0, 10234.0, 10220.0, 10256.0, 10213.0, 10229.0, 10212.0, 10216.0, 10250.0, 10213.0, 10255.0, 10209.0, 10226.0, 10210.0, 10219.0, 10256.0, 10245.0, 10223.0, 10221.0, 10240.0, 10208.0, 10241.0, 10197.0, 10215.0, 10231.0, 10208.0, 10219.0, 10207.0, 10225.0, 10193.0, 10209.0, 10194.0, 10214.0, 10251.0, 10213.0, 10241.0, 10213.0, 10228.0, 10213.0, 10242.0, 10267.0, 10257.0, 10240.0, 10243.0, 10230.0, 10237.0, 10276.0, 10251.0, 10246.0, 10244.0, 10221.0, 10228.0, 10234.0, 10212.0, 10239.0, 10231.0, 10262.0, 10246.0, 10247.0, 10231.0, 10280.0, 10255.0, 10265.0, 10218.0, 10257.0, 10237.0, 10195.0, 10190.0, 10191.0, 10183.0, 10204.0, 10204.0, 10223.0, 10207.0, 10210.0, 10215.0, 10220.0, 10245.0, 10192.0, 10213.0, 10193.0, 10202.0, 10212.0, 10233.0, 10214.0, 10219.0, 10209.0, 10230.0, 10198.0, 10233.0, 10217.0, 10222.0, 10232.0, 10225.0, 10231.0, 10229.0, 10233.0, 10212.0, 10215.0, 10236.0, 10222.0, 10251.0, 10212.0, 10216.0, 10210.0, 10219.0, 10194.0, 10248.0, 10212.0, 10237.0, 10211.0, 10239.0, 10193.0, 10242.0, 10189.0, 10204.0, 10212.0, 10188.0, 10231.0, 10188.0, 10211.0, 10200.0, 10205.0, 10186.0, 10209.0, 10220.0, 10222.0, 10213.0, 10204.0, 10217.0, 10192.0, 10234.0, 10190.0, 10222.0, 10204.0, 10210.0, 10235.0, 10221.0, 10232.0, 10213.0, 10235.0, 10210.0, 10225.0, 10210.0, 10244.0, 10210.0, 10229.0, 10236.0, 10224.0, 10235.0, 10194.0, 10210.0, 10191.0, 10208.0, 10234.0, 10221.0, 10219.0, 10210.0, 10223.0, 10209.0, 10226.0, 10234.0, 10215.0, 10235.0, 10227.0, 10233.0, 10209.0, 10241.0, 10207.0, 10226.0, 10206.0, 10212.0, 10249.0, 10240.0, 10222.0, 10214.0, 10237.0, 10208.0, 10212.0, 10235.0, 10213.0, 10232.0, 10208.0, 10231.0, 10205.0, 10235.0, 10189.0, 10211.0, 10203.0, 10208.0, 10234.0, 10210.0, 10236.0, 10210.0, 10226.0, 10212.0, 10210.0, 10237.0, 10228.0, 10224.0, 10215.0, 10223.0, 10198.0, 10215.0, 10225.0, 10216.0, 10222.0, 10214.0, 10237.0, 10216.0, 10240.0, 10209.0, 10216.0, 10235.0, 10225.0, 10239.0, 10210.0, 10223.0, 10205.0, 10212.0, 10208.0, 10214.0, 10255.0, 10228.0, 10237.0, 10229.0, 10242.0, 10233.0, 10251.0, 10226.0, 10219.0, 10224.0, 10230.0, 10238.0, 10216.0, 10247.0, 10213.0, 10241.0, 10214.0, 10231.0, 10233.0, 10244.0, 10259.0, 10233.0, 10241.0, 10234.0, 10239.0, 10226.0, 10235.0, 10216.0, 10236.0, 10243.0, 10231.0, 10243.0, 10231.0, 10241.0, 10217.0, 10231.0, 10211.0, 10229.0, 10214.0, 10245.0, 10226.0, 10233.0, 10268.0, 10221.0, 10257.0, 10230.0, 10240.0, 10234.0, 10248.0, 10231.0, 10252.0, 10232.0, 10252.0, 10233.0, 10236.0, 10261.0, 10253.0, 10261.0, 10235.0, 10248.0, 10216.0, 10236.0, 10230.0, 10236.0, 10237.0, 10235.0, 10260.0, 10233.0, 10259.0, 10235.0, 10261.0, 10236.0, 10268.0, 10232.0, 10236.0, 10232.0, 10238.0, 10261.0, 10241.0, 10273.0, 10254.0, 10265.0, 10235.0, 10261.0, 10231.0, 10251.0, 10227.0, 10219.0, 10270.0, 10235.0, 10242.0, 10233.0, 10255.0, 10231.0, 10249.0, 10216.0, 10234.0, 10217.0, 10237.0, 10258.0, 10239.0, 10273.0, 10251.0, 10246.0, 10240.0, 10265.0, 10256.0, 10278.0, 10259.0, 10248.0, 10256.0, 10279.0, 10244.0, 10268.0, 10239.0, 10262.0, 10251.0, 10267.0, 10237.0, 10270.0, 10239.0, 10266.0, 10235.0, 10254.0, 10280.0, 10252.0, 10290.0, 10254.0, 10276.0, 10258.0, 10278.0, 10257.0, 10293.0, 10261.0, 10253.0, 10245.0, 10264.0, 10239.0, 10274.0, 10251.0, 10258.0, 10218.0, 10254.0, 10214.0, 10254.0, 10215.0, 10255.0, 10218.0, 10258.0, 10216.0, 10248.0, 10214.0, 10242.0, 10214.0, 10224.0, 10242.0, 10221.0, 10272.0, 10253.0, 10242.0, 10257.0, 10271.0, 10254.0, 10246.0, 10282.0, 10255.0, 10297.0, 10278.0, 10260.0, 10273.0, 10246.0, 10284.0, 10241.0, 10263.0, 10235.0, 10229.0, 10234.0, 10241.0, 10216.0, 10241.0, 10229.0, 10239.0, 10226.0, 10258.0, 10245.0, 10258.0, 10244.0, 10232.0, 10251.0, 10233.0, 10246.0, 10274.0, 10250.0, 10210.0, 10212.0, 10209.0, 10234.0, 10266.0, 10235.0, 10227.0, 10189.0, 10223.0, 10186.0, 10214.0, 10192.0, 10207.0, 10202.0, 10211.0, 10206.0, 10254.0, 10224.0, 10194.0, 10192.0, 10187.0, 10182.0, 10191.0, 10209.0, 10207.0, 10233.0, 10218.0, 10214.0, 10189.0, 10211.0, 10187.0, 10207.0, 10204.0, 10206.0, 10212.0, 10183.0, 10209.0, 10180.0, 10229.0, 10196.0, 10194.0, 10147.0, 10161.0, 10182.0, 10158.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.0022019843342036553</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021206766579634464</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.006416626385004</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.256101500461671</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0197624592247392</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4722</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6092.665</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10373658419496735</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.484769364664926</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4491240249033943</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3859390340238713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6649701182803427</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2964629224059685</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00744154</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011104747653007507</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018972862511873245</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1149</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.744477246647545</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>44.8513</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4987</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.0066</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297007.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>740.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.6505</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0544</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.2977</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3815.1377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79537.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1185.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5064.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.3814</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.896752156317234</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> |