=== 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-0081 --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-0081",
"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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>79f600b35cd90cdca94f0500c98f297e</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>19:58:28.725000</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</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.0830868</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>[4158, -7718, -7302, 635, -114, -59, 112, 51]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b34916c1-7381-4257-a125-0b07a3e4d573||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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': ['195828.725000', '195829.185000', '195829.645000', '195830.105000', '195830.565000', '195831.025000', '195831.485000', '195831.945000', '195832.405000', '195832.865000', '195833.325000', '195833.785000', '195834.245000', '195834.705000', '195835.165000', '195835.625000', '195836.085000', '195836.545000', '195837.005000', '195837.465000', '195837.925000', '195838.385000', '195838.845000', '195839.305000', '195839.765000', '195840.225000', '195840.685000', '195841.145000', '195841.605000', '195842.065000', '195842.525000', '195842.985000', '195843.445000', '195843.905000', '195844.365000', '195844.825000', '195845.285000', '195845.745000', '195846.205000', '195846.665000', '195847.125000', '195847.585000', '195848.045000', '195848.505000', '195848.965000', '195849.425000', '195849.885000', '195850.345000', '195850.805000', '195851.265000', '195851.725000', '195852.185000', '195852.645000', '195853.105000', '195853.565000', '195854.025000', '195854.485000', '195854.945000', '195855.405000', '195855.865000', '195856.325000', '195856.785000', '195857.245000', '195857.705000', '195858.165000', '195858.625000', '195859.085000', '195859.545000', '195900.005000', '195900.465000', '195900.925000', '195901.385000', '195901.845000', '195902.305000', '195902.765000', '195903.225000', '195903.685000', '195904.145000', '195904.605000', '195905.065000', '195905.525000', '195905.985000', '195906.445000', '195906.905000', '195907.365000', '195907.825000', '195908.285000', '195908.745000', '195909.205000', '195909.665000', '195910.125000', '195910.585000', '195911.045000', '195911.505000', '195911.965000', '195912.425000', '195912.885000', '195913.345000', '195913.805000', '195914.265000', '195914.725000', '195915.185000', '195915.645000', '195916.105000', '195916.565000', '195917.025000', '195917.485000', '195917.945000', '195918.405000', '195918.865000', '195919.325000', '195919.785000', '195920.245000', '195920.705000', '195921.165000', '195921.625000', '195922.085000', '195922.545000', '195923.005000', '195923.465000', '195923.925000', '195924.385000', '195924.845000', '195925.305000', '195925.765000', '195926.225000', '195926.685000', '195927.145000', '195927.605000', '195928.065000', '195928.525000', '195928.985000', '195929.445000', '195929.905000', '195930.365000', '195930.825000', '195931.285000', '195931.745000', '195932.205000', '195932.665000', '195933.125000', '195933.585000', '195934.045000', '195934.505000', '195934.965000', '195935.425000', '195935.885000', '195936.345000', '195936.805000', '195937.265000', '195937.725000', '195938.185000', '195938.645000', '195939.105000', '195939.565000', '195940.025000', '195940.485000', '195940.945000', '195941.405000', '195941.865000', '195942.325000', '195942.785000', '195943.245000', '195943.705000', '195944.165000', '195944.625000', '195945.085000', '195945.545000', '195946.005000', '195946.465000', '195946.925000', '195947.385000', '195947.845000', '195948.305000', '195948.765000', '195949.225000', '195949.685000', '195950.145000', '195950.605000', '195951.065000', '195951.525000', '195951.985000', '195952.445000', '195952.905000', '195953.365000', '195953.825000', '195954.285000', '195954.745000', '195955.205000', '195955.665000', '195956.125000', '195956.585000', '195957.045000', '195957.505000', '195957.965000', '195958.425000', '195958.885000', '195959.345000', '195959.805000', '200000.265000', '200000.725000', '200001.185000', '200001.645000', '200002.105000', '200002.565000', '200003.025000', '200003.485000', '200003.945000', '200004.405000', '200004.865000', '200005.325000', '200005.785000', '200006.245000', '200006.705000', '200007.165000', '200007.625000', '200008.085000', '200008.545000', '200009.005000', '200009.465000', '200009.925000', '200010.385000', '200010.845000', '200011.305000', '200011.765000', '200012.225000', '200012.685000', '200013.145000', '200013.605000', '200014.065000', '200014.525000', '200014.985000', '200015.445000', '200015.905000', '200016.365000', '200016.825000', '200017.285000', '200017.745000', '200018.205000', '200018.665000', '200019.125000', '200019.585000', '200020.045000', '200020.505000', '200020.965000', '200021.425000', '200021.885000', '200022.345000', '200022.805000', '200023.265000', '200023.725000', '200024.185000', '200024.645000', '200025.105000', '200025.565000', '200026.025000', '200026.485000', '200026.945000', '200027.405000', '200027.865000', '200028.325000', '200028.785000', '200029.245000', '200029.705000', '200030.165000', '200030.625000', '200031.085000', '200031.545000', '200032.005000', '200032.465000', '200032.925000', '200033.385000', '200033.845000', '200034.305000', '200034.765000', '200035.225000', '200035.685000', '200036.145000', '200036.605000', '200037.065000', '200037.525000', '200037.985000', '200038.445000', '200038.905000', '200039.365000', '200039.825000', '200040.285000', '200040.745000', '200041.205000', '200041.665000', '200042.125000', '200042.585000', '200043.045000', '200043.505000', '200043.965000', '200044.425000', '200044.885000', '200045.345000', '200045.805000', '200046.265000', '200046.725000', '200047.185000', '200047.645000', '200048.105000', '200048.565000', '200049.025000', '200049.485000', '200049.945000', '200050.405000', '200050.865000', '200051.325000', '200051.785000', '200052.245000', '200052.705000', '200053.165000', '200053.625000', '200054.085000', '200054.545000', '200055.005000', '200055.465000', '200055.925000', '200056.385000', '200056.845000', '200057.305000', '200057.765000', '200058.225000', '200058.685000', '200059.145000', '200059.605000', '200100.065000', '200100.525000', '200100.985000', '200101.445000', '200101.905000', '200102.365000', '200102.825000', '200103.285000', '200103.745000', '200104.205000', '200104.665000', '200105.125000', '200105.585000', '200106.045000', '200106.505000', '200106.965000', '200107.425000', '200107.885000', '200108.345000', '200108.805000', '200109.265000', '200109.725000', '200110.185000', '200110.645000', '200111.105000', '200111.565000', '200112.025000', '200112.485000', '200112.945000', '200113.405000', '200113.865000', '200114.325000', '200114.785000', '200115.245000', '200115.705000', '200116.165000', '200116.625000', '200117.085000', '200117.545000', '200118.005000', '200118.465000', '200118.925000', '200119.385000', '200119.845000', '200120.305000', '200120.765000', '200121.225000', '200121.685000', '200122.145000', '200122.605000', '200123.065000', '200123.525000', '200123.985000', '200124.445000', '200124.905000', '200125.365000', '200125.825000', '200126.285000', '200126.745000', '200127.205000', '200127.665000', '200128.125000', '200128.585000', '200129.045000', '200129.505000', '200129.965000', '200130.425000', '200130.885000', '200131.345000', '200131.805000', '200132.265000', '200132.725000', '200133.185000', '200133.645000', '200134.105000', '200134.565000', '200135.025000', '200135.485000', '200135.945000', '200136.405000', '200136.865000', '200137.325000', '200137.785000', '200138.245000', '200138.705000', '200139.165000', '200139.625000', '200140.085000', '200140.545000', '200141.005000', '200141.465000', '200141.925000', '200142.385000', '200142.845000', '200143.305000', '200143.765000', '200144.225000', '200144.685000', '200145.145000', '200145.605000', '200146.065000', '200146.525000', '200146.985000', '200147.445000', '200147.905000', '200148.365000', '200148.825000', '200149.285000', '200149.745000', '200150.205000', '200150.665000', '200151.125000', '200151.585000', '200152.045000', '200152.505000', '200152.965000', '200153.425000', '200153.885000', '200154.345000', '200154.805000', '200155.265000', '200155.725000', '200156.185000', '200156.645000', '200157.105000', '200157.565000', '200158.025000', '200158.485000', '200158.945000', '200159.405000', '200159.865000', '200200.325000', '200200.785000', '200201.245000', '200201.705000', '200202.165000', '200202.625000', '200203.085000', '200203.545000', '200204.005000', '200204.465000', '200204.925000', '200205.385000', '200205.845000', '200206.305000', '200206.765000', '200207.225000', '200207.685000', '200208.145000', '200208.605000', '200209.065000', '200209.525000', '200209.985000', '200210.445000', '200210.905000', '200211.365000', '200211.825000', '200212.285000', '200212.745000', '200213.205000', '200213.665000', '200214.125000', '200214.585000', '200215.045000', '200215.505000', '200215.965000', '200216.425000', '200216.885000', '200217.345000', '200217.805000', '200218.265000', '200218.725000', '200219.185000', '200219.645000', '200220.105000', '200220.565000', '200221.025000', '200221.485000', '200221.945000', '200222.405000', '200222.865000', '200223.325000', '200223.785000', '200224.245000', '200224.705000', '200225.165000', '200225.625000', '200226.085000', '200226.545000', '200227.005000', '200227.465000', '200227.925000', '200228.385000', '200228.845000', '200229.305000', '200229.765000', '200230.225000', '200230.685000', '200231.145000', '200231.605000', '200232.065000', '200232.525000', '200232.985000', '200233.445000', '200233.905000', '200234.365000', '200234.825000', '200235.285000', '200235.745000', '200236.205000', '200236.665000', '200237.125000', '200237.585000', '200238.045000', '200238.505000', '200238.965000', '200239.425000', '200239.885000', '200240.345000', '200240.805000', '200241.265000', '200241.725000', '200242.185000', '200242.645000', '200243.105000', '200243.565000', '200244.025000', '200244.485000', '200244.945000', '200245.405000', '200245.865000', '200246.325000', '200246.785000', '200247.245000', '200247.705000', '200248.165000', '200248.625000', '200249.085000', '200249.545000', '200250.005000', '200250.465000', '200250.925000', '200251.385000', '200251.845000', '200252.305000', '200252.765000', '200253.225000', '200253.685000', '200254.145000', '200254.605000', '200255.065000', '200255.525000', '200255.985000', '200256.445000', '200256.905000', '200257.365000', '200257.825000', '200258.285000', '200258.745000', '200259.205000', '200259.665000', '200300.125000', '200300.585000', '200301.045000', '200301.505000', '200301.965000', '200302.425000', '200302.885000', '200303.345000', '200303.805000', '200304.265000', '200304.725000', '200305.185000', '200305.645000', '200306.105000', '200306.565000', '200307.025000', '200307.485000', '200307.945000', '200308.405000', '200308.865000', '200309.325000', '200309.785000', '200310.245000', '200310.705000', '200311.165000', '200311.625000', '200312.085000', '200312.545000', '200313.005000', '200313.465000', '200313.925000', '200314.385000', '200314.845000', '200315.305000', '200315.765000', '200316.225000', '200316.685000', '200317.145000', '200317.605000', '200318.065000', '200318.525000', '200318.985000', '200319.445000', '200319.905000', '200320.365000', '200320.825000', '200321.285000', '200321.745000', '200322.205000', '200322.665000', '200323.125000', '200323.585000', '200324.045000', '200324.505000', '200324.965000', '200325.425000', '200325.885000', '200326.345000', '200326.805000', '200327.265000', '200327.725000', '200328.185000', '200328.645000', '200329.105000', '200329.565000', '200330.025000', '200330.485000', '200330.945000', '200331.405000', '200331.865000', '200332.325000', '200332.785000', '200333.245000', '200333.705000', '200334.165000', '200334.625000', '200335.085000', '200335.545000', '200336.005000', '200336.465000', '200336.925000', '200337.385000', '200337.845000', '200338.305000', '200338.765000', '200339.225000', '200339.685000', '200340.145000', '200340.605000', '200341.065000', '200341.525000', '200341.985000', '200342.445000', '200342.905000', '200343.365000', '200343.825000', '200344.285000', '200344.745000', '200345.205000', '200345.665000', '200346.125000', '200346.585000', '200347.045000', '200347.505000', '200347.965000', '200348.425000', '200348.885000', '200349.345000', '200349.805000', '200350.265000', '200350.725000', '200351.185000', '200351.645000', '200352.105000', '200352.565000', '200353.025000', '200353.485000', '200353.945000', '200354.405000', '200354.865000', '200355.325000', '200355.785000', '200356.245000', '200356.705000', '200357.165000', '200357.625000', '200358.085000', '200358.545000', '200359.005000', '200359.465000', '200359.925000', '200400.385000', '200400.845000', '200401.305000', '200401.765000', '200402.225000', '200402.685000', '200403.145000', '200403.605000', '200404.065000', '200404.525000', '200404.985000', '200405.445000', '200405.905000', '200406.365000', '200406.825000', '200407.285000', '200407.745000', '200408.205000', '200408.665000', '200409.125000', '200409.585000', '200410.045000', '200410.505000', '200410.965000', '200411.425000', '200411.885000', '200412.345000', '200412.805000', '200413.265000', '200413.725000', '200414.185000', '200414.645000', '200415.105000', '200415.565000', '200416.025000', '200416.485000', '200416.945000', '200417.405000', '200417.865000', '200418.325000', '200418.785000', '200419.245000', '200419.705000', '200420.165000', '200420.625000', '200421.085000', '200421.545000', '200422.005000', '200422.465000', '200422.925000', '200423.385000', '200423.845000', '200424.305000', '200424.765000', '200425.225000', '200425.685000', '200426.145000', '200426.605000', '200427.065000', '200427.525000', '200427.985000', '200428.445000', '200428.905000', '200429.365000', '200429.825000', '200430.285000', '200430.745000', '200431.205000', '200431.665000', '200432.125000', '200432.585000', '200433.045000', '200433.505000', '200433.965000', '200434.425000', '200434.885000', '200435.345000', '200435.805000', '200436.265000', '200436.725000', '200437.185000', '200437.645000', '200438.105000', '200438.565000', '200439.025000', '200439.485000', '200439.945000', '200440.405000', '200440.865000', '200441.325000', '200441.785000', '200442.245000', '200442.705000', '200443.165000', '200443.625000', '200444.085000', '200444.545000', '200445.005000', '200445.465000', '200445.925000', '200446.385000', '200446.845000', '200447.305000', '200447.765000', '200448.225000', '200448.685000', '200449.145000', '200449.605000', '200450.065000', '200450.525000', '200450.985000', '200451.445000', '200451.905000', '200452.365000', '200452.825000', '200453.285000', '200453.745000', '200454.205000', '200454.665000', '200455.125000', '200455.585000', '200456.045000', '200456.505000', '200456.965000', '200457.425000', '200457.885000', '200458.345000', '200458.805000', '200459.265000', '200459.725000', '200500.185000', '200500.645000', '200501.105000', '200501.565000', '200502.025000', '200502.485000', '200502.945000', '200503.405000', '200503.865000', '200504.325000', '200504.785000', '200505.245000', '200505.705000', '200506.165000', '200506.625000', '200507.085000', '200507.545000', '200508.005000', '200508.465000', '200508.925000', '200509.385000', '200509.845000', '200510.305000', '200510.765000', '200511.225000', '200511.685000', '200512.145000', '200512.605000', '200513.065000', '200513.525000', '200513.985000', '200514.445000', '200514.905000', '200515.365000', '200515.825000', '200516.285000', '200516.745000', '200517.205000', '200517.665000', '200518.125000', '200518.585000', '200519.045000', '200519.505000', '200519.965000', '200520.425000', '200520.885000', '200521.345000', '200521.805000', '200522.265000', '200522.725000', '200523.185000', '200523.645000', '200524.105000', '200524.565000', '200525.025000', '200525.485000', '200525.945000', '200526.405000', '200526.865000', '200527.325000', '200527.785000', '200528.245000', '200528.705000', '200529.165000', '200529.625000', '200530.085000', '200530.545000', '200531.005000', '200531.465000', '200531.925000', '200532.385000', '200532.845000', '200533.305000', '200533.765000', '200534.225000', '200534.685000', '200535.145000', '200535.605000', '200536.065000', '200536.525000', '200536.985000', '200537.445000', '200537.905000', '200538.365000', '200538.825000', '200539.285000', '200539.745000', '200540.205000', '200540.665000', '200541.125000', '200541.585000', '200542.045000', '200542.505000', '200542.965000', '200543.425000', '200543.885000', '200544.345000', '200544.805000', '200545.265000', '200545.725000', '200546.185000', '200546.645000', '200547.105000', '200547.565000', '200548.025000', '200548.485000', '200548.945000', '200549.405000', '200549.865000', '200550.325000', '200550.785000', '200551.245000', '200551.705000', '200552.165000', '200552.625000', '200553.085000', '200553.545000', '200554.005000', '200554.465000', '200554.925000', '200555.385000', '200555.845000', '200556.305000', '200556.765000', '200557.225000', '200557.685000', '200558.145000', '200558.605000', '200559.065000', '200559.525000', '200559.985000', '200600.445000', '200600.905000', '200601.365000', '200601.825000', '200602.285000', '200602.745000', '200603.205000', '200603.665000', '200604.125000', '200604.585000', '200605.045000', '200605.505000', '200605.965000', '200606.425000', '200606.885000', '200607.345000', '200607.805000', '200608.265000', '200608.725000', '200609.185000', '200609.645000', '200610.105000', '200610.565000', '200611.025000', '200611.485000', '200611.945000', '200612.405000', '200612.865000', '200613.325000', '200613.785000', '200614.245000', '200614.705000', '200615.165000', '200615.625000', '200616.085000', '200616.545000', '200617.005000', '200617.465000', '200617.925000', '200618.385000', '200618.845000', '200619.305000', '200619.765000', '200620.225000', '200620.685000', '200621.145000', '200621.605000', '200622.065000', '200622.525000', '200622.985000', '200623.445000', '200623.905000', '200624.365000', '200624.825000', '200625.285000', '200625.745000', '200626.205000', '200626.665000', '200627.125000', '200627.585000', '200628.045000', '200628.505000', '200628.965000', '200629.425000', '200629.885000', '200630.345000', '200630.805000', '200631.265000', '200631.725000', '200632.185000', '200632.645000', '200633.105000', '200633.565000', '200634.025000', '200634.485000', '200634.945000', '200635.405000', '200635.865000', '200636.325000', '200636.785000', '200637.245000', '200637.705000', '200638.165000', '200638.625000', '200639.085000', '200639.545000', '200640.005000', '200640.465000', '200640.925000', '200641.385000', '200641.845000', '200642.305000', '200642.765000', '200643.225000', '200643.685000', '200644.145000', '200644.605000', '200645.065000', '200645.525000', '200645.985000', '200646.445000', '200646.905000', '200647.365000', '200647.825000', '200648.285000', '200648.745000', '200649.205000', '200649.665000', '200650.125000', '200650.585000', '200651.045000', '200651.505000', '200651.965000', '200652.425000', '200652.885000', '200653.345000', '200653.805000', '200654.265000', '200654.725000', '200655.185000', '200655.645000', '200656.105000', '200656.565000', '200657.025000', '200657.485000', '200657.945000', '200658.405000', '200658.865000', '200659.325000', '200659.785000', '200700.245000', '200700.705000', '200701.165000', '200701.625000', '200702.085000', '200702.545000', '200703.005000', '200703.465000', '200703.925000', '200704.385000', '200704.845000', '200705.305000', '200705.765000', '200706.225000', '200706.685000', '200707.145000', '200707.605000', '200708.065000', '200708.525000', '200708.985000', '200709.445000', '200709.905000', '200710.365000', '200710.825000', '200711.285000', '200711.745000', '200712.205000', '200712.665000', '200713.125000', '200713.585000', '200714.045000', '200714.505000', '200714.965000', '200715.425000', '200715.885000', '200716.345000', '200716.805000', '200717.265000', '200717.725000', '200718.185000', '200718.645000', '200719.105000', '200719.565000', '200720.025000'], 'ContentTime': ['195845.618000', '195845.622000', '195845.625000', '195845.627000', '195845.630000', '195845.633000', '195845.635000', '195845.638000', '195845.641000', '195845.643000', '195845.646000', '195845.648000', '195845.651000', '195845.653000', '195845.656000', '195845.659000', '195845.661000', '195845.664000', '195845.666000', '195845.698000', '195845.700000', '195845.703000', '195845.706000', '195845.708000', '195845.711000', '195845.713000', '195845.716000', '195845.722000', '195845.725000', '195845.727000', '195845.730000', '195845.732000', '195845.735000', '195845.737000', '195845.740000', '195905.588000', '195905.591000', '195905.594000', '195905.596000', '195905.599000', '195905.601000', '195905.604000', '195905.607000', '195905.609000', '195905.612000', '195905.614000', '195905.617000', '195905.619000', '195905.622000', '195905.624000', '195905.627000', '195905.630000', '195905.632000', '195905.635000', '195905.637000', '195905.640000', '195905.642000', '195905.645000', '195905.647000', '195905.650000', '195905.652000', '195905.655000', '195905.657000', '195905.660000', '195905.663000', '195905.665000', '195905.668000', '195905.670000', '195905.673000', '195905.675000', '195905.678000', '195905.680000', '195905.683000', '195905.685000', '195905.688000', '195905.690000', '195905.693000', '195905.695000', '195925.588000', '195925.590000', '195925.593000', '195925.596000', '195925.598000', '195925.601000', '195925.603000', '195925.606000', '195925.608000', '195925.611000', '195925.614000', '195925.616000', '195925.619000', '195925.621000', '195925.624000', '195925.626000', '195925.629000', '195925.631000', '195925.634000', '195925.636000', '195925.639000', '195925.642000', '195925.644000', '195925.647000', '195925.649000', '195925.652000', '195925.654000', '195925.657000', '195925.659000', '195925.662000', '195925.665000', '195925.667000', '195925.670000', '195925.672000', '195925.676000', '195925.678000', '195925.681000', '195925.683000', '195925.686000', '195925.689000', '195925.691000', '195925.694000', '195925.696000', '195925.699000', '195945.587000', '195945.590000', '195945.593000', '195945.595000', '195945.598000', '195945.601000', '195945.603000', '195945.606000', '195945.608000', '195945.611000', '195945.613000', '195945.616000', '195945.618000', '195945.621000', '195945.624000', '195945.626000', '195945.629000', '195945.631000', '195945.634000', '195945.636000', '195945.639000', '195945.641000', '195945.644000', '195945.646000', '195945.649000', '195945.652000', '195945.654000', '195945.657000', '195945.659000', '195945.662000', '195945.664000', '195945.667000', '195945.669000', '195945.700000', '195945.703000', '195945.705000', '195945.708000', '195945.710000', '195945.713000', '195945.715000', '195945.718000', '195945.721000', '195945.723000', '200005.587000', '200005.590000', '200005.593000', '200005.595000', '200005.598000', '200005.600000', '200005.603000', '200005.605000', '200005.608000', '200005.611000', '200005.613000', '200005.616000', '200005.618000', '200005.621000', '200005.623000', '200005.626000', '200005.628000', '200005.631000', '200005.633000', '200005.636000', '200005.639000', '200005.641000', '200005.644000', '200005.646000', '200005.649000', '200005.651000', '200005.654000', '200005.656000', '200005.659000', '200005.662000', '200005.664000', '200005.667000', '200005.669000', '200005.672000', '200005.674000', '200005.677000', '200005.679000', '200005.682000', '200005.684000', '200005.687000', '200005.690000', '200005.692000', '200005.695000', '200005.697000', '200025.588000', '200025.591000', '200025.594000', '200025.596000', '200025.599000', '200025.601000', '200025.604000', '200025.607000', '200025.609000', '200025.612000', '200025.614000', '200025.617000', '200025.619000', '200025.622000', '200025.624000', '200025.627000', '200025.630000', '200025.632000', '200025.635000', '200025.638000', '200025.640000', '200025.643000', '200025.645000', '200025.648000', '200025.651000', '200025.653000', '200025.656000', '200025.658000', '200025.661000', '200025.663000', '200025.666000', '200025.668000', '200025.671000', '200025.674000', '200025.676000', '200025.679000', '200025.681000', '200025.684000', '200025.686000', '200025.689000', '200025.691000', '200025.694000', '200025.697000', '200045.588000', '200045.591000', '200045.594000', '200045.596000', '200045.599000', '200045.601000', '200045.605000', '200045.607000', '200045.610000', '200045.612000', '200045.615000', '200045.617000', '200045.620000', '200045.623000', '200045.625000', '200045.628000', '200045.630000', '200045.633000', '200045.635000', '200045.638000', '200045.640000', '200045.643000', '200045.646000', '200045.648000', '200045.651000', '200045.653000', '200045.656000', '200045.658000', '200045.661000', '200045.663000', '200045.666000', '200045.669000', '200045.671000', '200045.674000', '200045.677000', '200045.679000', '200045.682000', '200045.684000', '200045.687000', '200045.689000', '200045.692000', '200045.694000', '200045.697000', '200045.700000', '200105.589000', '200105.592000', '200105.594000', '200105.597000', '200105.599000', '200105.602000', '200105.605000', '200105.607000', '200105.610000', '200105.612000', '200105.615000', '200105.617000', '200105.620000', '200105.622000', '200105.625000', '200105.628000', '200105.630000', '200105.633000', '200105.635000', '200105.638000', '200105.640000', '200105.643000', '200105.646000', '200105.648000', '200105.651000', '200105.663000', '200105.665000', '200105.668000', '200105.671000', '200105.673000', '200105.676000', '200105.678000', '200105.681000', '200105.683000', '200105.686000', '200105.689000', '200105.691000', '200105.694000', '200105.696000', '200105.699000', '200105.701000', '200105.704000', '200105.706000', '200125.588000', '200125.591000', '200125.594000', '200125.596000', '200125.599000', '200125.602000', '200125.604000', '200125.607000', '200125.609000', '200125.612000', '200125.614000', '200125.617000', '200125.620000', '200125.622000', '200125.625000', '200125.627000', '200125.630000', '200125.633000', '200125.635000', '200125.638000', '200125.640000', '200125.643000', '200125.646000', '200125.648000', '200125.651000', '200125.653000', '200125.656000', '200125.658000', '200125.661000', '200125.674000', '200125.677000', '200125.679000', '200125.682000', '200125.685000', '200125.687000', '200125.690000', '200125.692000', '200125.695000', '200125.697000', '200125.700000', '200125.702000', '200125.705000', '200125.708000', '200145.588000', '200145.590000', '200145.593000', '200145.596000', '200145.598000', '200145.601000', '200145.603000', '200145.606000', '200145.608000', '200145.611000', '200145.614000', '200145.616000', '200145.619000', '200145.621000', '200145.624000', '200145.626000', '200145.629000', '200145.631000', '200145.634000', '200145.637000', '200145.639000', '200145.642000', '200145.644000', '200145.647000', '200145.649000', '200145.652000', '200145.654000', '200145.657000', '200145.660000', '200145.662000', '200145.665000', '200145.667000', '200145.670000', '200145.672000', '200145.675000', '200145.677000', '200145.680000', '200145.682000', '200145.685000', '200145.688000', '200145.690000', '200145.693000', '200145.695000', '200145.698000', '200205.587000', '200205.590000', '200205.593000', '200205.595000', '200205.598000', '200205.601000', '200205.603000', '200205.606000', '200205.608000', '200205.611000', '200205.614000', '200205.616000', '200205.619000', '200205.621000', '200205.624000', '200205.627000', '200205.629000', '200205.632000', '200205.635000', '200205.637000', '200205.640000', '200205.643000', '200205.646000', '200205.649000', '200205.651000', '200205.654000', '200205.656000', '200205.659000', '200205.662000', '200205.664000', '200205.667000', '200205.669000', '200205.672000', '200205.674000', '200205.677000', '200205.680000', '200205.682000', '200205.685000', '200205.687000', '200205.690000', '200205.692000', '200205.695000', '200205.698000', '200225.587000', '200225.590000', '200225.593000', '200225.595000', '200225.598000', '200225.601000', '200225.603000', '200225.606000', '200225.608000', '200225.611000', '200225.613000', '200225.616000', '200225.619000', '200225.621000', '200225.624000', '200225.626000', '200225.629000', '200225.632000', '200225.634000', '200225.637000', '200225.639000', '200225.642000', '200225.644000', '200225.647000', '200225.650000', '200225.652000', '200225.655000', '200225.657000', '200225.660000', '200225.663000', '200225.665000', '200225.668000', '200225.670000', '200225.673000', '200225.675000', '200225.678000', '200225.681000', '200225.683000', '200225.686000', '200225.688000', '200225.691000', '200225.693000', '200225.696000', '200225.699000', '200245.588000', '200245.591000', '200245.594000', '200245.596000', '200245.600000', '200245.603000', '200245.606000', '200245.608000', '200245.611000', '200245.613000', '200245.616000', '200245.619000', '200245.621000', '200245.624000', '200245.626000', '200245.629000', '200245.632000', '200245.634000', '200245.637000', '200245.639000', '200245.642000', '200245.644000', '200245.647000', '200245.650000', '200245.652000', '200245.655000', '200245.657000', '200245.660000', '200245.662000', '200245.665000', '200245.668000', '200245.670000', '200245.673000', '200245.675000', '200245.678000', '200245.680000', '200245.683000', '200245.686000', '200245.688000', '200245.691000', '200245.693000', '200245.696000', '200245.698000', '200305.589000', '200305.592000', '200305.594000', '200305.597000', '200305.599000', '200305.602000', '200305.604000', '200305.607000', '200305.610000', '200305.612000', '200305.615000', '200305.617000', '200305.620000', '200305.623000', '200305.625000', '200305.628000', '200305.630000', '200305.633000', '200305.635000', '200305.638000', '200305.641000', '200305.643000', '200305.646000', '200305.648000', '200305.651000', '200305.654000', '200305.656000', '200305.659000', '200305.661000', '200305.664000', '200305.666000', '200305.669000', '200305.671000', '200305.674000', '200305.677000', '200305.679000', '200305.682000', '200305.684000', '200305.687000', '200305.689000', '200305.692000', '200305.694000', '200305.697000', '200305.700000', '200325.589000', '200325.592000', '200325.594000', '200325.597000', '200325.599000', '200325.602000', '200325.605000', '200325.607000', '200325.610000', '200325.612000', '200325.615000', '200325.618000', '200325.620000', '200325.623000', '200325.625000', '200325.628000', '200325.630000', '200325.633000', '200325.636000', '200325.639000', '200325.642000', '200325.645000', '200325.648000', '200325.650000', '200325.653000', '200325.655000', '200325.658000', '200325.661000', '200325.663000', '200325.666000', '200325.668000', '200325.671000', '200325.674000', '200325.676000', '200325.679000', '200325.681000', '200325.685000', '200325.688000', '200325.691000', '200325.694000', '200325.696000', '200325.699000', '200325.702000', '200345.589000', '200345.591000', '200345.594000', '200345.597000', '200345.599000', '200345.602000', '200345.604000', '200345.607000', '200345.609000', '200345.612000', '200345.615000', '200345.617000', '200345.620000', '200345.622000', '200345.625000', '200345.628000', '200345.630000', '200345.633000', '200345.635000', '200345.638000', '200345.640000', '200345.643000', '200345.646000', '200345.648000', '200345.651000', '200345.654000', '200345.656000', '200345.659000', '200345.661000', '200345.664000', '200345.667000', '200345.669000', '200345.672000', '200345.675000', '200345.677000', '200345.680000', '200345.682000', '200345.685000', '200345.688000', '200345.690000', '200345.693000', '200345.695000', '200345.698000', '200345.700000', '200405.587000', '200405.590000', '200405.593000', '200405.595000', '200405.598000', '200405.601000', '200405.603000', '200405.606000', '200405.608000', '200405.611000', '200405.614000', '200405.616000', '200405.619000', '200405.621000', '200405.624000', '200405.626000', '200405.629000', '200405.632000', '200405.634000', '200405.637000', '200405.639000', '200405.642000', '200405.645000', '200405.647000', '200405.650000', '200405.652000', '200405.655000', '200405.657000', '200405.660000', '200405.663000', '200405.665000', '200405.668000', '200405.670000', '200405.673000', '200405.675000', '200405.678000', '200405.681000', '200405.683000', '200405.686000', '200405.689000', '200405.691000', '200405.694000', '200405.696000', '200425.587000', '200425.590000', '200425.593000', '200425.595000', '200425.598000', '200425.601000', '200425.603000', '200425.606000', '200425.609000', '200425.611000', '200425.614000', '200425.616000', '200425.619000', '200425.622000', '200425.624000', '200425.627000', '200425.629000', '200425.632000', '200425.652000', '200425.654000', '200425.657000', '200425.669000', '200425.672000', '200425.674000', '200425.677000', '200425.680000', '200425.684000', '200425.686000', '200425.689000', '200425.691000', '200425.694000', '200425.697000', '200425.699000', '200425.702000', '200425.704000', '200425.707000', '200425.709000', '200425.712000', '200425.715000', '200425.717000', '200425.720000', '200425.722000', '200425.725000', '200425.727000', '200445.588000', '200445.590000', '200445.593000', '200445.596000', '200445.598000', '200445.601000', '200445.603000', '200445.606000', '200445.609000', '200445.611000', '200445.614000', '200445.616000', '200445.619000', '200445.621000', '200445.624000', '200445.626000', '200445.629000', '200445.632000', '200445.634000', '200445.637000', '200445.639000', '200445.642000', '200445.644000', '200445.647000', '200445.650000', '200445.652000', '200445.655000', '200445.657000', '200445.660000', '200445.662000', '200445.665000', '200445.668000', '200445.671000', '200445.674000', '200445.676000', '200445.679000', '200445.681000', '200445.684000', '200445.686000', '200445.689000', '200445.692000', '200445.694000', '200445.697000', '200505.588000', '200505.591000', '200505.594000', '200505.596000', '200505.599000', '200505.602000', '200505.604000', '200505.607000', '200505.609000', '200505.612000', '200505.614000', '200505.617000', '200505.620000', '200505.622000', '200505.625000', '200505.627000', '200505.630000', '200505.632000', '200505.635000', '200505.638000', '200505.640000', '200505.643000', '200505.645000', '200505.648000', '200505.651000', '200505.653000', '200505.656000', '200505.658000', '200505.661000', '200505.663000', '200505.666000', '200505.668000', '200505.671000', '200505.674000', '200505.676000', '200505.679000', '200505.681000', '200505.684000', '200505.686000', '200505.689000', '200505.692000', '200505.694000', '200505.697000', '200505.700000', '200525.588000', '200525.591000', '200525.594000', '200525.597000', '200525.599000', '200525.602000', '200525.604000', '200525.607000', '200525.610000', '200525.612000', '200525.615000', '200525.617000', '200525.620000', '200525.622000', '200525.630000', '200525.633000', '200525.636000', '200525.638000', '200525.641000', '200525.643000', '200525.646000', '200525.648000', '200525.651000', '200525.654000', '200525.656000', '200525.659000', '200525.661000', '200525.664000', '200525.667000', '200525.669000', '200525.672000', '200525.675000', '200525.677000', '200525.680000', '200525.682000', '200525.685000', '200525.687000', '200525.690000', '200525.693000', '200525.695000', '200525.698000', '200525.700000', '200525.703000', '200545.588000', '200545.591000', '200545.594000', '200545.596000', '200545.599000', '200545.602000', '200545.604000', '200545.607000', '200545.610000', '200545.612000', '200545.615000', '200545.617000', '200545.620000', '200545.622000', '200545.625000', '200545.628000', '200545.630000', '200545.633000', '200545.651000', '200545.654000', '200545.656000', '200545.659000', '200545.662000', '200545.664000', '200545.667000', '200545.669000', '200545.672000', '200545.674000', '200545.677000', '200545.680000', '200545.682000', '200545.685000', '200545.687000', '200545.690000', '200545.692000', '200545.695000', '200545.698000', '200545.700000', '200545.703000', '200545.705000', '200545.708000', '200545.710000', '200545.713000', '200545.716000', '200605.588000', '200605.591000', '200605.594000', '200605.596000', '200605.599000', '200605.602000', '200605.604000', '200605.607000', '200605.609000', '200605.612000', '200605.614000', '200605.617000', '200605.620000', '200605.622000', '200605.625000', '200605.627000', '200605.630000', '200605.633000', '200605.635000', '200605.638000', '200605.640000', '200605.643000', '200605.645000', '200605.648000', '200605.651000', '200605.653000', '200605.656000', '200605.658000', '200605.661000', '200605.663000', '200605.666000', '200605.668000', '200605.671000', '200605.674000', '200605.676000', '200605.679000', '200605.681000', '200605.684000', '200605.686000', '200605.689000', '200605.692000', '200605.694000', '200605.697000', '200625.587000', '200625.590000', '200625.593000', '200625.595000', '200625.598000', '200625.601000', '200625.603000', '200625.606000', '200625.608000', '200625.611000', '200625.613000', '200625.616000', '200625.619000', '200625.621000', '200625.624000', '200625.626000', '200625.629000', '200625.632000', '200625.634000', '200625.637000', '200625.639000', '200625.642000', '200625.644000', '200625.647000', '200625.650000', '200625.652000', '200625.655000', '200625.657000', '200625.660000', '200625.662000', '200625.665000', '200625.668000', '200625.670000', '200625.673000', '200625.675000', '200625.678000', '200625.681000', '200625.683000', '200625.686000', '200625.688000', '200625.691000', '200625.693000', '200625.696000', '200625.698000', '200645.588000', '200645.590000', '200645.593000', '200645.596000', '200645.598000', '200645.601000', '200645.603000', '200645.606000', '200645.608000', '200645.611000', '200645.614000', '200645.616000', '200645.619000', '200645.621000', '200645.624000', '200645.626000', '200645.629000', '200645.631000', '200645.634000', '200645.637000', '200645.639000', '200645.642000', '200645.644000', '200645.647000', '200645.649000', '200645.652000', '200645.654000', '200645.657000', '200645.660000', '200645.662000', '200645.665000', '200645.668000', '200645.670000', '200645.673000', '200645.675000', '200645.678000', '200645.680000', '200645.683000', '200645.686000', '200645.688000', '200645.691000', '200645.693000', '200645.696000', '200705.589000', '200705.592000', '200705.594000', '200705.597000', '200705.601000', '200705.604000', '200705.607000', '200705.609000', '200705.612000', '200705.614000', '200705.617000', '200705.620000', '200705.622000', '200705.625000', '200705.637000', '200705.639000', '200705.642000', '200705.644000', '200705.647000', '200705.650000', '200705.652000', '200705.655000', '200705.657000', '200705.660000', '200705.663000', '200705.665000', '200705.668000', '200705.670000', '200705.673000', '200705.676000', '200705.678000', '200705.681000', '200705.683000', '200705.686000', '200705.688000', '200705.691000', '200705.694000', '200705.696000', '200705.699000', '200705.701000', '200705.704000', '200705.706000', '200705.709000', '200721.148000', '200721.151000', '200721.154000', '200721.157000', '200721.159000', '200721.162000', '200721.164000', '200721.167000', '200721.169000', '200721.172000', '200721.175000', '200721.177000', '200721.180000', '200721.182000', '200721.185000', '200721.188000', '200721.190000', '200721.193000', '200721.195000', '200721.198000', '200721.201000', '200721.203000', '200721.206000', '200721.208000', '200721.211000', '200721.213000', '200721.216000', '200721.219000', '200721.221000', '200721.224000', '200721.226000', '200721.229000', '200721.231000', '200721.234000', '200721.237000'], 'InstanceCreationTime': ['195845.618000', '195845.622000', '195845.625000', '195845.627000', '195845.630000', '195845.633000', '195845.635000', '195845.638000', '195845.641000', '195845.643000', '195845.646000', '195845.648000', '195845.651000', '195845.653000', '195845.656000', '195845.659000', '195845.661000', '195845.664000', '195845.666000', '195845.698000', '195845.700000', '195845.703000', '195845.706000', '195845.708000', '195845.711000', '195845.713000', '195845.716000', '195845.722000', '195845.725000', '195845.727000', '195845.730000', '195845.732000', '195845.735000', '195845.737000', '195845.740000', '195905.588000', '195905.591000', '195905.594000', '195905.596000', '195905.599000', '195905.601000', '195905.604000', '195905.607000', '195905.609000', '195905.612000', '195905.614000', '195905.617000', '195905.619000', '195905.622000', '195905.624000', '195905.627000', '195905.630000', '195905.632000', '195905.635000', '195905.637000', '195905.640000', '195905.642000', '195905.645000', '195905.647000', '195905.650000', '195905.652000', '195905.655000', '195905.657000', '195905.660000', '195905.663000', '195905.665000', '195905.668000', '195905.670000', '195905.673000', '195905.675000', '195905.678000', '195905.680000', '195905.683000', '195905.685000', '195905.688000', '195905.690000', '195905.693000', '195905.695000', '195925.588000', '195925.590000', '195925.593000', '195925.596000', '195925.598000', '195925.601000', '195925.603000', '195925.606000', '195925.608000', '195925.611000', '195925.614000', '195925.616000', '195925.619000', '195925.621000', '195925.624000', '195925.626000', '195925.629000', '195925.631000', '195925.634000', '195925.636000', '195925.639000', '195925.642000', '195925.644000', '195925.647000', '195925.649000', '195925.652000', '195925.654000', '195925.657000', '195925.659000', '195925.662000', '195925.665000', '195925.667000', '195925.670000', '195925.672000', '195925.676000', '195925.678000', '195925.681000', '195925.683000', '195925.686000', '195925.689000', '195925.691000', '195925.694000', '195925.696000', '195925.699000', '195945.587000', '195945.590000', '195945.593000', '195945.595000', '195945.598000', '195945.601000', '195945.603000', '195945.606000', '195945.608000', '195945.611000', '195945.613000', '195945.616000', '195945.618000', '195945.621000', '195945.624000', '195945.626000', '195945.629000', '195945.631000', '195945.634000', '195945.636000', '195945.639000', '195945.641000', '195945.644000', '195945.646000', '195945.649000', '195945.652000', '195945.654000', '195945.657000', '195945.659000', '195945.662000', '195945.664000', '195945.667000', '195945.669000', '195945.700000', '195945.703000', '195945.705000', '195945.708000', '195945.710000', '195945.713000', '195945.715000', '195945.718000', '195945.721000', '195945.723000', '200005.587000', '200005.590000', '200005.593000', '200005.595000', '200005.598000', '200005.600000', '200005.603000', '200005.605000', '200005.608000', '200005.611000', '200005.613000', '200005.616000', '200005.618000', '200005.621000', '200005.623000', '200005.626000', '200005.628000', '200005.631000', '200005.633000', '200005.636000', '200005.639000', '200005.641000', '200005.644000', '200005.646000', '200005.649000', '200005.651000', '200005.654000', '200005.656000', '200005.659000', '200005.662000', '200005.664000', '200005.667000', '200005.669000', '200005.672000', '200005.674000', '200005.677000', '200005.679000', '200005.682000', '200005.684000', '200005.687000', '200005.690000', '200005.692000', '200005.695000', '200005.697000', '200025.588000', '200025.591000', '200025.594000', '200025.596000', '200025.599000', '200025.601000', '200025.604000', '200025.607000', '200025.609000', '200025.612000', '200025.614000', '200025.617000', '200025.619000', '200025.622000', '200025.624000', '200025.627000', '200025.630000', '200025.632000', '200025.635000', '200025.638000', '200025.640000', '200025.643000', '200025.645000', '200025.648000', '200025.651000', '200025.653000', '200025.656000', '200025.658000', '200025.661000', '200025.663000', '200025.666000', '200025.668000', '200025.671000', '200025.674000', '200025.676000', '200025.679000', '200025.681000', '200025.684000', '200025.686000', '200025.689000', '200025.691000', '200025.694000', '200025.697000', '200045.588000', '200045.591000', '200045.594000', '200045.596000', '200045.599000', '200045.601000', '200045.605000', '200045.607000', '200045.610000', '200045.612000', '200045.615000', '200045.617000', '200045.620000', '200045.623000', '200045.625000', '200045.628000', '200045.630000', '200045.633000', '200045.635000', '200045.638000', '200045.640000', '200045.643000', '200045.646000', '200045.648000', '200045.651000', '200045.653000', '200045.656000', '200045.658000', '200045.661000', '200045.663000', '200045.666000', '200045.669000', '200045.671000', '200045.674000', '200045.677000', '200045.679000', '200045.682000', '200045.684000', '200045.687000', '200045.689000', '200045.692000', '200045.694000', '200045.697000', '200045.700000', '200105.589000', '200105.592000', '200105.594000', '200105.597000', '200105.599000', '200105.602000', '200105.605000', '200105.607000', '200105.610000', '200105.612000', '200105.615000', '200105.617000', '200105.620000', '200105.622000', '200105.625000', '200105.628000', '200105.630000', '200105.633000', '200105.635000', '200105.638000', '200105.640000', '200105.643000', '200105.646000', '200105.648000', '200105.651000', '200105.663000', '200105.665000', '200105.668000', '200105.671000', '200105.673000', '200105.676000', '200105.678000', '200105.681000', '200105.683000', '200105.686000', '200105.689000', '200105.691000', '200105.694000', '200105.696000', '200105.699000', '200105.701000', '200105.704000', '200105.706000', '200125.588000', '200125.591000', '200125.594000', '200125.596000', '200125.599000', '200125.602000', '200125.604000', '200125.607000', '200125.609000', '200125.612000', '200125.614000', '200125.617000', '200125.620000', '200125.622000', '200125.625000', '200125.627000', '200125.630000', '200125.633000', '200125.635000', '200125.638000', '200125.640000', '200125.643000', '200125.646000', '200125.648000', '200125.651000', '200125.653000', '200125.656000', '200125.658000', '200125.661000', '200125.674000', '200125.677000', '200125.679000', '200125.682000', '200125.685000', '200125.687000', '200125.690000', '200125.692000', '200125.695000', '200125.697000', '200125.700000', '200125.702000', '200125.705000', '200125.708000', '200145.588000', '200145.590000', '200145.593000', '200145.596000', '200145.598000', '200145.601000', '200145.603000', '200145.606000', '200145.608000', '200145.611000', '200145.614000', '200145.616000', '200145.619000', '200145.621000', '200145.624000', '200145.626000', '200145.629000', '200145.631000', '200145.634000', '200145.637000', '200145.639000', '200145.642000', '200145.644000', '200145.647000', '200145.649000', '200145.652000', '200145.654000', '200145.657000', '200145.660000', '200145.662000', '200145.665000', '200145.667000', '200145.670000', '200145.672000', '200145.675000', '200145.677000', '200145.680000', '200145.682000', '200145.685000', '200145.688000', '200145.690000', '200145.693000', '200145.695000', '200145.698000', '200205.587000', '200205.590000', '200205.593000', '200205.595000', '200205.598000', '200205.601000', '200205.603000', '200205.606000', '200205.608000', '200205.611000', '200205.614000', '200205.616000', '200205.619000', '200205.621000', '200205.624000', '200205.627000', '200205.629000', '200205.632000', '200205.635000', '200205.637000', '200205.640000', '200205.643000', '200205.646000', '200205.649000', '200205.651000', '200205.654000', '200205.656000', '200205.659000', '200205.662000', '200205.664000', '200205.667000', '200205.669000', '200205.672000', '200205.674000', '200205.677000', '200205.680000', '200205.682000', '200205.685000', '200205.687000', '200205.690000', '200205.692000', '200205.695000', '200205.698000', '200225.587000', '200225.590000', '200225.593000', '200225.595000', '200225.598000', '200225.601000', '200225.603000', '200225.606000', '200225.608000', '200225.611000', '200225.613000', '200225.616000', '200225.619000', '200225.621000', '200225.624000', '200225.626000', '200225.629000', '200225.632000', '200225.634000', '200225.637000', '200225.639000', '200225.642000', '200225.644000', '200225.647000', '200225.650000', '200225.652000', '200225.655000', '200225.657000', '200225.660000', '200225.663000', '200225.665000', '200225.668000', '200225.670000', '200225.673000', '200225.675000', '200225.678000', '200225.681000', '200225.683000', '200225.686000', '200225.688000', '200225.691000', '200225.693000', '200225.696000', '200225.699000', '200245.588000', '200245.591000', '200245.594000', '200245.596000', '200245.600000', '200245.603000', '200245.606000', '200245.608000', '200245.611000', '200245.613000', '200245.616000', '200245.619000', '200245.621000', '200245.624000', '200245.626000', '200245.629000', '200245.632000', '200245.634000', '200245.637000', '200245.639000', '200245.642000', '200245.644000', '200245.647000', '200245.650000', '200245.652000', '200245.655000', '200245.657000', '200245.660000', '200245.662000', '200245.665000', '200245.668000', '200245.670000', '200245.673000', '200245.675000', '200245.678000', '200245.680000', '200245.683000', '200245.686000', '200245.688000', '200245.691000', '200245.693000', '200245.696000', '200245.698000', '200305.589000', '200305.592000', '200305.594000', '200305.597000', '200305.599000', '200305.602000', '200305.604000', '200305.607000', '200305.610000', '200305.612000', '200305.615000', '200305.617000', '200305.620000', '200305.623000', '200305.625000', '200305.628000', '200305.630000', '200305.633000', '200305.635000', '200305.638000', '200305.641000', '200305.643000', '200305.646000', '200305.648000', '200305.651000', '200305.654000', '200305.656000', '200305.659000', '200305.661000', '200305.664000', '200305.666000', '200305.669000', '200305.671000', '200305.674000', '200305.677000', '200305.679000', '200305.682000', '200305.684000', '200305.687000', '200305.689000', '200305.692000', '200305.694000', '200305.697000', '200305.700000', '200325.589000', '200325.592000', '200325.594000', '200325.597000', '200325.599000', '200325.602000', '200325.605000', '200325.607000', '200325.610000', '200325.612000', '200325.615000', '200325.618000', '200325.620000', '200325.623000', '200325.625000', '200325.628000', '200325.630000', '200325.633000', '200325.636000', '200325.639000', '200325.642000', '200325.645000', '200325.648000', '200325.650000', '200325.653000', '200325.655000', '200325.658000', '200325.661000', '200325.663000', '200325.666000', '200325.668000', '200325.671000', '200325.674000', '200325.676000', '200325.679000', '200325.681000', '200325.685000', '200325.688000', '200325.691000', '200325.694000', '200325.696000', '200325.699000', '200325.702000', '200345.589000', '200345.591000', '200345.594000', '200345.597000', '200345.599000', '200345.602000', '200345.604000', '200345.607000', '200345.609000', '200345.612000', '200345.615000', '200345.617000', '200345.620000', '200345.622000', '200345.625000', '200345.628000', '200345.630000', '200345.633000', '200345.635000', '200345.638000', '200345.640000', '200345.643000', '200345.646000', '200345.648000', '200345.651000', '200345.654000', '200345.656000', '200345.659000', '200345.661000', '200345.664000', '200345.667000', '200345.669000', '200345.672000', '200345.675000', '200345.677000', '200345.680000', '200345.682000', '200345.685000', '200345.688000', '200345.690000', '200345.693000', '200345.695000', '200345.698000', '200345.700000', '200405.587000', '200405.590000', '200405.593000', '200405.595000', '200405.598000', '200405.601000', '200405.603000', '200405.606000', '200405.608000', '200405.611000', '200405.614000', '200405.616000', '200405.619000', '200405.621000', '200405.624000', '200405.626000', '200405.629000', '200405.632000', '200405.634000', '200405.637000', '200405.639000', '200405.642000', '200405.645000', '200405.647000', '200405.650000', '200405.652000', '200405.655000', '200405.657000', '200405.660000', '200405.663000', '200405.665000', '200405.668000', '200405.670000', '200405.673000', '200405.675000', '200405.678000', '200405.681000', '200405.683000', '200405.686000', '200405.689000', '200405.691000', '200405.694000', '200405.696000', '200425.587000', '200425.590000', '200425.593000', '200425.595000', '200425.598000', '200425.601000', '200425.603000', '200425.606000', '200425.609000', '200425.611000', '200425.614000', '200425.616000', '200425.619000', '200425.622000', '200425.624000', '200425.627000', '200425.629000', '200425.632000', '200425.652000', '200425.654000', '200425.657000', '200425.669000', '200425.672000', '200425.674000', '200425.677000', '200425.680000', '200425.684000', '200425.686000', '200425.689000', '200425.691000', '200425.694000', '200425.697000', '200425.699000', '200425.702000', '200425.704000', '200425.707000', '200425.709000', '200425.712000', '200425.715000', '200425.717000', '200425.720000', '200425.722000', '200425.725000', '200425.727000', '200445.588000', '200445.590000', '200445.593000', '200445.596000', '200445.598000', '200445.601000', '200445.603000', '200445.606000', '200445.609000', '200445.611000', '200445.614000', '200445.616000', '200445.619000', '200445.621000', '200445.624000', '200445.626000', '200445.629000', '200445.632000', '200445.634000', '200445.637000', '200445.639000', '200445.642000', '200445.644000', '200445.647000', '200445.650000', '200445.652000', '200445.655000', '200445.657000', '200445.660000', '200445.662000', '200445.665000', '200445.668000', '200445.671000', '200445.674000', '200445.676000', '200445.679000', '200445.681000', '200445.684000', '200445.686000', '200445.689000', '200445.692000', '200445.694000', '200445.697000', '200505.588000', '200505.591000', '200505.594000', '200505.596000', '200505.599000', '200505.602000', '200505.604000', '200505.607000', '200505.609000', '200505.612000', '200505.614000', '200505.617000', '200505.620000', '200505.622000', '200505.625000', '200505.627000', '200505.630000', '200505.632000', '200505.635000', '200505.638000', '200505.640000', '200505.643000', '200505.645000', '200505.648000', '200505.651000', '200505.653000', '200505.656000', '200505.658000', '200505.661000', '200505.663000', '200505.666000', '200505.668000', '200505.671000', '200505.674000', '200505.676000', '200505.679000', '200505.681000', '200505.684000', '200505.686000', '200505.689000', '200505.692000', '200505.694000', '200505.697000', '200505.700000', '200525.588000', '200525.591000', '200525.594000', '200525.597000', '200525.599000', '200525.602000', '200525.604000', '200525.607000', '200525.610000', '200525.612000', '200525.615000', '200525.617000', '200525.620000', '200525.622000', '200525.630000', '200525.633000', '200525.636000', '200525.638000', '200525.641000', '200525.643000', '200525.646000', '200525.648000', '200525.651000', '200525.654000', '200525.656000', '200525.659000', '200525.661000', '200525.664000', '200525.667000', '200525.669000', '200525.672000', '200525.675000', '200525.677000', '200525.680000', '200525.682000', '200525.685000', '200525.687000', '200525.690000', '200525.693000', '200525.695000', '200525.698000', '200525.700000', '200525.703000', '200545.588000', '200545.591000', '200545.594000', '200545.596000', '200545.599000', '200545.602000', '200545.604000', '200545.607000', '200545.610000', '200545.612000', '200545.615000', '200545.617000', '200545.620000', '200545.622000', '200545.625000', '200545.628000', '200545.630000', '200545.633000', '200545.651000', '200545.654000', '200545.656000', '200545.659000', '200545.662000', '200545.664000', '200545.667000', '200545.669000', '200545.672000', '200545.674000', '200545.677000', '200545.680000', '200545.682000', '200545.685000', '200545.687000', '200545.690000', '200545.692000', '200545.695000', '200545.698000', '200545.700000', '200545.703000', '200545.705000', '200545.708000', '200545.710000', '200545.713000', '200545.716000', '200605.588000', '200605.591000', '200605.594000', '200605.596000', '200605.599000', '200605.602000', '200605.604000', '200605.607000', '200605.609000', '200605.612000', '200605.614000', '200605.617000', '200605.620000', '200605.622000', '200605.625000', '200605.627000', '200605.630000', '200605.633000', '200605.635000', '200605.638000', '200605.640000', '200605.643000', '200605.645000', '200605.648000', '200605.651000', '200605.653000', '200605.656000', '200605.658000', '200605.661000', '200605.663000', '200605.666000', '200605.668000', '200605.671000', '200605.674000', '200605.676000', '200605.679000', '200605.681000', '200605.684000', '200605.686000', '200605.689000', '200605.692000', '200605.694000', '200605.697000', '200625.587000', '200625.590000', '200625.593000', '200625.595000', '200625.598000', '200625.601000', '200625.603000', '200625.606000', '200625.608000', '200625.611000', '200625.613000', '200625.616000', '200625.619000', '200625.621000', '200625.624000', '200625.626000', '200625.629000', '200625.632000', '200625.634000', '200625.637000', '200625.639000', '200625.642000', '200625.644000', '200625.647000', '200625.650000', '200625.652000', '200625.655000', '200625.657000', '200625.660000', '200625.662000', '200625.665000', '200625.668000', '200625.670000', '200625.673000', '200625.675000', '200625.678000', '200625.681000', '200625.683000', '200625.686000', '200625.688000', '200625.691000', '200625.693000', '200625.696000', '200625.698000', '200645.588000', '200645.590000', '200645.593000', '200645.596000', '200645.598000', '200645.601000', '200645.603000', '200645.606000', '200645.608000', '200645.611000', '200645.614000', '200645.616000', '200645.619000', '200645.621000', '200645.624000', '200645.626000', '200645.629000', '200645.631000', '200645.634000', '200645.637000', '200645.639000', '200645.642000', '200645.644000', '200645.647000', '200645.649000', '200645.652000', '200645.654000', '200645.657000', '200645.660000', '200645.662000', '200645.665000', '200645.668000', '200645.670000', '200645.673000', '200645.675000', '200645.678000', '200645.680000', '200645.683000', '200645.686000', '200645.688000', '200645.691000', '200645.693000', '200645.696000', '200705.589000', '200705.592000', '200705.594000', '200705.597000', '200705.601000', '200705.604000', '200705.607000', '200705.609000', '200705.612000', '200705.614000', '200705.617000', '200705.620000', '200705.622000', '200705.625000', '200705.637000', '200705.639000', '200705.642000', '200705.644000', '200705.647000', '200705.650000', '200705.652000', '200705.655000', '200705.657000', '200705.660000', '200705.663000', '200705.665000', '200705.668000', '200705.670000', '200705.673000', '200705.676000', '200705.678000', '200705.681000', '200705.683000', '200705.686000', '200705.688000', '200705.691000', '200705.694000', '200705.696000', '200705.699000', '200705.701000', '200705.704000', '200705.706000', '200705.709000', '200721.148000', '200721.151000', '200721.154000', '200721.157000', '200721.159000', '200721.162000', '200721.164000', '200721.167000', '200721.169000', '200721.172000', '200721.175000', '200721.177000', '200721.180000', '200721.182000', '200721.185000', '200721.188000', '200721.190000', '200721.193000', '200721.195000', '200721.198000', '200721.201000', '200721.203000', '200721.206000', '200721.208000', '200721.211000', '200721.213000', '200721.216000', '200721.219000', '200721.221000', '200721.224000', '200721.226000', '200721.229000', '200721.231000', '200721.234000', '200721.237000'], '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': [8668, 11250, 8594, 8620, 9800, 8703, 7835, 8438, 8538, 9129, 8339, 8623, 9624, 8543, 8621, 9514, 8483, 7712, 8398, 8640, 8646, 8242, 8421, 9543, 8400, 8238, 8151, 8694, 8326, 8349, 8667, 9845, 8308, 8616, 7464, 8637, 8535, 8272, 8644, 9637, 8448, 8688, 9517, 8371, 8382, 8273, 8473, 8883, 8770, 8661, 9617, 8394, 7513, 8074, 9102, 7822, 9012, 7868, 8074, 8921, 8068, 9536, 8638, 11231, 8767, 8943, 13811, 8439, 8481, 10747, 8246, 8741, 9607, 8418, 8630, 9334, 8305, 8467, 10203, 8672, 7919, 9057, 8683, 8263, 8084, 8617, 9678, 8510, 8628, 9540, 8818, 8778, 9907, 8681, 8502, 9378, 8451, 8820, 8638, 9001, 9216, 8508, 7565, 8452, 8610, 9051, 8523, 8962, 8545, 8706, 9096, 8596, 8768, 9907, 8356, 8934, 9898, 8184, 7802, 8898, 8446, 8875, 8242, 8783, 9848, 8361, 8403, 10227, 8292, 8689, 10443, 8534, 8156, 9187, 8317, 8564, 8793, 8482, 9596, 8434, 9099, 9879, 8596, 8218, 9675, 8409, 8059, 8554, 8784, 9288, 8196, 8568, 9639, 8273, 7715, 8615, 8530, 9032, 8518, 8584, 9587, 8326, 7780, 8275, 8640, 8915, 8612, 8703, 9694, 8690, 8240, 7830, 8808, 8762, 8551, 8847, 9731, 8448, 7823, 8215, 8666, 9028, 8335, 8783, 9739, 8202, 8771, 8687, 8762, 9514, 8623, 8855, 11064, 8564, 9498, 8406, 9068, 9838, 8389, 8615, 10319, 8387, 8836, 10167, 8834, 8072, 8547, 8803, 9317, 8605, 9064, 9710, 8414, 8887, 10170, 8398, 8858, 9885, 8491, 8516, 8541, 8587, 9283, 8396, 8184, 8890, 8550, 9214, 8386, 8816, 9691, 8359, 8339, 9520, 8466, 8658, 8652, 8702, 9521, 8689, 8930, 8805, 8399, 9871, 9449, 9397, 8883, 8530, 8246, 9217, 9104, 10139, 10479, 9446, 9719, 8130, 10952, 9108, 8912, 9110, 9527, 14697, 9412, 9013, 11227, 9220, 8591, 10743, 9438, 8045, 9296, 9121, 7349, 9089, 8621, 7508, 8253, 8480, 9239, 8414, 8246, 8458, 11761, 8884, 8676, 14710, 8000, 8161, 9811, 8220, 9441, 8192, 8347, 9557, 8980, 8222, 9326, 9073, 8809, 9274, 8037, 9476, 7962, 8174, 9500, 8465, 8712, 9086, 8953, 8576, 8902, 7962, 7479, 8039, 8793, 10007, 7678, 9998, 9741, 12939, 9786, 9662, 13202, 9736, 9615, 11047, 9327, 9253, 10242, 9557, 8012, 7700, 9442, 8192, 8111, 9163, 8954, 7626, 8438, 9155, 8166, 9595, 8470, 9828, 9363, 11124, 9079, 9450, 11227, 9194, 9566, 9583, 9009, 8411, 9982, 9318, 8455, 7886, 8082, 8765, 8037, 9757, 8012, 9727, 8974, 12199, 9364, 8988, 13259, 9348, 8905, 11123, 9070, 8688, 10093, 9121, 8507, 8954, 8875, 8740, 7954, 9185, 8481, 8890, 9001, 9141, 9172, 8712, 9522, 9074, 8298, 9136, 9821, 8538, 7564, 8630, 9296, 8447, 9093, 8774, 9146, 8943, 9140, 12092, 9429, 8858, 9778, 8938, 12152, 8200, 8630, 10719, 9605, 8744, 7213, 9464, 7621, 8860, 7726, 8911, 7501, 7738, 7538, 8609, 7717, 8925, 9192, 11664, 9461, 9086, 9080, 8074, 9077, 9131, 8515, 8556, 9758, 8340, 8909, 7998, 8982, 7401, 7247, 8593, 8146, 8548, 8751, 9002, 8582, 7823, 7969, 7697, 8066, 8009, 7539, 7404, 8700, 7418, 8944, 8430, 8622, 9460, 12269, 8057, 8629, 9642, 8570, 8305, 9692, 8337, 8493, 8923, 8258, 8504, 9005, 8836, 7901, 9346, 8117, 7543, 7519, 7654, 7061, 8223, 7104, 8904, 8935, 11073, 11971, 9125, 9570, 10133, 8408, 8286, 9722, 8349, 9415, 9673, 8439, 9148, 8582, 8584, 8908, 8903, 8374, 9404, 8769, 7354, 8785, 9790, 7428, 8694, 7695, 8594, 8520, 8739, 9562, 10307, 8431, 9165, 9042, 8797, 8067, 8512, 9163, 8983, 9005, 8404, 8964, 8920, 8370, 9048, 9211, 8008, 8425, 9108, 8561, 9100, 8696, 8702, 9215, 8622, 8864, 8926, 7775, 7328, 8921, 7872, 8959, 9000, 8969, 9214, 8477, 9198, 9320, 8386, 7441, 9485, 8844, 9529, 8768, 9256, 9442, 9028, 8778, 9682, 8968, 8320, 8225, 9356, 8665, 9677, 9448, 10254, 9530, 9083, 8563, 9290, 8871, 8903, 9422, 8763, 8173, 9124, 9229, 8698, 7651, 8051, 8189, 8849, 8213, 9855, 8602, 9356, 10634, 9140, 9188, 10440, 9156, 9672, 10231, 9212, 10861, 9226, 9222, 10912, 9395, 8976, 10698, 9471, 9420, 9468, 9869, 9162, 7636, 9128, 8001, 9610, 9238, 9293, 9353, 9451, 8761, 9766, 9402, 9304, 9471, 9152, 9169, 9412, 7722, 8298, 9503, 8416, 9380, 9447, 8284, 9495, 7853, 8862, 9448, 8681, 9711, 8554, 7540, 9755, 8446, 9177, 9480, 8986, 9350, 8126, 8190, 9784, 8648, 8956, 9432, 9614, 9023, 7998, 8336, 8813, 9778, 8533, 7126, 9537, 8152, 9626, 9059, 9756, 8519, 7626, 10814, 9090, 9241, 9556, 9628, 13709, 10157, 9400, 10477, 9074, 9718, 9165, 9167, 8521, 8788, 8227, 8872, 7776, 8713, 8104, 7033, 8113, 8544, 7896, 8857, 9134, 9376, 8508, 9002, 9093, 8454, 9769, 9038, 7641, 8462, 9149, 7893, 9666, 9090, 9365, 9296, 8637, 9413, 9188, 8440, 9441, 9348, 7907, 9418, 8876, 9406, 9207, 8536, 9993, 9362, 8586, 11106, 9002, 8105, 9207, 9137, 8180, 9193, 8934, 9669, 9189, 8484, 10237, 9444, 7632, 8298, 9300, 8507, 9262, 8831, 9537, 9452, 8829, 8762, 9354, 8087, 9505, 9262, 8895, 9713, 9010, 9932, 9534, 8513, 9065, 8367, 10079, 7697, 10170, 7887, 10092, 9288, 12551, 9661, 9348, 10906, 9509, 9162, 10646, 9407, 8547, 8767, 9169, 7826, 7579, 9122, 9054, 9048, 9007, 9016, 9365, 8755, 8773, 8983, 8421, 8841, 9263, 9343, 9445, 9584, 9154, 9205, 8488, 9140, 9529, 9528, 9723, 8347, 8071, 9555, 9132, 9433, 9650, 10111, 9836, 9440, 10384, 9627, 8656, 9152, 9599, 9170, 9385, 9553, 9977, 9384, 9289, 9926, 9744, 8246, 8567, 9694, 8756, 9451, 9365, 9664, 9343, 9505, 10000, 9476, 9290, 9555, 9334, 8686, 9097, 9583, 9621, 9434, 9631, 10095, 9206, 8047, 9221, 9817, 9760, 9595, 9554, 9630, 9420, 8921, 9629, 9678, 9734, 9621, 9452, 9218, 9391, 8688, 9687, 9611, 9654, 9771, 9432, 10175, 9544, 8883, 9685, 9629, 8513, 9592, 9158, 8830, 9765, 10884, 9245, 8105, 9285, 8159, 9518, 9403, 9642, 9650, 9671, 8419, 9659, 9301, 9352, 9482, 9260, 9770, 8981, 9496, 9638, 7796, 8572, 9445, 8802, 9683, 8283, 7375, 9815, 9013, 9730, 9329, 9630, 9712, 9166, 10704, 9517, 8170, 9776, 9825, 9431, 9885, 9501, 10027, 9498, 8192, 9581, 9617, 9891, 9763, 8053, 8790, 9768, 8663, 9448, 9601, 9736, 9767, 9372, 9480, 9448, 8888, 11067, 9200, 8617, 10480, 9315, 8845, 9378, 9399, 9369, 9495, 9240, 9666, 9171, 7865, 7363, 9675, 8058, 8856, 9351, 9405, 9477, 9195, 9810, 9360, 9191, 9279, 9568, 8465, 9321, 9598, 9231, 9653, 9388, 9767, 9685, 8311, 9646, 9538, 9124, 9454, 9639, 9595, 9610, 9260, 9863, 9698, 9068, 9861, 9657, 8768, 8942, 9847, 9250, 9571, 9354, 9704, 9621, 9272, 9289, 9701, 7868, 7568, 9594, 9113, 9498, 9423, 9015, 9734, 9322, 8654, 9655, 8097, 8774, 9586, 8758, 9500, 9658, 9386, 9649, 8129, 8691, 9736, 9152, 9703, 7854, 9237, 9709, 9021, 8893, 8812, 9607, 8054, 9710, 8037, 9361, 9954, 11232, 10182, 9479, 9766, 8920, 9546, 9841, 9596, 9489, 8463, 9700, 8009, 9410, 9306, 9594, 9319, 7982, 8755, 9629, 8535, 9110, 9413, 9294, 9488, 9301, 10083, 9181, 9148, 9799, 9519, 7946, 8719, 9484, 8508, 9134, 9441, 8909, 9632, 8075, 9283, 9611, 9780, 9860, 8432, 8853, 8958, 8288, 9606, 9146, 9787, 8964, 10811, 9848, 9156, 9806, 9481, 8171, 9354, 9521, 9509, 9521, 9822, 9752, 9486, 9099, 9499, 9383, 9496, 9795, 9454, 9594, 9466, 10030, 9635, 9257, 9719, 9688, 8982, 9156, 9593, 8440, 9077, 9730, 8935, 9249, 9428, 9478, 9780, 9429, 9669, 9711, 7921, 8203, 9731, 8098, 9289, 9576, 9323, 9639, 8491, 7641, 9803, 8262, 9136, 9888, 9029, 9821, 9618, 9088, 9628, 8953, 9566, 9791, 9639, 9618, 9590, 10287, 9455, 8235], 'WindowCenter': [3778.0, 3782.0, 3757.0, 3745.0, 3752.0, 3741.0, 3731.0, 3741.0, 3742.0, 3741.0, 3730.0, 3741.0, 3739.0, 3739.0, 3740.0, 3751.0, 3741.0, 3732.0, 3729.0, 3741.0, 3741.0, 3740.0, 3743.0, 3753.0, 3742.0, 3743.0, 3729.0, 3741.0, 3741.0, 3730.0, 3743.0, 3764.0, 3742.0, 3742.0, 3719.0, 3740.0, 3741.0, 3740.0, 3744.0, 3753.0, 3742.0, 3743.0, 3751.0, 3742.0, 3742.0, 3742.0, 3744.0, 3754.0, 3743.0, 3755.0, 3752.0, 3743.0, 3747.0, 3744.0, 3756.0, 3746.0, 3757.0, 3757.0, 3759.0, 3768.0, 3745.0, 3754.0, 3744.0, 3779.0, 3755.0, 3754.0, 3775.0, 3731.0, 3744.0, 3763.0, 3728.0, 3740.0, 3739.0, 3727.0, 3728.0, 3737.0, 3730.0, 3742.0, 3750.0, 3740.0, 3730.0, 3737.0, 3728.0, 3729.0, 3727.0, 3740.0, 3740.0, 3728.0, 3729.0, 3737.0, 3727.0, 3728.0, 3737.0, 3727.0, 3740.0, 3740.0, 3729.0, 3739.0, 3727.0, 3739.0, 3738.0, 3740.0, 3732.0, 3742.0, 3742.0, 3741.0, 3742.0, 3753.0, 3741.0, 3742.0, 3756.0, 3743.0, 3743.0, 3752.0, 3730.0, 3741.0, 3751.0, 3741.0, 3743.0, 3742.0, 3743.0, 3741.0, 3740.0, 3742.0, 3752.0, 3742.0, 3743.0, 3752.0, 3741.0, 3741.0, 3749.0, 3729.0, 3729.0, 3738.0, 3729.0, 3742.0, 3741.0, 3740.0, 3739.0, 3728.0, 3740.0, 3738.0, 3729.0, 3742.0, 3751.0, 3730.0, 3729.0, 3728.0, 3740.0, 3740.0, 3729.0, 3741.0, 3752.0, 3730.0, 3731.0, 3740.0, 3741.0, 3741.0, 3741.0, 3742.0, 3753.0, 3743.0, 3732.0, 3741.0, 3742.0, 3742.0, 3742.0, 3754.0, 3766.0, 3743.0, 3744.0, 3731.0, 3743.0, 3743.0, 3742.0, 3754.0, 3755.0, 3742.0, 3733.0, 3742.0, 3743.0, 3753.0, 3743.0, 3756.0, 3766.0, 3744.0, 3755.0, 3754.0, 3755.0, 3755.0, 3744.0, 3756.0, 3776.0, 3744.0, 3754.0, 3742.0, 3742.0, 3752.0, 3741.0, 3743.0, 3752.0, 3731.0, 3742.0, 3751.0, 3740.0, 3730.0, 3740.0, 3742.0, 3752.0, 3740.0, 3741.0, 3740.0, 3728.0, 3740.0, 3750.0, 3729.0, 3752.0, 3752.0, 3741.0, 3741.0, 3740.0, 3741.0, 3740.0, 3742.0, 3743.0, 3741.0, 3742.0, 3752.0, 3741.0, 3742.0, 3752.0, 3743.0, 3743.0, 3752.0, 3744.0, 3755.0, 3741.0, 3754.0, 3778.0, 3767.0, 3756.0, 3756.0, 3757.0, 3755.0, 3756.0, 3754.0, 3755.0, 3756.0, 3758.0, 3769.0, 3769.0, 3769.0, 3779.0, 3768.0, 3771.0, 3751.0, 3768.0, 3759.0, 3757.0, 3757.0, 3757.0, 3789.0, 3743.0, 3742.0, 3751.0, 3728.0, 3730.0, 3739.0, 3728.0, 3718.0, 3741.0, 3742.0, 3719.0, 3756.0, 3747.0, 3737.0, 3747.0, 3747.0, 3758.0, 3747.0, 3736.0, 3748.0, 3768.0, 3732.0, 3748.0, 3778.0, 3724.0, 3736.0, 3757.0, 3733.0, 3755.0, 3734.0, 3733.0, 3742.0, 3732.0, 3732.0, 3743.0, 3745.0, 3744.0, 3743.0, 3720.0, 3743.0, 3722.0, 3730.0, 3742.0, 3733.0, 3746.0, 3746.0, 3747.0, 3747.0, 3745.0, 3737.0, 3728.0, 3739.0, 3759.0, 3771.0, 3748.0, 3769.0, 3774.0, 3781.0, 3759.0, 3759.0, 3765.0, 3746.0, 3745.0, 3753.0, 3745.0, 3747.0, 3754.0, 3744.0, 3734.0, 3721.0, 3741.0, 3731.0, 3733.0, 3744.0, 3745.0, 3736.0, 3737.0, 3746.0, 3748.0, 3758.0, 3746.0, 3769.0, 3760.0, 3771.0, 3747.0, 3758.0, 3754.0, 3744.0, 3745.0, 3744.0, 3745.0, 3747.0, 3754.0, 3744.0, 3735.0, 3735.0, 3736.0, 3748.0, 3746.0, 3758.0, 3746.0, 3770.0, 3760.0, 3779.0, 3757.0, 3745.0, 3763.0, 3741.0, 3744.0, 3766.0, 3743.0, 3733.0, 3740.0, 3741.0, 3732.0, 3729.0, 3730.0, 3743.0, 3731.0, 3740.0, 3729.0, 3729.0, 3741.0, 3741.0, 3741.0, 3731.0, 3754.0, 3744.0, 3731.0, 3742.0, 3755.0, 3743.0, 3737.0, 3748.0, 3758.0, 3747.0, 3759.0, 3760.0, 3771.0, 3759.0, 3773.0, 3780.0, 3772.0, 3761.0, 3771.0, 3761.0, 3768.0, 3748.0, 3746.0, 3753.0, 3743.0, 3732.0, 3719.0, 3742.0, 3721.0, 3731.0, 3732.0, 3744.0, 3736.0, 3750.0, 3748.0, 3762.0, 3751.0, 3761.0, 3772.0, 3784.0, 3758.0, 3746.0, 3743.0, 3722.0, 3743.0, 3743.0, 3732.0, 3746.0, 3744.0, 3732.0, 3731.0, 3720.0, 3732.0, 3721.0, 3721.0, 3745.0, 3735.0, 3743.0, 3743.0, 3743.0, 3742.0, 3736.0, 3735.0, 3736.0, 3746.0, 3734.0, 3748.0, 3741.0, 3760.0, 3750.0, 3773.0, 3764.0, 3762.0, 3773.0, 3781.0, 3736.0, 3744.0, 3745.0, 3731.0, 3746.0, 3756.0, 3733.0, 3744.0, 3742.0, 3730.0, 3733.0, 3741.0, 3756.0, 3746.0, 3743.0, 3733.0, 3731.0, 3736.0, 3748.0, 3738.0, 3758.0, 3750.0, 3771.0, 3772.0, 3783.0, 3780.0, 3746.0, 3746.0, 3742.0, 3731.0, 3733.0, 3741.0, 3730.0, 3744.0, 3753.0, 3731.0, 3730.0, 3727.0, 3730.0, 3729.0, 3728.0, 3744.0, 3743.0, 3731.0, 3720.0, 3728.0, 3754.0, 3719.0, 3744.0, 3733.0, 3744.0, 3745.0, 3757.0, 3758.0, 3755.0, 3733.0, 3741.0, 3729.0, 3729.0, 3719.0, 3741.0, 3742.0, 3741.0, 3729.0, 3730.0, 3728.0, 3729.0, 3730.0, 3740.0, 3752.0, 3731.0, 3730.0, 3740.0, 3730.0, 3730.0, 3741.0, 3741.0, 3753.0, 3743.0, 3740.0, 3743.0, 3733.0, 3720.0, 3740.0, 3733.0, 3744.0, 3743.0, 3742.0, 3742.0, 3730.0, 3742.0, 3741.0, 3744.0, 3734.0, 3753.0, 3743.0, 3753.0, 3743.0, 3742.0, 3754.0, 3755.0, 3744.0, 3755.0, 3758.0, 3748.0, 3747.0, 3758.0, 3757.0, 3756.0, 3771.0, 3770.0, 3757.0, 3757.0, 3744.0, 3755.0, 3756.0, 3745.0, 3756.0, 3758.0, 3758.0, 3767.0, 3755.0, 3742.0, 3732.0, 3730.0, 3729.0, 3742.0, 3744.0, 3765.0, 3757.0, 3767.0, 3751.0, 3741.0, 3742.0, 3751.0, 3741.0, 3755.0, 3753.0, 3741.0, 3751.0, 3739.0, 3739.0, 3749.0, 3727.0, 3728.0, 3737.0, 3738.0, 3740.0, 3741.0, 3740.0, 3728.0, 3717.0, 3726.0, 3714.0, 3725.0, 3726.0, 3728.0, 3726.0, 3725.0, 3714.0, 3723.0, 3725.0, 3724.0, 3724.0, 3725.0, 3724.0, 3725.0, 3729.0, 3727.0, 3737.0, 3715.0, 3726.0, 3738.0, 3716.0, 3739.0, 3731.0, 3742.0, 3741.0, 3728.0, 3741.0, 3742.0, 3730.0, 3741.0, 3731.0, 3741.0, 3753.0, 3756.0, 3754.0, 3743.0, 3742.0, 3753.0, 3742.0, 3742.0, 3755.0, 3767.0, 3757.0, 3746.0, 3757.0, 3760.0, 3769.0, 3760.0, 3739.0, 3769.0, 3760.0, 3770.0, 3759.0, 3768.0, 3760.0, 3752.0, 3771.0, 3774.0, 3772.0, 3772.0, 3771.0, 3794.0, 3772.0, 3758.0, 3755.0, 3743.0, 3744.0, 3741.0, 3741.0, 3747.0, 3743.0, 3732.0, 3732.0, 3719.0, 3732.0, 3731.0, 3709.0, 3745.0, 3755.0, 3732.0, 3742.0, 3741.0, 3740.0, 3730.0, 3740.0, 3741.0, 3742.0, 3753.0, 3742.0, 3732.0, 3730.0, 3741.0, 3731.0, 3740.0, 3742.0, 3743.0, 3742.0, 3743.0, 3741.0, 3742.0, 3732.0, 3741.0, 3741.0, 3744.0, 3753.0, 3744.0, 3742.0, 3742.0, 3742.0, 3753.0, 3754.0, 3744.0, 3762.0, 3742.0, 3731.0, 3741.0, 3742.0, 3731.0, 3753.0, 3743.0, 3753.0, 3741.0, 3743.0, 3751.0, 3752.0, 3732.0, 3743.0, 3754.0, 3743.0, 3743.0, 3743.0, 3753.0, 3751.0, 3743.0, 3744.0, 3754.0, 3744.0, 3754.0, 3754.0, 3742.0, 3753.0, 3756.0, 3767.0, 3755.0, 3744.0, 3756.0, 3749.0, 3768.0, 3748.0, 3768.0, 3746.0, 3780.0, 3768.0, 3780.0, 3754.0, 3743.0, 3752.0, 3740.0, 3742.0, 3753.0, 3742.0, 3731.0, 3728.0, 3740.0, 3730.0, 3719.0, 3741.0, 3742.0, 3741.0, 3741.0, 3739.0, 3741.0, 3742.0, 3741.0, 3742.0, 3742.0, 3740.0, 3753.0, 3742.0, 3752.0, 3754.0, 3740.0, 3755.0, 3756.0, 3753.0, 3755.0, 3753.0, 3753.0, 3744.0, 3733.0, 3768.0, 3756.0, 3755.0, 3767.0, 3754.0, 3753.0, 3754.0, 3752.0, 3753.0, 3745.0, 3753.0, 3751.0, 3741.0, 3740.0, 3752.0, 3751.0, 3752.0, 3754.0, 3752.0, 3753.0, 3743.0, 3741.0, 3752.0, 3743.0, 3753.0, 3753.0, 3753.0, 3742.0, 3753.0, 3751.0, 3741.0, 3742.0, 3752.0, 3754.0, 3742.0, 3742.0, 3753.0, 3741.0, 3742.0, 3753.0, 3752.0, 3753.0, 3732.0, 3742.0, 3752.0, 3751.0, 3742.0, 3753.0, 3754.0, 3754.0, 3742.0, 3741.0, 3752.0, 3741.0, 3741.0, 3753.0, 3755.0, 3742.0, 3742.0, 3752.0, 3753.0, 3752.0, 3752.0, 3754.0, 3766.0, 3753.0, 3744.0, 3751.0, 3753.0, 3741.0, 3765.0, 3757.0, 3758.0, 3767.0, 3764.0, 3756.0, 3744.0, 3754.0, 3743.0, 3756.0, 3757.0, 3754.0, 3743.0, 3743.0, 3730.0, 3753.0, 3755.0, 3740.0, 3740.0, 3740.0, 3739.0, 3740.0, 3741.0, 3741.0, 3732.0, 3730.0, 3752.0, 3742.0, 3742.0, 3742.0, 3733.0, 3754.0, 3743.0, 3753.0, 3744.0, 3753.0, 3753.0, 3754.0, 3765.0, 3752.0, 3732.0, 3740.0, 3752.0, 3740.0, 3741.0, 3753.0, 3753.0, 3742.0, 3731.0, 3740.0, 3752.0, 3752.0, 3753.0, 3743.0, 3745.0, 3754.0, 3742.0, 3753.0, 3754.0, 3756.0, 3753.0, 3756.0, 3753.0, 3754.0, 3744.0, 3753.0, 3742.0, 3756.0, 3763.0, 3741.0, 3741.0, 3741.0, 3741.0, 3740.0, 3741.0, 3743.0, 3753.0, 3743.0, 3733.0, 3720.0, 3741.0, 3732.0, 3742.0, 3753.0, 3742.0, 3741.0, 3741.0, 3753.0, 3742.0, 3754.0, 3754.0, 3754.0, 3742.0, 3741.0, 3753.0, 3742.0, 3753.0, 3753.0, 3754.0, 3753.0, 3743.0, 3741.0, 3752.0, 3742.0, 3753.0, 3755.0, 3753.0, 3741.0, 3742.0, 3741.0, 3742.0, 3743.0, 3753.0, 3753.0, 3741.0, 3741.0, 3752.0, 3741.0, 3741.0, 3742.0, 3753.0, 3752.0, 3743.0, 3740.0, 3752.0, 3732.0, 3719.0, 3753.0, 3742.0, 3753.0, 3743.0, 3741.0, 3741.0, 3742.0, 3742.0, 3754.0, 3743.0, 3742.0, 3753.0, 3742.0, 3742.0, 3754.0, 3743.0, 3754.0, 3745.0, 3744.0, 3755.0, 3753.0, 3753.0, 3743.0, 3755.0, 3768.0, 3768.0, 3770.0, 3760.0, 3769.0, 3760.0, 3768.0, 3747.0, 3769.0, 3770.0, 3782.0, 3768.0, 3756.0, 3756.0, 3744.0, 3756.0, 3754.0, 3743.0, 3755.0, 3730.0, 3753.0, 3732.0, 3754.0, 3756.0, 3756.0, 3756.0, 3745.0, 3742.0, 3755.0, 3745.0, 3756.0, 3755.0, 3743.0, 3753.0, 3754.0, 3752.0, 3755.0, 3754.0, 3753.0, 3754.0, 3733.0, 3742.0, 3754.0, 3754.0, 3755.0, 3767.0, 3743.0, 3755.0, 3744.0, 3755.0, 3755.0, 3756.0, 3755.0, 3744.0, 3754.0, 3745.0, 3744.0, 3767.0, 3754.0, 3766.0, 3756.0, 3767.0, 3755.0, 3742.0, 3753.0, 3754.0, 3744.0, 3756.0, 3754.0, 3755.0, 3755.0, 3753.0, 3753.0, 3753.0, 3743.0, 3754.0, 3755.0, 3753.0, 3751.0, 3742.0, 3741.0, 3753.0, 3753.0, 3742.0, 3743.0, 3740.0, 3741.0, 3742.0, 3740.0, 3742.0, 3731.0, 3740.0, 3742.0, 3741.0, 3741.0, 3742.0, 3741.0, 3754.0, 3743.0, 3742.0, 3752.0, 3732.0, 3731.0, 3752.0, 3730.0, 3754.0, 3755.0, 3743.0, 3754.0, 3744.0, 3732.0, 3753.0, 3745.0, 3754.0, 3767.0, 3755.0, 3766.0, 3766.0, 3755.0, 3767.0, 3757.0, 3756.0, 3767.0, 3755.0, 3754.0, 3755.0, 3766.0, 3754.0, 3745.0], 'WindowWidth': [8508.0, 8503.0, 8457.0, 8438.0, 8441.0, 8424.0, 8411.0, 8425.0, 8427.0, 8424.0, 8407.0, 8422.0, 8418.0, 8418.0, 8420.0, 8438.0, 8425.0, 8413.0, 8404.0, 8422.0, 8423.0, 8420.0, 8430.0, 8445.0, 8426.0, 8429.0, 8405.0, 8422.0, 8424.0, 8406.0, 8430.0, 8461.0, 8426.0, 8427.0, 8390.0, 8421.0, 8422.0, 8421.0, 8432.0, 8445.0, 8426.0, 8429.0, 8435.0, 8425.0, 8428.0, 8427.0, 8432.0, 8446.0, 8430.0, 8448.0, 8440.0, 8430.0, 8442.0, 8432.0, 8450.0, 8438.0, 8454.0, 8457.0, 8465.0, 8473.0, 8437.0, 8443.0, 8430.0, 8487.0, 8446.0, 8446.0, 8479.0, 8410.0, 8432.0, 8457.0, 8400.0, 8419.0, 8417.0, 8396.0, 8400.0, 8413.0, 8406.0, 8426.0, 8434.0, 8419.0, 8408.0, 8411.0, 8401.0, 8402.0, 8397.0, 8419.0, 8423.0, 8400.0, 8402.0, 8411.0, 8397.0, 8400.0, 8411.0, 8397.0, 8418.0, 8420.0, 8404.0, 8417.0, 8397.0, 8418.0, 8415.0, 8421.0, 8415.0, 8426.0, 8428.0, 8425.0, 8425.0, 8442.0, 8422.0, 8426.0, 8453.0, 8431.0, 8428.0, 8438.0, 8407.0, 8424.0, 8435.0, 8424.0, 8432.0, 8426.0, 8429.0, 8425.0, 8421.0, 8426.0, 8440.0, 8427.0, 8432.0, 8441.0, 8423.0, 8423.0, 8428.0, 8402.0, 8405.0, 8413.0, 8403.0, 8428.0, 8422.0, 8420.0, 8417.0, 8400.0, 8418.0, 8415.0, 8402.0, 8425.0, 8439.0, 8406.0, 8404.0, 8401.0, 8419.0, 8418.0, 8402.0, 8424.0, 8438.0, 8408.0, 8411.0, 8418.0, 8422.0, 8423.0, 8421.0, 8427.0, 8444.0, 8429.0, 8415.0, 8422.0, 8426.0, 8428.0, 8424.0, 8447.0, 8467.0, 8431.0, 8432.0, 8410.0, 8427.0, 8428.0, 8426.0, 8446.0, 8449.0, 8429.0, 8416.0, 8425.0, 8429.0, 8443.0, 8428.0, 8451.0, 8466.0, 8434.0, 8450.0, 8445.0, 8450.0, 8448.0, 8433.0, 8454.0, 8481.0, 8431.0, 8447.0, 8424.0, 8426.0, 8439.0, 8422.0, 8430.0, 8442.0, 8409.0, 8424.0, 8434.0, 8420.0, 8407.0, 8418.0, 8425.0, 8440.0, 8419.0, 8423.0, 8421.0, 8401.0, 8418.0, 8432.0, 8404.0, 8440.0, 8439.0, 8424.0, 8423.0, 8419.0, 8423.0, 8421.0, 8426.0, 8430.0, 8424.0, 8426.0, 8439.0, 8421.0, 8426.0, 8441.0, 8432.0, 8429.0, 8438.0, 8433.0, 8448.0, 8423.0, 8445.0, 8488.0, 8471.0, 8454.0, 8453.0, 8453.0, 8448.0, 8450.0, 8444.0, 8450.0, 8449.0, 8456.0, 8474.0, 8473.0, 8472.0, 8487.0, 8467.0, 8475.0, 8449.0, 8467.0, 8456.0, 8449.0, 8451.0, 8450.0, 8501.0, 8426.0, 8421.0, 8431.0, 8396.0, 8403.0, 8411.0, 8395.0, 8382.0, 8417.0, 8421.0, 8387.0, 8447.0, 8436.0, 8421.0, 8436.0, 8436.0, 8452.0, 8437.0, 8418.0, 8437.0, 8465.0, 8407.0, 8436.0, 8476.0, 8398.0, 8416.0, 8445.0, 8408.0, 8440.0, 8410.0, 8407.0, 8419.0, 8407.0, 8405.0, 8421.0, 8431.0, 8426.0, 8423.0, 8388.0, 8420.0, 8393.0, 8402.0, 8420.0, 8409.0, 8435.0, 8434.0, 8435.0, 8434.0, 8426.0, 8421.0, 8408.0, 8425.0, 8454.0, 8475.0, 8440.0, 8468.0, 8483.0, 8489.0, 8454.0, 8452.0, 8453.0, 8428.0, 8427.0, 8435.0, 8428.0, 8434.0, 8439.0, 8424.0, 8411.0, 8389.0, 8417.0, 8405.0, 8412.0, 8428.0, 8428.0, 8420.0, 8421.0, 8430.0, 8437.0, 8452.0, 8432.0, 8466.0, 8458.0, 8476.0, 8435.0, 8449.0, 8437.0, 8425.0, 8429.0, 8424.0, 8428.0, 8435.0, 8441.0, 8426.0, 8414.0, 8417.0, 8419.0, 8438.0, 8436.0, 8453.0, 8434.0, 8475.0, 8461.0, 8486.0, 8448.0, 8430.0, 8452.0, 8418.0, 8427.0, 8463.0, 8425.0, 8411.0, 8415.0, 8419.0, 8408.0, 8400.0, 8402.0, 8424.0, 8405.0, 8416.0, 8401.0, 8400.0, 8418.0, 8419.0, 8417.0, 8408.0, 8445.0, 8429.0, 8408.0, 8422.0, 8444.0, 8426.0, 8422.0, 8437.0, 8450.0, 8437.0, 8456.0, 8459.0, 8475.0, 8454.0, 8479.0, 8485.0, 8478.0, 8461.0, 8473.0, 8459.0, 8469.0, 8438.0, 8431.0, 8436.0, 8422.0, 8407.0, 8386.0, 8420.0, 8391.0, 8405.0, 8410.0, 8428.0, 8423.0, 8445.0, 8441.0, 8464.0, 8448.0, 8461.0, 8478.0, 8501.0, 8452.0, 8432.0, 8425.0, 8393.0, 8423.0, 8423.0, 8409.0, 8433.0, 8428.0, 8407.0, 8405.0, 8387.0, 8407.0, 8393.0, 8390.0, 8431.0, 8418.0, 8424.0, 8426.0, 8423.0, 8422.0, 8421.0, 8418.0, 8422.0, 8434.0, 8414.0, 8442.0, 8434.0, 8461.0, 8449.0, 8484.0, 8472.0, 8468.0, 8480.0, 8492.0, 8418.0, 8428.0, 8429.0, 8406.0, 8434.0, 8447.0, 8411.0, 8427.0, 8423.0, 8404.0, 8411.0, 8421.0, 8448.0, 8435.0, 8427.0, 8410.0, 8407.0, 8422.0, 8441.0, 8430.0, 8457.0, 8450.0, 8478.0, 8481.0, 8501.0, 8490.0, 8433.0, 8432.0, 8420.0, 8406.0, 8411.0, 8419.0, 8403.0, 8428.0, 8441.0, 8406.0, 8403.0, 8394.0, 8401.0, 8400.0, 8398.0, 8428.0, 8425.0, 8405.0, 8390.0, 8398.0, 8440.0, 8388.0, 8430.0, 8413.0, 8430.0, 8433.0, 8451.0, 8455.0, 8445.0, 8411.0, 8421.0, 8398.0, 8399.0, 8387.0, 8421.0, 8423.0, 8419.0, 8399.0, 8403.0, 8399.0, 8400.0, 8403.0, 8420.0, 8438.0, 8408.0, 8402.0, 8416.0, 8404.0, 8403.0, 8420.0, 8422.0, 8440.0, 8427.0, 8418.0, 8424.0, 8412.0, 8390.0, 8419.0, 8415.0, 8429.0, 8425.0, 8423.0, 8422.0, 8406.0, 8422.0, 8421.0, 8430.0, 8417.0, 8440.0, 8427.0, 8438.0, 8427.0, 8425.0, 8441.0, 8446.0, 8432.0, 8444.0, 8453.0, 8439.0, 8437.0, 8453.0, 8451.0, 8450.0, 8476.0, 8477.0, 8452.0, 8450.0, 8429.0, 8444.0, 8449.0, 8432.0, 8450.0, 8454.0, 8456.0, 8468.0, 8449.0, 8427.0, 8415.0, 8407.0, 8404.0, 8425.0, 8434.0, 8465.0, 8454.0, 8468.0, 8439.0, 8422.0, 8424.0, 8435.0, 8423.0, 8449.0, 8442.0, 8420.0, 8435.0, 8414.0, 8416.0, 8428.0, 8396.0, 8400.0, 8409.0, 8409.0, 8418.0, 8417.0, 8416.0, 8397.0, 8381.0, 8391.0, 8373.0, 8388.0, 8391.0, 8399.0, 8390.0, 8386.0, 8370.0, 8382.0, 8385.0, 8384.0, 8384.0, 8389.0, 8385.0, 8388.0, 8404.0, 8396.0, 8407.0, 8376.0, 8392.0, 8411.0, 8379.0, 8412.0, 8409.0, 8425.0, 8421.0, 8400.0, 8419.0, 8422.0, 8403.0, 8419.0, 8407.0, 8419.0, 8439.0, 8450.0, 8444.0, 8429.0, 8423.0, 8441.0, 8426.0, 8425.0, 8448.0, 8469.0, 8455.0, 8439.0, 8452.0, 8461.0, 8469.0, 8458.0, 8433.0, 8471.0, 8461.0, 8473.0, 8459.0, 8468.0, 8462.0, 8451.0, 8473.0, 8485.0, 8477.0, 8479.0, 8476.0, 8515.0, 8476.0, 8452.0, 8442.0, 8421.0, 8425.0, 8418.0, 8416.0, 8437.0, 8425.0, 8406.0, 8408.0, 8386.0, 8406.0, 8407.0, 8374.0, 8433.0, 8448.0, 8411.0, 8422.0, 8422.0, 8417.0, 8405.0, 8417.0, 8418.0, 8425.0, 8442.0, 8424.0, 8410.0, 8404.0, 8419.0, 8407.0, 8418.0, 8424.0, 8427.0, 8423.0, 8426.0, 8420.0, 8422.0, 8411.0, 8420.0, 8422.0, 8430.0, 8440.0, 8429.0, 8424.0, 8423.0, 8425.0, 8439.0, 8443.0, 8432.0, 8451.0, 8425.0, 8410.0, 8419.0, 8423.0, 8410.0, 8440.0, 8429.0, 8440.0, 8421.0, 8427.0, 8435.0, 8437.0, 8412.0, 8427.0, 8443.0, 8427.0, 8425.0, 8427.0, 8439.0, 8435.0, 8428.0, 8431.0, 8444.0, 8430.0, 8441.0, 8445.0, 8426.0, 8440.0, 8450.0, 8467.0, 8447.0, 8433.0, 8450.0, 8443.0, 8467.0, 8443.0, 8467.0, 8438.0, 8488.0, 8471.0, 8492.0, 8443.0, 8425.0, 8437.0, 8416.0, 8423.0, 8442.0, 8422.0, 8406.0, 8400.0, 8415.0, 8406.0, 8387.0, 8419.0, 8426.0, 8421.0, 8420.0, 8415.0, 8420.0, 8426.0, 8421.0, 8424.0, 8426.0, 8419.0, 8441.0, 8424.0, 8436.0, 8442.0, 8421.0, 8447.0, 8450.0, 8442.0, 8445.0, 8442.0, 8441.0, 8431.0, 8414.0, 8469.0, 8451.0, 8447.0, 8466.0, 8445.0, 8439.0, 8443.0, 8440.0, 8440.0, 8434.0, 8443.0, 8435.0, 8423.0, 8418.0, 8437.0, 8437.0, 8437.0, 8445.0, 8440.0, 8442.0, 8429.0, 8422.0, 8439.0, 8429.0, 8442.0, 8444.0, 8443.0, 8424.0, 8440.0, 8434.0, 8421.0, 8423.0, 8438.0, 8443.0, 8427.0, 8423.0, 8440.0, 8422.0, 8421.0, 8439.0, 8440.0, 8442.0, 8413.0, 8424.0, 8439.0, 8436.0, 8422.0, 8440.0, 8445.0, 8443.0, 8426.0, 8422.0, 8437.0, 8423.0, 8421.0, 8441.0, 8448.0, 8426.0, 8426.0, 8436.0, 8441.0, 8437.0, 8437.0, 8445.0, 8463.0, 8441.0, 8430.0, 8435.0, 8442.0, 8424.0, 8461.0, 8453.0, 8456.0, 8465.0, 8455.0, 8451.0, 8431.0, 8443.0, 8430.0, 8449.0, 8454.0, 8444.0, 8425.0, 8426.0, 8404.0, 8438.0, 8445.0, 8417.0, 8417.0, 8416.0, 8413.0, 8418.0, 8420.0, 8422.0, 8411.0, 8405.0, 8436.0, 8423.0, 8422.0, 8424.0, 8415.0, 8441.0, 8428.0, 8438.0, 8428.0, 8440.0, 8440.0, 8446.0, 8459.0, 8438.0, 8409.0, 8416.0, 8435.0, 8419.0, 8420.0, 8441.0, 8443.0, 8424.0, 8408.0, 8417.0, 8436.0, 8435.0, 8442.0, 8429.0, 8432.0, 8443.0, 8427.0, 8440.0, 8445.0, 8451.0, 8442.0, 8448.0, 8440.0, 8441.0, 8429.0, 8440.0, 8423.0, 8450.0, 8456.0, 8421.0, 8420.0, 8418.0, 8421.0, 8418.0, 8418.0, 8426.0, 8440.0, 8425.0, 8415.0, 8390.0, 8421.0, 8409.0, 8423.0, 8441.0, 8425.0, 8419.0, 8422.0, 8440.0, 8421.0, 8441.0, 8445.0, 8441.0, 8425.0, 8421.0, 8439.0, 8425.0, 8439.0, 8442.0, 8443.0, 8440.0, 8427.0, 8420.0, 8436.0, 8425.0, 8441.0, 8445.0, 8441.0, 8421.0, 8425.0, 8419.0, 8422.0, 8426.0, 8439.0, 8441.0, 8422.0, 8421.0, 8436.0, 8421.0, 8418.0, 8423.0, 8441.0, 8436.0, 8427.0, 8418.0, 8436.0, 8410.0, 8389.0, 8438.0, 8427.0, 8438.0, 8426.0, 8421.0, 8420.0, 8423.0, 8423.0, 8441.0, 8428.0, 8423.0, 8440.0, 8424.0, 8422.0, 8441.0, 8426.0, 8443.0, 8434.0, 8429.0, 8447.0, 8440.0, 8440.0, 8430.0, 8447.0, 8468.0, 8471.0, 8474.0, 8463.0, 8469.0, 8461.0, 8468.0, 8440.0, 8473.0, 8474.0, 8497.0, 8469.0, 8447.0, 8448.0, 8430.0, 8449.0, 8443.0, 8424.0, 8445.0, 8406.0, 8440.0, 8412.0, 8444.0, 8450.0, 8450.0, 8450.0, 8435.0, 8425.0, 8444.0, 8435.0, 8449.0, 8446.0, 8427.0, 8440.0, 8442.0, 8439.0, 8447.0, 8443.0, 8439.0, 8441.0, 8412.0, 8423.0, 8443.0, 8446.0, 8445.0, 8466.0, 8426.0, 8444.0, 8431.0, 8446.0, 8446.0, 8450.0, 8445.0, 8430.0, 8443.0, 8431.0, 8429.0, 8465.0, 8443.0, 8461.0, 8451.0, 8467.0, 8445.0, 8423.0, 8438.0, 8441.0, 8430.0, 8448.0, 8445.0, 8445.0, 8446.0, 8441.0, 8437.0, 8440.0, 8429.0, 8444.0, 8448.0, 8439.0, 8434.0, 8424.0, 8420.0, 8440.0, 8442.0, 8423.0, 8425.0, 8418.0, 8419.0, 8422.0, 8417.0, 8423.0, 8410.0, 8418.0, 8421.0, 8421.0, 8419.0, 8422.0, 8422.0, 8441.0, 8426.0, 8424.0, 8437.0, 8411.0, 8406.0, 8436.0, 8407.0, 8442.0, 8445.0, 8426.0, 8442.0, 8429.0, 8411.0, 8442.0, 8434.0, 8443.0, 8466.0, 8445.0, 8460.0, 8463.0, 8447.0, 8466.0, 8452.0, 8449.0, 8463.0, 8447.0, 8443.0, 8446.0, 8464.0, 8444.0, 8435.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.006415667244367418</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.049251100953206235</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31478395490019</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.153052593235039</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0282254561751953</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.484</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4880.0806</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.16373541376169803</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.03119584055459</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.749842613101002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5367221213380136</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.159094651954041</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5537110660109508</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00712338</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00835332926362753</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02905263379216194</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5927033174582284</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>17.0717</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8461</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.5899</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302275.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>935.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.6401</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6777</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.6836</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2923.8156</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3175.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74269.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>750.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3860.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.7297</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>29.976887405500747</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> |