=== 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-0057 --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-0057",
"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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-02/func/sub-0057_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>076c3ad1b17ee734574863ec173bf9d7</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>18:19:36.537500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</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.105544</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>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>592b4f87-a845-43fc-9f2f-9965716c18d7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [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': ['181936.537500', '181936.997500', '181937.457500', '181937.917500', '181938.377500', '181938.837500', '181939.297500', '181939.757500', '181940.217500', '181940.677500', '181941.137500', '181941.597500', '181942.057500', '181942.517500', '181942.977500', '181943.437500', '181943.897500', '181944.357500', '181944.817500', '181945.277500', '181945.737500', '181946.197500', '181946.657500', '181947.117500', '181947.577500', '181948.037500', '181948.497500', '181948.957500', '181949.417500', '181949.877500', '181950.337500', '181950.797500', '181951.257500', '181951.717500', '181952.177500', '181952.637500', '181953.097500', '181953.557500', '181954.017500', '181954.477500', '181954.937500', '181955.397500', '181955.857500', '181956.317500', '181956.777500', '181957.237500', '181957.697500', '181958.157500', '181958.617500', '181959.077500', '181959.537500', '181959.997500', '182000.457500', '182000.917500', '182001.377500', '182001.837500', '182002.297500', '182002.757500', '182003.217500', '182003.677500', '182004.137500', '182004.597500', '182005.057500', '182005.517500', '182005.977500', '182006.437500', '182006.897500', '182007.357500', '182007.817500', '182008.277500', '182008.737500', '182009.197500', '182009.657500', '182010.117500', '182010.577500', '182011.037500', '182011.497500', '182011.957500', '182012.417500', '182012.877500', '182013.337500', '182013.797500', '182014.257500', '182014.717500', '182015.177500', '182015.637500', '182016.097500', '182016.557500', '182017.017500', '182017.477500', '182017.937500', '182018.397500', '182018.857500', '182019.317500', '182019.777500', '182020.237500', '182020.697500', '182021.157500', '182021.617500', '182022.077500', '182022.537500', '182022.997500', '182023.457500', '182023.917500', '182024.377500', '182024.837500', '182025.297500', '182025.757500', '182026.217500', '182026.677500', '182027.137500', '182027.597500', '182028.057500', '182028.517500', '182028.977500', '182029.437500', '182029.897500', '182030.357500', '182030.817500', '182031.277500', '182031.737500', '182032.197500', '182032.657500', '182033.117500', '182033.577500', '182034.037500', '182034.497500', '182034.957500', '182035.417500', '182035.877500', '182036.337500', '182036.797500', '182037.257500', '182037.717500', '182038.177500', '182038.637500', '182039.097500', '182039.557500', '182040.017500', '182040.477500', '182040.937500', '182041.397500', '182041.857500', '182042.317500', '182042.777500', '182043.237500', '182043.697500', '182044.157500', '182044.617500', '182045.077500', '182045.537500', '182045.997500', '182046.457500', '182046.917500', '182047.377500', '182047.837500', '182048.297500', '182048.757500', '182049.217500', '182049.677500', '182050.137500', '182050.597500', '182051.057500', '182051.517500', '182051.977500', '182052.437500', '182052.897500', '182053.357500', '182053.817500', '182054.277500', '182054.737500', '182055.197500', '182055.657500', '182056.117500', '182056.577500', '182057.037500', '182057.497500', '182057.957500', '182058.417500', '182058.877500', '182059.337500', '182059.797500', '182100.257500', '182100.717500', '182101.177500', '182101.637500', '182102.097500', '182102.557500', '182103.017500', '182103.477500', '182103.937500', '182104.397500', '182104.857500', '182105.317500', '182105.777500', '182106.237500', '182106.697500', '182107.157500', '182107.617500', '182108.077500', '182108.537500', '182108.997500', '182109.457500', '182109.917500', '182110.377500', '182110.837500', '182111.297500', '182111.757500', '182112.217500', '182112.677500', '182113.137500', '182113.597500', '182114.057500', '182114.517500', '182114.977500', '182115.437500', '182115.897500', '182116.357500', '182116.817500', '182117.277500', '182117.737500', '182118.197500', '182118.657500', '182119.117500', '182119.577500', '182120.037500', '182120.497500', '182120.957500', '182121.417500', '182121.877500', '182122.337500', '182122.797500', '182123.257500', '182123.717500', '182124.177500', '182124.637500', '182125.097500', '182125.557500', '182126.017500', '182126.477500', '182126.937500', '182127.397500', '182127.857500', '182128.317500', '182128.777500', '182129.237500', '182129.697500', '182130.157500', '182130.617500', '182131.077500', '182131.537500', '182131.997500', '182132.457500', '182132.917500', '182133.377500', '182133.837500', '182134.297500', '182134.757500', '182135.217500', '182135.677500', '182136.137500', '182136.597500', '182137.057500', '182137.517500', '182137.977500', '182138.437500', '182138.897500', '182139.357500', '182139.817500', '182140.277500', '182140.737500', '182141.197500', '182141.657500', '182142.117500', '182142.577500', '182143.037500', '182143.497500', '182143.957500', '182144.417500', '182144.877500', '182145.337500', '182145.797500', '182146.257500', '182146.717500', '182147.177500', '182147.637500', '182148.097500', '182148.557500', '182149.017500', '182149.477500', '182149.937500', '182150.397500', '182150.857500', '182151.317500', '182151.777500', '182152.237500', '182152.697500', '182153.157500', '182153.617500', '182154.077500', '182154.537500', '182154.997500', '182155.457500', '182155.917500', '182156.377500', '182156.837500', '182157.297500', '182157.757500', '182158.217500', '182158.677500', '182159.137500', '182159.597500', '182200.057500', '182200.517500', '182200.977500', '182201.437500', '182201.897500', '182202.357500', '182202.817500', '182203.277500', '182203.737500', '182204.197500', '182204.657500', '182205.117500', '182205.577500', '182206.037500', '182206.497500', '182206.957500', '182207.417500', '182207.877500', '182208.337500', '182208.797500', '182209.257500', '182209.717500', '182210.177500', '182210.637500', '182211.097500', '182211.557500', '182212.017500', '182212.477500', '182212.937500', '182213.397500', '182213.857500', '182214.317500', '182214.777500', '182215.237500', '182215.697500', '182216.157500', '182216.617500', '182217.077500', '182217.537500', '182217.997500', '182218.457500', '182218.917500', '182219.377500', '182219.837500', '182220.297500', '182220.757500', '182221.217500', '182221.677500', '182222.137500', '182222.597500', '182223.057500', '182223.517500', '182223.977500', '182224.437500', '182224.897500', '182225.357500', '182225.817500', '182226.277500', '182226.737500', '182227.197500', '182227.657500', '182228.117500', '182228.577500', '182229.037500', '182229.497500', '182229.957500', '182230.417500', '182230.877500', '182231.337500', '182231.797500', '182232.257500', '182232.717500', '182233.177500', '182233.637500', '182234.097500', '182234.557500', '182235.017500', '182235.477500', '182235.937500', '182236.397500', '182236.857500', '182237.317500', '182237.777500', '182238.237500', '182238.697500', '182239.157500', '182239.617500', '182240.077500', '182240.537500', '182240.997500', '182241.457500', '182241.917500', '182242.377500', '182242.837500', '182243.297500', '182243.757500', '182244.217500', '182244.677500', '182245.137500', '182245.597500', '182246.057500', '182246.517500', '182246.977500', '182247.437500', '182247.897500', '182248.357500', '182248.817500', '182249.277500', '182249.737500', '182250.197500', '182250.657500', '182251.117500', '182251.577500', '182252.037500', '182252.497500', '182252.957500', '182253.417500', '182253.877500', '182254.337500', '182254.797500', '182255.257500', '182255.717500', '182256.177500', '182256.637500', '182257.097500', '182257.557500', '182258.017500', '182258.477500', '182258.937500', '182259.397500', '182259.857500', '182300.317500', '182300.777500', '182301.237500', '182301.697500', '182302.157500', '182302.617500', '182303.077500', '182303.537500', '182303.997500', '182304.457500', '182304.917500', '182305.377500', '182305.837500', '182306.297500', '182306.757500', '182307.217500', '182307.677500', '182308.137500', '182308.597500', '182309.057500', '182309.517500', '182309.977500', '182310.437500', '182310.897500', '182311.357500', '182311.817500', '182312.277500', '182312.737500', '182313.197500', '182313.657500', '182314.117500', '182314.577500', '182315.037500', '182315.497500', '182315.957500', '182316.417500', '182316.877500', '182317.337500', '182317.797500', '182318.257500', '182318.717500', '182319.177500', '182319.637500', '182320.097500', '182320.557500', '182321.017500', '182321.477500', '182321.937500', '182322.397500', '182322.857500', '182323.317500', '182323.777500', '182324.237500', '182324.697500', '182325.157500', '182325.617500', '182326.077500', '182326.537500', '182326.997500', '182327.457500', '182327.917500', '182328.377500', '182328.837500', '182329.297500', '182329.757500', '182330.217500', '182330.677500', '182331.137500', '182331.597500', '182332.057500', '182332.517500', '182332.977500', '182333.437500', '182333.897500', '182334.357500', '182334.817500', '182335.277500', '182335.737500', '182336.197500', '182336.657500', '182337.117500', '182337.577500', '182338.037500', '182338.497500', '182338.957500', '182339.417500', '182339.877500', '182340.337500', '182340.797500', '182341.257500', '182341.717500', '182342.177500', '182342.637500', '182343.097500', '182343.557500', '182344.017500', '182344.477500', '182344.937500', '182345.397500', '182345.857500', '182346.317500', '182346.777500', '182347.237500', '182347.697500', '182348.157500', '182348.617500', '182349.077500', '182349.537500', '182349.997500', '182350.457500', '182350.917500', '182351.377500', '182351.837500', '182352.297500', '182352.757500', '182353.217500', '182353.677500', '182354.137500', '182354.597500', '182355.057500', '182355.517500', '182355.977500', '182356.437500', '182356.897500', '182357.357500', '182357.817500', '182358.277500', '182358.737500', '182359.197500', '182359.657500', '182400.117500', '182400.577500', '182401.037500', '182401.497500', '182401.957500', '182402.417500', '182402.877500', '182403.337500', '182403.797500', '182404.257500', '182404.717500', '182405.177500', '182405.637500', '182406.097500', '182406.557500', '182407.017500', '182407.477500', '182407.937500', '182408.397500', '182408.857500', '182409.317500', '182409.777500', '182410.237500', '182410.697500', '182411.157500', '182411.617500', '182412.077500', '182412.537500', '182412.997500', '182413.457500', '182413.917500', '182414.377500', '182414.837500', '182415.297500', '182415.757500', '182416.217500', '182416.677500', '182417.137500', '182417.597500', '182418.057500', '182418.517500', '182418.977500', '182419.437500', '182419.897500', '182420.357500', '182420.817500', '182421.277500', '182421.737500', '182422.197500', '182422.657500', '182423.117500', '182423.577500', '182424.037500', '182424.497500', '182424.957500', '182425.417500', '182425.877500', '182426.337500', '182426.797500', '182427.257500', '182427.717500', '182428.177500', '182428.637500', '182429.097500', '182429.557500', '182430.017500', '182430.477500', '182430.937500', '182431.397500', '182431.857500', '182432.317500', '182432.777500', '182433.237500', '182433.697500', '182434.157500', '182434.617500', '182435.077500', '182435.537500', '182435.997500', '182436.457500', '182436.917500', '182437.377500', '182437.837500', '182438.297500', '182438.757500', '182439.217500', '182439.677500', '182440.137500', '182440.597500', '182441.057500', '182441.517500', '182441.977500', '182442.437500', '182442.897500', '182443.357500', '182443.817500', '182444.277500', '182444.737500', '182445.197500', '182445.657500', '182446.117500', '182446.577500', '182447.037500', '182447.497500', '182447.957500', '182448.417500', '182448.877500', '182449.337500', '182449.797500', '182450.257500', '182450.717500', '182451.177500', '182451.637500', '182452.097500', '182452.557500', '182453.017500', '182453.477500', '182453.937500', '182454.397500', '182454.857500', '182455.317500', '182455.777500', '182456.237500', '182456.697500', '182457.157500', '182457.617500', '182458.077500', '182458.537500', '182458.997500', '182459.457500', '182459.917500', '182500.377500', '182500.837500', '182501.297500', '182501.757500', '182502.217500', '182502.677500', '182503.137500', '182503.597500', '182504.057500', '182504.517500', '182504.977500', '182505.437500', '182505.897500', '182506.357500', '182506.817500', '182507.277500', '182507.737500', '182508.197500', '182508.657500', '182509.117500', '182509.577500', '182510.037500', '182510.497500', '182510.957500', '182511.417500', '182511.877500', '182512.337500', '182512.797500', '182513.257500', '182513.717500', '182514.177500', '182514.637500', '182515.097500', '182515.557500', '182516.017500', '182516.477500', '182516.937500', '182517.397500', '182517.857500', '182518.317500', '182518.777500', '182519.237500', '182519.697500', '182520.157500', '182520.617500', '182521.077500', '182521.537500', '182521.997500', '182522.457500', '182522.917500', '182523.377500', '182523.837500', '182524.297500', '182524.757500', '182525.217500', '182525.677500', '182526.137500', '182526.597500', '182527.057500', '182527.517500', '182527.977500', '182528.437500', '182528.897500', '182529.357500', '182529.817500', '182530.277500', '182530.737500', '182531.197500', '182531.657500', '182532.117500', '182532.577500', '182533.037500', '182533.497500', '182533.957500', '182534.417500', '182534.877500', '182535.337500', '182535.797500', '182536.257500', '182536.717500', '182537.177500', '182537.637500', '182538.097500', '182538.557500', '182539.017500', '182539.477500', '182539.937500', '182540.397500', '182540.857500', '182541.317500', '182541.777500', '182542.237500', '182542.697500', '182543.157500', '182543.617500', '182544.077500', '182544.537500', '182544.997500', '182545.457500', '182545.917500', '182546.377500', '182546.837500', '182547.297500', '182547.757500', '182548.217500', '182548.677500', '182549.137500', '182549.597500', '182550.057500', '182550.517500', '182550.977500', '182551.437500', '182551.897500', '182552.357500', '182552.817500', '182553.277500', '182553.737500', '182554.197500', '182554.657500', '182555.117500', '182555.577500', '182556.037500', '182556.497500', '182556.957500', '182557.417500', '182557.877500', '182558.337500', '182558.797500', '182559.257500', '182559.717500', '182600.177500', '182600.637500', '182601.097500', '182601.557500', '182602.017500', '182602.477500', '182602.937500', '182603.397500', '182603.857500', '182604.317500', '182604.777500', '182605.237500', '182605.697500', '182606.157500', '182606.617500', '182607.077500', '182607.537500', '182607.997500', '182608.457500', '182608.917500', '182609.377500', '182609.837500', '182610.297500', '182610.757500', '182611.217500', '182611.677500', '182612.137500', '182612.597500', '182613.057500', '182613.517500', '182613.977500', '182614.437500', '182614.897500', '182615.357500', '182615.817500', '182616.277500', '182616.737500', '182617.197500', '182617.657500', '182618.117500', '182618.577500', '182619.037500', '182619.497500', '182619.957500', '182620.417500', '182620.877500', '182621.337500', '182621.797500', '182622.257500', '182622.717500', '182623.177500', '182623.637500', '182624.097500', '182624.557500', '182625.017500', '182625.477500', '182625.937500', '182626.397500', '182626.857500', '182627.317500', '182627.777500', '182628.237500', '182628.697500', '182629.157500', '182629.617500', '182630.077500', '182630.537500', '182630.997500', '182631.457500', '182631.917500', '182632.377500', '182632.837500', '182633.297500', '182633.757500', '182634.217500', '182634.677500', '182635.137500', '182635.597500', '182636.057500', '182636.517500', '182636.977500', '182637.437500', '182637.897500', '182638.357500', '182638.817500', '182639.277500', '182639.737500', '182640.197500', '182640.657500', '182641.117500', '182641.577500', '182642.037500', '182642.497500', '182642.957500', '182643.417500', '182643.877500', '182644.337500', '182644.797500', '182645.257500', '182645.717500', '182646.177500', '182646.637500', '182647.097500', '182647.557500', '182648.017500', '182648.477500', '182648.937500', '182649.397500', '182649.857500', '182650.317500', '182650.777500', '182651.237500', '182651.697500', '182652.157500', '182652.617500', '182653.077500', '182653.537500', '182653.997500', '182654.457500', '182654.917500', '182655.377500', '182655.837500', '182656.297500', '182656.757500', '182657.217500', '182657.677500', '182658.137500', '182658.597500', '182659.057500', '182659.517500', '182659.977500', '182700.437500', '182700.897500', '182701.357500', '182701.817500', '182702.277500', '182702.737500', '182703.197500', '182703.657500', '182704.117500', '182704.577500', '182705.037500', '182705.497500', '182705.957500', '182706.417500', '182706.877500', '182707.337500', '182707.797500', '182708.257500', '182708.717500', '182709.177500', '182709.637500', '182710.097500', '182710.557500', '182711.017500', '182711.477500', '182711.937500', '182712.397500', '182712.857500', '182713.317500', '182713.777500', '182714.237500', '182714.697500', '182715.157500', '182715.617500', '182716.077500', '182716.537500', '182716.997500', '182717.457500', '182717.917500', '182718.377500', '182718.837500', '182719.297500', '182719.757500', '182720.217500', '182720.677500', '182721.137500', '182721.597500', '182722.057500', '182722.517500', '182722.977500', '182723.437500', '182723.897500', '182724.357500', '182724.817500', '182725.277500', '182725.737500', '182726.197500', '182726.657500', '182727.117500', '182727.577500', '182728.037500', '182728.497500', '182728.957500', '182729.417500', '182729.877500', '182730.337500', '182730.797500', '182731.257500', '182731.717500', '182732.177500', '182732.637500', '182733.097500', '182733.557500', '182734.017500', '182734.477500', '182734.937500', '182735.397500', '182735.857500', '182736.317500', '182736.777500', '182737.237500', '182737.697500', '182738.157500', '182738.617500', '182739.077500', '182739.537500', '182739.997500', '182740.457500', '182740.917500', '182741.377500', '182741.837500', '182742.297500', '182742.757500', '182743.217500', '182743.677500', '182744.137500', '182744.597500', '182745.057500', '182745.517500', '182745.977500', '182746.437500', '182746.897500', '182747.357500', '182747.817500', '182748.277500', '182748.737500', '182749.197500', '182749.657500', '182750.117500', '182750.577500', '182751.037500', '182751.497500', '182751.957500', '182752.417500', '182752.877500', '182753.337500', '182753.797500', '182754.257500', '182754.717500', '182755.177500', '182755.637500', '182756.097500', '182756.557500', '182757.017500', '182757.477500', '182757.937500', '182758.397500', '182758.857500', '182759.317500', '182759.777500', '182800.237500', '182800.697500', '182801.157500', '182801.617500', '182802.077500', '182802.537500', '182802.997500', '182803.457500', '182803.917500', '182804.377500', '182804.837500', '182805.297500', '182805.757500', '182806.217500', '182806.677500', '182807.137500', '182807.597500', '182808.057500', '182808.517500', '182808.977500', '182809.437500', '182809.897500', '182810.357500', '182810.817500', '182811.277500', '182811.737500', '182812.197500', '182812.657500', '182813.117500', '182813.577500', '182814.037500', '182814.497500', '182814.957500', '182815.417500', '182815.877500', '182816.337500', '182816.797500', '182817.257500', '182817.717500', '182818.177500', '182818.637500', '182819.097500', '182819.557500', '182820.017500', '182820.477500', '182820.937500', '182821.397500', '182821.857500', '182822.317500', '182822.777500', '182823.237500', '182823.697500', '182824.157500', '182824.617500', '182825.077500', '182825.537500', '182825.997500', '182826.457500', '182826.917500', '182827.377500', '182827.837500'], 'ContentTime': ['181950.847000', '181950.856000', '181950.859000', '181950.862000', '181950.865000', '181950.867000', '181950.870000', '181950.872000', '181950.875000', '181950.878000', '181950.881000', '181950.884000', '181950.886000', '181950.889000', '181950.892000', '181950.894000', '181950.902000', '181950.905000', '181950.907000', '181950.910000', '181950.913000', '181950.934000', '181950.937000', '181950.940000', '181950.942000', '181950.945000', '181950.947000', '181950.950000', '182010.781000', '182010.784000', '182010.787000', '182010.789000', '182010.792000', '182010.794000', '182010.797000', '182010.800000', '182010.802000', '182010.805000', '182010.807000', '182010.810000', '182010.812000', '182010.815000', '182010.818000', '182010.820000', '182010.823000', '182010.825000', '182010.828000', '182010.830000', '182010.833000', '182010.835000', '182010.838000', '182010.841000', '182010.843000', '182010.846000', '182010.848000', '182010.851000', '182010.854000', '182010.856000', '182010.859000', '182010.861000', '182010.864000', '182010.866000', '182010.869000', '182010.871000', '182010.874000', '182010.876000', '182010.879000', '182010.882000', '182010.884000', '182010.887000', '182010.893000', '182030.781000', '182030.784000', '182030.787000', '182030.789000', '182030.792000', '182030.794000', '182030.797000', '182030.800000', '182030.802000', '182030.805000', '182030.808000', '182030.811000', '182030.814000', '182030.817000', '182030.819000', '182030.822000', '182030.825000', '182030.827000', '182030.830000', '182030.832000', '182030.835000', '182030.837000', '182030.840000', '182030.842000', '182030.845000', '182030.848000', '182030.850000', '182030.876000', '182030.878000', '182030.881000', '182030.883000', '182030.886000', '182030.888000', '182030.891000', '182030.893000', '182030.896000', '182030.899000', '182030.901000', '182030.905000', '182030.908000', '182030.910000', '182030.913000', '182030.915000', '182050.781000', '182050.784000', '182050.787000', '182050.789000', '182050.792000', '182050.795000', '182050.797000', '182050.800000', '182050.802000', '182050.805000', '182050.807000', '182050.810000', '182050.813000', '182050.815000', '182050.818000', '182050.820000', '182050.823000', '182050.826000', '182050.828000', '182050.831000', '182050.833000', '182050.836000', '182050.838000', '182050.841000', '182050.844000', '182050.846000', '182050.849000', '182050.851000', '182050.854000', '182050.856000', '182050.859000', '182050.862000', '182050.864000', '182050.867000', '182050.869000', '182050.872000', '182050.874000', '182050.877000', '182050.880000', '182050.882000', '182050.885000', '182050.887000', '182050.890000', '182050.892000', '182110.781000', '182110.784000', '182110.787000', '182110.790000', '182110.792000', '182110.795000', '182110.797000', '182110.800000', '182110.802000', '182110.805000', '182110.808000', '182110.810000', '182110.813000', '182110.816000', '182110.818000', '182110.821000', '182110.823000', '182110.826000', '182110.828000', '182110.831000', '182110.834000', '182110.836000', '182110.839000', '182110.843000', '182110.846000', '182110.848000', '182110.851000', '182110.854000', '182110.856000', '182110.859000', '182110.861000', '182110.864000', '182110.867000', '182110.869000', '182110.872000', '182110.874000', '182110.877000', '182110.879000', '182110.882000', '182110.885000', '182110.887000', '182110.890000', '182110.892000', '182130.781000', '182130.784000', '182130.787000', '182130.790000', '182130.792000', '182130.795000', '182130.797000', '182130.800000', '182130.802000', '182130.805000', '182130.808000', '182130.810000', '182130.813000', '182130.816000', '182130.818000', '182130.821000', '182130.823000', '182130.826000', '182130.829000', '182130.831000', '182130.834000', '182130.836000', '182130.839000', '182130.842000', '182130.844000', '182130.847000', '182130.849000', '182130.852000', '182130.855000', '182130.857000', '182130.860000', '182130.862000', '182130.865000', '182130.867000', '182130.870000', '182130.873000', '182130.875000', '182130.878000', '182130.880000', '182130.883000', '182130.886000', '182130.888000', '182130.891000', '182130.893000', '182150.782000', '182150.784000', '182150.787000', '182150.790000', '182150.792000', '182150.795000', '182150.797000', '182150.800000', '182150.803000', '182150.805000', '182150.808000', '182150.810000', '182150.813000', '182150.815000', '182150.818000', '182150.821000', '182150.824000', '182150.826000', '182150.829000', '182150.831000', '182150.834000', '182150.837000', '182150.839000', '182150.842000', '182150.845000', '182150.848000', '182150.851000', '182150.853000', '182150.856000', '182150.859000', '182150.861000', '182150.864000', '182150.866000', '182150.869000', '182150.871000', '182150.874000', '182150.877000', '182150.879000', '182150.882000', '182150.884000', '182150.887000', '182150.890000', '182150.892000', '182210.781000', '182210.784000', '182210.787000', '182210.789000', '182210.792000', '182210.795000', '182210.797000', '182210.800000', '182210.803000', '182210.805000', '182210.808000', '182210.811000', '182210.813000', '182210.856000', '182210.859000', '182210.861000', '182210.864000', '182210.866000', '182210.869000', '182210.871000', '182210.874000', '182210.877000', '182210.879000', '182210.901000', '182210.904000', '182210.906000', '182210.909000', '182210.911000', '182210.914000', '182210.917000', '182210.919000', '182210.922000', '182210.924000', '182210.927000', '182210.930000', '182210.932000', '182210.935000', '182210.937000', '182210.940000', '182210.942000', '182210.945000', '182210.948000', '182210.950000', '182210.953000', '182230.781000', '182230.784000', '182230.787000', '182230.789000', '182230.792000', '182230.795000', '182230.797000', '182230.800000', '182230.802000', '182230.805000', '182230.807000', '182230.810000', '182230.813000', '182230.857000', '182230.860000', '182230.862000', '182230.865000', '182230.868000', '182230.870000', '182230.873000', '182230.875000', '182230.878000', '182230.881000', '182230.883000', '182230.886000', '182230.889000', '182230.892000', '182230.894000', '182230.897000', '182230.899000', '182230.902000', '182230.905000', '182230.907000', '182230.910000', '182230.912000', '182230.915000', '182230.917000', '182230.920000', '182230.923000', '182230.925000', '182230.928000', '182230.930000', '182230.933000', '182250.782000', '182250.784000', '182250.787000', '182250.789000', '182250.792000', '182250.795000', '182250.797000', '182250.800000', '182250.802000', '182250.805000', '182250.808000', '182250.810000', '182250.813000', '182250.861000', '182250.864000', '182250.867000', '182250.869000', '182250.872000', '182250.874000', '182250.900000', '182250.902000', '182250.905000', '182250.907000', '182250.910000', '182250.913000', '182250.915000', '182250.918000', '182250.920000', '182250.923000', '182250.926000', '182250.928000', '182250.931000', '182250.933000', '182250.936000', '182250.938000', '182250.941000', '182250.944000', '182250.946000', '182250.949000', '182250.952000', '182250.954000', '182250.957000', '182250.960000', '182250.962000', '182310.782000', '182310.785000', '182310.787000', '182310.790000', '182310.792000', '182310.795000', '182310.798000', '182310.800000', '182310.803000', '182310.805000', '182310.808000', '182310.811000', '182310.813000', '182310.845000', '182310.848000', '182310.850000', '182310.853000', '182310.856000', '182310.858000', '182310.861000', '182310.863000', '182310.866000', '182310.868000', '182310.871000', '182310.874000', '182310.876000', '182310.879000', '182310.881000', '182310.884000', '182310.887000', '182310.889000', '182310.892000', '182310.894000', '182310.897000', '182310.900000', '182310.902000', '182310.905000', '182310.907000', '182310.910000', '182310.913000', '182310.915000', '182310.918000', '182310.920000', '182330.782000', '182330.784000', '182330.787000', '182330.790000', '182330.792000', '182330.795000', '182330.798000', '182330.800000', '182330.803000', '182330.805000', '182330.808000', '182330.811000', '182330.813000', '182330.843000', '182330.846000', '182330.848000', '182330.851000', '182330.853000', '182330.856000', '182330.859000', '182330.861000', '182330.864000', '182330.866000', '182330.869000', '182330.871000', '182330.874000', '182330.877000', '182330.879000', '182330.882000', '182330.885000', '182330.887000', '182330.890000', '182330.892000', '182330.895000', '182330.898000', '182330.900000', '182330.903000', '182330.905000', '182330.908000', '182330.910000', '182330.913000', '182330.916000', '182330.918000', '182330.921000', '182350.781000', '182350.784000', '182350.787000', '182350.789000', '182350.803000', '182350.805000', '182350.808000', '182350.811000', '182350.813000', '182350.880000', '182350.883000', '182350.885000', '182350.888000', '182350.890000', '182350.893000', '182350.896000', '182350.898000', '182350.901000', '182350.903000', '182350.906000', '182350.909000', '182350.911000', '182350.914000', '182350.917000', '182350.921000', '182350.924000', '182350.927000', '182350.929000', '182350.932000', '182350.934000', '182350.937000', '182350.939000', '182350.942000', '182350.945000', '182350.947000', '182350.950000', '182350.952000', '182350.955000', '182350.958000', '182350.960000', '182350.963000', '182350.965000', '182350.968000', '182410.781000', '182410.784000', '182410.787000', '182410.789000', '182410.792000', '182410.795000', '182410.797000', '182410.800000', '182410.802000', '182410.805000', '182410.807000', '182410.810000', '182410.813000', '182410.815000', '182410.818000', '182410.821000', '182410.823000', '182410.826000', '182410.828000', '182410.831000', '182410.834000', '182410.836000', '182410.839000', '182410.842000', '182410.844000', '182410.847000', '182410.849000', '182410.852000', '182410.854000', '182410.857000', '182410.860000', '182410.862000', '182410.865000', '182410.867000', '182410.870000', '182410.873000', '182410.875000', '182410.878000', '182410.880000', '182410.883000', '182410.886000', '182410.888000', '182410.891000', '182410.893000', '182430.782000', '182430.784000', '182430.787000', '182430.790000', '182430.792000', '182430.795000', '182430.797000', '182430.800000', '182430.803000', '182430.805000', '182430.808000', '182430.810000', '182430.813000', '182430.878000', '182430.880000', '182430.883000', '182430.886000', '182430.888000', '182430.891000', '182430.893000', '182430.896000', '182430.898000', '182430.901000', '182430.904000', '182430.906000', '182430.909000', '182430.911000', '182430.914000', '182430.916000', '182430.919000', '182430.922000', '182430.924000', '182430.927000', '182430.929000', '182430.932000', '182430.935000', '182430.937000', '182430.940000', '182430.942000', '182430.945000', '182430.947000', '182430.950000', '182430.953000', '182450.782000', '182450.784000', '182450.787000', '182450.790000', '182450.792000', '182450.795000', '182450.798000', '182450.800000', '182450.803000', '182450.805000', '182450.808000', '182450.811000', '182450.813000', '182450.853000', '182450.855000', '182450.858000', '182450.861000', '182450.863000', '182450.866000', '182450.869000', '182450.871000', '182450.874000', '182450.877000', '182450.879000', '182450.882000', '182450.884000', '182450.887000', '182450.890000', '182450.892000', '182450.895000', '182450.897000', '182450.900000', '182450.903000', '182450.905000', '182450.908000', '182450.910000', '182450.913000', '182450.915000', '182450.918000', '182450.921000', '182450.923000', '182450.926000', '182450.928000', '182450.931000', '182510.782000', '182510.784000', '182510.787000', '182510.790000', '182510.792000', '182510.795000', '182510.797000', '182510.800000', '182510.803000', '182510.805000', '182510.808000', '182510.810000', '182510.813000', '182510.888000', '182510.904000', '182510.906000', '182510.909000', '182510.911000', '182510.914000', '182510.917000', '182510.920000', '182510.922000', '182510.925000', '182510.927000', '182510.930000', '182510.933000', '182510.936000', '182510.939000', '182510.942000', '182510.945000', '182510.947000', '182510.950000', '182510.953000', '182510.955000', '182510.958000', '182510.962000', '182510.964000', '182510.967000', '182510.970000', '182510.972000', '182510.975000', '182510.978000', '182510.980000', '182530.782000', '182530.785000', '182530.788000', '182530.790000', '182530.793000', '182530.796000', '182530.798000', '182530.801000', '182530.803000', '182530.806000', '182530.809000', '182530.811000', '182530.814000', '182530.874000', '182530.877000', '182530.879000', '182530.882000', '182530.885000', '182530.887000', '182530.890000', '182530.892000', '182530.895000', '182530.898000', '182530.900000', '182530.903000', '182530.905000', '182530.908000', '182530.910000', '182530.913000', '182530.916000', '182530.918000', '182530.921000', '182530.924000', '182530.926000', '182530.930000', '182530.933000', '182530.936000', '182530.938000', '182530.941000', '182530.944000', '182530.946000', '182530.949000', '182530.951000', '182550.782000', '182550.784000', '182550.787000', '182550.790000', '182550.792000', '182550.795000', '182550.798000', '182550.800000', '182550.803000', '182550.805000', '182550.808000', '182550.811000', '182550.813000', '182550.870000', '182550.873000', '182550.875000', '182550.878000', '182550.880000', '182550.883000', '182550.886000', '182550.888000', '182550.891000', '182550.893000', '182550.896000', '182550.898000', '182550.901000', '182550.904000', '182550.906000', '182550.909000', '182550.912000', '182550.914000', '182550.917000', '182550.919000', '182550.922000', '182550.924000', '182550.927000', '182550.930000', '182550.932000', '182550.935000', '182550.937000', '182550.940000', '182550.943000', '182550.945000', '182550.948000', '182610.782000', '182610.784000', '182610.787000', '182610.790000', '182610.793000', '182610.795000', '182610.798000', '182610.801000', '182610.804000', '182610.806000', '182610.809000', '182610.811000', '182610.814000', '182610.864000', '182610.867000', '182610.869000', '182610.872000', '182610.874000', '182610.877000', '182610.880000', '182610.882000', '182610.885000', '182610.887000', '182610.890000', '182610.892000', '182610.895000', '182610.897000', '182610.900000', '182610.903000', '182610.905000', '182610.908000', '182610.911000', '182610.913000', '182610.916000', '182610.918000', '182610.921000', '182610.923000', '182610.926000', '182610.929000', '182610.931000', '182610.934000', '182610.937000', '182610.939000', '182630.782000', '182630.785000', '182630.787000', '182630.790000', '182630.792000', '182630.795000', '182630.798000', '182630.800000', '182630.803000', '182630.806000', '182630.808000', '182630.811000', '182630.813000', '182630.816000', '182630.819000', '182630.821000', '182630.824000', '182630.826000', '182630.829000', '182630.832000', '182630.834000', '182630.837000', '182630.839000', '182630.842000', '182630.845000', '182630.847000', '182630.862000', '182630.864000', '182630.867000', '182630.870000', '182630.872000', '182630.875000', '182630.877000', '182630.880000', '182630.882000', '182630.885000', '182630.888000', '182630.890000', '182630.893000', '182630.895000', '182630.898000', '182630.901000', '182630.903000', '182630.906000', '182650.781000', '182650.784000', '182650.787000', '182650.789000', '182650.792000', '182650.795000', '182650.797000', '182650.800000', '182650.802000', '182650.805000', '182650.807000', '182650.810000', '182650.813000', '182650.815000', '182650.874000', '182650.876000', '182650.879000', '182650.882000', '182650.884000', '182650.887000', '182650.889000', '182650.892000', '182650.894000', '182650.897000', '182650.900000', '182650.902000', '182650.905000', '182650.907000', '182650.910000', '182650.913000', '182650.915000', '182650.918000', '182650.920000', '182650.923000', '182650.925000', '182650.928000', '182650.931000', '182650.933000', '182650.936000', '182650.939000', '182650.941000', '182650.944000', '182650.946000', '182650.949000', '182710.781000', '182710.784000', '182710.787000', '182710.790000', '182710.792000', '182710.795000', '182710.798000', '182710.800000', '182710.803000', '182710.805000', '182710.808000', '182710.810000', '182710.813000', '182710.854000', '182710.857000', '182710.859000', '182710.862000', '182710.864000', '182710.867000', '182710.869000', '182710.872000', '182710.875000', '182710.877000', '182710.880000', '182710.882000', '182710.885000', '182710.888000', '182710.890000', '182710.893000', '182710.895000', '182710.898000', '182710.901000', '182710.903000', '182710.906000', '182710.908000', '182710.911000', '182710.913000', '182710.916000', '182710.919000', '182710.921000', '182710.924000', '182710.926000', '182710.929000', '182730.782000', '182730.784000', '182730.787000', '182730.790000', '182730.792000', '182730.795000', '182730.797000', '182730.801000', '182730.804000', '182730.807000', '182730.809000', '182730.812000', '182730.815000', '182730.868000', '182730.871000', '182730.873000', '182730.876000', '182730.878000', '182730.881000', '182730.884000', '182730.886000', '182730.889000', '182730.891000', '182730.894000', '182730.897000', '182730.899000', '182730.902000', '182730.905000', '182730.907000', '182730.910000', '182730.912000', '182730.915000', '182730.917000', '182730.920000', '182730.923000', '182730.926000', '182730.928000', '182730.931000', '182730.934000', '182730.936000', '182730.939000', '182730.941000', '182730.944000', '182730.946000', '182750.782000', '182750.784000', '182750.787000', '182750.790000', '182750.792000', '182750.795000', '182750.798000', '182750.800000', '182750.803000', '182750.806000', '182750.808000', '182750.811000', '182750.813000', '182750.874000', '182750.877000', '182750.880000', '182750.882000', '182750.885000', '182750.887000', '182750.890000', '182750.893000', '182750.895000', '182750.898000', '182750.900000', '182750.903000', '182750.905000', '182750.908000', '182750.911000', '182750.913000', '182750.916000', '182750.918000', '182750.921000', '182750.924000', '182750.926000', '182750.929000', '182750.931000', '182750.941000', '182750.944000', '182750.946000', '182750.949000', '182750.952000', '182750.954000', '182750.957000', '182810.781000', '182810.784000', '182810.787000', '182810.790000', '182810.792000', '182810.795000', '182810.798000', '182810.800000', '182810.803000', '182810.806000', '182810.808000', '182810.811000', '182810.813000', '182810.928000', '182810.931000', '182810.934000', '182810.936000', '182810.939000', '182810.941000', '182810.944000', '182810.946000', '182810.949000', '182810.952000', '182810.954000', '182810.957000', '182810.960000', '182810.962000', '182810.965000', '182810.967000', '182810.970000', '182810.973000', '182810.975000', '182810.978000', '182810.980000', '182810.983000', '182810.985000', '182810.988000', '182810.991000', '182810.993000', '182810.996000', '182811.000000', '182811.002000', '182811.005000', '182829.627000', '182829.630000', '182829.633000', '182829.636000', '182829.638000', '182829.641000', '182829.644000', '182829.647000', '182829.650000', '182829.652000', '182829.655000', '182829.658000', '182829.661000', '182829.664000', '182829.666000', '182829.669000', '182829.671000', '182829.674000', '182829.677000', '182829.679000', '182829.682000', '182829.684000', '182829.687000', '182829.690000', '182829.692000', '182829.695000', '182829.697000', '182829.700000', '182829.702000', '182829.705000', '182829.708000', '182829.710000', '182829.713000', '182829.715000', '182829.718000', '182829.721000', '182829.723000', '182829.726000', '182829.729000', '182829.731000', '182829.734000', '182829.736000'], 'InstanceCreationTime': ['181950.847000', '181950.856000', '181950.859000', '181950.862000', '181950.865000', '181950.867000', '181950.870000', '181950.872000', '181950.875000', '181950.878000', '181950.881000', '181950.884000', '181950.886000', '181950.889000', '181950.892000', '181950.894000', '181950.902000', '181950.905000', '181950.907000', '181950.910000', '181950.913000', '181950.934000', '181950.937000', '181950.940000', '181950.942000', '181950.945000', '181950.947000', '181950.950000', '182010.781000', '182010.784000', '182010.787000', '182010.789000', '182010.792000', '182010.794000', '182010.797000', '182010.800000', '182010.802000', '182010.805000', '182010.807000', '182010.810000', '182010.812000', '182010.815000', '182010.818000', '182010.820000', '182010.823000', '182010.825000', '182010.828000', '182010.830000', '182010.833000', '182010.835000', '182010.838000', '182010.841000', '182010.843000', '182010.846000', '182010.848000', '182010.851000', '182010.854000', '182010.856000', '182010.859000', '182010.861000', '182010.864000', '182010.866000', '182010.869000', '182010.871000', '182010.874000', '182010.876000', '182010.879000', '182010.882000', '182010.884000', '182010.887000', '182010.893000', '182030.781000', '182030.784000', '182030.787000', '182030.789000', '182030.792000', '182030.794000', '182030.797000', '182030.800000', '182030.802000', '182030.805000', '182030.808000', '182030.811000', '182030.814000', '182030.817000', '182030.819000', '182030.822000', '182030.825000', '182030.827000', '182030.830000', '182030.832000', '182030.835000', '182030.837000', '182030.840000', '182030.842000', '182030.845000', '182030.848000', '182030.850000', '182030.876000', '182030.878000', '182030.881000', '182030.883000', '182030.886000', '182030.888000', '182030.891000', '182030.893000', '182030.896000', '182030.899000', '182030.901000', '182030.905000', '182030.908000', '182030.910000', '182030.913000', '182030.915000', '182050.781000', '182050.784000', '182050.787000', '182050.789000', '182050.792000', '182050.795000', '182050.797000', '182050.800000', '182050.802000', '182050.805000', '182050.807000', '182050.810000', '182050.813000', '182050.815000', '182050.818000', '182050.820000', '182050.823000', '182050.826000', '182050.828000', '182050.831000', '182050.833000', '182050.836000', '182050.838000', '182050.841000', '182050.844000', '182050.846000', '182050.849000', '182050.851000', '182050.854000', '182050.856000', '182050.859000', '182050.862000', '182050.864000', '182050.867000', '182050.869000', '182050.872000', '182050.874000', '182050.877000', '182050.880000', '182050.882000', '182050.885000', '182050.887000', '182050.890000', '182050.892000', '182110.781000', '182110.784000', '182110.787000', '182110.790000', '182110.792000', '182110.795000', '182110.797000', '182110.800000', '182110.802000', '182110.805000', '182110.808000', '182110.810000', '182110.813000', '182110.816000', '182110.818000', '182110.821000', '182110.823000', '182110.826000', '182110.828000', '182110.831000', '182110.834000', '182110.836000', '182110.839000', '182110.843000', '182110.846000', '182110.848000', '182110.851000', '182110.854000', '182110.856000', '182110.859000', '182110.861000', '182110.864000', '182110.867000', '182110.869000', '182110.872000', '182110.874000', '182110.877000', '182110.879000', '182110.882000', '182110.885000', '182110.887000', '182110.890000', '182110.892000', '182130.781000', '182130.784000', '182130.787000', '182130.790000', '182130.792000', '182130.795000', '182130.797000', '182130.800000', '182130.802000', '182130.805000', '182130.808000', '182130.810000', '182130.813000', '182130.816000', '182130.818000', '182130.821000', '182130.823000', '182130.826000', '182130.829000', '182130.831000', '182130.834000', '182130.836000', '182130.839000', '182130.842000', '182130.844000', '182130.847000', '182130.849000', '182130.852000', '182130.855000', '182130.857000', '182130.860000', '182130.862000', '182130.865000', '182130.867000', '182130.870000', '182130.873000', '182130.875000', '182130.878000', '182130.880000', '182130.883000', '182130.886000', '182130.888000', '182130.891000', '182130.893000', '182150.782000', '182150.784000', '182150.787000', '182150.790000', '182150.792000', '182150.795000', '182150.797000', '182150.800000', '182150.803000', '182150.805000', '182150.808000', '182150.810000', '182150.813000', '182150.815000', '182150.818000', '182150.821000', '182150.824000', '182150.826000', '182150.829000', '182150.831000', '182150.834000', '182150.837000', '182150.839000', '182150.842000', '182150.845000', '182150.848000', '182150.851000', '182150.853000', '182150.856000', '182150.859000', '182150.861000', '182150.864000', '182150.866000', '182150.869000', '182150.871000', '182150.874000', '182150.877000', '182150.879000', '182150.882000', '182150.884000', '182150.887000', '182150.890000', '182150.892000', '182210.781000', '182210.784000', '182210.787000', '182210.789000', '182210.792000', '182210.795000', '182210.797000', '182210.800000', '182210.803000', '182210.805000', '182210.808000', '182210.811000', '182210.813000', '182210.856000', '182210.859000', '182210.861000', '182210.864000', '182210.866000', '182210.869000', '182210.871000', '182210.874000', '182210.877000', '182210.879000', '182210.901000', '182210.904000', '182210.906000', '182210.909000', '182210.911000', '182210.914000', '182210.917000', '182210.919000', '182210.922000', '182210.924000', '182210.927000', '182210.930000', '182210.932000', '182210.935000', '182210.937000', '182210.940000', '182210.942000', '182210.945000', '182210.948000', '182210.950000', '182210.953000', '182230.781000', '182230.784000', '182230.787000', '182230.789000', '182230.792000', '182230.795000', '182230.797000', '182230.800000', '182230.802000', '182230.805000', '182230.807000', '182230.810000', '182230.813000', '182230.857000', '182230.860000', '182230.862000', '182230.865000', '182230.868000', '182230.870000', '182230.873000', '182230.875000', '182230.878000', '182230.881000', '182230.883000', '182230.886000', '182230.889000', '182230.892000', '182230.894000', '182230.897000', '182230.899000', '182230.902000', '182230.905000', '182230.907000', '182230.910000', '182230.912000', '182230.915000', '182230.917000', '182230.920000', '182230.923000', '182230.925000', '182230.928000', '182230.930000', '182230.933000', '182250.782000', '182250.784000', '182250.787000', '182250.789000', '182250.792000', '182250.795000', '182250.797000', '182250.800000', '182250.802000', '182250.805000', '182250.808000', '182250.810000', '182250.813000', '182250.861000', '182250.864000', '182250.867000', '182250.869000', '182250.872000', '182250.874000', '182250.900000', '182250.902000', '182250.905000', '182250.907000', '182250.910000', '182250.913000', '182250.915000', '182250.918000', '182250.920000', '182250.923000', '182250.926000', '182250.928000', '182250.931000', '182250.933000', '182250.936000', '182250.938000', '182250.941000', '182250.944000', '182250.946000', '182250.949000', '182250.952000', '182250.954000', '182250.957000', '182250.960000', '182250.962000', '182310.782000', '182310.785000', '182310.787000', '182310.790000', '182310.792000', '182310.795000', '182310.798000', '182310.800000', '182310.803000', '182310.805000', '182310.808000', '182310.811000', '182310.813000', '182310.845000', '182310.848000', '182310.850000', '182310.853000', '182310.856000', '182310.858000', '182310.861000', '182310.863000', '182310.866000', '182310.868000', '182310.871000', '182310.874000', '182310.876000', '182310.879000', '182310.881000', '182310.884000', '182310.887000', '182310.889000', '182310.892000', '182310.894000', '182310.897000', '182310.900000', '182310.902000', '182310.905000', '182310.907000', '182310.910000', '182310.913000', '182310.915000', '182310.918000', '182310.920000', '182330.782000', '182330.784000', '182330.787000', '182330.790000', '182330.792000', '182330.795000', '182330.798000', '182330.800000', '182330.803000', '182330.805000', '182330.808000', '182330.811000', '182330.813000', '182330.843000', '182330.846000', '182330.848000', '182330.851000', '182330.853000', '182330.856000', '182330.859000', '182330.861000', '182330.864000', '182330.866000', '182330.869000', '182330.871000', '182330.874000', '182330.877000', '182330.879000', '182330.882000', '182330.885000', '182330.887000', '182330.890000', '182330.892000', '182330.895000', '182330.898000', '182330.900000', '182330.903000', '182330.905000', '182330.908000', '182330.910000', '182330.913000', '182330.916000', '182330.918000', '182330.921000', '182350.781000', '182350.784000', '182350.787000', '182350.789000', '182350.803000', '182350.805000', '182350.808000', '182350.811000', '182350.813000', '182350.880000', '182350.883000', '182350.885000', '182350.888000', '182350.890000', '182350.893000', '182350.896000', '182350.898000', '182350.901000', '182350.903000', '182350.906000', '182350.909000', '182350.911000', '182350.914000', '182350.917000', '182350.921000', '182350.924000', '182350.927000', '182350.929000', '182350.932000', '182350.934000', '182350.937000', '182350.939000', '182350.942000', '182350.945000', '182350.947000', '182350.950000', '182350.952000', '182350.955000', '182350.958000', '182350.960000', '182350.963000', '182350.965000', '182350.968000', '182410.781000', '182410.784000', '182410.787000', '182410.789000', '182410.792000', '182410.795000', '182410.797000', '182410.800000', '182410.802000', '182410.805000', '182410.807000', '182410.810000', '182410.813000', '182410.815000', '182410.818000', '182410.821000', '182410.823000', '182410.826000', '182410.828000', '182410.831000', '182410.834000', '182410.836000', '182410.839000', '182410.842000', '182410.844000', '182410.847000', '182410.849000', '182410.852000', '182410.854000', '182410.857000', '182410.860000', '182410.862000', '182410.865000', '182410.867000', '182410.870000', '182410.873000', '182410.875000', '182410.878000', '182410.880000', '182410.883000', '182410.886000', '182410.888000', '182410.891000', '182410.893000', '182430.782000', '182430.784000', '182430.787000', '182430.790000', '182430.792000', '182430.795000', '182430.797000', '182430.800000', '182430.803000', '182430.805000', '182430.808000', '182430.810000', '182430.813000', '182430.878000', '182430.880000', '182430.883000', '182430.886000', '182430.888000', '182430.891000', '182430.893000', '182430.896000', '182430.898000', '182430.901000', '182430.904000', '182430.906000', '182430.909000', '182430.911000', '182430.914000', '182430.916000', '182430.919000', '182430.922000', '182430.924000', '182430.927000', '182430.929000', '182430.932000', '182430.935000', '182430.937000', '182430.940000', '182430.942000', '182430.945000', '182430.947000', '182430.950000', '182430.953000', '182450.782000', '182450.784000', '182450.787000', '182450.790000', '182450.792000', '182450.795000', '182450.798000', '182450.800000', '182450.803000', '182450.805000', '182450.808000', '182450.811000', '182450.813000', '182450.853000', '182450.855000', '182450.858000', '182450.861000', '182450.863000', '182450.866000', '182450.869000', '182450.871000', '182450.874000', '182450.877000', '182450.879000', '182450.882000', '182450.884000', '182450.887000', '182450.890000', '182450.892000', '182450.895000', '182450.897000', '182450.900000', '182450.903000', '182450.905000', '182450.908000', '182450.910000', '182450.913000', '182450.915000', '182450.918000', '182450.921000', '182450.923000', '182450.926000', '182450.928000', '182450.931000', '182510.782000', '182510.784000', '182510.787000', '182510.790000', '182510.792000', '182510.795000', '182510.797000', '182510.800000', '182510.803000', '182510.805000', '182510.808000', '182510.810000', '182510.813000', '182510.888000', '182510.904000', '182510.906000', '182510.909000', '182510.911000', '182510.914000', '182510.917000', '182510.920000', '182510.922000', '182510.925000', '182510.927000', '182510.930000', '182510.933000', '182510.936000', '182510.939000', '182510.942000', '182510.945000', '182510.947000', '182510.950000', '182510.953000', '182510.955000', '182510.958000', '182510.962000', '182510.964000', '182510.967000', '182510.970000', '182510.972000', '182510.975000', '182510.978000', '182510.980000', '182530.782000', '182530.785000', '182530.788000', '182530.790000', '182530.793000', '182530.796000', '182530.798000', '182530.801000', '182530.803000', '182530.806000', '182530.809000', '182530.811000', '182530.814000', '182530.874000', '182530.877000', '182530.879000', '182530.882000', '182530.885000', '182530.887000', '182530.890000', '182530.892000', '182530.895000', '182530.898000', '182530.900000', '182530.903000', '182530.905000', '182530.908000', '182530.910000', '182530.913000', '182530.916000', '182530.918000', '182530.921000', '182530.924000', '182530.926000', '182530.930000', '182530.933000', '182530.936000', '182530.938000', '182530.941000', '182530.944000', '182530.946000', '182530.949000', '182530.951000', '182550.782000', '182550.784000', '182550.787000', '182550.790000', '182550.792000', '182550.795000', '182550.798000', '182550.800000', '182550.803000', '182550.805000', '182550.808000', '182550.811000', '182550.813000', '182550.870000', '182550.873000', '182550.875000', '182550.878000', '182550.880000', '182550.883000', '182550.886000', '182550.888000', '182550.891000', '182550.893000', '182550.896000', '182550.898000', '182550.901000', '182550.904000', '182550.906000', '182550.909000', '182550.912000', '182550.914000', '182550.917000', '182550.919000', '182550.922000', '182550.924000', '182550.927000', '182550.930000', '182550.932000', '182550.935000', '182550.937000', '182550.940000', '182550.943000', '182550.945000', '182550.948000', '182610.782000', '182610.784000', '182610.787000', '182610.790000', '182610.793000', '182610.795000', '182610.798000', '182610.801000', '182610.804000', '182610.806000', '182610.809000', '182610.811000', '182610.814000', '182610.864000', '182610.867000', '182610.869000', '182610.872000', '182610.874000', '182610.877000', '182610.880000', '182610.882000', '182610.885000', '182610.887000', '182610.890000', '182610.892000', '182610.895000', '182610.897000', '182610.900000', '182610.903000', '182610.905000', '182610.908000', '182610.911000', '182610.913000', '182610.916000', '182610.918000', '182610.921000', '182610.923000', '182610.926000', '182610.929000', '182610.931000', '182610.934000', '182610.937000', '182610.939000', '182630.782000', '182630.785000', '182630.787000', '182630.790000', '182630.792000', '182630.795000', '182630.798000', '182630.800000', '182630.803000', '182630.806000', '182630.808000', '182630.811000', '182630.813000', '182630.816000', '182630.819000', '182630.821000', '182630.824000', '182630.826000', '182630.829000', '182630.832000', '182630.834000', '182630.837000', '182630.839000', '182630.842000', '182630.845000', '182630.847000', '182630.862000', '182630.864000', '182630.867000', '182630.870000', '182630.872000', '182630.875000', '182630.877000', '182630.880000', '182630.882000', '182630.885000', '182630.888000', '182630.890000', '182630.893000', '182630.895000', '182630.898000', '182630.901000', '182630.903000', '182630.906000', '182650.781000', '182650.784000', '182650.787000', '182650.789000', '182650.792000', '182650.795000', '182650.797000', '182650.800000', '182650.802000', '182650.805000', '182650.807000', '182650.810000', '182650.813000', '182650.815000', '182650.874000', '182650.876000', '182650.879000', '182650.882000', '182650.884000', '182650.887000', '182650.889000', '182650.892000', '182650.894000', '182650.897000', '182650.900000', '182650.902000', '182650.905000', '182650.907000', '182650.910000', '182650.913000', '182650.915000', '182650.918000', '182650.920000', '182650.923000', '182650.925000', '182650.928000', '182650.931000', '182650.933000', '182650.936000', '182650.939000', '182650.941000', '182650.944000', '182650.946000', '182650.949000', '182710.781000', '182710.784000', '182710.787000', '182710.790000', '182710.792000', '182710.795000', '182710.798000', '182710.800000', '182710.803000', '182710.805000', '182710.808000', '182710.810000', '182710.813000', '182710.854000', '182710.857000', '182710.859000', '182710.862000', '182710.864000', '182710.867000', '182710.869000', '182710.872000', '182710.875000', '182710.877000', '182710.880000', '182710.882000', '182710.885000', '182710.888000', '182710.890000', '182710.893000', '182710.895000', '182710.898000', '182710.901000', '182710.903000', '182710.906000', '182710.908000', '182710.911000', '182710.913000', '182710.916000', '182710.919000', '182710.921000', '182710.924000', '182710.926000', '182710.929000', '182730.782000', '182730.784000', '182730.787000', '182730.790000', '182730.792000', '182730.795000', '182730.797000', '182730.801000', '182730.804000', '182730.807000', '182730.809000', '182730.812000', '182730.815000', '182730.868000', '182730.871000', '182730.873000', '182730.876000', '182730.878000', '182730.881000', '182730.884000', '182730.886000', '182730.889000', '182730.891000', '182730.894000', '182730.897000', '182730.899000', '182730.902000', '182730.905000', '182730.907000', '182730.910000', '182730.912000', '182730.915000', '182730.917000', '182730.920000', '182730.923000', '182730.926000', '182730.928000', '182730.931000', '182730.934000', '182730.936000', '182730.939000', '182730.941000', '182730.944000', '182730.946000', '182750.782000', '182750.784000', '182750.787000', '182750.790000', '182750.792000', '182750.795000', '182750.798000', '182750.800000', '182750.803000', '182750.806000', '182750.808000', '182750.811000', '182750.813000', '182750.874000', '182750.877000', '182750.880000', '182750.882000', '182750.885000', '182750.887000', '182750.890000', '182750.893000', '182750.895000', '182750.898000', '182750.900000', '182750.903000', '182750.905000', '182750.908000', '182750.911000', '182750.913000', '182750.916000', '182750.918000', '182750.921000', '182750.924000', '182750.926000', '182750.929000', '182750.931000', '182750.941000', '182750.944000', '182750.946000', '182750.949000', '182750.952000', '182750.954000', '182750.957000', '182810.781000', '182810.784000', '182810.787000', '182810.790000', '182810.792000', '182810.795000', '182810.798000', '182810.800000', '182810.803000', '182810.806000', '182810.808000', '182810.811000', '182810.813000', '182810.928000', '182810.931000', '182810.934000', '182810.936000', '182810.939000', '182810.941000', '182810.944000', '182810.946000', '182810.949000', '182810.952000', '182810.954000', '182810.957000', '182810.960000', '182810.962000', '182810.965000', '182810.967000', '182810.970000', '182810.973000', '182810.975000', '182810.978000', '182810.980000', '182810.983000', '182810.985000', '182810.988000', '182810.991000', '182810.993000', '182810.996000', '182811.000000', '182811.002000', '182811.005000', '182829.627000', '182829.630000', '182829.633000', '182829.636000', '182829.638000', '182829.641000', '182829.644000', '182829.647000', '182829.650000', '182829.652000', '182829.655000', '182829.658000', '182829.661000', '182829.664000', '182829.666000', '182829.669000', '182829.671000', '182829.674000', '182829.677000', '182829.679000', '182829.682000', '182829.684000', '182829.687000', '182829.690000', '182829.692000', '182829.695000', '182829.697000', '182829.700000', '182829.702000', '182829.705000', '182829.708000', '182829.710000', '182829.713000', '182829.715000', '182829.718000', '182829.721000', '182829.723000', '182829.726000', '182829.729000', '182829.731000', '182829.734000', '182829.736000'], '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': [7491, 11009, 6809, 9697, 6165, 8391, 8414, 8020, 9932, 7271, 8501, 7519, 8374, 5919, 8391, 7757, 8619, 9457, 8029, 8931, 6020, 7753, 5621, 8242, 7551, 6308, 8002, 6053, 7661, 5874, 7482, 5766, 7659, 5773, 8138, 5813, 7505, 5579, 7394, 5523, 7645, 5845, 8448, 5651, 8350, 8366, 10357, 12221, 8856, 11339, 7798, 10053, 12095, 9461, 12316, 7931, 8907, 5754, 8676, 8078, 7465, 9441, 6774, 7949, 6977, 7943, 6961, 8658, 5831, 8341, 7263, 10029, 10180, 7981, 10452, 6734, 9242, 6751, 8429, 8095, 7368, 8613, 6677, 7553, 6214, 7211, 5757, 7889, 5425, 7643, 9522, 6182, 7800, 6435, 7342, 6358, 7926, 10390, 6573, 8339, 5558, 8300, 6533, 6669, 9000, 5953, 7813, 6836, 7818, 5978, 7974, 6282, 7955, 6849, 8747, 6073, 8937, 7509, 10739, 6688, 10356, 6988, 9589, 11313, 9548, 9124, 8587, 12480, 8264, 11332, 8279, 9389, 6860, 8489, 5636, 8798, 13085, 8745, 9279, 7949, 7880, 5746, 8532, 10662, 7300, 8137, 5691, 8311, 5695, 7532, 6355, 6952, 8139, 6225, 7430, 6409, 7153, 5645, 7953, 8486, 6554, 7991, 6906, 7784, 5605, 7590, 5554, 7734, 7334, 6485, 7980, 5819, 7581, 5631, 8196, 8410, 7185, 8959, 6190, 7575, 6677, 7650, 5655, 8033, 6565, 9293, 6031, 8475, 5917, 8973, 9076, 9960, 7457, 9030, 10237, 9040, 12495, 8930, 8950, 8543, 12589, 8406, 11935, 8787, 11500, 8418, 10428, 6704, 9095, 7789, 11035, 7856, 9087, 8669, 7909, 10122, 7626, 8698, 6977, 8509, 6490, 7935, 5736, 8359, 5970, 8638, 5816, 7995, 5626, 7635, 9741, 7017, 8214, 7782, 8665, 6523, 8701, 6937, 7819, 7045, 6225, 7512, 5685, 7918, 5957, 8811, 7107, 6180, 7672, 5879, 9047, 6695, 10364, 6608, 9441, 5837, 8843, 7916, 10421, 6581, 8590, 9853, 8223, 10680, 8013, 8841, 7496, 8094, 5764, 8191, 5696, 8944, 5698, 7802, 5690, 7774, 10574, 7645, 8040, 7362, 8587, 5821, 7997, 6529, 9597, 6677, 8238, 8869, 7674, 9953, 6353, 7977, 5974, 8693, 6936, 7576, 9106, 6715, 8207, 5748, 7839, 5787, 7402, 5650, 7412, 5466, 7674, 5675, 8392, 5849, 8497, 5888, 8437, 7242, 10090, 6854, 11221, 8568, 11426, 6879, 9554, 14171, 10113, 12116, 8943, 11465, 5933, 8463, 12881, 8417, 9583, 5897, 8822, 5817, 7489, 6340, 6816, 9217, 6931, 7841, 6997, 8655, 6969, 9052, 6517, 8512, 6794, 8932, 6976, 8677, 6048, 8751, 7432, 9718, 6793, 7880, 11238, 7310, 9049, 6000, 8207, 6037, 7710, 5789, 7772, 6446, 7868, 9911, 7061, 8072, 6066, 7735, 5722, 7943, 6419, 7194, 6916, 7217, 6187, 6992, 7388, 7013, 10013, 7407, 9170, 7359, 9444, 6668, 8875, 6673, 9404, 6314, 8946, 8275, 7915, 12560, 8377, 9454, 5949, 8570, 11646, 7611, 9342, 5923, 8256, 5817, 7460, 6734, 6320, 8165, 6600, 7354, 5704, 7831, 5723, 7299, 5671, 6991, 5588, 7372, 5754, 7582, 5709, 7126, 10629, 7769, 9283, 11115, 7894, 9746, 6038, 8706, 9079, 7264, 9302, 6525, 7818, 5614, 7982, 5624, 7656, 5815, 7142, 6572, 7346, 6001, 7349, 8323, 7351, 10542, 7875, 10678, 6730, 8790, 11347, 7837, 10076, 7135, 8134, 7289, 7710, 6541, 7602, 5698, 8197, 6437, 9213, 5776, 8072, 6124, 8638, 7689, 7818, 7606, 7357, 10851, 7247, 8830, 6488, 9597, 5820, 7893, 5707, 7753, 6682, 7715, 6253, 8104, 5522, 7301, 5611, 8602, 6043, 8897, 6514, 6137, 6930, 5968, 8534, 6241, 10163, 7577, 10742, 7318, 8410, 7661, 7201, 8539, 5920, 8305, 5762, 8606, 13579, 9184, 10703, 7886, 9128, 6618, 8276, 5742, 8552, 5857, 7836, 10260, 6469, 8673, 5976, 7820, 5611, 8222, 5927, 7456, 5428, 7256, 5736, 7596, 5784, 7599, 5500, 7535, 8880, 7403, 9700, 7006, 8114, 6876, 8297, 5914, 7680, 6376, 8925, 5681, 7635, 5407, 7820, 9455, 8175, 7559, 7918, 8437, 7559, 8198, 7698, 6459, 7702, 6149, 7319, 10090, 7662, 9383, 7288, 9275, 7336, 9701, 7249, 9463, 7129, 10313, 12856, 14485, 12387, 14197, 12803, 12193, 6037, 6498, 6055, 6681, 5616, 7301, 5954, 7369, 6593, 7750, 6841, 6213, 7768, 6051, 7577, 5842, 7924, 6315, 8694, 5870, 7858, 5699, 7524, 5636, 8202, 6068, 8270, 5633, 7323, 6253, 7986, 10890, 7379, 8798, 7337, 8626, 6937, 8647, 5898, 7723, 5936, 7816, 6023, 7672, 6126, 7540, 5833, 8186, 6071, 7596, 6424, 7792, 11249, 7702, 9308, 7256, 8670, 5816, 8006, 8438, 8885, 11621, 7569, 9406, 6405, 7385, 5510, 8097, 6028, 7655, 6071, 7009, 8107, 7148, 9384, 6946, 7939, 7133, 8112, 6198, 8100, 5884, 7655, 6353, 8589, 5938, 7624, 6562, 7189, 9215, 6923, 7711, 7056, 7830, 6866, 9556, 7036, 9441, 7161, 10041, 7264, 9974, 7322, 10588, 7848, 11026, 7723, 9496, 7223, 8809, 6792, 9015, 7222, 10007, 5935, 9069, 7713, 9624, 11756, 7741, 11691, 7248, 9123, 5950, 8555, 7716, 7392, 6808, 6665, 8158, 6904, 7949, 6272, 7762, 5771, 7469, 6413, 8203, 5706, 7373, 7692, 8362, 9775, 7282, 8906, 6480, 8180, 5877, 9086, 5722, 7565, 5583, 7152, 8577, 6995, 7887, 7026, 8718, 6992, 8902, 6664, 8740, 6172, 8222, 5745, 7553, 5880, 7959, 9586, 7962, 7595, 7343, 9503, 6885, 8663, 5900, 7975, 5817, 8106, 5783, 7393, 5844, 7615, 5543, 7716, 5796, 7441, 8078, 7311, 9995, 7446, 8478, 7053, 8649, 5925, 7823, 5831, 8490, 5930, 7675, 5802, 7397, 7375, 7601, 9808, 7041, 8924, 7013, 8641, 7142, 8282, 6932, 8573, 6961, 8862, 6868, 9175, 6714, 7936, 7027, 8452, 5772, 7907, 6477, 8676, 5930, 8379, 5944, 7908, 6100, 8360, 6444, 8919, 8592, 8821, 6986, 8081, 11499, 7625, 10164, 7096, 8791, 6343, 7788, 6464, 7139, 6408, 7805, 5709, 7535, 5863, 8344, 5903, 7651, 5668, 7873, 5731, 8197, 5788, 7645, 6036, 8184, 7229, 7802, 5968, 7597, 5835, 7610, 11256, 7414, 8868, 7364, 8940, 6372, 8527, 5814, 8067, 5951, 8041, 5937, 7305, 6714, 7883, 9458, 7145, 7678, 6926, 8515, 6744, 8558, 6714, 8864, 6987, 7170, 6903, 5782, 7343, 5824, 6958, 6410, 8204, 6200, 9023, 6038, 9075, 6532, 9955, 9922, 9549, 12679, 9661, 11790, 7422, 8753, 9125, 7611, 10441, 7484, 8756, 6185, 8104, 5813, 7755, 5864, 7599, 10213, 7207, 8422, 6988, 7732, 5688, 7836, 6027, 7394, 6647, 7520, 8481, 6664, 7895, 7133, 7960, 6737, 8397, 6988, 8462, 6031, 8121, 6015, 7637, 6839, 8493, 5778, 7922, 5564, 7594, 7348, 7453, 6650, 7462, 5996, 7516, 6583, 7592, 6062, 7784, 5768, 7460, 5582, 7956, 7688, 8282, 6179, 7920, 7460, 7623, 10438, 7364, 8685, 7470, 8748, 5957, 8364, 6366, 8777, 5804, 8321, 5656, 8061, 6490, 8168, 9067, 7546, 7598, 7651, 9022, 7158, 7971, 7162, 7448, 6976, 6417, 6886, 7011, 7298, 9465, 7308, 8326, 7177, 9501, 6950, 8738, 7144, 8416, 7234, 8140, 6017, 8525, 6272, 8199, 6406, 8431, 5967, 8129, 6608, 9059, 5997, 7901, 7289, 8112, 10541, 7760, 8189, 7374, 8913, 6963, 8405, 6786, 7798, 7418, 8521, 6016, 8011, 5844, 8094, 6125, 8365, 5855, 7703, 5789, 7887, 5836, 8673, 5849, 7647, 5924, 7695, 7699, 7407, 9522, 7084, 8113, 7050, 9085, 7050, 8943, 6904, 7956, 6997, 8525, 5881, 8062, 5791, 7877, 5887, 8272, 6202, 7666, 7610, 7241, 9306, 7143, 8792, 7181, 8217, 6466, 8131, 6256, 7803, 7018, 8102, 6865, 7860, 6410, 8243, 6266, 8048, 6856, 8525, 5954, 8488, 6121, 8139, 6229, 8463, 6021, 7753, 6346, 7682, 6580, 7765, 5666, 7787, 5685, 7801, 8280, 7859, 7129, 7581, 9173, 7327, 9157, 7203, 8250, 7577, 8022, 6888, 8179, 6197, 7912, 6992, 8595, 5927, 8150, 7088, 8434, 8869, 8602, 11824, 7709, 9513, 5781, 8205, 5763, 8590, 5965, 7568, 5749, 7661, 6155, 8214, 5845, 7595, 6457, 7628, 8434, 7735, 6694, 7644, 9855, 7091, 9248, 6271, 7888, 6033, 8449, 5605, 8192, 7483, 8216, 7242, 7778, 8425], 'WindowCenter': [3578.0, 3596.0, 3538.0, 3566.0, 3512.0, 3543.0, 3541.0, 3543.0, 3564.0, 3532.0, 3551.0, 3530.0, 3540.0, 3499.0, 3542.0, 3543.0, 3553.0, 3549.0, 3542.0, 3549.0, 3507.0, 3528.0, 3496.0, 3553.0, 3541.0, 3520.0, 3540.0, 3510.0, 3541.0, 3510.0, 3532.0, 3511.0, 3545.0, 3513.0, 3555.0, 3512.0, 3546.0, 3513.0, 3547.0, 3515.0, 3558.0, 3526.0, 3569.0, 3527.0, 3570.0, 3569.0, 3581.0, 3590.0, 3568.0, 3577.0, 3544.0, 3566.0, 3573.0, 3565.0, 3587.0, 3544.0, 3551.0, 3498.0, 3542.0, 3529.0, 3530.0, 3551.0, 3521.0, 3541.0, 3533.0, 3542.0, 3532.0, 3553.0, 3513.0, 3556.0, 3533.0, 3563.0, 3564.0, 3542.0, 3563.0, 3519.0, 3564.0, 3519.0, 3539.0, 3538.0, 3530.0, 3539.0, 3533.0, 3544.0, 3523.0, 3544.0, 3513.0, 3556.0, 3499.0, 3555.0, 3578.0, 3525.0, 3543.0, 3534.0, 3547.0, 3522.0, 3554.0, 3578.0, 3534.0, 3555.0, 3500.0, 3554.0, 3521.0, 3532.0, 3553.0, 3511.0, 3543.0, 3534.0, 3543.0, 3523.0, 3544.0, 3523.0, 3544.0, 3534.0, 3553.0, 3511.0, 3554.0, 3532.0, 3575.0, 3521.0, 3564.0, 3518.0, 3551.0, 3564.0, 3551.0, 3550.0, 3540.0, 3571.0, 3539.0, 3561.0, 3538.0, 3537.0, 3505.0, 3538.0, 3483.0, 3538.0, 3572.0, 3539.0, 3538.0, 3526.0, 3527.0, 3483.0, 3538.0, 3546.0, 3518.0, 3540.0, 3495.0, 3527.0, 3483.0, 3527.0, 3504.0, 3529.0, 3540.0, 3508.0, 3529.0, 3520.0, 3530.0, 3499.0, 3554.0, 3566.0, 3522.0, 3540.0, 3532.0, 3543.0, 3510.0, 3544.0, 3512.0, 3558.0, 3542.0, 3533.0, 3554.0, 3513.0, 3543.0, 3512.0, 3555.0, 3554.0, 3545.0, 3566.0, 3524.0, 3545.0, 3534.0, 3545.0, 3513.0, 3555.0, 3534.0, 3567.0, 3525.0, 3556.0, 3513.0, 3568.0, 3554.0, 3566.0, 3544.0, 3555.0, 3564.0, 3555.0, 3587.0, 3554.0, 3553.0, 3553.0, 3575.0, 3543.0, 3576.0, 3542.0, 3573.0, 3541.0, 3561.0, 3518.0, 3541.0, 3530.0, 3561.0, 3527.0, 3541.0, 3538.0, 3528.0, 3548.0, 3529.0, 3538.0, 3518.0, 3538.0, 3507.0, 3528.0, 3496.0, 3541.0, 3507.0, 3539.0, 3497.0, 3540.0, 3496.0, 3530.0, 3551.0, 3532.0, 3540.0, 3541.0, 3552.0, 3534.0, 3553.0, 3535.0, 3544.0, 3545.0, 3523.0, 3533.0, 3511.0, 3555.0, 3525.0, 3567.0, 3536.0, 3523.0, 3546.0, 3512.0, 3556.0, 3524.0, 3565.0, 3523.0, 3554.0, 3501.0, 3554.0, 3544.0, 3565.0, 3520.0, 3553.0, 3552.0, 3544.0, 3564.0, 3542.0, 3553.0, 3531.0, 3530.0, 3499.0, 3543.0, 3500.0, 3555.0, 3499.0, 3531.0, 3498.0, 3544.0, 3576.0, 3544.0, 3543.0, 3532.0, 3553.0, 3500.0, 3542.0, 3522.0, 3566.0, 3520.0, 3541.0, 3551.0, 3530.0, 3551.0, 3509.0, 3543.0, 3509.0, 3542.0, 3519.0, 3531.0, 3550.0, 3520.0, 3543.0, 3511.0, 3542.0, 3511.0, 3533.0, 3511.0, 3545.0, 3503.0, 3545.0, 3514.0, 3556.0, 3514.0, 3556.0, 3514.0, 3557.0, 3546.0, 3578.0, 3535.0, 3576.0, 3555.0, 3577.0, 3521.0, 3555.0, 3584.0, 3564.0, 3575.0, 3541.0, 3563.0, 3497.0, 3528.0, 3560.0, 3527.0, 3549.0, 3497.0, 3539.0, 3495.0, 3517.0, 3505.0, 3507.0, 3550.0, 3519.0, 3529.0, 3519.0, 3540.0, 3520.0, 3551.0, 3522.0, 3552.0, 3520.0, 3551.0, 3520.0, 3540.0, 3510.0, 3553.0, 3531.0, 3552.0, 3518.0, 3530.0, 3560.0, 3518.0, 3541.0, 3509.0, 3539.0, 3509.0, 3529.0, 3496.0, 3529.0, 3508.0, 3542.0, 3563.0, 3519.0, 3529.0, 3509.0, 3530.0, 3497.0, 3541.0, 3508.0, 3520.0, 3519.0, 3531.0, 3509.0, 3532.0, 3531.0, 3533.0, 3565.0, 3544.0, 3554.0, 3533.0, 3553.0, 3520.0, 3553.0, 3521.0, 3552.0, 3508.0, 3553.0, 3540.0, 3541.0, 3573.0, 3541.0, 3551.0, 3497.0, 3539.0, 3561.0, 3528.0, 3537.0, 3497.0, 3540.0, 3496.0, 3518.0, 3505.0, 3508.0, 3540.0, 3518.0, 3531.0, 3510.0, 3531.0, 3499.0, 3530.0, 3498.0, 3533.0, 3500.0, 3544.0, 3512.0, 3546.0, 3512.0, 3535.0, 3578.0, 3545.0, 3568.0, 3575.0, 3543.0, 3565.0, 3511.0, 3542.0, 3551.0, 3545.0, 3554.0, 3509.0, 3530.0, 3498.0, 3542.0, 3498.0, 3543.0, 3511.0, 3534.0, 3532.0, 3545.0, 3522.0, 3546.0, 3554.0, 3545.0, 3579.0, 3556.0, 3578.0, 3535.0, 3554.0, 3562.0, 3532.0, 3564.0, 3532.0, 3541.0, 3530.0, 3530.0, 3520.0, 3531.0, 3499.0, 3543.0, 3521.0, 3565.0, 3499.0, 3542.0, 3509.0, 3554.0, 3531.0, 3532.0, 3529.0, 3532.0, 3565.0, 3530.0, 3552.0, 3509.0, 3552.0, 3498.0, 3541.0, 3496.0, 3545.0, 3534.0, 3546.0, 3522.0, 3542.0, 3497.0, 3543.0, 3510.0, 3553.0, 3510.0, 3554.0, 3522.0, 3511.0, 3533.0, 3510.0, 3554.0, 3524.0, 3565.0, 3545.0, 3574.0, 3533.0, 3542.0, 3544.0, 3533.0, 3554.0, 3510.0, 3542.0, 3498.0, 3542.0, 3574.0, 3552.0, 3561.0, 3531.0, 3539.0, 3507.0, 3528.0, 3498.0, 3541.0, 3496.0, 3529.0, 3548.0, 3507.0, 3527.0, 3496.0, 3528.0, 3497.0, 3540.0, 3497.0, 3529.0, 3485.0, 3530.0, 3497.0, 3532.0, 3498.0, 3544.0, 3499.0, 3544.0, 3552.0, 3543.0, 3565.0, 3533.0, 3542.0, 3522.0, 3542.0, 3499.0, 3544.0, 3522.0, 3554.0, 3499.0, 3543.0, 3499.0, 3542.0, 3564.0, 3544.0, 3541.0, 3543.0, 3541.0, 3543.0, 3542.0, 3543.0, 3522.0, 3544.0, 3510.0, 3532.0, 3563.0, 3544.0, 3564.0, 3544.0, 3565.0, 3532.0, 3563.0, 3532.0, 3564.0, 3534.0, 3565.0, 3589.0, 3595.0, 3584.0, 3601.0, 3594.0, 3594.0, 3524.0, 3522.0, 3523.0, 3534.0, 3509.0, 3531.0, 3510.0, 3531.0, 3534.0, 3544.0, 3534.0, 3511.0, 3543.0, 3511.0, 3531.0, 3499.0, 3543.0, 3521.0, 3553.0, 3510.0, 3543.0, 3500.0, 3530.0, 3499.0, 3543.0, 3510.0, 3543.0, 3499.0, 3531.0, 3509.0, 3543.0, 3575.0, 3533.0, 3552.0, 3532.0, 3540.0, 3521.0, 3541.0, 3499.0, 3543.0, 3512.0, 3532.0, 3510.0, 3541.0, 3510.0, 3543.0, 3512.0, 3555.0, 3512.0, 3544.0, 3521.0, 3544.0, 3576.0, 3543.0, 3553.0, 3532.0, 3553.0, 3499.0, 3542.0, 3541.0, 3555.0, 3573.0, 3531.0, 3550.0, 3508.0, 3531.0, 3487.0, 3543.0, 3509.0, 3530.0, 3508.0, 3531.0, 3540.0, 3531.0, 3553.0, 3532.0, 3542.0, 3532.0, 3541.0, 3511.0, 3542.0, 3511.0, 3545.0, 3522.0, 3554.0, 3510.0, 3544.0, 3520.0, 3532.0, 3553.0, 3534.0, 3543.0, 3534.0, 3543.0, 3535.0, 3565.0, 3535.0, 3565.0, 3535.0, 3565.0, 3534.0, 3563.0, 3532.0, 3566.0, 3542.0, 3563.0, 3531.0, 3551.0, 3530.0, 3553.0, 3520.0, 3552.0, 3531.0, 3562.0, 3509.0, 3553.0, 3531.0, 3552.0, 3572.0, 3529.0, 3560.0, 3517.0, 3539.0, 3496.0, 3539.0, 3528.0, 3518.0, 3506.0, 3517.0, 3527.0, 3519.0, 3540.0, 3509.0, 3531.0, 3499.0, 3531.0, 3520.0, 3542.0, 3499.0, 3531.0, 3529.0, 3541.0, 3552.0, 3531.0, 3539.0, 3509.0, 3541.0, 3497.0, 3541.0, 3497.0, 3531.0, 3486.0, 3520.0, 3539.0, 3520.0, 3540.0, 3531.0, 3552.0, 3531.0, 3552.0, 3521.0, 3542.0, 3509.0, 3542.0, 3499.0, 3531.0, 3497.0, 3542.0, 3545.0, 3542.0, 3529.0, 3530.0, 3551.0, 3520.0, 3540.0, 3510.0, 3541.0, 3498.0, 3541.0, 3499.0, 3529.0, 3498.0, 3543.0, 3499.0, 3542.0, 3499.0, 3532.0, 3541.0, 3531.0, 3564.0, 3531.0, 3541.0, 3520.0, 3541.0, 3508.0, 3530.0, 3499.0, 3542.0, 3509.0, 3543.0, 3498.0, 3531.0, 3529.0, 3542.0, 3562.0, 3531.0, 3552.0, 3533.0, 3540.0, 3533.0, 3543.0, 3533.0, 3552.0, 3532.0, 3552.0, 3533.0, 3554.0, 3521.0, 3543.0, 3533.0, 3542.0, 3512.0, 3543.0, 3522.0, 3554.0, 3510.0, 3543.0, 3511.0, 3543.0, 3511.0, 3543.0, 3522.0, 3554.0, 3554.0, 3554.0, 3520.0, 3542.0, 3561.0, 3530.0, 3551.0, 3520.0, 3541.0, 3509.0, 3529.0, 3520.0, 3520.0, 3520.0, 3531.0, 3500.0, 3542.0, 3512.0, 3544.0, 3500.0, 3531.0, 3510.0, 3543.0, 3512.0, 3543.0, 3499.0, 3532.0, 3509.0, 3543.0, 3530.0, 3543.0, 3509.0, 3532.0, 3498.0, 3543.0, 3575.0, 3533.0, 3552.0, 3531.0, 3552.0, 3509.0, 3541.0, 3499.0, 3541.0, 3509.0, 3541.0, 3508.0, 3531.0, 3519.0, 3543.0, 3553.0, 3521.0, 3529.0, 3521.0, 3551.0, 3533.0, 3568.0, 3536.0, 3554.0, 3533.0, 3533.0, 3533.0, 3510.0, 3531.0, 3510.0, 3531.0, 3523.0, 3555.0, 3524.0, 3567.0, 3525.0, 3567.0, 3525.0, 3567.0, 3563.0, 3553.0, 3575.0, 3552.0, 3562.0, 3517.0, 3540.0, 3538.0, 3528.0, 3547.0, 3517.0, 3538.0, 3496.0, 3527.0, 3485.0, 3527.0, 3484.0, 3528.0, 3561.0, 3528.0, 3526.0, 3518.0, 3527.0, 3484.0, 3528.0, 3497.0, 3529.0, 3517.0, 3529.0, 3538.0, 3520.0, 3539.0, 3532.0, 3542.0, 3521.0, 3541.0, 3531.0, 3553.0, 3510.0, 3542.0, 3509.0, 3543.0, 3533.0, 3552.0, 3499.0, 3542.0, 3500.0, 3542.0, 3532.0, 3545.0, 3521.0, 3532.0, 3511.0, 3533.0, 3532.0, 3545.0, 3523.0, 3546.0, 3513.0, 3535.0, 3501.0, 3545.0, 3544.0, 3557.0, 3523.0, 3545.0, 3532.0, 3544.0, 3576.0, 3545.0, 3554.0, 3544.0, 3553.0, 3512.0, 3554.0, 3522.0, 3553.0, 3501.0, 3544.0, 3510.0, 3543.0, 3520.0, 3554.0, 3554.0, 3543.0, 3542.0, 3544.0, 3553.0, 3533.0, 3542.0, 3535.0, 3544.0, 3534.0, 3523.0, 3534.0, 3533.0, 3545.0, 3567.0, 3546.0, 3555.0, 3534.0, 3566.0, 3534.0, 3554.0, 3535.0, 3554.0, 3544.0, 3542.0, 3511.0, 3554.0, 3522.0, 3542.0, 3522.0, 3543.0, 3511.0, 3544.0, 3533.0, 3554.0, 3510.0, 3543.0, 3530.0, 3542.0, 3565.0, 3543.0, 3542.0, 3532.0, 3551.0, 3532.0, 3554.0, 3521.0, 3530.0, 3532.0, 3552.0, 3512.0, 3542.0, 3510.0, 3543.0, 3510.0, 3542.0, 3510.0, 3532.0, 3499.0, 3543.0, 3499.0, 3553.0, 3500.0, 3543.0, 3510.0, 3543.0, 3530.0, 3534.0, 3565.0, 3532.0, 3542.0, 3534.0, 3553.0, 3533.0, 3554.0, 3534.0, 3543.0, 3533.0, 3554.0, 3500.0, 3542.0, 3510.0, 3544.0, 3510.0, 3543.0, 3510.0, 3542.0, 3531.0, 3533.0, 3564.0, 3533.0, 3553.0, 3531.0, 3542.0, 3523.0, 3543.0, 3522.0, 3543.0, 3533.0, 3542.0, 3532.0, 3542.0, 3523.0, 3555.0, 3524.0, 3543.0, 3534.0, 3556.0, 3513.0, 3556.0, 3512.0, 3545.0, 3511.0, 3555.0, 3511.0, 3545.0, 3521.0, 3545.0, 3532.0, 3544.0, 3511.0, 3545.0, 3511.0, 3546.0, 3555.0, 3556.0, 3533.0, 3545.0, 3553.0, 3534.0, 3565.0, 3533.0, 3542.0, 3543.0, 3542.0, 3533.0, 3544.0, 3522.0, 3543.0, 3534.0, 3554.0, 3510.0, 3542.0, 3533.0, 3555.0, 3553.0, 3553.0, 3574.0, 3532.0, 3551.0, 3499.0, 3543.0, 3499.0, 3541.0, 3508.0, 3529.0, 3497.0, 3543.0, 3510.0, 3544.0, 3499.0, 3543.0, 3521.0, 3544.0, 3543.0, 3543.0, 3521.0, 3544.0, 3563.0, 3532.0, 3566.0, 3523.0, 3543.0, 3512.0, 3555.0, 3510.0, 3543.0, 3531.0, 3554.0, 3531.0, 3544.0, 3542.0], 'WindowWidth': [8136.0, 8148.0, 8058.0, 8092.0, 8013.0, 8054.0, 8048.0, 8054.0, 8085.0, 8038.0, 8062.0, 8033.0, 8047.0, 7988.0, 8050.0, 8054.0, 8068.0, 8057.0, 8049.0, 8056.0, 7998.0, 8026.0, 7982.0, 8066.0, 8049.0, 8018.0, 8045.0, 8007.0, 8050.0, 8007.0, 8037.0, 8011.0, 8058.0, 8016.0, 8072.0, 8014.0, 8061.0, 8016.0, 8064.0, 8022.0, 8081.0, 8039.0, 8097.0, 8040.0, 8099.0, 8098.0, 8116.0, 8130.0, 8093.0, 8106.0, 8056.0, 8088.0, 8095.0, 8086.0, 8121.0, 8056.0, 8059.0, 7985.0, 8047.0, 8027.0, 8031.0, 8059.0, 8020.0, 8047.0, 8040.0, 8050.0, 8038.0, 8068.0, 8016.0, 8076.0, 8040.0, 8079.0, 8082.0, 8049.0, 8080.0, 8015.0, 8082.0, 8016.0, 8042.0, 8039.0, 8031.0, 8043.0, 8042.0, 8060.0, 8029.0, 8058.0, 8016.0, 8074.0, 7993.0, 8075.0, 8112.0, 8033.0, 8055.0, 8047.0, 8066.0, 8027.0, 8069.0, 8111.0, 8047.0, 8071.0, 7994.0, 8068.0, 8021.0, 8037.0, 8066.0, 8009.0, 8053.0, 8043.0, 8054.0, 8028.0, 8057.0, 8027.0, 8056.0, 8043.0, 8068.0, 8009.0, 8069.0, 8037.0, 8097.0, 8021.0, 8080.0, 8014.0, 8061.0, 8081.0, 8059.0, 8057.0, 8043.0, 8089.0, 8041.0, 8075.0, 8039.0, 8035.0, 7992.0, 8037.0, 7958.0, 8036.0, 8091.0, 8040.0, 8037.0, 8018.0, 8022.0, 7960.0, 8035.0, 8046.0, 8012.0, 8044.0, 7979.0, 8020.0, 7959.0, 8022.0, 7989.0, 8030.0, 8046.0, 8002.0, 8030.0, 8020.0, 8034.0, 7990.0, 8071.0, 8090.0, 8025.0, 8047.0, 8040.0, 8054.0, 8006.0, 8054.0, 8014.0, 8081.0, 8053.0, 8043.0, 8071.0, 8017.0, 8056.0, 8014.0, 8073.0, 8071.0, 8060.0, 8090.0, 8033.0, 8059.0, 8045.0, 8060.0, 8015.0, 8073.0, 8045.0, 8092.0, 8033.0, 8076.0, 8016.0, 8093.0, 8072.0, 8088.0, 8056.0, 8071.0, 8083.0, 8070.0, 8118.0, 8070.0, 8067.0, 8065.0, 8099.0, 8052.0, 8102.0, 8050.0, 8091.0, 8046.0, 8074.0, 8013.0, 8045.0, 8031.0, 8071.0, 8023.0, 8044.0, 8036.0, 8024.0, 8051.0, 8027.0, 8040.0, 8011.0, 8037.0, 7996.0, 8025.0, 7979.0, 8044.0, 7997.0, 8041.0, 7983.0, 8043.0, 7982.0, 8030.0, 8061.0, 8035.0, 8047.0, 8049.0, 8064.0, 8046.0, 8068.0, 8045.0, 8058.0, 8061.0, 8026.0, 8039.0, 8009.0, 8073.0, 8033.0, 8089.0, 8049.0, 8028.0, 8059.0, 8011.0, 8073.0, 8027.0, 8084.0, 8025.0, 8068.0, 7993.0, 8068.0, 8053.0, 8081.0, 8017.0, 8063.0, 8062.0, 8052.0, 8083.0, 8047.0, 8062.0, 8031.0, 8028.0, 7987.0, 8051.0, 7992.0, 8068.0, 7988.0, 8032.0, 7986.0, 8053.0, 8101.0, 8053.0, 8050.0, 8037.0, 8063.0, 7989.0, 8047.0, 8023.0, 8084.0, 8016.0, 8046.0, 8059.0, 8030.0, 8060.0, 8001.0, 8051.0, 8002.0, 8048.0, 8012.0, 8033.0, 8057.0, 8016.0, 8051.0, 8007.0, 8048.0, 8006.0, 8037.0, 8008.0, 8056.0, 8001.0, 8058.0, 8017.0, 8075.0, 8018.0, 8075.0, 8019.0, 8077.0, 8062.0, 8107.0, 8044.0, 8102.0, 8070.0, 8100.0, 8020.0, 8069.0, 8111.0, 8079.0, 8100.0, 8046.0, 8075.0, 7980.0, 8024.0, 8069.0, 8020.0, 8051.0, 7984.0, 8038.0, 7975.0, 8007.0, 7989.0, 7994.0, 8057.0, 8014.0, 8026.0, 8016.0, 8042.0, 8016.0, 8059.0, 8022.0, 8062.0, 8019.0, 8059.0, 8017.0, 8044.0, 8002.0, 8065.0, 8033.0, 8060.0, 8012.0, 8029.0, 8069.0, 8010.0, 8044.0, 8001.0, 8040.0, 8001.0, 8027.0, 7981.0, 8029.0, 7999.0, 8049.0, 8079.0, 8015.0, 8026.0, 8000.0, 8028.0, 7982.0, 8044.0, 7999.0, 8016.0, 8015.0, 8033.0, 8002.0, 8035.0, 8033.0, 8039.0, 8084.0, 8055.0, 8068.0, 8038.0, 8066.0, 8017.0, 8063.0, 8020.0, 8060.0, 7998.0, 8062.0, 8042.0, 8045.0, 8095.0, 8048.0, 8057.0, 7981.0, 8040.0, 8072.0, 8024.0, 8035.0, 7983.0, 8042.0, 7979.0, 8009.0, 7990.0, 7997.0, 8043.0, 8013.0, 8034.0, 8006.0, 8032.0, 7987.0, 8031.0, 7987.0, 8038.0, 7994.0, 8056.0, 8012.0, 8061.0, 8013.0, 8047.0, 8106.0, 8061.0, 8093.0, 8098.0, 8051.0, 8084.0, 8006.0, 8048.0, 8059.0, 8057.0, 8068.0, 8002.0, 8029.0, 7987.0, 8050.0, 7988.0, 8052.0, 8010.0, 8043.0, 8038.0, 8058.0, 8026.0, 8062.0, 8071.0, 8059.0, 8111.0, 8073.0, 8107.0, 8045.0, 8067.0, 8076.0, 8033.0, 8081.0, 8037.0, 8045.0, 8032.0, 8029.0, 8018.0, 8033.0, 7989.0, 8053.0, 8020.0, 8084.0, 7989.0, 8048.0, 8002.0, 8067.0, 8033.0, 8034.0, 8028.0, 8034.0, 8084.0, 8032.0, 8062.0, 8003.0, 8062.0, 7986.0, 8044.0, 7982.0, 8059.0, 8045.0, 8063.0, 8026.0, 8050.0, 7986.0, 8055.0, 8005.0, 8063.0, 8007.0, 8070.0, 8026.0, 8010.0, 8038.0, 8005.0, 8069.0, 8028.0, 8084.0, 8057.0, 8096.0, 8038.0, 8049.0, 8056.0, 8037.0, 8066.0, 8003.0, 8047.0, 7984.0, 8047.0, 8096.0, 8061.0, 8071.0, 8030.0, 8038.0, 7995.0, 8023.0, 7986.0, 8045.0, 7979.0, 8026.0, 8050.0, 7994.0, 8020.0, 7977.0, 8023.0, 7982.0, 8040.0, 7980.0, 8027.0, 7965.0, 8027.0, 7985.0, 8036.0, 7988.0, 8053.0, 7991.0, 8054.0, 8062.0, 8052.0, 8084.0, 8039.0, 8049.0, 8023.0, 8049.0, 7989.0, 8053.0, 8024.0, 8066.0, 7990.0, 8052.0, 7989.0, 8049.0, 8083.0, 8054.0, 8048.0, 8053.0, 8047.0, 8050.0, 8049.0, 8052.0, 8025.0, 8054.0, 8005.0, 8037.0, 8080.0, 8056.0, 8083.0, 8054.0, 8085.0, 8038.0, 8079.0, 8037.0, 8080.0, 8041.0, 8083.0, 8126.0, 8140.0, 8119.0, 8150.0, 8135.0, 8133.0, 8032.0, 8025.0, 8027.0, 8042.0, 8003.0, 8033.0, 8006.0, 8035.0, 8044.0, 8058.0, 8043.0, 8009.0, 8052.0, 8005.0, 8031.0, 7987.0, 8050.0, 8020.0, 8064.0, 8005.0, 8051.0, 7992.0, 8031.0, 7989.0, 8050.0, 8004.0, 8051.0, 7988.0, 8033.0, 8001.0, 8050.0, 8099.0, 8038.0, 8063.0, 8035.0, 8044.0, 8019.0, 8046.0, 7990.0, 8050.0, 8009.0, 8036.0, 8007.0, 8047.0, 8004.0, 8053.0, 8013.0, 8070.0, 8010.0, 8055.0, 8021.0, 8055.0, 8102.0, 8052.0, 8065.0, 8037.0, 8064.0, 7990.0, 8050.0, 8048.0, 8069.0, 8093.0, 8033.0, 8057.0, 7999.0, 8032.0, 7971.0, 8052.0, 8004.0, 8032.0, 8000.0, 8034.0, 8045.0, 8035.0, 8066.0, 8037.0, 8049.0, 8037.0, 8048.0, 8007.0, 8051.0, 8008.0, 8059.0, 8026.0, 8068.0, 8006.0, 8054.0, 8017.0, 8035.0, 8066.0, 8042.0, 8052.0, 8042.0, 8054.0, 8044.0, 8086.0, 8046.0, 8086.0, 8045.0, 8084.0, 8041.0, 8080.0, 8036.0, 8085.0, 8049.0, 8078.0, 8033.0, 8059.0, 8031.0, 8064.0, 8020.0, 8062.0, 8032.0, 8075.0, 8002.0, 8063.0, 8035.0, 8062.0, 8088.0, 8027.0, 8070.0, 8007.0, 8039.0, 7977.0, 8041.0, 8024.0, 8010.0, 7992.0, 8010.0, 8021.0, 8013.0, 8041.0, 8001.0, 8034.0, 7989.0, 8032.0, 8018.0, 8048.0, 7988.0, 8032.0, 8028.0, 8046.0, 8061.0, 8031.0, 8041.0, 8000.0, 8045.0, 7985.0, 8044.0, 7983.0, 8031.0, 7968.0, 8016.0, 8041.0, 8018.0, 8043.0, 8034.0, 8062.0, 8033.0, 8061.0, 8020.0, 8048.0, 8002.0, 8048.0, 7988.0, 8031.0, 7984.0, 8048.0, 8048.0, 8047.0, 8028.0, 8030.0, 8059.0, 8017.0, 8044.0, 8007.0, 8046.0, 7986.0, 8046.0, 7987.0, 8028.0, 7988.0, 8052.0, 7989.0, 8049.0, 7988.0, 8035.0, 8047.0, 8033.0, 8080.0, 8033.0, 8045.0, 8018.0, 8045.0, 7999.0, 8029.0, 7988.0, 8048.0, 8001.0, 8051.0, 7986.0, 8034.0, 8029.0, 8048.0, 8077.0, 8035.0, 8062.0, 8037.0, 8045.0, 8038.0, 8051.0, 8038.0, 8063.0, 8037.0, 8063.0, 8040.0, 8070.0, 8023.0, 8051.0, 8038.0, 8050.0, 8011.0, 8051.0, 8024.0, 8067.0, 8006.0, 8052.0, 8009.0, 8052.0, 8008.0, 8052.0, 8024.0, 8069.0, 8068.0, 8066.0, 8016.0, 8047.0, 8073.0, 8029.0, 8059.0, 8016.0, 8045.0, 8002.0, 8028.0, 8017.0, 8016.0, 8018.0, 8033.0, 7993.0, 8050.0, 8010.0, 8053.0, 7992.0, 8033.0, 8005.0, 8051.0, 8009.0, 8053.0, 7988.0, 8034.0, 8003.0, 8050.0, 8031.0, 8051.0, 8002.0, 8034.0, 7987.0, 8051.0, 8098.0, 8039.0, 8063.0, 8033.0, 8060.0, 8002.0, 8047.0, 7990.0, 8047.0, 8001.0, 8045.0, 7999.0, 8032.0, 8016.0, 8052.0, 8064.0, 8019.0, 8030.0, 8019.0, 8059.0, 8040.0, 8098.0, 8051.0, 8067.0, 8040.0, 8040.0, 8038.0, 8007.0, 8036.0, 8007.0, 8035.0, 8028.0, 8072.0, 8031.0, 8091.0, 8035.0, 8091.0, 8033.0, 8090.0, 8079.0, 8065.0, 8098.0, 8059.0, 8075.0, 8009.0, 8040.0, 8036.0, 8021.0, 8048.0, 8008.0, 8038.0, 7980.0, 8020.0, 7962.0, 8020.0, 7961.0, 8024.0, 8072.0, 8024.0, 8019.0, 8009.0, 8021.0, 7961.0, 8023.0, 7982.0, 8028.0, 8009.0, 8026.0, 8037.0, 8019.0, 8042.0, 8037.0, 8049.0, 8022.0, 8046.0, 8033.0, 8064.0, 8005.0, 8050.0, 8004.0, 8054.0, 8041.0, 8063.0, 7990.0, 8050.0, 7991.0, 8050.0, 8036.0, 8057.0, 8023.0, 8036.0, 8008.0, 8038.0, 8037.0, 8060.0, 8028.0, 8060.0, 8013.0, 8045.0, 7994.0, 8057.0, 8058.0, 8075.0, 8028.0, 8057.0, 8037.0, 8055.0, 8103.0, 8059.0, 8068.0, 8055.0, 8066.0, 8010.0, 8068.0, 8026.0, 8066.0, 7993.0, 8054.0, 8006.0, 8052.0, 8018.0, 8068.0, 8070.0, 8052.0, 8050.0, 8054.0, 8065.0, 8039.0, 8051.0, 8044.0, 8057.0, 8043.0, 8027.0, 8044.0, 8040.0, 8059.0, 8091.0, 8060.0, 8072.0, 8043.0, 8086.0, 8042.0, 8069.0, 8043.0, 8068.0, 8056.0, 8050.0, 8007.0, 8067.0, 8023.0, 8050.0, 8024.0, 8052.0, 8006.0, 8055.0, 8040.0, 8067.0, 8005.0, 8052.0, 8032.0, 8049.0, 8084.0, 8052.0, 8049.0, 8037.0, 8061.0, 8035.0, 8068.0, 8022.0, 8032.0, 8036.0, 8061.0, 8009.0, 8051.0, 8008.0, 8052.0, 8005.0, 8050.0, 8005.0, 8035.0, 7990.0, 8053.0, 7991.0, 8065.0, 7990.0, 8051.0, 8004.0, 8050.0, 8032.0, 8041.0, 8083.0, 8037.0, 8049.0, 8041.0, 8065.0, 8039.0, 8068.0, 8042.0, 8050.0, 8038.0, 8066.0, 7992.0, 8049.0, 8007.0, 8055.0, 8006.0, 8052.0, 8005.0, 8050.0, 8033.0, 8040.0, 8083.0, 8039.0, 8065.0, 8034.0, 8048.0, 8024.0, 8053.0, 8023.0, 8052.0, 8039.0, 8050.0, 8038.0, 8052.0, 8027.0, 8071.0, 8030.0, 8055.0, 8043.0, 8073.0, 8014.0, 8071.0, 8012.0, 8057.0, 8008.0, 8070.0, 8010.0, 8057.0, 8023.0, 8056.0, 8039.0, 8056.0, 8009.0, 8057.0, 8010.0, 8061.0, 8074.0, 8074.0, 8042.0, 8057.0, 8067.0, 8042.0, 8086.0, 8038.0, 8050.0, 8051.0, 8050.0, 8038.0, 8054.0, 8026.0, 8052.0, 8041.0, 8067.0, 8007.0, 8051.0, 8039.0, 8071.0, 8065.0, 8064.0, 8093.0, 8033.0, 8058.0, 7989.0, 8050.0, 7987.0, 8043.0, 7997.0, 8028.0, 7982.0, 8050.0, 8006.0, 8053.0, 7991.0, 8053.0, 8020.0, 8054.0, 8054.0, 8052.0, 8021.0, 8056.0, 8080.0, 8038.0, 8087.0, 8028.0, 8052.0, 8009.0, 8070.0, 8006.0, 8052.0, 8036.0, 8068.0, 8033.0, 8054.0, 8050.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.00024122077922077923</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019125323116883117</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.30450690332749</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1597225688994806</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000621619298093</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4036.9285</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08211145816814704</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.5584415584415585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.462892442157287</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.464554668513165</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5918708472958927</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332251810662803</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0104594</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004528257995843887</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02856067754328251</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.059689789314738</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>24.3122</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.2869</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.2548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298714.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>630.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.3645</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8341</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>419.2613</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2784.1267</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2913.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77830.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1070.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3666.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>717.5379</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.48697765171528</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> |