=== 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-0102 --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-0102",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0102_suffix-bold_task-alignvideo" 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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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-0102/ses-03/func/sub-0102_ses-03_task-alignvideo_acq-mb8_run-01_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>950ce7dbb1531c60976283d851ea6fca</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>14:07:19.415000</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.995656, -0.0861636, -0.0352783, 0.0867584, 0.996106, 0.0156907]</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.259</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-01_task-alignvideo_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.102974</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4226, -7815, -7246, 195, -138, -108, -80, 112]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9beb0f33-8855-4904-bb70-0f1ff2f84dba||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.6712727546691895, 0.2327665090560913, -0.09123028814792633, 106.11064147949219], [0.23117053508758545, 2.6724791526794434, 0.05044472590088844, -106.07408905029297], [-0.09464921802282333, -0.04209698736667633, 2.6979868412017822, -52.12714767456055], [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, 1157]</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, 1157], 'AcquisitionTime': ['140719.415000', '140719.875000', '140720.335000', '140720.795000', '140721.255000', '140721.715000', '140722.175000', '140722.635000', '140723.095000', '140723.555000', '140724.015000', '140724.475000', '140724.935000', '140725.395000', '140725.855000', '140726.315000', '140726.775000', '140727.235000', '140727.695000', '140728.155000', '140728.615000', '140729.075000', '140729.535000', '140729.995000', '140730.455000', '140730.915000', '140731.375000', '140731.835000', '140732.295000', '140732.755000', '140733.215000', '140733.675000', '140734.135000', '140734.595000', '140735.055000', '140735.515000', '140735.975000', '140736.435000', '140736.895000', '140737.355000', '140737.815000', '140738.275000', '140738.735000', '140739.195000', '140739.655000', '140740.115000', '140740.575000', '140741.035000', '140741.495000', '140741.955000', '140742.415000', '140742.875000', '140743.335000', '140743.795000', '140744.255000', '140744.715000', '140745.175000', '140745.635000', '140746.095000', '140746.555000', '140747.015000', '140747.475000', '140747.935000', '140748.395000', '140748.855000', '140749.315000', '140749.775000', '140750.235000', '140750.695000', '140751.155000', '140751.615000', '140752.075000', '140752.535000', '140752.995000', '140753.455000', '140753.915000', '140754.375000', '140754.835000', '140755.295000', '140755.755000', '140756.215000', '140756.675000', '140757.135000', '140757.595000', '140758.055000', '140758.515000', '140758.975000', '140759.435000', '140759.895000', '140800.355000', '140800.815000', '140801.275000', '140801.735000', '140802.195000', '140802.655000', '140803.115000', '140803.575000', '140804.035000', '140804.495000', '140804.955000', '140805.415000', '140805.875000', '140806.335000', '140806.795000', '140807.255000', '140807.715000', '140808.175000', '140808.635000', '140809.095000', '140809.555000', '140810.015000', '140810.475000', '140810.935000', '140811.395000', '140811.855000', '140812.315000', '140812.775000', '140813.235000', '140813.695000', '140814.155000', '140814.615000', '140815.075000', '140815.535000', '140815.995000', '140816.455000', '140816.915000', '140817.375000', '140817.835000', '140818.295000', '140818.755000', '140819.215000', '140819.675000', '140820.135000', '140820.595000', '140821.055000', '140821.515000', '140821.975000', '140822.435000', '140822.895000', '140823.355000', '140823.815000', '140824.275000', '140824.735000', '140825.195000', '140825.655000', '140826.115000', '140826.575000', '140827.035000', '140827.495000', '140827.955000', '140828.415000', '140828.875000', '140829.335000', '140829.795000', '140830.255000', '140830.715000', '140831.175000', '140831.635000', '140832.095000', '140832.555000', '140833.015000', '140833.475000', '140833.935000', '140834.395000', '140834.855000', '140835.315000', '140835.775000', '140836.235000', '140836.695000', '140837.155000', '140837.615000', '140838.075000', '140838.535000', '140838.995000', '140839.455000', '140839.915000', '140840.375000', '140840.835000', '140841.295000', '140841.755000', '140842.215000', '140842.675000', '140843.135000', '140843.595000', '140844.055000', '140844.515000', '140844.975000', '140845.435000', '140845.895000', '140846.355000', '140846.815000', '140847.275000', '140847.735000', '140848.195000', '140848.655000', '140849.115000', '140849.575000', '140850.035000', '140850.495000', '140850.955000', '140851.415000', '140851.875000', '140852.335000', '140852.795000', '140853.255000', '140853.715000', '140854.175000', '140854.635000', '140855.095000', '140855.555000', '140856.015000', '140856.475000', '140856.935000', '140857.395000', '140857.855000', '140858.315000', '140858.775000', '140859.235000', '140859.695000', '140900.155000', '140900.615000', '140901.075000', '140901.535000', '140901.995000', '140902.455000', '140902.915000', '140903.375000', '140903.835000', '140904.295000', '140904.755000', '140905.215000', '140905.675000', '140906.135000', '140906.595000', '140907.055000', '140907.515000', '140907.975000', '140908.435000', '140908.895000', '140909.355000', '140909.815000', '140910.275000', '140910.735000', '140911.195000', '140911.655000', '140912.115000', '140912.575000', '140913.035000', '140913.495000', '140913.955000', '140914.415000', '140914.875000', '140915.335000', '140915.795000', '140916.255000', '140916.715000', '140917.175000', '140917.635000', '140918.095000', '140918.555000', '140919.015000', '140919.475000', '140919.935000', '140920.395000', '140920.855000', '140921.315000', '140921.775000', '140922.235000', '140922.695000', '140923.155000', '140923.615000', '140924.075000', '140924.535000', '140924.995000', '140925.455000', '140925.915000', '140926.375000', '140926.835000', '140927.295000', '140927.755000', '140928.215000', '140928.675000', '140929.135000', '140929.595000', '140930.055000', '140930.515000', '140930.975000', '140931.435000', '140931.895000', '140932.355000', '140932.815000', '140933.275000', '140933.735000', '140934.195000', '140934.655000', '140935.115000', '140935.575000', '140936.035000', '140936.495000', '140936.955000', '140937.415000', '140937.875000', '140938.335000', '140938.795000', '140939.255000', '140939.715000', '140940.175000', '140940.635000', '140941.095000', '140941.555000', '140942.015000', '140942.475000', '140942.935000', '140943.395000', '140943.855000', '140944.315000', '140944.775000', '140945.235000', '140945.695000', '140946.155000', '140946.615000', '140947.075000', '140947.535000', '140947.995000', '140948.455000', '140948.915000', '140949.375000', '140949.835000', '140950.295000', '140950.755000', '140951.215000', '140951.675000', '140952.135000', '140952.595000', '140953.055000', '140953.515000', '140953.975000', '140954.435000', '140954.895000', '140955.355000', '140955.815000', '140956.275000', '140956.735000', '140957.195000', '140957.655000', '140958.115000', '140958.575000', '140959.035000', '140959.495000', '140959.955000', '141000.415000', '141000.875000', '141001.335000', '141001.795000', '141002.255000', '141002.715000', '141003.175000', '141003.635000', '141004.095000', '141004.555000', '141005.015000', '141005.475000', '141005.935000', '141006.395000', '141006.855000', '141007.315000', '141007.775000', '141008.235000', '141008.695000', '141009.155000', '141009.615000', '141010.075000', '141010.535000', '141010.995000', '141011.455000', '141011.915000', '141012.375000', '141012.835000', '141013.295000', '141013.755000', '141014.215000', '141014.675000', '141015.135000', '141015.595000', '141016.055000', '141016.515000', '141016.975000', '141017.435000', '141017.895000', '141018.355000', '141018.815000', '141019.275000', '141019.735000', '141020.195000', '141020.655000', '141021.115000', '141021.575000', '141022.035000', '141022.495000', '141022.955000', '141023.415000', '141023.875000', '141024.335000', '141024.795000', '141025.255000', '141025.715000', '141026.175000', '141026.635000', '141027.095000', '141027.555000', '141028.015000', '141028.475000', '141028.935000', '141029.395000', '141029.855000', '141030.315000', '141030.775000', '141031.235000', '141031.695000', '141032.155000', '141032.615000', '141033.075000', '141033.535000', '141033.995000', '141034.455000', '141034.915000', '141035.375000', '141035.835000', '141036.295000', '141036.755000', '141037.215000', '141037.675000', '141038.135000', '141038.595000', '141039.055000', '141039.515000', '141039.975000', '141040.435000', '141040.895000', '141041.355000', '141041.815000', '141042.275000', '141042.735000', '141043.195000', '141043.655000', '141044.115000', '141044.575000', '141045.035000', '141045.495000', '141045.955000', '141046.415000', '141046.875000', '141047.335000', '141047.795000', '141048.255000', '141048.715000', '141049.175000', '141049.635000', '141050.095000', '141050.555000', '141051.015000', '141051.475000', '141051.935000', '141052.395000', '141052.855000', '141053.315000', '141053.775000', '141054.235000', '141054.695000', '141055.155000', '141055.615000', '141056.075000', '141056.535000', '141056.995000', '141057.455000', '141057.915000', '141058.375000', '141058.835000', '141059.295000', '141059.755000', '141100.215000', '141100.675000', '141101.135000', '141101.595000', '141102.055000', '141102.515000', '141102.975000', '141103.435000', '141103.895000', '141104.355000', '141104.815000', '141105.275000', '141105.735000', '141106.195000', '141106.655000', '141107.115000', '141107.575000', '141108.035000', '141108.495000', '141108.955000', '141109.415000', '141109.875000', '141110.335000', '141110.795000', '141111.255000', '141111.715000', '141112.175000', '141112.635000', '141113.095000', '141113.555000', '141114.015000', '141114.475000', '141114.935000', '141115.395000', '141115.855000', '141116.315000', '141116.775000', '141117.235000', '141117.695000', '141118.155000', '141118.615000', '141119.075000', '141119.535000', '141119.995000', '141120.455000', '141120.915000', '141121.375000', '141121.835000', '141122.295000', '141122.755000', '141123.215000', '141123.675000', '141124.135000', '141124.595000', '141125.055000', '141125.515000', '141125.975000', '141126.435000', '141126.895000', '141127.355000', '141127.815000', '141128.275000', '141128.735000', '141129.195000', '141129.655000', '141130.115000', '141130.575000', '141131.035000', '141131.495000', '141131.955000', '141132.415000', '141132.875000', '141133.335000', '141133.795000', '141134.255000', '141134.715000', '141135.175000', '141135.635000', '141136.095000', '141136.555000', '141137.015000', '141137.475000', '141137.935000', '141138.395000', '141138.855000', '141139.315000', '141139.775000', '141140.235000', '141140.695000', '141141.155000', '141141.615000', '141142.075000', '141142.535000', '141142.995000', '141143.455000', '141143.915000', '141144.375000', '141144.835000', '141145.295000', '141145.755000', '141146.215000', '141146.675000', '141147.135000', '141147.595000', '141148.055000', '141148.515000', '141148.975000', '141149.435000', '141149.895000', '141150.355000', '141150.815000', '141151.275000', '141151.735000', '141152.195000', '141152.655000', '141153.115000', '141153.575000', '141154.035000', '141154.495000', '141154.955000', '141155.415000', '141155.875000', '141156.335000', '141156.795000', '141157.255000', '141157.715000', '141158.175000', '141158.635000', '141159.095000', '141159.555000', '141200.015000', '141200.475000', '141200.935000', '141201.395000', '141201.855000', '141202.315000', '141202.775000', '141203.235000', '141203.695000', '141204.155000', '141204.615000', '141205.075000', '141205.535000', '141205.995000', '141206.455000', '141206.915000', '141207.375000', '141207.835000', '141208.295000', '141208.755000', '141209.215000', '141209.675000', '141210.135000', '141210.595000', '141211.055000', '141211.515000', '141211.975000', '141212.435000', '141212.895000', '141213.355000', '141213.815000', '141214.275000', '141214.735000', '141215.195000', '141215.655000', '141216.115000', '141216.575000', '141217.035000', '141217.495000', '141217.955000', '141218.415000', '141218.875000', '141219.335000', '141219.795000', '141220.255000', '141220.715000', '141221.175000', '141221.635000', '141222.095000', '141222.555000', '141223.015000', '141223.475000', '141223.935000', '141224.395000', '141224.855000', '141225.315000', '141225.775000', '141226.235000', '141226.695000', '141227.155000', '141227.615000', '141228.075000', '141228.535000', '141228.995000', '141229.455000', '141229.915000', '141230.375000', '141230.835000', '141231.295000', '141231.755000', '141232.215000', '141232.675000', '141233.135000', '141233.595000', '141234.055000', '141234.515000', '141234.975000', '141235.435000', '141235.895000', '141236.355000', '141236.815000', '141237.275000', '141237.735000', '141238.195000', '141238.655000', '141239.115000', '141239.575000', '141240.035000', '141240.495000', '141240.955000', '141241.415000', '141241.875000', '141242.335000', '141242.795000', '141243.255000', '141243.715000', '141244.175000', '141244.635000', '141245.095000', '141245.555000', '141246.015000', '141246.475000', '141246.935000', '141247.395000', '141247.855000', '141248.315000', '141248.775000', '141249.235000', '141249.695000', '141250.155000', '141250.615000', '141251.075000', '141251.535000', '141251.995000', '141252.455000', '141252.915000', '141253.375000', '141253.835000', '141254.295000', '141254.755000', '141255.215000', '141255.675000', '141256.135000', '141256.595000', '141257.055000', '141257.515000', '141257.975000', '141258.435000', '141258.895000', '141259.355000', '141259.815000', '141300.275000', '141300.735000', '141301.195000', '141301.655000', '141302.115000', '141302.575000', '141303.035000', '141303.495000', '141303.955000', '141304.415000', '141304.875000', '141305.335000', '141305.795000', '141306.255000', '141306.715000', '141307.175000', '141307.635000', '141308.095000', '141308.555000', '141309.015000', '141309.475000', '141309.935000', '141310.395000', '141310.855000', '141311.315000', '141311.775000', '141312.235000', '141312.695000', '141313.155000', '141313.615000', '141314.075000', '141314.535000', '141314.995000', '141315.455000', '141315.915000', '141316.375000', '141316.835000', '141317.295000', '141317.755000', '141318.215000', '141318.675000', '141319.135000', '141319.595000', '141320.055000', '141320.515000', '141320.975000', '141321.435000', '141321.895000', '141322.355000', '141322.815000', '141323.275000', '141323.735000', '141324.195000', '141324.655000', '141325.115000', '141325.575000', '141326.035000', '141326.495000', '141326.955000', '141327.415000', '141327.875000', '141328.335000', '141328.795000', '141329.255000', '141329.715000', '141330.175000', '141330.635000', '141331.095000', '141331.555000', '141332.015000', '141332.475000', '141332.935000', '141333.395000', '141333.855000', '141334.315000', '141334.775000', '141335.235000', '141335.695000', '141336.155000', '141336.615000', '141337.075000', '141337.535000', '141337.995000', '141338.455000', '141338.915000', '141339.375000', '141339.835000', '141340.295000', '141340.755000', '141341.215000', '141341.675000', '141342.135000', '141342.595000', '141343.055000', '141343.515000', '141343.975000', '141344.435000', '141344.895000', '141345.355000', '141345.815000', '141346.275000', '141346.735000', '141347.195000', '141347.655000', '141348.115000', '141348.575000', '141349.035000', '141349.495000', '141349.955000', '141350.415000', '141350.875000', '141351.335000', '141351.795000', '141352.255000', '141352.715000', '141353.175000', '141353.635000', '141354.095000', '141354.555000', '141355.015000', '141355.475000', '141355.935000', '141356.395000', '141356.855000', '141357.315000', '141357.775000', '141358.235000', '141358.695000', '141359.155000', '141359.615000', '141400.075000', '141400.535000', '141400.995000', '141401.455000', '141401.915000', '141402.375000', '141402.835000', '141403.295000', '141403.755000', '141404.215000', '141404.675000', '141405.135000', '141405.595000', '141406.055000', '141406.515000', '141406.975000', '141407.435000', '141407.895000', '141408.355000', '141408.815000', '141409.275000', '141409.735000', '141410.195000', '141410.655000', '141411.115000', '141411.575000', '141412.035000', '141412.495000', '141412.955000', '141413.415000', '141413.875000', '141414.335000', '141414.795000', '141415.255000', '141415.715000', '141416.175000', '141416.635000', '141417.095000', '141417.555000', '141418.015000', '141418.475000', '141418.935000', '141419.395000', '141419.855000', '141420.315000', '141420.775000', '141421.235000', '141421.695000', '141422.155000', '141422.615000', '141423.075000', '141423.535000', '141423.995000', '141424.455000', '141424.915000', '141425.375000', '141425.835000', '141426.295000', '141426.755000', '141427.215000', '141427.675000', '141428.135000', '141428.595000', '141429.055000', '141429.515000', '141429.975000', '141430.435000', '141430.895000', '141431.355000', '141431.815000', '141432.275000', '141432.735000', '141433.195000', '141433.655000', '141434.115000', '141434.575000', '141435.035000', '141435.495000', '141435.955000', '141436.415000', '141436.875000', '141437.335000', '141437.795000', '141438.255000', '141438.715000', '141439.175000', '141439.635000', '141440.095000', '141440.555000', '141441.015000', '141441.475000', '141441.935000', '141442.395000', '141442.855000', '141443.315000', '141443.775000', '141444.235000', '141444.695000', '141445.155000', '141445.615000', '141446.075000', '141446.535000', '141446.995000', '141447.455000', '141447.915000', '141448.375000', '141448.835000', '141449.295000', '141449.755000', '141450.215000', '141450.675000', '141451.135000', '141451.595000', '141452.055000', '141452.515000', '141452.975000', '141453.435000', '141453.895000', '141454.355000', '141454.815000', '141455.275000', '141455.735000', '141456.195000', '141456.655000', '141457.115000', '141457.575000', '141458.035000', '141458.495000', '141458.955000', '141459.415000', '141459.875000', '141500.335000', '141500.795000', '141501.255000', '141501.715000', '141502.175000', '141502.635000', '141503.095000', '141503.555000', '141504.015000', '141504.475000', '141504.935000', '141505.395000', '141505.855000', '141506.315000', '141506.775000', '141507.235000', '141507.695000', '141508.155000', '141508.615000', '141509.075000', '141509.535000', '141509.995000', '141510.455000', '141510.915000', '141511.375000', '141511.835000', '141512.295000', '141512.755000', '141513.215000', '141513.675000', '141514.135000', '141514.595000', '141515.055000', '141515.515000', '141515.975000', '141516.435000', '141516.895000', '141517.355000', '141517.815000', '141518.275000', '141518.735000', '141519.195000', '141519.655000', '141520.115000', '141520.575000', '141521.035000', '141521.495000', '141521.955000', '141522.415000', '141522.875000', '141523.335000', '141523.795000', '141524.255000', '141524.715000', '141525.175000', '141525.635000', '141526.095000', '141526.555000', '141527.015000', '141527.475000', '141527.935000', '141528.395000', '141528.855000', '141529.315000', '141529.775000', '141530.235000', '141530.695000', '141531.155000', '141531.615000', '141532.075000', '141532.535000', '141532.995000', '141533.455000', '141533.915000', '141534.375000', '141534.835000', '141535.295000', '141535.755000', '141536.215000', '141536.675000', '141537.135000', '141537.595000', '141538.055000', '141538.515000', '141538.975000', '141539.435000', '141539.895000', '141540.355000', '141540.815000', '141541.275000', '141541.735000', '141542.195000', '141542.655000', '141543.115000', '141543.575000', '141544.035000', '141544.495000', '141544.955000', '141545.415000', '141545.875000', '141546.335000', '141546.795000', '141547.255000', '141547.715000', '141548.175000', '141548.635000', '141549.095000', '141549.555000', '141550.015000', '141550.475000', '141550.935000', '141551.395000', '141551.855000', '141552.315000', '141552.775000', '141553.235000', '141553.695000', '141554.155000', '141554.615000', '141555.075000', '141555.535000', '141555.995000', '141556.455000', '141556.915000', '141557.375000', '141557.835000', '141558.295000', '141558.755000', '141559.215000', '141559.675000', '141600.135000', '141600.595000', '141601.055000', '141601.515000', '141601.975000', '141602.435000', '141602.895000', '141603.355000', '141603.815000', '141604.275000', '141604.735000', '141605.195000', '141605.655000', '141606.115000', '141606.575000', '141607.035000', '141607.495000', '141607.955000', '141608.415000', '141608.875000', '141609.335000', '141609.795000', '141610.255000', '141610.715000', '141611.175000'], 'ContentTime': ['140733.177000', '140733.180000', '140733.182000', '140733.185000', '140733.188000', '140733.190000', '140733.193000', '140733.196000', '140733.198000', '140733.201000', '140733.203000', '140733.214000', '140733.217000', '140733.219000', '140733.222000', '140733.225000', '140733.227000', '140733.230000', '140733.232000', '140733.235000', '140733.238000', '140733.240000', '140733.243000', '140733.245000', '140733.248000', '140733.251000', '140733.253000', '140733.256000', '140753.114000', '140753.117000', '140753.126000', '140753.129000', '140753.131000', '140753.134000', '140753.137000', '140753.139000', '140753.142000', '140753.145000', '140753.147000', '140753.150000', '140753.152000', '140753.155000', '140753.158000', '140753.160000', '140753.163000', '140753.165000', '140753.168000', '140753.171000', '140753.173000', '140753.176000', '140753.178000', '140753.181000', '140753.184000', '140753.186000', '140753.189000', '140753.191000', '140753.194000', '140753.197000', '140753.199000', '140753.202000', '140753.204000', '140753.207000', '140753.210000', '140753.212000', '140753.215000', '140753.217000', '140753.220000', '140753.223000', '140753.225000', '140753.228000', '140753.230000', '140813.115000', '140813.117000', '140813.120000', '140813.123000', '140813.125000', '140813.128000', '140813.130000', '140813.133000', '140813.136000', '140813.138000', '140813.141000', '140813.144000', '140813.147000', '140813.150000', '140813.153000', '140813.156000', '140813.159000', '140813.161000', '140813.164000', '140813.167000', '140813.169000', '140813.172000', '140813.174000', '140813.177000', '140813.179000', '140813.182000', '140813.185000', '140813.187000', '140813.190000', '140813.193000', '140813.195000', '140813.198000', '140813.201000', '140813.203000', '140813.206000', '140813.208000', '140813.211000', '140813.213000', '140813.216000', '140813.219000', '140813.221000', '140813.224000', '140813.226000', '140833.114000', '140833.118000', '140833.120000', '140833.123000', '140833.125000', '140833.128000', '140833.131000', '140833.133000', '140833.136000', '140833.139000', '140833.141000', '140833.144000', '140833.146000', '140833.149000', '140833.152000', '140833.154000', '140833.157000', '140833.160000', '140833.162000', '140833.165000', '140833.167000', '140833.172000', '140833.175000', '140833.178000', '140833.180000', '140833.183000', '140833.186000', '140833.188000', '140833.191000', '140833.194000', '140833.196000', '140833.199000', '140833.201000', '140833.204000', '140833.207000', '140833.209000', '140833.212000', '140833.215000', '140833.217000', '140833.220000', '140833.222000', '140833.225000', '140833.228000', '140833.230000', '140853.115000', '140853.117000', '140853.120000', '140853.123000', '140853.126000', '140853.128000', '140853.131000', '140853.134000', '140853.136000', '140853.139000', '140853.141000', '140853.151000', '140853.154000', '140853.158000', '140853.160000', '140853.163000', '140853.165000', '140853.168000', '140853.171000', '140853.173000', '140853.176000', '140853.179000', '140853.182000', '140853.184000', '140853.187000', '140853.190000', '140853.193000', '140853.196000', '140853.199000', '140853.201000', '140853.204000', '140853.207000', '140853.209000', '140853.212000', '140853.214000', '140853.217000', '140853.220000', '140853.222000', '140853.225000', '140853.227000', '140853.230000', '140853.233000', '140853.235000', '140913.114000', '140913.117000', '140913.120000', '140913.122000', '140913.126000', '140913.128000', '140913.131000', '140913.133000', '140913.136000', '140913.139000', '140913.141000', '140913.144000', '140913.147000', '140913.149000', '140913.152000', '140913.154000', '140913.157000', '140913.160000', '140913.162000', '140913.165000', '140913.168000', '140913.170000', '140913.173000', '140913.176000', '140913.178000', '140913.181000', '140913.184000', '140913.186000', '140913.189000', '140913.192000', '140913.194000', '140913.197000', '140913.199000', '140913.202000', '140913.205000', '140913.207000', '140913.210000', '140913.213000', '140913.215000', '140913.218000', '140913.220000', '140913.223000', '140913.226000', '140913.228000', '140933.115000', '140933.118000', '140933.121000', '140933.123000', '140933.126000', '140933.128000', '140933.131000', '140933.134000', '140933.136000', '140933.139000', '140933.142000', '140933.144000', '140933.147000', '140933.152000', '140933.155000', '140933.157000', '140933.160000', '140933.162000', '140933.165000', '140933.168000', '140933.170000', '140933.173000', '140933.176000', '140933.178000', '140933.181000', '140933.184000', '140933.186000', '140933.189000', '140933.192000', '140933.194000', '140933.197000', '140933.199000', '140933.202000', '140933.205000', '140933.207000', '140933.210000', '140933.213000', '140933.216000', '140933.218000', '140933.221000', '140933.224000', '140933.226000', '140933.229000', '140953.115000', '140953.117000', '140953.120000', '140953.123000', '140953.126000', '140953.129000', '140953.131000', '140953.134000', '140953.137000', '140953.139000', '140953.142000', '140953.144000', '140953.147000', '140953.150000', '140953.152000', '140953.155000', '140953.158000', '140953.160000', '140953.163000', '140953.166000', '140953.168000', '140953.171000', '140953.173000', '140953.176000', '140953.179000', '140953.182000', '140953.184000', '140953.187000', '140953.190000', '140953.192000', '140953.195000', '140953.198000', '140953.200000', '140953.203000', '140953.205000', '140953.208000', '140953.211000', '140953.214000', '140953.216000', '140953.219000', '140953.222000', '140953.224000', '140953.227000', '140953.229000', '141013.114000', '141013.117000', '141013.119000', '141013.122000', '141013.124000', '141013.127000', '141013.130000', '141013.133000', '141013.135000', '141013.138000', '141013.140000', '141013.143000', '141013.146000', '141013.148000', '141013.151000', '141013.154000', '141013.156000', '141013.159000', '141013.162000', '141013.164000', '141013.167000', '141013.170000', '141013.172000', '141013.175000', '141013.177000', '141013.180000', '141013.183000', '141013.185000', '141013.188000', '141013.191000', '141013.193000', '141013.196000', '141013.199000', '141013.202000', '141013.204000', '141013.207000', '141013.212000', '141013.214000', '141013.217000', '141013.219000', '141013.222000', '141013.225000', '141013.227000', '141033.114000', '141033.117000', '141033.121000', '141033.123000', '141033.126000', '141033.129000', '141033.131000', '141033.144000', '141033.146000', '141033.149000', '141033.152000', '141033.154000', '141033.157000', '141033.159000', '141033.162000', '141033.165000', '141033.167000', '141033.170000', '141033.173000', '141033.175000', '141033.178000', '141033.180000', '141033.183000', '141033.186000', '141033.188000', '141033.191000', '141033.194000', '141033.196000', '141033.199000', '141033.202000', '141033.204000', '141033.207000', '141033.210000', '141033.212000', '141033.215000', '141033.218000', '141033.220000', '141033.223000', '141033.225000', '141033.228000', '141033.231000', '141033.233000', '141033.236000', '141033.239000', '141053.114000', '141053.117000', '141053.120000', '141053.122000', '141053.125000', '141053.128000', '141053.130000', '141053.133000', '141053.136000', '141053.138000', '141053.141000', '141053.144000', '141053.146000', '141053.149000', '141053.151000', '141053.154000', '141053.157000', '141053.159000', '141053.162000', '141053.165000', '141053.167000', '141053.170000', '141053.172000', '141053.175000', '141053.178000', '141053.180000', '141053.183000', '141053.186000', '141053.188000', '141053.191000', '141053.194000', '141053.196000', '141053.199000', '141053.202000', '141053.204000', '141053.207000', '141053.209000', '141053.212000', '141053.215000', '141053.218000', '141053.220000', '141053.223000', '141053.226000', '141113.115000', '141113.118000', '141113.121000', '141113.123000', '141113.126000', '141113.129000', '141113.132000', '141113.134000', '141113.137000', '141113.140000', '141113.142000', '141113.149000', '141113.151000', '141113.154000', '141113.157000', '141113.159000', '141113.162000', '141113.165000', '141113.167000', '141113.170000', '141113.172000', '141113.175000', '141113.178000', '141113.180000', '141113.183000', '141113.186000', '141113.188000', '141113.191000', '141113.193000', '141113.196000', '141113.199000', '141113.201000', '141113.204000', '141113.207000', '141113.209000', '141113.212000', '141113.214000', '141113.217000', '141113.220000', '141113.222000', '141113.225000', '141113.228000', '141113.230000', '141113.233000', '141133.115000', '141133.117000', '141133.120000', '141133.123000', '141133.126000', '141133.128000', '141133.131000', '141133.133000', '141133.136000', '141133.139000', '141133.141000', '141133.144000', '141133.147000', '141133.149000', '141133.152000', '141133.155000', '141133.157000', '141133.160000', '141133.162000', '141133.165000', '141133.168000', '141133.170000', '141133.173000', '141133.175000', '141133.178000', '141133.181000', '141133.183000', '141133.186000', '141133.189000', '141133.191000', '141133.194000', '141133.196000', '141133.199000', '141133.202000', '141133.204000', '141133.207000', '141133.210000', '141133.212000', '141133.215000', '141133.218000', '141133.220000', '141133.223000', '141133.226000', '141153.115000', '141153.118000', '141153.120000', '141153.123000', '141153.126000', '141153.128000', '141153.131000', '141153.134000', '141153.136000', '141153.139000', '141153.141000', '141153.144000', '141153.147000', '141153.149000', '141153.152000', '141153.155000', '141153.157000', '141153.160000', '141153.163000', '141153.165000', '141153.168000', '141153.170000', '141153.173000', '141153.176000', '141153.178000', '141153.181000', '141153.184000', '141153.186000', '141153.189000', '141153.192000', '141153.194000', '141153.197000', '141153.210000', '141153.212000', '141153.215000', '141153.217000', '141153.220000', '141153.223000', '141153.225000', '141153.228000', '141153.231000', '141153.233000', '141153.236000', '141153.239000', '141213.115000', '141213.118000', '141213.120000', '141213.123000', '141213.126000', '141213.128000', '141213.131000', '141213.134000', '141213.136000', '141213.139000', '141213.142000', '141213.144000', '141213.147000', '141213.149000', '141213.152000', '141213.155000', '141213.157000', '141213.160000', '141213.163000', '141213.165000', '141213.168000', '141213.171000', '141213.173000', '141213.176000', '141213.179000', '141213.181000', '141213.184000', '141213.186000', '141213.189000', '141213.192000', '141213.195000', '141213.197000', '141213.200000', '141213.202000', '141213.205000', '141213.208000', '141213.210000', '141213.213000', '141213.215000', '141213.218000', '141213.221000', '141213.223000', '141213.226000', '141233.114000', '141233.116000', '141233.119000', '141233.122000', '141233.124000', '141233.127000', '141233.130000', '141233.133000', '141233.135000', '141233.138000', '141233.140000', '141233.143000', '141233.146000', '141233.148000', '141233.151000', '141233.154000', '141233.156000', '141233.159000', '141233.162000', '141233.164000', '141233.167000', '141233.170000', '141233.172000', '141233.175000', '141233.178000', '141233.180000', '141233.183000', '141233.186000', '141233.188000', '141233.191000', '141233.193000', '141233.196000', '141233.199000', '141233.201000', '141233.204000', '141233.207000', '141233.209000', '141233.212000', '141233.215000', '141233.217000', '141233.220000', '141233.222000', '141233.225000', '141233.228000', '141253.114000', '141253.117000', '141253.120000', '141253.123000', '141253.125000', '141253.128000', '141253.131000', '141253.133000', '141253.136000', '141253.138000', '141253.141000', '141253.144000', '141253.146000', '141253.149000', '141253.152000', '141253.154000', '141253.157000', '141253.159000', '141253.162000', '141253.165000', '141253.167000', '141253.170000', '141253.173000', '141253.175000', '141253.178000', '141253.180000', '141253.183000', '141253.186000', '141253.188000', '141253.191000', '141253.194000', '141253.196000', '141253.199000', '141253.203000', '141253.206000', '141253.209000', '141253.211000', '141253.214000', '141253.217000', '141253.219000', '141253.222000', '141253.225000', '141253.227000', '141313.114000', '141313.117000', '141313.120000', '141313.123000', '141313.125000', '141313.128000', '141313.131000', '141313.133000', '141313.136000', '141313.138000', '141313.141000', '141313.144000', '141313.146000', '141313.149000', '141313.151000', '141313.154000', '141313.157000', '141313.159000', '141313.168000', '141313.170000', '141313.173000', '141313.175000', '141313.178000', '141313.181000', '141313.183000', '141313.186000', '141313.189000', '141313.191000', '141313.194000', '141313.197000', '141313.199000', '141313.202000', '141313.205000', '141313.207000', '141313.210000', '141313.212000', '141313.215000', '141313.218000', '141313.220000', '141313.223000', '141313.225000', '141313.228000', '141313.231000', '141313.233000', '141333.114000', '141333.117000', '141333.120000', '141333.123000', '141333.125000', '141333.128000', '141333.131000', '141333.133000', '141333.136000', '141333.138000', '141333.141000', '141333.143000', '141333.146000', '141333.149000', '141333.151000', '141333.154000', '141333.157000', '141333.159000', '141333.162000', '141333.164000', '141333.167000', '141333.170000', '141333.172000', '141333.175000', '141333.178000', '141333.180000', '141333.183000', '141333.186000', '141333.188000', '141333.191000', '141333.194000', '141333.196000', '141333.199000', '141333.201000', '141333.204000', '141333.207000', '141333.209000', '141333.212000', '141333.214000', '141333.217000', '141333.220000', '141333.222000', '141333.225000', '141353.115000', '141353.118000', '141353.121000', '141353.123000', '141353.126000', '141353.129000', '141353.131000', '141353.134000', '141353.136000', '141353.139000', '141353.142000', '141353.144000', '141353.147000', '141353.149000', '141353.152000', '141353.155000', '141353.157000', '141353.160000', '141353.162000', '141353.165000', '141353.168000', '141353.170000', '141353.173000', '141353.176000', '141353.178000', '141353.181000', '141353.184000', '141353.186000', '141353.189000', '141353.192000', '141353.194000', '141353.197000', '141353.199000', '141353.202000', '141353.205000', '141353.207000', '141353.210000', '141353.212000', '141353.215000', '141353.218000', '141353.220000', '141353.223000', '141353.226000', '141353.228000', '141413.115000', '141413.117000', '141413.120000', '141413.123000', '141413.126000', '141413.128000', '141413.131000', '141413.134000', '141413.136000', '141413.139000', '141413.141000', '141413.144000', '141413.147000', '141413.149000', '141413.152000', '141413.155000', '141413.157000', '141413.160000', '141413.162000', '141413.165000', '141413.175000', '141413.177000', '141413.180000', '141413.183000', '141413.185000', '141413.188000', '141413.191000', '141413.194000', '141413.196000', '141413.199000', '141413.201000', '141413.204000', '141413.207000', '141413.209000', '141413.212000', '141413.214000', '141413.217000', '141413.220000', '141413.222000', '141413.225000', '141413.228000', '141413.230000', '141413.233000', '141433.115000', '141433.117000', '141433.120000', '141433.123000', '141433.125000', '141433.128000', '141433.131000', '141433.133000', '141433.136000', '141433.139000', '141433.141000', '141433.144000', '141433.146000', '141433.149000', '141433.152000', '141433.154000', '141433.157000', '141433.160000', '141433.162000', '141433.165000', '141433.167000', '141433.170000', '141433.173000', '141433.175000', '141433.178000', '141433.181000', '141433.183000', '141433.186000', '141433.189000', '141433.191000', '141433.194000', '141433.196000', '141433.199000', '141433.202000', '141433.204000', '141433.207000', '141433.210000', '141433.212000', '141433.215000', '141433.217000', '141433.220000', '141433.223000', '141433.225000', '141433.228000', '141453.114000', '141453.116000', '141453.119000', '141453.122000', '141453.125000', '141453.127000', '141453.130000', '141453.133000', '141453.135000', '141453.138000', '141453.140000', '141453.143000', '141453.146000', '141453.148000', '141453.151000', '141453.154000', '141453.156000', '141453.159000', '141453.161000', '141453.164000', '141453.167000', '141453.169000', '141453.172000', '141453.175000', '141453.177000', '141453.180000', '141453.183000', '141453.185000', '141453.188000', '141453.190000', '141453.193000', '141453.196000', '141453.198000', '141453.201000', '141453.204000', '141453.206000', '141453.209000', '141453.211000', '141453.214000', '141453.217000', '141453.219000', '141453.222000', '141453.225000', '141513.114000', '141513.117000', '141513.120000', '141513.123000', '141513.125000', '141513.128000', '141513.131000', '141513.134000', '141513.136000', '141513.139000', '141513.142000', '141513.144000', '141513.147000', '141513.150000', '141513.152000', '141513.155000', '141513.158000', '141513.160000', '141513.164000', '141513.167000', '141513.169000', '141513.172000', '141513.180000', '141513.183000', '141513.185000', '141513.188000', '141513.191000', '141513.193000', '141513.196000', '141513.199000', '141513.201000', '141513.204000', '141513.207000', '141513.210000', '141513.213000', '141513.216000', '141513.219000', '141513.221000', '141513.224000', '141513.227000', '141513.229000', '141513.232000', '141513.234000', '141533.115000', '141533.117000', '141533.120000', '141533.123000', '141533.126000', '141533.128000', '141533.131000', '141533.134000', '141533.136000', '141533.139000', '141533.142000', '141533.144000', '141533.147000', '141533.149000', '141533.152000', '141533.155000', '141533.157000', '141533.160000', '141533.162000', '141533.165000', '141533.168000', '141533.170000', '141533.173000', '141533.176000', '141533.178000', '141533.181000', '141533.183000', '141533.186000', '141533.189000', '141533.191000', '141533.194000', '141533.197000', '141533.199000', '141533.202000', '141533.204000', '141533.207000', '141533.210000', '141533.212000', '141533.215000', '141533.218000', '141533.220000', '141533.223000', '141533.226000', '141533.228000', '141553.115000', '141553.118000', '141553.120000', '141553.123000', '141553.126000', '141553.129000', '141553.131000', '141553.134000', '141553.137000', '141553.139000', '141553.142000', '141553.145000', '141553.147000', '141553.150000', '141553.153000', '141553.155000', '141553.158000', '141553.160000', '141553.163000', '141553.166000', '141553.168000', '141553.171000', '141553.174000', '141553.176000', '141553.179000', '141553.181000', '141553.184000', '141553.187000', '141553.190000', '141553.192000', '141553.195000', '141553.197000', '141553.200000', '141553.203000', '141553.205000', '141553.208000', '141553.211000', '141553.213000', '141553.216000', '141553.219000', '141553.221000', '141553.224000', '141553.226000', '141612.468000', '141612.471000', '141612.473000', '141612.476000', '141612.479000', '141612.482000', '141612.485000', '141612.487000', '141612.490000', '141612.493000', '141612.495000', '141612.498000', '141612.501000', '141612.503000', '141612.506000', '141612.512000', '141612.515000', '141612.517000', '141612.521000', '141612.524000', '141612.527000', '141612.529000', '141612.532000', '141612.535000', '141612.538000', '141612.544000', '141612.546000', '141612.550000', '141612.554000', '141612.559000', '141612.562000', '141612.565000', '141612.568000', '141612.573000', '141612.578000', '141612.582000', '141612.586000', '141612.589000', '141612.592000', '141612.595000', '141612.597000', '141612.600000', '141612.602000'], 'InstanceCreationTime': ['140733.177000', '140733.180000', '140733.182000', '140733.185000', '140733.188000', '140733.190000', '140733.193000', '140733.196000', '140733.198000', '140733.201000', '140733.203000', '140733.214000', '140733.217000', '140733.219000', '140733.222000', '140733.225000', '140733.227000', '140733.230000', '140733.232000', '140733.235000', '140733.238000', '140733.240000', '140733.243000', '140733.245000', '140733.248000', '140733.251000', '140733.253000', '140733.256000', '140753.114000', '140753.117000', '140753.126000', '140753.129000', '140753.131000', '140753.134000', '140753.137000', '140753.139000', '140753.142000', '140753.145000', '140753.147000', '140753.150000', '140753.152000', '140753.155000', '140753.158000', '140753.160000', '140753.163000', '140753.165000', '140753.168000', '140753.171000', '140753.173000', '140753.176000', '140753.178000', '140753.181000', '140753.184000', '140753.186000', '140753.189000', '140753.191000', '140753.194000', '140753.197000', '140753.199000', '140753.202000', '140753.204000', '140753.207000', '140753.210000', '140753.212000', '140753.215000', '140753.217000', '140753.220000', '140753.223000', '140753.225000', '140753.228000', '140753.230000', '140813.115000', '140813.117000', '140813.120000', '140813.123000', '140813.125000', '140813.128000', '140813.130000', '140813.133000', '140813.136000', '140813.138000', '140813.141000', '140813.144000', '140813.147000', '140813.150000', '140813.153000', '140813.156000', '140813.159000', '140813.161000', '140813.164000', '140813.167000', '140813.169000', '140813.172000', '140813.174000', '140813.177000', '140813.179000', '140813.182000', '140813.185000', '140813.187000', '140813.190000', '140813.193000', '140813.195000', '140813.198000', '140813.201000', '140813.203000', '140813.206000', '140813.208000', '140813.211000', '140813.213000', '140813.216000', '140813.219000', '140813.221000', '140813.224000', '140813.226000', '140833.114000', '140833.118000', '140833.120000', '140833.123000', '140833.125000', '140833.128000', '140833.131000', '140833.133000', '140833.136000', '140833.139000', '140833.141000', '140833.144000', '140833.146000', '140833.149000', '140833.152000', '140833.154000', '140833.157000', '140833.160000', '140833.162000', '140833.165000', '140833.167000', '140833.172000', '140833.175000', '140833.178000', '140833.180000', '140833.183000', '140833.186000', '140833.188000', '140833.191000', '140833.194000', '140833.196000', '140833.199000', '140833.201000', '140833.204000', '140833.207000', '140833.209000', '140833.212000', '140833.215000', '140833.217000', '140833.220000', '140833.222000', '140833.225000', '140833.228000', '140833.230000', '140853.115000', '140853.117000', '140853.120000', '140853.123000', '140853.126000', '140853.128000', '140853.131000', '140853.134000', '140853.136000', '140853.139000', '140853.141000', '140853.151000', '140853.154000', '140853.158000', '140853.160000', '140853.163000', '140853.165000', '140853.168000', '140853.171000', '140853.173000', '140853.176000', '140853.179000', '140853.182000', '140853.184000', '140853.187000', '140853.190000', '140853.193000', '140853.196000', '140853.199000', '140853.201000', '140853.204000', '140853.207000', '140853.209000', '140853.212000', '140853.214000', '140853.217000', '140853.220000', '140853.222000', '140853.225000', '140853.227000', '140853.230000', '140853.233000', '140853.235000', '140913.114000', '140913.117000', '140913.120000', '140913.122000', '140913.126000', '140913.128000', '140913.131000', '140913.133000', '140913.136000', '140913.139000', '140913.141000', '140913.144000', '140913.147000', '140913.149000', '140913.152000', '140913.154000', '140913.157000', '140913.160000', '140913.162000', '140913.165000', '140913.168000', '140913.170000', '140913.173000', '140913.176000', '140913.178000', '140913.181000', '140913.184000', '140913.186000', '140913.189000', '140913.192000', '140913.194000', '140913.197000', '140913.199000', '140913.202000', '140913.205000', '140913.207000', '140913.210000', '140913.213000', '140913.215000', '140913.218000', '140913.220000', '140913.223000', '140913.226000', '140913.228000', '140933.115000', '140933.118000', '140933.121000', '140933.123000', '140933.126000', '140933.128000', '140933.131000', '140933.134000', '140933.136000', '140933.139000', '140933.142000', '140933.144000', '140933.147000', '140933.152000', '140933.155000', '140933.157000', '140933.160000', '140933.162000', '140933.165000', '140933.168000', '140933.170000', '140933.173000', '140933.176000', '140933.178000', '140933.181000', '140933.184000', '140933.186000', '140933.189000', '140933.192000', '140933.194000', '140933.197000', '140933.199000', '140933.202000', '140933.205000', '140933.207000', '140933.210000', '140933.213000', '140933.216000', '140933.218000', '140933.221000', '140933.224000', '140933.226000', '140933.229000', '140953.115000', '140953.117000', '140953.120000', '140953.123000', '140953.126000', '140953.129000', '140953.131000', '140953.134000', '140953.137000', '140953.139000', '140953.142000', '140953.144000', '140953.147000', '140953.150000', '140953.152000', '140953.155000', '140953.158000', '140953.160000', '140953.163000', '140953.166000', '140953.168000', '140953.171000', '140953.173000', '140953.176000', '140953.179000', '140953.182000', '140953.184000', '140953.187000', '140953.190000', '140953.192000', '140953.195000', '140953.198000', '140953.200000', '140953.203000', '140953.205000', '140953.208000', '140953.211000', '140953.214000', '140953.216000', '140953.219000', '140953.222000', '140953.224000', '140953.227000', '140953.229000', '141013.114000', '141013.117000', '141013.119000', '141013.122000', '141013.124000', '141013.127000', '141013.130000', '141013.133000', '141013.135000', '141013.138000', '141013.140000', '141013.143000', '141013.146000', '141013.148000', '141013.151000', '141013.154000', '141013.156000', '141013.159000', '141013.162000', '141013.164000', '141013.167000', '141013.170000', '141013.172000', '141013.175000', '141013.177000', '141013.180000', '141013.183000', '141013.185000', '141013.188000', '141013.191000', '141013.193000', '141013.196000', '141013.199000', '141013.202000', '141013.204000', '141013.207000', '141013.212000', '141013.214000', '141013.217000', '141013.219000', '141013.222000', '141013.225000', '141013.227000', '141033.114000', '141033.117000', '141033.121000', '141033.123000', '141033.126000', '141033.129000', '141033.131000', '141033.144000', '141033.146000', '141033.149000', '141033.152000', '141033.154000', '141033.157000', '141033.159000', '141033.162000', '141033.165000', '141033.167000', '141033.170000', '141033.173000', '141033.175000', '141033.178000', '141033.180000', '141033.183000', '141033.186000', '141033.188000', '141033.191000', '141033.194000', '141033.196000', '141033.199000', '141033.202000', '141033.204000', '141033.207000', '141033.210000', '141033.212000', '141033.215000', '141033.218000', '141033.220000', '141033.223000', '141033.225000', '141033.228000', '141033.231000', '141033.233000', '141033.236000', '141033.239000', '141053.114000', '141053.117000', '141053.120000', '141053.122000', '141053.125000', '141053.128000', '141053.130000', '141053.133000', '141053.136000', '141053.138000', '141053.141000', '141053.144000', '141053.146000', '141053.149000', '141053.151000', '141053.154000', '141053.157000', '141053.159000', '141053.162000', '141053.165000', '141053.167000', '141053.170000', '141053.172000', '141053.175000', '141053.178000', '141053.180000', '141053.183000', '141053.186000', '141053.188000', '141053.191000', '141053.194000', '141053.196000', '141053.199000', '141053.202000', '141053.204000', '141053.207000', '141053.209000', '141053.212000', '141053.215000', '141053.218000', '141053.220000', '141053.223000', '141053.226000', '141113.115000', '141113.118000', '141113.121000', '141113.123000', '141113.126000', '141113.129000', '141113.132000', '141113.134000', '141113.137000', '141113.140000', '141113.142000', '141113.149000', '141113.151000', '141113.154000', '141113.157000', '141113.159000', '141113.162000', '141113.165000', '141113.167000', '141113.170000', '141113.172000', '141113.175000', '141113.178000', '141113.180000', '141113.183000', '141113.186000', '141113.188000', '141113.191000', '141113.193000', '141113.196000', '141113.199000', '141113.201000', '141113.204000', '141113.207000', '141113.209000', '141113.212000', '141113.214000', '141113.217000', '141113.220000', '141113.222000', '141113.225000', '141113.228000', '141113.230000', '141113.233000', '141133.115000', '141133.117000', '141133.120000', '141133.123000', '141133.126000', '141133.128000', '141133.131000', '141133.133000', '141133.136000', '141133.139000', '141133.141000', '141133.144000', '141133.147000', '141133.149000', '141133.152000', '141133.155000', '141133.157000', '141133.160000', '141133.162000', '141133.165000', '141133.168000', '141133.170000', '141133.173000', '141133.175000', '141133.178000', '141133.181000', '141133.183000', '141133.186000', '141133.189000', '141133.191000', '141133.194000', '141133.196000', '141133.199000', '141133.202000', '141133.204000', '141133.207000', '141133.210000', '141133.212000', '141133.215000', '141133.218000', '141133.220000', '141133.223000', '141133.226000', '141153.115000', '141153.118000', '141153.120000', '141153.123000', '141153.126000', '141153.128000', '141153.131000', '141153.134000', '141153.136000', '141153.139000', '141153.141000', '141153.144000', '141153.147000', '141153.149000', '141153.152000', '141153.155000', '141153.157000', '141153.160000', '141153.163000', '141153.165000', '141153.168000', '141153.170000', '141153.173000', '141153.176000', '141153.178000', '141153.181000', '141153.184000', '141153.186000', '141153.189000', '141153.192000', '141153.194000', '141153.197000', '141153.210000', '141153.212000', '141153.215000', '141153.217000', '141153.220000', '141153.223000', '141153.225000', '141153.228000', '141153.231000', '141153.233000', '141153.236000', '141153.239000', '141213.115000', '141213.118000', '141213.120000', '141213.123000', '141213.126000', '141213.128000', '141213.131000', '141213.134000', '141213.136000', '141213.139000', '141213.142000', '141213.144000', '141213.147000', '141213.149000', '141213.152000', '141213.155000', '141213.157000', '141213.160000', '141213.163000', '141213.165000', '141213.168000', '141213.171000', '141213.173000', '141213.176000', '141213.179000', '141213.181000', '141213.184000', '141213.186000', '141213.189000', '141213.192000', '141213.195000', '141213.197000', '141213.200000', '141213.202000', '141213.205000', '141213.208000', '141213.210000', '141213.213000', '141213.215000', '141213.218000', '141213.221000', '141213.223000', '141213.226000', '141233.114000', '141233.116000', '141233.119000', '141233.122000', '141233.124000', '141233.127000', '141233.130000', '141233.133000', '141233.135000', '141233.138000', '141233.140000', '141233.143000', '141233.146000', '141233.148000', '141233.151000', '141233.154000', '141233.156000', '141233.159000', '141233.162000', '141233.164000', '141233.167000', '141233.170000', '141233.172000', '141233.175000', '141233.178000', '141233.180000', '141233.183000', '141233.186000', '141233.188000', '141233.191000', '141233.193000', '141233.196000', '141233.199000', '141233.201000', '141233.204000', '141233.207000', '141233.209000', '141233.212000', '141233.215000', '141233.217000', '141233.220000', '141233.222000', '141233.225000', '141233.228000', '141253.114000', '141253.117000', '141253.120000', '141253.123000', '141253.125000', '141253.128000', '141253.131000', '141253.133000', '141253.136000', '141253.138000', '141253.141000', '141253.144000', '141253.146000', '141253.149000', '141253.152000', '141253.154000', '141253.157000', '141253.159000', '141253.162000', '141253.165000', '141253.167000', '141253.170000', '141253.173000', '141253.175000', '141253.178000', '141253.180000', '141253.183000', '141253.186000', '141253.188000', '141253.191000', '141253.194000', '141253.196000', '141253.199000', '141253.203000', '141253.206000', '141253.209000', '141253.211000', '141253.214000', '141253.217000', '141253.219000', '141253.222000', '141253.225000', '141253.227000', '141313.114000', '141313.117000', '141313.120000', '141313.123000', '141313.125000', '141313.128000', '141313.131000', '141313.133000', '141313.136000', '141313.138000', '141313.141000', '141313.144000', '141313.146000', '141313.149000', '141313.151000', '141313.154000', '141313.157000', '141313.159000', '141313.168000', '141313.170000', '141313.173000', '141313.175000', '141313.178000', '141313.181000', '141313.183000', '141313.186000', '141313.189000', '141313.191000', '141313.194000', '141313.197000', '141313.199000', '141313.202000', '141313.205000', '141313.207000', '141313.210000', '141313.212000', '141313.215000', '141313.218000', '141313.220000', '141313.223000', '141313.225000', '141313.228000', '141313.231000', '141313.233000', '141333.114000', '141333.117000', '141333.120000', '141333.123000', '141333.125000', '141333.128000', '141333.131000', '141333.133000', '141333.136000', '141333.138000', '141333.141000', '141333.143000', '141333.146000', '141333.149000', '141333.151000', '141333.154000', '141333.157000', '141333.159000', '141333.162000', '141333.164000', '141333.167000', '141333.170000', '141333.172000', '141333.175000', '141333.178000', '141333.180000', '141333.183000', '141333.186000', '141333.188000', '141333.191000', '141333.194000', '141333.196000', '141333.199000', '141333.201000', '141333.204000', '141333.207000', '141333.209000', '141333.212000', '141333.214000', '141333.217000', '141333.220000', '141333.222000', '141333.225000', '141353.115000', '141353.118000', '141353.121000', '141353.123000', '141353.126000', '141353.129000', '141353.131000', '141353.134000', '141353.136000', '141353.139000', '141353.142000', '141353.144000', '141353.147000', '141353.149000', '141353.152000', '141353.155000', '141353.157000', '141353.160000', '141353.162000', '141353.165000', '141353.168000', '141353.170000', '141353.173000', '141353.176000', '141353.178000', '141353.181000', '141353.184000', '141353.186000', '141353.189000', '141353.192000', '141353.194000', '141353.197000', '141353.199000', '141353.202000', '141353.205000', '141353.207000', '141353.210000', '141353.212000', '141353.215000', '141353.218000', '141353.220000', '141353.223000', '141353.226000', '141353.228000', '141413.115000', '141413.117000', '141413.120000', '141413.123000', '141413.126000', '141413.128000', '141413.131000', '141413.134000', '141413.136000', '141413.139000', '141413.141000', '141413.144000', '141413.147000', '141413.149000', '141413.152000', '141413.155000', '141413.157000', '141413.160000', '141413.162000', '141413.165000', '141413.175000', '141413.177000', '141413.180000', '141413.183000', '141413.185000', '141413.188000', '141413.191000', '141413.194000', '141413.196000', '141413.199000', '141413.201000', '141413.204000', '141413.207000', '141413.209000', '141413.212000', '141413.214000', '141413.217000', '141413.220000', '141413.222000', '141413.225000', '141413.228000', '141413.230000', '141413.233000', '141433.115000', '141433.117000', '141433.120000', '141433.123000', '141433.125000', '141433.128000', '141433.131000', '141433.133000', '141433.136000', '141433.139000', '141433.141000', '141433.144000', '141433.146000', '141433.149000', '141433.152000', '141433.154000', '141433.157000', '141433.160000', '141433.162000', '141433.165000', '141433.167000', '141433.170000', '141433.173000', '141433.175000', '141433.178000', '141433.181000', '141433.183000', '141433.186000', '141433.189000', '141433.191000', '141433.194000', '141433.196000', '141433.199000', '141433.202000', '141433.204000', '141433.207000', '141433.210000', '141433.212000', '141433.215000', '141433.217000', '141433.220000', '141433.223000', '141433.225000', '141433.228000', '141453.114000', '141453.116000', '141453.119000', '141453.122000', '141453.125000', '141453.127000', '141453.130000', '141453.133000', '141453.135000', '141453.138000', '141453.140000', '141453.143000', '141453.146000', '141453.148000', '141453.151000', '141453.154000', '141453.156000', '141453.159000', '141453.161000', '141453.164000', '141453.167000', '141453.169000', '141453.172000', '141453.175000', '141453.177000', '141453.180000', '141453.183000', '141453.185000', '141453.188000', '141453.190000', '141453.193000', '141453.196000', '141453.198000', '141453.201000', '141453.204000', '141453.206000', '141453.209000', '141453.211000', '141453.214000', '141453.217000', '141453.219000', '141453.222000', '141453.225000', '141513.114000', '141513.117000', '141513.120000', '141513.123000', '141513.125000', '141513.128000', '141513.131000', '141513.134000', '141513.136000', '141513.139000', '141513.142000', '141513.144000', '141513.147000', '141513.150000', '141513.152000', '141513.155000', '141513.158000', '141513.160000', '141513.164000', '141513.167000', '141513.169000', '141513.172000', '141513.180000', '141513.183000', '141513.185000', '141513.188000', '141513.191000', '141513.193000', '141513.196000', '141513.199000', '141513.201000', '141513.204000', '141513.207000', '141513.210000', '141513.213000', '141513.216000', '141513.219000', '141513.221000', '141513.224000', '141513.227000', '141513.229000', '141513.232000', '141513.234000', '141533.115000', '141533.117000', '141533.120000', '141533.123000', '141533.126000', '141533.128000', '141533.131000', '141533.134000', '141533.136000', '141533.139000', '141533.142000', '141533.144000', '141533.147000', '141533.149000', '141533.152000', '141533.155000', '141533.157000', '141533.160000', '141533.162000', '141533.165000', '141533.168000', '141533.170000', '141533.173000', '141533.176000', '141533.178000', '141533.181000', '141533.183000', '141533.186000', '141533.189000', '141533.191000', '141533.194000', '141533.197000', '141533.199000', '141533.202000', '141533.204000', '141533.207000', '141533.210000', '141533.212000', '141533.215000', '141533.218000', '141533.220000', '141533.223000', '141533.226000', '141533.228000', '141553.115000', '141553.118000', '141553.120000', '141553.123000', '141553.126000', '141553.129000', '141553.131000', '141553.134000', '141553.137000', '141553.139000', '141553.142000', '141553.145000', '141553.147000', '141553.150000', '141553.153000', '141553.155000', '141553.158000', '141553.160000', '141553.163000', '141553.166000', '141553.168000', '141553.171000', '141553.174000', '141553.176000', '141553.179000', '141553.181000', '141553.184000', '141553.187000', '141553.190000', '141553.192000', '141553.195000', '141553.197000', '141553.200000', '141553.203000', '141553.205000', '141553.208000', '141553.211000', '141553.213000', '141553.216000', '141553.219000', '141553.221000', '141553.224000', '141553.226000', '141612.468000', '141612.471000', '141612.473000', '141612.476000', '141612.479000', '141612.482000', '141612.485000', '141612.487000', '141612.490000', '141612.493000', '141612.495000', '141612.498000', '141612.501000', '141612.503000', '141612.506000', '141612.512000', '141612.515000', '141612.517000', '141612.521000', '141612.524000', '141612.527000', '141612.529000', '141612.532000', '141612.535000', '141612.538000', '141612.544000', '141612.546000', '141612.550000', '141612.554000', '141612.559000', '141612.562000', '141612.565000', '141612.568000', '141612.573000', '141612.578000', '141612.582000', '141612.586000', '141612.589000', '141612.592000', '141612.595000', '141612.597000', '141612.600000', '141612.602000'], '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, 1157], 'LargestImagePixelValue': [13964, 11462, 14765, 12108, 14637, 11900, 14733, 11565, 15854, 11765, 17760, 11929, 15868, 11957, 9876, 12897, 9334, 12388, 10166, 13027, 10239, 14742, 11787, 15541, 11431, 15834, 11396, 14523, 12023, 10316, 13583, 9385, 13501, 9817, 14180, 10210, 15821, 12494, 16173, 11696, 15363, 11996, 14179, 12129, 14819, 11990, 15218, 11166, 12436, 10523, 12583, 10420, 12524, 10514, 12052, 10593, 12351, 10228, 12568, 11483, 13343, 11098, 14067, 11011, 14589, 11184, 12472, 12156, 9059, 12938, 9584, 13553, 10163, 14755, 11301, 14995, 11474, 13281, 11072, 14419, 11789, 9543, 12803, 9308, 12955, 9932, 14688, 12371, 16836, 11729, 17284, 12392, 17145, 13197, 15439, 12488, 11495, 13064, 9825, 14335, 10317, 14701, 11002, 13240, 10416, 14038, 9991, 14724, 10610, 14003, 11102, 13818, 10803, 13378, 12189, 13155, 10839, 15002, 11598, 15415, 12283, 14581, 12384, 9771, 13454, 10541, 13992, 11388, 14374, 10723, 15153, 10484, 13777, 11120, 14187, 10989, 13998, 11827, 13731, 11348, 13145, 10914, 13226, 12675, 12696, 10923, 14393, 11067, 14523, 12294, 13678, 11162, 13574, 11103, 15755, 11964, 14706, 12513, 9530, 12731, 10757, 12894, 15624, 12785, 13733, 11951, 16311, 11611, 14891, 11394, 14737, 11855, 10625, 11097, 9218, 12485, 10365, 13887, 10918, 14527, 10538, 13885, 10623, 14324, 11326, 14592, 13484, 14820, 11534, 14200, 11907, 14624, 12706, 9417, 13260, 9141, 13551, 9834, 14300, 12059, 13850, 11580, 14864, 11274, 11719, 12718, 9194, 13822, 10790, 14325, 12581, 16962, 13638, 16351, 12338, 15288, 12899, 11813, 13185, 10678, 14711, 10470, 14126, 10732, 14263, 12492, 15047, 12600, 16110, 12033, 13303, 12045, 12109, 14047, 9745, 14967, 11448, 15802, 13137, 16926, 12674, 14708, 11900, 12175, 11568, 11793, 11791, 10124, 14206, 9924, 14228, 11043, 13761, 11241, 14271, 11759, 11164, 13703, 10801, 13321, 10902, 13784, 12746, 16779, 12416, 10941, 13230, 10267, 14456, 11081, 14729, 13201, 15309, 12240, 14638, 12420, 11105, 13815, 10558, 15146, 12024, 13973, 11912, 13934, 11781, 15061, 12584, 10792, 13727, 9411, 12704, 10689, 14744, 12099, 15648, 12065, 9969, 12618, 9690, 13690, 10088, 14094, 9942, 15510, 13200, 14902, 12224, 9886, 13211, 10295, 14323, 12507, 9295, 12943, 10941, 13602, 11333, 12556, 13103, 12209, 17020, 12424, 15594, 13006, 15616, 12279, 12617, 13582, 8895, 13561, 10699, 13243, 11438, 11930, 12978, 9632, 12799, 10421, 13541, 11144, 16136, 11845, 11276, 13850, 11526, 13767, 10023, 14255, 12341, 14716, 13839, 8918, 12469, 10235, 12781, 10494, 14050, 11986, 14346, 11140, 15696, 11268, 15903, 11993, 16545, 12158, 12974, 11751, 13435, 11912, 11929, 12647, 9572, 13722, 10087, 13105, 10392, 12723, 10710, 13657, 11812, 15455, 11207, 11630, 11802, 9924, 14229, 11066, 15405, 12212, 15242, 12134, 16564, 12536, 9727, 14422, 10385, 13447, 11263, 13615, 12304, 15441, 12226, 15676, 11799, 11247, 12661, 10999, 14755, 11392, 15017, 11947, 13485, 11588, 13979, 12049, 13949, 11729, 13970, 10970, 14075, 11941, 10934, 13045, 9472, 13396, 9796, 13951, 10934, 14661, 11653, 14984, 11412, 13560, 11184, 14525, 11993, 10384, 12043, 9777, 13697, 10102, 14622, 12194, 15195, 12359, 15699, 12161, 15637, 12463, 13396, 14598, 10599, 13186, 11177, 11970, 11200, 8815, 9880, 10414, 9805, 12299, 12013, 13859, 15449, 10939, 17299, 12521, 14504, 14868, 13885, 19841, 15875, 14006, 11775, 9451, 13705, 9258, 13899, 13045, 12777, 12955, 9163, 12646, 9831, 8909, 9564, 9142, 12980, 10927, 9018, 12943, 9096, 13713, 10755, 15803, 14162, 18114, 13932, 13033, 13043, 10429, 14119, 10119, 16046, 13147, 17643, 18590, 18292, 20307, 14662, 9017, 10498, 8763, 11165, 8980, 10038, 11849, 9884, 14571, 13569, 16520, 14778, 12011, 15254, 10710, 16403, 11617, 17026, 12544, 14668, 14692, 10527, 18147, 12850, 11855, 11955, 9539, 13195, 11185, 14567, 11165, 9513, 17234, 16884, 13000, 13047, 9681, 12730, 9952, 10463, 10903, 9925, 12776, 10066, 13262, 10286, 15261, 10897, 13994, 11491, 14953, 11851, 15510, 11985, 15065, 12221, 14499, 12119, 10244, 13311, 9070, 12196, 9199, 12672, 9702, 12084, 9879, 13545, 10661, 13289, 10566, 12038, 10448, 12798, 10209, 12906, 10449, 12631, 9778, 12617, 9683, 13658, 9592, 13578, 9864, 10779, 10425, 8981, 10938, 8454, 12140, 9225, 13478, 10211, 13800, 10117, 14246, 11238, 13953, 11269, 17212, 10383, 9649, 12110, 9972, 14683, 11939, 11429, 11234, 10061, 13536, 11137, 16875, 14284, 17705, 11586, 16697, 11385, 16573, 12181, 15308, 13815, 10498, 13431, 10530, 13669, 10786, 14441, 11949, 16943, 12038, 10337, 11831, 10654, 13023, 10690, 14136, 11131, 16465, 12351, 10841, 13731, 10536, 13450, 10928, 13880, 11292, 17984, 13492, 10550, 12199, 10513, 13809, 10737, 16482, 13338, 15288, 13246, 10611, 13232, 10629, 13585, 10663, 15979, 12458, 13629, 11690, 10679, 12090, 10401, 13229, 10812, 15050, 10581, 14051, 10725, 12898, 10443, 13603, 10711, 10140, 11299, 10271, 11556, 10518, 13349, 11043, 15397, 10606, 16649, 10825, 15092, 11154, 14057, 11661, 9939, 11941, 9985, 12047, 10245, 12587, 10232, 13085, 11043, 12093, 10539, 9926, 10539, 10267, 12704, 10616, 13297, 10101, 13155, 10087, 14205, 10760, 16646, 10865, 15200, 12409, 10883, 14919, 9482, 12610, 10149, 13073, 11022, 12908, 11725, 13425, 11002, 14598, 10660, 14849, 10990, 14749, 10973, 13973, 11340, 8897, 12464, 8794, 12628, 8957, 12784, 10384, 12995, 10678, 13161, 10018, 12726, 10582, 13522, 11146, 13782, 12053, 8907, 13084, 9355, 13120, 10911, 11263, 12604, 10824, 12843, 10762, 9603, 11516, 10097, 14499, 12026, 17318, 12708, 10942, 12645, 10321, 15150, 13099, 17851, 13268, 10312, 10235, 10216, 9271, 11290, 9707, 11537, 12650, 11324, 14919, 10794, 10332, 12138, 10148, 15707, 14795, 18650, 13513, 13393, 12182, 11950, 13938, 12292, 16351, 12584, 16221, 10611, 13482, 10651, 10387, 10991, 10053, 13257, 11906, 17801, 12717, 9917, 11281, 10480, 12609, 10929, 14749, 12388, 16948, 12333, 17682, 11953, 16376, 12207, 17020, 12751, 10898, 13527, 10818, 12883, 10739, 13322, 11246, 15315, 9960, 13399, 10163, 12474, 10671, 12377, 11161, 13806, 10669, 11273, 10520, 10444, 10960, 10044, 12497, 10806, 13072, 10212, 12408, 10301, 13204, 11248, 14883, 11088, 15614, 11067, 14085, 11071, 13098, 13849, 10076, 13589, 10159, 11359, 9843, 11807, 11092, 13207, 11206, 10682, 10608, 10185, 11701, 10813, 13798, 11146, 15468, 10461, 14088, 10429, 14025, 10492, 14978, 11316, 14401, 11013, 13896, 10463, 14023, 10736, 10923, 10717, 10698, 10804, 10426, 11255, 9890, 12747, 10346, 13622, 10764, 13804, 10945, 13665, 12321, 15544, 11035, 13656, 10597, 10451, 11604, 10337, 12220, 10181, 12754, 10537, 10406, 10813, 10370, 13718, 9681, 13301, 9583, 12273, 9664, 12756, 12360, 13911, 11734, 15771, 11053, 11992, 11466, 10913, 15978, 11318, 14749, 10784, 10256, 10542, 10421, 12755, 10061, 14648, 10984, 13988, 10860, 14228, 12583, 15816, 11604, 16177, 11606, 14641, 11990, 14427, 11812, 9873, 11287, 9472, 12803, 11841, 13731, 10830, 10470, 11424, 10434, 11963, 13452, 14112, 11464, 13243, 12191, 12789, 12890, 12956, 12695, 13580, 10122, 12688, 10545, 12979, 11044, 13497, 9534, 12632, 9743, 12597, 10028, 13166, 11756, 14007, 9540, 12737, 9545, 12671, 10523, 13399, 11590, 14154, 9935, 13105, 10667, 13207, 11560, 13750, 11182, 9467, 11426, 9886, 12695, 11177, 13953, 10455, 14180, 10187, 14031, 11741, 15280, 11340, 14370, 11035, 13663, 12879, 13352, 11604, 14550, 10944, 13051, 11322, 12048, 11931, 10127, 12788, 11135, 14876, 11542, 14700, 11072, 12866, 11760, 9639, 13968, 10095, 14086, 12264, 14888, 12847, 17009, 11947, 14526, 12167, 14481, 12609, 10705, 13976, 10336, 12818, 10087, 14185, 12632, 13927, 11161, 9763, 11022, 9577, 13750, 12856, 11747, 12587, 10101, 13221, 11534, 15255, 12379, 11270, 14632, 10042, 15072, 12711, 16191, 13040, 17285, 14019, 10575, 16798, 12592, 14569, 11719, 14888, 12346, 16126, 14171, 9789, 14009, 10703, 13530, 11297, 13387, 14136, 10237, 15520, 11608, 13682, 11582, 12527, 12429, 12109, 17918, 12160, 14148, 11123, 10266, 11791, 10577, 15660, 14188, 17482, 11555, 11269, 11522, 10283, 13075, 10889, 15433, 12191, 13825, 11428, 10079, 12631, 11561, 15652, 13017, 9875, 12900, 9756], 'WindowCenter': [4818.0, 4783.0, 4788.0, 4756.0, 4772.0, 4752.0, 4772.0, 4743.0, 4771.0, 4740.0, 4779.0, 4740.0, 4780.0, 4738.0, 4718.0, 4736.0, 4706.0, 4735.0, 4717.0, 4748.0, 4728.0, 4769.0, 4740.0, 4768.0, 4740.0, 4757.0, 4727.0, 4758.0, 4740.0, 4717.0, 4749.0, 4707.0, 4746.0, 4717.0, 4757.0, 4718.0, 4769.0, 4738.0, 4767.0, 4725.0, 4755.0, 4725.0, 4744.0, 4725.0, 4744.0, 4725.0, 4755.0, 4715.0, 4724.0, 4717.0, 4733.0, 4716.0, 4725.0, 4714.0, 4724.0, 4715.0, 4736.0, 4718.0, 4747.0, 4739.0, 4747.0, 4739.0, 4758.0, 4727.0, 4757.0, 4740.0, 4751.0, 4739.0, 4709.0, 4747.0, 4709.0, 4760.0, 4731.0, 4770.0, 4739.0, 4768.0, 4738.0, 4749.0, 4742.0, 4771.0, 4750.0, 4721.0, 4751.0, 4709.0, 4748.0, 4731.0, 4771.0, 4751.0, 4791.0, 4740.0, 4779.0, 4750.0, 4788.0, 4761.0, 4770.0, 4748.0, 4728.0, 4747.0, 4718.0, 4770.0, 4729.0, 4771.0, 4728.0, 4747.0, 4716.0, 4756.0, 4718.0, 4767.0, 4728.0, 4756.0, 4726.0, 4746.0, 4728.0, 4757.0, 4748.0, 4746.0, 4729.0, 4767.0, 4738.0, 4768.0, 4750.0, 4769.0, 4748.0, 4718.0, 4746.0, 4718.0, 4745.0, 4725.0, 4758.0, 4726.0, 4756.0, 4715.0, 4745.0, 4724.0, 4755.0, 4727.0, 4757.0, 4737.0, 4745.0, 4727.0, 4745.0, 4728.0, 4746.0, 4748.0, 4736.0, 4727.0, 4755.0, 4729.0, 4758.0, 4738.0, 4747.0, 4728.0, 4747.0, 4727.0, 4767.0, 4739.0, 4756.0, 4737.0, 4706.0, 4744.0, 4726.0, 4747.0, 4768.0, 4749.0, 4747.0, 4736.0, 4766.0, 4728.0, 4757.0, 4738.0, 4758.0, 4738.0, 4727.0, 4728.0, 4707.0, 4747.0, 4728.0, 4759.0, 4741.0, 4759.0, 4728.0, 4759.0, 4728.0, 4757.0, 4741.0, 4769.0, 4758.0, 4759.0, 4740.0, 4758.0, 4750.0, 4770.0, 4749.0, 4719.0, 4748.0, 4709.0, 4758.0, 4731.0, 4770.0, 4751.0, 4759.0, 4741.0, 4767.0, 4743.0, 4751.0, 4763.0, 4721.0, 4771.0, 4742.0, 4770.0, 4752.0, 4791.0, 4773.0, 4780.0, 4752.0, 4768.0, 4750.0, 4741.0, 4761.0, 4730.0, 4770.0, 4728.0, 4758.0, 4729.0, 4758.0, 4751.0, 4768.0, 4750.0, 4769.0, 4750.0, 4748.0, 4750.0, 4749.0, 4759.0, 4717.0, 4768.0, 4737.0, 4767.0, 4749.0, 4780.0, 4750.0, 4759.0, 4735.0, 4737.0, 4725.0, 4737.0, 4749.0, 4730.0, 4759.0, 4720.0, 4761.0, 4740.0, 4748.0, 4740.0, 4759.0, 4751.0, 4740.0, 4760.0, 4730.0, 4748.0, 4728.0, 4759.0, 4762.0, 4779.0, 4750.0, 4730.0, 4747.0, 4716.0, 4755.0, 4739.0, 4771.0, 4751.0, 4768.0, 4740.0, 4757.0, 4736.0, 4730.0, 4760.0, 4728.0, 4758.0, 4738.0, 4748.0, 4739.0, 4772.0, 4753.0, 4783.0, 4776.0, 4758.0, 4720.0, 4642.0, 4671.0, 4661.0, 4747.0, 4762.0, 4819.0, 4734.0, 4701.0, 4720.0, 4663.0, 4702.0, 4675.0, 4715.0, 4672.0, 4702.0, 4734.0, 4743.0, 4722.0, 4706.0, 4733.0, 4716.0, 4756.0, 4737.0, 4706.0, 4737.0, 4728.0, 4757.0, 4728.0, 4750.0, 4762.0, 4750.0, 4778.0, 4736.0, 4755.0, 4736.0, 4753.0, 4736.0, 4735.0, 4746.0, 4697.0, 4746.0, 4716.0, 4736.0, 4728.0, 4737.0, 4747.0, 4718.0, 4749.0, 4728.0, 4748.0, 4741.0, 4772.0, 4741.0, 4742.0, 4761.0, 4728.0, 4746.0, 4717.0, 4746.0, 4739.0, 4758.0, 4749.0, 4698.0, 4737.0, 4717.0, 4737.0, 4728.0, 4758.0, 4739.0, 4758.0, 4731.0, 4757.0, 4730.0, 4768.0, 4738.0, 4767.0, 4738.0, 4738.0, 4728.0, 4734.0, 4725.0, 4727.0, 4736.0, 4706.0, 4748.0, 4706.0, 4736.0, 4707.0, 4736.0, 4720.0, 4749.0, 4742.0, 4758.0, 4717.0, 4728.0, 4729.0, 4720.0, 4750.0, 4727.0, 4757.0, 4737.0, 4758.0, 4740.0, 4780.0, 4742.0, 4711.0, 4749.0, 4706.0, 4748.0, 4718.0, 4749.0, 4740.0, 4759.0, 4729.0, 4758.0, 4726.0, 4728.0, 4750.0, 4729.0, 4759.0, 4729.0, 4758.0, 4728.0, 4737.0, 4730.0, 4749.0, 4740.0, 4758.0, 4738.0, 4748.0, 4728.0, 4759.0, 4741.0, 4730.0, 4750.0, 4709.0, 4748.0, 4709.0, 4760.0, 4732.0, 4759.0, 4730.0, 4758.0, 4727.0, 4747.0, 4731.0, 4759.0, 4740.0, 4721.0, 4740.0, 4720.0, 4749.0, 4722.0, 4771.0, 4741.0, 4760.0, 4740.0, 4760.0, 4739.0, 4768.0, 4740.0, 4750.0, 4761.0, 4721.0, 4749.0, 4729.0, 4742.0, 4741.0, 4724.0, 4732.0, 4732.0, 4746.0, 4765.0, 4764.0, 4774.0, 4771.0, 4731.0, 4780.0, 4750.0, 4757.0, 4755.0, 4749.0, 4788.0, 4767.0, 4745.0, 4724.0, 4695.0, 4745.0, 4734.0, 4757.0, 4744.0, 4738.0, 4750.0, 4705.0, 4734.0, 4706.0, 4706.0, 4718.0, 4718.0, 4761.0, 4742.0, 4722.0, 4760.0, 4710.0, 4759.0, 4729.0, 4769.0, 4761.0, 4778.0, 4751.0, 4736.0, 4736.0, 4715.0, 4745.0, 4705.0, 4757.0, 4761.0, 4790.0, 4794.0, 4796.0, 4792.0, 4760.0, 4696.0, 4728.0, 4696.0, 4714.0, 4694.0, 4716.0, 4738.0, 4720.0, 4760.0, 4748.0, 4768.0, 4747.0, 4725.0, 4742.0, 4691.0, 4739.0, 4701.0, 4742.0, 4723.0, 4731.0, 4732.0, 4701.0, 4761.0, 4711.0, 4699.0, 4697.0, 4681.0, 4721.0, 4701.0, 4731.0, 4714.0, 4705.0, 4778.0, 4766.0, 4734.0, 4733.0, 4691.0, 4721.0, 4692.0, 4704.0, 4714.0, 4707.0, 4735.0, 4705.0, 4736.0, 4716.0, 4756.0, 4703.0, 4732.0, 4713.0, 4742.0, 4726.0, 4743.0, 4712.0, 4730.0, 4713.0, 4719.0, 4711.0, 4691.0, 4720.0, 4670.0, 4711.0, 4684.0, 4722.0, 4719.0, 4735.0, 4706.0, 4735.0, 4713.0, 4731.0, 4716.0, 4723.0, 4714.0, 4733.0, 4716.0, 4735.0, 4715.0, 4736.0, 4717.0, 4734.0, 4708.0, 4748.0, 4709.0, 4773.0, 4763.0, 4717.0, 4705.0, 4691.0, 4727.0, 4684.0, 4720.0, 4680.0, 4726.0, 4701.0, 4729.0, 4712.0, 4751.0, 4721.0, 4724.0, 4727.0, 4792.0, 4715.0, 4719.0, 4752.0, 4731.0, 4771.0, 4752.0, 4751.0, 4741.0, 4735.0, 4774.0, 4755.0, 4794.0, 4776.0, 4806.0, 4755.0, 4781.0, 4742.0, 4782.0, 4752.0, 4770.0, 4762.0, 4732.0, 4759.0, 4729.0, 4760.0, 4730.0, 4771.0, 4753.0, 4781.0, 4742.0, 4718.0, 4738.0, 4729.0, 4750.0, 4731.0, 4761.0, 4742.0, 4782.0, 4751.0, 4742.0, 4761.0, 4729.0, 4749.0, 4731.0, 4759.0, 4742.0, 4791.0, 4750.0, 4733.0, 4740.0, 4719.0, 4748.0, 4729.0, 4782.0, 4761.0, 4769.0, 4748.0, 4718.0, 4737.0, 4717.0, 4747.0, 4729.0, 4768.0, 4738.0, 4749.0, 4729.0, 4718.0, 4728.0, 4718.0, 4736.0, 4718.0, 4756.0, 4716.0, 4745.0, 4716.0, 4734.0, 4716.0, 4745.0, 4718.0, 4719.0, 4728.0, 4716.0, 4727.0, 4717.0, 4747.0, 4730.0, 4758.0, 4717.0, 4767.0, 4718.0, 4745.0, 4726.0, 4748.0, 4727.0, 4708.0, 4727.0, 4707.0, 4725.0, 4716.0, 4738.0, 4718.0, 4747.0, 4728.0, 4739.0, 4730.0, 4719.0, 4729.0, 4733.0, 4776.0, 4758.0, 4764.0, 4709.0, 4725.0, 4729.0, 4768.0, 4724.0, 4760.0, 4709.0, 4740.0, 4718.0, 4697.0, 4724.0, 4673.0, 4702.0, 4685.0, 4701.0, 4694.0, 4729.0, 4719.0, 4727.0, 4709.0, 4737.0, 4697.0, 4723.0, 4695.0, 4726.0, 4698.0, 4727.0, 4697.0, 4664.0, 4704.0, 4664.0, 4704.0, 4677.0, 4714.0, 4699.0, 4717.0, 4687.0, 4716.0, 4688.0, 4717.0, 4698.0, 4717.0, 4695.0, 4740.0, 4701.0, 4657.0, 4793.0, 4750.0, 4750.0, 4729.0, 4741.0, 4752.0, 4742.0, 4753.0, 4741.0, 4721.0, 4753.0, 4743.0, 4784.0, 4766.0, 4804.0, 4766.0, 4743.0, 4753.0, 4732.0, 4771.0, 4762.0, 4792.0, 4766.0, 4748.0, 4750.0, 4746.0, 4735.0, 4741.0, 4735.0, 4754.0, 4763.0, 4756.0, 4783.0, 4743.0, 4734.0, 4763.0, 4745.0, 4796.0, 4787.0, 4803.0, 4762.0, 4760.0, 4740.0, 4739.0, 4759.0, 4740.0, 4783.0, 4751.0, 4778.0, 4730.0, 4749.0, 4730.0, 4745.0, 4742.0, 4722.0, 4751.0, 4740.0, 4793.0, 4751.0, 4720.0, 4730.0, 4729.0, 4750.0, 4733.0, 4770.0, 4752.0, 4781.0, 4752.0, 4780.0, 4739.0, 4769.0, 4740.0, 4779.0, 4739.0, 4718.0, 4746.0, 4718.0, 4735.0, 4715.0, 4747.0, 4727.0, 4756.0, 4708.0, 4736.0, 4706.0, 4736.0, 4719.0, 4736.0, 4729.0, 4749.0, 4733.0, 4730.0, 4719.0, 4719.0, 4730.0, 4723.0, 4751.0, 4732.0, 4750.0, 4731.0, 4750.0, 4732.0, 4761.0, 4744.0, 4772.0, 4743.0, 4771.0, 4740.0, 4761.0, 4742.0, 4750.0, 4759.0, 4721.0, 4750.0, 4744.0, 4745.0, 4719.0, 4739.0, 4741.0, 4750.0, 4743.0, 4733.0, 4733.0, 4733.0, 4742.0, 4743.0, 4762.0, 4744.0, 4773.0, 4731.0, 4760.0, 4720.0, 4758.0, 4731.0, 4771.0, 4730.0, 4761.0, 4730.0, 4747.0, 4730.0, 4758.0, 4731.0, 4730.0, 4730.0, 4718.0, 4729.0, 4731.0, 4741.0, 4731.0, 4751.0, 4732.0, 4760.0, 4730.0, 4761.0, 4733.0, 4762.0, 4752.0, 4780.0, 4732.0, 4761.0, 4758.0, 4798.0, 4809.0, 4762.0, 4765.0, 4737.0, 4751.0, 4719.0, 4716.0, 4746.0, 4743.0, 4785.0, 4734.0, 4763.0, 4721.0, 4737.0, 4718.0, 4750.0, 4763.0, 4774.0, 4766.0, 4794.0, 4756.0, 4751.0, 4752.0, 4744.0, 4783.0, 4742.0, 4770.0, 4731.0, 4732.0, 4742.0, 4744.0, 4765.0, 4732.0, 4775.0, 4743.0, 4760.0, 4742.0, 4771.0, 4751.0, 4782.0, 4742.0, 4779.0, 4741.0, 4786.0, 4780.0, 4777.0, 4753.0, 4719.0, 4729.0, 4719.0, 4750.0, 4752.0, 4760.0, 4740.0, 4731.0, 4741.0, 4744.0, 4753.0, 4764.0, 4771.0, 4741.0, 4759.0, 4749.0, 4750.0, 4750.0, 4762.0, 4751.0, 4758.0, 4719.0, 4748.0, 4728.0, 4762.0, 4739.0, 4760.0, 4720.0, 4748.0, 4719.0, 4749.0, 4722.0, 4759.0, 4740.0, 4763.0, 4720.0, 4750.0, 4719.0, 4748.0, 4730.0, 4761.0, 4742.0, 4762.0, 4722.0, 4762.0, 4732.0, 4764.0, 4754.0, 4772.0, 4743.0, 4724.0, 4751.0, 4733.0, 4762.0, 4753.0, 4773.0, 4743.0, 4772.0, 4743.0, 4784.0, 4754.0, 4782.0, 4741.0, 4772.0, 4742.0, 4773.0, 4766.0, 4772.0, 4753.0, 4771.0, 4742.0, 4763.0, 4745.0, 4752.0, 4751.0, 4743.0, 4762.0, 4753.0, 4783.0, 4752.0, 4771.0, 4752.0, 4763.0, 4765.0, 4733.0, 4783.0, 4743.0, 4784.0, 4776.0, 4794.0, 4773.0, 4792.0, 4753.0, 4769.0, 4752.0, 4772.0, 4752.0, 4741.0, 4771.0, 4731.0, 4761.0, 4731.0, 4769.0, 4765.0, 4762.0, 4741.0, 4731.0, 4742.0, 4733.0, 4774.0, 4765.0, 4755.0, 4763.0, 4746.0, 4775.0, 4768.0, 4795.0, 4766.0, 4755.0, 4782.0, 4733.0, 4782.0, 4766.0, 4784.0, 4763.0, 4793.0, 4773.0, 4731.0, 4781.0, 4749.0, 4758.0, 4741.0, 4770.0, 4749.0, 4780.0, 4763.0, 4719.0, 4760.0, 4729.0, 4748.0, 4739.0, 4762.0, 4761.0, 4721.0, 4769.0, 4729.0, 4748.0, 4741.0, 4751.0, 4750.0, 4751.0, 4790.0, 4739.0, 4758.0, 4729.0, 4719.0, 4737.0, 4728.0, 4772.0, 4762.0, 4779.0, 4728.0, 4727.0, 4729.0, 4718.0, 4736.0, 4727.0, 4759.0, 4738.0, 4747.0, 4728.0, 4718.0, 4737.0, 4740.0, 4771.0, 4750.0, 4721.0, 4737.0, 4710.0], 'WindowWidth': [10505.0, 10441.0, 10441.0, 10388.0, 10403.0, 10375.0, 10402.0, 10361.0, 10398.0, 10355.0, 10410.0, 10353.0, 10412.0, 10352.0, 10320.0, 10343.0, 10300.0, 10339.0, 10318.0, 10359.0, 10336.0, 10394.0, 10356.0, 10390.0, 10351.0, 10374.0, 10332.0, 10376.0, 10351.0, 10318.0, 10363.0, 10302.0, 10355.0, 10316.0, 10373.0, 10320.0, 10391.0, 10350.0, 10388.0, 10327.0, 10366.0, 10325.0, 10349.0, 10326.0, 10350.0, 10325.0, 10364.0, 10310.0, 10320.0, 10314.0, 10335.0, 10316.0, 10324.0, 10309.0, 10322.0, 10312.0, 10340.0, 10323.0, 10360.0, 10350.0, 10360.0, 10348.0, 10373.0, 10331.0, 10374.0, 10354.0, 10369.0, 10350.0, 10309.0, 10358.0, 10308.0, 10381.0, 10343.0, 10395.0, 10352.0, 10392.0, 10349.0, 10363.0, 10359.0, 10401.0, 10371.0, 10330.0, 10369.0, 10311.0, 10362.0, 10344.0, 10400.0, 10372.0, 10427.0, 10356.0, 10409.0, 10367.0, 10423.0, 10386.0, 10394.0, 10363.0, 10333.0, 10358.0, 10321.0, 10394.0, 10338.0, 10399.0, 10336.0, 10359.0, 10316.0, 10371.0, 10324.0, 10388.0, 10335.0, 10371.0, 10330.0, 10355.0, 10336.0, 10374.0, 10363.0, 10358.0, 10338.0, 10387.0, 10349.0, 10389.0, 10368.0, 10394.0, 10363.0, 10321.0, 10356.0, 10318.0, 10353.0, 10329.0, 10376.0, 10330.0, 10373.0, 10311.0, 10353.0, 10324.0, 10368.0, 10333.0, 10376.0, 10346.0, 10354.0, 10331.0, 10353.0, 10336.0, 10359.0, 10362.0, 10343.0, 10332.0, 10368.0, 10336.0, 10377.0, 10350.0, 10358.0, 10333.0, 10357.0, 10331.0, 10387.0, 10350.0, 10372.0, 10345.0, 10302.0, 10352.0, 10329.0, 10360.0, 10392.0, 10362.0, 10357.0, 10342.0, 10385.0, 10333.0, 10372.0, 10349.0, 10374.0, 10348.0, 10331.0, 10332.0, 10306.0, 10357.0, 10337.0, 10381.0, 10358.0, 10381.0, 10334.0, 10379.0, 10334.0, 10374.0, 10358.0, 10394.0, 10377.0, 10379.0, 10354.0, 10376.0, 10367.0, 10397.0, 10366.0, 10323.0, 10361.0, 10310.0, 10375.0, 10346.0, 10396.0, 10371.0, 10379.0, 10356.0, 10388.0, 10361.0, 10373.0, 10391.0, 10331.0, 10399.0, 10359.0, 10399.0, 10374.0, 10429.0, 10405.0, 10411.0, 10372.0, 10392.0, 10364.0, 10355.0, 10385.0, 10341.0, 10396.0, 10333.0, 10377.0, 10335.0, 10376.0, 10369.0, 10392.0, 10367.0, 10394.0, 10366.0, 10362.0, 10368.0, 10366.0, 10380.0, 10318.0, 10390.0, 10346.0, 10388.0, 10364.0, 10410.0, 10367.0, 10378.0, 10340.0, 10342.0, 10328.0, 10344.0, 10364.0, 10341.0, 10379.0, 10327.0, 10383.0, 10351.0, 10361.0, 10351.0, 10380.0, 10371.0, 10356.0, 10384.0, 10339.0, 10363.0, 10334.0, 10381.0, 10390.0, 10409.0, 10368.0, 10337.0, 10356.0, 10314.0, 10366.0, 10352.0, 10397.0, 10370.0, 10391.0, 10351.0, 10371.0, 10342.0, 10339.0, 10380.0, 10335.0, 10377.0, 10345.0, 10359.0, 10350.0, 10401.0, 10380.0, 10419.0, 10416.0, 10391.0, 10303.0, 10181.0, 10216.0, 10204.0, 10350.0, 10393.0, 10480.0, 10339.0, 10289.0, 10308.0, 10217.0, 10271.0, 10234.0, 10294.0, 10232.0, 10265.0, 10338.0, 10350.0, 10317.0, 10299.0, 10332.0, 10314.0, 10369.0, 10346.0, 10301.0, 10345.0, 10334.0, 10373.0, 10336.0, 10369.0, 10388.0, 10367.0, 10407.0, 10341.0, 10370.0, 10341.0, 10365.0, 10342.0, 10341.0, 10356.0, 10289.0, 10355.0, 10313.0, 10342.0, 10332.0, 10345.0, 10360.0, 10320.0, 10362.0, 10334.0, 10360.0, 10354.0, 10401.0, 10356.0, 10362.0, 10385.0, 10332.0, 10354.0, 10317.0, 10357.0, 10349.0, 10378.0, 10365.0, 10291.0, 10342.0, 10316.0, 10344.0, 10336.0, 10376.0, 10352.0, 10376.0, 10340.0, 10371.0, 10334.0, 10388.0, 10347.0, 10386.0, 10347.0, 10344.0, 10329.0, 10335.0, 10321.0, 10327.0, 10340.0, 10300.0, 10361.0, 10297.0, 10337.0, 10299.0, 10338.0, 10323.0, 10361.0, 10356.0, 10373.0, 10316.0, 10328.0, 10332.0, 10323.0, 10363.0, 10329.0, 10370.0, 10342.0, 10371.0, 10351.0, 10407.0, 10354.0, 10309.0, 10361.0, 10298.0, 10355.0, 10316.0, 10362.0, 10351.0, 10375.0, 10333.0, 10371.0, 10326.0, 10331.0, 10363.0, 10335.0, 10377.0, 10332.0, 10374.0, 10330.0, 10342.0, 10335.0, 10363.0, 10352.0, 10373.0, 10346.0, 10359.0, 10333.0, 10378.0, 10353.0, 10336.0, 10363.0, 10305.0, 10356.0, 10305.0, 10378.0, 10342.0, 10379.0, 10335.0, 10372.0, 10329.0, 10356.0, 10340.0, 10378.0, 10352.0, 10325.0, 10349.0, 10323.0, 10360.0, 10329.0, 10398.0, 10355.0, 10380.0, 10349.0, 10378.0, 10348.0, 10391.0, 10352.0, 10365.0, 10383.0, 10324.0, 10359.0, 10334.0, 10359.0, 10358.0, 10340.0, 10344.0, 10347.0, 10375.0, 10400.0, 10396.0, 10409.0, 10400.0, 10340.0, 10412.0, 10366.0, 10374.0, 10371.0, 10363.0, 10422.0, 10388.0, 10353.0, 10321.0, 10282.0, 10352.0, 10356.0, 10377.0, 10355.0, 10348.0, 10365.0, 10298.0, 10335.0, 10301.0, 10302.0, 10320.0, 10323.0, 10384.0, 10363.0, 10332.0, 10384.0, 10313.0, 10380.0, 10337.0, 10395.0, 10384.0, 10406.0, 10367.0, 10341.0, 10339.0, 10310.0, 10350.0, 10296.0, 10371.0, 10386.0, 10427.0, 10440.0, 10446.0, 10436.0, 10380.0, 10286.0, 10333.0, 10289.0, 10309.0, 10285.0, 10315.0, 10348.0, 10324.0, 10380.0, 10361.0, 10391.0, 10358.0, 10322.0, 10345.0, 10268.0, 10335.0, 10282.0, 10340.0, 10317.0, 10324.0, 10328.0, 10283.0, 10369.0, 10294.0, 10277.0, 10271.0, 10254.0, 10310.0, 10284.0, 10328.0, 10308.0, 10303.0, 10407.0, 10388.0, 10336.0, 10331.0, 10270.0, 10308.0, 10274.0, 10292.0, 10308.0, 10299.0, 10337.0, 10296.0, 10340.0, 10312.0, 10366.0, 10289.0, 10327.0, 10301.0, 10344.0, 10326.0, 10345.0, 10299.0, 10321.0, 10298.0, 10306.0, 10296.0, 10268.0, 10306.0, 10239.0, 10294.0, 10262.0, 10313.0, 10324.0, 10339.0, 10298.0, 10335.0, 10307.0, 10328.0, 10312.0, 10319.0, 10308.0, 10333.0, 10314.0, 10340.0, 10312.0, 10339.0, 10316.0, 10337.0, 10305.0, 10359.0, 10309.0, 10405.0, 10405.0, 10310.0, 10285.0, 10276.0, 10333.0, 10265.0, 10308.0, 10253.0, 10312.0, 10287.0, 10320.0, 10305.0, 10356.0, 10315.0, 10311.0, 10330.0, 10430.0, 10315.0, 10326.0, 10374.0, 10345.0, 10401.0, 10374.0, 10373.0, 10358.0, 10354.0, 10407.0, 10382.0, 10439.0, 10412.0, 10456.0, 10382.0, 10416.0, 10360.0, 10416.0, 10375.0, 10397.0, 10389.0, 10344.0, 10381.0, 10337.0, 10379.0, 10340.0, 10399.0, 10376.0, 10414.0, 10358.0, 10322.0, 10348.0, 10337.0, 10366.0, 10341.0, 10383.0, 10357.0, 10416.0, 10374.0, 10358.0, 10384.0, 10335.0, 10364.0, 10339.0, 10379.0, 10358.0, 10428.0, 10368.0, 10343.0, 10351.0, 10320.0, 10360.0, 10334.0, 10413.0, 10385.0, 10392.0, 10360.0, 10316.0, 10341.0, 10316.0, 10357.0, 10337.0, 10390.0, 10350.0, 10363.0, 10333.0, 10317.0, 10329.0, 10315.0, 10339.0, 10316.0, 10369.0, 10312.0, 10351.0, 10311.0, 10336.0, 10312.0, 10354.0, 10318.0, 10319.0, 10331.0, 10313.0, 10328.0, 10315.0, 10359.0, 10337.0, 10373.0, 10316.0, 10385.0, 10316.0, 10352.0, 10328.0, 10360.0, 10329.0, 10303.0, 10326.0, 10301.0, 10325.0, 10313.0, 10346.0, 10321.0, 10359.0, 10333.0, 10348.0, 10337.0, 10323.0, 10337.0, 10348.0, 10416.0, 10396.0, 10387.0, 10298.0, 10311.0, 10337.0, 10388.0, 10321.0, 10367.0, 10293.0, 10335.0, 10305.0, 10273.0, 10307.0, 10236.0, 10271.0, 10253.0, 10271.0, 10265.0, 10319.0, 10308.0, 10315.0, 10295.0, 10328.0, 10273.0, 10304.0, 10266.0, 10311.0, 10276.0, 10314.0, 10272.0, 10223.0, 10275.0, 10222.0, 10276.0, 10246.0, 10291.0, 10276.0, 10297.0, 10257.0, 10294.0, 10259.0, 10299.0, 10271.0, 10300.0, 10268.0, 10340.0, 10270.0, 10210.0, 10447.0, 10383.0, 10364.0, 10337.0, 10355.0, 10372.0, 10358.0, 10373.0, 10357.0, 10330.0, 10375.0, 10365.0, 10421.0, 10400.0, 10451.0, 10398.0, 10363.0, 10374.0, 10344.0, 10401.0, 10387.0, 10434.0, 10400.0, 10378.0, 10381.0, 10372.0, 10356.0, 10360.0, 10357.0, 10383.0, 10393.0, 10386.0, 10419.0, 10363.0, 10352.0, 10391.0, 10369.0, 10442.0, 10430.0, 10450.0, 10390.0, 10383.0, 10353.0, 10351.0, 10379.0, 10353.0, 10420.0, 10369.0, 10406.0, 10340.0, 10365.0, 10340.0, 10369.0, 10360.0, 10332.0, 10370.0, 10356.0, 10433.0, 10372.0, 10324.0, 10339.0, 10338.0, 10368.0, 10346.0, 10397.0, 10374.0, 10414.0, 10372.0, 10411.0, 10351.0, 10391.0, 10351.0, 10407.0, 10351.0, 10318.0, 10354.0, 10316.0, 10338.0, 10311.0, 10357.0, 10333.0, 10370.0, 10302.0, 10339.0, 10299.0, 10339.0, 10320.0, 10344.0, 10337.0, 10365.0, 10346.0, 10339.0, 10322.0, 10321.0, 10338.0, 10333.0, 10368.0, 10343.0, 10366.0, 10342.0, 10367.0, 10346.0, 10388.0, 10367.0, 10400.0, 10360.0, 10397.0, 10353.0, 10383.0, 10357.0, 10367.0, 10379.0, 10326.0, 10365.0, 10366.0, 10366.0, 10326.0, 10353.0, 10357.0, 10369.0, 10362.0, 10347.0, 10346.0, 10347.0, 10357.0, 10363.0, 10389.0, 10363.0, 10405.0, 10340.0, 10378.0, 10323.0, 10376.0, 10340.0, 10397.0, 10341.0, 10382.0, 10339.0, 10360.0, 10339.0, 10376.0, 10342.0, 10337.0, 10337.0, 10321.0, 10336.0, 10341.0, 10356.0, 10345.0, 10371.0, 10344.0, 10382.0, 10341.0, 10382.0, 10348.0, 10387.0, 10374.0, 10411.0, 10346.0, 10385.0, 10392.0, 10469.0, 10481.0, 10398.0, 10393.0, 10355.0, 10362.0, 10316.0, 10312.0, 10370.0, 10365.0, 10427.0, 10355.0, 10389.0, 10327.0, 10344.0, 10321.0, 10370.0, 10390.0, 10408.0, 10399.0, 10437.0, 10385.0, 10373.0, 10373.0, 10366.0, 10420.0, 10358.0, 10395.0, 10343.0, 10346.0, 10360.0, 10367.0, 10397.0, 10349.0, 10408.0, 10363.0, 10383.0, 10362.0, 10399.0, 10374.0, 10416.0, 10359.0, 10408.0, 10357.0, 10431.0, 10427.0, 10414.0, 10375.0, 10324.0, 10336.0, 10323.0, 10368.0, 10374.0, 10384.0, 10356.0, 10345.0, 10358.0, 10365.0, 10377.0, 10394.0, 10400.0, 10357.0, 10379.0, 10366.0, 10368.0, 10371.0, 10388.0, 10371.0, 10376.0, 10325.0, 10361.0, 10335.0, 10385.0, 10354.0, 10382.0, 10326.0, 10364.0, 10325.0, 10365.0, 10331.0, 10380.0, 10355.0, 10388.0, 10325.0, 10367.0, 10325.0, 10365.0, 10343.0, 10385.0, 10360.0, 10388.0, 10330.0, 10386.0, 10346.0, 10394.0, 10381.0, 10405.0, 10364.0, 10338.0, 10372.0, 10351.0, 10390.0, 10380.0, 10409.0, 10365.0, 10403.0, 10365.0, 10423.0, 10382.0, 10417.0, 10360.0, 10402.0, 10363.0, 10406.0, 10400.0, 10405.0, 10379.0, 10402.0, 10362.0, 10391.0, 10368.0, 10375.0, 10374.0, 10365.0, 10391.0, 10379.0, 10422.0, 10375.0, 10401.0, 10377.0, 10394.0, 10398.0, 10352.0, 10421.0, 10366.0, 10423.0, 10415.0, 10440.0, 10409.0, 10433.0, 10378.0, 10396.0, 10375.0, 10404.0, 10376.0, 10359.0, 10397.0, 10343.0, 10384.0, 10343.0, 10395.0, 10396.0, 10388.0, 10358.0, 10345.0, 10360.0, 10350.0, 10409.0, 10399.0, 10382.0, 10392.0, 10374.0, 10413.0, 10409.0, 10445.0, 10403.0, 10384.0, 10420.0, 10351.0, 10416.0, 10396.0, 10421.0, 10392.0, 10435.0, 10406.0, 10345.0, 10415.0, 10365.0, 10378.0, 10356.0, 10394.0, 10366.0, 10410.0, 10392.0, 10325.0, 10378.0, 10338.0, 10362.0, 10352.0, 10386.0, 10386.0, 10327.0, 10391.0, 10337.0, 10363.0, 10357.0, 10371.0, 10369.0, 10370.0, 10427.0, 10354.0, 10377.0, 10337.0, 10323.0, 10346.0, 10334.0, 10400.0, 10387.0, 10410.0, 10336.0, 10332.0, 10335.0, 10320.0, 10341.0, 10333.0, 10381.0, 10348.0, 10361.0, 10333.0, 10321.0, 10345.0, 10354.0, 10398.0, 10366.0, 10326.0, 10344.0, 10310.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.0013336568457538995</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04257567547660312</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.48510209203818</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1452815542671295</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9622785766869044</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5172</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3348.0215</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12149488396859462</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>151</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.084922010398614</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4272709996167774</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.396043670146595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5863656656089646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2994036630947736</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0117396</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-5.9973212955810595e-06</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.016635533422231674</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>4.166553681935366</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>13.6697</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.4421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.306</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293306.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1357.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>498.7486</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.6633</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3912.0903</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4066.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83238.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1625.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>975.8606</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.11568221822381</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> |