=== 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-0050 --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-0050",
"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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-03/func/sub-0050_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>b5a3c7dba4e660170d36e17b20a72756</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>19:22:5.152500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998312, 0.0552393, 0.0179361, -0.0545909, 0.997901, -0.0348261]</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.0820451</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>[4163, -7759, -7255, 574, -60, -198, 29, 34]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b6acb63d-0ecf-49b8-9995-b7413958434b||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6783981323242188, -0.14646345376968384, 0.0535200759768486, 116.26176452636719], [-0.14820313453674316, 2.6772961616516113, -0.09122791886329651, -79.76221466064453], [0.04812131077051163, 0.09343575686216354, 2.697927474975586, -62.522743225097656], [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': ['192205.152500', '192205.612500', '192206.072500', '192206.532500', '192206.992500', '192207.452500', '192207.912500', '192208.372500', '192208.832500', '192209.292500', '192209.752500', '192210.212500', '192210.672500', '192211.132500', '192211.592500', '192212.052500', '192212.512500', '192212.972500', '192213.432500', '192213.892500', '192214.352500', '192214.812500', '192215.272500', '192215.732500', '192216.192500', '192216.652500', '192217.112500', '192217.572500', '192218.032500', '192218.492500', '192218.952500', '192219.412500', '192219.872500', '192220.332500', '192220.792500', '192221.252500', '192221.712500', '192222.172500', '192222.632500', '192223.092500', '192223.552500', '192224.012500', '192224.472500', '192224.932500', '192225.392500', '192225.852500', '192226.312500', '192226.772500', '192227.232500', '192227.692500', '192228.152500', '192228.612500', '192229.072500', '192229.532500', '192229.992500', '192230.452500', '192230.912500', '192231.372500', '192231.832500', '192232.292500', '192232.752500', '192233.212500', '192233.672500', '192234.132500', '192234.592500', '192235.052500', '192235.512500', '192235.972500', '192236.432500', '192236.892500', '192237.352500', '192237.812500', '192238.272500', '192238.732500', '192239.192500', '192239.652500', '192240.112500', '192240.572500', '192241.032500', '192241.492500', '192241.952500', '192242.412500', '192242.872500', '192243.332500', '192243.792500', '192244.252500', '192244.712500', '192245.172500', '192245.632500', '192246.092500', '192246.552500', '192247.012500', '192247.472500', '192247.932500', '192248.392500', '192248.852500', '192249.312500', '192249.772500', '192250.232500', '192250.692500', '192251.152500', '192251.612500', '192252.072500', '192252.532500', '192252.992500', '192253.452500', '192253.912500', '192254.372500', '192254.832500', '192255.292500', '192255.752500', '192256.212500', '192256.672500', '192257.132500', '192257.592500', '192258.052500', '192258.512500', '192258.972500', '192259.432500', '192259.892500', '192300.352500', '192300.812500', '192301.272500', '192301.732500', '192302.192500', '192302.652500', '192303.112500', '192303.572500', '192304.032500', '192304.492500', '192304.952500', '192305.412500', '192305.872500', '192306.332500', '192306.792500', '192307.252500', '192307.712500', '192308.172500', '192308.632500', '192309.092500', '192309.552500', '192310.012500', '192310.472500', '192310.932500', '192311.392500', '192311.852500', '192312.312500', '192312.772500', '192313.232500', '192313.692500', '192314.152500', '192314.612500', '192315.072500', '192315.532500', '192315.992500', '192316.452500', '192316.912500', '192317.372500', '192317.832500', '192318.292500', '192318.752500', '192319.212500', '192319.672500', '192320.132500', '192320.592500', '192321.052500', '192321.512500', '192321.972500', '192322.432500', '192322.892500', '192323.352500', '192323.812500', '192324.272500', '192324.732500', '192325.192500', '192325.652500', '192326.112500', '192326.572500', '192327.032500', '192327.492500', '192327.952500', '192328.412500', '192328.872500', '192329.332500', '192329.792500', '192330.252500', '192330.712500', '192331.172500', '192331.632500', '192332.092500', '192332.552500', '192333.012500', '192333.472500', '192333.932500', '192334.392500', '192334.852500', '192335.312500', '192335.772500', '192336.232500', '192336.692500', '192337.152500', '192337.612500', '192338.072500', '192338.532500', '192338.992500', '192339.452500', '192339.912500', '192340.372500', '192340.832500', '192341.292500', '192341.752500', '192342.212500', '192342.672500', '192343.132500', '192343.592500', '192344.052500', '192344.512500', '192344.972500', '192345.432500', '192345.892500', '192346.352500', '192346.812500', '192347.272500', '192347.732500', '192348.192500', '192348.652500', '192349.112500', '192349.572500', '192350.032500', '192350.492500', '192350.952500', '192351.412500', '192351.872500', '192352.332500', '192352.792500', '192353.252500', '192353.712500', '192354.172500', '192354.632500', '192355.092500', '192355.552500', '192356.012500', '192356.472500', '192356.932500', '192357.392500', '192357.852500', '192358.312500', '192358.772500', '192359.232500', '192359.692500', '192400.152500', '192400.612500', '192401.072500', '192401.532500', '192401.992500', '192402.452500', '192402.912500', '192403.372500', '192403.832500', '192404.292500', '192404.752500', '192405.212500', '192405.672500', '192406.132500', '192406.592500', '192407.052500', '192407.512500', '192407.972500', '192408.432500', '192408.892500', '192409.352500', '192409.812500', '192410.272500', '192410.732500', '192411.192500', '192411.652500', '192412.112500', '192412.572500', '192413.032500', '192413.492500', '192413.952500', '192414.412500', '192414.872500', '192415.332500', '192415.792500', '192416.252500', '192416.712500', '192417.172500', '192417.632500', '192418.092500', '192418.552500', '192419.012500', '192419.472500', '192419.932500', '192420.392500', '192420.852500', '192421.312500', '192421.772500', '192422.232500', '192422.692500', '192423.152500', '192423.612500', '192424.072500', '192424.532500', '192424.992500', '192425.452500', '192425.912500', '192426.372500', '192426.832500', '192427.292500', '192427.752500', '192428.212500', '192428.672500', '192429.132500', '192429.592500', '192430.052500', '192430.512500', '192430.972500', '192431.432500', '192431.892500', '192432.352500', '192432.812500', '192433.272500', '192433.732500', '192434.192500', '192434.652500', '192435.112500', '192435.572500', '192436.032500', '192436.492500', '192436.952500', '192437.412500', '192437.872500', '192438.332500', '192438.792500', '192439.252500', '192439.712500', '192440.172500', '192440.632500', '192441.092500', '192441.552500', '192442.012500', '192442.472500', '192442.932500', '192443.392500', '192443.852500', '192444.312500', '192444.772500', '192445.232500', '192445.692500', '192446.152500', '192446.612500', '192447.072500', '192447.532500', '192447.992500', '192448.452500', '192448.912500', '192449.372500', '192449.832500', '192450.292500', '192450.752500', '192451.212500', '192451.672500', '192452.132500', '192452.592500', '192453.052500', '192453.512500', '192453.972500', '192454.432500', '192454.892500', '192455.352500', '192455.812500', '192456.272500', '192456.732500', '192457.192500', '192457.652500', '192458.112500', '192458.572500', '192459.032500', '192459.492500', '192459.952500', '192500.412500', '192500.872500', '192501.332500', '192501.792500', '192502.252500', '192502.712500', '192503.172500', '192503.632500', '192504.092500', '192504.552500', '192505.012500', '192505.472500', '192505.932500', '192506.392500', '192506.852500', '192507.312500', '192507.772500', '192508.232500', '192508.692500', '192509.152500', '192509.612500', '192510.072500', '192510.532500', '192510.992500', '192511.452500', '192511.912500', '192512.372500', '192512.832500', '192513.292500', '192513.752500', '192514.212500', '192514.672500', '192515.132500', '192515.592500', '192516.052500', '192516.512500', '192516.972500', '192517.432500', '192517.892500', '192518.352500', '192518.812500', '192519.272500', '192519.732500', '192520.192500', '192520.652500', '192521.112500', '192521.572500', '192522.032500', '192522.492500', '192522.952500', '192523.412500', '192523.872500', '192524.332500', '192524.792500', '192525.252500', '192525.712500', '192526.172500', '192526.632500', '192527.092500', '192527.552500', '192528.012500', '192528.472500', '192528.932500', '192529.392500', '192529.852500', '192530.312500', '192530.772500', '192531.232500', '192531.692500', '192532.152500', '192532.612500', '192533.072500', '192533.532500', '192533.992500', '192534.452500', '192534.912500', '192535.372500', '192535.832500', '192536.292500', '192536.752500', '192537.212500', '192537.672500', '192538.132500', '192538.592500', '192539.052500', '192539.512500', '192539.972500', '192540.432500', '192540.892500', '192541.352500', '192541.812500', '192542.272500', '192542.732500', '192543.192500', '192543.652500', '192544.112500', '192544.572500', '192545.032500', '192545.492500', '192545.952500', '192546.412500', '192546.872500', '192547.332500', '192547.792500', '192548.252500', '192548.712500', '192549.172500', '192549.632500', '192550.092500', '192550.552500', '192551.012500', '192551.472500', '192551.932500', '192552.392500', '192552.852500', '192553.312500', '192553.772500', '192554.232500', '192554.692500', '192555.152500', '192555.612500', '192556.072500', '192556.532500', '192556.992500', '192557.452500', '192557.912500', '192558.372500', '192558.832500', '192559.292500', '192559.752500', '192600.212500', '192600.672500', '192601.132500', '192601.592500', '192602.052500', '192602.512500', '192602.972500', '192603.432500', '192603.892500', '192604.352500', '192604.812500', '192605.272500', '192605.732500', '192606.192500', '192606.652500', '192607.112500', '192607.572500', '192608.032500', '192608.492500', '192608.952500', '192609.412500', '192609.872500', '192610.332500', '192610.792500', '192611.252500', '192611.712500', '192612.172500', '192612.632500', '192613.092500', '192613.552500', '192614.012500', '192614.472500', '192614.932500', '192615.392500', '192615.852500', '192616.312500', '192616.772500', '192617.232500', '192617.692500', '192618.152500', '192618.612500', '192619.072500', '192619.532500', '192619.992500', '192620.452500', '192620.912500', '192621.372500', '192621.832500', '192622.292500', '192622.752500', '192623.212500', '192623.672500', '192624.132500', '192624.592500', '192625.052500', '192625.512500', '192625.972500', '192626.432500', '192626.892500', '192627.352500', '192627.812500', '192628.272500', '192628.732500', '192629.192500', '192629.652500', '192630.112500', '192630.572500', '192631.032500', '192631.492500', '192631.952500', '192632.412500', '192632.872500', '192633.332500', '192633.792500', '192634.252500', '192634.712500', '192635.172500', '192635.632500', '192636.092500', '192636.552500', '192637.012500', '192637.472500', '192637.932500', '192638.392500', '192638.852500', '192639.312500', '192639.772500', '192640.232500', '192640.692500', '192641.152500', '192641.612500', '192642.072500', '192642.532500', '192642.992500', '192643.452500', '192643.912500', '192644.372500', '192644.832500', '192645.292500', '192645.752500', '192646.212500', '192646.672500', '192647.132500', '192647.592500', '192648.052500', '192648.512500', '192648.972500', '192649.432500', '192649.892500', '192650.352500', '192650.812500', '192651.272500', '192651.732500', '192652.192500', '192652.652500', '192653.112500', '192653.572500', '192654.032500', '192654.492500', '192654.952500', '192655.412500', '192655.872500', '192656.332500', '192656.792500', '192657.252500', '192657.712500', '192658.172500', '192658.632500', '192659.092500', '192659.552500', '192700.012500', '192700.472500', '192700.932500', '192701.392500', '192701.852500', '192702.312500', '192702.772500', '192703.232500', '192703.692500', '192704.152500', '192704.612500', '192705.072500', '192705.532500', '192705.992500', '192706.452500', '192706.912500', '192707.372500', '192707.832500', '192708.292500', '192708.752500', '192709.212500', '192709.672500', '192710.132500', '192710.592500', '192711.052500', '192711.512500', '192711.972500', '192712.432500', '192712.892500', '192713.352500', '192713.812500', '192714.272500', '192714.732500', '192715.192500', '192715.652500', '192716.112500', '192716.572500', '192717.032500', '192717.492500', '192717.952500', '192718.412500', '192718.872500', '192719.332500', '192719.792500', '192720.252500', '192720.712500', '192721.172500', '192721.632500', '192722.092500', '192722.552500', '192723.012500', '192723.472500', '192723.932500', '192724.392500', '192724.852500', '192725.312500', '192725.772500', '192726.232500', '192726.692500', '192727.152500', '192727.612500', '192728.072500', '192728.532500', '192728.992500', '192729.452500', '192729.912500', '192730.372500', '192730.832500', '192731.292500', '192731.752500', '192732.212500', '192732.672500', '192733.132500', '192733.592500', '192734.052500', '192734.512500', '192734.972500', '192735.432500', '192735.892500', '192736.352500', '192736.812500', '192737.272500', '192737.732500', '192738.192500', '192738.652500', '192739.112500', '192739.572500', '192740.032500', '192740.492500', '192740.952500', '192741.412500', '192741.872500', '192742.332500', '192742.792500', '192743.252500', '192743.712500', '192744.172500', '192744.632500', '192745.092500', '192745.552500', '192746.012500', '192746.472500', '192746.932500', '192747.392500', '192747.852500', '192748.312500', '192748.772500', '192749.232500', '192749.692500', '192750.152500', '192750.612500', '192751.072500', '192751.532500', '192751.992500', '192752.452500', '192752.912500', '192753.372500', '192753.832500', '192754.292500', '192754.752500', '192755.212500', '192755.672500', '192756.132500', '192756.592500', '192757.052500', '192757.512500', '192757.972500', '192758.432500', '192758.892500', '192759.352500', '192759.812500', '192800.272500', '192800.732500', '192801.192500', '192801.652500', '192802.112500', '192802.572500', '192803.032500', '192803.492500', '192803.952500', '192804.412500', '192804.872500', '192805.332500', '192805.792500', '192806.252500', '192806.712500', '192807.172500', '192807.632500', '192808.092500', '192808.552500', '192809.012500', '192809.472500', '192809.932500', '192810.392500', '192810.852500', '192811.312500', '192811.772500', '192812.232500', '192812.692500', '192813.152500', '192813.612500', '192814.072500', '192814.532500', '192814.992500', '192815.452500', '192815.912500', '192816.372500', '192816.832500', '192817.292500', '192817.752500', '192818.212500', '192818.672500', '192819.132500', '192819.592500', '192820.052500', '192820.512500', '192820.972500', '192821.432500', '192821.892500', '192822.352500', '192822.812500', '192823.272500', '192823.732500', '192824.192500', '192824.652500', '192825.112500', '192825.572500', '192826.032500', '192826.492500', '192826.952500', '192827.412500', '192827.872500', '192828.332500', '192828.792500', '192829.252500', '192829.712500', '192830.172500', '192830.632500', '192831.092500', '192831.552500', '192832.012500', '192832.472500', '192832.932500', '192833.392500', '192833.852500', '192834.312500', '192834.772500', '192835.232500', '192835.692500', '192836.152500', '192836.612500', '192837.072500', '192837.532500', '192837.992500', '192838.452500', '192838.912500', '192839.372500', '192839.832500', '192840.292500', '192840.752500', '192841.212500', '192841.672500', '192842.132500', '192842.592500', '192843.052500', '192843.512500', '192843.972500', '192844.432500', '192844.892500', '192845.352500', '192845.812500', '192846.272500', '192846.732500', '192847.192500', '192847.652500', '192848.112500', '192848.572500', '192849.032500', '192849.492500', '192849.952500', '192850.412500', '192850.872500', '192851.332500', '192851.792500', '192852.252500', '192852.712500', '192853.172500', '192853.632500', '192854.092500', '192854.552500', '192855.012500', '192855.472500', '192855.932500', '192856.392500', '192856.852500', '192857.312500', '192857.772500', '192858.232500', '192858.692500', '192859.152500', '192859.612500', '192900.072500', '192900.532500', '192900.992500', '192901.452500', '192901.912500', '192902.372500', '192902.832500', '192903.292500', '192903.752500', '192904.212500', '192904.672500', '192905.132500', '192905.592500', '192906.052500', '192906.512500', '192906.972500', '192907.432500', '192907.892500', '192908.352500', '192908.812500', '192909.272500', '192909.732500', '192910.192500', '192910.652500', '192911.112500', '192911.572500', '192912.032500', '192912.492500', '192912.952500', '192913.412500', '192913.872500', '192914.332500', '192914.792500', '192915.252500', '192915.712500', '192916.172500', '192916.632500', '192917.092500', '192917.552500', '192918.012500', '192918.472500', '192918.932500', '192919.392500', '192919.852500', '192920.312500', '192920.772500', '192921.232500', '192921.692500', '192922.152500', '192922.612500', '192923.072500', '192923.532500', '192923.992500', '192924.452500', '192924.912500', '192925.372500', '192925.832500', '192926.292500', '192926.752500', '192927.212500', '192927.672500', '192928.132500', '192928.592500', '192929.052500', '192929.512500', '192929.972500', '192930.432500', '192930.892500', '192931.352500', '192931.812500', '192932.272500', '192932.732500', '192933.192500', '192933.652500', '192934.112500', '192934.572500', '192935.032500', '192935.492500', '192935.952500', '192936.412500', '192936.872500', '192937.332500', '192937.792500', '192938.252500', '192938.712500', '192939.172500', '192939.632500', '192940.092500', '192940.552500', '192941.012500', '192941.472500', '192941.932500', '192942.392500', '192942.852500', '192943.312500', '192943.772500', '192944.232500', '192944.692500', '192945.152500', '192945.612500', '192946.072500', '192946.532500', '192946.992500', '192947.452500', '192947.912500', '192948.372500', '192948.832500', '192949.292500', '192949.752500', '192950.212500', '192950.672500', '192951.132500', '192951.592500', '192952.052500', '192952.512500', '192952.972500', '192953.432500', '192953.892500', '192954.352500', '192954.812500', '192955.272500', '192955.732500', '192956.192500', '192956.652500', '192957.112500', '192957.572500', '192958.032500', '192958.492500', '192958.952500', '192959.412500', '192959.872500', '193000.332500', '193000.792500', '193001.252500', '193001.712500', '193002.172500', '193002.632500', '193003.092500', '193003.552500', '193004.012500', '193004.472500', '193004.932500', '193005.392500', '193005.852500', '193006.312500', '193006.772500', '193007.232500', '193007.692500', '193008.152500', '193008.612500', '193009.072500', '193009.532500', '193009.992500', '193010.452500', '193010.912500', '193011.372500', '193011.832500', '193012.292500', '193012.752500', '193013.212500', '193013.672500', '193014.132500', '193014.592500', '193015.052500', '193015.512500', '193015.972500', '193016.432500', '193016.892500', '193017.352500', '193017.812500', '193018.272500', '193018.732500', '193019.192500', '193019.652500', '193020.112500', '193020.572500', '193021.032500', '193021.492500', '193021.952500', '193022.412500', '193022.872500', '193023.332500', '193023.792500', '193024.252500', '193024.712500', '193025.172500', '193025.632500', '193026.092500', '193026.552500', '193027.012500', '193027.472500', '193027.932500', '193028.392500', '193028.852500', '193029.312500', '193029.772500', '193030.232500', '193030.692500', '193031.152500', '193031.612500', '193032.072500', '193032.532500', '193032.992500', '193033.452500', '193033.912500', '193034.372500', '193034.832500', '193035.292500', '193035.752500', '193036.212500', '193036.672500', '193037.132500', '193037.592500', '193038.052500', '193038.512500', '193038.972500', '193039.432500', '193039.892500', '193040.352500', '193040.812500', '193041.272500', '193041.732500', '193042.192500', '193042.652500', '193043.112500', '193043.572500', '193044.032500', '193044.492500', '193044.952500', '193045.412500', '193045.872500', '193046.332500', '193046.792500', '193047.252500', '193047.712500', '193048.172500', '193048.632500', '193049.092500', '193049.552500', '193050.012500', '193050.472500', '193050.932500', '193051.392500', '193051.852500', '193052.312500', '193052.772500', '193053.232500', '193053.692500', '193054.152500', '193054.612500', '193055.072500', '193055.532500', '193055.992500', '193056.452500', '193056.912500'], 'ContentTime': ['192217.985000', '192217.988000', '192217.990000', '192217.993000', '192217.995000', '192217.998000', '192218.002000', '192218.004000', '192218.007000', '192218.009000', '192218.012000', '192218.014000', '192218.017000', '192218.020000', '192218.022000', '192218.025000', '192218.027000', '192218.030000', '192218.032000', '192218.038000', '192218.040000', '192218.043000', '192218.045000', '192218.048000', '192218.050000', '192218.053000', '192237.956000', '192237.958000', '192237.961000', '192237.964000', '192237.966000', '192237.969000', '192237.971000', '192237.974000', '192237.976000', '192237.979000', '192237.981000', '192237.984000', '192237.986000', '192237.989000', '192237.992000', '192237.994000', '192237.997000', '192237.999000', '192238.002000', '192238.005000', '192238.007000', '192238.010000', '192238.012000', '192238.015000', '192238.017000', '192238.020000', '192238.022000', '192238.025000', '192238.027000', '192238.053000', '192238.055000', '192238.058000', '192238.061000', '192238.063000', '192238.066000', '192238.069000', '192238.071000', '192238.074000', '192238.077000', '192238.079000', '192238.082000', '192238.084000', '192238.089000', '192257.954000', '192257.957000', '192257.960000', '192257.962000', '192257.965000', '192257.967000', '192257.970000', '192257.973000', '192257.975000', '192257.978000', '192257.980000', '192257.983000', '192257.985000', '192257.988000', '192257.996000', '192257.998000', '192258.002000', '192258.005000', '192258.007000', '192258.010000', '192258.012000', '192258.015000', '192258.017000', '192258.020000', '192258.022000', '192258.025000', '192258.028000', '192258.030000', '192258.033000', '192258.035000', '192258.038000', '192258.040000', '192258.043000', '192258.046000', '192258.048000', '192258.051000', '192258.053000', '192258.056000', '192258.058000', '192258.061000', '192258.063000', '192258.066000', '192258.069000', '192258.071000', '192317.955000', '192317.958000', '192317.960000', '192317.963000', '192317.965000', '192317.968000', '192317.971000', '192317.973000', '192317.976000', '192317.978000', '192317.981000', '192317.983000', '192317.986000', '192317.989000', '192317.991000', '192317.994000', '192317.997000', '192318.000000', '192318.003000', '192318.005000', '192318.008000', '192318.011000', '192318.013000', '192318.016000', '192318.019000', '192318.021000', '192318.024000', '192318.026000', '192318.029000', '192318.032000', '192318.034000', '192318.037000', '192318.039000', '192318.042000', '192318.044000', '192318.047000', '192318.050000', '192318.052000', '192318.055000', '192318.057000', '192318.060000', '192318.062000', '192318.065000', '192337.954000', '192337.957000', '192337.960000', '192337.963000', '192337.965000', '192337.968000', '192337.970000', '192337.973000', '192337.975000', '192337.978000', '192337.981000', '192337.983000', '192337.986000', '192337.989000', '192337.991000', '192337.994000', '192337.996000', '192338.000000', '192338.003000', '192338.005000', '192338.008000', '192338.010000', '192338.013000', '192338.015000', '192338.018000', '192338.021000', '192338.023000', '192338.026000', '192338.028000', '192338.031000', '192338.034000', '192338.036000', '192338.039000', '192338.041000', '192338.044000', '192338.046000', '192338.049000', '192338.052000', '192338.054000', '192338.057000', '192338.059000', '192338.062000', '192338.064000', '192338.067000', '192357.954000', '192357.957000', '192357.960000', '192357.963000', '192357.965000', '192357.968000', '192357.970000', '192357.973000', '192357.975000', '192357.978000', '192357.980000', '192357.983000', '192357.986000', '192357.988000', '192357.991000', '192357.994000', '192357.996000', '192357.999000', '192358.001000', '192358.004000', '192358.007000', '192358.009000', '192358.012000', '192358.014000', '192358.017000', '192358.019000', '192358.022000', '192358.025000', '192358.027000', '192358.030000', '192358.032000', '192358.035000', '192358.038000', '192358.040000', '192358.043000', '192358.045000', '192358.048000', '192358.050000', '192358.053000', '192358.056000', '192358.058000', '192358.061000', '192358.063000', '192417.956000', '192417.958000', '192417.961000', '192417.963000', '192417.966000', '192417.969000', '192417.971000', '192417.974000', '192417.976000', '192417.979000', '192417.981000', '192417.984000', '192417.987000', '192417.989000', '192417.992000', '192417.995000', '192417.997000', '192418.000000', '192418.002000', '192418.005000', '192418.008000', '192418.010000', '192418.013000', '192418.015000', '192418.018000', '192418.038000', '192418.041000', '192418.043000', '192418.046000', '192418.048000', '192418.051000', '192418.054000', '192418.056000', '192418.059000', '192418.062000', '192418.064000', '192418.067000', '192418.069000', '192418.072000', '192418.074000', '192418.077000', '192418.080000', '192418.082000', '192418.085000', '192437.955000', '192437.958000', '192437.961000', '192437.964000', '192437.966000', '192437.969000', '192437.971000', '192437.974000', '192437.977000', '192437.979000', '192437.982000', '192437.984000', '192437.987000', '192437.990000', '192437.992000', '192437.995000', '192437.998000', '192438.000000', '192438.003000', '192438.005000', '192438.008000', '192438.010000', '192438.013000', '192438.016000', '192438.018000', '192438.021000', '192438.023000', '192438.026000', '192438.029000', '192438.031000', '192438.034000', '192438.036000', '192438.039000', '192438.042000', '192438.044000', '192438.047000', '192438.049000', '192438.052000', '192438.055000', '192438.057000', '192438.060000', '192438.062000', '192438.065000', '192457.956000', '192457.958000', '192457.961000', '192457.964000', '192457.966000', '192457.969000', '192457.971000', '192457.974000', '192457.977000', '192457.979000', '192457.982000', '192457.985000', '192457.987000', '192457.990000', '192457.993000', '192457.995000', '192457.998000', '192458.000000', '192458.003000', '192458.006000', '192458.008000', '192458.011000', '192458.014000', '192458.016000', '192458.019000', '192458.022000', '192458.024000', '192458.027000', '192458.029000', '192458.032000', '192458.035000', '192458.037000', '192458.040000', '192458.043000', '192458.045000', '192458.048000', '192458.050000', '192458.053000', '192458.056000', '192458.058000', '192458.061000', '192458.063000', '192458.066000', '192458.069000', '192517.954000', '192517.957000', '192517.960000', '192517.963000', '192517.965000', '192517.968000', '192517.970000', '192517.973000', '192517.976000', '192517.978000', '192517.981000', '192517.983000', '192517.986000', '192517.989000', '192517.991000', '192517.994000', '192517.996000', '192517.999000', '192518.002000', '192518.004000', '192518.007000', '192518.009000', '192518.012000', '192518.015000', '192518.017000', '192518.020000', '192518.023000', '192518.025000', '192518.028000', '192518.030000', '192518.033000', '192518.035000', '192518.038000', '192518.041000', '192518.043000', '192518.046000', '192518.049000', '192518.051000', '192518.054000', '192518.056000', '192518.059000', '192518.061000', '192518.064000', '192537.955000', '192537.957000', '192537.960000', '192537.963000', '192537.965000', '192537.968000', '192537.970000', '192537.973000', '192537.976000', '192537.979000', '192537.982000', '192537.985000', '192537.987000', '192537.990000', '192537.992000', '192537.995000', '192537.998000', '192538.000000', '192538.003000', '192538.005000', '192538.008000', '192538.011000', '192538.013000', '192538.016000', '192538.019000', '192538.021000', '192538.024000', '192538.026000', '192538.029000', '192538.032000', '192538.034000', '192538.037000', '192538.039000', '192538.042000', '192538.044000', '192538.047000', '192538.050000', '192538.052000', '192538.055000', '192538.058000', '192538.060000', '192538.063000', '192538.065000', '192557.955000', '192557.957000', '192557.960000', '192557.963000', '192557.965000', '192557.968000', '192557.970000', '192557.985000', '192557.987000', '192557.990000', '192557.993000', '192557.995000', '192557.998000', '192558.000000', '192558.003000', '192558.005000', '192558.008000', '192558.011000', '192558.013000', '192558.016000', '192558.018000', '192558.021000', '192558.024000', '192558.026000', '192558.029000', '192558.031000', '192558.034000', '192558.037000', '192558.039000', '192558.042000', '192558.044000', '192558.047000', '192558.050000', '192558.052000', '192558.055000', '192558.057000', '192558.060000', '192558.063000', '192558.065000', '192558.068000', '192558.071000', '192558.073000', '192558.076000', '192558.078000', '192617.954000', '192617.957000', '192617.960000', '192617.962000', '192617.965000', '192617.968000', '192617.970000', '192617.973000', '192617.976000', '192617.978000', '192617.981000', '192617.983000', '192617.987000', '192617.990000', '192617.992000', '192617.995000', '192617.998000', '192618.000000', '192618.003000', '192618.005000', '192618.008000', '192618.011000', '192618.013000', '192618.016000', '192618.018000', '192618.021000', '192618.024000', '192618.026000', '192618.029000', '192618.032000', '192618.034000', '192618.037000', '192618.040000', '192618.042000', '192618.045000', '192618.048000', '192618.050000', '192618.053000', '192618.055000', '192618.058000', '192618.060000', '192618.063000', '192618.066000', '192618.068000', '192637.956000', '192637.959000', '192637.961000', '192637.964000', '192637.966000', '192637.969000', '192637.972000', '192637.974000', '192637.977000', '192637.980000', '192637.982000', '192637.985000', '192637.987000', '192637.990000', '192637.992000', '192637.995000', '192637.998000', '192638.000000', '192638.003000', '192638.005000', '192638.008000', '192638.011000', '192638.013000', '192638.016000', '192638.018000', '192638.021000', '192638.024000', '192638.026000', '192638.029000', '192638.031000', '192638.034000', '192638.037000', '192638.039000', '192638.042000', '192638.045000', '192638.047000', '192638.050000', '192638.052000', '192638.055000', '192638.057000', '192638.060000', '192638.063000', '192638.065000', '192657.955000', '192657.958000', '192657.961000', '192657.964000', '192657.967000', '192657.970000', '192657.973000', '192657.975000', '192657.978000', '192657.980000', '192657.983000', '192657.986000', '192657.988000', '192657.991000', '192657.993000', '192657.996000', '192657.999000', '192658.001000', '192658.004000', '192658.007000', '192658.009000', '192658.012000', '192658.014000', '192658.017000', '192658.019000', '192658.022000', '192658.025000', '192658.027000', '192658.030000', '192658.032000', '192658.035000', '192658.038000', '192658.040000', '192658.043000', '192658.046000', '192658.048000', '192658.051000', '192658.054000', '192658.056000', '192658.059000', '192658.061000', '192658.064000', '192658.067000', '192717.956000', '192717.958000', '192717.961000', '192717.964000', '192717.966000', '192717.969000', '192717.972000', '192717.974000', '192717.977000', '192717.979000', '192717.982000', '192717.985000', '192717.987000', '192717.990000', '192717.992000', '192717.995000', '192717.998000', '192718.000000', '192718.003000', '192718.006000', '192718.008000', '192718.011000', '192718.013000', '192718.016000', '192718.019000', '192718.021000', '192718.024000', '192718.026000', '192718.029000', '192718.031000', '192718.034000', '192718.037000', '192718.051000', '192718.054000', '192718.057000', '192718.059000', '192718.062000', '192718.064000', '192718.067000', '192718.070000', '192718.072000', '192718.075000', '192718.077000', '192718.080000', '192737.955000', '192737.958000', '192737.960000', '192737.963000', '192737.966000', '192737.968000', '192737.971000', '192737.973000', '192737.976000', '192737.979000', '192737.981000', '192737.984000', '192737.986000', '192737.989000', '192737.992000', '192737.994000', '192737.997000', '192738.000000', '192738.003000', '192738.006000', '192738.008000', '192738.011000', '192738.014000', '192738.016000', '192738.019000', '192738.021000', '192738.024000', '192738.028000', '192738.031000', '192738.033000', '192738.036000', '192738.038000', '192738.041000', '192738.044000', '192738.046000', '192738.049000', '192738.054000', '192738.056000', '192738.059000', '192738.061000', '192738.064000', '192738.067000', '192738.069000', '192757.955000', '192757.957000', '192757.960000', '192757.963000', '192757.965000', '192757.968000', '192757.970000', '192757.973000', '192757.976000', '192757.978000', '192757.981000', '192757.983000', '192757.986000', '192757.989000', '192757.991000', '192757.994000', '192757.996000', '192758.000000', '192758.003000', '192758.005000', '192758.008000', '192758.010000', '192758.013000', '192758.016000', '192758.018000', '192758.021000', '192758.023000', '192758.026000', '192758.028000', '192758.031000', '192758.034000', '192758.036000', '192758.039000', '192758.042000', '192758.044000', '192758.047000', '192758.049000', '192758.052000', '192758.054000', '192758.057000', '192758.060000', '192758.062000', '192758.065000', '192758.067000', '192817.955000', '192817.958000', '192817.960000', '192817.963000', '192817.965000', '192817.968000', '192817.970000', '192817.973000', '192817.976000', '192817.978000', '192817.981000', '192817.983000', '192817.986000', '192817.988000', '192817.991000', '192817.994000', '192817.996000', '192817.999000', '192818.002000', '192818.004000', '192818.007000', '192818.009000', '192818.012000', '192818.015000', '192818.017000', '192818.020000', '192818.022000', '192818.025000', '192818.028000', '192818.030000', '192818.033000', '192818.036000', '192818.038000', '192818.041000', '192818.043000', '192818.046000', '192818.049000', '192818.051000', '192818.054000', '192818.056000', '192818.059000', '192818.062000', '192818.064000', '192837.955000', '192837.957000', '192837.960000', '192837.963000', '192837.965000', '192837.968000', '192837.970000', '192837.973000', '192837.976000', '192837.978000', '192837.981000', '192837.983000', '192837.986000', '192837.989000', '192837.991000', '192837.994000', '192837.997000', '192837.999000', '192838.002000', '192838.004000', '192838.007000', '192838.010000', '192838.012000', '192838.015000', '192838.017000', '192838.020000', '192838.022000', '192838.025000', '192838.028000', '192838.030000', '192838.033000', '192838.036000', '192838.038000', '192838.041000', '192838.044000', '192838.046000', '192838.049000', '192838.051000', '192838.054000', '192838.056000', '192838.059000', '192838.062000', '192838.064000', '192838.077000', '192857.955000', '192857.958000', '192857.961000', '192857.963000', '192857.966000', '192857.969000', '192857.971000', '192857.974000', '192857.976000', '192857.979000', '192857.981000', '192857.984000', '192857.987000', '192857.989000', '192857.992000', '192857.995000', '192857.997000', '192858.000000', '192858.002000', '192858.005000', '192858.008000', '192858.010000', '192858.013000', '192858.016000', '192858.018000', '192858.021000', '192858.023000', '192858.026000', '192858.029000', '192858.031000', '192858.034000', '192858.036000', '192858.039000', '192858.042000', '192858.045000', '192858.048000', '192858.051000', '192858.054000', '192858.056000', '192858.059000', '192858.061000', '192858.065000', '192858.068000', '192917.956000', '192917.958000', '192917.961000', '192917.964000', '192917.966000', '192917.969000', '192917.972000', '192917.974000', '192917.977000', '192917.979000', '192917.982000', '192917.985000', '192917.987000', '192917.990000', '192917.993000', '192917.995000', '192917.998000', '192918.001000', '192918.004000', '192918.006000', '192918.009000', '192918.012000', '192918.014000', '192918.017000', '192918.019000', '192918.022000', '192918.024000', '192918.027000', '192918.030000', '192918.033000', '192918.035000', '192918.038000', '192918.041000', '192918.043000', '192918.046000', '192918.048000', '192918.051000', '192918.054000', '192918.056000', '192918.059000', '192918.061000', '192918.064000', '192918.067000', '192918.069000', '192937.955000', '192937.958000', '192937.961000', '192937.964000', '192937.966000', '192937.969000', '192937.971000', '192937.974000', '192937.977000', '192937.979000', '192937.982000', '192937.984000', '192937.987000', '192937.990000', '192937.992000', '192937.995000', '192937.997000', '192938.000000', '192938.003000', '192938.005000', '192938.008000', '192938.010000', '192938.013000', '192938.016000', '192938.018000', '192938.021000', '192938.024000', '192938.027000', '192938.029000', '192938.032000', '192938.034000', '192938.037000', '192938.040000', '192938.042000', '192938.045000', '192938.047000', '192938.050000', '192938.053000', '192938.055000', '192938.058000', '192938.060000', '192938.063000', '192938.066000', '192957.955000', '192957.958000', '192957.960000', '192957.963000', '192957.965000', '192957.968000', '192957.971000', '192957.973000', '192957.976000', '192957.978000', '192957.981000', '192957.984000', '192957.986000', '192957.989000', '192957.992000', '192957.994000', '192957.997000', '192957.999000', '192958.002000', '192958.004000', '192958.007000', '192958.010000', '192958.012000', '192958.015000', '192958.017000', '192958.020000', '192958.023000', '192958.025000', '192958.028000', '192958.030000', '192958.033000', '192958.036000', '192958.038000', '192958.041000', '192958.043000', '192958.046000', '192958.049000', '192958.051000', '192958.054000', '192958.057000', '192958.059000', '192958.062000', '192958.064000', '192958.067000', '193017.954000', '193017.957000', '193017.960000', '193017.963000', '193017.965000', '193017.968000', '193017.970000', '193017.981000', '193017.984000', '193017.986000', '193017.989000', '193017.992000', '193017.994000', '193017.997000', '193018.000000', '193018.002000', '193018.005000', '193018.008000', '193018.010000', '193018.013000', '193018.015000', '193018.018000', '193018.021000', '193018.023000', '193018.026000', '193018.029000', '193018.031000', '193018.034000', '193018.036000', '193018.039000', '193018.042000', '193018.045000', '193018.048000', '193018.050000', '193018.053000', '193018.055000', '193018.058000', '193018.061000', '193018.063000', '193018.066000', '193018.068000', '193018.071000', '193018.074000', '193037.955000', '193037.957000', '193037.960000', '193037.963000', '193037.965000', '193037.968000', '193037.970000', '193037.973000', '193037.976000', '193037.978000', '193037.981000', '193037.984000', '193037.986000', '193037.989000', '193037.991000', '193037.994000', '193037.997000', '193037.999000', '193038.002000', '193038.004000', '193038.007000', '193038.010000', '193038.012000', '193038.015000', '193038.018000', '193038.020000', '193038.023000', '193038.025000', '193038.028000', '193038.031000', '193038.033000', '193038.036000', '193038.038000', '193038.041000', '193038.044000', '193038.046000', '193038.049000', '193038.051000', '193038.054000', '193038.057000', '193038.059000', '193038.062000', '193038.064000', '193038.067000', '193057.954000', '193057.957000', '193057.960000', '193057.963000', '193057.966000', '193057.969000', '193057.972000', '193057.975000', '193057.978000', '193057.981000', '193057.984000', '193057.987000', '193057.990000', '193057.993000', '193057.996000', '193057.998000', '193058.003000', '193058.006000', '193058.009000', '193058.012000', '193058.015000', '193058.018000', '193058.029000', '193058.037000', '193058.040000', '193058.042000', '193058.045000', '193058.048000', '193058.052000', '193058.055000', '193058.058000', '193058.068000', '193058.071000', '193058.074000', '193058.077000', '193058.080000', '193058.083000', '193058.086000', '193058.089000', '193058.091000', '193058.094000', '193058.098000', '193058.101000', '193058.172000'], 'InstanceCreationTime': ['192217.985000', '192217.988000', '192217.990000', '192217.993000', '192217.995000', '192217.998000', '192218.002000', '192218.004000', '192218.007000', '192218.009000', '192218.012000', '192218.014000', '192218.017000', '192218.020000', '192218.022000', '192218.025000', '192218.027000', '192218.030000', '192218.032000', '192218.038000', '192218.040000', '192218.043000', '192218.045000', '192218.048000', '192218.050000', '192218.053000', '192237.956000', '192237.958000', '192237.961000', '192237.964000', '192237.966000', '192237.969000', '192237.971000', '192237.974000', '192237.976000', '192237.979000', '192237.981000', '192237.984000', '192237.986000', '192237.989000', '192237.992000', '192237.994000', '192237.997000', '192237.999000', '192238.002000', '192238.005000', '192238.007000', '192238.010000', '192238.012000', '192238.015000', '192238.017000', '192238.020000', '192238.022000', '192238.025000', '192238.027000', '192238.053000', '192238.055000', '192238.058000', '192238.061000', '192238.063000', '192238.066000', '192238.069000', '192238.071000', '192238.074000', '192238.077000', '192238.079000', '192238.082000', '192238.084000', '192238.089000', '192257.954000', '192257.957000', '192257.960000', '192257.962000', '192257.965000', '192257.967000', '192257.970000', '192257.973000', '192257.975000', '192257.978000', '192257.980000', '192257.983000', '192257.985000', '192257.988000', '192257.996000', '192257.998000', '192258.002000', '192258.005000', '192258.007000', '192258.010000', '192258.012000', '192258.015000', '192258.017000', '192258.020000', '192258.022000', '192258.025000', '192258.028000', '192258.030000', '192258.033000', '192258.035000', '192258.038000', '192258.040000', '192258.043000', '192258.046000', '192258.048000', '192258.051000', '192258.053000', '192258.056000', '192258.058000', '192258.061000', '192258.063000', '192258.066000', '192258.069000', '192258.071000', '192317.955000', '192317.958000', '192317.960000', '192317.963000', '192317.965000', '192317.968000', '192317.971000', '192317.973000', '192317.976000', '192317.978000', '192317.981000', '192317.983000', '192317.986000', '192317.989000', '192317.991000', '192317.994000', '192317.997000', '192318.000000', '192318.003000', '192318.005000', '192318.008000', '192318.011000', '192318.013000', '192318.016000', '192318.019000', '192318.021000', '192318.024000', '192318.026000', '192318.029000', '192318.032000', '192318.034000', '192318.037000', '192318.039000', '192318.042000', '192318.044000', '192318.047000', '192318.050000', '192318.052000', '192318.055000', '192318.057000', '192318.060000', '192318.062000', '192318.065000', '192337.954000', '192337.957000', '192337.960000', '192337.963000', '192337.965000', '192337.968000', '192337.970000', '192337.973000', '192337.975000', '192337.978000', '192337.981000', '192337.983000', '192337.986000', '192337.989000', '192337.991000', '192337.994000', '192337.996000', '192338.000000', '192338.003000', '192338.005000', '192338.008000', '192338.010000', '192338.013000', '192338.015000', '192338.018000', '192338.021000', '192338.023000', '192338.026000', '192338.028000', '192338.031000', '192338.034000', '192338.036000', '192338.039000', '192338.041000', '192338.044000', '192338.046000', '192338.049000', '192338.052000', '192338.054000', '192338.057000', '192338.059000', '192338.062000', '192338.064000', '192338.067000', '192357.954000', '192357.957000', '192357.960000', '192357.963000', '192357.965000', '192357.968000', '192357.970000', '192357.973000', '192357.975000', '192357.978000', '192357.980000', '192357.983000', '192357.986000', '192357.988000', '192357.991000', '192357.994000', '192357.996000', '192357.999000', '192358.001000', '192358.004000', '192358.007000', '192358.009000', '192358.012000', '192358.014000', '192358.017000', '192358.019000', '192358.022000', '192358.025000', '192358.027000', '192358.030000', '192358.032000', '192358.035000', '192358.038000', '192358.040000', '192358.043000', '192358.045000', '192358.048000', '192358.050000', '192358.053000', '192358.056000', '192358.058000', '192358.061000', '192358.063000', '192417.956000', '192417.958000', '192417.961000', '192417.963000', '192417.966000', '192417.969000', '192417.971000', '192417.974000', '192417.976000', '192417.979000', '192417.981000', '192417.984000', '192417.987000', '192417.989000', '192417.992000', '192417.995000', '192417.997000', '192418.000000', '192418.002000', '192418.005000', '192418.008000', '192418.010000', '192418.013000', '192418.015000', '192418.018000', '192418.038000', '192418.041000', '192418.043000', '192418.046000', '192418.048000', '192418.051000', '192418.054000', '192418.056000', '192418.059000', '192418.062000', '192418.064000', '192418.067000', '192418.069000', '192418.072000', '192418.074000', '192418.077000', '192418.080000', '192418.082000', '192418.085000', '192437.955000', '192437.958000', '192437.961000', '192437.964000', '192437.966000', '192437.969000', '192437.971000', '192437.974000', '192437.977000', '192437.979000', '192437.982000', '192437.984000', '192437.987000', '192437.990000', '192437.992000', '192437.995000', '192437.998000', '192438.000000', '192438.003000', '192438.005000', '192438.008000', '192438.010000', '192438.013000', '192438.016000', '192438.018000', '192438.021000', '192438.023000', '192438.026000', '192438.029000', '192438.031000', '192438.034000', '192438.036000', '192438.039000', '192438.042000', '192438.044000', '192438.047000', '192438.049000', '192438.052000', '192438.055000', '192438.057000', '192438.060000', '192438.062000', '192438.065000', '192457.956000', '192457.958000', '192457.961000', '192457.964000', '192457.966000', '192457.969000', '192457.971000', '192457.974000', '192457.977000', '192457.979000', '192457.982000', '192457.985000', '192457.987000', '192457.990000', '192457.993000', '192457.995000', '192457.998000', '192458.000000', '192458.003000', '192458.006000', '192458.008000', '192458.011000', '192458.014000', '192458.016000', '192458.019000', '192458.022000', '192458.024000', '192458.027000', '192458.029000', '192458.032000', '192458.035000', '192458.037000', '192458.040000', '192458.043000', '192458.045000', '192458.048000', '192458.050000', '192458.053000', '192458.056000', '192458.058000', '192458.061000', '192458.063000', '192458.066000', '192458.069000', '192517.954000', '192517.957000', '192517.960000', '192517.963000', '192517.965000', '192517.968000', '192517.970000', '192517.973000', '192517.976000', '192517.978000', '192517.981000', '192517.983000', '192517.986000', '192517.989000', '192517.991000', '192517.994000', '192517.996000', '192517.999000', '192518.002000', '192518.004000', '192518.007000', '192518.009000', '192518.012000', '192518.015000', '192518.017000', '192518.020000', '192518.023000', '192518.025000', '192518.028000', '192518.030000', '192518.033000', '192518.035000', '192518.038000', '192518.041000', '192518.043000', '192518.046000', '192518.049000', '192518.051000', '192518.054000', '192518.056000', '192518.059000', '192518.061000', '192518.064000', '192537.955000', '192537.957000', '192537.960000', '192537.963000', '192537.965000', '192537.968000', '192537.970000', '192537.973000', '192537.976000', '192537.979000', '192537.982000', '192537.985000', '192537.987000', '192537.990000', '192537.992000', '192537.995000', '192537.998000', '192538.000000', '192538.003000', '192538.005000', '192538.008000', '192538.011000', '192538.013000', '192538.016000', '192538.019000', '192538.021000', '192538.024000', '192538.026000', '192538.029000', '192538.032000', '192538.034000', '192538.037000', '192538.039000', '192538.042000', '192538.044000', '192538.047000', '192538.050000', '192538.052000', '192538.055000', '192538.058000', '192538.060000', '192538.063000', '192538.065000', '192557.955000', '192557.957000', '192557.960000', '192557.963000', '192557.965000', '192557.968000', '192557.970000', '192557.985000', '192557.987000', '192557.990000', '192557.993000', '192557.995000', '192557.998000', '192558.000000', '192558.003000', '192558.005000', '192558.008000', '192558.011000', '192558.013000', '192558.016000', '192558.018000', '192558.021000', '192558.024000', '192558.026000', '192558.029000', '192558.031000', '192558.034000', '192558.037000', '192558.039000', '192558.042000', '192558.044000', '192558.047000', '192558.050000', '192558.052000', '192558.055000', '192558.057000', '192558.060000', '192558.063000', '192558.065000', '192558.068000', '192558.071000', '192558.073000', '192558.076000', '192558.078000', '192617.954000', '192617.957000', '192617.960000', '192617.962000', '192617.965000', '192617.968000', '192617.970000', '192617.973000', '192617.976000', '192617.978000', '192617.981000', '192617.983000', '192617.987000', '192617.990000', '192617.992000', '192617.995000', '192617.998000', '192618.000000', '192618.003000', '192618.005000', '192618.008000', '192618.011000', '192618.013000', '192618.016000', '192618.018000', '192618.021000', '192618.024000', '192618.026000', '192618.029000', '192618.032000', '192618.034000', '192618.037000', '192618.040000', '192618.042000', '192618.045000', '192618.048000', '192618.050000', '192618.053000', '192618.055000', '192618.058000', '192618.060000', '192618.063000', '192618.066000', '192618.068000', '192637.956000', '192637.959000', '192637.961000', '192637.964000', '192637.966000', '192637.969000', '192637.972000', '192637.974000', '192637.977000', '192637.980000', '192637.982000', '192637.985000', '192637.987000', '192637.990000', '192637.992000', '192637.995000', '192637.998000', '192638.000000', '192638.003000', '192638.005000', '192638.008000', '192638.011000', '192638.013000', '192638.016000', '192638.018000', '192638.021000', '192638.024000', '192638.026000', '192638.029000', '192638.031000', '192638.034000', '192638.037000', '192638.039000', '192638.042000', '192638.045000', '192638.047000', '192638.050000', '192638.052000', '192638.055000', '192638.057000', '192638.060000', '192638.063000', '192638.065000', '192657.955000', '192657.958000', '192657.961000', '192657.964000', '192657.967000', '192657.970000', '192657.973000', '192657.975000', '192657.978000', '192657.980000', '192657.983000', '192657.986000', '192657.988000', '192657.991000', '192657.993000', '192657.996000', '192657.999000', '192658.001000', '192658.004000', '192658.007000', '192658.009000', '192658.012000', '192658.014000', '192658.017000', '192658.019000', '192658.022000', '192658.025000', '192658.027000', '192658.030000', '192658.032000', '192658.035000', '192658.038000', '192658.040000', '192658.043000', '192658.046000', '192658.048000', '192658.051000', '192658.054000', '192658.056000', '192658.059000', '192658.061000', '192658.064000', '192658.067000', '192717.956000', '192717.958000', '192717.961000', '192717.964000', '192717.966000', '192717.969000', '192717.972000', '192717.974000', '192717.977000', '192717.979000', '192717.982000', '192717.985000', '192717.987000', '192717.990000', '192717.992000', '192717.995000', '192717.998000', '192718.000000', '192718.003000', '192718.006000', '192718.008000', '192718.011000', '192718.013000', '192718.016000', '192718.019000', '192718.021000', '192718.024000', '192718.026000', '192718.029000', '192718.031000', '192718.034000', '192718.037000', '192718.051000', '192718.054000', '192718.057000', '192718.059000', '192718.062000', '192718.064000', '192718.067000', '192718.070000', '192718.072000', '192718.075000', '192718.077000', '192718.080000', '192737.955000', '192737.958000', '192737.960000', '192737.963000', '192737.966000', '192737.968000', '192737.971000', '192737.973000', '192737.976000', '192737.979000', '192737.981000', '192737.984000', '192737.986000', '192737.989000', '192737.992000', '192737.994000', '192737.997000', '192738.000000', '192738.003000', '192738.006000', '192738.008000', '192738.011000', '192738.014000', '192738.016000', '192738.019000', '192738.021000', '192738.024000', '192738.028000', '192738.031000', '192738.033000', '192738.036000', '192738.038000', '192738.041000', '192738.044000', '192738.046000', '192738.049000', '192738.054000', '192738.056000', '192738.059000', '192738.061000', '192738.064000', '192738.067000', '192738.069000', '192757.955000', '192757.957000', '192757.960000', '192757.963000', '192757.965000', '192757.968000', '192757.970000', '192757.973000', '192757.976000', '192757.978000', '192757.981000', '192757.983000', '192757.986000', '192757.989000', '192757.991000', '192757.994000', '192757.996000', '192758.000000', '192758.003000', '192758.005000', '192758.008000', '192758.010000', '192758.013000', '192758.016000', '192758.018000', '192758.021000', '192758.023000', '192758.026000', '192758.028000', '192758.031000', '192758.034000', '192758.036000', '192758.039000', '192758.042000', '192758.044000', '192758.047000', '192758.049000', '192758.052000', '192758.054000', '192758.057000', '192758.060000', '192758.062000', '192758.065000', '192758.067000', '192817.955000', '192817.958000', '192817.960000', '192817.963000', '192817.965000', '192817.968000', '192817.970000', '192817.973000', '192817.976000', '192817.978000', '192817.981000', '192817.983000', '192817.986000', '192817.988000', '192817.991000', '192817.994000', '192817.996000', '192817.999000', '192818.002000', '192818.004000', '192818.007000', '192818.009000', '192818.012000', '192818.015000', '192818.017000', '192818.020000', '192818.022000', '192818.025000', '192818.028000', '192818.030000', '192818.033000', '192818.036000', '192818.038000', '192818.041000', '192818.043000', '192818.046000', '192818.049000', '192818.051000', '192818.054000', '192818.056000', '192818.059000', '192818.062000', '192818.064000', '192837.955000', '192837.957000', '192837.960000', '192837.963000', '192837.965000', '192837.968000', '192837.970000', '192837.973000', '192837.976000', '192837.978000', '192837.981000', '192837.983000', '192837.986000', '192837.989000', '192837.991000', '192837.994000', '192837.997000', '192837.999000', '192838.002000', '192838.004000', '192838.007000', '192838.010000', '192838.012000', '192838.015000', '192838.017000', '192838.020000', '192838.022000', '192838.025000', '192838.028000', '192838.030000', '192838.033000', '192838.036000', '192838.038000', '192838.041000', '192838.044000', '192838.046000', '192838.049000', '192838.051000', '192838.054000', '192838.056000', '192838.059000', '192838.062000', '192838.064000', '192838.077000', '192857.955000', '192857.958000', '192857.961000', '192857.963000', '192857.966000', '192857.969000', '192857.971000', '192857.974000', '192857.976000', '192857.979000', '192857.981000', '192857.984000', '192857.987000', '192857.989000', '192857.992000', '192857.995000', '192857.997000', '192858.000000', '192858.002000', '192858.005000', '192858.008000', '192858.010000', '192858.013000', '192858.016000', '192858.018000', '192858.021000', '192858.023000', '192858.026000', '192858.029000', '192858.031000', '192858.034000', '192858.036000', '192858.039000', '192858.042000', '192858.045000', '192858.048000', '192858.051000', '192858.054000', '192858.056000', '192858.059000', '192858.061000', '192858.065000', '192858.068000', '192917.956000', '192917.958000', '192917.961000', '192917.964000', '192917.966000', '192917.969000', '192917.972000', '192917.974000', '192917.977000', '192917.979000', '192917.982000', '192917.985000', '192917.987000', '192917.990000', '192917.993000', '192917.995000', '192917.998000', '192918.001000', '192918.004000', '192918.006000', '192918.009000', '192918.012000', '192918.014000', '192918.017000', '192918.019000', '192918.022000', '192918.024000', '192918.027000', '192918.030000', '192918.033000', '192918.035000', '192918.038000', '192918.041000', '192918.043000', '192918.046000', '192918.048000', '192918.051000', '192918.054000', '192918.056000', '192918.059000', '192918.061000', '192918.064000', '192918.067000', '192918.069000', '192937.955000', '192937.958000', '192937.961000', '192937.964000', '192937.966000', '192937.969000', '192937.971000', '192937.974000', '192937.977000', '192937.979000', '192937.982000', '192937.984000', '192937.987000', '192937.990000', '192937.992000', '192937.995000', '192937.997000', '192938.000000', '192938.003000', '192938.005000', '192938.008000', '192938.010000', '192938.013000', '192938.016000', '192938.018000', '192938.021000', '192938.024000', '192938.027000', '192938.029000', '192938.032000', '192938.034000', '192938.037000', '192938.040000', '192938.042000', '192938.045000', '192938.047000', '192938.050000', '192938.053000', '192938.055000', '192938.058000', '192938.060000', '192938.063000', '192938.066000', '192957.955000', '192957.958000', '192957.960000', '192957.963000', '192957.965000', '192957.968000', '192957.971000', '192957.973000', '192957.976000', '192957.978000', '192957.981000', '192957.984000', '192957.986000', '192957.989000', '192957.992000', '192957.994000', '192957.997000', '192957.999000', '192958.002000', '192958.004000', '192958.007000', '192958.010000', '192958.012000', '192958.015000', '192958.017000', '192958.020000', '192958.023000', '192958.025000', '192958.028000', '192958.030000', '192958.033000', '192958.036000', '192958.038000', '192958.041000', '192958.043000', '192958.046000', '192958.049000', '192958.051000', '192958.054000', '192958.057000', '192958.059000', '192958.062000', '192958.064000', '192958.067000', '193017.954000', '193017.957000', '193017.960000', '193017.963000', '193017.965000', '193017.968000', '193017.970000', '193017.981000', '193017.984000', '193017.986000', '193017.989000', '193017.992000', '193017.994000', '193017.997000', '193018.000000', '193018.002000', '193018.005000', '193018.008000', '193018.010000', '193018.013000', '193018.015000', '193018.018000', '193018.021000', '193018.023000', '193018.026000', '193018.029000', '193018.031000', '193018.034000', '193018.036000', '193018.039000', '193018.042000', '193018.045000', '193018.048000', '193018.050000', '193018.053000', '193018.055000', '193018.058000', '193018.061000', '193018.063000', '193018.066000', '193018.068000', '193018.071000', '193018.074000', '193037.955000', '193037.957000', '193037.960000', '193037.963000', '193037.965000', '193037.968000', '193037.970000', '193037.973000', '193037.976000', '193037.978000', '193037.981000', '193037.984000', '193037.986000', '193037.989000', '193037.991000', '193037.994000', '193037.997000', '193037.999000', '193038.002000', '193038.004000', '193038.007000', '193038.010000', '193038.012000', '193038.015000', '193038.018000', '193038.020000', '193038.023000', '193038.025000', '193038.028000', '193038.031000', '193038.033000', '193038.036000', '193038.038000', '193038.041000', '193038.044000', '193038.046000', '193038.049000', '193038.051000', '193038.054000', '193038.057000', '193038.059000', '193038.062000', '193038.064000', '193038.067000', '193057.954000', '193057.957000', '193057.960000', '193057.963000', '193057.966000', '193057.969000', '193057.972000', '193057.975000', '193057.978000', '193057.981000', '193057.984000', '193057.987000', '193057.990000', '193057.993000', '193057.996000', '193057.998000', '193058.003000', '193058.006000', '193058.009000', '193058.012000', '193058.015000', '193058.018000', '193058.029000', '193058.037000', '193058.040000', '193058.042000', '193058.045000', '193058.048000', '193058.052000', '193058.055000', '193058.058000', '193058.068000', '193058.071000', '193058.074000', '193058.077000', '193058.080000', '193058.083000', '193058.086000', '193058.089000', '193058.091000', '193058.094000', '193058.098000', '193058.101000', '193058.172000'], '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': [9274, 13188, 8622, 12427, 8381, 12996, 8478, 12375, 9025, 12685, 7901, 12278, 7780, 11539, 10566, 11356, 7561, 11658, 11260, 10874, 14142, 10443, 12730, 10091, 13201, 9882, 13442, 9738, 12946, 9459, 13230, 9713, 13119, 9810, 12967, 9891, 13197, 9969, 13723, 10111, 13587, 9613, 13040, 9373, 12784, 8494, 11865, 7913, 11755, 8441, 11248, 12653, 10593, 11429, 10318, 12997, 9836, 12552, 9524, 12470, 9602, 12658, 9321, 12183, 8000, 11132, 7872, 11892, 7925, 11880, 9475, 10987, 13418, 10583, 10466, 10164, 11156, 10187, 13486, 9949, 12437, 9604, 12025, 9674, 12242, 9778, 12124, 9948, 13582, 10194, 13854, 10214, 12981, 9576, 13015, 9611, 12820, 9423, 12453, 9406, 12720, 9439, 12837, 9949, 12836, 10269, 12895, 9746, 12617, 9539, 12411, 8856, 12411, 8049, 11261, 8403, 10664, 9621, 10956, 8262, 11080, 10412, 10453, 13782, 10071, 12562, 9932, 13121, 9887, 12472, 9537, 12863, 9429, 12385, 9215, 12165, 8630, 11961, 8501, 11803, 8052, 11669, 8023, 11809, 9138, 11308, 14584, 10213, 12590, 9733, 12415, 9921, 11870, 9513, 11702, 8808, 12100, 8353, 10590, 14986, 10376, 12435, 9777, 12702, 9591, 12474, 9061, 12257, 8286, 11514, 10456, 10243, 13410, 10327, 12485, 9162, 11612, 8101, 11077, 8764, 10695, 14681, 10620, 12702, 9540, 12585, 9090, 12344, 9093, 11392, 9532, 10823, 14685, 10290, 12987, 9703, 12522, 9051, 12159, 8089, 10909, 12022, 9911, 13109, 10040, 12723, 9739, 12165, 8681, 11337, 8036, 11448, 8456, 11118, 11107, 10280, 13488, 10079, 12957, 9669, 8879, 10537, 8377, 13620, 10024, 11258, 10192, 13957, 8581, 11453, 12691, 10108, 13236, 9822, 12452, 8865, 11977, 8307, 12322, 8500, 12566, 8758, 12602, 8638, 12510, 8710, 12267, 8795, 11771, 9134, 11876, 8408, 11890, 8397, 12058, 8774, 11760, 9138, 11192, 9108, 11436, 7913, 12187, 8413, 12084, 8474, 11730, 8134, 12048, 8090, 11943, 8448, 11331, 10069, 11123, 9054, 11005, 9155, 11108, 10152, 11183, 11465, 10769, 8341, 12187, 8416, 12005, 8610, 12241, 9020, 12568, 8109, 12258, 8271, 12228, 8750, 12495, 9186, 12679, 9342, 12895, 9857, 12545, 9921, 12296, 10030, 13182, 9813, 7367, 12132, 9689, 11146, 11146, 9791, 11971, 8046, 12698, 8445, 12816, 8609, 12698, 9142, 12970, 10293, 12927, 10424, 12755, 10483, 12874, 10334, 13101, 10206, 9863, 10368, 9291, 10848, 9437, 11863, 7980, 12490, 8721, 12787, 9321, 13187, 10305, 13435, 10217, 12933, 10286, 13266, 10316, 12830, 10305, 8064, 11330, 11696, 10818, 14038, 10509, 13125, 10280, 12440, 9851, 12045, 10306, 12384, 10336, 12934, 10417, 12853, 9717, 12755, 10140, 13144, 9768, 12701, 9897, 12970, 9715, 12373, 9340, 12300, 8745, 11784, 10458, 12020, 12849, 10648, 13094, 10538, 12508, 10073, 11666, 8052, 11336, 9418, 10737, 13827, 10443, 12045, 9690, 12382, 9632, 12041, 8468, 11459, 8824, 11305, 9617, 11092, 14458, 10350, 12619, 10041, 12113, 8762, 11698, 8092, 11518, 13676, 10325, 12220, 9348, 12173, 8501, 11121, 8008, 11519, 11220, 10489, 13622, 10485, 12923, 9391, 12020, 8628, 11453, 10482, 11549, 13012, 10209, 13149, 10440, 12655, 8901, 12417, 8428, 11404, 9062, 11500, 14815, 10817, 13169, 9979, 13391, 10184, 12654, 9883, 13228, 9961, 12764, 10412, 12858, 10049, 12396, 9935, 12074, 9052, 12125, 8862, 11517, 8222, 11463, 8758, 12116, 8395, 12202, 8703, 11983, 8804, 12466, 8982, 12320, 8399, 12253, 8608, 12088, 8820, 12134, 8590, 11989, 8785, 11905, 8944, 11779, 10065, 12074, 8485, 11993, 9539, 11654, 14781, 10757, 13338, 10547, 12235, 10272, 11985, 9931, 11967, 10180, 12102, 10322, 12595, 9768, 12157, 9853, 12533, 10237, 12603, 9738, 12720, 9836, 11803, 9040, 11867, 8831, 11788, 8529, 11915, 8627, 11757, 8661, 12051, 9199, 11942, 8721, 11196, 8647, 10965, 8220, 10984, 10508, 10676, 12285, 10497, 12639, 10624, 11667, 10284, 13294, 10116, 12491, 10053, 11745, 10013, 11914, 10393, 11522, 8847, 11541, 8119, 11099, 8641, 11084, 13017, 10687, 12218, 10126, 11856, 8344, 11267, 8405, 10598, 13549, 10243, 12154, 9404, 11312, 8455, 11184, 8793, 11021, 13574, 9966, 12334, 9537, 11748, 8592, 11092, 8730, 11118, 13345, 10422, 12543, 10178, 11818, 10251, 12130, 9794, 12033, 8889, 11961, 8948, 11851, 9193, 11407, 13956, 10566, 12815, 10526, 12088, 10016, 11658, 9199, 11564, 8452, 11558, 8366, 11797, 8661, 11337, 10533, 11453, 14688, 10896, 12930, 9949, 12093, 10229, 12574, 10314, 12523, 10352, 13149, 10318, 12327, 10164, 12740, 9980, 11913, 9694, 11802, 9271, 11823, 8628, 11633, 8570, 11748, 8767, 11807, 9061, 11702, 8872, 11896, 8749, 12006, 8551, 12129, 8635, 11820, 8905, 12229, 8943, 12553, 10279, 10222, 10756, 7631, 11634, 8761, 11434, 11156, 10827, 13051, 10199, 12598, 9885, 12019, 8804, 11849, 8220, 11620, 8771, 11534, 10270, 11579, 14082, 10782, 13337, 10359, 11811, 10526, 11737, 9432, 11602, 8495, 11092, 7963, 10712, 9460, 10294, 13324, 10078, 11774, 9783, 11609, 9793, 12150, 9975, 11650, 8991, 10917, 8229, 11066, 9116, 10945, 13455, 10200, 11979, 9607, 11683, 8295, 11078, 8153, 10985, 8911, 10951, 13692, 10197, 12336, 10099, 11813, 9631, 11939, 8880, 11546, 8659, 11531, 9431, 12137, 9774, 11871, 10093, 12279, 9836, 12022, 10154, 12735, 10328, 12295, 10107, 11621, 9985, 12077, 10689, 11553, 10409, 9794, 11206, 9196, 11180, 8675, 12087, 9269, 12228, 8955, 11506, 8634, 11235, 7831, 11422, 8525, 11588, 8798, 12169, 9546, 11957, 10123, 11762, 9942, 12098, 9549, 12425, 10012, 11924, 9436, 11613, 9104, 12177, 9964, 11706, 9802, 11795, 9288, 11858, 9180, 11819, 8376, 11648, 8952, 10643, 13588, 10476, 10781, 10183, 13389, 10512, 12322, 10238, 11722, 10342, 12065, 10045, 11316, 9081, 12065, 9740, 11691, 9331, 11755, 9089, 11655, 9216, 12138, 8912, 11886, 8792, 11612, 8833, 11596, 8689, 11425, 13138, 10543, 13107, 10326, 12713, 10039, 11724, 10420, 11733, 10820, 11439, 10004, 11788, 9753, 12317, 9877, 12180, 9829, 11784, 9939, 12084, 9875, 12191, 9619, 12145, 10585, 11984, 9442, 12138, 8679, 11338, 8556, 11330, 8240, 10970, 10680, 10569, 13668, 10312, 11486, 10141, 12071, 10306, 11782, 9626, 11874, 9630, 11674, 8873, 11828, 9415, 11799, 9595, 12164, 10179, 11920, 10000, 11731, 8492, 11335, 9165, 11438, 10228, 11027, 13291, 10987, 12102, 9690, 11664, 8292, 11227, 11899, 10487, 12225, 10395, 11517, 8506, 11221, 8229, 11046, 14150, 10112, 12057, 9935, 11697, 9687, 11647, 8349, 11122, 8252, 11313, 11253, 10486, 13186, 10166, 12184, 9579, 11731, 8665, 11408, 8475, 11358, 8233, 10686, 9548, 10722, 9035, 10573, 13452, 10321, 12416, 9213, 11228, 8134, 11183, 8932, 10563, 12478, 10294, 12028, 10348, 12072, 9395, 11504, 8411, 11444, 8947, 11392, 8491, 11410, 12036, 10715, 13762, 10628, 12129, 10461, 12644, 10282, 12000, 10010, 12394, 9772, 12293, 8983, 12328, 8803, 11814, 8830, 12036, 8270, 11931, 8713, 11930, 10522, 11173, 13725, 10528, 12624, 10594, 11490, 9178, 12230, 8671, 11559, 8255, 11437, 9452, 11093, 9924, 11306, 12872, 10640, 13447, 10300, 12543, 10207, 13193, 10240, 11815, 10197, 12049, 10013, 12003, 9590, 12099, 9567, 12148, 9219, 12124, 10251, 12246, 9835, 11874, 9761, 12004, 9369, 12135, 9061, 11995, 8761, 11751, 9118, 11821, 8281, 11605, 8685, 11658, 9793, 11704, 8511, 11558, 8558, 11844, 9397, 11530, 8715, 12280, 8903, 11903, 10310, 11336, 13731, 10811, 10206, 10211, 13087, 10535, 12531, 10350, 11719, 9837, 12283, 9875, 12096, 9774, 11982, 10222, 12294, 10040, 12047, 9946, 12692, 10025, 12205, 10005, 11451, 9875, 11725, 9564, 12756, 10460, 11985, 9994, 12420, 10253, 12959, 10090, 12094, 9378, 13582, 9826, 12911, 10066, 12958, 10141, 10048, 10643, 8386, 11632, 9446, 12139, 8951, 12926, 9239, 12554, 10316, 9183, 11257, 8683, 12798, 9434, 12951, 9963, 12801, 10297, 13177, 10369, 13138, 10485, 13309, 10268, 12627, 10201, 12355, 10284, 12119, 10150, 9942, 10281, 13300, 10074, 12231, 9957, 12383, 9642, 12868, 9639, 13117, 9373, 13388, 10188, 9352, 10776, 8813, 13529, 10023, 8691, 10443, 14472, 10363, 12602, 9852, 11698, 8157], 'WindowCenter': [4163.0, 4177.0, 4110.0, 4149.0, 4095.0, 4146.0, 4094.0, 4147.0, 4104.0, 4145.0, 4082.0, 4135.0, 4083.0, 4138.0, 4125.0, 4135.0, 4082.0, 4135.0, 4134.0, 4137.0, 4169.0, 4128.0, 4146.0, 4124.0, 4144.0, 4114.0, 4145.0, 4115.0, 4146.0, 4115.0, 4134.0, 4104.0, 4132.0, 4113.0, 4143.0, 4113.0, 4144.0, 4116.0, 4145.0, 4111.0, 4143.0, 4102.0, 4133.0, 4103.0, 4145.0, 4092.0, 4123.0, 4080.0, 4122.0, 4079.0, 4122.0, 4135.0, 4112.0, 4121.0, 4111.0, 4129.0, 4100.0, 4131.0, 4100.0, 4131.0, 4101.0, 4131.0, 4089.0, 4133.0, 4084.0, 4121.0, 4079.0, 4122.0, 4079.0, 4123.0, 4102.0, 4113.0, 4133.0, 4112.0, 4111.0, 4113.0, 4121.0, 4114.0, 4144.0, 4115.0, 4146.0, 4113.0, 4133.0, 4115.0, 4144.0, 4127.0, 4146.0, 4127.0, 4157.0, 4129.0, 4160.0, 4128.0, 4145.0, 4104.0, 4145.0, 4103.0, 4133.0, 4103.0, 4133.0, 4101.0, 4132.0, 4088.0, 4131.0, 4101.0, 4131.0, 4111.0, 4133.0, 4102.0, 4134.0, 4101.0, 4134.0, 4092.0, 4133.0, 4070.0, 4122.0, 4081.0, 4114.0, 4102.0, 4113.0, 4082.0, 4122.0, 4112.0, 4112.0, 4143.0, 4112.0, 4133.0, 4115.0, 4132.0, 4113.0, 4134.0, 4116.0, 4145.0, 4103.0, 4134.0, 4103.0, 4135.0, 4094.0, 4137.0, 4105.0, 4137.0, 4093.0, 4136.0, 4094.0, 4134.0, 4105.0, 4138.0, 4158.0, 4127.0, 4146.0, 4117.0, 4147.0, 4126.0, 4147.0, 4128.0, 4148.0, 4117.0, 4148.0, 4105.0, 4139.0, 4170.0, 4126.0, 4147.0, 4116.0, 4146.0, 4115.0, 4144.0, 4106.0, 4136.0, 4094.0, 4137.0, 4112.0, 4113.0, 4143.0, 4114.0, 4134.0, 4104.0, 4124.0, 4081.0, 4125.0, 4093.0, 4125.0, 4154.0, 4127.0, 4144.0, 4113.0, 4136.0, 4103.0, 4148.0, 4105.0, 4125.0, 4101.0, 4124.0, 4153.0, 4113.0, 4146.0, 4105.0, 4134.0, 4091.0, 4134.0, 4080.0, 4114.0, 4133.0, 4113.0, 4133.0, 4113.0, 4133.0, 4102.0, 4135.0, 4092.0, 4136.0, 4093.0, 4124.0, 4091.0, 4124.0, 4124.0, 4115.0, 4158.0, 4126.0, 4147.0, 4116.0, 4107.0, 4127.0, 4108.0, 4158.0, 4129.0, 4138.0, 4131.0, 4171.0, 4106.0, 4138.0, 4145.0, 4116.0, 4146.0, 4114.0, 4136.0, 4094.0, 4124.0, 4080.0, 4132.0, 4079.0, 4121.0, 4080.0, 4121.0, 4078.0, 4121.0, 4077.0, 4109.0, 4066.0, 4120.0, 4087.0, 4107.0, 4067.0, 4109.0, 4066.0, 4118.0, 4077.0, 4107.0, 4088.0, 4110.0, 4076.0, 4107.0, 4065.0, 4117.0, 4066.0, 4119.0, 4079.0, 4119.0, 4068.0, 4120.0, 4068.0, 4122.0, 4081.0, 4123.0, 4101.0, 4121.0, 4090.0, 4111.0, 4089.0, 4123.0, 4112.0, 4124.0, 4134.0, 4124.0, 4092.0, 4135.0, 4091.0, 4132.0, 4094.0, 4144.0, 4102.0, 4145.0, 4082.0, 4135.0, 4093.0, 4146.0, 4106.0, 4145.0, 4114.0, 4146.0, 4104.0, 4145.0, 4126.0, 4149.0, 4126.0, 4147.0, 4127.0, 4146.0, 4128.0, 4097.0, 4160.0, 4131.0, 4149.0, 4151.0, 4128.0, 4148.0, 4096.0, 4148.0, 4096.0, 4148.0, 4108.0, 4148.0, 4105.0, 4145.0, 4114.0, 4134.0, 4114.0, 4134.0, 4124.0, 4146.0, 4113.0, 4145.0, 4115.0, 4114.0, 4126.0, 4116.0, 4138.0, 4117.0, 4137.0, 4095.0, 4149.0, 4106.0, 4148.0, 4119.0, 4148.0, 4125.0, 4147.0, 4127.0, 4147.0, 4126.0, 4148.0, 4130.0, 4148.0, 4128.0, 4095.0, 4136.0, 4135.0, 4125.0, 4157.0, 4126.0, 4144.0, 4112.0, 4134.0, 4113.0, 4133.0, 4115.0, 4133.0, 4127.0, 4146.0, 4126.0, 4146.0, 4115.0, 4144.0, 4116.0, 4147.0, 4128.0, 4148.0, 4114.0, 4144.0, 4103.0, 4132.0, 4103.0, 4134.0, 4104.0, 4136.0, 4112.0, 4131.0, 4131.0, 4112.0, 4132.0, 4126.0, 4144.0, 4110.0, 4124.0, 4082.0, 4124.0, 4101.0, 4137.0, 4158.0, 4123.0, 4135.0, 4114.0, 4133.0, 4115.0, 4147.0, 4095.0, 4138.0, 4106.0, 4135.0, 4114.0, 4137.0, 4156.0, 4127.0, 4147.0, 4130.0, 4150.0, 4105.0, 4148.0, 4096.0, 4138.0, 4158.0, 4125.0, 4147.0, 4105.0, 4135.0, 4104.0, 4136.0, 4093.0, 4137.0, 4137.0, 4139.0, 4157.0, 4127.0, 4148.0, 4118.0, 4148.0, 4106.0, 4150.0, 4126.0, 4138.0, 4144.0, 4115.0, 4145.0, 4127.0, 4148.0, 4105.0, 4147.0, 4092.0, 4137.0, 4104.0, 4134.0, 4156.0, 4124.0, 4132.0, 4114.0, 4141.0, 4114.0, 4134.0, 4114.0, 4144.0, 4114.0, 4133.0, 4110.0, 4131.0, 4099.0, 4129.0, 4100.0, 4133.0, 4090.0, 4121.0, 4088.0, 4121.0, 4078.0, 4122.0, 4091.0, 4131.0, 4080.0, 4131.0, 4090.0, 4122.0, 4101.0, 4131.0, 4090.0, 4135.0, 4081.0, 4131.0, 4090.0, 4132.0, 4092.0, 4133.0, 4092.0, 4121.0, 4090.0, 4122.0, 4090.0, 4134.0, 4110.0, 4131.0, 4078.0, 4120.0, 4096.0, 4121.0, 4141.0, 4110.0, 4142.0, 4109.0, 4120.0, 4109.0, 4118.0, 4099.0, 4130.0, 4125.0, 4133.0, 4112.0, 4133.0, 4115.0, 4132.0, 4114.0, 4144.0, 4114.0, 4133.0, 4102.0, 4131.0, 4101.0, 4124.0, 4091.0, 4123.0, 4088.0, 4119.0, 4090.0, 4121.0, 4092.0, 4121.0, 4089.0, 4132.0, 4101.0, 4123.0, 4091.0, 4134.0, 4091.0, 4124.0, 4092.0, 4124.0, 4111.0, 4122.0, 4134.0, 4124.0, 4133.0, 4113.0, 4121.0, 4112.0, 4140.0, 4124.0, 4145.0, 4112.0, 4131.0, 4113.0, 4121.0, 4112.0, 4134.0, 4106.0, 4133.0, 4081.0, 4124.0, 4090.0, 4122.0, 4143.0, 4124.0, 4133.0, 4111.0, 4131.0, 4089.0, 4122.0, 4091.0, 4125.0, 4143.0, 4114.0, 4133.0, 4102.0, 4122.0, 4093.0, 4134.0, 4092.0, 4125.0, 4142.0, 4115.0, 4146.0, 4114.0, 4135.0, 4102.0, 4134.0, 4091.0, 4124.0, 4144.0, 4123.0, 4144.0, 4115.0, 4132.0, 4124.0, 4132.0, 4111.0, 4132.0, 4102.0, 4134.0, 4102.0, 4133.0, 4100.0, 4122.0, 4142.0, 4112.0, 4132.0, 4110.0, 4119.0, 4098.0, 4119.0, 4088.0, 4122.0, 4080.0, 4121.0, 4080.0, 4123.0, 4090.0, 4121.0, 4111.0, 4123.0, 4152.0, 4123.0, 4130.0, 4101.0, 4122.0, 4112.0, 4133.0, 4114.0, 4131.0, 4112.0, 4130.0, 4111.0, 4131.0, 4112.0, 4132.0, 4101.0, 4120.0, 4101.0, 4121.0, 4100.0, 4131.0, 4092.0, 4123.0, 4091.0, 4121.0, 4081.0, 4120.0, 4089.0, 4132.0, 4102.0, 4134.0, 4090.0, 4120.0, 4079.0, 4122.0, 4091.0, 4122.0, 4091.0, 4122.0, 4091.0, 4131.0, 4110.0, 4111.0, 4122.0, 4081.0, 4133.0, 4093.0, 4124.0, 4122.0, 4123.0, 4132.0, 4111.0, 4132.0, 4098.0, 4121.0, 4087.0, 4119.0, 4065.0, 4106.0, 4075.0, 4106.0, 4095.0, 4109.0, 4116.0, 4094.0, 4114.0, 4081.0, 4094.0, 4081.0, 4092.0, 4072.0, 4092.0, 4061.0, 4093.0, 4051.0, 4081.0, 4071.0, 4082.0, 4113.0, 4083.0, 4105.0, 4096.0, 4105.0, 4085.0, 4116.0, 4084.0, 4107.0, 4089.0, 4110.0, 4075.0, 4122.0, 4089.0, 4109.0, 4131.0, 4111.0, 4133.0, 4100.0, 4118.0, 4078.0, 4122.0, 4079.0, 4110.0, 4091.0, 4122.0, 4142.0, 4114.0, 4147.0, 4124.0, 4133.0, 4113.0, 4134.0, 4103.0, 4135.0, 4105.0, 4136.0, 4117.0, 4146.0, 4127.0, 4135.0, 4125.0, 4146.0, 4130.0, 4148.0, 4126.0, 4146.0, 4127.0, 4147.0, 4125.0, 4146.0, 4129.0, 4146.0, 4127.0, 4135.0, 4125.0, 4113.0, 4136.0, 4115.0, 4137.0, 4105.0, 4147.0, 4115.0, 4145.0, 4103.0, 4136.0, 4105.0, 4135.0, 4083.0, 4134.0, 4104.0, 4133.0, 4104.0, 4134.0, 4115.0, 4133.0, 4114.0, 4132.0, 4115.0, 4147.0, 4115.0, 4145.0, 4113.0, 4134.0, 4105.0, 4136.0, 4103.0, 4133.0, 4112.0, 4133.0, 4113.0, 4134.0, 4105.0, 4134.0, 4103.0, 4134.0, 4091.0, 4123.0, 4104.0, 4125.0, 4143.0, 4113.0, 4122.0, 4112.0, 4144.0, 4124.0, 4145.0, 4113.0, 4132.0, 4114.0, 4133.0, 4112.0, 4124.0, 4103.0, 4134.0, 4114.0, 4133.0, 4105.0, 4134.0, 4104.0, 4134.0, 4103.0, 4134.0, 4103.0, 4134.0, 4105.0, 4136.0, 4106.0, 4133.0, 4092.0, 4124.0, 4143.0, 4123.0, 4144.0, 4113.0, 4132.0, 4110.0, 4122.0, 4124.0, 4133.0, 4123.0, 4122.0, 4112.0, 4134.0, 4114.0, 4134.0, 4115.0, 4135.0, 4114.0, 4132.0, 4102.0, 4131.0, 4113.0, 4133.0, 4103.0, 4134.0, 4112.0, 4122.0, 4101.0, 4132.0, 4090.0, 4123.0, 4090.0, 4109.0, 4079.0, 4109.0, 4107.0, 4111.0, 4142.0, 4109.0, 4121.0, 4112.0, 4120.0, 4110.0, 4121.0, 4102.0, 4121.0, 4102.0, 4121.0, 4102.0, 4132.0, 4102.0, 4133.0, 4113.0, 4134.0, 4112.0, 4131.0, 4113.0, 4134.0, 4092.0, 4123.0, 4091.0, 4123.0, 4111.0, 4111.0, 4131.0, 4121.0, 4132.0, 4099.0, 4120.0, 4078.0, 4121.0, 4121.0, 4122.0, 4132.0, 4112.0, 4121.0, 4093.0, 4123.0, 4080.0, 4122.0, 4142.0, 4112.0, 4132.0, 4111.0, 4122.0, 4102.0, 4135.0, 4093.0, 4124.0, 4091.0, 4123.0, 4123.0, 4124.0, 4145.0, 4126.0, 4147.0, 4114.0, 4136.0, 4103.0, 4135.0, 4093.0, 4137.0, 4107.0, 4137.0, 4115.0, 4137.0, 4106.0, 4135.0, 4156.0, 4129.0, 4147.0, 4117.0, 4140.0, 4096.0, 4137.0, 4105.0, 4136.0, 4147.0, 4128.0, 4148.0, 4140.0, 4150.0, 4117.0, 4150.0, 4108.0, 4148.0, 4116.0, 4149.0, 4106.0, 4148.0, 4147.0, 4136.0, 4168.0, 4137.0, 4147.0, 4137.0, 4147.0, 4126.0, 4146.0, 4127.0, 4149.0, 4114.0, 4137.0, 4104.0, 4145.0, 4106.0, 4134.0, 4104.0, 4146.0, 4093.0, 4136.0, 4093.0, 4135.0, 4123.0, 4135.0, 4146.0, 4124.0, 4134.0, 4123.0, 4123.0, 4102.0, 4134.0, 4091.0, 4133.0, 4092.0, 4133.0, 4115.0, 4135.0, 4113.0, 4124.0, 4143.0, 4124.0, 4146.0, 4124.0, 4133.0, 4114.0, 4142.0, 4113.0, 4134.0, 4112.0, 4134.0, 4114.0, 4134.0, 4113.0, 4133.0, 4112.0, 4135.0, 4116.0, 4133.0, 4124.0, 4135.0, 4114.0, 4134.0, 4113.0, 4134.0, 4115.0, 4147.0, 4106.0, 4137.0, 4106.0, 4135.0, 4102.0, 4136.0, 4092.0, 4125.0, 4091.0, 4133.0, 4111.0, 4135.0, 4093.0, 4134.0, 4092.0, 4136.0, 4114.0, 4137.0, 4104.0, 4135.0, 4092.0, 4134.0, 4113.0, 4124.0, 4143.0, 4124.0, 4112.0, 4113.0, 4132.0, 4112.0, 4132.0, 4114.0, 4133.0, 4115.0, 4133.0, 4113.0, 4135.0, 4115.0, 4133.0, 4112.0, 4132.0, 4112.0, 4133.0, 4113.0, 4144.0, 4114.0, 4133.0, 4112.0, 4121.0, 4112.0, 4132.0, 4101.0, 4134.0, 4112.0, 4133.0, 4114.0, 4134.0, 4124.0, 4143.0, 4127.0, 4134.0, 4103.0, 4142.0, 4113.0, 4133.0, 4102.0, 4130.0, 4102.0, 4099.0, 4111.0, 4092.0, 4120.0, 4101.0, 4134.0, 4101.0, 4133.0, 4101.0, 4133.0, 4112.0, 4103.0, 4122.0, 4092.0, 4131.0, 4091.0, 4132.0, 4100.0, 4119.0, 4097.0, 4120.0, 4101.0, 4119.0, 4099.0, 4116.0, 4085.0, 4104.0, 4085.0, 4118.0, 4098.0, 4118.0, 4097.0, 4088.0, 4098.0, 4128.0, 4100.0, 4120.0, 4101.0, 4121.0, 4102.0, 4130.0, 4102.0, 4142.0, 4104.0, 4143.0, 4112.0, 4090.0, 4111.0, 4092.0, 4143.0, 4102.0, 4090.0, 4114.0, 4143.0, 4113.0, 4133.0, 4102.0, 4121.0, 4070.0], 'WindowWidth': [9262.0, 9268.0, 9165.0, 9214.0, 9135.0, 9203.0, 9131.0, 9204.0, 9142.0, 9199.0, 9109.0, 9184.0, 9114.0, 9194.0, 9175.0, 9185.0, 9112.0, 9186.0, 9184.0, 9191.0, 9240.0, 9180.0, 9201.0, 9172.0, 9198.0, 9158.0, 9200.0, 9159.0, 9202.0, 9158.0, 9180.0, 9141.0, 9178.0, 9153.0, 9194.0, 9154.0, 9198.0, 9161.0, 9198.0, 9151.0, 9194.0, 9138.0, 9179.0, 9138.0, 9199.0, 9123.0, 9164.0, 9102.0, 9161.0, 9101.0, 9162.0, 9184.0, 9149.0, 9157.0, 9145.0, 9167.0, 9128.0, 9174.0, 9132.0, 9172.0, 9132.0, 9171.0, 9115.0, 9178.0, 9115.0, 9160.0, 9100.0, 9161.0, 9101.0, 9162.0, 9135.0, 9150.0, 9178.0, 9146.0, 9144.0, 9149.0, 9160.0, 9153.0, 9195.0, 9157.0, 9201.0, 9153.0, 9180.0, 9158.0, 9197.0, 9178.0, 9203.0, 9179.0, 9217.0, 9182.0, 9225.0, 9179.0, 9199.0, 9141.0, 9197.0, 9137.0, 9179.0, 9136.0, 9178.0, 9133.0, 9174.0, 9111.0, 9170.0, 9130.0, 9172.0, 9144.0, 9178.0, 9137.0, 9181.0, 9132.0, 9179.0, 9121.0, 9179.0, 9090.0, 9161.0, 9107.0, 9153.0, 9136.0, 9151.0, 9108.0, 9162.0, 9148.0, 9150.0, 9195.0, 9151.0, 9179.0, 9155.0, 9177.0, 9152.0, 9181.0, 9161.0, 9197.0, 9137.0, 9179.0, 9138.0, 9182.0, 9128.0, 9192.0, 9147.0, 9189.0, 9127.0, 9187.0, 9128.0, 9182.0, 9145.0, 9192.0, 9219.0, 9177.0, 9203.0, 9163.0, 9202.0, 9175.0, 9205.0, 9180.0, 9209.0, 9166.0, 9210.0, 9150.0, 9197.0, 9240.0, 9176.0, 9203.0, 9162.0, 9201.0, 9159.0, 9199.0, 9149.0, 9187.0, 9127.0, 9188.0, 9149.0, 9153.0, 9195.0, 9155.0, 9183.0, 9139.0, 9168.0, 9108.0, 9170.0, 9128.0, 9173.0, 9211.0, 9176.0, 9195.0, 9154.0, 9186.0, 9140.0, 9207.0, 9144.0, 9171.0, 9134.0, 9168.0, 9207.0, 9150.0, 9201.0, 9142.0, 9180.0, 9119.0, 9180.0, 9104.0, 9152.0, 9181.0, 9155.0, 9178.0, 9151.0, 9177.0, 9135.0, 9182.0, 9124.0, 9188.0, 9127.0, 9167.0, 9120.0, 9169.0, 9168.0, 9157.0, 9221.0, 9176.0, 9202.0, 9162.0, 9151.0, 9177.0, 9156.0, 9224.0, 9185.0, 9196.0, 9189.0, 9245.0, 9148.0, 9192.0, 9198.0, 9157.0, 9202.0, 9153.0, 9188.0, 9126.0, 9165.0, 9102.0, 9174.0, 9098.0, 9158.0, 9103.0, 9158.0, 9096.0, 9155.0, 9092.0, 9138.0, 9077.0, 9154.0, 9106.0, 9133.0, 9077.0, 9137.0, 9077.0, 9150.0, 9092.0, 9134.0, 9111.0, 9142.0, 9091.0, 9133.0, 9075.0, 9147.0, 9078.0, 9154.0, 9102.0, 9153.0, 9084.0, 9156.0, 9085.0, 9161.0, 9104.0, 9165.0, 9133.0, 9159.0, 9116.0, 9147.0, 9116.0, 9165.0, 9149.0, 9169.0, 9183.0, 9168.0, 9123.0, 9184.0, 9121.0, 9178.0, 9129.0, 9197.0, 9139.0, 9199.0, 9111.0, 9185.0, 9128.0, 9203.0, 9151.0, 9202.0, 9156.0, 9201.0, 9144.0, 9199.0, 9175.0, 9209.0, 9175.0, 9203.0, 9176.0, 9200.0, 9178.0, 9139.0, 9226.0, 9189.0, 9211.0, 9215.0, 9180.0, 9206.0, 9133.0, 9205.0, 9134.0, 9204.0, 9151.0, 9204.0, 9142.0, 9197.0, 9152.0, 9182.0, 9153.0, 9182.0, 9169.0, 9199.0, 9153.0, 9197.0, 9157.0, 9155.0, 9175.0, 9161.0, 9195.0, 9163.0, 9191.0, 9133.0, 9208.0, 9148.0, 9208.0, 9169.0, 9208.0, 9173.0, 9205.0, 9177.0, 9203.0, 9175.0, 9207.0, 9186.0, 9209.0, 9180.0, 9131.0, 9188.0, 9185.0, 9171.0, 9217.0, 9174.0, 9194.0, 9149.0, 9180.0, 9151.0, 9177.0, 9155.0, 9182.0, 9178.0, 9203.0, 9174.0, 9200.0, 9159.0, 9195.0, 9160.0, 9202.0, 9181.0, 9206.0, 9154.0, 9194.0, 9139.0, 9178.0, 9138.0, 9183.0, 9143.0, 9184.0, 9147.0, 9173.0, 9172.0, 9148.0, 9177.0, 9174.0, 9196.0, 9145.0, 9168.0, 9108.0, 9166.0, 9134.0, 9190.0, 9222.0, 9168.0, 9183.0, 9156.0, 9179.0, 9157.0, 9203.0, 9132.0, 9193.0, 9149.0, 9185.0, 9154.0, 9188.0, 9215.0, 9176.0, 9205.0, 9187.0, 9213.0, 9147.0, 9206.0, 9133.0, 9193.0, 9220.0, 9173.0, 9205.0, 9145.0, 9186.0, 9141.0, 9189.0, 9128.0, 9192.0, 9193.0, 9197.0, 9218.0, 9178.0, 9205.0, 9166.0, 9208.0, 9150.0, 9213.0, 9175.0, 9195.0, 9197.0, 9159.0, 9199.0, 9177.0, 9208.0, 9145.0, 9203.0, 9123.0, 9187.0, 9141.0, 9182.0, 9215.0, 9170.0, 9177.0, 9155.0, 9189.0, 9153.0, 9181.0, 9154.0, 9198.0, 9156.0, 9179.0, 9144.0, 9173.0, 9129.0, 9170.0, 9130.0, 9179.0, 9117.0, 9159.0, 9111.0, 9159.0, 9098.0, 9162.0, 9121.0, 9174.0, 9102.0, 9174.0, 9119.0, 9164.0, 9134.0, 9176.0, 9117.0, 9182.0, 9105.0, 9175.0, 9119.0, 9175.0, 9122.0, 9180.0, 9122.0, 9161.0, 9116.0, 9162.0, 9116.0, 9179.0, 9144.0, 9173.0, 9099.0, 9157.0, 9122.0, 9157.0, 9185.0, 9143.0, 9190.0, 9143.0, 9157.0, 9141.0, 9152.0, 9128.0, 9171.0, 9171.0, 9179.0, 9152.0, 9179.0, 9157.0, 9179.0, 9157.0, 9198.0, 9156.0, 9180.0, 9137.0, 9175.0, 9133.0, 9169.0, 9119.0, 9164.0, 9112.0, 9157.0, 9116.0, 9161.0, 9125.0, 9161.0, 9115.0, 9175.0, 9132.0, 9167.0, 9121.0, 9184.0, 9123.0, 9169.0, 9122.0, 9168.0, 9149.0, 9165.0, 9185.0, 9170.0, 9178.0, 9153.0, 9160.0, 9150.0, 9187.0, 9169.0, 9199.0, 9153.0, 9175.0, 9152.0, 9161.0, 9150.0, 9185.0, 9148.0, 9182.0, 9107.0, 9168.0, 9119.0, 9164.0, 9194.0, 9168.0, 9180.0, 9148.0, 9176.0, 9117.0, 9165.0, 9124.0, 9172.0, 9195.0, 9156.0, 9180.0, 9138.0, 9167.0, 9128.0, 9184.0, 9125.0, 9172.0, 9194.0, 9160.0, 9204.0, 9159.0, 9186.0, 9138.0, 9184.0, 9122.0, 9169.0, 9197.0, 9167.0, 9198.0, 9158.0, 9179.0, 9169.0, 9180.0, 9149.0, 9179.0, 9139.0, 9182.0, 9137.0, 9178.0, 9131.0, 9162.0, 9192.0, 9150.0, 9178.0, 9144.0, 9154.0, 9126.0, 9154.0, 9112.0, 9160.0, 9103.0, 9159.0, 9104.0, 9164.0, 9117.0, 9160.0, 9146.0, 9165.0, 9205.0, 9165.0, 9173.0, 9131.0, 9161.0, 9150.0, 9181.0, 9154.0, 9173.0, 9149.0, 9171.0, 9147.0, 9174.0, 9149.0, 9177.0, 9134.0, 9159.0, 9133.0, 9160.0, 9129.0, 9175.0, 9124.0, 9164.0, 9117.0, 9159.0, 9103.0, 9157.0, 9114.0, 9177.0, 9138.0, 9181.0, 9117.0, 9157.0, 9100.0, 9162.0, 9120.0, 9163.0, 9118.0, 9160.0, 9121.0, 9173.0, 9145.0, 9149.0, 9166.0, 9108.0, 9180.0, 9124.0, 9167.0, 9165.0, 9164.0, 9178.0, 9147.0, 9176.0, 9125.0, 9161.0, 9110.0, 9154.0, 9076.0, 9131.0, 9088.0, 9131.0, 9115.0, 9138.0, 9145.0, 9113.0, 9138.0, 9091.0, 9108.0, 9088.0, 9106.0, 9078.0, 9104.0, 9060.0, 9106.0, 9047.0, 9091.0, 9076.0, 9093.0, 9133.0, 9095.0, 9130.0, 9117.0, 9127.0, 9103.0, 9145.0, 9101.0, 9134.0, 9112.0, 9141.0, 9091.0, 9165.0, 9115.0, 9141.0, 9171.0, 9148.0, 9181.0, 9129.0, 9151.0, 9096.0, 9164.0, 9100.0, 9144.0, 9119.0, 9163.0, 9191.0, 9155.0, 9203.0, 9169.0, 9179.0, 9153.0, 9180.0, 9138.0, 9184.0, 9147.0, 9190.0, 9164.0, 9202.0, 9178.0, 9186.0, 9174.0, 9204.0, 9186.0, 9207.0, 9175.0, 9202.0, 9177.0, 9203.0, 9174.0, 9205.0, 9184.0, 9202.0, 9178.0, 9185.0, 9170.0, 9154.0, 9186.0, 9161.0, 9191.0, 9144.0, 9204.0, 9158.0, 9199.0, 9142.0, 9191.0, 9144.0, 9186.0, 9114.0, 9184.0, 9142.0, 9183.0, 9145.0, 9185.0, 9158.0, 9182.0, 9156.0, 9179.0, 9159.0, 9205.0, 9157.0, 9199.0, 9152.0, 9182.0, 9143.0, 9188.0, 9140.0, 9180.0, 9150.0, 9179.0, 9152.0, 9183.0, 9145.0, 9184.0, 9139.0, 9182.0, 9121.0, 9166.0, 9141.0, 9170.0, 9192.0, 9153.0, 9163.0, 9151.0, 9195.0, 9169.0, 9202.0, 9155.0, 9177.0, 9153.0, 9178.0, 9150.0, 9168.0, 9141.0, 9182.0, 9156.0, 9181.0, 9144.0, 9184.0, 9145.0, 9183.0, 9141.0, 9183.0, 9141.0, 9183.0, 9147.0, 9189.0, 9147.0, 9181.0, 9124.0, 9167.0, 9196.0, 9168.0, 9195.0, 9154.0, 9177.0, 9146.0, 9164.0, 9169.0, 9181.0, 9167.0, 9163.0, 9150.0, 9181.0, 9156.0, 9183.0, 9158.0, 9186.0, 9154.0, 9178.0, 9135.0, 9175.0, 9150.0, 9181.0, 9139.0, 9182.0, 9148.0, 9165.0, 9132.0, 9176.0, 9119.0, 9166.0, 9117.0, 9141.0, 9099.0, 9142.0, 9136.0, 9146.0, 9192.0, 9143.0, 9158.0, 9147.0, 9158.0, 9144.0, 9160.0, 9136.0, 9162.0, 9137.0, 9162.0, 9136.0, 9176.0, 9136.0, 9179.0, 9153.0, 9181.0, 9149.0, 9175.0, 9151.0, 9180.0, 9122.0, 9165.0, 9118.0, 9164.0, 9145.0, 9145.0, 9172.0, 9159.0, 9176.0, 9127.0, 9158.0, 9097.0, 9158.0, 9158.0, 9162.0, 9176.0, 9147.0, 9160.0, 9123.0, 9165.0, 9103.0, 9164.0, 9190.0, 9151.0, 9176.0, 9147.0, 9162.0, 9134.0, 9183.0, 9129.0, 9169.0, 9121.0, 9168.0, 9167.0, 9169.0, 9201.0, 9175.0, 9204.0, 9157.0, 9187.0, 9140.0, 9185.0, 9128.0, 9191.0, 9154.0, 9193.0, 9159.0, 9192.0, 9148.0, 9187.0, 9216.0, 9183.0, 9206.0, 9163.0, 9200.0, 9135.0, 9192.0, 9148.0, 9190.0, 9207.0, 9180.0, 9208.0, 9200.0, 9213.0, 9166.0, 9214.0, 9155.0, 9211.0, 9163.0, 9210.0, 9149.0, 9207.0, 9206.0, 9192.0, 9238.0, 9193.0, 9207.0, 9193.0, 9206.0, 9177.0, 9204.0, 9179.0, 9211.0, 9157.0, 9192.0, 9143.0, 9201.0, 9149.0, 9186.0, 9143.0, 9203.0, 9126.0, 9187.0, 9126.0, 9186.0, 9167.0, 9187.0, 9200.0, 9168.0, 9182.0, 9166.0, 9169.0, 9138.0, 9183.0, 9120.0, 9179.0, 9123.0, 9181.0, 9159.0, 9185.0, 9155.0, 9170.0, 9195.0, 9169.0, 9203.0, 9171.0, 9181.0, 9157.0, 9192.0, 9152.0, 9181.0, 9151.0, 9183.0, 9157.0, 9182.0, 9153.0, 9181.0, 9152.0, 9188.0, 9163.0, 9182.0, 9170.0, 9186.0, 9156.0, 9183.0, 9155.0, 9185.0, 9160.0, 9205.0, 9147.0, 9190.0, 9145.0, 9188.0, 9137.0, 9187.0, 9122.0, 9169.0, 9122.0, 9179.0, 9149.0, 9187.0, 9125.0, 9183.0, 9125.0, 9188.0, 9159.0, 9190.0, 9142.0, 9186.0, 9122.0, 9181.0, 9154.0, 9168.0, 9192.0, 9166.0, 9147.0, 9149.0, 9177.0, 9149.0, 9178.0, 9156.0, 9181.0, 9157.0, 9180.0, 9153.0, 9187.0, 9159.0, 9179.0, 9152.0, 9177.0, 9150.0, 9180.0, 9154.0, 9195.0, 9154.0, 9177.0, 9149.0, 9161.0, 9151.0, 9178.0, 9135.0, 9180.0, 9149.0, 9179.0, 9157.0, 9183.0, 9170.0, 9195.0, 9176.0, 9181.0, 9140.0, 9190.0, 9152.0, 9180.0, 9137.0, 9171.0, 9133.0, 9127.0, 9145.0, 9120.0, 9159.0, 9132.0, 9185.0, 9134.0, 9178.0, 9133.0, 9178.0, 9150.0, 9138.0, 9163.0, 9122.0, 9173.0, 9116.0, 9174.0, 9126.0, 9151.0, 9120.0, 9155.0, 9131.0, 9151.0, 9123.0, 9144.0, 9101.0, 9125.0, 9100.0, 9149.0, 9124.0, 9148.0, 9120.0, 9107.0, 9123.0, 9164.0, 9130.0, 9155.0, 9132.0, 9158.0, 9135.0, 9172.0, 9136.0, 9192.0, 9143.0, 9193.0, 9149.0, 9115.0, 9144.0, 9122.0, 9191.0, 9134.0, 9115.0, 9153.0, 9193.0, 9149.0, 9177.0, 9132.0, 9159.0, 9088.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.0004853333333333333</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02522131168831169</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.12601391619591</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.252606234852684</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.980518976126516</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4926</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4580.9487</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07704363993310297</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9523809523809523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4416706603321128</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.406737215346186</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6170970285126356</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.301177737137517</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00964584</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009389683604240417</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02881169319152832</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8948944194086517</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>17.9956</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9991</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8509</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295066.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>809.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.6321</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.509</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.2345</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.5407</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81478.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4346.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.6886</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.275732265552506</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> |