=== 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-0035 --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-0035",
"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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>0cc30ebb6db2674802662a612aa45512</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:57:48.612500</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_VE11C_LATEST_20160120</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.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</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.0973889</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>[4161, -7760, -7297, 686, -51, -144, 138, 45]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>091f5874-d0a5-439c-937d-eb72173de4bd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['155748.612500', '155749.072500', '155749.532500', '155749.992500', '155750.452500', '155750.912500', '155751.372500', '155751.832500', '155752.292500', '155752.752500', '155753.212500', '155753.672500', '155754.132500', '155754.592500', '155755.052500', '155755.512500', '155755.972500', '155756.432500', '155756.892500', '155757.352500', '155757.812500', '155758.272500', '155758.732500', '155759.192500', '155759.652500', '155800.112500', '155800.572500', '155801.032500', '155801.492500', '155801.952500', '155802.412500', '155802.872500', '155803.332500', '155803.792500', '155804.252500', '155804.712500', '155805.172500', '155805.632500', '155806.092500', '155806.552500', '155807.012500', '155807.472500', '155807.932500', '155808.392500', '155808.852500', '155809.312500', '155809.772500', '155810.232500', '155810.692500', '155811.152500', '155811.612500', '155812.072500', '155812.532500', '155812.992500', '155813.452500', '155813.912500', '155814.372500', '155814.832500', '155815.292500', '155815.752500', '155816.212500', '155816.672500', '155817.132500', '155817.592500', '155818.052500', '155818.512500', '155818.972500', '155819.432500', '155819.892500', '155820.352500', '155820.812500', '155821.272500', '155821.732500', '155822.192500', '155822.652500', '155823.112500', '155823.572500', '155824.032500', '155824.492500', '155824.952500', '155825.412500', '155825.872500', '155826.332500', '155826.792500', '155827.252500', '155827.712500', '155828.172500', '155828.632500', '155829.092500', '155829.552500', '155830.012500', '155830.472500', '155830.932500', '155831.392500', '155831.852500', '155832.312500', '155832.772500', '155833.232500', '155833.692500', '155834.152500', '155834.612500', '155835.072500', '155835.532500', '155835.992500', '155836.452500', '155836.912500', '155837.372500', '155837.832500', '155838.292500', '155838.752500', '155839.212500', '155839.672500', '155840.132500', '155840.592500', '155841.052500', '155841.512500', '155841.972500', '155842.432500', '155842.892500', '155843.352500', '155843.812500', '155844.272500', '155844.732500', '155845.192500', '155845.652500', '155846.112500', '155846.572500', '155847.032500', '155847.492500', '155847.952500', '155848.412500', '155848.872500', '155849.332500', '155849.792500', '155850.252500', '155850.712500', '155851.172500', '155851.632500', '155852.092500', '155852.552500', '155853.012500', '155853.472500', '155853.932500', '155854.392500', '155854.852500', '155855.312500', '155855.772500', '155856.232500', '155856.692500', '155857.152500', '155857.612500', '155858.072500', '155858.532500', '155858.992500', '155859.452500', '155859.912500', '155900.372500', '155900.832500', '155901.292500', '155901.752500', '155902.212500', '155902.672500', '155903.132500', '155903.592500', '155904.052500', '155904.512500', '155904.972500', '155905.432500', '155905.892500', '155906.352500', '155906.812500', '155907.272500', '155907.732500', '155908.192500', '155908.652500', '155909.112500', '155909.572500', '155910.032500', '155910.492500', '155910.952500', '155911.412500', '155911.872500', '155912.332500', '155912.792500', '155913.252500', '155913.712500', '155914.172500', '155914.632500', '155915.092500', '155915.552500', '155916.012500', '155916.472500', '155916.932500', '155917.392500', '155917.852500', '155918.312500', '155918.772500', '155919.232500', '155919.692500', '155920.152500', '155920.612500', '155921.072500', '155921.532500', '155921.992500', '155922.452500', '155922.912500', '155923.372500', '155923.832500', '155924.292500', '155924.752500', '155925.212500', '155925.672500', '155926.132500', '155926.592500', '155927.052500', '155927.512500', '155927.972500', '155928.432500', '155928.892500', '155929.352500', '155929.812500', '155930.272500', '155930.732500', '155931.192500', '155931.652500', '155932.112500', '155932.572500', '155933.032500', '155933.492500', '155933.952500', '155934.412500', '155934.872500', '155935.332500', '155935.792500', '155936.252500', '155936.712500', '155937.172500', '155937.632500', '155938.092500', '155938.552500', '155939.012500', '155939.472500', '155939.932500', '155940.392500', '155940.852500', '155941.312500', '155941.772500', '155942.232500', '155942.692500', '155943.152500', '155943.612500', '155944.072500', '155944.532500', '155944.992500', '155945.452500', '155945.912500', '155946.372500', '155946.832500', '155947.292500', '155947.752500', '155948.212500', '155948.672500', '155949.132500', '155949.592500', '155950.052500', '155950.512500', '155950.972500', '155951.432500', '155951.892500', '155952.352500', '155952.812500', '155953.272500', '155953.732500', '155954.192500', '155954.652500', '155955.112500', '155955.572500', '155956.032500', '155956.492500', '155956.952500', '155957.412500', '155957.872500', '155958.332500', '155958.792500', '155959.252500', '155959.712500', '160000.172500', '160000.632500', '160001.092500', '160001.552500', '160002.012500', '160002.472500', '160002.932500', '160003.392500', '160003.852500', '160004.312500', '160004.772500', '160005.232500', '160005.692500', '160006.152500', '160006.612500', '160007.072500', '160007.532500', '160007.992500', '160008.452500', '160008.912500', '160009.372500', '160009.832500', '160010.292500', '160010.752500', '160011.212500', '160011.672500', '160012.132500', '160012.592500', '160013.052500', '160013.512500', '160013.972500', '160014.432500', '160014.892500', '160015.352500', '160015.812500', '160016.272500', '160016.732500', '160017.192500', '160017.652500', '160018.112500', '160018.572500', '160019.032500', '160019.492500', '160019.952500', '160020.412500', '160020.872500', '160021.332500', '160021.792500', '160022.252500', '160022.712500', '160023.172500', '160023.632500', '160024.092500', '160024.552500', '160025.012500', '160025.472500', '160025.932500', '160026.392500', '160026.852500', '160027.312500', '160027.772500', '160028.232500', '160028.692500', '160029.152500', '160029.612500', '160030.072500', '160030.532500', '160030.992500', '160031.452500', '160031.912500', '160032.372500', '160032.832500', '160033.292500', '160033.752500', '160034.212500', '160034.672500', '160035.132500', '160035.592500', '160036.052500', '160036.512500', '160036.972500', '160037.432500', '160037.892500', '160038.352500', '160038.812500', '160039.272500', '160039.732500', '160040.192500', '160040.652500', '160041.112500', '160041.572500', '160042.032500', '160042.492500', '160042.952500', '160043.412500', '160043.872500', '160044.332500', '160044.792500', '160045.252500', '160045.712500', '160046.172500', '160046.632500', '160047.092500', '160047.552500', '160048.012500', '160048.472500', '160048.932500', '160049.392500', '160049.852500', '160050.312500', '160050.772500', '160051.232500', '160051.692500', '160052.152500', '160052.612500', '160053.072500', '160053.532500', '160053.992500', '160054.452500', '160054.912500', '160055.372500', '160055.832500', '160056.292500', '160056.752500', '160057.212500', '160057.672500', '160058.132500', '160058.592500', '160059.052500', '160059.512500', '160059.972500', '160100.432500', '160100.892500', '160101.352500', '160101.812500', '160102.272500', '160102.732500', '160103.192500', '160103.652500', '160104.112500', '160104.572500', '160105.032500', '160105.492500', '160105.952500', '160106.412500', '160106.872500', '160107.332500', '160107.792500', '160108.252500', '160108.712500', '160109.172500', '160109.632500', '160110.092500', '160110.552500', '160111.012500', '160111.472500', '160111.932500', '160112.392500', '160112.852500', '160113.312500', '160113.772500', '160114.232500', '160114.692500', '160115.152500', '160115.612500', '160116.072500', '160116.532500', '160116.992500', '160117.452500', '160117.912500', '160118.372500', '160118.832500', '160119.292500', '160119.752500', '160120.212500', '160120.672500', '160121.132500', '160121.592500', '160122.052500', '160122.512500', '160122.972500', '160123.432500', '160123.892500', '160124.352500', '160124.812500', '160125.272500', '160125.732500', '160126.192500', '160126.652500', '160127.112500', '160127.572500', '160128.032500', '160128.492500', '160128.952500', '160129.412500', '160129.872500', '160130.332500', '160130.792500', '160131.252500', '160131.712500', '160132.172500', '160132.632500', '160133.092500', '160133.552500', '160134.012500', '160134.472500', '160134.932500', '160135.392500', '160135.852500', '160136.312500', '160136.772500', '160137.232500', '160137.692500', '160138.152500', '160138.612500', '160139.072500', '160139.532500', '160139.992500', '160140.452500', '160140.912500', '160141.372500', '160141.832500', '160142.292500', '160142.752500', '160143.212500', '160143.672500', '160144.132500', '160144.592500', '160145.052500', '160145.512500', '160145.972500', '160146.432500', '160146.892500', '160147.352500', '160147.812500', '160148.272500', '160148.732500', '160149.192500', '160149.652500', '160150.112500', '160150.572500', '160151.032500', '160151.492500', '160151.952500', '160152.412500', '160152.872500', '160153.332500', '160153.792500', '160154.252500', '160154.712500', '160155.172500', '160155.632500', '160156.092500', '160156.552500', '160157.012500', '160157.472500', '160157.932500', '160158.392500', '160158.852500', '160159.312500', '160159.772500', '160200.232500', '160200.692500', '160201.152500', '160201.612500', '160202.072500', '160202.532500', '160202.992500', '160203.452500', '160203.912500', '160204.372500', '160204.832500', '160205.292500', '160205.752500', '160206.212500', '160206.672500', '160207.132500', '160207.592500', '160208.052500', '160208.512500', '160208.972500', '160209.432500', '160209.892500', '160210.352500', '160210.812500', '160211.272500', '160211.732500', '160212.192500', '160212.652500', '160213.112500', '160213.572500', '160214.032500', '160214.492500', '160214.952500', '160215.412500', '160215.872500', '160216.332500', '160216.792500', '160217.252500', '160217.712500', '160218.172500', '160218.632500', '160219.092500', '160219.552500', '160220.012500', '160220.472500', '160220.932500', '160221.392500', '160221.852500', '160222.312500', '160222.772500', '160223.232500', '160223.692500', '160224.152500', '160224.612500', '160225.072500', '160225.532500', '160225.992500', '160226.452500', '160226.912500', '160227.372500', '160227.832500', '160228.292500', '160228.752500', '160229.212500', '160229.672500', '160230.132500', '160230.592500', '160231.052500', '160231.512500', '160231.972500', '160232.432500', '160232.892500', '160233.352500', '160233.812500', '160234.272500', '160234.732500', '160235.192500', '160235.652500', '160236.112500', '160236.572500', '160237.032500', '160237.492500', '160237.952500', '160238.412500', '160238.872500', '160239.332500', '160239.792500', '160240.252500', '160240.712500', '160241.172500', '160241.632500', '160242.092500', '160242.552500', '160243.012500', '160243.472500', '160243.932500', '160244.392500', '160244.852500', '160245.312500', '160245.772500', '160246.232500', '160246.692500', '160247.152500', '160247.612500', '160248.072500', '160248.532500', '160248.992500', '160249.452500', '160249.912500', '160250.372500', '160250.832500', '160251.292500', '160251.752500', '160252.212500', '160252.672500', '160253.132500', '160253.592500', '160254.052500', '160254.512500', '160254.972500', '160255.432500', '160255.892500', '160256.352500', '160256.812500', '160257.272500', '160257.732500', '160258.192500', '160258.652500', '160259.112500', '160259.572500', '160300.032500', '160300.492500', '160300.952500', '160301.412500', '160301.872500', '160302.332500', '160302.792500', '160303.252500', '160303.712500', '160304.172500', '160304.632500', '160305.092500', '160305.552500', '160306.012500', '160306.472500', '160306.932500', '160307.392500', '160307.852500', '160308.312500', '160308.772500', '160309.232500', '160309.692500', '160310.152500', '160310.612500', '160311.072500', '160311.532500', '160311.992500', '160312.452500', '160312.912500', '160313.372500', '160313.832500', '160314.292500', '160314.752500', '160315.212500', '160315.672500', '160316.132500', '160316.592500', '160317.052500', '160317.512500', '160317.972500', '160318.432500', '160318.892500', '160319.352500', '160319.812500', '160320.272500', '160320.732500', '160321.192500', '160321.652500', '160322.112500', '160322.572500', '160323.032500', '160323.492500', '160323.952500', '160324.412500', '160324.872500', '160325.332500', '160325.792500', '160326.252500', '160326.712500', '160327.172500', '160327.632500', '160328.092500', '160328.552500', '160329.012500', '160329.472500', '160329.932500', '160330.392500', '160330.852500', '160331.312500', '160331.772500', '160332.232500', '160332.692500', '160333.152500', '160333.612500', '160334.072500', '160334.532500', '160334.992500', '160335.452500', '160335.912500', '160336.372500', '160336.832500', '160337.292500', '160337.752500', '160338.212500', '160338.672500', '160339.132500', '160339.592500', '160340.052500', '160340.512500', '160340.972500', '160341.432500', '160341.892500', '160342.352500', '160342.812500', '160343.272500', '160343.732500', '160344.192500', '160344.652500', '160345.112500', '160345.572500', '160346.032500', '160346.492500', '160346.952500', '160347.412500', '160347.872500', '160348.332500', '160348.792500', '160349.252500', '160349.712500', '160350.172500', '160350.632500', '160351.092500', '160351.552500', '160352.012500', '160352.472500', '160352.932500', '160353.392500', '160353.852500', '160354.312500', '160354.772500', '160355.232500', '160355.692500', '160356.152500', '160356.612500', '160357.072500', '160357.532500', '160357.992500', '160358.452500', '160358.912500', '160359.372500', '160359.832500', '160400.292500', '160400.752500', '160401.212500', '160401.672500', '160402.132500', '160402.592500', '160403.052500', '160403.512500', '160403.972500', '160404.432500', '160404.892500', '160405.352500', '160405.812500', '160406.272500', '160406.732500', '160407.192500', '160407.652500', '160408.112500', '160408.572500', '160409.032500', '160409.492500', '160409.952500', '160410.412500', '160410.872500', '160411.332500', '160411.792500', '160412.252500', '160412.712500', '160413.172500', '160413.632500', '160414.092500', '160414.552500', '160415.012500', '160415.472500', '160415.932500', '160416.392500', '160416.852500', '160417.312500', '160417.772500', '160418.232500', '160418.692500', '160419.152500', '160419.612500', '160420.072500', '160420.532500', '160420.992500', '160421.452500', '160421.912500', '160422.372500', '160422.832500', '160423.292500', '160423.752500', '160424.212500', '160424.672500', '160425.132500', '160425.592500', '160426.052500', '160426.512500', '160426.972500', '160427.432500', '160427.892500', '160428.352500', '160428.812500', '160429.272500', '160429.732500', '160430.192500', '160430.652500', '160431.112500', '160431.572500', '160432.032500', '160432.492500', '160432.952500', '160433.412500', '160433.872500', '160434.332500', '160434.792500', '160435.252500', '160435.712500', '160436.172500', '160436.632500', '160437.092500', '160437.552500', '160438.012500', '160438.472500', '160438.932500', '160439.392500', '160439.852500', '160440.312500', '160440.772500', '160441.232500', '160441.692500', '160442.152500', '160442.612500', '160443.072500', '160443.532500', '160443.992500', '160444.452500', '160444.912500', '160445.372500', '160445.832500', '160446.292500', '160446.752500', '160447.212500', '160447.672500', '160448.132500', '160448.592500', '160449.052500', '160449.512500', '160449.972500', '160450.432500', '160450.892500', '160451.352500', '160451.812500', '160452.272500', '160452.732500', '160453.192500', '160453.652500', '160454.112500', '160454.572500', '160455.032500', '160455.492500', '160455.952500', '160456.412500', '160456.872500', '160457.332500', '160457.792500', '160458.252500', '160458.712500', '160459.172500', '160459.632500', '160500.092500', '160500.552500', '160501.012500', '160501.472500', '160501.932500', '160502.392500', '160502.852500', '160503.312500', '160503.772500', '160504.232500', '160504.692500', '160505.152500', '160505.612500', '160506.072500', '160506.532500', '160506.992500', '160507.452500', '160507.912500', '160508.372500', '160508.832500', '160509.292500', '160509.752500', '160510.212500', '160510.672500', '160511.132500', '160511.592500', '160512.052500', '160512.512500', '160512.972500', '160513.432500', '160513.892500', '160514.352500', '160514.812500', '160515.272500', '160515.732500', '160516.192500', '160516.652500', '160517.112500', '160517.572500', '160518.032500', '160518.492500', '160518.952500', '160519.412500', '160519.872500', '160520.332500', '160520.792500', '160521.252500', '160521.712500', '160522.172500', '160522.632500', '160523.092500', '160523.552500', '160524.012500', '160524.472500', '160524.932500', '160525.392500', '160525.852500', '160526.312500', '160526.772500', '160527.232500', '160527.692500', '160528.152500', '160528.612500', '160529.072500', '160529.532500', '160529.992500', '160530.452500', '160530.912500', '160531.372500', '160531.832500', '160532.292500', '160532.752500', '160533.212500', '160533.672500', '160534.132500', '160534.592500', '160535.052500', '160535.512500', '160535.972500', '160536.432500', '160536.892500', '160537.352500', '160537.812500', '160538.272500', '160538.732500', '160539.192500', '160539.652500', '160540.112500', '160540.572500', '160541.032500', '160541.492500', '160541.952500', '160542.412500', '160542.872500', '160543.332500', '160543.792500', '160544.252500', '160544.712500', '160545.172500', '160545.632500', '160546.092500', '160546.552500', '160547.012500', '160547.472500', '160547.932500', '160548.392500', '160548.852500', '160549.312500', '160549.772500', '160550.232500', '160550.692500', '160551.152500', '160551.612500', '160552.072500', '160552.532500', '160552.992500', '160553.452500', '160553.912500', '160554.372500', '160554.832500', '160555.292500', '160555.752500', '160556.212500', '160556.672500', '160557.132500', '160557.592500', '160558.052500', '160558.512500', '160558.972500', '160559.432500', '160559.892500', '160600.352500', '160600.812500', '160601.272500', '160601.732500', '160602.192500', '160602.652500', '160603.112500', '160603.572500', '160604.032500', '160604.492500', '160604.952500', '160605.412500', '160605.872500', '160606.332500', '160606.792500', '160607.252500', '160607.712500', '160608.172500', '160608.632500', '160609.092500', '160609.552500', '160610.012500', '160610.472500', '160610.932500', '160611.392500', '160611.852500', '160612.312500', '160612.772500', '160613.232500', '160613.692500', '160614.152500', '160614.612500', '160615.072500', '160615.532500', '160615.992500', '160616.452500', '160616.912500', '160617.372500', '160617.832500', '160618.292500', '160618.752500', '160619.212500', '160619.672500', '160620.132500', '160620.592500', '160621.052500', '160621.512500', '160621.972500', '160622.432500', '160622.892500', '160623.352500', '160623.812500', '160624.272500', '160624.732500', '160625.192500', '160625.652500', '160626.112500', '160626.572500', '160627.032500', '160627.492500', '160627.952500', '160628.412500', '160628.872500', '160629.332500', '160629.792500', '160630.252500', '160630.712500', '160631.172500', '160631.632500', '160632.092500', '160632.552500', '160633.012500', '160633.472500', '160633.932500', '160634.392500', '160634.852500', '160635.312500', '160635.772500', '160636.232500', '160636.692500', '160637.152500', '160637.612500', '160638.072500', '160638.532500', '160638.992500', '160639.452500', '160639.912500'], 'ContentTime': ['155818.224000', '155818.228000', '155818.232000', '155818.235000', '155818.238000', '155818.241000', '155818.244000', '155818.246000', '155818.249000', '155818.252000', '155818.255000', '155818.258000', '155818.261000', '155818.264000', '155818.267000', '155818.270000', '155818.273000', '155818.281000', '155818.284000', '155818.287000', '155818.290000', '155818.293000', '155818.297000', '155818.299000', '155818.302000', '155818.305000', '155818.308000', '155818.312000', '155818.315000', '155818.318000', '155818.321000', '155818.324000', '155818.327000', '155818.330000', '155818.333000', '155818.336000', '155818.339000', '155818.342000', '155818.345000', '155818.348000', '155818.351000', '155818.354000', '155818.369000', '155818.372000', '155818.375000', '155818.378000', '155818.381000', '155818.384000', '155818.387000', '155818.390000', '155818.393000', '155818.396000', '155818.399000', '155818.402000', '155818.405000', '155818.408000', '155818.411000', '155818.414000', '155818.417000', '155818.420000', '155818.423000', '155818.426000', '155838.194000', '155838.197000', '155838.200000', '155838.202000', '155838.205000', '155838.208000', '155838.211000', '155838.214000', '155838.217000', '155838.219000', '155838.222000', '155838.225000', '155838.228000', '155838.231000', '155838.234000', '155838.237000', '155838.240000', '155838.242000', '155838.245000', '155838.248000', '155838.251000', '155838.254000', '155838.257000', '155838.259000', '155838.262000', '155838.265000', '155838.268000', '155838.271000', '155838.274000', '155838.276000', '155838.279000', '155838.282000', '155838.285000', '155838.288000', '155838.291000', '155838.293000', '155838.296000', '155838.299000', '155838.302000', '155838.305000', '155838.308000', '155838.310000', '155838.313000', '155838.316000', '155858.194000', '155858.197000', '155858.200000', '155858.203000', '155858.205000', '155858.208000', '155858.211000', '155858.216000', '155858.218000', '155858.221000', '155858.224000', '155858.227000', '155858.230000', '155858.233000', '155858.237000', '155858.240000', '155858.243000', '155858.246000', '155858.249000', '155858.251000', '155858.272000', '155858.274000', '155858.277000', '155858.280000', '155858.283000', '155858.286000', '155858.289000', '155858.291000', '155858.294000', '155858.297000', '155858.300000', '155858.303000', '155858.306000', '155858.308000', '155858.311000', '155858.314000', '155858.317000', '155858.320000', '155858.322000', '155858.325000', '155858.328000', '155858.331000', '155858.334000', '155918.195000', '155918.198000', '155918.201000', '155918.204000', '155918.206000', '155918.209000', '155918.212000', '155918.215000', '155918.218000', '155918.220000', '155918.223000', '155918.226000', '155918.229000', '155918.232000', '155918.235000', '155918.238000', '155918.240000', '155918.243000', '155918.246000', '155918.249000', '155918.252000', '155918.255000', '155918.257000', '155918.260000', '155918.263000', '155918.266000', '155918.269000', '155918.272000', '155918.274000', '155918.277000', '155918.280000', '155918.283000', '155918.286000', '155918.289000', '155918.291000', '155918.294000', '155918.297000', '155918.300000', '155918.303000', '155918.306000', '155918.308000', '155918.311000', '155918.314000', '155918.317000', '155938.195000', '155938.198000', '155938.201000', '155938.204000', '155938.206000', '155938.209000', '155938.212000', '155938.215000', '155938.218000', '155938.221000', '155938.223000', '155938.226000', '155938.229000', '155938.232000', '155938.235000', '155938.238000', '155938.242000', '155938.246000', '155938.250000', '155938.253000', '155938.255000', '155938.258000', '155938.261000', '155938.264000', '155938.267000', '155938.270000', '155938.272000', '155938.275000', '155938.278000', '155938.281000', '155938.284000', '155938.287000', '155938.290000', '155938.293000', '155938.295000', '155938.298000', '155938.301000', '155938.304000', '155938.307000', '155938.310000', '155938.313000', '155938.315000', '155938.318000', '155958.195000', '155958.198000', '155958.201000', '155958.204000', '155958.206000', '155958.209000', '155958.212000', '155958.215000', '155958.218000', '155958.221000', '155958.223000', '155958.226000', '155958.229000', '155958.232000', '155958.235000', '155958.238000', '155958.241000', '155958.244000', '155958.247000', '155958.249000', '155958.252000', '155958.255000', '155958.258000', '155958.261000', '155958.264000', '155958.267000', '155958.269000', '155958.272000', '155958.275000', '155958.278000', '155958.281000', '155958.284000', '155958.287000', '155958.289000', '155958.292000', '155958.295000', '155958.298000', '155958.301000', '155958.304000', '155958.307000', '155958.309000', '155958.312000', '155958.315000', '155958.318000', '160018.195000', '160018.278000', '160018.282000', '160018.285000', '160018.288000', '160018.291000', '160018.293000', '160018.296000', '160018.299000', '160018.302000', '160018.305000', '160018.308000', '160018.311000', '160018.313000', '160018.316000', '160018.319000', '160018.322000', '160018.325000', '160018.328000', '160018.331000', '160018.334000', '160018.337000', '160018.339000', '160018.342000', '160018.345000', '160018.348000', '160018.351000', '160018.354000', '160018.357000', '160018.359000', '160018.362000', '160018.365000', '160018.368000', '160018.371000', '160018.374000', '160018.377000', '160018.379000', '160018.382000', '160018.385000', '160018.388000', '160018.391000', '160018.394000', '160018.396000', '160038.195000', '160038.198000', '160038.201000', '160038.204000', '160038.207000', '160038.209000', '160038.212000', '160038.215000', '160038.218000', '160038.221000', '160038.224000', '160038.227000', '160038.229000', '160038.232000', '160038.235000', '160038.238000', '160038.256000', '160038.259000', '160038.262000', '160038.265000', '160038.268000', '160038.271000', '160038.274000', '160038.276000', '160038.279000', '160038.282000', '160038.285000', '160038.288000', '160038.291000', '160038.294000', '160038.297000', '160038.300000', '160038.302000', '160038.305000', '160038.308000', '160038.311000', '160038.314000', '160038.317000', '160038.320000', '160038.323000', '160038.326000', '160038.328000', '160038.331000', '160038.334000', '160058.194000', '160058.199000', '160058.202000', '160058.205000', '160058.207000', '160058.210000', '160058.213000', '160058.216000', '160058.219000', '160058.222000', '160058.225000', '160058.228000', '160058.231000', '160058.234000', '160058.237000', '160058.240000', '160058.243000', '160058.246000', '160058.248000', '160058.251000', '160058.254000', '160058.257000', '160058.260000', '160058.263000', '160058.266000', '160058.269000', '160058.271000', '160058.274000', '160058.277000', '160058.280000', '160058.283000', '160058.286000', '160058.289000', '160058.292000', '160058.295000', '160058.298000', '160058.301000', '160058.304000', '160058.307000', '160058.309000', '160058.312000', '160058.315000', '160058.318000', '160118.194000', '160118.197000', '160118.200000', '160118.202000', '160118.205000', '160118.208000', '160118.211000', '160118.214000', '160118.217000', '160118.220000', '160118.223000', '160118.225000', '160118.228000', '160118.231000', '160118.234000', '160118.237000', '160118.240000', '160118.243000', '160118.246000', '160118.248000', '160118.251000', '160118.254000', '160118.257000', '160118.260000', '160118.263000', '160118.266000', '160118.269000', '160118.271000', '160118.274000', '160118.277000', '160118.280000', '160118.283000', '160118.286000', '160118.289000', '160118.292000', '160118.294000', '160118.297000', '160118.300000', '160118.303000', '160118.306000', '160118.309000', '160118.311000', '160118.314000', '160118.317000', '160138.195000', '160138.203000', '160138.206000', '160138.209000', '160138.212000', '160138.214000', '160138.217000', '160138.220000', '160138.223000', '160138.226000', '160138.229000', '160138.232000', '160138.234000', '160138.237000', '160138.240000', '160138.243000', '160138.246000', '160138.249000', '160138.252000', '160138.255000', '160138.258000', '160138.260000', '160138.263000', '160138.266000', '160138.269000', '160138.272000', '160138.275000', '160138.278000', '160138.281000', '160138.283000', '160138.286000', '160138.289000', '160138.292000', '160138.295000', '160138.298000', '160138.300000', '160138.303000', '160138.306000', '160138.309000', '160138.312000', '160138.315000', '160138.318000', '160138.323000', '160158.195000', '160158.203000', '160158.206000', '160158.209000', '160158.212000', '160158.214000', '160158.217000', '160158.220000', '160158.223000', '160158.226000', '160158.229000', '160158.232000', '160158.234000', '160158.237000', '160158.240000', '160158.243000', '160158.246000', '160158.249000', '160158.252000', '160158.255000', '160158.257000', '160158.260000', '160158.263000', '160158.266000', '160158.269000', '160158.272000', '160158.275000', '160158.278000', '160158.280000', '160158.283000', '160158.286000', '160158.289000', '160158.292000', '160158.295000', '160158.298000', '160158.301000', '160158.303000', '160158.306000', '160158.309000', '160158.312000', '160158.315000', '160158.328000', '160158.331000', '160158.334000', '160218.195000', '160218.198000', '160218.201000', '160218.204000', '160218.206000', '160218.209000', '160218.212000', '160218.215000', '160218.218000', '160218.221000', '160218.224000', '160218.227000', '160218.229000', '160218.232000', '160218.235000', '160218.238000', '160218.241000', '160218.244000', '160218.247000', '160218.250000', '160218.252000', '160218.255000', '160218.258000', '160218.262000', '160218.266000', '160218.269000', '160218.272000', '160218.274000', '160218.277000', '160218.280000', '160218.283000', '160218.286000', '160218.289000', '160218.291000', '160218.294000', '160218.297000', '160218.300000', '160218.303000', '160218.306000', '160218.309000', '160218.312000', '160218.315000', '160218.318000', '160238.195000', '160238.198000', '160238.201000', '160238.203000', '160238.206000', '160238.209000', '160238.212000', '160238.215000', '160238.218000', '160238.221000', '160238.224000', '160238.227000', '160238.230000', '160238.232000', '160238.235000', '160238.238000', '160238.241000', '160238.244000', '160238.247000', '160238.250000', '160238.253000', '160238.255000', '160238.258000', '160238.261000', '160238.264000', '160238.267000', '160238.270000', '160238.273000', '160238.276000', '160238.279000', '160238.281000', '160238.284000', '160238.287000', '160238.290000', '160238.293000', '160238.296000', '160238.299000', '160238.302000', '160238.305000', '160238.308000', '160238.310000', '160238.313000', '160238.316000', '160238.319000', '160258.195000', '160258.198000', '160258.201000', '160258.204000', '160258.206000', '160258.209000', '160258.212000', '160258.215000', '160258.218000', '160258.221000', '160258.224000', '160258.227000', '160258.245000', '160258.248000', '160258.251000', '160258.254000', '160258.257000', '160258.259000', '160258.262000', '160258.265000', '160258.268000', '160258.271000', '160258.274000', '160258.277000', '160258.280000', '160258.283000', '160258.286000', '160258.289000', '160258.292000', '160258.295000', '160258.297000', '160258.300000', '160258.303000', '160258.306000', '160258.309000', '160258.312000', '160258.315000', '160258.317000', '160258.320000', '160258.323000', '160258.326000', '160258.329000', '160258.332000', '160318.194000', '160318.251000', '160318.253000', '160318.256000', '160318.259000', '160318.262000', '160318.265000', '160318.268000', '160318.271000', '160318.274000', '160318.277000', '160318.279000', '160318.282000', '160318.285000', '160318.288000', '160318.291000', '160318.294000', '160318.296000', '160318.299000', '160318.302000', '160318.305000', '160318.308000', '160318.311000', '160318.313000', '160318.316000', '160318.319000', '160318.322000', '160318.325000', '160318.328000', '160318.331000', '160318.334000', '160318.336000', '160318.339000', '160318.342000', '160318.345000', '160318.348000', '160318.351000', '160318.354000', '160318.357000', '160318.359000', '160318.362000', '160318.365000', '160318.368000', '160318.371000', '160338.194000', '160338.200000', '160338.203000', '160338.206000', '160338.209000', '160338.212000', '160338.214000', '160338.217000', '160338.238000', '160338.240000', '160338.243000', '160338.246000', '160338.249000', '160338.252000', '160338.255000', '160338.258000', '160338.260000', '160338.263000', '160338.266000', '160338.269000', '160338.272000', '160338.275000', '160338.278000', '160338.281000', '160338.284000', '160338.286000', '160338.289000', '160338.292000', '160338.295000', '160338.299000', '160338.302000', '160338.305000', '160338.308000', '160338.311000', '160338.314000', '160338.317000', '160338.320000', '160338.323000', '160338.325000', '160338.328000', '160338.331000', '160338.334000', '160338.337000', '160358.195000', '160358.198000', '160358.201000', '160358.204000', '160358.206000', '160358.209000', '160358.212000', '160358.215000', '160358.218000', '160358.221000', '160358.224000', '160358.226000', '160358.229000', '160358.232000', '160358.235000', '160358.238000', '160358.241000', '160358.244000', '160358.247000', '160358.249000', '160358.252000', '160358.255000', '160358.258000', '160358.261000', '160358.264000', '160358.267000', '160358.269000', '160358.272000', '160358.275000', '160358.278000', '160358.281000', '160358.284000', '160358.287000', '160358.290000', '160358.292000', '160358.295000', '160358.298000', '160358.301000', '160358.304000', '160358.307000', '160358.310000', '160358.312000', '160358.315000', '160358.318000', '160418.195000', '160418.200000', '160418.203000', '160418.206000', '160418.208000', '160418.211000', '160418.214000', '160418.217000', '160418.220000', '160418.223000', '160418.226000', '160418.228000', '160418.231000', '160418.234000', '160418.237000', '160418.240000', '160418.243000', '160418.246000', '160418.249000', '160418.251000', '160418.254000', '160418.257000', '160418.260000', '160418.263000', '160418.266000', '160418.269000', '160418.272000', '160418.275000', '160418.277000', '160418.280000', '160418.283000', '160418.286000', '160418.289000', '160418.292000', '160418.295000', '160418.298000', '160418.300000', '160418.303000', '160418.306000', '160418.309000', '160418.312000', '160418.315000', '160418.317000', '160438.195000', '160438.198000', '160438.201000', '160438.204000', '160438.207000', '160438.209000', '160438.212000', '160438.215000', '160438.218000', '160438.221000', '160438.224000', '160438.227000', '160438.230000', '160438.232000', '160438.235000', '160438.238000', '160438.241000', '160438.244000', '160438.247000', '160438.250000', '160438.252000', '160438.255000', '160438.258000', '160438.261000', '160438.264000', '160438.267000', '160438.270000', '160438.273000', '160438.275000', '160438.278000', '160438.281000', '160438.284000', '160438.287000', '160438.290000', '160438.293000', '160438.296000', '160438.298000', '160438.301000', '160438.304000', '160438.307000', '160438.310000', '160438.313000', '160438.315000', '160438.318000', '160458.195000', '160458.202000', '160458.205000', '160458.208000', '160458.211000', '160458.214000', '160458.217000', '160458.219000', '160458.222000', '160458.225000', '160458.228000', '160458.231000', '160458.234000', '160458.236000', '160458.239000', '160458.242000', '160458.245000', '160458.248000', '160458.251000', '160458.265000', '160458.268000', '160458.271000', '160458.274000', '160458.276000', '160458.279000', '160458.282000', '160458.285000', '160458.288000', '160458.291000', '160458.294000', '160458.296000', '160458.299000', '160458.302000', '160458.305000', '160458.308000', '160458.311000', '160458.314000', '160458.317000', '160458.320000', '160458.322000', '160458.325000', '160458.328000', '160458.331000', '160518.195000', '160518.220000', '160518.223000', '160518.226000', '160518.229000', '160518.232000', '160518.234000', '160518.237000', '160518.240000', '160518.243000', '160518.246000', '160518.249000', '160518.252000', '160518.255000', '160518.257000', '160518.260000', '160518.263000', '160518.266000', '160518.269000', '160518.272000', '160518.275000', '160518.278000', '160518.280000', '160518.283000', '160518.286000', '160518.289000', '160518.292000', '160518.295000', '160518.298000', '160518.301000', '160518.304000', '160518.307000', '160518.310000', '160518.313000', '160518.316000', '160518.319000', '160518.322000', '160518.325000', '160518.328000', '160518.330000', '160518.333000', '160518.336000', '160518.339000', '160538.194000', '160538.197000', '160538.200000', '160538.203000', '160538.206000', '160538.208000', '160538.211000', '160538.214000', '160538.217000', '160538.220000', '160538.223000', '160538.226000', '160538.229000', '160538.231000', '160538.234000', '160538.237000', '160538.240000', '160538.243000', '160538.246000', '160538.249000', '160538.252000', '160538.254000', '160538.257000', '160538.260000', '160538.263000', '160538.266000', '160538.269000', '160538.272000', '160538.275000', '160538.277000', '160538.280000', '160538.283000', '160538.286000', '160538.289000', '160538.292000', '160538.295000', '160538.298000', '160538.300000', '160538.303000', '160538.306000', '160538.309000', '160538.312000', '160538.315000', '160538.318000', '160558.194000', '160558.217000', '160558.220000', '160558.223000', '160558.226000', '160558.229000', '160558.232000', '160558.235000', '160558.237000', '160558.240000', '160558.243000', '160558.246000', '160558.249000', '160558.252000', '160558.255000', '160558.257000', '160558.260000', '160558.263000', '160558.266000', '160558.269000', '160558.272000', '160558.275000', '160558.278000', '160558.281000', '160558.283000', '160558.286000', '160558.289000', '160558.292000', '160558.295000', '160558.298000', '160558.300000', '160558.303000', '160558.306000', '160558.309000', '160558.312000', '160558.315000', '160558.318000', '160558.321000', '160558.323000', '160558.326000', '160558.329000', '160558.332000', '160558.335000', '160618.195000', '160618.202000', '160618.205000', '160618.208000', '160618.211000', '160618.214000', '160618.217000', '160618.219000', '160618.222000', '160618.225000', '160618.228000', '160618.231000', '160618.234000', '160618.237000', '160618.239000', '160618.242000', '160618.260000', '160618.263000', '160618.266000', '160618.269000', '160618.272000', '160618.275000', '160618.278000', '160618.281000', '160618.284000', '160618.286000', '160618.289000', '160618.292000', '160618.295000', '160618.298000', '160618.301000', '160618.304000', '160618.307000', '160618.309000', '160618.312000', '160618.315000', '160618.318000', '160618.321000', '160618.324000', '160618.327000', '160618.329000', '160618.332000', '160618.335000', '160618.338000', '160638.195000', '160638.226000', '160638.229000', '160638.232000', '160638.235000', '160638.237000', '160638.240000', '160638.243000', '160638.246000', '160638.249000', '160638.252000', '160638.255000', '160638.258000', '160638.260000', '160638.263000', '160638.266000', '160638.269000', '160638.272000', '160638.275000', '160638.278000', '160638.281000', '160638.284000', '160638.287000', '160638.290000', '160638.292000', '160638.295000', '160638.298000', '160638.301000', '160638.304000', '160638.307000', '160638.310000', '160638.313000', '160638.315000', '160638.318000', '160638.321000', '160638.324000', '160638.327000', '160638.330000', '160638.333000', '160638.336000', '160638.338000', '160638.341000', '160638.344000', '160641.040000', '160641.044000', '160641.046000', '160641.050000', '160641.054000', '160641.057000', '160641.060000'], 'InstanceCreationTime': ['155818.224000', '155818.228000', '155818.232000', '155818.235000', '155818.238000', '155818.241000', '155818.244000', '155818.246000', '155818.249000', '155818.252000', '155818.255000', '155818.258000', '155818.261000', '155818.264000', '155818.267000', '155818.270000', '155818.273000', '155818.281000', '155818.284000', '155818.287000', '155818.290000', '155818.293000', '155818.297000', '155818.299000', '155818.302000', '155818.305000', '155818.308000', '155818.312000', '155818.315000', '155818.318000', '155818.321000', '155818.324000', '155818.327000', '155818.330000', '155818.333000', '155818.336000', '155818.339000', '155818.342000', '155818.345000', '155818.348000', '155818.351000', '155818.354000', '155818.369000', '155818.372000', '155818.375000', '155818.378000', '155818.381000', '155818.384000', '155818.387000', '155818.390000', '155818.393000', '155818.396000', '155818.399000', '155818.402000', '155818.405000', '155818.408000', '155818.411000', '155818.414000', '155818.417000', '155818.420000', '155818.423000', '155818.426000', '155838.194000', '155838.197000', '155838.200000', '155838.202000', '155838.205000', '155838.208000', '155838.211000', '155838.214000', '155838.217000', '155838.219000', '155838.222000', '155838.225000', '155838.228000', '155838.231000', '155838.234000', '155838.237000', '155838.240000', '155838.242000', '155838.245000', '155838.248000', '155838.251000', '155838.254000', '155838.257000', '155838.259000', '155838.262000', '155838.265000', '155838.268000', '155838.271000', '155838.274000', '155838.276000', '155838.279000', '155838.282000', '155838.285000', '155838.288000', '155838.291000', '155838.293000', '155838.296000', '155838.299000', '155838.302000', '155838.305000', '155838.308000', '155838.310000', '155838.313000', '155838.316000', '155858.194000', '155858.197000', '155858.200000', '155858.203000', '155858.205000', '155858.208000', '155858.211000', '155858.216000', '155858.218000', '155858.221000', '155858.224000', '155858.227000', '155858.230000', '155858.233000', '155858.237000', '155858.240000', '155858.243000', '155858.246000', '155858.249000', '155858.251000', '155858.272000', '155858.274000', '155858.277000', '155858.280000', '155858.283000', '155858.286000', '155858.289000', '155858.291000', '155858.294000', '155858.297000', '155858.300000', '155858.303000', '155858.306000', '155858.308000', '155858.311000', '155858.314000', '155858.317000', '155858.320000', '155858.322000', '155858.325000', '155858.328000', '155858.331000', '155858.334000', '155918.195000', '155918.198000', '155918.201000', '155918.204000', '155918.206000', '155918.209000', '155918.212000', '155918.215000', '155918.218000', '155918.220000', '155918.223000', '155918.226000', '155918.229000', '155918.232000', '155918.235000', '155918.238000', '155918.240000', '155918.243000', '155918.246000', '155918.249000', '155918.252000', '155918.255000', '155918.257000', '155918.260000', '155918.263000', '155918.266000', '155918.269000', '155918.272000', '155918.274000', '155918.277000', '155918.280000', '155918.283000', '155918.286000', '155918.289000', '155918.291000', '155918.294000', '155918.297000', '155918.300000', '155918.303000', '155918.306000', '155918.308000', '155918.311000', '155918.314000', '155918.317000', '155938.195000', '155938.198000', '155938.201000', '155938.204000', '155938.206000', '155938.209000', '155938.212000', '155938.215000', '155938.218000', '155938.221000', '155938.223000', '155938.226000', '155938.229000', '155938.232000', '155938.235000', '155938.238000', '155938.242000', '155938.246000', '155938.250000', '155938.253000', '155938.255000', '155938.258000', '155938.261000', '155938.264000', '155938.267000', '155938.270000', '155938.272000', '155938.275000', '155938.278000', '155938.281000', '155938.284000', '155938.287000', '155938.290000', '155938.293000', '155938.295000', '155938.298000', '155938.301000', '155938.304000', '155938.307000', '155938.310000', '155938.313000', '155938.315000', '155938.318000', '155958.195000', '155958.198000', '155958.201000', '155958.204000', '155958.206000', '155958.209000', '155958.212000', '155958.215000', '155958.218000', '155958.221000', '155958.223000', '155958.226000', '155958.229000', '155958.232000', '155958.235000', '155958.238000', '155958.241000', '155958.244000', '155958.247000', '155958.249000', '155958.252000', '155958.255000', '155958.258000', '155958.261000', '155958.264000', '155958.267000', '155958.269000', '155958.272000', '155958.275000', '155958.278000', '155958.281000', '155958.284000', '155958.287000', '155958.289000', '155958.292000', '155958.295000', '155958.298000', '155958.301000', '155958.304000', '155958.307000', '155958.309000', '155958.312000', '155958.315000', '155958.318000', '160018.195000', '160018.278000', '160018.282000', '160018.285000', '160018.288000', '160018.291000', '160018.293000', '160018.296000', '160018.299000', '160018.302000', '160018.305000', '160018.308000', '160018.311000', '160018.313000', '160018.316000', '160018.319000', '160018.322000', '160018.325000', '160018.328000', '160018.331000', '160018.334000', '160018.337000', '160018.339000', '160018.342000', '160018.345000', '160018.348000', '160018.351000', '160018.354000', '160018.357000', '160018.359000', '160018.362000', '160018.365000', '160018.368000', '160018.371000', '160018.374000', '160018.377000', '160018.379000', '160018.382000', '160018.385000', '160018.388000', '160018.391000', '160018.394000', '160018.396000', '160038.195000', '160038.198000', '160038.201000', '160038.204000', '160038.207000', '160038.209000', '160038.212000', '160038.215000', '160038.218000', '160038.221000', '160038.224000', '160038.227000', '160038.229000', '160038.232000', '160038.235000', '160038.238000', '160038.256000', '160038.259000', '160038.262000', '160038.265000', '160038.268000', '160038.271000', '160038.274000', '160038.276000', '160038.279000', '160038.282000', '160038.285000', '160038.288000', '160038.291000', '160038.294000', '160038.297000', '160038.300000', '160038.302000', '160038.305000', '160038.308000', '160038.311000', '160038.314000', '160038.317000', '160038.320000', '160038.323000', '160038.326000', '160038.328000', '160038.331000', '160038.334000', '160058.194000', '160058.199000', '160058.202000', '160058.205000', '160058.207000', '160058.210000', '160058.213000', '160058.216000', '160058.219000', '160058.222000', '160058.225000', '160058.228000', '160058.231000', '160058.234000', '160058.237000', '160058.240000', '160058.243000', '160058.246000', '160058.248000', '160058.251000', '160058.254000', '160058.257000', '160058.260000', '160058.263000', '160058.266000', '160058.269000', '160058.271000', '160058.274000', '160058.277000', '160058.280000', '160058.283000', '160058.286000', '160058.289000', '160058.292000', '160058.295000', '160058.298000', '160058.301000', '160058.304000', '160058.307000', '160058.309000', '160058.312000', '160058.315000', '160058.318000', '160118.194000', '160118.197000', '160118.200000', '160118.202000', '160118.205000', '160118.208000', '160118.211000', '160118.214000', '160118.217000', '160118.220000', '160118.223000', '160118.225000', '160118.228000', '160118.231000', '160118.234000', '160118.237000', '160118.240000', '160118.243000', '160118.246000', '160118.248000', '160118.251000', '160118.254000', '160118.257000', '160118.260000', '160118.263000', '160118.266000', '160118.269000', '160118.271000', '160118.274000', '160118.277000', '160118.280000', '160118.283000', '160118.286000', '160118.289000', '160118.292000', '160118.294000', '160118.297000', '160118.300000', '160118.303000', '160118.306000', '160118.309000', '160118.311000', '160118.314000', '160118.317000', '160138.195000', '160138.203000', '160138.206000', '160138.209000', '160138.212000', '160138.214000', '160138.217000', '160138.220000', '160138.223000', '160138.226000', '160138.229000', '160138.232000', '160138.234000', '160138.237000', '160138.240000', '160138.243000', '160138.246000', '160138.249000', '160138.252000', '160138.255000', '160138.258000', '160138.260000', '160138.263000', '160138.266000', '160138.269000', '160138.272000', '160138.275000', '160138.278000', '160138.281000', '160138.283000', '160138.286000', '160138.289000', '160138.292000', '160138.295000', '160138.298000', '160138.300000', '160138.303000', '160138.306000', '160138.309000', '160138.312000', '160138.315000', '160138.318000', '160138.323000', '160158.195000', '160158.203000', '160158.206000', '160158.209000', '160158.212000', '160158.214000', '160158.217000', '160158.220000', '160158.223000', '160158.226000', '160158.229000', '160158.232000', '160158.234000', '160158.237000', '160158.240000', '160158.243000', '160158.246000', '160158.249000', '160158.252000', '160158.255000', '160158.257000', '160158.260000', '160158.263000', '160158.266000', '160158.269000', '160158.272000', '160158.275000', '160158.278000', '160158.280000', '160158.283000', '160158.286000', '160158.289000', '160158.292000', '160158.295000', '160158.298000', '160158.301000', '160158.303000', '160158.306000', '160158.309000', '160158.312000', '160158.315000', '160158.328000', '160158.331000', '160158.334000', '160218.195000', '160218.198000', '160218.201000', '160218.204000', '160218.206000', '160218.209000', '160218.212000', '160218.215000', '160218.218000', '160218.221000', '160218.224000', '160218.227000', '160218.229000', '160218.232000', '160218.235000', '160218.238000', '160218.241000', '160218.244000', '160218.247000', '160218.250000', '160218.252000', '160218.255000', '160218.258000', '160218.262000', '160218.266000', '160218.269000', '160218.272000', '160218.274000', '160218.277000', '160218.280000', '160218.283000', '160218.286000', '160218.289000', '160218.291000', '160218.294000', '160218.297000', '160218.300000', '160218.303000', '160218.306000', '160218.309000', '160218.312000', '160218.315000', '160218.318000', '160238.195000', '160238.198000', '160238.201000', '160238.203000', '160238.206000', '160238.209000', '160238.212000', '160238.215000', '160238.218000', '160238.221000', '160238.224000', '160238.227000', '160238.230000', '160238.232000', '160238.235000', '160238.238000', '160238.241000', '160238.244000', '160238.247000', '160238.250000', '160238.253000', '160238.255000', '160238.258000', '160238.261000', '160238.264000', '160238.267000', '160238.270000', '160238.273000', '160238.276000', '160238.279000', '160238.281000', '160238.284000', '160238.287000', '160238.290000', '160238.293000', '160238.296000', '160238.299000', '160238.302000', '160238.305000', '160238.308000', '160238.310000', '160238.313000', '160238.316000', '160238.319000', '160258.195000', '160258.198000', '160258.201000', '160258.204000', '160258.206000', '160258.209000', '160258.212000', '160258.215000', '160258.218000', '160258.221000', '160258.224000', '160258.227000', '160258.245000', '160258.248000', '160258.251000', '160258.254000', '160258.257000', '160258.259000', '160258.262000', '160258.265000', '160258.268000', '160258.271000', '160258.274000', '160258.277000', '160258.280000', '160258.283000', '160258.286000', '160258.289000', '160258.292000', '160258.295000', '160258.297000', '160258.300000', '160258.303000', '160258.306000', '160258.309000', '160258.312000', '160258.315000', '160258.317000', '160258.320000', '160258.323000', '160258.326000', '160258.329000', '160258.332000', '160318.194000', '160318.251000', '160318.253000', '160318.256000', '160318.259000', '160318.262000', '160318.265000', '160318.268000', '160318.271000', '160318.274000', '160318.277000', '160318.279000', '160318.282000', '160318.285000', '160318.288000', '160318.291000', '160318.294000', '160318.296000', '160318.299000', '160318.302000', '160318.305000', '160318.308000', '160318.311000', '160318.313000', '160318.316000', '160318.319000', '160318.322000', '160318.325000', '160318.328000', '160318.331000', '160318.334000', '160318.336000', '160318.339000', '160318.342000', '160318.345000', '160318.348000', '160318.351000', '160318.354000', '160318.357000', '160318.359000', '160318.362000', '160318.365000', '160318.368000', '160318.371000', '160338.194000', '160338.200000', '160338.203000', '160338.206000', '160338.209000', '160338.212000', '160338.214000', '160338.217000', '160338.238000', '160338.240000', '160338.243000', '160338.246000', '160338.249000', '160338.252000', '160338.255000', '160338.258000', '160338.260000', '160338.263000', '160338.266000', '160338.269000', '160338.272000', '160338.275000', '160338.278000', '160338.281000', '160338.284000', '160338.286000', '160338.289000', '160338.292000', '160338.295000', '160338.299000', '160338.302000', '160338.305000', '160338.308000', '160338.311000', '160338.314000', '160338.317000', '160338.320000', '160338.323000', '160338.325000', '160338.328000', '160338.331000', '160338.334000', '160338.337000', '160358.195000', '160358.198000', '160358.201000', '160358.204000', '160358.206000', '160358.209000', '160358.212000', '160358.215000', '160358.218000', '160358.221000', '160358.224000', '160358.226000', '160358.229000', '160358.232000', '160358.235000', '160358.238000', '160358.241000', '160358.244000', '160358.247000', '160358.249000', '160358.252000', '160358.255000', '160358.258000', '160358.261000', '160358.264000', '160358.267000', '160358.269000', '160358.272000', '160358.275000', '160358.278000', '160358.281000', '160358.284000', '160358.287000', '160358.290000', '160358.292000', '160358.295000', '160358.298000', '160358.301000', '160358.304000', '160358.307000', '160358.310000', '160358.312000', '160358.315000', '160358.318000', '160418.195000', '160418.200000', '160418.203000', '160418.206000', '160418.208000', '160418.211000', '160418.214000', '160418.217000', '160418.220000', '160418.223000', '160418.226000', '160418.228000', '160418.231000', '160418.234000', '160418.237000', '160418.240000', '160418.243000', '160418.246000', '160418.249000', '160418.251000', '160418.254000', '160418.257000', '160418.260000', '160418.263000', '160418.266000', '160418.269000', '160418.272000', '160418.275000', '160418.277000', '160418.280000', '160418.283000', '160418.286000', '160418.289000', '160418.292000', '160418.295000', '160418.298000', '160418.300000', '160418.303000', '160418.306000', '160418.309000', '160418.312000', '160418.315000', '160418.317000', '160438.195000', '160438.198000', '160438.201000', '160438.204000', '160438.207000', '160438.209000', '160438.212000', '160438.215000', '160438.218000', '160438.221000', '160438.224000', '160438.227000', '160438.230000', '160438.232000', '160438.235000', '160438.238000', '160438.241000', '160438.244000', '160438.247000', '160438.250000', '160438.252000', '160438.255000', '160438.258000', '160438.261000', '160438.264000', '160438.267000', '160438.270000', '160438.273000', '160438.275000', '160438.278000', '160438.281000', '160438.284000', '160438.287000', '160438.290000', '160438.293000', '160438.296000', '160438.298000', '160438.301000', '160438.304000', '160438.307000', '160438.310000', '160438.313000', '160438.315000', '160438.318000', '160458.195000', '160458.202000', '160458.205000', '160458.208000', '160458.211000', '160458.214000', '160458.217000', '160458.219000', '160458.222000', '160458.225000', '160458.228000', '160458.231000', '160458.234000', '160458.236000', '160458.239000', '160458.242000', '160458.245000', '160458.248000', '160458.251000', '160458.265000', '160458.268000', '160458.271000', '160458.274000', '160458.276000', '160458.279000', '160458.282000', '160458.285000', '160458.288000', '160458.291000', '160458.294000', '160458.296000', '160458.299000', '160458.302000', '160458.305000', '160458.308000', '160458.311000', '160458.314000', '160458.317000', '160458.320000', '160458.322000', '160458.325000', '160458.328000', '160458.331000', '160518.195000', '160518.220000', '160518.223000', '160518.226000', '160518.229000', '160518.232000', '160518.234000', '160518.237000', '160518.240000', '160518.243000', '160518.246000', '160518.249000', '160518.252000', '160518.255000', '160518.257000', '160518.260000', '160518.263000', '160518.266000', '160518.269000', '160518.272000', '160518.275000', '160518.278000', '160518.280000', '160518.283000', '160518.286000', '160518.289000', '160518.292000', '160518.295000', '160518.298000', '160518.301000', '160518.304000', '160518.307000', '160518.310000', '160518.313000', '160518.316000', '160518.319000', '160518.322000', '160518.325000', '160518.328000', '160518.330000', '160518.333000', '160518.336000', '160518.339000', '160538.194000', '160538.197000', '160538.200000', '160538.203000', '160538.206000', '160538.208000', '160538.211000', '160538.214000', '160538.217000', '160538.220000', '160538.223000', '160538.226000', '160538.229000', '160538.231000', '160538.234000', '160538.237000', '160538.240000', '160538.243000', '160538.246000', '160538.249000', '160538.252000', '160538.254000', '160538.257000', '160538.260000', '160538.263000', '160538.266000', '160538.269000', '160538.272000', '160538.275000', '160538.277000', '160538.280000', '160538.283000', '160538.286000', '160538.289000', '160538.292000', '160538.295000', '160538.298000', '160538.300000', '160538.303000', '160538.306000', '160538.309000', '160538.312000', '160538.315000', '160538.318000', '160558.194000', '160558.217000', '160558.220000', '160558.223000', '160558.226000', '160558.229000', '160558.232000', '160558.235000', '160558.237000', '160558.240000', '160558.243000', '160558.246000', '160558.249000', '160558.252000', '160558.255000', '160558.257000', '160558.260000', '160558.263000', '160558.266000', '160558.269000', '160558.272000', '160558.275000', '160558.278000', '160558.281000', '160558.283000', '160558.286000', '160558.289000', '160558.292000', '160558.295000', '160558.298000', '160558.300000', '160558.303000', '160558.306000', '160558.309000', '160558.312000', '160558.315000', '160558.318000', '160558.321000', '160558.323000', '160558.326000', '160558.329000', '160558.332000', '160558.335000', '160618.195000', '160618.202000', '160618.205000', '160618.208000', '160618.211000', '160618.214000', '160618.217000', '160618.219000', '160618.222000', '160618.225000', '160618.228000', '160618.231000', '160618.234000', '160618.237000', '160618.239000', '160618.242000', '160618.260000', '160618.263000', '160618.266000', '160618.269000', '160618.272000', '160618.275000', '160618.278000', '160618.281000', '160618.284000', '160618.286000', '160618.289000', '160618.292000', '160618.295000', '160618.298000', '160618.301000', '160618.304000', '160618.307000', '160618.309000', '160618.312000', '160618.315000', '160618.318000', '160618.321000', '160618.324000', '160618.327000', '160618.329000', '160618.332000', '160618.335000', '160618.338000', '160638.195000', '160638.226000', '160638.229000', '160638.232000', '160638.235000', '160638.237000', '160638.240000', '160638.243000', '160638.246000', '160638.249000', '160638.252000', '160638.255000', '160638.258000', '160638.260000', '160638.263000', '160638.266000', '160638.269000', '160638.272000', '160638.275000', '160638.278000', '160638.281000', '160638.284000', '160638.287000', '160638.290000', '160638.292000', '160638.295000', '160638.298000', '160638.301000', '160638.304000', '160638.307000', '160638.310000', '160638.313000', '160638.315000', '160638.318000', '160638.321000', '160638.324000', '160638.327000', '160638.330000', '160638.333000', '160638.336000', '160638.338000', '160638.341000', '160638.344000', '160641.040000', '160641.044000', '160641.046000', '160641.050000', '160641.054000', '160641.057000', '160641.060000'], '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': [10734, 8618, 10646, 12521, 13417, 15584, 10891, 15075, 10331, 14439, 9114, 12317, 8897, 10174, 8655, 7761, 7249, 7901, 7627, 10684, 8042, 11711, 8687, 10067, 9997, 7951, 13285, 9794, 16098, 12502, 14599, 11437, 8118, 14535, 8385, 14144, 11260, 9133, 13525, 9555, 16488, 9475, 14534, 8821, 11039, 9037, 7293, 10300, 7740, 7217, 9629, 7644, 10590, 8222, 7239, 11290, 8031, 10514, 8715, 7659, 12517, 8267, 9692, 9802, 7884, 12895, 8757, 7422, 11543, 8582, 12347, 9730, 7847, 12343, 8563, 8233, 10898, 8765, 14460, 10659, 8712, 11473, 8567, 14370, 9885, 8164, 14101, 9362, 7546, 10756, 8085, 13395, 8893, 13556, 9851, 7965, 11777, 8272, 7666, 10490, 8373, 12953, 8674, 11982, 9493, 7768, 10618, 8198, 7232, 11619, 8561, 8138, 12666, 9134, 8583, 12253, 8806, 8222, 12091, 9369, 12553, 11760, 8632, 16290, 9178, 8237, 13226, 8980, 12404, 9572, 8176, 12185, 9185, 16238, 9857, 12336, 10266, 7975, 13196, 8373, 7473, 10009, 7882, 10601, 7967, 7044, 10681, 8138, 12979, 9154, 7496, 10902, 8397, 12251, 9232, 8154, 11479, 7970, 10943, 8743, 7749, 11765, 8523, 7244, 10554, 8191, 13831, 9173, 12266, 10504, 7686, 12522, 8659, 10585, 10058, 8042, 10559, 8510, 7534, 12514, 8815, 11891, 10791, 8097, 12585, 9141, 14861, 10598, 9628, 10906, 8034, 11632, 8979, 8070, 12498, 8734, 11475, 9715, 7894, 11962, 9337, 16359, 9377, 13391, 9577, 7880, 12114, 9129, 11039, 9458, 7847, 11335, 7912, 12876, 9328, 7651, 10646, 8030, 9460, 10263, 8467, 12988, 10156, 7947, 12109, 8705, 9775, 10424, 8601, 13022, 9339, 7710, 12020, 8626, 8357, 10536, 7884, 7374, 10617, 8061, 13837, 9412, 8907, 10988, 8290, 14285, 10093, 12895, 10704, 8986, 16147, 8832, 11042, 10576, 8293, 14503, 9974, 11047, 9973, 8018, 11956, 8721, 16867, 9701, 8497, 9789, 7833, 12497, 8482, 7735, 11730, 8153, 7960, 10570, 8445, 10176, 10435, 8855, 10032, 10133, 8549, 13423, 9471, 7817, 11194, 12076, 14085, 14295, 10688, 14281, 9622, 8705, 11625, 9422, 9657, 11778, 11811, 9929, 8401, 14578, 13216, 11994, 14353, 11998, 15455, 14036, 14201, 12340, 9475, 14726, 9525, 8017, 10530, 8615, 12112, 9028, 11649, 9824, 8415, 12313, 9113, 13174, 9948, 10139, 11097, 9063, 12595, 9352, 11374, 10243, 8649, 12222, 9034, 9359, 10226, 8239, 12047, 8963, 11749, 9514, 10110, 10909, 8892, 12808, 9553, 9938, 11099, 8933, 12507, 9107, 10240, 10386, 9087, 13315, 9007, 9193, 9629, 8611, 7703, 11427, 9056, 9080, 12029, 9629, 8493, 13402, 10142, 9207, 13428, 10993, 10724, 14137, 10268, 15781, 12741, 10131, 14439, 10399, 16617, 10354, 8925, 11961, 9679, 12803, 10218, 10430, 11165, 9635, 12698, 9989, 11202, 10449, 8875, 11884, 9529, 12616, 9818, 8692, 11195, 9482, 12414, 9622, 8651, 10893, 9360, 12450, 9656, 10232, 10808, 9219, 12349, 9561, 12508, 10268, 11405, 10777, 8365, 11190, 9276, 11890, 8967, 7800, 10897, 8541, 8735, 10293, 9116, 13325, 9660, 8521, 12004, 9515, 9763, 11364, 9898, 10208, 11259, 9853, 13968, 10744, 9604, 15494, 10243, 9889, 12312, 9991, 15930, 12803, 9564, 14447, 9809, 14896, 10511, 9051, 11355, 9374, 8440, 11056, 9276, 12872, 9862, 9144, 12316, 9688, 10944, 10403, 9167, 12257, 9422, 10378, 9998, 8382, 11265, 9011, 10206, 10165, 8989, 11827, 9461, 8456, 12468, 9273, 8390, 11919, 9623, 11971, 10670, 9464, 14573, 9879, 11750, 11837, 9224, 11949, 9551, 13162, 9095, 8400, 11107, 8869, 7989, 10549, 9059, 9069, 10696, 9196, 12488, 10529, 16122, 13742, 9626, 11534, 9504, 14184, 10142, 9249, 13311, 9265, 9246, 10652, 9316, 12401, 10479, 9584, 10250, 8712, 12357, 9689, 10780, 11201, 9236, 12289, 9867, 10172, 10668, 9356, 10820, 9583, 8664, 12377, 9235, 10511, 9889, 9273, 12849, 9126, 10758, 10655, 8871, 11470, 9791, 11835, 9904, 8532, 11744, 9377, 13197, 9656, 8874, 11330, 9149, 12143, 9588, 8848, 11489, 8924, 8778, 10293, 8882, 12348, 9846, 10535, 10828, 9073, 12208, 9713, 11684, 10254, 8869, 12175, 9530, 9047, 10695, 9745, 10096, 11120, 9275, 8610, 11396, 9534, 9730, 11653, 9863, 10743, 11799, 9763, 16149, 12619, 9258, 15095, 9171, 8737, 11024, 9624, 15334, 11658, 8782, 11949, 9353, 11317, 10898, 9693, 13078, 9703, 8495, 11156, 9218, 13341, 9651, 8433, 11217, 9215, 12459, 9811, 12328, 10216, 8301, 11100, 9197, 12173, 9277, 10524, 10633, 8553, 10838, 8910, 8191, 10885, 8673, 10685, 7598, 7297, 10736, 8123, 7577, 9127, 10326, 8865, 12089, 9572, 8072, 9680, 14010, 11886, 12561, 13086, 11317, 10122, 15226, 12141, 12226, 15147, 10910, 8962, 13797, 9520, 14501, 10290, 8190, 12886, 8808, 7934, 11935, 8825, 8754, 10016, 8371, 13164, 9097, 8598, 11028, 8870, 14576, 8987, 8220, 9885, 8274, 7991, 9741, 7954, 12387, 8628, 8787, 9866, 8115, 12225, 9363, 12054, 9755, 8361, 13608, 8836, 9459, 10525, 8402, 10730, 9311, 7516, 10814, 8474, 7747, 11727, 8941, 11800, 9934, 8048, 11328, 8887, 8270, 11306, 8018, 13082, 8701, 13342, 8760, 11444, 9522, 8170, 11192, 8136, 12536, 8798, 7656, 9809, 8012, 8734, 9370, 7425, 13048, 9021, 11368, 9049, 8109, 11792, 8628, 13591, 8965, 11532, 9615, 8473, 10616, 8428, 7612, 10890, 7941, 7492, 11510, 8722, 9411, 10092, 8495, 13482, 10983, 9240, 13833, 9945, 15489, 12622, 12492, 11733, 8288, 15747, 10541, 14540, 11742, 7913, 15179, 8677, 7459, 11285, 8401, 9870, 10261, 7994, 13417, 9427, 14055, 9769, 14256, 11166, 8113, 10591, 8309, 13320, 8589, 9349, 10355, 7897, 11419, 8458, 7660, 11252, 8736, 7642, 10888, 8195, 8837, 8519, 7561, 8894, 9512, 7875, 13605, 9204, 8252, 12211, 10263, 7808, 10060, 8097, 15178, 9072, 8128, 14721, 10886, 7710, 11675, 8343, 10865, 9699, 8558, 15164, 12394, 16878, 11033, 11788, 9487, 8150, 11597, 8552, 15261, 7553, 7560, 8679, 7422, 10839, 7939, 7243, 9973, 7588, 9813, 9635, 8085, 14086, 12066, 8523, 9493, 7869, 11162, 8692, 16053, 8821, 7778, 9850, 7620, 7732, 9431, 7939, 7693, 9260, 7982, 13147, 8661, 11059, 10701, 8258, 12247, 8239, 7585, 10317, 7951, 11822, 9083, 7845, 11530, 7933, 9187, 9049, 8463, 13447, 8206, 7999, 10665, 8261, 15017, 11367, 8468, 11376, 8030, 12726, 8259, 11456, 9039, 7404, 11374, 7992, 10688, 8932, 8017, 10787, 7607, 12924, 8382, 14569, 8988, 9309, 9105, 7301, 11492, 7895, 9514, 10255, 7739, 8810, 8188, 7386, 12650, 9131, 7762, 12142, 8269, 9906, 9964, 8311, 14790, 9938, 7622, 10658, 8145, 14338, 9273, 8194, 11874, 7873, 11703, 8785, 8043, 12589, 8709, 10782, 9648, 7911, 11987, 8886, 15197, 9569, 7789, 10894, 8214, 7440, 10187, 8354, 8273, 10448, 8130, 15032, 9120, 13516, 10669, 8402, 15102, 8178, 7949, 9486, 7668, 11587, 8817, 7685, 11556, 7692, 11599, 9272, 14542, 10641, 17008, 9086, 14527, 8487, 9168, 10852, 8023, 14742, 12119, 14670, 12339, 10941, 11758, 8986, 9352, 9597, 8255, 11058, 9281, 11959, 10294, 11943, 9275, 11608, 10231, 9956, 10634, 9422, 11745, 8402, 11752, 8645, 12937, 8966, 13301, 9327, 7822, 10261, 8440, 9660, 9271, 8696, 13040, 9297, 9390, 10452, 8760, 12468, 9863, 8954, 10808, 8809, 13792, 9513, 12662, 10390, 8827, 14742, 9160, 8837, 10241, 8721, 14719, 9309, 12098, 9687, 8222, 11335, 8963, 16470, 9118, 9608, 9784, 8181, 11857, 8833, 9284, 10239, 7968, 13185, 8672, 12387, 9242, 8236, 11668, 8131, 12939, 8804, 12409, 9581, 8189, 12624, 8411, 9271, 10051, 8358, 13221, 9301, 7624, 10657, 8137, 9870, 9893, 8507, 11644, 9919, 8021, 13304, 9063, 10414, 12761, 9780, 11264, 13289, 10071, 13691, 9996, 15259, 11008, 8044, 12898, 8469, 12337, 9098, 8424, 13659, 8428, 14092, 9084, 13922, 9378, 12124, 10759, 7905, 12461, 8076, 9371, 7297, 10062, 16114, 14034, 10764, 11621, 8069, 13526, 9739, 8033, 10544, 7291, 12481, 8735, 14288, 9045, 10534, 10203, 7791, 13018, 8739, 8457, 9921, 8027, 9064, 9650, 8085, 13753, 8715, 8080, 11289, 8454, 10364, 11455, 8385], 'WindowCenter': [4317.0, 4269.0, 4288.0, 4282.0, 4296.0, 4288.0, 4247.0, 4273.0, 4232.0, 4268.0, 4217.0, 4245.0, 4208.0, 4227.0, 4207.0, 4198.0, 4207.0, 4213.0, 4212.0, 4243.0, 4226.0, 4288.0, 4246.0, 4248.0, 4235.0, 4225.0, 4263.0, 4240.0, 4270.0, 4252.0, 4259.0, 4248.0, 4199.0, 4262.0, 4199.0, 4268.0, 4230.0, 4218.0, 4249.0, 4217.0, 4272.0, 4207.0, 4267.0, 4242.0, 4254.0, 4221.0, 4192.0, 4227.0, 4208.0, 4206.0, 4229.0, 4212.0, 4257.0, 4230.0, 4222.0, 4275.0, 4235.0, 4257.0, 4244.0, 4229.0, 4281.0, 4227.0, 4234.0, 4242.0, 4226.0, 4279.0, 4239.0, 4215.0, 4257.0, 4240.0, 4279.0, 4252.0, 4223.0, 4273.0, 4231.0, 4222.0, 4243.0, 4223.0, 4274.0, 4244.0, 4222.0, 4251.0, 4224.0, 4280.0, 4233.0, 4223.0, 4273.0, 4220.0, 4200.0, 4240.0, 4208.0, 4269.0, 4222.0, 4270.0, 4233.0, 4219.0, 4252.0, 4219.0, 4211.0, 4244.0, 4232.0, 4264.0, 4221.0, 4260.0, 4241.0, 4214.0, 4254.0, 4233.0, 4205.0, 4260.0, 4231.0, 4211.0, 4274.0, 4243.0, 4234.0, 4266.0, 4230.0, 4234.0, 4266.0, 4237.0, 4274.0, 4265.0, 4224.0, 4305.0, 4223.0, 4212.0, 4258.0, 4217.0, 4251.0, 4227.0, 4210.0, 4259.0, 4229.0, 4274.0, 4225.0, 4248.0, 4220.0, 4199.0, 4258.0, 4196.0, 4189.0, 4226.0, 4200.0, 4227.0, 4206.0, 4185.0, 4233.0, 4203.0, 4264.0, 4218.0, 4211.0, 4241.0, 4196.0, 4241.0, 4222.0, 4212.0, 4250.0, 4200.0, 4231.0, 4217.0, 4203.0, 4250.0, 4223.0, 4206.0, 4250.0, 4221.0, 4282.0, 4224.0, 4250.0, 4241.0, 4203.0, 4262.0, 4212.0, 4244.0, 4228.0, 4222.0, 4239.0, 4221.0, 4210.0, 4266.0, 4230.0, 4263.0, 4248.0, 4213.0, 4272.0, 4221.0, 4280.0, 4235.0, 4229.0, 4244.0, 4218.0, 4250.0, 4219.0, 4199.0, 4263.0, 4211.0, 4243.0, 4227.0, 4208.0, 4242.0, 4223.0, 4280.0, 4229.0, 4257.0, 4207.0, 4197.0, 4240.0, 4219.0, 4238.0, 4227.0, 4202.0, 4228.0, 4209.0, 4242.0, 4229.0, 4202.0, 4236.0, 4197.0, 4219.0, 4233.0, 4221.0, 4278.0, 4243.0, 4222.0, 4255.0, 4222.0, 4231.0, 4258.0, 4223.0, 4272.0, 4232.0, 4224.0, 4264.0, 4246.0, 4226.0, 4247.0, 4216.0, 4212.0, 4245.0, 4214.0, 4261.0, 4222.0, 4234.0, 4245.0, 4223.0, 4273.0, 4232.0, 4259.0, 4233.0, 4209.0, 4281.0, 4212.0, 4238.0, 4231.0, 4208.0, 4265.0, 4228.0, 4238.0, 4220.0, 4206.0, 4247.0, 4196.0, 4277.0, 4216.0, 4206.0, 4215.0, 4194.0, 4245.0, 4207.0, 4203.0, 4250.0, 4207.0, 4207.0, 4234.0, 4212.0, 4247.0, 4253.0, 4232.0, 4240.0, 4255.0, 4226.0, 4286.0, 4233.0, 4212.0, 4250.0, 4209.0, 4307.0, 4291.0, 4263.0, 4314.0, 4284.0, 4267.0, 4296.0, 4281.0, 4277.0, 4306.0, 4304.0, 4263.0, 4251.0, 4308.0, 4295.0, 4294.0, 4304.0, 4282.0, 4307.0, 4288.0, 4287.0, 4265.0, 4244.0, 4283.0, 4230.0, 4211.0, 4241.0, 4210.0, 4264.0, 4233.0, 4264.0, 4243.0, 4236.0, 4275.0, 4225.0, 4288.0, 4246.0, 4256.0, 4264.0, 4237.0, 4276.0, 4245.0, 4257.0, 4255.0, 4234.0, 4265.0, 4234.0, 4245.0, 4260.0, 4249.0, 4265.0, 4249.0, 4279.0, 4248.0, 4246.0, 4256.0, 4248.0, 4281.0, 4250.0, 4255.0, 4257.0, 4247.0, 4289.0, 4260.0, 4260.0, 4269.0, 4236.0, 4290.0, 4274.0, 4266.0, 4271.0, 4255.0, 4240.0, 4290.0, 4249.0, 4251.0, 4285.0, 4249.0, 4250.0, 4303.0, 4260.0, 4251.0, 4303.0, 4272.0, 4281.0, 4292.0, 4259.0, 4296.0, 4267.0, 4260.0, 4291.0, 4248.0, 4293.0, 4241.0, 4224.0, 4253.0, 4222.0, 4251.0, 4230.0, 4242.0, 4252.0, 4232.0, 4264.0, 4235.0, 4265.0, 4243.0, 4246.0, 4263.0, 4243.0, 4253.0, 4241.0, 4212.0, 4241.0, 4235.0, 4268.0, 4235.0, 4222.0, 4246.0, 4243.0, 4287.0, 4236.0, 4267.0, 4255.0, 4245.0, 4276.0, 4247.0, 4280.0, 4245.0, 4266.0, 4254.0, 4222.0, 4263.0, 4245.0, 4263.0, 4238.0, 4238.0, 4267.0, 4237.0, 4239.0, 4268.0, 4250.0, 4291.0, 4270.0, 4261.0, 4282.0, 4261.0, 4270.0, 4282.0, 4259.0, 4272.0, 4279.0, 4256.0, 4289.0, 4257.0, 4259.0, 4301.0, 4256.0, 4248.0, 4267.0, 4245.0, 4297.0, 4267.0, 4244.0, 4278.0, 4233.0, 4277.0, 4241.0, 4235.0, 4254.0, 4233.0, 4211.0, 4242.0, 4231.0, 4266.0, 4243.0, 4245.0, 4264.0, 4243.0, 4244.0, 4251.0, 4234.0, 4265.0, 4232.0, 4231.0, 4240.0, 4221.0, 4254.0, 4237.0, 4255.0, 4253.0, 4248.0, 4272.0, 4243.0, 4228.0, 4288.0, 4246.0, 4235.0, 4274.0, 4247.0, 4268.0, 4262.0, 4236.0, 4298.0, 4255.0, 4262.0, 4255.0, 4224.0, 4253.0, 4241.0, 4264.0, 4221.0, 4230.0, 4252.0, 4233.0, 4224.0, 4265.0, 4237.0, 4247.0, 4253.0, 4246.0, 4284.0, 4248.0, 4295.0, 4273.0, 4243.0, 4243.0, 4232.0, 4276.0, 4233.0, 4227.0, 4266.0, 4230.0, 4221.0, 4252.0, 4232.0, 4261.0, 4239.0, 4221.0, 4230.0, 4220.0, 4265.0, 4230.0, 4253.0, 4251.0, 4223.0, 4261.0, 4241.0, 4241.0, 4232.0, 4221.0, 4251.0, 4222.0, 4213.0, 4261.0, 4235.0, 4254.0, 4242.0, 4237.0, 4274.0, 4244.0, 4242.0, 4245.0, 4238.0, 4256.0, 4254.0, 4262.0, 4241.0, 4211.0, 4255.0, 4236.0, 4273.0, 4237.0, 4232.0, 4243.0, 4223.0, 4276.0, 4236.0, 4245.0, 4268.0, 4235.0, 4225.0, 4246.0, 4235.0, 4275.0, 4269.0, 4259.0, 4255.0, 4235.0, 4275.0, 4234.0, 4255.0, 4256.0, 4245.0, 4275.0, 4235.0, 4235.0, 4253.0, 4256.0, 4258.0, 4257.0, 4237.0, 4225.0, 4276.0, 4236.0, 4247.0, 4278.0, 4249.0, 4259.0, 4272.0, 4256.0, 4289.0, 4254.0, 4238.0, 4296.0, 4223.0, 4225.0, 4253.0, 4234.0, 4294.0, 4253.0, 4223.0, 4267.0, 4235.0, 4252.0, 4253.0, 4233.0, 4265.0, 4231.0, 4221.0, 4242.0, 4230.0, 4271.0, 4220.0, 4219.0, 4251.0, 4219.0, 4262.0, 4240.0, 4250.0, 4232.0, 4225.0, 4253.0, 4230.0, 4263.0, 4236.0, 4255.0, 4253.0, 4222.0, 4252.0, 4221.0, 4221.0, 4270.0, 4239.0, 4248.0, 4225.0, 4204.0, 4239.0, 4214.0, 4214.0, 4233.0, 4265.0, 4236.0, 4273.0, 4246.0, 4238.0, 4259.0, 4315.0, 4302.0, 4302.0, 4299.0, 4279.0, 4262.0, 4304.0, 4266.0, 4274.0, 4287.0, 4263.0, 4243.0, 4284.0, 4223.0, 4281.0, 4241.0, 4221.0, 4254.0, 4211.0, 4209.0, 4244.0, 4221.0, 4235.0, 4241.0, 4222.0, 4272.0, 4230.0, 4219.0, 4244.0, 4231.0, 4271.0, 4207.0, 4208.0, 4228.0, 4222.0, 4209.0, 4228.0, 4210.0, 4260.0, 4233.0, 4224.0, 4244.0, 4213.0, 4252.0, 4233.0, 4255.0, 4241.0, 4215.0, 4262.0, 4220.0, 4242.0, 4245.0, 4212.0, 4249.0, 4234.0, 4211.0, 4243.0, 4222.0, 4202.0, 4254.0, 4244.0, 4275.0, 4254.0, 4223.0, 4243.0, 4232.0, 4223.0, 4261.0, 4214.0, 4273.0, 4231.0, 4262.0, 4219.0, 4250.0, 4241.0, 4224.0, 4252.0, 4200.0, 4262.0, 4219.0, 4201.0, 4230.0, 4221.0, 4232.0, 4234.0, 4212.0, 4270.0, 4223.0, 4265.0, 4227.0, 4216.0, 4260.0, 4223.0, 4278.0, 4232.0, 4264.0, 4236.0, 4225.0, 4242.0, 4212.0, 4213.0, 4257.0, 4236.0, 4231.0, 4279.0, 4252.0, 4248.0, 4258.0, 4237.0, 4294.0, 4257.0, 4245.0, 4288.0, 4256.0, 4311.0, 4267.0, 4269.0, 4254.0, 4215.0, 4289.0, 4242.0, 4273.0, 4240.0, 4204.0, 4276.0, 4220.0, 4189.0, 4242.0, 4220.0, 4242.0, 4233.0, 4222.0, 4274.0, 4232.0, 4277.0, 4245.0, 4270.0, 4229.0, 4208.0, 4229.0, 4207.0, 4270.0, 4220.0, 4235.0, 4231.0, 4210.0, 4239.0, 4211.0, 4217.0, 4263.0, 4238.0, 4223.0, 4263.0, 4234.0, 4250.0, 4236.0, 4229.0, 4237.0, 4244.0, 4229.0, 4297.0, 4249.0, 4227.0, 4262.0, 4242.0, 4215.0, 4245.0, 4213.0, 4271.0, 4209.0, 4202.0, 4284.0, 4265.0, 4214.0, 4252.0, 4220.0, 4238.0, 4229.0, 4220.0, 4274.0, 4254.0, 4281.0, 4228.0, 4237.0, 4222.0, 4202.0, 4237.0, 4218.0, 4270.0, 4187.0, 4189.0, 4196.0, 4209.0, 4232.0, 4213.0, 4203.0, 4230.0, 4211.0, 4240.0, 4224.0, 4210.0, 4274.0, 4265.0, 4223.0, 4221.0, 4208.0, 4241.0, 4218.0, 4277.0, 4230.0, 4202.0, 4240.0, 4201.0, 4214.0, 4232.0, 4226.0, 4223.0, 4233.0, 4212.0, 4285.0, 4237.0, 4256.0, 4246.0, 4216.0, 4268.0, 4210.0, 4211.0, 4243.0, 4212.0, 4262.0, 4222.0, 4221.0, 4251.0, 4200.0, 4226.0, 4224.0, 4236.0, 4274.0, 4215.0, 4200.0, 4252.0, 4222.0, 4272.0, 4257.0, 4210.0, 4240.0, 4208.0, 4262.0, 4209.0, 4240.0, 4212.0, 4198.0, 4249.0, 4209.0, 4231.0, 4234.0, 4211.0, 4252.0, 4199.0, 4249.0, 4206.0, 4269.0, 4223.0, 4229.0, 4209.0, 4197.0, 4251.0, 4199.0, 4233.0, 4241.0, 4201.0, 4231.0, 4234.0, 4208.0, 4263.0, 4254.0, 4216.0, 4268.0, 4236.0, 4255.0, 4238.0, 4214.0, 4287.0, 4243.0, 4226.0, 4248.0, 4220.0, 4272.0, 4232.0, 4222.0, 4264.0, 4234.0, 4251.0, 4209.0, 4200.0, 4276.0, 4216.0, 4251.0, 4221.0, 4199.0, 4241.0, 4222.0, 4286.0, 4237.0, 4200.0, 4233.0, 4222.0, 4212.0, 4233.0, 4235.0, 4234.0, 4246.0, 4224.0, 4284.0, 4223.0, 4272.0, 4237.0, 4210.0, 4282.0, 4209.0, 4200.0, 4233.0, 4200.0, 4252.0, 4223.0, 4204.0, 4253.0, 4214.0, 4244.0, 4221.0, 4263.0, 4233.0, 4287.0, 4208.0, 4258.0, 4208.0, 4218.0, 4231.0, 4222.0, 4287.0, 4289.0, 4289.0, 4274.0, 4256.0, 4268.0, 4249.0, 4260.0, 4249.0, 4235.0, 4277.0, 4257.0, 4254.0, 4245.0, 4265.0, 4233.0, 4263.0, 4242.0, 4241.0, 4246.0, 4231.0, 4255.0, 4199.0, 4248.0, 4208.0, 4248.0, 4220.0, 4263.0, 4218.0, 4203.0, 4241.0, 4225.0, 4246.0, 4236.0, 4236.0, 4273.0, 4236.0, 4237.0, 4255.0, 4247.0, 4265.0, 4257.0, 4246.0, 4256.0, 4245.0, 4278.0, 4246.0, 4267.0, 4255.0, 4235.0, 4285.0, 4244.0, 4234.0, 4242.0, 4226.0, 4297.0, 4246.0, 4268.0, 4233.0, 4212.0, 4244.0, 4225.0, 4288.0, 4232.0, 4231.0, 4234.0, 4211.0, 4254.0, 4223.0, 4245.0, 4242.0, 4215.0, 4268.0, 4226.0, 4264.0, 4236.0, 4213.0, 4253.0, 4219.0, 4262.0, 4225.0, 4263.0, 4257.0, 4218.0, 4269.0, 4224.0, 4244.0, 4234.0, 4223.0, 4277.0, 4246.0, 4224.0, 4265.0, 4236.0, 4256.0, 4249.0, 4241.0, 4269.0, 4257.0, 4236.0, 4290.0, 4247.0, 4267.0, 4290.0, 4247.0, 4258.0, 4286.0, 4237.0, 4275.0, 4235.0, 4283.0, 4242.0, 4213.0, 4262.0, 4221.0, 4253.0, 4222.0, 4222.0, 4273.0, 4211.0, 4266.0, 4222.0, 4265.0, 4215.0, 4263.0, 4241.0, 4201.0, 4261.0, 4215.0, 4233.0, 4214.0, 4241.0, 4297.0, 4285.0, 4252.0, 4260.0, 4223.0, 4261.0, 4243.0, 4225.0, 4245.0, 4205.0, 4267.0, 4221.0, 4281.0, 4221.0, 4261.0, 4254.0, 4213.0, 4262.0, 4224.0, 4223.0, 4255.0, 4237.0, 4237.0, 4249.0, 4234.0, 4290.0, 4244.0, 4227.0, 4266.0, 4235.0, 4246.0, 4255.0, 4236.0], 'WindowWidth': [9556.0, 9474.0, 9488.0, 9474.0, 9488.0, 9475.0, 9411.0, 9445.0, 9380.0, 9431.0, 9361.0, 9400.0, 9343.0, 9373.0, 9342.0, 9335.0, 9352.0, 9360.0, 9360.0, 9401.0, 9382.0, 9479.0, 9418.0, 9414.0, 9392.0, 9382.0, 9430.0, 9398.0, 9435.0, 9407.0, 9414.0, 9407.0, 9335.0, 9422.0, 9332.0, 9429.0, 9374.0, 9358.0, 9402.0, 9353.0, 9436.0, 9340.0, 9429.0, 9408.0, 9418.0, 9371.0, 9326.0, 9368.0, 9354.0, 9348.0, 9376.0, 9360.0, 9424.0, 9387.0, 9380.0, 9453.0, 9403.0, 9428.0, 9414.0, 9392.0, 9461.0, 9385.0, 9390.0, 9401.0, 9386.0, 9458.0, 9405.0, 9367.0, 9427.0, 9402.0, 9459.0, 9421.0, 9380.0, 9450.0, 9387.0, 9371.0, 9401.0, 9375.0, 9447.0, 9405.0, 9371.0, 9411.0, 9375.0, 9453.0, 9387.0, 9373.0, 9444.0, 9367.0, 9336.0, 9392.0, 9352.0, 9437.0, 9369.0, 9440.0, 9389.0, 9369.0, 9411.0, 9368.0, 9355.0, 9402.0, 9395.0, 9434.0, 9369.0, 9424.0, 9401.0, 9369.0, 9425.0, 9396.0, 9351.0, 9426.0, 9388.0, 9355.0, 9449.0, 9405.0, 9397.0, 9436.0, 9387.0, 9395.0, 9436.0, 9396.0, 9448.0, 9434.0, 9375.0, 9493.0, 9371.0, 9352.0, 9420.0, 9361.0, 9404.0, 9375.0, 9350.0, 9422.0, 9378.0, 9441.0, 9369.0, 9402.0, 9361.0, 9334.0, 9421.0, 9326.0, 9318.0, 9372.0, 9334.0, 9371.0, 9345.0, 9318.0, 9379.0, 9343.0, 9426.0, 9359.0, 9360.0, 9393.0, 9327.0, 9391.0, 9366.0, 9354.0, 9410.0, 9337.0, 9376.0, 9362.0, 9340.0, 9409.0, 9372.0, 9350.0, 9410.0, 9372.0, 9459.0, 9372.0, 9407.0, 9397.0, 9345.0, 9429.0, 9356.0, 9402.0, 9375.0, 9377.0, 9392.0, 9368.0, 9359.0, 9436.0, 9386.0, 9432.0, 9411.0, 9360.0, 9446.0, 9367.0, 9452.0, 9388.0, 9379.0, 9399.0, 9366.0, 9409.0, 9365.0, 9334.0, 9433.0, 9352.0, 9397.0, 9375.0, 9352.0, 9394.0, 9368.0, 9454.0, 9379.0, 9414.0, 9341.0, 9330.0, 9386.0, 9365.0, 9389.0, 9372.0, 9336.0, 9371.0, 9351.0, 9392.0, 9381.0, 9337.0, 9386.0, 9331.0, 9361.0, 9382.0, 9372.0, 9452.0, 9403.0, 9376.0, 9416.0, 9371.0, 9384.0, 9427.0, 9377.0, 9441.0, 9389.0, 9383.0, 9432.0, 9417.0, 9380.0, 9410.0, 9366.0, 9362.0, 9401.0, 9361.0, 9425.0, 9370.0, 9394.0, 9403.0, 9373.0, 9440.0, 9379.0, 9417.0, 9380.0, 9348.0, 9452.0, 9351.0, 9387.0, 9375.0, 9349.0, 9426.0, 9375.0, 9388.0, 9360.0, 9343.0, 9401.0, 9324.0, 9443.0, 9357.0, 9342.0, 9352.0, 9324.0, 9396.0, 9345.0, 9342.0, 9409.0, 9347.0, 9346.0, 9382.0, 9355.0, 9408.0, 9416.0, 9387.0, 9396.0, 9426.0, 9381.0, 9470.0, 9390.0, 9359.0, 9413.0, 9333.0, 9519.0, 9488.0, 9445.0, 9520.0, 9484.0, 9460.0, 9498.0, 9479.0, 9470.0, 9513.0, 9508.0, 9446.0, 9431.0, 9513.0, 9490.0, 9490.0, 9504.0, 9472.0, 9509.0, 9475.0, 9471.0, 9434.0, 9406.0, 9460.0, 9382.0, 9357.0, 9398.0, 9350.0, 9434.0, 9393.0, 9435.0, 9405.0, 9400.0, 9450.0, 9378.0, 9476.0, 9411.0, 9424.0, 9435.0, 9396.0, 9454.0, 9409.0, 9424.0, 9423.0, 9394.0, 9432.0, 9395.0, 9412.0, 9433.0, 9424.0, 9435.0, 9421.0, 9464.0, 9414.0, 9410.0, 9423.0, 9419.0, 9465.0, 9417.0, 9427.0, 9424.0, 9418.0, 9480.0, 9440.0, 9435.0, 9448.0, 9398.0, 9476.0, 9469.0, 9449.0, 9460.0, 9434.0, 9413.0, 9480.0, 9420.0, 9425.0, 9473.0, 9419.0, 9428.0, 9506.0, 9438.0, 9423.0, 9505.0, 9451.0, 9469.0, 9481.0, 9436.0, 9476.0, 9438.0, 9436.0, 9478.0, 9413.0, 9476.0, 9399.0, 9372.0, 9415.0, 9367.0, 9410.0, 9376.0, 9399.0, 9414.0, 9383.0, 9430.0, 9388.0, 9435.0, 9403.0, 9412.0, 9432.0, 9402.0, 9413.0, 9399.0, 9356.0, 9395.0, 9390.0, 9438.0, 9390.0, 9373.0, 9405.0, 9405.0, 9473.0, 9395.0, 9445.0, 9424.0, 9411.0, 9452.0, 9413.0, 9463.0, 9405.0, 9440.0, 9422.0, 9374.0, 9431.0, 9411.0, 9429.0, 9401.0, 9407.0, 9439.0, 9400.0, 9406.0, 9449.0, 9422.0, 9481.0, 9455.0, 9446.0, 9467.0, 9438.0, 9454.0, 9467.0, 9432.0, 9454.0, 9462.0, 9429.0, 9474.0, 9427.0, 9437.0, 9491.0, 9427.0, 9412.0, 9440.0, 9408.0, 9478.0, 9439.0, 9405.0, 9454.0, 9386.0, 9446.0, 9396.0, 9394.0, 9419.0, 9390.0, 9353.0, 9395.0, 9385.0, 9434.0, 9402.0, 9411.0, 9432.0, 9402.0, 9397.0, 9412.0, 9387.0, 9439.0, 9389.0, 9381.0, 9395.0, 9371.0, 9414.0, 9397.0, 9425.0, 9418.0, 9416.0, 9449.0, 9406.0, 9388.0, 9474.0, 9413.0, 9398.0, 9449.0, 9410.0, 9442.0, 9436.0, 9393.0, 9487.0, 9423.0, 9429.0, 9417.0, 9374.0, 9412.0, 9400.0, 9427.0, 9366.0, 9387.0, 9411.0, 9387.0, 9383.0, 9440.0, 9399.0, 9418.0, 9419.0, 9414.0, 9470.0, 9410.0, 9482.0, 9441.0, 9404.0, 9399.0, 9388.0, 9448.0, 9385.0, 9379.0, 9431.0, 9383.0, 9365.0, 9415.0, 9387.0, 9427.0, 9391.0, 9365.0, 9376.0, 9368.0, 9435.0, 9384.0, 9416.0, 9412.0, 9370.0, 9427.0, 9397.0, 9399.0, 9379.0, 9366.0, 9412.0, 9367.0, 9356.0, 9427.0, 9391.0, 9425.0, 9402.0, 9396.0, 9450.0, 9406.0, 9396.0, 9405.0, 9397.0, 9418.0, 9422.0, 9430.0, 9398.0, 9352.0, 9419.0, 9391.0, 9443.0, 9397.0, 9387.0, 9397.0, 9370.0, 9454.0, 9393.0, 9411.0, 9443.0, 9393.0, 9379.0, 9409.0, 9394.0, 9451.0, 9452.0, 9430.0, 9420.0, 9391.0, 9452.0, 9390.0, 9418.0, 9427.0, 9409.0, 9451.0, 9392.0, 9392.0, 9420.0, 9428.0, 9429.0, 9424.0, 9399.0, 9380.0, 9454.0, 9394.0, 9411.0, 9459.0, 9415.0, 9429.0, 9450.0, 9425.0, 9470.0, 9416.0, 9398.0, 9480.0, 9370.0, 9377.0, 9420.0, 9387.0, 9475.0, 9413.0, 9369.0, 9442.0, 9392.0, 9414.0, 9418.0, 9385.0, 9430.0, 9379.0, 9371.0, 9397.0, 9381.0, 9440.0, 9363.0, 9366.0, 9410.0, 9360.0, 9429.0, 9396.0, 9405.0, 9382.0, 9378.0, 9414.0, 9382.0, 9430.0, 9392.0, 9423.0, 9417.0, 9373.0, 9412.0, 9368.0, 9370.0, 9447.0, 9401.0, 9413.0, 9385.0, 9350.0, 9390.0, 9361.0, 9364.0, 9387.0, 9440.0, 9395.0, 9448.0, 9411.0, 9406.0, 9440.0, 9526.0, 9507.0, 9505.0, 9498.0, 9465.0, 9440.0, 9502.0, 9439.0, 9451.0, 9468.0, 9435.0, 9407.0, 9464.0, 9371.0, 9454.0, 9398.0, 9375.0, 9413.0, 9351.0, 9352.0, 9400.0, 9367.0, 9399.0, 9403.0, 9374.0, 9444.0, 9383.0, 9367.0, 9398.0, 9385.0, 9442.0, 9343.0, 9349.0, 9378.0, 9374.0, 9355.0, 9378.0, 9355.0, 9426.0, 9391.0, 9377.0, 9406.0, 9362.0, 9414.0, 9386.0, 9417.0, 9402.0, 9363.0, 9426.0, 9365.0, 9400.0, 9403.0, 9355.0, 9411.0, 9388.0, 9361.0, 9401.0, 9374.0, 9342.0, 9417.0, 9408.0, 9452.0, 9424.0, 9379.0, 9400.0, 9390.0, 9377.0, 9433.0, 9365.0, 9448.0, 9386.0, 9425.0, 9369.0, 9409.0, 9401.0, 9380.0, 9416.0, 9337.0, 9428.0, 9365.0, 9341.0, 9379.0, 9374.0, 9389.0, 9387.0, 9363.0, 9441.0, 9375.0, 9438.0, 9380.0, 9365.0, 9428.0, 9373.0, 9455.0, 9390.0, 9435.0, 9390.0, 9380.0, 9399.0, 9357.0, 9361.0, 9427.0, 9405.0, 9399.0, 9461.0, 9427.0, 9418.0, 9432.0, 9401.0, 9483.0, 9428.0, 9410.0, 9476.0, 9431.0, 9514.0, 9437.0, 9438.0, 9415.0, 9363.0, 9469.0, 9398.0, 9441.0, 9392.0, 9344.0, 9445.0, 9370.0, 9321.0, 9398.0, 9370.0, 9402.0, 9386.0, 9377.0, 9446.0, 9388.0, 9455.0, 9405.0, 9437.0, 9373.0, 9350.0, 9372.0, 9348.0, 9443.0, 9370.0, 9391.0, 9380.0, 9350.0, 9390.0, 9354.0, 9370.0, 9432.0, 9402.0, 9379.0, 9433.0, 9395.0, 9422.0, 9397.0, 9393.0, 9398.0, 9409.0, 9390.0, 9488.0, 9417.0, 9383.0, 9433.0, 9398.0, 9369.0, 9410.0, 9363.0, 9437.0, 9349.0, 9340.0, 9460.0, 9439.0, 9362.0, 9412.0, 9369.0, 9385.0, 9380.0, 9370.0, 9446.0, 9411.0, 9449.0, 9371.0, 9381.0, 9363.0, 9340.0, 9382.0, 9363.0, 9432.0, 9314.0, 9318.0, 9326.0, 9354.0, 9378.0, 9363.0, 9344.0, 9378.0, 9359.0, 9394.0, 9371.0, 9356.0, 9447.0, 9434.0, 9373.0, 9367.0, 9353.0, 9394.0, 9364.0, 9447.0, 9384.0, 9341.0, 9396.0, 9341.0, 9366.0, 9384.0, 9384.0, 9381.0, 9386.0, 9358.0, 9466.0, 9402.0, 9422.0, 9408.0, 9365.0, 9436.0, 9352.0, 9356.0, 9399.0, 9356.0, 9428.0, 9371.0, 9374.0, 9412.0, 9337.0, 9375.0, 9371.0, 9402.0, 9450.0, 9360.0, 9339.0, 9414.0, 9375.0, 9436.0, 9418.0, 9349.0, 9389.0, 9348.0, 9430.0, 9352.0, 9391.0, 9351.0, 9335.0, 9403.0, 9352.0, 9378.0, 9395.0, 9352.0, 9417.0, 9334.0, 9401.0, 9343.0, 9430.0, 9374.0, 9377.0, 9344.0, 9335.0, 9411.0, 9334.0, 9385.0, 9399.0, 9340.0, 9383.0, 9393.0, 9358.0, 9428.0, 9430.0, 9370.0, 9442.0, 9399.0, 9422.0, 9395.0, 9361.0, 9466.0, 9405.0, 9385.0, 9409.0, 9375.0, 9442.0, 9386.0, 9373.0, 9434.0, 9396.0, 9406.0, 9348.0, 9336.0, 9453.0, 9363.0, 9411.0, 9364.0, 9331.0, 9391.0, 9366.0, 9462.0, 9393.0, 9337.0, 9381.0, 9375.0, 9359.0, 9382.0, 9396.0, 9395.0, 9405.0, 9378.0, 9458.0, 9371.0, 9437.0, 9394.0, 9354.0, 9457.0, 9347.0, 9334.0, 9385.0, 9337.0, 9410.0, 9371.0, 9346.0, 9412.0, 9362.0, 9401.0, 9365.0, 9427.0, 9380.0, 9458.0, 9341.0, 9409.0, 9342.0, 9360.0, 9379.0, 9373.0, 9469.0, 9479.0, 9478.0, 9453.0, 9426.0, 9443.0, 9417.0, 9439.0, 9417.0, 9401.0, 9457.0, 9434.0, 9418.0, 9404.0, 9436.0, 9386.0, 9430.0, 9399.0, 9398.0, 9405.0, 9385.0, 9416.0, 9333.0, 9403.0, 9342.0, 9398.0, 9368.0, 9424.0, 9361.0, 9345.0, 9398.0, 9377.0, 9410.0, 9397.0, 9396.0, 9444.0, 9394.0, 9396.0, 9423.0, 9416.0, 9433.0, 9431.0, 9412.0, 9420.0, 9410.0, 9452.0, 9413.0, 9436.0, 9425.0, 9396.0, 9466.0, 9407.0, 9394.0, 9398.0, 9380.0, 9488.0, 9411.0, 9439.0, 9386.0, 9357.0, 9403.0, 9375.0, 9467.0, 9387.0, 9384.0, 9383.0, 9353.0, 9413.0, 9371.0, 9409.0, 9402.0, 9363.0, 9438.0, 9378.0, 9430.0, 9395.0, 9358.0, 9412.0, 9370.0, 9425.0, 9375.0, 9428.0, 9431.0, 9367.0, 9439.0, 9379.0, 9406.0, 9388.0, 9373.0, 9453.0, 9416.0, 9381.0, 9436.0, 9401.0, 9428.0, 9418.0, 9411.0, 9443.0, 9430.0, 9401.0, 9474.0, 9414.0, 9441.0, 9480.0, 9410.0, 9426.0, 9466.0, 9394.0, 9450.0, 9386.0, 9455.0, 9396.0, 9357.0, 9428.0, 9370.0, 9410.0, 9369.0, 9373.0, 9442.0, 9351.0, 9429.0, 9371.0, 9427.0, 9357.0, 9426.0, 9395.0, 9336.0, 9424.0, 9365.0, 9388.0, 9369.0, 9401.0, 9489.0, 9467.0, 9413.0, 9427.0, 9379.0, 9425.0, 9408.0, 9381.0, 9406.0, 9352.0, 9437.0, 9371.0, 9459.0, 9367.0, 9437.0, 9423.0, 9360.0, 9425.0, 9374.0, 9376.0, 9428.0, 9405.0, 9399.0, 9416.0, 9396.0, 9477.0, 9410.0, 9388.0, 9443.0, 9400.0, 9408.0, 9423.0, 9400.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.0042140763226366</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04561935568083261</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.92590100568575</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.210148344314237</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9981949019270824</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4353.0137</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12204875618031011</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.851691240242845</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.503224085565261</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.364156852725017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.740667298293763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.404848105677002</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0070024</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021048109978437424</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.053559478372335434</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.043108393707141</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>13.8837</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.6583</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.7444</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293674.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>1057.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.7308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.4384</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.6394</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3571.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82870.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1309.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4478.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.226</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>28.15951920655789</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> |