=== 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-0084 --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-0084",
"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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-02/func/sub-0084_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>dda1937905b10dc1801c7c5a35f812e6</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:16:34.535000</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.999204, 0.0349761, -0.019198, -0.03402, 0.998265, 0.0480522]</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.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.112768</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>[4143, -7770, -7267, 511, -29, -354, 53, 56]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>289.863</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e0b83ee3-aa41-4e97-9468-f7480ae97af6||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.680790662765503, -0.09127312153577805, -0.05628253147006035, 121.1372299194336], [-0.09383823722600937, 2.6782729625701904, 0.12787416577339172, -90.65597534179688], [-0.051506850868463516, -0.12892049551010132, 2.696382999420166, -81.29553985595703], [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': ['111634.535000', '111634.995000', '111635.455000', '111635.915000', '111636.375000', '111636.835000', '111637.295000', '111637.755000', '111638.215000', '111638.675000', '111639.135000', '111639.595000', '111640.055000', '111640.515000', '111640.975000', '111641.435000', '111641.895000', '111642.355000', '111642.815000', '111643.275000', '111643.735000', '111644.195000', '111644.655000', '111645.115000', '111645.575000', '111646.035000', '111646.495000', '111646.955000', '111647.415000', '111647.875000', '111648.335000', '111648.795000', '111649.255000', '111649.715000', '111650.175000', '111650.635000', '111651.095000', '111651.555000', '111652.015000', '111652.475000', '111652.935000', '111653.395000', '111653.855000', '111654.315000', '111654.775000', '111655.235000', '111655.695000', '111656.155000', '111656.615000', '111657.075000', '111657.535000', '111657.995000', '111658.455000', '111658.915000', '111659.375000', '111659.835000', '111700.295000', '111700.755000', '111701.215000', '111701.675000', '111702.135000', '111702.595000', '111703.055000', '111703.515000', '111703.975000', '111704.435000', '111704.895000', '111705.355000', '111705.815000', '111706.275000', '111706.735000', '111707.195000', '111707.655000', '111708.115000', '111708.575000', '111709.035000', '111709.495000', '111709.955000', '111710.415000', '111710.875000', '111711.335000', '111711.795000', '111712.255000', '111712.715000', '111713.175000', '111713.635000', '111714.095000', '111714.555000', '111715.015000', '111715.475000', '111715.935000', '111716.395000', '111716.855000', '111717.315000', '111717.775000', '111718.235000', '111718.695000', '111719.155000', '111719.615000', '111720.075000', '111720.535000', '111720.995000', '111721.455000', '111721.915000', '111722.375000', '111722.835000', '111723.295000', '111723.755000', '111724.215000', '111724.675000', '111725.135000', '111725.595000', '111726.055000', '111726.515000', '111726.975000', '111727.435000', '111727.895000', '111728.355000', '111728.815000', '111729.275000', '111729.735000', '111730.195000', '111730.655000', '111731.115000', '111731.575000', '111732.035000', '111732.495000', '111732.955000', '111733.415000', '111733.875000', '111734.335000', '111734.795000', '111735.255000', '111735.715000', '111736.175000', '111736.635000', '111737.095000', '111737.555000', '111738.015000', '111738.475000', '111738.935000', '111739.395000', '111739.855000', '111740.315000', '111740.775000', '111741.235000', '111741.695000', '111742.155000', '111742.615000', '111743.075000', '111743.535000', '111743.995000', '111744.455000', '111744.915000', '111745.375000', '111745.835000', '111746.295000', '111746.755000', '111747.215000', '111747.675000', '111748.135000', '111748.595000', '111749.055000', '111749.515000', '111749.975000', '111750.435000', '111750.895000', '111751.355000', '111751.815000', '111752.275000', '111752.735000', '111753.195000', '111753.655000', '111754.115000', '111754.575000', '111755.035000', '111755.495000', '111755.955000', '111756.415000', '111756.875000', '111757.335000', '111757.795000', '111758.255000', '111758.715000', '111759.175000', '111759.635000', '111800.095000', '111800.555000', '111801.015000', '111801.475000', '111801.935000', '111802.395000', '111802.855000', '111803.315000', '111803.775000', '111804.235000', '111804.695000', '111805.155000', '111805.615000', '111806.075000', '111806.535000', '111806.995000', '111807.455000', '111807.915000', '111808.375000', '111808.835000', '111809.295000', '111809.755000', '111810.215000', '111810.675000', '111811.135000', '111811.595000', '111812.055000', '111812.515000', '111812.975000', '111813.435000', '111813.895000', '111814.355000', '111814.815000', '111815.275000', '111815.735000', '111816.195000', '111816.655000', '111817.115000', '111817.575000', '111818.035000', '111818.495000', '111818.955000', '111819.415000', '111819.875000', '111820.335000', '111820.795000', '111821.255000', '111821.715000', '111822.175000', '111822.635000', '111823.095000', '111823.555000', '111824.015000', '111824.475000', '111824.935000', '111825.395000', '111825.855000', '111826.315000', '111826.775000', '111827.235000', '111827.695000', '111828.155000', '111828.615000', '111829.075000', '111829.535000', '111829.995000', '111830.455000', '111830.915000', '111831.375000', '111831.835000', '111832.295000', '111832.755000', '111833.215000', '111833.675000', '111834.135000', '111834.595000', '111835.055000', '111835.515000', '111835.975000', '111836.435000', '111836.895000', '111837.355000', '111837.815000', '111838.275000', '111838.735000', '111839.195000', '111839.655000', '111840.115000', '111840.575000', '111841.035000', '111841.495000', '111841.955000', '111842.415000', '111842.875000', '111843.335000', '111843.795000', '111844.255000', '111844.715000', '111845.175000', '111845.635000', '111846.095000', '111846.555000', '111847.015000', '111847.475000', '111847.935000', '111848.395000', '111848.855000', '111849.315000', '111849.775000', '111850.235000', '111850.695000', '111851.155000', '111851.615000', '111852.075000', '111852.535000', '111852.995000', '111853.455000', '111853.915000', '111854.375000', '111854.835000', '111855.295000', '111855.755000', '111856.215000', '111856.675000', '111857.135000', '111857.595000', '111858.055000', '111858.515000', '111858.975000', '111859.435000', '111859.895000', '111900.355000', '111900.815000', '111901.275000', '111901.735000', '111902.195000', '111902.655000', '111903.115000', '111903.575000', '111904.035000', '111904.495000', '111904.955000', '111905.415000', '111905.875000', '111906.335000', '111906.795000', '111907.255000', '111907.715000', '111908.175000', '111908.635000', '111909.095000', '111909.555000', '111910.015000', '111910.475000', '111910.935000', '111911.395000', '111911.855000', '111912.315000', '111912.775000', '111913.235000', '111913.695000', '111914.155000', '111914.615000', '111915.075000', '111915.535000', '111915.995000', '111916.455000', '111916.915000', '111917.375000', '111917.835000', '111918.295000', '111918.755000', '111919.215000', '111919.675000', '111920.135000', '111920.595000', '111921.055000', '111921.515000', '111921.975000', '111922.435000', '111922.895000', '111923.355000', '111923.815000', '111924.275000', '111924.735000', '111925.195000', '111925.655000', '111926.115000', '111926.575000', '111927.035000', '111927.495000', '111927.955000', '111928.415000', '111928.875000', '111929.335000', '111929.795000', '111930.255000', '111930.715000', '111931.175000', '111931.635000', '111932.095000', '111932.555000', '111933.015000', '111933.475000', '111933.935000', '111934.395000', '111934.855000', '111935.315000', '111935.775000', '111936.235000', '111936.695000', '111937.155000', '111937.615000', '111938.075000', '111938.535000', '111938.995000', '111939.455000', '111939.915000', '111940.375000', '111940.835000', '111941.295000', '111941.755000', '111942.215000', '111942.675000', '111943.135000', '111943.595000', '111944.055000', '111944.515000', '111944.975000', '111945.435000', '111945.895000', '111946.355000', '111946.815000', '111947.275000', '111947.735000', '111948.195000', '111948.655000', '111949.115000', '111949.575000', '111950.035000', '111950.495000', '111950.955000', '111951.415000', '111951.875000', '111952.335000', '111952.795000', '111953.255000', '111953.715000', '111954.175000', '111954.635000', '111955.095000', '111955.555000', '111956.015000', '111956.475000', '111956.935000', '111957.395000', '111957.855000', '111958.315000', '111958.775000', '111959.235000', '111959.695000', '112000.155000', '112000.615000', '112001.075000', '112001.535000', '112001.995000', '112002.455000', '112002.915000', '112003.375000', '112003.835000', '112004.295000', '112004.755000', '112005.215000', '112005.675000', '112006.135000', '112006.595000', '112007.055000', '112007.515000', '112007.975000', '112008.435000', '112008.895000', '112009.355000', '112009.815000', '112010.275000', '112010.735000', '112011.195000', '112011.655000', '112012.115000', '112012.575000', '112013.035000', '112013.495000', '112013.955000', '112014.415000', '112014.875000', '112015.335000', '112015.795000', '112016.255000', '112016.715000', '112017.175000', '112017.635000', '112018.095000', '112018.555000', '112019.015000', '112019.475000', '112019.935000', '112020.395000', '112020.855000', '112021.315000', '112021.775000', '112022.235000', '112022.695000', '112023.155000', '112023.615000', '112024.075000', '112024.535000', '112024.995000', '112025.455000', '112025.915000', '112026.375000', '112026.835000', '112027.295000', '112027.755000', '112028.215000', '112028.675000', '112029.135000', '112029.595000', '112030.055000', '112030.515000', '112030.975000', '112031.435000', '112031.895000', '112032.355000', '112032.815000', '112033.275000', '112033.735000', '112034.195000', '112034.655000', '112035.115000', '112035.575000', '112036.035000', '112036.495000', '112036.955000', '112037.415000', '112037.875000', '112038.335000', '112038.795000', '112039.255000', '112039.715000', '112040.175000', '112040.635000', '112041.095000', '112041.555000', '112042.015000', '112042.475000', '112042.935000', '112043.395000', '112043.855000', '112044.315000', '112044.775000', '112045.235000', '112045.695000', '112046.155000', '112046.615000', '112047.075000', '112047.535000', '112047.995000', '112048.455000', '112048.915000', '112049.375000', '112049.835000', '112050.295000', '112050.755000', '112051.215000', '112051.675000', '112052.135000', '112052.595000', '112053.055000', '112053.515000', '112053.975000', '112054.435000', '112054.895000', '112055.355000', '112055.815000', '112056.275000', '112056.735000', '112057.195000', '112057.655000', '112058.115000', '112058.575000', '112059.035000', '112059.495000', '112059.955000', '112100.415000', '112100.875000', '112101.335000', '112101.795000', '112102.255000', '112102.715000', '112103.175000', '112103.635000', '112104.095000', '112104.555000', '112105.015000', '112105.475000', '112105.935000', '112106.395000', '112106.855000', '112107.315000', '112107.775000', '112108.235000', '112108.695000', '112109.155000', '112109.615000', '112110.075000', '112110.535000', '112110.995000', '112111.455000', '112111.915000', '112112.375000', '112112.835000', '112113.295000', '112113.755000', '112114.215000', '112114.675000', '112115.135000', '112115.595000', '112116.055000', '112116.515000', '112116.975000', '112117.435000', '112117.895000', '112118.355000', '112118.815000', '112119.275000', '112119.735000', '112120.195000', '112120.655000', '112121.115000', '112121.575000', '112122.035000', '112122.495000', '112122.955000', '112123.415000', '112123.875000', '112124.335000', '112124.795000', '112125.255000', '112125.715000', '112126.175000', '112126.635000', '112127.095000', '112127.555000', '112128.015000', '112128.475000', '112128.935000', '112129.395000', '112129.855000', '112130.315000', '112130.775000', '112131.235000', '112131.695000', '112132.155000', '112132.615000', '112133.075000', '112133.535000', '112133.995000', '112134.455000', '112134.915000', '112135.375000', '112135.835000', '112136.295000', '112136.755000', '112137.215000', '112137.675000', '112138.135000', '112138.595000', '112139.055000', '112139.515000', '112139.975000', '112140.435000', '112140.895000', '112141.355000', '112141.815000', '112142.275000', '112142.735000', '112143.195000', '112143.655000', '112144.115000', '112144.575000', '112145.035000', '112145.495000', '112145.955000', '112146.415000', '112146.875000', '112147.335000', '112147.795000', '112148.255000', '112148.715000', '112149.175000', '112149.635000', '112150.095000', '112150.555000', '112151.015000', '112151.475000', '112151.935000', '112152.395000', '112152.855000', '112153.315000', '112153.775000', '112154.235000', '112154.695000', '112155.155000', '112155.615000', '112156.075000', '112156.535000', '112156.995000', '112157.455000', '112157.915000', '112158.375000', '112158.835000', '112159.295000', '112159.755000', '112200.215000', '112200.675000', '112201.135000', '112201.595000', '112202.055000', '112202.515000', '112202.975000', '112203.435000', '112203.895000', '112204.355000', '112204.815000', '112205.275000', '112205.735000', '112206.195000', '112206.655000', '112207.115000', '112207.575000', '112208.035000', '112208.495000', '112208.955000', '112209.415000', '112209.875000', '112210.335000', '112210.795000', '112211.255000', '112211.715000', '112212.175000', '112212.635000', '112213.095000', '112213.555000', '112214.015000', '112214.475000', '112214.935000', '112215.395000', '112215.855000', '112216.315000', '112216.775000', '112217.235000', '112217.695000', '112218.155000', '112218.615000', '112219.075000', '112219.535000', '112219.995000', '112220.455000', '112220.915000', '112221.375000', '112221.835000', '112222.295000', '112222.755000', '112223.215000', '112223.675000', '112224.135000', '112224.595000', '112225.055000', '112225.515000', '112225.975000', '112226.435000', '112226.895000', '112227.355000', '112227.815000', '112228.275000', '112228.735000', '112229.195000', '112229.655000', '112230.115000', '112230.575000', '112231.035000', '112231.495000', '112231.955000', '112232.415000', '112232.875000', '112233.335000', '112233.795000', '112234.255000', '112234.715000', '112235.175000', '112235.635000', '112236.095000', '112236.555000', '112237.015000', '112237.475000', '112237.935000', '112238.395000', '112238.855000', '112239.315000', '112239.775000', '112240.235000', '112240.695000', '112241.155000', '112241.615000', '112242.075000', '112242.535000', '112242.995000', '112243.455000', '112243.915000', '112244.375000', '112244.835000', '112245.295000', '112245.755000', '112246.215000', '112246.675000', '112247.135000', '112247.595000', '112248.055000', '112248.515000', '112248.975000', '112249.435000', '112249.895000', '112250.355000', '112250.815000', '112251.275000', '112251.735000', '112252.195000', '112252.655000', '112253.115000', '112253.575000', '112254.035000', '112254.495000', '112254.955000', '112255.415000', '112255.875000', '112256.335000', '112256.795000', '112257.255000', '112257.715000', '112258.175000', '112258.635000', '112259.095000', '112259.555000', '112300.015000', '112300.475000', '112300.935000', '112301.395000', '112301.855000', '112302.315000', '112302.775000', '112303.235000', '112303.695000', '112304.155000', '112304.615000', '112305.075000', '112305.535000', '112305.995000', '112306.455000', '112306.915000', '112307.375000', '112307.835000', '112308.295000', '112308.755000', '112309.215000', '112309.675000', '112310.135000', '112310.595000', '112311.055000', '112311.515000', '112311.975000', '112312.435000', '112312.895000', '112313.355000', '112313.815000', '112314.275000', '112314.735000', '112315.195000', '112315.655000', '112316.115000', '112316.575000', '112317.035000', '112317.495000', '112317.955000', '112318.415000', '112318.875000', '112319.335000', '112319.795000', '112320.255000', '112320.715000', '112321.175000', '112321.635000', '112322.095000', '112322.555000', '112323.015000', '112323.475000', '112323.935000', '112324.395000', '112324.855000', '112325.315000', '112325.775000', '112326.235000', '112326.695000', '112327.155000', '112327.615000', '112328.075000', '112328.535000', '112328.995000', '112329.455000', '112329.915000', '112330.375000', '112330.835000', '112331.295000', '112331.755000', '112332.215000', '112332.675000', '112333.135000', '112333.595000', '112334.055000', '112334.515000', '112334.975000', '112335.435000', '112335.895000', '112336.355000', '112336.815000', '112337.275000', '112337.735000', '112338.195000', '112338.655000', '112339.115000', '112339.575000', '112340.035000', '112340.495000', '112340.955000', '112341.415000', '112341.875000', '112342.335000', '112342.795000', '112343.255000', '112343.715000', '112344.175000', '112344.635000', '112345.095000', '112345.555000', '112346.015000', '112346.475000', '112346.935000', '112347.395000', '112347.855000', '112348.315000', '112348.775000', '112349.235000', '112349.695000', '112350.155000', '112350.615000', '112351.075000', '112351.535000', '112351.995000', '112352.455000', '112352.915000', '112353.375000', '112353.835000', '112354.295000', '112354.755000', '112355.215000', '112355.675000', '112356.135000', '112356.595000', '112357.055000', '112357.515000', '112357.975000', '112358.435000', '112358.895000', '112359.355000', '112359.815000', '112400.275000', '112400.735000', '112401.195000', '112401.655000', '112402.115000', '112402.575000', '112403.035000', '112403.495000', '112403.955000', '112404.415000', '112404.875000', '112405.335000', '112405.795000', '112406.255000', '112406.715000', '112407.175000', '112407.635000', '112408.095000', '112408.555000', '112409.015000', '112409.475000', '112409.935000', '112410.395000', '112410.855000', '112411.315000', '112411.775000', '112412.235000', '112412.695000', '112413.155000', '112413.615000', '112414.075000', '112414.535000', '112414.995000', '112415.455000', '112415.915000', '112416.375000', '112416.835000', '112417.295000', '112417.755000', '112418.215000', '112418.675000', '112419.135000', '112419.595000', '112420.055000', '112420.515000', '112420.975000', '112421.435000', '112421.895000', '112422.355000', '112422.815000', '112423.275000', '112423.735000', '112424.195000', '112424.655000', '112425.115000', '112425.575000', '112426.035000', '112426.495000', '112426.955000', '112427.415000', '112427.875000', '112428.335000', '112428.795000', '112429.255000', '112429.715000', '112430.175000', '112430.635000', '112431.095000', '112431.555000', '112432.015000', '112432.475000', '112432.935000', '112433.395000', '112433.855000', '112434.315000', '112434.775000', '112435.235000', '112435.695000', '112436.155000', '112436.615000', '112437.075000', '112437.535000', '112437.995000', '112438.455000', '112438.915000', '112439.375000', '112439.835000', '112440.295000', '112440.755000', '112441.215000', '112441.675000', '112442.135000', '112442.595000', '112443.055000', '112443.515000', '112443.975000', '112444.435000', '112444.895000', '112445.355000', '112445.815000', '112446.275000', '112446.735000', '112447.195000', '112447.655000', '112448.115000', '112448.575000', '112449.035000', '112449.495000', '112449.955000', '112450.415000', '112450.875000', '112451.335000', '112451.795000', '112452.255000', '112452.715000', '112453.175000', '112453.635000', '112454.095000', '112454.555000', '112455.015000', '112455.475000', '112455.935000', '112456.395000', '112456.855000', '112457.315000', '112457.775000', '112458.235000', '112458.695000', '112459.155000', '112459.615000', '112500.075000', '112500.535000', '112500.995000', '112501.455000', '112501.915000', '112502.375000', '112502.835000', '112503.295000', '112503.755000', '112504.215000', '112504.675000', '112505.135000', '112505.595000', '112506.055000', '112506.515000', '112506.975000', '112507.435000', '112507.895000', '112508.355000', '112508.815000', '112509.275000', '112509.735000', '112510.195000', '112510.655000', '112511.115000', '112511.575000', '112512.035000', '112512.495000', '112512.955000', '112513.415000', '112513.875000', '112514.335000', '112514.795000', '112515.255000', '112515.715000', '112516.175000', '112516.635000', '112517.095000', '112517.555000', '112518.015000', '112518.475000', '112518.935000', '112519.395000', '112519.855000', '112520.315000', '112520.775000', '112521.235000', '112521.695000', '112522.155000', '112522.615000', '112523.075000', '112523.535000', '112523.995000', '112524.455000', '112524.915000', '112525.375000', '112525.835000'], 'ContentTime': ['111645.649000', '111645.654000', '111645.656000', '111645.659000', '111645.662000', '111645.664000', '111645.667000', '111645.669000', '111645.672000', '111645.675000', '111645.677000', '111645.689000', '111645.692000', '111645.694000', '111645.697000', '111645.699000', '111645.702000', '111645.710000', '111645.713000', '111645.715000', '111645.718000', '111705.588000', '111705.591000', '111705.594000', '111705.597000', '111705.599000', '111705.602000', '111705.605000', '111705.607000', '111705.610000', '111705.612000', '111705.615000', '111705.622000', '111705.625000', '111705.627000', '111705.630000', '111705.632000', '111705.635000', '111705.638000', '111705.640000', '111705.643000', '111705.645000', '111705.648000', '111705.651000', '111705.653000', '111705.656000', '111705.658000', '111705.661000', '111705.664000', '111705.666000', '111705.669000', '111705.671000', '111705.674000', '111705.676000', '111705.679000', '111705.682000', '111705.685000', '111705.687000', '111705.690000', '111705.693000', '111705.711000', '111705.714000', '111705.716000', '111705.719000', '111725.588000', '111725.591000', '111725.594000', '111725.597000', '111725.600000', '111725.602000', '111725.605000', '111725.608000', '111725.610000', '111725.613000', '111725.616000', '111725.618000', '111725.621000', '111725.623000', '111725.626000', '111725.629000', '111725.631000', '111725.634000', '111725.636000', '111725.639000', '111725.642000', '111725.644000', '111725.647000', '111725.650000', '111725.652000', '111725.655000', '111725.657000', '111725.660000', '111725.662000', '111725.665000', '111725.668000', '111725.670000', '111725.673000', '111725.675000', '111725.679000', '111725.681000', '111725.684000', '111725.686000', '111725.689000', '111725.691000', '111725.694000', '111725.697000', '111725.699000', '111725.702000', '111745.588000', '111745.591000', '111745.594000', '111745.597000', '111745.600000', '111745.602000', '111745.605000', '111745.607000', '111745.610000', '111745.613000', '111745.615000', '111745.618000', '111745.620000', '111745.623000', '111745.625000', '111745.628000', '111745.631000', '111745.634000', '111745.636000', '111745.639000', '111745.642000', '111745.644000', '111745.647000', '111745.650000', '111745.653000', '111745.655000', '111745.660000', '111745.662000', '111745.665000', '111745.668000', '111745.670000', '111745.673000', '111745.675000', '111745.678000', '111745.681000', '111745.683000', '111745.686000', '111745.688000', '111745.691000', '111745.694000', '111745.696000', '111745.699000', '111745.702000', '111805.588000', '111805.592000', '111805.595000', '111805.597000', '111805.612000', '111805.615000', '111805.617000', '111805.620000', '111805.622000', '111805.625000', '111805.628000', '111805.630000', '111805.633000', '111805.636000', '111805.638000', '111805.641000', '111805.643000', '111805.646000', '111805.649000', '111805.651000', '111805.654000', '111805.657000', '111805.659000', '111805.662000', '111805.664000', '111805.667000', '111805.669000', '111805.672000', '111805.675000', '111805.677000', '111805.680000', '111805.683000', '111805.685000', '111805.688000', '111805.690000', '111805.693000', '111805.695000', '111805.699000', '111805.701000', '111805.704000', '111805.706000', '111805.709000', '111805.711000', '111805.714000', '111825.588000', '111825.590000', '111825.593000', '111825.596000', '111825.599000', '111825.601000', '111825.604000', '111825.607000', '111825.609000', '111825.612000', '111825.614000', '111825.617000', '111825.620000', '111825.622000', '111825.625000', '111825.628000', '111825.630000', '111825.633000', '111825.635000', '111825.638000', '111825.641000', '111825.643000', '111825.646000', '111825.649000', '111825.651000', '111825.654000', '111825.656000', '111825.659000', '111825.661000', '111825.664000', '111825.667000', '111825.669000', '111825.672000', '111825.675000', '111825.677000', '111825.680000', '111825.683000', '111825.685000', '111825.688000', '111825.690000', '111825.693000', '111825.696000', '111825.698000', '111845.587000', '111845.590000', '111845.593000', '111845.595000', '111845.598000', '111845.601000', '111845.604000', '111845.606000', '111845.609000', '111845.612000', '111845.614000', '111845.617000', '111845.619000', '111845.622000', '111845.625000', '111845.627000', '111845.630000', '111845.633000', '111845.635000', '111845.638000', '111845.647000', '111845.649000', '111845.652000', '111845.655000', '111845.657000', '111845.660000', '111845.662000', '111845.665000', '111845.668000', '111845.670000', '111845.673000', '111845.676000', '111845.678000', '111845.681000', '111845.684000', '111845.686000', '111845.689000', '111845.691000', '111845.694000', '111845.697000', '111845.699000', '111845.702000', '111845.705000', '111845.707000', '111905.589000', '111905.592000', '111905.594000', '111905.597000', '111905.600000', '111905.602000', '111905.605000', '111905.608000', '111905.610000', '111905.613000', '111905.616000', '111905.618000', '111905.621000', '111905.623000', '111905.626000', '111905.629000', '111905.631000', '111905.634000', '111905.637000', '111905.639000', '111905.642000', '111905.644000', '111905.647000', '111905.650000', '111905.652000', '111905.655000', '111905.658000', '111905.660000', '111905.663000', '111905.665000', '111905.668000', '111905.671000', '111905.673000', '111905.676000', '111905.679000', '111905.681000', '111905.684000', '111905.686000', '111905.689000', '111905.692000', '111905.694000', '111905.697000', '111905.699000', '111925.588000', '111925.591000', '111925.594000', '111925.597000', '111925.599000', '111925.602000', '111925.604000', '111925.607000', '111925.610000', '111925.612000', '111925.615000', '111925.618000', '111925.620000', '111925.623000', '111925.625000', '111925.628000', '111925.631000', '111925.633000', '111925.636000', '111925.639000', '111925.641000', '111925.644000', '111925.647000', '111925.650000', '111925.652000', '111925.655000', '111925.657000', '111925.660000', '111925.663000', '111925.665000', '111925.668000', '111925.671000', '111925.673000', '111925.676000', '111925.678000', '111925.681000', '111925.684000', '111925.686000', '111925.689000', '111925.692000', '111925.694000', '111925.697000', '111925.699000', '111925.734000', '111945.589000', '111945.592000', '111945.594000', '111945.597000', '111945.600000', '111945.602000', '111945.605000', '111945.608000', '111945.610000', '111945.613000', '111945.615000', '111945.618000', '111945.621000', '111945.623000', '111945.626000', '111945.629000', '111945.631000', '111945.634000', '111945.637000', '111945.639000', '111945.642000', '111945.644000', '111945.647000', '111945.650000', '111945.652000', '111945.655000', '111945.657000', '111945.660000', '111945.663000', '111945.665000', '111945.668000', '111945.671000', '111945.673000', '111945.676000', '111945.679000', '111945.681000', '111945.684000', '111945.687000', '111945.689000', '111945.692000', '111945.695000', '111945.697000', '111945.700000', '112005.588000', '112005.591000', '112005.594000', '112005.597000', '112005.599000', '112005.602000', '112005.605000', '112005.608000', '112005.610000', '112005.613000', '112005.616000', '112005.618000', '112005.621000', '112005.623000', '112005.626000', '112005.629000', '112005.631000', '112005.634000', '112005.636000', '112005.639000', '112005.642000', '112005.644000', '112005.647000', '112005.649000', '112005.652000', '112005.655000', '112005.657000', '112005.660000', '112005.663000', '112005.665000', '112005.668000', '112005.671000', '112005.673000', '112005.676000', '112005.679000', '112005.681000', '112005.684000', '112005.686000', '112005.689000', '112005.692000', '112005.694000', '112005.697000', '112005.700000', '112005.702000', '112025.588000', '112025.591000', '112025.594000', '112025.597000', '112025.599000', '112025.602000', '112025.605000', '112025.607000', '112025.610000', '112025.613000', '112025.615000', '112025.618000', '112025.625000', '112025.628000', '112025.631000', '112025.633000', '112025.636000', '112025.639000', '112025.641000', '112025.644000', '112025.646000', '112025.649000', '112025.652000', '112025.654000', '112025.657000', '112025.660000', '112025.662000', '112025.665000', '112025.668000', '112025.670000', '112025.673000', '112025.675000', '112025.678000', '112025.681000', '112025.683000', '112025.686000', '112025.689000', '112025.691000', '112025.694000', '112025.696000', '112025.699000', '112025.702000', '112025.704000', '112045.588000', '112045.590000', '112045.593000', '112045.596000', '112045.599000', '112045.601000', '112045.604000', '112045.607000', '112045.609000', '112045.612000', '112045.614000', '112045.618000', '112045.620000', '112045.623000', '112045.626000', '112045.628000', '112045.631000', '112045.633000', '112045.636000', '112045.639000', '112045.641000', '112045.644000', '112045.647000', '112045.653000', '112045.656000', '112045.659000', '112045.665000', '112045.668000', '112045.670000', '112045.673000', '112045.676000', '112045.678000', '112045.681000', '112045.684000', '112045.686000', '112045.689000', '112045.691000', '112045.694000', '112045.697000', '112045.699000', '112045.702000', '112045.705000', '112045.707000', '112105.588000', '112105.591000', '112105.593000', '112105.596000', '112105.599000', '112105.601000', '112105.604000', '112105.606000', '112105.609000', '112105.612000', '112105.614000', '112105.617000', '112105.620000', '112105.622000', '112105.625000', '112105.628000', '112105.630000', '112105.633000', '112105.636000', '112105.638000', '112105.641000', '112105.643000', '112105.646000', '112105.649000', '112105.651000', '112105.664000', '112105.667000', '112105.670000', '112105.672000', '112105.675000', '112105.678000', '112105.680000', '112105.683000', '112105.686000', '112105.688000', '112105.691000', '112105.693000', '112105.696000', '112105.699000', '112105.701000', '112105.704000', '112105.707000', '112105.709000', '112105.712000', '112125.589000', '112125.593000', '112125.596000', '112125.599000', '112125.603000', '112125.605000', '112125.608000', '112125.610000', '112125.613000', '112125.616000', '112125.619000', '112125.622000', '112125.624000', '112125.627000', '112125.629000', '112125.632000', '112125.635000', '112125.638000', '112125.640000', '112125.643000', '112125.645000', '112125.648000', '112125.651000', '112125.653000', '112125.656000', '112125.659000', '112125.661000', '112125.664000', '112125.667000', '112125.669000', '112125.672000', '112125.674000', '112125.677000', '112125.680000', '112125.682000', '112125.685000', '112125.688000', '112125.690000', '112125.693000', '112125.695000', '112125.698000', '112125.701000', '112125.703000', '112145.589000', '112145.592000', '112145.594000', '112145.597000', '112145.600000', '112145.602000', '112145.605000', '112145.608000', '112145.610000', '112145.613000', '112145.616000', '112145.619000', '112145.621000', '112145.624000', '112145.626000', '112145.629000', '112145.632000', '112145.634000', '112145.637000', '112145.640000', '112145.642000', '112145.645000', '112145.647000', '112145.650000', '112145.653000', '112145.656000', '112145.658000', '112145.661000', '112145.663000', '112145.666000', '112145.668000', '112145.671000', '112145.674000', '112145.676000', '112145.679000', '112145.681000', '112145.684000', '112145.686000', '112145.689000', '112145.692000', '112145.694000', '112145.697000', '112145.700000', '112145.702000', '112205.589000', '112205.592000', '112205.594000', '112205.597000', '112205.600000', '112205.602000', '112205.605000', '112205.608000', '112205.610000', '112205.613000', '112205.616000', '112205.618000', '112205.621000', '112205.624000', '112205.626000', '112205.629000', '112205.632000', '112205.634000', '112205.637000', '112205.640000', '112205.642000', '112205.645000', '112205.648000', '112205.650000', '112205.653000', '112205.656000', '112205.658000', '112205.661000', '112205.663000', '112205.666000', '112205.669000', '112205.672000', '112205.674000', '112205.677000', '112205.679000', '112205.682000', '112205.685000', '112205.687000', '112205.690000', '112205.693000', '112205.695000', '112205.698000', '112205.700000', '112205.703000', '112225.589000', '112225.592000', '112225.594000', '112225.597000', '112225.600000', '112225.602000', '112225.605000', '112225.608000', '112225.610000', '112225.613000', '112225.616000', '112225.618000', '112225.621000', '112225.624000', '112225.626000', '112225.629000', '112225.631000', '112225.634000', '112225.636000', '112225.639000', '112225.642000', '112225.644000', '112225.647000', '112225.650000', '112225.652000', '112225.655000', '112225.658000', '112225.660000', '112225.663000', '112225.665000', '112225.668000', '112225.671000', '112225.673000', '112225.676000', '112225.695000', '112225.697000', '112225.700000', '112225.703000', '112225.705000', '112225.708000', '112225.711000', '112225.713000', '112225.717000', '112245.588000', '112245.591000', '112245.594000', '112245.596000', '112245.599000', '112245.602000', '112245.604000', '112245.607000', '112245.610000', '112245.612000', '112245.615000', '112245.618000', '112245.621000', '112245.624000', '112245.626000', '112245.630000', '112245.633000', '112245.635000', '112245.638000', '112245.641000', '112245.643000', '112245.646000', '112245.649000', '112245.651000', '112245.654000', '112245.657000', '112245.659000', '112245.662000', '112245.664000', '112245.667000', '112245.670000', '112245.672000', '112245.675000', '112245.677000', '112245.680000', '112245.683000', '112245.686000', '112245.688000', '112245.691000', '112245.693000', '112245.696000', '112245.699000', '112245.701000', '112305.588000', '112305.591000', '112305.594000', '112305.597000', '112305.599000', '112305.602000', '112305.605000', '112305.608000', '112305.610000', '112305.613000', '112305.615000', '112305.618000', '112305.621000', '112305.623000', '112305.626000', '112305.628000', '112305.631000', '112305.634000', '112305.636000', '112305.639000', '112305.642000', '112305.644000', '112305.647000', '112305.650000', '112305.652000', '112305.655000', '112305.657000', '112305.660000', '112305.663000', '112305.665000', '112305.668000', '112305.670000', '112305.673000', '112305.676000', '112305.678000', '112305.681000', '112305.684000', '112305.686000', '112305.689000', '112305.691000', '112305.694000', '112305.697000', '112305.699000', '112305.702000', '112325.588000', '112325.591000', '112325.593000', '112325.596000', '112325.599000', '112325.602000', '112325.604000', '112325.607000', '112325.609000', '112325.612000', '112325.615000', '112325.617000', '112325.620000', '112325.623000', '112325.625000', '112325.628000', '112325.631000', '112325.634000', '112325.636000', '112325.639000', '112325.641000', '112325.644000', '112325.647000', '112325.649000', '112325.652000', '112325.655000', '112325.658000', '112325.660000', '112325.663000', '112325.666000', '112325.668000', '112325.671000', '112325.673000', '112325.676000', '112325.679000', '112325.681000', '112325.684000', '112325.687000', '112325.689000', '112325.692000', '112325.694000', '112325.697000', '112325.700000', '112345.588000', '112345.591000', '112345.594000', '112345.597000', '112345.600000', '112345.602000', '112345.605000', '112345.608000', '112345.611000', '112345.613000', '112345.616000', '112345.618000', '112345.621000', '112345.624000', '112345.626000', '112345.629000', '112345.632000', '112345.634000', '112345.637000', '112345.640000', '112345.642000', '112345.645000', '112345.648000', '112345.650000', '112345.653000', '112345.655000', '112345.658000', '112345.661000', '112345.663000', '112345.666000', '112345.668000', '112345.671000', '112345.674000', '112345.676000', '112345.679000', '112345.682000', '112345.684000', '112345.687000', '112345.689000', '112345.692000', '112345.695000', '112345.697000', '112345.700000', '112345.702000', '112405.589000', '112405.591000', '112405.594000', '112405.597000', '112405.600000', '112405.602000', '112405.605000', '112405.607000', '112405.610000', '112405.613000', '112405.615000', '112405.618000', '112405.621000', '112405.623000', '112405.626000', '112405.629000', '112405.632000', '112405.634000', '112405.637000', '112405.640000', '112405.642000', '112405.645000', '112405.648000', '112405.650000', '112405.653000', '112405.655000', '112405.658000', '112405.661000', '112405.663000', '112405.666000', '112405.670000', '112405.673000', '112405.676000', '112405.678000', '112405.681000', '112405.683000', '112405.686000', '112405.689000', '112405.691000', '112405.694000', '112405.697000', '112405.699000', '112405.702000', '112425.589000', '112425.591000', '112425.594000', '112425.597000', '112425.600000', '112425.602000', '112425.605000', '112425.608000', '112425.610000', '112425.613000', '112425.615000', '112425.618000', '112425.621000', '112425.623000', '112425.626000', '112425.629000', '112425.631000', '112425.634000', '112425.637000', '112425.639000', '112425.642000', '112425.645000', '112425.647000', '112425.650000', '112425.653000', '112425.655000', '112425.658000', '112425.660000', '112425.663000', '112425.666000', '112425.668000', '112425.671000', '112425.674000', '112425.676000', '112425.679000', '112425.681000', '112425.684000', '112425.686000', '112425.689000', '112425.692000', '112425.694000', '112425.697000', '112425.699000', '112425.702000', '112445.588000', '112445.591000', '112445.594000', '112445.597000', '112445.599000', '112445.602000', '112445.605000', '112445.607000', '112445.610000', '112445.612000', '112445.615000', '112445.617000', '112445.620000', '112445.623000', '112445.626000', '112445.628000', '112445.631000', '112445.634000', '112445.636000', '112445.639000', '112445.642000', '112445.644000', '112445.647000', '112445.651000', '112445.654000', '112445.656000', '112445.659000', '112445.662000', '112445.664000', '112445.667000', '112445.669000', '112445.672000', '112445.675000', '112445.677000', '112445.680000', '112445.683000', '112445.685000', '112445.688000', '112445.690000', '112445.693000', '112445.696000', '112445.698000', '112445.701000', '112505.589000', '112505.591000', '112505.595000', '112505.597000', '112505.600000', '112505.602000', '112505.605000', '112505.608000', '112505.610000', '112505.613000', '112505.616000', '112505.618000', '112505.621000', '112505.623000', '112505.626000', '112505.629000', '112505.631000', '112505.634000', '112505.642000', '112505.645000', '112505.648000', '112505.650000', '112505.653000', '112505.656000', '112505.658000', '112505.661000', '112505.664000', '112505.666000', '112505.669000', '112505.671000', '112505.674000', '112505.677000', '112505.679000', '112505.682000', '112505.684000', '112505.687000', '112505.689000', '112505.692000', '112505.695000', '112505.697000', '112505.700000', '112505.702000', '112505.705000', '112505.721000', '112525.588000', '112525.591000', '112525.593000', '112525.596000', '112525.599000', '112525.601000', '112525.604000', '112525.606000', '112525.610000', '112525.612000', '112525.615000', '112525.617000', '112525.620000', '112525.623000', '112525.625000', '112525.628000', '112525.631000', '112525.633000', '112525.636000', '112525.639000', '112525.641000', '112525.644000', '112525.646000', '112525.649000', '112525.652000', '112525.655000', '112525.657000', '112525.660000', '112525.663000', '112525.665000', '112525.668000', '112525.671000', '112525.673000', '112525.676000', '112525.679000', '112525.681000', '112525.684000', '112525.687000', '112525.689000', '112525.692000', '112525.695000', '112525.697000', '112525.700000', '112527.487000', '112527.490000', '112527.492000', '112527.495000', '112527.498000'], 'InstanceCreationTime': ['111645.649000', '111645.654000', '111645.656000', '111645.659000', '111645.662000', '111645.664000', '111645.667000', '111645.669000', '111645.672000', '111645.675000', '111645.677000', '111645.689000', '111645.692000', '111645.694000', '111645.697000', '111645.699000', '111645.702000', '111645.710000', '111645.713000', '111645.715000', '111645.718000', '111705.588000', '111705.591000', '111705.594000', '111705.597000', '111705.599000', '111705.602000', '111705.605000', '111705.607000', '111705.610000', '111705.612000', '111705.615000', '111705.622000', '111705.625000', '111705.627000', '111705.630000', '111705.632000', '111705.635000', '111705.638000', '111705.640000', '111705.643000', '111705.645000', '111705.648000', '111705.651000', '111705.653000', '111705.656000', '111705.658000', '111705.661000', '111705.664000', '111705.666000', '111705.669000', '111705.671000', '111705.674000', '111705.676000', '111705.679000', '111705.682000', '111705.685000', '111705.687000', '111705.690000', '111705.693000', '111705.711000', '111705.714000', '111705.716000', '111705.719000', '111725.588000', '111725.591000', '111725.594000', '111725.597000', '111725.600000', '111725.602000', '111725.605000', '111725.608000', '111725.610000', '111725.613000', '111725.616000', '111725.618000', '111725.621000', '111725.623000', '111725.626000', '111725.629000', '111725.631000', '111725.634000', '111725.636000', '111725.639000', '111725.642000', '111725.644000', '111725.647000', '111725.650000', '111725.652000', '111725.655000', '111725.657000', '111725.660000', '111725.662000', '111725.665000', '111725.668000', '111725.670000', '111725.673000', '111725.675000', '111725.679000', '111725.681000', '111725.684000', '111725.686000', '111725.689000', '111725.691000', '111725.694000', '111725.697000', '111725.699000', '111725.702000', '111745.588000', '111745.591000', '111745.594000', '111745.597000', '111745.600000', '111745.602000', '111745.605000', '111745.607000', '111745.610000', '111745.613000', '111745.615000', '111745.618000', '111745.620000', '111745.623000', '111745.625000', '111745.628000', '111745.631000', '111745.634000', '111745.636000', '111745.639000', '111745.642000', '111745.644000', '111745.647000', '111745.650000', '111745.653000', '111745.655000', '111745.660000', '111745.662000', '111745.665000', '111745.668000', '111745.670000', '111745.673000', '111745.675000', '111745.678000', '111745.681000', '111745.683000', '111745.686000', '111745.688000', '111745.691000', '111745.694000', '111745.696000', '111745.699000', '111745.702000', '111805.588000', '111805.592000', '111805.595000', '111805.597000', '111805.612000', '111805.615000', '111805.617000', '111805.620000', '111805.622000', '111805.625000', '111805.628000', '111805.630000', '111805.633000', '111805.636000', '111805.638000', '111805.641000', '111805.643000', '111805.646000', '111805.649000', '111805.651000', '111805.654000', '111805.657000', '111805.659000', '111805.662000', '111805.664000', '111805.667000', '111805.669000', '111805.672000', '111805.675000', '111805.677000', '111805.680000', '111805.683000', '111805.685000', '111805.688000', '111805.690000', '111805.693000', '111805.695000', '111805.699000', '111805.701000', '111805.704000', '111805.706000', '111805.709000', '111805.711000', '111805.714000', '111825.588000', '111825.590000', '111825.593000', '111825.596000', '111825.599000', '111825.601000', '111825.604000', '111825.607000', '111825.609000', '111825.612000', '111825.614000', '111825.617000', '111825.620000', '111825.622000', '111825.625000', '111825.628000', '111825.630000', '111825.633000', '111825.635000', '111825.638000', '111825.641000', '111825.643000', '111825.646000', '111825.649000', '111825.651000', '111825.654000', '111825.656000', '111825.659000', '111825.661000', '111825.664000', '111825.667000', '111825.669000', '111825.672000', '111825.675000', '111825.677000', '111825.680000', '111825.683000', '111825.685000', '111825.688000', '111825.690000', '111825.693000', '111825.696000', '111825.698000', '111845.587000', '111845.590000', '111845.593000', '111845.595000', '111845.598000', '111845.601000', '111845.604000', '111845.606000', '111845.609000', '111845.612000', '111845.614000', '111845.617000', '111845.619000', '111845.622000', '111845.625000', '111845.627000', '111845.630000', '111845.633000', '111845.635000', '111845.638000', '111845.647000', '111845.649000', '111845.652000', '111845.655000', '111845.657000', '111845.660000', '111845.662000', '111845.665000', '111845.668000', '111845.670000', '111845.673000', '111845.676000', '111845.678000', '111845.681000', '111845.684000', '111845.686000', '111845.689000', '111845.691000', '111845.694000', '111845.697000', '111845.699000', '111845.702000', '111845.705000', '111845.707000', '111905.589000', '111905.592000', '111905.594000', '111905.597000', '111905.600000', '111905.602000', '111905.605000', '111905.608000', '111905.610000', '111905.613000', '111905.616000', '111905.618000', '111905.621000', '111905.623000', '111905.626000', '111905.629000', '111905.631000', '111905.634000', '111905.637000', '111905.639000', '111905.642000', '111905.644000', '111905.647000', '111905.650000', '111905.652000', '111905.655000', '111905.658000', '111905.660000', '111905.663000', '111905.665000', '111905.668000', '111905.671000', '111905.673000', '111905.676000', '111905.679000', '111905.681000', '111905.684000', '111905.686000', '111905.689000', '111905.692000', '111905.694000', '111905.697000', '111905.699000', '111925.588000', '111925.591000', '111925.594000', '111925.597000', '111925.599000', '111925.602000', '111925.604000', '111925.607000', '111925.610000', '111925.612000', '111925.615000', '111925.618000', '111925.620000', '111925.623000', '111925.625000', '111925.628000', '111925.631000', '111925.633000', '111925.636000', '111925.639000', '111925.641000', '111925.644000', '111925.647000', '111925.650000', '111925.652000', '111925.655000', '111925.657000', '111925.660000', '111925.663000', '111925.665000', '111925.668000', '111925.671000', '111925.673000', '111925.676000', '111925.678000', '111925.681000', '111925.684000', '111925.686000', '111925.689000', '111925.692000', '111925.694000', '111925.697000', '111925.699000', '111925.734000', '111945.589000', '111945.592000', '111945.594000', '111945.597000', '111945.600000', '111945.602000', '111945.605000', '111945.608000', '111945.610000', '111945.613000', '111945.615000', '111945.618000', '111945.621000', '111945.623000', '111945.626000', '111945.629000', '111945.631000', '111945.634000', '111945.637000', '111945.639000', '111945.642000', '111945.644000', '111945.647000', '111945.650000', '111945.652000', '111945.655000', '111945.657000', '111945.660000', '111945.663000', '111945.665000', '111945.668000', '111945.671000', '111945.673000', '111945.676000', '111945.679000', '111945.681000', '111945.684000', '111945.687000', '111945.689000', '111945.692000', '111945.695000', '111945.697000', '111945.700000', '112005.588000', '112005.591000', '112005.594000', '112005.597000', '112005.599000', '112005.602000', '112005.605000', '112005.608000', '112005.610000', '112005.613000', '112005.616000', '112005.618000', '112005.621000', '112005.623000', '112005.626000', '112005.629000', '112005.631000', '112005.634000', '112005.636000', '112005.639000', '112005.642000', '112005.644000', '112005.647000', '112005.649000', '112005.652000', '112005.655000', '112005.657000', '112005.660000', '112005.663000', '112005.665000', '112005.668000', '112005.671000', '112005.673000', '112005.676000', '112005.679000', '112005.681000', '112005.684000', '112005.686000', '112005.689000', '112005.692000', '112005.694000', '112005.697000', '112005.700000', '112005.702000', '112025.588000', '112025.591000', '112025.594000', '112025.597000', '112025.599000', '112025.602000', '112025.605000', '112025.607000', '112025.610000', '112025.613000', '112025.615000', '112025.618000', '112025.625000', '112025.628000', '112025.631000', '112025.633000', '112025.636000', '112025.639000', '112025.641000', '112025.644000', '112025.646000', '112025.649000', '112025.652000', '112025.654000', '112025.657000', '112025.660000', '112025.662000', '112025.665000', '112025.668000', '112025.670000', '112025.673000', '112025.675000', '112025.678000', '112025.681000', '112025.683000', '112025.686000', '112025.689000', '112025.691000', '112025.694000', '112025.696000', '112025.699000', '112025.702000', '112025.704000', '112045.588000', '112045.590000', '112045.593000', '112045.596000', '112045.599000', '112045.601000', '112045.604000', '112045.607000', '112045.609000', '112045.612000', '112045.614000', '112045.618000', '112045.620000', '112045.623000', '112045.626000', '112045.628000', '112045.631000', '112045.633000', '112045.636000', '112045.639000', '112045.641000', '112045.644000', '112045.647000', '112045.653000', '112045.656000', '112045.659000', '112045.665000', '112045.668000', '112045.670000', '112045.673000', '112045.676000', '112045.678000', '112045.681000', '112045.684000', '112045.686000', '112045.689000', '112045.691000', '112045.694000', '112045.697000', '112045.699000', '112045.702000', '112045.705000', '112045.707000', '112105.588000', '112105.591000', '112105.593000', '112105.596000', '112105.599000', '112105.601000', '112105.604000', '112105.606000', '112105.609000', '112105.612000', '112105.614000', '112105.617000', '112105.620000', '112105.622000', '112105.625000', '112105.628000', '112105.630000', '112105.633000', '112105.636000', '112105.638000', '112105.641000', '112105.643000', '112105.646000', '112105.649000', '112105.651000', '112105.664000', '112105.667000', '112105.670000', '112105.672000', '112105.675000', '112105.678000', '112105.680000', '112105.683000', '112105.686000', '112105.688000', '112105.691000', '112105.693000', '112105.696000', '112105.699000', '112105.701000', '112105.704000', '112105.707000', '112105.709000', '112105.712000', '112125.589000', '112125.593000', '112125.596000', '112125.599000', '112125.603000', '112125.605000', '112125.608000', '112125.610000', '112125.613000', '112125.616000', '112125.619000', '112125.622000', '112125.624000', '112125.627000', '112125.629000', '112125.632000', '112125.635000', '112125.638000', '112125.640000', '112125.643000', '112125.645000', '112125.648000', '112125.651000', '112125.653000', '112125.656000', '112125.659000', '112125.661000', '112125.664000', '112125.667000', '112125.669000', '112125.672000', '112125.674000', '112125.677000', '112125.680000', '112125.682000', '112125.685000', '112125.688000', '112125.690000', '112125.693000', '112125.695000', '112125.698000', '112125.701000', '112125.703000', '112145.589000', '112145.592000', '112145.594000', '112145.597000', '112145.600000', '112145.602000', '112145.605000', '112145.608000', '112145.610000', '112145.613000', '112145.616000', '112145.619000', '112145.621000', '112145.624000', '112145.626000', '112145.629000', '112145.632000', '112145.634000', '112145.637000', '112145.640000', '112145.642000', '112145.645000', '112145.647000', '112145.650000', '112145.653000', '112145.656000', '112145.658000', '112145.661000', '112145.663000', '112145.666000', '112145.668000', '112145.671000', '112145.674000', '112145.676000', '112145.679000', '112145.681000', '112145.684000', '112145.686000', '112145.689000', '112145.692000', '112145.694000', '112145.697000', '112145.700000', '112145.702000', '112205.589000', '112205.592000', '112205.594000', '112205.597000', '112205.600000', '112205.602000', '112205.605000', '112205.608000', '112205.610000', '112205.613000', '112205.616000', '112205.618000', '112205.621000', '112205.624000', '112205.626000', '112205.629000', '112205.632000', '112205.634000', '112205.637000', '112205.640000', '112205.642000', '112205.645000', '112205.648000', '112205.650000', '112205.653000', '112205.656000', '112205.658000', '112205.661000', '112205.663000', '112205.666000', '112205.669000', '112205.672000', '112205.674000', '112205.677000', '112205.679000', '112205.682000', '112205.685000', '112205.687000', '112205.690000', '112205.693000', '112205.695000', '112205.698000', '112205.700000', '112205.703000', '112225.589000', '112225.592000', '112225.594000', '112225.597000', '112225.600000', '112225.602000', '112225.605000', '112225.608000', '112225.610000', '112225.613000', '112225.616000', '112225.618000', '112225.621000', '112225.624000', '112225.626000', '112225.629000', '112225.631000', '112225.634000', '112225.636000', '112225.639000', '112225.642000', '112225.644000', '112225.647000', '112225.650000', '112225.652000', '112225.655000', '112225.658000', '112225.660000', '112225.663000', '112225.665000', '112225.668000', '112225.671000', '112225.673000', '112225.676000', '112225.695000', '112225.697000', '112225.700000', '112225.703000', '112225.705000', '112225.708000', '112225.711000', '112225.713000', '112225.717000', '112245.588000', '112245.591000', '112245.594000', '112245.596000', '112245.599000', '112245.602000', '112245.604000', '112245.607000', '112245.610000', '112245.612000', '112245.615000', '112245.618000', '112245.621000', '112245.624000', '112245.626000', '112245.630000', '112245.633000', '112245.635000', '112245.638000', '112245.641000', '112245.643000', '112245.646000', '112245.649000', '112245.651000', '112245.654000', '112245.657000', '112245.659000', '112245.662000', '112245.664000', '112245.667000', '112245.670000', '112245.672000', '112245.675000', '112245.677000', '112245.680000', '112245.683000', '112245.686000', '112245.688000', '112245.691000', '112245.693000', '112245.696000', '112245.699000', '112245.701000', '112305.588000', '112305.591000', '112305.594000', '112305.597000', '112305.599000', '112305.602000', '112305.605000', '112305.608000', '112305.610000', '112305.613000', '112305.615000', '112305.618000', '112305.621000', '112305.623000', '112305.626000', '112305.628000', '112305.631000', '112305.634000', '112305.636000', '112305.639000', '112305.642000', '112305.644000', '112305.647000', '112305.650000', '112305.652000', '112305.655000', '112305.657000', '112305.660000', '112305.663000', '112305.665000', '112305.668000', '112305.670000', '112305.673000', '112305.676000', '112305.678000', '112305.681000', '112305.684000', '112305.686000', '112305.689000', '112305.691000', '112305.694000', '112305.697000', '112305.699000', '112305.702000', '112325.588000', '112325.591000', '112325.593000', '112325.596000', '112325.599000', '112325.602000', '112325.604000', '112325.607000', '112325.609000', '112325.612000', '112325.615000', '112325.617000', '112325.620000', '112325.623000', '112325.625000', '112325.628000', '112325.631000', '112325.634000', '112325.636000', '112325.639000', '112325.641000', '112325.644000', '112325.647000', '112325.649000', '112325.652000', '112325.655000', '112325.658000', '112325.660000', '112325.663000', '112325.666000', '112325.668000', '112325.671000', '112325.673000', '112325.676000', '112325.679000', '112325.681000', '112325.684000', '112325.687000', '112325.689000', '112325.692000', '112325.694000', '112325.697000', '112325.700000', '112345.588000', '112345.591000', '112345.594000', '112345.597000', '112345.600000', '112345.602000', '112345.605000', '112345.608000', '112345.611000', '112345.613000', '112345.616000', '112345.618000', '112345.621000', '112345.624000', '112345.626000', '112345.629000', '112345.632000', '112345.634000', '112345.637000', '112345.640000', '112345.642000', '112345.645000', '112345.648000', '112345.650000', '112345.653000', '112345.655000', '112345.658000', '112345.661000', '112345.663000', '112345.666000', '112345.668000', '112345.671000', '112345.674000', '112345.676000', '112345.679000', '112345.682000', '112345.684000', '112345.687000', '112345.689000', '112345.692000', '112345.695000', '112345.697000', '112345.700000', '112345.702000', '112405.589000', '112405.591000', '112405.594000', '112405.597000', '112405.600000', '112405.602000', '112405.605000', '112405.607000', '112405.610000', '112405.613000', '112405.615000', '112405.618000', '112405.621000', '112405.623000', '112405.626000', '112405.629000', '112405.632000', '112405.634000', '112405.637000', '112405.640000', '112405.642000', '112405.645000', '112405.648000', '112405.650000', '112405.653000', '112405.655000', '112405.658000', '112405.661000', '112405.663000', '112405.666000', '112405.670000', '112405.673000', '112405.676000', '112405.678000', '112405.681000', '112405.683000', '112405.686000', '112405.689000', '112405.691000', '112405.694000', '112405.697000', '112405.699000', '112405.702000', '112425.589000', '112425.591000', '112425.594000', '112425.597000', '112425.600000', '112425.602000', '112425.605000', '112425.608000', '112425.610000', '112425.613000', '112425.615000', '112425.618000', '112425.621000', '112425.623000', '112425.626000', '112425.629000', '112425.631000', '112425.634000', '112425.637000', '112425.639000', '112425.642000', '112425.645000', '112425.647000', '112425.650000', '112425.653000', '112425.655000', '112425.658000', '112425.660000', '112425.663000', '112425.666000', '112425.668000', '112425.671000', '112425.674000', '112425.676000', '112425.679000', '112425.681000', '112425.684000', '112425.686000', '112425.689000', '112425.692000', '112425.694000', '112425.697000', '112425.699000', '112425.702000', '112445.588000', '112445.591000', '112445.594000', '112445.597000', '112445.599000', '112445.602000', '112445.605000', '112445.607000', '112445.610000', '112445.612000', '112445.615000', '112445.617000', '112445.620000', '112445.623000', '112445.626000', '112445.628000', '112445.631000', '112445.634000', '112445.636000', '112445.639000', '112445.642000', '112445.644000', '112445.647000', '112445.651000', '112445.654000', '112445.656000', '112445.659000', '112445.662000', '112445.664000', '112445.667000', '112445.669000', '112445.672000', '112445.675000', '112445.677000', '112445.680000', '112445.683000', '112445.685000', '112445.688000', '112445.690000', '112445.693000', '112445.696000', '112445.698000', '112445.701000', '112505.589000', '112505.591000', '112505.595000', '112505.597000', '112505.600000', '112505.602000', '112505.605000', '112505.608000', '112505.610000', '112505.613000', '112505.616000', '112505.618000', '112505.621000', '112505.623000', '112505.626000', '112505.629000', '112505.631000', '112505.634000', '112505.642000', '112505.645000', '112505.648000', '112505.650000', '112505.653000', '112505.656000', '112505.658000', '112505.661000', '112505.664000', '112505.666000', '112505.669000', '112505.671000', '112505.674000', '112505.677000', '112505.679000', '112505.682000', '112505.684000', '112505.687000', '112505.689000', '112505.692000', '112505.695000', '112505.697000', '112505.700000', '112505.702000', '112505.705000', '112505.721000', '112525.588000', '112525.591000', '112525.593000', '112525.596000', '112525.599000', '112525.601000', '112525.604000', '112525.606000', '112525.610000', '112525.612000', '112525.615000', '112525.617000', '112525.620000', '112525.623000', '112525.625000', '112525.628000', '112525.631000', '112525.633000', '112525.636000', '112525.639000', '112525.641000', '112525.644000', '112525.646000', '112525.649000', '112525.652000', '112525.655000', '112525.657000', '112525.660000', '112525.663000', '112525.665000', '112525.668000', '112525.671000', '112525.673000', '112525.676000', '112525.679000', '112525.681000', '112525.684000', '112525.687000', '112525.689000', '112525.692000', '112525.695000', '112525.697000', '112525.700000', '112527.487000', '112527.490000', '112527.492000', '112527.495000', '112527.498000'], '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': [7780, 6122, 10638, 7139, 9165, 6420, 8478, 6330, 7466, 8166, 8058, 9974, 6262, 8119, 6526, 7410, 6452, 7246, 8056, 6585, 8143, 6600, 8706, 6290, 7269, 9639, 6682, 8162, 6613, 8881, 6766, 6113, 8120, 6641, 8951, 6995, 9717, 8240, 5996, 6364, 6145, 5927, 8056, 7492, 10734, 7698, 6567, 6824, 6136, 6378, 8608, 9703, 10722, 8984, 6630, 9765, 6598, 6791, 10243, 10632, 12051, 9787, 6481, 6522, 6453, 8305, 8329, 8782, 6900, 6346, 6818, 7085, 6403, 7093, 7104, 10107, 6876, 6137, 6697, 6394, 8738, 8530, 6139, 8414, 6235, 7923, 8257, 6289, 8857, 6288, 6830, 5976, 6399, 8672, 9251, 6860, 10307, 7059, 6789, 6226, 6558, 8558, 7240, 6605, 8778, 6328, 8403, 7326, 6306, 7676, 6411, 9427, 10585, 11048, 11818, 7468, 6724, 5711, 5869, 5675, 7110, 6473, 7724, 10506, 10054, 10345, 7795, 6225, 6100, 6234, 8389, 6216, 7198, 6401, 6233, 7580, 6439, 8313, 6944, 7071, 8442, 6228, 9817, 6384, 10774, 6933, 8317, 11338, 10677, 11568, 10649, 7010, 6767, 6124, 6906, 7272, 8001, 7382, 8193, 7760, 7354, 7882, 9217, 8954, 10333, 7730, 8403, 7084, 9488, 7891, 6704, 8374, 7245, 8311, 6631, 6775, 6799, 6782, 6764, 8535, 8906, 6324, 6456, 6429, 7673, 6347, 7678, 7404, 6683, 8314, 7987, 8572, 9663, 7720, 8706, 6836, 8899, 7202, 7212, 7552, 11699, 11426, 10860, 11542, 7591, 8908, 7590, 8982, 7383, 11744, 7719, 9304, 7277, 6953, 7889, 7344, 9353, 7377, 9860, 7540, 10852, 7551, 7733, 7144, 6939, 7599, 6585, 9902, 9020, 9340, 6377, 6996, 6186, 6148, 8529, 8207, 10044, 6956, 6620, 7633, 8912, 9534, 7144, 7084, 8820, 7843, 8881, 7237, 7595, 8531, 6721, 9893, 6734, 10102, 11671, 14678, 12051, 8341, 7358, 7197, 6499, 6607, 7007, 9849, 6595, 6764, 6789, 6883, 7901, 9599, 8456, 9122, 6539, 6405, 6710, 6727, 8434, 9201, 10691, 8629, 6471, 6727, 6806, 7560, 7130, 8921, 7065, 8496, 6685, 6761, 9460, 8664, 10381, 6397, 7475, 6486, 8321, 6704, 10263, 7083, 7537, 7638, 7126, 7580, 10214, 9955, 11511, 8560, 7457, 7601, 7620, 10800, 7759, 7972, 7666, 7501, 7502, 7342, 7110, 7563, 8754, 7824, 11521, 9269, 7232, 6260, 7473, 7166, 7371, 8023, 8507, 7704, 7328, 6830, 6847, 7448, 9711, 9645, 8411, 9663, 7489, 6917, 7041, 7092, 9345, 7581, 9114, 7048, 7122, 9201, 9548, 10287, 8886, 7492, 7203, 7036, 8180, 9279, 8102, 7408, 6693, 6990, 7427, 8969, 7821, 7102, 6908, 6968, 7484, 7248, 9609, 7244, 7020, 7157, 7099, 7487, 8049, 6934, 9827, 7302, 6882, 6890, 7740, 8046, 7968, 7299, 9913, 9401, 10072, 9138, 7162, 7288, 7476, 6745, 7700, 7581, 10702, 6772, 6859, 6781, 7081, 7825, 8504, 7324, 9176, 7130, 7174, 7020, 8053, 9625, 8114, 7046, 6692, 7704, 7621, 7579, 8224, 9033, 7257, 9913, 7275, 6844, 6771, 7740, 9253, 7763, 10992, 8333, 9539, 9208, 8971, 11326, 7770, 7085, 7007, 7225, 7653, 7147, 10985, 8082, 6747, 7160, 7436, 9776, 7227, 10327, 7703, 9239, 10404, 9191, 7345, 7235, 6992, 6857, 8649, 9321, 8547, 9076, 6847, 7123, 7112, 7155, 8878, 11867, 11792, 12440, 7513, 7172, 6896, 6825, 6322, 7459, 8087, 6870, 6831, 9922, 6838, 10898, 7619, 10824, 7883, 8743, 10586, 10816, 11537, 7674, 6623, 6091, 5896, 6276, 6050, 6882, 6397, 8402, 8099, 6517, 8808, 6942, 8297, 7661, 6680, 7583, 6835, 6840, 8786, 11392, 7051, 6421, 7769, 8275, 7235, 6682, 5647, 7301, 6671, 10520, 10325, 8309, 8744, 8818, 9160, 9584, 8997, 8723, 9499, 8043, 7634, 7806, 8434, 9041, 7837, 9638, 7846, 9099, 7965, 7696, 9606, 7863, 9415, 8618, 7522, 10247, 9514, 11379, 6666, 7255, 7221, 7313, 7610, 6888, 7621, 7427, 7683, 8885, 8544, 8243, 8095, 7840, 7634, 9821, 9106, 8609, 7797, 7546, 9766, 7680, 7638, 7562, 9917, 11101, 9463, 7769, 7586, 7968, 8284, 8165, 10913, 8123, 6979, 10820, 8962, 9214, 7651, 7632, 6884, 6914, 7526, 7600, 10765, 7644, 8418, 7275, 7849, 7281, 7990, 7672, 8386, 7354, 9263, 7815, 7363, 10972, 10835, 9177, 7007, 7845, 7868, 8278, 7938, 6953, 7929, 8275, 7963, 7815, 8394, 7877, 7601, 7152, 7975, 7832, 7766, 11484, 8974, 8879, 7154, 7159, 7255, 7480, 7934, 7497, 7625, 10071, 7727, 8924, 7608, 7716, 9146, 9123, 9035, 9610, 8077, 9437, 8458, 7304, 10304, 7536, 7627, 7190, 7350, 7539, 7585, 7754, 9008, 6964, 7738, 7510, 6284, 7986, 7548, 7405, 7560, 7546, 8585, 8100, 8164, 8999, 9631, 9055, 9454, 7731, 7599, 7456, 8027, 8390, 8589, 8619, 11145, 8111, 11793, 7637, 9812, 10046, 7778, 10232, 7851, 7813, 7301, 7558, 7711, 7612, 7922, 7659, 8764, 9819, 9011, 8890, 7828, 7747, 8106, 8906, 8196, 7777, 8050, 8368, 11602, 8331, 7525, 7620, 8220, 7441, 7967, 7417, 8000, 7663, 8403, 7948, 9026, 8151, 8072, 6396, 7511, 7627, 7102, 7724, 7364, 6757, 7145, 8350, 6465, 6392, 6751, 7565, 8665, 6573, 6791, 9597, 6412, 7143, 7765, 7543, 7697, 8178, 9361, 10871, 7883, 7509, 7000, 7682, 7939, 7882, 7465, 7949, 7341, 7581, 7589, 7318, 7894, 6919, 7602, 7265, 8257, 8428, 8273, 7982, 7141, 8411, 7397, 8365, 8970, 8341, 8584, 7515, 7176, 9526, 7108, 8263, 7632, 8648, 7973, 6955, 8184, 7701, 9502, 7655, 10972, 7961, 6837, 8139, 7064, 8391, 10439, 11100, 8375, 7484, 7463, 7128, 9554, 8632, 8178, 7545, 7499, 6875, 8587, 7546, 10149, 7982, 7674, 7687, 10395, 11412, 10287, 7994, 11444, 11190, 11258, 12530, 7773, 6728, 7800, 7383, 7945, 7705, 8223, 9022, 7524, 7931, 7157, 7291, 8138, 6959, 8283, 8637, 9673, 7703, 7156, 8012, 7494, 7299, 8915, 7376, 12407, 7540, 7861, 8198, 7402, 6807, 8597, 7632, 10511, 8989, 7192, 7356, 7398, 7341, 9483, 9147, 7274, 9741, 10277, 8269, 7392, 6869, 8103, 7409, 7643, 8088, 7804, 9073, 7381, 9211, 7840, 9634, 7682, 9694, 7696, 9321, 7663, 10079, 11186, 8134, 7965, 7248, 6875, 7095, 6896, 7477, 8144, 8534, 7590, 7460, 7392, 9373, 7284, 7420, 7753, 7883, 9421, 7753, 7653, 7926, 9382, 7693, 9906, 7273, 8055, 6991, 7437, 8085, 6393, 8134, 7247, 6709, 8612, 7418, 7666, 6881, 7558, 7849, 7215, 7641, 7280, 6992, 9090, 7535, 7587, 6605, 8361, 9785, 7973, 10841, 10045, 7742, 7348, 7523, 7823, 7499, 9652, 8707, 7803, 7682, 7117, 7830, 7344, 8058, 7858, 11567, 7946, 8968, 7945, 7193, 7740, 7152, 7978, 7257, 10445, 7767, 7210, 7759, 7467, 7868, 7480, 8580, 7876, 7109, 9497, 7324, 7969, 8179, 6910, 8237, 6977, 8413, 7929, 11008, 8183, 7189, 7820, 7475, 7327, 9076, 7838, 8302, 7302, 7385, 8348, 7362, 8352, 8000, 8363, 8322, 7918, 7845, 8058, 7115, 8622, 7367, 8511, 7605, 6970, 8027, 7639, 8557, 7903, 8104, 8346, 7966, 7897, 8146, 7810, 8580, 7637, 8303, 8382, 7926, 8200, 7632, 8830, 7648, 8464, 8059, 7434, 8582, 7805, 8446, 7935, 8443, 8364, 7361, 7706, 8341, 7235, 8118, 7962, 10782, 10069, 9978, 10259, 7507, 6671, 8181, 7290, 10689, 7845, 7632, 8255, 7781, 6908, 8373, 7735, 10624, 8251, 7318, 7804, 8122, 7140, 8263, 7131, 7515, 8290, 7469, 6639, 7834, 7068, 11525, 10897, 8682, 10552, 7473, 7775, 6630, 7193, 9008, 7326, 10274, 6126, 6365, 6092, 6237, 6189, 6783, 8780, 9044, 8823, 6510, 9433, 9287, 9644, 7278, 6864, 5928, 7264, 6909, 6363, 7080, 6726, 7546, 8749, 10134, 7341, 7322, 7183, 7273, 6901, 7344, 7604, 6970, 7462, 7373, 6775, 6841, 7534, 6753, 8862, 7482, 8949, 8188, 7571, 9796, 7617, 10386, 10426, 9962, 9771, 7627, 7448, 7262, 7075, 6816, 6728, 7168, 7164, 7205, 6893, 6523, 6987, 7181, 9003, 8879, 8710, 6981, 6908, 6925, 6924, 7794, 7683, 10474, 7932, 8409, 7288, 7300, 7419, 8309, 10544, 8493, 7958, 6899], 'WindowCenter': [3621.0, 3574.0, 3637.0, 3581.0, 3612.0, 3558.0, 3587.0, 3556.0, 3563.0, 3586.0, 3573.0, 3596.0, 3542.0, 3574.0, 3544.0, 3562.0, 3542.0, 3561.0, 3574.0, 3552.0, 3574.0, 3555.0, 3586.0, 3555.0, 3564.0, 3608.0, 3565.0, 3585.0, 3568.0, 3599.0, 3580.0, 3556.0, 3601.0, 3580.0, 3611.0, 3579.0, 3609.0, 3599.0, 3555.0, 3555.0, 3557.0, 3555.0, 3599.0, 3588.0, 3630.0, 3590.0, 3569.0, 3579.0, 3559.0, 3567.0, 3598.0, 3608.0, 3607.0, 3598.0, 3555.0, 3606.0, 3554.0, 3551.0, 3594.0, 3594.0, 3603.0, 3582.0, 3527.0, 3527.0, 3528.0, 3558.0, 3558.0, 3557.0, 3536.0, 3527.0, 3536.0, 3548.0, 3525.0, 3549.0, 3548.0, 3591.0, 3540.0, 3529.0, 3539.0, 3540.0, 3570.0, 3570.0, 3527.0, 3572.0, 3530.0, 3559.0, 3572.0, 3539.0, 3581.0, 3541.0, 3552.0, 3543.0, 3553.0, 3584.0, 3596.0, 3553.0, 3606.0, 3566.0, 3565.0, 3544.0, 3555.0, 3584.0, 3563.0, 3540.0, 3569.0, 3541.0, 3570.0, 3562.0, 3540.0, 3561.0, 3540.0, 3583.0, 3593.0, 3593.0, 3604.0, 3564.0, 3540.0, 3518.0, 3519.0, 3518.0, 3550.0, 3531.0, 3565.0, 3596.0, 3608.0, 3610.0, 3574.0, 3543.0, 3530.0, 3530.0, 3585.0, 3545.0, 3577.0, 3569.0, 3558.0, 3588.0, 3557.0, 3585.0, 3565.0, 3552.0, 3573.0, 3530.0, 3592.0, 3541.0, 3592.0, 3564.0, 3572.0, 3604.0, 3596.0, 3604.0, 3594.0, 3551.0, 3525.0, 3517.0, 3536.0, 3547.0, 3560.0, 3551.0, 3575.0, 3577.0, 3566.0, 3577.0, 3599.0, 3586.0, 3595.0, 3538.0, 3548.0, 3526.0, 3556.0, 3534.0, 3513.0, 3545.0, 3523.0, 3543.0, 3511.0, 3511.0, 3510.0, 3511.0, 3524.0, 3556.0, 3557.0, 3524.0, 3539.0, 3552.0, 3587.0, 3570.0, 3600.0, 3603.0, 3594.0, 3626.0, 3629.0, 3627.0, 3638.0, 3603.0, 3613.0, 3582.0, 3612.0, 3592.0, 3591.0, 3591.0, 3630.0, 3617.0, 3604.0, 3606.0, 3564.0, 3584.0, 3573.0, 3581.0, 3550.0, 3590.0, 3560.0, 3567.0, 3549.0, 3536.0, 3559.0, 3548.0, 3567.0, 3547.0, 3566.0, 3546.0, 3575.0, 3545.0, 3532.0, 3534.0, 3523.0, 3547.0, 3538.0, 3592.0, 3582.0, 3581.0, 3540.0, 3563.0, 3543.0, 3543.0, 3599.0, 3598.0, 3620.0, 3592.0, 3594.0, 3617.0, 3626.0, 3609.0, 3565.0, 3565.0, 3596.0, 3575.0, 3585.0, 3566.0, 3563.0, 3586.0, 3541.0, 3582.0, 3538.0, 3591.0, 3604.0, 3616.0, 3618.0, 3573.0, 3560.0, 3550.0, 3539.0, 3551.0, 3563.0, 3607.0, 3566.0, 3567.0, 3577.0, 3580.0, 3599.0, 3610.0, 3600.0, 3610.0, 3569.0, 3555.0, 3567.0, 3565.0, 3586.0, 3596.0, 3606.0, 3586.0, 3541.0, 3552.0, 3551.0, 3558.0, 3550.0, 3568.0, 3548.0, 3568.0, 3538.0, 3537.0, 3594.0, 3584.0, 3594.0, 3541.0, 3562.0, 3539.0, 3571.0, 3551.0, 3607.0, 3577.0, 3588.0, 3590.0, 3592.0, 3589.0, 3621.0, 3620.0, 3618.0, 3598.0, 3575.0, 3575.0, 3574.0, 3605.0, 3563.0, 3560.0, 3560.0, 3534.0, 3548.0, 3546.0, 3549.0, 3547.0, 3571.0, 3559.0, 3589.0, 3580.0, 3548.0, 3527.0, 3559.0, 3550.0, 3574.0, 3585.0, 3597.0, 3587.0, 3590.0, 3568.0, 3567.0, 3578.0, 3608.0, 3608.0, 3586.0, 3596.0, 3565.0, 3564.0, 3564.0, 3552.0, 3582.0, 3561.0, 3570.0, 3549.0, 3549.0, 3582.0, 3582.0, 3591.0, 3581.0, 3562.0, 3561.0, 3561.0, 3584.0, 3594.0, 3586.0, 3577.0, 3552.0, 3565.0, 3574.0, 3596.0, 3575.0, 3562.0, 3563.0, 3550.0, 3560.0, 3563.0, 3593.0, 3562.0, 3551.0, 3550.0, 3550.0, 3561.0, 3572.0, 3550.0, 3592.0, 3562.0, 3550.0, 3550.0, 3561.0, 3572.0, 3574.0, 3562.0, 3594.0, 3583.0, 3594.0, 3584.0, 3562.0, 3561.0, 3561.0, 3550.0, 3561.0, 3560.0, 3592.0, 3552.0, 3552.0, 3540.0, 3551.0, 3562.0, 3571.0, 3549.0, 3581.0, 3550.0, 3551.0, 3554.0, 3561.0, 3582.0, 3562.0, 3551.0, 3540.0, 3563.0, 3561.0, 3564.0, 3572.0, 3582.0, 3561.0, 3592.0, 3564.0, 3540.0, 3541.0, 3561.0, 3580.0, 3559.0, 3591.0, 3561.0, 3582.0, 3583.0, 3582.0, 3592.0, 3561.0, 3539.0, 3538.0, 3547.0, 3549.0, 3550.0, 3593.0, 3574.0, 3540.0, 3551.0, 3563.0, 3594.0, 3564.0, 3605.0, 3588.0, 3597.0, 3621.0, 3611.0, 3591.0, 3589.0, 3579.0, 3565.0, 3585.0, 3595.0, 3586.0, 3598.0, 3569.0, 3579.0, 3577.0, 3566.0, 3596.0, 3618.0, 3603.0, 3591.0, 3547.0, 3534.0, 3536.0, 3535.0, 3525.0, 3549.0, 3560.0, 3550.0, 3540.0, 3593.0, 3539.0, 3590.0, 3560.0, 3578.0, 3558.0, 3558.0, 3592.0, 3593.0, 3604.0, 3561.0, 3540.0, 3515.0, 3517.0, 3528.0, 3515.0, 3538.0, 3529.0, 3572.0, 3574.0, 3541.0, 3571.0, 3540.0, 3559.0, 3546.0, 3524.0, 3533.0, 3525.0, 3537.0, 3569.0, 3606.0, 3551.0, 3541.0, 3572.0, 3556.0, 3574.0, 3553.0, 3535.0, 3533.0, 3527.0, 3605.0, 3621.0, 3600.0, 3598.0, 3610.0, 3610.0, 3599.0, 3587.0, 3584.0, 3593.0, 3573.0, 3563.0, 3560.0, 3571.0, 3570.0, 3548.0, 3578.0, 3559.0, 3568.0, 3558.0, 3558.0, 3576.0, 3558.0, 3567.0, 3569.0, 3558.0, 3591.0, 3594.0, 3604.0, 3540.0, 3563.0, 3562.0, 3562.0, 3560.0, 3549.0, 3574.0, 3562.0, 3573.0, 3598.0, 3597.0, 3600.0, 3586.0, 3572.0, 3562.0, 3581.0, 3568.0, 3557.0, 3543.0, 3546.0, 3567.0, 3547.0, 3559.0, 3559.0, 3580.0, 3592.0, 3582.0, 3560.0, 3557.0, 3557.0, 3568.0, 3569.0, 3592.0, 3557.0, 3548.0, 3603.0, 3595.0, 3596.0, 3587.0, 3587.0, 3577.0, 3578.0, 3588.0, 3600.0, 3647.0, 3603.0, 3614.0, 3604.0, 3614.0, 3562.0, 3571.0, 3560.0, 3570.0, 3563.0, 3594.0, 3572.0, 3561.0, 3605.0, 3607.0, 3584.0, 3548.0, 3572.0, 3557.0, 3555.0, 3555.0, 3535.0, 3557.0, 3556.0, 3560.0, 3559.0, 3567.0, 3571.0, 3560.0, 3547.0, 3570.0, 3559.0, 3570.0, 3614.0, 3569.0, 3568.0, 3551.0, 3551.0, 3549.0, 3563.0, 3572.0, 3562.0, 3562.0, 3595.0, 3575.0, 3586.0, 3577.0, 3577.0, 3585.0, 3586.0, 3572.0, 3569.0, 3548.0, 3545.0, 3533.0, 3522.0, 3552.0, 3522.0, 3521.0, 3510.0, 3523.0, 3532.0, 3546.0, 3546.0, 3566.0, 3536.0, 3559.0, 3562.0, 3541.0, 3573.0, 3574.0, 3562.0, 3576.0, 3588.0, 3610.0, 3590.0, 3601.0, 3596.0, 3609.0, 3596.0, 3597.0, 3577.0, 3576.0, 3578.0, 3588.0, 3585.0, 3588.0, 3571.0, 3594.0, 3561.0, 3603.0, 3559.0, 3593.0, 3579.0, 3546.0, 3565.0, 3546.0, 3547.0, 3546.0, 3558.0, 3560.0, 3559.0, 3573.0, 3572.0, 3582.0, 3596.0, 3583.0, 3584.0, 3563.0, 3561.0, 3561.0, 3568.0, 3558.0, 3546.0, 3545.0, 3558.0, 3579.0, 3558.0, 3546.0, 3546.0, 3557.0, 3533.0, 3547.0, 3534.0, 3545.0, 3547.0, 3557.0, 3562.0, 3582.0, 3574.0, 3605.0, 3543.0, 3562.0, 3563.0, 3548.0, 3573.0, 3575.0, 3552.0, 3561.0, 3584.0, 3556.0, 3568.0, 3581.0, 3602.0, 3598.0, 3565.0, 3565.0, 3607.0, 3556.0, 3579.0, 3588.0, 3603.0, 3588.0, 3587.0, 3596.0, 3617.0, 3572.0, 3560.0, 3549.0, 3560.0, 3556.0, 3558.0, 3535.0, 3557.0, 3534.0, 3547.0, 3545.0, 3534.0, 3556.0, 3534.0, 3545.0, 3545.0, 3583.0, 3570.0, 3571.0, 3571.0, 3560.0, 3582.0, 3574.0, 3584.0, 3595.0, 3596.0, 3598.0, 3589.0, 3578.0, 3622.0, 3577.0, 3586.0, 3576.0, 3585.0, 3587.0, 3564.0, 3583.0, 3575.0, 3595.0, 3574.0, 3603.0, 3572.0, 3537.0, 3559.0, 3549.0, 3572.0, 3594.0, 3604.0, 3584.0, 3576.0, 3575.0, 3576.0, 3605.0, 3583.0, 3585.0, 3587.0, 3589.0, 3581.0, 3614.0, 3604.0, 3633.0, 3602.0, 3587.0, 3589.0, 3622.0, 3632.0, 3621.0, 3587.0, 3616.0, 3607.0, 3606.0, 3605.0, 3562.0, 3539.0, 3560.0, 3549.0, 3558.0, 3560.0, 3570.0, 3582.0, 3561.0, 3571.0, 3551.0, 3560.0, 3571.0, 3560.0, 3582.0, 3583.0, 3593.0, 3573.0, 3564.0, 3584.0, 3575.0, 3572.0, 3595.0, 3574.0, 3614.0, 3574.0, 3573.0, 3584.0, 3575.0, 3551.0, 3584.0, 3571.0, 3609.0, 3586.0, 3551.0, 3561.0, 3549.0, 3561.0, 3605.0, 3596.0, 3574.0, 3594.0, 3594.0, 3581.0, 3562.0, 3564.0, 3585.0, 3573.0, 3571.0, 3573.0, 3561.0, 3580.0, 3561.0, 3580.0, 3572.0, 3577.0, 3559.0, 3566.0, 3546.0, 3564.0, 3558.0, 3578.0, 3589.0, 3559.0, 3560.0, 3547.0, 3551.0, 3548.0, 3549.0, 3562.0, 3572.0, 3584.0, 3575.0, 3576.0, 3577.0, 3596.0, 3565.0, 3561.0, 3563.0, 3560.0, 3567.0, 3547.0, 3544.0, 3546.0, 3566.0, 3545.0, 3566.0, 3534.0, 3545.0, 3548.0, 3562.0, 3573.0, 3541.0, 3572.0, 3561.0, 3552.0, 3597.0, 3578.0, 3603.0, 3581.0, 3602.0, 3600.0, 3603.0, 3604.0, 3592.0, 3591.0, 3624.0, 3603.0, 3604.0, 3594.0, 3627.0, 3622.0, 3590.0, 3604.0, 3595.0, 3573.0, 3574.0, 3586.0, 3588.0, 3575.0, 3608.0, 3598.0, 3584.0, 3587.0, 3563.0, 3572.0, 3561.0, 3572.0, 3572.0, 3604.0, 3573.0, 3582.0, 3568.0, 3548.0, 3558.0, 3535.0, 3555.0, 3547.0, 3589.0, 3559.0, 3547.0, 3557.0, 3546.0, 3553.0, 3546.0, 3556.0, 3558.0, 3535.0, 3577.0, 3547.0, 3558.0, 3569.0, 3536.0, 3554.0, 3535.0, 3553.0, 3558.0, 3590.0, 3571.0, 3550.0, 3570.0, 3562.0, 3559.0, 3593.0, 3560.0, 3572.0, 3563.0, 3562.0, 3584.0, 3562.0, 3583.0, 3573.0, 3582.0, 3582.0, 3574.0, 3571.0, 3573.0, 3548.0, 3582.0, 3559.0, 3570.0, 3560.0, 3561.0, 3569.0, 3561.0, 3580.0, 3570.0, 3560.0, 3571.0, 3570.0, 3569.0, 3572.0, 3559.0, 3582.0, 3559.0, 3567.0, 3569.0, 3557.0, 3569.0, 3556.0, 3580.0, 3559.0, 3570.0, 3571.0, 3561.0, 3579.0, 3572.0, 3582.0, 3572.0, 3583.0, 3583.0, 3574.0, 3573.0, 3585.0, 3561.0, 3568.0, 3560.0, 3590.0, 3582.0, 3580.0, 3589.0, 3561.0, 3538.0, 3567.0, 3548.0, 3589.0, 3558.0, 3559.0, 3570.0, 3561.0, 3549.0, 3568.0, 3560.0, 3590.0, 3570.0, 3561.0, 3559.0, 3571.0, 3548.0, 3568.0, 3548.0, 3546.0, 3566.0, 3548.0, 3537.0, 3559.0, 3561.0, 3604.0, 3606.0, 3572.0, 3592.0, 3547.0, 3548.0, 3537.0, 3536.0, 3569.0, 3550.0, 3604.0, 3530.0, 3553.0, 3541.0, 3541.0, 3543.0, 3565.0, 3598.0, 3597.0, 3599.0, 3555.0, 3597.0, 3595.0, 3580.0, 3536.0, 3526.0, 3513.0, 3547.0, 3534.0, 3525.0, 3536.0, 3549.0, 3560.0, 3569.0, 3590.0, 3549.0, 3558.0, 3547.0, 3559.0, 3534.0, 3547.0, 3559.0, 3550.0, 3562.0, 3576.0, 3565.0, 3564.0, 3576.0, 3553.0, 3595.0, 3576.0, 3595.0, 3587.0, 3575.0, 3606.0, 3577.0, 3606.0, 3595.0, 3594.0, 3581.0, 3559.0, 3549.0, 3546.0, 3538.0, 3537.0, 3538.0, 3550.0, 3548.0, 3551.0, 3549.0, 3526.0, 3549.0, 3562.0, 3584.0, 3582.0, 3571.0, 3551.0, 3562.0, 3550.0, 3563.0, 3573.0, 3551.0, 3596.0, 3581.0, 3566.0, 3528.0, 3526.0, 3517.0, 3557.0, 3593.0, 3581.0, 3571.0, 3560.0], 'WindowWidth': [8195.0, 8121.0, 8205.0, 8123.0, 8163.0, 8084.0, 8121.0, 8080.0, 8084.0, 8115.0, 8095.0, 8128.0, 8053.0, 8097.0, 8059.0, 8079.0, 8055.0, 8075.0, 8097.0, 8068.0, 8099.0, 8078.0, 8117.0, 8077.0, 8085.0, 8150.0, 8090.0, 8115.0, 8097.0, 8140.0, 8119.0, 8083.0, 8147.0, 8118.0, 8161.0, 8117.0, 8155.0, 8141.0, 8081.0, 8081.0, 8086.0, 8081.0, 8143.0, 8129.0, 8186.0, 8132.0, 8104.0, 8117.0, 8093.0, 8100.0, 8139.0, 8150.0, 8147.0, 8135.0, 8078.0, 8145.0, 8074.0, 8066.0, 8126.0, 8123.0, 8136.0, 8105.0, 8025.0, 8025.0, 8028.0, 8067.0, 8068.0, 8063.0, 8034.0, 8025.0, 8037.0, 8054.0, 8022.0, 8058.0, 8055.0, 8113.0, 8047.0, 8032.0, 8046.0, 8049.0, 8086.0, 8086.0, 8025.0, 8091.0, 8036.0, 8070.0, 8093.0, 8045.0, 8105.0, 8052.0, 8068.0, 8061.0, 8075.0, 8113.0, 8133.0, 8073.0, 8146.0, 8095.0, 8090.0, 8063.0, 8079.0, 8112.0, 8083.0, 8048.0, 8085.0, 8049.0, 8087.0, 8077.0, 8045.0, 8074.0, 8048.0, 8109.0, 8121.0, 8121.0, 8139.0, 8087.0, 8047.0, 8016.0, 8019.0, 8015.0, 8059.0, 8035.0, 8088.0, 8127.0, 8150.0, 8156.0, 8102.0, 8057.0, 8037.0, 8037.0, 8118.0, 8067.0, 8112.0, 8104.0, 8089.0, 8126.0, 8083.0, 8114.0, 8087.0, 8066.0, 8094.0, 8034.0, 8118.0, 8050.0, 8117.0, 8087.0, 8092.0, 8138.0, 8133.0, 8138.0, 8123.0, 8063.0, 8017.0, 8010.0, 8032.0, 8049.0, 8069.0, 8061.0, 8098.0, 8104.0, 8088.0, 8103.0, 8137.0, 8113.0, 8121.0, 8034.0, 8046.0, 8016.0, 8051.0, 8022.0, 7994.0, 8038.0, 8008.0, 8034.0, 7990.0, 7989.0, 7986.0, 7991.0, 8015.0, 8057.0, 8059.0, 8015.0, 8049.0, 8071.0, 8125.0, 8110.0, 8149.0, 8157.0, 8149.0, 8195.0, 8201.0, 8194.0, 8210.0, 8154.0, 8167.0, 8127.0, 8165.0, 8140.0, 8136.0, 8135.0, 8182.0, 8163.0, 8139.0, 8144.0, 8084.0, 8110.0, 8096.0, 8102.0, 8060.0, 8110.0, 8071.0, 8076.0, 8054.0, 8033.0, 8066.0, 8051.0, 8076.0, 8049.0, 8071.0, 8046.0, 8081.0, 8042.0, 8022.0, 8026.0, 8010.0, 8049.0, 8045.0, 8121.0, 8106.0, 8101.0, 8052.0, 8087.0, 8062.0, 8062.0, 8142.0, 8142.0, 8175.0, 8141.0, 8149.0, 8183.0, 8191.0, 8156.0, 8090.0, 8090.0, 8130.0, 8102.0, 8113.0, 8090.0, 8082.0, 8114.0, 8048.0, 8103.0, 8040.0, 8115.0, 8140.0, 8161.0, 8166.0, 8097.0, 8076.0, 8064.0, 8049.0, 8068.0, 8086.0, 8151.0, 8096.0, 8102.0, 8114.0, 8122.0, 8144.0, 8159.0, 8146.0, 8158.0, 8103.0, 8082.0, 8098.0, 8093.0, 8121.0, 8134.0, 8146.0, 8119.0, 8054.0, 8067.0, 8065.0, 8068.0, 8059.0, 8080.0, 8054.0, 8080.0, 8042.0, 8041.0, 8126.0, 8111.0, 8125.0, 8052.0, 8082.0, 8047.0, 8091.0, 8066.0, 8149.0, 8111.0, 8127.0, 8134.0, 8139.0, 8130.0, 8176.0, 8174.0, 8168.0, 8140.0, 8103.0, 8103.0, 8100.0, 8138.0, 8081.0, 8071.0, 8072.0, 8029.0, 8052.0, 8047.0, 8054.0, 8051.0, 8090.0, 8072.0, 8110.0, 8097.0, 8054.0, 8027.0, 8070.0, 8062.0, 8100.0, 8119.0, 8136.0, 8125.0, 8132.0, 8103.0, 8100.0, 8113.0, 8155.0, 8153.0, 8119.0, 8133.0, 8090.0, 8087.0, 8086.0, 8067.0, 8103.0, 8074.0, 8084.0, 8056.0, 8058.0, 8108.0, 8108.0, 8116.0, 8103.0, 8081.0, 8078.0, 8078.0, 8113.0, 8125.0, 8118.0, 8110.0, 8070.0, 8093.0, 8103.0, 8133.0, 8104.0, 8082.0, 8082.0, 8061.0, 8076.0, 8082.0, 8122.0, 8079.0, 8063.0, 8060.0, 8060.0, 8078.0, 8093.0, 8061.0, 8118.0, 8079.0, 8062.0, 8060.0, 8076.0, 8091.0, 8101.0, 8082.0, 8125.0, 8111.0, 8125.0, 8112.0, 8082.0, 8076.0, 8076.0, 8062.0, 8077.0, 8075.0, 8120.0, 8065.0, 8067.0, 8048.0, 8066.0, 8079.0, 8089.0, 8058.0, 8101.0, 8061.0, 8061.0, 8069.0, 8074.0, 8101.0, 8077.0, 8062.0, 8047.0, 8080.0, 8076.0, 8083.0, 8089.0, 8104.0, 8077.0, 8118.0, 8082.0, 8048.0, 8047.0, 8074.0, 8096.0, 8069.0, 8110.0, 8073.0, 8099.0, 8106.0, 8102.0, 8115.0, 8073.0, 8042.0, 8039.0, 8051.0, 8054.0, 8059.0, 8121.0, 8097.0, 8048.0, 8065.0, 8083.0, 8123.0, 8083.0, 8143.0, 8124.0, 8133.0, 8172.0, 8160.0, 8136.0, 8131.0, 8115.0, 8092.0, 8116.0, 8129.0, 8118.0, 8137.0, 8101.0, 8114.0, 8109.0, 8095.0, 8133.0, 8165.0, 8134.0, 8113.0, 8050.0, 8029.0, 8033.0, 8033.0, 8019.0, 8057.0, 8072.0, 8062.0, 8049.0, 8120.0, 8046.0, 8112.0, 8070.0, 8090.0, 8067.0, 8065.0, 8118.0, 8120.0, 8137.0, 8077.0, 8048.0, 8005.0, 8010.0, 8026.0, 8004.0, 8039.0, 8030.0, 8089.0, 8096.0, 8049.0, 8088.0, 8044.0, 8064.0, 8043.0, 8012.0, 8021.0, 8013.0, 8036.0, 8084.0, 8145.0, 8066.0, 8054.0, 8096.0, 8058.0, 8100.0, 8072.0, 8052.0, 8019.0, 8022.0, 8141.0, 8173.0, 8146.0, 8138.0, 8157.0, 8159.0, 8138.0, 8118.0, 8111.0, 8122.0, 8097.0, 8082.0, 8076.0, 8087.0, 8084.0, 8053.0, 8093.0, 8070.0, 8081.0, 8068.0, 8067.0, 8088.0, 8065.0, 8076.0, 8083.0, 8069.0, 8116.0, 8124.0, 8134.0, 8048.0, 8085.0, 8082.0, 8079.0, 8076.0, 8060.0, 8098.0, 8082.0, 8098.0, 8138.0, 8137.0, 8143.0, 8120.0, 8095.0, 8080.0, 8100.0, 8080.0, 8060.0, 8040.0, 8046.0, 8074.0, 8049.0, 8068.0, 8070.0, 8101.0, 8117.0, 8105.0, 8073.0, 8065.0, 8063.0, 8080.0, 8084.0, 8116.0, 8063.0, 8053.0, 8135.0, 8129.0, 8133.0, 8124.0, 8124.0, 8112.0, 8116.0, 8130.0, 8148.0, 8219.0, 8158.0, 8173.0, 8158.0, 8172.0, 8081.0, 8091.0, 8072.0, 8089.0, 8084.0, 8125.0, 8095.0, 8079.0, 8143.0, 8145.0, 8111.0, 8059.0, 8091.0, 8065.0, 8058.0, 8059.0, 8030.0, 8062.0, 8062.0, 8072.0, 8072.0, 8079.0, 8091.0, 8076.0, 8054.0, 8087.0, 8073.0, 8090.0, 8153.0, 8082.0, 8078.0, 8063.0, 8060.0, 8057.0, 8080.0, 8090.0, 8079.0, 8078.0, 8125.0, 8100.0, 8116.0, 8106.0, 8103.0, 8110.0, 8111.0, 8087.0, 8078.0, 8045.0, 8036.0, 8017.0, 8000.0, 8041.0, 8002.0, 7999.0, 7985.0, 8007.0, 8018.0, 8046.0, 8046.0, 8072.0, 8034.0, 8072.0, 8081.0, 8053.0, 8098.0, 8099.0, 8082.0, 8105.0, 8127.0, 8159.0, 8131.0, 8147.0, 8134.0, 8152.0, 8132.0, 8134.0, 8108.0, 8106.0, 8110.0, 8124.0, 8115.0, 8124.0, 8091.0, 8121.0, 8075.0, 8131.0, 8071.0, 8119.0, 8095.0, 8046.0, 8068.0, 8045.0, 8048.0, 8048.0, 8069.0, 8074.0, 8072.0, 8095.0, 8092.0, 8107.0, 8129.0, 8109.0, 8110.0, 8080.0, 8075.0, 8074.0, 8078.0, 8065.0, 8046.0, 8046.0, 8063.0, 8094.0, 8065.0, 8046.0, 8046.0, 8062.0, 8026.0, 8047.0, 8026.0, 8043.0, 8050.0, 8066.0, 8078.0, 8104.0, 8099.0, 8160.0, 8059.0, 8080.0, 8082.0, 8054.0, 8099.0, 8103.0, 8070.0, 8078.0, 8116.0, 8083.0, 8102.0, 8125.0, 8152.0, 8141.0, 8091.0, 8092.0, 8150.0, 8081.0, 8117.0, 8128.0, 8154.0, 8128.0, 8123.0, 8134.0, 8162.0, 8095.0, 8074.0, 8056.0, 8072.0, 8061.0, 8067.0, 8030.0, 8062.0, 8028.0, 8047.0, 8043.0, 8029.0, 8060.0, 8028.0, 8044.0, 8045.0, 8110.0, 8089.0, 8090.0, 8092.0, 8076.0, 8108.0, 8102.0, 8115.0, 8133.0, 8134.0, 8139.0, 8129.0, 8116.0, 8177.0, 8113.0, 8122.0, 8106.0, 8116.0, 8121.0, 8089.0, 8113.0, 8103.0, 8127.0, 8100.0, 8134.0, 8091.0, 8038.0, 8068.0, 8058.0, 8094.0, 8125.0, 8139.0, 8113.0, 8110.0, 8106.0, 8108.0, 8147.0, 8113.0, 8118.0, 8126.0, 8133.0, 8124.0, 8171.0, 8162.0, 8196.0, 8150.0, 8124.0, 8130.0, 8177.0, 8192.0, 8174.0, 8123.0, 8159.0, 8147.0, 8143.0, 8142.0, 8080.0, 8045.0, 8073.0, 8057.0, 8068.0, 8075.0, 8088.0, 8106.0, 8076.0, 8091.0, 8067.0, 8077.0, 8091.0, 8077.0, 8107.0, 8111.0, 8125.0, 8099.0, 8088.0, 8114.0, 8104.0, 8097.0, 8130.0, 8102.0, 8154.0, 8099.0, 8097.0, 8111.0, 8104.0, 8067.0, 8114.0, 8093.0, 8152.0, 8118.0, 8061.0, 8077.0, 8055.0, 8077.0, 8144.0, 8133.0, 8102.0, 8126.0, 8127.0, 8106.0, 8083.0, 8089.0, 8116.0, 8099.0, 8092.0, 8096.0, 8078.0, 8103.0, 8078.0, 8102.0, 8090.0, 8092.0, 8069.0, 8074.0, 8047.0, 8069.0, 8067.0, 8091.0, 8110.0, 8071.0, 8074.0, 8053.0, 8065.0, 8058.0, 8060.0, 8082.0, 8095.0, 8114.0, 8105.0, 8107.0, 8108.0, 8130.0, 8090.0, 8078.0, 8081.0, 8070.0, 8076.0, 8047.0, 8040.0, 8045.0, 8071.0, 8043.0, 8070.0, 8028.0, 8042.0, 8056.0, 8083.0, 8099.0, 8052.0, 8095.0, 8080.0, 8071.0, 8136.0, 8115.0, 8156.0, 8124.0, 8152.0, 8146.0, 8158.0, 8161.0, 8141.0, 8137.0, 8185.0, 8156.0, 8159.0, 8146.0, 8194.0, 8180.0, 8132.0, 8140.0, 8128.0, 8096.0, 8102.0, 8122.0, 8128.0, 8108.0, 8153.0, 8140.0, 8118.0, 8123.0, 8085.0, 8096.0, 8078.0, 8094.0, 8093.0, 8138.0, 8096.0, 8105.0, 8083.0, 8055.0, 8068.0, 8035.0, 8060.0, 8052.0, 8110.0, 8071.0, 8054.0, 8066.0, 8051.0, 8056.0, 8047.0, 8061.0, 8067.0, 8035.0, 8092.0, 8052.0, 8067.0, 8084.0, 8035.0, 8057.0, 8032.0, 8056.0, 8069.0, 8113.0, 8090.0, 8064.0, 8090.0, 8082.0, 8074.0, 8124.0, 8077.0, 8095.0, 8086.0, 8083.0, 8113.0, 8083.0, 8110.0, 8098.0, 8109.0, 8109.0, 8099.0, 8092.0, 8096.0, 8058.0, 8105.0, 8072.0, 8090.0, 8076.0, 8079.0, 8086.0, 8079.0, 8102.0, 8088.0, 8074.0, 8088.0, 8088.0, 8085.0, 8094.0, 8073.0, 8106.0, 8072.0, 8081.0, 8085.0, 8065.0, 8084.0, 8063.0, 8099.0, 8071.0, 8088.0, 8093.0, 8079.0, 8101.0, 8093.0, 8108.0, 8096.0, 8112.0, 8112.0, 8102.0, 8099.0, 8116.0, 8078.0, 8085.0, 8072.0, 8112.0, 8104.0, 8099.0, 8111.0, 8078.0, 8043.0, 8079.0, 8055.0, 8111.0, 8070.0, 8071.0, 8087.0, 8078.0, 8062.0, 8085.0, 8076.0, 8116.0, 8089.0, 8077.0, 8074.0, 8091.0, 8056.0, 8080.0, 8055.0, 8051.0, 8077.0, 8056.0, 8040.0, 8073.0, 8080.0, 8139.0, 8143.0, 8092.0, 8115.0, 8050.0, 8052.0, 8037.0, 8034.0, 8080.0, 8060.0, 8138.0, 8037.0, 8073.0, 8053.0, 8055.0, 8059.0, 8093.0, 8141.0, 8137.0, 8140.0, 8078.0, 8135.0, 8128.0, 8099.0, 8032.0, 8019.0, 7999.0, 8048.0, 8028.0, 8017.0, 8034.0, 8060.0, 8074.0, 8084.0, 8112.0, 8057.0, 8069.0, 8054.0, 8070.0, 8032.0, 8051.0, 8069.0, 8060.0, 8080.0, 8106.0, 8092.0, 8089.0, 8106.0, 8071.0, 8129.0, 8105.0, 8129.0, 8121.0, 8103.0, 8143.0, 8109.0, 8144.0, 8128.0, 8124.0, 8101.0, 8068.0, 8056.0, 8048.0, 8040.0, 8038.0, 8041.0, 8060.0, 8055.0, 8062.0, 8057.0, 8023.0, 8057.0, 8082.0, 8113.0, 8107.0, 8091.0, 8064.0, 8081.0, 8063.0, 8086.0, 8096.0, 8059.0, 8119.0, 8111.0, 8080.0, 8016.0, 8009.0, 7987.0, 8061.0, 8123.0, 8103.0, 8088.0, 8074.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.0030735584415584414</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07086184744588744</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.8023058431109</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1135219518284227</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0072413428336235</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4779</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4055.6333</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2306251751122063</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>455</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>39.39393939393939</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.640519109515438</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4491908506976485</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9279739301916616</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5443925476570035</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0109955</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020242858678102493</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027373507618904114</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.961379380981424</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>22.6839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4435</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.3629</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303071.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>644.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.1948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2513</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>430.7864</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2802.3175</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2966.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73473.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>967.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3650.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>748.724</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.090337962843478</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> |