=== 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-0103 --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-0103",
"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-0103_ses-02_task-narratives_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0103_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0103_suffix-bold_task-narratives" 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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-02/func/sub-0103_ses-02_task-narratives_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>c9a38ae3d8c2f66e2897249d46a8110c</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:18:13.752500</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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-04_task-narratives_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.0817078</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a349a163-0526-487b-a355-85748495dd95||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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, 1156]</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], 'AcquisitionTime': ['211813.752500', '211814.212500', '211814.672500', '211815.132500', '211815.592500', '211816.052500', '211816.512500', '211816.972500', '211817.432500', '211817.892500', '211818.352500', '211818.812500', '211819.272500', '211819.732500', '211820.192500', '211820.652500', '211821.112500', '211821.572500', '211822.032500', '211822.492500', '211822.952500', '211823.412500', '211823.872500', '211824.332500', '211824.792500', '211825.252500', '211825.712500', '211826.172500', '211826.632500', '211827.092500', '211827.552500', '211828.012500', '211828.472500', '211828.932500', '211829.392500', '211829.852500', '211830.312500', '211830.772500', '211831.232500', '211831.692500', '211832.152500', '211832.612500', '211833.072500', '211833.532500', '211833.992500', '211834.452500', '211834.912500', '211835.372500', '211835.832500', '211836.292500', '211836.752500', '211837.212500', '211837.672500', '211838.132500', '211838.592500', '211839.052500', '211839.512500', '211839.972500', '211840.432500', '211840.892500', '211841.352500', '211841.812500', '211842.272500', '211842.732500', '211843.192500', '211843.652500', '211844.112500', '211844.572500', '211845.032500', '211845.492500', '211845.952500', '211846.412500', '211846.872500', '211847.332500', '211847.792500', '211848.252500', '211848.712500', '211849.172500', '211849.632500', '211850.092500', '211850.552500', '211851.012500', '211851.472500', '211851.932500', '211852.392500', '211852.852500', '211853.312500', '211853.772500', '211854.232500', '211854.692500', '211855.152500', '211855.612500', '211856.072500', '211856.532500', '211856.992500', '211857.452500', '211857.912500', '211858.372500', '211858.832500', '211859.292500', '211859.752500', '211900.212500', '211900.672500', '211901.132500', '211901.592500', '211902.052500', '211902.512500', '211902.972500', '211903.432500', '211903.892500', '211904.352500', '211904.812500', '211905.272500', '211905.732500', '211906.192500', '211906.652500', '211907.112500', '211907.572500', '211908.032500', '211908.492500', '211908.952500', '211909.412500', '211909.872500', '211910.332500', '211910.792500', '211911.252500', '211911.712500', '211912.172500', '211912.632500', '211913.092500', '211913.552500', '211914.012500', '211914.472500', '211914.932500', '211915.392500', '211915.852500', '211916.312500', '211916.772500', '211917.232500', '211917.692500', '211918.152500', '211918.612500', '211919.072500', '211919.532500', '211919.992500', '211920.452500', '211920.912500', '211921.372500', '211921.832500', '211922.292500', '211922.752500', '211923.212500', '211923.672500', '211924.132500', '211924.592500', '211925.052500', '211925.512500', '211925.972500', '211926.432500', '211926.892500', '211927.352500', '211927.812500', '211928.272500', '211928.732500', '211929.192500', '211929.652500', '211930.112500', '211930.572500', '211931.032500', '211931.492500', '211931.952500', '211932.412500', '211932.872500', '211933.332500', '211933.792500', '211934.252500', '211934.712500', '211935.172500', '211935.632500', '211936.092500', '211936.552500', '211937.012500', '211937.472500', '211937.932500', '211938.392500', '211938.852500', '211939.312500', '211939.772500', '211940.232500', '211940.692500', '211941.152500', '211941.612500', '211942.072500', '211942.532500', '211942.992500', '211943.452500', '211943.912500', '211944.372500', '211944.832500', '211945.292500', '211945.752500', '211946.212500', '211946.672500', '211947.132500', '211947.592500', '211948.052500', '211948.512500', '211948.972500', '211949.432500', '211949.892500', '211950.352500', '211950.812500', '211951.272500', '211951.732500', '211952.192500', '211952.652500', '211953.112500', '211953.572500', '211954.032500', '211954.492500', '211954.952500', '211955.412500', '211955.872500', '211956.332500', '211956.792500', '211957.252500', '211957.712500', '211958.172500', '211958.632500', '211959.092500', '211959.552500', '212000.012500', '212000.472500', '212000.932500', '212001.392500', '212001.852500', '212002.312500', '212002.772500', '212003.232500', '212003.692500', '212004.152500', '212004.612500', '212005.072500', '212005.532500', '212005.992500', '212006.452500', '212006.912500', '212007.372500', '212007.832500', '212008.292500', '212008.752500', '212009.212500', '212009.672500', '212010.132500', '212010.592500', '212011.052500', '212011.512500', '212011.972500', '212012.432500', '212012.892500', '212013.352500', '212013.812500', '212014.272500', '212014.732500', '212015.192500', '212015.652500', '212016.112500', '212016.572500', '212017.032500', '212017.492500', '212017.952500', '212018.412500', '212018.872500', '212019.332500', '212019.792500', '212020.252500', '212020.712500', '212021.172500', '212021.632500', '212022.092500', '212022.552500', '212023.012500', '212023.472500', '212023.932500', '212024.392500', '212024.852500', '212025.312500', '212025.772500', '212026.232500', '212026.692500', '212027.152500', '212027.612500', '212028.072500', '212028.532500', '212028.992500', '212029.452500', '212029.912500', '212030.372500', '212030.832500', '212031.292500', '212031.752500', '212032.212500', '212032.672500', '212033.132500', '212033.592500', '212034.052500', '212034.512500', '212034.972500', '212035.432500', '212035.892500', '212036.352500', '212036.812500', '212037.272500', '212037.732500', '212038.192500', '212038.652500', '212039.112500', '212039.572500', '212040.032500', '212040.492500', '212040.952500', '212041.412500', '212041.872500', '212042.332500', '212042.792500', '212043.252500', '212043.712500', '212044.172500', '212044.632500', '212045.092500', '212045.552500', '212046.012500', '212046.472500', '212046.932500', '212047.392500', '212047.852500', '212048.312500', '212048.772500', '212049.232500', '212049.692500', '212050.152500', '212050.612500', '212051.072500', '212051.532500', '212051.992500', '212052.452500', '212052.912500', '212053.372500', '212053.832500', '212054.292500', '212054.752500', '212055.212500', '212055.672500', '212056.132500', '212056.592500', '212057.052500', '212057.512500', '212057.972500', '212058.432500', '212058.892500', '212059.352500', '212059.812500', '212100.272500', '212100.732500', '212101.192500', '212101.652500', '212102.112500', '212102.572500', '212103.032500', '212103.492500', '212103.952500', '212104.412500', '212104.872500', '212105.332500', '212105.792500', '212106.252500', '212106.712500', '212107.172500', '212107.632500', '212108.092500', '212108.552500', '212109.012500', '212109.472500', '212109.932500', '212110.392500', '212110.852500', '212111.312500', '212111.772500', '212112.232500', '212112.692500', '212113.152500', '212113.612500', '212114.072500', '212114.532500', '212114.992500', '212115.452500', '212115.912500', '212116.372500', '212116.832500', '212117.292500', '212117.752500', '212118.212500', '212118.672500', '212119.132500', '212119.592500', '212120.052500', '212120.512500', '212120.972500', '212121.432500', '212121.892500', '212122.352500', '212122.812500', '212123.272500', '212123.732500', '212124.192500', '212124.652500', '212125.112500', '212125.572500', '212126.032500', '212126.492500', '212126.952500', '212127.412500', '212127.872500', '212128.332500', '212128.792500', '212129.252500', '212129.712500', '212130.172500', '212130.632500', '212131.092500', '212131.552500', '212132.012500', '212132.472500', '212132.932500', '212133.392500', '212133.852500', '212134.312500', '212134.772500', '212135.232500', '212135.692500', '212136.152500', '212136.612500', '212137.072500', '212137.532500', '212137.992500', '212138.452500', '212138.912500', '212139.372500', '212139.832500', '212140.292500', '212140.752500', '212141.212500', '212141.672500', '212142.132500', '212142.592500', '212143.052500', '212143.512500', '212143.972500', '212144.432500', '212144.892500', '212145.352500', '212145.812500', '212146.272500', '212146.732500', '212147.192500', '212147.652500', '212148.112500', '212148.572500', '212149.032500', '212149.492500', '212149.952500', '212150.412500', '212150.872500', '212151.332500', '212151.792500', '212152.252500', '212152.712500', '212153.172500', '212153.632500', '212154.092500', '212154.552500', '212155.012500', '212155.472500', '212155.932500', '212156.392500', '212156.852500', '212157.312500', '212157.772500', '212158.232500', '212158.692500', '212159.152500', '212159.612500', '212200.072500', '212200.532500', '212200.992500', '212201.452500', '212201.912500', '212202.372500', '212202.832500', '212203.292500', '212203.752500', '212204.212500', '212204.672500', '212205.132500', '212205.592500', '212206.052500', '212206.512500', '212206.972500', '212207.432500', '212207.892500', '212208.352500', '212208.812500', '212209.272500', '212209.732500', '212210.192500', '212210.652500', '212211.112500', '212211.572500', '212212.032500', '212212.492500', '212212.952500', '212213.412500', '212213.872500', '212214.332500', '212214.792500', '212215.252500', '212215.712500', '212216.172500', '212216.632500', '212217.092500', '212217.552500', '212218.012500', '212218.472500', '212218.932500', '212219.392500', '212219.852500', '212220.312500', '212220.772500', '212221.232500', '212221.692500', '212222.152500', '212222.612500', '212223.072500', '212223.532500', '212223.992500', '212224.452500', '212224.912500', '212225.372500', '212225.832500', '212226.292500', '212226.752500', '212227.212500', '212227.672500', '212228.132500', '212228.592500', '212229.052500', '212229.512500', '212229.972500', '212230.432500', '212230.892500', '212231.352500', '212231.812500', '212232.272500', '212232.732500', '212233.192500', '212233.652500', '212234.112500', '212234.572500', '212235.032500', '212235.492500', '212235.952500', '212236.412500', '212236.872500', '212237.332500', '212237.792500', '212238.252500', '212238.712500', '212239.172500', '212239.632500', '212240.092500', '212240.552500', '212241.012500', '212241.472500', '212241.932500', '212242.392500', '212242.852500', '212243.312500', '212243.772500', '212244.232500', '212244.692500', '212245.152500', '212245.612500', '212246.072500', '212246.532500', '212246.992500', '212247.452500', '212247.912500', '212248.372500', '212248.832500', '212249.292500', '212249.752500', '212250.212500', '212250.672500', '212251.132500', '212251.592500', '212252.052500', '212252.512500', '212252.972500', '212253.432500', '212253.892500', '212254.352500', '212254.812500', '212255.272500', '212255.732500', '212256.192500', '212256.652500', '212257.112500', '212257.572500', '212258.032500', '212258.492500', '212258.952500', '212259.412500', '212259.872500', '212300.332500', '212300.792500', '212301.252500', '212301.712500', '212302.172500', '212302.632500', '212303.092500', '212303.552500', '212304.012500', '212304.472500', '212304.932500', '212305.392500', '212305.852500', '212306.312500', '212306.772500', '212307.232500', '212307.692500', '212308.152500', '212308.612500', '212309.072500', '212309.532500', '212309.992500', '212310.452500', '212310.912500', '212311.372500', '212311.832500', '212312.292500', '212312.752500', '212313.212500', '212313.672500', '212314.132500', '212314.592500', '212315.052500', '212315.512500', '212315.972500', '212316.432500', '212316.892500', '212317.352500', '212317.812500', '212318.272500', '212318.732500', '212319.192500', '212319.652500', '212320.112500', '212320.572500', '212321.032500', '212321.492500', '212321.952500', '212322.412500', '212322.872500', '212323.332500', '212323.792500', '212324.252500', '212324.712500', '212325.172500', '212325.632500', '212326.092500', '212326.552500', '212327.012500', '212327.472500', '212327.932500', '212328.392500', '212328.852500', '212329.312500', '212329.772500', '212330.232500', '212330.692500', '212331.152500', '212331.612500', '212332.072500', '212332.532500', '212332.992500', '212333.452500', '212333.912500', '212334.372500', '212334.832500', '212335.292500', '212335.752500', '212336.212500', '212336.672500', '212337.132500', '212337.592500', '212338.052500', '212338.512500', '212338.972500', '212339.432500', '212339.892500', '212340.352500', '212340.812500', '212341.272500', '212341.732500', '212342.192500', '212342.652500', '212343.112500', '212343.572500', '212344.032500', '212344.492500', '212344.952500', '212345.412500', '212345.872500', '212346.332500', '212346.792500', '212347.252500', '212347.712500', '212348.172500', '212348.632500', '212349.092500', '212349.552500', '212350.012500', '212350.472500', '212350.932500', '212351.392500', '212351.852500', '212352.312500', '212352.772500', '212353.232500', '212353.692500', '212354.152500', '212354.612500', '212355.072500', '212355.532500', '212355.992500', '212356.452500', '212356.912500', '212357.372500', '212357.832500', '212358.292500', '212358.752500', '212359.212500', '212359.672500', '212400.132500', '212400.592500', '212401.052500', '212401.512500', '212401.972500', '212402.432500', '212402.892500', '212403.352500', '212403.812500', '212404.272500', '212404.732500', '212405.192500', '212405.652500', '212406.112500', '212406.572500', '212407.032500', '212407.492500', '212407.952500', '212408.412500', '212408.872500', '212409.332500', '212409.792500', '212410.252500', '212410.712500', '212411.172500', '212411.632500', '212412.092500', '212412.552500', '212413.012500', '212413.472500', '212413.932500', '212414.392500', '212414.852500', '212415.312500', '212415.772500', '212416.232500', '212416.692500', '212417.152500', '212417.612500', '212418.072500', '212418.532500', '212418.992500', '212419.452500', '212419.912500', '212420.372500', '212420.832500', '212421.292500', '212421.752500', '212422.212500', '212422.672500', '212423.132500', '212423.592500', '212424.052500', '212424.512500', '212424.972500', '212425.432500', '212425.892500', '212426.352500', '212426.812500', '212427.272500', '212427.732500', '212428.192500', '212428.652500', '212429.112500', '212429.572500', '212430.032500', '212430.492500', '212430.952500', '212431.412500', '212431.872500', '212432.332500', '212432.792500', '212433.252500', '212433.712500', '212434.172500', '212434.632500', '212435.092500', '212435.552500', '212436.012500', '212436.472500', '212436.932500', '212437.392500', '212437.852500', '212438.312500', '212438.772500', '212439.232500', '212439.692500', '212440.152500', '212440.612500', '212441.072500', '212441.532500', '212441.992500', '212442.452500', '212442.912500', '212443.372500', '212443.832500', '212444.292500', '212444.752500', '212445.212500', '212445.672500', '212446.132500', '212446.592500', '212447.052500', '212447.512500', '212447.972500', '212448.432500', '212448.892500', '212449.352500', '212449.812500', '212450.272500', '212450.732500', '212451.192500', '212451.652500', '212452.112500', '212452.572500', '212453.032500', '212453.492500', '212453.952500', '212454.412500', '212454.872500', '212455.332500', '212455.792500', '212456.252500', '212456.712500', '212457.172500', '212457.632500', '212458.092500', '212458.552500', '212459.012500', '212459.472500', '212459.932500', '212500.392500', '212500.852500', '212501.312500', '212501.772500', '212502.232500', '212502.692500', '212503.152500', '212503.612500', '212504.072500', '212504.532500', '212504.992500', '212505.452500', '212505.912500', '212506.372500', '212506.832500', '212507.292500', '212507.752500', '212508.212500', '212508.672500', '212509.132500', '212509.592500', '212510.052500', '212510.512500', '212510.972500', '212511.432500', '212511.892500', '212512.352500', '212512.812500', '212513.272500', '212513.732500', '212514.192500', '212514.652500', '212515.112500', '212515.572500', '212516.032500', '212516.492500', '212516.952500', '212517.412500', '212517.872500', '212518.332500', '212518.792500', '212519.252500', '212519.712500', '212520.172500', '212520.632500', '212521.092500', '212521.552500', '212522.012500', '212522.472500', '212522.932500', '212523.392500', '212523.852500', '212524.312500', '212524.772500', '212525.232500', '212525.692500', '212526.152500', '212526.612500', '212527.072500', '212527.532500', '212527.992500', '212528.452500', '212528.912500', '212529.372500', '212529.832500', '212530.292500', '212530.752500', '212531.212500', '212531.672500', '212532.132500', '212532.592500', '212533.052500', '212533.512500', '212533.972500', '212534.432500', '212534.892500', '212535.352500', '212535.812500', '212536.272500', '212536.732500', '212537.192500', '212537.652500', '212538.112500', '212538.572500', '212539.032500', '212539.492500', '212539.952500', '212540.412500', '212540.872500', '212541.332500', '212541.792500', '212542.252500', '212542.712500', '212543.172500', '212543.632500', '212544.092500', '212544.552500', '212545.012500', '212545.472500', '212545.932500', '212546.392500', '212546.852500', '212547.312500', '212547.772500', '212548.232500', '212548.692500', '212549.152500', '212549.612500', '212550.072500', '212550.532500', '212550.992500', '212551.452500', '212551.912500', '212552.372500', '212552.832500', '212553.292500', '212553.752500', '212554.212500', '212554.672500', '212555.132500', '212555.592500', '212556.052500', '212556.512500', '212556.972500', '212557.432500', '212557.892500', '212558.352500', '212558.812500', '212559.272500', '212559.732500', '212600.192500', '212600.652500', '212601.112500', '212601.572500', '212602.032500', '212602.492500', '212602.952500', '212603.412500', '212603.872500', '212604.332500', '212604.792500', '212605.252500', '212605.712500', '212606.172500', '212606.632500', '212607.092500', '212607.552500', '212608.012500', '212608.472500', '212608.932500', '212609.392500', '212609.852500', '212610.312500', '212610.772500', '212611.232500', '212611.692500', '212612.152500', '212612.612500', '212613.072500', '212613.532500', '212613.992500', '212614.452500', '212614.912500', '212615.372500', '212615.832500', '212616.292500', '212616.752500', '212617.212500', '212617.672500', '212618.132500', '212618.592500', '212619.052500', '212619.512500', '212619.972500', '212620.432500', '212620.892500', '212621.352500', '212621.812500', '212622.272500', '212622.732500', '212623.192500', '212623.652500', '212624.112500', '212624.572500', '212625.032500', '212625.492500', '212625.952500', '212626.412500', '212626.872500', '212627.332500', '212627.792500', '212628.252500', '212628.712500', '212629.172500', '212629.632500', '212630.092500', '212630.552500', '212631.012500', '212631.472500', '212631.932500', '212632.392500', '212632.852500', '212633.312500', '212633.772500', '212634.232500', '212634.692500', '212635.152500', '212635.612500', '212636.072500', '212636.532500', '212636.992500', '212637.452500', '212637.912500', '212638.372500', '212638.832500', '212639.292500', '212639.752500', '212640.212500', '212640.672500', '212641.132500', '212641.592500', '212642.052500', '212642.512500', '212642.972500', '212643.432500', '212643.892500', '212644.352500', '212644.812500', '212645.272500', '212645.732500', '212646.192500', '212646.652500', '212647.112500', '212647.572500', '212648.032500', '212648.492500', '212648.952500', '212649.412500', '212649.872500', '212650.332500', '212650.792500', '212651.252500', '212651.712500', '212652.172500', '212652.632500', '212653.092500', '212653.552500', '212654.012500', '212654.472500', '212654.932500', '212655.392500', '212655.852500', '212656.312500', '212656.772500', '212657.232500', '212657.692500', '212658.152500', '212658.612500', '212659.072500', '212659.532500', '212659.992500', '212700.452500', '212700.912500', '212701.372500', '212701.832500', '212702.292500', '212702.752500', '212703.212500', '212703.672500', '212704.132500', '212704.592500', '212705.052500'], 'ContentTime': ['211833.062000', '211833.065000', '211833.068000', '211833.071000', '211833.073000', '211833.076000', '211833.079000', '211833.082000', '211833.084000', '211833.087000', '211833.089000', '211833.100000', '211833.103000', '211833.106000', '211833.109000', '211833.112000', '211833.114000', '211833.117000', '211833.121000', '211833.123000', '211833.126000', '211833.128000', '211833.131000', '211833.134000', '211833.136000', '211833.139000', '211833.142000', '211833.145000', '211833.147000', '211833.150000', '211833.153000', '211833.156000', '211833.158000', '211833.161000', '211833.164000', '211833.167000', '211833.170000', '211833.172000', '211833.175000', '211853.029000', '211853.032000', '211853.035000', '211853.038000', '211853.040000', '211853.043000', '211853.045000', '211853.048000', '211853.050000', '211853.053000', '211853.056000', '211853.058000', '211853.061000', '211853.063000', '211853.066000', '211853.069000', '211853.082000', '211853.085000', '211853.088000', '211853.091000', '211853.093000', '211853.096000', '211853.098000', '211853.101000', '211853.104000', '211853.106000', '211853.109000', '211853.111000', '211853.114000', '211853.116000', '211853.119000', '211853.122000', '211853.124000', '211853.127000', '211853.129000', '211853.132000', '211853.134000', '211853.137000', '211853.140000', '211853.142000', '211853.145000', '211853.147000', '211853.150000', '211913.030000', '211913.033000', '211913.035000', '211913.038000', '211913.040000', '211913.043000', '211913.046000', '211913.048000', '211913.051000', '211913.053000', '211913.056000', '211913.059000', '211913.061000', '211913.064000', '211913.066000', '211913.069000', '211913.072000', '211913.074000', '211913.077000', '211913.080000', '211913.082000', '211913.085000', '211913.087000', '211913.090000', '211913.092000', '211913.095000', '211913.098000', '211913.100000', '211913.103000', '211913.105000', '211913.108000', '211913.111000', '211913.113000', '211913.116000', '211913.118000', '211913.121000', '211913.123000', '211913.126000', '211913.129000', '211913.131000', '211913.134000', '211913.136000', '211913.139000', '211913.142000', '211933.030000', '211933.034000', '211933.037000', '211933.039000', '211933.042000', '211933.045000', '211933.047000', '211933.050000', '211933.053000', '211933.055000', '211933.058000', '211933.060000', '211933.063000', '211933.066000', '211933.068000', '211933.071000', '211933.074000', '211933.076000', '211933.079000', '211933.081000', '211933.084000', '211933.087000', '211933.090000', '211933.093000', '211933.095000', '211933.098000', '211933.101000', '211933.103000', '211933.106000', '211933.109000', '211933.111000', '211933.114000', '211933.116000', '211933.119000', '211933.122000', '211933.124000', '211933.127000', '211933.130000', '211933.132000', '211933.135000', '211933.137000', '211933.140000', '211933.143000', '211953.030000', '211953.032000', '211953.035000', '211953.037000', '211953.040000', '211953.043000', '211953.045000', '211953.048000', '211953.051000', '211953.053000', '211953.056000', '211953.058000', '211953.061000', '211953.064000', '211953.066000', '211953.069000', '211953.076000', '211953.078000', '211953.081000', '211953.084000', '211953.087000', '211953.089000', '211953.092000', '211953.094000', '211953.097000', '211953.099000', '211953.102000', '211953.105000', '211953.107000', '211953.110000', '211953.113000', '211953.115000', '211953.118000', '211953.121000', '211953.123000', '211953.126000', '211953.128000', '211953.131000', '211953.133000', '211953.136000', '211953.139000', '211953.141000', '211953.144000', '211953.147000', '212013.029000', '212013.032000', '212013.035000', '212013.037000', '212013.040000', '212013.043000', '212013.045000', '212013.048000', '212013.051000', '212013.053000', '212013.056000', '212013.059000', '212013.061000', '212013.064000', '212013.067000', '212013.069000', '212013.072000', '212013.074000', '212013.077000', '212013.080000', '212013.082000', '212013.085000', '212013.087000', '212013.090000', '212013.093000', '212013.095000', '212013.098000', '212013.100000', '212013.103000', '212013.106000', '212013.108000', '212013.111000', '212013.114000', '212013.116000', '212013.119000', '212013.122000', '212013.124000', '212013.127000', '212013.129000', '212013.132000', '212013.135000', '212013.137000', '212013.140000', '212033.029000', '212033.032000', '212033.035000', '212033.038000', '212033.040000', '212033.043000', '212033.045000', '212033.048000', '212033.051000', '212033.053000', '212033.056000', '212033.058000', '212033.081000', '212033.084000', '212033.086000', '212033.089000', '212033.092000', '212033.094000', '212033.097000', '212033.100000', '212033.102000', '212033.105000', '212033.107000', '212033.110000', '212033.113000', '212033.115000', '212033.118000', '212033.120000', '212033.123000', '212033.126000', '212033.128000', '212033.131000', '212033.134000', '212033.136000', '212033.139000', '212033.141000', '212033.144000', '212033.146000', '212033.149000', '212033.152000', '212033.154000', '212033.157000', '212033.160000', '212033.162000', '212053.028000', '212053.031000', '212053.034000', '212053.037000', '212053.039000', '212053.042000', '212053.045000', '212053.047000', '212053.050000', '212053.052000', '212053.055000', '212053.057000', '212053.060000', '212053.063000', '212053.065000', '212053.068000', '212053.071000', '212053.073000', '212053.076000', '212053.079000', '212053.081000', '212053.084000', '212053.086000', '212053.089000', '212053.092000', '212053.095000', '212053.097000', '212053.100000', '212053.102000', '212053.105000', '212053.108000', '212053.110000', '212053.113000', '212053.115000', '212053.118000', '212053.121000', '212053.123000', '212053.127000', '212053.129000', '212053.132000', '212053.135000', '212053.141000', '212053.143000', '212113.029000', '212113.032000', '212113.035000', '212113.038000', '212113.041000', '212113.043000', '212113.046000', '212113.048000', '212113.051000', '212113.054000', '212113.056000', '212113.059000', '212113.061000', '212113.064000', '212113.067000', '212113.069000', '212113.072000', '212113.075000', '212113.077000', '212113.080000', '212113.082000', '212113.085000', '212113.088000', '212113.090000', '212113.093000', '212113.095000', '212113.098000', '212113.101000', '212113.103000', '212113.106000', '212113.109000', '212113.111000', '212113.114000', '212113.117000', '212113.119000', '212113.122000', '212113.124000', '212113.127000', '212113.130000', '212113.132000', '212113.135000', '212113.138000', '212113.140000', '212113.143000', '212133.029000', '212133.032000', '212133.035000', '212133.037000', '212133.040000', '212133.043000', '212133.045000', '212133.048000', '212133.051000', '212133.053000', '212133.056000', '212133.059000', '212133.061000', '212133.064000', '212133.066000', '212133.069000', '212133.072000', '212133.074000', '212133.077000', '212133.080000', '212133.082000', '212133.085000', '212133.088000', '212133.092000', '212133.095000', '212133.097000', '212133.100000', '212133.103000', '212133.105000', '212133.108000', '212133.111000', '212133.113000', '212133.116000', '212133.118000', '212133.121000', '212133.124000', '212133.126000', '212133.129000', '212133.132000', '212133.134000', '212133.137000', '212133.139000', '212133.142000', '212153.029000', '212153.032000', '212153.035000', '212153.038000', '212153.040000', '212153.043000', '212153.046000', '212153.048000', '212153.051000', '212153.054000', '212153.056000', '212153.059000', '212153.061000', '212153.064000', '212153.067000', '212153.069000', '212153.072000', '212153.075000', '212153.077000', '212153.080000', '212153.082000', '212153.085000', '212153.088000', '212153.090000', '212153.093000', '212153.096000', '212153.098000', '212153.101000', '212153.103000', '212153.106000', '212153.109000', '212153.111000', '212153.114000', '212153.116000', '212153.119000', '212153.122000', '212153.124000', '212153.127000', '212153.130000', '212153.132000', '212153.135000', '212153.137000', '212153.140000', '212153.143000', '212213.029000', '212213.032000', '212213.035000', '212213.038000', '212213.040000', '212213.043000', '212213.046000', '212213.048000', '212213.051000', '212213.054000', '212213.056000', '212213.059000', '212213.061000', '212213.064000', '212213.066000', '212213.069000', '212213.072000', '212213.074000', '212213.077000', '212213.080000', '212213.082000', '212213.085000', '212213.088000', '212213.090000', '212213.093000', '212213.096000', '212213.098000', '212213.101000', '212213.103000', '212213.106000', '212213.109000', '212213.112000', '212213.114000', '212213.117000', '212213.120000', '212213.122000', '212213.125000', '212213.127000', '212213.130000', '212213.133000', '212213.135000', '212213.138000', '212213.140000', '212233.029000', '212233.032000', '212233.035000', '212233.037000', '212233.040000', '212233.043000', '212233.046000', '212233.048000', '212233.051000', '212233.054000', '212233.056000', '212233.059000', '212233.062000', '212233.064000', '212233.067000', '212233.069000', '212233.072000', '212233.075000', '212233.077000', '212233.080000', '212233.083000', '212233.085000', '212233.088000', '212233.090000', '212233.093000', '212233.096000', '212233.098000', '212233.101000', '212233.104000', '212233.106000', '212233.109000', '212233.111000', '212233.114000', '212233.117000', '212233.119000', '212233.122000', '212233.125000', '212233.127000', '212233.130000', '212233.132000', '212233.135000', '212233.138000', '212233.140000', '212233.143000', '212253.029000', '212253.032000', '212253.035000', '212253.038000', '212253.040000', '212253.043000', '212253.046000', '212253.048000', '212253.051000', '212253.054000', '212253.056000', '212253.059000', '212253.061000', '212253.064000', '212253.067000', '212253.069000', '212253.072000', '212253.075000', '212253.078000', '212253.081000', '212253.085000', '212253.087000', '212253.090000', '212253.092000', '212253.095000', '212253.098000', '212253.100000', '212253.103000', '212253.106000', '212253.108000', '212253.111000', '212253.114000', '212253.116000', '212253.119000', '212253.122000', '212253.124000', '212253.127000', '212253.129000', '212253.132000', '212253.135000', '212253.137000', '212253.140000', '212253.143000', '212313.029000', '212313.031000', '212313.034000', '212313.037000', '212313.040000', '212313.042000', '212313.045000', '212313.048000', '212313.050000', '212313.053000', '212313.055000', '212313.058000', '212313.061000', '212313.063000', '212313.066000', '212313.068000', '212313.071000', '212313.074000', '212313.076000', '212313.079000', '212313.081000', '212313.084000', '212313.087000', '212313.089000', '212313.092000', '212313.094000', '212313.097000', '212313.100000', '212313.102000', '212313.105000', '212313.108000', '212313.110000', '212313.113000', '212313.115000', '212313.118000', '212313.121000', '212313.123000', '212313.126000', '212313.129000', '212313.131000', '212313.134000', '212313.136000', '212313.139000', '212313.142000', '212333.030000', '212333.033000', '212333.035000', '212333.038000', '212333.041000', '212333.050000', '212333.053000', '212333.056000', '212333.058000', '212333.061000', '212333.064000', '212333.066000', '212333.069000', '212333.072000', '212333.074000', '212333.077000', '212333.080000', '212333.082000', '212333.106000', '212333.108000', '212333.111000', '212333.114000', '212333.116000', '212333.119000', '212333.121000', '212333.124000', '212333.127000', '212333.129000', '212333.132000', '212333.135000', '212333.137000', '212333.140000', '212333.143000', '212333.146000', '212333.148000', '212333.151000', '212333.154000', '212333.156000', '212333.159000', '212333.161000', '212333.164000', '212333.167000', '212333.169000', '212353.029000', '212353.032000', '212353.035000', '212353.038000', '212353.040000', '212353.043000', '212353.046000', '212353.048000', '212353.051000', '212353.054000', '212353.056000', '212353.059000', '212353.062000', '212353.064000', '212353.067000', '212353.070000', '212353.072000', '212353.075000', '212353.078000', '212353.080000', '212353.083000', '212353.085000', '212353.088000', '212353.091000', '212353.093000', '212353.096000', '212353.099000', '212353.101000', '212353.104000', '212353.107000', '212353.109000', '212353.112000', '212353.114000', '212353.117000', '212353.120000', '212353.122000', '212353.125000', '212353.127000', '212353.130000', '212353.133000', '212353.135000', '212353.138000', '212353.141000', '212353.143000', '212413.030000', '212413.033000', '212413.035000', '212413.038000', '212413.041000', '212413.043000', '212413.046000', '212413.049000', '212413.051000', '212413.054000', '212413.056000', '212413.059000', '212413.062000', '212413.064000', '212413.067000', '212413.069000', '212413.072000', '212413.075000', '212413.077000', '212413.080000', '212413.084000', '212413.087000', '212413.090000', '212413.092000', '212413.095000', '212413.097000', '212413.100000', '212413.103000', '212413.105000', '212413.108000', '212413.111000', '212413.113000', '212413.116000', '212413.119000', '212413.121000', '212413.124000', '212413.127000', '212413.129000', '212413.132000', '212413.134000', '212413.137000', '212413.140000', '212413.142000', '212433.029000', '212433.033000', '212433.035000', '212433.038000', '212433.040000', '212433.043000', '212433.046000', '212433.048000', '212433.051000', '212433.054000', '212433.056000', '212433.059000', '212433.062000', '212433.064000', '212433.067000', '212433.070000', '212433.072000', '212433.075000', '212433.078000', '212433.080000', '212433.083000', '212433.085000', '212433.088000', '212433.091000', '212433.093000', '212433.096000', '212433.099000', '212433.101000', '212433.104000', '212433.107000', '212433.109000', '212433.112000', '212433.114000', '212433.117000', '212433.120000', '212433.122000', '212433.125000', '212433.128000', '212433.130000', '212433.133000', '212433.135000', '212433.138000', '212433.141000', '212433.143000', '212453.030000', '212453.033000', '212453.035000', '212453.038000', '212453.041000', '212453.043000', '212453.046000', '212453.049000', '212453.051000', '212453.054000', '212453.056000', '212453.059000', '212453.062000', '212453.064000', '212453.067000', '212453.070000', '212453.072000', '212453.075000', '212453.077000', '212453.080000', '212453.083000', '212453.086000', '212453.088000', '212453.091000', '212453.093000', '212453.096000', '212453.099000', '212453.101000', '212453.104000', '212453.127000', '212453.129000', '212453.132000', '212453.135000', '212453.137000', '212453.140000', '212453.143000', '212453.145000', '212453.148000', '212453.150000', '212453.153000', '212453.156000', '212453.158000', '212453.161000', '212513.030000', '212513.032000', '212513.035000', '212513.038000', '212513.040000', '212513.043000', '212513.045000', '212513.048000', '212513.051000', '212513.053000', '212513.056000', '212513.058000', '212513.061000', '212513.064000', '212513.066000', '212513.069000', '212513.072000', '212513.075000', '212513.077000', '212513.080000', '212513.082000', '212513.085000', '212513.088000', '212513.090000', '212513.093000', '212513.096000', '212513.098000', '212513.101000', '212513.103000', '212513.106000', '212513.109000', '212513.111000', '212513.114000', '212513.116000', '212513.119000', '212513.121000', '212513.124000', '212513.127000', '212513.129000', '212513.132000', '212513.135000', '212513.137000', '212513.140000', '212513.142000', '212533.029000', '212533.031000', '212533.034000', '212533.037000', '212533.039000', '212533.042000', '212533.045000', '212533.047000', '212533.050000', '212533.053000', '212533.055000', '212533.058000', '212533.061000', '212533.063000', '212533.066000', '212533.069000', '212533.071000', '212533.074000', '212533.076000', '212533.079000', '212533.082000', '212533.084000', '212533.087000', '212533.089000', '212533.092000', '212533.095000', '212533.097000', '212533.100000', '212533.103000', '212533.105000', '212533.108000', '212533.110000', '212533.113000', '212533.116000', '212533.118000', '212533.121000', '212533.124000', '212533.126000', '212533.129000', '212533.131000', '212533.134000', '212533.137000', '212533.139000', '212553.030000', '212553.032000', '212553.035000', '212553.038000', '212553.040000', '212553.043000', '212553.046000', '212553.049000', '212553.052000', '212553.054000', '212553.057000', '212553.060000', '212553.062000', '212553.065000', '212553.067000', '212553.070000', '212553.073000', '212553.075000', '212553.078000', '212553.081000', '212553.083000', '212553.086000', '212553.088000', '212553.091000', '212553.094000', '212553.096000', '212553.099000', '212553.102000', '212553.104000', '212553.107000', '212553.110000', '212553.112000', '212553.115000', '212553.118000', '212553.120000', '212553.123000', '212553.125000', '212553.128000', '212553.131000', '212553.133000', '212553.136000', '212553.139000', '212553.141000', '212553.144000', '212613.029000', '212613.032000', '212613.035000', '212613.038000', '212613.040000', '212613.043000', '212613.046000', '212613.048000', '212613.051000', '212613.054000', '212613.056000', '212613.059000', '212613.062000', '212613.064000', '212613.067000', '212613.069000', '212613.072000', '212613.075000', '212613.077000', '212613.080000', '212613.083000', '212613.086000', '212613.088000', '212613.091000', '212613.093000', '212613.096000', '212613.099000', '212613.101000', '212613.104000', '212613.107000', '212613.109000', '212613.112000', '212613.114000', '212613.117000', '212613.120000', '212613.122000', '212613.125000', '212613.128000', '212613.130000', '212613.133000', '212613.166000', '212613.169000', '212613.171000', '212633.030000', '212633.033000', '212633.035000', '212633.038000', '212633.041000', '212633.043000', '212633.046000', '212633.049000', '212633.052000', '212633.054000', '212633.057000', '212633.060000', '212633.062000', '212633.065000', '212633.068000', '212633.070000', '212633.073000', '212633.075000', '212633.078000', '212633.081000', '212633.083000', '212633.086000', '212633.088000', '212633.091000', '212633.094000', '212633.096000', '212633.099000', '212633.102000', '212633.104000', '212633.107000', '212633.110000', '212633.112000', '212633.115000', '212633.117000', '212633.120000', '212633.122000', '212633.125000', '212633.128000', '212633.130000', '212633.133000', '212633.136000', '212633.138000', '212633.141000', '212653.030000', '212653.033000', '212653.035000', '212653.038000', '212653.041000', '212653.044000', '212653.046000', '212653.049000', '212653.051000', '212653.054000', '212653.057000', '212653.059000', '212653.062000', '212653.065000', '212653.067000', '212653.070000', '212653.073000', '212653.075000', '212653.078000', '212653.081000', '212653.084000', '212653.086000', '212653.089000', '212653.092000', '212653.094000', '212653.097000', '212653.099000', '212653.102000', '212653.105000', '212653.108000', '212653.110000', '212653.113000', '212653.115000', '212653.118000', '212653.121000', '212653.123000', '212653.126000', '212653.129000', '212653.131000', '212653.134000', '212653.136000', '212653.139000', '212653.142000', '212653.144000', '212706.593000', '212706.596000', '212706.598000', '212706.601000', '212706.604000', '212706.607000', '212706.609000', '212706.612000', '212706.614000', '212706.617000', '212706.620000', '212706.622000', '212706.625000', '212706.628000', '212706.630000', '212706.633000', '212706.636000', '212706.638000', '212706.641000', '212706.643000', '212706.646000', '212706.649000', '212706.651000', '212706.654000', '212706.656000', '212706.659000', '212706.662000', '212706.664000', '212706.667000', '212706.670000'], 'InstanceCreationTime': ['211833.062000', '211833.065000', '211833.068000', '211833.071000', '211833.073000', '211833.076000', '211833.079000', '211833.082000', '211833.084000', '211833.087000', '211833.089000', '211833.100000', '211833.103000', '211833.106000', '211833.109000', '211833.112000', '211833.114000', '211833.117000', '211833.121000', '211833.123000', '211833.126000', '211833.128000', '211833.131000', '211833.134000', '211833.136000', '211833.139000', '211833.142000', '211833.145000', '211833.147000', '211833.150000', '211833.153000', '211833.156000', '211833.158000', '211833.161000', '211833.164000', '211833.167000', '211833.170000', '211833.172000', '211833.175000', '211853.029000', '211853.032000', '211853.035000', '211853.038000', '211853.040000', '211853.043000', '211853.045000', '211853.048000', '211853.050000', '211853.053000', '211853.056000', '211853.058000', '211853.061000', '211853.063000', '211853.066000', '211853.069000', '211853.082000', '211853.085000', '211853.088000', '211853.091000', '211853.093000', '211853.096000', '211853.098000', '211853.101000', '211853.104000', '211853.106000', '211853.109000', '211853.111000', '211853.114000', '211853.116000', '211853.119000', '211853.122000', '211853.124000', '211853.127000', '211853.129000', '211853.132000', '211853.134000', '211853.137000', '211853.140000', '211853.142000', '211853.145000', '211853.147000', '211853.150000', '211913.030000', '211913.033000', '211913.035000', '211913.038000', '211913.040000', '211913.043000', '211913.046000', '211913.048000', '211913.051000', '211913.053000', '211913.056000', '211913.059000', '211913.061000', '211913.064000', '211913.066000', '211913.069000', '211913.072000', '211913.074000', '211913.077000', '211913.080000', '211913.082000', '211913.085000', '211913.087000', '211913.090000', '211913.092000', '211913.095000', '211913.098000', '211913.100000', '211913.103000', '211913.105000', '211913.108000', '211913.111000', '211913.113000', '211913.116000', '211913.118000', '211913.121000', '211913.123000', '211913.126000', '211913.129000', '211913.131000', '211913.134000', '211913.136000', '211913.139000', '211913.142000', '211933.030000', '211933.034000', '211933.037000', '211933.039000', '211933.042000', '211933.045000', '211933.047000', '211933.050000', '211933.053000', '211933.055000', '211933.058000', '211933.060000', '211933.063000', '211933.066000', '211933.068000', '211933.071000', '211933.074000', '211933.076000', '211933.079000', '211933.081000', '211933.084000', '211933.087000', '211933.090000', '211933.093000', '211933.095000', '211933.098000', '211933.101000', '211933.103000', '211933.106000', '211933.109000', '211933.111000', '211933.114000', '211933.116000', '211933.119000', '211933.122000', '211933.124000', '211933.127000', '211933.130000', '211933.132000', '211933.135000', '211933.137000', '211933.140000', '211933.143000', '211953.030000', '211953.032000', '211953.035000', '211953.037000', '211953.040000', '211953.043000', '211953.045000', '211953.048000', '211953.051000', '211953.053000', '211953.056000', '211953.058000', '211953.061000', '211953.064000', '211953.066000', '211953.069000', '211953.076000', '211953.078000', '211953.081000', '211953.084000', '211953.087000', '211953.089000', '211953.092000', '211953.094000', '211953.097000', '211953.099000', '211953.102000', '211953.105000', '211953.107000', '211953.110000', '211953.113000', '211953.115000', '211953.118000', '211953.121000', '211953.123000', '211953.126000', '211953.128000', '211953.131000', '211953.133000', '211953.136000', '211953.139000', '211953.141000', '211953.144000', '211953.147000', '212013.029000', '212013.032000', '212013.035000', '212013.037000', '212013.040000', '212013.043000', '212013.045000', '212013.048000', '212013.051000', '212013.053000', '212013.056000', '212013.059000', '212013.061000', '212013.064000', '212013.067000', '212013.069000', '212013.072000', '212013.074000', '212013.077000', '212013.080000', '212013.082000', '212013.085000', '212013.087000', '212013.090000', '212013.093000', '212013.095000', '212013.098000', '212013.100000', '212013.103000', '212013.106000', '212013.108000', '212013.111000', '212013.114000', '212013.116000', '212013.119000', '212013.122000', '212013.124000', '212013.127000', '212013.129000', '212013.132000', '212013.135000', '212013.137000', '212013.140000', '212033.029000', '212033.032000', '212033.035000', '212033.038000', '212033.040000', '212033.043000', '212033.045000', '212033.048000', '212033.051000', '212033.053000', '212033.056000', '212033.058000', '212033.081000', '212033.084000', '212033.086000', '212033.089000', '212033.092000', '212033.094000', '212033.097000', '212033.100000', '212033.102000', '212033.105000', '212033.107000', '212033.110000', '212033.113000', '212033.115000', '212033.118000', '212033.120000', '212033.123000', '212033.126000', '212033.128000', '212033.131000', '212033.134000', '212033.136000', '212033.139000', '212033.141000', '212033.144000', '212033.146000', '212033.149000', '212033.152000', '212033.154000', '212033.157000', '212033.160000', '212033.162000', '212053.028000', '212053.031000', '212053.034000', '212053.037000', '212053.039000', '212053.042000', '212053.045000', '212053.047000', '212053.050000', '212053.052000', '212053.055000', '212053.057000', '212053.060000', '212053.063000', '212053.065000', '212053.068000', '212053.071000', '212053.073000', '212053.076000', '212053.079000', '212053.081000', '212053.084000', '212053.086000', '212053.089000', '212053.092000', '212053.095000', '212053.097000', '212053.100000', '212053.102000', '212053.105000', '212053.108000', '212053.110000', '212053.113000', '212053.115000', '212053.118000', '212053.121000', '212053.123000', '212053.127000', '212053.129000', '212053.132000', '212053.135000', '212053.141000', '212053.143000', '212113.029000', '212113.032000', '212113.035000', '212113.038000', '212113.041000', '212113.043000', '212113.046000', '212113.048000', '212113.051000', '212113.054000', '212113.056000', '212113.059000', '212113.061000', '212113.064000', '212113.067000', '212113.069000', '212113.072000', '212113.075000', '212113.077000', '212113.080000', '212113.082000', '212113.085000', '212113.088000', '212113.090000', '212113.093000', '212113.095000', '212113.098000', '212113.101000', '212113.103000', '212113.106000', '212113.109000', '212113.111000', '212113.114000', '212113.117000', '212113.119000', '212113.122000', '212113.124000', '212113.127000', '212113.130000', '212113.132000', '212113.135000', '212113.138000', '212113.140000', '212113.143000', '212133.029000', '212133.032000', '212133.035000', '212133.037000', '212133.040000', '212133.043000', '212133.045000', '212133.048000', '212133.051000', '212133.053000', '212133.056000', '212133.059000', '212133.061000', '212133.064000', '212133.066000', '212133.069000', '212133.072000', '212133.074000', '212133.077000', '212133.080000', '212133.082000', '212133.085000', '212133.088000', '212133.092000', '212133.095000', '212133.097000', '212133.100000', '212133.103000', '212133.105000', '212133.108000', '212133.111000', '212133.113000', '212133.116000', '212133.118000', '212133.121000', '212133.124000', '212133.126000', '212133.129000', '212133.132000', '212133.134000', '212133.137000', '212133.139000', '212133.142000', '212153.029000', '212153.032000', '212153.035000', '212153.038000', '212153.040000', '212153.043000', '212153.046000', '212153.048000', '212153.051000', '212153.054000', '212153.056000', '212153.059000', '212153.061000', '212153.064000', '212153.067000', '212153.069000', '212153.072000', '212153.075000', '212153.077000', '212153.080000', '212153.082000', '212153.085000', '212153.088000', '212153.090000', '212153.093000', '212153.096000', '212153.098000', '212153.101000', '212153.103000', '212153.106000', '212153.109000', '212153.111000', '212153.114000', '212153.116000', '212153.119000', '212153.122000', '212153.124000', '212153.127000', '212153.130000', '212153.132000', '212153.135000', '212153.137000', '212153.140000', '212153.143000', '212213.029000', '212213.032000', '212213.035000', '212213.038000', '212213.040000', '212213.043000', '212213.046000', '212213.048000', '212213.051000', '212213.054000', '212213.056000', '212213.059000', '212213.061000', '212213.064000', '212213.066000', '212213.069000', '212213.072000', '212213.074000', '212213.077000', '212213.080000', '212213.082000', '212213.085000', '212213.088000', '212213.090000', '212213.093000', '212213.096000', '212213.098000', '212213.101000', '212213.103000', '212213.106000', '212213.109000', '212213.112000', '212213.114000', '212213.117000', '212213.120000', '212213.122000', '212213.125000', '212213.127000', '212213.130000', '212213.133000', '212213.135000', '212213.138000', '212213.140000', '212233.029000', '212233.032000', '212233.035000', '212233.037000', '212233.040000', '212233.043000', '212233.046000', '212233.048000', '212233.051000', '212233.054000', '212233.056000', '212233.059000', '212233.062000', '212233.064000', '212233.067000', '212233.069000', '212233.072000', '212233.075000', '212233.077000', '212233.080000', '212233.083000', '212233.085000', '212233.088000', '212233.090000', '212233.093000', '212233.096000', '212233.098000', '212233.101000', '212233.104000', '212233.106000', '212233.109000', '212233.111000', '212233.114000', '212233.117000', '212233.119000', '212233.122000', '212233.125000', '212233.127000', '212233.130000', '212233.132000', '212233.135000', '212233.138000', '212233.140000', '212233.143000', '212253.029000', '212253.032000', '212253.035000', '212253.038000', '212253.040000', '212253.043000', '212253.046000', '212253.048000', '212253.051000', '212253.054000', '212253.056000', '212253.059000', '212253.061000', '212253.064000', '212253.067000', '212253.069000', '212253.072000', '212253.075000', '212253.078000', '212253.081000', '212253.085000', '212253.087000', '212253.090000', '212253.092000', '212253.095000', '212253.098000', '212253.100000', '212253.103000', '212253.106000', '212253.108000', '212253.111000', '212253.114000', '212253.116000', '212253.119000', '212253.122000', '212253.124000', '212253.127000', '212253.129000', '212253.132000', '212253.135000', '212253.137000', '212253.140000', '212253.143000', '212313.029000', '212313.031000', '212313.034000', '212313.037000', '212313.040000', '212313.042000', '212313.045000', '212313.048000', '212313.050000', '212313.053000', '212313.055000', '212313.058000', '212313.061000', '212313.063000', '212313.066000', '212313.068000', '212313.071000', '212313.074000', '212313.076000', '212313.079000', '212313.081000', '212313.084000', '212313.087000', '212313.089000', '212313.092000', '212313.094000', '212313.097000', '212313.100000', '212313.102000', '212313.105000', '212313.108000', '212313.110000', '212313.113000', '212313.115000', '212313.118000', '212313.121000', '212313.123000', '212313.126000', '212313.129000', '212313.131000', '212313.134000', '212313.136000', '212313.139000', '212313.142000', '212333.030000', '212333.033000', '212333.035000', '212333.038000', '212333.041000', '212333.050000', '212333.053000', '212333.056000', '212333.058000', '212333.061000', '212333.064000', '212333.066000', '212333.069000', '212333.072000', '212333.074000', '212333.077000', '212333.080000', '212333.082000', '212333.106000', '212333.108000', '212333.111000', '212333.114000', '212333.116000', '212333.119000', '212333.121000', '212333.124000', '212333.127000', '212333.129000', '212333.132000', '212333.135000', '212333.137000', '212333.140000', '212333.143000', '212333.146000', '212333.148000', '212333.151000', '212333.154000', '212333.156000', '212333.159000', '212333.161000', '212333.164000', '212333.167000', '212333.169000', '212353.029000', '212353.032000', '212353.035000', '212353.038000', '212353.040000', '212353.043000', '212353.046000', '212353.048000', '212353.051000', '212353.054000', '212353.056000', '212353.059000', '212353.062000', '212353.064000', '212353.067000', '212353.070000', '212353.072000', '212353.075000', '212353.078000', '212353.080000', '212353.083000', '212353.085000', '212353.088000', '212353.091000', '212353.093000', '212353.096000', '212353.099000', '212353.101000', '212353.104000', '212353.107000', '212353.109000', '212353.112000', '212353.114000', '212353.117000', '212353.120000', '212353.122000', '212353.125000', '212353.127000', '212353.130000', '212353.133000', '212353.135000', '212353.138000', '212353.141000', '212353.143000', '212413.030000', '212413.033000', '212413.035000', '212413.038000', '212413.041000', '212413.043000', '212413.046000', '212413.049000', '212413.051000', '212413.054000', '212413.056000', '212413.059000', '212413.062000', '212413.064000', '212413.067000', '212413.069000', '212413.072000', '212413.075000', '212413.077000', '212413.080000', '212413.084000', '212413.087000', '212413.090000', '212413.092000', '212413.095000', '212413.097000', '212413.100000', '212413.103000', '212413.105000', '212413.108000', '212413.111000', '212413.113000', '212413.116000', '212413.119000', '212413.121000', '212413.124000', '212413.127000', '212413.129000', '212413.132000', '212413.134000', '212413.137000', '212413.140000', '212413.142000', '212433.029000', '212433.033000', '212433.035000', '212433.038000', '212433.040000', '212433.043000', '212433.046000', '212433.048000', '212433.051000', '212433.054000', '212433.056000', '212433.059000', '212433.062000', '212433.064000', '212433.067000', '212433.070000', '212433.072000', '212433.075000', '212433.078000', '212433.080000', '212433.083000', '212433.085000', '212433.088000', '212433.091000', '212433.093000', '212433.096000', '212433.099000', '212433.101000', '212433.104000', '212433.107000', '212433.109000', '212433.112000', '212433.114000', '212433.117000', '212433.120000', '212433.122000', '212433.125000', '212433.128000', '212433.130000', '212433.133000', '212433.135000', '212433.138000', '212433.141000', '212433.143000', '212453.030000', '212453.033000', '212453.035000', '212453.038000', '212453.041000', '212453.043000', '212453.046000', '212453.049000', '212453.051000', '212453.054000', '212453.056000', '212453.059000', '212453.062000', '212453.064000', '212453.067000', '212453.070000', '212453.072000', '212453.075000', '212453.077000', '212453.080000', '212453.083000', '212453.086000', '212453.088000', '212453.091000', '212453.093000', '212453.096000', '212453.099000', '212453.101000', '212453.104000', '212453.127000', '212453.129000', '212453.132000', '212453.135000', '212453.137000', '212453.140000', '212453.143000', '212453.145000', '212453.148000', '212453.150000', '212453.153000', '212453.156000', '212453.158000', '212453.161000', '212513.030000', '212513.032000', '212513.035000', '212513.038000', '212513.040000', '212513.043000', '212513.045000', '212513.048000', '212513.051000', '212513.053000', '212513.056000', '212513.058000', '212513.061000', '212513.064000', '212513.066000', '212513.069000', '212513.072000', '212513.075000', '212513.077000', '212513.080000', '212513.082000', '212513.085000', '212513.088000', '212513.090000', '212513.093000', '212513.096000', '212513.098000', '212513.101000', '212513.103000', '212513.106000', '212513.109000', '212513.111000', '212513.114000', '212513.116000', '212513.119000', '212513.121000', '212513.124000', '212513.127000', '212513.129000', '212513.132000', '212513.135000', '212513.137000', '212513.140000', '212513.142000', '212533.029000', '212533.031000', '212533.034000', '212533.037000', '212533.039000', '212533.042000', '212533.045000', '212533.047000', '212533.050000', '212533.053000', '212533.055000', '212533.058000', '212533.061000', '212533.063000', '212533.066000', '212533.069000', '212533.071000', '212533.074000', '212533.076000', '212533.079000', '212533.082000', '212533.084000', '212533.087000', '212533.089000', '212533.092000', '212533.095000', '212533.097000', '212533.100000', '212533.103000', '212533.105000', '212533.108000', '212533.110000', '212533.113000', '212533.116000', '212533.118000', '212533.121000', '212533.124000', '212533.126000', '212533.129000', '212533.131000', '212533.134000', '212533.137000', '212533.139000', '212553.030000', '212553.032000', '212553.035000', '212553.038000', '212553.040000', '212553.043000', '212553.046000', '212553.049000', '212553.052000', '212553.054000', '212553.057000', '212553.060000', '212553.062000', '212553.065000', '212553.067000', '212553.070000', '212553.073000', '212553.075000', '212553.078000', '212553.081000', '212553.083000', '212553.086000', '212553.088000', '212553.091000', '212553.094000', '212553.096000', '212553.099000', '212553.102000', '212553.104000', '212553.107000', '212553.110000', '212553.112000', '212553.115000', '212553.118000', '212553.120000', '212553.123000', '212553.125000', '212553.128000', '212553.131000', '212553.133000', '212553.136000', '212553.139000', '212553.141000', '212553.144000', '212613.029000', '212613.032000', '212613.035000', '212613.038000', '212613.040000', '212613.043000', '212613.046000', '212613.048000', '212613.051000', '212613.054000', '212613.056000', '212613.059000', '212613.062000', '212613.064000', '212613.067000', '212613.069000', '212613.072000', '212613.075000', '212613.077000', '212613.080000', '212613.083000', '212613.086000', '212613.088000', '212613.091000', '212613.093000', '212613.096000', '212613.099000', '212613.101000', '212613.104000', '212613.107000', '212613.109000', '212613.112000', '212613.114000', '212613.117000', '212613.120000', '212613.122000', '212613.125000', '212613.128000', '212613.130000', '212613.133000', '212613.166000', '212613.169000', '212613.171000', '212633.030000', '212633.033000', '212633.035000', '212633.038000', '212633.041000', '212633.043000', '212633.046000', '212633.049000', '212633.052000', '212633.054000', '212633.057000', '212633.060000', '212633.062000', '212633.065000', '212633.068000', '212633.070000', '212633.073000', '212633.075000', '212633.078000', '212633.081000', '212633.083000', '212633.086000', '212633.088000', '212633.091000', '212633.094000', '212633.096000', '212633.099000', '212633.102000', '212633.104000', '212633.107000', '212633.110000', '212633.112000', '212633.115000', '212633.117000', '212633.120000', '212633.122000', '212633.125000', '212633.128000', '212633.130000', '212633.133000', '212633.136000', '212633.138000', '212633.141000', '212653.030000', '212653.033000', '212653.035000', '212653.038000', '212653.041000', '212653.044000', '212653.046000', '212653.049000', '212653.051000', '212653.054000', '212653.057000', '212653.059000', '212653.062000', '212653.065000', '212653.067000', '212653.070000', '212653.073000', '212653.075000', '212653.078000', '212653.081000', '212653.084000', '212653.086000', '212653.089000', '212653.092000', '212653.094000', '212653.097000', '212653.099000', '212653.102000', '212653.105000', '212653.108000', '212653.110000', '212653.113000', '212653.115000', '212653.118000', '212653.121000', '212653.123000', '212653.126000', '212653.129000', '212653.131000', '212653.134000', '212653.136000', '212653.139000', '212653.142000', '212653.144000', '212706.593000', '212706.596000', '212706.598000', '212706.601000', '212706.604000', '212706.607000', '212706.609000', '212706.612000', '212706.614000', '212706.617000', '212706.620000', '212706.622000', '212706.625000', '212706.628000', '212706.630000', '212706.633000', '212706.636000', '212706.638000', '212706.641000', '212706.643000', '212706.646000', '212706.649000', '212706.651000', '212706.654000', '212706.656000', '212706.659000', '212706.662000', '212706.664000', '212706.667000', '212706.670000'], '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], 'LargestImagePixelValue': [8988, 8042, 7069, 10426, 7290, 10107, 12151, 7357, 9742, 12222, 8240, 10096, 6663, 10185, 6996, 7866, 8335, 7356, 11061, 12600, 11099, 9319, 12022, 7697, 7574, 12185, 9634, 7366, 10567, 7222, 10001, 6863, 7092, 10847, 7079, 7378, 10941, 7143, 9089, 6868, 6833, 10518, 6758, 7679, 10518, 6712, 8882, 6659, 7508, 11035, 7658, 10212, 11626, 7239, 9847, 8962, 7673, 8152, 6974, 10206, 8483, 10023, 12227, 9695, 8916, 11702, 7895, 9328, 6525, 6955, 10995, 12789, 8433, 10649, 11885, 8052, 10210, 6421, 9916, 11547, 7637, 10384, 12389, 8184, 9273, 6450, 8528, 10819, 7218, 7677, 10821, 6557, 8978, 11331, 7321, 10083, 6736, 10178, 8254, 7248, 9619, 8034, 12622, 8115, 12738, 13290, 10304, 11453, 7118, 7800, 10976, 8019, 7630, 11391, 8047, 8433, 9978, 6964, 9921, 7067, 8063, 10804, 6970, 8514, 11118, 8300, 9801, 6491, 9606, 12015, 7348, 7835, 11517, 9257, 7936, 11365, 7119, 10582, 6789, 7431, 11546, 12590, 8533, 11339, 8066, 8806, 11310, 7259, 10407, 12185, 8080, 10944, 12459, 7970, 10471, 6780, 9780, 11875, 7777, 10562, 12033, 7852, 10357, 6921, 10212, 7037, 9706, 12527, 8095, 8642, 11559, 8423, 9486, 6786, 7166, 11555, 7459, 8629, 12052, 7852, 9378, 6628, 7161, 11689, 7463, 10608, 12329, 8502, 10604, 8686, 8483, 11186, 7119, 10218, 12171, 8277, 10713, 10912, 8382, 10677, 7256, 6618, 7389, 10354, 12099, 8154, 10656, 12334, 8449, 10668, 7359, 9522, 6610, 9400, 12201, 9024, 8124, 11228, 7958, 8820, 6513, 7375, 11263, 6808, 7809, 11709, 7646, 10158, 6610, 7173, 8204, 9182, 7688, 9913, 13054, 7663, 9803, 13183, 8611, 10024, 7396, 8766, 7236, 9889, 13684, 8278, 9861, 15067, 8642, 10786, 7410, 9868, 7310, 10150, 12932, 8335, 9421, 10819, 8105, 8478, 7357, 9837, 9990, 8196, 10611, 12222, 8353, 10432, 7965, 9669, 7421, 8934, 12150, 8397, 10253, 10317, 8562, 9878, 7767, 10710, 8188, 10895, 12753, 8530, 11869, 7986, 10098, 7598, 10149, 13400, 8110, 8606, 11984, 8844, 8999, 6909, 8083, 11498, 7530, 8124, 11325, 7750, 8927, 7087, 7655, 10984, 7280, 8330, 11476, 7095, 8593, 8028, 7766, 11122, 7499, 10309, 13215, 8821, 8272, 10841, 7698, 8413, 6794, 7493, 11027, 12404, 8184, 10738, 12521, 8559, 10074, 7304, 9538, 7069, 7635, 11592, 8767, 8594, 11213, 7515, 10287, 7096, 7750, 11347, 12044, 7897, 10851, 7291, 8372, 11240, 7116, 10358, 11622, 8128, 10796, 10216, 8174, 10646, 7140, 10546, 7009, 10129, 12824, 8231, 8520, 11202, 8580, 10011, 7546, 9764, 12064, 8400, 10762, 13272, 8847, 9292, 7249, 8238, 6842, 7553, 11646, 11941, 8140, 10799, 7406, 8308, 11566, 7501, 10634, 12493, 8241, 8958, 11286, 8236, 9971, 7379, 7339, 11123, 7142, 7602, 11708, 7534, 7998, 11536, 7148, 9834, 8069, 7247, 11514, 7190, 9100, 12191, 8224, 9965, 7282, 8028, 11627, 7226, 10376, 12786, 8169, 10100, 7105, 8365, 8455, 7804, 11834, 13384, 8705, 11073, 9330, 8466, 6667, 7574, 11647, 7438, 10989, 12597, 8495, 9247, 9059, 8407, 11662, 7421, 10702, 12328, 7358, 8527, 11321, 8661, 9351, 6646, 8389, 10937, 7446, 10966, 12708, 8602, 10621, 7763, 10238, 6987, 9802, 6938, 9116, 12672, 8435, 9834, 7099, 8239, 11694, 8756, 10496, 13903, 9550, 9019, 7547, 8911, 7399, 9540, 12489, 7999, 9359, 7802, 8565, 9741, 13587, 9479, 9446, 13971, 7685, 9054, 12490, 8877, 10247, 8253, 8080, 6885, 7809, 6512, 8055, 11616, 13116, 8815, 8953, 7214, 8425, 6894, 7774, 11690, 13142, 8258, 9575, 11986, 9030, 9477, 7860, 8814, 12115, 7779, 8208, 11711, 7842, 8479, 7006, 7874, 11215, 7483, 7780, 12317, 7622, 8808, 6933, 7986, 12441, 7486, 9406, 12254, 8307, 8150, 10949, 7717, 9205, 11621, 7769, 10308, 11650, 8741, 9398, 10098, 7704, 11535, 7698, 10805, 12321, 8565, 9130, 11719, 8942, 8965, 7182, 8154, 8790, 7589, 11735, 12897, 9071, 9046, 7597, 8198, 9918, 7782, 11622, 12577, 8505, 10339, 7377, 9148, 7603, 8134, 12058, 7566, 8116, 11990, 7824, 8466, 7361, 8191, 11838, 7953, 11034, 12475, 7882, 8898, 12249, 7998, 8354, 7670, 10920, 12582, 8484, 11037, 13469, 9292, 9848, 7792, 9178, 6997, 7682, 11849, 12289, 8376, 11121, 7882, 10066, 7817, 9804, 13150, 11760, 8480, 9958, 7919, 8350, 12012, 7882, 8268, 11566, 7788, 8400, 11665, 7909, 8807, 7560, 7998, 11254, 8015, 9876, 12130, 8397, 9491, 7345, 8382, 7081, 8091, 12020, 13765, 9373, 11143, 8708, 8440, 7571, 7731, 10973, 12308, 8390, 10572, 10273, 7918, 7393, 7744, 11716, 11048, 8164, 11510, 7388, 8368, 6709, 8060, 6796, 8333, 12699, 13627, 10201, 9549, 10381, 8213, 11765, 13567, 8578, 10381, 10576, 8319, 11690, 7721, 9257, 8032, 10347, 12738, 9021, 10592, 12546, 8360, 10197, 7538, 11045, 7133, 8339, 12729, 12285, 9066, 10852, 7818, 10389, 7774, 11021, 12874, 8449, 9124, 11793, 7726, 10567, 7538, 8632, 12500, 12599, 8457, 10874, 10997, 8114, 12429, 6684, 7498, 11869, 6750, 8384, 12720, 7652, 9416, 6586, 7219, 12403, 7722, 11666, 12851, 9581, 10851, 7562, 9539, 7832, 7601, 13239, 13356, 10113, 10220, 7404, 7832, 12751, 7955, 7886, 12429, 7056, 8317, 12522, 7826, 9340, 6784, 7520, 12933, 7912, 11778, 9895, 9707, 11195, 8264, 10790, 7704, 12532, 13363, 9236, 9359, 12550, 8581, 11892, 7623, 10866, 12870, 8930, 10384, 13004, 9413, 8919, 6715, 7756, 12504, 7598, 8011, 12258, 13020, 8662, 10940, 6974, 7631, 12874, 7508, 10787, 12573, 8635, 10259, 7116, 8717, 6860, 7656, 13004, 12450, 8713, 11736, 10763, 8560, 11512, 7620, 11025, 12706, 8973, 8992, 7319, 8050, 13053, 7484, 8228, 12693, 7498, 7862, 12502, 7632, 9068, 12707, 7453, 9037, 12784, 7768, 8279, 12287, 7458, 8598, 6957, 7534, 12111, 9877, 8403, 12321, 11703, 8765, 11910, 7342, 9230, 12359, 8492, 12189, 9515, 9201, 12659, 8166, 11232, 6824, 8170, 13531, 13398, 9151, 11856, 9620, 8846, 6905, 7964, 13033, 7831, 11984, 13030, 9511, 10752, 7791, 9854, 7386, 12106, 12716, 8750, 9597, 7079, 8133, 12844, 7650, 8804, 12794, 8353, 9117, 12109, 8706, 11126, 7344, 9832, 6948, 9740, 13069, 8573, 9299, 11560, 8138, 7897, 12757, 7782, 8120, 12125, 7544, 8509, 6562, 7477, 12157, 7186, 10632, 12956, 8358, 9580, 6895, 7749, 13083, 7270, 9717, 13193, 7755, 8828, 12578, 8153, 11589, 7450, 9049, 7457, 12110, 7525, 12198, 9736, 13255, 10554, 12479, 7690, 11384, 7274, 10813, 13905, 9773, 9010, 13060, 8878, 8951, 6823, 7339, 12207, 7553, 11399, 12634, 8861, 10674, 7615, 10654, 12351, 8178, 11788, 12579, 9461, 10134, 7536, 10215, 12492, 8200, 9334, 12291, 8702, 10804, 7715, 7713, 6616, 7730, 13148, 11080, 9188, 11922, 7413, 10825, 7360, 9000, 13584, 8111, 8514, 12496, 8526, 9145, 12439, 8009, 8275, 12871, 8555, 8245, 12126, 7368, 8231, 11707, 7528, 10425, 9872, 7695, 11978, 12929, 8916, 9230, 7128, 7267, 12805, 7434, 10178, 12929, 7949, 8731, 12728, 9511, 11218, 7039, 8256, 13251, 8420, 11135, 12831, 9642, 10004, 7075, 8180, 12054, 8085, 12512, 12788, 9539, 10548, 7749, 9143, 12571, 7875, 9979, 12228, 9569, 11004, 7580, 11347, 7043, 11494, 13261, 8902, 9338, 12112, 8153, 9635, 6755, 7716, 12490, 7722, 8697, 13438, 7571, 10376, 6503, 7478, 6929, 8382, 13796, 13374, 8786, 9183, 11694, 9374, 10013, 7464, 7583, 12585, 7295, 9193, 12317, 8151, 10431, 6559, 7381, 12988, 8308, 12004, 12708, 9333, 10637, 7458, 9964, 6742, 8292, 13394, 8054, 9873, 12213, 9609, 11228, 7401, 10070, 7284, 12391, 12699, 8382, 9593, 6960, 7560, 12687, 9270, 8825, 12245, 14991, 10217, 10576, 7262, 8334, 11683, 7607, 11785, 12299, 8714, 10187, 7097, 9364, 6930, 7441, 13356, 8624, 12488, 12767, 9676, 10834, 7595, 8573, 12946, 8050, 10565, 12529, 9242, 9939, 6970, 7755, 13107, 7280, 8640, 12617, 7810, 9869, 7041, 8140, 6862, 7443, 13573, 12325, 9324, 11711, 8346, 8707, 7969, 7690, 12498, 13084], 'WindowCenter': [4267.0, 4232.0, 4220.0, 4256.0, 4217.0, 4258.0, 4255.0, 4215.0, 4248.0, 4255.0, 4226.0, 4233.0, 4203.0, 4243.0, 4204.0, 4226.0, 4238.0, 4227.0, 4272.0, 4283.0, 4256.0, 4225.0, 4241.0, 4187.0, 4188.0, 4228.0, 4218.0, 4190.0, 4218.0, 4189.0, 4218.0, 4178.0, 4191.0, 4229.0, 4177.0, 4201.0, 4229.0, 4190.0, 4220.0, 4190.0, 4192.0, 4244.0, 4180.0, 4213.0, 4244.0, 4193.0, 4223.0, 4193.0, 4216.0, 4243.0, 4227.0, 4247.0, 4268.0, 4217.0, 4235.0, 4222.0, 4202.0, 4213.0, 4204.0, 4243.0, 4225.0, 4246.0, 4255.0, 4234.0, 4224.0, 4241.0, 4201.0, 4209.0, 4179.0, 4190.0, 4230.0, 4238.0, 4210.0, 4231.0, 4227.0, 4200.0, 4217.0, 4179.0, 4219.0, 4227.0, 4200.0, 4231.0, 4238.0, 4198.0, 4220.0, 4167.0, 4209.0, 4229.0, 4189.0, 4199.0, 4244.0, 4178.0, 4209.0, 4230.0, 4202.0, 4232.0, 4203.0, 4242.0, 4236.0, 4228.0, 4260.0, 4240.0, 4268.0, 4228.0, 4280.0, 4269.0, 4234.0, 4233.0, 4191.0, 4201.0, 4219.0, 4185.0, 4188.0, 4230.0, 4198.0, 4198.0, 4206.0, 4177.0, 4205.0, 4175.0, 4200.0, 4228.0, 4190.0, 4211.0, 4229.0, 4212.0, 4218.0, 4182.0, 4233.0, 4241.0, 4190.0, 4199.0, 4240.0, 4219.0, 4201.0, 4229.0, 4189.0, 4229.0, 4177.0, 4188.0, 4241.0, 4240.0, 4210.0, 4242.0, 4198.0, 4221.0, 4228.0, 4199.0, 4230.0, 4238.0, 4198.0, 4241.0, 4240.0, 4210.0, 4229.0, 4190.0, 4231.0, 4239.0, 4201.0, 4243.0, 4255.0, 4213.0, 4232.0, 4202.0, 4232.0, 4203.0, 4244.0, 4254.0, 4212.0, 4224.0, 4242.0, 4210.0, 4220.0, 4190.0, 4202.0, 4240.0, 4189.0, 4221.0, 4252.0, 4211.0, 4221.0, 4189.0, 4202.0, 4239.0, 4201.0, 4243.0, 4251.0, 4222.0, 4231.0, 4209.0, 4222.0, 4229.0, 4190.0, 4258.0, 4253.0, 4210.0, 4231.0, 4230.0, 4227.0, 4243.0, 4213.0, 4203.0, 4214.0, 4245.0, 4242.0, 4199.0, 4230.0, 4239.0, 4211.0, 4232.0, 4201.0, 4220.0, 4191.0, 4233.0, 4242.0, 4211.0, 4212.0, 4230.0, 4200.0, 4207.0, 4167.0, 4187.0, 4230.0, 4178.0, 4201.0, 4239.0, 4203.0, 4232.0, 4194.0, 4203.0, 4237.0, 4223.0, 4230.0, 4248.0, 4255.0, 4214.0, 4235.0, 4253.0, 4211.0, 4231.0, 4216.0, 4221.0, 4213.0, 4245.0, 4249.0, 4209.0, 4220.0, 4260.0, 4209.0, 4227.0, 4199.0, 4229.0, 4200.0, 4232.0, 4239.0, 4210.0, 4220.0, 4227.0, 4201.0, 4198.0, 4200.0, 4230.0, 4217.0, 4207.0, 4231.0, 4239.0, 4209.0, 4229.0, 4199.0, 4218.0, 4199.0, 4221.0, 4240.0, 4223.0, 4242.0, 4233.0, 4223.0, 4230.0, 4210.0, 4231.0, 4224.0, 4255.0, 4264.0, 4223.0, 4253.0, 4211.0, 4229.0, 4212.0, 4243.0, 4251.0, 4211.0, 4222.0, 4239.0, 4222.0, 4208.0, 4189.0, 4211.0, 4238.0, 4197.0, 4211.0, 4240.0, 4199.0, 4220.0, 4188.0, 4200.0, 4228.0, 4187.0, 4209.0, 4241.0, 4190.0, 4222.0, 4209.0, 4200.0, 4240.0, 4202.0, 4242.0, 4251.0, 4209.0, 4211.0, 4228.0, 4197.0, 4209.0, 4176.0, 4187.0, 4230.0, 4237.0, 4209.0, 4241.0, 4239.0, 4211.0, 4217.0, 4198.0, 4220.0, 4187.0, 4200.0, 4242.0, 4212.0, 4210.0, 4230.0, 4188.0, 4219.0, 4187.0, 4200.0, 4240.0, 4252.0, 4211.0, 4229.0, 4200.0, 4209.0, 4225.0, 4188.0, 4228.0, 4238.0, 4212.0, 4242.0, 4229.0, 4221.0, 4229.0, 4190.0, 4229.0, 4190.0, 4232.0, 4252.0, 4224.0, 4221.0, 4227.0, 4209.0, 4218.0, 4198.0, 4229.0, 4237.0, 4208.0, 4241.0, 4251.0, 4219.0, 4219.0, 4187.0, 4208.0, 4177.0, 4199.0, 4242.0, 4250.0, 4211.0, 4230.0, 4198.0, 4209.0, 4227.0, 4187.0, 4230.0, 4238.0, 4209.0, 4218.0, 4227.0, 4208.0, 4228.0, 4186.0, 4199.0, 4238.0, 4188.0, 4199.0, 4241.0, 4201.0, 4210.0, 4239.0, 4191.0, 4230.0, 4198.0, 4199.0, 4240.0, 4189.0, 4224.0, 4252.0, 4211.0, 4233.0, 4200.0, 4211.0, 4239.0, 4199.0, 4232.0, 4252.0, 4212.0, 4231.0, 4190.0, 4210.0, 4210.0, 4211.0, 4253.0, 4262.0, 4223.0, 4244.0, 4219.0, 4210.0, 4188.0, 4200.0, 4250.0, 4211.0, 4254.0, 4264.0, 4222.0, 4223.0, 4220.0, 4211.0, 4238.0, 4200.0, 4240.0, 4240.0, 4200.0, 4222.0, 4239.0, 4211.0, 4219.0, 4189.0, 4212.0, 4230.0, 4200.0, 4242.0, 4254.0, 4223.0, 4232.0, 4213.0, 4231.0, 4202.0, 4232.0, 4203.0, 4237.0, 4265.0, 4222.0, 4245.0, 4203.0, 4222.0, 4241.0, 4223.0, 4257.0, 4277.0, 4235.0, 4222.0, 4213.0, 4234.0, 4226.0, 4245.0, 4263.0, 4213.0, 4234.0, 4224.0, 4248.0, 4259.0, 4279.0, 4235.0, 4232.0, 4250.0, 4198.0, 4209.0, 4239.0, 4222.0, 4230.0, 4211.0, 4198.0, 4189.0, 4198.0, 4179.0, 4212.0, 4252.0, 4251.0, 4223.0, 4210.0, 4198.0, 4209.0, 4188.0, 4200.0, 4239.0, 4238.0, 4209.0, 4231.0, 4238.0, 4222.0, 4219.0, 4208.0, 4219.0, 4237.0, 4186.0, 4208.0, 4240.0, 4196.0, 4207.0, 4184.0, 4197.0, 4225.0, 4185.0, 4200.0, 4239.0, 4196.0, 4221.0, 4189.0, 4209.0, 4237.0, 4189.0, 4219.0, 4239.0, 4207.0, 4199.0, 4228.0, 4198.0, 4206.0, 4225.0, 4195.0, 4227.0, 4225.0, 4209.0, 4219.0, 4227.0, 4199.0, 4227.0, 4198.0, 4238.0, 4236.0, 4208.0, 4220.0, 4238.0, 4206.0, 4206.0, 4187.0, 4209.0, 4208.0, 4200.0, 4250.0, 4252.0, 4221.0, 4219.0, 4200.0, 4207.0, 4228.0, 4200.0, 4238.0, 4250.0, 4219.0, 4228.0, 4200.0, 4218.0, 4200.0, 4209.0, 4239.0, 4197.0, 4210.0, 4252.0, 4200.0, 4212.0, 4199.0, 4210.0, 4237.0, 4208.0, 4240.0, 4250.0, 4210.0, 4221.0, 4238.0, 4209.0, 4208.0, 4198.0, 4240.0, 4237.0, 4220.0, 4241.0, 4248.0, 4220.0, 4216.0, 4197.0, 4217.0, 4202.0, 4239.0, 4278.0, 4253.0, 4210.0, 4227.0, 4198.0, 4215.0, 4197.0, 4229.0, 4251.0, 4239.0, 4208.0, 4214.0, 4196.0, 4196.0, 4223.0, 4195.0, 4197.0, 4224.0, 4185.0, 4208.0, 4227.0, 4196.0, 4206.0, 4196.0, 4196.0, 4225.0, 4196.0, 4229.0, 4239.0, 4210.0, 4218.0, 4199.0, 4209.0, 4190.0, 4223.0, 4264.0, 4260.0, 4220.0, 4239.0, 4208.0, 4208.0, 4195.0, 4198.0, 4242.0, 4237.0, 4212.0, 4242.0, 4228.0, 4210.0, 4198.0, 4201.0, 4249.0, 4227.0, 4210.0, 4252.0, 4196.0, 4211.0, 4189.0, 4208.0, 4199.0, 4222.0, 4268.0, 4262.0, 4229.0, 4230.0, 4227.0, 4207.0, 4239.0, 4235.0, 4205.0, 4230.0, 4226.0, 4207.0, 4236.0, 4201.0, 4232.0, 4209.0, 4242.0, 4263.0, 4221.0, 4231.0, 4237.0, 4196.0, 4226.0, 4209.0, 4240.0, 4199.0, 4220.0, 4263.0, 4247.0, 4219.0, 4225.0, 4199.0, 4228.0, 4198.0, 4241.0, 4251.0, 4209.0, 4208.0, 4236.0, 4199.0, 4215.0, 4197.0, 4206.0, 4237.0, 4237.0, 4207.0, 4229.0, 4224.0, 4194.0, 4224.0, 4172.0, 4184.0, 4225.0, 4175.0, 4207.0, 4248.0, 4186.0, 4217.0, 4175.0, 4198.0, 4238.0, 4197.0, 4252.0, 4251.0, 4220.0, 4241.0, 4199.0, 4228.0, 4210.0, 4212.0, 4260.0, 4251.0, 4233.0, 4228.0, 4188.0, 4197.0, 4248.0, 4195.0, 4197.0, 4237.0, 4189.0, 4223.0, 4251.0, 4198.0, 4219.0, 4188.0, 4211.0, 4249.0, 4210.0, 4253.0, 4244.0, 4233.0, 4255.0, 4225.0, 4252.0, 4240.0, 4277.0, 4263.0, 4232.0, 4233.0, 4251.0, 4221.0, 4239.0, 4211.0, 4240.0, 4251.0, 4220.0, 4243.0, 4251.0, 4217.0, 4219.0, 4176.0, 4199.0, 4238.0, 4185.0, 4196.0, 4238.0, 4250.0, 4207.0, 4227.0, 4186.0, 4198.0, 4237.0, 4197.0, 4228.0, 4237.0, 4222.0, 4231.0, 4189.0, 4219.0, 4186.0, 4210.0, 4263.0, 4239.0, 4221.0, 4253.0, 4239.0, 4220.0, 4240.0, 4210.0, 4240.0, 4252.0, 4221.0, 4218.0, 4198.0, 4210.0, 4248.0, 4187.0, 4208.0, 4239.0, 4200.0, 4212.0, 4252.0, 4197.0, 4219.0, 4237.0, 4197.0, 4219.0, 4238.0, 4198.0, 4210.0, 4238.0, 4187.0, 4210.0, 4186.0, 4199.0, 4249.0, 4215.0, 4207.0, 4251.0, 4241.0, 4210.0, 4241.0, 4199.0, 4219.0, 4237.0, 4208.0, 4249.0, 4230.0, 4232.0, 4251.0, 4209.0, 4239.0, 4175.0, 4206.0, 4250.0, 4247.0, 4221.0, 4241.0, 4216.0, 4219.0, 4187.0, 4208.0, 4247.0, 4210.0, 4254.0, 4263.0, 4232.0, 4242.0, 4213.0, 4231.0, 4213.0, 4268.0, 4266.0, 4222.0, 4232.0, 4201.0, 4211.0, 4250.0, 4199.0, 4221.0, 4251.0, 4221.0, 4220.0, 4237.0, 4221.0, 4227.0, 4198.0, 4230.0, 4200.0, 4243.0, 4263.0, 4208.0, 4223.0, 4238.0, 4197.0, 4198.0, 4238.0, 4198.0, 4209.0, 4238.0, 4186.0, 4207.0, 4174.0, 4194.0, 4237.0, 4187.0, 4244.0, 4251.0, 4209.0, 4219.0, 4189.0, 4198.0, 4248.0, 4187.0, 4230.0, 4261.0, 4212.0, 4221.0, 4239.0, 4210.0, 4237.0, 4200.0, 4233.0, 4215.0, 4263.0, 4223.0, 4263.0, 4246.0, 4276.0, 4257.0, 4255.0, 4212.0, 4241.0, 4212.0, 4244.0, 4252.0, 4233.0, 4222.0, 4248.0, 4209.0, 4207.0, 4175.0, 4197.0, 4236.0, 4209.0, 4254.0, 4249.0, 4222.0, 4229.0, 4209.0, 4241.0, 4250.0, 4220.0, 4265.0, 4250.0, 4232.0, 4227.0, 4200.0, 4229.0, 4238.0, 4212.0, 4233.0, 4239.0, 4208.0, 4228.0, 4198.0, 4198.0, 4187.0, 4209.0, 4263.0, 4239.0, 4219.0, 4239.0, 4201.0, 4239.0, 4211.0, 4231.0, 4259.0, 4209.0, 4222.0, 4252.0, 4209.0, 4219.0, 4235.0, 4197.0, 4196.0, 4235.0, 4205.0, 4207.0, 4237.0, 4174.0, 4206.0, 4223.0, 4183.0, 4224.0, 4213.0, 4194.0, 4239.0, 4248.0, 4206.0, 4215.0, 4183.0, 4186.0, 4236.0, 4183.0, 4230.0, 4237.0, 4208.0, 4220.0, 4236.0, 4218.0, 4226.0, 4186.0, 4209.0, 4246.0, 4208.0, 4252.0, 4250.0, 4218.0, 4229.0, 4186.0, 4208.0, 4237.0, 4210.0, 4265.0, 4253.0, 4219.0, 4227.0, 4199.0, 4218.0, 4238.0, 4209.0, 4242.0, 4249.0, 4230.0, 4228.0, 4210.0, 4237.0, 4188.0, 4253.0, 4263.0, 4222.0, 4220.0, 4238.0, 4197.0, 4219.0, 4172.0, 4196.0, 4235.0, 4186.0, 4208.0, 4261.0, 4198.0, 4229.0, 4178.0, 4199.0, 4190.0, 4221.0, 4263.0, 4250.0, 4221.0, 4220.0, 4227.0, 4220.0, 4217.0, 4184.0, 4197.0, 4236.0, 4187.0, 4220.0, 4241.0, 4198.0, 4229.0, 4176.0, 4201.0, 4249.0, 4209.0, 4261.0, 4262.0, 4233.0, 4240.0, 4199.0, 4231.0, 4188.0, 4223.0, 4263.0, 4211.0, 4232.0, 4251.0, 4233.0, 4239.0, 4212.0, 4244.0, 4216.0, 4278.0, 4264.0, 4222.0, 4231.0, 4190.0, 4211.0, 4250.0, 4218.0, 4211.0, 4252.0, 4259.0, 4219.0, 4214.0, 4186.0, 4207.0, 4226.0, 4196.0, 4239.0, 4240.0, 4222.0, 4229.0, 4190.0, 4218.0, 4189.0, 4199.0, 4248.0, 4220.0, 4262.0, 4252.0, 4232.0, 4241.0, 4199.0, 4209.0, 4248.0, 4199.0, 4242.0, 4250.0, 4217.0, 4229.0, 4187.0, 4198.0, 4249.0, 4189.0, 4210.0, 4248.0, 4201.0, 4219.0, 4191.0, 4210.0, 4189.0, 4199.0, 4262.0, 4251.0, 4234.0, 4251.0, 4210.0, 4221.0, 4206.0, 4210.0, 4252.0, 4252.0], 'WindowWidth': [9455.0, 9395.0, 9373.0, 9414.0, 9364.0, 9419.0, 9411.0, 9357.0, 9402.0, 9408.0, 9369.0, 9375.0, 9340.0, 9390.0, 9342.0, 9374.0, 9393.0, 9379.0, 9446.0, 9467.0, 9414.0, 9366.0, 9382.0, 9303.0, 9305.0, 9360.0, 9344.0, 9312.0, 9346.0, 9307.0, 9346.0, 9293.0, 9313.0, 9362.0, 9289.0, 9329.0, 9362.0, 9311.0, 9352.0, 9312.0, 9320.0, 9389.0, 9299.0, 9350.0, 9393.0, 9323.0, 9361.0, 9324.0, 9358.0, 9391.0, 9375.0, 9401.0, 9434.0, 9362.0, 9380.0, 9359.0, 9330.0, 9349.0, 9339.0, 9388.0, 9367.0, 9398.0, 9411.0, 9379.0, 9363.0, 9382.0, 9324.0, 9334.0, 9298.0, 9311.0, 9365.0, 9372.0, 9338.0, 9367.0, 9356.0, 9323.0, 9341.0, 9297.0, 9350.0, 9357.0, 9325.0, 9369.0, 9374.0, 9320.0, 9350.0, 9277.0, 9336.0, 9363.0, 9310.0, 9321.0, 9393.0, 9293.0, 9335.0, 9366.0, 9332.0, 9374.0, 9340.0, 9388.0, 9391.0, 9383.0, 9429.0, 9401.0, 9433.0, 9381.0, 9454.0, 9439.0, 9378.0, 9371.0, 9314.0, 9326.0, 9348.0, 9297.0, 9306.0, 9365.0, 9318.0, 9316.0, 9324.0, 9288.0, 9323.0, 9285.0, 9323.0, 9359.0, 9311.0, 9342.0, 9361.0, 9343.0, 9347.0, 9306.0, 9373.0, 9384.0, 9310.0, 9323.0, 9379.0, 9350.0, 9328.0, 9362.0, 9309.0, 9364.0, 9292.0, 9309.0, 9381.0, 9382.0, 9341.0, 9386.0, 9321.0, 9356.0, 9361.0, 9324.0, 9366.0, 9373.0, 9321.0, 9382.0, 9381.0, 9340.0, 9364.0, 9317.0, 9371.0, 9379.0, 9330.0, 9389.0, 9407.0, 9349.0, 9373.0, 9335.0, 9374.0, 9338.0, 9392.0, 9408.0, 9348.0, 9365.0, 9389.0, 9340.0, 9352.0, 9315.0, 9332.0, 9382.0, 9312.0, 9357.0, 9403.0, 9345.0, 9357.0, 9313.0, 9333.0, 9380.0, 9333.0, 9389.0, 9399.0, 9362.0, 9370.0, 9338.0, 9359.0, 9364.0, 9315.0, 9418.0, 9403.0, 9341.0, 9371.0, 9367.0, 9374.0, 9390.0, 9351.0, 9340.0, 9355.0, 9394.0, 9387.0, 9325.0, 9367.0, 9378.0, 9342.0, 9371.0, 9328.0, 9352.0, 9318.0, 9374.0, 9387.0, 9343.0, 9345.0, 9367.0, 9323.0, 9329.0, 9278.0, 9305.0, 9364.0, 9292.0, 9327.0, 9377.0, 9336.0, 9371.0, 9327.0, 9338.0, 9392.0, 9359.0, 9387.0, 9402.0, 9407.0, 9352.0, 9381.0, 9403.0, 9344.0, 9369.0, 9360.0, 9357.0, 9352.0, 9396.0, 9393.0, 9336.0, 9354.0, 9407.0, 9338.0, 9358.0, 9324.0, 9363.0, 9329.0, 9373.0, 9377.0, 9342.0, 9354.0, 9356.0, 9328.0, 9320.0, 9328.0, 9366.0, 9346.0, 9333.0, 9370.0, 9378.0, 9336.0, 9364.0, 9324.0, 9347.0, 9325.0, 9356.0, 9380.0, 9364.0, 9388.0, 9376.0, 9361.0, 9365.0, 9343.0, 9371.0, 9366.0, 9411.0, 9423.0, 9364.0, 9405.0, 9346.0, 9366.0, 9348.0, 9389.0, 9398.0, 9345.0, 9362.0, 9378.0, 9359.0, 9335.0, 9312.0, 9343.0, 9377.0, 9320.0, 9346.0, 9381.0, 9324.0, 9354.0, 9308.0, 9328.0, 9363.0, 9304.0, 9339.0, 9385.0, 9314.0, 9360.0, 9340.0, 9328.0, 9381.0, 9335.0, 9387.0, 9400.0, 9339.0, 9344.0, 9362.0, 9320.0, 9335.0, 9289.0, 9307.0, 9365.0, 9374.0, 9337.0, 9386.0, 9379.0, 9344.0, 9344.0, 9324.0, 9353.0, 9305.0, 9327.0, 9388.0, 9345.0, 9340.0, 9367.0, 9309.0, 9348.0, 9305.0, 9325.0, 9380.0, 9401.0, 9346.0, 9365.0, 9327.0, 9338.0, 9355.0, 9308.0, 9361.0, 9377.0, 9348.0, 9389.0, 9365.0, 9360.0, 9365.0, 9316.0, 9363.0, 9316.0, 9374.0, 9403.0, 9367.0, 9358.0, 9360.0, 9340.0, 9346.0, 9323.0, 9364.0, 9372.0, 9336.0, 9385.0, 9399.0, 9354.0, 9352.0, 9305.0, 9335.0, 9293.0, 9325.0, 9386.0, 9397.0, 9345.0, 9366.0, 9323.0, 9339.0, 9359.0, 9308.0, 9366.0, 9374.0, 9340.0, 9350.0, 9358.0, 9337.0, 9362.0, 9304.0, 9325.0, 9375.0, 9308.0, 9324.0, 9383.0, 9332.0, 9342.0, 9377.0, 9317.0, 9366.0, 9323.0, 9326.0, 9380.0, 9313.0, 9365.0, 9403.0, 9343.0, 9375.0, 9327.0, 9343.0, 9377.0, 9325.0, 9374.0, 9403.0, 9349.0, 9370.0, 9316.0, 9341.0, 9341.0, 9346.0, 9402.0, 9415.0, 9366.0, 9394.0, 9350.0, 9343.0, 9309.0, 9329.0, 9396.0, 9346.0, 9408.0, 9422.0, 9364.0, 9361.0, 9353.0, 9344.0, 9375.0, 9329.0, 9382.0, 9381.0, 9328.0, 9361.0, 9379.0, 9342.0, 9351.0, 9312.0, 9345.0, 9367.0, 9330.0, 9387.0, 9407.0, 9364.0, 9373.0, 9349.0, 9370.0, 9336.0, 9374.0, 9338.0, 9391.0, 9426.0, 9362.0, 9398.0, 9336.0, 9360.0, 9384.0, 9363.0, 9416.0, 9444.0, 9384.0, 9360.0, 9352.0, 9381.0, 9375.0, 9398.0, 9420.0, 9352.0, 9382.0, 9370.0, 9407.0, 9424.0, 9453.0, 9382.0, 9374.0, 9395.0, 9321.0, 9336.0, 9378.0, 9358.0, 9365.0, 9341.0, 9321.0, 9309.0, 9322.0, 9300.0, 9348.0, 9404.0, 9401.0, 9364.0, 9339.0, 9323.0, 9336.0, 9308.0, 9327.0, 9380.0, 9376.0, 9338.0, 9371.0, 9378.0, 9360.0, 9350.0, 9336.0, 9353.0, 9374.0, 9303.0, 9336.0, 9380.0, 9315.0, 9334.0, 9298.0, 9318.0, 9354.0, 9299.0, 9328.0, 9378.0, 9318.0, 9358.0, 9310.0, 9337.0, 9373.0, 9310.0, 9352.0, 9380.0, 9333.0, 9325.0, 9363.0, 9320.0, 9329.0, 9353.0, 9314.0, 9358.0, 9354.0, 9340.0, 9352.0, 9359.0, 9324.0, 9358.0, 9323.0, 9376.0, 9370.0, 9335.0, 9355.0, 9377.0, 9332.0, 9329.0, 9306.0, 9337.0, 9334.0, 9326.0, 9397.0, 9404.0, 9357.0, 9354.0, 9326.0, 9334.0, 9362.0, 9327.0, 9378.0, 9398.0, 9354.0, 9363.0, 9328.0, 9349.0, 9328.0, 9341.0, 9381.0, 9320.0, 9341.0, 9402.0, 9329.0, 9345.0, 9325.0, 9342.0, 9373.0, 9339.0, 9380.0, 9395.0, 9343.0, 9356.0, 9374.0, 9339.0, 9336.0, 9325.0, 9381.0, 9374.0, 9355.0, 9385.0, 9391.0, 9355.0, 9343.0, 9321.0, 9348.0, 9334.0, 9400.0, 9451.0, 9406.0, 9341.0, 9359.0, 9320.0, 9341.0, 9320.0, 9364.0, 9401.0, 9379.0, 9337.0, 9339.0, 9313.0, 9314.0, 9345.0, 9311.0, 9316.0, 9351.0, 9300.0, 9335.0, 9356.0, 9316.0, 9330.0, 9316.0, 9316.0, 9353.0, 9317.0, 9364.0, 9377.0, 9343.0, 9348.0, 9326.0, 9339.0, 9314.0, 9366.0, 9424.0, 9412.0, 9354.0, 9378.0, 9332.0, 9333.0, 9314.0, 9322.0, 9384.0, 9375.0, 9347.0, 9389.0, 9362.0, 9343.0, 9321.0, 9330.0, 9393.0, 9359.0, 9343.0, 9401.0, 9319.0, 9343.0, 9313.0, 9339.0, 9328.0, 9365.0, 9433.0, 9421.0, 9368.0, 9370.0, 9360.0, 9333.0, 9376.0, 9366.0, 9327.0, 9368.0, 9356.0, 9333.0, 9370.0, 9332.0, 9378.0, 9341.0, 9390.0, 9417.0, 9357.0, 9370.0, 9373.0, 9316.0, 9357.0, 9341.0, 9381.0, 9326.0, 9357.0, 9418.0, 9390.0, 9350.0, 9356.0, 9325.0, 9360.0, 9323.0, 9383.0, 9401.0, 9341.0, 9333.0, 9370.0, 9322.0, 9339.0, 9318.0, 9330.0, 9374.0, 9372.0, 9333.0, 9363.0, 9351.0, 9312.0, 9349.0, 9277.0, 9298.0, 9352.0, 9287.0, 9333.0, 9387.0, 9302.0, 9345.0, 9288.0, 9324.0, 9375.0, 9324.0, 9403.0, 9399.0, 9354.0, 9381.0, 9325.0, 9364.0, 9342.0, 9346.0, 9412.0, 9402.0, 9374.0, 9363.0, 9310.0, 9320.0, 9389.0, 9316.0, 9320.0, 9374.0, 9314.0, 9365.0, 9400.0, 9323.0, 9352.0, 9308.0, 9344.0, 9391.0, 9342.0, 9404.0, 9394.0, 9378.0, 9408.0, 9370.0, 9406.0, 9399.0, 9446.0, 9422.0, 9378.0, 9377.0, 9397.0, 9357.0, 9378.0, 9346.0, 9384.0, 9397.0, 9355.0, 9390.0, 9400.0, 9347.0, 9351.0, 9291.0, 9323.0, 9374.0, 9300.0, 9316.0, 9376.0, 9394.0, 9333.0, 9360.0, 9303.0, 9322.0, 9370.0, 9320.0, 9362.0, 9373.0, 9361.0, 9370.0, 9311.0, 9353.0, 9306.0, 9343.0, 9415.0, 9380.0, 9358.0, 9404.0, 9379.0, 9356.0, 9380.0, 9342.0, 9383.0, 9403.0, 9358.0, 9349.0, 9322.0, 9341.0, 9389.0, 9306.0, 9336.0, 9377.0, 9327.0, 9348.0, 9398.0, 9320.0, 9352.0, 9371.0, 9320.0, 9351.0, 9376.0, 9321.0, 9341.0, 9377.0, 9305.0, 9340.0, 9303.0, 9324.0, 9392.0, 9341.0, 9333.0, 9398.0, 9384.0, 9341.0, 9383.0, 9324.0, 9351.0, 9374.0, 9336.0, 9391.0, 9371.0, 9374.0, 9395.0, 9340.0, 9378.0, 9289.0, 9330.0, 9395.0, 9388.0, 9357.0, 9385.0, 9343.0, 9350.0, 9305.0, 9337.0, 9386.0, 9342.0, 9406.0, 9418.0, 9374.0, 9387.0, 9351.0, 9372.0, 9355.0, 9432.0, 9429.0, 9363.0, 9374.0, 9331.0, 9345.0, 9395.0, 9325.0, 9355.0, 9396.0, 9358.0, 9356.0, 9372.0, 9356.0, 9358.0, 9325.0, 9366.0, 9329.0, 9392.0, 9421.0, 9339.0, 9361.0, 9375.0, 9320.0, 9322.0, 9377.0, 9321.0, 9339.0, 9375.0, 9301.0, 9332.0, 9284.0, 9314.0, 9372.0, 9309.0, 9394.0, 9399.0, 9339.0, 9353.0, 9312.0, 9323.0, 9390.0, 9306.0, 9366.0, 9413.0, 9349.0, 9357.0, 9377.0, 9342.0, 9371.0, 9331.0, 9377.0, 9357.0, 9419.0, 9368.0, 9419.0, 9402.0, 9444.0, 9415.0, 9410.0, 9349.0, 9386.0, 9350.0, 9391.0, 9402.0, 9376.0, 9360.0, 9390.0, 9337.0, 9331.0, 9288.0, 9320.0, 9369.0, 9341.0, 9407.0, 9395.0, 9362.0, 9365.0, 9342.0, 9385.0, 9395.0, 9359.0, 9423.0, 9397.0, 9374.0, 9360.0, 9328.0, 9366.0, 9376.0, 9346.0, 9375.0, 9378.0, 9335.0, 9361.0, 9322.0, 9323.0, 9306.0, 9340.0, 9418.0, 9379.0, 9351.0, 9378.0, 9332.0, 9378.0, 9346.0, 9372.0, 9408.0, 9340.0, 9363.0, 9402.0, 9337.0, 9354.0, 9367.0, 9319.0, 9316.0, 9367.0, 9327.0, 9333.0, 9370.0, 9281.0, 9329.0, 9347.0, 9295.0, 9350.0, 9334.0, 9312.0, 9380.0, 9392.0, 9330.0, 9340.0, 9295.0, 9304.0, 9367.0, 9297.0, 9367.0, 9375.0, 9338.0, 9356.0, 9369.0, 9348.0, 9355.0, 9304.0, 9339.0, 9386.0, 9337.0, 9402.0, 9396.0, 9349.0, 9363.0, 9306.0, 9338.0, 9373.0, 9342.0, 9424.0, 9406.0, 9353.0, 9361.0, 9324.0, 9349.0, 9375.0, 9337.0, 9388.0, 9393.0, 9368.0, 9362.0, 9343.0, 9373.0, 9313.0, 9404.0, 9419.0, 9360.0, 9356.0, 9376.0, 9318.0, 9348.0, 9279.0, 9316.0, 9368.0, 9302.0, 9337.0, 9411.0, 9323.0, 9365.0, 9296.0, 9326.0, 9316.0, 9359.0, 9418.0, 9397.0, 9358.0, 9352.0, 9356.0, 9351.0, 9341.0, 9300.0, 9319.0, 9369.0, 9306.0, 9355.0, 9382.0, 9322.0, 9363.0, 9292.0, 9330.0, 9390.0, 9340.0, 9415.0, 9416.0, 9376.0, 9382.0, 9328.0, 9370.0, 9313.0, 9363.0, 9418.0, 9348.0, 9375.0, 9398.0, 9377.0, 9379.0, 9351.0, 9393.0, 9362.0, 9448.0, 9426.0, 9362.0, 9370.0, 9315.0, 9344.0, 9395.0, 9348.0, 9340.0, 9401.0, 9406.0, 9348.0, 9338.0, 9301.0, 9331.0, 9356.0, 9316.0, 9377.0, 9380.0, 9361.0, 9364.0, 9312.0, 9349.0, 9311.0, 9326.0, 9389.0, 9356.0, 9417.0, 9404.0, 9374.0, 9384.0, 9324.0, 9339.0, 9388.0, 9325.0, 9386.0, 9394.0, 9347.0, 9364.0, 9305.0, 9323.0, 9390.0, 9309.0, 9340.0, 9392.0, 9331.0, 9350.0, 9316.0, 9341.0, 9313.0, 9329.0, 9414.0, 9400.0, 9378.0, 9399.0, 9340.0, 9356.0, 9332.0, 9342.0, 9400.0, 9400.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.005099524221453287</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.044935298875432524</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.357084156987035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.265286912484849</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0448685924242425</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4578</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6062.6953</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13048281673114065</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>15.051903114186851</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5831944544971446</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5637895752381294</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6616565729047985</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.524137215348506</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00828867</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010732593946158886</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017751045525074005</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</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.103623891004949</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>23.4301</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1492</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.0523</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305504.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.4655</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.2966</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3491.6556</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3689.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71040.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1276.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4478.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.9552</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.36163369769929</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> |