=== 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-0043 --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-0043",
"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-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>f6dbdaa17dcd05ed4fcef63aade6a7d0</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>11:23:28.542500</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</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.0838726</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>233.113</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a0aa174d-b0b5-4e92-8cbd-52d31d7449bc||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.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['112328.542500', '112329.002500', '112329.462500', '112329.922500', '112330.382500', '112330.842500', '112331.302500', '112331.762500', '112332.222500', '112332.682500', '112333.142500', '112333.602500', '112334.062500', '112334.522500', '112334.982500', '112335.442500', '112335.902500', '112336.362500', '112336.822500', '112337.282500', '112337.742500', '112338.202500', '112338.662500', '112339.122500', '112339.582500', '112340.042500', '112340.502500', '112340.962500', '112341.422500', '112341.882500', '112342.342500', '112342.802500', '112343.262500', '112343.722500', '112344.182500', '112344.642500', '112345.102500', '112345.562500', '112346.022500', '112346.482500', '112346.942500', '112347.402500', '112347.862500', '112348.322500', '112348.782500', '112349.242500', '112349.702500', '112350.162500', '112350.622500', '112351.082500', '112351.542500', '112352.002500', '112352.462500', '112352.922500', '112353.382500', '112353.842500', '112354.302500', '112354.762500', '112355.222500', '112355.682500', '112356.142500', '112356.602500', '112357.062500', '112357.522500', '112357.982500', '112358.442500', '112358.902500', '112359.362500', '112359.822500', '112400.282500', '112400.742500', '112401.202500', '112401.662500', '112402.122500', '112402.582500', '112403.042500', '112403.502500', '112403.962500', '112404.422500', '112404.882500', '112405.342500', '112405.802500', '112406.262500', '112406.722500', '112407.182500', '112407.642500', '112408.102500', '112408.562500', '112409.022500', '112409.482500', '112409.942500', '112410.402500', '112410.862500', '112411.322500', '112411.782500', '112412.242500', '112412.702500', '112413.162500', '112413.622500', '112414.082500', '112414.542500', '112415.002500', '112415.462500', '112415.922500', '112416.382500', '112416.842500', '112417.302500', '112417.762500', '112418.222500', '112418.682500', '112419.142500', '112419.602500', '112420.062500', '112420.522500', '112420.982500', '112421.442500', '112421.902500', '112422.362500', '112422.822500', '112423.282500', '112423.742500', '112424.202500', '112424.662500', '112425.122500', '112425.582500', '112426.042500', '112426.502500', '112426.962500', '112427.422500', '112427.882500', '112428.342500', '112428.802500', '112429.262500', '112429.722500', '112430.182500', '112430.642500', '112431.102500', '112431.562500', '112432.022500', '112432.482500', '112432.942500', '112433.402500', '112433.862500', '112434.322500', '112434.782500', '112435.242500', '112435.702500', '112436.162500', '112436.622500', '112437.082500', '112437.542500', '112438.002500', '112438.462500', '112438.922500', '112439.382500', '112439.842500', '112440.302500', '112440.762500', '112441.222500', '112441.682500', '112442.142500', '112442.602500', '112443.062500', '112443.522500', '112443.982500', '112444.442500', '112444.902500', '112445.362500', '112445.822500', '112446.282500', '112446.742500', '112447.202500', '112447.662500', '112448.122500', '112448.582500', '112449.042500', '112449.502500', '112449.962500', '112450.422500', '112450.882500', '112451.342500', '112451.802500', '112452.262500', '112452.722500', '112453.182500', '112453.642500', '112454.102500', '112454.562500', '112455.022500', '112455.482500', '112455.942500', '112456.402500', '112456.862500', '112457.322500', '112457.782500', '112458.242500', '112458.702500', '112459.162500', '112459.622500', '112500.082500', '112500.542500', '112501.002500', '112501.462500', '112501.922500', '112502.382500', '112502.842500', '112503.302500', '112503.762500', '112504.222500', '112504.682500', '112505.142500', '112505.602500', '112506.062500', '112506.522500', '112506.982500', '112507.442500', '112507.902500', '112508.362500', '112508.822500', '112509.282500', '112509.742500', '112510.202500', '112510.662500', '112511.122500', '112511.582500', '112512.042500', '112512.502500', '112512.962500', '112513.422500', '112513.882500', '112514.342500', '112514.802500', '112515.262500', '112515.722500', '112516.182500', '112516.642500', '112517.102500', '112517.562500', '112518.022500', '112518.482500', '112518.942500', '112519.402500', '112519.862500', '112520.322500', '112520.782500', '112521.242500', '112521.702500', '112522.162500', '112522.622500', '112523.082500', '112523.542500', '112524.002500', '112524.462500', '112524.922500', '112525.382500', '112525.842500', '112526.302500', '112526.762500', '112527.222500', '112527.682500', '112528.142500', '112528.602500', '112529.062500', '112529.522500', '112529.982500', '112530.442500', '112530.902500', '112531.362500', '112531.822500', '112532.282500', '112532.742500', '112533.202500', '112533.662500', '112534.122500', '112534.582500', '112535.042500', '112535.502500', '112535.962500', '112536.422500', '112536.882500', '112537.342500', '112537.802500', '112538.262500', '112538.722500', '112539.182500', '112539.642500', '112540.102500', '112540.562500', '112541.022500', '112541.482500', '112541.942500', '112542.402500', '112542.862500', '112543.322500', '112543.782500', '112544.242500', '112544.702500', '112545.162500', '112545.622500', '112546.082500', '112546.542500', '112547.002500', '112547.462500', '112547.922500', '112548.382500', '112548.842500', '112549.302500', '112549.762500', '112550.222500', '112550.682500', '112551.142500', '112551.602500', '112552.062500', '112552.522500', '112552.982500', '112553.442500', '112553.902500', '112554.362500', '112554.822500', '112555.282500', '112555.742500', '112556.202500', '112556.662500', '112557.122500', '112557.582500', '112558.042500', '112558.502500', '112558.962500', '112559.422500', '112559.882500', '112600.342500', '112600.802500', '112601.262500', '112601.722500', '112602.182500', '112602.642500', '112603.102500', '112603.562500', '112604.022500', '112604.482500', '112604.942500', '112605.402500', '112605.862500', '112606.322500', '112606.782500', '112607.242500', '112607.702500', '112608.162500', '112608.622500', '112609.082500', '112609.542500', '112610.002500', '112610.462500', '112610.922500', '112611.382500', '112611.842500', '112612.302500', '112612.762500', '112613.222500', '112613.682500', '112614.142500', '112614.602500', '112615.062500', '112615.522500', '112615.982500', '112616.442500', '112616.902500', '112617.362500', '112617.822500', '112618.282500', '112618.742500', '112619.202500', '112619.662500', '112620.122500', '112620.582500', '112621.042500', '112621.502500', '112621.962500', '112622.422500', '112622.882500', '112623.342500', '112623.802500', '112624.262500', '112624.722500', '112625.182500', '112625.642500', '112626.102500', '112626.562500', '112627.022500', '112627.482500', '112627.942500', '112628.402500', '112628.862500', '112629.322500', '112629.782500', '112630.242500', '112630.702500', '112631.162500', '112631.622500', '112632.082500', '112632.542500', '112633.002500', '112633.462500', '112633.922500', '112634.382500', '112634.842500', '112635.302500', '112635.762500', '112636.222500', '112636.682500', '112637.142500', '112637.602500', '112638.062500', '112638.522500', '112638.982500', '112639.442500', '112639.902500', '112640.362500', '112640.822500', '112641.282500', '112641.742500', '112642.202500', '112642.662500', '112643.122500', '112643.582500', '112644.042500', '112644.502500', '112644.962500', '112645.422500', '112645.882500', '112646.342500', '112646.802500', '112647.262500', '112647.722500', '112648.182500', '112648.642500', '112649.102500', '112649.562500', '112650.022500', '112650.482500', '112650.942500', '112651.402500', '112651.862500', '112652.322500', '112652.782500', '112653.242500', '112653.702500', '112654.162500', '112654.622500', '112655.082500', '112655.542500', '112656.002500', '112656.462500', '112656.922500', '112657.382500', '112657.842500', '112658.302500', '112658.762500', '112659.222500', '112659.682500', '112700.142500', '112700.602500', '112701.062500', '112701.522500', '112701.982500', '112702.442500', '112702.902500', '112703.362500', '112703.822500', '112704.282500', '112704.742500', '112705.202500', '112705.662500', '112706.122500', '112706.582500', '112707.042500', '112707.502500', '112707.962500', '112708.422500', '112708.882500', '112709.342500', '112709.802500', '112710.262500', '112710.722500', '112711.182500', '112711.642500', '112712.102500', '112712.562500', '112713.022500', '112713.482500', '112713.942500', '112714.402500', '112714.862500', '112715.322500', '112715.782500', '112716.242500', '112716.702500', '112717.162500', '112717.622500', '112718.082500', '112718.542500', '112719.002500', '112719.462500', '112719.922500', '112720.382500', '112720.842500', '112721.302500', '112721.762500', '112722.222500', '112722.682500', '112723.142500', '112723.602500', '112724.062500', '112724.522500', '112724.982500', '112725.442500', '112725.902500', '112726.362500', '112726.822500', '112727.282500', '112727.742500', '112728.202500', '112728.662500', '112729.122500', '112729.582500', '112730.042500', '112730.502500', '112730.962500', '112731.422500', '112731.882500', '112732.342500', '112732.802500', '112733.262500', '112733.722500', '112734.182500', '112734.642500', '112735.102500', '112735.562500', '112736.022500', '112736.482500', '112736.942500', '112737.402500', '112737.862500', '112738.322500', '112738.782500', '112739.242500', '112739.702500', '112740.162500', '112740.622500', '112741.082500', '112741.542500', '112742.002500', '112742.462500', '112742.922500', '112743.382500', '112743.842500', '112744.302500', '112744.762500', '112745.222500', '112745.682500', '112746.142500', '112746.602500', '112747.062500', '112747.522500', '112747.982500', '112748.442500', '112748.902500', '112749.362500', '112749.822500', '112750.282500', '112750.742500', '112751.202500', '112751.662500', '112752.122500', '112752.582500', '112753.042500', '112753.502500', '112753.962500', '112754.422500', '112754.882500', '112755.342500', '112755.802500', '112756.262500', '112756.722500', '112757.182500', '112757.642500', '112758.102500', '112758.562500', '112759.022500', '112759.482500', '112759.942500', '112800.402500', '112800.862500', '112801.322500', '112801.782500', '112802.242500', '112802.702500', '112803.162500', '112803.622500', '112804.082500', '112804.542500', '112805.002500', '112805.462500', '112805.922500', '112806.382500', '112806.842500', '112807.302500', '112807.762500', '112808.222500', '112808.682500', '112809.142500', '112809.602500', '112810.062500', '112810.522500', '112810.982500', '112811.442500', '112811.902500', '112812.362500', '112812.822500', '112813.282500', '112813.742500', '112814.202500', '112814.662500', '112815.122500', '112815.582500', '112816.042500', '112816.502500', '112816.962500', '112817.422500', '112817.882500', '112818.342500', '112818.802500', '112819.262500', '112819.722500', '112820.182500', '112820.642500', '112821.102500', '112821.562500', '112822.022500', '112822.482500', '112822.942500', '112823.402500', '112823.862500', '112824.322500', '112824.782500', '112825.242500', '112825.702500', '112826.162500', '112826.622500', '112827.082500', '112827.542500', '112828.002500', '112828.462500', '112828.922500', '112829.382500', '112829.842500', '112830.302500', '112830.762500', '112831.222500', '112831.682500', '112832.142500', '112832.602500', '112833.062500', '112833.522500', '112833.982500', '112834.442500', '112834.902500', '112835.362500', '112835.822500', '112836.282500', '112836.742500', '112837.202500', '112837.662500', '112838.122500', '112838.582500', '112839.042500', '112839.502500', '112839.962500', '112840.422500', '112840.882500', '112841.342500', '112841.802500', '112842.262500', '112842.722500', '112843.182500', '112843.642500', '112844.102500', '112844.562500', '112845.022500', '112845.482500', '112845.942500', '112846.402500', '112846.862500', '112847.322500', '112847.782500', '112848.242500', '112848.702500', '112849.162500', '112849.622500', '112850.082500', '112850.542500', '112851.002500', '112851.462500', '112851.922500', '112852.382500', '112852.842500', '112853.302500', '112853.762500', '112854.222500', '112854.682500', '112855.142500', '112855.602500', '112856.062500', '112856.522500', '112856.982500', '112857.442500', '112857.902500', '112858.362500', '112858.822500', '112859.282500', '112859.742500', '112900.202500', '112900.662500', '112901.122500', '112901.582500', '112902.042500', '112902.502500', '112902.962500', '112903.422500', '112903.882500', '112904.342500', '112904.802500', '112905.262500', '112905.722500', '112906.182500', '112906.642500', '112907.102500', '112907.562500', '112908.022500', '112908.482500', '112908.942500', '112909.402500', '112909.862500', '112910.322500', '112910.782500', '112911.242500', '112911.702500', '112912.162500', '112912.622500', '112913.082500', '112913.542500', '112914.002500', '112914.462500', '112914.922500', '112915.382500', '112915.842500', '112916.302500', '112916.762500', '112917.222500', '112917.682500', '112918.142500', '112918.602500', '112919.062500', '112919.522500', '112919.982500', '112920.442500', '112920.902500', '112921.362500', '112921.822500', '112922.282500', '112922.742500', '112923.202500', '112923.662500', '112924.122500', '112924.582500', '112925.042500', '112925.502500', '112925.962500', '112926.422500', '112926.882500', '112927.342500', '112927.802500', '112928.262500', '112928.722500', '112929.182500', '112929.642500', '112930.102500', '112930.562500', '112931.022500', '112931.482500', '112931.942500', '112932.402500', '112932.862500', '112933.322500', '112933.782500', '112934.242500', '112934.702500', '112935.162500', '112935.622500', '112936.082500', '112936.542500', '112937.002500', '112937.462500', '112937.922500', '112938.382500', '112938.842500', '112939.302500', '112939.762500', '112940.222500', '112940.682500', '112941.142500', '112941.602500', '112942.062500', '112942.522500', '112942.982500', '112943.442500', '112943.902500', '112944.362500', '112944.822500', '112945.282500', '112945.742500', '112946.202500', '112946.662500', '112947.122500', '112947.582500', '112948.042500', '112948.502500', '112948.962500', '112949.422500', '112949.882500', '112950.342500', '112950.802500', '112951.262500', '112951.722500', '112952.182500', '112952.642500', '112953.102500', '112953.562500', '112954.022500', '112954.482500', '112954.942500', '112955.402500', '112955.862500', '112956.322500', '112956.782500', '112957.242500', '112957.702500', '112958.162500', '112958.622500', '112959.082500', '112959.542500', '113000.002500', '113000.462500', '113000.922500', '113001.382500', '113001.842500', '113002.302500', '113002.762500', '113003.222500', '113003.682500', '113004.142500', '113004.602500', '113005.062500', '113005.522500', '113005.982500', '113006.442500', '113006.902500', '113007.362500', '113007.822500', '113008.282500', '113008.742500', '113009.202500', '113009.662500', '113010.122500', '113010.582500', '113011.042500', '113011.502500', '113011.962500', '113012.422500', '113012.882500', '113013.342500', '113013.802500', '113014.262500', '113014.722500', '113015.182500', '113015.642500', '113016.102500', '113016.562500', '113017.022500', '113017.482500', '113017.942500', '113018.402500', '113018.862500', '113019.322500', '113019.782500', '113020.242500', '113020.702500', '113021.162500', '113021.622500', '113022.082500', '113022.542500', '113023.002500', '113023.462500', '113023.922500', '113024.382500', '113024.842500', '113025.302500', '113025.762500', '113026.222500', '113026.682500', '113027.142500', '113027.602500', '113028.062500', '113028.522500', '113028.982500', '113029.442500', '113029.902500', '113030.362500', '113030.822500', '113031.282500', '113031.742500', '113032.202500', '113032.662500', '113033.122500', '113033.582500', '113034.042500', '113034.502500', '113034.962500', '113035.422500', '113035.882500', '113036.342500', '113036.802500', '113037.262500', '113037.722500', '113038.182500', '113038.642500', '113039.102500', '113039.562500', '113040.022500', '113040.482500', '113040.942500', '113041.402500', '113041.862500', '113042.322500', '113042.782500', '113043.242500', '113043.702500', '113044.162500', '113044.622500', '113045.082500', '113045.542500', '113046.002500', '113046.462500', '113046.922500', '113047.382500', '113047.842500', '113048.302500', '113048.762500', '113049.222500', '113049.682500', '113050.142500', '113050.602500', '113051.062500', '113051.522500', '113051.982500', '113052.442500', '113052.902500', '113053.362500', '113053.822500', '113054.282500', '113054.742500', '113055.202500', '113055.662500', '113056.122500', '113056.582500', '113057.042500', '113057.502500', '113057.962500', '113058.422500', '113058.882500', '113059.342500', '113059.802500', '113100.262500', '113100.722500', '113101.182500', '113101.642500', '113102.102500', '113102.562500', '113103.022500', '113103.482500', '113103.942500', '113104.402500', '113104.862500', '113105.322500', '113105.782500', '113106.242500', '113106.702500', '113107.162500', '113107.622500', '113108.082500', '113108.542500', '113109.002500', '113109.462500', '113109.922500', '113110.382500', '113110.842500', '113111.302500', '113111.762500', '113112.222500', '113112.682500', '113113.142500', '113113.602500', '113114.062500', '113114.522500', '113114.982500', '113115.442500', '113115.902500', '113116.362500', '113116.822500', '113117.282500', '113117.742500', '113118.202500', '113118.662500', '113119.122500', '113119.582500', '113120.042500', '113120.502500', '113120.962500', '113121.422500', '113121.882500', '113122.342500', '113122.802500', '113123.262500', '113123.722500', '113124.182500', '113124.642500', '113125.102500', '113125.562500', '113126.022500', '113126.482500', '113126.942500', '113127.402500', '113127.862500', '113128.322500', '113128.782500', '113129.242500', '113129.702500', '113130.162500', '113130.622500', '113131.082500', '113131.542500', '113132.002500', '113132.462500', '113132.922500', '113133.382500', '113133.842500', '113134.302500', '113134.762500', '113135.222500', '113135.682500', '113136.142500', '113136.602500', '113137.062500', '113137.522500', '113137.982500', '113138.442500', '113138.902500', '113139.362500', '113139.822500', '113140.282500', '113140.742500', '113141.202500', '113141.662500', '113142.122500', '113142.582500', '113143.042500', '113143.502500', '113143.962500', '113144.422500', '113144.882500', '113145.342500', '113145.802500', '113146.262500', '113146.722500', '113147.182500', '113147.642500', '113148.102500', '113148.562500', '113149.022500', '113149.482500', '113149.942500', '113150.402500', '113150.862500', '113151.322500', '113151.782500', '113152.242500', '113152.702500', '113153.162500', '113153.622500', '113154.082500', '113154.542500', '113155.002500', '113155.462500', '113155.922500', '113156.382500', '113156.842500', '113157.302500', '113157.762500', '113158.222500', '113158.682500', '113159.142500', '113159.602500', '113200.062500', '113200.522500', '113200.982500', '113201.442500', '113201.902500', '113202.362500', '113202.822500', '113203.282500', '113203.742500', '113204.202500', '113204.662500', '113205.122500', '113205.582500', '113206.042500', '113206.502500', '113206.962500', '113207.422500', '113207.882500', '113208.342500', '113208.802500', '113209.262500', '113209.722500', '113210.182500', '113210.642500', '113211.102500', '113211.562500', '113212.022500', '113212.482500', '113212.942500', '113213.402500', '113213.862500', '113214.322500', '113214.782500', '113215.242500', '113215.702500', '113216.162500', '113216.622500', '113217.082500', '113217.542500', '113218.002500', '113218.462500', '113218.922500', '113219.382500', '113219.842500'], 'ContentTime': ['112347.342000', '112347.346000', '112347.350000', '112347.354000', '112347.357000', '112347.360000', '112347.363000', '112347.366000', '112347.369000', '112347.373000', '112347.376000', '112347.379000', '112347.382000', '112347.385000', '112347.399000', '112347.402000', '112347.407000', '112347.412000', '112347.415000', '112347.418000', '112347.421000', '112347.424000', '112347.427000', '112347.431000', '112347.434000', '112347.443000', '112347.446000', '112347.449000', '112347.452000', '112347.455000', '112347.458000', '112347.461000', '112347.464000', '112347.467000', '112347.470000', '112347.473000', '112347.476000', '112347.480000', '112407.315000', '112407.318000', '112407.321000', '112407.324000', '112407.328000', '112407.331000', '112407.334000', '112407.337000', '112407.340000', '112407.343000', '112407.346000', '112407.350000', '112407.353000', '112407.356000', '112407.359000', '112407.362000', '112407.365000', '112407.368000', '112407.371000', '112407.374000', '112407.377000', '112407.380000', '112407.383000', '112407.387000', '112407.390000', '112407.393000', '112407.396000', '112407.399000', '112407.402000', '112407.405000', '112407.408000', '112407.421000', '112407.424000', '112407.427000', '112407.430000', '112407.433000', '112407.436000', '112407.439000', '112407.442000', '112407.445000', '112407.448000', '112407.452000', '112407.455000', '112407.458000', '112427.315000', '112427.318000', '112427.321000', '112427.324000', '112427.327000', '112427.330000', '112427.333000', '112427.336000', '112427.339000', '112427.342000', '112427.345000', '112427.348000', '112427.351000', '112427.354000', '112427.357000', '112427.360000', '112427.363000', '112427.366000', '112427.369000', '112427.372000', '112427.375000', '112427.378000', '112427.381000', '112427.384000', '112427.387000', '112427.390000', '112427.393000', '112427.396000', '112427.399000', '112427.402000', '112427.405000', '112427.408000', '112427.411000', '112427.414000', '112427.417000', '112427.420000', '112427.423000', '112427.426000', '112427.429000', '112427.432000', '112427.435000', '112427.439000', '112427.442000', '112447.315000', '112447.318000', '112447.321000', '112447.324000', '112447.327000', '112447.330000', '112447.333000', '112447.336000', '112447.339000', '112447.342000', '112447.345000', '112447.348000', '112447.351000', '112447.354000', '112447.357000', '112447.360000', '112447.363000', '112447.366000', '112447.369000', '112447.372000', '112447.374000', '112447.377000', '112447.380000', '112447.383000', '112447.386000', '112447.389000', '112447.392000', '112447.395000', '112447.398000', '112447.401000', '112447.404000', '112447.407000', '112447.410000', '112447.413000', '112447.416000', '112447.419000', '112447.422000', '112447.425000', '112447.428000', '112447.431000', '112447.434000', '112447.437000', '112447.440000', '112447.443000', '112507.316000', '112507.319000', '112507.322000', '112507.325000', '112507.328000', '112507.331000', '112507.334000', '112507.337000', '112507.340000', '112507.343000', '112507.346000', '112507.349000', '112507.352000', '112507.355000', '112507.358000', '112507.361000', '112507.371000', '112507.374000', '112507.377000', '112507.380000', '112507.383000', '112507.387000', '112507.391000', '112507.394000', '112507.397000', '112507.400000', '112507.403000', '112507.406000', '112507.409000', '112507.412000', '112507.415000', '112507.418000', '112507.421000', '112507.424000', '112507.427000', '112507.430000', '112507.433000', '112507.436000', '112507.439000', '112507.442000', '112507.445000', '112507.448000', '112507.452000', '112527.316000', '112527.319000', '112527.322000', '112527.325000', '112527.328000', '112527.331000', '112527.334000', '112527.337000', '112527.340000', '112527.343000', '112527.346000', '112527.349000', '112527.352000', '112527.355000', '112527.358000', '112527.361000', '112527.364000', '112527.367000', '112527.370000', '112527.373000', '112527.376000', '112527.379000', '112527.382000', '112527.385000', '112527.388000', '112527.391000', '112527.394000', '112527.403000', '112527.406000', '112527.409000', '112527.412000', '112527.414000', '112527.417000', '112527.420000', '112527.423000', '112527.426000', '112527.429000', '112527.432000', '112527.436000', '112527.438000', '112527.441000', '112527.444000', '112527.448000', '112527.450000', '112547.315000', '112547.318000', '112547.321000', '112547.324000', '112547.327000', '112547.330000', '112547.333000', '112547.336000', '112547.339000', '112547.342000', '112547.345000', '112547.348000', '112547.351000', '112547.354000', '112547.357000', '112547.360000', '112547.363000', '112547.366000', '112547.369000', '112547.372000', '112547.375000', '112547.378000', '112547.381000', '112547.384000', '112547.387000', '112547.390000', '112547.393000', '112547.396000', '112547.399000', '112547.402000', '112547.405000', '112547.408000', '112547.411000', '112547.414000', '112547.417000', '112547.420000', '112547.423000', '112547.426000', '112547.429000', '112547.432000', '112547.435000', '112547.438000', '112547.441000', '112607.315000', '112607.318000', '112607.321000', '112607.324000', '112607.327000', '112607.330000', '112607.333000', '112607.336000', '112607.339000', '112607.342000', '112607.345000', '112607.348000', '112607.351000', '112607.354000', '112607.357000', '112607.360000', '112607.363000', '112607.366000', '112607.369000', '112607.372000', '112607.375000', '112607.378000', '112607.381000', '112607.384000', '112607.387000', '112607.390000', '112607.393000', '112607.396000', '112607.399000', '112607.402000', '112607.405000', '112607.408000', '112607.411000', '112607.414000', '112607.417000', '112607.420000', '112607.423000', '112607.426000', '112607.429000', '112607.432000', '112607.449000', '112607.452000', '112607.455000', '112607.458000', '112627.315000', '112627.318000', '112627.321000', '112627.324000', '112627.327000', '112627.330000', '112627.333000', '112627.336000', '112627.339000', '112627.342000', '112627.345000', '112627.348000', '112627.351000', '112627.354000', '112627.357000', '112627.360000', '112627.363000', '112627.366000', '112627.369000', '112627.372000', '112627.375000', '112627.378000', '112627.381000', '112627.384000', '112627.387000', '112627.390000', '112627.393000', '112627.396000', '112627.399000', '112627.402000', '112627.405000', '112627.408000', '112627.411000', '112627.414000', '112627.417000', '112627.420000', '112627.423000', '112627.427000', '112627.430000', '112627.433000', '112627.436000', '112627.439000', '112627.442000', '112647.315000', '112647.318000', '112647.321000', '112647.324000', '112647.327000', '112647.330000', '112647.333000', '112647.336000', '112647.339000', '112647.342000', '112647.345000', '112647.348000', '112647.351000', '112647.354000', '112647.357000', '112647.360000', '112647.363000', '112647.366000', '112647.369000', '112647.372000', '112647.375000', '112647.378000', '112647.381000', '112647.384000', '112647.387000', '112647.390000', '112647.393000', '112647.396000', '112647.399000', '112647.402000', '112647.405000', '112647.408000', '112647.411000', '112647.414000', '112647.417000', '112647.420000', '112647.423000', '112647.426000', '112647.429000', '112647.432000', '112647.435000', '112647.438000', '112647.441000', '112647.444000', '112707.315000', '112707.318000', '112707.321000', '112707.324000', '112707.327000', '112707.330000', '112707.333000', '112707.336000', '112707.339000', '112707.342000', '112707.345000', '112707.348000', '112707.351000', '112707.354000', '112707.357000', '112707.360000', '112707.363000', '112707.366000', '112707.374000', '112707.377000', '112707.380000', '112707.383000', '112707.386000', '112707.389000', '112707.392000', '112707.395000', '112707.398000', '112707.401000', '112707.404000', '112707.407000', '112707.410000', '112707.413000', '112707.416000', '112707.419000', '112707.422000', '112707.425000', '112707.428000', '112707.431000', '112707.434000', '112707.437000', '112707.440000', '112707.443000', '112707.446000', '112727.316000', '112727.319000', '112727.322000', '112727.325000', '112727.328000', '112727.331000', '112727.334000', '112727.337000', '112727.340000', '112727.343000', '112727.346000', '112727.350000', '112727.353000', '112727.356000', '112727.359000', '112727.362000', '112727.365000', '112727.367000', '112727.371000', '112727.373000', '112727.376000', '112727.380000', '112727.382000', '112727.386000', '112727.389000', '112727.392000', '112727.395000', '112727.397000', '112727.400000', '112727.403000', '112727.406000', '112727.409000', '112727.417000', '112727.420000', '112727.423000', '112727.426000', '112727.429000', '112727.432000', '112727.435000', '112727.438000', '112727.441000', '112727.444000', '112727.447000', '112727.450000', '112747.316000', '112747.319000', '112747.322000', '112747.325000', '112747.328000', '112747.331000', '112747.334000', '112747.348000', '112747.351000', '112747.354000', '112747.357000', '112747.360000', '112747.363000', '112747.366000', '112747.369000', '112747.372000', '112747.375000', '112747.378000', '112747.381000', '112747.384000', '112747.387000', '112747.390000', '112747.393000', '112747.396000', '112747.399000', '112747.402000', '112747.405000', '112747.408000', '112747.411000', '112747.414000', '112747.417000', '112747.420000', '112747.423000', '112747.426000', '112747.429000', '112747.432000', '112747.435000', '112747.438000', '112747.441000', '112747.444000', '112747.447000', '112747.450000', '112747.453000', '112807.316000', '112807.320000', '112807.323000', '112807.326000', '112807.329000', '112807.332000', '112807.335000', '112807.338000', '112807.341000', '112807.344000', '112807.347000', '112807.350000', '112807.353000', '112807.356000', '112807.359000', '112807.362000', '112807.365000', '112807.368000', '112807.370000', '112807.373000', '112807.376000', '112807.379000', '112807.382000', '112807.385000', '112807.388000', '112807.391000', '112807.394000', '112807.397000', '112807.400000', '112807.403000', '112807.406000', '112807.409000', '112807.412000', '112807.415000', '112807.418000', '112807.421000', '112807.424000', '112807.427000', '112807.431000', '112807.434000', '112807.437000', '112807.440000', '112807.443000', '112827.315000', '112827.318000', '112827.321000', '112827.324000', '112827.327000', '112827.330000', '112827.333000', '112827.336000', '112827.339000', '112827.342000', '112827.345000', '112827.348000', '112827.351000', '112827.354000', '112827.357000', '112827.360000', '112827.363000', '112827.366000', '112827.369000', '112827.372000', '112827.375000', '112827.378000', '112827.381000', '112827.384000', '112827.387000', '112827.390000', '112827.393000', '112827.396000', '112827.399000', '112827.402000', '112827.405000', '112827.408000', '112827.411000', '112827.414000', '112827.417000', '112827.420000', '112827.423000', '112827.426000', '112827.429000', '112827.432000', '112827.435000', '112827.438000', '112827.444000', '112827.447000', '112847.315000', '112847.318000', '112847.321000', '112847.325000', '112847.328000', '112847.331000', '112847.334000', '112847.338000', '112847.342000', '112847.345000', '112847.348000', '112847.351000', '112847.354000', '112847.357000', '112847.360000', '112847.363000', '112847.366000', '112847.369000', '112847.372000', '112847.375000', '112847.378000', '112847.381000', '112847.384000', '112847.387000', '112847.390000', '112847.393000', '112847.396000', '112847.399000', '112847.402000', '112847.405000', '112847.408000', '112847.411000', '112847.414000', '112847.417000', '112847.420000', '112847.423000', '112847.426000', '112847.429000', '112847.432000', '112847.435000', '112847.438000', '112847.441000', '112847.444000', '112907.315000', '112907.318000', '112907.321000', '112907.324000', '112907.327000', '112907.330000', '112907.333000', '112907.336000', '112907.339000', '112907.342000', '112907.345000', '112907.348000', '112907.351000', '112907.354000', '112907.357000', '112907.360000', '112907.363000', '112907.366000', '112907.369000', '112907.372000', '112907.375000', '112907.378000', '112907.381000', '112907.384000', '112907.387000', '112907.390000', '112907.393000', '112907.396000', '112907.399000', '112907.402000', '112907.405000', '112907.408000', '112907.411000', '112907.425000', '112907.428000', '112907.431000', '112907.434000', '112907.437000', '112907.440000', '112907.443000', '112907.446000', '112907.449000', '112907.452000', '112907.455000', '112927.315000', '112927.318000', '112927.321000', '112927.324000', '112927.327000', '112927.330000', '112927.334000', '112927.337000', '112927.340000', '112927.343000', '112927.346000', '112927.349000', '112927.352000', '112927.355000', '112927.358000', '112927.361000', '112927.364000', '112927.367000', '112927.370000', '112927.373000', '112927.376000', '112927.381000', '112927.384000', '112927.387000', '112927.390000', '112927.393000', '112927.396000', '112927.399000', '112927.402000', '112927.404000', '112927.407000', '112927.410000', '112927.414000', '112927.417000', '112927.420000', '112927.423000', '112927.426000', '112927.429000', '112927.432000', '112927.435000', '112927.438000', '112927.441000', '112927.444000', '112947.316000', '112947.319000', '112947.322000', '112947.325000', '112947.328000', '112947.331000', '112947.334000', '112947.337000', '112947.340000', '112947.343000', '112947.346000', '112947.349000', '112947.352000', '112947.355000', '112947.358000', '112947.361000', '112947.364000', '112947.367000', '112947.370000', '112947.373000', '112947.376000', '112947.379000', '112947.382000', '112947.385000', '112947.388000', '112947.391000', '112947.394000', '112947.397000', '112947.400000', '112947.403000', '112947.406000', '112947.409000', '112947.412000', '112947.415000', '112947.418000', '112947.421000', '112947.424000', '112947.427000', '112947.430000', '112947.433000', '112947.436000', '112947.439000', '112947.442000', '112947.445000', '113007.316000', '113007.319000', '113007.322000', '113007.325000', '113007.328000', '113007.331000', '113007.334000', '113007.337000', '113007.340000', '113007.343000', '113007.346000', '113007.349000', '113007.352000', '113007.355000', '113007.359000', '113007.363000', '113007.366000', '113007.369000', '113007.372000', '113007.375000', '113007.378000', '113007.381000', '113007.384000', '113007.386000', '113007.389000', '113007.392000', '113007.395000', '113007.398000', '113007.401000', '113007.404000', '113007.408000', '113007.411000', '113007.414000', '113007.417000', '113007.420000', '113007.423000', '113007.425000', '113007.428000', '113007.431000', '113007.434000', '113007.437000', '113007.440000', '113007.443000', '113027.315000', '113027.318000', '113027.321000', '113027.324000', '113027.327000', '113027.330000', '113027.333000', '113027.336000', '113027.339000', '113027.342000', '113027.345000', '113027.348000', '113027.351000', '113027.354000', '113027.357000', '113027.360000', '113027.363000', '113027.366000', '113027.369000', '113027.372000', '113027.375000', '113027.378000', '113027.381000', '113027.384000', '113027.387000', '113027.390000', '113027.393000', '113027.396000', '113027.399000', '113027.402000', '113027.405000', '113027.408000', '113027.411000', '113027.414000', '113027.417000', '113027.420000', '113027.423000', '113027.426000', '113027.429000', '113027.432000', '113027.435000', '113027.438000', '113027.441000', '113027.444000', '113047.315000', '113047.318000', '113047.321000', '113047.324000', '113047.327000', '113047.330000', '113047.333000', '113047.336000', '113047.339000', '113047.342000', '113047.345000', '113047.348000', '113047.351000', '113047.354000', '113047.357000', '113047.360000', '113047.363000', '113047.366000', '113047.369000', '113047.372000', '113047.375000', '113047.378000', '113047.381000', '113047.385000', '113047.388000', '113047.391000', '113047.394000', '113047.397000', '113047.400000', '113047.403000', '113047.406000', '113047.409000', '113047.412000', '113047.415000', '113047.418000', '113047.421000', '113047.424000', '113047.427000', '113047.430000', '113047.433000', '113047.436000', '113047.439000', '113047.442000', '113107.315000', '113107.318000', '113107.321000', '113107.324000', '113107.327000', '113107.330000', '113107.333000', '113107.336000', '113107.339000', '113107.342000', '113107.345000', '113107.348000', '113107.351000', '113107.354000', '113107.357000', '113107.360000', '113107.363000', '113107.387000', '113107.390000', '113107.393000', '113107.396000', '113107.399000', '113107.402000', '113107.405000', '113107.408000', '113107.411000', '113107.414000', '113107.417000', '113107.420000', '113107.423000', '113107.426000', '113107.429000', '113107.432000', '113107.435000', '113107.438000', '113107.441000', '113107.444000', '113107.447000', '113107.450000', '113107.453000', '113107.456000', '113107.459000', '113107.462000', '113107.465000', '113127.315000', '113127.318000', '113127.321000', '113127.324000', '113127.327000', '113127.330000', '113127.333000', '113127.336000', '113127.340000', '113127.343000', '113127.346000', '113127.349000', '113127.352000', '113127.355000', '113127.358000', '113127.361000', '113127.364000', '113127.367000', '113127.370000', '113127.373000', '113127.376000', '113127.379000', '113127.382000', '113127.385000', '113127.388000', '113127.391000', '113127.396000', '113127.401000', '113127.404000', '113127.407000', '113127.410000', '113127.413000', '113127.416000', '113127.419000', '113127.422000', '113127.425000', '113127.428000', '113127.431000', '113127.434000', '113127.437000', '113127.440000', '113127.443000', '113127.446000', '113147.315000', '113147.318000', '113147.321000', '113147.324000', '113147.327000', '113147.330000', '113147.333000', '113147.336000', '113147.339000', '113147.342000', '113147.345000', '113147.348000', '113147.352000', '113147.355000', '113147.358000', '113147.361000', '113147.364000', '113147.367000', '113147.370000', '113147.373000', '113147.375000', '113147.378000', '113147.381000', '113147.384000', '113147.387000', '113147.390000', '113147.394000', '113147.397000', '113147.400000', '113147.403000', '113147.406000', '113147.409000', '113147.411000', '113147.414000', '113147.417000', '113147.420000', '113147.423000', '113147.426000', '113147.429000', '113147.432000', '113147.446000', '113147.449000', '113147.452000', '113147.455000', '113207.316000', '113207.319000', '113207.322000', '113207.325000', '113207.328000', '113207.331000', '113207.334000', '113207.337000', '113207.340000', '113207.343000', '113207.346000', '113207.349000', '113207.352000', '113207.355000', '113207.358000', '113207.361000', '113207.364000', '113207.367000', '113207.370000', '113207.373000', '113207.376000', '113207.379000', '113207.382000', '113207.385000', '113207.388000', '113207.391000', '113207.394000', '113207.397000', '113207.400000', '113207.403000', '113207.406000', '113207.409000', '113207.414000', '113207.418000', '113207.421000', '113207.424000', '113207.427000', '113207.430000', '113207.433000', '113207.436000', '113207.439000', '113207.442000', '113207.445000', '113221.295000', '113221.299000', '113221.302000', '113221.305000', '113221.308000', '113221.311000', '113221.314000', '113221.317000', '113221.320000', '113221.323000', '113221.327000', '113221.330000', '113221.333000', '113221.336000', '113221.339000', '113221.342000', '113221.345000', '113221.348000', '113221.352000', '113221.355000', '113221.358000', '113221.361000', '113221.364000', '113221.367000', '113221.370000', '113221.373000', '113221.376000', '113221.379000', '113221.382000', '113221.385000', '113221.388000'], 'InstanceCreationTime': ['112347.342000', '112347.346000', '112347.350000', '112347.354000', '112347.357000', '112347.360000', '112347.363000', '112347.366000', '112347.369000', '112347.373000', '112347.376000', '112347.379000', '112347.382000', '112347.385000', '112347.399000', '112347.402000', '112347.407000', '112347.412000', '112347.415000', '112347.418000', '112347.421000', '112347.424000', '112347.427000', '112347.431000', '112347.434000', '112347.443000', '112347.446000', '112347.449000', '112347.452000', '112347.455000', '112347.458000', '112347.461000', '112347.464000', '112347.467000', '112347.470000', '112347.473000', '112347.476000', '112347.480000', '112407.315000', '112407.318000', '112407.321000', '112407.324000', '112407.328000', '112407.331000', '112407.334000', '112407.337000', '112407.340000', '112407.343000', '112407.346000', '112407.350000', '112407.353000', '112407.356000', '112407.359000', '112407.362000', '112407.365000', '112407.368000', '112407.371000', '112407.374000', '112407.377000', '112407.380000', '112407.383000', '112407.387000', '112407.390000', '112407.393000', '112407.396000', '112407.399000', '112407.402000', '112407.405000', '112407.408000', '112407.421000', '112407.424000', '112407.427000', '112407.430000', '112407.433000', '112407.436000', '112407.439000', '112407.442000', '112407.445000', '112407.448000', '112407.452000', '112407.455000', '112407.458000', '112427.315000', '112427.318000', '112427.321000', '112427.324000', '112427.327000', '112427.330000', '112427.333000', '112427.336000', '112427.339000', '112427.342000', '112427.345000', '112427.348000', '112427.351000', '112427.354000', '112427.357000', '112427.360000', '112427.363000', '112427.366000', '112427.369000', '112427.372000', '112427.375000', '112427.378000', '112427.381000', '112427.384000', '112427.387000', '112427.390000', '112427.393000', '112427.396000', '112427.399000', '112427.402000', '112427.405000', '112427.408000', '112427.411000', '112427.414000', '112427.417000', '112427.420000', '112427.423000', '112427.426000', '112427.429000', '112427.432000', '112427.435000', '112427.439000', '112427.442000', '112447.315000', '112447.318000', '112447.321000', '112447.324000', '112447.327000', '112447.330000', '112447.333000', '112447.336000', '112447.339000', '112447.342000', '112447.345000', '112447.348000', '112447.351000', '112447.354000', '112447.357000', '112447.360000', '112447.363000', '112447.366000', '112447.369000', '112447.372000', '112447.374000', '112447.377000', '112447.380000', '112447.383000', '112447.386000', '112447.389000', '112447.392000', '112447.395000', '112447.398000', '112447.401000', '112447.404000', '112447.407000', '112447.410000', '112447.413000', '112447.416000', '112447.419000', '112447.422000', '112447.425000', '112447.428000', '112447.431000', '112447.434000', '112447.437000', '112447.440000', '112447.443000', '112507.316000', '112507.319000', '112507.322000', '112507.325000', '112507.328000', '112507.331000', '112507.334000', '112507.337000', '112507.340000', '112507.343000', '112507.346000', '112507.349000', '112507.352000', '112507.355000', '112507.358000', '112507.361000', '112507.371000', '112507.374000', '112507.377000', '112507.380000', '112507.383000', '112507.387000', '112507.391000', '112507.394000', '112507.397000', '112507.400000', '112507.403000', '112507.406000', '112507.409000', '112507.412000', '112507.415000', '112507.418000', '112507.421000', '112507.424000', '112507.427000', '112507.430000', '112507.433000', '112507.436000', '112507.439000', '112507.442000', '112507.445000', '112507.448000', '112507.452000', '112527.316000', '112527.319000', '112527.322000', '112527.325000', '112527.328000', '112527.331000', '112527.334000', '112527.337000', '112527.340000', '112527.343000', '112527.346000', '112527.349000', '112527.352000', '112527.355000', '112527.358000', '112527.361000', '112527.364000', '112527.367000', '112527.370000', '112527.373000', '112527.376000', '112527.379000', '112527.382000', '112527.385000', '112527.388000', '112527.391000', '112527.394000', '112527.403000', '112527.406000', '112527.409000', '112527.412000', '112527.414000', '112527.417000', '112527.420000', '112527.423000', '112527.426000', '112527.429000', '112527.432000', '112527.436000', '112527.438000', '112527.441000', '112527.444000', '112527.448000', '112527.450000', '112547.315000', '112547.318000', '112547.321000', '112547.324000', '112547.327000', '112547.330000', '112547.333000', '112547.336000', '112547.339000', '112547.342000', '112547.345000', '112547.348000', '112547.351000', '112547.354000', '112547.357000', '112547.360000', '112547.363000', '112547.366000', '112547.369000', '112547.372000', '112547.375000', '112547.378000', '112547.381000', '112547.384000', '112547.387000', '112547.390000', '112547.393000', '112547.396000', '112547.399000', '112547.402000', '112547.405000', '112547.408000', '112547.411000', '112547.414000', '112547.417000', '112547.420000', '112547.423000', '112547.426000', '112547.429000', '112547.432000', '112547.435000', '112547.438000', '112547.441000', '112607.315000', '112607.318000', '112607.321000', '112607.324000', '112607.327000', '112607.330000', '112607.333000', '112607.336000', '112607.339000', '112607.342000', '112607.345000', '112607.348000', '112607.351000', '112607.354000', '112607.357000', '112607.360000', '112607.363000', '112607.366000', '112607.369000', '112607.372000', '112607.375000', '112607.378000', '112607.381000', '112607.384000', '112607.387000', '112607.390000', '112607.393000', '112607.396000', '112607.399000', '112607.402000', '112607.405000', '112607.408000', '112607.411000', '112607.414000', '112607.417000', '112607.420000', '112607.423000', '112607.426000', '112607.429000', '112607.432000', '112607.449000', '112607.452000', '112607.455000', '112607.458000', '112627.315000', '112627.318000', '112627.321000', '112627.324000', '112627.327000', '112627.330000', '112627.333000', '112627.336000', '112627.339000', '112627.342000', '112627.345000', '112627.348000', '112627.351000', '112627.354000', '112627.357000', '112627.360000', '112627.363000', '112627.366000', '112627.369000', '112627.372000', '112627.375000', '112627.378000', '112627.381000', '112627.384000', '112627.387000', '112627.390000', '112627.393000', '112627.396000', '112627.399000', '112627.402000', '112627.405000', '112627.408000', '112627.411000', '112627.414000', '112627.417000', '112627.420000', '112627.423000', '112627.427000', '112627.430000', '112627.433000', '112627.436000', '112627.439000', '112627.442000', '112647.315000', '112647.318000', '112647.321000', '112647.324000', '112647.327000', '112647.330000', '112647.333000', '112647.336000', '112647.339000', '112647.342000', '112647.345000', '112647.348000', '112647.351000', '112647.354000', '112647.357000', '112647.360000', '112647.363000', '112647.366000', '112647.369000', '112647.372000', '112647.375000', '112647.378000', '112647.381000', '112647.384000', '112647.387000', '112647.390000', '112647.393000', '112647.396000', '112647.399000', '112647.402000', '112647.405000', '112647.408000', '112647.411000', '112647.414000', '112647.417000', '112647.420000', '112647.423000', '112647.426000', '112647.429000', '112647.432000', '112647.435000', '112647.438000', '112647.441000', '112647.444000', '112707.315000', '112707.318000', '112707.321000', '112707.324000', '112707.327000', '112707.330000', '112707.333000', '112707.336000', '112707.339000', '112707.342000', '112707.345000', '112707.348000', '112707.351000', '112707.354000', '112707.357000', '112707.360000', '112707.363000', '112707.366000', '112707.374000', '112707.377000', '112707.380000', '112707.383000', '112707.386000', '112707.389000', '112707.392000', '112707.395000', '112707.398000', '112707.401000', '112707.404000', '112707.407000', '112707.410000', '112707.413000', '112707.416000', '112707.419000', '112707.422000', '112707.425000', '112707.428000', '112707.431000', '112707.434000', '112707.437000', '112707.440000', '112707.443000', '112707.446000', '112727.316000', '112727.319000', '112727.322000', '112727.325000', '112727.328000', '112727.331000', '112727.334000', '112727.337000', '112727.340000', '112727.343000', '112727.346000', '112727.350000', '112727.353000', '112727.356000', '112727.359000', '112727.362000', '112727.365000', '112727.367000', '112727.371000', '112727.373000', '112727.376000', '112727.380000', '112727.382000', '112727.386000', '112727.389000', '112727.392000', '112727.395000', '112727.397000', '112727.400000', '112727.403000', '112727.406000', '112727.409000', '112727.417000', '112727.420000', '112727.423000', '112727.426000', '112727.429000', '112727.432000', '112727.435000', '112727.438000', '112727.441000', '112727.444000', '112727.447000', '112727.450000', '112747.316000', '112747.319000', '112747.322000', '112747.325000', '112747.328000', '112747.331000', '112747.334000', '112747.348000', '112747.351000', '112747.354000', '112747.357000', '112747.360000', '112747.363000', '112747.366000', '112747.369000', '112747.372000', '112747.375000', '112747.378000', '112747.381000', '112747.384000', '112747.387000', '112747.390000', '112747.393000', '112747.396000', '112747.399000', '112747.402000', '112747.405000', '112747.408000', '112747.411000', '112747.414000', '112747.417000', '112747.420000', '112747.423000', '112747.426000', '112747.429000', '112747.432000', '112747.435000', '112747.438000', '112747.441000', '112747.444000', '112747.447000', '112747.450000', '112747.453000', '112807.316000', '112807.320000', '112807.323000', '112807.326000', '112807.329000', '112807.332000', '112807.335000', '112807.338000', '112807.341000', '112807.344000', '112807.347000', '112807.350000', '112807.353000', '112807.356000', '112807.359000', '112807.362000', '112807.365000', '112807.368000', '112807.370000', '112807.373000', '112807.376000', '112807.379000', '112807.382000', '112807.385000', '112807.388000', '112807.391000', '112807.394000', '112807.397000', '112807.400000', '112807.403000', '112807.406000', '112807.409000', '112807.412000', '112807.415000', '112807.418000', '112807.421000', '112807.424000', '112807.427000', '112807.431000', '112807.434000', '112807.437000', '112807.440000', '112807.443000', '112827.315000', '112827.318000', '112827.321000', '112827.324000', '112827.327000', '112827.330000', '112827.333000', '112827.336000', '112827.339000', '112827.342000', '112827.345000', '112827.348000', '112827.351000', '112827.354000', '112827.357000', '112827.360000', '112827.363000', '112827.366000', '112827.369000', '112827.372000', '112827.375000', '112827.378000', '112827.381000', '112827.384000', '112827.387000', '112827.390000', '112827.393000', '112827.396000', '112827.399000', '112827.402000', '112827.405000', '112827.408000', '112827.411000', '112827.414000', '112827.417000', '112827.420000', '112827.423000', '112827.426000', '112827.429000', '112827.432000', '112827.435000', '112827.438000', '112827.444000', '112827.447000', '112847.315000', '112847.318000', '112847.321000', '112847.325000', '112847.328000', '112847.331000', '112847.334000', '112847.338000', '112847.342000', '112847.345000', '112847.348000', '112847.351000', '112847.354000', '112847.357000', '112847.360000', '112847.363000', '112847.366000', '112847.369000', '112847.372000', '112847.375000', '112847.378000', '112847.381000', '112847.384000', '112847.387000', '112847.390000', '112847.393000', '112847.396000', '112847.399000', '112847.402000', '112847.405000', '112847.408000', '112847.411000', '112847.414000', '112847.417000', '112847.420000', '112847.423000', '112847.426000', '112847.429000', '112847.432000', '112847.435000', '112847.438000', '112847.441000', '112847.444000', '112907.315000', '112907.318000', '112907.321000', '112907.324000', '112907.327000', '112907.330000', '112907.333000', '112907.336000', '112907.339000', '112907.342000', '112907.345000', '112907.348000', '112907.351000', '112907.354000', '112907.357000', '112907.360000', '112907.363000', '112907.366000', '112907.369000', '112907.372000', '112907.375000', '112907.378000', '112907.381000', '112907.384000', '112907.387000', '112907.390000', '112907.393000', '112907.396000', '112907.399000', '112907.402000', '112907.405000', '112907.408000', '112907.411000', '112907.425000', '112907.428000', '112907.431000', '112907.434000', '112907.437000', '112907.440000', '112907.443000', '112907.446000', '112907.449000', '112907.452000', '112907.455000', '112927.315000', '112927.318000', '112927.321000', '112927.324000', '112927.327000', '112927.330000', '112927.334000', '112927.337000', '112927.340000', '112927.343000', '112927.346000', '112927.349000', '112927.352000', '112927.355000', '112927.358000', '112927.361000', '112927.364000', '112927.367000', '112927.370000', '112927.373000', '112927.376000', '112927.381000', '112927.384000', '112927.387000', '112927.390000', '112927.393000', '112927.396000', '112927.399000', '112927.402000', '112927.404000', '112927.407000', '112927.410000', '112927.414000', '112927.417000', '112927.420000', '112927.423000', '112927.426000', '112927.429000', '112927.432000', '112927.435000', '112927.438000', '112927.441000', '112927.444000', '112947.316000', '112947.319000', '112947.322000', '112947.325000', '112947.328000', '112947.331000', '112947.334000', '112947.337000', '112947.340000', '112947.343000', '112947.346000', '112947.349000', '112947.352000', '112947.355000', '112947.358000', '112947.361000', '112947.364000', '112947.367000', '112947.370000', '112947.373000', '112947.376000', '112947.379000', '112947.382000', '112947.385000', '112947.388000', '112947.391000', '112947.394000', '112947.397000', '112947.400000', '112947.403000', '112947.406000', '112947.409000', '112947.412000', '112947.415000', '112947.418000', '112947.421000', '112947.424000', '112947.427000', '112947.430000', '112947.433000', '112947.436000', '112947.439000', '112947.442000', '112947.445000', '113007.316000', '113007.319000', '113007.322000', '113007.325000', '113007.328000', '113007.331000', '113007.334000', '113007.337000', '113007.340000', '113007.343000', '113007.346000', '113007.349000', '113007.352000', '113007.355000', '113007.359000', '113007.363000', '113007.366000', '113007.369000', '113007.372000', '113007.375000', '113007.378000', '113007.381000', '113007.384000', '113007.386000', '113007.389000', '113007.392000', '113007.395000', '113007.398000', '113007.401000', '113007.404000', '113007.408000', '113007.411000', '113007.414000', '113007.417000', '113007.420000', '113007.423000', '113007.425000', '113007.428000', '113007.431000', '113007.434000', '113007.437000', '113007.440000', '113007.443000', '113027.315000', '113027.318000', '113027.321000', '113027.324000', '113027.327000', '113027.330000', '113027.333000', '113027.336000', '113027.339000', '113027.342000', '113027.345000', '113027.348000', '113027.351000', '113027.354000', '113027.357000', '113027.360000', '113027.363000', '113027.366000', '113027.369000', '113027.372000', '113027.375000', '113027.378000', '113027.381000', '113027.384000', '113027.387000', '113027.390000', '113027.393000', '113027.396000', '113027.399000', '113027.402000', '113027.405000', '113027.408000', '113027.411000', '113027.414000', '113027.417000', '113027.420000', '113027.423000', '113027.426000', '113027.429000', '113027.432000', '113027.435000', '113027.438000', '113027.441000', '113027.444000', '113047.315000', '113047.318000', '113047.321000', '113047.324000', '113047.327000', '113047.330000', '113047.333000', '113047.336000', '113047.339000', '113047.342000', '113047.345000', '113047.348000', '113047.351000', '113047.354000', '113047.357000', '113047.360000', '113047.363000', '113047.366000', '113047.369000', '113047.372000', '113047.375000', '113047.378000', '113047.381000', '113047.385000', '113047.388000', '113047.391000', '113047.394000', '113047.397000', '113047.400000', '113047.403000', '113047.406000', '113047.409000', '113047.412000', '113047.415000', '113047.418000', '113047.421000', '113047.424000', '113047.427000', '113047.430000', '113047.433000', '113047.436000', '113047.439000', '113047.442000', '113107.315000', '113107.318000', '113107.321000', '113107.324000', '113107.327000', '113107.330000', '113107.333000', '113107.336000', '113107.339000', '113107.342000', '113107.345000', '113107.348000', '113107.351000', '113107.354000', '113107.357000', '113107.360000', '113107.363000', '113107.387000', '113107.390000', '113107.393000', '113107.396000', '113107.399000', '113107.402000', '113107.405000', '113107.408000', '113107.411000', '113107.414000', '113107.417000', '113107.420000', '113107.423000', '113107.426000', '113107.429000', '113107.432000', '113107.435000', '113107.438000', '113107.441000', '113107.444000', '113107.447000', '113107.450000', '113107.453000', '113107.456000', '113107.459000', '113107.462000', '113107.465000', '113127.315000', '113127.318000', '113127.321000', '113127.324000', '113127.327000', '113127.330000', '113127.333000', '113127.336000', '113127.340000', '113127.343000', '113127.346000', '113127.349000', '113127.352000', '113127.355000', '113127.358000', '113127.361000', '113127.364000', '113127.367000', '113127.370000', '113127.373000', '113127.376000', '113127.379000', '113127.382000', '113127.385000', '113127.388000', '113127.391000', '113127.396000', '113127.401000', '113127.404000', '113127.407000', '113127.410000', '113127.413000', '113127.416000', '113127.419000', '113127.422000', '113127.425000', '113127.428000', '113127.431000', '113127.434000', '113127.437000', '113127.440000', '113127.443000', '113127.446000', '113147.315000', '113147.318000', '113147.321000', '113147.324000', '113147.327000', '113147.330000', '113147.333000', '113147.336000', '113147.339000', '113147.342000', '113147.345000', '113147.348000', '113147.352000', '113147.355000', '113147.358000', '113147.361000', '113147.364000', '113147.367000', '113147.370000', '113147.373000', '113147.375000', '113147.378000', '113147.381000', '113147.384000', '113147.387000', '113147.390000', '113147.394000', '113147.397000', '113147.400000', '113147.403000', '113147.406000', '113147.409000', '113147.411000', '113147.414000', '113147.417000', '113147.420000', '113147.423000', '113147.426000', '113147.429000', '113147.432000', '113147.446000', '113147.449000', '113147.452000', '113147.455000', '113207.316000', '113207.319000', '113207.322000', '113207.325000', '113207.328000', '113207.331000', '113207.334000', '113207.337000', '113207.340000', '113207.343000', '113207.346000', '113207.349000', '113207.352000', '113207.355000', '113207.358000', '113207.361000', '113207.364000', '113207.367000', '113207.370000', '113207.373000', '113207.376000', '113207.379000', '113207.382000', '113207.385000', '113207.388000', '113207.391000', '113207.394000', '113207.397000', '113207.400000', '113207.403000', '113207.406000', '113207.409000', '113207.414000', '113207.418000', '113207.421000', '113207.424000', '113207.427000', '113207.430000', '113207.433000', '113207.436000', '113207.439000', '113207.442000', '113207.445000', '113221.295000', '113221.299000', '113221.302000', '113221.305000', '113221.308000', '113221.311000', '113221.314000', '113221.317000', '113221.320000', '113221.323000', '113221.327000', '113221.330000', '113221.333000', '113221.336000', '113221.339000', '113221.342000', '113221.345000', '113221.348000', '113221.352000', '113221.355000', '113221.358000', '113221.361000', '113221.364000', '113221.367000', '113221.370000', '113221.373000', '113221.376000', '113221.379000', '113221.382000', '113221.385000', '113221.388000'], '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': [15647, 11230, 15291, 11212, 14917, 11145, 14540, 10603, 13050, 10504, 13051, 10685, 12321, 9500, 12571, 10519, 12468, 11183, 8584, 11148, 10564, 9318, 11235, 9470, 13047, 10471, 8444, 12445, 9692, 15135, 11839, 9031, 14692, 11925, 15019, 12486, 13268, 12095, 9810, 12058, 10479, 13073, 11033, 12279, 11145, 10022, 11253, 8587, 10812, 9744, 12143, 10526, 13349, 11224, 9785, 10363, 8514, 10837, 10591, 12880, 10824, 12901, 11402, 11315, 11065, 10719, 11066, 10967, 11530, 10373, 11630, 10087, 11524, 11281, 12189, 12451, 12508, 10058, 11606, 9547, 11231, 9352, 11494, 9681, 12187, 9180, 11642, 9095, 11719, 9999, 11782, 10114, 11590, 9021, 11487, 8762, 11593, 9861, 12818, 11319, 11977, 10449, 8765, 11200, 10207, 10443, 10584, 10335, 11954, 10025, 13600, 10362, 14031, 10806, 14457, 10507, 13764, 10207, 12397, 10763, 12361, 12337, 11719, 13193, 11566, 13729, 11280, 12847, 10787, 12660, 10234, 12196, 10034, 12245, 9797, 12132, 9496, 11551, 9318, 11594, 9023, 11685, 9439, 11823, 10453, 12532, 10703, 12893, 10637, 13090, 10624, 13185, 10888, 13439, 10687, 13284, 10912, 12820, 10975, 12708, 11166, 10802, 10493, 7859, 10375, 10235, 8022, 9890, 8698, 12307, 10067, 13238, 10735, 10923, 10434, 9006, 10766, 9568, 11262, 9041, 12099, 9497, 12920, 9926, 13095, 10394, 13228, 11011, 13232, 11140, 10048, 10885, 8914, 11382, 9887, 13249, 10490, 13613, 11114, 13264, 11249, 13823, 11328, 10345, 11386, 10334, 11675, 10457, 11663, 9894, 12058, 9981, 12845, 10728, 13641, 11148, 13874, 11439, 8856, 10998, 8581, 11610, 8752, 12601, 10135, 10084, 10159, 9174, 10213, 9897, 7863, 12075, 10266, 10762, 11247, 9424, 13764, 10577, 12613, 11316, 8962, 12900, 10831, 8675, 10563, 8916, 13192, 10849, 11906, 10722, 9783, 13016, 9688, 13557, 10664, 14665, 11438, 15327, 11612, 14920, 11706, 13476, 11787, 10058, 11396, 9524, 12325, 10712, 12282, 10810, 9412, 11644, 9785, 12912, 10765, 10238, 10602, 8444, 10755, 8878, 12134, 10854, 10463, 10481, 8496, 12592, 10633, 8421, 11806, 10179, 8226, 12116, 9905, 14655, 11639, 10600, 11087, 8886, 13672, 11021, 14687, 11727, 10832, 11839, 9556, 13304, 10838, 12541, 11163, 8988, 11830, 9911, 13872, 10738, 14211, 11549, 10708, 11932, 9432, 13590, 11086, 10652, 10879, 8843, 13633, 10770, 12740, 11070, 10289, 11278, 9810, 12271, 9707, 13488, 10807, 13969, 11307, 10153, 11356, 8997, 11757, 9814, 12940, 10536, 10773, 11302, 8776, 12642, 10345, 13773, 11024, 12436, 11191, 9124, 11466, 9137, 12312, 10001, 14116, 11081, 10306, 11076, 8735, 13294, 10451, 15004, 11485, 14699, 11572, 13242, 11164, 12361, 11607, 9429, 11848, 9110, 12564, 10033, 14335, 11208, 14686, 11159, 14067, 11091, 11963, 11225, 9601, 11466, 8798, 11637, 8968, 12645, 10183, 9247, 10434, 9283, 11007, 10088, 8142, 11205, 10401, 8305, 11873, 9751, 14781, 11469, 15556, 11917, 16223, 12316, 16173, 11613, 15552, 11546, 15186, 11264, 13767, 11155, 12616, 10957, 12577, 11163, 9787, 10595, 8769, 10796, 9194, 11015, 9242, 11646, 9006, 11618, 8899, 12038, 9122, 12092, 9015, 11978, 9057, 12384, 9217, 12972, 10085, 13296, 10017, 12968, 10068, 13057, 10262, 12550, 10770, 9867, 10538, 8946, 10980, 8978, 12138, 10086, 12718, 10680, 11140, 10940, 11711, 11379, 8803, 12393, 10099, 13760, 10858, 12813, 11359, 8789, 11174, 8308, 12130, 9560, 13311, 10695, 10189, 10564, 9224, 11368, 9586, 12149, 9545, 13469, 10414, 14032, 10844, 13656, 11702, 11274, 10824, 9415, 11929, 10929, 12326, 11415, 13082, 9970, 13092, 9822, 13854, 10312, 14555, 11219, 14472, 11113, 12341, 10714, 10004, 11580, 10185, 12704, 9506, 13339, 9699, 13447, 9905, 13797, 10564, 14146, 10958, 12702, 10607, 12468, 10595, 9442, 10629, 7951, 11301, 9118, 13052, 10101, 13690, 10688, 13184, 10733, 13444, 11218, 13174, 11169, 13529, 10932, 13270, 11149, 9047, 11313, 8412, 11612, 8702, 12725, 9930, 13317, 10230, 12522, 10370, 13079, 10422, 11979, 10488, 8266, 10029, 7827, 11888, 9840, 7687, 10729, 9268, 12693, 11398, 10751, 10980, 8729, 12122, 9384, 13654, 10581, 13660, 10746, 11783, 10264, 8735, 11345, 8845, 12324, 9778, 12936, 10073, 13493, 11000, 13300, 10888, 11086, 11212, 9162, 11585, 8952, 12278, 8911, 12313, 8757, 12748, 9672, 13686, 10225, 13370, 10618, 12795, 10415, 12916, 10551, 12877, 10334, 11556, 10315, 9877, 10585, 7895, 11055, 8306, 11841, 9170, 12415, 10235, 9433, 10147, 8663, 11105, 8978, 12200, 9507, 13280, 10068, 13487, 10428, 13135, 10783, 8360, 10709, 8037, 11977, 9055, 12655, 10411, 9950, 10256, 8174, 12259, 9698, 10397, 10345, 8179, 11783, 9469, 13616, 10655, 12770, 10677, 10461, 11504, 9556, 11748, 10358, 8309, 11766, 10416, 8447, 13108, 10794, 16042, 12229, 17339, 12087, 11443, 11113, 8772, 12821, 9470, 13123, 10357, 14727, 10490, 10466, 10098, 8221, 11080, 8773, 12780, 9631, 13386, 10231, 13483, 9801, 13161, 9791, 13268, 9782, 12913, 9750, 12851, 9926, 10061, 10189, 7741, 11187, 8386, 12652, 9436, 12718, 10623, 8812, 10655, 8214, 11569, 8551, 12051, 9515, 13261, 10157, 11225, 10431, 9092, 10785, 8585, 11968, 9593, 12106, 10355, 9365, 10627, 8609, 12620, 9713, 13197, 10709, 12768, 11118, 9432, 11329, 9090, 13169, 10005, 12284, 11064, 8508, 11646, 9130, 13189, 10660, 9659, 10909, 8636, 13240, 9982, 13137, 10607, 9644, 11044, 8704, 12140, 10125, 8874, 11358, 9198, 12576, 10707, 10614, 11321, 11437, 11657, 10723, 11727, 9673, 11761, 8880, 11787, 8705, 12280, 9072, 12142, 9697, 10966, 10147, 9724, 10461, 8725, 11382, 9052, 12919, 9953, 12718, 10851, 11582, 10648, 8463, 11657, 8881, 13011, 10813, 7980, 11815, 9528, 7655, 11603, 9565, 13155, 11097, 9838, 11452, 8989, 13468, 9934, 14045, 10262, 13901, 10353, 13284, 10324, 12536, 10271, 12278, 10287, 10890, 10052, 9175, 10073, 9135, 10437, 9383, 10688, 9319, 11377, 8567, 11712, 8567, 11904, 9267, 11961, 8847, 12332, 8833, 12726, 9097, 12964, 9900, 12477, 10107, 11346, 10245, 11415, 10739, 9324, 10910, 8650, 11181, 8622, 12027, 9545, 12492, 10238, 10186, 10317, 8314, 11257, 8969, 12319, 10017, 11391, 10658, 11591, 11000, 8758, 12060, 9200, 13234, 9558, 12486, 9348, 12869, 9580, 10077, 10466, 8589, 12899, 9559, 13430, 10451, 13687, 11118, 14161, 11022, 12471, 10729, 12408, 10965, 11500, 10860, 8741, 11153, 8419, 12149, 8658, 12236, 9248, 12475, 9288, 12124, 9491, 12062, 10045, 10303, 10189, 8075, 10874, 8584, 11551, 8772, 11623, 8694, 12270, 9239, 12019, 10251, 9632, 10346, 7982, 11209, 8476, 12941, 10345, 10352, 10573, 9074, 9101, 9730, 15149, 10640, 13587, 9938, 12956, 9697, 12740, 9403, 12653, 9798, 13117, 10057, 13645, 10557, 14748, 11271, 12553, 10689, 9999, 10308, 8744, 10636, 9419, 11603, 9284, 11649, 9283, 12732, 9271, 13685, 10296, 14450, 10305, 11333, 10422, 11076, 10378, 10151, 10626, 8452, 10527, 8374, 11325, 8764, 12333, 8721, 12233, 9089, 12444, 9655, 9511, 9622, 7521, 10108, 7887, 10514, 8344, 11389, 8360, 12265, 8828, 12600, 9416, 12067, 9897, 11201, 10102, 9179, 10337, 8228, 11772, 9350, 9576, 10153, 7926, 11466, 9181, 10829, 9961, 7729, 11390, 9116, 9935, 10090, 8056, 11681, 9684, 8240, 11215, 9097, 8503, 10567, 9125, 8358, 10390, 8712, 13110, 10301, 11373, 10574, 8426, 12532, 9624, 12317, 10241, 8232, 11203, 9092, 12802, 10459, 11350, 10709, 10703, 11083, 9243, 12363, 9597, 12844, 9778, 12911, 9104, 14116, 9861, 13562, 10304, 14034, 10589, 13393, 10489, 11063, 10614, 10604, 10754, 9141, 10836, 8288, 11235, 8523, 12194, 9768, 11942, 10450, 8410, 11086, 8737, 11951, 9588, 13483, 10335, 9226, 10524, 8765, 11995, 8818, 12279, 9363, 13709, 9712, 14528, 10831, 11698, 10575, 8356, 10854, 8574, 12089, 9039, 13345, 9941, 12570, 10594, 10809, 10759, 9863, 10602, 8514, 10932, 8394, 11588, 9134, 12281, 9092, 13049, 9611, 13088, 10075, 12847, 10778, 8705, 10606, 8258, 11870, 8750, 12524, 9727, 11554, 10157, 9870, 10104, 9591, 10352, 7841, 11262, 8505, 12290, 9854, 12985, 9933, 9273, 9948, 7726, 10704, 8326, 12653, 9742, 11833, 10248, 12110, 10441, 9899], 'WindowCenter': [4579.0, 4526.0, 4540.0, 4508.0, 4523.0, 4492.0, 4510.0, 4479.0, 4500.0, 4480.0, 4498.0, 4479.0, 4517.0, 4512.0, 4529.0, 4482.0, 4501.0, 4492.0, 4463.0, 4493.0, 4507.0, 4498.0, 4505.0, 4482.0, 4512.0, 4497.0, 4476.0, 4515.0, 4486.0, 4525.0, 4503.0, 4474.0, 4525.0, 4507.0, 4522.0, 4491.0, 4501.0, 4491.0, 4470.0, 4478.0, 4467.0, 4487.0, 4479.0, 4478.0, 4465.0, 4455.0, 4468.0, 4447.0, 4479.0, 4471.0, 4488.0, 4482.0, 4517.0, 4510.0, 4470.0, 4468.0, 4461.0, 4493.0, 4496.0, 4515.0, 4494.0, 4502.0, 4506.0, 4491.0, 4492.0, 4480.0, 4482.0, 4480.0, 4491.0, 4470.0, 4480.0, 4469.0, 4480.0, 4478.0, 4488.0, 4487.0, 4488.0, 4455.0, 4475.0, 4456.0, 4466.0, 4457.0, 4477.0, 4458.0, 4488.0, 4458.0, 4480.0, 4448.0, 4490.0, 4469.0, 4503.0, 4469.0, 4490.0, 4459.0, 4479.0, 4459.0, 4490.0, 4470.0, 4497.0, 4491.0, 4501.0, 4492.0, 4460.0, 4503.0, 4494.0, 4494.0, 4496.0, 4494.0, 4515.0, 4484.0, 4525.0, 4483.0, 4523.0, 4492.0, 4512.0, 4480.0, 4500.0, 4469.0, 4489.0, 4479.0, 4487.0, 4489.0, 4489.0, 4499.0, 4476.0, 4496.0, 4476.0, 4497.0, 4479.0, 4497.0, 4480.0, 4500.0, 4470.0, 4488.0, 4481.0, 4498.0, 4472.0, 4506.0, 4488.0, 4503.0, 4474.0, 4502.0, 4475.0, 4504.0, 4493.0, 4513.0, 4494.0, 4513.0, 4507.0, 4527.0, 4505.0, 4526.0, 4506.0, 4525.0, 4493.0, 4538.0, 4508.0, 4516.0, 4505.0, 4515.0, 4508.0, 4507.0, 4507.0, 4478.0, 4508.0, 4508.0, 4480.0, 4511.0, 4502.0, 4542.0, 4522.0, 4540.0, 4531.0, 4520.0, 4520.0, 4500.0, 4519.0, 4500.0, 4518.0, 4487.0, 4529.0, 4496.0, 4527.0, 4498.0, 4528.0, 4498.0, 4527.0, 4507.0, 4528.0, 4519.0, 4496.0, 4506.0, 4486.0, 4518.0, 4496.0, 4528.0, 4523.0, 4538.0, 4507.0, 4526.0, 4506.0, 4526.0, 4494.0, 4483.0, 4494.0, 4483.0, 4493.0, 4483.0, 4493.0, 4471.0, 4502.0, 4481.0, 4501.0, 4492.0, 4511.0, 4492.0, 4511.0, 4492.0, 4471.0, 4492.0, 4464.0, 4505.0, 4476.0, 4513.0, 4494.0, 4493.0, 4493.0, 4484.0, 4493.0, 4484.0, 4464.0, 4517.0, 4509.0, 4506.0, 4518.0, 4499.0, 4526.0, 4506.0, 4514.0, 4503.0, 4473.0, 4514.0, 4505.0, 4476.0, 4494.0, 4474.0, 4524.0, 4505.0, 4515.0, 4504.0, 4485.0, 4514.0, 4474.0, 4512.0, 4482.0, 4511.0, 4491.0, 4510.0, 4489.0, 4509.0, 4488.0, 4499.0, 4487.0, 4469.0, 4478.0, 4467.0, 4499.0, 4480.0, 4515.0, 4492.0, 4472.0, 4491.0, 4470.0, 4501.0, 4492.0, 4482.0, 4482.0, 4462.0, 4491.0, 4473.0, 4503.0, 4505.0, 4506.0, 4496.0, 4473.0, 4515.0, 4503.0, 4478.0, 4518.0, 4507.0, 4478.0, 4516.0, 4496.0, 4537.0, 4505.0, 4495.0, 4504.0, 4474.0, 4523.0, 4492.0, 4524.0, 4502.0, 4493.0, 4503.0, 4482.0, 4511.0, 4493.0, 4513.0, 4493.0, 4473.0, 4505.0, 4486.0, 4513.0, 4492.0, 4524.0, 4503.0, 4492.0, 4503.0, 4472.0, 4512.0, 4492.0, 4495.0, 4493.0, 4473.0, 4524.0, 4493.0, 4514.0, 4494.0, 4482.0, 4494.0, 4482.0, 4503.0, 4473.0, 4513.0, 4492.0, 4512.0, 4492.0, 4484.0, 4494.0, 4462.0, 4502.0, 4483.0, 4515.0, 4496.0, 4494.0, 4502.0, 4474.0, 4514.0, 4495.0, 4525.0, 4506.0, 4516.0, 4505.0, 4474.0, 4504.0, 4487.0, 4517.0, 4485.0, 4524.0, 4493.0, 4484.0, 4503.0, 4474.0, 4524.0, 4493.0, 4524.0, 4504.0, 4524.0, 4495.0, 4513.0, 4493.0, 4503.0, 4493.0, 4461.0, 4492.0, 4460.0, 4500.0, 4472.0, 4511.0, 4480.0, 4510.0, 4481.0, 4509.0, 4480.0, 4489.0, 4479.0, 4471.0, 4491.0, 4449.0, 4490.0, 4488.0, 4525.0, 4497.0, 4485.0, 4495.0, 4474.0, 4493.0, 4496.0, 4464.0, 4503.0, 4506.0, 4475.0, 4516.0, 4488.0, 4537.0, 4506.0, 4536.0, 4504.0, 4523.0, 4491.0, 4520.0, 4478.0, 4508.0, 4479.0, 4508.0, 4479.0, 4498.0, 4477.0, 4487.0, 4479.0, 4487.0, 4478.0, 4456.0, 4467.0, 4450.0, 4480.0, 4459.0, 4482.0, 4460.0, 4491.0, 4460.0, 4490.0, 4461.0, 4491.0, 4461.0, 4491.0, 4459.0, 4490.0, 4460.0, 4500.0, 4471.0, 4513.0, 4482.0, 4513.0, 4482.0, 4512.0, 4483.0, 4512.0, 4483.0, 4501.0, 4495.0, 4483.0, 4494.0, 4485.0, 4504.0, 4475.0, 4515.0, 4495.0, 4515.0, 4497.0, 4505.0, 4507.0, 4517.0, 4517.0, 4477.0, 4515.0, 4496.0, 4526.0, 4506.0, 4516.0, 4506.0, 4476.0, 4506.0, 4476.0, 4518.0, 4497.0, 4527.0, 4506.0, 4498.0, 4506.0, 4486.0, 4517.0, 4486.0, 4518.0, 4486.0, 4526.0, 4506.0, 4526.0, 4508.0, 4526.0, 4506.0, 4505.0, 4506.0, 4475.0, 4504.0, 4494.0, 4514.0, 4504.0, 4515.0, 4472.0, 4512.0, 4473.0, 4512.0, 4481.0, 4512.0, 4493.0, 4511.0, 4490.0, 4500.0, 4480.0, 4469.0, 4491.0, 4469.0, 4500.0, 4459.0, 4499.0, 4458.0, 4499.0, 4469.0, 4499.0, 4466.0, 4498.0, 4479.0, 4498.0, 4480.0, 4488.0, 4468.0, 4470.0, 4481.0, 4439.0, 4490.0, 4471.0, 4512.0, 4482.0, 4513.0, 4482.0, 4512.0, 4491.0, 4511.0, 4482.0, 4500.0, 4480.0, 4498.0, 4478.0, 4498.0, 4476.0, 4457.0, 4478.0, 4447.0, 4478.0, 4448.0, 4498.0, 4469.0, 4499.0, 4481.0, 4500.0, 4482.0, 4512.0, 4482.0, 4491.0, 4482.0, 4452.0, 4481.0, 4452.0, 4490.0, 4484.0, 4453.0, 4504.0, 4486.0, 4526.0, 4506.0, 4505.0, 4496.0, 4463.0, 4504.0, 4471.0, 4513.0, 4484.0, 4512.0, 4493.0, 4501.0, 4483.0, 4464.0, 4494.0, 4461.0, 4503.0, 4482.0, 4511.0, 4482.0, 4513.0, 4493.0, 4512.0, 4492.0, 4492.0, 4491.0, 4472.0, 4491.0, 4459.0, 4491.0, 4459.0, 4492.0, 4460.0, 4500.0, 4470.0, 4510.0, 4482.0, 4511.0, 4481.0, 4501.0, 4481.0, 4500.0, 4480.0, 4501.0, 4473.0, 4490.0, 4481.0, 4470.0, 4482.0, 4450.0, 4492.0, 4462.0, 4503.0, 4484.0, 4513.0, 4494.0, 4484.0, 4496.0, 4473.0, 4506.0, 4475.0, 4517.0, 4484.0, 4514.0, 4484.0, 4525.0, 4495.0, 4514.0, 4494.0, 4463.0, 4495.0, 4465.0, 4505.0, 4475.0, 4527.0, 4521.0, 4497.0, 4506.0, 4475.0, 4525.0, 4497.0, 4498.0, 4497.0, 4478.0, 4519.0, 4498.0, 4528.0, 4507.0, 4529.0, 4507.0, 4507.0, 4517.0, 4498.0, 4516.0, 4498.0, 4478.0, 4519.0, 4507.0, 4479.0, 4538.0, 4519.0, 4550.0, 4518.0, 4547.0, 4506.0, 4492.0, 4481.0, 4450.0, 4488.0, 4458.0, 4491.0, 4457.0, 4498.0, 4468.0, 4467.0, 4468.0, 4449.0, 4478.0, 4447.0, 4498.0, 4458.0, 4497.0, 4468.0, 4498.0, 4460.0, 4488.0, 4458.0, 4486.0, 4456.0, 4487.0, 4456.0, 4499.0, 4469.0, 4467.0, 4468.0, 4438.0, 4480.0, 4451.0, 4500.0, 4471.0, 4504.0, 4483.0, 4462.0, 4482.0, 4461.0, 4491.0, 4463.0, 4502.0, 4471.0, 4501.0, 4481.0, 4493.0, 4481.0, 4473.0, 4492.0, 4461.0, 4504.0, 4483.0, 4503.0, 4485.0, 4484.0, 4495.0, 4464.0, 4514.0, 4484.0, 4516.0, 4494.0, 4514.0, 4495.0, 4473.0, 4494.0, 4472.0, 4513.0, 4483.0, 4503.0, 4492.0, 4464.0, 4505.0, 4475.0, 4516.0, 4495.0, 4485.0, 4495.0, 4473.0, 4515.0, 4486.0, 4525.0, 4496.0, 4485.0, 4506.0, 4476.0, 4515.0, 4494.0, 4475.0, 4505.0, 4485.0, 4518.0, 4506.0, 4507.0, 4506.0, 4504.0, 4504.0, 4494.0, 4492.0, 4470.0, 4491.0, 4460.0, 4490.0, 4460.0, 4499.0, 4460.0, 4500.0, 4473.0, 4491.0, 4483.0, 4483.0, 4493.0, 4462.0, 4503.0, 4473.0, 4513.0, 4484.0, 4514.0, 4497.0, 4504.0, 4494.0, 4464.0, 4506.0, 4473.0, 4526.0, 4496.0, 4465.0, 4515.0, 4496.0, 4480.0, 4530.0, 4513.0, 4540.0, 4506.0, 4494.0, 4507.0, 4485.0, 4525.0, 4484.0, 4524.0, 4484.0, 4513.0, 4483.0, 4512.0, 4481.0, 4501.0, 4480.0, 4501.0, 4480.0, 4481.0, 4472.0, 4470.0, 4482.0, 4472.0, 4492.0, 4474.0, 4484.0, 4471.0, 4492.0, 4463.0, 4502.0, 4461.0, 4501.0, 4470.0, 4493.0, 4460.0, 4501.0, 4461.0, 4500.0, 4462.0, 4511.0, 4482.0, 4503.0, 4483.0, 4491.0, 4483.0, 4505.0, 4493.0, 4474.0, 4493.0, 4463.0, 4503.0, 4464.0, 4504.0, 4482.0, 4512.0, 4492.0, 4483.0, 4493.0, 4464.0, 4505.0, 4474.0, 4517.0, 4497.0, 4517.0, 4496.0, 4507.0, 4505.0, 4474.0, 4515.0, 4474.0, 4516.0, 4487.0, 4518.0, 4475.0, 4514.0, 4483.0, 4483.0, 4493.0, 4464.0, 4512.0, 4483.0, 4514.0, 4492.0, 4512.0, 4492.0, 4513.0, 4482.0, 4500.0, 4481.0, 4489.0, 4480.0, 4478.0, 4469.0, 4448.0, 4479.0, 4448.0, 4488.0, 4449.0, 4490.0, 4458.0, 4488.0, 4458.0, 4490.0, 4470.0, 4500.0, 4472.0, 4481.0, 4481.0, 4452.0, 4491.0, 4462.0, 4491.0, 4461.0, 4505.0, 4464.0, 4503.0, 4474.0, 4504.0, 4484.0, 4484.0, 4485.0, 4452.0, 4505.0, 4478.0, 4526.0, 4494.0, 4497.0, 4506.0, 4486.0, 4487.0, 4496.0, 4536.0, 4494.0, 4513.0, 4470.0, 4501.0, 4471.0, 4499.0, 4459.0, 4500.0, 4470.0, 4497.0, 4467.0, 4499.0, 4467.0, 4498.0, 4477.0, 4488.0, 4456.0, 4455.0, 4455.0, 4431.0, 4453.0, 4442.0, 4465.0, 4444.0, 4465.0, 4443.0, 4473.0, 4446.0, 4484.0, 4453.0, 4482.0, 4441.0, 4451.0, 4453.0, 4450.0, 4443.0, 4441.0, 4451.0, 4422.0, 4453.0, 4423.0, 4464.0, 4433.0, 4473.0, 4434.0, 4473.0, 4446.0, 4485.0, 4457.0, 4456.0, 4457.0, 4437.0, 4468.0, 4450.0, 4480.0, 4449.0, 4491.0, 4452.0, 4500.0, 4462.0, 4500.0, 4472.0, 4501.0, 4481.0, 4490.0, 4483.0, 4472.0, 4484.0, 4463.0, 4502.0, 4484.0, 4486.0, 4496.0, 4466.0, 4516.0, 4489.0, 4507.0, 4499.0, 4469.0, 4519.0, 4488.0, 4497.0, 4508.0, 4480.0, 4528.0, 4510.0, 4490.0, 4521.0, 4502.0, 4489.0, 4521.0, 4501.0, 4490.0, 4522.0, 4492.0, 4541.0, 4511.0, 4531.0, 4510.0, 4490.0, 4531.0, 4500.0, 4531.0, 4511.0, 4480.0, 4521.0, 4502.0, 4540.0, 4522.0, 4521.0, 4511.0, 4510.0, 4519.0, 4489.0, 4528.0, 4488.0, 4527.0, 4497.0, 4529.0, 4477.0, 4527.0, 4496.0, 4527.0, 4498.0, 4550.0, 4510.0, 4528.0, 4507.0, 4506.0, 4495.0, 4496.0, 4508.0, 4485.0, 4507.0, 4464.0, 4507.0, 4476.0, 4515.0, 4498.0, 4530.0, 4510.0, 4479.0, 4518.0, 4491.0, 4519.0, 4497.0, 4540.0, 4499.0, 4499.0, 4521.0, 4492.0, 4528.0, 4490.0, 4528.0, 4500.0, 4539.0, 4497.0, 4538.0, 4507.0, 4517.0, 4508.0, 4477.0, 4508.0, 4489.0, 4517.0, 4487.0, 4526.0, 4497.0, 4516.0, 4496.0, 4505.0, 4507.0, 4485.0, 4496.0, 4475.0, 4495.0, 4466.0, 4505.0, 4486.0, 4516.0, 4474.0, 4515.0, 4486.0, 4516.0, 4486.0, 4516.0, 4496.0, 4475.0, 4496.0, 4465.0, 4506.0, 4475.0, 4515.0, 4486.0, 4504.0, 4497.0, 4497.0, 4511.0, 4498.0, 4498.0, 4468.0, 4505.0, 4476.0, 4518.0, 4499.0, 4526.0, 4498.0, 4500.0, 4497.0, 4468.0, 4508.0, 4478.0, 4527.0, 4499.0, 4519.0, 4510.0, 4519.0, 4507.0, 4498.0], 'WindowWidth': [10041.0, 9954.0, 9965.0, 9912.0, 9924.0, 9877.0, 9902.0, 9856.0, 9886.0, 9856.0, 9879.0, 9854.0, 9920.0, 9924.0, 9942.0, 9862.0, 9886.0, 9878.0, 9838.0, 9882.0, 9909.0, 9896.0, 9900.0, 9865.0, 9907.0, 9890.0, 9863.0, 9913.0, 9874.0, 9929.0, 9896.0, 9857.0, 9930.0, 9904.0, 9923.0, 9874.0, 9885.0, 9874.0, 9842.0, 9850.0, 9831.0, 9860.0, 9851.0, 9849.0, 9828.0, 9815.0, 9832.0, 9806.0, 9855.0, 9845.0, 9863.0, 9860.0, 9916.0, 9914.0, 9842.0, 9837.0, 9830.0, 9878.0, 9888.0, 9913.0, 9882.0, 9892.0, 9898.0, 9876.0, 9875.0, 9856.0, 9858.0, 9857.0, 9871.0, 9842.0, 9857.0, 9837.0, 9854.0, 9848.0, 9861.0, 9860.0, 9861.0, 9814.0, 9842.0, 9815.0, 9830.0, 9818.0, 9848.0, 9821.0, 9863.0, 9822.0, 9854.0, 9810.0, 9869.0, 9841.0, 9892.0, 9840.0, 9867.0, 9827.0, 9852.0, 9828.0, 9869.0, 9842.0, 9878.0, 9873.0, 9890.0, 9877.0, 9832.0, 9893.0, 9884.0, 9885.0, 9889.0, 9885.0, 9914.0, 9870.0, 9928.0, 9867.0, 9923.0, 9877.0, 9909.0, 9857.0, 9885.0, 9840.0, 9868.0, 9852.0, 9861.0, 9866.0, 9863.0, 9879.0, 9844.0, 9876.0, 9846.0, 9875.0, 9852.0, 9878.0, 9855.0, 9883.0, 9845.0, 9867.0, 9859.0, 9880.0, 9851.0, 9903.0, 9880.0, 9892.0, 9855.0, 9891.0, 9858.0, 9894.0, 9880.0, 9907.0, 9886.0, 9910.0, 9905.0, 9933.0, 9902.0, 9930.0, 9903.0, 9928.0, 9884.0, 9952.0, 9909.0, 9916.0, 9899.0, 9915.0, 9909.0, 9907.0, 9910.0, 9872.0, 9913.0, 9913.0, 9877.0, 9920.0, 9910.0, 9965.0, 9938.0, 9959.0, 9950.0, 9932.0, 9931.0, 9903.0, 9930.0, 9904.0, 9926.0, 9881.0, 9940.0, 9892.0, 9937.0, 9896.0, 9937.0, 9895.0, 9937.0, 9907.0, 9938.0, 9925.0, 9892.0, 9904.0, 9879.0, 9926.0, 9892.0, 9939.0, 9939.0, 9954.0, 9909.0, 9932.0, 9903.0, 9931.0, 9884.0, 9867.0, 9884.0, 9866.0, 9881.0, 9866.0, 9880.0, 9846.0, 9891.0, 9860.0, 9890.0, 9876.0, 9903.0, 9877.0, 9904.0, 9876.0, 9848.0, 9878.0, 9841.0, 9901.0, 9866.0, 9909.0, 9885.0, 9884.0, 9883.0, 9870.0, 9884.0, 9870.0, 9843.0, 9921.0, 9912.0, 9904.0, 9925.0, 9901.0, 9934.0, 9904.0, 9915.0, 9896.0, 9855.0, 9913.0, 9901.0, 9863.0, 9887.0, 9859.0, 9927.0, 9901.0, 9916.0, 9898.0, 9873.0, 9913.0, 9855.0, 9907.0, 9864.0, 9905.0, 9871.0, 9901.0, 9867.0, 9898.0, 9865.0, 9881.0, 9863.0, 9840.0, 9852.0, 9836.0, 9883.0, 9858.0, 9913.0, 9878.0, 9850.0, 9875.0, 9844.0, 9888.0, 9875.0, 9863.0, 9861.0, 9835.0, 9873.0, 9853.0, 9893.0, 9899.0, 9905.0, 9889.0, 9856.0, 9916.0, 9898.0, 9868.0, 9923.0, 9907.0, 9869.0, 9919.0, 9890.0, 9947.0, 9901.0, 9887.0, 9897.0, 9855.0, 9923.0, 9878.0, 9925.0, 9892.0, 9881.0, 9893.0, 9864.0, 9904.0, 9881.0, 9907.0, 9879.0, 9853.0, 9899.0, 9871.0, 9910.0, 9878.0, 9926.0, 9894.0, 9878.0, 9893.0, 9849.0, 9906.0, 9877.0, 9884.0, 9880.0, 9852.0, 9924.0, 9880.0, 9911.0, 9881.0, 9865.0, 9880.0, 9864.0, 9893.0, 9849.0, 9906.0, 9876.0, 9904.0, 9878.0, 9869.0, 9881.0, 9834.0, 9890.0, 9865.0, 9915.0, 9889.0, 9883.0, 9893.0, 9855.0, 9912.0, 9887.0, 9930.0, 9903.0, 9916.0, 9899.0, 9855.0, 9897.0, 9879.0, 9921.0, 9870.0, 9925.0, 9882.0, 9869.0, 9894.0, 9856.0, 9924.0, 9880.0, 9926.0, 9896.0, 9926.0, 9883.0, 9906.0, 9878.0, 9890.0, 9877.0, 9831.0, 9876.0, 9830.0, 9885.0, 9848.0, 9900.0, 9855.0, 9899.0, 9858.0, 9896.0, 9855.0, 9868.0, 9853.0, 9846.0, 9872.0, 9813.0, 9870.0, 9880.0, 9930.0, 9893.0, 9874.0, 9884.0, 9854.0, 9879.0, 9889.0, 9844.0, 9896.0, 9905.0, 9862.0, 9920.0, 9880.0, 9950.0, 9901.0, 9946.0, 9894.0, 9924.0, 9873.0, 9915.0, 9849.0, 9894.0, 9849.0, 9892.0, 9851.0, 9877.0, 9846.0, 9859.0, 9849.0, 9861.0, 9846.0, 9817.0, 9832.0, 9813.0, 9856.0, 9826.0, 9860.0, 9827.0, 9872.0, 9827.0, 9870.0, 9831.0, 9872.0, 9832.0, 9872.0, 9828.0, 9871.0, 9830.0, 9883.0, 9847.0, 9903.0, 9862.0, 9904.0, 9863.0, 9902.0, 9865.0, 9904.0, 9865.0, 9890.0, 9883.0, 9866.0, 9884.0, 9876.0, 9900.0, 9858.0, 9913.0, 9886.0, 9914.0, 9890.0, 9902.0, 9907.0, 9920.0, 9921.0, 9864.0, 9916.0, 9889.0, 9932.0, 9905.0, 9919.0, 9903.0, 9862.0, 9902.0, 9864.0, 9922.0, 9892.0, 9933.0, 9905.0, 9895.0, 9904.0, 9877.0, 9920.0, 9877.0, 9924.0, 9876.0, 9931.0, 9904.0, 9932.0, 9906.0, 9933.0, 9903.0, 9901.0, 9902.0, 9858.0, 9899.0, 9883.0, 9912.0, 9896.0, 9914.0, 9848.0, 9905.0, 9849.0, 9903.0, 9860.0, 9905.0, 9876.0, 9903.0, 9870.0, 9884.0, 9855.0, 9841.0, 9871.0, 9839.0, 9883.0, 9824.0, 9879.0, 9823.0, 9879.0, 9840.0, 9881.0, 9833.0, 9879.0, 9850.0, 9881.0, 9856.0, 9866.0, 9835.0, 9841.0, 9857.0, 9800.0, 9870.0, 9848.0, 9903.0, 9864.0, 9907.0, 9864.0, 9905.0, 9874.0, 9904.0, 9862.0, 9884.0, 9855.0, 9878.0, 9849.0, 9875.0, 9846.0, 9822.0, 9850.0, 9806.0, 9851.0, 9810.0, 9879.0, 9840.0, 9881.0, 9857.0, 9884.0, 9860.0, 9906.0, 9863.0, 9874.0, 9860.0, 9821.0, 9859.0, 9822.0, 9871.0, 9867.0, 9827.0, 9898.0, 9877.0, 9931.0, 9903.0, 9901.0, 9889.0, 9840.0, 9896.0, 9847.0, 9907.0, 9867.0, 9906.0, 9877.0, 9886.0, 9863.0, 9839.0, 9880.0, 9833.0, 9892.0, 9860.0, 9902.0, 9863.0, 9907.0, 9878.0, 9903.0, 9874.0, 9874.0, 9871.0, 9847.0, 9872.0, 9826.0, 9872.0, 9826.0, 9873.0, 9829.0, 9883.0, 9842.0, 9898.0, 9859.0, 9900.0, 9857.0, 9887.0, 9858.0, 9883.0, 9856.0, 9884.0, 9847.0, 9869.0, 9857.0, 9844.0, 9861.0, 9817.0, 9876.0, 9836.0, 9894.0, 9869.0, 9908.0, 9884.0, 9872.0, 9887.0, 9855.0, 9902.0, 9858.0, 9918.0, 9869.0, 9912.0, 9868.0, 9927.0, 9885.0, 9910.0, 9881.0, 9840.0, 9884.0, 9846.0, 9898.0, 9859.0, 9935.0, 9933.0, 9895.0, 9905.0, 9862.0, 9929.0, 9893.0, 9895.0, 9892.0, 9868.0, 9924.0, 9894.0, 9938.0, 9906.0, 9941.0, 9907.0, 9907.0, 9920.0, 9895.0, 9919.0, 9894.0, 9869.0, 9928.0, 9907.0, 9873.0, 9953.0, 9927.0, 9977.0, 9923.0, 9966.0, 9901.0, 9878.0, 9859.0, 9813.0, 9867.0, 9821.0, 9870.0, 9818.0, 9879.0, 9833.0, 9834.0, 9835.0, 9815.0, 9851.0, 9807.0, 9877.0, 9823.0, 9877.0, 9836.0, 9877.0, 9825.0, 9863.0, 9821.0, 9858.0, 9817.0, 9860.0, 9816.0, 9879.0, 9839.0, 9835.0, 9835.0, 9798.0, 9856.0, 9819.0, 9884.0, 9848.0, 9893.0, 9863.0, 9835.0, 9863.0, 9834.0, 9874.0, 9838.0, 9890.0, 9845.0, 9889.0, 9860.0, 9878.0, 9860.0, 9852.0, 9878.0, 9833.0, 9893.0, 9865.0, 9894.0, 9870.0, 9871.0, 9885.0, 9841.0, 9911.0, 9871.0, 9915.0, 9882.0, 9910.0, 9884.0, 9852.0, 9882.0, 9849.0, 9907.0, 9867.0, 9894.0, 9878.0, 9843.0, 9901.0, 9856.0, 9916.0, 9885.0, 9871.0, 9885.0, 9853.0, 9913.0, 9874.0, 9928.0, 9887.0, 9871.0, 9901.0, 9864.0, 9915.0, 9883.0, 9860.0, 9901.0, 9873.0, 9921.0, 9903.0, 9905.0, 9904.0, 9898.0, 9897.0, 9882.0, 9877.0, 9844.0, 9874.0, 9828.0, 9869.0, 9829.0, 9882.0, 9829.0, 9886.0, 9850.0, 9876.0, 9866.0, 9866.0, 9878.0, 9836.0, 9893.0, 9851.0, 9908.0, 9868.0, 9912.0, 9890.0, 9898.0, 9884.0, 9841.0, 9899.0, 9853.0, 9931.0, 9887.0, 9845.0, 9915.0, 9892.0, 9880.0, 9945.0, 9925.0, 9959.0, 9904.0, 9885.0, 9905.0, 9875.0, 9928.0, 9869.0, 9927.0, 9867.0, 9907.0, 9863.0, 9904.0, 9858.0, 9887.0, 9857.0, 9889.0, 9859.0, 9860.0, 9849.0, 9845.0, 9864.0, 9849.0, 9877.0, 9853.0, 9867.0, 9847.0, 9877.0, 9836.0, 9891.0, 9833.0, 9888.0, 9844.0, 9878.0, 9830.0, 9886.0, 9831.0, 9885.0, 9835.0, 9901.0, 9863.0, 9893.0, 9864.0, 9875.0, 9867.0, 9898.0, 9880.0, 9853.0, 9879.0, 9839.0, 9897.0, 9842.0, 9895.0, 9863.0, 9907.0, 9877.0, 9867.0, 9881.0, 9844.0, 9900.0, 9857.0, 9919.0, 9893.0, 9920.0, 9890.0, 9905.0, 9902.0, 9857.0, 9915.0, 9856.0, 9917.0, 9879.0, 9924.0, 9856.0, 9910.0, 9864.0, 9865.0, 9881.0, 9840.0, 9905.0, 9864.0, 9911.0, 9876.0, 9906.0, 9876.0, 9905.0, 9861.0, 9883.0, 9857.0, 9865.0, 9855.0, 9851.0, 9838.0, 9808.0, 9851.0, 9809.0, 9865.0, 9813.0, 9868.0, 9823.0, 9865.0, 9823.0, 9869.0, 9843.0, 9885.0, 9847.0, 9860.0, 9859.0, 9821.0, 9872.0, 9834.0, 9875.0, 9835.0, 9898.0, 9841.0, 9892.0, 9856.0, 9897.0, 9868.0, 9867.0, 9870.0, 9824.0, 9900.0, 9870.0, 9934.0, 9886.0, 9895.0, 9904.0, 9877.0, 9881.0, 9889.0, 9952.0, 9881.0, 9910.0, 9844.0, 9885.0, 9844.0, 9880.0, 9827.0, 9882.0, 9843.0, 9878.0, 9836.0, 9881.0, 9834.0, 9881.0, 9848.0, 9863.0, 9815.0, 9813.0, 9811.0, 9776.0, 9806.0, 9790.0, 9826.0, 9793.0, 9826.0, 9791.0, 9835.0, 9802.0, 9853.0, 9806.0, 9846.0, 9788.0, 9801.0, 9803.0, 9798.0, 9790.0, 9787.0, 9800.0, 9763.0, 9805.0, 9766.0, 9821.0, 9781.0, 9833.0, 9782.0, 9835.0, 9802.0, 9855.0, 9818.0, 9818.0, 9819.0, 9794.0, 9837.0, 9815.0, 9856.0, 9814.0, 9870.0, 9820.0, 9885.0, 9835.0, 9886.0, 9848.0, 9886.0, 9861.0, 9873.0, 9864.0, 9850.0, 9867.0, 9839.0, 9892.0, 9871.0, 9874.0, 9889.0, 9850.0, 9918.0, 9884.0, 9909.0, 9900.0, 9859.0, 9925.0, 9884.0, 9896.0, 9911.0, 9875.0, 9939.0, 9918.0, 9891.0, 9932.0, 9908.0, 9887.0, 9931.0, 9907.0, 9892.0, 9937.0, 9895.0, 9961.0, 9920.0, 9947.0, 9917.0, 9890.0, 9946.0, 9903.0, 9947.0, 9918.0, 9877.0, 9932.0, 9908.0, 9959.0, 9936.0, 9934.0, 9920.0, 9914.0, 9927.0, 9883.0, 9939.0, 9880.0, 9937.0, 9893.0, 9938.0, 9865.0, 9934.0, 9890.0, 9935.0, 9894.0, 9974.0, 9916.0, 9937.0, 9906.0, 9902.0, 9887.0, 9890.0, 9907.0, 9873.0, 9906.0, 9845.0, 9906.0, 9863.0, 9916.0, 9896.0, 9942.0, 9915.0, 9872.0, 9925.0, 9893.0, 9926.0, 9893.0, 9956.0, 9897.0, 9899.0, 9932.0, 9895.0, 9942.0, 9889.0, 9940.0, 9902.0, 9954.0, 9893.0, 9953.0, 9908.0, 9922.0, 9910.0, 9866.0, 9910.0, 9885.0, 9921.0, 9879.0, 9932.0, 9892.0, 9918.0, 9889.0, 9902.0, 9904.0, 9873.0, 9889.0, 9859.0, 9888.0, 9847.0, 9901.0, 9876.0, 9914.0, 9857.0, 9914.0, 9874.0, 9916.0, 9877.0, 9916.0, 9887.0, 9859.0, 9889.0, 9845.0, 9902.0, 9861.0, 9914.0, 9875.0, 9900.0, 9891.0, 9894.0, 9918.0, 9895.0, 9897.0, 9853.0, 9903.0, 9864.0, 9922.0, 9898.0, 9933.0, 9895.0, 9903.0, 9895.0, 9854.0, 9908.0, 9868.0, 9934.0, 9900.0, 9926.0, 9914.0, 9926.0, 9908.0, 9895.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.002028468858131488</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.048104596626297576</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.72639261881379</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1541205048225096</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9604951755930737</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4865</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4748.2798</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10135542459126923</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.352941176470588</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7904920108456146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.800255205963986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8791690222643522</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.692051804308506</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0097076</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0010467892279848456</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.012839021161198616</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.932266310216012</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>21.0453</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.051</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.3312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298008.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>929.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.5779</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4805</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.8462</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3671.6082</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3887.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78536.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4786.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>988.4822</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.1340692442609</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> |