=== 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-0123 --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-0123",
"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-0123_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-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0123/figures/sub-0123_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-0123/figures/sub-0123_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0123/figures/sub-0123_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-0123/ses-02/func/sub-0123_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>953497fb00d9cffba5aa77303a1da31d</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:49:14.347500</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.999714, -0.0201665, 0.0128163, 0.0211156, 0.996664, -0.0788331]</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.0938357</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>[4242, -7752, -7284, 221, -120, 70, -49, 111]</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>227.42</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>59701d88-0eb9-4319-a7d5-40a1d0127211||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.6821608543395996, 0.05665149912238121, 0.030196068808436394, 106.3797607421875], [0.05410512536764145, 2.6739771366119385, -0.2135193943977356, -89.70507049560547], [0.03438510745763779, 0.2115035504102707, 2.6913747787475586, -77.9762954711914], [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': ['214914.347500', '214914.807500', '214915.267500', '214915.727500', '214916.187500', '214916.647500', '214917.107500', '214917.567500', '214918.027500', '214918.487500', '214918.947500', '214919.407500', '214919.867500', '214920.327500', '214920.787500', '214921.247500', '214921.707500', '214922.167500', '214922.627500', '214923.087500', '214923.547500', '214924.007500', '214924.467500', '214924.927500', '214925.387500', '214925.847500', '214926.307500', '214926.767500', '214927.227500', '214927.687500', '214928.147500', '214928.607500', '214929.067500', '214929.527500', '214929.987500', '214930.447500', '214930.907500', '214931.367500', '214931.827500', '214932.287500', '214932.747500', '214933.207500', '214933.667500', '214934.127500', '214934.587500', '214935.047500', '214935.507500', '214935.967500', '214936.427500', '214936.887500', '214937.347500', '214937.807500', '214938.267500', '214938.727500', '214939.187500', '214939.647500', '214940.107500', '214940.567500', '214941.027500', '214941.487500', '214941.947500', '214942.407500', '214942.867500', '214943.327500', '214943.787500', '214944.247500', '214944.707500', '214945.167500', '214945.627500', '214946.087500', '214946.547500', '214947.007500', '214947.467500', '214947.927500', '214948.387500', '214948.847500', '214949.307500', '214949.767500', '214950.227500', '214950.687500', '214951.147500', '214951.607500', '214952.067500', '214952.527500', '214952.987500', '214953.447500', '214953.907500', '214954.367500', '214954.827500', '214955.287500', '214955.747500', '214956.207500', '214956.667500', '214957.127500', '214957.587500', '214958.047500', '214958.507500', '214958.967500', '214959.427500', '214959.887500', '215000.347500', '215000.807500', '215001.267500', '215001.727500', '215002.187500', '215002.647500', '215003.107500', '215003.567500', '215004.027500', '215004.487500', '215004.947500', '215005.407500', '215005.867500', '215006.327500', '215006.787500', '215007.247500', '215007.707500', '215008.167500', '215008.627500', '215009.087500', '215009.547500', '215010.007500', '215010.467500', '215010.927500', '215011.387500', '215011.847500', '215012.307500', '215012.767500', '215013.227500', '215013.687500', '215014.147500', '215014.607500', '215015.067500', '215015.527500', '215015.987500', '215016.447500', '215016.907500', '215017.367500', '215017.827500', '215018.287500', '215018.747500', '215019.207500', '215019.667500', '215020.127500', '215020.587500', '215021.047500', '215021.507500', '215021.967500', '215022.427500', '215022.887500', '215023.347500', '215023.807500', '215024.267500', '215024.727500', '215025.187500', '215025.647500', '215026.107500', '215026.567500', '215027.027500', '215027.487500', '215027.947500', '215028.407500', '215028.867500', '215029.327500', '215029.787500', '215030.247500', '215030.707500', '215031.167500', '215031.627500', '215032.087500', '215032.547500', '215033.007500', '215033.467500', '215033.927500', '215034.387500', '215034.847500', '215035.307500', '215035.767500', '215036.227500', '215036.687500', '215037.147500', '215037.607500', '215038.067500', '215038.527500', '215038.987500', '215039.447500', '215039.907500', '215040.367500', '215040.827500', '215041.287500', '215041.747500', '215042.207500', '215042.667500', '215043.127500', '215043.587500', '215044.047500', '215044.507500', '215044.967500', '215045.427500', '215045.887500', '215046.347500', '215046.807500', '215047.267500', '215047.727500', '215048.187500', '215048.647500', '215049.107500', '215049.567500', '215050.027500', '215050.487500', '215050.947500', '215051.407500', '215051.867500', '215052.327500', '215052.787500', '215053.247500', '215053.707500', '215054.167500', '215054.627500', '215055.087500', '215055.547500', '215056.007500', '215056.467500', '215056.927500', '215057.387500', '215057.847500', '215058.307500', '215058.767500', '215059.227500', '215059.687500', '215100.147500', '215100.607500', '215101.067500', '215101.527500', '215101.987500', '215102.447500', '215102.907500', '215103.367500', '215103.827500', '215104.287500', '215104.747500', '215105.207500', '215105.667500', '215106.127500', '215106.587500', '215107.047500', '215107.507500', '215107.967500', '215108.427500', '215108.887500', '215109.347500', '215109.807500', '215110.267500', '215110.727500', '215111.187500', '215111.647500', '215112.107500', '215112.567500', '215113.027500', '215113.487500', '215113.947500', '215114.407500', '215114.867500', '215115.327500', '215115.787500', '215116.247500', '215116.707500', '215117.167500', '215117.627500', '215118.087500', '215118.547500', '215119.007500', '215119.467500', '215119.927500', '215120.387500', '215120.847500', '215121.307500', '215121.767500', '215122.227500', '215122.687500', '215123.147500', '215123.607500', '215124.067500', '215124.527500', '215124.987500', '215125.447500', '215125.907500', '215126.367500', '215126.827500', '215127.287500', '215127.747500', '215128.207500', '215128.667500', '215129.127500', '215129.587500', '215130.047500', '215130.507500', '215130.967500', '215131.427500', '215131.887500', '215132.347500', '215132.807500', '215133.267500', '215133.727500', '215134.187500', '215134.647500', '215135.107500', '215135.567500', '215136.027500', '215136.487500', '215136.947500', '215137.407500', '215137.867500', '215138.327500', '215138.787500', '215139.247500', '215139.707500', '215140.167500', '215140.627500', '215141.087500', '215141.547500', '215142.007500', '215142.467500', '215142.927500', '215143.387500', '215143.847500', '215144.307500', '215144.767500', '215145.227500', '215145.687500', '215146.147500', '215146.607500', '215147.067500', '215147.527500', '215147.987500', '215148.447500', '215148.907500', '215149.367500', '215149.827500', '215150.287500', '215150.747500', '215151.207500', '215151.667500', '215152.127500', '215152.587500', '215153.047500', '215153.507500', '215153.967500', '215154.427500', '215154.887500', '215155.347500', '215155.807500', '215156.267500', '215156.727500', '215157.187500', '215157.647500', '215158.107500', '215158.567500', '215159.027500', '215159.487500', '215159.947500', '215200.407500', '215200.867500', '215201.327500', '215201.787500', '215202.247500', '215202.707500', '215203.167500', '215203.627500', '215204.087500', '215204.547500', '215205.007500', '215205.467500', '215205.927500', '215206.387500', '215206.847500', '215207.307500', '215207.767500', '215208.227500', '215208.687500', '215209.147500', '215209.607500', '215210.067500', '215210.527500', '215210.987500', '215211.447500', '215211.907500', '215212.367500', '215212.827500', '215213.287500', '215213.747500', '215214.207500', '215214.667500', '215215.127500', '215215.587500', '215216.047500', '215216.507500', '215216.967500', '215217.427500', '215217.887500', '215218.347500', '215218.807500', '215219.267500', '215219.727500', '215220.187500', '215220.647500', '215221.107500', '215221.567500', '215222.027500', '215222.487500', '215222.947500', '215223.407500', '215223.867500', '215224.327500', '215224.787500', '215225.247500', '215225.707500', '215226.167500', '215226.627500', '215227.087500', '215227.547500', '215228.007500', '215228.467500', '215228.927500', '215229.387500', '215229.847500', '215230.307500', '215230.767500', '215231.227500', '215231.687500', '215232.147500', '215232.607500', '215233.067500', '215233.527500', '215233.987500', '215234.447500', '215234.907500', '215235.367500', '215235.827500', '215236.287500', '215236.747500', '215237.207500', '215237.667500', '215238.127500', '215238.587500', '215239.047500', '215239.507500', '215239.967500', '215240.427500', '215240.887500', '215241.347500', '215241.807500', '215242.267500', '215242.727500', '215243.187500', '215243.647500', '215244.107500', '215244.567500', '215245.027500', '215245.487500', '215245.947500', '215246.407500', '215246.867500', '215247.327500', '215247.787500', '215248.247500', '215248.707500', '215249.167500', '215249.627500', '215250.087500', '215250.547500', '215251.007500', '215251.467500', '215251.927500', '215252.387500', '215252.847500', '215253.307500', '215253.767500', '215254.227500', '215254.687500', '215255.147500', '215255.607500', '215256.067500', '215256.527500', '215256.987500', '215257.447500', '215257.907500', '215258.367500', '215258.827500', '215259.287500', '215259.747500', '215300.207500', '215300.667500', '215301.127500', '215301.587500', '215302.047500', '215302.507500', '215302.967500', '215303.427500', '215303.887500', '215304.347500', '215304.807500', '215305.267500', '215305.727500', '215306.187500', '215306.647500', '215307.107500', '215307.567500', '215308.027500', '215308.487500', '215308.947500', '215309.407500', '215309.867500', '215310.327500', '215310.787500', '215311.247500', '215311.707500', '215312.167500', '215312.627500', '215313.087500', '215313.547500', '215314.007500', '215314.467500', '215314.927500', '215315.387500', '215315.847500', '215316.307500', '215316.767500', '215317.227500', '215317.687500', '215318.147500', '215318.607500', '215319.067500', '215319.527500', '215319.987500', '215320.447500', '215320.907500', '215321.367500', '215321.827500', '215322.287500', '215322.747500', '215323.207500', '215323.667500', '215324.127500', '215324.587500', '215325.047500', '215325.507500', '215325.967500', '215326.427500', '215326.887500', '215327.347500', '215327.807500', '215328.267500', '215328.727500', '215329.187500', '215329.647500', '215330.107500', '215330.567500', '215331.027500', '215331.487500', '215331.947500', '215332.407500', '215332.867500', '215333.327500', '215333.787500', '215334.247500', '215334.707500', '215335.167500', '215335.627500', '215336.087500', '215336.547500', '215337.007500', '215337.467500', '215337.927500', '215338.387500', '215338.847500', '215339.307500', '215339.767500', '215340.227500', '215340.687500', '215341.147500', '215341.607500', '215342.067500', '215342.527500', '215342.987500', '215343.447500', '215343.907500', '215344.367500', '215344.827500', '215345.287500', '215345.747500', '215346.207500', '215346.667500', '215347.127500', '215347.587500', '215348.047500', '215348.507500', '215348.967500', '215349.427500', '215349.887500', '215350.347500', '215350.807500', '215351.267500', '215351.727500', '215352.187500', '215352.647500', '215353.107500', '215353.567500', '215354.027500', '215354.487500', '215354.947500', '215355.407500', '215355.867500', '215356.327500', '215356.787500', '215357.247500', '215357.707500', '215358.167500', '215358.627500', '215359.087500', '215359.547500', '215400.007500', '215400.467500', '215400.927500', '215401.387500', '215401.847500', '215402.307500', '215402.767500', '215403.227500', '215403.687500', '215404.147500', '215404.607500', '215405.067500', '215405.527500', '215405.987500', '215406.447500', '215406.907500', '215407.367500', '215407.827500', '215408.287500', '215408.747500', '215409.207500', '215409.667500', '215410.127500', '215410.587500', '215411.047500', '215411.507500', '215411.967500', '215412.427500', '215412.887500', '215413.347500', '215413.807500', '215414.267500', '215414.727500', '215415.187500', '215415.647500', '215416.107500', '215416.567500', '215417.027500', '215417.487500', '215417.947500', '215418.407500', '215418.867500', '215419.327500', '215419.787500', '215420.247500', '215420.707500', '215421.167500', '215421.627500', '215422.087500', '215422.547500', '215423.007500', '215423.467500', '215423.927500', '215424.387500', '215424.847500', '215425.307500', '215425.767500', '215426.227500', '215426.687500', '215427.147500', '215427.607500', '215428.067500', '215428.527500', '215428.987500', '215429.447500', '215429.907500', '215430.367500', '215430.827500', '215431.287500', '215431.747500', '215432.207500', '215432.667500', '215433.127500', '215433.587500', '215434.047500', '215434.507500', '215434.967500', '215435.427500', '215435.887500', '215436.347500', '215436.807500', '215437.267500', '215437.727500', '215438.187500', '215438.647500', '215439.107500', '215439.567500', '215440.027500', '215440.487500', '215440.947500', '215441.407500', '215441.867500', '215442.327500', '215442.787500', '215443.247500', '215443.707500', '215444.167500', '215444.627500', '215445.087500', '215445.547500', '215446.007500', '215446.467500', '215446.927500', '215447.387500', '215447.847500', '215448.307500', '215448.767500', '215449.227500', '215449.687500', '215450.147500', '215450.607500', '215451.067500', '215451.527500', '215451.987500', '215452.447500', '215452.907500', '215453.367500', '215453.827500', '215454.287500', '215454.747500', '215455.207500', '215455.667500', '215456.127500', '215456.587500', '215457.047500', '215457.507500', '215457.967500', '215458.427500', '215458.887500', '215459.347500', '215459.807500', '215500.267500', '215500.727500', '215501.187500', '215501.647500', '215502.107500', '215502.567500', '215503.027500', '215503.487500', '215503.947500', '215504.407500', '215504.867500', '215505.327500', '215505.787500', '215506.247500', '215506.707500', '215507.167500', '215507.627500', '215508.087500', '215508.547500', '215509.007500', '215509.467500', '215509.927500', '215510.387500', '215510.847500', '215511.307500', '215511.767500', '215512.227500', '215512.687500', '215513.147500', '215513.607500', '215514.067500', '215514.527500', '215514.987500', '215515.447500', '215515.907500', '215516.367500', '215516.827500', '215517.287500', '215517.747500', '215518.207500', '215518.667500', '215519.127500', '215519.587500', '215520.047500', '215520.507500', '215520.967500', '215521.427500', '215521.887500', '215522.347500', '215522.807500', '215523.267500', '215523.727500', '215524.187500', '215524.647500', '215525.107500', '215525.567500', '215526.027500', '215526.487500', '215526.947500', '215527.407500', '215527.867500', '215528.327500', '215528.787500', '215529.247500', '215529.707500', '215530.167500', '215530.627500', '215531.087500', '215531.547500', '215532.007500', '215532.467500', '215532.927500', '215533.387500', '215533.847500', '215534.307500', '215534.767500', '215535.227500', '215535.687500', '215536.147500', '215536.607500', '215537.067500', '215537.527500', '215537.987500', '215538.447500', '215538.907500', '215539.367500', '215539.827500', '215540.287500', '215540.747500', '215541.207500', '215541.667500', '215542.127500', '215542.587500', '215543.047500', '215543.507500', '215543.967500', '215544.427500', '215544.887500', '215545.347500', '215545.807500', '215546.267500', '215546.727500', '215547.187500', '215547.647500', '215548.107500', '215548.567500', '215549.027500', '215549.487500', '215549.947500', '215550.407500', '215550.867500', '215551.327500', '215551.787500', '215552.247500', '215552.707500', '215553.167500', '215553.627500', '215554.087500', '215554.547500', '215555.007500', '215555.467500', '215555.927500', '215556.387500', '215556.847500', '215557.307500', '215557.767500', '215558.227500', '215558.687500', '215559.147500', '215559.607500', '215600.067500', '215600.527500', '215600.987500', '215601.447500', '215601.907500', '215602.367500', '215602.827500', '215603.287500', '215603.747500', '215604.207500', '215604.667500', '215605.127500', '215605.587500', '215606.047500', '215606.507500', '215606.967500', '215607.427500', '215607.887500', '215608.347500', '215608.807500', '215609.267500', '215609.727500', '215610.187500', '215610.647500', '215611.107500', '215611.567500', '215612.027500', '215612.487500', '215612.947500', '215613.407500', '215613.867500', '215614.327500', '215614.787500', '215615.247500', '215615.707500', '215616.167500', '215616.627500', '215617.087500', '215617.547500', '215618.007500', '215618.467500', '215618.927500', '215619.387500', '215619.847500', '215620.307500', '215620.767500', '215621.227500', '215621.687500', '215622.147500', '215622.607500', '215623.067500', '215623.527500', '215623.987500', '215624.447500', '215624.907500', '215625.367500', '215625.827500', '215626.287500', '215626.747500', '215627.207500', '215627.667500', '215628.127500', '215628.587500', '215629.047500', '215629.507500', '215629.967500', '215630.427500', '215630.887500', '215631.347500', '215631.807500', '215632.267500', '215632.727500', '215633.187500', '215633.647500', '215634.107500', '215634.567500', '215635.027500', '215635.487500', '215635.947500', '215636.407500', '215636.867500', '215637.327500', '215637.787500', '215638.247500', '215638.707500', '215639.167500', '215639.627500', '215640.087500', '215640.547500', '215641.007500', '215641.467500', '215641.927500', '215642.387500', '215642.847500', '215643.307500', '215643.767500', '215644.227500', '215644.687500', '215645.147500', '215645.607500', '215646.067500', '215646.527500', '215646.987500', '215647.447500', '215647.907500', '215648.367500', '215648.827500', '215649.287500', '215649.747500', '215650.207500', '215650.667500', '215651.127500', '215651.587500', '215652.047500', '215652.507500', '215652.967500', '215653.427500', '215653.887500', '215654.347500', '215654.807500', '215655.267500', '215655.727500', '215656.187500', '215656.647500', '215657.107500', '215657.567500', '215658.027500', '215658.487500', '215658.947500', '215659.407500', '215659.867500', '215700.327500', '215700.787500', '215701.247500', '215701.707500', '215702.167500', '215702.627500', '215703.087500', '215703.547500', '215704.007500', '215704.467500', '215704.927500', '215705.387500', '215705.847500', '215706.307500', '215706.767500', '215707.227500', '215707.687500', '215708.147500', '215708.607500', '215709.067500', '215709.527500', '215709.987500', '215710.447500', '215710.907500', '215711.367500', '215711.827500', '215712.287500', '215712.747500', '215713.207500', '215713.667500', '215714.127500', '215714.587500', '215715.047500', '215715.507500', '215715.967500', '215716.427500', '215716.887500', '215717.347500', '215717.807500', '215718.267500', '215718.727500', '215719.187500', '215719.647500', '215720.107500', '215720.567500', '215721.027500', '215721.487500', '215721.947500', '215722.407500', '215722.867500', '215723.327500', '215723.787500', '215724.247500', '215724.707500', '215725.167500', '215725.627500', '215726.087500', '215726.547500', '215727.007500', '215727.467500', '215727.927500', '215728.387500', '215728.847500', '215729.307500', '215729.767500', '215730.227500', '215730.687500', '215731.147500', '215731.607500', '215732.067500', '215732.527500', '215732.987500', '215733.447500', '215733.907500', '215734.367500', '215734.827500', '215735.287500', '215735.747500', '215736.207500', '215736.667500', '215737.127500', '215737.587500', '215738.047500', '215738.507500', '215738.967500', '215739.427500', '215739.887500', '215740.347500', '215740.807500', '215741.267500', '215741.727500', '215742.187500', '215742.647500', '215743.107500', '215743.567500', '215744.027500', '215744.487500', '215744.947500', '215745.407500', '215745.867500', '215746.327500', '215746.787500', '215747.247500', '215747.707500', '215748.167500', '215748.627500', '215749.087500', '215749.547500', '215750.007500', '215750.467500', '215750.927500', '215751.387500', '215751.847500', '215752.307500', '215752.767500', '215753.227500', '215753.687500', '215754.147500', '215754.607500', '215755.067500', '215755.527500', '215755.987500', '215756.447500', '215756.907500', '215757.367500', '215757.827500', '215758.287500', '215758.747500', '215759.207500', '215759.667500', '215800.127500', '215800.587500', '215801.047500', '215801.507500', '215801.967500', '215802.427500', '215802.887500', '215803.347500', '215803.807500', '215804.267500', '215804.727500', '215805.187500', '215805.647500'], 'ContentTime': ['214929.070000', '214929.073000', '214929.076000', '214929.078000', '214929.081000', '214929.084000', '214929.086000', '214929.089000', '214929.091000', '214929.094000', '214929.096000', '214929.099000', '214929.102000', '214929.105000', '214929.108000', '214929.110000', '214929.113000', '214929.115000', '214929.118000', '214929.120000', '214929.123000', '214929.128000', '214929.130000', '214929.133000', '214929.135000', '214929.138000', '214929.140000', '214929.143000', '214929.146000', '214949.040000', '214949.043000', '214949.048000', '214949.051000', '214949.054000', '214949.056000', '214949.059000', '214949.061000', '214949.064000', '214949.066000', '214949.069000', '214949.071000', '214949.074000', '214949.077000', '214949.079000', '214949.082000', '214949.084000', '214949.087000', '214949.089000', '214949.092000', '214949.094000', '214949.097000', '214949.099000', '214949.102000', '214949.104000', '214949.107000', '214949.110000', '214949.112000', '214949.115000', '214949.117000', '214949.120000', '214949.122000', '214949.125000', '214949.127000', '214949.130000', '214949.132000', '214949.135000', '214949.138000', '214949.140000', '214949.143000', '214949.145000', '214949.148000', '214949.150000', '214949.153000', '215009.039000', '215009.042000', '215009.045000', '215009.047000', '215009.050000', '215009.052000', '215009.055000', '215009.057000', '215009.060000', '215009.062000', '215009.065000', '215009.068000', '215009.070000', '215009.073000', '215009.075000', '215009.078000', '215009.080000', '215009.083000', '215009.085000', '215009.088000', '215009.091000', '215009.093000', '215009.096000', '215009.104000', '215009.107000', '215009.109000', '215009.112000', '215009.115000', '215009.118000', '215009.121000', '215009.123000', '215009.126000', '215009.128000', '215009.131000', '215009.133000', '215009.136000', '215009.138000', '215009.141000', '215009.143000', '215009.146000', '215009.149000', '215009.151000', '215009.154000', '215029.041000', '215029.043000', '215029.046000', '215029.049000', '215029.051000', '215029.054000', '215029.056000', '215029.059000', '215029.061000', '215029.064000', '215029.067000', '215029.069000', '215029.072000', '215029.074000', '215029.077000', '215029.079000', '215029.082000', '215029.084000', '215029.087000', '215029.089000', '215029.092000', '215029.095000', '215029.097000', '215029.100000', '215029.102000', '215029.105000', '215029.107000', '215029.110000', '215029.113000', '215029.115000', '215029.118000', '215029.120000', '215029.123000', '215029.125000', '215029.128000', '215029.131000', '215029.133000', '215029.136000', '215029.138000', '215029.141000', '215029.144000', '215029.146000', '215029.149000', '215029.151000', '215049.041000', '215049.044000', '215049.046000', '215049.049000', '215049.051000', '215049.054000', '215049.056000', '215049.059000', '215049.062000', '215049.075000', '215049.077000', '215049.080000', '215049.083000', '215049.085000', '215049.088000', '215049.091000', '215049.093000', '215049.096000', '215049.098000', '215049.101000', '215049.103000', '215049.106000', '215049.109000', '215049.111000', '215049.114000', '215049.116000', '215049.119000', '215049.121000', '215049.124000', '215049.127000', '215049.129000', '215049.132000', '215049.134000', '215049.137000', '215049.140000', '215049.143000', '215049.146000', '215049.148000', '215049.151000', '215049.153000', '215049.156000', '215049.159000', '215049.161000', '215109.040000', '215109.043000', '215109.046000', '215109.048000', '215109.051000', '215109.053000', '215109.056000', '215109.059000', '215109.061000', '215109.064000', '215109.066000', '215109.069000', '215109.071000', '215109.074000', '215109.076000', '215109.079000', '215109.082000', '215109.084000', '215109.087000', '215109.089000', '215109.092000', '215109.095000', '215109.097000', '215109.100000', '215109.102000', '215109.105000', '215109.107000', '215109.110000', '215109.112000', '215109.115000', '215109.118000', '215109.120000', '215109.123000', '215109.125000', '215109.128000', '215109.130000', '215109.133000', '215109.135000', '215109.138000', '215109.141000', '215109.143000', '215109.146000', '215109.148000', '215109.151000', '215129.040000', '215129.043000', '215129.046000', '215129.048000', '215129.051000', '215129.054000', '215129.056000', '215129.059000', '215129.061000', '215129.064000', '215129.066000', '215129.069000', '215129.072000', '215129.074000', '215129.077000', '215129.079000', '215129.082000', '215129.084000', '215129.087000', '215129.089000', '215129.092000', '215129.095000', '215129.097000', '215129.100000', '215129.102000', '215129.105000', '215129.107000', '215129.110000', '215129.112000', '215129.115000', '215129.117000', '215129.120000', '215129.123000', '215129.125000', '215129.128000', '215129.130000', '215129.133000', '215129.136000', '215129.138000', '215129.141000', '215129.143000', '215129.146000', '215129.148000', '215149.041000', '215149.043000', '215149.046000', '215149.049000', '215149.051000', '215149.054000', '215149.056000', '215149.059000', '215149.062000', '215149.064000', '215149.067000', '215149.069000', '215149.072000', '215149.074000', '215149.077000', '215149.080000', '215149.082000', '215149.085000', '215149.087000', '215149.090000', '215149.092000', '215149.095000', '215149.098000', '215149.100000', '215149.103000', '215149.105000', '215149.108000', '215149.110000', '215149.113000', '215149.115000', '215149.118000', '215149.121000', '215149.123000', '215149.126000', '215149.128000', '215149.131000', '215149.133000', '215149.136000', '215149.139000', '215149.141000', '215149.144000', '215149.146000', '215149.149000', '215149.151000', '215209.039000', '215209.042000', '215209.045000', '215209.048000', '215209.050000', '215209.053000', '215209.055000', '215209.058000', '215209.060000', '215209.063000', '215209.066000', '215209.068000', '215209.071000', '215209.073000', '215209.076000', '215209.078000', '215209.081000', '215209.084000', '215209.086000', '215209.089000', '215209.091000', '215209.094000', '215209.096000', '215209.099000', '215209.102000', '215209.104000', '215209.107000', '215209.109000', '215209.112000', '215209.114000', '215209.117000', '215209.120000', '215209.122000', '215209.125000', '215209.127000', '215209.130000', '215209.133000', '215209.135000', '215209.138000', '215209.140000', '215209.143000', '215209.145000', '215209.148000', '215229.039000', '215229.042000', '215229.045000', '215229.047000', '215229.050000', '215229.053000', '215229.055000', '215229.058000', '215229.060000', '215229.063000', '215229.065000', '215229.068000', '215229.070000', '215229.073000', '215229.076000', '215229.078000', '215229.081000', '215229.083000', '215229.086000', '215229.088000', '215229.091000', '215229.093000', '215229.096000', '215229.099000', '215229.101000', '215229.104000', '215229.106000', '215229.110000', '215229.112000', '215229.115000', '215229.117000', '215229.120000', '215229.123000', '215229.125000', '215229.128000', '215229.130000', '215229.133000', '215229.135000', '215229.138000', '215229.141000', '215229.143000', '215229.146000', '215229.148000', '215229.151000', '215249.041000', '215249.043000', '215249.046000', '215249.049000', '215249.051000', '215249.054000', '215249.056000', '215249.059000', '215249.062000', '215249.064000', '215249.067000', '215249.069000', '215249.072000', '215249.075000', '215249.077000', '215249.080000', '215249.082000', '215249.085000', '215249.087000', '215249.090000', '215249.093000', '215249.095000', '215249.098000', '215249.100000', '215249.103000', '215249.105000', '215249.108000', '215249.111000', '215249.113000', '215249.116000', '215249.118000', '215249.121000', '215249.123000', '215249.126000', '215249.128000', '215249.131000', '215249.134000', '215249.136000', '215249.139000', '215249.141000', '215249.144000', '215249.146000', '215249.149000', '215309.040000', '215309.043000', '215309.046000', '215309.049000', '215309.051000', '215309.054000', '215309.056000', '215309.059000', '215309.061000', '215309.064000', '215309.067000', '215309.069000', '215309.072000', '215309.074000', '215309.077000', '215309.079000', '215309.082000', '215309.085000', '215309.087000', '215309.090000', '215309.092000', '215309.095000', '215309.097000', '215309.100000', '215309.102000', '215309.105000', '215309.107000', '215309.110000', '215309.113000', '215309.115000', '215309.118000', '215309.120000', '215309.123000', '215309.126000', '215309.128000', '215309.131000', '215309.133000', '215309.136000', '215309.138000', '215309.141000', '215309.143000', '215309.146000', '215309.148000', '215309.151000', '215329.040000', '215329.043000', '215329.046000', '215329.048000', '215329.051000', '215329.054000', '215329.056000', '215329.059000', '215329.061000', '215329.064000', '215329.066000', '215329.069000', '215329.072000', '215329.074000', '215329.077000', '215329.079000', '215329.082000', '215329.085000', '215329.087000', '215329.090000', '215329.092000', '215329.095000', '215329.098000', '215329.100000', '215329.103000', '215329.105000', '215329.108000', '215329.110000', '215329.113000', '215329.116000', '215329.124000', '215329.126000', '215329.129000', '215329.132000', '215329.134000', '215329.137000', '215329.139000', '215329.142000', '215329.144000', '215329.147000', '215329.150000', '215329.152000', '215329.155000', '215349.041000', '215349.043000', '215349.046000', '215349.049000', '215349.051000', '215349.054000', '215349.056000', '215349.059000', '215349.061000', '215349.064000', '215349.066000', '215349.069000', '215349.072000', '215349.074000', '215349.077000', '215349.079000', '215349.094000', '215349.097000', '215349.100000', '215349.102000', '215349.105000', '215349.107000', '215349.110000', '215349.113000', '215349.115000', '215349.118000', '215349.120000', '215349.123000', '215349.125000', '215349.128000', '215349.131000', '215349.133000', '215349.136000', '215349.138000', '215349.141000', '215349.143000', '215349.146000', '215349.148000', '215349.151000', '215349.154000', '215349.156000', '215349.159000', '215349.161000', '215349.164000', '215409.041000', '215409.044000', '215409.046000', '215409.049000', '215409.051000', '215409.054000', '215409.056000', '215409.059000', '215409.062000', '215409.064000', '215409.067000', '215409.069000', '215409.072000', '215409.074000', '215409.077000', '215409.079000', '215409.082000', '215409.085000', '215409.087000', '215409.090000', '215409.092000', '215409.095000', '215409.097000', '215409.100000', '215409.103000', '215409.105000', '215409.108000', '215409.110000', '215409.113000', '215409.116000', '215409.118000', '215409.121000', '215409.123000', '215409.126000', '215409.128000', '215409.131000', '215409.133000', '215409.136000', '215409.139000', '215409.141000', '215409.144000', '215409.146000', '215409.149000', '215429.040000', '215429.042000', '215429.045000', '215429.048000', '215429.050000', '215429.053000', '215429.055000', '215429.058000', '215429.061000', '215429.063000', '215429.066000', '215429.069000', '215429.071000', '215429.074000', '215429.077000', '215429.079000', '215429.082000', '215429.084000', '215429.087000', '215429.090000', '215429.092000', '215429.095000', '215429.097000', '215429.100000', '215429.102000', '215429.105000', '215429.107000', '215429.110000', '215429.113000', '215429.116000', '215429.118000', '215429.121000', '215429.123000', '215429.126000', '215429.129000', '215429.131000', '215429.134000', '215429.136000', '215429.139000', '215429.141000', '215429.144000', '215429.147000', '215429.149000', '215429.152000', '215449.040000', '215449.043000', '215449.046000', '215449.049000', '215449.051000', '215449.054000', '215449.056000', '215449.059000', '215449.062000', '215449.064000', '215449.067000', '215449.069000', '215449.072000', '215449.074000', '215449.077000', '215449.080000', '215449.082000', '215449.085000', '215449.087000', '215449.090000', '215449.093000', '215449.095000', '215449.098000', '215449.100000', '215449.103000', '215449.106000', '215449.108000', '215449.111000', '215449.113000', '215449.116000', '215449.118000', '215449.121000', '215449.124000', '215449.126000', '215449.129000', '215449.131000', '215449.134000', '215449.136000', '215449.139000', '215449.142000', '215449.144000', '215449.147000', '215449.149000', '215509.040000', '215509.043000', '215509.046000', '215509.048000', '215509.051000', '215509.054000', '215509.056000', '215509.059000', '215509.061000', '215509.064000', '215509.067000', '215509.069000', '215509.072000', '215509.075000', '215509.077000', '215509.080000', '215509.082000', '215509.085000', '215509.087000', '215509.090000', '215509.093000', '215509.095000', '215509.098000', '215509.100000', '215509.103000', '215509.105000', '215509.108000', '215509.111000', '215509.113000', '215509.116000', '215509.118000', '215509.121000', '215509.125000', '215509.128000', '215509.130000', '215509.133000', '215509.136000', '215509.138000', '215509.141000', '215509.143000', '215509.146000', '215509.162000', '215509.164000', '215509.167000', '215529.040000', '215529.043000', '215529.046000', '215529.048000', '215529.051000', '215529.054000', '215529.056000', '215529.059000', '215529.061000', '215529.064000', '215529.066000', '215529.069000', '215529.072000', '215529.074000', '215529.077000', '215529.079000', '215529.082000', '215529.084000', '215529.087000', '215529.089000', '215529.092000', '215529.094000', '215529.097000', '215529.100000', '215529.102000', '215529.105000', '215529.107000', '215529.110000', '215529.112000', '215529.115000', '215529.117000', '215529.120000', '215529.123000', '215529.125000', '215529.128000', '215529.130000', '215529.133000', '215529.135000', '215529.138000', '215529.141000', '215529.143000', '215529.146000', '215529.148000', '215549.041000', '215549.044000', '215549.046000', '215549.049000', '215549.051000', '215549.054000', '215549.057000', '215549.060000', '215549.062000', '215549.065000', '215549.068000', '215549.070000', '215549.073000', '215549.075000', '215549.078000', '215549.081000', '215549.083000', '215549.086000', '215549.089000', '215549.091000', '215549.094000', '215549.096000', '215549.099000', '215549.101000', '215549.104000', '215549.107000', '215549.109000', '215549.112000', '215549.114000', '215549.117000', '215549.120000', '215549.122000', '215549.125000', '215549.127000', '215549.130000', '215549.132000', '215549.135000', '215549.137000', '215549.140000', '215549.143000', '215549.145000', '215549.148000', '215549.150000', '215609.041000', '215609.043000', '215609.046000', '215609.049000', '215609.051000', '215609.054000', '215609.056000', '215609.059000', '215609.061000', '215609.064000', '215609.067000', '215609.069000', '215609.072000', '215609.074000', '215609.077000', '215609.079000', '215609.082000', '215609.085000', '215609.087000', '215609.090000', '215609.092000', '215609.095000', '215609.098000', '215609.100000', '215609.103000', '215609.105000', '215609.108000', '215609.111000', '215609.113000', '215609.116000', '215609.118000', '215609.121000', '215609.124000', '215609.126000', '215609.129000', '215609.131000', '215609.134000', '215609.136000', '215609.139000', '215609.142000', '215609.144000', '215609.147000', '215609.149000', '215609.152000', '215629.040000', '215629.043000', '215629.046000', '215629.048000', '215629.051000', '215629.054000', '215629.056000', '215629.059000', '215629.062000', '215629.064000', '215629.067000', '215629.069000', '215629.072000', '215629.075000', '215629.077000', '215629.080000', '215629.082000', '215629.085000', '215629.088000', '215629.090000', '215629.093000', '215629.095000', '215629.098000', '215629.101000', '215629.103000', '215629.106000', '215629.108000', '215629.111000', '215629.113000', '215629.116000', '215629.119000', '215629.121000', '215629.124000', '215629.127000', '215629.129000', '215629.132000', '215629.134000', '215629.137000', '215629.139000', '215629.142000', '215629.145000', '215629.147000', '215629.150000', '215649.039000', '215649.042000', '215649.045000', '215649.047000', '215649.050000', '215649.052000', '215649.055000', '215649.058000', '215649.060000', '215649.063000', '215649.065000', '215649.068000', '215649.071000', '215649.073000', '215649.076000', '215649.078000', '215649.081000', '215649.083000', '215649.086000', '215649.089000', '215649.091000', '215649.094000', '215649.096000', '215649.099000', '215649.102000', '215649.104000', '215649.107000', '215649.109000', '215649.112000', '215649.114000', '215649.117000', '215649.119000', '215649.122000', '215649.125000', '215649.127000', '215649.130000', '215649.132000', '215649.135000', '215649.138000', '215649.140000', '215649.143000', '215649.145000', '215649.148000', '215649.150000', '215709.041000', '215709.043000', '215709.046000', '215709.049000', '215709.051000', '215709.054000', '215709.056000', '215709.059000', '215709.062000', '215709.064000', '215709.067000', '215709.069000', '215709.072000', '215709.074000', '215709.077000', '215709.080000', '215709.082000', '215709.085000', '215709.087000', '215709.090000', '215709.092000', '215709.095000', '215709.097000', '215709.100000', '215709.103000', '215709.106000', '215709.108000', '215709.111000', '215709.114000', '215709.116000', '215709.119000', '215709.121000', '215709.124000', '215709.126000', '215709.129000', '215709.132000', '215709.134000', '215709.137000', '215709.139000', '215709.142000', '215709.144000', '215709.147000', '215709.150000', '215729.041000', '215729.043000', '215729.046000', '215729.049000', '215729.051000', '215729.054000', '215729.056000', '215729.059000', '215729.061000', '215729.064000', '215729.067000', '215729.069000', '215729.072000', '215729.074000', '215729.077000', '215729.079000', '215729.082000', '215729.085000', '215729.087000', '215729.090000', '215729.092000', '215729.095000', '215729.098000', '215729.100000', '215729.103000', '215729.105000', '215729.108000', '215729.111000', '215729.113000', '215729.116000', '215729.118000', '215729.121000', '215729.123000', '215729.126000', '215729.129000', '215729.131000', '215729.134000', '215729.136000', '215729.139000', '215729.141000', '215729.144000', '215729.147000', '215729.149000', '215729.152000', '215749.040000', '215749.043000', '215749.046000', '215749.048000', '215749.051000', '215749.054000', '215749.056000', '215749.059000', '215749.061000', '215749.064000', '215749.066000', '215749.069000', '215749.071000', '215749.074000', '215749.077000', '215749.079000', '215749.082000', '215749.084000', '215749.087000', '215749.089000', '215749.092000', '215749.095000', '215749.097000', '215749.100000', '215749.102000', '215749.105000', '215749.107000', '215749.110000', '215749.112000', '215749.115000', '215749.118000', '215749.120000', '215749.123000', '215749.125000', '215749.128000', '215749.130000', '215749.133000', '215749.135000', '215749.138000', '215749.141000', '215749.143000', '215749.146000', '215749.148000', '215749.151000', '215807.017000', '215807.019000', '215807.022000', '215807.025000', '215807.027000', '215807.030000', '215807.032000', '215807.035000', '215807.037000', '215807.040000', '215807.043000', '215807.045000', '215807.048000', '215807.050000', '215807.053000', '215807.055000', '215807.058000', '215807.061000', '215807.063000', '215807.066000', '215807.068000', '215807.071000', '215807.073000', '215807.076000', '215807.078000', '215807.081000', '215807.084000', '215807.086000', '215807.089000', '215807.091000', '215807.094000', '215807.096000', '215807.099000', '215807.102000', '215807.104000', '215807.107000', '215807.109000', '215807.112000', '215807.114000'], 'InstanceCreationTime': ['214929.070000', '214929.073000', '214929.076000', '214929.078000', '214929.081000', '214929.084000', '214929.086000', '214929.089000', '214929.091000', '214929.094000', '214929.096000', '214929.099000', '214929.102000', '214929.105000', '214929.108000', '214929.110000', '214929.113000', '214929.115000', '214929.118000', '214929.120000', '214929.123000', '214929.128000', '214929.130000', '214929.133000', '214929.135000', '214929.138000', '214929.140000', '214929.143000', '214929.146000', '214949.040000', '214949.043000', '214949.048000', '214949.051000', '214949.054000', '214949.056000', '214949.059000', '214949.061000', '214949.064000', '214949.066000', '214949.069000', '214949.071000', '214949.074000', '214949.077000', '214949.079000', '214949.082000', '214949.084000', '214949.087000', '214949.089000', '214949.092000', '214949.094000', '214949.097000', '214949.099000', '214949.102000', '214949.104000', '214949.107000', '214949.110000', '214949.112000', '214949.115000', '214949.117000', '214949.120000', '214949.122000', '214949.125000', '214949.127000', '214949.130000', '214949.132000', '214949.135000', '214949.138000', '214949.140000', '214949.143000', '214949.145000', '214949.148000', '214949.150000', '214949.153000', '215009.039000', '215009.042000', '215009.045000', '215009.047000', '215009.050000', '215009.052000', '215009.055000', '215009.057000', '215009.060000', '215009.062000', '215009.065000', '215009.068000', '215009.070000', '215009.073000', '215009.075000', '215009.078000', '215009.080000', '215009.083000', '215009.085000', '215009.088000', '215009.091000', '215009.093000', '215009.096000', '215009.104000', '215009.107000', '215009.109000', '215009.112000', '215009.115000', '215009.118000', '215009.121000', '215009.123000', '215009.126000', '215009.128000', '215009.131000', '215009.133000', '215009.136000', '215009.138000', '215009.141000', '215009.143000', '215009.146000', '215009.149000', '215009.151000', '215009.154000', '215029.041000', '215029.043000', '215029.046000', '215029.049000', '215029.051000', '215029.054000', '215029.056000', '215029.059000', '215029.061000', '215029.064000', '215029.067000', '215029.069000', '215029.072000', '215029.074000', '215029.077000', '215029.079000', '215029.082000', '215029.084000', '215029.087000', '215029.089000', '215029.092000', '215029.095000', '215029.097000', '215029.100000', '215029.102000', '215029.105000', '215029.107000', '215029.110000', '215029.113000', '215029.115000', '215029.118000', '215029.120000', '215029.123000', '215029.125000', '215029.128000', '215029.131000', '215029.133000', '215029.136000', '215029.138000', '215029.141000', '215029.144000', '215029.146000', '215029.149000', '215029.151000', '215049.041000', '215049.044000', '215049.046000', '215049.049000', '215049.051000', '215049.054000', '215049.056000', '215049.059000', '215049.062000', '215049.075000', '215049.077000', '215049.080000', '215049.083000', '215049.085000', '215049.088000', '215049.091000', '215049.093000', '215049.096000', '215049.098000', '215049.101000', '215049.103000', '215049.106000', '215049.109000', '215049.111000', '215049.114000', '215049.116000', '215049.119000', '215049.121000', '215049.124000', '215049.127000', '215049.129000', '215049.132000', '215049.134000', '215049.137000', '215049.140000', '215049.143000', '215049.146000', '215049.148000', '215049.151000', '215049.153000', '215049.156000', '215049.159000', '215049.161000', '215109.040000', '215109.043000', '215109.046000', '215109.048000', '215109.051000', '215109.053000', '215109.056000', '215109.059000', '215109.061000', '215109.064000', '215109.066000', '215109.069000', '215109.071000', '215109.074000', '215109.076000', '215109.079000', '215109.082000', '215109.084000', '215109.087000', '215109.089000', '215109.092000', '215109.095000', '215109.097000', '215109.100000', '215109.102000', '215109.105000', '215109.107000', '215109.110000', '215109.112000', '215109.115000', '215109.118000', '215109.120000', '215109.123000', '215109.125000', '215109.128000', '215109.130000', '215109.133000', '215109.135000', '215109.138000', '215109.141000', '215109.143000', '215109.146000', '215109.148000', '215109.151000', '215129.040000', '215129.043000', '215129.046000', '215129.048000', '215129.051000', '215129.054000', '215129.056000', '215129.059000', '215129.061000', '215129.064000', '215129.066000', '215129.069000', '215129.072000', '215129.074000', '215129.077000', '215129.079000', '215129.082000', '215129.084000', '215129.087000', '215129.089000', '215129.092000', '215129.095000', '215129.097000', '215129.100000', '215129.102000', '215129.105000', '215129.107000', '215129.110000', '215129.112000', '215129.115000', '215129.117000', '215129.120000', '215129.123000', '215129.125000', '215129.128000', '215129.130000', '215129.133000', '215129.136000', '215129.138000', '215129.141000', '215129.143000', '215129.146000', '215129.148000', '215149.041000', '215149.043000', '215149.046000', '215149.049000', '215149.051000', '215149.054000', '215149.056000', '215149.059000', '215149.062000', '215149.064000', '215149.067000', '215149.069000', '215149.072000', '215149.074000', '215149.077000', '215149.080000', '215149.082000', '215149.085000', '215149.087000', '215149.090000', '215149.092000', '215149.095000', '215149.098000', '215149.100000', '215149.103000', '215149.105000', '215149.108000', '215149.110000', '215149.113000', '215149.115000', '215149.118000', '215149.121000', '215149.123000', '215149.126000', '215149.128000', '215149.131000', '215149.133000', '215149.136000', '215149.139000', '215149.141000', '215149.144000', '215149.146000', '215149.149000', '215149.151000', '215209.039000', '215209.042000', '215209.045000', '215209.048000', '215209.050000', '215209.053000', '215209.055000', '215209.058000', '215209.060000', '215209.063000', '215209.066000', '215209.068000', '215209.071000', '215209.073000', '215209.076000', '215209.078000', '215209.081000', '215209.084000', '215209.086000', '215209.089000', '215209.091000', '215209.094000', '215209.096000', '215209.099000', '215209.102000', '215209.104000', '215209.107000', '215209.109000', '215209.112000', '215209.114000', '215209.117000', '215209.120000', '215209.122000', '215209.125000', '215209.127000', '215209.130000', '215209.133000', '215209.135000', '215209.138000', '215209.140000', '215209.143000', '215209.145000', '215209.148000', '215229.039000', '215229.042000', '215229.045000', '215229.047000', '215229.050000', '215229.053000', '215229.055000', '215229.058000', '215229.060000', '215229.063000', '215229.065000', '215229.068000', '215229.070000', '215229.073000', '215229.076000', '215229.078000', '215229.081000', '215229.083000', '215229.086000', '215229.088000', '215229.091000', '215229.093000', '215229.096000', '215229.099000', '215229.101000', '215229.104000', '215229.106000', '215229.110000', '215229.112000', '215229.115000', '215229.117000', '215229.120000', '215229.123000', '215229.125000', '215229.128000', '215229.130000', '215229.133000', '215229.135000', '215229.138000', '215229.141000', '215229.143000', '215229.146000', '215229.148000', '215229.151000', '215249.041000', '215249.043000', '215249.046000', '215249.049000', '215249.051000', '215249.054000', '215249.056000', '215249.059000', '215249.062000', '215249.064000', '215249.067000', '215249.069000', '215249.072000', '215249.075000', '215249.077000', '215249.080000', '215249.082000', '215249.085000', '215249.087000', '215249.090000', '215249.093000', '215249.095000', '215249.098000', '215249.100000', '215249.103000', '215249.105000', '215249.108000', '215249.111000', '215249.113000', '215249.116000', '215249.118000', '215249.121000', '215249.123000', '215249.126000', '215249.128000', '215249.131000', '215249.134000', '215249.136000', '215249.139000', '215249.141000', '215249.144000', '215249.146000', '215249.149000', '215309.040000', '215309.043000', '215309.046000', '215309.049000', '215309.051000', '215309.054000', '215309.056000', '215309.059000', '215309.061000', '215309.064000', '215309.067000', '215309.069000', '215309.072000', '215309.074000', '215309.077000', '215309.079000', '215309.082000', '215309.085000', '215309.087000', '215309.090000', '215309.092000', '215309.095000', '215309.097000', '215309.100000', '215309.102000', '215309.105000', '215309.107000', '215309.110000', '215309.113000', '215309.115000', '215309.118000', '215309.120000', '215309.123000', '215309.126000', '215309.128000', '215309.131000', '215309.133000', '215309.136000', '215309.138000', '215309.141000', '215309.143000', '215309.146000', '215309.148000', '215309.151000', '215329.040000', '215329.043000', '215329.046000', '215329.048000', '215329.051000', '215329.054000', '215329.056000', '215329.059000', '215329.061000', '215329.064000', '215329.066000', '215329.069000', '215329.072000', '215329.074000', '215329.077000', '215329.079000', '215329.082000', '215329.085000', '215329.087000', '215329.090000', '215329.092000', '215329.095000', '215329.098000', '215329.100000', '215329.103000', '215329.105000', '215329.108000', '215329.110000', '215329.113000', '215329.116000', '215329.124000', '215329.126000', '215329.129000', '215329.132000', '215329.134000', '215329.137000', '215329.139000', '215329.142000', '215329.144000', '215329.147000', '215329.150000', '215329.152000', '215329.155000', '215349.041000', '215349.043000', '215349.046000', '215349.049000', '215349.051000', '215349.054000', '215349.056000', '215349.059000', '215349.061000', '215349.064000', '215349.066000', '215349.069000', '215349.072000', '215349.074000', '215349.077000', '215349.079000', '215349.094000', '215349.097000', '215349.100000', '215349.102000', '215349.105000', '215349.107000', '215349.110000', '215349.113000', '215349.115000', '215349.118000', '215349.120000', '215349.123000', '215349.125000', '215349.128000', '215349.131000', '215349.133000', '215349.136000', '215349.138000', '215349.141000', '215349.143000', '215349.146000', '215349.148000', '215349.151000', '215349.154000', '215349.156000', '215349.159000', '215349.161000', '215349.164000', '215409.041000', '215409.044000', '215409.046000', '215409.049000', '215409.051000', '215409.054000', '215409.056000', '215409.059000', '215409.062000', '215409.064000', '215409.067000', '215409.069000', '215409.072000', '215409.074000', '215409.077000', '215409.079000', '215409.082000', '215409.085000', '215409.087000', '215409.090000', '215409.092000', '215409.095000', '215409.097000', '215409.100000', '215409.103000', '215409.105000', '215409.108000', '215409.110000', '215409.113000', '215409.116000', '215409.118000', '215409.121000', '215409.123000', '215409.126000', '215409.128000', '215409.131000', '215409.133000', '215409.136000', '215409.139000', '215409.141000', '215409.144000', '215409.146000', '215409.149000', '215429.040000', '215429.042000', '215429.045000', '215429.048000', '215429.050000', '215429.053000', '215429.055000', '215429.058000', '215429.061000', '215429.063000', '215429.066000', '215429.069000', '215429.071000', '215429.074000', '215429.077000', '215429.079000', '215429.082000', '215429.084000', '215429.087000', '215429.090000', '215429.092000', '215429.095000', '215429.097000', '215429.100000', '215429.102000', '215429.105000', '215429.107000', '215429.110000', '215429.113000', '215429.116000', '215429.118000', '215429.121000', '215429.123000', '215429.126000', '215429.129000', '215429.131000', '215429.134000', '215429.136000', '215429.139000', '215429.141000', '215429.144000', '215429.147000', '215429.149000', '215429.152000', '215449.040000', '215449.043000', '215449.046000', '215449.049000', '215449.051000', '215449.054000', '215449.056000', '215449.059000', '215449.062000', '215449.064000', '215449.067000', '215449.069000', '215449.072000', '215449.074000', '215449.077000', '215449.080000', '215449.082000', '215449.085000', '215449.087000', '215449.090000', '215449.093000', '215449.095000', '215449.098000', '215449.100000', '215449.103000', '215449.106000', '215449.108000', '215449.111000', '215449.113000', '215449.116000', '215449.118000', '215449.121000', '215449.124000', '215449.126000', '215449.129000', '215449.131000', '215449.134000', '215449.136000', '215449.139000', '215449.142000', '215449.144000', '215449.147000', '215449.149000', '215509.040000', '215509.043000', '215509.046000', '215509.048000', '215509.051000', '215509.054000', '215509.056000', '215509.059000', '215509.061000', '215509.064000', '215509.067000', '215509.069000', '215509.072000', '215509.075000', '215509.077000', '215509.080000', '215509.082000', '215509.085000', '215509.087000', '215509.090000', '215509.093000', '215509.095000', '215509.098000', '215509.100000', '215509.103000', '215509.105000', '215509.108000', '215509.111000', '215509.113000', '215509.116000', '215509.118000', '215509.121000', '215509.125000', '215509.128000', '215509.130000', '215509.133000', '215509.136000', '215509.138000', '215509.141000', '215509.143000', '215509.146000', '215509.162000', '215509.164000', '215509.167000', '215529.040000', '215529.043000', '215529.046000', '215529.048000', '215529.051000', '215529.054000', '215529.056000', '215529.059000', '215529.061000', '215529.064000', '215529.066000', '215529.069000', '215529.072000', '215529.074000', '215529.077000', '215529.079000', '215529.082000', '215529.084000', '215529.087000', '215529.089000', '215529.092000', '215529.094000', '215529.097000', '215529.100000', '215529.102000', '215529.105000', '215529.107000', '215529.110000', '215529.112000', '215529.115000', '215529.117000', '215529.120000', '215529.123000', '215529.125000', '215529.128000', '215529.130000', '215529.133000', '215529.135000', '215529.138000', '215529.141000', '215529.143000', '215529.146000', '215529.148000', '215549.041000', '215549.044000', '215549.046000', '215549.049000', '215549.051000', '215549.054000', '215549.057000', '215549.060000', '215549.062000', '215549.065000', '215549.068000', '215549.070000', '215549.073000', '215549.075000', '215549.078000', '215549.081000', '215549.083000', '215549.086000', '215549.089000', '215549.091000', '215549.094000', '215549.096000', '215549.099000', '215549.101000', '215549.104000', '215549.107000', '215549.109000', '215549.112000', '215549.114000', '215549.117000', '215549.120000', '215549.122000', '215549.125000', '215549.127000', '215549.130000', '215549.132000', '215549.135000', '215549.137000', '215549.140000', '215549.143000', '215549.145000', '215549.148000', '215549.150000', '215609.041000', '215609.043000', '215609.046000', '215609.049000', '215609.051000', '215609.054000', '215609.056000', '215609.059000', '215609.061000', '215609.064000', '215609.067000', '215609.069000', '215609.072000', '215609.074000', '215609.077000', '215609.079000', '215609.082000', '215609.085000', '215609.087000', '215609.090000', '215609.092000', '215609.095000', '215609.098000', '215609.100000', '215609.103000', '215609.105000', '215609.108000', '215609.111000', '215609.113000', '215609.116000', '215609.118000', '215609.121000', '215609.124000', '215609.126000', '215609.129000', '215609.131000', '215609.134000', '215609.136000', '215609.139000', '215609.142000', '215609.144000', '215609.147000', '215609.149000', '215609.152000', '215629.040000', '215629.043000', '215629.046000', '215629.048000', '215629.051000', '215629.054000', '215629.056000', '215629.059000', '215629.062000', '215629.064000', '215629.067000', '215629.069000', '215629.072000', '215629.075000', '215629.077000', '215629.080000', '215629.082000', '215629.085000', '215629.088000', '215629.090000', '215629.093000', '215629.095000', '215629.098000', '215629.101000', '215629.103000', '215629.106000', '215629.108000', '215629.111000', '215629.113000', '215629.116000', '215629.119000', '215629.121000', '215629.124000', '215629.127000', '215629.129000', '215629.132000', '215629.134000', '215629.137000', '215629.139000', '215629.142000', '215629.145000', '215629.147000', '215629.150000', '215649.039000', '215649.042000', '215649.045000', '215649.047000', '215649.050000', '215649.052000', '215649.055000', '215649.058000', '215649.060000', '215649.063000', '215649.065000', '215649.068000', '215649.071000', '215649.073000', '215649.076000', '215649.078000', '215649.081000', '215649.083000', '215649.086000', '215649.089000', '215649.091000', '215649.094000', '215649.096000', '215649.099000', '215649.102000', '215649.104000', '215649.107000', '215649.109000', '215649.112000', '215649.114000', '215649.117000', '215649.119000', '215649.122000', '215649.125000', '215649.127000', '215649.130000', '215649.132000', '215649.135000', '215649.138000', '215649.140000', '215649.143000', '215649.145000', '215649.148000', '215649.150000', '215709.041000', '215709.043000', '215709.046000', '215709.049000', '215709.051000', '215709.054000', '215709.056000', '215709.059000', '215709.062000', '215709.064000', '215709.067000', '215709.069000', '215709.072000', '215709.074000', '215709.077000', '215709.080000', '215709.082000', '215709.085000', '215709.087000', '215709.090000', '215709.092000', '215709.095000', '215709.097000', '215709.100000', '215709.103000', '215709.106000', '215709.108000', '215709.111000', '215709.114000', '215709.116000', '215709.119000', '215709.121000', '215709.124000', '215709.126000', '215709.129000', '215709.132000', '215709.134000', '215709.137000', '215709.139000', '215709.142000', '215709.144000', '215709.147000', '215709.150000', '215729.041000', '215729.043000', '215729.046000', '215729.049000', '215729.051000', '215729.054000', '215729.056000', '215729.059000', '215729.061000', '215729.064000', '215729.067000', '215729.069000', '215729.072000', '215729.074000', '215729.077000', '215729.079000', '215729.082000', '215729.085000', '215729.087000', '215729.090000', '215729.092000', '215729.095000', '215729.098000', '215729.100000', '215729.103000', '215729.105000', '215729.108000', '215729.111000', '215729.113000', '215729.116000', '215729.118000', '215729.121000', '215729.123000', '215729.126000', '215729.129000', '215729.131000', '215729.134000', '215729.136000', '215729.139000', '215729.141000', '215729.144000', '215729.147000', '215729.149000', '215729.152000', '215749.040000', '215749.043000', '215749.046000', '215749.048000', '215749.051000', '215749.054000', '215749.056000', '215749.059000', '215749.061000', '215749.064000', '215749.066000', '215749.069000', '215749.071000', '215749.074000', '215749.077000', '215749.079000', '215749.082000', '215749.084000', '215749.087000', '215749.089000', '215749.092000', '215749.095000', '215749.097000', '215749.100000', '215749.102000', '215749.105000', '215749.107000', '215749.110000', '215749.112000', '215749.115000', '215749.118000', '215749.120000', '215749.123000', '215749.125000', '215749.128000', '215749.130000', '215749.133000', '215749.135000', '215749.138000', '215749.141000', '215749.143000', '215749.146000', '215749.148000', '215749.151000', '215807.017000', '215807.019000', '215807.022000', '215807.025000', '215807.027000', '215807.030000', '215807.032000', '215807.035000', '215807.037000', '215807.040000', '215807.043000', '215807.045000', '215807.048000', '215807.050000', '215807.053000', '215807.055000', '215807.058000', '215807.061000', '215807.063000', '215807.066000', '215807.068000', '215807.071000', '215807.073000', '215807.076000', '215807.078000', '215807.081000', '215807.084000', '215807.086000', '215807.089000', '215807.091000', '215807.094000', '215807.096000', '215807.099000', '215807.102000', '215807.104000', '215807.107000', '215807.109000', '215807.112000', '215807.114000'], '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': [20080, 11228, 16162, 12491, 15280, 10148, 14629, 8170, 13223, 7599, 11853, 7614, 12888, 7606, 10127, 7363, 9195, 7308, 9074, 7505, 8530, 14551, 8992, 13405, 8601, 8845, 8530, 10366, 8495, 15464, 8416, 17251, 8296, 14970, 8132, 12595, 7897, 11812, 7642, 12425, 8906, 12951, 7619, 11546, 7655, 11326, 7760, 12024, 7734, 11799, 6953, 9482, 7186, 8563, 7554, 8935, 7461, 8713, 7654, 8828, 7468, 8661, 7326, 9019, 7212, 9175, 7312, 9371, 7097, 11540, 7512, 10616, 7503, 8963, 7741, 9014, 10974, 11135, 7675, 9242, 7355, 8796, 8990, 10244, 8576, 10496, 8389, 8919, 12612, 8969, 12684, 10571, 7644, 8909, 7949, 9014, 9556, 9843, 7538, 8590, 7907, 8963, 7386, 9346, 7513, 8744, 9621, 8605, 7507, 8831, 7921, 8702, 7759, 8704, 7787, 8641, 7891, 8816, 7646, 8998, 7635, 11145, 7645, 9507, 7624, 8840, 8857, 11303, 7626, 10132, 7757, 8887, 12871, 9965, 12987, 9620, 9107, 8717, 8702, 9192, 7726, 9509, 7733, 9196, 7299, 10159, 7400, 14861, 7290, 13237, 7119, 12165, 7273, 14048, 7305, 14267, 7066, 11504, 7534, 9384, 7468, 12279, 7408, 12062, 7506, 8709, 8062, 8030, 9515, 7707, 12286, 8528, 7827, 8456, 7623, 12211, 7664, 10547, 8337, 7369, 16043, 9406, 17308, 13161, 17704, 10406, 16849, 12003, 16160, 11947, 16085, 10876, 14852, 8208, 13173, 7997, 11860, 7714, 11505, 7605, 11393, 7831, 11438, 7897, 11230, 7872, 12718, 8124, 13804, 7819, 12986, 8170, 13924, 8970, 14576, 7678, 12735, 7540, 12017, 7727, 13364, 7491, 12606, 7367, 11130, 7512, 13429, 7933, 15588, 7533, 13833, 7461, 13718, 7949, 15193, 7829, 13904, 7268, 11637, 7589, 13472, 7994, 14806, 7911, 13827, 7961, 13145, 8328, 14872, 10128, 15886, 7898, 14705, 8072, 14561, 9035, 15884, 8075, 14145, 7576, 12281, 7531, 12744, 7651, 12924, 7646, 9117, 7363, 8861, 8758, 11544, 7402, 7738, 17227, 18123, 12953, 11852, 7941, 10701, 8010, 11220, 8162, 10945, 7873, 11068, 7906, 13317, 7890, 13858, 8985, 14931, 8738, 15443, 8556, 11759, 15013, 11195, 18654, 12718, 17259, 9098, 14556, 9754, 14488, 10117, 14064, 7596, 11956, 7483, 9023, 7210, 8508, 10073, 8638, 13455, 8551, 16719, 8243, 13883, 8127, 13124, 7723, 12122, 7160, 11013, 7509, 10075, 7140, 8692, 7430, 8808, 7359, 8030, 17210, 18005, 12378, 11112, 7503, 9822, 7478, 10304, 7629, 10987, 7570, 11382, 8090, 11839, 7682, 12386, 8058, 10916, 15260, 10746, 18695, 9449, 15981, 11516, 14848, 9254, 13088, 7928, 8935, 7850, 8851, 15958, 9164, 11100, 8483, 10046, 8658, 10981, 8606, 7515, 8803, 7889, 8694, 12026, 8577, 15985, 10985, 13761, 8669, 18430, 10032, 17631, 12274, 15782, 8728, 14465, 8552, 12393, 8339, 10471, 7056, 8294, 7109, 8475, 12686, 8641, 16881, 8443, 14084, 8249, 14401, 8089, 12494, 7792, 12539, 8534, 12976, 7752, 12218, 7714, 12621, 8448, 13617, 7746, 12982, 7547, 12846, 8498, 14011, 8164, 14214, 8090, 14056, 8478, 15294, 11180, 14956, 8371, 13040, 8329, 18363, 10047, 16924, 10006, 16896, 8261, 15106, 9372, 15315, 11413, 15231, 7870, 13953, 7882, 14139, 10425, 14929, 7914, 14220, 7833, 13721, 9452, 15592, 9101, 15537, 8207, 14373, 9392, 15792, 9933, 16136, 8272, 14650, 8934, 14265, 10300, 8362, 8668, 7357, 8705, 7168, 12894, 7733, 15925, 7491, 14718, 7588, 16104, 9814, 7327, 11879, 8218, 8078, 8298, 7443, 14877, 8286, 16992, 12750, 17569, 9981, 14482, 9592, 13572, 9422, 12238, 10811, 7406, 8957, 7370, 9249, 7633, 13364, 7888, 15244, 8420, 14706, 8462, 13912, 8066, 14965, 10633, 15593, 8214, 14954, 8309, 14082, 9179, 15243, 11163, 11739, 9567, 7395, 9417, 7867, 10251, 7827, 12844, 7394, 12452, 7900, 10299, 13424, 10360, 12212, 8326, 14163, 8525, 17152, 8695, 17052, 9961, 15394, 8507, 14543, 8190, 14061, 8749, 14296, 9326, 15410, 8450, 15102, 7901, 12974, 7750, 13111, 7718, 13756, 7646, 12773, 7467, 10834, 7415, 11136, 7400, 13118, 7649, 12590, 7693, 10476, 7638, 10946, 7638, 12732, 7673, 11559, 7408, 12004, 8173, 14012, 8010, 15251, 8208, 13806, 8755, 15211, 10824, 13587, 8545, 13234, 8699, 15770, 9356, 10675, 8924, 7855, 8989, 7537, 10130, 7381, 15371, 7494, 15525, 7484, 14957, 8175, 16201, 18142, 18034, 10712, 13418, 9013, 8211, 12596, 10374, 10083, 7736, 8610, 7711, 8699, 7726, 8550, 9039, 8551, 17993, 8052, 15617, 10968, 14420, 7748, 10805, 7610, 8655, 15188, 8595, 14025, 8410, 15509, 8184, 14173, 7799, 13725, 7907, 13018, 7771, 11883, 8211, 12115, 7450, 12041, 7394, 11298, 7429, 11610, 7454, 11125, 7167, 9466, 7278, 10418, 7232, 11196, 7503, 10082, 7281, 11531, 7506, 13452, 7471, 12956, 7320, 12678, 7614, 13786, 7190, 12387, 7319, 9875, 8584, 11429, 8379, 11063, 7569, 8737, 10627, 9102, 12089, 10571, 7661, 8864, 7408, 8716, 11413, 9944, 10193, 8901, 8865, 8863, 12450, 8727, 13358, 8512, 7903, 8643, 8214, 8653, 13306, 8546, 9416, 8529, 10990, 8459, 12089, 8423, 8082, 8610, 10800, 8583, 15313, 8519, 12999, 8460, 9092, 8718, 8626, 8650, 10306, 8617, 7769, 8587, 7963, 8605, 7940, 10673, 7428, 9078, 7166, 9465, 7357, 12730, 7194, 12037, 7063, 10383, 7325, 12952, 7495, 13864, 7497, 12245, 7611, 13158, 9087, 15587, 8071, 13640, 8317, 12440, 8639, 7959, 8571, 7598, 8970, 7653, 11938, 7273, 14695, 7633, 14199, 8137, 14601, 8117, 15700, 10625, 16751, 8939, 17031, 8937, 16682, 11372, 17237, 10816, 17050, 8781, 15277, 9677, 14857, 11041, 15233, 8039, 13591, 8087, 12613, 8232, 13000, 7581, 11715, 7319, 9612, 7583, 10242, 7699, 11708, 7355, 10422, 7096, 10373, 7183, 12268, 7221, 10020, 7220, 9832, 7452, 12065, 7490, 10585, 7669, 9776, 7943, 12008, 7729, 13316, 7336, 11494, 7148, 11920, 7204, 14120, 7131, 12259, 7240, 10999, 7126, 12124, 7071, 10489, 7219, 8674, 8257, 8553, 9145, 9272, 8046, 8653, 7328, 9159, 7629, 12126, 7146, 9830, 7139, 9598, 7675, 11674, 7873, 10273, 7346, 8720, 7552, 8587, 7981, 10466, 7411, 9331, 7230, 10024, 7374, 13888, 7349, 12978, 7323, 12275, 7363, 13702, 7309, 11875, 7364, 10370, 7123, 13172, 7375, 12385, 7455, 11558, 7566, 13601, 7601, 13664, 7526, 12173, 7408, 14389, 7930, 14719, 7412, 13020, 7604, 13297, 7498, 14048, 7599, 11698, 7230, 10237, 7300, 11166, 7407, 9555, 7193, 8601, 7211, 9416, 7220, 8923, 7106, 8681, 7866, 8506, 7581, 9047, 7484, 8618, 7187, 9380, 7213, 11280, 7396, 9549, 7443, 11346, 7469, 13610, 7767, 13005, 7734, 13663, 9076, 14878, 8312, 14792, 8190, 14240, 9813, 15430, 9756, 15705, 8219, 14099, 9066, 12904, 18256, 17762, 10995, 11507, 8545, 7646, 9082, 7198, 9555, 7200, 10338, 7530, 11490, 8070, 13847, 7532, 13243, 7994, 13395, 10271, 12334, 11329, 8870, 18168, 10479, 17064, 11561, 14999, 8057, 13862, 7974, 13150, 8289, 8291, 8500, 17967, 12181, 11626, 7816, 8557, 7317, 8257, 7126, 8310, 7101, 8529, 7108, 10168, 7188, 10082, 7354, 9074, 10694, 10293, 10956, 7769, 17614, 18990, 12682, 13022, 10270, 9064, 8060, 9106, 7324, 8902, 7222, 9551, 7215, 8962, 7105, 8402, 11181, 8494, 18287, 8290, 15053, 10867, 14584, 7910, 13562, 8019, 12935, 9094, 13445, 7603, 12245, 7588, 10990, 7526, 12110, 7663, 9892, 7244, 8859, 7678, 9750, 7315, 8584, 7564, 8593, 12961, 8624, 12467, 8530, 14215, 8545, 17559, 8613, 15194, 9364, 14584, 8125, 13449, 7969, 13235, 9742, 14408, 8100, 13336, 8245, 13552, 10028, 15001, 7942, 14124, 7935, 13981, 10194, 14569, 7806, 13266, 7975, 13512, 9859, 14504, 7677, 12558, 7711, 12180, 8474, 13334, 7953, 12390, 7773, 13058, 8913, 14254, 8301, 14200, 7917, 13454, 8078, 14426, 10456, 15832, 9300, 15980, 8456, 14897, 10134, 15572, 10895, 15849, 8126, 14524, 8133, 14362, 9253, 15281, 8134, 14038, 7912, 12795, 7887, 14027, 8281, 13948, 8105, 12669, 8025, 13353, 9172, 16084, 8797, 7236, 8861, 7753, 13002, 8761, 7607, 8952, 7863, 10981, 8938, 14964, 7528, 13146, 7688, 13433, 8183], 'WindowCenter': [4414.0, 4338.0, 4350.0, 4318.0, 4335.0, 4286.0, 4312.0, 4253.0, 4300.0, 4238.0, 4289.0, 4240.0, 4289.0, 4239.0, 4267.0, 4237.0, 4268.0, 4238.0, 4259.0, 4238.0, 4259.0, 4308.0, 4259.0, 4298.0, 4257.0, 4258.0, 4259.0, 4278.0, 4261.0, 4319.0, 4262.0, 4331.0, 4261.0, 4319.0, 4262.0, 4310.0, 4262.0, 4301.0, 4263.0, 4312.0, 4273.0, 4311.0, 4264.0, 4303.0, 4262.0, 4304.0, 4266.0, 4313.0, 4263.0, 4303.0, 4253.0, 4285.0, 4253.0, 4275.0, 4264.0, 4283.0, 4254.0, 4274.0, 4264.0, 4286.0, 4265.0, 4287.0, 4265.0, 4287.0, 4265.0, 4297.0, 4267.0, 4297.0, 4267.0, 4318.0, 4265.0, 4308.0, 4265.0, 4286.0, 4265.0, 4285.0, 4305.0, 4307.0, 4266.0, 4295.0, 4265.0, 4287.0, 4286.0, 4305.0, 4285.0, 4307.0, 4275.0, 4286.0, 4325.0, 4286.0, 4326.0, 4306.0, 4265.0, 4285.0, 4275.0, 4284.0, 4294.0, 4295.0, 4264.0, 4285.0, 4276.0, 4285.0, 4263.0, 4294.0, 4266.0, 4285.0, 4296.0, 4285.0, 4265.0, 4284.0, 4274.0, 4285.0, 4276.0, 4286.0, 4275.0, 4286.0, 4276.0, 4285.0, 4277.0, 4295.0, 4276.0, 4316.0, 4264.0, 4298.0, 4265.0, 4297.0, 4285.0, 4306.0, 4266.0, 4307.0, 4264.0, 4285.0, 4315.0, 4295.0, 4323.0, 4285.0, 4272.0, 4273.0, 4274.0, 4284.0, 4263.0, 4283.0, 4263.0, 4296.0, 4264.0, 4306.0, 4267.0, 4335.0, 4264.0, 4324.0, 4255.0, 4315.0, 4267.0, 4324.0, 4254.0, 4323.0, 4252.0, 4305.0, 4254.0, 4283.0, 4252.0, 4305.0, 4253.0, 4313.0, 4265.0, 4273.0, 4278.0, 4288.0, 4308.0, 4290.0, 4341.0, 4303.0, 4294.0, 4290.0, 4280.0, 4331.0, 4279.0, 4307.0, 4291.0, 4281.0, 4350.0, 4299.0, 4349.0, 4329.0, 4347.0, 4307.0, 4336.0, 4304.0, 4335.0, 4303.0, 4322.0, 4292.0, 4321.0, 4262.0, 4311.0, 4264.0, 4302.0, 4252.0, 4302.0, 4263.0, 4305.0, 4268.0, 4314.0, 4278.0, 4317.0, 4289.0, 4326.0, 4278.0, 4325.0, 4264.0, 4315.0, 4276.0, 4326.0, 4276.0, 4324.0, 4266.0, 4315.0, 4264.0, 4316.0, 4267.0, 4315.0, 4255.0, 4316.0, 4255.0, 4306.0, 4256.0, 4326.0, 4265.0, 4335.0, 4266.0, 4327.0, 4257.0, 4327.0, 4267.0, 4336.0, 4265.0, 4324.0, 4253.0, 4303.0, 4266.0, 4326.0, 4266.0, 4336.0, 4276.0, 4326.0, 4277.0, 4326.0, 4278.0, 4337.0, 4298.0, 4336.0, 4268.0, 4326.0, 4267.0, 4325.0, 4277.0, 4336.0, 4265.0, 4313.0, 4255.0, 4304.0, 4265.0, 4314.0, 4254.0, 4313.0, 4254.0, 4274.0, 4254.0, 4275.0, 4273.0, 4303.0, 4253.0, 4266.0, 4348.0, 4335.0, 4291.0, 4275.0, 4247.0, 4280.0, 4264.0, 4305.0, 4288.0, 4317.0, 4291.0, 4317.0, 4292.0, 4340.0, 4290.0, 4351.0, 4301.0, 4350.0, 4290.0, 4349.0, 4287.0, 4319.0, 4336.0, 4305.0, 4346.0, 4316.0, 4335.0, 4273.0, 4313.0, 4284.0, 4312.0, 4284.0, 4311.0, 4253.0, 4303.0, 4252.0, 4274.0, 4254.0, 4274.0, 4281.0, 4273.0, 4310.0, 4274.0, 4333.0, 4263.0, 4311.0, 4263.0, 4312.0, 4264.0, 4303.0, 4244.0, 4293.0, 4254.0, 4285.0, 4242.0, 4273.0, 4253.0, 4274.0, 4254.0, 4266.0, 4349.0, 4335.0, 4291.0, 4277.0, 4241.0, 4282.0, 4255.0, 4294.0, 4279.0, 4319.0, 4293.0, 4329.0, 4293.0, 4331.0, 4293.0, 4342.0, 4292.0, 4323.0, 4351.0, 4323.0, 4361.0, 4299.0, 4349.0, 4318.0, 4339.0, 4287.0, 4329.0, 4266.0, 4287.0, 4277.0, 4287.0, 4346.0, 4286.0, 4304.0, 4284.0, 4294.0, 4287.0, 4305.0, 4286.0, 4266.0, 4288.0, 4278.0, 4287.0, 4315.0, 4287.0, 4347.0, 4306.0, 4324.0, 4276.0, 4345.0, 4284.0, 4334.0, 4303.0, 4321.0, 4262.0, 4311.0, 4262.0, 4303.0, 4260.0, 4282.0, 4241.0, 4262.0, 4240.0, 4263.0, 4309.0, 4273.0, 4330.0, 4263.0, 4324.0, 4274.0, 4324.0, 4263.0, 4314.0, 4266.0, 4314.0, 4276.0, 4314.0, 4267.0, 4315.0, 4266.0, 4315.0, 4278.0, 4326.0, 4268.0, 4326.0, 4267.0, 4327.0, 4290.0, 4327.0, 4278.0, 4333.0, 4280.0, 4336.0, 4290.0, 4337.0, 4319.0, 4336.0, 4288.0, 4326.0, 4289.0, 4357.0, 4299.0, 4348.0, 4297.0, 4346.0, 4277.0, 4335.0, 4288.0, 4336.0, 4318.0, 4336.0, 4267.0, 4325.0, 4277.0, 4325.0, 4310.0, 4336.0, 4277.0, 4337.0, 4269.0, 4326.0, 4298.0, 4336.0, 4288.0, 4335.0, 4278.0, 4338.0, 4300.0, 4347.0, 4297.0, 4345.0, 4278.0, 4336.0, 4289.0, 4339.0, 4308.0, 4275.0, 4287.0, 4265.0, 4285.0, 4256.0, 4326.0, 4267.0, 4350.0, 4268.0, 4337.0, 4279.0, 4348.0, 4299.0, 4270.0, 4330.0, 4291.0, 4279.0, 4289.0, 4279.0, 4348.0, 4290.0, 4349.0, 4331.0, 4348.0, 4298.0, 4326.0, 4287.0, 4315.0, 4275.0, 4304.0, 4294.0, 4243.0, 4274.0, 4255.0, 4284.0, 4267.0, 4326.0, 4264.0, 4335.0, 4276.0, 4325.0, 4276.0, 4325.0, 4265.0, 4325.0, 4296.0, 4333.0, 4264.0, 4322.0, 4265.0, 4324.0, 4285.0, 4324.0, 4305.0, 4303.0, 4285.0, 4256.0, 4283.0, 4275.0, 4292.0, 4268.0, 4331.0, 4270.0, 4329.0, 4265.0, 4297.0, 4324.0, 4297.0, 4315.0, 4264.0, 4313.0, 4262.0, 4331.0, 4264.0, 4333.0, 4282.0, 4322.0, 4262.0, 4311.0, 4264.0, 4313.0, 4261.0, 4311.0, 4272.0, 4310.0, 4252.0, 4311.0, 4251.0, 4303.0, 4253.0, 4303.0, 4253.0, 4311.0, 4252.0, 4300.0, 4252.0, 4294.0, 4254.0, 4304.0, 4256.0, 4312.0, 4254.0, 4313.0, 4266.0, 4296.0, 4266.0, 4306.0, 4265.0, 4314.0, 4265.0, 4314.0, 4266.0, 4316.0, 4279.0, 4337.0, 4278.0, 4347.0, 4288.0, 4337.0, 4290.0, 4348.0, 4306.0, 4326.0, 4288.0, 4324.0, 4289.0, 4346.0, 4287.0, 4296.0, 4286.0, 4277.0, 4288.0, 4279.0, 4307.0, 4269.0, 4349.0, 4267.0, 4348.0, 4268.0, 4338.0, 4277.0, 4350.0, 4350.0, 4322.0, 4267.0, 4288.0, 4258.0, 4260.0, 4304.0, 4280.0, 4281.0, 4252.0, 4273.0, 4265.0, 4289.0, 4266.0, 4288.0, 4287.0, 4288.0, 4359.0, 4276.0, 4337.0, 4296.0, 4324.0, 4254.0, 4295.0, 4253.0, 4274.0, 4322.0, 4265.0, 4311.0, 4264.0, 4320.0, 4275.0, 4325.0, 4265.0, 4323.0, 4266.0, 4314.0, 4264.0, 4315.0, 4276.0, 4315.0, 4255.0, 4314.0, 4256.0, 4305.0, 4265.0, 4306.0, 4257.0, 4305.0, 4255.0, 4284.0, 4266.0, 4295.0, 4266.0, 4304.0, 4266.0, 4294.0, 4267.0, 4318.0, 4270.0, 4327.0, 4268.0, 4327.0, 4267.0, 4329.0, 4280.0, 4326.0, 4255.0, 4316.0, 4257.0, 4297.0, 4274.0, 4306.0, 4275.0, 4307.0, 4253.0, 4276.0, 4294.0, 4275.0, 4314.0, 4294.0, 4252.0, 4275.0, 4254.0, 4287.0, 4318.0, 4296.0, 4294.0, 4284.0, 4274.0, 4285.0, 4312.0, 4274.0, 4313.0, 4275.0, 4264.0, 4274.0, 4272.0, 4276.0, 4325.0, 4274.0, 4284.0, 4275.0, 4304.0, 4275.0, 4313.0, 4275.0, 4264.0, 4274.0, 4304.0, 4284.0, 4334.0, 4276.0, 4315.0, 4274.0, 4274.0, 4275.0, 4284.0, 4288.0, 4296.0, 4286.0, 4265.0, 4287.0, 4275.0, 4287.0, 4279.0, 4308.0, 4278.0, 4298.0, 4267.0, 4297.0, 4267.0, 4326.0, 4265.0, 4326.0, 4256.0, 4305.0, 4265.0, 4327.0, 4268.0, 4336.0, 4268.0, 4326.0, 4280.0, 4326.0, 4298.0, 4346.0, 4290.0, 4335.0, 4289.0, 4328.0, 4287.0, 4275.0, 4286.0, 4266.0, 4288.0, 4278.0, 4318.0, 4267.0, 4337.0, 4268.0, 4336.0, 4278.0, 4346.0, 4280.0, 4347.0, 4309.0, 4345.0, 4288.0, 4346.0, 4286.0, 4346.0, 4306.0, 4344.0, 4295.0, 4333.0, 4272.0, 4323.0, 4284.0, 4322.0, 4295.0, 4322.0, 4263.0, 4313.0, 4262.0, 4303.0, 4264.0, 4311.0, 4253.0, 4303.0, 4251.0, 4282.0, 4263.0, 4292.0, 4264.0, 4303.0, 4254.0, 4294.0, 4255.0, 4295.0, 4255.0, 4314.0, 4255.0, 4295.0, 4255.0, 4293.0, 4255.0, 4315.0, 4255.0, 4305.0, 4268.0, 4295.0, 4277.0, 4316.0, 4266.0, 4325.0, 4266.0, 4305.0, 4269.0, 4328.0, 4268.0, 4325.0, 4256.0, 4315.0, 4254.0, 4306.0, 4254.0, 4315.0, 4254.0, 4294.0, 4253.0, 4275.0, 4274.0, 4273.0, 4284.0, 4284.0, 4263.0, 4274.0, 4264.0, 4287.0, 4265.0, 4314.0, 4255.0, 4296.0, 4254.0, 4295.0, 4263.0, 4305.0, 4265.0, 4308.0, 4266.0, 4287.0, 4266.0, 4275.0, 4265.0, 4305.0, 4266.0, 4285.0, 4268.0, 4308.0, 4269.0, 4326.0, 4266.0, 4326.0, 4268.0, 4328.0, 4268.0, 4325.0, 4256.0, 4316.0, 4267.0, 4294.0, 4255.0, 4324.0, 4256.0, 4315.0, 4267.0, 4317.0, 4267.0, 4336.0, 4277.0, 4336.0, 4276.0, 4315.0, 4268.0, 4338.0, 4266.0, 4334.0, 4265.0, 4326.0, 4266.0, 4326.0, 4264.0, 4326.0, 4266.0, 4315.0, 4265.0, 4296.0, 4264.0, 4306.0, 4265.0, 4295.0, 4255.0, 4287.0, 4265.0, 4286.0, 4255.0, 4287.0, 4255.0, 4287.0, 4277.0, 4286.0, 4265.0, 4286.0, 4267.0, 4286.0, 4256.0, 4299.0, 4266.0, 4318.0, 4267.0, 4297.0, 4266.0, 4316.0, 4267.0, 4326.0, 4276.0, 4327.0, 4278.0, 4338.0, 4289.0, 4336.0, 4288.0, 4338.0, 4278.0, 4337.0, 4296.0, 4334.0, 4296.0, 4333.0, 4277.0, 4325.0, 4286.0, 4326.0, 4349.0, 4332.0, 4282.0, 4278.0, 4261.0, 4262.0, 4282.0, 4266.0, 4296.0, 4280.0, 4321.0, 4293.0, 4331.0, 4291.0, 4350.0, 4280.0, 4340.0, 4290.0, 4341.0, 4307.0, 4327.0, 4306.0, 4287.0, 4358.0, 4297.0, 4334.0, 4305.0, 4323.0, 4263.0, 4312.0, 4263.0, 4313.0, 4262.0, 4262.0, 4274.0, 4344.0, 4290.0, 4289.0, 4248.0, 4261.0, 4241.0, 4264.0, 4254.0, 4276.0, 4267.0, 4287.0, 4269.0, 4310.0, 4269.0, 4310.0, 4265.0, 4287.0, 4305.0, 4310.0, 4308.0, 4266.0, 4361.0, 4349.0, 4292.0, 4300.0, 4270.0, 4262.0, 4252.0, 4274.0, 4254.0, 4285.0, 4266.0, 4297.0, 4270.0, 4300.0, 4268.0, 4291.0, 4322.0, 4289.0, 4358.0, 4279.0, 4337.0, 4310.0, 4334.0, 4276.0, 4328.0, 4279.0, 4317.0, 4288.0, 4324.0, 4265.0, 4315.0, 4267.0, 4308.0, 4266.0, 4316.0, 4266.0, 4296.0, 4256.0, 4288.0, 4267.0, 4283.0, 4255.0, 4277.0, 4255.0, 4275.0, 4315.0, 4276.0, 4314.0, 4276.0, 4324.0, 4276.0, 4345.0, 4276.0, 4324.0, 4285.0, 4326.0, 4265.0, 4314.0, 4277.0, 4314.0, 4285.0, 4325.0, 4276.0, 4326.0, 4278.0, 4327.0, 4298.0, 4337.0, 4278.0, 4326.0, 4277.0, 4325.0, 4307.0, 4333.0, 4266.0, 4325.0, 4277.0, 4327.0, 4297.0, 4325.0, 4265.0, 4316.0, 4268.0, 4315.0, 4276.0, 4325.0, 4276.0, 4314.0, 4267.0, 4326.0, 4288.0, 4334.0, 4276.0, 4337.0, 4278.0, 4327.0, 4279.0, 4337.0, 4308.0, 4338.0, 4288.0, 4345.0, 4278.0, 4336.0, 4299.0, 4334.0, 4298.0, 4333.0, 4266.0, 4326.0, 4265.0, 4326.0, 4284.0, 4324.0, 4263.0, 4324.0, 4267.0, 4314.0, 4264.0, 4323.0, 4276.0, 4323.0, 4266.0, 4315.0, 4267.0, 4325.0, 4299.0, 4334.0, 4277.0, 4268.0, 4300.0, 4283.0, 4340.0, 4292.0, 4280.0, 4299.0, 4291.0, 4320.0, 4288.0, 4337.0, 4265.0, 4329.0, 4267.0, 4328.0, 4278.0], 'WindowWidth': [9713.0, 9587.0, 9592.0, 9541.0, 9559.0, 9489.0, 9519.0, 9439.0, 9497.0, 9413.0, 9480.0, 9417.0, 9478.0, 9413.0, 9446.0, 9410.0, 9452.0, 9413.0, 9441.0, 9411.0, 9441.0, 9504.0, 9441.0, 9490.0, 9436.0, 9435.0, 9441.0, 9465.0, 9447.0, 9523.0, 9450.0, 9543.0, 9448.0, 9524.0, 9454.0, 9515.0, 9454.0, 9503.0, 9457.0, 9518.0, 9469.0, 9515.0, 9461.0, 9508.0, 9454.0, 9510.0, 9464.0, 9520.0, 9457.0, 9507.0, 9441.0, 9486.0, 9443.0, 9474.0, 9458.0, 9483.0, 9445.0, 9473.0, 9459.0, 9489.0, 9465.0, 9493.0, 9463.0, 9494.0, 9466.0, 9508.0, 9470.0, 9510.0, 9471.0, 9538.0, 9464.0, 9523.0, 9463.0, 9491.0, 9464.0, 9491.0, 9515.0, 9520.0, 9463.0, 9504.0, 9462.0, 9496.0, 9492.0, 9517.0, 9488.0, 9521.0, 9475.0, 9492.0, 9542.0, 9491.0, 9543.0, 9517.0, 9461.0, 9488.0, 9476.0, 9488.0, 9499.0, 9501.0, 9459.0, 9488.0, 9479.0, 9490.0, 9458.0, 9502.0, 9463.0, 9490.0, 9505.0, 9489.0, 9461.0, 9486.0, 9474.0, 9489.0, 9480.0, 9493.0, 9476.0, 9492.0, 9480.0, 9492.0, 9482.0, 9504.0, 9481.0, 9533.0, 9461.0, 9510.0, 9464.0, 9508.0, 9490.0, 9518.0, 9463.0, 9519.0, 9459.0, 9490.0, 9529.0, 9502.0, 9536.0, 9487.0, 9467.0, 9469.0, 9472.0, 9487.0, 9458.0, 9484.0, 9459.0, 9506.0, 9463.0, 9519.0, 9469.0, 9555.0, 9461.0, 9540.0, 9449.0, 9529.0, 9467.0, 9540.0, 9444.0, 9536.0, 9441.0, 9512.0, 9442.0, 9483.0, 9440.0, 9511.0, 9442.0, 9522.0, 9462.0, 9471.0, 9483.0, 9500.0, 9526.0, 9509.0, 9577.0, 9529.0, 9519.0, 9507.0, 9491.0, 9559.0, 9490.0, 9522.0, 9505.0, 9494.0, 9585.0, 9514.0, 9582.0, 9553.0, 9576.0, 9520.0, 9556.0, 9510.0, 9552.0, 9507.0, 9530.0, 9489.0, 9525.0, 9451.0, 9513.0, 9454.0, 9504.0, 9440.0, 9506.0, 9456.0, 9510.0, 9467.0, 9524.0, 9482.0, 9536.0, 9504.0, 9544.0, 9483.0, 9539.0, 9460.0, 9525.0, 9476.0, 9541.0, 9476.0, 9535.0, 9461.0, 9524.0, 9458.0, 9528.0, 9463.0, 9526.0, 9445.0, 9527.0, 9447.0, 9517.0, 9450.0, 9542.0, 9462.0, 9553.0, 9463.0, 9544.0, 9453.0, 9545.0, 9466.0, 9554.0, 9460.0, 9534.0, 9443.0, 9507.0, 9464.0, 9540.0, 9463.0, 9554.0, 9477.0, 9542.0, 9480.0, 9543.0, 9483.0, 9558.0, 9509.0, 9556.0, 9468.0, 9542.0, 9465.0, 9539.0, 9479.0, 9554.0, 9458.0, 9520.0, 9446.0, 9509.0, 9460.0, 9523.0, 9442.0, 9519.0, 9442.0, 9470.0, 9443.0, 9474.0, 9468.0, 9508.0, 9439.0, 9462.0, 9578.0, 9557.0, 9482.0, 9455.0, 9422.0, 9469.0, 9458.0, 9514.0, 9497.0, 9536.0, 9507.0, 9537.0, 9509.0, 9572.0, 9507.0, 9588.0, 9522.0, 9583.0, 9503.0, 9582.0, 9493.0, 9537.0, 9557.0, 9515.0, 9572.0, 9527.0, 9554.0, 9467.0, 9520.0, 9482.0, 9518.0, 9482.0, 9514.0, 9440.0, 9506.0, 9437.0, 9469.0, 9441.0, 9468.0, 9472.0, 9465.0, 9513.0, 9469.0, 9548.0, 9455.0, 9514.0, 9454.0, 9516.0, 9457.0, 9505.0, 9430.0, 9494.0, 9443.0, 9484.0, 9427.0, 9468.0, 9442.0, 9470.0, 9445.0, 9462.0, 9580.0, 9557.0, 9481.0, 9460.0, 9421.0, 9475.0, 9446.0, 9499.0, 9489.0, 9542.0, 9513.0, 9557.0, 9516.0, 9561.0, 9515.0, 9579.0, 9510.0, 9554.0, 9586.0, 9550.0, 9601.0, 9513.0, 9581.0, 9537.0, 9566.0, 9492.0, 9548.0, 9463.0, 9493.0, 9479.0, 9493.0, 9572.0, 9489.0, 9512.0, 9485.0, 9499.0, 9494.0, 9516.0, 9491.0, 9464.0, 9494.0, 9481.0, 9495.0, 9530.0, 9494.0, 9572.0, 9517.0, 9538.0, 9476.0, 9569.0, 9483.0, 9552.0, 9506.0, 9527.0, 9449.0, 9513.0, 9448.0, 9506.0, 9447.0, 9476.0, 9420.0, 9449.0, 9420.0, 9454.0, 9509.0, 9468.0, 9540.0, 9453.0, 9535.0, 9471.0, 9536.0, 9456.0, 9524.0, 9465.0, 9524.0, 9476.0, 9524.0, 9466.0, 9525.0, 9464.0, 9526.0, 9482.0, 9540.0, 9468.0, 9541.0, 9468.0, 9547.0, 9500.0, 9544.0, 9482.0, 9551.0, 9488.0, 9558.0, 9502.0, 9559.0, 9540.0, 9558.0, 9497.0, 9545.0, 9500.0, 9589.0, 9512.0, 9576.0, 9507.0, 9571.0, 9481.0, 9555.0, 9496.0, 9557.0, 9534.0, 9554.0, 9465.0, 9541.0, 9481.0, 9540.0, 9525.0, 9556.0, 9482.0, 9558.0, 9472.0, 9544.0, 9508.0, 9556.0, 9495.0, 9554.0, 9482.0, 9561.0, 9516.0, 9573.0, 9508.0, 9568.0, 9482.0, 9558.0, 9501.0, 9564.0, 9523.0, 9475.0, 9494.0, 9462.0, 9490.0, 9452.0, 9545.0, 9467.0, 9582.0, 9470.0, 9560.0, 9486.0, 9577.0, 9512.0, 9476.0, 9556.0, 9506.0, 9488.0, 9500.0, 9489.0, 9577.0, 9503.0, 9580.0, 9555.0, 9574.0, 9507.0, 9542.0, 9490.0, 9523.0, 9472.0, 9507.0, 9494.0, 9427.0, 9468.0, 9446.0, 9483.0, 9464.0, 9541.0, 9458.0, 9551.0, 9475.0, 9540.0, 9477.0, 9538.0, 9462.0, 9537.0, 9502.0, 9546.0, 9457.0, 9530.0, 9458.0, 9534.0, 9485.0, 9536.0, 9512.0, 9505.0, 9483.0, 9448.0, 9481.0, 9474.0, 9494.0, 9470.0, 9559.0, 9476.0, 9555.0, 9459.0, 9502.0, 9537.0, 9503.0, 9525.0, 9455.0, 9517.0, 9448.0, 9540.0, 9455.0, 9546.0, 9476.0, 9529.0, 9450.0, 9513.0, 9453.0, 9516.0, 9446.0, 9512.0, 9463.0, 9509.0, 9434.0, 9511.0, 9434.0, 9502.0, 9438.0, 9504.0, 9439.0, 9513.0, 9437.0, 9498.0, 9441.0, 9495.0, 9443.0, 9509.0, 9450.0, 9519.0, 9443.0, 9519.0, 9462.0, 9499.0, 9464.0, 9515.0, 9462.0, 9524.0, 9463.0, 9525.0, 9466.0, 9530.0, 9487.0, 9559.0, 9485.0, 9576.0, 9497.0, 9561.0, 9503.0, 9576.0, 9520.0, 9545.0, 9496.0, 9540.0, 9499.0, 9572.0, 9493.0, 9503.0, 9492.0, 9480.0, 9497.0, 9486.0, 9524.0, 9474.0, 9580.0, 9467.0, 9577.0, 9468.0, 9562.0, 9480.0, 9584.0, 9592.0, 9536.0, 9446.0, 9475.0, 9436.0, 9445.0, 9509.0, 9470.0, 9473.0, 9438.0, 9469.0, 9463.0, 9497.0, 9464.0, 9496.0, 9493.0, 9496.0, 9595.0, 9478.0, 9558.0, 9502.0, 9537.0, 9442.0, 9498.0, 9440.0, 9468.0, 9531.0, 9456.0, 9514.0, 9456.0, 9526.0, 9473.0, 9538.0, 9460.0, 9534.0, 9462.0, 9524.0, 9459.0, 9526.0, 9478.0, 9525.0, 9448.0, 9524.0, 9451.0, 9512.0, 9461.0, 9514.0, 9452.0, 9513.0, 9448.0, 9485.0, 9464.0, 9501.0, 9465.0, 9512.0, 9465.0, 9498.0, 9470.0, 9535.0, 9475.0, 9545.0, 9471.0, 9545.0, 9468.0, 9554.0, 9491.0, 9545.0, 9450.0, 9532.0, 9451.0, 9504.0, 9471.0, 9516.0, 9473.0, 9520.0, 9442.0, 9476.0, 9498.0, 9474.0, 9523.0, 9498.0, 9439.0, 9473.0, 9445.0, 9495.0, 9538.0, 9503.0, 9496.0, 9485.0, 9469.0, 9487.0, 9520.0, 9471.0, 9521.0, 9474.0, 9456.0, 9472.0, 9468.0, 9476.0, 9539.0, 9471.0, 9482.0, 9473.0, 9510.0, 9473.0, 9522.0, 9473.0, 9455.0, 9472.0, 9511.0, 9485.0, 9552.0, 9476.0, 9526.0, 9471.0, 9471.0, 9475.0, 9488.0, 9496.0, 9504.0, 9492.0, 9462.0, 9493.0, 9476.0, 9494.0, 9487.0, 9525.0, 9488.0, 9513.0, 9469.0, 9509.0, 9468.0, 9545.0, 9463.0, 9545.0, 9453.0, 9516.0, 9464.0, 9548.0, 9469.0, 9558.0, 9471.0, 9544.0, 9490.0, 9546.0, 9512.0, 9574.0, 9505.0, 9557.0, 9501.0, 9551.0, 9496.0, 9475.0, 9492.0, 9465.0, 9495.0, 9485.0, 9537.0, 9468.0, 9561.0, 9470.0, 9560.0, 9486.0, 9574.0, 9489.0, 9576.0, 9528.0, 9569.0, 9496.0, 9572.0, 9491.0, 9572.0, 9516.0, 9565.0, 9500.0, 9548.0, 9466.0, 9534.0, 9484.0, 9532.0, 9499.0, 9531.0, 9454.0, 9518.0, 9451.0, 9506.0, 9455.0, 9513.0, 9440.0, 9506.0, 9436.0, 9477.0, 9457.0, 9492.0, 9457.0, 9506.0, 9445.0, 9498.0, 9451.0, 9501.0, 9448.0, 9524.0, 9447.0, 9499.0, 9448.0, 9497.0, 9448.0, 9526.0, 9448.0, 9515.0, 9469.0, 9501.0, 9479.0, 9530.0, 9463.0, 9539.0, 9464.0, 9515.0, 9476.0, 9553.0, 9473.0, 9543.0, 9450.0, 9527.0, 9447.0, 9518.0, 9448.0, 9528.0, 9444.0, 9498.0, 9442.0, 9474.0, 9475.0, 9471.0, 9484.0, 9484.0, 9455.0, 9472.0, 9462.0, 9495.0, 9462.0, 9528.0, 9450.0, 9505.0, 9446.0, 9502.0, 9455.0, 9514.0, 9458.0, 9522.0, 9464.0, 9496.0, 9463.0, 9474.0, 9460.0, 9514.0, 9463.0, 9489.0, 9470.0, 9524.0, 9473.0, 9545.0, 9465.0, 9545.0, 9473.0, 9550.0, 9470.0, 9542.0, 9450.0, 9528.0, 9465.0, 9498.0, 9449.0, 9539.0, 9450.0, 9527.0, 9466.0, 9533.0, 9469.0, 9561.0, 9483.0, 9559.0, 9480.0, 9531.0, 9472.0, 9563.0, 9465.0, 9553.0, 9463.0, 9544.0, 9466.0, 9545.0, 9461.0, 9544.0, 9465.0, 9527.0, 9463.0, 9505.0, 9462.0, 9517.0, 9463.0, 9501.0, 9447.0, 9493.0, 9463.0, 9491.0, 9446.0, 9492.0, 9447.0, 9495.0, 9480.0, 9490.0, 9461.0, 9491.0, 9466.0, 9491.0, 9452.0, 9512.0, 9466.0, 9536.0, 9468.0, 9507.0, 9468.0, 9532.0, 9467.0, 9544.0, 9480.0, 9547.0, 9485.0, 9562.0, 9500.0, 9557.0, 9498.0, 9562.0, 9484.0, 9559.0, 9507.0, 9551.0, 9505.0, 9551.0, 9479.0, 9540.0, 9490.0, 9546.0, 9585.0, 9546.0, 9473.0, 9463.0, 9448.0, 9453.0, 9480.0, 9468.0, 9505.0, 9493.0, 9546.0, 9515.0, 9560.0, 9509.0, 9586.0, 9493.0, 9571.0, 9504.0, 9572.0, 9520.0, 9548.0, 9516.0, 9491.0, 9591.0, 9504.0, 9552.0, 9512.0, 9534.0, 9452.0, 9517.0, 9454.0, 9520.0, 9453.0, 9450.0, 9470.0, 9568.0, 9483.0, 9481.0, 9425.0, 9447.0, 9421.0, 9456.0, 9446.0, 9478.0, 9471.0, 9496.0, 9474.0, 9531.0, 9476.0, 9530.0, 9464.0, 9496.0, 9516.0, 9525.0, 9519.0, 9464.0, 9600.0, 9588.0, 9487.0, 9494.0, 9452.0, 9446.0, 9435.0, 9468.0, 9445.0, 9486.0, 9464.0, 9508.0, 9475.0, 9515.0, 9472.0, 9504.0, 9546.0, 9500.0, 9594.0, 9486.0, 9561.0, 9525.0, 9551.0, 9478.0, 9546.0, 9483.0, 9531.0, 9495.0, 9538.0, 9462.0, 9527.0, 9465.0, 9520.0, 9465.0, 9529.0, 9463.0, 9503.0, 9449.0, 9494.0, 9467.0, 9482.0, 9445.0, 9476.0, 9445.0, 9472.0, 9527.0, 9476.0, 9523.0, 9474.0, 9536.0, 9474.0, 9569.0, 9476.0, 9538.0, 9486.0, 9540.0, 9459.0, 9525.0, 9479.0, 9525.0, 9488.0, 9539.0, 9476.0, 9543.0, 9483.0, 9545.0, 9508.0, 9559.0, 9483.0, 9544.0, 9481.0, 9542.0, 9521.0, 9550.0, 9465.0, 9539.0, 9481.0, 9545.0, 9508.0, 9540.0, 9461.0, 9529.0, 9470.0, 9527.0, 9478.0, 9540.0, 9478.0, 9526.0, 9468.0, 9544.0, 9497.0, 9553.0, 9479.0, 9560.0, 9484.0, 9546.0, 9487.0, 9560.0, 9524.0, 9560.0, 9497.0, 9569.0, 9481.0, 9557.0, 9510.0, 9552.0, 9506.0, 9549.0, 9462.0, 9540.0, 9461.0, 9540.0, 9485.0, 9535.0, 9456.0, 9535.0, 9465.0, 9523.0, 9458.0, 9535.0, 9475.0, 9533.0, 9464.0, 9525.0, 9467.0, 9539.0, 9511.0, 9552.0, 9480.0, 9469.0, 9514.0, 9498.0, 9568.0, 9506.0, 9488.0, 9513.0, 9504.0, 9543.0, 9497.0, 9559.0, 9462.0, 9549.0, 9466.0, 9548.0, 9483.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.00038243712055507375</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01927368777103209</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.814525685373276</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2096078961545165</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920547584982634</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4528</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7954.7651</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07100781874204135</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.5203816131830009</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5040598329492734</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4134090333689353</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7282890258616117</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3704814396172726</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0124829</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02019372768700123</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03154542297124863</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.826521984467884</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>30.0308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.5264</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.3764</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307705.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.3824</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3221</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.2323</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3769.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68839.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4686.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.9604</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.67385865841061</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> |