=== 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-0090 --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-0090",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-02/func/sub-0090_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>866d40e042e1475e51296f6ce55cc8eb</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:20:23.115000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999612, 0.0245558, 0.0131301, -0.0249537, 0.999206, 0.0310519]</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.0946321</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>[4175, -7738, -7221, 558, 44, -144, -133, -11]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.811</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>836b7c8b-d030-4ca1-b77e-e9dc65e92dde||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818864345550537, -0.06694898754358292, 0.03336448222398758, 113.8362808227539], [-0.06588144600391388, 2.6807973384857178, 0.08469236642122269, -87.41136169433594], [0.0352272167801857, -0.0833100825548172, 2.69846510887146, -55.97203826904297], [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': ['112023.115000', '112023.575000', '112024.035000', '112024.495000', '112024.955000', '112025.415000', '112025.875000', '112026.335000', '112026.795000', '112027.255000', '112027.715000', '112028.175000', '112028.635000', '112029.095000', '112029.555000', '112030.015000', '112030.475000', '112030.935000', '112031.395000', '112031.855000', '112032.315000', '112032.775000', '112033.235000', '112033.695000', '112034.155000', '112034.615000', '112035.075000', '112035.535000', '112035.995000', '112036.455000', '112036.915000', '112037.375000', '112037.835000', '112038.295000', '112038.755000', '112039.215000', '112039.675000', '112040.135000', '112040.595000', '112041.055000', '112041.515000', '112041.975000', '112042.435000', '112042.895000', '112043.355000', '112043.815000', '112044.275000', '112044.735000', '112045.195000', '112045.655000', '112046.115000', '112046.575000', '112047.035000', '112047.495000', '112047.955000', '112048.415000', '112048.875000', '112049.335000', '112049.795000', '112050.255000', '112050.715000', '112051.175000', '112051.635000', '112052.095000', '112052.555000', '112053.015000', '112053.475000', '112053.935000', '112054.395000', '112054.855000', '112055.315000', '112055.775000', '112056.235000', '112056.695000', '112057.155000', '112057.615000', '112058.075000', '112058.535000', '112058.995000', '112059.455000', '112059.915000', '112100.375000', '112100.835000', '112101.295000', '112101.755000', '112102.215000', '112102.675000', '112103.135000', '112103.595000', '112104.055000', '112104.515000', '112104.975000', '112105.435000', '112105.895000', '112106.355000', '112106.815000', '112107.275000', '112107.735000', '112108.195000', '112108.655000', '112109.115000', '112109.575000', '112110.035000', '112110.495000', '112110.955000', '112111.415000', '112111.875000', '112112.335000', '112112.795000', '112113.255000', '112113.715000', '112114.175000', '112114.635000', '112115.095000', '112115.555000', '112116.015000', '112116.475000', '112116.935000', '112117.395000', '112117.855000', '112118.315000', '112118.775000', '112119.235000', '112119.695000', '112120.155000', '112120.615000', '112121.075000', '112121.535000', '112121.995000', '112122.455000', '112122.915000', '112123.375000', '112123.835000', '112124.295000', '112124.755000', '112125.215000', '112125.675000', '112126.135000', '112126.595000', '112127.055000', '112127.515000', '112127.975000', '112128.435000', '112128.895000', '112129.355000', '112129.815000', '112130.275000', '112130.735000', '112131.195000', '112131.655000', '112132.115000', '112132.575000', '112133.035000', '112133.495000', '112133.955000', '112134.415000', '112134.875000', '112135.335000', '112135.795000', '112136.255000', '112136.715000', '112137.175000', '112137.635000', '112138.095000', '112138.555000', '112139.015000', '112139.475000', '112139.935000', '112140.395000', '112140.855000', '112141.315000', '112141.775000', '112142.235000', '112142.695000', '112143.155000', '112143.615000', '112144.075000', '112144.535000', '112144.995000', '112145.455000', '112145.915000', '112146.375000', '112146.835000', '112147.295000', '112147.755000', '112148.215000', '112148.675000', '112149.135000', '112149.595000', '112150.055000', '112150.515000', '112150.975000', '112151.435000', '112151.895000', '112152.355000', '112152.815000', '112153.275000', '112153.735000', '112154.195000', '112154.655000', '112155.115000', '112155.575000', '112156.035000', '112156.495000', '112156.955000', '112157.415000', '112157.875000', '112158.335000', '112158.795000', '112159.255000', '112159.715000', '112200.175000', '112200.635000', '112201.095000', '112201.555000', '112202.015000', '112202.475000', '112202.935000', '112203.395000', '112203.855000', '112204.315000', '112204.775000', '112205.235000', '112205.695000', '112206.155000', '112206.615000', '112207.075000', '112207.535000', '112207.995000', '112208.455000', '112208.915000', '112209.375000', '112209.835000', '112210.295000', '112210.755000', '112211.215000', '112211.675000', '112212.135000', '112212.595000', '112213.055000', '112213.515000', '112213.975000', '112214.435000', '112214.895000', '112215.355000', '112215.815000', '112216.275000', '112216.735000', '112217.195000', '112217.655000', '112218.115000', '112218.575000', '112219.035000', '112219.495000', '112219.955000', '112220.415000', '112220.875000', '112221.335000', '112221.795000', '112222.255000', '112222.715000', '112223.175000', '112223.635000', '112224.095000', '112224.555000', '112225.015000', '112225.475000', '112225.935000', '112226.395000', '112226.855000', '112227.315000', '112227.775000', '112228.235000', '112228.695000', '112229.155000', '112229.615000', '112230.075000', '112230.535000', '112230.995000', '112231.455000', '112231.915000', '112232.375000', '112232.835000', '112233.295000', '112233.755000', '112234.215000', '112234.675000', '112235.135000', '112235.595000', '112236.055000', '112236.515000', '112236.975000', '112237.435000', '112237.895000', '112238.355000', '112238.815000', '112239.275000', '112239.735000', '112240.195000', '112240.655000', '112241.115000', '112241.575000', '112242.035000', '112242.495000', '112242.955000', '112243.415000', '112243.875000', '112244.335000', '112244.795000', '112245.255000', '112245.715000', '112246.175000', '112246.635000', '112247.095000', '112247.555000', '112248.015000', '112248.475000', '112248.935000', '112249.395000', '112249.855000', '112250.315000', '112250.775000', '112251.235000', '112251.695000', '112252.155000', '112252.615000', '112253.075000', '112253.535000', '112253.995000', '112254.455000', '112254.915000', '112255.375000', '112255.835000', '112256.295000', '112256.755000', '112257.215000', '112257.675000', '112258.135000', '112258.595000', '112259.055000', '112259.515000', '112259.975000', '112300.435000', '112300.895000', '112301.355000', '112301.815000', '112302.275000', '112302.735000', '112303.195000', '112303.655000', '112304.115000', '112304.575000', '112305.035000', '112305.495000', '112305.955000', '112306.415000', '112306.875000', '112307.335000', '112307.795000', '112308.255000', '112308.715000', '112309.175000', '112309.635000', '112310.095000', '112310.555000', '112311.015000', '112311.475000', '112311.935000', '112312.395000', '112312.855000', '112313.315000', '112313.775000', '112314.235000', '112314.695000', '112315.155000', '112315.615000', '112316.075000', '112316.535000', '112316.995000', '112317.455000', '112317.915000', '112318.375000', '112318.835000', '112319.295000', '112319.755000', '112320.215000', '112320.675000', '112321.135000', '112321.595000', '112322.055000', '112322.515000', '112322.975000', '112323.435000', '112323.895000', '112324.355000', '112324.815000', '112325.275000', '112325.735000', '112326.195000', '112326.655000', '112327.115000', '112327.575000', '112328.035000', '112328.495000', '112328.955000', '112329.415000', '112329.875000', '112330.335000', '112330.795000', '112331.255000', '112331.715000', '112332.175000', '112332.635000', '112333.095000', '112333.555000', '112334.015000', '112334.475000', '112334.935000', '112335.395000', '112335.855000', '112336.315000', '112336.775000', '112337.235000', '112337.695000', '112338.155000', '112338.615000', '112339.075000', '112339.535000', '112339.995000', '112340.455000', '112340.915000', '112341.375000', '112341.835000', '112342.295000', '112342.755000', '112343.215000', '112343.675000', '112344.135000', '112344.595000', '112345.055000', '112345.515000', '112345.975000', '112346.435000', '112346.895000', '112347.355000', '112347.815000', '112348.275000', '112348.735000', '112349.195000', '112349.655000', '112350.115000', '112350.575000', '112351.035000', '112351.495000', '112351.955000', '112352.415000', '112352.875000', '112353.335000', '112353.795000', '112354.255000', '112354.715000', '112355.175000', '112355.635000', '112356.095000', '112356.555000', '112357.015000', '112357.475000', '112357.935000', '112358.395000', '112358.855000', '112359.315000', '112359.775000', '112400.235000', '112400.695000', '112401.155000', '112401.615000', '112402.075000', '112402.535000', '112402.995000', '112403.455000', '112403.915000', '112404.375000', '112404.835000', '112405.295000', '112405.755000', '112406.215000', '112406.675000', '112407.135000', '112407.595000', '112408.055000', '112408.515000', '112408.975000', '112409.435000', '112409.895000', '112410.355000', '112410.815000', '112411.275000', '112411.735000', '112412.195000', '112412.655000', '112413.115000', '112413.575000', '112414.035000', '112414.495000', '112414.955000', '112415.415000', '112415.875000', '112416.335000', '112416.795000', '112417.255000', '112417.715000', '112418.175000', '112418.635000', '112419.095000', '112419.555000', '112420.015000', '112420.475000', '112420.935000', '112421.395000', '112421.855000', '112422.315000', '112422.775000', '112423.235000', '112423.695000', '112424.155000', '112424.615000', '112425.075000', '112425.535000', '112425.995000', '112426.455000', '112426.915000', '112427.375000', '112427.835000', '112428.295000', '112428.755000', '112429.215000', '112429.675000', '112430.135000', '112430.595000', '112431.055000', '112431.515000', '112431.975000', '112432.435000', '112432.895000', '112433.355000', '112433.815000', '112434.275000', '112434.735000', '112435.195000', '112435.655000', '112436.115000', '112436.575000', '112437.035000', '112437.495000', '112437.955000', '112438.415000', '112438.875000', '112439.335000', '112439.795000', '112440.255000', '112440.715000', '112441.175000', '112441.635000', '112442.095000', '112442.555000', '112443.015000', '112443.475000', '112443.935000', '112444.395000', '112444.855000', '112445.315000', '112445.775000', '112446.235000', '112446.695000', '112447.155000', '112447.615000', '112448.075000', '112448.535000', '112448.995000', '112449.455000', '112449.915000', '112450.375000', '112450.835000', '112451.295000', '112451.755000', '112452.215000', '112452.675000', '112453.135000', '112453.595000', '112454.055000', '112454.515000', '112454.975000', '112455.435000', '112455.895000', '112456.355000', '112456.815000', '112457.275000', '112457.735000', '112458.195000', '112458.655000', '112459.115000', '112459.575000', '112500.035000', '112500.495000', '112500.955000', '112501.415000', '112501.875000', '112502.335000', '112502.795000', '112503.255000', '112503.715000', '112504.175000', '112504.635000', '112505.095000', '112505.555000', '112506.015000', '112506.475000', '112506.935000', '112507.395000', '112507.855000', '112508.315000', '112508.775000', '112509.235000', '112509.695000', '112510.155000', '112510.615000', '112511.075000', '112511.535000', '112511.995000', '112512.455000', '112512.915000', '112513.375000', '112513.835000', '112514.295000', '112514.755000', '112515.215000', '112515.675000', '112516.135000', '112516.595000', '112517.055000', '112517.515000', '112517.975000', '112518.435000', '112518.895000', '112519.355000', '112519.815000', '112520.275000', '112520.735000', '112521.195000', '112521.655000', '112522.115000', '112522.575000', '112523.035000', '112523.495000', '112523.955000', '112524.415000', '112524.875000', '112525.335000', '112525.795000', '112526.255000', '112526.715000', '112527.175000', '112527.635000', '112528.095000', '112528.555000', '112529.015000', '112529.475000', '112529.935000', '112530.395000', '112530.855000', '112531.315000', '112531.775000', '112532.235000', '112532.695000', '112533.155000', '112533.615000', '112534.075000', '112534.535000', '112534.995000', '112535.455000', '112535.915000', '112536.375000', '112536.835000', '112537.295000', '112537.755000', '112538.215000', '112538.675000', '112539.135000', '112539.595000', '112540.055000', '112540.515000', '112540.975000', '112541.435000', '112541.895000', '112542.355000', '112542.815000', '112543.275000', '112543.735000', '112544.195000', '112544.655000', '112545.115000', '112545.575000', '112546.035000', '112546.495000', '112546.955000', '112547.415000', '112547.875000', '112548.335000', '112548.795000', '112549.255000', '112549.715000', '112550.175000', '112550.635000', '112551.095000', '112551.555000', '112552.015000', '112552.475000', '112552.935000', '112553.395000', '112553.855000', '112554.315000', '112554.775000', '112555.235000', '112555.695000', '112556.155000', '112556.615000', '112557.075000', '112557.535000', '112557.995000', '112558.455000', '112558.915000', '112559.375000', '112559.835000', '112600.295000', '112600.755000', '112601.215000', '112601.675000', '112602.135000', '112602.595000', '112603.055000', '112603.515000', '112603.975000', '112604.435000', '112604.895000', '112605.355000', '112605.815000', '112606.275000', '112606.735000', '112607.195000', '112607.655000', '112608.115000', '112608.575000', '112609.035000', '112609.495000', '112609.955000', '112610.415000', '112610.875000', '112611.335000', '112611.795000', '112612.255000', '112612.715000', '112613.175000', '112613.635000', '112614.095000', '112614.555000', '112615.015000', '112615.475000', '112615.935000', '112616.395000', '112616.855000', '112617.315000', '112617.775000', '112618.235000', '112618.695000', '112619.155000', '112619.615000', '112620.075000', '112620.535000', '112620.995000', '112621.455000', '112621.915000', '112622.375000', '112622.835000', '112623.295000', '112623.755000', '112624.215000', '112624.675000', '112625.135000', '112625.595000', '112626.055000', '112626.515000', '112626.975000', '112627.435000', '112627.895000', '112628.355000', '112628.815000', '112629.275000', '112629.735000', '112630.195000', '112630.655000', '112631.115000', '112631.575000', '112632.035000', '112632.495000', '112632.955000', '112633.415000', '112633.875000', '112634.335000', '112634.795000', '112635.255000', '112635.715000', '112636.175000', '112636.635000', '112637.095000', '112637.555000', '112638.015000', '112638.475000', '112638.935000', '112639.395000', '112639.855000', '112640.315000', '112640.775000', '112641.235000', '112641.695000', '112642.155000', '112642.615000', '112643.075000', '112643.535000', '112643.995000', '112644.455000', '112644.915000', '112645.375000', '112645.835000', '112646.295000', '112646.755000', '112647.215000', '112647.675000', '112648.135000', '112648.595000', '112649.055000', '112649.515000', '112649.975000', '112650.435000', '112650.895000', '112651.355000', '112651.815000', '112652.275000', '112652.735000', '112653.195000', '112653.655000', '112654.115000', '112654.575000', '112655.035000', '112655.495000', '112655.955000', '112656.415000', '112656.875000', '112657.335000', '112657.795000', '112658.255000', '112658.715000', '112659.175000', '112659.635000', '112700.095000', '112700.555000', '112701.015000', '112701.475000', '112701.935000', '112702.395000', '112702.855000', '112703.315000', '112703.775000', '112704.235000', '112704.695000', '112705.155000', '112705.615000', '112706.075000', '112706.535000', '112706.995000', '112707.455000', '112707.915000', '112708.375000', '112708.835000', '112709.295000', '112709.755000', '112710.215000', '112710.675000', '112711.135000', '112711.595000', '112712.055000', '112712.515000', '112712.975000', '112713.435000', '112713.895000', '112714.355000', '112714.815000', '112715.275000', '112715.735000', '112716.195000', '112716.655000', '112717.115000', '112717.575000', '112718.035000', '112718.495000', '112718.955000', '112719.415000', '112719.875000', '112720.335000', '112720.795000', '112721.255000', '112721.715000', '112722.175000', '112722.635000', '112723.095000', '112723.555000', '112724.015000', '112724.475000', '112724.935000', '112725.395000', '112725.855000', '112726.315000', '112726.775000', '112727.235000', '112727.695000', '112728.155000', '112728.615000', '112729.075000', '112729.535000', '112729.995000', '112730.455000', '112730.915000', '112731.375000', '112731.835000', '112732.295000', '112732.755000', '112733.215000', '112733.675000', '112734.135000', '112734.595000', '112735.055000', '112735.515000', '112735.975000', '112736.435000', '112736.895000', '112737.355000', '112737.815000', '112738.275000', '112738.735000', '112739.195000', '112739.655000', '112740.115000', '112740.575000', '112741.035000', '112741.495000', '112741.955000', '112742.415000', '112742.875000', '112743.335000', '112743.795000', '112744.255000', '112744.715000', '112745.175000', '112745.635000', '112746.095000', '112746.555000', '112747.015000', '112747.475000', '112747.935000', '112748.395000', '112748.855000', '112749.315000', '112749.775000', '112750.235000', '112750.695000', '112751.155000', '112751.615000', '112752.075000', '112752.535000', '112752.995000', '112753.455000', '112753.915000', '112754.375000', '112754.835000', '112755.295000', '112755.755000', '112756.215000', '112756.675000', '112757.135000', '112757.595000', '112758.055000', '112758.515000', '112758.975000', '112759.435000', '112759.895000', '112800.355000', '112800.815000', '112801.275000', '112801.735000', '112802.195000', '112802.655000', '112803.115000', '112803.575000', '112804.035000', '112804.495000', '112804.955000', '112805.415000', '112805.875000', '112806.335000', '112806.795000', '112807.255000', '112807.715000', '112808.175000', '112808.635000', '112809.095000', '112809.555000', '112810.015000', '112810.475000', '112810.935000', '112811.395000', '112811.855000', '112812.315000', '112812.775000', '112813.235000', '112813.695000', '112814.155000', '112814.615000', '112815.075000', '112815.535000', '112815.995000', '112816.455000', '112816.915000', '112817.375000', '112817.835000', '112818.295000', '112818.755000', '112819.215000', '112819.675000', '112820.135000', '112820.595000', '112821.055000', '112821.515000', '112821.975000', '112822.435000', '112822.895000', '112823.355000', '112823.815000', '112824.275000', '112824.735000', '112825.195000', '112825.655000', '112826.115000', '112826.575000', '112827.035000', '112827.495000', '112827.955000', '112828.415000', '112828.875000', '112829.335000', '112829.795000', '112830.255000', '112830.715000', '112831.175000', '112831.635000', '112832.095000', '112832.555000', '112833.015000', '112833.475000', '112833.935000', '112834.395000', '112834.855000', '112835.315000', '112835.775000', '112836.235000', '112836.695000', '112837.155000', '112837.615000', '112838.075000', '112838.535000', '112838.995000', '112839.455000', '112839.915000', '112840.375000', '112840.835000', '112841.295000', '112841.755000', '112842.215000', '112842.675000', '112843.135000', '112843.595000', '112844.055000', '112844.515000', '112844.975000', '112845.435000', '112845.895000', '112846.355000', '112846.815000', '112847.275000', '112847.735000', '112848.195000', '112848.655000', '112849.115000', '112849.575000', '112850.035000', '112850.495000', '112850.955000', '112851.415000', '112851.875000', '112852.335000', '112852.795000', '112853.255000', '112853.715000', '112854.175000', '112854.635000', '112855.095000', '112855.555000', '112856.015000', '112856.475000', '112856.935000', '112857.395000', '112857.855000', '112858.315000', '112858.775000', '112859.235000', '112859.695000', '112900.155000', '112900.615000', '112901.075000', '112901.535000', '112901.995000', '112902.455000', '112902.915000', '112903.375000', '112903.835000', '112904.295000', '112904.755000', '112905.215000', '112905.675000', '112906.135000', '112906.595000', '112907.055000', '112907.515000', '112907.975000', '112908.435000', '112908.895000', '112909.355000', '112909.815000', '112910.275000', '112910.735000', '112911.195000', '112911.655000', '112912.115000', '112912.575000', '112913.035000', '112913.495000', '112913.955000', '112914.415000'], 'ContentTime': ['112050.616000', '112050.619000', '112050.622000', '112050.625000', '112050.628000', '112050.630000', '112050.633000', '112050.636000', '112050.638000', '112050.641000', '112050.643000', '112050.646000', '112050.648000', '112050.651000', '112050.654000', '112050.656000', '112050.659000', '112050.662000', '112050.683000', '112050.686000', '112050.688000', '112050.691000', '112050.693000', '112050.696000', '112050.699000', '112050.701000', '112050.704000', '112050.706000', '112050.709000', '112050.711000', '112050.714000', '112050.716000', '112050.719000', '112050.722000', '112050.725000', '112050.727000', '112050.730000', '112050.733000', '112050.735000', '112050.745000', '112050.747000', '112050.750000', '112050.752000', '112050.755000', '112050.758000', '112050.760000', '112050.763000', '112050.765000', '112050.768000', '112050.770000', '112050.773000', '112050.776000', '112050.778000', '112050.781000', '112050.784000', '112050.807000', '112050.809000', '112110.586000', '112110.589000', '112110.592000', '112110.595000', '112110.597000', '112110.600000', '112110.602000', '112110.605000', '112110.608000', '112110.613000', '112110.616000', '112110.618000', '112110.621000', '112110.624000', '112110.626000', '112110.629000', '112110.632000', '112110.634000', '112110.637000', '112110.640000', '112110.642000', '112110.645000', '112110.647000', '112110.650000', '112110.652000', '112110.655000', '112110.657000', '112110.660000', '112110.663000', '112110.665000', '112110.668000', '112110.670000', '112110.673000', '112110.675000', '112110.678000', '112110.681000', '112110.683000', '112110.686000', '112110.688000', '112110.691000', '112110.693000', '112110.696000', '112110.699000', '112110.701000', '112130.586000', '112130.589000', '112130.592000', '112130.594000', '112130.597000', '112130.600000', '112130.602000', '112130.605000', '112130.607000', '112130.610000', '112130.613000', '112130.615000', '112130.618000', '112130.621000', '112130.623000', '112130.629000', '112130.632000', '112130.634000', '112130.637000', '112130.639000', '112130.642000', '112130.645000', '112130.647000', '112130.650000', '112130.652000', '112130.655000', '112130.658000', '112130.660000', '112130.663000', '112130.665000', '112130.668000', '112130.670000', '112130.673000', '112130.676000', '112130.678000', '112130.681000', '112130.684000', '112130.687000', '112130.689000', '112130.692000', '112130.694000', '112130.697000', '112130.699000', '112150.586000', '112150.589000', '112150.592000', '112150.595000', '112150.597000', '112150.600000', '112150.602000', '112150.605000', '112150.607000', '112150.610000', '112150.613000', '112150.615000', '112150.618000', '112150.621000', '112150.623000', '112150.626000', '112150.628000', '112150.634000', '112150.637000', '112150.639000', '112150.642000', '112150.645000', '112150.647000', '112150.650000', '112150.652000', '112150.655000', '112150.657000', '112150.660000', '112150.663000', '112150.665000', '112150.668000', '112150.670000', '112150.673000', '112150.675000', '112150.678000', '112150.681000', '112150.683000', '112150.686000', '112150.688000', '112150.691000', '112150.693000', '112150.696000', '112150.699000', '112150.701000', '112210.586000', '112210.589000', '112210.592000', '112210.594000', '112210.597000', '112210.600000', '112210.603000', '112210.605000', '112210.608000', '112210.611000', '112210.625000', '112210.628000', '112210.630000', '112210.633000', '112210.635000', '112210.638000', '112210.641000', '112210.643000', '112210.646000', '112210.648000', '112210.651000', '112210.654000', '112210.656000', '112210.659000', '112210.662000', '112210.664000', '112210.667000', '112210.669000', '112210.672000', '112210.674000', '112210.677000', '112210.680000', '112210.682000', '112210.685000', '112210.687000', '112210.690000', '112210.692000', '112210.695000', '112210.698000', '112210.701000', '112210.703000', '112210.706000', '112210.709000', '112230.586000', '112230.589000', '112230.592000', '112230.594000', '112230.597000', '112230.600000', '112230.602000', '112230.605000', '112230.608000', '112230.610000', '112230.613000', '112230.615000', '112230.627000', '112230.629000', '112230.632000', '112230.635000', '112230.637000', '112230.640000', '112230.642000', '112230.645000', '112230.647000', '112230.650000', '112230.653000', '112230.655000', '112230.658000', '112230.660000', '112230.663000', '112230.666000', '112230.668000', '112230.671000', '112230.673000', '112230.676000', '112230.679000', '112230.681000', '112230.684000', '112230.686000', '112230.689000', '112230.705000', '112230.708000', '112230.710000', '112230.713000', '112230.716000', '112230.718000', '112230.721000', '112250.587000', '112250.589000', '112250.592000', '112250.595000', '112250.597000', '112250.600000', '112250.602000', '112250.605000', '112250.608000', '112250.610000', '112250.613000', '112250.615000', '112250.618000', '112250.620000', '112250.623000', '112250.626000', '112250.628000', '112250.631000', '112250.634000', '112250.636000', '112250.639000', '112250.641000', '112250.644000', '112250.647000', '112250.649000', '112250.652000', '112250.654000', '112250.657000', '112250.660000', '112250.662000', '112250.665000', '112250.667000', '112250.670000', '112250.672000', '112250.675000', '112250.678000', '112250.680000', '112250.683000', '112250.685000', '112250.688000', '112250.691000', '112250.693000', '112250.696000', '112310.585000', '112310.588000', '112310.591000', '112310.593000', '112310.596000', '112310.599000', '112310.602000', '112310.604000', '112310.607000', '112310.610000', '112310.612000', '112310.615000', '112310.618000', '112310.620000', '112310.623000', '112310.625000', '112310.628000', '112310.631000', '112310.633000', '112310.636000', '112310.639000', '112310.641000', '112310.644000', '112310.647000', '112310.649000', '112310.652000', '112310.655000', '112310.657000', '112310.660000', '112310.663000', '112310.665000', '112310.668000', '112310.670000', '112310.673000', '112310.676000', '112310.679000', '112310.681000', '112310.684000', '112310.687000', '112310.689000', '112310.692000', '112310.694000', '112310.701000', '112310.704000', '112330.587000', '112330.589000', '112330.592000', '112330.595000', '112330.597000', '112330.600000', '112330.603000', '112330.605000', '112330.608000', '112330.610000', '112330.613000', '112330.616000', '112330.618000', '112330.621000', '112330.623000', '112330.626000', '112330.629000', '112330.631000', '112330.634000', '112330.636000', '112330.639000', '112330.642000', '112330.644000', '112330.647000', '112330.649000', '112330.652000', '112330.654000', '112330.657000', '112330.660000', '112330.662000', '112330.665000', '112330.667000', '112330.670000', '112330.672000', '112330.675000', '112330.678000', '112330.680000', '112330.683000', '112330.685000', '112330.688000', '112330.691000', '112330.693000', '112330.696000', '112350.586000', '112350.589000', '112350.592000', '112350.595000', '112350.597000', '112350.600000', '112350.602000', '112350.605000', '112350.608000', '112350.610000', '112350.613000', '112350.615000', '112350.618000', '112350.621000', '112350.623000', '112350.626000', '112350.628000', '112350.631000', '112350.633000', '112350.636000', '112350.639000', '112350.641000', '112350.644000', '112350.647000', '112350.649000', '112350.652000', '112350.654000', '112350.657000', '112350.660000', '112350.662000', '112350.665000', '112350.668000', '112350.670000', '112350.673000', '112350.675000', '112350.678000', '112350.681000', '112350.683000', '112350.686000', '112350.695000', '112350.697000', '112350.700000', '112350.702000', '112350.705000', '112410.586000', '112410.589000', '112410.592000', '112410.595000', '112410.597000', '112410.600000', '112410.603000', '112410.605000', '112410.608000', '112410.610000', '112410.613000', '112410.616000', '112410.618000', '112410.621000', '112410.623000', '112410.626000', '112410.629000', '112410.631000', '112410.634000', '112410.636000', '112410.639000', '112410.642000', '112410.644000', '112410.647000', '112410.649000', '112410.652000', '112410.654000', '112410.657000', '112410.660000', '112410.663000', '112410.665000', '112410.668000', '112410.680000', '112410.683000', '112410.685000', '112410.688000', '112410.691000', '112410.693000', '112410.696000', '112410.698000', '112410.701000', '112410.704000', '112410.706000', '112430.586000', '112430.589000', '112430.592000', '112430.595000', '112430.597000', '112430.600000', '112430.603000', '112430.606000', '112430.609000', '112430.611000', '112430.614000', '112430.617000', '112430.619000', '112430.622000', '112430.624000', '112430.627000', '112430.630000', '112430.632000', '112430.635000', '112430.638000', '112430.640000', '112430.643000', '112430.645000', '112430.648000', '112430.651000', '112430.653000', '112430.656000', '112430.659000', '112430.661000', '112430.664000', '112430.666000', '112430.669000', '112430.672000', '112430.674000', '112430.677000', '112430.679000', '112430.682000', '112430.685000', '112430.687000', '112430.690000', '112430.692000', '112430.695000', '112430.698000', '112430.700000', '112450.586000', '112450.589000', '112450.592000', '112450.594000', '112450.597000', '112450.600000', '112450.603000', '112450.605000', '112450.608000', '112450.610000', '112450.613000', '112450.615000', '112450.618000', '112450.621000', '112450.623000', '112450.626000', '112450.628000', '112450.631000', '112450.634000', '112450.636000', '112450.639000', '112450.641000', '112450.644000', '112450.646000', '112450.649000', '112450.652000', '112450.654000', '112450.657000', '112450.659000', '112450.662000', '112450.664000', '112450.667000', '112450.670000', '112450.672000', '112450.675000', '112450.677000', '112450.680000', '112450.682000', '112450.685000', '112450.687000', '112450.690000', '112450.693000', '112450.695000', '112510.586000', '112510.589000', '112510.592000', '112510.595000', '112510.597000', '112510.600000', '112510.603000', '112510.605000', '112510.608000', '112510.611000', '112510.613000', '112510.616000', '112510.618000', '112510.621000', '112510.624000', '112510.626000', '112510.629000', '112510.632000', '112510.634000', '112510.637000', '112510.639000', '112510.642000', '112510.645000', '112510.647000', '112510.650000', '112510.653000', '112510.655000', '112510.658000', '112510.660000', '112510.663000', '112510.666000', '112510.668000', '112510.671000', '112510.673000', '112510.676000', '112510.678000', '112510.681000', '112510.684000', '112510.686000', '112510.689000', '112510.691000', '112510.694000', '112510.697000', '112530.586000', '112530.588000', '112530.591000', '112530.593000', '112530.596000', '112530.599000', '112530.602000', '112530.604000', '112530.607000', '112530.610000', '112530.612000', '112530.615000', '112530.618000', '112530.621000', '112530.623000', '112530.626000', '112530.632000', '112530.635000', '112530.637000', '112530.640000', '112530.643000', '112530.645000', '112530.648000', '112530.650000', '112530.653000', '112530.656000', '112530.658000', '112530.661000', '112530.663000', '112530.666000', '112530.668000', '112530.671000', '112530.674000', '112530.676000', '112530.679000', '112530.681000', '112530.684000', '112530.686000', '112530.689000', '112530.692000', '112530.694000', '112530.697000', '112530.699000', '112530.702000', '112550.592000', '112550.595000', '112550.598000', '112550.601000', '112550.603000', '112550.606000', '112550.608000', '112550.611000', '112550.614000', '112550.617000', '112550.620000', '112550.623000', '112550.626000', '112550.630000', '112550.633000', '112550.636000', '112550.638000', '112550.641000', '112550.644000', '112550.647000', '112550.650000', '112550.652000', '112550.655000', '112550.658000', '112550.660000', '112550.663000', '112550.665000', '112550.668000', '112550.671000', '112550.673000', '112550.676000', '112550.678000', '112550.681000', '112550.684000', '112550.686000', '112550.689000', '112550.691000', '112550.694000', '112550.697000', '112550.699000', '112550.702000', '112550.704000', '112550.707000', '112610.586000', '112610.589000', '112610.592000', '112610.595000', '112610.597000', '112610.600000', '112610.603000', '112610.605000', '112610.608000', '112610.611000', '112610.613000', '112610.616000', '112610.618000', '112610.621000', '112610.624000', '112610.626000', '112610.629000', '112610.631000', '112610.634000', '112610.637000', '112610.639000', '112610.642000', '112610.644000', '112610.647000', '112610.650000', '112610.652000', '112610.655000', '112610.657000', '112610.660000', '112610.663000', '112610.665000', '112610.668000', '112610.671000', '112610.673000', '112610.676000', '112610.678000', '112610.681000', '112610.683000', '112610.686000', '112610.689000', '112610.691000', '112610.694000', '112610.696000', '112610.699000', '112630.586000', '112630.589000', '112630.592000', '112630.596000', '112630.598000', '112630.601000', '112630.604000', '112630.606000', '112630.609000', '112630.611000', '112630.614000', '112630.617000', '112630.619000', '112630.622000', '112630.624000', '112630.627000', '112630.630000', '112630.632000', '112630.635000', '112630.637000', '112630.640000', '112630.643000', '112630.645000', '112630.648000', '112630.650000', '112630.653000', '112630.656000', '112630.658000', '112630.661000', '112630.663000', '112630.666000', '112630.669000', '112630.671000', '112630.674000', '112630.676000', '112630.679000', '112630.681000', '112630.684000', '112630.687000', '112630.689000', '112630.692000', '112630.694000', '112630.697000', '112650.586000', '112650.589000', '112650.592000', '112650.595000', '112650.597000', '112650.600000', '112650.603000', '112650.605000', '112650.608000', '112650.610000', '112650.613000', '112650.615000', '112650.618000', '112650.621000', '112650.623000', '112650.626000', '112650.628000', '112650.631000', '112650.634000', '112650.636000', '112650.639000', '112650.641000', '112650.644000', '112650.646000', '112650.649000', '112650.652000', '112650.654000', '112650.657000', '112650.660000', '112650.662000', '112650.665000', '112650.667000', '112650.670000', '112650.672000', '112650.675000', '112650.677000', '112650.680000', '112650.683000', '112650.685000', '112650.688000', '112650.690000', '112650.693000', '112650.696000', '112650.698000', '112710.586000', '112710.589000', '112710.592000', '112710.594000', '112710.597000', '112710.600000', '112710.603000', '112710.605000', '112710.608000', '112710.610000', '112710.613000', '112710.630000', '112710.633000', '112710.635000', '112710.638000', '112710.640000', '112710.643000', '112710.646000', '112710.648000', '112710.651000', '112710.653000', '112710.656000', '112710.659000', '112710.661000', '112710.664000', '112710.667000', '112710.669000', '112710.672000', '112710.675000', '112710.678000', '112710.680000', '112710.684000', '112710.687000', '112710.689000', '112710.692000', '112710.694000', '112710.697000', '112710.700000', '112710.702000', '112710.705000', '112710.708000', '112710.710000', '112710.713000', '112730.586000', '112730.589000', '112730.592000', '112730.594000', '112730.597000', '112730.600000', '112730.602000', '112730.605000', '112730.607000', '112730.610000', '112730.613000', '112730.615000', '112730.618000', '112730.620000', '112730.623000', '112730.625000', '112730.628000', '112730.631000', '112730.633000', '112730.636000', '112730.638000', '112730.641000', '112730.644000', '112730.646000', '112730.649000', '112730.652000', '112730.654000', '112730.657000', '112730.659000', '112730.662000', '112730.664000', '112730.667000', '112730.670000', '112730.672000', '112730.675000', '112730.677000', '112730.680000', '112730.683000', '112730.685000', '112730.688000', '112730.690000', '112730.693000', '112730.696000', '112730.698000', '112750.585000', '112750.588000', '112750.591000', '112750.594000', '112750.596000', '112750.599000', '112750.601000', '112750.604000', '112750.607000', '112750.609000', '112750.612000', '112750.615000', '112750.617000', '112750.620000', '112750.623000', '112750.625000', '112750.628000', '112750.630000', '112750.633000', '112750.636000', '112750.638000', '112750.641000', '112750.644000', '112750.646000', '112750.649000', '112750.653000', '112750.655000', '112750.658000', '112750.660000', '112750.663000', '112750.666000', '112750.668000', '112750.671000', '112750.673000', '112750.676000', '112750.679000', '112750.681000', '112750.684000', '112750.686000', '112750.689000', '112750.692000', '112750.694000', '112750.697000', '112810.587000', '112810.590000', '112810.592000', '112810.595000', '112810.598000', '112810.600000', '112810.603000', '112810.605000', '112810.608000', '112810.611000', '112810.613000', '112810.616000', '112810.619000', '112810.621000', '112810.624000', '112810.626000', '112810.629000', '112810.632000', '112810.634000', '112810.637000', '112810.639000', '112810.642000', '112810.644000', '112810.647000', '112810.650000', '112810.652000', '112810.655000', '112810.657000', '112810.660000', '112810.662000', '112810.665000', '112810.668000', '112810.670000', '112810.673000', '112810.675000', '112810.678000', '112810.681000', '112810.683000', '112810.686000', '112810.689000', '112810.691000', '112810.694000', '112810.696000', '112810.699000', '112830.587000', '112830.589000', '112830.593000', '112830.595000', '112830.598000', '112830.600000', '112830.603000', '112830.617000', '112830.619000', '112830.622000', '112830.625000', '112830.627000', '112830.630000', '112830.633000', '112830.635000', '112830.638000', '112830.640000', '112830.643000', '112830.646000', '112830.648000', '112830.651000', '112830.653000', '112830.656000', '112830.659000', '112830.662000', '112830.665000', '112830.667000', '112830.670000', '112830.672000', '112830.675000', '112830.677000', '112830.680000', '112830.683000', '112830.685000', '112830.688000', '112830.690000', '112830.693000', '112830.696000', '112830.699000', '112830.701000', '112830.704000', '112830.706000', '112830.709000', '112850.587000', '112850.589000', '112850.592000', '112850.595000', '112850.597000', '112850.600000', '112850.603000', '112850.606000', '112850.608000', '112850.611000', '112850.614000', '112850.616000', '112850.619000', '112850.621000', '112850.624000', '112850.627000', '112850.629000', '112850.632000', '112850.634000', '112850.637000', '112850.640000', '112850.642000', '112850.645000', '112850.648000', '112850.650000', '112850.653000', '112850.655000', '112850.658000', '112850.661000', '112850.663000', '112850.666000', '112850.668000', '112850.671000', '112850.673000', '112850.676000', '112850.679000', '112850.681000', '112850.684000', '112850.686000', '112850.689000', '112850.692000', '112850.694000', '112850.697000', '112850.699000', '112910.587000', '112910.589000', '112910.592000', '112910.595000', '112910.597000', '112910.600000', '112910.603000', '112910.605000', '112910.608000', '112910.611000', '112910.613000', '112910.616000', '112910.618000', '112910.621000', '112910.624000', '112910.626000', '112910.629000', '112910.631000', '112910.634000', '112910.637000', '112910.639000', '112910.642000', '112910.645000', '112910.647000', '112910.650000', '112910.652000', '112910.655000', '112910.658000', '112910.660000', '112910.663000', '112910.665000', '112910.668000', '112910.671000', '112910.673000', '112910.676000', '112910.679000', '112910.681000', '112910.684000', '112910.687000', '112910.690000', '112910.692000', '112910.695000', '112910.697000', '112915.749000', '112915.752000', '112915.755000', '112915.757000', '112915.760000', '112915.763000', '112915.765000', '112915.768000', '112915.770000', '112915.773000', '112915.776000', '112915.778000'], 'InstanceCreationTime': ['112050.616000', '112050.619000', '112050.622000', '112050.625000', '112050.628000', '112050.630000', '112050.633000', '112050.636000', '112050.638000', '112050.641000', '112050.643000', '112050.646000', '112050.648000', '112050.651000', '112050.654000', '112050.656000', '112050.659000', '112050.662000', '112050.683000', '112050.686000', '112050.688000', '112050.691000', '112050.693000', '112050.696000', '112050.699000', '112050.701000', '112050.704000', '112050.706000', '112050.709000', '112050.711000', '112050.714000', '112050.716000', '112050.719000', '112050.722000', '112050.725000', '112050.727000', '112050.730000', '112050.733000', '112050.735000', '112050.745000', '112050.747000', '112050.750000', '112050.752000', '112050.755000', '112050.758000', '112050.760000', '112050.763000', '112050.765000', '112050.768000', '112050.770000', '112050.773000', '112050.776000', '112050.778000', '112050.781000', '112050.784000', '112050.807000', '112050.809000', '112110.586000', '112110.589000', '112110.592000', '112110.595000', '112110.597000', '112110.600000', '112110.602000', '112110.605000', '112110.608000', '112110.613000', '112110.616000', '112110.618000', '112110.621000', '112110.624000', '112110.626000', '112110.629000', '112110.632000', '112110.634000', '112110.637000', '112110.640000', '112110.642000', '112110.645000', '112110.647000', '112110.650000', '112110.652000', '112110.655000', '112110.657000', '112110.660000', '112110.663000', '112110.665000', '112110.668000', '112110.670000', '112110.673000', '112110.675000', '112110.678000', '112110.681000', '112110.683000', '112110.686000', '112110.688000', '112110.691000', '112110.693000', '112110.696000', '112110.699000', '112110.701000', '112130.586000', '112130.589000', '112130.592000', '112130.594000', '112130.597000', '112130.600000', '112130.602000', '112130.605000', '112130.607000', '112130.610000', '112130.613000', '112130.615000', '112130.618000', '112130.621000', '112130.623000', '112130.629000', '112130.632000', '112130.634000', '112130.637000', '112130.639000', '112130.642000', '112130.645000', '112130.647000', '112130.650000', '112130.652000', '112130.655000', '112130.658000', '112130.660000', '112130.663000', '112130.665000', '112130.668000', '112130.670000', '112130.673000', '112130.676000', '112130.678000', '112130.681000', '112130.684000', '112130.687000', '112130.689000', '112130.692000', '112130.694000', '112130.697000', '112130.699000', '112150.586000', '112150.589000', '112150.592000', '112150.595000', '112150.597000', '112150.600000', '112150.602000', '112150.605000', '112150.607000', '112150.610000', '112150.613000', '112150.615000', '112150.618000', '112150.621000', '112150.623000', '112150.626000', '112150.628000', '112150.634000', '112150.637000', '112150.639000', '112150.642000', '112150.645000', '112150.647000', '112150.650000', '112150.652000', '112150.655000', '112150.657000', '112150.660000', '112150.663000', '112150.665000', '112150.668000', '112150.670000', '112150.673000', '112150.675000', '112150.678000', '112150.681000', '112150.683000', '112150.686000', '112150.688000', '112150.691000', '112150.693000', '112150.696000', '112150.699000', '112150.701000', '112210.586000', '112210.589000', '112210.592000', '112210.594000', '112210.597000', '112210.600000', '112210.603000', '112210.605000', '112210.608000', '112210.611000', '112210.625000', '112210.628000', '112210.630000', '112210.633000', '112210.635000', '112210.638000', '112210.641000', '112210.643000', '112210.646000', '112210.648000', '112210.651000', '112210.654000', '112210.656000', '112210.659000', '112210.662000', '112210.664000', '112210.667000', '112210.669000', '112210.672000', '112210.674000', '112210.677000', '112210.680000', '112210.682000', '112210.685000', '112210.687000', '112210.690000', '112210.692000', '112210.695000', '112210.698000', '112210.701000', '112210.703000', '112210.706000', '112210.709000', '112230.586000', '112230.589000', '112230.592000', '112230.594000', '112230.597000', '112230.600000', '112230.602000', '112230.605000', '112230.608000', '112230.610000', '112230.613000', '112230.615000', '112230.627000', '112230.629000', '112230.632000', '112230.635000', '112230.637000', '112230.640000', '112230.642000', '112230.645000', '112230.647000', '112230.650000', '112230.653000', '112230.655000', '112230.658000', '112230.660000', '112230.663000', '112230.666000', '112230.668000', '112230.671000', '112230.673000', '112230.676000', '112230.679000', '112230.681000', '112230.684000', '112230.686000', '112230.689000', '112230.705000', '112230.708000', '112230.710000', '112230.713000', '112230.716000', '112230.718000', '112230.721000', '112250.587000', '112250.589000', '112250.592000', '112250.595000', '112250.597000', '112250.600000', '112250.602000', '112250.605000', '112250.608000', '112250.610000', '112250.613000', '112250.615000', '112250.618000', '112250.620000', '112250.623000', '112250.626000', '112250.628000', '112250.631000', '112250.634000', '112250.636000', '112250.639000', '112250.641000', '112250.644000', '112250.647000', '112250.649000', '112250.652000', '112250.654000', '112250.657000', '112250.660000', '112250.662000', '112250.665000', '112250.667000', '112250.670000', '112250.672000', '112250.675000', '112250.678000', '112250.680000', '112250.683000', '112250.685000', '112250.688000', '112250.691000', '112250.693000', '112250.696000', '112310.585000', '112310.588000', '112310.591000', '112310.593000', '112310.596000', '112310.599000', '112310.602000', '112310.604000', '112310.607000', '112310.610000', '112310.612000', '112310.615000', '112310.618000', '112310.620000', '112310.623000', '112310.625000', '112310.628000', '112310.631000', '112310.633000', '112310.636000', '112310.639000', '112310.641000', '112310.644000', '112310.647000', '112310.649000', '112310.652000', '112310.655000', '112310.657000', '112310.660000', '112310.663000', '112310.665000', '112310.668000', '112310.670000', '112310.673000', '112310.676000', '112310.679000', '112310.681000', '112310.684000', '112310.687000', '112310.689000', '112310.692000', '112310.694000', '112310.701000', '112310.704000', '112330.587000', '112330.589000', '112330.592000', '112330.595000', '112330.597000', '112330.600000', '112330.603000', '112330.605000', '112330.608000', '112330.610000', '112330.613000', '112330.616000', '112330.618000', '112330.621000', '112330.623000', '112330.626000', '112330.629000', '112330.631000', '112330.634000', '112330.636000', '112330.639000', '112330.642000', '112330.644000', '112330.647000', '112330.649000', '112330.652000', '112330.654000', '112330.657000', '112330.660000', '112330.662000', '112330.665000', '112330.667000', '112330.670000', '112330.672000', '112330.675000', '112330.678000', '112330.680000', '112330.683000', '112330.685000', '112330.688000', '112330.691000', '112330.693000', '112330.696000', '112350.586000', '112350.589000', '112350.592000', '112350.595000', '112350.597000', '112350.600000', '112350.602000', '112350.605000', '112350.608000', '112350.610000', '112350.613000', '112350.615000', '112350.618000', '112350.621000', '112350.623000', '112350.626000', '112350.628000', '112350.631000', '112350.633000', '112350.636000', '112350.639000', '112350.641000', '112350.644000', '112350.647000', '112350.649000', '112350.652000', '112350.654000', '112350.657000', '112350.660000', '112350.662000', '112350.665000', '112350.668000', '112350.670000', '112350.673000', '112350.675000', '112350.678000', '112350.681000', '112350.683000', '112350.686000', '112350.695000', '112350.697000', '112350.700000', '112350.702000', '112350.705000', '112410.586000', '112410.589000', '112410.592000', '112410.595000', '112410.597000', '112410.600000', '112410.603000', '112410.605000', '112410.608000', '112410.610000', '112410.613000', '112410.616000', '112410.618000', '112410.621000', '112410.623000', '112410.626000', '112410.629000', '112410.631000', '112410.634000', '112410.636000', '112410.639000', '112410.642000', '112410.644000', '112410.647000', '112410.649000', '112410.652000', '112410.654000', '112410.657000', '112410.660000', '112410.663000', '112410.665000', '112410.668000', '112410.680000', '112410.683000', '112410.685000', '112410.688000', '112410.691000', '112410.693000', '112410.696000', '112410.698000', '112410.701000', '112410.704000', '112410.706000', '112430.586000', '112430.589000', '112430.592000', '112430.595000', '112430.597000', '112430.600000', '112430.603000', '112430.606000', '112430.609000', '112430.611000', '112430.614000', '112430.617000', '112430.619000', '112430.622000', '112430.624000', '112430.627000', '112430.630000', '112430.632000', '112430.635000', '112430.638000', '112430.640000', '112430.643000', '112430.645000', '112430.648000', '112430.651000', '112430.653000', '112430.656000', '112430.659000', '112430.661000', '112430.664000', '112430.666000', '112430.669000', '112430.672000', '112430.674000', '112430.677000', '112430.679000', '112430.682000', '112430.685000', '112430.687000', '112430.690000', '112430.692000', '112430.695000', '112430.698000', '112430.700000', '112450.586000', '112450.589000', '112450.592000', '112450.594000', '112450.597000', '112450.600000', '112450.603000', '112450.605000', '112450.608000', '112450.610000', '112450.613000', '112450.615000', '112450.618000', '112450.621000', '112450.623000', '112450.626000', '112450.628000', '112450.631000', '112450.634000', '112450.636000', '112450.639000', '112450.641000', '112450.644000', '112450.646000', '112450.649000', '112450.652000', '112450.654000', '112450.657000', '112450.659000', '112450.662000', '112450.664000', '112450.667000', '112450.670000', '112450.672000', '112450.675000', '112450.677000', '112450.680000', '112450.682000', '112450.685000', '112450.687000', '112450.690000', '112450.693000', '112450.695000', '112510.586000', '112510.589000', '112510.592000', '112510.595000', '112510.597000', '112510.600000', '112510.603000', '112510.605000', '112510.608000', '112510.611000', '112510.613000', '112510.616000', '112510.618000', '112510.621000', '112510.624000', '112510.626000', '112510.629000', '112510.632000', '112510.634000', '112510.637000', '112510.639000', '112510.642000', '112510.645000', '112510.647000', '112510.650000', '112510.653000', '112510.655000', '112510.658000', '112510.660000', '112510.663000', '112510.666000', '112510.668000', '112510.671000', '112510.673000', '112510.676000', '112510.678000', '112510.681000', '112510.684000', '112510.686000', '112510.689000', '112510.691000', '112510.694000', '112510.697000', '112530.586000', '112530.588000', '112530.591000', '112530.593000', '112530.596000', '112530.599000', '112530.602000', '112530.604000', '112530.607000', '112530.610000', '112530.612000', '112530.615000', '112530.618000', '112530.621000', '112530.623000', '112530.626000', '112530.632000', '112530.635000', '112530.637000', '112530.640000', '112530.643000', '112530.645000', '112530.648000', '112530.650000', '112530.653000', '112530.656000', '112530.658000', '112530.661000', '112530.663000', '112530.666000', '112530.668000', '112530.671000', '112530.674000', '112530.676000', '112530.679000', '112530.681000', '112530.684000', '112530.686000', '112530.689000', '112530.692000', '112530.694000', '112530.697000', '112530.699000', '112530.702000', '112550.592000', '112550.595000', '112550.598000', '112550.601000', '112550.603000', '112550.606000', '112550.608000', '112550.611000', '112550.614000', '112550.617000', '112550.620000', '112550.623000', '112550.626000', '112550.630000', '112550.633000', '112550.636000', '112550.638000', '112550.641000', '112550.644000', '112550.647000', '112550.650000', '112550.652000', '112550.655000', '112550.658000', '112550.660000', '112550.663000', '112550.665000', '112550.668000', '112550.671000', '112550.673000', '112550.676000', '112550.678000', '112550.681000', '112550.684000', '112550.686000', '112550.689000', '112550.691000', '112550.694000', '112550.697000', '112550.699000', '112550.702000', '112550.704000', '112550.707000', '112610.586000', '112610.589000', '112610.592000', '112610.595000', '112610.597000', '112610.600000', '112610.603000', '112610.605000', '112610.608000', '112610.611000', '112610.613000', '112610.616000', '112610.618000', '112610.621000', '112610.624000', '112610.626000', '112610.629000', '112610.631000', '112610.634000', '112610.637000', '112610.639000', '112610.642000', '112610.644000', '112610.647000', '112610.650000', '112610.652000', '112610.655000', '112610.657000', '112610.660000', '112610.663000', '112610.665000', '112610.668000', '112610.671000', '112610.673000', '112610.676000', '112610.678000', '112610.681000', '112610.683000', '112610.686000', '112610.689000', '112610.691000', '112610.694000', '112610.696000', '112610.699000', '112630.586000', '112630.589000', '112630.592000', '112630.596000', '112630.598000', '112630.601000', '112630.604000', '112630.606000', '112630.609000', '112630.611000', '112630.614000', '112630.617000', '112630.619000', '112630.622000', '112630.624000', '112630.627000', '112630.630000', '112630.632000', '112630.635000', '112630.637000', '112630.640000', '112630.643000', '112630.645000', '112630.648000', '112630.650000', '112630.653000', '112630.656000', '112630.658000', '112630.661000', '112630.663000', '112630.666000', '112630.669000', '112630.671000', '112630.674000', '112630.676000', '112630.679000', '112630.681000', '112630.684000', '112630.687000', '112630.689000', '112630.692000', '112630.694000', '112630.697000', '112650.586000', '112650.589000', '112650.592000', '112650.595000', '112650.597000', '112650.600000', '112650.603000', '112650.605000', '112650.608000', '112650.610000', '112650.613000', '112650.615000', '112650.618000', '112650.621000', '112650.623000', '112650.626000', '112650.628000', '112650.631000', '112650.634000', '112650.636000', '112650.639000', '112650.641000', '112650.644000', '112650.646000', '112650.649000', '112650.652000', '112650.654000', '112650.657000', '112650.660000', '112650.662000', '112650.665000', '112650.667000', '112650.670000', '112650.672000', '112650.675000', '112650.677000', '112650.680000', '112650.683000', '112650.685000', '112650.688000', '112650.690000', '112650.693000', '112650.696000', '112650.698000', '112710.586000', '112710.589000', '112710.592000', '112710.594000', '112710.597000', '112710.600000', '112710.603000', '112710.605000', '112710.608000', '112710.610000', '112710.613000', '112710.630000', '112710.633000', '112710.635000', '112710.638000', '112710.640000', '112710.643000', '112710.646000', '112710.648000', '112710.651000', '112710.653000', '112710.656000', '112710.659000', '112710.661000', '112710.664000', '112710.667000', '112710.669000', '112710.672000', '112710.675000', '112710.678000', '112710.680000', '112710.684000', '112710.687000', '112710.689000', '112710.692000', '112710.694000', '112710.697000', '112710.700000', '112710.702000', '112710.705000', '112710.708000', '112710.710000', '112710.713000', '112730.586000', '112730.589000', '112730.592000', '112730.594000', '112730.597000', '112730.600000', '112730.602000', '112730.605000', '112730.607000', '112730.610000', '112730.613000', '112730.615000', '112730.618000', '112730.620000', '112730.623000', '112730.625000', '112730.628000', '112730.631000', '112730.633000', '112730.636000', '112730.638000', '112730.641000', '112730.644000', '112730.646000', '112730.649000', '112730.652000', '112730.654000', '112730.657000', '112730.659000', '112730.662000', '112730.664000', '112730.667000', '112730.670000', '112730.672000', '112730.675000', '112730.677000', '112730.680000', '112730.683000', '112730.685000', '112730.688000', '112730.690000', '112730.693000', '112730.696000', '112730.698000', '112750.585000', '112750.588000', '112750.591000', '112750.594000', '112750.596000', '112750.599000', '112750.601000', '112750.604000', '112750.607000', '112750.609000', '112750.612000', '112750.615000', '112750.617000', '112750.620000', '112750.623000', '112750.625000', '112750.628000', '112750.630000', '112750.633000', '112750.636000', '112750.638000', '112750.641000', '112750.644000', '112750.646000', '112750.649000', '112750.653000', '112750.655000', '112750.658000', '112750.660000', '112750.663000', '112750.666000', '112750.668000', '112750.671000', '112750.673000', '112750.676000', '112750.679000', '112750.681000', '112750.684000', '112750.686000', '112750.689000', '112750.692000', '112750.694000', '112750.697000', '112810.587000', '112810.590000', '112810.592000', '112810.595000', '112810.598000', '112810.600000', '112810.603000', '112810.605000', '112810.608000', '112810.611000', '112810.613000', '112810.616000', '112810.619000', '112810.621000', '112810.624000', '112810.626000', '112810.629000', '112810.632000', '112810.634000', '112810.637000', '112810.639000', '112810.642000', '112810.644000', '112810.647000', '112810.650000', '112810.652000', '112810.655000', '112810.657000', '112810.660000', '112810.662000', '112810.665000', '112810.668000', '112810.670000', '112810.673000', '112810.675000', '112810.678000', '112810.681000', '112810.683000', '112810.686000', '112810.689000', '112810.691000', '112810.694000', '112810.696000', '112810.699000', '112830.587000', '112830.589000', '112830.593000', '112830.595000', '112830.598000', '112830.600000', '112830.603000', '112830.617000', '112830.619000', '112830.622000', '112830.625000', '112830.627000', '112830.630000', '112830.633000', '112830.635000', '112830.638000', '112830.640000', '112830.643000', '112830.646000', '112830.648000', '112830.651000', '112830.653000', '112830.656000', '112830.659000', '112830.662000', '112830.665000', '112830.667000', '112830.670000', '112830.672000', '112830.675000', '112830.677000', '112830.680000', '112830.683000', '112830.685000', '112830.688000', '112830.690000', '112830.693000', '112830.696000', '112830.699000', '112830.701000', '112830.704000', '112830.706000', '112830.709000', '112850.587000', '112850.589000', '112850.592000', '112850.595000', '112850.597000', '112850.600000', '112850.603000', '112850.606000', '112850.608000', '112850.611000', '112850.614000', '112850.616000', '112850.619000', '112850.621000', '112850.624000', '112850.627000', '112850.629000', '112850.632000', '112850.634000', '112850.637000', '112850.640000', '112850.642000', '112850.645000', '112850.648000', '112850.650000', '112850.653000', '112850.655000', '112850.658000', '112850.661000', '112850.663000', '112850.666000', '112850.668000', '112850.671000', '112850.673000', '112850.676000', '112850.679000', '112850.681000', '112850.684000', '112850.686000', '112850.689000', '112850.692000', '112850.694000', '112850.697000', '112850.699000', '112910.587000', '112910.589000', '112910.592000', '112910.595000', '112910.597000', '112910.600000', '112910.603000', '112910.605000', '112910.608000', '112910.611000', '112910.613000', '112910.616000', '112910.618000', '112910.621000', '112910.624000', '112910.626000', '112910.629000', '112910.631000', '112910.634000', '112910.637000', '112910.639000', '112910.642000', '112910.645000', '112910.647000', '112910.650000', '112910.652000', '112910.655000', '112910.658000', '112910.660000', '112910.663000', '112910.665000', '112910.668000', '112910.671000', '112910.673000', '112910.676000', '112910.679000', '112910.681000', '112910.684000', '112910.687000', '112910.690000', '112910.692000', '112910.695000', '112910.697000', '112915.749000', '112915.752000', '112915.755000', '112915.757000', '112915.760000', '112915.763000', '112915.765000', '112915.768000', '112915.770000', '112915.773000', '112915.776000', '112915.778000'], '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': [15849, 14154, 13425, 20147, 15267, 13766, 13389, 16935, 14640, 14601, 18318, 15665, 13125, 10211, 13821, 16935, 14787, 10786, 17919, 14835, 12861, 12478, 17845, 14706, 10727, 17889, 14615, 12654, 12857, 17614, 14348, 11675, 12566, 14272, 12314, 10464, 12151, 17143, 14564, 12675, 11532, 17290, 14056, 12207, 12779, 17894, 14929, 11331, 18016, 16344, 14409, 12594, 17316, 17429, 14491, 12353, 10763, 15810, 13836, 10931, 12955, 16982, 14981, 14732, 18828, 17304, 12939, 11506, 12618, 9862, 16765, 14584, 11037, 13885, 15002, 13686, 10689, 17507, 14874, 13385, 11227, 18547, 15729, 14684, 14272, 20203, 18420, 15795, 15334, 16003, 15950, 14418, 14888, 13651, 17139, 14500, 12982, 12197, 18735, 14675, 13213, 10214, 12392, 16647, 14649, 12386, 11285, 18594, 15354, 14402, 10337, 13401, 13812, 12689, 9955, 15028, 16074, 14159, 11273, 18192, 16492, 13897, 9994, 15089, 15467, 13821, 10624, 17662, 15662, 14383, 11518, 18286, 13878, 12083, 11663, 17264, 14389, 12069, 10747, 17803, 13535, 12974, 9455, 13771, 14350, 13306, 10964, 18530, 14867, 11862, 17776, 15732, 13678, 12876, 17225, 13638, 10348, 13038, 13759, 15868, 11279, 15853, 16798, 14090, 11491, 9340, 15642, 14200, 12572, 10859, 17647, 14482, 11148, 17109, 15657, 12843, 13483, 16988, 13873, 12036, 18657, 14886, 11450, 13378, 14726, 12505, 10607, 15410, 13153, 13480, 16345, 16989, 15568, 15662, 16352, 11423, 9871, 12530, 10190, 17251, 14460, 10848, 17138, 15154, 11564, 16618, 17051, 14624, 13565, 18571, 16598, 16237, 16461, 15427, 17004, 16709, 16455, 20746, 16951, 15462, 14643, 13198, 17669, 15398, 13541, 10773, 14859, 15569, 14054, 10117, 12314, 16139, 14539, 12404, 10286, 14890, 16414, 14779, 11321, 10157, 14541, 15947, 14427, 12099, 11337, 18343, 15935, 14105, 11872, 19368, 16577, 13386, 11106, 10636, 17513, 14484, 12215, 15000, 16973, 14007, 12715, 19141, 15811, 13490, 10785, 17315, 15233, 13070, 11695, 17489, 14556, 13172, 16336, 16035, 12866, 9955, 15404, 15472, 13194, 14661, 16401, 13618, 12417, 17024, 13797, 10955, 17474, 14267, 10798, 18384, 15269, 10600, 12483, 16009, 13521, 10739, 16122, 14953, 12389, 10206, 16378, 13428, 10225, 14043, 18088, 15144, 13533, 10482, 10813, 15979, 13460, 10497, 14554, 16889, 14417, 12922, 17461, 14071, 11865, 9742, 16800, 14906, 12754, 11791, 17166, 14595, 12124, 18174, 15944, 13286, 11196, 17635, 14541, 10863, 18075, 15111, 11876, 17129, 14877, 12771, 11944, 17532, 14743, 10743, 17895, 14139, 10999, 14834, 16812, 14035, 9801, 15770, 13555, 11644, 11572, 18034, 14921, 10669, 16145, 14635, 12854, 12213, 17831, 14109, 10119, 15143, 15199, 13700, 11174, 19430, 14754, 12689, 10553, 17413, 14784, 13150, 10556, 17021, 14038, 11431, 13814, 16945, 14826, 11265, 18091, 14927, 12973, 10866, 17741, 14672, 11135, 11711, 15914, 13402, 10583, 15772, 14562, 9142, 15130, 15214, 14165, 12961, 10537, 10785, 16586, 15093, 12415, 9617, 15164, 15333, 13140, 13733, 17618, 13875, 11844, 14214, 14087, 11584, 12227, 17156, 13347, 11352, 17293, 14718, 11513, 14822, 16188, 13140, 9610, 13203, 15753, 13436, 11147, 13251, 14810, 14699, 11528, 10232, 16006, 15458, 13537, 10940, 18520, 16269, 13751, 11618, 14903, 16147, 14380, 16774, 19642, 12931, 11346, 8784, 16094, 14462, 12245, 10473, 15568, 14235, 12435, 9761, 14750, 16053, 13774, 10716, 15532, 15212, 13729, 9517, 18014, 17508, 15475, 13942, 12525, 15385, 16067, 13686, 10953, 14835, 16902, 13975, 12553, 13953, 15443, 13717, 10911, 14999, 15966, 13178, 9313, 14678, 14932, 12621, 9763, 15294, 14715, 11861, 9061, 14830, 13619, 11985, 10356, 16293, 14688, 11181, 10660, 17996, 15396, 13748, 13205, 16397, 13991, 10899, 12902, 17326, 13915, 11431, 9525, 16709, 14531, 13035, 10600, 17029, 13901, 11990, 10177, 17726, 15171, 12505, 11258, 16786, 14040, 10728, 17042, 15686, 12917, 13112, 16329, 14375, 10716, 18191, 14839, 10873, 14261, 16479, 13366, 9695, 16246, 14769, 13675, 13969, 15915, 14394, 14547, 13549, 9607, 9749, 14130, 12601, 9406, 16923, 13369, 10101, 17943, 14766, 12073, 14190, 18130, 16570, 15382, 17956, 17786, 16285, 17933, 17511, 18624, 15974, 15005, 15057, 15589, 14880, 14159, 13438, 14345, 15143, 13545, 14391, 17249, 12793, 10140, 8932, 16923, 14229, 11439, 9972, 18290, 15207, 13450, 9845, 17077, 13499, 12187, 9576, 16952, 14860, 13454, 10517, 18296, 14028, 11485, 14405, 14417, 13192, 8671, 8181, 18158, 16586, 11716, 13252, 16554, 14738, 12765, 9533, 13035, 14601, 13425, 9951, 13317, 15599, 13365, 9205, 13910, 13759, 10686, 12237, 16219, 13610, 12453, 15602, 11435, 9662, 9414, 16715, 12887, 10554, 9415, 16883, 12760, 9474, 12638, 14477, 12481, 9519, 18180, 14028, 15522, 15136, 14696, 13279, 12928, 14947, 12431, 13196, 17998, 12888, 11575, 10244, 14726, 12090, 9599, 14682, 13967, 12500, 8847, 16696, 12737, 9605, 13870, 15359, 14306, 10423, 16419, 11622, 9524, 10163, 16345, 13750, 10417, 14694, 12537, 10938, 9130, 17630, 13854, 12305, 9384, 15473, 12147, 11212, 9865, 17953, 13815, 13173, 14463, 15445, 12080, 11796, 10846, 15850, 12929, 11763, 11540, 15724, 12064, 10203, 11018, 16834, 12322, 10271, 9360, 16019, 13042, 11378, 9494, 16318, 10849, 9473, 11769, 15497, 11736, 9683, 11128, 13444, 11759, 9521, 16204, 11989, 10165, 9380, 16624, 13232, 12747, 9689, 11786, 11331, 10043, 9837, 12639, 15574, 12595, 9864, 15293, 12529, 11007, 11428, 17306, 15423, 16514, 19409, 21315, 20704, 20747, 14385, 12935, 11101, 8280, 16904, 14772, 13362, 10823, 10539, 13284, 12256, 11033, 8821, 11131, 15935, 12305, 9815, 12365, 15563, 13004, 10193, 11981, 13196, 11620, 9283, 17381, 13320, 11174, 10639, 14859, 11571, 9579, 11070, 15195, 12958, 9233, 17303, 15202, 15017, 13588, 16319, 15129, 11342, 13510, 11093, 9473, 14724, 12024, 9956, 15863, 13224, 11231, 11060, 15638, 14414, 11401, 15113, 17032, 16583, 17650, 18247, 18429, 18037, 17214, 18317, 18431, 18697, 17217, 16374, 15413, 14421, 12545, 11308, 9308, 15506, 12715, 9329, 11859, 14335, 12537, 9953, 16328, 13454, 11186, 9092, 16735, 13162, 11995, 10854, 16107, 12947, 9279, 10456, 14609, 12844, 10082, 12813, 15280, 12919, 9361, 17400, 13446, 11405, 9306, 15941, 13079, 10019, 12453, 15457, 13497, 10884, 18904, 13797, 12834, 13644, 17115, 17552, 18379, 16773, 13491, 11944, 10184, 9540, 14950, 12961, 11293, 9074, 14658, 13356, 12053, 10320, 17293, 12284, 10643, 9158, 14128, 13297, 11508, 9738, 14288, 12981, 11445, 9279, 15218, 13012, 11564, 9434, 16675, 12805, 11276, 11365, 16765, 12536, 10877, 9050, 13188, 11214, 9326, 11580, 14851, 12297, 9446, 12064, 14509, 11632, 9281, 14203, 14057, 11286, 9058, 15555, 15237, 14898, 13475, 16501, 11503, 9798, 12980, 10865, 9089, 14251, 11731, 10666, 8894, 14521, 13593, 12370, 8384, 12339, 16712, 13879, 16335, 18178, 19172, 19875, 18835, 18887, 19455, 19340, 17628, 17488, 18148, 18872, 17078, 15096, 13477, 12878, 11221, 9237, 16507, 13234, 9159, 13276, 15409, 12858, 9350, 10203, 14122, 11262, 9777, 15872, 14040, 11651, 9446, 15571, 12140, 9463, 14024, 13675, 11431, 9252, 16517, 11658, 10264, 10189, 15283, 11808, 9006, 13182, 16102, 12850, 12751, 12111, 10191, 12569, 10400, 9194, 9970, 16352, 12391, 8953, 15369, 13023, 11130, 10835, 14408, 11756, 10009, 15794, 12650, 11595, 18194, 14561, 14839, 13260, 12708, 10514, 9423, 16038, 13465, 11987, 11927, 13243, 10396, 8731, 15828, 12403, 9360, 17043, 13054, 10869, 12705, 13766, 11513, 9554, 17024, 13037, 10661, 14780, 13824, 11654, 10748, 15394, 12551, 11379, 17140, 12640, 9285, 13229, 12903, 11423, 10476, 16295, 12671, 9168, 16043, 12837, 10218, 14934, 13681, 11885, 10152, 15307, 12863, 9869, 17131, 12693, 11168, 11628, 14958, 12310, 12028, 16642, 12594, 10924, 14311, 14442, 14423, 13720, 12946, 11450, 9609, 9851, 15668, 12661, 9915, 16681, 12316, 10262, 9132, 15595, 12673, 9841, 12723, 14287, 11840, 9583, 16131, 13477, 13919, 15016, 15019, 12514, 11049, 10196, 15866, 11244, 14150, 10744, 15712, 12460, 12569, 12550, 12635, 12044, 10299, 9448, 17736, 13321, 11392, 12508, 15911, 12434, 17458, 10091, 9659, 9243, 14110, 11593, 9386, 10884, 13586, 11218, 9467, 17064, 16014, 13702, 12927, 14749, 15299, 16443, 20487, 16143], 'WindowCenter': [4979.0, 4936.0, 4921.0, 4956.0, 4927.0, 4916.0, 4916.0, 4920.0, 4900.0, 4900.0, 4920.0, 4909.0, 4888.0, 4860.0, 4898.0, 4919.0, 4896.0, 4867.0, 4920.0, 4898.0, 4880.0, 4880.0, 4920.0, 4898.0, 4871.0, 4918.0, 4898.0, 4878.0, 4889.0, 4917.0, 4900.0, 4880.0, 4889.0, 4900.0, 4891.0, 4872.0, 4891.0, 4931.0, 4912.0, 4902.0, 4895.0, 4933.0, 4912.0, 4894.0, 4905.0, 4933.0, 4910.0, 4882.0, 4930.0, 4911.0, 4901.0, 4890.0, 4921.0, 4920.0, 4901.0, 4891.0, 4870.0, 4908.0, 4888.0, 4882.0, 4896.0, 4931.0, 4933.0, 4924.0, 4943.0, 4931.0, 4901.0, 4879.0, 4864.0, 4844.0, 4904.0, 4897.0, 4870.0, 4899.0, 4909.0, 4901.0, 4873.0, 4930.0, 4899.0, 4891.0, 4869.0, 4929.0, 4908.0, 4900.0, 4899.0, 4931.0, 4920.0, 4887.0, 4874.0, 4870.0, 4868.0, 4847.0, 4857.0, 4847.0, 4879.0, 4858.0, 4849.0, 4842.0, 4889.0, 4868.0, 4848.0, 4819.0, 4848.0, 4878.0, 4869.0, 4851.0, 4844.0, 4903.0, 4883.0, 4872.0, 4845.0, 4871.0, 4872.0, 4862.0, 4847.0, 4887.0, 4893.0, 4887.0, 4868.0, 4918.0, 4907.0, 4888.0, 4850.0, 4897.0, 4895.0, 4884.0, 4857.0, 4917.0, 4898.0, 4898.0, 4867.0, 4918.0, 4887.0, 4878.0, 4867.0, 4907.0, 4886.0, 4879.0, 4884.0, 4943.0, 4901.0, 4901.0, 4863.0, 4900.0, 4900.0, 4899.0, 4870.0, 4928.0, 4900.0, 4881.0, 4929.0, 4909.0, 4900.0, 4891.0, 4918.0, 4883.0, 4857.0, 4887.0, 4887.0, 4905.0, 4869.0, 4921.0, 4921.0, 4900.0, 4893.0, 4874.0, 4923.0, 4902.0, 4890.0, 4881.0, 4933.0, 4913.0, 4882.0, 4920.0, 4912.0, 4901.0, 4897.0, 4920.0, 4888.0, 4876.0, 4931.0, 4909.0, 4880.0, 4900.0, 4898.0, 4889.0, 4883.0, 4920.0, 4901.0, 4909.0, 4930.0, 4933.0, 4924.0, 4922.0, 4920.0, 4879.0, 4859.0, 4898.0, 4856.0, 4905.0, 4897.0, 4869.0, 4917.0, 4910.0, 4882.0, 4920.0, 4906.0, 4898.0, 4877.0, 4914.0, 4896.0, 4894.0, 4884.0, 4871.0, 4880.0, 4869.0, 4867.0, 4888.0, 4855.0, 4844.0, 4843.0, 4824.0, 4864.0, 4843.0, 4832.0, 4815.0, 4854.0, 4866.0, 4846.0, 4818.0, 4839.0, 4867.0, 4857.0, 4849.0, 4832.0, 4884.0, 4893.0, 4885.0, 4867.0, 4858.0, 4896.0, 4909.0, 4900.0, 4880.0, 4881.0, 4931.0, 4921.0, 4912.0, 4894.0, 4944.0, 4933.0, 4905.0, 4885.0, 4897.0, 4946.0, 4914.0, 4893.0, 4926.0, 4933.0, 4903.0, 4892.0, 4929.0, 4908.0, 4886.0, 4867.0, 4917.0, 4909.0, 4888.0, 4878.0, 4918.0, 4898.0, 4889.0, 4921.0, 4910.0, 4888.0, 4860.0, 4907.0, 4906.0, 4887.0, 4898.0, 4907.0, 4887.0, 4878.0, 4908.0, 4886.0, 4856.0, 4904.0, 4884.0, 4857.0, 4915.0, 4898.0, 4857.0, 4878.0, 4907.0, 4890.0, 4869.0, 4908.0, 4910.0, 4903.0, 4887.0, 4936.0, 4902.0, 4869.0, 4911.0, 4942.0, 4924.0, 4914.0, 4882.0, 4883.0, 4923.0, 4901.0, 4895.0, 4911.0, 4921.0, 4911.0, 4890.0, 4932.0, 4899.0, 4880.0, 4859.0, 4917.0, 4911.0, 4901.0, 4891.0, 4931.0, 4914.0, 4893.0, 4940.0, 4917.0, 4899.0, 4879.0, 4930.0, 4910.0, 4871.0, 4930.0, 4911.0, 4883.0, 4930.0, 4897.0, 4887.0, 4877.0, 4917.0, 4910.0, 4869.0, 4928.0, 4898.0, 4881.0, 4908.0, 4919.0, 4900.0, 4871.0, 4922.0, 4898.0, 4874.0, 4881.0, 4933.0, 4921.0, 4886.0, 4931.0, 4921.0, 4902.0, 4893.0, 4942.0, 4913.0, 4882.0, 4921.0, 4921.0, 4914.0, 4892.0, 4951.0, 4913.0, 4901.0, 4873.0, 4930.0, 4910.0, 4901.0, 4871.0, 4932.0, 4902.0, 4882.0, 4903.0, 4933.0, 4914.0, 4882.0, 4932.0, 4908.0, 4893.0, 4870.0, 4931.0, 4912.0, 4882.0, 4892.0, 4922.0, 4903.0, 4873.0, 4921.0, 4914.0, 4860.0, 4923.0, 4947.0, 4927.0, 4913.0, 4886.0, 4898.0, 4945.0, 4950.0, 4919.0, 4875.0, 4938.0, 4925.0, 4917.0, 4942.0, 4949.0, 4916.0, 4906.0, 4914.0, 4901.0, 4881.0, 4882.0, 4919.0, 4896.0, 4881.0, 4921.0, 4910.0, 4880.0, 4911.0, 4920.0, 4890.0, 4862.0, 4898.0, 4920.0, 4900.0, 4892.0, 4904.0, 4913.0, 4925.0, 4897.0, 4884.0, 4936.0, 4920.0, 4914.0, 4886.0, 4944.0, 4934.0, 4914.0, 4894.0, 4913.0, 4919.0, 4914.0, 4921.0, 4944.0, 4901.0, 4885.0, 4851.0, 4919.0, 4909.0, 4892.0, 4878.0, 4921.0, 4913.0, 4904.0, 4885.0, 4924.0, 4933.0, 4915.0, 4887.0, 4936.0, 4933.0, 4915.0, 4876.0, 4944.0, 4942.0, 4924.0, 4915.0, 4906.0, 4925.0, 4920.0, 4902.0, 4885.0, 4911.0, 4923.0, 4904.0, 4893.0, 4903.0, 4910.0, 4898.0, 4868.0, 4910.0, 4909.0, 4891.0, 4864.0, 4911.0, 4911.0, 4904.0, 4875.0, 4922.0, 4913.0, 4890.0, 4866.0, 4924.0, 4928.0, 4909.0, 4911.0, 4943.0, 4935.0, 4895.0, 4885.0, 4946.0, 4936.0, 4915.0, 4901.0, 4936.0, 4911.0, 4884.0, 4902.0, 4935.0, 4913.0, 4907.0, 4874.0, 4930.0, 4919.0, 4902.0, 4883.0, 4944.0, 4925.0, 4900.0, 4883.0, 4941.0, 4924.0, 4907.0, 4895.0, 4936.0, 4915.0, 4885.0, 4932.0, 4921.0, 4905.0, 4903.0, 4922.0, 4913.0, 4872.0, 4930.0, 4901.0, 4871.0, 4899.0, 4921.0, 4901.0, 4882.0, 4944.0, 4928.0, 4923.0, 4923.0, 4933.0, 4923.0, 4921.0, 4912.0, 4860.0, 4848.0, 4901.0, 4891.0, 4863.0, 4933.0, 4914.0, 4882.0, 4943.0, 4924.0, 4895.0, 4908.0, 4932.0, 4924.0, 4911.0, 4920.0, 4918.0, 4898.0, 4909.0, 4906.0, 4908.0, 4885.0, 4869.0, 4870.0, 4870.0, 4868.0, 4860.0, 4863.0, 4885.0, 4882.0, 4872.0, 4881.0, 4893.0, 4860.0, 4829.0, 4822.0, 4899.0, 4884.0, 4865.0, 4848.0, 4917.0, 4908.0, 4887.0, 4861.0, 4917.0, 4888.0, 4880.0, 4861.0, 4917.0, 4910.0, 4901.0, 4868.0, 4932.0, 4901.0, 4880.0, 4903.0, 4898.0, 4888.0, 4839.0, 4828.0, 4917.0, 4921.0, 4891.0, 4903.0, 4933.0, 4923.0, 4930.0, 4889.0, 4909.0, 4935.0, 4914.0, 4883.0, 4927.0, 4937.0, 4915.0, 4889.0, 4926.0, 4923.0, 4882.0, 4892.0, 4918.0, 4897.0, 4889.0, 4920.0, 4893.0, 4870.0, 4862.0, 4928.0, 4901.0, 4880.0, 4871.0, 4940.0, 4901.0, 4873.0, 4916.0, 4922.0, 4903.0, 4872.0, 4940.0, 4912.0, 4922.0, 4922.0, 4910.0, 4899.0, 4898.0, 4908.0, 4890.0, 4887.0, 4927.0, 4887.0, 4876.0, 4868.0, 4907.0, 4889.0, 4860.0, 4905.0, 4906.0, 4897.0, 4860.0, 4930.0, 4897.0, 4870.0, 4907.0, 4919.0, 4919.0, 4880.0, 4934.0, 4894.0, 4871.0, 4873.0, 4928.0, 4909.0, 4882.0, 4920.0, 4900.0, 4880.0, 4870.0, 4939.0, 4910.0, 4900.0, 4883.0, 4933.0, 4901.0, 4895.0, 4884.0, 4953.0, 4924.0, 4913.0, 4935.0, 4933.0, 4902.0, 4891.0, 4880.0, 4919.0, 4899.0, 4889.0, 4892.0, 4918.0, 4891.0, 4872.0, 4879.0, 4929.0, 4899.0, 4882.0, 4869.0, 4918.0, 4912.0, 4906.0, 4873.0, 4931.0, 4880.0, 4871.0, 4890.0, 4918.0, 4892.0, 4871.0, 4881.0, 4901.0, 4889.0, 4863.0, 4929.0, 4890.0, 4873.0, 4872.0, 4930.0, 4916.0, 4913.0, 4886.0, 4903.0, 4903.0, 4883.0, 4883.0, 4915.0, 4933.0, 4907.0, 4884.0, 4934.0, 4903.0, 4894.0, 4893.0, 4932.0, 4924.0, 4930.0, 4942.0, 4955.0, 4966.0, 4955.0, 4912.0, 4888.0, 4867.0, 4826.0, 4913.0, 4895.0, 4886.0, 4868.0, 4866.0, 4900.0, 4887.0, 4868.0, 4848.0, 4882.0, 4910.0, 4891.0, 4863.0, 4890.0, 4907.0, 4890.0, 4859.0, 4878.0, 4889.0, 4867.0, 4849.0, 4915.0, 4885.0, 4867.0, 4868.0, 4909.0, 4880.0, 4859.0, 4879.0, 4911.0, 4903.0, 4884.0, 4943.0, 4933.0, 4933.0, 4925.0, 4935.0, 4932.0, 4891.0, 4885.0, 4869.0, 4844.0, 4895.0, 4888.0, 4869.0, 4932.0, 4911.0, 4890.0, 4890.0, 4907.0, 4896.0, 4876.0, 4896.0, 4919.0, 4908.0, 4904.0, 4907.0, 4904.0, 4892.0, 4878.0, 4890.0, 4875.0, 4878.0, 4863.0, 4866.0, 4854.0, 4857.0, 4833.0, 4825.0, 4808.0, 4867.0, 4847.0, 4809.0, 4838.0, 4858.0, 4846.0, 4831.0, 4880.0, 4862.0, 4851.0, 4819.0, 4890.0, 4874.0, 4864.0, 4866.0, 4906.0, 4878.0, 4838.0, 4883.0, 4908.0, 4882.0, 4870.0, 4888.0, 4918.0, 4913.0, 4861.0, 4918.0, 4902.0, 4879.0, 4852.0, 4924.0, 4902.0, 4864.0, 4893.0, 4926.0, 4905.0, 4870.0, 4929.0, 4901.0, 4902.0, 4900.0, 4920.0, 4917.0, 4918.0, 4907.0, 4874.0, 4865.0, 4844.0, 4838.0, 4895.0, 4874.0, 4855.0, 4836.0, 4898.0, 4883.0, 4877.0, 4855.0, 4915.0, 4880.0, 4856.0, 4848.0, 4895.0, 4888.0, 4870.0, 4848.0, 4897.0, 4889.0, 4871.0, 4850.0, 4907.0, 4886.0, 4869.0, 4847.0, 4919.0, 4889.0, 4882.0, 4880.0, 4908.0, 4882.0, 4870.0, 4851.0, 4887.0, 4869.0, 4850.0, 4879.0, 4910.0, 4889.0, 4861.0, 4902.0, 4914.0, 4891.0, 4875.0, 4924.0, 4924.0, 4916.0, 4889.0, 4944.0, 4933.0, 4935.0, 4916.0, 4939.0, 4891.0, 4850.0, 4888.0, 4867.0, 4849.0, 4909.0, 4891.0, 4881.0, 4861.0, 4909.0, 4897.0, 4891.0, 4850.0, 4901.0, 4921.0, 4902.0, 4924.0, 4930.0, 4921.0, 4918.0, 4903.0, 4890.0, 4901.0, 4891.0, 4865.0, 4866.0, 4874.0, 4878.0, 4863.0, 4857.0, 4842.0, 4834.0, 4826.0, 4805.0, 4865.0, 4847.0, 4820.0, 4849.0, 4867.0, 4862.0, 4824.0, 4845.0, 4884.0, 4854.0, 4847.0, 4908.0, 4900.0, 4882.0, 4862.0, 4907.0, 4881.0, 4849.0, 4899.0, 4887.0, 4868.0, 4848.0, 4908.0, 4870.0, 4873.0, 4856.0, 4908.0, 4877.0, 4838.0, 4890.0, 4906.0, 4891.0, 4891.0, 4888.0, 4871.0, 4890.0, 4868.0, 4860.0, 4862.0, 4920.0, 4894.0, 4849.0, 4911.0, 4899.0, 4881.0, 4875.0, 4911.0, 4881.0, 4860.0, 4913.0, 4890.0, 4879.0, 4929.0, 4900.0, 4898.0, 4890.0, 4892.0, 4869.0, 4860.0, 4918.0, 4898.0, 4889.0, 4889.0, 4901.0, 4871.0, 4853.0, 4907.0, 4890.0, 4862.0, 4918.0, 4899.0, 4883.0, 4901.0, 4913.0, 4893.0, 4869.0, 4929.0, 4902.0, 4880.0, 4920.0, 4911.0, 4890.0, 4882.0, 4909.0, 4893.0, 4879.0, 4933.0, 4899.0, 4864.0, 4901.0, 4889.0, 4881.0, 4871.0, 4918.0, 4900.0, 4863.0, 4920.0, 4897.0, 4870.0, 4913.0, 4901.0, 4888.0, 4874.0, 4908.0, 4889.0, 4860.0, 4930.0, 4893.0, 4879.0, 4880.0, 4913.0, 4881.0, 4890.0, 4918.0, 4887.0, 4869.0, 4897.0, 4898.0, 4908.0, 4899.0, 4898.0, 4879.0, 4859.0, 4858.0, 4912.0, 4889.0, 4860.0, 4918.0, 4890.0, 4873.0, 4860.0, 4907.0, 4890.0, 4870.0, 4890.0, 4909.0, 4883.0, 4862.0, 4923.0, 4900.0, 4903.0, 4914.0, 4909.0, 4889.0, 4868.0, 4859.0, 4908.0, 4867.0, 4896.0, 4869.0, 4912.0, 4889.0, 4889.0, 4889.0, 4890.0, 4890.0, 4868.0, 4871.0, 4929.0, 4898.0, 4880.0, 4889.0, 4905.0, 4887.0, 4916.0, 4867.0, 4832.0, 4820.0, 4880.0, 4863.0, 4848.0, 4869.0, 4901.0, 4882.0, 4870.0, 4933.0, 4931.0, 4910.0, 4889.0, 4909.0, 4910.0, 4935.0, 4913.0, 4848.0], 'WindowWidth': [10818.0, 10742.0, 10709.0, 10755.0, 10710.0, 10693.0, 10693.0, 10692.0, 10661.0, 10661.0, 10687.0, 10672.0, 10640.0, 10606.0, 10656.0, 10686.0, 10653.0, 10615.0, 10687.0, 10655.0, 10631.0, 10630.0, 10687.0, 10655.0, 10619.0, 10682.0, 10654.0, 10626.0, 10642.0, 10683.0, 10661.0, 10634.0, 10646.0, 10661.0, 10648.0, 10623.0, 10650.0, 10706.0, 10682.0, 10669.0, 10660.0, 10714.0, 10682.0, 10658.0, 10671.0, 10710.0, 10675.0, 10637.0, 10702.0, 10675.0, 10661.0, 10646.0, 10691.0, 10689.0, 10661.0, 10649.0, 10621.0, 10669.0, 10640.0, 10639.0, 10658.0, 10710.0, 10717.0, 10708.0, 10738.0, 10714.0, 10666.0, 10633.0, 10599.0, 10574.0, 10656.0, 10651.0, 10617.0, 10657.0, 10673.0, 10664.0, 10627.0, 10703.0, 10659.0, 10647.0, 10615.0, 10703.0, 10672.0, 10660.0, 10659.0, 10715.0, 10693.0, 10638.0, 10611.0, 10602.0, 10597.0, 10564.0, 10576.0, 10563.0, 10612.0, 10581.0, 10568.0, 10561.0, 10629.0, 10597.0, 10568.0, 10530.0, 10566.0, 10609.0, 10598.0, 10576.0, 10569.0, 10655.0, 10625.0, 10610.0, 10575.0, 10609.0, 10609.0, 10596.0, 10577.0, 10634.0, 10642.0, 10636.0, 10612.0, 10681.0, 10665.0, 10640.0, 10589.0, 10651.0, 10644.0, 10628.0, 10594.0, 10679.0, 10654.0, 10653.0, 10612.0, 10684.0, 10636.0, 10624.0, 10609.0, 10663.0, 10633.0, 10630.0, 10644.0, 10727.0, 10665.0, 10662.0, 10612.0, 10660.0, 10659.0, 10658.0, 10617.0, 10699.0, 10657.0, 10633.0, 10698.0, 10673.0, 10658.0, 10646.0, 10684.0, 10629.0, 10595.0, 10637.0, 10634.0, 10663.0, 10616.0, 10691.0, 10692.0, 10662.0, 10656.0, 10633.0, 10697.0, 10665.0, 10647.0, 10635.0, 10712.0, 10683.0, 10637.0, 10690.0, 10678.0, 10665.0, 10655.0, 10688.0, 10641.0, 10625.0, 10707.0, 10671.0, 10633.0, 10660.0, 10655.0, 10644.0, 10643.0, 10692.0, 10666.0, 10677.0, 10708.0, 10717.0, 10704.0, 10694.0, 10690.0, 10629.0, 10603.0, 10660.0, 10599.0, 10661.0, 10654.0, 10617.0, 10684.0, 10675.0, 10637.0, 10687.0, 10666.0, 10655.0, 10623.0, 10679.0, 10654.0, 10643.0, 10626.0, 10603.0, 10619.0, 10597.0, 10591.0, 10629.0, 10575.0, 10555.0, 10550.0, 10525.0, 10585.0, 10553.0, 10536.0, 10516.0, 10570.0, 10589.0, 10562.0, 10525.0, 10554.0, 10592.0, 10578.0, 10570.0, 10552.0, 10626.0, 10641.0, 10631.0, 10609.0, 10599.0, 10651.0, 10670.0, 10660.0, 10633.0, 10634.0, 10707.0, 10692.0, 10681.0, 10657.0, 10728.0, 10715.0, 10674.0, 10648.0, 10669.0, 10733.0, 10684.0, 10655.0, 10704.0, 10715.0, 10667.0, 10652.0, 10703.0, 10668.0, 10636.0, 10611.0, 10681.0, 10670.0, 10642.0, 10627.0, 10686.0, 10658.0, 10647.0, 10691.0, 10676.0, 10641.0, 10604.0, 10665.0, 10664.0, 10640.0, 10654.0, 10667.0, 10639.0, 10625.0, 10668.0, 10636.0, 10593.0, 10659.0, 10631.0, 10595.0, 10679.0, 10654.0, 10597.0, 10626.0, 10663.0, 10645.0, 10614.0, 10669.0, 10675.0, 10671.0, 10654.0, 10721.0, 10668.0, 10617.0, 10679.0, 10725.0, 10698.0, 10689.0, 10642.0, 10641.0, 10694.0, 10665.0, 10664.0, 10679.0, 10691.0, 10678.0, 10649.0, 10710.0, 10659.0, 10631.0, 10604.0, 10683.0, 10676.0, 10664.0, 10651.0, 10707.0, 10686.0, 10655.0, 10722.0, 10685.0, 10661.0, 10633.0, 10703.0, 10674.0, 10621.0, 10704.0, 10678.0, 10639.0, 10703.0, 10655.0, 10640.0, 10626.0, 10682.0, 10674.0, 10618.0, 10700.0, 10657.0, 10637.0, 10672.0, 10688.0, 10661.0, 10624.0, 10696.0, 10656.0, 10622.0, 10637.0, 10712.0, 10692.0, 10654.0, 10709.0, 10695.0, 10667.0, 10654.0, 10726.0, 10685.0, 10642.0, 10694.0, 10692.0, 10687.0, 10655.0, 10739.0, 10684.0, 10667.0, 10627.0, 10704.0, 10678.0, 10664.0, 10625.0, 10708.0, 10666.0, 10640.0, 10668.0, 10711.0, 10684.0, 10641.0, 10708.0, 10673.0, 10653.0, 10620.0, 10706.0, 10679.0, 10640.0, 10653.0, 10691.0, 10670.0, 10628.0, 10693.0, 10684.0, 10608.0, 10702.0, 10743.0, 10711.0, 10686.0, 10651.0, 10672.0, 10739.0, 10749.0, 10700.0, 10638.0, 10725.0, 10705.0, 10698.0, 10740.0, 10746.0, 10696.0, 10680.0, 10688.0, 10664.0, 10636.0, 10638.0, 10689.0, 10654.0, 10636.0, 10692.0, 10676.0, 10634.0, 10678.0, 10689.0, 10648.0, 10611.0, 10658.0, 10689.0, 10665.0, 10656.0, 10674.0, 10685.0, 10703.0, 10666.0, 10648.0, 10719.0, 10693.0, 10687.0, 10649.0, 10730.0, 10716.0, 10685.0, 10659.0, 10683.0, 10690.0, 10687.0, 10693.0, 10734.0, 10668.0, 10649.0, 10594.0, 10688.0, 10673.0, 10653.0, 10633.0, 10697.0, 10687.0, 10673.0, 10650.0, 10702.0, 10715.0, 10692.0, 10654.0, 10723.0, 10716.0, 10690.0, 10636.0, 10731.0, 10727.0, 10702.0, 10688.0, 10677.0, 10704.0, 10692.0, 10666.0, 10645.0, 10679.0, 10698.0, 10670.0, 10654.0, 10668.0, 10674.0, 10656.0, 10615.0, 10676.0, 10672.0, 10648.0, 10616.0, 10675.0, 10679.0, 10672.0, 10632.0, 10697.0, 10683.0, 10651.0, 10622.0, 10703.0, 10710.0, 10686.0, 10698.0, 10736.0, 10723.0, 10665.0, 10647.0, 10738.0, 10724.0, 10692.0, 10670.0, 10723.0, 10680.0, 10646.0, 10670.0, 10720.0, 10689.0, 10685.0, 10635.0, 10708.0, 10692.0, 10670.0, 10648.0, 10733.0, 10704.0, 10668.0, 10646.0, 10728.0, 10703.0, 10682.0, 10666.0, 10721.0, 10689.0, 10647.0, 10711.0, 10694.0, 10674.0, 10670.0, 10696.0, 10681.0, 10626.0, 10705.0, 10662.0, 10624.0, 10660.0, 10692.0, 10667.0, 10649.0, 10736.0, 10711.0, 10708.0, 10707.0, 10720.0, 10704.0, 10698.0, 10686.0, 10605.0, 10586.0, 10662.0, 10651.0, 10615.0, 10710.0, 10688.0, 10643.0, 10728.0, 10700.0, 10661.0, 10672.0, 10708.0, 10700.0, 10676.0, 10691.0, 10689.0, 10656.0, 10671.0, 10663.0, 10672.0, 10631.0, 10603.0, 10601.0, 10603.0, 10599.0, 10589.0, 10596.0, 10634.0, 10628.0, 10614.0, 10623.0, 10644.0, 10590.0, 10547.0, 10542.0, 10645.0, 10629.0, 10604.0, 10585.0, 10681.0, 10669.0, 10642.0, 10609.0, 10686.0, 10643.0, 10633.0, 10606.0, 10685.0, 10675.0, 10665.0, 10617.0, 10709.0, 10663.0, 10635.0, 10667.0, 10656.0, 10640.0, 10574.0, 10558.0, 10681.0, 10691.0, 10653.0, 10671.0, 10711.0, 10699.0, 10721.0, 10664.0, 10681.0, 10719.0, 10688.0, 10646.0, 10712.0, 10722.0, 10692.0, 10665.0, 10711.0, 10702.0, 10646.0, 10654.0, 10689.0, 10657.0, 10649.0, 10698.0, 10660.0, 10626.0, 10616.0, 10702.0, 10668.0, 10639.0, 10631.0, 10724.0, 10670.0, 10635.0, 10696.0, 10702.0, 10676.0, 10633.0, 10728.0, 10688.0, 10701.0, 10703.0, 10681.0, 10665.0, 10661.0, 10675.0, 10650.0, 10643.0, 10703.0, 10644.0, 10629.0, 10619.0, 10674.0, 10648.0, 10610.0, 10668.0, 10671.0, 10661.0, 10614.0, 10710.0, 10664.0, 10627.0, 10676.0, 10695.0, 10694.0, 10643.0, 10721.0, 10664.0, 10631.0, 10632.0, 10705.0, 10681.0, 10643.0, 10699.0, 10669.0, 10641.0, 10628.0, 10723.0, 10684.0, 10670.0, 10652.0, 10720.0, 10673.0, 10668.0, 10653.0, 10750.0, 10709.0, 10693.0, 10724.0, 10723.0, 10675.0, 10656.0, 10639.0, 10694.0, 10665.0, 10650.0, 10656.0, 10691.0, 10652.0, 10628.0, 10636.0, 10708.0, 10666.0, 10643.0, 10624.0, 10693.0, 10687.0, 10684.0, 10634.0, 10713.0, 10639.0, 10628.0, 10650.0, 10692.0, 10656.0, 10630.0, 10641.0, 10667.0, 10651.0, 10617.0, 10709.0, 10653.0, 10632.0, 10631.0, 10710.0, 10695.0, 10693.0, 10655.0, 10677.0, 10677.0, 10649.0, 10648.0, 10695.0, 10720.0, 10685.0, 10651.0, 10720.0, 10675.0, 10665.0, 10660.0, 10719.0, 10703.0, 10709.0, 10732.0, 10760.0, 10778.0, 10756.0, 10685.0, 10647.0, 10615.0, 10554.0, 10675.0, 10649.0, 10640.0, 10616.0, 10613.0, 10663.0, 10644.0, 10618.0, 10591.0, 10637.0, 10677.0, 10649.0, 10614.0, 10647.0, 10672.0, 10647.0, 10607.0, 10633.0, 10646.0, 10612.0, 10589.0, 10679.0, 10637.0, 10614.0, 10617.0, 10674.0, 10634.0, 10608.0, 10636.0, 10681.0, 10675.0, 10654.0, 10736.0, 10720.0, 10723.0, 10712.0, 10729.0, 10719.0, 10659.0, 10635.0, 10613.0, 10576.0, 10652.0, 10648.0, 10621.0, 10716.0, 10686.0, 10654.0, 10653.0, 10671.0, 10656.0, 10625.0, 10653.0, 10691.0, 10672.0, 10661.0, 10664.0, 10661.0, 10640.0, 10615.0, 10628.0, 10605.0, 10617.0, 10586.0, 10590.0, 10571.0, 10579.0, 10544.0, 10534.0, 10512.0, 10594.0, 10565.0, 10516.0, 10555.0, 10582.0, 10564.0, 10549.0, 10619.0, 10595.0, 10579.0, 10535.0, 10633.0, 10613.0, 10605.0, 10610.0, 10668.0, 10623.0, 10571.0, 10643.0, 10674.0, 10636.0, 10625.0, 10646.0, 10688.0, 10691.0, 10615.0, 10686.0, 10663.0, 10632.0, 10595.0, 10701.0, 10666.0, 10614.0, 10656.0, 10704.0, 10675.0, 10618.0, 10700.0, 10661.0, 10669.0, 10664.0, 10693.0, 10683.0, 10684.0, 10666.0, 10616.0, 10604.0, 10573.0, 10568.0, 10647.0, 10617.0, 10593.0, 10566.0, 10653.0, 10629.0, 10623.0, 10593.0, 10679.0, 10632.0, 10596.0, 10584.0, 10649.0, 10640.0, 10618.0, 10586.0, 10655.0, 10643.0, 10619.0, 10591.0, 10670.0, 10639.0, 10618.0, 10586.0, 10687.0, 10644.0, 10637.0, 10633.0, 10673.0, 10637.0, 10623.0, 10596.0, 10644.0, 10618.0, 10594.0, 10631.0, 10674.0, 10647.0, 10610.0, 10670.0, 10687.0, 10655.0, 10635.0, 10702.0, 10705.0, 10703.0, 10667.0, 10738.0, 10720.0, 10724.0, 10696.0, 10730.0, 10655.0, 10587.0, 10640.0, 10614.0, 10593.0, 10676.0, 10656.0, 10640.0, 10613.0, 10676.0, 10657.0, 10650.0, 10595.0, 10667.0, 10697.0, 10670.0, 10700.0, 10703.0, 10691.0, 10688.0, 10658.0, 10634.0, 10647.0, 10637.0, 10588.0, 10589.0, 10602.0, 10613.0, 10584.0, 10577.0, 10554.0, 10541.0, 10532.0, 10506.0, 10590.0, 10565.0, 10534.0, 10571.0, 10596.0, 10593.0, 10546.0, 10576.0, 10629.0, 10588.0, 10583.0, 10668.0, 10659.0, 10637.0, 10610.0, 10669.0, 10635.0, 10589.0, 10658.0, 10638.0, 10614.0, 10587.0, 10669.0, 10617.0, 10626.0, 10596.0, 10669.0, 10625.0, 10572.0, 10645.0, 10667.0, 10650.0, 10650.0, 10644.0, 10626.0, 10648.0, 10615.0, 10608.0, 10612.0, 10690.0, 10656.0, 10593.0, 10679.0, 10661.0, 10638.0, 10630.0, 10677.0, 10635.0, 10608.0, 10681.0, 10648.0, 10630.0, 10703.0, 10660.0, 10655.0, 10647.0, 10650.0, 10620.0, 10612.0, 10687.0, 10658.0, 10648.0, 10650.0, 10666.0, 10623.0, 10601.0, 10668.0, 10645.0, 10609.0, 10687.0, 10662.0, 10643.0, 10668.0, 10683.0, 10656.0, 10624.0, 10706.0, 10670.0, 10638.0, 10694.0, 10680.0, 10652.0, 10642.0, 10676.0, 10656.0, 10633.0, 10714.0, 10662.0, 10618.0, 10666.0, 10646.0, 10637.0, 10624.0, 10688.0, 10664.0, 10618.0, 10694.0, 10657.0, 10623.0, 10684.0, 10666.0, 10646.0, 10629.0, 10673.0, 10648.0, 10608.0, 10705.0, 10654.0, 10633.0, 10634.0, 10682.0, 10636.0, 10647.0, 10687.0, 10644.0, 10619.0, 10655.0, 10659.0, 10672.0, 10660.0, 10661.0, 10634.0, 10607.0, 10603.0, 10678.0, 10648.0, 10607.0, 10688.0, 10649.0, 10628.0, 10609.0, 10670.0, 10647.0, 10621.0, 10651.0, 10675.0, 10640.0, 10611.0, 10697.0, 10665.0, 10668.0, 10683.0, 10678.0, 10645.0, 10614.0, 10602.0, 10668.0, 10612.0, 10652.0, 10617.0, 10679.0, 10645.0, 10644.0, 10646.0, 10650.0, 10647.0, 10616.0, 10628.0, 10704.0, 10660.0, 10638.0, 10652.0, 10669.0, 10646.0, 10683.0, 10616.0, 10557.0, 10536.0, 10621.0, 10602.0, 10589.0, 10620.0, 10665.0, 10640.0, 10624.0, 10715.0, 10714.0, 10680.0, 10649.0, 10677.0, 10680.0, 10735.0, 10701.0, 10572.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.0010659410234171724</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07873449288811796</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07279679849826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0710151297743054</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9005427193489588</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5088</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5403.0586</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11549479629404925</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.800520381613183</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.47595321985739</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.258238946159388</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7239355714199514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4456851419928314</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0132367</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01886054314672947</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.040188588201999664</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.391540172976695</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>16.7299</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9168</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.1765</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>289105.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1043.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.6272</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0295</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.5604</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4043.3878</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>87439.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1852.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5277.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>948.6367</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.227390414569527</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> |