=== 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-0133 --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-0133",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-03/func/sub-0133_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>2537a48545650404574d23f040610b68</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>21:23:59.720000</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.994586, 0.0981192, 0.034231, -0.0971695, 0.994863, -0.0283869]</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.0890377</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4218, -7781, -7232, 229, -176, -85, -23, 88]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>261.806</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c1998430-4d43-47f3-a515-1a29fa223838||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.668401002883911, -0.2606986463069916, 0.09946931898593903, 121.80004119873047], [-0.2632465362548828, 2.669144630432129, -0.06724897772073746, -86.55231475830078], [0.09183935821056366, 0.07616007328033447, 2.697328805923462, -82.52931213378906], [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': ['212359.720000', '212400.180000', '212400.640000', '212401.100000', '212401.560000', '212402.020000', '212402.480000', '212402.940000', '212403.400000', '212403.860000', '212404.320000', '212404.780000', '212405.240000', '212405.700000', '212406.160000', '212406.620000', '212407.080000', '212407.540000', '212408.000000', '212408.460000', '212408.920000', '212409.380000', '212409.840000', '212410.300000', '212410.760000', '212411.220000', '212411.680000', '212412.140000', '212412.600000', '212413.060000', '212413.520000', '212413.980000', '212414.440000', '212414.900000', '212415.360000', '212415.820000', '212416.280000', '212416.740000', '212417.200000', '212417.660000', '212418.120000', '212418.580000', '212419.040000', '212419.500000', '212419.960000', '212420.420000', '212420.880000', '212421.340000', '212421.800000', '212422.260000', '212422.720000', '212423.180000', '212423.640000', '212424.100000', '212424.560000', '212425.020000', '212425.480000', '212425.940000', '212426.400000', '212426.860000', '212427.320000', '212427.780000', '212428.240000', '212428.700000', '212429.160000', '212429.620000', '212430.080000', '212430.540000', '212431.000000', '212431.460000', '212431.920000', '212432.380000', '212432.840000', '212433.300000', '212433.760000', '212434.220000', '212434.680000', '212435.140000', '212435.600000', '212436.060000', '212436.520000', '212436.980000', '212437.440000', '212437.900000', '212438.360000', '212438.820000', '212439.280000', '212439.740000', '212440.200000', '212440.660000', '212441.120000', '212441.580000', '212442.040000', '212442.500000', '212442.960000', '212443.420000', '212443.880000', '212444.340000', '212444.800000', '212445.260000', '212445.720000', '212446.180000', '212446.640000', '212447.100000', '212447.560000', '212448.020000', '212448.480000', '212448.940000', '212449.400000', '212449.860000', '212450.320000', '212450.780000', '212451.240000', '212451.700000', '212452.160000', '212452.620000', '212453.080000', '212453.540000', '212454.000000', '212454.460000', '212454.920000', '212455.380000', '212455.840000', '212456.300000', '212456.760000', '212457.220000', '212457.680000', '212458.140000', '212458.600000', '212459.060000', '212459.520000', '212459.980000', '212500.440000', '212500.900000', '212501.360000', '212501.820000', '212502.280000', '212502.740000', '212503.200000', '212503.660000', '212504.120000', '212504.580000', '212505.040000', '212505.500000', '212505.960000', '212506.420000', '212506.880000', '212507.340000', '212507.800000', '212508.260000', '212508.720000', '212509.180000', '212509.640000', '212510.100000', '212510.560000', '212511.020000', '212511.480000', '212511.940000', '212512.400000', '212512.860000', '212513.320000', '212513.780000', '212514.240000', '212514.700000', '212515.160000', '212515.620000', '212516.080000', '212516.540000', '212517.000000', '212517.460000', '212517.920000', '212518.380000', '212518.840000', '212519.300000', '212519.760000', '212520.220000', '212520.680000', '212521.140000', '212521.600000', '212522.060000', '212522.520000', '212522.980000', '212523.440000', '212523.900000', '212524.360000', '212524.820000', '212525.280000', '212525.740000', '212526.200000', '212526.660000', '212527.120000', '212527.580000', '212528.040000', '212528.500000', '212528.960000', '212529.420000', '212529.880000', '212530.340000', '212530.800000', '212531.260000', '212531.720000', '212532.180000', '212532.640000', '212533.100000', '212533.560000', '212534.020000', '212534.480000', '212534.940000', '212535.400000', '212535.860000', '212536.320000', '212536.780000', '212537.240000', '212537.700000', '212538.160000', '212538.620000', '212539.080000', '212539.540000', '212540.000000', '212540.460000', '212540.920000', '212541.380000', '212541.840000', '212542.300000', '212542.760000', '212543.220000', '212543.680000', '212544.140000', '212544.600000', '212545.060000', '212545.520000', '212545.980000', '212546.440000', '212546.900000', '212547.360000', '212547.820000', '212548.280000', '212548.740000', '212549.200000', '212549.660000', '212550.120000', '212550.580000', '212551.040000', '212551.500000', '212551.960000', '212552.420000', '212552.880000', '212553.340000', '212553.800000', '212554.260000', '212554.720000', '212555.180000', '212555.640000', '212556.100000', '212556.560000', '212557.020000', '212557.480000', '212557.940000', '212558.400000', '212558.860000', '212559.320000', '212559.780000', '212600.240000', '212600.700000', '212601.160000', '212601.620000', '212602.080000', '212602.540000', '212603.000000', '212603.460000', '212603.920000', '212604.380000', '212604.840000', '212605.300000', '212605.760000', '212606.220000', '212606.680000', '212607.140000', '212607.600000', '212608.060000', '212608.520000', '212608.980000', '212609.440000', '212609.900000', '212610.360000', '212610.820000', '212611.280000', '212611.740000', '212612.200000', '212612.660000', '212613.120000', '212613.580000', '212614.040000', '212614.500000', '212614.960000', '212615.420000', '212615.880000', '212616.340000', '212616.800000', '212617.260000', '212617.720000', '212618.180000', '212618.640000', '212619.100000', '212619.560000', '212620.020000', '212620.480000', '212620.940000', '212621.400000', '212621.860000', '212622.320000', '212622.780000', '212623.240000', '212623.700000', '212624.160000', '212624.620000', '212625.080000', '212625.540000', '212626.000000', '212626.460000', '212626.920000', '212627.380000', '212627.840000', '212628.300000', '212628.760000', '212629.220000', '212629.680000', '212630.140000', '212630.600000', '212631.060000', '212631.520000', '212631.980000', '212632.440000', '212632.900000', '212633.360000', '212633.820000', '212634.280000', '212634.740000', '212635.200000', '212635.660000', '212636.120000', '212636.580000', '212637.040000', '212637.500000', '212637.960000', '212638.420000', '212638.880000', '212639.340000', '212639.800000', '212640.260000', '212640.720000', '212641.180000', '212641.640000', '212642.100000', '212642.560000', '212643.020000', '212643.480000', '212643.940000', '212644.400000', '212644.860000', '212645.320000', '212645.780000', '212646.240000', '212646.700000', '212647.160000', '212647.620000', '212648.080000', '212648.540000', '212649.000000', '212649.460000', '212649.920000', '212650.380000', '212650.840000', '212651.300000', '212651.760000', '212652.220000', '212652.680000', '212653.140000', '212653.600000', '212654.060000', '212654.520000', '212654.980000', '212655.440000', '212655.900000', '212656.360000', '212656.820000', '212657.280000', '212657.740000', '212658.200000', '212658.660000', '212659.120000', '212659.580000', '212700.040000', '212700.500000', '212700.960000', '212701.420000', '212701.880000', '212702.340000', '212702.800000', '212703.260000', '212703.720000', '212704.180000', '212704.640000', '212705.100000', '212705.560000', '212706.020000', '212706.480000', '212706.940000', '212707.400000', '212707.860000', '212708.320000', '212708.780000', '212709.240000', '212709.700000', '212710.160000', '212710.620000', '212711.080000', '212711.540000', '212712.000000', '212712.460000', '212712.920000', '212713.380000', '212713.840000', '212714.300000', '212714.760000', '212715.220000', '212715.680000', '212716.140000', '212716.600000', '212717.060000', '212717.520000', '212717.980000', '212718.440000', '212718.900000', '212719.360000', '212719.820000', '212720.280000', '212720.740000', '212721.200000', '212721.660000', '212722.120000', '212722.580000', '212723.040000', '212723.500000', '212723.960000', '212724.420000', '212724.880000', '212725.340000', '212725.800000', '212726.260000', '212726.720000', '212727.180000', '212727.640000', '212728.100000', '212728.560000', '212729.020000', '212729.480000', '212729.940000', '212730.400000', '212730.860000', '212731.320000', '212731.780000', '212732.240000', '212732.700000', '212733.160000', '212733.620000', '212734.080000', '212734.540000', '212735.000000', '212735.460000', '212735.920000', '212736.380000', '212736.840000', '212737.300000', '212737.760000', '212738.220000', '212738.680000', '212739.140000', '212739.600000', '212740.060000', '212740.520000', '212740.980000', '212741.440000', '212741.900000', '212742.360000', '212742.820000', '212743.280000', '212743.740000', '212744.200000', '212744.660000', '212745.120000', '212745.580000', '212746.040000', '212746.500000', '212746.960000', '212747.420000', '212747.880000', '212748.340000', '212748.800000', '212749.260000', '212749.720000', '212750.180000', '212750.640000', '212751.100000', '212751.560000', '212752.020000', '212752.480000', '212752.940000', '212753.400000', '212753.860000', '212754.320000', '212754.780000', '212755.240000', '212755.700000', '212756.160000', '212756.620000', '212757.080000', '212757.540000', '212758.000000', '212758.460000', '212758.920000', '212759.380000', '212759.840000', '212800.300000', '212800.760000', '212801.220000', '212801.680000', '212802.140000', '212802.600000', '212803.060000', '212803.520000', '212803.980000', '212804.440000', '212804.900000', '212805.360000', '212805.820000', '212806.280000', '212806.740000', '212807.200000', '212807.660000', '212808.120000', '212808.580000', '212809.040000', '212809.500000', '212809.960000', '212810.420000', '212810.880000', '212811.340000', '212811.800000', '212812.260000', '212812.720000', '212813.180000', '212813.640000', '212814.100000', '212814.560000', '212815.020000', '212815.480000', '212815.940000', '212816.400000', '212816.860000', '212817.320000', '212817.780000', '212818.240000', '212818.700000', '212819.160000', '212819.620000', '212820.080000', '212820.540000', '212821.000000', '212821.460000', '212821.920000', '212822.380000', '212822.840000', '212823.300000', '212823.760000', '212824.220000', '212824.680000', '212825.140000', '212825.600000', '212826.060000', '212826.520000', '212826.980000', '212827.440000', '212827.900000', '212828.360000', '212828.820000', '212829.280000', '212829.740000', '212830.200000', '212830.660000', '212831.120000', '212831.580000', '212832.040000', '212832.500000', '212832.960000', '212833.420000', '212833.880000', '212834.340000', '212834.800000', '212835.260000', '212835.720000', '212836.180000', '212836.640000', '212837.100000', '212837.560000', '212838.020000', '212838.480000', '212838.940000', '212839.400000', '212839.860000', '212840.320000', '212840.780000', '212841.240000', '212841.700000', '212842.160000', '212842.620000', '212843.080000', '212843.540000', '212844.000000', '212844.460000', '212844.920000', '212845.380000', '212845.840000', '212846.300000', '212846.760000', '212847.220000', '212847.680000', '212848.140000', '212848.600000', '212849.060000', '212849.520000', '212849.980000', '212850.440000', '212850.900000', '212851.360000', '212851.820000', '212852.280000', '212852.740000', '212853.200000', '212853.660000', '212854.120000', '212854.580000', '212855.040000', '212855.500000', '212855.960000', '212856.420000', '212856.880000', '212857.340000', '212857.800000', '212858.260000', '212858.720000', '212859.180000', '212859.640000', '212900.100000', '212900.560000', '212901.020000', '212901.480000', '212901.940000', '212902.400000', '212902.860000', '212903.320000', '212903.780000', '212904.240000', '212904.700000', '212905.160000', '212905.620000', '212906.080000', '212906.540000', '212907.000000', '212907.460000', '212907.920000', '212908.380000', '212908.840000', '212909.300000', '212909.760000', '212910.220000', '212910.680000', '212911.140000', '212911.600000', '212912.060000', '212912.520000', '212912.980000', '212913.440000', '212913.900000', '212914.360000', '212914.820000', '212915.280000', '212915.740000', '212916.200000', '212916.660000', '212917.120000', '212917.580000', '212918.040000', '212918.500000', '212918.960000', '212919.420000', '212919.880000', '212920.340000', '212920.800000', '212921.260000', '212921.720000', '212922.180000', '212922.640000', '212923.100000', '212923.560000', '212924.020000', '212924.480000', '212924.940000', '212925.400000', '212925.860000', '212926.320000', '212926.780000', '212927.240000', '212927.700000', '212928.160000', '212928.620000', '212929.080000', '212929.540000', '212930.000000', '212930.460000', '212930.920000', '212931.380000', '212931.840000', '212932.300000', '212932.760000', '212933.220000', '212933.680000', '212934.140000', '212934.600000', '212935.060000', '212935.520000', '212935.980000', '212936.440000', '212936.900000', '212937.360000', '212937.820000', '212938.280000', '212938.740000', '212939.200000', '212939.660000', '212940.120000', '212940.580000', '212941.040000', '212941.500000', '212941.960000', '212942.420000', '212942.880000', '212943.340000', '212943.800000', '212944.260000', '212944.720000', '212945.180000', '212945.640000', '212946.100000', '212946.560000', '212947.020000', '212947.480000', '212947.940000', '212948.400000', '212948.860000', '212949.320000', '212949.780000', '212950.240000', '212950.700000', '212951.160000', '212951.620000', '212952.080000', '212952.540000', '212953.000000', '212953.460000', '212953.920000', '212954.380000', '212954.840000', '212955.300000', '212955.760000', '212956.220000', '212956.680000', '212957.140000', '212957.600000', '212958.060000', '212958.520000', '212958.980000', '212959.440000', '212959.900000', '213000.360000', '213000.820000', '213001.280000', '213001.740000', '213002.200000', '213002.660000', '213003.120000', '213003.580000', '213004.040000', '213004.500000', '213004.960000', '213005.420000', '213005.880000', '213006.340000', '213006.800000', '213007.260000', '213007.720000', '213008.180000', '213008.640000', '213009.100000', '213009.560000', '213010.020000', '213010.480000', '213010.940000', '213011.400000', '213011.860000', '213012.320000', '213012.780000', '213013.240000', '213013.700000', '213014.160000', '213014.620000', '213015.080000', '213015.540000', '213016.000000', '213016.460000', '213016.920000', '213017.380000', '213017.840000', '213018.300000', '213018.760000', '213019.220000', '213019.680000', '213020.140000', '213020.600000', '213021.060000', '213021.520000', '213021.980000', '213022.440000', '213022.900000', '213023.360000', '213023.820000', '213024.280000', '213024.740000', '213025.200000', '213025.660000', '213026.120000', '213026.580000', '213027.040000', '213027.500000', '213027.960000', '213028.420000', '213028.880000', '213029.340000', '213029.800000', '213030.260000', '213030.720000', '213031.180000', '213031.640000', '213032.100000', '213032.560000', '213033.020000', '213033.480000', '213033.940000', '213034.400000', '213034.860000', '213035.320000', '213035.780000', '213036.240000', '213036.700000', '213037.160000', '213037.620000', '213038.080000', '213038.540000', '213039.000000', '213039.460000', '213039.920000', '213040.380000', '213040.840000', '213041.300000', '213041.760000', '213042.220000', '213042.680000', '213043.140000', '213043.600000', '213044.060000', '213044.520000', '213044.980000', '213045.440000', '213045.900000', '213046.360000', '213046.820000', '213047.280000', '213047.740000', '213048.200000', '213048.660000', '213049.120000', '213049.580000', '213050.040000', '213050.500000', '213050.960000', '213051.420000', '213051.880000', '213052.340000', '213052.800000', '213053.260000', '213053.720000', '213054.180000', '213054.640000', '213055.100000', '213055.560000', '213056.020000', '213056.480000', '213056.940000', '213057.400000', '213057.860000', '213058.320000', '213058.780000', '213059.240000', '213059.700000', '213100.160000', '213100.620000', '213101.080000', '213101.540000', '213102.000000', '213102.460000', '213102.920000', '213103.380000', '213103.840000', '213104.300000', '213104.760000', '213105.220000', '213105.680000', '213106.140000', '213106.600000', '213107.060000', '213107.520000', '213107.980000', '213108.440000', '213108.900000', '213109.360000', '213109.820000', '213110.280000', '213110.740000', '213111.200000', '213111.660000', '213112.120000', '213112.580000', '213113.040000', '213113.500000', '213113.960000', '213114.420000', '213114.880000', '213115.340000', '213115.800000', '213116.260000', '213116.720000', '213117.180000', '213117.640000', '213118.100000', '213118.560000', '213119.020000', '213119.480000', '213119.940000', '213120.400000', '213120.860000', '213121.320000', '213121.780000', '213122.240000', '213122.700000', '213123.160000', '213123.620000', '213124.080000', '213124.540000', '213125.000000', '213125.460000', '213125.920000', '213126.380000', '213126.840000', '213127.300000', '213127.760000', '213128.220000', '213128.680000', '213129.140000', '213129.600000', '213130.060000', '213130.520000', '213130.980000', '213131.440000', '213131.900000', '213132.360000', '213132.820000', '213133.280000', '213133.740000', '213134.200000', '213134.660000', '213135.120000', '213135.580000', '213136.040000', '213136.500000', '213136.960000', '213137.420000', '213137.880000', '213138.340000', '213138.800000', '213139.260000', '213139.720000', '213140.180000', '213140.640000', '213141.100000', '213141.560000', '213142.020000', '213142.480000', '213142.940000', '213143.400000', '213143.860000', '213144.320000', '213144.780000', '213145.240000', '213145.700000', '213146.160000', '213146.620000', '213147.080000', '213147.540000', '213148.000000', '213148.460000', '213148.920000', '213149.380000', '213149.840000', '213150.300000', '213150.760000', '213151.220000', '213151.680000', '213152.140000', '213152.600000', '213153.060000', '213153.520000', '213153.980000', '213154.440000', '213154.900000', '213155.360000', '213155.820000', '213156.280000', '213156.740000', '213157.200000', '213157.660000', '213158.120000', '213158.580000', '213159.040000', '213159.500000', '213159.960000', '213200.420000', '213200.880000', '213201.340000', '213201.800000', '213202.260000', '213202.720000', '213203.180000', '213203.640000', '213204.100000', '213204.560000', '213205.020000', '213205.480000', '213205.940000', '213206.400000', '213206.860000', '213207.320000', '213207.780000', '213208.240000', '213208.700000', '213209.160000', '213209.620000', '213210.080000', '213210.540000', '213211.000000', '213211.460000', '213211.920000', '213212.380000', '213212.840000', '213213.300000', '213213.760000', '213214.220000', '213214.680000', '213215.140000', '213215.600000', '213216.060000', '213216.520000', '213216.980000', '213217.440000', '213217.900000', '213218.360000', '213218.820000', '213219.280000', '213219.740000', '213220.200000', '213220.660000', '213221.120000', '213221.580000', '213222.040000', '213222.500000', '213222.960000', '213223.420000', '213223.880000', '213224.340000', '213224.800000', '213225.260000', '213225.720000', '213226.180000', '213226.640000', '213227.100000', '213227.560000', '213228.020000', '213228.480000', '213228.940000', '213229.400000', '213229.860000', '213230.320000', '213230.780000', '213231.240000', '213231.700000', '213232.160000', '213232.620000', '213233.080000', '213233.540000', '213234.000000', '213234.460000', '213234.920000', '213235.380000', '213235.840000', '213236.300000', '213236.760000', '213237.220000', '213237.680000', '213238.140000', '213238.600000', '213239.060000', '213239.520000', '213239.980000', '213240.440000', '213240.900000', '213241.360000', '213241.820000', '213242.280000', '213242.740000', '213243.200000', '213243.660000', '213244.120000', '213244.580000', '213245.040000', '213245.500000', '213245.960000', '213246.420000', '213246.880000', '213247.340000', '213247.800000', '213248.260000', '213248.720000', '213249.180000', '213249.640000', '213250.100000', '213250.560000', '213251.020000', '213251.480000'], 'ContentTime': ['212414.537000', '212414.541000', '212414.543000', '212414.546000', '212414.548000', '212414.551000', '212414.553000', '212414.566000', '212414.568000', '212414.571000', '212414.573000', '212414.576000', '212414.579000', '212414.581000', '212414.584000', '212414.586000', '212414.589000', '212414.591000', '212414.594000', '212414.597000', '212414.599000', '212414.602000', '212414.604000', '212414.607000', '212414.609000', '212414.622000', '212414.624000', '212414.627000', '212414.629000', '212414.632000', '212434.503000', '212434.506000', '212434.509000', '212434.511000', '212434.520000', '212434.522000', '212434.525000', '212434.527000', '212434.530000', '212434.533000', '212434.535000', '212434.538000', '212434.540000', '212434.543000', '212434.545000', '212434.548000', '212434.550000', '212434.553000', '212434.556000', '212434.558000', '212434.561000', '212434.563000', '212434.566000', '212434.568000', '212434.574000', '212434.576000', '212434.579000', '212434.581000', '212434.584000', '212434.586000', '212434.589000', '212434.591000', '212434.594000', '212434.596000', '212434.599000', '212434.602000', '212434.604000', '212434.607000', '212434.609000', '212434.612000', '212434.614000', '212434.617000', '212434.619000', '212454.504000', '212454.507000', '212454.510000', '212454.512000', '212454.515000', '212454.517000', '212454.520000', '212454.522000', '212454.525000', '212454.527000', '212454.530000', '212454.533000', '212454.537000', '212454.540000', '212454.543000', '212454.545000', '212454.548000', '212454.550000', '212454.553000', '212454.555000', '212454.558000', '212454.560000', '212454.563000', '212454.566000', '212454.568000', '212454.571000', '212454.573000', '212454.576000', '212454.579000', '212454.588000', '212454.590000', '212454.593000', '212454.595000', '212454.598000', '212454.601000', '212454.603000', '212454.606000', '212454.608000', '212454.611000', '212454.613000', '212454.616000', '212454.619000', '212454.621000', '212454.624000', '212514.505000', '212514.507000', '212514.510000', '212514.513000', '212514.515000', '212514.518000', '212514.520000', '212514.523000', '212514.525000', '212514.556000', '212514.558000', '212514.570000', '212514.573000', '212514.575000', '212514.578000', '212514.580000', '212514.583000', '212514.586000', '212514.588000', '212514.591000', '212514.593000', '212514.596000', '212514.598000', '212514.601000', '212514.604000', '212514.606000', '212514.609000', '212514.611000', '212514.614000', '212514.616000', '212514.619000', '212514.622000', '212514.624000', '212514.627000', '212514.629000', '212514.632000', '212514.634000', '212514.637000', '212514.640000', '212514.642000', '212514.645000', '212514.647000', '212514.650000', '212534.505000', '212534.507000', '212534.510000', '212534.513000', '212534.515000', '212534.518000', '212534.520000', '212534.523000', '212534.526000', '212534.528000', '212534.531000', '212534.533000', '212534.536000', '212534.538000', '212534.541000', '212534.544000', '212534.547000', '212534.549000', '212534.552000', '212534.554000', '212534.557000', '212534.559000', '212534.562000', '212534.565000', '212534.567000', '212534.570000', '212534.573000', '212534.575000', '212534.578000', '212534.580000', '212534.583000', '212534.585000', '212534.588000', '212534.590000', '212534.593000', '212534.595000', '212534.598000', '212534.601000', '212534.603000', '212534.606000', '212534.608000', '212534.611000', '212534.614000', '212534.616000', '212554.503000', '212554.506000', '212554.509000', '212554.511000', '212554.514000', '212554.517000', '212554.519000', '212554.522000', '212554.525000', '212554.527000', '212554.530000', '212554.532000', '212554.535000', '212554.537000', '212554.540000', '212554.543000', '212554.545000', '212554.548000', '212554.550000', '212554.553000', '212554.555000', '212554.558000', '212554.561000', '212554.563000', '212554.574000', '212554.577000', '212554.579000', '212554.582000', '212554.585000', '212554.587000', '212554.590000', '212554.592000', '212554.595000', '212554.597000', '212554.600000', '212554.603000', '212554.605000', '212554.608000', '212554.611000', '212554.613000', '212554.616000', '212554.618000', '212554.621000', '212614.503000', '212614.506000', '212614.509000', '212614.511000', '212614.514000', '212614.517000', '212614.519000', '212614.522000', '212614.524000', '212614.527000', '212614.529000', '212614.532000', '212614.535000', '212614.537000', '212614.540000', '212614.542000', '212614.545000', '212614.547000', '212614.550000', '212614.553000', '212614.555000', '212614.558000', '212614.561000', '212614.563000', '212614.566000', '212614.569000', '212614.571000', '212614.574000', '212614.576000', '212614.579000', '212614.581000', '212614.584000', '212614.586000', '212614.589000', '212614.592000', '212614.594000', '212614.597000', '212614.600000', '212614.602000', '212614.605000', '212614.607000', '212614.610000', '212614.612000', '212614.615000', '212634.504000', '212634.506000', '212634.509000', '212634.512000', '212634.514000', '212634.517000', '212634.519000', '212634.522000', '212634.525000', '212634.527000', '212634.530000', '212634.532000', '212634.535000', '212634.538000', '212634.540000', '212634.543000', '212634.545000', '212634.548000', '212634.551000', '212634.553000', '212634.556000', '212634.559000', '212634.561000', '212634.564000', '212634.566000', '212634.569000', '212634.571000', '212634.574000', '212634.577000', '212634.579000', '212634.582000', '212634.585000', '212634.587000', '212634.590000', '212634.592000', '212634.595000', '212634.598000', '212634.600000', '212634.603000', '212634.605000', '212634.608000', '212634.611000', '212634.613000', '212654.504000', '212654.506000', '212654.509000', '212654.512000', '212654.514000', '212654.527000', '212654.531000', '212654.534000', '212654.537000', '212654.539000', '212654.542000', '212654.544000', '212654.547000', '212654.549000', '212654.552000', '212654.555000', '212654.557000', '212654.560000', '212654.562000', '212654.565000', '212654.567000', '212654.570000', '212654.573000', '212654.575000', '212654.578000', '212654.580000', '212654.583000', '212654.586000', '212654.588000', '212654.591000', '212654.593000', '212654.596000', '212654.599000', '212654.601000', '212654.604000', '212654.606000', '212654.609000', '212654.612000', '212654.614000', '212654.617000', '212654.619000', '212654.622000', '212654.624000', '212714.504000', '212714.507000', '212714.510000', '212714.513000', '212714.515000', '212714.518000', '212714.521000', '212714.523000', '212714.526000', '212714.528000', '212714.531000', '212714.534000', '212714.536000', '212714.539000', '212714.542000', '212714.544000', '212714.547000', '212714.549000', '212714.552000', '212714.555000', '212714.557000', '212714.560000', '212714.562000', '212714.565000', '212714.567000', '212714.570000', '212714.573000', '212714.575000', '212714.578000', '212714.580000', '212714.583000', '212714.586000', '212714.588000', '212714.591000', '212714.594000', '212714.596000', '212714.599000', '212714.601000', '212714.604000', '212714.607000', '212714.609000', '212714.612000', '212714.614000', '212714.617000', '212734.504000', '212734.507000', '212734.510000', '212734.513000', '212734.515000', '212734.524000', '212734.527000', '212734.530000', '212734.532000', '212734.535000', '212734.537000', '212734.540000', '212734.543000', '212734.545000', '212734.548000', '212734.550000', '212734.553000', '212734.556000', '212734.558000', '212734.561000', '212734.563000', '212734.566000', '212734.569000', '212734.571000', '212734.574000', '212734.576000', '212734.579000', '212734.581000', '212734.584000', '212734.586000', '212734.589000', '212734.592000', '212734.594000', '212734.597000', '212734.600000', '212734.602000', '212734.605000', '212734.607000', '212734.610000', '212734.612000', '212734.615000', '212734.618000', '212734.620000', '212754.505000', '212754.507000', '212754.510000', '212754.513000', '212754.516000', '212754.518000', '212754.521000', '212754.524000', '212754.526000', '212754.529000', '212754.531000', '212754.534000', '212754.537000', '212754.539000', '212754.542000', '212754.545000', '212754.547000', '212754.550000', '212754.552000', '212754.555000', '212754.558000', '212754.560000', '212754.563000', '212754.566000', '212754.568000', '212754.571000', '212754.574000', '212754.576000', '212754.579000', '212754.581000', '212754.584000', '212754.586000', '212754.589000', '212754.592000', '212754.594000', '212754.597000', '212754.600000', '212754.602000', '212754.605000', '212754.607000', '212754.610000', '212754.613000', '212754.623000', '212754.625000', '212814.503000', '212814.506000', '212814.509000', '212814.512000', '212814.514000', '212814.517000', '212814.520000', '212814.522000', '212814.525000', '212814.527000', '212814.530000', '212814.533000', '212814.535000', '212814.538000', '212814.541000', '212814.543000', '212814.546000', '212814.549000', '212814.551000', '212814.554000', '212814.557000', '212814.559000', '212814.562000', '212814.564000', '212814.567000', '212814.570000', '212814.573000', '212814.576000', '212814.578000', '212814.581000', '212814.594000', '212814.597000', '212814.600000', '212814.602000', '212814.605000', '212814.607000', '212814.610000', '212814.612000', '212814.615000', '212814.618000', '212814.620000', '212814.623000', '212814.626000', '212834.504000', '212834.507000', '212834.509000', '212834.512000', '212834.514000', '212834.517000', '212834.520000', '212834.523000', '212834.525000', '212834.528000', '212834.530000', '212834.533000', '212834.536000', '212834.538000', '212834.541000', '212834.544000', '212834.546000', '212834.549000', '212834.552000', '212834.554000', '212834.557000', '212834.560000', '212834.562000', '212834.565000', '212834.567000', '212834.570000', '212834.572000', '212834.575000', '212834.578000', '212834.580000', '212834.583000', '212834.585000', '212834.588000', '212834.591000', '212834.593000', '212834.596000', '212834.599000', '212834.601000', '212834.604000', '212834.606000', '212834.609000', '212834.611000', '212834.614000', '212834.617000', '212854.503000', '212854.506000', '212854.509000', '212854.512000', '212854.514000', '212854.517000', '212854.519000', '212854.522000', '212854.524000', '212854.527000', '212854.529000', '212854.532000', '212854.535000', '212854.537000', '212854.540000', '212854.543000', '212854.545000', '212854.548000', '212854.550000', '212854.553000', '212854.555000', '212854.558000', '212854.560000', '212854.563000', '212854.566000', '212854.569000', '212854.572000', '212854.575000', '212854.578000', '212854.580000', '212854.583000', '212854.585000', '212854.588000', '212854.590000', '212854.593000', '212854.595000', '212854.598000', '212854.601000', '212854.603000', '212854.606000', '212854.608000', '212854.611000', '212854.613000', '212914.503000', '212914.506000', '212914.509000', '212914.512000', '212914.514000', '212914.517000', '212914.519000', '212914.522000', '212914.524000', '212914.527000', '212914.530000', '212914.532000', '212914.535000', '212914.537000', '212914.540000', '212914.543000', '212914.545000', '212914.548000', '212914.550000', '212914.553000', '212914.555000', '212914.558000', '212914.561000', '212914.563000', '212914.566000', '212914.568000', '212914.571000', '212914.573000', '212914.576000', '212914.579000', '212914.581000', '212914.584000', '212914.586000', '212914.589000', '212914.592000', '212914.594000', '212914.597000', '212914.599000', '212914.602000', '212914.605000', '212914.607000', '212914.610000', '212914.612000', '212914.615000', '212934.505000', '212934.508000', '212934.510000', '212934.513000', '212934.515000', '212934.518000', '212934.521000', '212934.523000', '212934.526000', '212934.528000', '212934.531000', '212934.533000', '212934.536000', '212934.539000', '212934.541000', '212934.544000', '212934.546000', '212934.549000', '212934.552000', '212934.554000', '212934.557000', '212934.560000', '212934.562000', '212934.565000', '212934.567000', '212934.570000', '212934.573000', '212934.575000', '212934.578000', '212934.581000', '212934.585000', '212934.588000', '212934.590000', '212934.593000', '212934.595000', '212934.598000', '212934.601000', '212934.603000', '212934.606000', '212934.609000', '212934.612000', '212934.615000', '212934.618000', '212954.505000', '212954.507000', '212954.510000', '212954.513000', '212954.515000', '212954.518000', '212954.521000', '212954.523000', '212954.526000', '212954.528000', '212954.531000', '212954.534000', '212954.536000', '212954.539000', '212954.542000', '212954.544000', '212954.547000', '212954.550000', '212954.552000', '212954.555000', '212954.557000', '212954.560000', '212954.563000', '212954.565000', '212954.568000', '212954.570000', '212954.573000', '212954.575000', '212954.578000', '212954.581000', '212954.583000', '212954.586000', '212954.589000', '212954.591000', '212954.594000', '212954.596000', '212954.599000', '212954.602000', '212954.604000', '212954.607000', '212954.610000', '212954.612000', '212954.615000', '212954.618000', '213014.505000', '213014.507000', '213014.510000', '213014.513000', '213014.515000', '213014.518000', '213014.520000', '213014.523000', '213014.525000', '213014.528000', '213014.530000', '213014.533000', '213014.536000', '213014.538000', '213014.541000', '213014.544000', '213014.546000', '213014.549000', '213014.552000', '213014.554000', '213014.557000', '213014.560000', '213014.562000', '213014.565000', '213014.567000', '213014.570000', '213014.573000', '213014.575000', '213014.578000', '213014.580000', '213014.583000', '213014.586000', '213014.588000', '213014.591000', '213014.593000', '213014.596000', '213014.598000', '213014.601000', '213014.603000', '213014.606000', '213014.609000', '213014.611000', '213014.614000', '213034.504000', '213034.506000', '213034.509000', '213034.512000', '213034.514000', '213034.517000', '213034.519000', '213034.522000', '213034.524000', '213034.527000', '213034.530000', '213034.532000', '213034.535000', '213034.538000', '213034.540000', '213034.543000', '213034.545000', '213034.548000', '213034.551000', '213034.553000', '213034.556000', '213034.558000', '213034.561000', '213034.564000', '213034.566000', '213034.569000', '213034.572000', '213034.574000', '213034.577000', '213034.579000', '213034.582000', '213034.585000', '213034.587000', '213034.590000', '213034.592000', '213034.595000', '213034.598000', '213034.600000', '213034.603000', '213034.606000', '213034.608000', '213034.611000', '213034.613000', '213034.616000', '213054.503000', '213054.506000', '213054.509000', '213054.512000', '213054.514000', '213054.517000', '213054.520000', '213054.522000', '213054.525000', '213054.528000', '213054.530000', '213054.533000', '213054.535000', '213054.538000', '213054.540000', '213054.543000', '213054.546000', '213054.548000', '213054.551000', '213054.553000', '213054.556000', '213054.558000', '213054.561000', '213054.564000', '213054.566000', '213054.569000', '213054.571000', '213054.574000', '213054.577000', '213054.579000', '213054.582000', '213054.584000', '213054.587000', '213054.589000', '213054.592000', '213054.594000', '213054.597000', '213054.601000', '213054.603000', '213054.606000', '213054.609000', '213054.611000', '213054.614000', '213114.504000', '213114.507000', '213114.509000', '213114.512000', '213114.514000', '213114.517000', '213114.519000', '213114.522000', '213114.525000', '213114.541000', '213114.544000', '213114.547000', '213114.549000', '213114.552000', '213114.554000', '213114.557000', '213114.560000', '213114.562000', '213114.565000', '213114.567000', '213114.570000', '213114.572000', '213114.575000', '213114.578000', '213114.580000', '213114.583000', '213114.585000', '213114.588000', '213114.591000', '213114.593000', '213114.596000', '213114.598000', '213114.601000', '213114.604000', '213114.606000', '213114.609000', '213114.612000', '213114.614000', '213114.617000', '213114.620000', '213114.622000', '213114.625000', '213114.627000', '213114.630000', '213134.504000', '213134.506000', '213134.509000', '213134.512000', '213134.514000', '213134.517000', '213134.519000', '213134.522000', '213134.525000', '213134.527000', '213134.530000', '213134.532000', '213134.535000', '213134.537000', '213134.540000', '213134.542000', '213134.545000', '213134.548000', '213134.550000', '213134.553000', '213134.555000', '213134.558000', '213134.561000', '213134.563000', '213134.566000', '213134.568000', '213134.571000', '213134.574000', '213134.576000', '213134.579000', '213134.581000', '213134.584000', '213134.587000', '213134.589000', '213134.592000', '213134.594000', '213134.597000', '213134.600000', '213134.602000', '213134.605000', '213134.607000', '213134.610000', '213134.612000', '213154.505000', '213154.508000', '213154.510000', '213154.513000', '213154.515000', '213154.518000', '213154.521000', '213154.523000', '213154.526000', '213154.529000', '213154.531000', '213154.534000', '213154.537000', '213154.540000', '213154.542000', '213154.545000', '213154.548000', '213154.550000', '213154.553000', '213154.555000', '213154.558000', '213154.561000', '213154.563000', '213154.566000', '213154.568000', '213154.571000', '213154.573000', '213154.576000', '213154.579000', '213154.581000', '213154.584000', '213154.587000', '213154.589000', '213154.592000', '213154.594000', '213154.597000', '213154.600000', '213154.602000', '213154.605000', '213154.607000', '213154.610000', '213154.612000', '213154.615000', '213154.618000', '213214.505000', '213214.508000', '213214.510000', '213214.513000', '213214.516000', '213214.518000', '213214.521000', '213214.523000', '213214.526000', '213214.529000', '213214.531000', '213214.534000', '213214.536000', '213214.539000', '213214.542000', '213214.544000', '213214.547000', '213214.549000', '213214.552000', '213214.554000', '213214.557000', '213214.560000', '213214.562000', '213214.565000', '213214.567000', '213214.570000', '213214.573000', '213214.575000', '213214.578000', '213214.580000', '213214.583000', '213214.585000', '213214.588000', '213214.591000', '213214.593000', '213214.596000', '213214.599000', '213214.601000', '213214.604000', '213214.607000', '213214.609000', '213214.612000', '213214.614000', '213234.505000', '213234.507000', '213234.510000', '213234.513000', '213234.515000', '213234.536000', '213234.539000', '213234.542000', '213234.544000', '213234.547000', '213234.549000', '213234.552000', '213234.555000', '213234.557000', '213234.560000', '213234.562000', '213234.565000', '213234.568000', '213234.570000', '213234.573000', '213234.576000', '213234.578000', '213234.581000', '213234.584000', '213234.586000', '213234.589000', '213234.591000', '213234.594000', '213234.597000', '213234.599000', '213234.602000', '213234.605000', '213234.607000', '213234.610000', '213234.613000', '213234.615000', '213234.618000', '213234.620000', '213234.623000', '213234.626000', '213234.628000', '213234.631000', '213234.633000', '213234.636000', '213252.825000', '213252.828000', '213252.831000', '213252.835000', '213252.838000', '213252.841000', '213252.844000', '213252.847000', '213252.850000', '213252.853000', '213252.856000', '213252.858000', '213252.862000', '213252.865000', '213252.868000', '213252.870000', '213252.873000', '213252.876000', '213252.879000', '213252.882000', '213252.885000', '213252.888000', '213252.891000', '213252.894000', '213252.897000', '213252.902000', '213252.905000', '213252.908000', '213252.911000', '213252.914000', '213252.918000', '213252.920000', '213252.924000', '213252.928000', '213252.930000', '213252.933000', '213252.937000', '213252.940000', '213252.943000', '213252.946000'], 'InstanceCreationTime': ['212414.537000', '212414.541000', '212414.543000', '212414.546000', '212414.548000', '212414.551000', '212414.553000', '212414.566000', '212414.568000', '212414.571000', '212414.573000', '212414.576000', '212414.579000', '212414.581000', '212414.584000', '212414.586000', '212414.589000', '212414.591000', '212414.594000', '212414.597000', '212414.599000', '212414.602000', '212414.604000', '212414.607000', '212414.609000', '212414.622000', '212414.624000', '212414.627000', '212414.629000', '212414.632000', '212434.503000', '212434.506000', '212434.509000', '212434.511000', '212434.520000', '212434.522000', '212434.525000', '212434.527000', '212434.530000', '212434.533000', '212434.535000', '212434.538000', '212434.540000', '212434.543000', '212434.545000', '212434.548000', '212434.550000', '212434.553000', '212434.556000', '212434.558000', '212434.561000', '212434.563000', '212434.566000', '212434.568000', '212434.574000', '212434.576000', '212434.579000', '212434.581000', '212434.584000', '212434.586000', '212434.589000', '212434.591000', '212434.594000', '212434.596000', '212434.599000', '212434.602000', '212434.604000', '212434.607000', '212434.609000', '212434.612000', '212434.614000', '212434.617000', '212434.619000', '212454.504000', '212454.507000', '212454.510000', '212454.512000', '212454.515000', '212454.517000', '212454.520000', '212454.522000', '212454.525000', '212454.527000', '212454.530000', '212454.533000', '212454.537000', '212454.540000', '212454.543000', '212454.545000', '212454.548000', '212454.550000', '212454.553000', '212454.555000', '212454.558000', '212454.560000', '212454.563000', '212454.566000', '212454.568000', '212454.571000', '212454.573000', '212454.576000', '212454.579000', '212454.588000', '212454.590000', '212454.593000', '212454.595000', '212454.598000', '212454.601000', '212454.603000', '212454.606000', '212454.608000', '212454.611000', '212454.613000', '212454.616000', '212454.619000', '212454.621000', '212454.624000', '212514.505000', '212514.507000', '212514.510000', '212514.513000', '212514.515000', '212514.518000', '212514.520000', '212514.523000', '212514.525000', '212514.556000', '212514.558000', '212514.570000', '212514.573000', '212514.575000', '212514.578000', '212514.580000', '212514.583000', '212514.586000', '212514.588000', '212514.591000', '212514.593000', '212514.596000', '212514.598000', '212514.601000', '212514.604000', '212514.606000', '212514.609000', '212514.611000', '212514.614000', '212514.616000', '212514.619000', '212514.622000', '212514.624000', '212514.627000', '212514.629000', '212514.632000', '212514.634000', '212514.637000', '212514.640000', '212514.642000', '212514.645000', '212514.647000', '212514.650000', '212534.505000', '212534.507000', '212534.510000', '212534.513000', '212534.515000', '212534.518000', '212534.520000', '212534.523000', '212534.526000', '212534.528000', '212534.531000', '212534.533000', '212534.536000', '212534.538000', '212534.541000', '212534.544000', '212534.547000', '212534.549000', '212534.552000', '212534.554000', '212534.557000', '212534.559000', '212534.562000', '212534.565000', '212534.567000', '212534.570000', '212534.573000', '212534.575000', '212534.578000', '212534.580000', '212534.583000', '212534.585000', '212534.588000', '212534.590000', '212534.593000', '212534.595000', '212534.598000', '212534.601000', '212534.603000', '212534.606000', '212534.608000', '212534.611000', '212534.614000', '212534.616000', '212554.503000', '212554.506000', '212554.509000', '212554.511000', '212554.514000', '212554.517000', '212554.519000', '212554.522000', '212554.525000', '212554.527000', '212554.530000', '212554.532000', '212554.535000', '212554.537000', '212554.540000', '212554.543000', '212554.545000', '212554.548000', '212554.550000', '212554.553000', '212554.555000', '212554.558000', '212554.561000', '212554.563000', '212554.574000', '212554.577000', '212554.579000', '212554.582000', '212554.585000', '212554.587000', '212554.590000', '212554.592000', '212554.595000', '212554.597000', '212554.600000', '212554.603000', '212554.605000', '212554.608000', '212554.611000', '212554.613000', '212554.616000', '212554.618000', '212554.621000', '212614.503000', '212614.506000', '212614.509000', '212614.511000', '212614.514000', '212614.517000', '212614.519000', '212614.522000', '212614.524000', '212614.527000', '212614.529000', '212614.532000', '212614.535000', '212614.537000', '212614.540000', '212614.542000', '212614.545000', '212614.547000', '212614.550000', '212614.553000', '212614.555000', '212614.558000', '212614.561000', '212614.563000', '212614.566000', '212614.569000', '212614.571000', '212614.574000', '212614.576000', '212614.579000', '212614.581000', '212614.584000', '212614.586000', '212614.589000', '212614.592000', '212614.594000', '212614.597000', '212614.600000', '212614.602000', '212614.605000', '212614.607000', '212614.610000', '212614.612000', '212614.615000', '212634.504000', '212634.506000', '212634.509000', '212634.512000', '212634.514000', '212634.517000', '212634.519000', '212634.522000', '212634.525000', '212634.527000', '212634.530000', '212634.532000', '212634.535000', '212634.538000', '212634.540000', '212634.543000', '212634.545000', '212634.548000', '212634.551000', '212634.553000', '212634.556000', '212634.559000', '212634.561000', '212634.564000', '212634.566000', '212634.569000', '212634.571000', '212634.574000', '212634.577000', '212634.579000', '212634.582000', '212634.585000', '212634.587000', '212634.590000', '212634.592000', '212634.595000', '212634.598000', '212634.600000', '212634.603000', '212634.605000', '212634.608000', '212634.611000', '212634.613000', '212654.504000', '212654.506000', '212654.509000', '212654.512000', '212654.514000', '212654.527000', '212654.531000', '212654.534000', '212654.537000', '212654.539000', '212654.542000', '212654.544000', '212654.547000', '212654.549000', '212654.552000', '212654.555000', '212654.557000', '212654.560000', '212654.562000', '212654.565000', '212654.567000', '212654.570000', '212654.573000', '212654.575000', '212654.578000', '212654.580000', '212654.583000', '212654.586000', '212654.588000', '212654.591000', '212654.593000', '212654.596000', '212654.599000', '212654.601000', '212654.604000', '212654.606000', '212654.609000', '212654.612000', '212654.614000', '212654.617000', '212654.619000', '212654.622000', '212654.624000', '212714.504000', '212714.507000', '212714.510000', '212714.513000', '212714.515000', '212714.518000', '212714.521000', '212714.523000', '212714.526000', '212714.528000', '212714.531000', '212714.534000', '212714.536000', '212714.539000', '212714.542000', '212714.544000', '212714.547000', '212714.549000', '212714.552000', '212714.555000', '212714.557000', '212714.560000', '212714.562000', '212714.565000', '212714.567000', '212714.570000', '212714.573000', '212714.575000', '212714.578000', '212714.580000', '212714.583000', '212714.586000', '212714.588000', '212714.591000', '212714.594000', '212714.596000', '212714.599000', '212714.601000', '212714.604000', '212714.607000', '212714.609000', '212714.612000', '212714.614000', '212714.617000', '212734.504000', '212734.507000', '212734.510000', '212734.513000', '212734.515000', '212734.524000', '212734.527000', '212734.530000', '212734.532000', '212734.535000', '212734.537000', '212734.540000', '212734.543000', '212734.545000', '212734.548000', '212734.550000', '212734.553000', '212734.556000', '212734.558000', '212734.561000', '212734.563000', '212734.566000', '212734.569000', '212734.571000', '212734.574000', '212734.576000', '212734.579000', '212734.581000', '212734.584000', '212734.586000', '212734.589000', '212734.592000', '212734.594000', '212734.597000', '212734.600000', '212734.602000', '212734.605000', '212734.607000', '212734.610000', '212734.612000', '212734.615000', '212734.618000', '212734.620000', '212754.505000', '212754.507000', '212754.510000', '212754.513000', '212754.516000', '212754.518000', '212754.521000', '212754.524000', '212754.526000', '212754.529000', '212754.531000', '212754.534000', '212754.537000', '212754.539000', '212754.542000', '212754.545000', '212754.547000', '212754.550000', '212754.552000', '212754.555000', '212754.558000', '212754.560000', '212754.563000', '212754.566000', '212754.568000', '212754.571000', '212754.574000', '212754.576000', '212754.579000', '212754.581000', '212754.584000', '212754.586000', '212754.589000', '212754.592000', '212754.594000', '212754.597000', '212754.600000', '212754.602000', '212754.605000', '212754.607000', '212754.610000', '212754.613000', '212754.623000', '212754.625000', '212814.503000', '212814.506000', '212814.509000', '212814.512000', '212814.514000', '212814.517000', '212814.520000', '212814.522000', '212814.525000', '212814.527000', '212814.530000', '212814.533000', '212814.535000', '212814.538000', '212814.541000', '212814.543000', '212814.546000', '212814.549000', '212814.551000', '212814.554000', '212814.557000', '212814.559000', '212814.562000', '212814.564000', '212814.567000', '212814.570000', '212814.573000', '212814.576000', '212814.578000', '212814.581000', '212814.594000', '212814.597000', '212814.600000', '212814.602000', '212814.605000', '212814.607000', '212814.610000', '212814.612000', '212814.615000', '212814.618000', '212814.620000', '212814.623000', '212814.626000', '212834.504000', '212834.507000', '212834.509000', '212834.512000', '212834.514000', '212834.517000', '212834.520000', '212834.523000', '212834.525000', '212834.528000', '212834.530000', '212834.533000', '212834.536000', '212834.538000', '212834.541000', '212834.544000', '212834.546000', '212834.549000', '212834.552000', '212834.554000', '212834.557000', '212834.560000', '212834.562000', '212834.565000', '212834.567000', '212834.570000', '212834.572000', '212834.575000', '212834.578000', '212834.580000', '212834.583000', '212834.585000', '212834.588000', '212834.591000', '212834.593000', '212834.596000', '212834.599000', '212834.601000', '212834.604000', '212834.606000', '212834.609000', '212834.611000', '212834.614000', '212834.617000', '212854.503000', '212854.506000', '212854.509000', '212854.512000', '212854.514000', '212854.517000', '212854.519000', '212854.522000', '212854.524000', '212854.527000', '212854.529000', '212854.532000', '212854.535000', '212854.537000', '212854.540000', '212854.543000', '212854.545000', '212854.548000', '212854.550000', '212854.553000', '212854.555000', '212854.558000', '212854.560000', '212854.563000', '212854.566000', '212854.569000', '212854.572000', '212854.575000', '212854.578000', '212854.580000', '212854.583000', '212854.585000', '212854.588000', '212854.590000', '212854.593000', '212854.595000', '212854.598000', '212854.601000', '212854.603000', '212854.606000', '212854.608000', '212854.611000', '212854.613000', '212914.503000', '212914.506000', '212914.509000', '212914.512000', '212914.514000', '212914.517000', '212914.519000', '212914.522000', '212914.524000', '212914.527000', '212914.530000', '212914.532000', '212914.535000', '212914.537000', '212914.540000', '212914.543000', '212914.545000', '212914.548000', '212914.550000', '212914.553000', '212914.555000', '212914.558000', '212914.561000', '212914.563000', '212914.566000', '212914.568000', '212914.571000', '212914.573000', '212914.576000', '212914.579000', '212914.581000', '212914.584000', '212914.586000', '212914.589000', '212914.592000', '212914.594000', '212914.597000', '212914.599000', '212914.602000', '212914.605000', '212914.607000', '212914.610000', '212914.612000', '212914.615000', '212934.505000', '212934.508000', '212934.510000', '212934.513000', '212934.515000', '212934.518000', '212934.521000', '212934.523000', '212934.526000', '212934.528000', '212934.531000', '212934.533000', '212934.536000', '212934.539000', '212934.541000', '212934.544000', '212934.546000', '212934.549000', '212934.552000', '212934.554000', '212934.557000', '212934.560000', '212934.562000', '212934.565000', '212934.567000', '212934.570000', '212934.573000', '212934.575000', '212934.578000', '212934.581000', '212934.585000', '212934.588000', '212934.590000', '212934.593000', '212934.595000', '212934.598000', '212934.601000', '212934.603000', '212934.606000', '212934.609000', '212934.612000', '212934.615000', '212934.618000', '212954.505000', '212954.507000', '212954.510000', '212954.513000', '212954.515000', '212954.518000', '212954.521000', '212954.523000', '212954.526000', '212954.528000', '212954.531000', '212954.534000', '212954.536000', '212954.539000', '212954.542000', '212954.544000', '212954.547000', '212954.550000', '212954.552000', '212954.555000', '212954.557000', '212954.560000', '212954.563000', '212954.565000', '212954.568000', '212954.570000', '212954.573000', '212954.575000', '212954.578000', '212954.581000', '212954.583000', '212954.586000', '212954.589000', '212954.591000', '212954.594000', '212954.596000', '212954.599000', '212954.602000', '212954.604000', '212954.607000', '212954.610000', '212954.612000', '212954.615000', '212954.618000', '213014.505000', '213014.507000', '213014.510000', '213014.513000', '213014.515000', '213014.518000', '213014.520000', '213014.523000', '213014.525000', '213014.528000', '213014.530000', '213014.533000', '213014.536000', '213014.538000', '213014.541000', '213014.544000', '213014.546000', '213014.549000', '213014.552000', '213014.554000', '213014.557000', '213014.560000', '213014.562000', '213014.565000', '213014.567000', '213014.570000', '213014.573000', '213014.575000', '213014.578000', '213014.580000', '213014.583000', '213014.586000', '213014.588000', '213014.591000', '213014.593000', '213014.596000', '213014.598000', '213014.601000', '213014.603000', '213014.606000', '213014.609000', '213014.611000', '213014.614000', '213034.504000', '213034.506000', '213034.509000', '213034.512000', '213034.514000', '213034.517000', '213034.519000', '213034.522000', '213034.524000', '213034.527000', '213034.530000', '213034.532000', '213034.535000', '213034.538000', '213034.540000', '213034.543000', '213034.545000', '213034.548000', '213034.551000', '213034.553000', '213034.556000', '213034.558000', '213034.561000', '213034.564000', '213034.566000', '213034.569000', '213034.572000', '213034.574000', '213034.577000', '213034.579000', '213034.582000', '213034.585000', '213034.587000', '213034.590000', '213034.592000', '213034.595000', '213034.598000', '213034.600000', '213034.603000', '213034.606000', '213034.608000', '213034.611000', '213034.613000', '213034.616000', '213054.503000', '213054.506000', '213054.509000', '213054.512000', '213054.514000', '213054.517000', '213054.520000', '213054.522000', '213054.525000', '213054.528000', '213054.530000', '213054.533000', '213054.535000', '213054.538000', '213054.540000', '213054.543000', '213054.546000', '213054.548000', '213054.551000', '213054.553000', '213054.556000', '213054.558000', '213054.561000', '213054.564000', '213054.566000', '213054.569000', '213054.571000', '213054.574000', '213054.577000', '213054.579000', '213054.582000', '213054.584000', '213054.587000', '213054.589000', '213054.592000', '213054.594000', '213054.597000', '213054.601000', '213054.603000', '213054.606000', '213054.609000', '213054.611000', '213054.614000', '213114.504000', '213114.507000', '213114.509000', '213114.512000', '213114.514000', '213114.517000', '213114.519000', '213114.522000', '213114.525000', '213114.541000', '213114.544000', '213114.547000', '213114.549000', '213114.552000', '213114.554000', '213114.557000', '213114.560000', '213114.562000', '213114.565000', '213114.567000', '213114.570000', '213114.572000', '213114.575000', '213114.578000', '213114.580000', '213114.583000', '213114.585000', '213114.588000', '213114.591000', '213114.593000', '213114.596000', '213114.598000', '213114.601000', '213114.604000', '213114.606000', '213114.609000', '213114.612000', '213114.614000', '213114.617000', '213114.620000', '213114.622000', '213114.625000', '213114.627000', '213114.630000', '213134.504000', '213134.506000', '213134.509000', '213134.512000', '213134.514000', '213134.517000', '213134.519000', '213134.522000', '213134.525000', '213134.527000', '213134.530000', '213134.532000', '213134.535000', '213134.537000', '213134.540000', '213134.542000', '213134.545000', '213134.548000', '213134.550000', '213134.553000', '213134.555000', '213134.558000', '213134.561000', '213134.563000', '213134.566000', '213134.568000', '213134.571000', '213134.574000', '213134.576000', '213134.579000', '213134.581000', '213134.584000', '213134.587000', '213134.589000', '213134.592000', '213134.594000', '213134.597000', '213134.600000', '213134.602000', '213134.605000', '213134.607000', '213134.610000', '213134.612000', '213154.505000', '213154.508000', '213154.510000', '213154.513000', '213154.515000', '213154.518000', '213154.521000', '213154.523000', '213154.526000', '213154.529000', '213154.531000', '213154.534000', '213154.537000', '213154.540000', '213154.542000', '213154.545000', '213154.548000', '213154.550000', '213154.553000', '213154.555000', '213154.558000', '213154.561000', '213154.563000', '213154.566000', '213154.568000', '213154.571000', '213154.573000', '213154.576000', '213154.579000', '213154.581000', '213154.584000', '213154.587000', '213154.589000', '213154.592000', '213154.594000', '213154.597000', '213154.600000', '213154.602000', '213154.605000', '213154.607000', '213154.610000', '213154.612000', '213154.615000', '213154.618000', '213214.505000', '213214.508000', '213214.510000', '213214.513000', '213214.516000', '213214.518000', '213214.521000', '213214.523000', '213214.526000', '213214.529000', '213214.531000', '213214.534000', '213214.536000', '213214.539000', '213214.542000', '213214.544000', '213214.547000', '213214.549000', '213214.552000', '213214.554000', '213214.557000', '213214.560000', '213214.562000', '213214.565000', '213214.567000', '213214.570000', '213214.573000', '213214.575000', '213214.578000', '213214.580000', '213214.583000', '213214.585000', '213214.588000', '213214.591000', '213214.593000', '213214.596000', '213214.599000', '213214.601000', '213214.604000', '213214.607000', '213214.609000', '213214.612000', '213214.614000', '213234.505000', '213234.507000', '213234.510000', '213234.513000', '213234.515000', '213234.536000', '213234.539000', '213234.542000', '213234.544000', '213234.547000', '213234.549000', '213234.552000', '213234.555000', '213234.557000', '213234.560000', '213234.562000', '213234.565000', '213234.568000', '213234.570000', '213234.573000', '213234.576000', '213234.578000', '213234.581000', '213234.584000', '213234.586000', '213234.589000', '213234.591000', '213234.594000', '213234.597000', '213234.599000', '213234.602000', '213234.605000', '213234.607000', '213234.610000', '213234.613000', '213234.615000', '213234.618000', '213234.620000', '213234.623000', '213234.626000', '213234.628000', '213234.631000', '213234.633000', '213234.636000', '213252.825000', '213252.828000', '213252.831000', '213252.835000', '213252.838000', '213252.841000', '213252.844000', '213252.847000', '213252.850000', '213252.853000', '213252.856000', '213252.858000', '213252.862000', '213252.865000', '213252.868000', '213252.870000', '213252.873000', '213252.876000', '213252.879000', '213252.882000', '213252.885000', '213252.888000', '213252.891000', '213252.894000', '213252.897000', '213252.902000', '213252.905000', '213252.908000', '213252.911000', '213252.914000', '213252.918000', '213252.920000', '213252.924000', '213252.928000', '213252.930000', '213252.933000', '213252.937000', '213252.940000', '213252.943000', '213252.946000'], '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': [10783, 10316, 8970, 10288, 9290, 10834, 9134, 10106, 8798, 10236, 9074, 11130, 9150, 10783, 8185, 8579, 8237, 10124, 9207, 9314, 8753, 9570, 8935, 10852, 9528, 10448, 8159, 8848, 7366, 9637, 13680, 9553, 10033, 9216, 9780, 8973, 9849, 7605, 9282, 6937, 9784, 11791, 9407, 10517, 8763, 9111, 9045, 9229, 9379, 9679, 8664, 8612, 7571, 8658, 9075, 9714, 10224, 8992, 9776, 9482, 9666, 8085, 10097, 7769, 9413, 10439, 9741, 10118, 8694, 9703, 7545, 8901, 7235, 9175, 13059, 9797, 9337, 9460, 10020, 8924, 10385, 8019, 10389, 6933, 8909, 8648, 9252, 11697, 9959, 9042, 9194, 8591, 7754, 9222, 7699, 9715, 6957, 8911, 6990, 9109, 13189, 9545, 9475, 9254, 10988, 9489, 10906, 9819, 9219, 9402, 9775, 9104, 10268, 9740, 10294, 9688, 7612, 8755, 12305, 10250, 10183, 9349, 9969, 9267, 10876, 8374, 10305, 7278, 9126, 7100, 9430, 14132, 10438, 8522, 9603, 6793, 9000, 11607, 9928, 9390, 9789, 9994, 9192, 9963, 7850, 10178, 6807, 9150, 9424, 9082, 13258, 10115, 11279, 9404, 11068, 9320, 10121, 9666, 9974, 9456, 10173, 8697, 9182, 7575, 10032, 6897, 9482, 7593, 9493, 14139, 10189, 12192, 9622, 11378, 9581, 10768, 10114, 11730, 9880, 10477, 9355, 8973, 9087, 10465, 9387, 10076, 8664, 9203, 8175, 10247, 7091, 9461, 8509, 9667, 12270, 10761, 9437, 9527, 9628, 9169, 10278, 9355, 10228, 9308, 9585, 9014, 9711, 9244, 11244, 9838, 9976, 9086, 9379, 8036, 10519, 8263, 9814, 7539, 9229, 7773, 10307, 7049, 9633, 6925, 9811, 8676, 9619, 7543, 10630, 7296, 9021, 7421, 9376, 7368, 9124, 13236, 9639, 11053, 13871, 10279, 12155, 9006, 9958, 10274, 9692, 10983, 9236, 8757, 8663, 8943, 6807, 8880, 8576, 9049, 11904, 9274, 11130, 9719, 11379, 10291, 10663, 9554, 11161, 8065, 11383, 8611, 10643, 7481, 10062, 12501, 10262, 8389, 9630, 11969, 9332, 11787, 9936, 10978, 9538, 10026, 9339, 11147, 9995, 11198, 9661, 10250, 9361, 11500, 10252, 10384, 9592, 9961, 9380, 10646, 9388, 10272, 8169, 9602, 7617, 10101, 6808, 9351, 6905, 9105, 7105, 9993, 6981, 9291, 7159, 9085, 7723, 10784, 8988, 9702, 9362, 11788, 9883, 7727, 10035, 8408, 10393, 8994, 12763, 9364, 11312, 8620, 10362, 8964, 12002, 7886, 9999, 7649, 9081, 7984, 10265, 7084, 10020, 9619, 9538, 11024, 9885, 9510, 9596, 10091, 8801, 10815, 7680, 10557, 7222, 9546, 7559, 9606, 12791, 10039, 10827, 9723, 10188, 9575, 10466, 9917, 10040, 9742, 10340, 9388, 10856, 9137, 11964, 9672, 10878, 9716, 11318, 9944, 11880, 10252, 11900, 9622, 11766, 8253, 12119, 8815, 9370, 9257, 10103, 8629, 11830, 8206, 9827, 7524, 9520, 10874, 10333, 8410, 9521, 10704, 9415, 10359, 8841, 10299, 7749, 9037, 6925, 8862, 6840, 9124, 10435, 8908, 11227, 9203, 10563, 9427, 10691, 9155, 10722, 9243, 9320, 8807, 10939, 9218, 10977, 9050, 10047, 7989, 11503, 8334, 10644, 8472, 10126, 8821, 11946, 10224, 12340, 9961, 11924, 9729, 12900, 11172, 11434, 9480, 7453, 9756, 8776, 8130, 9853, 9322, 11361, 10252, 8098, 9933, 13328, 12389, 11016, 9707, 9860, 8273, 11574, 8011, 10522, 7565, 9061, 7326, 8542, 7083, 10653, 7178, 9236, 8523, 9325, 7899, 10526, 7186, 9514, 7025, 9374, 7465, 9743, 7568, 9365, 7425, 9787, 8267, 11662, 8973, 10267, 9103, 11998, 10439, 8364, 9905, 7815, 9629, 13423, 12430, 13291, 10485, 7840, 8986, 9602, 12319, 8006, 11188, 8167, 11626, 16045, 12594, 9341, 9833, 7116, 8036, 7157, 11361, 9495, 6931, 7958, 8533, 10196, 8628, 7172, 8869, 8904, 12512, 10060, 9211, 9922, 7131, 10558, 8443, 12299, 8660, 10442, 10074, 9313, 9579, 7126, 10313, 9029, 8253, 9191, 7057, 9280, 9092, 11090, 10322, 7572, 10241, 10210, 7321, 8685, 7908, 10208, 9139, 7267, 8663, 7153, 9773, 8454, 11108, 8956, 11571, 9950, 13145, 10067, 12749, 10316, 7231, 9384, 7356, 8707, 7088, 9041, 7488, 8859, 7154, 7961, 7292, 8634, 7680, 8115, 7692, 7795, 7247, 8835, 7070, 8391, 7753, 8505, 11324, 8908, 9818, 9044, 8681, 8974, 9258, 8715, 9917, 8426, 8856, 8219, 6824, 8954, 7173, 8659, 8524, 10550, 7418, 9103, 13401, 9536, 12266, 10422, 10847, 9391, 9756, 8964, 10695, 9271, 10108, 9021, 9927, 9006, 11173, 9546, 10522, 8768, 9065, 7994, 9501, 7446, 9991, 7131, 8956, 7419, 9392, 8764, 9904, 9054, 9250, 8478, 12072, 10545, 11267, 8697, 9178, 7879, 10188, 7624, 9143, 7627, 9728, 8311, 9783, 7843, 8392, 9711, 7753, 11259, 9306, 7850, 9705, 11173, 10121, 12801, 10500, 10974, 8149, 9185, 7573, 10433, 7372, 9112, 7274, 8740, 7400, 9422, 7293, 8709, 8212, 7054, 7840, 7887, 9209, 8300, 10078, 8120, 10039, 12317, 9504, 10207, 9022, 11339, 8451, 12222, 9431, 10691, 8852, 10247, 8681, 11338, 8885, 11630, 9000, 7394, 9380, 8593, 7100, 8246, 9896, 8348, 9619, 9081, 9267, 8253, 8564, 10766, 8475, 12117, 8574, 12627, 8558, 12311, 13804, 10297, 12652, 9258, 12843, 9922, 8777, 8930, 7607, 7923, 7456, 9444, 7473, 8843, 7372, 8656, 7295, 8123, 7259, 8304, 8033, 7799, 7917, 6978, 8231, 7188, 8925, 7354, 8935, 8033, 9994, 7164, 9005, 7320, 10046, 7765, 10162, 8298, 9673, 8580, 11849, 9929, 7706, 8528, 7215, 8920, 10569, 10753, 7245, 8800, 7956, 9360, 8571, 7468, 9150, 7669, 9532, 8711, 11417, 11942, 11739, 8958, 9258, 11944, 8594, 12679, 9490, 8663, 8872, 7650, 8391, 8085, 8929, 7288, 8828, 8378, 8964, 8119, 7462, 8867, 7600, 9181, 8577, 7825, 10815, 10058, 7356, 9458, 8800, 12465, 10797, 9595, 11399, 8997, 11775, 9091, 12486, 9226, 11182, 7736, 9683, 7343, 10099, 8191, 12311, 9193, 10103, 8740, 7565, 9881, 9627, 12713, 10404, 8120, 9855, 8031, 11158, 8665, 12061, 10708, 7395, 11081, 8554, 13532, 8738, 12227, 9367, 14317, 11986, 11709, 13895, 10296, 13003, 9465, 9538, 7912, 8533, 7528, 7368, 8703, 7028, 10476, 7806, 11073, 8440, 10420, 7167, 9391, 11357, 9083, 8451, 8520, 8991, 7527, 8763, 7130, 8399, 11139, 8519, 6895, 8707, 7050, 7743, 7124, 7635, 9539, 9317, 7411, 8688, 9402, 9613, 12185, 10093, 13134, 9809, 13016, 8232, 10839, 8152, 12832, 11025, 13345, 10435, 7574, 10290, 8200, 12326, 8217, 12433, 8988, 11776, 9546, 9926, 9940, 14196, 11136, 10258, 9446, 7479, 9355, 10958, 9905, 11019, 9487, 7511, 9608, 7554, 9079, 7943, 10432, 7730, 9632, 12700, 9542, 11963, 9553, 10243, 7641, 9769, 11458, 8766, 10833, 8493, 9909, 7439, 9003, 7739, 8625, 9641, 8395, 9076, 7243, 9056, 7312, 8669, 9492, 8622, 8998, 7829, 8498, 8213, 8730, 7239, 8753, 7783, 8468, 8043, 8465, 10975, 8875, 10479, 9033, 10099, 8483, 10214, 8105, 10313, 13798, 11554, 12980, 9768, 12398, 9186, 12087, 9524, 11165, 8976, 10704, 7844, 9924, 7989, 9917, 7643, 9160, 9969, 8826, 12603, 10584, 8671, 9102, 7483, 8760, 9556, 10406, 7372, 9887, 7744, 9466, 13722, 10205, 11797, 9041, 11253, 8570, 12110, 9442, 10896, 9136, 10783, 8421, 9362, 10157, 7551, 9980, 7832, 10273, 8330, 11669, 8123, 10269, 7800, 10217, 9750, 9905, 12123, 9776, 11269, 8766, 11229, 8646, 10292, 8330, 9282, 7557, 9914, 7398, 9530, 7682, 9122, 7440, 9966, 7822, 9326, 8100, 9512, 10334, 9355, 7460, 9121, 10046, 8822, 13007, 10052, 9416, 8729, 11994, 8872, 13048, 10881, 12481, 9070, 12873, 9556, 12485, 9228, 11576, 8346, 10291, 8286, 11075, 7797, 9718, 8016, 9196, 7198, 8601, 7234, 7242, 8737, 7105, 9183, 7577, 6821, 8774, 8760, 8779, 11436, 9461, 7920, 10404, 7320, 12019, 8931, 12768, 9934, 12156, 10650, 12036, 10634, 6889, 9402, 6694, 10583, 12400, 9942, 12432, 10735, 11856, 10313, 7113, 8961, 6949, 8036, 7504, 8795, 7117, 10293, 7746, 8973, 7914, 6871, 8220, 7902, 8792, 8320, 11805, 10769, 12386, 9060, 9413, 9441, 7255, 9132, 7097, 12431, 9517, 10788, 9365, 10297, 12375, 9924, 11396, 7155, 9881, 6920, 10230, 10502, 9813], 'WindowCenter': [4086.0, 4056.0, 4032.0, 4037.0, 4028.0, 4038.0, 4017.0, 4025.0, 4006.0, 4023.0, 4015.0, 4050.0, 4028.0, 4036.0, 4004.0, 4002.0, 4005.0, 4023.0, 4016.0, 4012.0, 4014.0, 4012.0, 4016.0, 4037.0, 4026.0, 4024.0, 4003.0, 4011.0, 3982.0, 4014.0, 4042.0, 4014.0, 4011.0, 4014.0, 4012.0, 4003.0, 4014.0, 3981.0, 4002.0, 3968.0, 4013.0, 4031.0, 4002.0, 4023.0, 4003.0, 4001.0, 4014.0, 4013.0, 4014.0, 4014.0, 4002.0, 4000.0, 3992.0, 4016.0, 4012.0, 4015.0, 4023.0, 4016.0, 4023.0, 4025.0, 4024.0, 3994.0, 4026.0, 3990.0, 4016.0, 4022.0, 4026.0, 4025.0, 4003.0, 4014.0, 3992.0, 4015.0, 3992.0, 4027.0, 4045.0, 4023.0, 4012.0, 4013.0, 4012.0, 4013.0, 4024.0, 3992.0, 4024.0, 3978.0, 4004.0, 4001.0, 4013.0, 4032.0, 4014.0, 3999.0, 4013.0, 4001.0, 3992.0, 4014.0, 3991.0, 4026.0, 3982.0, 4013.0, 3982.0, 4016.0, 4045.0, 4016.0, 4012.0, 4016.0, 4023.0, 4026.0, 4033.0, 4025.0, 4010.0, 4015.0, 4014.0, 4015.0, 4023.0, 4015.0, 4023.0, 4026.0, 3991.0, 4017.0, 4047.0, 4026.0, 4022.0, 4014.0, 4013.0, 4023.0, 4036.0, 4002.0, 4024.0, 3980.0, 4011.0, 3979.0, 4013.0, 4043.0, 4024.0, 4000.0, 4012.0, 3968.0, 4014.0, 4034.0, 4024.0, 4011.0, 4024.0, 4021.0, 4014.0, 4025.0, 3993.0, 4025.0, 3971.0, 4013.0, 4011.0, 4013.0, 4041.0, 4020.0, 4031.0, 4014.0, 4019.0, 4013.0, 4024.0, 4011.0, 4009.0, 4012.0, 4022.0, 4001.0, 4014.0, 3990.0, 4024.0, 3982.0, 4026.0, 3991.0, 4023.0, 4056.0, 4025.0, 4031.0, 4012.0, 4029.0, 4014.0, 4021.0, 4022.0, 4031.0, 4023.0, 4019.0, 4011.0, 4010.0, 4012.0, 4022.0, 4025.0, 4022.0, 4015.0, 4015.0, 4003.0, 4025.0, 3981.0, 4026.0, 4002.0, 4022.0, 4032.0, 4025.0, 4011.0, 4012.0, 4009.0, 4011.0, 4023.0, 4012.0, 4021.0, 4015.0, 4011.0, 4012.0, 4014.0, 4014.0, 4033.0, 4025.0, 4021.0, 4013.0, 4014.0, 4003.0, 4024.0, 4000.0, 4025.0, 3991.0, 4014.0, 3991.0, 4024.0, 3981.0, 4014.0, 3980.0, 4012.0, 4000.0, 4013.0, 4006.0, 4039.0, 3993.0, 4029.0, 4007.0, 4039.0, 4006.0, 4030.0, 4058.0, 4029.0, 4038.0, 4045.0, 4025.0, 4030.0, 3999.0, 4013.0, 4010.0, 4011.0, 4008.0, 4000.0, 4001.0, 3988.0, 4001.0, 3968.0, 4001.0, 3999.0, 4012.0, 4031.0, 4013.0, 4022.0, 4012.0, 4020.0, 4012.0, 4024.0, 4009.0, 4021.0, 3978.0, 4034.0, 3988.0, 4011.0, 3963.0, 4009.0, 4018.0, 4010.0, 3976.0, 3999.0, 4016.0, 4001.0, 4020.0, 4011.0, 4008.0, 4000.0, 4010.0, 4011.0, 4019.0, 4010.0, 4020.0, 4000.0, 4010.0, 4000.0, 4018.0, 4011.0, 4008.0, 3998.0, 4011.0, 4000.0, 4021.0, 4002.0, 4010.0, 3990.0, 4013.0, 3979.0, 4012.0, 3971.0, 4001.0, 3979.0, 4002.0, 3970.0, 4025.0, 3981.0, 4013.0, 3981.0, 4012.0, 3992.0, 4037.0, 4014.0, 4011.0, 4014.0, 4045.0, 4027.0, 3997.0, 4026.0, 4002.0, 4026.0, 4003.0, 4046.0, 4001.0, 4023.0, 3991.0, 4013.0, 3989.0, 4021.0, 3978.0, 3999.0, 3977.0, 4001.0, 3988.0, 4011.0, 3966.0, 4011.0, 3997.0, 4010.0, 4020.0, 4012.0, 4008.0, 4012.0, 4012.0, 4000.0, 4022.0, 3980.0, 4022.0, 3978.0, 4013.0, 3978.0, 4013.0, 4041.0, 4012.0, 4019.0, 4014.0, 4009.0, 4025.0, 4024.0, 4023.0, 4011.0, 4015.0, 4022.0, 4013.0, 4036.0, 4014.0, 4034.0, 4014.0, 4020.0, 4012.0, 4032.0, 4026.0, 4036.0, 4026.0, 4033.0, 4012.0, 4032.0, 3992.0, 4033.0, 4000.0, 3999.0, 4012.0, 4022.0, 4002.0, 4034.0, 3990.0, 4011.0, 3981.0, 4012.0, 4023.0, 4013.0, 3988.0, 4010.0, 4007.0, 4001.0, 4012.0, 4001.0, 4012.0, 3980.0, 4001.0, 3980.0, 4012.0, 3972.0, 4015.0, 4023.0, 4016.0, 4034.0, 4017.0, 4023.0, 4016.0, 4027.0, 4014.0, 4036.0, 4027.0, 4016.0, 4027.0, 4035.0, 4015.0, 4035.0, 4015.0, 4026.0, 4004.0, 4036.0, 4005.0, 4026.0, 4005.0, 4025.0, 4014.0, 4033.0, 4026.0, 4045.0, 4027.0, 4033.0, 4015.0, 4045.0, 4034.0, 4023.0, 4012.0, 3981.0, 4002.0, 4003.0, 3992.0, 4025.0, 4014.0, 4036.0, 4026.0, 3992.0, 4025.0, 4034.0, 4033.0, 4011.0, 3998.0, 3987.0, 3980.0, 4022.0, 3967.0, 3999.0, 3964.0, 3975.0, 3965.0, 3988.0, 3967.0, 4009.0, 3967.0, 3997.0, 3989.0, 4001.0, 3991.0, 4024.0, 3969.0, 4002.0, 3970.0, 4002.0, 3980.0, 4013.0, 3984.0, 4014.0, 3995.0, 4027.0, 4006.0, 4038.0, 4016.0, 4025.0, 4018.0, 4038.0, 4041.0, 4007.0, 4027.0, 3994.0, 4030.0, 4058.0, 4051.0, 4046.0, 4025.0, 3993.0, 4016.0, 4024.0, 4047.0, 3994.0, 4036.0, 3992.0, 4035.0, 4055.0, 4035.0, 3990.0, 4027.0, 3995.0, 4022.0, 4011.0, 4077.0, 4060.0, 4013.0, 4021.0, 4018.0, 4040.0, 4032.0, 3996.0, 4015.0, 4015.0, 4032.0, 4012.0, 3997.0, 3999.0, 3955.0, 3997.0, 3977.0, 4019.0, 3976.0, 3996.0, 3996.0, 3984.0, 3996.0, 3965.0, 3996.0, 3986.0, 3975.0, 3997.0, 3978.0, 3999.0, 3970.0, 4005.0, 3997.0, 3949.0, 3980.0, 3994.0, 3965.0, 3986.0, 3990.0, 4010.0, 4015.0, 3996.0, 4006.0, 3984.0, 4015.0, 3994.0, 4023.0, 4003.0, 4010.0, 3988.0, 4006.0, 3986.0, 4005.0, 3985.0, 3940.0, 3974.0, 3951.0, 3974.0, 3941.0, 3972.0, 3950.0, 3971.0, 3952.0, 3975.0, 3964.0, 3985.0, 3977.0, 3975.0, 3979.0, 3979.0, 3979.0, 4015.0, 3982.0, 4003.0, 3980.0, 4003.0, 4022.0, 4004.0, 4012.0, 4002.0, 4003.0, 4015.0, 4012.0, 4005.0, 4024.0, 4006.0, 4015.0, 4018.0, 3998.0, 4032.0, 3996.0, 4020.0, 4017.0, 4037.0, 3980.0, 4017.0, 4045.0, 4016.0, 4033.0, 4013.0, 4007.0, 3999.0, 3999.0, 4002.0, 4010.0, 4002.0, 4009.0, 4003.0, 4011.0, 4014.0, 4024.0, 4014.0, 4022.0, 4001.0, 4002.0, 3991.0, 4011.0, 3982.0, 4014.0, 3970.0, 4002.0, 3981.0, 4011.0, 4003.0, 4012.0, 4014.0, 4011.0, 4004.0, 4035.0, 4024.0, 4022.0, 3990.0, 4001.0, 3991.0, 4013.0, 3994.0, 4003.0, 3980.0, 4014.0, 4005.0, 4025.0, 3993.0, 4004.0, 4015.0, 3993.0, 4034.0, 4017.0, 4005.0, 4026.0, 4024.0, 4023.0, 4034.0, 4011.0, 4009.0, 3967.0, 3989.0, 3966.0, 4010.0, 3965.0, 3987.0, 3964.0, 3989.0, 3970.0, 4002.0, 3966.0, 3987.0, 3991.0, 3980.0, 3994.0, 3994.0, 4014.0, 4006.0, 4016.0, 3992.0, 4015.0, 4021.0, 4002.0, 3998.0, 3990.0, 4008.0, 3987.0, 4019.0, 4000.0, 4008.0, 3987.0, 3998.0, 4000.0, 4022.0, 4003.0, 4020.0, 3989.0, 3968.0, 3999.0, 3989.0, 3980.0, 4017.0, 4024.0, 4004.0, 4013.0, 4000.0, 4002.0, 3990.0, 4002.0, 4021.0, 3990.0, 4020.0, 3977.0, 4019.0, 3963.0, 3994.0, 4003.0, 3972.0, 3990.0, 3958.0, 3987.0, 3969.0, 3945.0, 3957.0, 3935.0, 3947.0, 3949.0, 3983.0, 3949.0, 3971.0, 3951.0, 3972.0, 3951.0, 3963.0, 3953.0, 3974.0, 3977.0, 3977.0, 3989.0, 3969.0, 4001.0, 3980.0, 4002.0, 3980.0, 4001.0, 3980.0, 4013.0, 3970.0, 3990.0, 3966.0, 4000.0, 3980.0, 4011.0, 3990.0, 3998.0, 3988.0, 4020.0, 4000.0, 3976.0, 3989.0, 3964.0, 3988.0, 4006.0, 4022.0, 3965.0, 3984.0, 3977.0, 4011.0, 4017.0, 3980.0, 4015.0, 3996.0, 4012.0, 3992.0, 4022.0, 4021.0, 4020.0, 3987.0, 3987.0, 4017.0, 3986.0, 4015.0, 3985.0, 3973.0, 3987.0, 3953.0, 3976.0, 3975.0, 3986.0, 3969.0, 4000.0, 4004.0, 3997.0, 3976.0, 3981.0, 4015.0, 3996.0, 4028.0, 4036.0, 4025.0, 4052.0, 4043.0, 4014.0, 4033.0, 4032.0, 4058.0, 4040.0, 4028.0, 4037.0, 4005.0, 4033.0, 4003.0, 4033.0, 4001.0, 4014.0, 3968.0, 3988.0, 3956.0, 3998.0, 3976.0, 4018.0, 3988.0, 3997.0, 3988.0, 3979.0, 4011.0, 4027.0, 4058.0, 4034.0, 3992.0, 4023.0, 4005.0, 4035.0, 4006.0, 4045.0, 4025.0, 3981.0, 4035.0, 4005.0, 4058.0, 4002.0, 4019.0, 3972.0, 4003.0, 3967.0, 3978.0, 3989.0, 3968.0, 3987.0, 3956.0, 3957.0, 3937.0, 3948.0, 3933.0, 3924.0, 3958.0, 3942.0, 3995.0, 3969.0, 4008.0, 3978.0, 4008.0, 3944.0, 3986.0, 3995.0, 3977.0, 3964.0, 3975.0, 3974.0, 3966.0, 3987.0, 3957.0, 3990.0, 4021.0, 3990.0, 3970.0, 4002.0, 3972.0, 3993.0, 3987.0, 4009.0, 4027.0, 4020.0, 3985.0, 4008.0, 4015.0, 4018.0, 4036.0, 4030.0, 4066.0, 4029.0, 4048.0, 3992.0, 4012.0, 3981.0, 4035.0, 4026.0, 4045.0, 4024.0, 3982.0, 4024.0, 3992.0, 4046.0, 3994.0, 4047.0, 4033.0, 4065.0, 4016.0, 4015.0, 4012.0, 4042.0, 4023.0, 3999.0, 3998.0, 3968.0, 3999.0, 4020.0, 4010.0, 4009.0, 4000.0, 3968.0, 3999.0, 3978.0, 4001.0, 3979.0, 4011.0, 3977.0, 4000.0, 4029.0, 3998.0, 4019.0, 3999.0, 3997.0, 3964.0, 3997.0, 4005.0, 3975.0, 3997.0, 3976.0, 3998.0, 3965.0, 3987.0, 3965.0, 3989.0, 3996.0, 3988.0, 4001.0, 3968.0, 3999.0, 3978.0, 4002.0, 4011.0, 4002.0, 4002.0, 3992.0, 4004.0, 4003.0, 4005.0, 3993.0, 4017.0, 3994.0, 4007.0, 4006.0, 4018.0, 4036.0, 4029.0, 4037.0, 4017.0, 4026.0, 4016.0, 4026.0, 3993.0, 4027.0, 4046.0, 4037.0, 4043.0, 4014.0, 4032.0, 4002.0, 4032.0, 4001.0, 4022.0, 4000.0, 4009.0, 3979.0, 4013.0, 3990.0, 4011.0, 3979.0, 4000.0, 4009.0, 4000.0, 4032.0, 4036.0, 4000.0, 4002.0, 3979.0, 4015.0, 4013.0, 4024.0, 3981.0, 4012.0, 3979.0, 4013.0, 4042.0, 4012.0, 4030.0, 4000.0, 4023.0, 4002.0, 4031.0, 4012.0, 4037.0, 4013.0, 4022.0, 4005.0, 4014.0, 4025.0, 3994.0, 4039.0, 3996.0, 4023.0, 3992.0, 4033.0, 3980.0, 4009.0, 3978.0, 4013.0, 3998.0, 4011.0, 4018.0, 3999.0, 4010.0, 3989.0, 4020.0, 3987.0, 4006.0, 3977.0, 3997.0, 3978.0, 4009.0, 3978.0, 4010.0, 3980.0, 4012.0, 3981.0, 4014.0, 3991.0, 4012.0, 3992.0, 4024.0, 4022.0, 4012.0, 3980.0, 4013.0, 4022.0, 4011.0, 4044.0, 4026.0, 4012.0, 4003.0, 4044.0, 4014.0, 4044.0, 4037.0, 4043.0, 4002.0, 4031.0, 4012.0, 4032.0, 3999.0, 4017.0, 3976.0, 4009.0, 3977.0, 4020.0, 3976.0, 3997.0, 3977.0, 4025.0, 4011.0, 4033.0, 4036.0, 4010.0, 4030.0, 3997.0, 4029.0, 4006.0, 3984.0, 4017.0, 4002.0, 4015.0, 4033.0, 4015.0, 3993.0, 4012.0, 3980.0, 4033.0, 4000.0, 4033.0, 4012.0, 4019.0, 4010.0, 4018.0, 3998.0, 3953.0, 3983.0, 3942.0, 3994.0, 4002.0, 3984.0, 4002.0, 3992.0, 3992.0, 3982.0, 3950.0, 3971.0, 3952.0, 3962.0, 3967.0, 3987.0, 3965.0, 3997.0, 3978.0, 3987.0, 3990.0, 3968.0, 4002.0, 4016.0, 4016.0, 4019.0, 4046.0, 4038.0, 4047.0, 4015.0, 4013.0, 4024.0, 3990.0, 4010.0, 3981.0, 4042.0, 4027.0, 4038.0, 4000.0, 4013.0, 4031.0, 4000.0, 4020.0, 3957.0, 3998.0, 3955.0, 3997.0, 3995.0, 3984.0], 'WindowWidth': [9105.0, 9046.0, 9005.0, 9002.0, 8990.0, 9002.0, 8973.0, 8979.0, 8955.0, 8974.0, 8967.0, 9021.0, 8989.0, 8998.0, 8954.0, 8944.0, 8952.0, 8975.0, 8969.0, 8961.0, 8966.0, 8960.0, 8970.0, 8997.0, 8983.0, 8978.0, 8949.0, 8958.0, 8917.0, 8963.0, 8999.0, 8963.0, 8954.0, 8960.0, 8957.0, 8945.0, 8960.0, 8915.0, 8943.0, 8894.0, 8957.0, 8980.0, 8944.0, 8971.0, 8946.0, 8940.0, 8961.0, 8960.0, 8963.0, 8960.0, 8945.0, 8941.0, 8933.0, 8968.0, 8959.0, 8966.0, 8974.0, 8968.0, 8974.0, 8980.0, 8977.0, 8938.0, 8980.0, 8928.0, 8966.0, 8971.0, 8980.0, 8978.0, 8948.0, 8963.0, 8933.0, 8965.0, 8934.0, 8985.0, 9006.0, 8975.0, 8958.0, 8960.0, 8957.0, 8960.0, 8975.0, 8931.0, 8975.0, 8909.0, 8947.0, 8941.0, 8962.0, 8985.0, 8962.0, 8936.0, 8958.0, 8942.0, 8932.0, 8962.0, 8930.0, 8981.0, 8920.0, 8962.0, 8919.0, 8970.0, 9005.0, 8967.0, 8959.0, 8967.0, 8973.0, 8981.0, 8988.0, 8978.0, 8953.0, 8964.0, 8962.0, 8965.0, 8975.0, 8965.0, 8975.0, 8980.0, 8931.0, 8972.0, 9010.0, 8983.0, 8973.0, 8965.0, 8960.0, 8977.0, 8994.0, 8946.0, 8976.0, 8914.0, 8956.0, 8911.0, 8960.0, 9000.0, 8975.0, 8940.0, 8958.0, 8895.0, 8963.0, 8989.0, 8977.0, 8956.0, 8979.0, 8970.0, 8964.0, 8980.0, 8934.0, 8978.0, 8903.0, 8960.0, 8956.0, 8962.0, 8997.0, 8969.0, 8982.0, 8962.0, 8965.0, 8961.0, 8976.0, 8957.0, 8951.0, 8960.0, 8972.0, 8943.0, 8963.0, 8929.0, 8978.0, 8921.0, 8982.0, 8931.0, 8977.0, 9022.0, 8979.0, 8983.0, 8960.0, 8978.0, 8964.0, 8970.0, 8971.0, 8981.0, 8973.0, 8964.0, 8956.0, 8956.0, 8961.0, 8973.0, 8982.0, 8975.0, 8967.0, 8968.0, 8951.0, 8982.0, 8920.0, 8982.0, 8947.0, 8975.0, 8987.0, 8978.0, 8955.0, 8959.0, 8951.0, 8959.0, 8973.0, 8959.0, 8970.0, 8965.0, 8959.0, 8961.0, 8963.0, 8966.0, 8989.0, 8979.0, 8970.0, 8960.0, 8963.0, 8948.0, 8978.0, 8944.0, 8979.0, 8932.0, 8964.0, 8931.0, 8977.0, 8917.0, 8963.0, 8914.0, 8957.0, 8940.0, 8961.0, 8958.0, 9004.0, 8940.0, 8993.0, 8963.0, 9009.0, 8964.0, 8996.0, 9031.0, 8994.0, 9002.0, 9007.0, 8978.0, 8978.0, 8938.0, 8959.0, 8950.0, 8953.0, 8944.0, 8937.0, 8939.0, 8919.0, 8941.0, 8895.0, 8939.0, 8938.0, 8959.0, 8981.0, 8961.0, 8968.0, 8955.0, 8965.0, 8955.0, 8974.0, 8950.0, 8966.0, 8908.0, 8987.0, 8919.0, 8952.0, 8879.0, 8948.0, 8958.0, 8949.0, 8899.0, 8934.0, 8955.0, 8940.0, 8963.0, 8953.0, 8945.0, 8935.0, 8948.0, 8955.0, 8962.0, 8951.0, 8962.0, 8934.0, 8948.0, 8938.0, 8958.0, 8954.0, 8944.0, 8933.0, 8953.0, 8938.0, 8966.0, 8942.0, 8950.0, 8925.0, 8959.0, 8911.0, 8956.0, 8900.0, 8939.0, 8910.0, 8943.0, 8899.0, 8977.0, 8915.0, 8958.0, 8918.0, 8959.0, 8931.0, 8999.0, 8963.0, 8957.0, 8965.0, 9007.0, 8984.0, 8945.0, 8982.0, 8946.0, 8981.0, 8945.0, 9006.0, 8939.0, 8969.0, 8925.0, 8958.0, 8921.0, 8964.0, 8903.0, 8931.0, 8905.0, 8940.0, 8918.0, 8950.0, 8887.0, 8953.0, 8931.0, 8952.0, 8965.0, 8957.0, 8947.0, 8958.0, 8954.0, 8939.0, 8970.0, 8911.0, 8970.0, 8908.0, 8958.0, 8907.0, 8960.0, 8993.0, 8957.0, 8963.0, 8962.0, 8949.0, 8979.0, 8974.0, 8972.0, 8955.0, 8964.0, 8969.0, 8961.0, 8993.0, 8962.0, 8988.0, 8960.0, 8966.0, 8960.0, 8985.0, 8979.0, 8992.0, 8983.0, 8986.0, 8957.0, 8984.0, 8927.0, 8984.0, 8938.0, 8936.0, 8958.0, 8970.0, 8943.0, 8987.0, 8926.0, 8953.0, 8914.0, 8957.0, 8970.0, 8958.0, 8921.0, 8951.0, 8944.0, 8939.0, 8954.0, 8939.0, 8954.0, 8913.0, 8940.0, 8913.0, 8959.0, 8905.0, 8964.0, 8975.0, 8967.0, 8990.0, 8971.0, 8975.0, 8967.0, 8982.0, 8965.0, 8997.0, 8989.0, 8969.0, 8986.0, 8993.0, 8967.0, 8993.0, 8967.0, 8980.0, 8950.0, 8994.0, 8952.0, 8982.0, 8951.0, 8976.0, 8963.0, 8988.0, 8981.0, 9004.0, 8983.0, 8987.0, 8964.0, 9005.0, 8991.0, 8972.0, 8958.0, 8914.0, 8941.0, 8946.0, 8931.0, 8979.0, 8964.0, 8997.0, 8982.0, 8929.0, 8978.0, 8987.0, 8984.0, 8950.0, 8929.0, 8911.0, 8908.0, 8966.0, 8884.0, 8928.0, 8878.0, 8892.0, 8883.0, 8917.0, 8887.0, 8946.0, 8889.0, 8930.0, 8922.0, 8939.0, 8926.0, 8971.0, 8893.0, 8939.0, 8898.0, 8941.0, 8909.0, 8957.0, 8920.0, 8961.0, 8938.0, 8981.0, 8954.0, 9000.0, 8967.0, 8976.0, 8972.0, 8997.0, 9010.0, 8958.0, 8985.0, 8937.0, 8993.0, 9026.0, 9020.0, 9005.0, 8976.0, 8933.0, 8970.0, 8976.0, 9012.0, 8936.0, 8991.0, 8930.0, 8991.0, 9016.0, 8990.0, 8920.0, 8983.0, 8943.0, 8986.0, 8975.0, 9070.0, 9052.0, 8980.0, 8983.0, 8971.0, 9006.0, 8999.0, 8942.0, 8965.0, 8963.0, 8978.0, 8953.0, 8928.0, 8930.0, 8867.0, 8926.0, 8898.0, 8958.0, 8896.0, 8922.0, 8922.0, 8904.0, 8923.0, 8881.0, 8924.0, 8912.0, 8894.0, 8925.0, 8907.0, 8932.0, 8878.0, 8932.0, 8928.0, 8849.0, 8893.0, 8917.0, 8884.0, 8913.0, 8922.0, 8949.0, 8963.0, 8943.0, 8954.0, 8920.0, 8964.0, 8934.0, 8969.0, 8943.0, 8947.0, 8913.0, 8934.0, 8907.0, 8932.0, 8903.0, 8840.0, 8885.0, 8856.0, 8888.0, 8841.0, 8884.0, 8852.0, 8882.0, 8860.0, 8893.0, 8879.0, 8907.0, 8901.0, 8897.0, 8907.0, 8907.0, 8909.0, 8964.0, 8918.0, 8946.0, 8912.0, 8946.0, 8968.0, 8946.0, 8953.0, 8943.0, 8946.0, 8964.0, 8955.0, 8950.0, 8974.0, 8955.0, 8967.0, 8974.0, 8951.0, 9002.0, 8944.0, 8979.0, 8971.0, 8997.0, 8914.0, 8967.0, 9003.0, 8967.0, 8985.0, 8957.0, 8942.0, 8934.0, 8932.0, 8942.0, 8950.0, 8942.0, 8948.0, 8943.0, 8951.0, 8960.0, 8972.0, 8960.0, 8968.0, 8940.0, 8940.0, 8928.0, 8955.0, 8915.0, 8959.0, 8897.0, 8941.0, 8913.0, 8955.0, 8945.0, 8957.0, 8962.0, 8954.0, 8950.0, 8991.0, 8975.0, 8968.0, 8923.0, 8937.0, 8928.0, 8959.0, 8936.0, 8945.0, 8911.0, 8961.0, 8950.0, 8978.0, 8931.0, 8948.0, 8964.0, 8935.0, 8989.0, 8970.0, 8953.0, 8983.0, 8975.0, 8972.0, 8986.0, 8951.0, 8944.0, 8884.0, 8916.0, 8884.0, 8946.0, 8883.0, 8914.0, 8882.0, 8919.0, 8895.0, 8941.0, 8887.0, 8915.0, 8925.0, 8913.0, 8937.0, 8937.0, 8962.0, 8952.0, 8965.0, 8929.0, 8962.0, 8964.0, 8938.0, 8930.0, 8919.0, 8942.0, 8915.0, 8959.0, 8935.0, 8941.0, 8913.0, 8929.0, 8939.0, 8969.0, 8946.0, 8963.0, 8920.0, 8892.0, 8934.0, 8921.0, 8912.0, 8972.0, 8978.0, 8948.0, 8956.0, 8934.0, 8940.0, 8922.0, 8942.0, 8965.0, 8924.0, 8961.0, 8899.0, 8957.0, 8874.0, 8916.0, 8922.0, 8880.0, 8901.0, 8858.0, 8895.0, 8871.0, 8837.0, 8853.0, 8826.0, 8843.0, 8850.0, 8900.0, 8853.0, 8883.0, 8856.0, 8886.0, 8856.0, 8874.0, 8862.0, 8893.0, 8900.0, 8901.0, 8921.0, 8895.0, 8942.0, 8913.0, 8943.0, 8912.0, 8938.0, 8909.0, 8956.0, 8895.0, 8921.0, 8887.0, 8934.0, 8907.0, 8949.0, 8920.0, 8929.0, 8915.0, 8958.0, 8935.0, 8900.0, 8917.0, 8878.0, 8916.0, 8937.0, 8971.0, 8884.0, 8908.0, 8903.0, 8957.0, 8976.0, 8918.0, 8969.0, 8942.0, 8958.0, 8928.0, 8970.0, 8965.0, 8963.0, 8913.0, 8914.0, 8955.0, 8914.0, 8948.0, 8908.0, 8889.0, 8911.0, 8862.0, 8897.0, 8897.0, 8915.0, 8896.0, 8937.0, 8950.0, 8928.0, 8897.0, 8919.0, 8965.0, 8940.0, 8989.0, 9014.0, 8997.0, 9024.0, 9016.0, 8980.0, 9001.0, 8998.0, 9031.0, 9007.0, 8988.0, 8997.0, 8949.0, 8985.0, 8944.0, 8985.0, 8938.0, 8956.0, 8888.0, 8914.0, 8869.0, 8927.0, 8898.0, 8957.0, 8917.0, 8928.0, 8917.0, 8911.0, 8955.0, 8988.0, 9032.0, 8995.0, 8936.0, 8977.0, 8956.0, 8996.0, 8959.0, 9009.0, 8982.0, 8919.0, 8996.0, 8957.0, 9030.0, 8945.0, 8960.0, 8882.0, 8922.0, 8863.0, 8879.0, 8896.0, 8868.0, 8892.0, 8853.0, 8854.0, 8827.0, 8838.0, 8819.0, 8807.0, 8859.0, 8846.0, 8919.0, 8891.0, 8943.0, 8904.0, 8941.0, 8851.0, 8907.0, 8920.0, 8896.0, 8875.0, 8892.0, 8891.0, 8885.0, 8913.0, 8872.0, 8922.0, 8964.0, 8923.0, 8896.0, 8943.0, 8905.0, 8934.0, 8930.0, 8964.0, 8984.0, 8976.0, 8926.0, 8959.0, 8963.0, 8969.0, 8993.0, 8991.0, 9047.0, 8990.0, 9010.0, 8926.0, 8953.0, 8912.0, 8988.0, 8980.0, 9003.0, 8972.0, 8915.0, 8974.0, 8927.0, 9005.0, 8936.0, 9012.0, 9006.0, 9049.0, 8967.0, 8964.0, 8953.0, 8994.0, 8967.0, 8932.0, 8932.0, 8890.0, 8933.0, 8962.0, 8951.0, 8947.0, 8935.0, 8890.0, 8932.0, 8903.0, 8939.0, 8906.0, 8951.0, 8902.0, 8936.0, 8972.0, 8929.0, 8959.0, 8931.0, 8925.0, 8878.0, 8924.0, 8933.0, 8894.0, 8924.0, 8896.0, 8926.0, 8882.0, 8913.0, 8884.0, 8918.0, 8926.0, 8918.0, 8938.0, 8893.0, 8934.0, 8907.0, 8942.0, 8953.0, 8944.0, 8943.0, 8931.0, 8947.0, 8946.0, 8950.0, 8935.0, 8971.0, 8938.0, 8958.0, 8956.0, 8974.0, 8996.0, 8989.0, 8999.0, 8972.0, 8982.0, 8968.0, 8982.0, 8934.0, 8984.0, 9007.0, 8996.0, 8999.0, 8960.0, 8981.0, 8941.0, 8982.0, 8939.0, 8966.0, 8935.0, 8947.0, 8908.0, 8959.0, 8924.0, 8954.0, 8908.0, 8939.0, 8950.0, 8939.0, 8983.0, 8999.0, 8941.0, 8945.0, 8911.0, 8967.0, 8961.0, 8975.0, 8916.0, 8956.0, 8911.0, 8960.0, 8998.0, 8956.0, 8977.0, 8938.0, 8971.0, 8945.0, 8982.0, 8961.0, 8996.0, 8962.0, 8971.0, 8954.0, 8965.0, 8980.0, 8937.0, 9005.0, 8943.0, 8974.0, 8931.0, 8985.0, 8911.0, 8947.0, 8908.0, 8958.0, 8932.0, 8951.0, 8957.0, 8932.0, 8947.0, 8919.0, 8962.0, 8916.0, 8940.0, 8901.0, 8929.0, 8907.0, 8950.0, 8908.0, 8951.0, 8911.0, 8956.0, 8914.0, 8961.0, 8931.0, 8958.0, 8932.0, 8976.0, 8971.0, 8959.0, 8912.0, 8960.0, 8971.0, 8958.0, 9003.0, 8982.0, 8959.0, 8948.0, 9005.0, 8968.0, 9004.0, 8997.0, 9000.0, 8946.0, 8982.0, 8957.0, 8983.0, 8936.0, 8958.0, 8900.0, 8947.0, 8902.0, 8961.0, 8900.0, 8929.0, 8905.0, 8984.0, 8975.0, 9008.0, 9018.0, 8971.0, 8997.0, 8949.0, 8993.0, 8958.0, 8924.0, 8972.0, 8943.0, 8966.0, 8985.0, 8963.0, 8934.0, 8952.0, 8911.0, 8985.0, 8936.0, 8986.0, 8956.0, 8959.0, 8948.0, 8954.0, 8927.0, 8862.0, 8901.0, 8846.0, 8916.0, 8924.0, 8900.0, 8921.0, 8909.0, 8908.0, 8896.0, 8855.0, 8882.0, 8860.0, 8872.0, 8887.0, 8913.0, 8881.0, 8926.0, 8903.0, 8914.0, 8923.0, 8895.0, 8947.0, 8973.0, 8974.0, 8983.0, 9012.0, 9003.0, 9012.0, 8970.0, 8962.0, 8979.0, 8931.0, 8956.0, 8918.0, 9000.0, 8988.0, 8999.0, 8938.0, 8958.0, 8979.0, 8935.0, 8960.0, 8874.0, 8928.0, 8868.0, 8925.0, 8919.0, 8904.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.003794528138528139</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.05166685645021645</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.521464197417686</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2184141824090104</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0307786614818015</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5104</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4171.6377</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13259462445240386</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.584415584415584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3404900127330843</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.214868401738877</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.592646120004681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.213955516455694</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0145418</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02094273269176483</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.050778888165950775</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.39020162847283</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>12.6937</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1018</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.2924</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>294800.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>971.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.9876</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0873</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.6402</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3225.7217</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3347.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81744.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>762.3749</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.868794827954844</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> |