=== 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-0041 --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-0041",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0041_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-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0041/figures/sub-0041_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-0041/figures/sub-0041_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0041/figures/sub-0041_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-0041/ses-03/func/sub-0041_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>273490bfaec4bedf2fff858d12b732fd</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>16:36:5.442500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.990412, -0.136784, -0.0193472, 0.138136, 0.982239, 0.126987]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0870813</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>[4137, -7777, -7359, 430, -78, -199, -54, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>96ab58ff-4ad0-47fe-8125-446c0e5a4ad1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.65720272064209, 0.37060847878456116, -0.004411215428262949, 94.91455841064453], [0.3669815957546234, 2.6352744102478027, 0.3467937707901001, -116.66493225097656], [-0.05190721154212952, -0.3406972289085388, 2.6776323318481445, -55.568843841552734], [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': ['163605.442500', '163605.902500', '163606.362500', '163606.822500', '163607.282500', '163607.742500', '163608.202500', '163608.662500', '163609.122500', '163609.582500', '163610.042500', '163610.502500', '163610.962500', '163611.422500', '163611.882500', '163612.342500', '163612.802500', '163613.262500', '163613.722500', '163614.182500', '163614.642500', '163615.102500', '163615.562500', '163616.022500', '163616.482500', '163616.942500', '163617.402500', '163617.862500', '163618.322500', '163618.782500', '163619.242500', '163619.702500', '163620.162500', '163620.622500', '163621.082500', '163621.542500', '163622.002500', '163622.462500', '163622.922500', '163623.382500', '163623.842500', '163624.302500', '163624.762500', '163625.222500', '163625.682500', '163626.142500', '163626.602500', '163627.062500', '163627.522500', '163627.982500', '163628.442500', '163628.902500', '163629.362500', '163629.822500', '163630.282500', '163630.742500', '163631.202500', '163631.662500', '163632.122500', '163632.582500', '163633.042500', '163633.502500', '163633.962500', '163634.422500', '163634.882500', '163635.342500', '163635.802500', '163636.262500', '163636.722500', '163637.182500', '163637.642500', '163638.102500', '163638.562500', '163639.022500', '163639.482500', '163639.942500', '163640.402500', '163640.862500', '163641.322500', '163641.782500', '163642.242500', '163642.702500', '163643.162500', '163643.622500', '163644.082500', '163644.542500', '163645.002500', '163645.462500', '163645.922500', '163646.382500', '163646.842500', '163647.302500', '163647.762500', '163648.222500', '163648.682500', '163649.142500', '163649.602500', '163650.062500', '163650.522500', '163650.982500', '163651.442500', '163651.902500', '163652.362500', '163652.822500', '163653.282500', '163653.742500', '163654.202500', '163654.662500', '163655.122500', '163655.582500', '163656.042500', '163656.502500', '163656.962500', '163657.422500', '163657.882500', '163658.342500', '163658.802500', '163659.262500', '163659.722500', '163700.182500', '163700.642500', '163701.102500', '163701.562500', '163702.022500', '163702.482500', '163702.942500', '163703.402500', '163703.862500', '163704.322500', '163704.782500', '163705.242500', '163705.702500', '163706.162500', '163706.622500', '163707.082500', '163707.542500', '163708.002500', '163708.462500', '163708.922500', '163709.382500', '163709.842500', '163710.302500', '163710.762500', '163711.222500', '163711.682500', '163712.142500', '163712.602500', '163713.062500', '163713.522500', '163713.982500', '163714.442500', '163714.902500', '163715.362500', '163715.822500', '163716.282500', '163716.742500', '163717.202500', '163717.662500', '163718.122500', '163718.582500', '163719.042500', '163719.502500', '163719.962500', '163720.422500', '163720.882500', '163721.342500', '163721.802500', '163722.262500', '163722.722500', '163723.182500', '163723.642500', '163724.102500', '163724.562500', '163725.022500', '163725.482500', '163725.942500', '163726.402500', '163726.862500', '163727.322500', '163727.782500', '163728.242500', '163728.702500', '163729.162500', '163729.622500', '163730.082500', '163730.542500', '163731.002500', '163731.462500', '163731.922500', '163732.382500', '163732.842500', '163733.302500', '163733.762500', '163734.222500', '163734.682500', '163735.142500', '163735.602500', '163736.062500', '163736.522500', '163736.982500', '163737.442500', '163737.902500', '163738.362500', '163738.822500', '163739.282500', '163739.742500', '163740.202500', '163740.662500', '163741.122500', '163741.582500', '163742.042500', '163742.502500', '163742.962500', '163743.422500', '163743.882500', '163744.342500', '163744.802500', '163745.262500', '163745.722500', '163746.182500', '163746.642500', '163747.102500', '163747.562500', '163748.022500', '163748.482500', '163748.942500', '163749.402500', '163749.862500', '163750.322500', '163750.782500', '163751.242500', '163751.702500', '163752.162500', '163752.622500', '163753.082500', '163753.542500', '163754.002500', '163754.462500', '163754.922500', '163755.382500', '163755.842500', '163756.302500', '163756.762500', '163757.222500', '163757.682500', '163758.142500', '163758.602500', '163759.062500', '163759.522500', '163759.982500', '163800.442500', '163800.902500', '163801.362500', '163801.822500', '163802.282500', '163802.742500', '163803.202500', '163803.662500', '163804.122500', '163804.582500', '163805.042500', '163805.502500', '163805.962500', '163806.422500', '163806.882500', '163807.342500', '163807.802500', '163808.262500', '163808.722500', '163809.182500', '163809.642500', '163810.102500', '163810.562500', '163811.022500', '163811.482500', '163811.942500', '163812.402500', '163812.862500', '163813.322500', '163813.782500', '163814.242500', '163814.702500', '163815.162500', '163815.622500', '163816.082500', '163816.542500', '163817.002500', '163817.462500', '163817.922500', '163818.382500', '163818.842500', '163819.302500', '163819.762500', '163820.222500', '163820.682500', '163821.142500', '163821.602500', '163822.062500', '163822.522500', '163822.982500', '163823.442500', '163823.902500', '163824.362500', '163824.822500', '163825.282500', '163825.742500', '163826.202500', '163826.662500', '163827.122500', '163827.582500', '163828.042500', '163828.502500', '163828.962500', '163829.422500', '163829.882500', '163830.342500', '163830.802500', '163831.262500', '163831.722500', '163832.182500', '163832.642500', '163833.102500', '163833.562500', '163834.022500', '163834.482500', '163834.942500', '163835.402500', '163835.862500', '163836.322500', '163836.782500', '163837.242500', '163837.702500', '163838.162500', '163838.622500', '163839.082500', '163839.542500', '163840.002500', '163840.462500', '163840.922500', '163841.382500', '163841.842500', '163842.302500', '163842.762500', '163843.222500', '163843.682500', '163844.142500', '163844.602500', '163845.062500', '163845.522500', '163845.982500', '163846.442500', '163846.902500', '163847.362500', '163847.822500', '163848.282500', '163848.742500', '163849.202500', '163849.662500', '163850.122500', '163850.582500', '163851.042500', '163851.502500', '163851.962500', '163852.422500', '163852.882500', '163853.342500', '163853.802500', '163854.262500', '163854.722500', '163855.182500', '163855.642500', '163856.102500', '163856.562500', '163857.022500', '163857.482500', '163857.942500', '163858.402500', '163858.862500', '163859.322500', '163859.782500', '163900.242500', '163900.702500', '163901.162500', '163901.622500', '163902.082500', '163902.542500', '163903.002500', '163903.462500', '163903.922500', '163904.382500', '163904.842500', '163905.302500', '163905.762500', '163906.222500', '163906.682500', '163907.142500', '163907.602500', '163908.062500', '163908.522500', '163908.982500', '163909.442500', '163909.902500', '163910.362500', '163910.822500', '163911.282500', '163911.742500', '163912.202500', '163912.662500', '163913.122500', '163913.582500', '163914.042500', '163914.502500', '163914.962500', '163915.422500', '163915.882500', '163916.342500', '163916.802500', '163917.262500', '163917.722500', '163918.182500', '163918.642500', '163919.102500', '163919.562500', '163920.022500', '163920.482500', '163920.942500', '163921.402500', '163921.862500', '163922.322500', '163922.782500', '163923.242500', '163923.702500', '163924.162500', '163924.622500', '163925.082500', '163925.542500', '163926.002500', '163926.462500', '163926.922500', '163927.382500', '163927.842500', '163928.302500', '163928.762500', '163929.222500', '163929.682500', '163930.142500', '163930.602500', '163931.062500', '163931.522500', '163931.982500', '163932.442500', '163932.902500', '163933.362500', '163933.822500', '163934.282500', '163934.742500', '163935.202500', '163935.662500', '163936.122500', '163936.582500', '163937.042500', '163937.502500', '163937.962500', '163938.422500', '163938.882500', '163939.342500', '163939.802500', '163940.262500', '163940.722500', '163941.182500', '163941.642500', '163942.102500', '163942.562500', '163943.022500', '163943.482500', '163943.942500', '163944.402500', '163944.862500', '163945.322500', '163945.782500', '163946.242500', '163946.702500', '163947.162500', '163947.622500', '163948.082500', '163948.542500', '163949.002500', '163949.462500', '163949.922500', '163950.382500', '163950.842500', '163951.302500', '163951.762500', '163952.222500', '163952.682500', '163953.142500', '163953.602500', '163954.062500', '163954.522500', '163954.982500', '163955.442500', '163955.902500', '163956.362500', '163956.822500', '163957.282500', '163957.742500', '163958.202500', '163958.662500', '163959.122500', '163959.582500', '164000.042500', '164000.502500', '164000.962500', '164001.422500', '164001.882500', '164002.342500', '164002.802500', '164003.262500', '164003.722500', '164004.182500', '164004.642500', '164005.102500', '164005.562500', '164006.022500', '164006.482500', '164006.942500', '164007.402500', '164007.862500', '164008.322500', '164008.782500', '164009.242500', '164009.702500', '164010.162500', '164010.622500', '164011.082500', '164011.542500', '164012.002500', '164012.462500', '164012.922500', '164013.382500', '164013.842500', '164014.302500', '164014.762500', '164015.222500', '164015.682500', '164016.142500', '164016.602500', '164017.062500', '164017.522500', '164017.982500', '164018.442500', '164018.902500', '164019.362500', '164019.822500', '164020.282500', '164020.742500', '164021.202500', '164021.662500', '164022.122500', '164022.582500', '164023.042500', '164023.502500', '164023.962500', '164024.422500', '164024.882500', '164025.342500', '164025.802500', '164026.262500', '164026.722500', '164027.182500', '164027.642500', '164028.102500', '164028.562500', '164029.022500', '164029.482500', '164029.942500', '164030.402500', '164030.862500', '164031.322500', '164031.782500', '164032.242500', '164032.702500', '164033.162500', '164033.622500', '164034.082500', '164034.542500', '164035.002500', '164035.462500', '164035.922500', '164036.382500', '164036.842500', '164037.302500', '164037.762500', '164038.222500', '164038.682500', '164039.142500', '164039.602500', '164040.062500', '164040.522500', '164040.982500', '164041.442500', '164041.902500', '164042.362500', '164042.822500', '164043.282500', '164043.742500', '164044.202500', '164044.662500', '164045.122500', '164045.582500', '164046.042500', '164046.502500', '164046.962500', '164047.422500', '164047.882500', '164048.342500', '164048.802500', '164049.262500', '164049.722500', '164050.182500', '164050.642500', '164051.102500', '164051.562500', '164052.022500', '164052.482500', '164052.942500', '164053.402500', '164053.862500', '164054.322500', '164054.782500', '164055.242500', '164055.702500', '164056.162500', '164056.622500', '164057.082500', '164057.542500', '164058.002500', '164058.462500', '164058.922500', '164059.382500', '164059.842500', '164100.302500', '164100.762500', '164101.222500', '164101.682500', '164102.142500', '164102.602500', '164103.062500', '164103.522500', '164103.982500', '164104.442500', '164104.902500', '164105.362500', '164105.822500', '164106.282500', '164106.742500', '164107.202500', '164107.662500', '164108.122500', '164108.582500', '164109.042500', '164109.502500', '164109.962500', '164110.422500', '164110.882500', '164111.342500', '164111.802500', '164112.262500', '164112.722500', '164113.182500', '164113.642500', '164114.102500', '164114.562500', '164115.022500', '164115.482500', '164115.942500', '164116.402500', '164116.862500', '164117.322500', '164117.782500', '164118.242500', '164118.702500', '164119.162500', '164119.622500', '164120.082500', '164120.542500', '164121.002500', '164121.462500', '164121.922500', '164122.382500', '164122.842500', '164123.302500', '164123.762500', '164124.222500', '164124.682500', '164125.142500', '164125.602500', '164126.062500', '164126.522500', '164126.982500', '164127.442500', '164127.902500', '164128.362500', '164128.822500', '164129.282500', '164129.742500', '164130.202500', '164130.662500', '164131.122500', '164131.582500', '164132.042500', '164132.502500', '164132.962500', '164133.422500', '164133.882500', '164134.342500', '164134.802500', '164135.262500', '164135.722500', '164136.182500', '164136.642500', '164137.102500', '164137.562500', '164138.022500', '164138.482500', '164138.942500', '164139.402500', '164139.862500', '164140.322500', '164140.782500', '164141.242500', '164141.702500', '164142.162500', '164142.622500', '164143.082500', '164143.542500', '164144.002500', '164144.462500', '164144.922500', '164145.382500', '164145.842500', '164146.302500', '164146.762500', '164147.222500', '164147.682500', '164148.142500', '164148.602500', '164149.062500', '164149.522500', '164149.982500', '164150.442500', '164150.902500', '164151.362500', '164151.822500', '164152.282500', '164152.742500', '164153.202500', '164153.662500', '164154.122500', '164154.582500', '164155.042500', '164155.502500', '164155.962500', '164156.422500', '164156.882500', '164157.342500', '164157.802500', '164158.262500', '164158.722500', '164159.182500', '164159.642500', '164200.102500', '164200.562500', '164201.022500', '164201.482500', '164201.942500', '164202.402500', '164202.862500', '164203.322500', '164203.782500', '164204.242500', '164204.702500', '164205.162500', '164205.622500', '164206.082500', '164206.542500', '164207.002500', '164207.462500', '164207.922500', '164208.382500', '164208.842500', '164209.302500', '164209.762500', '164210.222500', '164210.682500', '164211.142500', '164211.602500', '164212.062500', '164212.522500', '164212.982500', '164213.442500', '164213.902500', '164214.362500', '164214.822500', '164215.282500', '164215.742500', '164216.202500', '164216.662500', '164217.122500', '164217.582500', '164218.042500', '164218.502500', '164218.962500', '164219.422500', '164219.882500', '164220.342500', '164220.802500', '164221.262500', '164221.722500', '164222.182500', '164222.642500', '164223.102500', '164223.562500', '164224.022500', '164224.482500', '164224.942500', '164225.402500', '164225.862500', '164226.322500', '164226.782500', '164227.242500', '164227.702500', '164228.162500', '164228.622500', '164229.082500', '164229.542500', '164230.002500', '164230.462500', '164230.922500', '164231.382500', '164231.842500', '164232.302500', '164232.762500', '164233.222500', '164233.682500', '164234.142500', '164234.602500', '164235.062500', '164235.522500', '164235.982500', '164236.442500', '164236.902500', '164237.362500', '164237.822500', '164238.282500', '164238.742500', '164239.202500', '164239.662500', '164240.122500', '164240.582500', '164241.042500', '164241.502500', '164241.962500', '164242.422500', '164242.882500', '164243.342500', '164243.802500', '164244.262500', '164244.722500', '164245.182500', '164245.642500', '164246.102500', '164246.562500', '164247.022500', '164247.482500', '164247.942500', '164248.402500', '164248.862500', '164249.322500', '164249.782500', '164250.242500', '164250.702500', '164251.162500', '164251.622500', '164252.082500', '164252.542500', '164253.002500', '164253.462500', '164253.922500', '164254.382500', '164254.842500', '164255.302500', '164255.762500', '164256.222500', '164256.682500', '164257.142500', '164257.602500', '164258.062500', '164258.522500', '164258.982500', '164259.442500', '164259.902500', '164300.362500', '164300.822500', '164301.282500', '164301.742500', '164302.202500', '164302.662500', '164303.122500', '164303.582500', '164304.042500', '164304.502500', '164304.962500', '164305.422500', '164305.882500', '164306.342500', '164306.802500', '164307.262500', '164307.722500', '164308.182500', '164308.642500', '164309.102500', '164309.562500', '164310.022500', '164310.482500', '164310.942500', '164311.402500', '164311.862500', '164312.322500', '164312.782500', '164313.242500', '164313.702500', '164314.162500', '164314.622500', '164315.082500', '164315.542500', '164316.002500', '164316.462500', '164316.922500', '164317.382500', '164317.842500', '164318.302500', '164318.762500', '164319.222500', '164319.682500', '164320.142500', '164320.602500', '164321.062500', '164321.522500', '164321.982500', '164322.442500', '164322.902500', '164323.362500', '164323.822500', '164324.282500', '164324.742500', '164325.202500', '164325.662500', '164326.122500', '164326.582500', '164327.042500', '164327.502500', '164327.962500', '164328.422500', '164328.882500', '164329.342500', '164329.802500', '164330.262500', '164330.722500', '164331.182500', '164331.642500', '164332.102500', '164332.562500', '164333.022500', '164333.482500', '164333.942500', '164334.402500', '164334.862500', '164335.322500', '164335.782500', '164336.242500', '164336.702500', '164337.162500', '164337.622500', '164338.082500', '164338.542500', '164339.002500', '164339.462500', '164339.922500', '164340.382500', '164340.842500', '164341.302500', '164341.762500', '164342.222500', '164342.682500', '164343.142500', '164343.602500', '164344.062500', '164344.522500', '164344.982500', '164345.442500', '164345.902500', '164346.362500', '164346.822500', '164347.282500', '164347.742500', '164348.202500', '164348.662500', '164349.122500', '164349.582500', '164350.042500', '164350.502500', '164350.962500', '164351.422500', '164351.882500', '164352.342500', '164352.802500', '164353.262500', '164353.722500', '164354.182500', '164354.642500', '164355.102500', '164355.562500', '164356.022500', '164356.482500', '164356.942500', '164357.402500', '164357.862500', '164358.322500', '164358.782500', '164359.242500', '164359.702500', '164400.162500', '164400.622500', '164401.082500', '164401.542500', '164402.002500', '164402.462500', '164402.922500', '164403.382500', '164403.842500', '164404.302500', '164404.762500', '164405.222500', '164405.682500', '164406.142500', '164406.602500', '164407.062500', '164407.522500', '164407.982500', '164408.442500', '164408.902500', '164409.362500', '164409.822500', '164410.282500', '164410.742500', '164411.202500', '164411.662500', '164412.122500', '164412.582500', '164413.042500', '164413.502500', '164413.962500', '164414.422500', '164414.882500', '164415.342500', '164415.802500', '164416.262500', '164416.722500', '164417.182500', '164417.642500', '164418.102500', '164418.562500', '164419.022500', '164419.482500', '164419.942500', '164420.402500', '164420.862500', '164421.322500', '164421.782500', '164422.242500', '164422.702500', '164423.162500', '164423.622500', '164424.082500', '164424.542500', '164425.002500', '164425.462500', '164425.922500', '164426.382500', '164426.842500', '164427.302500', '164427.762500', '164428.222500', '164428.682500', '164429.142500', '164429.602500', '164430.062500', '164430.522500', '164430.982500', '164431.442500', '164431.902500', '164432.362500', '164432.822500', '164433.282500', '164433.742500', '164434.202500', '164434.662500', '164435.122500', '164435.582500', '164436.042500', '164436.502500', '164436.962500', '164437.422500', '164437.882500', '164438.342500', '164438.802500', '164439.262500', '164439.722500', '164440.182500', '164440.642500', '164441.102500', '164441.562500', '164442.022500', '164442.482500', '164442.942500', '164443.402500', '164443.862500', '164444.322500', '164444.782500', '164445.242500', '164445.702500', '164446.162500', '164446.622500', '164447.082500', '164447.542500', '164448.002500', '164448.462500', '164448.922500', '164449.382500', '164449.842500', '164450.302500', '164450.762500', '164451.222500', '164451.682500', '164452.142500', '164452.602500', '164453.062500', '164453.522500', '164453.982500', '164454.442500', '164454.902500', '164455.362500', '164455.822500', '164456.282500', '164456.742500', '164457.202500'], 'ContentTime': ['163620.334000', '163620.343000', '163620.346000', '163620.349000', '163620.352000', '163620.354000', '163620.357000', '163620.360000', '163620.363000', '163620.366000', '163620.368000', '163620.371000', '163620.374000', '163620.399000', '163620.402000', '163620.405000', '163620.407000', '163620.410000', '163620.413000', '163620.416000', '163620.418000', '163620.421000', '163620.428000', '163620.431000', '163620.434000', '163620.437000', '163620.441000', '163620.446000', '163620.449000', '163620.451000', '163620.454000', '163640.303000', '163640.306000', '163640.309000', '163640.312000', '163640.314000', '163640.317000', '163640.320000', '163640.323000', '163640.326000', '163640.328000', '163640.331000', '163640.334000', '163640.337000', '163640.340000', '163640.342000', '163640.345000', '163640.348000', '163640.351000', '163640.364000', '163640.366000', '163640.369000', '163640.372000', '163640.375000', '163640.378000', '163640.380000', '163640.383000', '163640.386000', '163640.389000', '163640.391000', '163640.394000', '163640.397000', '163640.400000', '163640.403000', '163640.405000', '163640.408000', '163640.411000', '163640.414000', '163640.416000', '163640.419000', '163640.422000', '163640.425000', '163640.427000', '163640.430000', '163640.433000', '163700.303000', '163700.306000', '163700.309000', '163700.312000', '163700.314000', '163700.317000', '163700.320000', '163700.323000', '163700.326000', '163700.329000', '163700.331000', '163700.334000', '163700.337000', '163700.340000', '163700.343000', '163700.346000', '163700.348000', '163700.351000', '163700.354000', '163700.357000', '163700.359000', '163700.362000', '163700.365000', '163700.368000', '163700.371000', '163700.374000', '163700.381000', '163700.384000', '163700.387000', '163700.390000', '163700.392000', '163700.395000', '163700.398000', '163700.402000', '163700.405000', '163700.408000', '163700.411000', '163700.413000', '163700.416000', '163700.419000', '163700.422000', '163700.425000', '163700.427000', '163720.303000', '163720.306000', '163720.308000', '163720.311000', '163720.314000', '163720.317000', '163720.320000', '163720.322000', '163720.325000', '163720.328000', '163720.331000', '163720.334000', '163720.337000', '163720.339000', '163720.342000', '163720.345000', '163720.348000', '163720.351000', '163720.354000', '163720.356000', '163720.359000', '163720.362000', '163720.365000', '163720.368000', '163720.371000', '163720.373000', '163720.376000', '163720.379000', '163720.382000', '163720.385000', '163720.387000', '163720.390000', '163720.393000', '163720.396000', '163720.398000', '163720.401000', '163720.404000', '163720.407000', '163720.410000', '163720.412000', '163720.415000', '163720.418000', '163720.421000', '163720.424000', '163740.304000', '163740.307000', '163740.310000', '163740.313000', '163740.315000', '163740.319000', '163740.321000', '163740.324000', '163740.327000', '163740.330000', '163740.333000', '163740.336000', '163740.338000', '163740.341000', '163740.344000', '163740.347000', '163740.349000', '163740.352000', '163740.355000', '163740.358000', '163740.361000', '163740.363000', '163740.366000', '163740.369000', '163740.372000', '163740.375000', '163740.377000', '163740.380000', '163740.383000', '163740.386000', '163740.389000', '163740.391000', '163740.394000', '163740.397000', '163740.400000', '163740.403000', '163740.405000', '163740.408000', '163740.411000', '163740.414000', '163740.417000', '163740.419000', '163740.422000', '163800.304000', '163800.307000', '163800.310000', '163800.312000', '163800.315000', '163800.318000', '163800.321000', '163800.324000', '163800.327000', '163800.329000', '163800.332000', '163800.335000', '163800.338000', '163800.341000', '163800.343000', '163800.346000', '163800.349000', '163800.352000', '163800.355000', '163800.358000', '163800.360000', '163800.373000', '163800.376000', '163800.379000', '163800.381000', '163800.384000', '163800.387000', '163800.390000', '163800.393000', '163800.395000', '163800.398000', '163800.401000', '163800.404000', '163800.407000', '163800.410000', '163800.412000', '163800.415000', '163800.418000', '163800.421000', '163800.424000', '163800.427000', '163800.429000', '163800.432000', '163800.435000', '163820.304000', '163820.307000', '163820.310000', '163820.312000', '163820.315000', '163820.318000', '163820.321000', '163820.324000', '163820.326000', '163820.329000', '163820.332000', '163820.335000', '163820.338000', '163820.341000', '163820.343000', '163820.346000', '163820.349000', '163820.352000', '163820.355000', '163820.358000', '163820.361000', '163820.363000', '163820.366000', '163820.369000', '163820.372000', '163820.375000', '163820.377000', '163820.380000', '163820.383000', '163820.386000', '163820.389000', '163820.391000', '163820.394000', '163820.397000', '163820.400000', '163820.403000', '163820.406000', '163820.408000', '163820.411000', '163820.414000', '163820.417000', '163820.420000', '163820.423000', '163840.303000', '163840.306000', '163840.308000', '163840.311000', '163840.314000', '163840.317000', '163840.320000', '163840.323000', '163840.325000', '163840.328000', '163840.331000', '163840.334000', '163840.337000', '163840.340000', '163840.343000', '163840.346000', '163840.348000', '163840.351000', '163840.354000', '163840.357000', '163840.360000', '163840.363000', '163840.366000', '163840.368000', '163840.371000', '163840.374000', '163840.377000', '163840.380000', '163840.383000', '163840.385000', '163840.388000', '163840.391000', '163840.394000', '163840.397000', '163840.399000', '163840.402000', '163840.405000', '163840.408000', '163840.411000', '163840.414000', '163840.416000', '163840.419000', '163840.422000', '163840.425000', '163900.303000', '163900.306000', '163900.309000', '163900.312000', '163900.315000', '163900.317000', '163900.320000', '163900.323000', '163900.326000', '163900.329000', '163900.332000', '163900.334000', '163900.337000', '163900.340000', '163900.343000', '163900.346000', '163900.348000', '163900.351000', '163900.354000', '163900.357000', '163900.360000', '163900.363000', '163900.365000', '163900.368000', '163900.371000', '163900.374000', '163900.377000', '163900.380000', '163900.382000', '163900.385000', '163900.388000', '163900.391000', '163900.394000', '163900.397000', '163900.399000', '163900.402000', '163900.405000', '163900.408000', '163900.411000', '163900.414000', '163900.416000', '163900.419000', '163900.422000', '163920.303000', '163920.306000', '163920.309000', '163920.311000', '163920.314000', '163920.317000', '163920.320000', '163920.323000', '163920.326000', '163920.329000', '163920.331000', '163920.334000', '163920.337000', '163920.340000', '163920.343000', '163920.345000', '163920.348000', '163920.351000', '163920.354000', '163920.357000', '163920.360000', '163920.363000', '163920.365000', '163920.368000', '163920.371000', '163920.374000', '163920.377000', '163920.379000', '163920.382000', '163920.385000', '163920.388000', '163920.391000', '163920.394000', '163920.397000', '163920.399000', '163920.402000', '163920.405000', '163920.408000', '163920.411000', '163920.414000', '163920.416000', '163920.419000', '163920.422000', '163940.303000', '163940.306000', '163940.309000', '163940.312000', '163940.315000', '163940.317000', '163940.320000', '163940.323000', '163940.326000', '163940.329000', '163940.332000', '163940.334000', '163940.337000', '163940.340000', '163940.343000', '163940.346000', '163940.349000', '163940.367000', '163940.370000', '163940.373000', '163940.376000', '163940.378000', '163940.381000', '163940.384000', '163940.387000', '163940.390000', '163940.392000', '163940.395000', '163940.398000', '163940.401000', '163940.404000', '163940.407000', '163940.409000', '163940.412000', '163940.415000', '163940.418000', '163940.421000', '163940.424000', '163940.426000', '163940.429000', '163940.432000', '163940.435000', '163940.438000', '163940.440000', '164000.304000', '164000.307000', '164000.310000', '164000.313000', '164000.316000', '164000.320000', '164000.323000', '164000.326000', '164000.328000', '164000.331000', '164000.334000', '164000.337000', '164000.340000', '164000.343000', '164000.345000', '164000.348000', '164000.351000', '164000.354000', '164000.357000', '164000.360000', '164000.362000', '164000.365000', '164000.368000', '164000.371000', '164000.374000', '164000.377000', '164000.379000', '164000.382000', '164000.385000', '164000.388000', '164000.391000', '164000.394000', '164000.397000', '164000.400000', '164000.402000', '164000.405000', '164000.408000', '164000.411000', '164000.414000', '164000.416000', '164000.419000', '164000.422000', '164000.425000', '164020.304000', '164020.307000', '164020.310000', '164020.313000', '164020.315000', '164020.318000', '164020.321000', '164020.324000', '164020.327000', '164020.330000', '164020.333000', '164020.335000', '164020.338000', '164020.341000', '164020.354000', '164020.357000', '164020.359000', '164020.362000', '164020.365000', '164020.368000', '164020.371000', '164020.374000', '164020.376000', '164020.379000', '164020.382000', '164020.385000', '164020.388000', '164020.391000', '164020.393000', '164020.396000', '164020.399000', '164020.402000', '164020.405000', '164020.408000', '164020.410000', '164020.413000', '164020.416000', '164020.419000', '164020.422000', '164020.424000', '164020.427000', '164020.430000', '164020.433000', '164020.436000', '164040.304000', '164040.307000', '164040.310000', '164040.313000', '164040.315000', '164040.318000', '164040.321000', '164040.324000', '164040.327000', '164040.330000', '164040.333000', '164040.336000', '164040.339000', '164040.342000', '164040.346000', '164040.349000', '164040.352000', '164040.355000', '164040.357000', '164040.360000', '164040.363000', '164040.366000', '164040.369000', '164040.372000', '164040.375000', '164040.378000', '164040.381000', '164040.383000', '164040.386000', '164040.389000', '164040.392000', '164040.395000', '164040.398000', '164040.401000', '164040.403000', '164040.406000', '164040.409000', '164040.412000', '164040.415000', '164040.417000', '164040.420000', '164040.423000', '164040.426000', '164100.303000', '164100.306000', '164100.309000', '164100.312000', '164100.314000', '164100.317000', '164100.320000', '164100.323000', '164100.326000', '164100.329000', '164100.331000', '164100.334000', '164100.337000', '164100.340000', '164100.343000', '164100.346000', '164100.349000', '164100.351000', '164100.354000', '164100.357000', '164100.360000', '164100.363000', '164100.366000', '164100.369000', '164100.371000', '164100.374000', '164100.377000', '164100.380000', '164100.383000', '164100.386000', '164100.389000', '164100.391000', '164100.394000', '164100.397000', '164100.400000', '164100.403000', '164100.406000', '164100.408000', '164100.411000', '164100.414000', '164100.417000', '164100.420000', '164100.434000', '164100.436000', '164120.303000', '164120.306000', '164120.309000', '164120.312000', '164120.314000', '164120.317000', '164120.320000', '164120.323000', '164120.326000', '164120.329000', '164120.332000', '164120.335000', '164120.337000', '164120.340000', '164120.343000', '164120.346000', '164120.349000', '164120.352000', '164120.355000', '164120.359000', '164120.362000', '164120.365000', '164120.368000', '164120.371000', '164120.373000', '164120.376000', '164120.379000', '164120.382000', '164120.385000', '164120.388000', '164120.390000', '164120.393000', '164120.396000', '164120.399000', '164120.402000', '164120.405000', '164120.407000', '164120.410000', '164120.413000', '164120.416000', '164120.419000', '164120.422000', '164120.424000', '164140.303000', '164140.306000', '164140.309000', '164140.312000', '164140.315000', '164140.317000', '164140.320000', '164140.323000', '164140.326000', '164140.329000', '164140.332000', '164140.335000', '164140.337000', '164140.340000', '164140.343000', '164140.346000', '164140.349000', '164140.352000', '164140.354000', '164140.357000', '164140.360000', '164140.363000', '164140.366000', '164140.369000', '164140.371000', '164140.374000', '164140.377000', '164140.380000', '164140.383000', '164140.386000', '164140.389000', '164140.392000', '164140.395000', '164140.398000', '164140.400000', '164140.403000', '164140.406000', '164140.409000', '164140.412000', '164140.415000', '164140.419000', '164140.422000', '164140.425000', '164140.428000', '164200.303000', '164200.306000', '164200.309000', '164200.312000', '164200.316000', '164200.319000', '164200.321000', '164200.324000', '164200.327000', '164200.330000', '164200.333000', '164200.336000', '164200.338000', '164200.341000', '164200.344000', '164200.347000', '164200.350000', '164200.352000', '164200.355000', '164200.358000', '164200.361000', '164200.364000', '164200.367000', '164200.370000', '164200.373000', '164200.375000', '164200.380000', '164200.383000', '164200.386000', '164200.389000', '164200.392000', '164200.394000', '164200.397000', '164200.400000', '164200.403000', '164200.406000', '164200.408000', '164200.411000', '164200.414000', '164200.417000', '164200.420000', '164200.423000', '164200.425000', '164220.304000', '164220.307000', '164220.310000', '164220.313000', '164220.315000', '164220.318000', '164220.321000', '164220.324000', '164220.327000', '164220.330000', '164220.333000', '164220.335000', '164220.338000', '164220.341000', '164220.344000', '164220.347000', '164220.350000', '164220.352000', '164220.355000', '164220.358000', '164220.361000', '164220.364000', '164220.367000', '164220.369000', '164220.372000', '164220.375000', '164220.378000', '164220.381000', '164220.384000', '164220.386000', '164220.389000', '164220.392000', '164220.395000', '164220.398000', '164220.400000', '164220.403000', '164220.406000', '164220.409000', '164220.412000', '164220.415000', '164220.417000', '164220.420000', '164220.423000', '164220.426000', '164240.304000', '164240.307000', '164240.310000', '164240.313000', '164240.316000', '164240.319000', '164240.321000', '164240.324000', '164240.327000', '164240.330000', '164240.333000', '164240.336000', '164240.338000', '164240.341000', '164240.344000', '164240.347000', '164240.350000', '164240.353000', '164240.355000', '164240.358000', '164240.361000', '164240.364000', '164240.367000', '164240.370000', '164240.373000', '164240.375000', '164240.378000', '164240.381000', '164240.384000', '164240.387000', '164240.390000', '164240.393000', '164240.395000', '164240.398000', '164240.401000', '164240.404000', '164240.407000', '164240.410000', '164240.413000', '164240.416000', '164240.419000', '164240.421000', '164240.424000', '164300.303000', '164300.306000', '164300.309000', '164300.312000', '164300.315000', '164300.317000', '164300.320000', '164300.323000', '164300.326000', '164300.329000', '164300.332000', '164300.335000', '164300.337000', '164300.340000', '164300.343000', '164300.346000', '164300.349000', '164300.351000', '164300.354000', '164300.357000', '164300.360000', '164300.363000', '164300.366000', '164300.369000', '164300.371000', '164300.374000', '164300.377000', '164300.380000', '164300.383000', '164300.386000', '164300.388000', '164300.391000', '164300.394000', '164300.397000', '164300.400000', '164300.402000', '164300.405000', '164300.408000', '164300.411000', '164300.414000', '164300.417000', '164300.419000', '164300.422000', '164300.425000', '164320.303000', '164320.306000', '164320.309000', '164320.312000', '164320.315000', '164320.317000', '164320.320000', '164320.323000', '164320.326000', '164320.329000', '164320.332000', '164320.335000', '164320.338000', '164320.340000', '164320.343000', '164320.346000', '164320.349000', '164320.353000', '164320.356000', '164320.359000', '164320.361000', '164320.364000', '164320.367000', '164320.370000', '164320.373000', '164320.376000', '164320.378000', '164320.381000', '164320.384000', '164320.387000', '164320.390000', '164320.393000', '164320.395000', '164320.398000', '164320.401000', '164320.404000', '164320.407000', '164320.410000', '164320.413000', '164320.416000', '164320.418000', '164320.421000', '164320.424000', '164340.303000', '164340.306000', '164340.309000', '164340.312000', '164340.315000', '164340.318000', '164340.320000', '164340.323000', '164340.326000', '164340.329000', '164340.332000', '164340.335000', '164340.337000', '164340.340000', '164340.343000', '164340.346000', '164340.349000', '164340.352000', '164340.354000', '164340.357000', '164340.360000', '164340.363000', '164340.366000', '164340.369000', '164340.371000', '164340.374000', '164340.377000', '164340.380000', '164340.383000', '164340.386000', '164340.389000', '164340.391000', '164340.394000', '164340.397000', '164340.400000', '164340.403000', '164340.406000', '164340.409000', '164340.412000', '164340.414000', '164340.417000', '164340.420000', '164340.423000', '164340.426000', '164400.303000', '164400.306000', '164400.309000', '164400.312000', '164400.314000', '164400.328000', '164400.331000', '164400.334000', '164400.337000', '164400.339000', '164400.342000', '164400.345000', '164400.348000', '164400.351000', '164400.353000', '164400.356000', '164400.359000', '164400.362000', '164400.365000', '164400.368000', '164400.371000', '164400.374000', '164400.376000', '164400.379000', '164400.382000', '164400.385000', '164400.388000', '164400.390000', '164400.393000', '164400.396000', '164400.399000', '164400.402000', '164400.405000', '164400.408000', '164400.410000', '164400.413000', '164400.416000', '164400.419000', '164400.422000', '164400.425000', '164400.427000', '164400.430000', '164400.433000', '164420.303000', '164420.306000', '164420.309000', '164420.312000', '164420.315000', '164420.317000', '164420.320000', '164420.323000', '164420.326000', '164420.329000', '164420.332000', '164420.335000', '164420.337000', '164420.340000', '164420.343000', '164420.346000', '164420.349000', '164420.351000', '164420.354000', '164420.357000', '164420.360000', '164420.363000', '164420.366000', '164420.368000', '164420.371000', '164420.374000', '164420.377000', '164420.380000', '164420.383000', '164420.385000', '164420.388000', '164420.391000', '164420.394000', '164420.397000', '164420.400000', '164420.403000', '164420.405000', '164420.408000', '164420.411000', '164420.414000', '164420.417000', '164420.420000', '164420.423000', '164420.425000', '164440.304000', '164440.307000', '164440.310000', '164440.313000', '164440.316000', '164440.319000', '164440.322000', '164440.325000', '164440.328000', '164440.331000', '164440.333000', '164440.336000', '164440.339000', '164440.342000', '164440.345000', '164440.348000', '164440.351000', '164440.353000', '164440.356000', '164440.359000', '164440.362000', '164440.365000', '164440.368000', '164440.371000', '164440.373000', '164440.376000', '164440.379000', '164440.382000', '164440.385000', '164440.388000', '164440.391000', '164440.395000', '164440.398000', '164440.400000', '164440.403000', '164440.406000', '164440.409000', '164440.412000', '164440.415000', '164440.418000', '164440.420000', '164440.423000', '164440.426000', '164457.994000', '164457.997000', '164458.001000', '164458.005000', '164458.008000', '164458.011000', '164458.014000', '164458.018000', '164458.021000', '164458.025000', '164458.028000', '164458.031000', '164458.034000', '164458.037000', '164458.040000', '164458.043000', '164458.046000', '164458.049000', '164458.052000', '164458.055000', '164458.058000', '164458.061000', '164458.064000', '164458.067000', '164458.070000', '164458.072000', '164458.075000', '164458.078000', '164458.081000', '164458.084000', '164458.087000', '164458.090000', '164458.093000', '164458.096000', '164458.098000', '164458.101000', '164458.104000', '164458.107000', '164458.110000'], 'InstanceCreationTime': ['163620.334000', '163620.343000', '163620.346000', '163620.349000', '163620.352000', '163620.354000', '163620.357000', '163620.360000', '163620.363000', '163620.366000', '163620.368000', '163620.371000', '163620.374000', '163620.399000', '163620.402000', '163620.405000', '163620.407000', '163620.410000', '163620.413000', '163620.416000', '163620.418000', '163620.421000', '163620.428000', '163620.431000', '163620.434000', '163620.437000', '163620.441000', '163620.446000', '163620.449000', '163620.451000', '163620.454000', '163640.303000', '163640.306000', '163640.309000', '163640.312000', '163640.314000', '163640.317000', '163640.320000', '163640.323000', '163640.326000', '163640.328000', '163640.331000', '163640.334000', '163640.337000', '163640.340000', '163640.342000', '163640.345000', '163640.348000', '163640.351000', '163640.364000', '163640.366000', '163640.369000', '163640.372000', '163640.375000', '163640.378000', '163640.380000', '163640.383000', '163640.386000', '163640.389000', '163640.391000', '163640.394000', '163640.397000', '163640.400000', '163640.403000', '163640.405000', '163640.408000', '163640.411000', '163640.414000', '163640.416000', '163640.419000', '163640.422000', '163640.425000', '163640.427000', '163640.430000', '163640.433000', '163700.303000', '163700.306000', '163700.309000', '163700.312000', '163700.314000', '163700.317000', '163700.320000', '163700.323000', '163700.326000', '163700.329000', '163700.331000', '163700.334000', '163700.337000', '163700.340000', '163700.343000', '163700.346000', '163700.348000', '163700.351000', '163700.354000', '163700.357000', '163700.359000', '163700.362000', '163700.365000', '163700.368000', '163700.371000', '163700.374000', '163700.381000', '163700.384000', '163700.387000', '163700.390000', '163700.392000', '163700.395000', '163700.398000', '163700.402000', '163700.405000', '163700.408000', '163700.411000', '163700.413000', '163700.416000', '163700.419000', '163700.422000', '163700.425000', '163700.427000', '163720.303000', '163720.306000', '163720.308000', '163720.311000', '163720.314000', '163720.317000', '163720.320000', '163720.322000', '163720.325000', '163720.328000', '163720.331000', '163720.334000', '163720.337000', '163720.339000', '163720.342000', '163720.345000', '163720.348000', '163720.351000', '163720.354000', '163720.356000', '163720.359000', '163720.362000', '163720.365000', '163720.368000', '163720.371000', '163720.373000', '163720.376000', '163720.379000', '163720.382000', '163720.385000', '163720.387000', '163720.390000', '163720.393000', '163720.396000', '163720.398000', '163720.401000', '163720.404000', '163720.407000', '163720.410000', '163720.412000', '163720.415000', '163720.418000', '163720.421000', '163720.424000', '163740.304000', '163740.307000', '163740.310000', '163740.313000', '163740.315000', '163740.319000', '163740.321000', '163740.324000', '163740.327000', '163740.330000', '163740.333000', '163740.336000', '163740.338000', '163740.341000', '163740.344000', '163740.347000', '163740.349000', '163740.352000', '163740.355000', '163740.358000', '163740.361000', '163740.363000', '163740.366000', '163740.369000', '163740.372000', '163740.375000', '163740.377000', '163740.380000', '163740.383000', '163740.386000', '163740.389000', '163740.391000', '163740.394000', '163740.397000', '163740.400000', '163740.403000', '163740.405000', '163740.408000', '163740.411000', '163740.414000', '163740.417000', '163740.419000', '163740.422000', '163800.304000', '163800.307000', '163800.310000', '163800.312000', '163800.315000', '163800.318000', '163800.321000', '163800.324000', '163800.327000', '163800.329000', '163800.332000', '163800.335000', '163800.338000', '163800.341000', '163800.343000', '163800.346000', '163800.349000', '163800.352000', '163800.355000', '163800.358000', '163800.360000', '163800.373000', '163800.376000', '163800.379000', '163800.381000', '163800.384000', '163800.387000', '163800.390000', '163800.393000', '163800.395000', '163800.398000', '163800.401000', '163800.404000', '163800.407000', '163800.410000', '163800.412000', '163800.415000', '163800.418000', '163800.421000', '163800.424000', '163800.427000', '163800.429000', '163800.432000', '163800.435000', '163820.304000', '163820.307000', '163820.310000', '163820.312000', '163820.315000', '163820.318000', '163820.321000', '163820.324000', '163820.326000', '163820.329000', '163820.332000', '163820.335000', '163820.338000', '163820.341000', '163820.343000', '163820.346000', '163820.349000', '163820.352000', '163820.355000', '163820.358000', '163820.361000', '163820.363000', '163820.366000', '163820.369000', '163820.372000', '163820.375000', '163820.377000', '163820.380000', '163820.383000', '163820.386000', '163820.389000', '163820.391000', '163820.394000', '163820.397000', '163820.400000', '163820.403000', '163820.406000', '163820.408000', '163820.411000', '163820.414000', '163820.417000', '163820.420000', '163820.423000', '163840.303000', '163840.306000', '163840.308000', '163840.311000', '163840.314000', '163840.317000', '163840.320000', '163840.323000', '163840.325000', '163840.328000', '163840.331000', '163840.334000', '163840.337000', '163840.340000', '163840.343000', '163840.346000', '163840.348000', '163840.351000', '163840.354000', '163840.357000', '163840.360000', '163840.363000', '163840.366000', '163840.368000', '163840.371000', '163840.374000', '163840.377000', '163840.380000', '163840.383000', '163840.385000', '163840.388000', '163840.391000', '163840.394000', '163840.397000', '163840.399000', '163840.402000', '163840.405000', '163840.408000', '163840.411000', '163840.414000', '163840.416000', '163840.419000', '163840.422000', '163840.425000', '163900.303000', '163900.306000', '163900.309000', '163900.312000', '163900.315000', '163900.317000', '163900.320000', '163900.323000', '163900.326000', '163900.329000', '163900.332000', '163900.334000', '163900.337000', '163900.340000', '163900.343000', '163900.346000', '163900.348000', '163900.351000', '163900.354000', '163900.357000', '163900.360000', '163900.363000', '163900.365000', '163900.368000', '163900.371000', '163900.374000', '163900.377000', '163900.380000', '163900.382000', '163900.385000', '163900.388000', '163900.391000', '163900.394000', '163900.397000', '163900.399000', '163900.402000', '163900.405000', '163900.408000', '163900.411000', '163900.414000', '163900.416000', '163900.419000', '163900.422000', '163920.303000', '163920.306000', '163920.309000', '163920.311000', '163920.314000', '163920.317000', '163920.320000', '163920.323000', '163920.326000', '163920.329000', '163920.331000', '163920.334000', '163920.337000', '163920.340000', '163920.343000', '163920.345000', '163920.348000', '163920.351000', '163920.354000', '163920.357000', '163920.360000', '163920.363000', '163920.365000', '163920.368000', '163920.371000', '163920.374000', '163920.377000', '163920.379000', '163920.382000', '163920.385000', '163920.388000', '163920.391000', '163920.394000', '163920.397000', '163920.399000', '163920.402000', '163920.405000', '163920.408000', '163920.411000', '163920.414000', '163920.416000', '163920.419000', '163920.422000', '163940.303000', '163940.306000', '163940.309000', '163940.312000', '163940.315000', '163940.317000', '163940.320000', '163940.323000', '163940.326000', '163940.329000', '163940.332000', '163940.334000', '163940.337000', '163940.340000', '163940.343000', '163940.346000', '163940.349000', '163940.367000', '163940.370000', '163940.373000', '163940.376000', '163940.378000', '163940.381000', '163940.384000', '163940.387000', '163940.390000', '163940.392000', '163940.395000', '163940.398000', '163940.401000', '163940.404000', '163940.407000', '163940.409000', '163940.412000', '163940.415000', '163940.418000', '163940.421000', '163940.424000', '163940.426000', '163940.429000', '163940.432000', '163940.435000', '163940.438000', '163940.440000', '164000.304000', '164000.307000', '164000.310000', '164000.313000', '164000.316000', '164000.320000', '164000.323000', '164000.326000', '164000.328000', '164000.331000', '164000.334000', '164000.337000', '164000.340000', '164000.343000', '164000.345000', '164000.348000', '164000.351000', '164000.354000', '164000.357000', '164000.360000', '164000.362000', '164000.365000', '164000.368000', '164000.371000', '164000.374000', '164000.377000', '164000.379000', '164000.382000', '164000.385000', '164000.388000', '164000.391000', '164000.394000', '164000.397000', '164000.400000', '164000.402000', '164000.405000', '164000.408000', '164000.411000', '164000.414000', '164000.416000', '164000.419000', '164000.422000', '164000.425000', '164020.304000', '164020.307000', '164020.310000', '164020.313000', '164020.315000', '164020.318000', '164020.321000', '164020.324000', '164020.327000', '164020.330000', '164020.333000', '164020.335000', '164020.338000', '164020.341000', '164020.354000', '164020.357000', '164020.359000', '164020.362000', '164020.365000', '164020.368000', '164020.371000', '164020.374000', '164020.376000', '164020.379000', '164020.382000', '164020.385000', '164020.388000', '164020.391000', '164020.393000', '164020.396000', '164020.399000', '164020.402000', '164020.405000', '164020.408000', '164020.410000', '164020.413000', '164020.416000', '164020.419000', '164020.422000', '164020.424000', '164020.427000', '164020.430000', '164020.433000', '164020.436000', '164040.304000', '164040.307000', '164040.310000', '164040.313000', '164040.315000', '164040.318000', '164040.321000', '164040.324000', '164040.327000', '164040.330000', '164040.333000', '164040.336000', '164040.339000', '164040.342000', '164040.346000', '164040.349000', '164040.352000', '164040.355000', '164040.357000', '164040.360000', '164040.363000', '164040.366000', '164040.369000', '164040.372000', '164040.375000', '164040.378000', '164040.381000', '164040.383000', '164040.386000', '164040.389000', '164040.392000', '164040.395000', '164040.398000', '164040.401000', '164040.403000', '164040.406000', '164040.409000', '164040.412000', '164040.415000', '164040.417000', '164040.420000', '164040.423000', '164040.426000', '164100.303000', '164100.306000', '164100.309000', '164100.312000', '164100.314000', '164100.317000', '164100.320000', '164100.323000', '164100.326000', '164100.329000', '164100.331000', '164100.334000', '164100.337000', '164100.340000', '164100.343000', '164100.346000', '164100.349000', '164100.351000', '164100.354000', '164100.357000', '164100.360000', '164100.363000', '164100.366000', '164100.369000', '164100.371000', '164100.374000', '164100.377000', '164100.380000', '164100.383000', '164100.386000', '164100.389000', '164100.391000', '164100.394000', '164100.397000', '164100.400000', '164100.403000', '164100.406000', '164100.408000', '164100.411000', '164100.414000', '164100.417000', '164100.420000', '164100.434000', '164100.436000', '164120.303000', '164120.306000', '164120.309000', '164120.312000', '164120.314000', '164120.317000', '164120.320000', '164120.323000', '164120.326000', '164120.329000', '164120.332000', '164120.335000', '164120.337000', '164120.340000', '164120.343000', '164120.346000', '164120.349000', '164120.352000', '164120.355000', '164120.359000', '164120.362000', '164120.365000', '164120.368000', '164120.371000', '164120.373000', '164120.376000', '164120.379000', '164120.382000', '164120.385000', '164120.388000', '164120.390000', '164120.393000', '164120.396000', '164120.399000', '164120.402000', '164120.405000', '164120.407000', '164120.410000', '164120.413000', '164120.416000', '164120.419000', '164120.422000', '164120.424000', '164140.303000', '164140.306000', '164140.309000', '164140.312000', '164140.315000', '164140.317000', '164140.320000', '164140.323000', '164140.326000', '164140.329000', '164140.332000', '164140.335000', '164140.337000', '164140.340000', '164140.343000', '164140.346000', '164140.349000', '164140.352000', '164140.354000', '164140.357000', '164140.360000', '164140.363000', '164140.366000', '164140.369000', '164140.371000', '164140.374000', '164140.377000', '164140.380000', '164140.383000', '164140.386000', '164140.389000', '164140.392000', '164140.395000', '164140.398000', '164140.400000', '164140.403000', '164140.406000', '164140.409000', '164140.412000', '164140.415000', '164140.419000', '164140.422000', '164140.425000', '164140.428000', '164200.303000', '164200.306000', '164200.309000', '164200.312000', '164200.316000', '164200.319000', '164200.321000', '164200.324000', '164200.327000', '164200.330000', '164200.333000', '164200.336000', '164200.338000', '164200.341000', '164200.344000', '164200.347000', '164200.350000', '164200.352000', '164200.355000', '164200.358000', '164200.361000', '164200.364000', '164200.367000', '164200.370000', '164200.373000', '164200.375000', '164200.380000', '164200.383000', '164200.386000', '164200.389000', '164200.392000', '164200.394000', '164200.397000', '164200.400000', '164200.403000', '164200.406000', '164200.408000', '164200.411000', '164200.414000', '164200.417000', '164200.420000', '164200.423000', '164200.425000', '164220.304000', '164220.307000', '164220.310000', '164220.313000', '164220.315000', '164220.318000', '164220.321000', '164220.324000', '164220.327000', '164220.330000', '164220.333000', '164220.335000', '164220.338000', '164220.341000', '164220.344000', '164220.347000', '164220.350000', '164220.352000', '164220.355000', '164220.358000', '164220.361000', '164220.364000', '164220.367000', '164220.369000', '164220.372000', '164220.375000', '164220.378000', '164220.381000', '164220.384000', '164220.386000', '164220.389000', '164220.392000', '164220.395000', '164220.398000', '164220.400000', '164220.403000', '164220.406000', '164220.409000', '164220.412000', '164220.415000', '164220.417000', '164220.420000', '164220.423000', '164220.426000', '164240.304000', '164240.307000', '164240.310000', '164240.313000', '164240.316000', '164240.319000', '164240.321000', '164240.324000', '164240.327000', '164240.330000', '164240.333000', '164240.336000', '164240.338000', '164240.341000', '164240.344000', '164240.347000', '164240.350000', '164240.353000', '164240.355000', '164240.358000', '164240.361000', '164240.364000', '164240.367000', '164240.370000', '164240.373000', '164240.375000', '164240.378000', '164240.381000', '164240.384000', '164240.387000', '164240.390000', '164240.393000', '164240.395000', '164240.398000', '164240.401000', '164240.404000', '164240.407000', '164240.410000', '164240.413000', '164240.416000', '164240.419000', '164240.421000', '164240.424000', '164300.303000', '164300.306000', '164300.309000', '164300.312000', '164300.315000', '164300.317000', '164300.320000', '164300.323000', '164300.326000', '164300.329000', '164300.332000', '164300.335000', '164300.337000', '164300.340000', '164300.343000', '164300.346000', '164300.349000', '164300.351000', '164300.354000', '164300.357000', '164300.360000', '164300.363000', '164300.366000', '164300.369000', '164300.371000', '164300.374000', '164300.377000', '164300.380000', '164300.383000', '164300.386000', '164300.388000', '164300.391000', '164300.394000', '164300.397000', '164300.400000', '164300.402000', '164300.405000', '164300.408000', '164300.411000', '164300.414000', '164300.417000', '164300.419000', '164300.422000', '164300.425000', '164320.303000', '164320.306000', '164320.309000', '164320.312000', '164320.315000', '164320.317000', '164320.320000', '164320.323000', '164320.326000', '164320.329000', '164320.332000', '164320.335000', '164320.338000', '164320.340000', '164320.343000', '164320.346000', '164320.349000', '164320.353000', '164320.356000', '164320.359000', '164320.361000', '164320.364000', '164320.367000', '164320.370000', '164320.373000', '164320.376000', '164320.378000', '164320.381000', '164320.384000', '164320.387000', '164320.390000', '164320.393000', '164320.395000', '164320.398000', '164320.401000', '164320.404000', '164320.407000', '164320.410000', '164320.413000', '164320.416000', '164320.418000', '164320.421000', '164320.424000', '164340.303000', '164340.306000', '164340.309000', '164340.312000', '164340.315000', '164340.318000', '164340.320000', '164340.323000', '164340.326000', '164340.329000', '164340.332000', '164340.335000', '164340.337000', '164340.340000', '164340.343000', '164340.346000', '164340.349000', '164340.352000', '164340.354000', '164340.357000', '164340.360000', '164340.363000', '164340.366000', '164340.369000', '164340.371000', '164340.374000', '164340.377000', '164340.380000', '164340.383000', '164340.386000', '164340.389000', '164340.391000', '164340.394000', '164340.397000', '164340.400000', '164340.403000', '164340.406000', '164340.409000', '164340.412000', '164340.414000', '164340.417000', '164340.420000', '164340.423000', '164340.426000', '164400.303000', '164400.306000', '164400.309000', '164400.312000', '164400.314000', '164400.328000', '164400.331000', '164400.334000', '164400.337000', '164400.339000', '164400.342000', '164400.345000', '164400.348000', '164400.351000', '164400.353000', '164400.356000', '164400.359000', '164400.362000', '164400.365000', '164400.368000', '164400.371000', '164400.374000', '164400.376000', '164400.379000', '164400.382000', '164400.385000', '164400.388000', '164400.390000', '164400.393000', '164400.396000', '164400.399000', '164400.402000', '164400.405000', '164400.408000', '164400.410000', '164400.413000', '164400.416000', '164400.419000', '164400.422000', '164400.425000', '164400.427000', '164400.430000', '164400.433000', '164420.303000', '164420.306000', '164420.309000', '164420.312000', '164420.315000', '164420.317000', '164420.320000', '164420.323000', '164420.326000', '164420.329000', '164420.332000', '164420.335000', '164420.337000', '164420.340000', '164420.343000', '164420.346000', '164420.349000', '164420.351000', '164420.354000', '164420.357000', '164420.360000', '164420.363000', '164420.366000', '164420.368000', '164420.371000', '164420.374000', '164420.377000', '164420.380000', '164420.383000', '164420.385000', '164420.388000', '164420.391000', '164420.394000', '164420.397000', '164420.400000', '164420.403000', '164420.405000', '164420.408000', '164420.411000', '164420.414000', '164420.417000', '164420.420000', '164420.423000', '164420.425000', '164440.304000', '164440.307000', '164440.310000', '164440.313000', '164440.316000', '164440.319000', '164440.322000', '164440.325000', '164440.328000', '164440.331000', '164440.333000', '164440.336000', '164440.339000', '164440.342000', '164440.345000', '164440.348000', '164440.351000', '164440.353000', '164440.356000', '164440.359000', '164440.362000', '164440.365000', '164440.368000', '164440.371000', '164440.373000', '164440.376000', '164440.379000', '164440.382000', '164440.385000', '164440.388000', '164440.391000', '164440.395000', '164440.398000', '164440.400000', '164440.403000', '164440.406000', '164440.409000', '164440.412000', '164440.415000', '164440.418000', '164440.420000', '164440.423000', '164440.426000', '164457.994000', '164457.997000', '164458.001000', '164458.005000', '164458.008000', '164458.011000', '164458.014000', '164458.018000', '164458.021000', '164458.025000', '164458.028000', '164458.031000', '164458.034000', '164458.037000', '164458.040000', '164458.043000', '164458.046000', '164458.049000', '164458.052000', '164458.055000', '164458.058000', '164458.061000', '164458.064000', '164458.067000', '164458.070000', '164458.072000', '164458.075000', '164458.078000', '164458.081000', '164458.084000', '164458.087000', '164458.090000', '164458.093000', '164458.096000', '164458.098000', '164458.101000', '164458.104000', '164458.107000', '164458.110000'], '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': [8155, 7853, 7619, 8305, 18303, 12598, 16088, 8747, 14887, 8819, 13385, 7913, 11401, 7643, 8272, 7709, 7855, 7559, 8147, 16100, 8028, 12597, 7339, 8186, 7883, 7739, 8915, 7949, 11262, 17828, 13037, 15787, 8396, 12252, 10736, 8420, 7811, 8050, 9491, 7732, 17339, 8219, 13420, 7356, 10192, 11171, 8116, 7526, 8085, 7637, 12125, 9600, 15973, 9581, 12137, 17808, 9853, 15701, 8021, 14937, 8548, 14589, 8623, 15050, 8590, 12461, 9300, 9869, 8280, 7593, 9224, 7734, 15448, 7550, 13779, 8802, 8843, 10786, 8134, 9057, 14282, 7789, 16577, 10083, 16641, 13090, 13030, 9763, 7981, 9216, 8005, 10735, 8018, 10239, 7569, 12405, 8157, 12426, 7356, 12409, 7889, 10115, 9608, 7914, 7994, 15608, 7753, 12415, 9312, 8483, 8345, 8169, 11327, 7723, 9917, 7651, 9968, 10059, 8354, 14168, 8320, 12071, 7905, 11623, 13070, 9390, 17058, 8687, 14591, 8915, 9470, 18041, 9297, 15631, 9158, 9440, 17698, 8515, 15044, 7614, 8685, 16235, 7995, 13951, 7313, 9017, 15152, 8085, 13105, 7589, 8910, 16409, 7885, 13689, 7882, 8141, 16443, 7408, 11594, 8173, 7763, 15325, 7401, 9552, 15961, 8167, 12475, 7537, 8349, 15231, 7721, 9071, 16247, 7733, 14082, 7570, 7890, 17399, 8340, 11394, 7910, 11354, 13875, 8990, 13577, 7753, 7766, 16374, 7662, 8709, 17283, 7407, 12415, 11324, 8110, 14249, 7530, 8406, 15926, 7651, 11506, 7678, 7929, 13201, 8277, 11538, 8130, 8692, 9204, 8632, 12254, 7717, 10647, 9264, 8312, 14566, 7669, 10698, 15456, 8382, 15897, 9491, 10058, 18390, 9148, 16808, 9085, 8801, 16677, 7928, 11128, 7664, 7725, 7588, 8358, 7773, 10482, 7811, 10740, 16424, 9315, 11749, 17623, 7968, 14900, 14517, 9512, 14343, 7624, 8788, 17754, 7857, 13912, 7791, 7661, 14571, 7446, 11128, 7562, 8101, 13072, 8657, 12472, 9094, 11917, 7729, 8425, 17487, 8458, 15097, 7516, 9661, 15300, 8459, 16244, 8069, 13620, 7846, 8216, 8183, 10056, 7690, 11329, 9682, 10948, 10046, 17169, 10037, 10491, 18143, 8998, 15786, 9512, 9375, 17428, 7950, 15498, 7480, 11016, 7608, 7636, 14510, 7410, 10852, 7665, 10270, 7900, 8022, 7470, 8000, 12791, 7701, 11766, 7589, 11212, 7661, 11733, 16665, 12036, 14837, 9323, 9688, 17445, 8317, 15012, 8396, 8703, 17076, 7565, 11976, 7834, 7923, 15637, 7452, 12025, 7614, 8224, 15435, 7893, 12276, 7768, 8712, 15570, 8455, 13729, 7997, 9875, 13087, 8337, 14068, 7599, 9311, 15521, 8220, 13554, 7956, 8629, 17088, 7517, 12731, 8087, 8299, 7300, 8114, 7412, 8893, 7744, 9377, 15414, 7433, 12731, 15450, 9031, 14719, 8931, 9744, 17952, 9448, 15369, 9235, 9494, 17934, 8105, 15760, 8211, 12599, 7530, 11553, 9306, 8288, 17050, 7309, 12974, 7663, 8469, 7991, 8221, 7443, 8896, 17079, 8714, 15512, 7948, 9233, 13667, 7828, 15549, 7372, 12478, 7779, 8326, 16535, 7808, 13874, 7424, 9717, 9129, 8360, 12491, 7105, 10691, 7605, 8503, 8593, 8632, 7936, 8396, 13516, 7786, 11603, 7375, 8110, 12948, 8753, 12422, 9314, 12370, 7722, 11152, 14503, 9206, 15345, 8073, 13122, 8120, 8833, 16913, 8592, 14978, 7480, 12448, 8544, 9482, 10098, 7853, 8921, 7971, 11797, 8897, 14101, 7694, 11929, 19107, 13248, 16245, 10468, 13733, 7464, 9319, 7895, 13759, 7513, 12081, 7610, 9248, 12175, 8168, 7467, 9007, 7433, 10070, 7840, 12182, 8533, 15065, 9230, 15735, 10195, 16333, 8778, 16276, 12149, 12585, 17119, 10115, 7545, 8213, 7453, 9628, 8847, 7784, 11443, 7587, 15872, 15294, 12171, 17969, 8920, 12508, 7798, 7896, 9957, 12120, 13475, 19266, 10788, 16065, 9455, 9547, 8019, 8589, 7079, 7910, 8056, 7195, 7488, 10624, 8536, 8014, 10002, 8804, 7833, 8820, 16110, 12335, 13818, 11894, 7723, 16833, 11516, 11289, 8373, 7629, 13887, 8326, 11900, 11613, 7267, 15085, 7960, 10259, 9343, 7517, 15099, 7397, 15598, 15121, 12545, 11496, 9173, 7634, 8399, 7754, 10270, 7288, 9101, 8391, 8766, 10224, 7702, 14860, 18319, 12856, 16517, 10433, 13026, 8053, 8419, 10632, 7962, 12294, 7563, 10593, 7755, 8187, 7595, 7662, 12520, 7431, 12002, 7514, 10025, 7460, 8266, 13474, 9092, 7743, 8190, 7458, 11081, 16769, 13399, 14835, 9156, 9730, 17149, 10241, 14682, 10078, 10372, 10398, 8137, 7565, 9117, 7457, 11985, 8056, 15680, 7985, 16255, 15326, 12469, 18463, 10080, 13567, 7794, 8350, 7745, 8762, 17625, 7914, 15879, 7742, 10055, 7520, 10945, 7432, 11373, 10724, 8123, 10577, 7335, 7682, 7793, 7580, 11627, 8140, 16451, 13016, 11500, 12812, 8777, 7710, 7639, 18411, 10899, 15179, 9275, 9091, 17017, 7736, 11834, 7664, 7587, 7582, 7665, 7613, 7441, 7397, 7355, 7497, 8619, 16617, 10383, 11054, 18238, 10257, 16148, 9065, 8417, 17340, 8295, 14384, 7587, 9057, 7874, 8020, 14171, 7880, 10851, 7611, 7932, 7752, 12931, 8145, 8905, 15958, 7710, 14988, 7901, 10755, 16684, 9073, 15215, 7695, 13179, 8343, 7650, 16876, 7444, 12653, 7878, 8272, 7824, 9982, 7200, 11087, 9319, 8285, 17652, 8228, 14707, 8426, 7873, 17415, 7639, 13957, 10477, 9307, 7728, 7895, 7853, 10717, 8100, 7408, 7647, 16565, 11158, 10225, 15400, 7376, 12181, 14569, 8163, 7555, 7314, 7639, 8250, 17024, 10645, 14135, 7638, 9101, 7507, 11557, 7692, 13750, 10410, 9678, 17913, 8409, 10020, 7800, 7524, 10745, 7375, 9237, 7740, 15466, 13042, 10713, 17071, 7569, 12508, 14528, 8971, 7899, 7390, 7809, 10025, 16705, 10878, 11470, 7623, 7841, 9364, 17744, 11445, 15098, 10456, 9643, 15381, 8194, 14580, 8513, 11043, 7854, 8560, 8104, 10666, 15520, 8335, 15550, 7470, 9474, 7586, 8013, 7699, 7470, 9235, 7673, 13907, 7899, 15327, 15098, 10924, 16760, 7793, 10839, 11295, 7848, 15321, 7623, 8493, 8136, 7819, 7907, 8041, 7499, 10518, 7776, 7939, 16507, 7561, 14357, 8585, 8448, 15594, 7965, 15348, 7870, 12817, 8591, 7701, 8835, 7703, 11953, 18722, 13774, 15891, 9886, 9285, 7735, 9447, 8081, 11034, 16013, 10448, 16273, 8636, 11516, 8291, 8047, 16510, 7944, 12493, 7767, 13165, 7675, 12028, 8163, 11396, 8251, 8180, 17177, 8022, 15087, 8366, 8416, 13715, 8165, 11560, 7921, 7788, 7893, 16738, 7552, 13180, 8743, 8267, 17345, 7759, 11274, 7778, 7652, 16363, 7646, 13189, 7965, 8622, 7856, 7810, 13603, 7374, 10366, 7652, 7882, 7599, 7699, 7887, 9854, 7428, 11367, 11197, 8929, 17641, 8193, 14949, 8995, 9170, 16312, 8363, 7580, 7635, 7568, 10965, 8484, 10937, 8985, 17394, 11758, 10625, 18154, 8469, 15653, 9514, 8707, 17178, 8074, 13437, 7588, 7943, 15076, 7525, 10798, 7554, 7986, 10258, 7535, 11464, 7535, 7600, 7535, 7749, 8490, 8515, 7504, 9496, 7917, 11996, 17088, 9891, 14408, 16139, 11507, 16506, 7936, 13886, 9287, 9241, 7929, 8801, 7679, 8986, 8911, 7723, 10551, 12831, 12231, 7971, 11535, 8120, 16623, 10530, 18128, 8040, 16234, 14785, 12183, 18315, 8385, 13040, 7963, 8469, 7924, 9416, 8161, 7886, 9171, 7676, 12515, 8037, 15303, 18724, 14409, 16599, 9504, 11778, 8161, 9497, 7905, 8363, 8117, 7883, 11210, 15024, 10144, 16036, 7961, 11692, 7934, 9716, 8157, 8584, 17896, 8120, 16089, 7555, 9304, 8148, 8090, 8018, 8510, 16459, 7803, 13265, 7559, 8234, 15662, 8099, 7579, 7851, 7729, 9417, 7547, 9847, 17712, 8099, 15366, 10305, 9260, 17915, 7628, 15526, 9151, 8974, 16457, 7802, 15382, 7721, 10052, 7986, 9720, 14094, 8066, 14548, 7616, 8741, 13067, 8075, 11755, 7829, 9576, 7944, 8162, 14705, 8161, 7605, 8172, 7774, 8699, 8268, 9934, 8823, 9626, 12418, 9852, 16402, 16631, 13347, 9184, 10183, 9256, 8637, 14182, 10032, 11345, 17060, 12451, 13270, 18444, 12587, 17021, 14505, 8995, 17876, 9973, 8199, 14540, 8852, 17563, 10492, 8768, 14709, 8768, 8838, 9675, 8906, 9858, 10088, 8728, 13435, 8679, 8898, 11023, 8720, 9003, 11054, 8755, 9833, 10562, 9467, 15849, 11279, 7893, 15932, 9506, 9867, 16892, 8837, 11018, 9936, 8666, 17193, 11346, 8153, 13436, 8561, 8605, 8820, 8418, 7498, 10021, 7609, 7924, 12418, 7417], 'WindowCenter': [4365.0, 4351.0, 4337.0, 4336.0, 4406.0, 4373.0, 4381.0, 4331.0, 4369.0, 4330.0, 4369.0, 4320.0, 4350.0, 4309.0, 4319.0, 4319.0, 4320.0, 4309.0, 4321.0, 4392.0, 4320.0, 4359.0, 4309.0, 4330.0, 4332.0, 4324.0, 4344.0, 4334.0, 4365.0, 4404.0, 4373.0, 4381.0, 4319.0, 4349.0, 4338.0, 4318.0, 4308.0, 4319.0, 4328.0, 4309.0, 4390.0, 4319.0, 4358.0, 4309.0, 4340.0, 4349.0, 4319.0, 4320.0, 4320.0, 4321.0, 4372.0, 4355.0, 4396.0, 4342.0, 4362.0, 4391.0, 4340.0, 4379.0, 4319.0, 4369.0, 4330.0, 4380.0, 4331.0, 4380.0, 4331.0, 4360.0, 4341.0, 4352.0, 4331.0, 4310.0, 4330.0, 4321.0, 4381.0, 4310.0, 4369.0, 4344.0, 4332.0, 4351.0, 4332.0, 4343.0, 4383.0, 4323.0, 4391.0, 4341.0, 4381.0, 4360.0, 4359.0, 4327.0, 4307.0, 4328.0, 4308.0, 4338.0, 4308.0, 4336.0, 4308.0, 4358.0, 4319.0, 4358.0, 4309.0, 4358.0, 4320.0, 4339.0, 4340.0, 4320.0, 4321.0, 4380.0, 4308.0, 4359.0, 4327.0, 4317.0, 4305.0, 4317.0, 4347.0, 4319.0, 4339.0, 4321.0, 4352.0, 4340.0, 4331.0, 4381.0, 4331.0, 4361.0, 4332.0, 4363.0, 4371.0, 4341.0, 4391.0, 4331.0, 4381.0, 4329.0, 4340.0, 4390.0, 4330.0, 4380.0, 4328.0, 4339.0, 4389.0, 4329.0, 4380.0, 4308.0, 4329.0, 4378.0, 4319.0, 4369.0, 4309.0, 4330.0, 4379.0, 4320.0, 4370.0, 4309.0, 4330.0, 4379.0, 4320.0, 4370.0, 4318.0, 4319.0, 4378.0, 4308.0, 4349.0, 4318.0, 4309.0, 4379.0, 4308.0, 4339.0, 4379.0, 4319.0, 4361.0, 4308.0, 4319.0, 4379.0, 4309.0, 4329.0, 4379.0, 4309.0, 4369.0, 4309.0, 4332.0, 4390.0, 4330.0, 4360.0, 4332.0, 4363.0, 4381.0, 4342.0, 4372.0, 4320.0, 4321.0, 4391.0, 4321.0, 4331.0, 4391.0, 4310.0, 4360.0, 4348.0, 4320.0, 4370.0, 4308.0, 4319.0, 4378.0, 4319.0, 4360.0, 4319.0, 4320.0, 4369.0, 4331.0, 4361.0, 4321.0, 4332.0, 4340.0, 4331.0, 4361.0, 4321.0, 4352.0, 4340.0, 4331.0, 4381.0, 4321.0, 4352.0, 4380.0, 4320.0, 4380.0, 4328.0, 4339.0, 4388.0, 4327.0, 4378.0, 4315.0, 4316.0, 4376.0, 4306.0, 4347.0, 4306.0, 4306.0, 4319.0, 4330.0, 4333.0, 4364.0, 4334.0, 4365.0, 4393.0, 4342.0, 4362.0, 4391.0, 4320.0, 4381.0, 4369.0, 4340.0, 4370.0, 4308.0, 4329.0, 4388.0, 4318.0, 4369.0, 4307.0, 4307.0, 4367.0, 4308.0, 4348.0, 4308.0, 4319.0, 4358.0, 4330.0, 4359.0, 4331.0, 4361.0, 4308.0, 4319.0, 4389.0, 4319.0, 4380.0, 4309.0, 4340.0, 4378.0, 4319.0, 4380.0, 4319.0, 4369.0, 4307.0, 4318.0, 4330.0, 4351.0, 4323.0, 4362.0, 4353.0, 4363.0, 4354.0, 4394.0, 4340.0, 4349.0, 4389.0, 4328.0, 4379.0, 4326.0, 4327.0, 4376.0, 4306.0, 4366.0, 4296.0, 4336.0, 4295.0, 4307.0, 4366.0, 4297.0, 4336.0, 4308.0, 4350.0, 4319.0, 4320.0, 4310.0, 4332.0, 4372.0, 4322.0, 4361.0, 4323.0, 4362.0, 4334.0, 4375.0, 4393.0, 4373.0, 4382.0, 4330.0, 4341.0, 4391.0, 4320.0, 4382.0, 4319.0, 4329.0, 4389.0, 4320.0, 4360.0, 4309.0, 4319.0, 4379.0, 4310.0, 4360.0, 4309.0, 4330.0, 4379.0, 4321.0, 4361.0, 4320.0, 4331.0, 4380.0, 4331.0, 4371.0, 4320.0, 4341.0, 4359.0, 4320.0, 4370.0, 4320.0, 4342.0, 4379.0, 4331.0, 4371.0, 4320.0, 4331.0, 4391.0, 4310.0, 4371.0, 4319.0, 4319.0, 4309.0, 4319.0, 4322.0, 4343.0, 4334.0, 4355.0, 4393.0, 4312.0, 4373.0, 4381.0, 4331.0, 4381.0, 4329.0, 4340.0, 4390.0, 4339.0, 4380.0, 4327.0, 4328.0, 4377.0, 4307.0, 4377.0, 4318.0, 4358.0, 4319.0, 4360.0, 4329.0, 4319.0, 4389.0, 4308.0, 4358.0, 4307.0, 4318.0, 4318.0, 4319.0, 4310.0, 4331.0, 4390.0, 4330.0, 4380.0, 4318.0, 4329.0, 4367.0, 4308.0, 4378.0, 4308.0, 4358.0, 4307.0, 4318.0, 4377.0, 4308.0, 4357.0, 4307.0, 4327.0, 4327.0, 4318.0, 4358.0, 4298.0, 4348.0, 4308.0, 4329.0, 4329.0, 4329.0, 4319.0, 4331.0, 4371.0, 4321.0, 4361.0, 4309.0, 4319.0, 4369.0, 4331.0, 4370.0, 4342.0, 4372.0, 4321.0, 4362.0, 4380.0, 4341.0, 4380.0, 4320.0, 4370.0, 4319.0, 4330.0, 4389.0, 4330.0, 4379.0, 4308.0, 4359.0, 4332.0, 4352.0, 4353.0, 4333.0, 4344.0, 4334.0, 4375.0, 4344.0, 4385.0, 4324.0, 4374.0, 4402.0, 4360.0, 4380.0, 4340.0, 4368.0, 4309.0, 4339.0, 4320.0, 4370.0, 4310.0, 4359.0, 4320.0, 4344.0, 4372.0, 4334.0, 4325.0, 4343.0, 4322.0, 4352.0, 4333.0, 4373.0, 4359.0, 4394.0, 4344.0, 4393.0, 4352.0, 4392.0, 4332.0, 4383.0, 4349.0, 4349.0, 4377.0, 4325.0, 4306.0, 4306.0, 4308.0, 4339.0, 4341.0, 4322.0, 4363.0, 4324.0, 4394.0, 4370.0, 4360.0, 4379.0, 4317.0, 4347.0, 4307.0, 4308.0, 4339.0, 4359.0, 4370.0, 4389.0, 4336.0, 4365.0, 4313.0, 4314.0, 4294.0, 4314.0, 4311.0, 4320.0, 4331.0, 4312.0, 4324.0, 4364.0, 4348.0, 4336.0, 4356.0, 4344.0, 4323.0, 4332.0, 4394.0, 4374.0, 4374.0, 4362.0, 4313.0, 4392.0, 4352.0, 4353.0, 4321.0, 4310.0, 4372.0, 4334.0, 4374.0, 4363.0, 4323.0, 4381.0, 4321.0, 4341.0, 4341.0, 4311.0, 4382.0, 4312.0, 4383.0, 4381.0, 4359.0, 4348.0, 4327.0, 4296.0, 4306.0, 4308.0, 4339.0, 4311.0, 4332.0, 4333.0, 4333.0, 4353.0, 4322.0, 4383.0, 4390.0, 4348.0, 4368.0, 4326.0, 4345.0, 4295.0, 4305.0, 4335.0, 4306.0, 4346.0, 4307.0, 4336.0, 4308.0, 4318.0, 4309.0, 4310.0, 4359.0, 4310.0, 4360.0, 4311.0, 4341.0, 4322.0, 4332.0, 4372.0, 4342.0, 4323.0, 4345.0, 4326.0, 4378.0, 4406.0, 4386.0, 4384.0, 4342.0, 4341.0, 4390.0, 4352.0, 4371.0, 4340.0, 4339.0, 4339.0, 4319.0, 4320.0, 4332.0, 4322.0, 4362.0, 4322.0, 4393.0, 4324.0, 4395.0, 4381.0, 4360.0, 4379.0, 4328.0, 4358.0, 4307.0, 4306.0, 4307.0, 4332.0, 4390.0, 4308.0, 4367.0, 4307.0, 4326.0, 4308.0, 4348.0, 4310.0, 4360.0, 4349.0, 4320.0, 4363.0, 4311.0, 4320.0, 4321.0, 4322.0, 4363.0, 4335.0, 4396.0, 4374.0, 4362.0, 4360.0, 4319.0, 4309.0, 4310.0, 4390.0, 4339.0, 4369.0, 4327.0, 4318.0, 4377.0, 4307.0, 4360.0, 4308.0, 4307.0, 4309.0, 4322.0, 4322.0, 4323.0, 4336.0, 4337.0, 4338.0, 4359.0, 4409.0, 4355.0, 4354.0, 4392.0, 4342.0, 4381.0, 4329.0, 4320.0, 4380.0, 4320.0, 4369.0, 4309.0, 4318.0, 4320.0, 4322.0, 4370.0, 4320.0, 4350.0, 4322.0, 4322.0, 4324.0, 4373.0, 4322.0, 4343.0, 4381.0, 4321.0, 4381.0, 4320.0, 4351.0, 4379.0, 4330.0, 4380.0, 4309.0, 4360.0, 4319.0, 4320.0, 4390.0, 4310.0, 4360.0, 4320.0, 4320.0, 4322.0, 4353.0, 4324.0, 4364.0, 4343.0, 4333.0, 4393.0, 4332.0, 4383.0, 4321.0, 4321.0, 4391.0, 4321.0, 4372.0, 4350.0, 4330.0, 4310.0, 4320.0, 4334.0, 4364.0, 4336.0, 4326.0, 4336.0, 4407.0, 4364.0, 4355.0, 4395.0, 4312.0, 4362.0, 4381.0, 4321.0, 4322.0, 4322.0, 4322.0, 4335.0, 4394.0, 4351.0, 4370.0, 4310.0, 4330.0, 4323.0, 4362.0, 4324.0, 4384.0, 4352.0, 4342.0, 4390.0, 4319.0, 4328.0, 4308.0, 4323.0, 4363.0, 4325.0, 4344.0, 4337.0, 4397.0, 4374.0, 4353.0, 4393.0, 4321.0, 4361.0, 4370.0, 4329.0, 4319.0, 4309.0, 4322.0, 4355.0, 4380.0, 4350.0, 4361.0, 4321.0, 4334.0, 4345.0, 4392.0, 4362.0, 4382.0, 4340.0, 4340.0, 4379.0, 4321.0, 4370.0, 4318.0, 4338.0, 4309.0, 4318.0, 4309.0, 4351.0, 4379.0, 4318.0, 4368.0, 4297.0, 4328.0, 4309.0, 4320.0, 4322.0, 4323.0, 4343.0, 4325.0, 4384.0, 4335.0, 4385.0, 4382.0, 4352.0, 4381.0, 4309.0, 4339.0, 4337.0, 4309.0, 4368.0, 4307.0, 4317.0, 4308.0, 4309.0, 4322.0, 4333.0, 4325.0, 4365.0, 4324.0, 4334.0, 4394.0, 4323.0, 4383.0, 4321.0, 4322.0, 4381.0, 4321.0, 4380.0, 4322.0, 4373.0, 4333.0, 4324.0, 4344.0, 4336.0, 4377.0, 4406.0, 4373.0, 4382.0, 4340.0, 4329.0, 4310.0, 4341.0, 4322.0, 4353.0, 4381.0, 4340.0, 4380.0, 4318.0, 4337.0, 4307.0, 4308.0, 4378.0, 4308.0, 4348.0, 4309.0, 4359.0, 4310.0, 4360.0, 4332.0, 4362.0, 4320.0, 4320.0, 4380.0, 4320.0, 4370.0, 4319.0, 4319.0, 4358.0, 4319.0, 4349.0, 4320.0, 4321.0, 4322.0, 4391.0, 4311.0, 4361.0, 4319.0, 4320.0, 4379.0, 4309.0, 4350.0, 4309.0, 4310.0, 4379.0, 4310.0, 4360.0, 4320.0, 4320.0, 4319.0, 4310.0, 4369.0, 4310.0, 4341.0, 4310.0, 4321.0, 4321.0, 4322.0, 4335.0, 4355.0, 4337.0, 4377.0, 4365.0, 4345.0, 4404.0, 4322.0, 4382.0, 4331.0, 4331.0, 4380.0, 4320.0, 4321.0, 4321.0, 4323.0, 4364.0, 4346.0, 4367.0, 4347.0, 4407.0, 4363.0, 4352.0, 4391.0, 4320.0, 4380.0, 4328.0, 4319.0, 4378.0, 4308.0, 4358.0, 4296.0, 4307.0, 4367.0, 4308.0, 4337.0, 4308.0, 4309.0, 4338.0, 4321.0, 4360.0, 4322.0, 4321.0, 4334.0, 4348.0, 4358.0, 4359.0, 4340.0, 4370.0, 4350.0, 4392.0, 4409.0, 4356.0, 4386.0, 4382.0, 4351.0, 4380.0, 4309.0, 4371.0, 4330.0, 4330.0, 4320.0, 4330.0, 4323.0, 4343.0, 4344.0, 4324.0, 4365.0, 4375.0, 4375.0, 4324.0, 4364.0, 4335.0, 4395.0, 4354.0, 4393.0, 4322.0, 4383.0, 4370.0, 4349.0, 4378.0, 4305.0, 4345.0, 4294.0, 4305.0, 4306.0, 4327.0, 4319.0, 4321.0, 4342.0, 4322.0, 4362.0, 4321.0, 4382.0, 4379.0, 4359.0, 4368.0, 4315.0, 4336.0, 4306.0, 4315.0, 4307.0, 4319.0, 4319.0, 4321.0, 4364.0, 4381.0, 4340.0, 4380.0, 4309.0, 4349.0, 4320.0, 4330.0, 4319.0, 4331.0, 4390.0, 4309.0, 4369.0, 4308.0, 4328.0, 4309.0, 4309.0, 4321.0, 4331.0, 4381.0, 4321.0, 4371.0, 4310.0, 4321.0, 4380.0, 4322.0, 4322.0, 4333.0, 4324.0, 4345.0, 4336.0, 4357.0, 4408.0, 4324.0, 4384.0, 4342.0, 4332.0, 4392.0, 4310.0, 4381.0, 4329.0, 4331.0, 4379.0, 4309.0, 4368.0, 4308.0, 4328.0, 4319.0, 4340.0, 4369.0, 4309.0, 4368.0, 4308.0, 4319.0, 4357.0, 4308.0, 4348.0, 4308.0, 4329.0, 4309.0, 4321.0, 4369.0, 4320.0, 4321.0, 4333.0, 4336.0, 4359.0, 4347.0, 4379.0, 4381.0, 4395.0, 4413.0, 4384.0, 4411.0, 4383.0, 4349.0, 4319.0, 4340.0, 4331.0, 4345.0, 4384.0, 4354.0, 4364.0, 4392.0, 4350.0, 4348.0, 4379.0, 4336.0, 4365.0, 4345.0, 4305.0, 4365.0, 4315.0, 4305.0, 4344.0, 4303.0, 4365.0, 4326.0, 4303.0, 4354.0, 4304.0, 4305.0, 4314.0, 4317.0, 4327.0, 4327.0, 4318.0, 4357.0, 4318.0, 4318.0, 4339.0, 4320.0, 4330.0, 4350.0, 4320.0, 4340.0, 4365.0, 4357.0, 4395.0, 4352.0, 4321.0, 4381.0, 4341.0, 4341.0, 4381.0, 4320.0, 4350.0, 4340.0, 4320.0, 4392.0, 4352.0, 4320.0, 4371.0, 4332.0, 4333.0, 4344.0, 4335.0, 4326.0, 4354.0, 4324.0, 4324.0, 4363.0, 4313.0], 'WindowWidth': [9663.0, 9634.0, 9607.0, 9602.0, 9698.0, 9646.0, 9652.0, 9583.0, 9634.0, 9582.0, 9631.0, 9568.0, 9608.0, 9553.0, 9567.0, 9566.0, 9570.0, 9553.0, 9572.0, 9669.0, 9569.0, 9619.0, 9554.0, 9583.0, 9591.0, 9581.0, 9608.0, 9594.0, 9638.0, 9689.0, 9644.0, 9653.0, 9565.0, 9606.0, 9589.0, 9562.0, 9549.0, 9564.0, 9575.0, 9552.0, 9664.0, 9565.0, 9617.0, 9552.0, 9594.0, 9606.0, 9568.0, 9568.0, 9570.0, 9573.0, 9643.0, 9625.0, 9685.0, 9601.0, 9627.0, 9665.0, 9594.0, 9647.0, 9564.0, 9631.0, 9583.0, 9649.0, 9587.0, 9649.0, 9584.0, 9622.0, 9600.0, 9614.0, 9586.0, 9554.0, 9582.0, 9571.0, 9653.0, 9556.0, 9632.0, 9608.0, 9586.0, 9613.0, 9589.0, 9603.0, 9659.0, 9579.0, 9666.0, 9599.0, 9651.0, 9621.0, 9615.0, 9572.0, 9544.0, 9573.0, 9549.0, 9588.0, 9548.0, 9583.0, 9548.0, 9614.0, 9564.0, 9614.0, 9551.0, 9615.0, 9569.0, 9592.0, 9596.0, 9569.0, 9572.0, 9648.0, 9549.0, 9618.0, 9573.0, 9558.0, 9540.0, 9559.0, 9601.0, 9566.0, 9594.0, 9574.0, 9616.0, 9596.0, 9585.0, 9652.0, 9586.0, 9624.0, 9589.0, 9631.0, 9638.0, 9598.0, 9666.0, 9583.0, 9654.0, 9578.0, 9596.0, 9665.0, 9580.0, 9651.0, 9573.0, 9591.0, 9662.0, 9579.0, 9648.0, 9550.0, 9579.0, 9644.0, 9566.0, 9633.0, 9551.0, 9581.0, 9645.0, 9570.0, 9637.0, 9552.0, 9581.0, 9645.0, 9568.0, 9638.0, 9563.0, 9565.0, 9643.0, 9549.0, 9607.0, 9563.0, 9553.0, 9646.0, 9551.0, 9593.0, 9646.0, 9568.0, 9625.0, 9551.0, 9567.0, 9647.0, 9552.0, 9581.0, 9645.0, 9553.0, 9634.0, 9553.0, 9590.0, 9665.0, 9584.0, 9624.0, 9592.0, 9632.0, 9652.0, 9602.0, 9643.0, 9571.0, 9573.0, 9667.0, 9573.0, 9587.0, 9666.0, 9556.0, 9623.0, 9603.0, 9569.0, 9635.0, 9550.0, 9565.0, 9643.0, 9568.0, 9623.0, 9568.0, 9570.0, 9633.0, 9585.0, 9627.0, 9574.0, 9588.0, 9597.0, 9587.0, 9627.0, 9574.0, 9617.0, 9597.0, 9585.0, 9653.0, 9573.0, 9617.0, 9651.0, 9569.0, 9652.0, 9576.0, 9593.0, 9660.0, 9573.0, 9646.0, 9555.0, 9558.0, 9640.0, 9546.0, 9599.0, 9544.0, 9546.0, 9568.0, 9586.0, 9595.0, 9636.0, 9598.0, 9639.0, 9677.0, 9602.0, 9630.0, 9666.0, 9569.0, 9654.0, 9634.0, 9595.0, 9636.0, 9550.0, 9578.0, 9657.0, 9564.0, 9632.0, 9545.0, 9547.0, 9626.0, 9551.0, 9605.0, 9551.0, 9568.0, 9616.0, 9583.0, 9622.0, 9585.0, 9626.0, 9550.0, 9565.0, 9661.0, 9568.0, 9650.0, 9553.0, 9595.0, 9644.0, 9568.0, 9650.0, 9566.0, 9634.0, 9546.0, 9562.0, 9582.0, 9612.0, 9579.0, 9627.0, 9618.0, 9631.0, 9620.0, 9681.0, 9596.0, 9606.0, 9660.0, 9576.0, 9646.0, 9570.0, 9572.0, 9637.0, 9544.0, 9622.0, 9529.0, 9584.0, 9527.0, 9545.0, 9623.0, 9532.0, 9583.0, 9549.0, 9608.0, 9566.0, 9570.0, 9556.0, 9588.0, 9643.0, 9575.0, 9626.0, 9579.0, 9629.0, 9595.0, 9652.0, 9671.0, 9645.0, 9657.0, 9582.0, 9597.0, 9666.0, 9569.0, 9656.0, 9565.0, 9580.0, 9661.0, 9568.0, 9624.0, 9551.0, 9567.0, 9647.0, 9556.0, 9624.0, 9553.0, 9583.0, 9648.0, 9572.0, 9626.0, 9569.0, 9585.0, 9648.0, 9584.0, 9639.0, 9570.0, 9600.0, 9619.0, 9569.0, 9637.0, 9570.0, 9603.0, 9647.0, 9584.0, 9639.0, 9569.0, 9585.0, 9666.0, 9558.0, 9641.0, 9568.0, 9567.0, 9554.0, 9567.0, 9576.0, 9606.0, 9595.0, 9625.0, 9675.0, 9561.0, 9646.0, 9652.0, 9586.0, 9653.0, 9579.0, 9594.0, 9663.0, 9593.0, 9650.0, 9573.0, 9575.0, 9641.0, 9547.0, 9639.0, 9563.0, 9616.0, 9568.0, 9623.0, 9578.0, 9566.0, 9659.0, 9549.0, 9617.0, 9546.0, 9564.0, 9563.0, 9566.0, 9555.0, 9585.0, 9665.0, 9581.0, 9650.0, 9563.0, 9578.0, 9626.0, 9550.0, 9644.0, 9548.0, 9617.0, 9544.0, 9562.0, 9641.0, 9548.0, 9613.0, 9546.0, 9574.0, 9573.0, 9564.0, 9617.0, 9537.0, 9603.0, 9549.0, 9580.0, 9578.0, 9580.0, 9567.0, 9586.0, 9642.0, 9571.0, 9626.0, 9553.0, 9567.0, 9634.0, 9587.0, 9637.0, 9602.0, 9643.0, 9572.0, 9628.0, 9650.0, 9597.0, 9649.0, 9568.0, 9637.0, 9566.0, 9583.0, 9661.0, 9581.0, 9646.0, 9551.0, 9619.0, 9590.0, 9614.0, 9620.0, 9594.0, 9607.0, 9595.0, 9653.0, 9609.0, 9664.0, 9581.0, 9650.0, 9684.0, 9620.0, 9652.0, 9594.0, 9629.0, 9554.0, 9593.0, 9571.0, 9638.0, 9555.0, 9620.0, 9569.0, 9608.0, 9641.0, 9596.0, 9586.0, 9604.0, 9575.0, 9615.0, 9593.0, 9645.0, 9637.0, 9677.0, 9607.0, 9674.0, 9614.0, 9669.0, 9587.0, 9661.0, 9605.0, 9603.0, 9637.0, 9565.0, 9542.0, 9541.0, 9550.0, 9593.0, 9600.0, 9577.0, 9633.0, 9580.0, 9676.0, 9634.0, 9620.0, 9645.0, 9558.0, 9597.0, 9546.0, 9548.0, 9593.0, 9616.0, 9635.0, 9662.0, 9581.0, 9619.0, 9544.0, 9547.0, 9521.0, 9550.0, 9558.0, 9567.0, 9584.0, 9562.0, 9582.0, 9635.0, 9620.0, 9599.0, 9627.0, 9606.0, 9575.0, 9585.0, 9672.0, 9646.0, 9644.0, 9625.0, 9560.0, 9666.0, 9612.0, 9615.0, 9567.0, 9553.0, 9640.0, 9592.0, 9647.0, 9629.0, 9578.0, 9650.0, 9569.0, 9595.0, 9597.0, 9557.0, 9651.0, 9558.0, 9659.0, 9648.0, 9616.0, 9600.0, 9571.0, 9527.0, 9542.0, 9546.0, 9589.0, 9556.0, 9587.0, 9590.0, 9588.0, 9615.0, 9571.0, 9658.0, 9659.0, 9599.0, 9629.0, 9565.0, 9590.0, 9524.0, 9538.0, 9578.0, 9541.0, 9594.0, 9544.0, 9583.0, 9548.0, 9563.0, 9551.0, 9554.0, 9619.0, 9554.0, 9620.0, 9557.0, 9598.0, 9574.0, 9588.0, 9643.0, 9601.0, 9578.0, 9610.0, 9588.0, 9660.0, 9695.0, 9665.0, 9661.0, 9599.0, 9598.0, 9663.0, 9612.0, 9640.0, 9592.0, 9591.0, 9590.0, 9565.0, 9569.0, 9588.0, 9575.0, 9626.0, 9576.0, 9669.0, 9579.0, 9680.0, 9650.0, 9618.0, 9648.0, 9573.0, 9612.0, 9543.0, 9542.0, 9545.0, 9590.0, 9661.0, 9547.0, 9625.0, 9544.0, 9569.0, 9549.0, 9602.0, 9555.0, 9623.0, 9604.0, 9566.0, 9629.0, 9557.0, 9567.0, 9572.0, 9576.0, 9632.0, 9598.0, 9683.0, 9646.0, 9627.0, 9619.0, 9564.0, 9551.0, 9554.0, 9665.0, 9589.0, 9632.0, 9571.0, 9559.0, 9640.0, 9546.0, 9620.0, 9546.0, 9545.0, 9552.0, 9573.0, 9573.0, 9579.0, 9602.0, 9607.0, 9608.0, 9637.0, 9705.0, 9622.0, 9619.0, 9670.0, 9598.0, 9649.0, 9577.0, 9565.0, 9647.0, 9566.0, 9632.0, 9550.0, 9560.0, 9566.0, 9574.0, 9633.0, 9569.0, 9606.0, 9572.0, 9574.0, 9579.0, 9644.0, 9574.0, 9603.0, 9650.0, 9571.0, 9651.0, 9566.0, 9609.0, 9646.0, 9580.0, 9647.0, 9552.0, 9621.0, 9563.0, 9567.0, 9661.0, 9555.0, 9621.0, 9567.0, 9569.0, 9576.0, 9616.0, 9583.0, 9636.0, 9602.0, 9589.0, 9671.0, 9586.0, 9657.0, 9570.0, 9571.0, 9666.0, 9570.0, 9642.0, 9608.0, 9582.0, 9554.0, 9569.0, 9595.0, 9636.0, 9601.0, 9589.0, 9601.0, 9700.0, 9634.0, 9623.0, 9678.0, 9560.0, 9629.0, 9651.0, 9572.0, 9574.0, 9574.0, 9575.0, 9595.0, 9675.0, 9610.0, 9633.0, 9554.0, 9581.0, 9576.0, 9628.0, 9579.0, 9661.0, 9611.0, 9599.0, 9661.0, 9561.0, 9573.0, 9549.0, 9577.0, 9631.0, 9584.0, 9607.0, 9605.0, 9686.0, 9645.0, 9617.0, 9670.0, 9571.0, 9622.0, 9633.0, 9579.0, 9565.0, 9552.0, 9572.0, 9624.0, 9646.0, 9606.0, 9622.0, 9571.0, 9595.0, 9609.0, 9669.0, 9624.0, 9654.0, 9593.0, 9594.0, 9644.0, 9570.0, 9634.0, 9562.0, 9586.0, 9549.0, 9560.0, 9550.0, 9609.0, 9642.0, 9560.0, 9626.0, 9530.0, 9572.0, 9552.0, 9568.0, 9575.0, 9576.0, 9603.0, 9582.0, 9660.0, 9594.0, 9664.0, 9652.0, 9611.0, 9651.0, 9549.0, 9588.0, 9583.0, 9549.0, 9628.0, 9544.0, 9556.0, 9548.0, 9551.0, 9573.0, 9590.0, 9585.0, 9638.0, 9578.0, 9592.0, 9673.0, 9574.0, 9656.0, 9569.0, 9572.0, 9648.0, 9570.0, 9647.0, 9571.0, 9644.0, 9591.0, 9580.0, 9608.0, 9598.0, 9657.0, 9695.0, 9643.0, 9654.0, 9592.0, 9575.0, 9553.0, 9597.0, 9573.0, 9617.0, 9648.0, 9593.0, 9649.0, 9559.0, 9584.0, 9544.0, 9547.0, 9640.0, 9547.0, 9598.0, 9552.0, 9615.0, 9553.0, 9619.0, 9587.0, 9629.0, 9568.0, 9567.0, 9649.0, 9567.0, 9636.0, 9562.0, 9564.0, 9613.0, 9563.0, 9603.0, 9566.0, 9571.0, 9575.0, 9666.0, 9556.0, 9623.0, 9562.0, 9565.0, 9644.0, 9550.0, 9609.0, 9550.0, 9553.0, 9645.0, 9553.0, 9621.0, 9567.0, 9566.0, 9563.0, 9554.0, 9632.0, 9555.0, 9596.0, 9555.0, 9569.0, 9572.0, 9575.0, 9596.0, 9623.0, 9602.0, 9657.0, 9634.0, 9608.0, 9688.0, 9573.0, 9655.0, 9581.0, 9583.0, 9648.0, 9566.0, 9570.0, 9572.0, 9578.0, 9633.0, 9615.0, 9642.0, 9616.0, 9701.0, 9627.0, 9613.0, 9666.0, 9565.0, 9649.0, 9572.0, 9562.0, 9643.0, 9546.0, 9614.0, 9528.0, 9544.0, 9625.0, 9546.0, 9586.0, 9548.0, 9550.0, 9587.0, 9571.0, 9622.0, 9574.0, 9573.0, 9596.0, 9622.0, 9635.0, 9639.0, 9613.0, 9651.0, 9627.0, 9689.0, 9706.0, 9623.0, 9667.0, 9654.0, 9609.0, 9649.0, 9550.0, 9639.0, 9578.0, 9580.0, 9568.0, 9582.0, 9579.0, 9605.0, 9608.0, 9579.0, 9636.0, 9650.0, 9649.0, 9578.0, 9633.0, 9596.0, 9679.0, 9618.0, 9671.0, 9571.0, 9660.0, 9632.0, 9601.0, 9640.0, 9536.0, 9590.0, 9520.0, 9537.0, 9540.0, 9571.0, 9564.0, 9570.0, 9599.0, 9572.0, 9626.0, 9567.0, 9654.0, 9644.0, 9614.0, 9627.0, 9547.0, 9580.0, 9540.0, 9552.0, 9546.0, 9563.0, 9564.0, 9571.0, 9633.0, 9650.0, 9592.0, 9646.0, 9549.0, 9602.0, 9567.0, 9579.0, 9564.0, 9582.0, 9662.0, 9550.0, 9629.0, 9545.0, 9573.0, 9549.0, 9552.0, 9569.0, 9585.0, 9651.0, 9571.0, 9638.0, 9555.0, 9570.0, 9648.0, 9573.0, 9574.0, 9592.0, 9580.0, 9610.0, 9599.0, 9630.0, 9701.0, 9580.0, 9662.0, 9599.0, 9585.0, 9667.0, 9554.0, 9652.0, 9575.0, 9582.0, 9644.0, 9551.0, 9628.0, 9547.0, 9574.0, 9564.0, 9594.0, 9628.0, 9549.0, 9629.0, 9547.0, 9563.0, 9611.0, 9549.0, 9600.0, 9549.0, 9578.0, 9552.0, 9569.0, 9632.0, 9569.0, 9573.0, 9590.0, 9599.0, 9640.0, 9620.0, 9669.0, 9675.0, 9700.0, 9721.0, 9677.0, 9716.0, 9656.0, 9602.0, 9561.0, 9592.0, 9584.0, 9611.0, 9661.0, 9621.0, 9631.0, 9668.0, 9606.0, 9596.0, 9643.0, 9576.0, 9615.0, 9589.0, 9533.0, 9615.0, 9549.0, 9535.0, 9585.0, 9530.0, 9616.0, 9566.0, 9530.0, 9599.0, 9533.0, 9534.0, 9547.0, 9557.0, 9570.0, 9571.0, 9559.0, 9608.0, 9558.0, 9559.0, 9588.0, 9565.0, 9580.0, 9606.0, 9566.0, 9593.0, 9635.0, 9629.0, 9675.0, 9612.0, 9569.0, 9649.0, 9596.0, 9596.0, 9649.0, 9566.0, 9605.0, 9591.0, 9565.0, 9666.0, 9612.0, 9566.0, 9636.0, 9585.0, 9591.0, 9605.0, 9597.0, 9584.0, 9618.0, 9578.0, 9576.0, 9627.0, 9561.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.0007346574154379879</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02343553790112749</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.945606182083324</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1720251309288185</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9914293719965289</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4781</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5804.9453</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10109274200271326</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.8568950563746744</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5505099653275782</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4698175774785964</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8461938412323597</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.335518477271778</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0123649</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016885945573449135</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024706188589334488</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6627069720089587</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>32.0394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4189</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.3417</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299202.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>902.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.1094</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0318</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.9224</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3509.8761</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3784.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77342.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>929.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1033.109</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.10107742808759</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> |