=== 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-0011 --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-0011",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-02/func/sub-0011_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>26f98affdb3e4080668ba0c7c40f61a1</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:56:30.185000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998848, 0.0277578, 0.0391475, -0.03139, 0.994939, 0.0954474]</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.0778725</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7732, -7316, 525, -56, -227, -31, 66]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.713</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3e82d4fe-70aa-4394-b181-aff2da0c45ef||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679835796356201, -0.08421707898378372, 0.09800982475280762, 112.18988037109375], [-0.0744720995426178, 2.6693496704101562, 0.26072898507118225, -105.0618896484375], [0.10502975434064865, -0.25607845187187195, 2.685593843460083, -80.7967529296875], [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': ['155630.185000', '155630.645000', '155631.105000', '155631.565000', '155632.025000', '155632.485000', '155632.945000', '155633.405000', '155633.865000', '155634.325000', '155634.785000', '155635.245000', '155635.705000', '155636.165000', '155636.625000', '155637.085000', '155637.545000', '155638.005000', '155638.465000', '155638.925000', '155639.385000', '155639.845000', '155640.305000', '155640.765000', '155641.225000', '155641.685000', '155642.145000', '155642.605000', '155643.065000', '155643.525000', '155643.985000', '155644.445000', '155644.905000', '155645.365000', '155645.825000', '155646.285000', '155646.745000', '155647.205000', '155647.665000', '155648.125000', '155648.585000', '155649.045000', '155649.505000', '155649.965000', '155650.425000', '155650.885000', '155651.345000', '155651.805000', '155652.265000', '155652.725000', '155653.185000', '155653.645000', '155654.105000', '155654.565000', '155655.025000', '155655.485000', '155655.945000', '155656.405000', '155656.865000', '155657.325000', '155657.785000', '155658.245000', '155658.705000', '155659.165000', '155659.625000', '155700.085000', '155700.545000', '155701.005000', '155701.465000', '155701.925000', '155702.385000', '155702.845000', '155703.305000', '155703.765000', '155704.225000', '155704.685000', '155705.145000', '155705.605000', '155706.065000', '155706.525000', '155706.985000', '155707.445000', '155707.905000', '155708.365000', '155708.825000', '155709.285000', '155709.745000', '155710.205000', '155710.665000', '155711.125000', '155711.585000', '155712.045000', '155712.505000', '155712.965000', '155713.425000', '155713.885000', '155714.345000', '155714.805000', '155715.265000', '155715.725000', '155716.185000', '155716.645000', '155717.105000', '155717.565000', '155718.025000', '155718.485000', '155718.945000', '155719.405000', '155719.865000', '155720.325000', '155720.785000', '155721.245000', '155721.705000', '155722.165000', '155722.625000', '155723.085000', '155723.545000', '155724.005000', '155724.465000', '155724.925000', '155725.385000', '155725.845000', '155726.305000', '155726.765000', '155727.225000', '155727.685000', '155728.145000', '155728.605000', '155729.065000', '155729.525000', '155729.985000', '155730.445000', '155730.905000', '155731.365000', '155731.825000', '155732.285000', '155732.745000', '155733.205000', '155733.665000', '155734.125000', '155734.585000', '155735.045000', '155735.505000', '155735.965000', '155736.425000', '155736.885000', '155737.345000', '155737.805000', '155738.265000', '155738.725000', '155739.185000', '155739.645000', '155740.105000', '155740.565000', '155741.025000', '155741.485000', '155741.945000', '155742.405000', '155742.865000', '155743.325000', '155743.785000', '155744.245000', '155744.705000', '155745.165000', '155745.625000', '155746.085000', '155746.545000', '155747.005000', '155747.465000', '155747.925000', '155748.385000', '155748.845000', '155749.305000', '155749.765000', '155750.225000', '155750.685000', '155751.145000', '155751.605000', '155752.065000', '155752.525000', '155752.985000', '155753.445000', '155753.905000', '155754.365000', '155754.825000', '155755.285000', '155755.745000', '155756.205000', '155756.665000', '155757.125000', '155757.585000', '155758.045000', '155758.505000', '155758.965000', '155759.425000', '155759.885000', '155800.345000', '155800.805000', '155801.265000', '155801.725000', '155802.185000', '155802.645000', '155803.105000', '155803.565000', '155804.025000', '155804.485000', '155804.945000', '155805.405000', '155805.865000', '155806.325000', '155806.785000', '155807.245000', '155807.705000', '155808.165000', '155808.625000', '155809.085000', '155809.545000', '155810.005000', '155810.465000', '155810.925000', '155811.385000', '155811.845000', '155812.305000', '155812.765000', '155813.225000', '155813.685000', '155814.145000', '155814.605000', '155815.065000', '155815.525000', '155815.985000', '155816.445000', '155816.905000', '155817.365000', '155817.825000', '155818.285000', '155818.745000', '155819.205000', '155819.665000', '155820.125000', '155820.585000', '155821.045000', '155821.505000', '155821.965000', '155822.425000', '155822.885000', '155823.345000', '155823.805000', '155824.265000', '155824.725000', '155825.185000', '155825.645000', '155826.105000', '155826.565000', '155827.025000', '155827.485000', '155827.945000', '155828.405000', '155828.865000', '155829.325000', '155829.785000', '155830.245000', '155830.705000', '155831.165000', '155831.625000', '155832.085000', '155832.545000', '155833.005000', '155833.465000', '155833.925000', '155834.385000', '155834.845000', '155835.305000', '155835.765000', '155836.225000', '155836.685000', '155837.145000', '155837.605000', '155838.065000', '155838.525000', '155838.985000', '155839.445000', '155839.905000', '155840.365000', '155840.825000', '155841.285000', '155841.745000', '155842.205000', '155842.665000', '155843.125000', '155843.585000', '155844.045000', '155844.505000', '155844.965000', '155845.425000', '155845.885000', '155846.345000', '155846.805000', '155847.265000', '155847.725000', '155848.185000', '155848.645000', '155849.105000', '155849.565000', '155850.025000', '155850.485000', '155850.945000', '155851.405000', '155851.865000', '155852.325000', '155852.785000', '155853.245000', '155853.705000', '155854.165000', '155854.625000', '155855.085000', '155855.545000', '155856.005000', '155856.465000', '155856.925000', '155857.385000', '155857.845000', '155858.305000', '155858.765000', '155859.225000', '155859.685000', '155900.145000', '155900.605000', '155901.065000', '155901.525000', '155901.985000', '155902.445000', '155902.905000', '155903.365000', '155903.825000', '155904.285000', '155904.745000', '155905.205000', '155905.665000', '155906.125000', '155906.585000', '155907.045000', '155907.505000', '155907.965000', '155908.425000', '155908.885000', '155909.345000', '155909.805000', '155910.265000', '155910.725000', '155911.185000', '155911.645000', '155912.105000', '155912.565000', '155913.025000', '155913.485000', '155913.945000', '155914.405000', '155914.865000', '155915.325000', '155915.785000', '155916.245000', '155916.705000', '155917.165000', '155917.625000', '155918.085000', '155918.545000', '155919.005000', '155919.465000', '155919.925000', '155920.385000', '155920.845000', '155921.305000', '155921.765000', '155922.225000', '155922.685000', '155923.145000', '155923.605000', '155924.065000', '155924.525000', '155924.985000', '155925.445000', '155925.905000', '155926.365000', '155926.825000', '155927.285000', '155927.745000', '155928.205000', '155928.665000', '155929.125000', '155929.585000', '155930.045000', '155930.505000', '155930.965000', '155931.425000', '155931.885000', '155932.345000', '155932.805000', '155933.265000', '155933.725000', '155934.185000', '155934.645000', '155935.105000', '155935.565000', '155936.025000', '155936.485000', '155936.945000', '155937.405000', '155937.865000', '155938.325000', '155938.785000', '155939.245000', '155939.705000', '155940.165000', '155940.625000', '155941.085000', '155941.545000', '155942.005000', '155942.465000', '155942.925000', '155943.385000', '155943.845000', '155944.305000', '155944.765000', '155945.225000', '155945.685000', '155946.145000', '155946.605000', '155947.065000', '155947.525000', '155947.985000', '155948.445000', '155948.905000', '155949.365000', '155949.825000', '155950.285000', '155950.745000', '155951.205000', '155951.665000', '155952.125000', '155952.585000', '155953.045000', '155953.505000', '155953.965000', '155954.425000', '155954.885000', '155955.345000', '155955.805000', '155956.265000', '155956.725000', '155957.185000', '155957.645000', '155958.105000', '155958.565000', '155959.025000', '155959.485000', '155959.945000', '160000.405000', '160000.865000', '160001.325000', '160001.785000', '160002.245000', '160002.705000', '160003.165000', '160003.625000', '160004.085000', '160004.545000', '160005.005000', '160005.465000', '160005.925000', '160006.385000', '160006.845000', '160007.305000', '160007.765000', '160008.225000', '160008.685000', '160009.145000', '160009.605000', '160010.065000', '160010.525000', '160010.985000', '160011.445000', '160011.905000', '160012.365000', '160012.825000', '160013.285000', '160013.745000', '160014.205000', '160014.665000', '160015.125000', '160015.585000', '160016.045000', '160016.505000', '160016.965000', '160017.425000', '160017.885000', '160018.345000', '160018.805000', '160019.265000', '160019.725000', '160020.185000', '160020.645000', '160021.105000', '160021.565000', '160022.025000', '160022.485000', '160022.945000', '160023.405000', '160023.865000', '160024.325000', '160024.785000', '160025.245000', '160025.705000', '160026.165000', '160026.625000', '160027.085000', '160027.545000', '160028.005000', '160028.465000', '160028.925000', '160029.385000', '160029.845000', '160030.305000', '160030.765000', '160031.225000', '160031.685000', '160032.145000', '160032.605000', '160033.065000', '160033.525000', '160033.985000', '160034.445000', '160034.905000', '160035.365000', '160035.825000', '160036.285000', '160036.745000', '160037.205000', '160037.665000', '160038.125000', '160038.585000', '160039.045000', '160039.505000', '160039.965000', '160040.425000', '160040.885000', '160041.345000', '160041.805000', '160042.265000', '160042.725000', '160043.185000', '160043.645000', '160044.105000', '160044.565000', '160045.025000', '160045.485000', '160045.945000', '160046.405000', '160046.865000', '160047.325000', '160047.785000', '160048.245000', '160048.705000', '160049.165000', '160049.625000', '160050.085000', '160050.545000', '160051.005000', '160051.465000', '160051.925000', '160052.385000', '160052.845000', '160053.305000', '160053.765000', '160054.225000', '160054.685000', '160055.145000', '160055.605000', '160056.065000', '160056.525000', '160056.985000', '160057.445000', '160057.905000', '160058.365000', '160058.825000', '160059.285000', '160059.745000', '160100.205000', '160100.665000', '160101.125000', '160101.585000', '160102.045000', '160102.505000', '160102.965000', '160103.425000', '160103.885000', '160104.345000', '160104.805000', '160105.265000', '160105.725000', '160106.185000', '160106.645000', '160107.105000', '160107.565000', '160108.025000', '160108.485000', '160108.945000', '160109.405000', '160109.865000', '160110.325000', '160110.785000', '160111.245000', '160111.705000', '160112.165000', '160112.625000', '160113.085000', '160113.545000', '160114.005000', '160114.465000', '160114.925000', '160115.385000', '160115.845000', '160116.305000', '160116.765000', '160117.225000', '160117.685000', '160118.145000', '160118.605000', '160119.065000', '160119.525000', '160119.985000', '160120.445000', '160120.905000', '160121.365000', '160121.825000', '160122.285000', '160122.745000', '160123.205000', '160123.665000', '160124.125000', '160124.585000', '160125.045000', '160125.505000', '160125.965000', '160126.425000', '160126.885000', '160127.345000', '160127.805000', '160128.265000', '160128.725000', '160129.185000', '160129.645000', '160130.105000', '160130.565000', '160131.025000', '160131.485000', '160131.945000', '160132.405000', '160132.865000', '160133.325000', '160133.785000', '160134.245000', '160134.705000', '160135.165000', '160135.625000', '160136.085000', '160136.545000', '160137.005000', '160137.465000', '160137.925000', '160138.385000', '160138.845000', '160139.305000', '160139.765000', '160140.225000', '160140.685000', '160141.145000', '160141.605000', '160142.065000', '160142.525000', '160142.985000', '160143.445000', '160143.905000', '160144.365000', '160144.825000', '160145.285000', '160145.745000', '160146.205000', '160146.665000', '160147.125000', '160147.585000', '160148.045000', '160148.505000', '160148.965000', '160149.425000', '160149.885000', '160150.345000', '160150.805000', '160151.265000', '160151.725000', '160152.185000', '160152.645000', '160153.105000', '160153.565000', '160154.025000', '160154.485000', '160154.945000', '160155.405000', '160155.865000', '160156.325000', '160156.785000', '160157.245000', '160157.705000', '160158.165000', '160158.625000', '160159.085000', '160159.545000', '160200.005000', '160200.465000', '160200.925000', '160201.385000', '160201.845000', '160202.305000', '160202.765000', '160203.225000', '160203.685000', '160204.145000', '160204.605000', '160205.065000', '160205.525000', '160205.985000', '160206.445000', '160206.905000', '160207.365000', '160207.825000', '160208.285000', '160208.745000', '160209.205000', '160209.665000', '160210.125000', '160210.585000', '160211.045000', '160211.505000', '160211.965000', '160212.425000', '160212.885000', '160213.345000', '160213.805000', '160214.265000', '160214.725000', '160215.185000', '160215.645000', '160216.105000', '160216.565000', '160217.025000', '160217.485000', '160217.945000', '160218.405000', '160218.865000', '160219.325000', '160219.785000', '160220.245000', '160220.705000', '160221.165000', '160221.625000', '160222.085000', '160222.545000', '160223.005000', '160223.465000', '160223.925000', '160224.385000', '160224.845000', '160225.305000', '160225.765000', '160226.225000', '160226.685000', '160227.145000', '160227.605000', '160228.065000', '160228.525000', '160228.985000', '160229.445000', '160229.905000', '160230.365000', '160230.825000', '160231.285000', '160231.745000', '160232.205000', '160232.665000', '160233.125000', '160233.585000', '160234.045000', '160234.505000', '160234.965000', '160235.425000', '160235.885000', '160236.345000', '160236.805000', '160237.265000', '160237.725000', '160238.185000', '160238.645000', '160239.105000', '160239.565000', '160240.025000', '160240.485000', '160240.945000', '160241.405000', '160241.865000', '160242.325000', '160242.785000', '160243.245000', '160243.705000', '160244.165000', '160244.625000', '160245.085000', '160245.545000', '160246.005000', '160246.465000', '160246.925000', '160247.385000', '160247.845000', '160248.305000', '160248.765000', '160249.225000', '160249.685000', '160250.145000', '160250.605000', '160251.065000', '160251.525000', '160251.985000', '160252.445000', '160252.905000', '160253.365000', '160253.825000', '160254.285000', '160254.745000', '160255.205000', '160255.665000', '160256.125000', '160256.585000', '160257.045000', '160257.505000', '160257.965000', '160258.425000', '160258.885000', '160259.345000', '160259.805000', '160300.265000', '160300.725000', '160301.185000', '160301.645000', '160302.105000', '160302.565000', '160303.025000', '160303.485000', '160303.945000', '160304.405000', '160304.865000', '160305.325000', '160305.785000', '160306.245000', '160306.705000', '160307.165000', '160307.625000', '160308.085000', '160308.545000', '160309.005000', '160309.465000', '160309.925000', '160310.385000', '160310.845000', '160311.305000', '160311.765000', '160312.225000', '160312.685000', '160313.145000', '160313.605000', '160314.065000', '160314.525000', '160314.985000', '160315.445000', '160315.905000', '160316.365000', '160316.825000', '160317.285000', '160317.745000', '160318.205000', '160318.665000', '160319.125000', '160319.585000', '160320.045000', '160320.505000', '160320.965000', '160321.425000', '160321.885000', '160322.345000', '160322.805000', '160323.265000', '160323.725000', '160324.185000', '160324.645000', '160325.105000', '160325.565000', '160326.025000', '160326.485000', '160326.945000', '160327.405000', '160327.865000', '160328.325000', '160328.785000', '160329.245000', '160329.705000', '160330.165000', '160330.625000', '160331.085000', '160331.545000', '160332.005000', '160332.465000', '160332.925000', '160333.385000', '160333.845000', '160334.305000', '160334.765000', '160335.225000', '160335.685000', '160336.145000', '160336.605000', '160337.065000', '160337.525000', '160337.985000', '160338.445000', '160338.905000', '160339.365000', '160339.825000', '160340.285000', '160340.745000', '160341.205000', '160341.665000', '160342.125000', '160342.585000', '160343.045000', '160343.505000', '160343.965000', '160344.425000', '160344.885000', '160345.345000', '160345.805000', '160346.265000', '160346.725000', '160347.185000', '160347.645000', '160348.105000', '160348.565000', '160349.025000', '160349.485000', '160349.945000', '160350.405000', '160350.865000', '160351.325000', '160351.785000', '160352.245000', '160352.705000', '160353.165000', '160353.625000', '160354.085000', '160354.545000', '160355.005000', '160355.465000', '160355.925000', '160356.385000', '160356.845000', '160357.305000', '160357.765000', '160358.225000', '160358.685000', '160359.145000', '160359.605000', '160400.065000', '160400.525000', '160400.985000', '160401.445000', '160401.905000', '160402.365000', '160402.825000', '160403.285000', '160403.745000', '160404.205000', '160404.665000', '160405.125000', '160405.585000', '160406.045000', '160406.505000', '160406.965000', '160407.425000', '160407.885000', '160408.345000', '160408.805000', '160409.265000', '160409.725000', '160410.185000', '160410.645000', '160411.105000', '160411.565000', '160412.025000', '160412.485000', '160412.945000', '160413.405000', '160413.865000', '160414.325000', '160414.785000', '160415.245000', '160415.705000', '160416.165000', '160416.625000', '160417.085000', '160417.545000', '160418.005000', '160418.465000', '160418.925000', '160419.385000', '160419.845000', '160420.305000', '160420.765000', '160421.225000', '160421.685000', '160422.145000', '160422.605000', '160423.065000', '160423.525000', '160423.985000', '160424.445000', '160424.905000', '160425.365000', '160425.825000', '160426.285000', '160426.745000', '160427.205000', '160427.665000', '160428.125000', '160428.585000', '160429.045000', '160429.505000', '160429.965000', '160430.425000', '160430.885000', '160431.345000', '160431.805000', '160432.265000', '160432.725000', '160433.185000', '160433.645000', '160434.105000', '160434.565000', '160435.025000', '160435.485000', '160435.945000', '160436.405000', '160436.865000', '160437.325000', '160437.785000', '160438.245000', '160438.705000', '160439.165000', '160439.625000', '160440.085000', '160440.545000', '160441.005000', '160441.465000', '160441.925000', '160442.385000', '160442.845000', '160443.305000', '160443.765000', '160444.225000', '160444.685000', '160445.145000', '160445.605000', '160446.065000', '160446.525000', '160446.985000', '160447.445000', '160447.905000', '160448.365000', '160448.825000', '160449.285000', '160449.745000', '160450.205000', '160450.665000', '160451.125000', '160451.585000', '160452.045000', '160452.505000', '160452.965000', '160453.425000', '160453.885000', '160454.345000', '160454.805000', '160455.265000', '160455.725000', '160456.185000', '160456.645000', '160457.105000', '160457.565000', '160458.025000', '160458.485000', '160458.945000', '160459.405000', '160459.865000', '160500.325000', '160500.785000', '160501.245000', '160501.705000', '160502.165000', '160502.625000', '160503.085000', '160503.545000', '160504.005000', '160504.465000', '160504.925000', '160505.385000', '160505.845000', '160506.305000', '160506.765000', '160507.225000', '160507.685000', '160508.145000', '160508.605000', '160509.065000', '160509.525000', '160509.985000', '160510.445000', '160510.905000', '160511.365000', '160511.825000', '160512.285000', '160512.745000', '160513.205000', '160513.665000', '160514.125000', '160514.585000', '160515.045000', '160515.505000', '160515.965000', '160516.425000', '160516.885000', '160517.345000', '160517.805000', '160518.265000', '160518.725000', '160519.185000', '160519.645000', '160520.105000', '160520.565000', '160521.025000', '160521.485000'], 'ContentTime': ['155642.681000', '155642.684000', '155642.687000', '155642.695000', '155642.698000', '155642.701000', '155642.713000', '155642.717000', '155642.720000', '155642.723000', '155642.726000', '155642.729000', '155642.732000', '155642.735000', '155642.738000', '155642.741000', '155642.744000', '155642.747000', '155642.750000', '155642.753000', '155642.756000', '155642.758000', '155642.761000', '155642.764000', '155642.767000', '155702.648000', '155702.651000', '155702.659000', '155702.662000', '155702.664000', '155702.667000', '155702.670000', '155702.673000', '155702.676000', '155702.678000', '155702.681000', '155702.684000', '155702.687000', '155702.689000', '155702.692000', '155702.695000', '155702.698000', '155702.702000', '155702.705000', '155702.707000', '155702.710000', '155702.713000', '155702.716000', '155702.718000', '155702.721000', '155702.724000', '155702.727000', '155702.730000', '155702.732000', '155702.735000', '155702.738000', '155702.741000', '155702.743000', '155702.746000', '155702.749000', '155702.752000', '155702.755000', '155702.758000', '155702.760000', '155702.763000', '155702.766000', '155702.769000', '155702.772000', '155722.648000', '155722.651000', '155722.653000', '155722.656000', '155722.659000', '155722.662000', '155722.664000', '155722.668000', '155722.671000', '155722.674000', '155722.677000', '155722.680000', '155722.682000', '155722.685000', '155722.688000', '155722.691000', '155722.694000', '155722.696000', '155722.699000', '155722.702000', '155722.705000', '155722.707000', '155722.710000', '155722.713000', '155722.716000', '155722.718000', '155722.721000', '155722.724000', '155722.727000', '155722.729000', '155722.732000', '155722.735000', '155722.738000', '155722.741000', '155722.743000', '155722.746000', '155722.749000', '155722.752000', '155722.754000', '155722.757000', '155722.760000', '155722.763000', '155722.766000', '155722.768000', '155742.648000', '155742.651000', '155742.654000', '155742.656000', '155742.659000', '155742.662000', '155742.665000', '155742.667000', '155742.670000', '155742.673000', '155742.676000', '155742.679000', '155742.682000', '155742.684000', '155742.687000', '155742.690000', '155742.693000', '155742.696000', '155742.698000', '155742.701000', '155742.704000', '155742.707000', '155742.710000', '155742.712000', '155742.715000', '155742.718000', '155742.721000', '155742.724000', '155742.727000', '155742.729000', '155742.732000', '155742.735000', '155742.738000', '155742.741000', '155742.743000', '155742.746000', '155742.749000', '155742.752000', '155742.755000', '155742.757000', '155742.760000', '155742.763000', '155742.766000', '155802.648000', '155802.651000', '155802.653000', '155802.656000', '155802.659000', '155802.662000', '155802.665000', '155802.667000', '155802.670000', '155802.673000', '155802.676000', '155802.679000', '155802.682000', '155802.684000', '155802.687000', '155802.690000', '155802.693000', '155802.696000', '155802.698000', '155802.701000', '155802.704000', '155802.707000', '155802.710000', '155802.713000', '155802.715000', '155802.718000', '155802.721000', '155802.724000', '155802.727000', '155802.729000', '155802.732000', '155802.735000', '155802.738000', '155802.741000', '155802.744000', '155802.746000', '155802.749000', '155802.752000', '155802.755000', '155802.758000', '155802.760000', '155802.763000', '155802.766000', '155802.785000', '155822.647000', '155822.650000', '155822.653000', '155822.655000', '155822.658000', '155822.661000', '155822.664000', '155822.667000', '155822.669000', '155822.672000', '155822.675000', '155822.678000', '155822.681000', '155822.684000', '155822.686000', '155822.689000', '155822.692000', '155822.695000', '155822.698000', '155822.700000', '155822.703000', '155822.706000', '155822.709000', '155822.712000', '155822.714000', '155822.717000', '155822.720000', '155822.740000', '155822.743000', '155822.745000', '155822.748000', '155822.751000', '155822.754000', '155822.757000', '155822.759000', '155822.762000', '155822.765000', '155822.807000', '155822.810000', '155822.812000', '155822.815000', '155822.818000', '155822.821000', '155842.648000', '155842.651000', '155842.653000', '155842.656000', '155842.659000', '155842.662000', '155842.665000', '155842.667000', '155842.670000', '155842.673000', '155842.676000', '155842.679000', '155842.682000', '155842.685000', '155842.687000', '155842.690000', '155842.693000', '155842.696000', '155842.698000', '155842.701000', '155842.704000', '155842.707000', '155842.710000', '155842.713000', '155842.716000', '155842.718000', '155842.721000', '155842.724000', '155842.727000', '155842.730000', '155842.732000', '155842.735000', '155842.738000', '155842.741000', '155842.744000', '155842.747000', '155842.749000', '155842.752000', '155842.755000', '155842.758000', '155842.761000', '155842.763000', '155842.766000', '155842.801000', '155902.648000', '155902.651000', '155902.653000', '155902.656000', '155902.659000', '155902.662000', '155902.665000', '155902.667000', '155902.670000', '155902.673000', '155902.676000', '155902.679000', '155902.682000', '155902.685000', '155902.687000', '155902.690000', '155902.693000', '155902.696000', '155902.699000', '155902.702000', '155902.704000', '155902.707000', '155902.710000', '155902.713000', '155902.716000', '155902.718000', '155902.721000', '155902.724000', '155902.727000', '155902.729000', '155902.732000', '155902.735000', '155902.738000', '155902.741000', '155902.744000', '155902.746000', '155902.749000', '155902.752000', '155902.755000', '155902.758000', '155902.761000', '155902.763000', '155902.766000', '155922.648000', '155922.651000', '155922.653000', '155922.656000', '155922.659000', '155922.662000', '155922.665000', '155922.668000', '155922.670000', '155922.673000', '155922.676000', '155922.679000', '155922.682000', '155922.684000', '155922.687000', '155922.690000', '155922.693000', '155922.696000', '155922.698000', '155922.701000', '155922.704000', '155922.707000', '155922.709000', '155922.712000', '155922.715000', '155922.718000', '155922.721000', '155922.724000', '155922.726000', '155922.729000', '155922.732000', '155922.735000', '155922.738000', '155922.741000', '155922.743000', '155922.746000', '155922.749000', '155922.752000', '155922.755000', '155922.758000', '155922.760000', '155922.763000', '155922.766000', '155922.822000', '155942.648000', '155942.651000', '155942.653000', '155942.656000', '155942.659000', '155942.662000', '155942.665000', '155942.668000', '155942.671000', '155942.673000', '155942.676000', '155942.679000', '155942.682000', '155942.685000', '155942.688000', '155942.691000', '155942.693000', '155942.696000', '155942.699000', '155942.702000', '155942.705000', '155942.708000', '155942.710000', '155942.713000', '155942.716000', '155942.719000', '155942.722000', '155942.725000', '155942.727000', '155942.730000', '155942.733000', '155942.736000', '155942.739000', '155942.741000', '155942.744000', '155942.747000', '155942.750000', '155942.753000', '155942.756000', '155942.758000', '155942.761000', '155942.764000', '155942.767000', '160002.648000', '160002.651000', '160002.654000', '160002.659000', '160002.663000', '160002.666000', '160002.668000', '160002.671000', '160002.674000', '160002.677000', '160002.680000', '160002.682000', '160002.685000', '160002.688000', '160002.691000', '160002.694000', '160002.697000', '160002.700000', '160002.702000', '160002.705000', '160002.708000', '160002.711000', '160002.713000', '160002.728000', '160002.730000', '160002.733000', '160002.736000', '160002.739000', '160002.750000', '160002.752000', '160002.755000', '160002.758000', '160002.761000', '160002.764000', '160002.766000', '160002.803000', '160002.805000', '160002.808000', '160002.811000', '160002.814000', '160002.817000', '160002.819000', '160002.822000', '160022.648000', '160022.651000', '160022.654000', '160022.656000', '160022.659000', '160022.662000', '160022.665000', '160022.668000', '160022.671000', '160022.673000', '160022.676000', '160022.679000', '160022.682000', '160022.685000', '160022.688000', '160022.690000', '160022.693000', '160022.696000', '160022.699000', '160022.702000', '160022.705000', '160022.707000', '160022.710000', '160022.713000', '160022.716000', '160022.719000', '160022.722000', '160022.724000', '160022.727000', '160022.730000', '160022.733000', '160022.736000', '160022.739000', '160022.742000', '160022.744000', '160022.747000', '160022.750000', '160022.753000', '160022.756000', '160022.759000', '160022.761000', '160022.764000', '160022.767000', '160022.818000', '160042.647000', '160042.650000', '160042.653000', '160042.655000', '160042.658000', '160042.661000', '160042.664000', '160042.667000', '160042.671000', '160042.676000', '160042.679000', '160042.682000', '160042.684000', '160042.687000', '160042.690000', '160042.693000', '160042.696000', '160042.699000', '160042.701000', '160042.704000', '160042.707000', '160042.710000', '160042.713000', '160042.716000', '160042.718000', '160042.721000', '160042.724000', '160042.727000', '160042.730000', '160042.733000', '160042.735000', '160042.738000', '160042.741000', '160042.744000', '160042.747000', '160042.750000', '160042.752000', '160042.755000', '160042.758000', '160042.761000', '160042.764000', '160042.767000', '160042.811000', '160102.648000', '160102.651000', '160102.654000', '160102.656000', '160102.659000', '160102.662000', '160102.665000', '160102.668000', '160102.670000', '160102.673000', '160102.676000', '160102.679000', '160102.682000', '160102.684000', '160102.687000', '160102.690000', '160102.693000', '160102.696000', '160102.698000', '160102.701000', '160102.704000', '160102.707000', '160102.710000', '160102.713000', '160102.715000', '160102.718000', '160102.721000', '160102.724000', '160102.727000', '160102.730000', '160102.732000', '160102.735000', '160102.738000', '160102.741000', '160102.744000', '160102.746000', '160102.749000', '160102.752000', '160102.755000', '160102.758000', '160102.761000', '160102.763000', '160102.766000', '160102.842000', '160122.648000', '160122.654000', '160122.657000', '160122.660000', '160122.663000', '160122.666000', '160122.668000', '160122.671000', '160122.674000', '160122.677000', '160122.680000', '160122.683000', '160122.685000', '160122.688000', '160122.691000', '160122.694000', '160122.697000', '160122.700000', '160122.702000', '160122.705000', '160122.708000', '160122.711000', '160122.714000', '160122.716000', '160122.719000', '160122.722000', '160122.725000', '160122.728000', '160122.731000', '160122.733000', '160122.736000', '160122.739000', '160122.742000', '160122.745000', '160122.748000', '160122.750000', '160122.753000', '160122.756000', '160122.759000', '160122.762000', '160122.764000', '160122.767000', '160122.770000', '160142.648000', '160142.651000', '160142.653000', '160142.656000', '160142.659000', '160142.662000', '160142.665000', '160142.668000', '160142.670000', '160142.673000', '160142.676000', '160142.679000', '160142.682000', '160142.684000', '160142.687000', '160142.690000', '160142.693000', '160142.695000', '160142.698000', '160142.701000', '160142.704000', '160142.707000', '160142.709000', '160142.712000', '160142.715000', '160142.718000', '160142.721000', '160142.723000', '160142.726000', '160142.729000', '160142.732000', '160142.735000', '160142.737000', '160142.740000', '160142.743000', '160142.746000', '160142.749000', '160142.752000', '160142.754000', '160142.757000', '160142.760000', '160142.763000', '160142.766000', '160142.815000', '160202.648000', '160202.651000', '160202.654000', '160202.657000', '160202.659000', '160202.662000', '160202.666000', '160202.669000', '160202.672000', '160202.675000', '160202.677000', '160202.680000', '160202.683000', '160202.686000', '160202.689000', '160202.692000', '160202.694000', '160202.697000', '160202.700000', '160202.703000', '160202.706000', '160202.709000', '160202.711000', '160202.714000', '160202.717000', '160202.720000', '160202.723000', '160202.726000', '160202.729000', '160202.731000', '160202.734000', '160202.737000', '160202.740000', '160202.743000', '160202.745000', '160202.748000', '160202.751000', '160202.754000', '160202.757000', '160202.759000', '160202.762000', '160202.765000', '160202.768000', '160222.648000', '160222.651000', '160222.654000', '160222.657000', '160222.660000', '160222.662000', '160222.665000', '160222.668000', '160222.671000', '160222.674000', '160222.676000', '160222.679000', '160222.682000', '160222.685000', '160222.688000', '160222.691000', '160222.694000', '160222.697000', '160222.699000', '160222.702000', '160222.705000', '160222.708000', '160222.711000', '160222.713000', '160222.716000', '160222.719000', '160222.722000', '160222.725000', '160222.728000', '160222.730000', '160222.733000', '160222.736000', '160222.739000', '160222.742000', '160222.745000', '160222.747000', '160222.752000', '160222.755000', '160222.758000', '160222.761000', '160222.763000', '160222.766000', '160222.821000', '160222.824000', '160242.648000', '160242.651000', '160242.654000', '160242.657000', '160242.659000', '160242.662000', '160242.665000', '160242.668000', '160242.671000', '160242.673000', '160242.676000', '160242.679000', '160242.682000', '160242.685000', '160242.688000', '160242.690000', '160242.693000', '160242.696000', '160242.699000', '160242.702000', '160242.705000', '160242.711000', '160242.714000', '160242.717000', '160242.719000', '160242.722000', '160242.725000', '160242.728000', '160242.731000', '160242.734000', '160242.736000', '160242.739000', '160242.742000', '160242.745000', '160242.748000', '160242.750000', '160242.753000', '160242.756000', '160242.759000', '160242.762000', '160242.764000', '160242.767000', '160242.770000', '160302.647000', '160302.663000', '160302.666000', '160302.668000', '160302.671000', '160302.674000', '160302.677000', '160302.680000', '160302.682000', '160302.685000', '160302.688000', '160302.691000', '160302.694000', '160302.696000', '160302.699000', '160302.702000', '160302.705000', '160302.708000', '160302.710000', '160302.713000', '160302.716000', '160302.719000', '160302.722000', '160302.725000', '160302.727000', '160302.730000', '160302.733000', '160302.736000', '160302.739000', '160302.741000', '160302.744000', '160302.747000', '160302.750000', '160302.753000', '160302.756000', '160302.758000', '160302.761000', '160302.764000', '160302.767000', '160302.810000', '160302.813000', '160302.816000', '160302.818000', '160302.821000', '160322.648000', '160322.652000', '160322.655000', '160322.658000', '160322.661000', '160322.664000', '160322.667000', '160322.669000', '160322.672000', '160322.675000', '160322.681000', '160322.684000', '160322.686000', '160322.689000', '160322.692000', '160322.695000', '160322.698000', '160322.701000', '160322.704000', '160322.706000', '160322.709000', '160322.712000', '160322.715000', '160322.718000', '160322.721000', '160322.723000', '160322.726000', '160322.729000', '160322.732000', '160322.737000', '160322.741000', '160322.744000', '160322.747000', '160322.749000', '160322.752000', '160322.755000', '160322.758000', '160322.761000', '160322.764000', '160322.766000', '160322.806000', '160322.809000', '160322.812000', '160342.648000', '160342.651000', '160342.654000', '160342.657000', '160342.659000', '160342.662000', '160342.665000', '160342.668000', '160342.671000', '160342.674000', '160342.676000', '160342.679000', '160342.682000', '160342.685000', '160342.688000', '160342.691000', '160342.694000', '160342.696000', '160342.699000', '160342.702000', '160342.705000', '160342.708000', '160342.710000', '160342.713000', '160342.716000', '160342.719000', '160342.722000', '160342.724000', '160342.727000', '160342.730000', '160342.733000', '160342.736000', '160342.738000', '160342.741000', '160342.744000', '160342.747000', '160342.750000', '160342.753000', '160342.755000', '160342.758000', '160342.761000', '160342.764000', '160342.767000', '160342.770000', '160402.648000', '160402.651000', '160402.654000', '160402.656000', '160402.659000', '160402.662000', '160402.665000', '160402.668000', '160402.671000', '160402.673000', '160402.676000', '160402.679000', '160402.682000', '160402.685000', '160402.688000', '160402.691000', '160402.693000', '160402.696000', '160402.699000', '160402.702000', '160402.705000', '160402.707000', '160402.710000', '160402.713000', '160402.716000', '160402.719000', '160402.722000', '160402.727000', '160402.730000', '160402.733000', '160402.736000', '160402.739000', '160402.742000', '160402.744000', '160402.747000', '160402.750000', '160402.753000', '160402.756000', '160402.758000', '160402.761000', '160402.764000', '160402.767000', '160402.828000', '160422.648000', '160422.651000', '160422.654000', '160422.657000', '160422.659000', '160422.662000', '160422.665000', '160422.668000', '160422.671000', '160422.674000', '160422.676000', '160422.679000', '160422.689000', '160422.691000', '160422.694000', '160422.697000', '160422.700000', '160422.703000', '160422.705000', '160422.708000', '160422.711000', '160422.714000', '160422.717000', '160422.720000', '160422.722000', '160422.725000', '160422.728000', '160422.731000', '160422.734000', '160422.737000', '160422.739000', '160422.742000', '160422.745000', '160422.748000', '160422.751000', '160422.754000', '160422.756000', '160422.759000', '160422.762000', '160422.765000', '160422.768000', '160422.832000', '160422.835000', '160422.838000', '160442.648000', '160442.651000', '160442.654000', '160442.657000', '160442.659000', '160442.662000', '160442.665000', '160442.668000', '160442.671000', '160442.674000', '160442.677000', '160442.679000', '160442.682000', '160442.685000', '160442.689000', '160442.692000', '160442.695000', '160442.698000', '160442.701000', '160442.704000', '160442.707000', '160442.709000', '160442.712000', '160442.715000', '160442.718000', '160442.721000', '160442.723000', '160442.726000', '160442.729000', '160442.732000', '160442.735000', '160442.738000', '160442.740000', '160442.744000', '160442.750000', '160442.753000', '160442.756000', '160442.759000', '160442.761000', '160442.764000', '160442.767000', '160442.821000', '160442.824000', '160502.648000', '160502.651000', '160502.654000', '160502.657000', '160502.660000', '160502.662000', '160502.665000', '160502.668000', '160502.671000', '160502.674000', '160502.677000', '160502.680000', '160502.682000', '160502.685000', '160502.688000', '160502.691000', '160502.694000', '160502.696000', '160502.699000', '160502.702000', '160502.705000', '160502.708000', '160502.710000', '160502.713000', '160502.716000', '160502.719000', '160502.722000', '160502.725000', '160502.727000', '160502.730000', '160502.733000', '160502.736000', '160502.739000', '160502.742000', '160502.744000', '160502.747000', '160502.750000', '160502.753000', '160502.756000', '160502.759000', '160502.761000', '160502.764000', '160502.767000', '160502.836000', '160522.647000', '160522.650000', '160522.653000', '160522.656000', '160522.658000', '160522.661000', '160522.664000', '160522.667000', '160522.670000', '160522.672000', '160522.675000', '160522.678000', '160522.681000', '160522.684000', '160522.686000', '160522.689000', '160522.692000', '160522.695000', '160522.698000', '160522.700000', '160522.703000', '160522.706000', '160522.709000', '160522.712000', '160522.715000', '160522.717000', '160522.720000', '160522.723000', '160522.728000', '160522.731000', '160522.734000', '160522.737000', '160522.739000', '160522.742000', '160522.746000', '160522.749000', '160522.752000', '160522.755000', '160522.758000', '160522.760000', '160522.763000', '160522.767000', '160522.798000', '160522.887000'], 'InstanceCreationTime': ['155642.681000', '155642.684000', '155642.687000', '155642.695000', '155642.698000', '155642.701000', '155642.713000', '155642.717000', '155642.720000', '155642.723000', '155642.726000', '155642.729000', '155642.732000', '155642.735000', '155642.738000', '155642.741000', '155642.744000', '155642.747000', '155642.750000', '155642.753000', '155642.756000', '155642.758000', '155642.761000', '155642.764000', '155642.767000', '155702.648000', '155702.651000', '155702.659000', '155702.662000', '155702.664000', '155702.667000', '155702.670000', '155702.673000', '155702.676000', '155702.678000', '155702.681000', '155702.684000', '155702.687000', '155702.689000', '155702.692000', '155702.695000', '155702.698000', '155702.702000', '155702.705000', '155702.707000', '155702.710000', '155702.713000', '155702.716000', '155702.718000', '155702.721000', '155702.724000', '155702.727000', '155702.730000', '155702.732000', '155702.735000', '155702.738000', '155702.741000', '155702.743000', '155702.746000', '155702.749000', '155702.752000', '155702.755000', '155702.758000', '155702.760000', '155702.763000', '155702.766000', '155702.769000', '155702.772000', '155722.648000', '155722.651000', '155722.653000', '155722.656000', '155722.659000', '155722.662000', '155722.664000', '155722.668000', '155722.671000', '155722.674000', '155722.677000', '155722.680000', '155722.682000', '155722.685000', '155722.688000', '155722.691000', '155722.694000', '155722.696000', '155722.699000', '155722.702000', '155722.705000', '155722.707000', '155722.710000', '155722.713000', '155722.716000', '155722.718000', '155722.721000', '155722.724000', '155722.727000', '155722.729000', '155722.732000', '155722.735000', '155722.738000', '155722.741000', '155722.743000', '155722.746000', '155722.749000', '155722.752000', '155722.754000', '155722.757000', '155722.760000', '155722.763000', '155722.766000', '155722.768000', '155742.648000', '155742.651000', '155742.654000', '155742.656000', '155742.659000', '155742.662000', '155742.665000', '155742.667000', '155742.670000', '155742.673000', '155742.676000', '155742.679000', '155742.682000', '155742.684000', '155742.687000', '155742.690000', '155742.693000', '155742.696000', '155742.698000', '155742.701000', '155742.704000', '155742.707000', '155742.710000', '155742.712000', '155742.715000', '155742.718000', '155742.721000', '155742.724000', '155742.727000', '155742.729000', '155742.732000', '155742.735000', '155742.738000', '155742.741000', '155742.743000', '155742.746000', '155742.749000', '155742.752000', '155742.755000', '155742.757000', '155742.760000', '155742.763000', '155742.766000', '155802.648000', '155802.651000', '155802.653000', '155802.656000', '155802.659000', '155802.662000', '155802.665000', '155802.667000', '155802.670000', '155802.673000', '155802.676000', '155802.679000', '155802.682000', '155802.684000', '155802.687000', '155802.690000', '155802.693000', '155802.696000', '155802.698000', '155802.701000', '155802.704000', '155802.707000', '155802.710000', '155802.713000', '155802.715000', '155802.718000', '155802.721000', '155802.724000', '155802.727000', '155802.729000', '155802.732000', '155802.735000', '155802.738000', '155802.741000', '155802.744000', '155802.746000', '155802.749000', '155802.752000', '155802.755000', '155802.758000', '155802.760000', '155802.763000', '155802.766000', '155802.785000', '155822.647000', '155822.650000', '155822.653000', '155822.655000', '155822.658000', '155822.661000', '155822.664000', '155822.667000', '155822.669000', '155822.672000', '155822.675000', '155822.678000', '155822.681000', '155822.684000', '155822.686000', '155822.689000', '155822.692000', '155822.695000', '155822.698000', '155822.700000', '155822.703000', '155822.706000', '155822.709000', '155822.712000', '155822.714000', '155822.717000', '155822.720000', '155822.740000', '155822.743000', '155822.745000', '155822.748000', '155822.751000', '155822.754000', '155822.757000', '155822.759000', '155822.762000', '155822.765000', '155822.807000', '155822.810000', '155822.812000', '155822.815000', '155822.818000', '155822.821000', '155842.648000', '155842.651000', '155842.653000', '155842.656000', '155842.659000', '155842.662000', '155842.665000', '155842.667000', '155842.670000', '155842.673000', '155842.676000', '155842.679000', '155842.682000', '155842.685000', '155842.687000', '155842.690000', '155842.693000', '155842.696000', '155842.698000', '155842.701000', '155842.704000', '155842.707000', '155842.710000', '155842.713000', '155842.716000', '155842.718000', '155842.721000', '155842.724000', '155842.727000', '155842.730000', '155842.732000', '155842.735000', '155842.738000', '155842.741000', '155842.744000', '155842.747000', '155842.749000', '155842.752000', '155842.755000', '155842.758000', '155842.761000', '155842.763000', '155842.766000', '155842.801000', '155902.648000', '155902.651000', '155902.653000', '155902.656000', '155902.659000', '155902.662000', '155902.665000', '155902.667000', '155902.670000', '155902.673000', '155902.676000', '155902.679000', '155902.682000', '155902.685000', '155902.687000', '155902.690000', '155902.693000', '155902.696000', '155902.699000', '155902.702000', '155902.704000', '155902.707000', '155902.710000', '155902.713000', '155902.716000', '155902.718000', '155902.721000', '155902.724000', '155902.727000', '155902.729000', '155902.732000', '155902.735000', '155902.738000', '155902.741000', '155902.744000', '155902.746000', '155902.749000', '155902.752000', '155902.755000', '155902.758000', '155902.761000', '155902.763000', '155902.766000', '155922.648000', '155922.651000', '155922.653000', '155922.656000', '155922.659000', '155922.662000', '155922.665000', '155922.668000', '155922.670000', '155922.673000', '155922.676000', '155922.679000', '155922.682000', '155922.684000', '155922.687000', '155922.690000', '155922.693000', '155922.696000', '155922.698000', '155922.701000', '155922.704000', '155922.707000', '155922.709000', '155922.712000', '155922.715000', '155922.718000', '155922.721000', '155922.724000', '155922.726000', '155922.729000', '155922.732000', '155922.735000', '155922.738000', '155922.741000', '155922.743000', '155922.746000', '155922.749000', '155922.752000', '155922.755000', '155922.758000', '155922.760000', '155922.763000', '155922.766000', '155922.822000', '155942.648000', '155942.651000', '155942.653000', '155942.656000', '155942.659000', '155942.662000', '155942.665000', '155942.668000', '155942.671000', '155942.673000', '155942.676000', '155942.679000', '155942.682000', '155942.685000', '155942.688000', '155942.691000', '155942.693000', '155942.696000', '155942.699000', '155942.702000', '155942.705000', '155942.708000', '155942.710000', '155942.713000', '155942.716000', '155942.719000', '155942.722000', '155942.725000', '155942.727000', '155942.730000', '155942.733000', '155942.736000', '155942.739000', '155942.741000', '155942.744000', '155942.747000', '155942.750000', '155942.753000', '155942.756000', '155942.758000', '155942.761000', '155942.764000', '155942.767000', '160002.648000', '160002.651000', '160002.654000', '160002.659000', '160002.663000', '160002.666000', '160002.668000', '160002.671000', '160002.674000', '160002.677000', '160002.680000', '160002.682000', '160002.685000', '160002.688000', '160002.691000', '160002.694000', '160002.697000', '160002.700000', '160002.702000', '160002.705000', '160002.708000', '160002.711000', '160002.713000', '160002.728000', '160002.730000', '160002.733000', '160002.736000', '160002.739000', '160002.750000', '160002.752000', '160002.755000', '160002.758000', '160002.761000', '160002.764000', '160002.766000', '160002.803000', '160002.805000', '160002.808000', '160002.811000', '160002.814000', '160002.817000', '160002.819000', '160002.822000', '160022.648000', '160022.651000', '160022.654000', '160022.656000', '160022.659000', '160022.662000', '160022.665000', '160022.668000', '160022.671000', '160022.673000', '160022.676000', '160022.679000', '160022.682000', '160022.685000', '160022.688000', '160022.690000', '160022.693000', '160022.696000', '160022.699000', '160022.702000', '160022.705000', '160022.707000', '160022.710000', '160022.713000', '160022.716000', '160022.719000', '160022.722000', '160022.724000', '160022.727000', '160022.730000', '160022.733000', '160022.736000', '160022.739000', '160022.742000', '160022.744000', '160022.747000', '160022.750000', '160022.753000', '160022.756000', '160022.759000', '160022.761000', '160022.764000', '160022.767000', '160022.818000', '160042.647000', '160042.650000', '160042.653000', '160042.655000', '160042.658000', '160042.661000', '160042.664000', '160042.667000', '160042.671000', '160042.676000', '160042.679000', '160042.682000', '160042.684000', '160042.687000', '160042.690000', '160042.693000', '160042.696000', '160042.699000', '160042.701000', '160042.704000', '160042.707000', '160042.710000', '160042.713000', '160042.716000', '160042.718000', '160042.721000', '160042.724000', '160042.727000', '160042.730000', '160042.733000', '160042.735000', '160042.738000', '160042.741000', '160042.744000', '160042.747000', '160042.750000', '160042.752000', '160042.755000', '160042.758000', '160042.761000', '160042.764000', '160042.767000', '160042.811000', '160102.648000', '160102.651000', '160102.654000', '160102.656000', '160102.659000', '160102.662000', '160102.665000', '160102.668000', '160102.670000', '160102.673000', '160102.676000', '160102.679000', '160102.682000', '160102.684000', '160102.687000', '160102.690000', '160102.693000', '160102.696000', '160102.698000', '160102.701000', '160102.704000', '160102.707000', '160102.710000', '160102.713000', '160102.715000', '160102.718000', '160102.721000', '160102.724000', '160102.727000', '160102.730000', '160102.732000', '160102.735000', '160102.738000', '160102.741000', '160102.744000', '160102.746000', '160102.749000', '160102.752000', '160102.755000', '160102.758000', '160102.761000', '160102.763000', '160102.766000', '160102.842000', '160122.648000', '160122.654000', '160122.657000', '160122.660000', '160122.663000', '160122.666000', '160122.668000', '160122.671000', '160122.674000', '160122.677000', '160122.680000', '160122.683000', '160122.685000', '160122.688000', '160122.691000', '160122.694000', '160122.697000', '160122.700000', '160122.702000', '160122.705000', '160122.708000', '160122.711000', '160122.714000', '160122.716000', '160122.719000', '160122.722000', '160122.725000', '160122.728000', '160122.731000', '160122.733000', '160122.736000', '160122.739000', '160122.742000', '160122.745000', '160122.748000', '160122.750000', '160122.753000', '160122.756000', '160122.759000', '160122.762000', '160122.764000', '160122.767000', '160122.770000', '160142.648000', '160142.651000', '160142.653000', '160142.656000', '160142.659000', '160142.662000', '160142.665000', '160142.668000', '160142.670000', '160142.673000', '160142.676000', '160142.679000', '160142.682000', '160142.684000', '160142.687000', '160142.690000', '160142.693000', '160142.695000', '160142.698000', '160142.701000', '160142.704000', '160142.707000', '160142.709000', '160142.712000', '160142.715000', '160142.718000', '160142.721000', '160142.723000', '160142.726000', '160142.729000', '160142.732000', '160142.735000', '160142.737000', '160142.740000', '160142.743000', '160142.746000', '160142.749000', '160142.752000', '160142.754000', '160142.757000', '160142.760000', '160142.763000', '160142.766000', '160142.815000', '160202.648000', '160202.651000', '160202.654000', '160202.657000', '160202.659000', '160202.662000', '160202.666000', '160202.669000', '160202.672000', '160202.675000', '160202.677000', '160202.680000', '160202.683000', '160202.686000', '160202.689000', '160202.692000', '160202.694000', '160202.697000', '160202.700000', '160202.703000', '160202.706000', '160202.709000', '160202.711000', '160202.714000', '160202.717000', '160202.720000', '160202.723000', '160202.726000', '160202.729000', '160202.731000', '160202.734000', '160202.737000', '160202.740000', '160202.743000', '160202.745000', '160202.748000', '160202.751000', '160202.754000', '160202.757000', '160202.759000', '160202.762000', '160202.765000', '160202.768000', '160222.648000', '160222.651000', '160222.654000', '160222.657000', '160222.660000', '160222.662000', '160222.665000', '160222.668000', '160222.671000', '160222.674000', '160222.676000', '160222.679000', '160222.682000', '160222.685000', '160222.688000', '160222.691000', '160222.694000', '160222.697000', '160222.699000', '160222.702000', '160222.705000', '160222.708000', '160222.711000', '160222.713000', '160222.716000', '160222.719000', '160222.722000', '160222.725000', '160222.728000', '160222.730000', '160222.733000', '160222.736000', '160222.739000', '160222.742000', '160222.745000', '160222.747000', '160222.752000', '160222.755000', '160222.758000', '160222.761000', '160222.763000', '160222.766000', '160222.821000', '160222.824000', '160242.648000', '160242.651000', '160242.654000', '160242.657000', '160242.659000', '160242.662000', '160242.665000', '160242.668000', '160242.671000', '160242.673000', '160242.676000', '160242.679000', '160242.682000', '160242.685000', '160242.688000', '160242.690000', '160242.693000', '160242.696000', '160242.699000', '160242.702000', '160242.705000', '160242.711000', '160242.714000', '160242.717000', '160242.719000', '160242.722000', '160242.725000', '160242.728000', '160242.731000', '160242.734000', '160242.736000', '160242.739000', '160242.742000', '160242.745000', '160242.748000', '160242.750000', '160242.753000', '160242.756000', '160242.759000', '160242.762000', '160242.764000', '160242.767000', '160242.770000', '160302.647000', '160302.663000', '160302.666000', '160302.668000', '160302.671000', '160302.674000', '160302.677000', '160302.680000', '160302.682000', '160302.685000', '160302.688000', '160302.691000', '160302.694000', '160302.696000', '160302.699000', '160302.702000', '160302.705000', '160302.708000', '160302.710000', '160302.713000', '160302.716000', '160302.719000', '160302.722000', '160302.725000', '160302.727000', '160302.730000', '160302.733000', '160302.736000', '160302.739000', '160302.741000', '160302.744000', '160302.747000', '160302.750000', '160302.753000', '160302.756000', '160302.758000', '160302.761000', '160302.764000', '160302.767000', '160302.810000', '160302.813000', '160302.816000', '160302.818000', '160302.821000', '160322.648000', '160322.652000', '160322.655000', '160322.658000', '160322.661000', '160322.664000', '160322.667000', '160322.669000', '160322.672000', '160322.675000', '160322.681000', '160322.684000', '160322.686000', '160322.689000', '160322.692000', '160322.695000', '160322.698000', '160322.701000', '160322.704000', '160322.706000', '160322.709000', '160322.712000', '160322.715000', '160322.718000', '160322.721000', '160322.723000', '160322.726000', '160322.729000', '160322.732000', '160322.737000', '160322.741000', '160322.744000', '160322.747000', '160322.749000', '160322.752000', '160322.755000', '160322.758000', '160322.761000', '160322.764000', '160322.766000', '160322.806000', '160322.809000', '160322.812000', '160342.648000', '160342.651000', '160342.654000', '160342.657000', '160342.659000', '160342.662000', '160342.665000', '160342.668000', '160342.671000', '160342.674000', '160342.676000', '160342.679000', '160342.682000', '160342.685000', '160342.688000', '160342.691000', '160342.694000', '160342.696000', '160342.699000', '160342.702000', '160342.705000', '160342.708000', '160342.710000', '160342.713000', '160342.716000', '160342.719000', '160342.722000', '160342.724000', '160342.727000', '160342.730000', '160342.733000', '160342.736000', '160342.738000', '160342.741000', '160342.744000', '160342.747000', '160342.750000', '160342.753000', '160342.755000', '160342.758000', '160342.761000', '160342.764000', '160342.767000', '160342.770000', '160402.648000', '160402.651000', '160402.654000', '160402.656000', '160402.659000', '160402.662000', '160402.665000', '160402.668000', '160402.671000', '160402.673000', '160402.676000', '160402.679000', '160402.682000', '160402.685000', '160402.688000', '160402.691000', '160402.693000', '160402.696000', '160402.699000', '160402.702000', '160402.705000', '160402.707000', '160402.710000', '160402.713000', '160402.716000', '160402.719000', '160402.722000', '160402.727000', '160402.730000', '160402.733000', '160402.736000', '160402.739000', '160402.742000', '160402.744000', '160402.747000', '160402.750000', '160402.753000', '160402.756000', '160402.758000', '160402.761000', '160402.764000', '160402.767000', '160402.828000', '160422.648000', '160422.651000', '160422.654000', '160422.657000', '160422.659000', '160422.662000', '160422.665000', '160422.668000', '160422.671000', '160422.674000', '160422.676000', '160422.679000', '160422.689000', '160422.691000', '160422.694000', '160422.697000', '160422.700000', '160422.703000', '160422.705000', '160422.708000', '160422.711000', '160422.714000', '160422.717000', '160422.720000', '160422.722000', '160422.725000', '160422.728000', '160422.731000', '160422.734000', '160422.737000', '160422.739000', '160422.742000', '160422.745000', '160422.748000', '160422.751000', '160422.754000', '160422.756000', '160422.759000', '160422.762000', '160422.765000', '160422.768000', '160422.832000', '160422.835000', '160422.838000', '160442.648000', '160442.651000', '160442.654000', '160442.657000', '160442.659000', '160442.662000', '160442.665000', '160442.668000', '160442.671000', '160442.674000', '160442.677000', '160442.679000', '160442.682000', '160442.685000', '160442.689000', '160442.692000', '160442.695000', '160442.698000', '160442.701000', '160442.704000', '160442.707000', '160442.709000', '160442.712000', '160442.715000', '160442.718000', '160442.721000', '160442.723000', '160442.726000', '160442.729000', '160442.732000', '160442.735000', '160442.738000', '160442.740000', '160442.744000', '160442.750000', '160442.753000', '160442.756000', '160442.759000', '160442.761000', '160442.764000', '160442.767000', '160442.821000', '160442.824000', '160502.648000', '160502.651000', '160502.654000', '160502.657000', '160502.660000', '160502.662000', '160502.665000', '160502.668000', '160502.671000', '160502.674000', '160502.677000', '160502.680000', '160502.682000', '160502.685000', '160502.688000', '160502.691000', '160502.694000', '160502.696000', '160502.699000', '160502.702000', '160502.705000', '160502.708000', '160502.710000', '160502.713000', '160502.716000', '160502.719000', '160502.722000', '160502.725000', '160502.727000', '160502.730000', '160502.733000', '160502.736000', '160502.739000', '160502.742000', '160502.744000', '160502.747000', '160502.750000', '160502.753000', '160502.756000', '160502.759000', '160502.761000', '160502.764000', '160502.767000', '160502.836000', '160522.647000', '160522.650000', '160522.653000', '160522.656000', '160522.658000', '160522.661000', '160522.664000', '160522.667000', '160522.670000', '160522.672000', '160522.675000', '160522.678000', '160522.681000', '160522.684000', '160522.686000', '160522.689000', '160522.692000', '160522.695000', '160522.698000', '160522.700000', '160522.703000', '160522.706000', '160522.709000', '160522.712000', '160522.715000', '160522.717000', '160522.720000', '160522.723000', '160522.728000', '160522.731000', '160522.734000', '160522.737000', '160522.739000', '160522.742000', '160522.746000', '160522.749000', '160522.752000', '160522.755000', '160522.758000', '160522.760000', '160522.763000', '160522.767000', '160522.798000', '160522.887000'], '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': [8754, 8840, 10983, 7457, 9619, 7854, 8921, 11406, 7586, 9975, 7802, 9018, 8246, 7819, 9769, 7488, 8961, 7830, 8204, 8190, 7834, 10587, 7637, 9860, 7584, 9450, 7894, 8814, 8210, 8938, 9337, 8630, 8862, 8093, 10835, 7947, 11531, 7902, 10585, 7996, 9589, 7951, 9039, 8466, 8891, 8441, 8043, 8273, 8202, 9692, 8189, 8398, 7928, 8386, 7892, 10371, 8217, 10844, 7980, 8661, 7874, 10908, 7995, 11391, 8060, 10309, 7975, 9296, 8074, 9556, 8128, 9627, 8182, 9929, 8267, 10570, 9712, 9920, 12027, 7897, 11094, 7788, 10812, 8484, 8498, 12279, 8015, 10625, 7650, 8719, 8065, 7969, 8437, 7783, 8470, 8195, 8774, 8990, 8165, 9856, 8143, 11480, 9980, 10010, 8519, 8680, 10655, 8012, 11270, 8052, 10284, 7755, 9602, 7728, 9403, 8327, 8049, 9966, 7949, 10833, 7826, 9770, 7695, 9680, 8946, 8013, 10219, 7774, 9923, 7734, 9032, 8505, 8027, 10611, 7797, 9509, 7878, 8812, 8433, 7945, 10637, 7794, 9626, 7933, 8351, 8894, 7998, 10031, 7857, 9042, 7940, 8446, 8382, 8042, 10078, 7761, 9221, 7874, 8587, 8430, 8112, 11421, 8001, 10053, 7919, 9740, 8136, 8695, 9706, 8322, 10436, 7972, 10207, 7997, 10482, 8385, 8991, 8447, 7950, 11387, 7991, 10523, 8032, 9650, 8068, 8056, 10299, 7878, 10161, 7760, 9635, 8185, 7892, 9583, 7771, 10541, 7785, 9640, 7929, 9022, 8227, 8544, 11197, 7901, 10521, 7806, 9647, 8136, 8262, 10668, 8028, 10266, 7806, 9127, 7735, 10046, 9494, 8053, 10406, 7795, 9819, 7510, 9847, 7754, 9636, 8169, 8892, 8422, 8107, 11376, 7906, 10974, 7849, 10011, 7955, 9784, 8034, 11145, 7336, 8377, 7545, 7207, 10799, 7113, 11763, 8579, 11382, 8010, 10632, 7393, 11310, 7852, 9630, 11456, 7217, 10975, 6894, 9640, 6822, 9149, 7280, 7808, 7320, 7773, 7381, 8018, 10251, 7264, 10384, 6837, 10883, 6949, 10272, 8047, 8865, 7218, 10903, 7619, 10518, 11537, 7313, 10674, 6993, 10155, 7192, 10103, 7393, 10000, 6947, 10089, 7420, 11045, 10013, 9693, 11494, 6983, 11118, 7037, 10780, 7253, 10608, 7876, 9524, 7532, 9961, 9305, 7882, 11266, 7030, 10534, 7073, 9244, 7245, 8019, 9738, 7399, 10322, 6986, 9800, 7067, 9528, 7459, 8993, 7329, 9082, 9082, 8635, 11004, 7899, 10736, 7016, 10569, 6931, 10829, 7332, 8997, 7453, 9647, 7258, 10354, 10723, 8937, 10649, 7009, 10702, 6868, 8431, 7441, 9153, 7606, 8163, 6932, 9369, 7225, 11015, 7799, 8793, 7927, 8944, 7718, 10956, 9357, 10017, 8046, 8549, 7783, 9334, 7462, 10744, 8284, 11434, 9655, 9627, 11768, 7338, 10864, 7241, 10602, 7513, 11655, 8512, 9652, 10175, 7280, 11074, 7105, 10871, 7500, 11096, 7924, 9076, 9822, 7287, 10762, 7179, 9564, 7722, 7666, 7868, 7207, 10149, 7035, 10142, 7749, 8301, 8150, 7332, 11088, 7074, 10135, 7380, 8371, 7733, 7429, 10101, 7205, 10183, 7433, 8536, 7385, 8474, 7303, 10076, 7781, 9595, 12205, 7546, 11020, 7150, 10139, 8005, 8921, 7355, 8845, 8138, 8007, 10793, 7952, 11275, 7823, 11128, 11818, 7467, 11138, 8408, 9382, 7757, 8554, 9973, 7321, 9967, 7389, 8481, 7280, 7969, 7262, 8224, 7367, 7924, 6964, 8771, 6954, 11246, 8970, 9516, 7749, 9050, 10099, 8605, 12382, 7400, 9698, 7122, 10020, 7364, 10617, 8435, 8727, 8208, 7381, 9365, 7481, 9302, 8075, 7290, 7473, 7701, 11536, 7538, 11485, 6892, 12192, 8299, 10272, 12106, 7422, 10153, 7026, 7805, 7187, 8325, 7581, 7162, 9047, 7065, 10402, 6847, 9927, 7185, 10051, 7393, 8766, 7202, 9287, 7319, 11365, 10378, 9520, 10464, 7016, 10815, 6928, 10572, 7244, 10329, 7417, 9356, 7433, 8456, 11371, 7023, 10775, 7160, 9167, 6979, 8170, 6960, 10203, 9368, 7213, 10642, 6929, 10584, 6854, 10306, 6961, 8547, 6873, 9030, 6910, 10198, 8385, 8952, 9859, 8850, 8635, 7366, 9883, 8090, 11621, 7367, 10236, 6850, 10032, 6976, 10550, 7543, 9439, 6893, 8632, 6821, 8667, 6970, 9594, 7171, 9703, 6794, 10138, 6944, 10601, 11031, 8387, 10857, 7386, 10008, 7149, 10385, 7685, 10550, 9213, 7386, 10360, 9081, 10284, 12545, 7729, 11533, 8713, 9692, 7277, 9073, 7297, 7204, 11238, 7451, 11135, 7105, 9978, 6957, 9355, 7559, 9385, 7296, 10065, 7217, 9879, 7490, 11539, 10555, 9999, 12045, 7283, 11223, 7157, 9879, 7760, 8469, 7796, 7422, 9588, 7119, 10504, 7262, 9755, 7650, 8439, 7620, 8786, 7725, 8067, 10196, 7522, 11806, 7230, 11229, 7193, 10760, 7360, 11344, 7494, 9957, 7263, 9385, 6969, 10827, 7606, 10338, 7800, 8835, 7686, 8074, 7991, 9788, 6877, 9897, 8089, 7337, 8083, 6744, 11233, 7513, 11970, 8834, 10315, 7051, 10339, 7366, 12337, 8735, 10549, 8336, 10361, 7580, 8596, 10550, 7828, 10910, 7242, 11431, 7325, 10974, 6746, 11082, 7707, 10121, 7300, 11520, 7796, 8799, 11715, 7169, 10799, 7067, 9436, 6805, 9049, 7202, 8855, 7263, 8606, 7100, 10129, 9620, 8642, 10675, 7013, 10812, 6943, 10160, 7152, 8837, 7121, 8716, 7138, 7855, 8572, 7162, 9297, 7666, 7196, 7239, 7031, 9682, 10204, 9946, 10947, 9542, 9096, 7749, 10083, 7127, 11451, 7416, 10147, 7361, 10578, 6865, 10460, 6982, 9864, 7895, 12131, 7762, 7410, 8706, 7311, 11271, 7891, 10949, 10266, 8837, 11815, 10298, 9667, 10113, 8226, 7628, 9775, 10212, 10813, 8614, 10329, 9943, 7083, 8689, 6856, 12085, 8054, 11637, 8259, 11411, 6800, 10240, 6909, 11342, 8186, 9128, 8791, 7651, 10626, 7526, 9448, 6872, 9122, 6884, 9213, 7042, 8278, 6969, 8728, 8608, 9441, 7307, 8949, 9222, 9142, 11525, 7283, 10931, 6905, 10910, 6894, 10517, 6955, 11063, 7815, 10051, 7424, 11880, 9285, 11652, 12225, 9031, 11118, 6910, 11619, 6892, 12134, 7824, 9863, 7590, 9030, 8799, 8047, 11109, 6882, 10907, 6899, 9762, 7430, 9476, 9566, 8155, 10731, 7078, 11102, 6970, 10921, 7342, 10731, 10859, 7577, 10530, 6891, 10442, 6843, 11365, 7324, 8571, 9426, 7430, 10874, 6773, 10636, 6726, 10961, 7689, 11166, 7312, 8986, 11087, 7438, 11422, 7057, 9071, 6996, 9182, 7018, 7585, 8171, 6737, 10642, 8306, 11052, 7758, 13043, 9792, 11348, 12019, 8536, 11193, 7095, 10296, 7009, 11076, 8346, 9270, 9196, 7835, 8216, 7835, 10098, 6922, 10774, 6843, 10941, 6757, 11277, 8409, 11642, 10783, 9760, 11461, 7407, 11004, 7025, 10939, 7958, 10533, 7512, 10481, 9492, 8205, 11421, 8274, 11216, 7425, 9359, 9972, 7588, 12718, 9901, 11547, 11715, 8757, 11488, 7780, 10938, 6820, 11188, 8648, 10550, 7249, 9898, 7416, 9589, 10722, 7604, 10564, 6792, 10858, 6842, 11644, 7798, 9989, 9791, 8740, 9764, 7982, 11121, 6780, 11457, 8700, 9989, 7071, 9887, 7675, 8848, 11806, 7391, 10096, 6876, 11153, 9819, 7608, 11267, 6690, 9882, 6855, 10177, 7202, 10886, 11195, 8951, 11074, 7150, 10805, 7445, 10566, 10730, 8739, 11245, 7507, 10296, 7316, 8641, 11249, 7122, 10862, 6804, 9396, 7411, 8202, 10743, 6745, 9891, 6679, 7901, 7033, 8574, 7516, 8409, 11081, 6825, 10669, 7142, 10737, 6930, 10067, 7127, 10320, 7700, 11102, 6758, 10412, 7496, 11338, 9354, 9322, 9618, 6961, 8455, 7038, 12610, 8498, 10581, 11467, 10045, 11276, 12581, 8843, 11306, 7549, 10232, 6754, 10714, 6884, 10269, 7080, 10254, 6683, 10463, 6952, 10021, 7508, 10582, 7220, 10285, 7121, 10412, 7776, 9630, 7534, 8883, 7551, 8001, 12487, 7462, 11273, 7379, 10324, 7018, 9954, 7451, 9800, 7609, 8923, 7630, 7666, 11947, 7574, 11679, 7162, 10865, 6785, 10934, 7162, 10351, 7412, 8965, 7490, 9400, 8010, 8074, 7134, 9307, 7530, 11846, 7697, 11303, 6849, 11173, 7807, 10554, 10810, 7283, 11346, 7107, 10172, 6904, 8708, 7032, 7584, 8846, 7095, 9615, 7146, 9536, 6784, 9791, 6686, 8270, 6834, 8676, 8930, 7036, 11091, 6732, 10529, 6902, 10434, 6851, 10529, 8203, 10206, 7302, 9446, 11724, 10491, 11286, 6985, 9583, 7411, 10888, 7699, 11328, 7627, 10787, 7241, 10608, 7073, 10894, 7359, 11439, 8793, 10105], 'WindowCenter': [4009.0, 4007.0, 4014.0, 3971.0, 4002.0, 3968.0, 3990.0, 4009.0, 3969.0, 3988.0, 3967.0, 3990.0, 3979.0, 3981.0, 4001.0, 3971.0, 3990.0, 3980.0, 3992.0, 3990.0, 3983.0, 4012.0, 3984.0, 4013.0, 3984.0, 4014.0, 3995.0, 4006.0, 3994.0, 4006.0, 4004.0, 4006.0, 4005.0, 3996.0, 4024.0, 3995.0, 4036.0, 3996.0, 4026.0, 3994.0, 4015.0, 3995.0, 4017.0, 4005.0, 4006.0, 4005.0, 3997.0, 4006.0, 4009.0, 4016.0, 4007.0, 4007.0, 4008.0, 4007.0, 4009.0, 4040.0, 4021.0, 4038.0, 4008.0, 4017.0, 4010.0, 4038.0, 4009.0, 4040.0, 3997.0, 4027.0, 3995.0, 4017.0, 3997.0, 4017.0, 3997.0, 4017.0, 4007.0, 4028.0, 3995.0, 4027.0, 4015.0, 4017.0, 4035.0, 3994.0, 4025.0, 3983.0, 4015.0, 3992.0, 3993.0, 4021.0, 3981.0, 3999.0, 3970.0, 3991.0, 3980.0, 3982.0, 3991.0, 3983.0, 3994.0, 3995.0, 4007.0, 4018.0, 4008.0, 4028.0, 4010.0, 4052.0, 4019.0, 4017.0, 3995.0, 3997.0, 4013.0, 3985.0, 4014.0, 3983.0, 4004.0, 3973.0, 4003.0, 3983.0, 4004.0, 3982.0, 3983.0, 4003.0, 3983.0, 4014.0, 3984.0, 4005.0, 3983.0, 4006.0, 3992.0, 3983.0, 4003.0, 3973.0, 4003.0, 3973.0, 3994.0, 3992.0, 3984.0, 4014.0, 3984.0, 4004.0, 3983.0, 4004.0, 3993.0, 3985.0, 4014.0, 3984.0, 4004.0, 3983.0, 3995.0, 3992.0, 3984.0, 4005.0, 3984.0, 3994.0, 3984.0, 3995.0, 3993.0, 3996.0, 4016.0, 3996.0, 4006.0, 3996.0, 4008.0, 3995.0, 3997.0, 4026.0, 3997.0, 4016.0, 3997.0, 4018.0, 3995.0, 4008.0, 4005.0, 3996.0, 4016.0, 3997.0, 4017.0, 3996.0, 4027.0, 3996.0, 4007.0, 3994.0, 3995.0, 4025.0, 3994.0, 4016.0, 3984.0, 4005.0, 3983.0, 3984.0, 4002.0, 3983.0, 4004.0, 3972.0, 4004.0, 3982.0, 3984.0, 3991.0, 3982.0, 4014.0, 3984.0, 4004.0, 3983.0, 3993.0, 3983.0, 3995.0, 4014.0, 3984.0, 4014.0, 3972.0, 4004.0, 3970.0, 3983.0, 4002.0, 3981.0, 4002.0, 3972.0, 3992.0, 3972.0, 4004.0, 4003.0, 3983.0, 4012.0, 3973.0, 4003.0, 3973.0, 4014.0, 3983.0, 4005.0, 3994.0, 4005.0, 3994.0, 3996.0, 4025.0, 3985.0, 4015.0, 3983.0, 4004.0, 3984.0, 4014.0, 3994.0, 4027.0, 3998.0, 4008.0, 3996.0, 3998.0, 4039.0, 3988.0, 4050.0, 4008.0, 4028.0, 3985.0, 4015.0, 3971.0, 4013.0, 3969.0, 3991.0, 4010.0, 3959.0, 3999.0, 3957.0, 3989.0, 3959.0, 3991.0, 3970.0, 3970.0, 3971.0, 3982.0, 3971.0, 3995.0, 4013.0, 3985.0, 4015.0, 3975.0, 4025.0, 3973.0, 4027.0, 3994.0, 4006.0, 3984.0, 4026.0, 3984.0, 4027.0, 4036.0, 3985.0, 4024.0, 3975.0, 4016.0, 3986.0, 4027.0, 3984.0, 4017.0, 3986.0, 4027.0, 3985.0, 4037.0, 4016.0, 4016.0, 4025.0, 3974.0, 4024.0, 3974.0, 4014.0, 3974.0, 4015.0, 3983.0, 4004.0, 3982.0, 4014.0, 3992.0, 3982.0, 4012.0, 3971.0, 4013.0, 3961.0, 3993.0, 3971.0, 3983.0, 4003.0, 3973.0, 4014.0, 3974.0, 4015.0, 3973.0, 4017.0, 3985.0, 4006.0, 3985.0, 4007.0, 4005.0, 4007.0, 4026.0, 3996.0, 4015.0, 3974.0, 4015.0, 3975.0, 4027.0, 3985.0, 4006.0, 3985.0, 4015.0, 3973.0, 4017.0, 4024.0, 4006.0, 4015.0, 3973.0, 4014.0, 3963.0, 3994.0, 3985.0, 4006.0, 3984.0, 3995.0, 3985.0, 4017.0, 3985.0, 4029.0, 3986.0, 4008.0, 3997.0, 4008.0, 3986.0, 4040.0, 4018.0, 4019.0, 3997.0, 4007.0, 3997.0, 4017.0, 3988.0, 4029.0, 3996.0, 4027.0, 4004.0, 4005.0, 4013.0, 3973.0, 4013.0, 3972.0, 4002.0, 3960.0, 4013.0, 3979.0, 3991.0, 3990.0, 3960.0, 4000.0, 3960.0, 4000.0, 3959.0, 4001.0, 3968.0, 3980.0, 3988.0, 3959.0, 3989.0, 3948.0, 3990.0, 3957.0, 3971.0, 3968.0, 3961.0, 3990.0, 3960.0, 4001.0, 3970.0, 3981.0, 3970.0, 3972.0, 4012.0, 3962.0, 4003.0, 3972.0, 3983.0, 3972.0, 3974.0, 4003.0, 3974.0, 4003.0, 3974.0, 3995.0, 3985.0, 3994.0, 3985.0, 4018.0, 3985.0, 4018.0, 4036.0, 3987.0, 4027.0, 3976.0, 4015.0, 3997.0, 4008.0, 3988.0, 4019.0, 4011.0, 4011.0, 4053.0, 4011.0, 4043.0, 3998.0, 4041.0, 4028.0, 3977.0, 4017.0, 3984.0, 3994.0, 3972.0, 3983.0, 3991.0, 3971.0, 4001.0, 3973.0, 3994.0, 3973.0, 3996.0, 3987.0, 4007.0, 3988.0, 3999.0, 3989.0, 4020.0, 3990.0, 4043.0, 4008.0, 4020.0, 3987.0, 4008.0, 4017.0, 4008.0, 4038.0, 3976.0, 4006.0, 3974.0, 4016.0, 3973.0, 4017.0, 3994.0, 3996.0, 3995.0, 3986.0, 4005.0, 3986.0, 4018.0, 3998.0, 3987.0, 3988.0, 3999.0, 4040.0, 3987.0, 4028.0, 3975.0, 4026.0, 3983.0, 4004.0, 4013.0, 3960.0, 3990.0, 3948.0, 3959.0, 3947.0, 3981.0, 3970.0, 3961.0, 3991.0, 3963.0, 4013.0, 3964.0, 4014.0, 3975.0, 4006.0, 3974.0, 3995.0, 3973.0, 3995.0, 3973.0, 4026.0, 4004.0, 4003.0, 4003.0, 3962.0, 4013.0, 3963.0, 4014.0, 3973.0, 4014.0, 3971.0, 3994.0, 3972.0, 3983.0, 4014.0, 3963.0, 4014.0, 3962.0, 3992.0, 3961.0, 3983.0, 3962.0, 4015.0, 3993.0, 3973.0, 4014.0, 3974.0, 4014.0, 3963.0, 4016.0, 3974.0, 3995.0, 3964.0, 3995.0, 3974.0, 4017.0, 3995.0, 4006.0, 4005.0, 3996.0, 3995.0, 3986.0, 4015.0, 3996.0, 4027.0, 3985.0, 4016.0, 3975.0, 4005.0, 3974.0, 4017.0, 3985.0, 4006.0, 3974.0, 3995.0, 3975.0, 4007.0, 3976.0, 4018.0, 3986.0, 4018.0, 3977.0, 4029.0, 3987.0, 4030.0, 4026.0, 3994.0, 4015.0, 3975.0, 4005.0, 3975.0, 4016.0, 3987.0, 4027.0, 4007.0, 3984.0, 4018.0, 4004.0, 4017.0, 4025.0, 3974.0, 4014.0, 3981.0, 3991.0, 3960.0, 3981.0, 3959.0, 3961.0, 4000.0, 3961.0, 4011.0, 3961.0, 4001.0, 3962.0, 3993.0, 3973.0, 4004.0, 3974.0, 4004.0, 3974.0, 4004.0, 3973.0, 4026.0, 4003.0, 4003.0, 4013.0, 3972.0, 4011.0, 3960.0, 4001.0, 3971.0, 3982.0, 3970.0, 3972.0, 3991.0, 3962.0, 4001.0, 3973.0, 4004.0, 3972.0, 3983.0, 3972.0, 3994.0, 3972.0, 3985.0, 4003.0, 3985.0, 4025.0, 3974.0, 4014.0, 3974.0, 4014.0, 3975.0, 4026.0, 3974.0, 4004.0, 3975.0, 4004.0, 3976.0, 4028.0, 3985.0, 4017.0, 3985.0, 4006.0, 3985.0, 3997.0, 3996.0, 4018.0, 3988.0, 4028.0, 4008.0, 3997.0, 4007.0, 3989.0, 4040.0, 3987.0, 4039.0, 3995.0, 4005.0, 3962.0, 4003.0, 3971.0, 4023.0, 3979.0, 4002.0, 3980.0, 4001.0, 3970.0, 3991.0, 4000.0, 3971.0, 4011.0, 3971.0, 4011.0, 3971.0, 4011.0, 3961.0, 4013.0, 3971.0, 4002.0, 3960.0, 4012.0, 3957.0, 3980.0, 4010.0, 3959.0, 3999.0, 3959.0, 3989.0, 3949.0, 3991.0, 3971.0, 3991.0, 3971.0, 3992.0, 3959.0, 4013.0, 3991.0, 3992.0, 4012.0, 3973.0, 4001.0, 3960.0, 4002.0, 3960.0, 3991.0, 3960.0, 3981.0, 3959.0, 3981.0, 3981.0, 3962.0, 3991.0, 3982.0, 3972.0, 3974.0, 3973.0, 4016.0, 4014.0, 4015.0, 4014.0, 4004.0, 3993.0, 3983.0, 4013.0, 3973.0, 4013.0, 3973.0, 4013.0, 3973.0, 4013.0, 3963.0, 4014.0, 3972.0, 4003.0, 3983.0, 4024.0, 3984.0, 3986.0, 4007.0, 3986.0, 4038.0, 3995.0, 4027.0, 4015.0, 4006.0, 4036.0, 4027.0, 4015.0, 4027.0, 3993.0, 3985.0, 4003.0, 4015.0, 4014.0, 3983.0, 4003.0, 4003.0, 3961.0, 3993.0, 3962.0, 4023.0, 3981.0, 4012.0, 3970.0, 4000.0, 3937.0, 3989.0, 3946.0, 3999.0, 3957.0, 3978.0, 3967.0, 3958.0, 3988.0, 3970.0, 3990.0, 3961.0, 3993.0, 3961.0, 3993.0, 3961.0, 3994.0, 3974.0, 4006.0, 3995.0, 4016.0, 3984.0, 4018.0, 4017.0, 4019.0, 4037.0, 3987.0, 4027.0, 3977.0, 4027.0, 3986.0, 4028.0, 3976.0, 4038.0, 3986.0, 4017.0, 3985.0, 4038.0, 4005.0, 4038.0, 4037.0, 4006.0, 4015.0, 3973.0, 4024.0, 3974.0, 4026.0, 3972.0, 4004.0, 3983.0, 4005.0, 3993.0, 3995.0, 4024.0, 3974.0, 4025.0, 3974.0, 4004.0, 3973.0, 4006.0, 4004.0, 3985.0, 4016.0, 3975.0, 4026.0, 3974.0, 4015.0, 3973.0, 4026.0, 4015.0, 3985.0, 4013.0, 3973.0, 4015.0, 3974.0, 4037.0, 3974.0, 4007.0, 4004.0, 3987.0, 4026.0, 3975.0, 4028.0, 3976.0, 4028.0, 3986.0, 4028.0, 3985.0, 4006.0, 4026.0, 3986.0, 4025.0, 3975.0, 3994.0, 3974.0, 4006.0, 3977.0, 3996.0, 4009.0, 3990.0, 4041.0, 4010.0, 4040.0, 3997.0, 4049.0, 4015.0, 4026.0, 4025.0, 3994.0, 4013.0, 3961.0, 4002.0, 3960.0, 4013.0, 3979.0, 3991.0, 3991.0, 3982.0, 3982.0, 3984.0, 4014.0, 3985.0, 4026.0, 3975.0, 4026.0, 3975.0, 4027.0, 3994.0, 4037.0, 4014.0, 4015.0, 4023.0, 3973.0, 4014.0, 3973.0, 4024.0, 3982.0, 4015.0, 3973.0, 4025.0, 4004.0, 3995.0, 4025.0, 3997.0, 4036.0, 3985.0, 4016.0, 4026.0, 3996.0, 4059.0, 4015.0, 4038.0, 4036.0, 4006.0, 4024.0, 3984.0, 4014.0, 3963.0, 4025.0, 3993.0, 4013.0, 3972.0, 4014.0, 3971.0, 4015.0, 4024.0, 3983.0, 4014.0, 3973.0, 4025.0, 3962.0, 4026.0, 3983.0, 4016.0, 4013.0, 3994.0, 4012.0, 3994.0, 4023.0, 3973.0, 4026.0, 3993.0, 4015.0, 3972.0, 4015.0, 3983.0, 4005.0, 4025.0, 3984.0, 4015.0, 3973.0, 4026.0, 4013.0, 3983.0, 4024.0, 3962.0, 4013.0, 3973.0, 4014.0, 3973.0, 4026.0, 4023.0, 4004.0, 4023.0, 3972.0, 4013.0, 3971.0, 4013.0, 4011.0, 3992.0, 4012.0, 3970.0, 4001.0, 3958.0, 3990.0, 4009.0, 3960.0, 4011.0, 3960.0, 3991.0, 3969.0, 3991.0, 4010.0, 3961.0, 4013.0, 3962.0, 3983.0, 3973.0, 4005.0, 3984.0, 4006.0, 4036.0, 3975.0, 4025.0, 3986.0, 4026.0, 3985.0, 4027.0, 3986.0, 4029.0, 4009.0, 4039.0, 3990.0, 4041.0, 3998.0, 4040.0, 4030.0, 4018.0, 4020.0, 3998.0, 4009.0, 4001.0, 4074.0, 4031.0, 4028.0, 4038.0, 4016.0, 4027.0, 4035.0, 3994.0, 4012.0, 3971.0, 4001.0, 3961.0, 4011.0, 3972.0, 4012.0, 3972.0, 4012.0, 3972.0, 4012.0, 3973.0, 4014.0, 3983.0, 4014.0, 3983.0, 4013.0, 3972.0, 4014.0, 3981.0, 4004.0, 3982.0, 4004.0, 3982.0, 3983.0, 4033.0, 3972.0, 4022.0, 3983.0, 4013.0, 3972.0, 4014.0, 3982.0, 4014.0, 3983.0, 4004.0, 3982.0, 3984.0, 4033.0, 3995.0, 4035.0, 3985.0, 4025.0, 3975.0, 4027.0, 3985.0, 4016.0, 3984.0, 4004.0, 3983.0, 4004.0, 3995.0, 3996.0, 3986.0, 4017.0, 3999.0, 4039.0, 3999.0, 4037.0, 3974.0, 4024.0, 3981.0, 4013.0, 4011.0, 3971.0, 4011.0, 3970.0, 4001.0, 3970.0, 3992.0, 3970.0, 3983.0, 4003.0, 3973.0, 4013.0, 3984.0, 4014.0, 3975.0, 4026.0, 3974.0, 4006.0, 3975.0, 4007.0, 4005.0, 3987.0, 4037.0, 3987.0, 4038.0, 3998.0, 4038.0, 3988.0, 4039.0, 4007.0, 4028.0, 3985.0, 4017.0, 4036.0, 4038.0, 4037.0, 3987.0, 4017.0, 3998.0, 4027.0, 3999.0, 4038.0, 3997.0, 4026.0, 3985.0, 4027.0, 3987.0, 4028.0, 3986.0, 4038.0, 3995.0, 4016.0], 'WindowWidth': [8949.0, 8937.0, 8940.0, 8877.0, 8918.0, 8867.0, 8900.0, 8922.0, 8868.0, 8892.0, 8863.0, 8898.0, 8883.0, 8889.0, 8916.0, 8876.0, 8900.0, 8887.0, 8904.0, 8900.0, 8896.0, 8931.0, 8897.0, 8935.0, 8898.0, 8938.0, 8913.0, 8930.0, 8913.0, 8931.0, 8926.0, 8931.0, 8928.0, 8918.0, 8951.0, 8916.0, 8971.0, 8919.0, 8958.0, 8913.0, 8942.0, 8913.0, 8949.0, 8929.0, 8933.0, 8930.0, 8922.0, 8932.0, 8941.0, 8946.0, 8936.0, 8934.0, 8937.0, 8935.0, 8943.0, 8985.0, 8961.0, 8980.0, 8939.0, 8949.0, 8945.0, 8978.0, 8941.0, 8985.0, 8924.0, 8961.0, 8917.0, 8946.0, 8920.0, 8948.0, 8922.0, 8949.0, 8933.0, 8964.0, 8916.0, 8963.0, 8943.0, 8947.0, 8968.0, 8912.0, 8953.0, 8893.0, 8939.0, 8903.0, 8907.0, 8941.0, 8888.0, 8910.0, 8873.0, 8901.0, 8885.0, 8893.0, 8903.0, 8895.0, 8913.0, 8914.0, 8932.0, 8950.0, 8937.0, 8965.0, 8945.0, 9005.0, 8952.0, 8947.0, 8912.0, 8918.0, 8933.0, 8898.0, 8935.0, 8891.0, 8920.0, 8879.0, 8919.0, 8892.0, 8923.0, 8889.0, 8895.0, 8920.0, 8894.0, 8934.0, 8897.0, 8924.0, 8893.0, 8928.0, 8904.0, 8894.0, 8919.0, 8880.0, 8920.0, 8878.0, 8910.0, 8903.0, 8897.0, 8933.0, 8897.0, 8922.0, 8893.0, 8924.0, 8906.0, 8899.0, 8936.0, 8897.0, 8923.0, 8893.0, 8913.0, 8904.0, 8897.0, 8924.0, 8896.0, 8909.0, 8897.0, 8914.0, 8909.0, 8917.0, 8943.0, 8917.0, 8930.0, 8916.0, 8935.0, 8913.0, 8921.0, 8958.0, 8919.0, 8943.0, 8918.0, 8949.0, 8914.0, 8934.0, 8926.0, 8917.0, 8941.0, 8920.0, 8945.0, 8916.0, 8959.0, 8915.0, 8934.0, 8910.0, 8914.0, 8953.0, 8912.0, 8944.0, 8896.0, 8926.0, 8891.0, 8896.0, 8916.0, 8894.0, 8922.0, 8877.0, 8922.0, 8890.0, 8895.0, 8900.0, 8892.0, 8935.0, 8894.0, 8921.0, 8894.0, 8908.0, 8891.0, 8913.0, 8935.0, 8895.0, 8935.0, 8877.0, 8921.0, 8870.0, 8893.0, 8914.0, 8887.0, 8916.0, 8878.0, 8903.0, 8877.0, 8922.0, 8919.0, 8894.0, 8930.0, 8880.0, 8920.0, 8881.0, 8936.0, 8894.0, 8926.0, 8910.0, 8927.0, 8909.0, 8917.0, 8954.0, 8900.0, 8938.0, 8896.0, 8923.0, 8898.0, 8936.0, 8913.0, 8957.0, 8925.0, 8941.0, 8922.0, 8924.0, 8980.0, 8913.0, 8998.0, 8938.0, 8963.0, 8899.0, 8938.0, 8874.0, 8932.0, 8869.0, 8900.0, 8924.0, 8855.0, 8905.0, 8851.0, 8893.0, 8857.0, 8902.0, 8872.0, 8874.0, 8875.0, 8893.0, 8878.0, 8914.0, 8937.0, 8903.0, 8939.0, 8888.0, 8955.0, 8885.0, 8962.0, 8913.0, 8930.0, 8900.0, 8959.0, 8897.0, 8960.0, 8970.0, 8903.0, 8952.0, 8888.0, 8942.0, 8906.0, 8959.0, 8901.0, 8946.0, 8905.0, 8962.0, 8902.0, 8973.0, 8942.0, 8942.0, 8952.0, 8886.0, 8949.0, 8884.0, 8937.0, 8883.0, 8940.0, 8895.0, 8924.0, 8890.0, 8937.0, 8904.0, 8893.0, 8933.0, 8876.0, 8932.0, 8861.0, 8906.0, 8874.0, 8896.0, 8919.0, 8883.0, 8935.0, 8886.0, 8940.0, 8885.0, 8946.0, 8901.0, 8931.0, 8900.0, 8933.0, 8928.0, 8934.0, 8956.0, 8916.0, 8939.0, 8887.0, 8941.0, 8888.0, 8959.0, 8903.0, 8931.0, 8900.0, 8941.0, 8883.0, 8945.0, 8952.0, 8928.0, 8939.0, 8882.0, 8936.0, 8867.0, 8910.0, 8901.0, 8930.0, 8899.0, 8914.0, 8902.0, 8948.0, 8903.0, 8965.0, 8904.0, 8936.0, 8919.0, 8935.0, 8903.0, 8980.0, 8948.0, 8952.0, 8918.0, 8932.0, 8922.0, 8947.0, 8911.0, 8968.0, 8916.0, 8959.0, 8922.0, 8925.0, 8932.0, 8880.0, 8932.0, 8876.0, 8916.0, 8857.0, 8929.0, 8879.0, 8899.0, 8894.0, 8855.0, 8906.0, 8855.0, 8907.0, 8852.0, 8910.0, 8861.0, 8880.0, 8889.0, 8853.0, 8890.0, 8836.0, 8894.0, 8848.0, 8872.0, 8864.0, 8859.0, 8896.0, 8857.0, 8913.0, 8870.0, 8888.0, 8869.0, 8875.0, 8926.0, 8863.0, 8918.0, 8876.0, 8894.0, 8878.0, 8883.0, 8917.0, 8882.0, 8920.0, 8883.0, 8912.0, 8900.0, 8910.0, 8900.0, 8948.0, 8900.0, 8950.0, 8971.0, 8905.0, 8957.0, 8890.0, 8941.0, 8917.0, 8936.0, 8910.0, 8952.0, 8945.0, 8946.0, 9006.0, 8945.0, 8990.0, 8924.0, 8984.0, 8962.0, 8891.0, 8943.0, 8894.0, 8908.0, 8874.0, 8890.0, 8898.0, 8875.0, 8913.0, 8878.0, 8907.0, 8883.0, 8915.0, 8906.0, 8934.0, 8909.0, 8925.0, 8915.0, 8956.0, 8915.0, 8990.0, 8937.0, 8953.0, 8904.0, 8935.0, 8944.0, 8935.0, 8976.0, 8888.0, 8927.0, 8884.0, 8940.0, 8880.0, 8944.0, 8911.0, 8916.0, 8911.0, 8902.0, 8927.0, 8904.0, 8946.0, 8922.0, 8905.0, 8911.0, 8926.0, 8981.0, 8907.0, 8960.0, 8886.0, 8956.0, 8890.0, 8920.0, 8929.0, 8854.0, 8893.0, 8834.0, 8853.0, 8835.0, 8886.0, 8868.0, 8861.0, 8899.0, 8865.0, 8931.0, 8870.0, 8936.0, 8885.0, 8927.0, 8882.0, 8910.0, 8879.0, 8910.0, 8878.0, 8954.0, 8920.0, 8919.0, 8918.0, 8863.0, 8931.0, 8865.0, 8935.0, 8880.0, 8936.0, 8874.0, 8907.0, 8876.0, 8894.0, 8934.0, 8866.0, 8933.0, 8862.0, 8902.0, 8861.0, 8893.0, 8864.0, 8938.0, 8905.0, 8879.0, 8933.0, 8884.0, 8934.0, 8868.0, 8939.0, 8884.0, 8913.0, 8870.0, 8913.0, 8882.0, 8943.0, 8912.0, 8929.0, 8926.0, 8913.0, 8910.0, 8901.0, 8938.0, 8915.0, 8956.0, 8901.0, 8940.0, 8886.0, 8926.0, 8884.0, 8946.0, 8901.0, 8927.0, 8883.0, 8914.0, 8889.0, 8933.0, 8893.0, 8949.0, 8906.0, 8948.0, 8894.0, 8965.0, 8907.0, 8967.0, 8956.0, 8911.0, 8937.0, 8885.0, 8924.0, 8887.0, 8942.0, 8906.0, 8957.0, 8933.0, 8899.0, 8947.0, 8924.0, 8943.0, 8952.0, 8881.0, 8933.0, 8885.0, 8897.0, 8854.0, 8884.0, 8852.0, 8859.0, 8908.0, 8859.0, 8926.0, 8861.0, 8913.0, 8865.0, 8905.0, 8880.0, 8923.0, 8882.0, 8923.0, 8882.0, 8922.0, 8880.0, 8954.0, 8918.0, 8918.0, 8929.0, 8876.0, 8927.0, 8858.0, 8914.0, 8873.0, 8890.0, 8870.0, 8876.0, 8899.0, 8864.0, 8913.0, 8878.0, 8920.0, 8876.0, 8893.0, 8878.0, 8909.0, 8877.0, 8898.0, 8919.0, 8898.0, 8952.0, 8884.0, 8934.0, 8882.0, 8937.0, 8886.0, 8955.0, 8884.0, 8923.0, 8886.0, 8923.0, 8891.0, 8962.0, 8901.0, 8946.0, 8901.0, 8930.0, 8901.0, 8921.0, 8917.0, 8949.0, 8914.0, 8965.0, 8940.0, 8923.0, 8937.0, 8918.0, 8985.0, 8909.0, 8979.0, 8912.0, 8924.0, 8864.0, 8919.0, 8873.0, 8946.0, 8882.0, 8915.0, 8883.0, 8911.0, 8869.0, 8901.0, 8910.0, 8874.0, 8925.0, 8875.0, 8926.0, 8876.0, 8927.0, 8863.0, 8932.0, 8874.0, 8915.0, 8858.0, 8928.0, 8848.0, 8884.0, 8923.0, 8855.0, 8907.0, 8854.0, 8894.0, 8842.0, 8900.0, 8873.0, 8901.0, 8873.0, 8902.0, 8857.0, 8932.0, 8899.0, 8902.0, 8929.0, 8879.0, 8914.0, 8858.0, 8915.0, 8856.0, 8899.0, 8856.0, 8887.0, 8855.0, 8888.0, 8887.0, 8865.0, 8900.0, 8891.0, 8876.0, 8884.0, 8880.0, 8944.0, 8937.0, 8940.0, 8935.0, 8924.0, 8906.0, 8894.0, 8932.0, 8882.0, 8933.0, 8880.0, 8932.0, 8879.0, 8931.0, 8868.0, 8935.0, 8879.0, 8922.0, 8894.0, 8951.0, 8900.0, 8907.0, 8936.0, 8903.0, 8977.0, 8914.0, 8960.0, 8940.0, 8931.0, 8969.0, 8960.0, 8944.0, 8959.0, 8909.0, 8900.0, 8919.0, 8938.0, 8935.0, 8892.0, 8917.0, 8919.0, 8861.0, 8905.0, 8865.0, 8946.0, 8887.0, 8926.0, 8866.0, 8906.0, 8820.0, 8888.0, 8830.0, 8904.0, 8844.0, 8874.0, 8858.0, 8850.0, 8888.0, 8868.0, 8896.0, 8860.0, 8905.0, 8862.0, 8905.0, 8862.0, 8910.0, 8885.0, 8930.0, 8913.0, 8943.0, 8899.0, 8950.0, 8945.0, 8952.0, 8975.0, 8906.0, 8959.0, 8893.0, 8960.0, 8905.0, 8961.0, 8890.0, 8976.0, 8904.0, 8946.0, 8902.0, 8975.0, 8927.0, 8974.0, 8971.0, 8929.0, 8937.0, 8882.0, 8951.0, 8883.0, 8954.0, 8878.0, 8923.0, 8892.0, 8924.0, 8907.0, 8913.0, 8950.0, 8885.0, 8953.0, 8883.0, 8923.0, 8881.0, 8930.0, 8923.0, 8902.0, 8941.0, 8886.0, 8955.0, 8884.0, 8940.0, 8882.0, 8956.0, 8938.0, 8899.0, 8934.0, 8882.0, 8939.0, 8885.0, 8973.0, 8885.0, 8932.0, 8925.0, 8908.0, 8958.0, 8891.0, 8963.0, 8893.0, 8964.0, 8904.0, 8961.0, 8901.0, 8930.0, 8955.0, 8902.0, 8954.0, 8886.0, 8911.0, 8883.0, 8929.0, 8893.0, 8921.0, 8941.0, 8919.0, 8987.0, 8943.0, 8984.0, 8921.0, 8993.0, 8939.0, 8956.0, 8952.0, 8908.0, 8931.0, 8859.0, 8915.0, 8857.0, 8932.0, 8882.0, 8901.0, 8900.0, 8892.0, 8891.0, 8899.0, 8938.0, 8903.0, 8956.0, 8889.0, 8956.0, 8889.0, 8960.0, 8912.0, 8972.0, 8937.0, 8938.0, 8947.0, 8882.0, 8937.0, 8883.0, 8951.0, 8893.0, 8941.0, 8882.0, 8954.0, 8924.0, 8916.0, 8951.0, 8918.0, 8972.0, 8905.0, 8944.0, 8960.0, 8920.0, 9008.0, 8942.0, 8976.0, 8972.0, 8930.0, 8951.0, 8898.0, 8938.0, 8869.0, 8955.0, 8908.0, 8933.0, 8880.0, 8936.0, 8876.0, 8941.0, 8950.0, 8897.0, 8937.0, 8885.0, 8953.0, 8869.0, 8957.0, 8895.0, 8943.0, 8935.0, 8910.0, 8931.0, 8912.0, 8950.0, 8885.0, 8958.0, 8910.0, 8941.0, 8881.0, 8941.0, 8895.0, 8929.0, 8955.0, 8900.0, 8943.0, 8883.0, 8959.0, 8934.0, 8897.0, 8950.0, 8868.0, 8935.0, 8883.0, 8939.0, 8882.0, 8957.0, 8950.0, 8926.0, 8949.0, 8880.0, 8936.0, 8876.0, 8936.0, 8928.0, 8906.0, 8931.0, 8873.0, 8914.0, 8854.0, 8900.0, 8923.0, 8861.0, 8928.0, 8859.0, 8902.0, 8869.0, 8904.0, 8926.0, 8866.0, 8935.0, 8868.0, 8898.0, 8883.0, 8930.0, 8900.0, 8934.0, 8971.0, 8892.0, 8957.0, 8906.0, 8957.0, 8905.0, 8963.0, 8909.0, 8968.0, 8943.0, 8985.0, 8922.0, 8988.0, 8928.0, 8985.0, 8972.0, 8950.0, 8956.0, 8928.0, 8944.0, 8938.0, 9044.0, 8980.0, 8965.0, 8978.0, 8944.0, 8960.0, 8967.0, 8910.0, 8933.0, 8876.0, 8915.0, 8862.0, 8929.0, 8879.0, 8931.0, 8879.0, 8931.0, 8881.0, 8933.0, 8883.0, 8937.0, 8897.0, 8936.0, 8896.0, 8935.0, 8880.0, 8937.0, 8891.0, 8924.0, 8893.0, 8925.0, 8892.0, 8896.0, 8961.0, 8881.0, 8946.0, 8896.0, 8934.0, 8881.0, 8937.0, 8895.0, 8939.0, 8895.0, 8927.0, 8893.0, 8898.0, 8962.0, 8916.0, 8968.0, 8904.0, 8955.0, 8890.0, 8960.0, 8904.0, 8945.0, 8899.0, 8926.0, 8897.0, 8923.0, 8914.0, 8916.0, 8907.0, 8949.0, 8928.0, 8983.0, 8929.0, 8977.0, 8886.0, 8953.0, 8891.0, 8936.0, 8929.0, 8876.0, 8927.0, 8875.0, 8915.0, 8875.0, 8906.0, 8876.0, 8897.0, 8923.0, 8886.0, 8938.0, 8903.0, 8942.0, 8892.0, 8960.0, 8890.0, 8934.0, 8893.0, 8937.0, 8932.0, 8910.0, 8976.0, 8912.0, 8978.0, 8928.0, 8981.0, 8914.0, 8984.0, 8936.0, 8964.0, 8904.0, 8950.0, 8974.0, 8979.0, 8975.0, 8909.0, 8948.0, 8925.0, 8962.0, 8928.0, 8978.0, 8922.0, 8958.0, 8905.0, 8961.0, 8908.0, 8965.0, 8906.0, 8978.0, 8916.0, 8945.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.0014260986159169548</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02331101487889273</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.5427256200087</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2218881889177482</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0085466979826856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4398</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7413.3569</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0725480799082867</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5570934256055364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4076125894168046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.271362673119221</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6007492107205796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350725884410613</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0125876</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020481115207076073</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.025776080787181854</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.917220648631772</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>40.982</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3681</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.5841</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310746.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>640.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.5784</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.275</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.4512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3285.219</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>65798.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1116.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4274.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.1652</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.28485210740473</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> |