=== 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-0127 --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-0127",
"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-0127_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-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0127/figures/sub-0127_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-0127/figures/sub-0127_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0127/figures/sub-0127_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-0127/ses-03/func/sub-0127_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>aa2a479d304e0004eedb5437c493b748</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>12:24:39.315000</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.980728, 0.0920282, -0.172344, -0.100311, 0.994153, -0.0399624]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0850893</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>[4170, -7742, -7262, 219, -181, 112, -58, 126]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>245.916</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>696ed58d-5901-4aec-ad33-0960154010ac||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.631222724914551, -0.2691258192062378, -0.4526788294315338, 133.46092224121094], [-0.24690483510494232, 2.667240619659424, -0.15249662101268768, -88.5889892578125], [-0.46238669753074646, 0.10721629112958908, 2.657409906387329, -79.83253479003906], [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': ['122439.315000', '122439.775000', '122440.235000', '122440.695000', '122441.155000', '122441.615000', '122442.075000', '122442.535000', '122442.995000', '122443.455000', '122443.915000', '122444.375000', '122444.835000', '122445.295000', '122445.755000', '122446.215000', '122446.675000', '122447.135000', '122447.595000', '122448.055000', '122448.515000', '122448.975000', '122449.435000', '122449.895000', '122450.355000', '122450.815000', '122451.275000', '122451.735000', '122452.195000', '122452.655000', '122453.115000', '122453.575000', '122454.035000', '122454.495000', '122454.955000', '122455.415000', '122455.875000', '122456.335000', '122456.795000', '122457.255000', '122457.715000', '122458.175000', '122458.635000', '122459.095000', '122459.555000', '122500.015000', '122500.475000', '122500.935000', '122501.395000', '122501.855000', '122502.315000', '122502.775000', '122503.235000', '122503.695000', '122504.155000', '122504.615000', '122505.075000', '122505.535000', '122505.995000', '122506.455000', '122506.915000', '122507.375000', '122507.835000', '122508.295000', '122508.755000', '122509.215000', '122509.675000', '122510.135000', '122510.595000', '122511.055000', '122511.515000', '122511.975000', '122512.435000', '122512.895000', '122513.355000', '122513.815000', '122514.275000', '122514.735000', '122515.195000', '122515.655000', '122516.115000', '122516.575000', '122517.035000', '122517.495000', '122517.955000', '122518.415000', '122518.875000', '122519.335000', '122519.795000', '122520.255000', '122520.715000', '122521.175000', '122521.635000', '122522.095000', '122522.555000', '122523.015000', '122523.475000', '122523.935000', '122524.395000', '122524.855000', '122525.315000', '122525.775000', '122526.235000', '122526.695000', '122527.155000', '122527.615000', '122528.075000', '122528.535000', '122528.995000', '122529.455000', '122529.915000', '122530.375000', '122530.835000', '122531.295000', '122531.755000', '122532.215000', '122532.675000', '122533.135000', '122533.595000', '122534.055000', '122534.515000', '122534.975000', '122535.435000', '122535.895000', '122536.355000', '122536.815000', '122537.275000', '122537.735000', '122538.195000', '122538.655000', '122539.115000', '122539.575000', '122540.035000', '122540.495000', '122540.955000', '122541.415000', '122541.875000', '122542.335000', '122542.795000', '122543.255000', '122543.715000', '122544.175000', '122544.635000', '122545.095000', '122545.555000', '122546.015000', '122546.475000', '122546.935000', '122547.395000', '122547.855000', '122548.315000', '122548.775000', '122549.235000', '122549.695000', '122550.155000', '122550.615000', '122551.075000', '122551.535000', '122551.995000', '122552.455000', '122552.915000', '122553.375000', '122553.835000', '122554.295000', '122554.755000', '122555.215000', '122555.675000', '122556.135000', '122556.595000', '122557.055000', '122557.515000', '122557.975000', '122558.435000', '122558.895000', '122559.355000', '122559.815000', '122600.275000', '122600.735000', '122601.195000', '122601.655000', '122602.115000', '122602.575000', '122603.035000', '122603.495000', '122603.955000', '122604.415000', '122604.875000', '122605.335000', '122605.795000', '122606.255000', '122606.715000', '122607.175000', '122607.635000', '122608.095000', '122608.555000', '122609.015000', '122609.475000', '122609.935000', '122610.395000', '122610.855000', '122611.315000', '122611.775000', '122612.235000', '122612.695000', '122613.155000', '122613.615000', '122614.075000', '122614.535000', '122614.995000', '122615.455000', '122615.915000', '122616.375000', '122616.835000', '122617.295000', '122617.755000', '122618.215000', '122618.675000', '122619.135000', '122619.595000', '122620.055000', '122620.515000', '122620.975000', '122621.435000', '122621.895000', '122622.355000', '122622.815000', '122623.275000', '122623.735000', '122624.195000', '122624.655000', '122625.115000', '122625.575000', '122626.035000', '122626.495000', '122626.955000', '122627.415000', '122627.875000', '122628.335000', '122628.795000', '122629.255000', '122629.715000', '122630.175000', '122630.635000', '122631.095000', '122631.555000', '122632.015000', '122632.475000', '122632.935000', '122633.395000', '122633.855000', '122634.315000', '122634.775000', '122635.235000', '122635.695000', '122636.155000', '122636.615000', '122637.075000', '122637.535000', '122637.995000', '122638.455000', '122638.915000', '122639.375000', '122639.835000', '122640.295000', '122640.755000', '122641.215000', '122641.675000', '122642.135000', '122642.595000', '122643.055000', '122643.515000', '122643.975000', '122644.435000', '122644.895000', '122645.355000', '122645.815000', '122646.275000', '122646.735000', '122647.195000', '122647.655000', '122648.115000', '122648.575000', '122649.035000', '122649.495000', '122649.955000', '122650.415000', '122650.875000', '122651.335000', '122651.795000', '122652.255000', '122652.715000', '122653.175000', '122653.635000', '122654.095000', '122654.555000', '122655.015000', '122655.475000', '122655.935000', '122656.395000', '122656.855000', '122657.315000', '122657.775000', '122658.235000', '122658.695000', '122659.155000', '122659.615000', '122700.075000', '122700.535000', '122700.995000', '122701.455000', '122701.915000', '122702.375000', '122702.835000', '122703.295000', '122703.755000', '122704.215000', '122704.675000', '122705.135000', '122705.595000', '122706.055000', '122706.515000', '122706.975000', '122707.435000', '122707.895000', '122708.355000', '122708.815000', '122709.275000', '122709.735000', '122710.195000', '122710.655000', '122711.115000', '122711.575000', '122712.035000', '122712.495000', '122712.955000', '122713.415000', '122713.875000', '122714.335000', '122714.795000', '122715.255000', '122715.715000', '122716.175000', '122716.635000', '122717.095000', '122717.555000', '122718.015000', '122718.475000', '122718.935000', '122719.395000', '122719.855000', '122720.315000', '122720.775000', '122721.235000', '122721.695000', '122722.155000', '122722.615000', '122723.075000', '122723.535000', '122723.995000', '122724.455000', '122724.915000', '122725.375000', '122725.835000', '122726.295000', '122726.755000', '122727.215000', '122727.675000', '122728.135000', '122728.595000', '122729.055000', '122729.515000', '122729.975000', '122730.435000', '122730.895000', '122731.355000', '122731.815000', '122732.275000', '122732.735000', '122733.195000', '122733.655000', '122734.115000', '122734.575000', '122735.035000', '122735.495000', '122735.955000', '122736.415000', '122736.875000', '122737.335000', '122737.795000', '122738.255000', '122738.715000', '122739.175000', '122739.635000', '122740.095000', '122740.555000', '122741.015000', '122741.475000', '122741.935000', '122742.395000', '122742.855000', '122743.315000', '122743.775000', '122744.235000', '122744.695000', '122745.155000', '122745.615000', '122746.075000', '122746.535000', '122746.995000', '122747.455000', '122747.915000', '122748.375000', '122748.835000', '122749.295000', '122749.755000', '122750.215000', '122750.675000', '122751.135000', '122751.595000', '122752.055000', '122752.515000', '122752.975000', '122753.435000', '122753.895000', '122754.355000', '122754.815000', '122755.275000', '122755.735000', '122756.195000', '122756.655000', '122757.115000', '122757.575000', '122758.035000', '122758.495000', '122758.955000', '122759.415000', '122759.875000', '122800.335000', '122800.795000', '122801.255000', '122801.715000', '122802.175000', '122802.635000', '122803.095000', '122803.555000', '122804.015000', '122804.475000', '122804.935000', '122805.395000', '122805.855000', '122806.315000', '122806.775000', '122807.235000', '122807.695000', '122808.155000', '122808.615000', '122809.075000', '122809.535000', '122809.995000', '122810.455000', '122810.915000', '122811.375000', '122811.835000', '122812.295000', '122812.755000', '122813.215000', '122813.675000', '122814.135000', '122814.595000', '122815.055000', '122815.515000', '122815.975000', '122816.435000', '122816.895000', '122817.355000', '122817.815000', '122818.275000', '122818.735000', '122819.195000', '122819.655000', '122820.115000', '122820.575000', '122821.035000', '122821.495000', '122821.955000', '122822.415000', '122822.875000', '122823.335000', '122823.795000', '122824.255000', '122824.715000', '122825.175000', '122825.635000', '122826.095000', '122826.555000', '122827.015000', '122827.475000', '122827.935000', '122828.395000', '122828.855000', '122829.315000', '122829.775000', '122830.235000', '122830.695000', '122831.155000', '122831.615000', '122832.075000', '122832.535000', '122832.995000', '122833.455000', '122833.915000', '122834.375000', '122834.835000', '122835.295000', '122835.755000', '122836.215000', '122836.675000', '122837.135000', '122837.595000', '122838.055000', '122838.515000', '122838.975000', '122839.435000', '122839.895000', '122840.355000', '122840.815000', '122841.275000', '122841.735000', '122842.195000', '122842.655000', '122843.115000', '122843.575000', '122844.035000', '122844.495000', '122844.955000', '122845.415000', '122845.875000', '122846.335000', '122846.795000', '122847.255000', '122847.715000', '122848.175000', '122848.635000', '122849.095000', '122849.555000', '122850.015000', '122850.475000', '122850.935000', '122851.395000', '122851.855000', '122852.315000', '122852.775000', '122853.235000', '122853.695000', '122854.155000', '122854.615000', '122855.075000', '122855.535000', '122855.995000', '122856.455000', '122856.915000', '122857.375000', '122857.835000', '122858.295000', '122858.755000', '122859.215000', '122859.675000', '122900.135000', '122900.595000', '122901.055000', '122901.515000', '122901.975000', '122902.435000', '122902.895000', '122903.355000', '122903.815000', '122904.275000', '122904.735000', '122905.195000', '122905.655000', '122906.115000', '122906.575000', '122907.035000', '122907.495000', '122907.955000', '122908.415000', '122908.875000', '122909.335000', '122909.795000', '122910.255000', '122910.715000', '122911.175000', '122911.635000', '122912.095000', '122912.555000', '122913.015000', '122913.475000', '122913.935000', '122914.395000', '122914.855000', '122915.315000', '122915.775000', '122916.235000', '122916.695000', '122917.155000', '122917.615000', '122918.075000', '122918.535000', '122918.995000', '122919.455000', '122919.915000', '122920.375000', '122920.835000', '122921.295000', '122921.755000', '122922.215000', '122922.675000', '122923.135000', '122923.595000', '122924.055000', '122924.515000', '122924.975000', '122925.435000', '122925.895000', '122926.355000', '122926.815000', '122927.275000', '122927.735000', '122928.195000', '122928.655000', '122929.115000', '122929.575000', '122930.035000', '122930.495000', '122930.955000', '122931.415000', '122931.875000', '122932.335000', '122932.795000', '122933.255000', '122933.715000', '122934.175000', '122934.635000', '122935.095000', '122935.555000', '122936.015000', '122936.475000', '122936.935000', '122937.395000', '122937.855000', '122938.315000', '122938.775000', '122939.235000', '122939.695000', '122940.155000', '122940.615000', '122941.075000', '122941.535000', '122941.995000', '122942.455000', '122942.915000', '122943.375000', '122943.835000', '122944.295000', '122944.755000', '122945.215000', '122945.675000', '122946.135000', '122946.595000', '122947.055000', '122947.515000', '122947.975000', '122948.435000', '122948.895000', '122949.355000', '122949.815000', '122950.275000', '122950.735000', '122951.195000', '122951.655000', '122952.115000', '122952.575000', '122953.035000', '122953.495000', '122953.955000', '122954.415000', '122954.875000', '122955.335000', '122955.795000', '122956.255000', '122956.715000', '122957.175000', '122957.635000', '122958.095000', '122958.555000', '122959.015000', '122959.475000', '122959.935000', '123000.395000', '123000.855000', '123001.315000', '123001.775000', '123002.235000', '123002.695000', '123003.155000', '123003.615000', '123004.075000', '123004.535000', '123004.995000', '123005.455000', '123005.915000', '123006.375000', '123006.835000', '123007.295000', '123007.755000', '123008.215000', '123008.675000', '123009.135000', '123009.595000', '123010.055000', '123010.515000', '123010.975000', '123011.435000', '123011.895000', '123012.355000', '123012.815000', '123013.275000', '123013.735000', '123014.195000', '123014.655000', '123015.115000', '123015.575000', '123016.035000', '123016.495000', '123016.955000', '123017.415000', '123017.875000', '123018.335000', '123018.795000', '123019.255000', '123019.715000', '123020.175000', '123020.635000', '123021.095000', '123021.555000', '123022.015000', '123022.475000', '123022.935000', '123023.395000', '123023.855000', '123024.315000', '123024.775000', '123025.235000', '123025.695000', '123026.155000', '123026.615000', '123027.075000', '123027.535000', '123027.995000', '123028.455000', '123028.915000', '123029.375000', '123029.835000', '123030.295000', '123030.755000', '123031.215000', '123031.675000', '123032.135000', '123032.595000', '123033.055000', '123033.515000', '123033.975000', '123034.435000', '123034.895000', '123035.355000', '123035.815000', '123036.275000', '123036.735000', '123037.195000', '123037.655000', '123038.115000', '123038.575000', '123039.035000', '123039.495000', '123039.955000', '123040.415000', '123040.875000', '123041.335000', '123041.795000', '123042.255000', '123042.715000', '123043.175000', '123043.635000', '123044.095000', '123044.555000', '123045.015000', '123045.475000', '123045.935000', '123046.395000', '123046.855000', '123047.315000', '123047.775000', '123048.235000', '123048.695000', '123049.155000', '123049.615000', '123050.075000', '123050.535000', '123050.995000', '123051.455000', '123051.915000', '123052.375000', '123052.835000', '123053.295000', '123053.755000', '123054.215000', '123054.675000', '123055.135000', '123055.595000', '123056.055000', '123056.515000', '123056.975000', '123057.435000', '123057.895000', '123058.355000', '123058.815000', '123059.275000', '123059.735000', '123100.195000', '123100.655000', '123101.115000', '123101.575000', '123102.035000', '123102.495000', '123102.955000', '123103.415000', '123103.875000', '123104.335000', '123104.795000', '123105.255000', '123105.715000', '123106.175000', '123106.635000', '123107.095000', '123107.555000', '123108.015000', '123108.475000', '123108.935000', '123109.395000', '123109.855000', '123110.315000', '123110.775000', '123111.235000', '123111.695000', '123112.155000', '123112.615000', '123113.075000', '123113.535000', '123113.995000', '123114.455000', '123114.915000', '123115.375000', '123115.835000', '123116.295000', '123116.755000', '123117.215000', '123117.675000', '123118.135000', '123118.595000', '123119.055000', '123119.515000', '123119.975000', '123120.435000', '123120.895000', '123121.355000', '123121.815000', '123122.275000', '123122.735000', '123123.195000', '123123.655000', '123124.115000', '123124.575000', '123125.035000', '123125.495000', '123125.955000', '123126.415000', '123126.875000', '123127.335000', '123127.795000', '123128.255000', '123128.715000', '123129.175000', '123129.635000', '123130.095000', '123130.555000', '123131.015000', '123131.475000', '123131.935000', '123132.395000', '123132.855000', '123133.315000', '123133.775000', '123134.235000', '123134.695000', '123135.155000', '123135.615000', '123136.075000', '123136.535000', '123136.995000', '123137.455000', '123137.915000', '123138.375000', '123138.835000', '123139.295000', '123139.755000', '123140.215000', '123140.675000', '123141.135000', '123141.595000', '123142.055000', '123142.515000', '123142.975000', '123143.435000', '123143.895000', '123144.355000', '123144.815000', '123145.275000', '123145.735000', '123146.195000', '123146.655000', '123147.115000', '123147.575000', '123148.035000', '123148.495000', '123148.955000', '123149.415000', '123149.875000', '123150.335000', '123150.795000', '123151.255000', '123151.715000', '123152.175000', '123152.635000', '123153.095000', '123153.555000', '123154.015000', '123154.475000', '123154.935000', '123155.395000', '123155.855000', '123156.315000', '123156.775000', '123157.235000', '123157.695000', '123158.155000', '123158.615000', '123159.075000', '123159.535000', '123159.995000', '123200.455000', '123200.915000', '123201.375000', '123201.835000', '123202.295000', '123202.755000', '123203.215000', '123203.675000', '123204.135000', '123204.595000', '123205.055000', '123205.515000', '123205.975000', '123206.435000', '123206.895000', '123207.355000', '123207.815000', '123208.275000', '123208.735000', '123209.195000', '123209.655000', '123210.115000', '123210.575000', '123211.035000', '123211.495000', '123211.955000', '123212.415000', '123212.875000', '123213.335000', '123213.795000', '123214.255000', '123214.715000', '123215.175000', '123215.635000', '123216.095000', '123216.555000', '123217.015000', '123217.475000', '123217.935000', '123218.395000', '123218.855000', '123219.315000', '123219.775000', '123220.235000', '123220.695000', '123221.155000', '123221.615000', '123222.075000', '123222.535000', '123222.995000', '123223.455000', '123223.915000', '123224.375000', '123224.835000', '123225.295000', '123225.755000', '123226.215000', '123226.675000', '123227.135000', '123227.595000', '123228.055000', '123228.515000', '123228.975000', '123229.435000', '123229.895000', '123230.355000', '123230.815000', '123231.275000', '123231.735000', '123232.195000', '123232.655000', '123233.115000', '123233.575000', '123234.035000', '123234.495000', '123234.955000', '123235.415000', '123235.875000', '123236.335000', '123236.795000', '123237.255000', '123237.715000', '123238.175000', '123238.635000', '123239.095000', '123239.555000', '123240.015000', '123240.475000', '123240.935000', '123241.395000', '123241.855000', '123242.315000', '123242.775000', '123243.235000', '123243.695000', '123244.155000', '123244.615000', '123245.075000', '123245.535000', '123245.995000', '123246.455000', '123246.915000', '123247.375000', '123247.835000', '123248.295000', '123248.755000', '123249.215000', '123249.675000', '123250.135000', '123250.595000', '123251.055000', '123251.515000', '123251.975000', '123252.435000', '123252.895000', '123253.355000', '123253.815000', '123254.275000', '123254.735000', '123255.195000', '123255.655000', '123256.115000', '123256.575000', '123257.035000', '123257.495000', '123257.955000', '123258.415000', '123258.875000', '123259.335000', '123259.795000', '123300.255000', '123300.715000', '123301.175000', '123301.635000', '123302.095000', '123302.555000', '123303.015000', '123303.475000', '123303.935000', '123304.395000', '123304.855000', '123305.315000', '123305.775000', '123306.235000', '123306.695000', '123307.155000', '123307.615000', '123308.075000', '123308.535000', '123308.995000', '123309.455000', '123309.915000', '123310.375000', '123310.835000', '123311.295000', '123311.755000', '123312.215000', '123312.675000', '123313.135000', '123313.595000', '123314.055000', '123314.515000', '123314.975000', '123315.435000', '123315.895000', '123316.355000', '123316.815000', '123317.275000', '123317.735000', '123318.195000', '123318.655000', '123319.115000', '123319.575000', '123320.035000', '123320.495000', '123320.955000', '123321.415000', '123321.875000', '123322.335000', '123322.795000', '123323.255000', '123323.715000', '123324.175000', '123324.635000', '123325.095000', '123325.555000', '123326.015000', '123326.475000', '123326.935000', '123327.395000', '123327.855000', '123328.315000', '123328.775000', '123329.235000', '123329.695000', '123330.155000', '123330.615000', '123331.075000'], 'ContentTime': ['122508.465000', '122508.468000', '122508.471000', '122508.474000', '122508.476000', '122508.487000', '122508.490000', '122508.492000', '122508.495000', '122508.498000', '122508.500000', '122508.503000', '122508.505000', '122508.508000', '122508.510000', '122508.513000', '122508.516000', '122508.518000', '122508.521000', '122508.523000', '122508.526000', '122508.529000', '122508.531000', '122508.534000', '122508.536000', '122508.539000', '122508.541000', '122508.544000', '122508.547000', '122508.549000', '122508.552000', '122508.554000', '122508.557000', '122508.559000', '122508.562000', '122508.565000', '122508.567000', '122508.570000', '122508.572000', '122508.575000', '122508.577000', '122508.580000', '122508.583000', '122508.585000', '122508.588000', '122508.590000', '122508.593000', '122508.596000', '122508.598000', '122508.601000', '122508.603000', '122508.606000', '122508.608000', '122508.611000', '122508.614000', '122508.631000', '122508.634000', '122508.641000', '122508.644000', '122508.646000', '122508.649000', '122528.432000', '122528.435000', '122528.438000', '122528.440000', '122528.443000', '122528.445000', '122528.448000', '122528.451000', '122528.464000', '122528.466000', '122528.469000', '122528.471000', '122528.474000', '122528.477000', '122528.479000', '122528.482000', '122528.485000', '122528.487000', '122528.490000', '122528.492000', '122528.495000', '122528.498000', '122528.500000', '122528.503000', '122528.506000', '122528.508000', '122528.511000', '122528.513000', '122528.516000', '122528.519000', '122528.521000', '122528.524000', '122528.526000', '122528.529000', '122528.531000', '122528.534000', '122528.537000', '122528.539000', '122528.544000', '122528.547000', '122528.549000', '122528.552000', '122528.555000', '122548.433000', '122548.436000', '122548.438000', '122548.441000', '122548.443000', '122548.447000', '122548.449000', '122548.452000', '122548.455000', '122548.457000', '122548.460000', '122548.462000', '122548.465000', '122548.467000', '122548.470000', '122548.473000', '122548.475000', '122548.478000', '122548.480000', '122548.483000', '122548.486000', '122548.488000', '122548.491000', '122548.494000', '122548.496000', '122548.499000', '122548.501000', '122548.504000', '122548.507000', '122548.509000', '122548.512000', '122548.514000', '122548.517000', '122548.519000', '122548.522000', '122548.525000', '122548.527000', '122548.530000', '122548.532000', '122548.535000', '122548.538000', '122548.540000', '122548.543000', '122548.545000', '122608.431000', '122608.434000', '122608.437000', '122608.439000', '122608.442000', '122608.445000', '122608.447000', '122608.450000', '122608.453000', '122608.455000', '122608.458000', '122608.460000', '122608.463000', '122608.466000', '122608.468000', '122608.471000', '122608.473000', '122608.476000', '122608.478000', '122608.490000', '122608.493000', '122608.496000', '122608.498000', '122608.501000', '122608.503000', '122608.506000', '122608.508000', '122608.511000', '122608.514000', '122608.516000', '122608.519000', '122608.522000', '122608.524000', '122608.527000', '122608.530000', '122608.533000', '122608.536000', '122608.539000', '122608.542000', '122608.544000', '122608.547000', '122608.549000', '122608.552000', '122628.431000', '122628.434000', '122628.437000', '122628.439000', '122628.442000', '122628.445000', '122628.447000', '122628.450000', '122628.452000', '122628.455000', '122628.457000', '122628.460000', '122628.463000', '122628.465000', '122628.468000', '122628.470000', '122628.473000', '122628.475000', '122628.478000', '122628.481000', '122628.483000', '122628.486000', '122628.488000', '122628.491000', '122628.493000', '122628.496000', '122628.499000', '122628.501000', '122628.504000', '122628.506000', '122628.509000', '122628.512000', '122628.514000', '122628.517000', '122628.519000', '122628.523000', '122628.525000', '122628.528000', '122628.530000', '122628.533000', '122628.536000', '122628.538000', '122628.541000', '122648.431000', '122648.434000', '122648.437000', '122648.439000', '122648.442000', '122648.445000', '122648.447000', '122648.450000', '122648.453000', '122648.455000', '122648.458000', '122648.460000', '122648.463000', '122648.465000', '122648.468000', '122648.471000', '122648.473000', '122648.476000', '122648.479000', '122648.481000', '122648.484000', '122648.486000', '122648.489000', '122648.491000', '122648.494000', '122648.505000', '122648.507000', '122648.510000', '122648.512000', '122648.515000', '122648.518000', '122648.520000', '122648.523000', '122648.525000', '122648.556000', '122648.559000', '122648.561000', '122648.564000', '122648.566000', '122648.569000', '122648.572000', '122648.574000', '122648.577000', '122648.579000', '122708.433000', '122708.435000', '122708.438000', '122708.441000', '122708.443000', '122708.446000', '122708.449000', '122708.451000', '122708.454000', '122708.457000', '122708.459000', '122708.462000', '122708.464000', '122708.467000', '122708.469000', '122708.472000', '122708.475000', '122708.477000', '122708.480000', '122708.482000', '122708.485000', '122708.488000', '122708.490000', '122708.493000', '122708.495000', '122708.498000', '122708.501000', '122708.503000', '122708.506000', '122708.508000', '122708.511000', '122708.514000', '122708.516000', '122708.519000', '122708.522000', '122708.524000', '122708.527000', '122708.530000', '122708.532000', '122708.535000', '122708.537000', '122708.540000', '122708.543000', '122708.545000', '122728.433000', '122728.436000', '122728.438000', '122728.441000', '122728.443000', '122728.446000', '122728.449000', '122728.451000', '122728.454000', '122728.456000', '122728.459000', '122728.462000', '122728.464000', '122728.467000', '122728.469000', '122728.472000', '122728.475000', '122728.477000', '122728.480000', '122728.482000', '122728.485000', '122728.488000', '122728.490000', '122728.493000', '122728.495000', '122728.498000', '122728.501000', '122728.503000', '122728.506000', '122728.508000', '122728.511000', '122728.514000', '122728.516000', '122728.519000', '122728.521000', '122728.524000', '122728.527000', '122728.529000', '122728.532000', '122728.534000', '122728.537000', '122728.540000', '122728.542000', '122748.432000', '122748.435000', '122748.438000', '122748.441000', '122748.443000', '122748.446000', '122748.448000', '122748.451000', '122748.453000', '122748.456000', '122748.459000', '122748.461000', '122748.464000', '122748.466000', '122748.469000', '122748.471000', '122748.474000', '122748.477000', '122748.480000', '122748.482000', '122748.485000', '122748.487000', '122748.490000', '122748.492000', '122748.495000', '122748.498000', '122748.500000', '122748.503000', '122748.505000', '122748.508000', '122748.511000', '122748.513000', '122748.516000', '122748.518000', '122748.521000', '122748.524000', '122748.526000', '122748.529000', '122748.531000', '122748.543000', '122748.546000', '122748.549000', '122748.551000', '122748.554000', '122808.433000', '122808.436000', '122808.438000', '122808.441000', '122808.443000', '122808.446000', '122808.449000', '122808.451000', '122808.454000', '122808.456000', '122808.459000', '122808.462000', '122808.464000', '122808.467000', '122808.469000', '122808.472000', '122808.475000', '122808.477000', '122808.480000', '122808.482000', '122808.485000', '122808.488000', '122808.490000', '122808.493000', '122808.495000', '122808.498000', '122808.500000', '122808.503000', '122808.506000', '122808.509000', '122808.511000', '122808.514000', '122808.516000', '122808.519000', '122808.522000', '122808.524000', '122808.527000', '122808.530000', '122808.532000', '122808.535000', '122808.537000', '122808.540000', '122808.543000', '122828.432000', '122828.434000', '122828.437000', '122828.440000', '122828.442000', '122828.445000', '122828.447000', '122828.450000', '122828.453000', '122828.455000', '122828.458000', '122828.461000', '122828.463000', '122828.466000', '122828.469000', '122828.496000', '122828.499000', '122828.502000', '122828.504000', '122828.507000', '122828.510000', '122828.512000', '122828.515000', '122828.517000', '122828.520000', '122828.522000', '122828.525000', '122828.528000', '122828.530000', '122828.533000', '122828.536000', '122828.538000', '122828.541000', '122828.544000', '122828.546000', '122828.549000', '122828.551000', '122828.554000', '122828.556000', '122828.559000', '122828.562000', '122828.564000', '122828.567000', '122828.569000', '122848.431000', '122848.434000', '122848.437000', '122848.439000', '122848.442000', '122848.445000', '122848.447000', '122848.450000', '122848.453000', '122848.455000', '122848.458000', '122848.460000', '122848.463000', '122848.466000', '122848.468000', '122848.471000', '122848.473000', '122848.476000', '122848.479000', '122848.481000', '122848.484000', '122848.486000', '122848.489000', '122848.492000', '122848.494000', '122848.497000', '122848.499000', '122848.502000', '122848.505000', '122848.507000', '122848.510000', '122848.513000', '122848.515000', '122848.518000', '122848.520000', '122848.523000', '122848.525000', '122848.528000', '122848.531000', '122848.533000', '122848.536000', '122848.538000', '122848.541000', '122908.431000', '122908.434000', '122908.437000', '122908.439000', '122908.442000', '122908.445000', '122908.447000', '122908.450000', '122908.452000', '122908.455000', '122908.457000', '122908.460000', '122908.463000', '122908.465000', '122908.468000', '122908.470000', '122908.473000', '122908.476000', '122908.478000', '122908.481000', '122908.483000', '122908.486000', '122908.488000', '122908.491000', '122908.494000', '122908.496000', '122908.499000', '122908.501000', '122908.504000', '122908.507000', '122908.509000', '122908.512000', '122908.515000', '122908.517000', '122908.520000', '122908.522000', '122908.525000', '122908.528000', '122908.530000', '122908.533000', '122908.535000', '122908.538000', '122908.541000', '122908.543000', '122928.433000', '122928.435000', '122928.438000', '122928.441000', '122928.443000', '122928.446000', '122928.448000', '122928.451000', '122928.454000', '122928.456000', '122928.459000', '122928.461000', '122928.464000', '122928.466000', '122928.469000', '122928.472000', '122928.474000', '122928.477000', '122928.480000', '122928.482000', '122928.485000', '122928.487000', '122928.490000', '122928.492000', '122928.495000', '122928.498000', '122928.500000', '122928.503000', '122928.506000', '122928.508000', '122928.511000', '122928.513000', '122928.516000', '122928.519000', '122928.521000', '122928.524000', '122928.526000', '122928.529000', '122928.531000', '122928.534000', '122928.537000', '122928.539000', '122928.542000', '122948.432000', '122948.435000', '122948.438000', '122948.441000', '122948.444000', '122948.448000', '122948.450000', '122948.453000', '122948.455000', '122948.458000', '122948.461000', '122948.463000', '122948.466000', '122948.468000', '122948.471000', '122948.474000', '122948.476000', '122948.479000', '122948.481000', '122948.484000', '122948.487000', '122948.489000', '122948.492000', '122948.495000', '122948.497000', '122948.500000', '122948.502000', '122948.505000', '122948.508000', '122948.510000', '122948.513000', '122948.515000', '122948.518000', '122948.521000', '122948.523000', '122948.526000', '122948.529000', '122948.531000', '122948.534000', '122948.536000', '122948.550000', '122948.553000', '122948.555000', '122948.558000', '123008.432000', '123008.435000', '123008.438000', '123008.440000', '123008.443000', '123008.446000', '123008.448000', '123008.451000', '123008.453000', '123008.456000', '123008.459000', '123008.461000', '123008.464000', '123008.466000', '123008.469000', '123008.471000', '123008.474000', '123008.476000', '123008.479000', '123008.482000', '123008.484000', '123008.487000', '123008.490000', '123008.492000', '123008.495000', '123008.497000', '123008.500000', '123008.502000', '123008.505000', '123008.508000', '123008.510000', '123008.513000', '123008.515000', '123008.518000', '123008.521000', '123008.523000', '123008.538000', '123008.541000', '123008.543000', '123008.546000', '123008.549000', '123008.551000', '123008.554000', '123028.432000', '123028.435000', '123028.438000', '123028.440000', '123028.443000', '123028.446000', '123028.448000', '123028.451000', '123028.453000', '123028.456000', '123028.458000', '123028.461000', '123028.464000', '123028.466000', '123028.469000', '123028.471000', '123028.474000', '123028.477000', '123028.479000', '123028.482000', '123028.484000', '123028.487000', '123028.489000', '123028.496000', '123028.498000', '123028.501000', '123028.503000', '123028.506000', '123028.509000', '123028.511000', '123028.514000', '123028.516000', '123028.519000', '123028.522000', '123028.524000', '123028.527000', '123028.529000', '123028.532000', '123028.534000', '123028.537000', '123028.540000', '123028.542000', '123028.545000', '123028.547000', '123048.431000', '123048.434000', '123048.437000', '123048.439000', '123048.442000', '123048.445000', '123048.447000', '123048.450000', '123048.452000', '123048.455000', '123048.458000', '123048.460000', '123048.463000', '123048.466000', '123048.468000', '123048.471000', '123048.473000', '123048.476000', '123048.479000', '123048.481000', '123048.484000', '123048.486000', '123048.489000', '123048.492000', '123048.494000', '123048.497000', '123048.499000', '123048.502000', '123048.505000', '123048.507000', '123048.510000', '123048.512000', '123048.515000', '123048.518000', '123048.520000', '123048.523000', '123048.525000', '123048.528000', '123048.531000', '123048.533000', '123048.536000', '123048.538000', '123048.541000', '123108.432000', '123108.434000', '123108.437000', '123108.440000', '123108.443000', '123108.446000', '123108.449000', '123108.452000', '123108.454000', '123108.457000', '123108.460000', '123108.462000', '123108.465000', '123108.467000', '123108.470000', '123108.473000', '123108.475000', '123108.478000', '123108.480000', '123108.483000', '123108.487000', '123108.490000', '123108.493000', '123108.495000', '123108.498000', '123108.501000', '123108.503000', '123108.506000', '123108.508000', '123108.511000', '123108.513000', '123108.516000', '123108.519000', '123108.521000', '123108.524000', '123108.526000', '123108.529000', '123108.532000', '123108.534000', '123108.537000', '123108.540000', '123108.542000', '123108.545000', '123128.431000', '123128.434000', '123128.437000', '123128.439000', '123128.442000', '123128.445000', '123128.447000', '123128.450000', '123128.462000', '123128.464000', '123128.467000', '123128.469000', '123128.472000', '123128.474000', '123128.477000', '123128.480000', '123128.482000', '123128.485000', '123128.487000', '123128.490000', '123128.493000', '123128.495000', '123128.498000', '123128.500000', '123128.503000', '123128.506000', '123128.508000', '123128.511000', '123128.513000', '123128.516000', '123128.519000', '123128.521000', '123128.524000', '123128.526000', '123128.529000', '123128.532000', '123128.534000', '123128.537000', '123128.548000', '123128.551000', '123128.565000', '123128.567000', '123128.570000', '123128.573000', '123148.433000', '123148.436000', '123148.439000', '123148.442000', '123148.445000', '123148.448000', '123148.450000', '123148.453000', '123148.455000', '123148.458000', '123148.460000', '123148.463000', '123148.466000', '123148.468000', '123148.471000', '123148.473000', '123148.476000', '123148.479000', '123148.481000', '123148.484000', '123148.486000', '123148.489000', '123148.492000', '123148.494000', '123148.497000', '123148.500000', '123148.502000', '123148.505000', '123148.508000', '123148.510000', '123148.513000', '123148.515000', '123148.518000', '123148.520000', '123148.523000', '123148.526000', '123148.528000', '123148.531000', '123148.533000', '123148.536000', '123148.539000', '123148.541000', '123148.544000', '123208.432000', '123208.435000', '123208.438000', '123208.440000', '123208.443000', '123208.446000', '123208.448000', '123208.451000', '123208.453000', '123208.456000', '123208.458000', '123208.461000', '123208.464000', '123208.466000', '123208.469000', '123208.472000', '123208.474000', '123208.477000', '123208.479000', '123208.482000', '123208.485000', '123208.487000', '123208.490000', '123208.492000', '123208.495000', '123208.498000', '123208.500000', '123208.503000', '123208.505000', '123208.508000', '123208.510000', '123208.513000', '123208.516000', '123208.518000', '123208.521000', '123208.523000', '123208.526000', '123208.529000', '123208.531000', '123208.534000', '123208.536000', '123208.539000', '123208.542000', '123208.544000', '123228.433000', '123228.435000', '123228.438000', '123228.441000', '123228.443000', '123228.446000', '123228.448000', '123228.451000', '123228.453000', '123228.456000', '123228.459000', '123228.461000', '123228.464000', '123228.466000', '123228.469000', '123228.472000', '123228.474000', '123228.477000', '123228.480000', '123228.482000', '123228.485000', '123228.488000', '123228.490000', '123228.493000', '123228.495000', '123228.498000', '123228.500000', '123228.503000', '123228.506000', '123228.508000', '123228.511000', '123228.513000', '123228.516000', '123228.519000', '123228.521000', '123228.524000', '123228.527000', '123228.530000', '123228.532000', '123228.535000', '123228.538000', '123228.541000', '123228.543000', '123248.433000', '123248.435000', '123248.438000', '123248.441000', '123248.460000', '123248.462000', '123248.465000', '123248.467000', '123248.470000', '123248.473000', '123248.475000', '123248.478000', '123248.480000', '123248.483000', '123248.486000', '123248.488000', '123248.491000', '123248.493000', '123248.496000', '123248.499000', '123248.501000', '123248.504000', '123248.506000', '123248.509000', '123248.512000', '123248.514000', '123248.517000', '123248.520000', '123248.523000', '123248.525000', '123248.528000', '123248.542000', '123248.544000', '123248.547000', '123248.550000', '123248.552000', '123248.555000', '123248.557000', '123248.560000', '123248.563000', '123248.565000', '123248.568000', '123248.571000', '123248.573000', '123308.432000', '123308.434000', '123308.437000', '123308.450000', '123308.452000', '123308.455000', '123308.458000', '123308.460000', '123308.463000', '123308.466000', '123308.468000', '123308.471000', '123308.473000', '123308.476000', '123308.479000', '123308.481000', '123308.484000', '123308.486000', '123308.489000', '123308.492000', '123308.494000', '123308.497000', '123308.499000', '123308.502000', '123308.505000', '123308.507000', '123308.510000', '123308.513000', '123308.515000', '123308.518000', '123308.521000', '123308.523000', '123308.526000', '123308.528000', '123308.531000', '123308.534000', '123308.536000', '123308.539000', '123308.541000', '123308.544000', '123308.546000', '123308.549000', '123308.552000', '123328.431000', '123328.434000', '123328.437000', '123328.439000', '123328.442000', '123328.446000', '123328.448000', '123328.451000', '123328.453000', '123328.456000', '123328.459000', '123328.461000', '123328.464000', '123328.466000', '123328.469000', '123328.472000', '123328.474000', '123328.477000', '123328.480000', '123328.482000', '123328.485000', '123328.487000', '123328.490000', '123328.493000', '123328.495000', '123328.498000', '123328.500000', '123328.503000', '123328.506000', '123328.508000', '123328.511000', '123328.513000', '123328.516000', '123328.519000', '123328.521000', '123328.524000', '123328.527000', '123328.529000', '123328.532000', '123328.534000', '123328.537000', '123328.539000', '123328.542000', '123328.545000', '123332.442000', '123332.445000', '123332.448000', '123332.451000', '123332.454000', '123332.456000', '123332.459000', '123332.462000', '123332.465000'], 'InstanceCreationTime': ['122508.465000', '122508.468000', '122508.471000', '122508.474000', '122508.476000', '122508.487000', '122508.490000', '122508.492000', '122508.495000', '122508.498000', '122508.500000', '122508.503000', '122508.505000', '122508.508000', '122508.510000', '122508.513000', '122508.516000', '122508.518000', '122508.521000', '122508.523000', '122508.526000', '122508.529000', '122508.531000', '122508.534000', '122508.536000', '122508.539000', '122508.541000', '122508.544000', '122508.547000', '122508.549000', '122508.552000', '122508.554000', '122508.557000', '122508.559000', '122508.562000', '122508.565000', '122508.567000', '122508.570000', '122508.572000', '122508.575000', '122508.577000', '122508.580000', '122508.583000', '122508.585000', '122508.588000', '122508.590000', '122508.593000', '122508.596000', '122508.598000', '122508.601000', '122508.603000', '122508.606000', '122508.608000', '122508.611000', '122508.614000', '122508.631000', '122508.634000', '122508.641000', '122508.644000', '122508.646000', '122508.649000', '122528.432000', '122528.435000', '122528.438000', '122528.440000', '122528.443000', '122528.445000', '122528.448000', '122528.451000', '122528.464000', '122528.466000', '122528.469000', '122528.471000', '122528.474000', '122528.477000', '122528.479000', '122528.482000', '122528.485000', '122528.487000', '122528.490000', '122528.492000', '122528.495000', '122528.498000', '122528.500000', '122528.503000', '122528.506000', '122528.508000', '122528.511000', '122528.513000', '122528.516000', '122528.519000', '122528.521000', '122528.524000', '122528.526000', '122528.529000', '122528.531000', '122528.534000', '122528.537000', '122528.539000', '122528.544000', '122528.547000', '122528.549000', '122528.552000', '122528.555000', '122548.433000', '122548.436000', '122548.438000', '122548.441000', '122548.443000', '122548.447000', '122548.449000', '122548.452000', '122548.455000', '122548.457000', '122548.460000', '122548.462000', '122548.465000', '122548.467000', '122548.470000', '122548.473000', '122548.475000', '122548.478000', '122548.480000', '122548.483000', '122548.486000', '122548.488000', '122548.491000', '122548.494000', '122548.496000', '122548.499000', '122548.501000', '122548.504000', '122548.507000', '122548.509000', '122548.512000', '122548.514000', '122548.517000', '122548.519000', '122548.522000', '122548.525000', '122548.527000', '122548.530000', '122548.532000', '122548.535000', '122548.538000', '122548.540000', '122548.543000', '122548.545000', '122608.431000', '122608.434000', '122608.437000', '122608.439000', '122608.442000', '122608.445000', '122608.447000', '122608.450000', '122608.453000', '122608.455000', '122608.458000', '122608.460000', '122608.463000', '122608.466000', '122608.468000', '122608.471000', '122608.473000', '122608.476000', '122608.478000', '122608.490000', '122608.493000', '122608.496000', '122608.498000', '122608.501000', '122608.503000', '122608.506000', '122608.508000', '122608.511000', '122608.514000', '122608.516000', '122608.519000', '122608.522000', '122608.524000', '122608.527000', '122608.530000', '122608.533000', '122608.536000', '122608.539000', '122608.542000', '122608.544000', '122608.547000', '122608.549000', '122608.552000', '122628.431000', '122628.434000', '122628.437000', '122628.439000', '122628.442000', '122628.445000', '122628.447000', '122628.450000', '122628.452000', '122628.455000', '122628.457000', '122628.460000', '122628.463000', '122628.465000', '122628.468000', '122628.470000', '122628.473000', '122628.475000', '122628.478000', '122628.481000', '122628.483000', '122628.486000', '122628.488000', '122628.491000', '122628.493000', '122628.496000', '122628.499000', '122628.501000', '122628.504000', '122628.506000', '122628.509000', '122628.512000', '122628.514000', '122628.517000', '122628.519000', '122628.523000', '122628.525000', '122628.528000', '122628.530000', '122628.533000', '122628.536000', '122628.538000', '122628.541000', '122648.431000', '122648.434000', '122648.437000', '122648.439000', '122648.442000', '122648.445000', '122648.447000', '122648.450000', '122648.453000', '122648.455000', '122648.458000', '122648.460000', '122648.463000', '122648.465000', '122648.468000', '122648.471000', '122648.473000', '122648.476000', '122648.479000', '122648.481000', '122648.484000', '122648.486000', '122648.489000', '122648.491000', '122648.494000', '122648.505000', '122648.507000', '122648.510000', '122648.512000', '122648.515000', '122648.518000', '122648.520000', '122648.523000', '122648.525000', '122648.556000', '122648.559000', '122648.561000', '122648.564000', '122648.566000', '122648.569000', '122648.572000', '122648.574000', '122648.577000', '122648.579000', '122708.433000', '122708.435000', '122708.438000', '122708.441000', '122708.443000', '122708.446000', '122708.449000', '122708.451000', '122708.454000', '122708.457000', '122708.459000', '122708.462000', '122708.464000', '122708.467000', '122708.469000', '122708.472000', '122708.475000', '122708.477000', '122708.480000', '122708.482000', '122708.485000', '122708.488000', '122708.490000', '122708.493000', '122708.495000', '122708.498000', '122708.501000', '122708.503000', '122708.506000', '122708.508000', '122708.511000', '122708.514000', '122708.516000', '122708.519000', '122708.522000', '122708.524000', '122708.527000', '122708.530000', '122708.532000', '122708.535000', '122708.537000', '122708.540000', '122708.543000', '122708.545000', '122728.433000', '122728.436000', '122728.438000', '122728.441000', '122728.443000', '122728.446000', '122728.449000', '122728.451000', '122728.454000', '122728.456000', '122728.459000', '122728.462000', '122728.464000', '122728.467000', '122728.469000', '122728.472000', '122728.475000', '122728.477000', '122728.480000', '122728.482000', '122728.485000', '122728.488000', '122728.490000', '122728.493000', '122728.495000', '122728.498000', '122728.501000', '122728.503000', '122728.506000', '122728.508000', '122728.511000', '122728.514000', '122728.516000', '122728.519000', '122728.521000', '122728.524000', '122728.527000', '122728.529000', '122728.532000', '122728.534000', '122728.537000', '122728.540000', '122728.542000', '122748.432000', '122748.435000', '122748.438000', '122748.441000', '122748.443000', '122748.446000', '122748.448000', '122748.451000', '122748.453000', '122748.456000', '122748.459000', '122748.461000', '122748.464000', '122748.466000', '122748.469000', '122748.471000', '122748.474000', '122748.477000', '122748.480000', '122748.482000', '122748.485000', '122748.487000', '122748.490000', '122748.492000', '122748.495000', '122748.498000', '122748.500000', '122748.503000', '122748.505000', '122748.508000', '122748.511000', '122748.513000', '122748.516000', '122748.518000', '122748.521000', '122748.524000', '122748.526000', '122748.529000', '122748.531000', '122748.543000', '122748.546000', '122748.549000', '122748.551000', '122748.554000', '122808.433000', '122808.436000', '122808.438000', '122808.441000', '122808.443000', '122808.446000', '122808.449000', '122808.451000', '122808.454000', '122808.456000', '122808.459000', '122808.462000', '122808.464000', '122808.467000', '122808.469000', '122808.472000', '122808.475000', '122808.477000', '122808.480000', '122808.482000', '122808.485000', '122808.488000', '122808.490000', '122808.493000', '122808.495000', '122808.498000', '122808.500000', '122808.503000', '122808.506000', '122808.509000', '122808.511000', '122808.514000', '122808.516000', '122808.519000', '122808.522000', '122808.524000', '122808.527000', '122808.530000', '122808.532000', '122808.535000', '122808.537000', '122808.540000', '122808.543000', '122828.432000', '122828.434000', '122828.437000', '122828.440000', '122828.442000', '122828.445000', '122828.447000', '122828.450000', '122828.453000', '122828.455000', '122828.458000', '122828.461000', '122828.463000', '122828.466000', '122828.469000', '122828.496000', '122828.499000', '122828.502000', '122828.504000', '122828.507000', '122828.510000', '122828.512000', '122828.515000', '122828.517000', '122828.520000', '122828.522000', '122828.525000', '122828.528000', '122828.530000', '122828.533000', '122828.536000', '122828.538000', '122828.541000', '122828.544000', '122828.546000', '122828.549000', '122828.551000', '122828.554000', '122828.556000', '122828.559000', '122828.562000', '122828.564000', '122828.567000', '122828.569000', '122848.431000', '122848.434000', '122848.437000', '122848.439000', '122848.442000', '122848.445000', '122848.447000', '122848.450000', '122848.453000', '122848.455000', '122848.458000', '122848.460000', '122848.463000', '122848.466000', '122848.468000', '122848.471000', '122848.473000', '122848.476000', '122848.479000', '122848.481000', '122848.484000', '122848.486000', '122848.489000', '122848.492000', '122848.494000', '122848.497000', '122848.499000', '122848.502000', '122848.505000', '122848.507000', '122848.510000', '122848.513000', '122848.515000', '122848.518000', '122848.520000', '122848.523000', '122848.525000', '122848.528000', '122848.531000', '122848.533000', '122848.536000', '122848.538000', '122848.541000', '122908.431000', '122908.434000', '122908.437000', '122908.439000', '122908.442000', '122908.445000', '122908.447000', '122908.450000', '122908.452000', '122908.455000', '122908.457000', '122908.460000', '122908.463000', '122908.465000', '122908.468000', '122908.470000', '122908.473000', '122908.476000', '122908.478000', '122908.481000', '122908.483000', '122908.486000', '122908.488000', '122908.491000', '122908.494000', '122908.496000', '122908.499000', '122908.501000', '122908.504000', '122908.507000', '122908.509000', '122908.512000', '122908.515000', '122908.517000', '122908.520000', '122908.522000', '122908.525000', '122908.528000', '122908.530000', '122908.533000', '122908.535000', '122908.538000', '122908.541000', '122908.543000', '122928.433000', '122928.435000', '122928.438000', '122928.441000', '122928.443000', '122928.446000', '122928.448000', '122928.451000', '122928.454000', '122928.456000', '122928.459000', '122928.461000', '122928.464000', '122928.466000', '122928.469000', '122928.472000', '122928.474000', '122928.477000', '122928.480000', '122928.482000', '122928.485000', '122928.487000', '122928.490000', '122928.492000', '122928.495000', '122928.498000', '122928.500000', '122928.503000', '122928.506000', '122928.508000', '122928.511000', '122928.513000', '122928.516000', '122928.519000', '122928.521000', '122928.524000', '122928.526000', '122928.529000', '122928.531000', '122928.534000', '122928.537000', '122928.539000', '122928.542000', '122948.432000', '122948.435000', '122948.438000', '122948.441000', '122948.444000', '122948.448000', '122948.450000', '122948.453000', '122948.455000', '122948.458000', '122948.461000', '122948.463000', '122948.466000', '122948.468000', '122948.471000', '122948.474000', '122948.476000', '122948.479000', '122948.481000', '122948.484000', '122948.487000', '122948.489000', '122948.492000', '122948.495000', '122948.497000', '122948.500000', '122948.502000', '122948.505000', '122948.508000', '122948.510000', '122948.513000', '122948.515000', '122948.518000', '122948.521000', '122948.523000', '122948.526000', '122948.529000', '122948.531000', '122948.534000', '122948.536000', '122948.550000', '122948.553000', '122948.555000', '122948.558000', '123008.432000', '123008.435000', '123008.438000', '123008.440000', '123008.443000', '123008.446000', '123008.448000', '123008.451000', '123008.453000', '123008.456000', '123008.459000', '123008.461000', '123008.464000', '123008.466000', '123008.469000', '123008.471000', '123008.474000', '123008.476000', '123008.479000', '123008.482000', '123008.484000', '123008.487000', '123008.490000', '123008.492000', '123008.495000', '123008.497000', '123008.500000', '123008.502000', '123008.505000', '123008.508000', '123008.510000', '123008.513000', '123008.515000', '123008.518000', '123008.521000', '123008.523000', '123008.538000', '123008.541000', '123008.543000', '123008.546000', '123008.549000', '123008.551000', '123008.554000', '123028.432000', '123028.435000', '123028.438000', '123028.440000', '123028.443000', '123028.446000', '123028.448000', '123028.451000', '123028.453000', '123028.456000', '123028.458000', '123028.461000', '123028.464000', '123028.466000', '123028.469000', '123028.471000', '123028.474000', '123028.477000', '123028.479000', '123028.482000', '123028.484000', '123028.487000', '123028.489000', '123028.496000', '123028.498000', '123028.501000', '123028.503000', '123028.506000', '123028.509000', '123028.511000', '123028.514000', '123028.516000', '123028.519000', '123028.522000', '123028.524000', '123028.527000', '123028.529000', '123028.532000', '123028.534000', '123028.537000', '123028.540000', '123028.542000', '123028.545000', '123028.547000', '123048.431000', '123048.434000', '123048.437000', '123048.439000', '123048.442000', '123048.445000', '123048.447000', '123048.450000', '123048.452000', '123048.455000', '123048.458000', '123048.460000', '123048.463000', '123048.466000', '123048.468000', '123048.471000', '123048.473000', '123048.476000', '123048.479000', '123048.481000', '123048.484000', '123048.486000', '123048.489000', '123048.492000', '123048.494000', '123048.497000', '123048.499000', '123048.502000', '123048.505000', '123048.507000', '123048.510000', '123048.512000', '123048.515000', '123048.518000', '123048.520000', '123048.523000', '123048.525000', '123048.528000', '123048.531000', '123048.533000', '123048.536000', '123048.538000', '123048.541000', '123108.432000', '123108.434000', '123108.437000', '123108.440000', '123108.443000', '123108.446000', '123108.449000', '123108.452000', '123108.454000', '123108.457000', '123108.460000', '123108.462000', '123108.465000', '123108.467000', '123108.470000', '123108.473000', '123108.475000', '123108.478000', '123108.480000', '123108.483000', '123108.487000', '123108.490000', '123108.493000', '123108.495000', '123108.498000', '123108.501000', '123108.503000', '123108.506000', '123108.508000', '123108.511000', '123108.513000', '123108.516000', '123108.519000', '123108.521000', '123108.524000', '123108.526000', '123108.529000', '123108.532000', '123108.534000', '123108.537000', '123108.540000', '123108.542000', '123108.545000', '123128.431000', '123128.434000', '123128.437000', '123128.439000', '123128.442000', '123128.445000', '123128.447000', '123128.450000', '123128.462000', '123128.464000', '123128.467000', '123128.469000', '123128.472000', '123128.474000', '123128.477000', '123128.480000', '123128.482000', '123128.485000', '123128.487000', '123128.490000', '123128.493000', '123128.495000', '123128.498000', '123128.500000', '123128.503000', '123128.506000', '123128.508000', '123128.511000', '123128.513000', '123128.516000', '123128.519000', '123128.521000', '123128.524000', '123128.526000', '123128.529000', '123128.532000', '123128.534000', '123128.537000', '123128.548000', '123128.551000', '123128.565000', '123128.567000', '123128.570000', '123128.573000', '123148.433000', '123148.436000', '123148.439000', '123148.442000', '123148.445000', '123148.448000', '123148.450000', '123148.453000', '123148.455000', '123148.458000', '123148.460000', '123148.463000', '123148.466000', '123148.468000', '123148.471000', '123148.473000', '123148.476000', '123148.479000', '123148.481000', '123148.484000', '123148.486000', '123148.489000', '123148.492000', '123148.494000', '123148.497000', '123148.500000', '123148.502000', '123148.505000', '123148.508000', '123148.510000', '123148.513000', '123148.515000', '123148.518000', '123148.520000', '123148.523000', '123148.526000', '123148.528000', '123148.531000', '123148.533000', '123148.536000', '123148.539000', '123148.541000', '123148.544000', '123208.432000', '123208.435000', '123208.438000', '123208.440000', '123208.443000', '123208.446000', '123208.448000', '123208.451000', '123208.453000', '123208.456000', '123208.458000', '123208.461000', '123208.464000', '123208.466000', '123208.469000', '123208.472000', '123208.474000', '123208.477000', '123208.479000', '123208.482000', '123208.485000', '123208.487000', '123208.490000', '123208.492000', '123208.495000', '123208.498000', '123208.500000', '123208.503000', '123208.505000', '123208.508000', '123208.510000', '123208.513000', '123208.516000', '123208.518000', '123208.521000', '123208.523000', '123208.526000', '123208.529000', '123208.531000', '123208.534000', '123208.536000', '123208.539000', '123208.542000', '123208.544000', '123228.433000', '123228.435000', '123228.438000', '123228.441000', '123228.443000', '123228.446000', '123228.448000', '123228.451000', '123228.453000', '123228.456000', '123228.459000', '123228.461000', '123228.464000', '123228.466000', '123228.469000', '123228.472000', '123228.474000', '123228.477000', '123228.480000', '123228.482000', '123228.485000', '123228.488000', '123228.490000', '123228.493000', '123228.495000', '123228.498000', '123228.500000', '123228.503000', '123228.506000', '123228.508000', '123228.511000', '123228.513000', '123228.516000', '123228.519000', '123228.521000', '123228.524000', '123228.527000', '123228.530000', '123228.532000', '123228.535000', '123228.538000', '123228.541000', '123228.543000', '123248.433000', '123248.435000', '123248.438000', '123248.441000', '123248.460000', '123248.462000', '123248.465000', '123248.467000', '123248.470000', '123248.473000', '123248.475000', '123248.478000', '123248.480000', '123248.483000', '123248.486000', '123248.488000', '123248.491000', '123248.493000', '123248.496000', '123248.499000', '123248.501000', '123248.504000', '123248.506000', '123248.509000', '123248.512000', '123248.514000', '123248.517000', '123248.520000', '123248.523000', '123248.525000', '123248.528000', '123248.542000', '123248.544000', '123248.547000', '123248.550000', '123248.552000', '123248.555000', '123248.557000', '123248.560000', '123248.563000', '123248.565000', '123248.568000', '123248.571000', '123248.573000', '123308.432000', '123308.434000', '123308.437000', '123308.450000', '123308.452000', '123308.455000', '123308.458000', '123308.460000', '123308.463000', '123308.466000', '123308.468000', '123308.471000', '123308.473000', '123308.476000', '123308.479000', '123308.481000', '123308.484000', '123308.486000', '123308.489000', '123308.492000', '123308.494000', '123308.497000', '123308.499000', '123308.502000', '123308.505000', '123308.507000', '123308.510000', '123308.513000', '123308.515000', '123308.518000', '123308.521000', '123308.523000', '123308.526000', '123308.528000', '123308.531000', '123308.534000', '123308.536000', '123308.539000', '123308.541000', '123308.544000', '123308.546000', '123308.549000', '123308.552000', '123328.431000', '123328.434000', '123328.437000', '123328.439000', '123328.442000', '123328.446000', '123328.448000', '123328.451000', '123328.453000', '123328.456000', '123328.459000', '123328.461000', '123328.464000', '123328.466000', '123328.469000', '123328.472000', '123328.474000', '123328.477000', '123328.480000', '123328.482000', '123328.485000', '123328.487000', '123328.490000', '123328.493000', '123328.495000', '123328.498000', '123328.500000', '123328.503000', '123328.506000', '123328.508000', '123328.511000', '123328.513000', '123328.516000', '123328.519000', '123328.521000', '123328.524000', '123328.527000', '123328.529000', '123328.532000', '123328.534000', '123328.537000', '123328.539000', '123328.542000', '123328.545000', '123332.442000', '123332.445000', '123332.448000', '123332.451000', '123332.454000', '123332.456000', '123332.459000', '123332.462000', '123332.465000'], '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': [11780, 10265, 11379, 15766, 9300, 13365, 9191, 14958, 10798, 15352, 16008, 10453, 12187, 15628, 10233, 11063, 15749, 8723, 11822, 13136, 8614, 12957, 8432, 9447, 13494, 8606, 10912, 14280, 8444, 11985, 8577, 9120, 13756, 8041, 10617, 14549, 8697, 11835, 7823, 9915, 13560, 8665, 12527, 8272, 11772, 7664, 10838, 9994, 9227, 13157, 8447, 12120, 8728, 10648, 11953, 9478, 14471, 7815, 11452, 13162, 9048, 12897, 8474, 9850, 9028, 12109, 14098, 8547, 13439, 14676, 8330, 12693, 12650, 8945, 12449, 7792, 11202, 7720, 11305, 7354, 10092, 7999, 10547, 13440, 10605, 9359, 13699, 14696, 8567, 12183, 14864, 9176, 11569, 16102, 8428, 12253, 15437, 8760, 11538, 9480, 9408, 13455, 14489, 8804, 13008, 10984, 9177, 12907, 7992, 11136, 14363, 8679, 12434, 9327, 9059, 13330, 7829, 11374, 14068, 8399, 12533, 14623, 8603, 12153, 11148, 8999, 12947, 8012, 11141, 14144, 8226, 11724, 15780, 8622, 10715, 12248, 8444, 12894, 9863, 8766, 13269, 8137, 10985, 9524, 8766, 12932, 7143, 10278, 13669, 14587, 8769, 13246, 15616, 8751, 12376, 7588, 9449, 13605, 7465, 9574, 13889, 7714, 10477, 14165, 7904, 10560, 14053, 7689, 10643, 8858, 8571, 13656, 8185, 10962, 8357, 8985, 13642, 14651, 8559, 12694, 14445, 8605, 11915, 9239, 8929, 13563, 12992, 8274, 13147, 12161, 8328, 12645, 10002, 8359, 12675, 7377, 10311, 13983, 7630, 11636, 14313, 8588, 11788, 8241, 11987, 7528, 11650, 13440, 8812, 9117, 11420, 14245, 15290, 8776, 12647, 14838, 10092, 11713, 15031, 12737, 9915, 15504, 11927, 9700, 13141, 11242, 8995, 12583, 11671, 8802, 8408, 8694, 12631, 7642, 10909, 8318, 9108, 13793, 7983, 8348, 9762, 12958, 10773, 8750, 13791, 15206, 8229, 11521, 13846, 8472, 11597, 7579, 9648, 13691, 7488, 10481, 13653, 7680, 10424, 14054, 8393, 11539, 14461, 8388, 11518, 11448, 8526, 13012, 7450, 10253, 14527, 8219, 11781, 8452, 9491, 13916, 7878, 11011, 13997, 7968, 11479, 14588, 8299, 11885, 12059, 8669, 12436, 7208, 10576, 14460, 7587, 11725, 14079, 8346, 11071, 9258, 9063, 13740, 9385, 8811, 13470, 7618, 10378, 14862, 8396, 11513, 7585, 9414, 13640, 8654, 9228, 13779, 7873, 10536, 10382, 8876, 13565, 9920, 9161, 13767, 8660, 9992, 14050, 8159, 11641, 10344, 9046, 13557, 9520, 9378, 14066, 8097, 12968, 9293, 10067, 13588, 7341, 11511, 14372, 8848, 11586, 9551, 10434, 13789, 8090, 12106, 13264, 10538, 15515, 10187, 14209, 12955, 10773, 15362, 9316, 12783, 11742, 10201, 8771, 11921, 14016, 10733, 10617, 13998, 10114, 9903, 14950, 9124, 9366, 13932, 7419, 9829, 10943, 8594, 13145, 8084, 11258, 14664, 7917, 12080, 9309, 8640, 14013, 7610, 10880, 10807, 8565, 13581, 8631, 9333, 13982, 7881, 9993, 13934, 8019, 9869, 13664, 9862, 9060, 13462, 10077, 8835, 13452, 8949, 9324, 13543, 7680, 9458, 14109, 7846, 10645, 11333, 8794, 13502, 14876, 8199, 12151, 13776, 7846, 10832, 14600, 8427, 11224, 11847, 8181, 12904, 14072, 8289, 12107, 12567, 8303, 12552, 7694, 10810, 14441, 7353, 11506, 14595, 7716, 12320, 7776, 10185, 12867, 8365, 12948, 9547, 9602, 13834, 7951, 10259, 14671, 8457, 11584, 8320, 9646, 13747, 13276, 8967, 13636, 12526, 9599, 13620, 8158, 11302, 15035, 8298, 11663, 13956, 10969, 9962, 13765, 10494, 9992, 15095, 8083, 11145, 13140, 8393, 10450, 13365, 8397, 12275, 7639, 9514, 7484, 9353, 12676, 7753, 10375, 14332, 7792, 10242, 14033, 7882, 10140, 14498, 7991, 10379, 7435, 9204, 13062, 7893, 10851, 11789, 8249, 11682, 8712, 9624, 12120, 7934, 11159, 13884, 8386, 10737, 8844, 9206, 11840, 7330, 9963, 14047, 8067, 9863, 11441, 8970, 12656, 7780, 11639, 9084, 11970, 14941, 10382, 11742, 8764, 12057, 15040, 8900, 12549, 12986, 10234, 7782, 10531, 7733, 11021, 13780, 8820, 7984, 11258, 13830, 10784, 10889, 15095, 11045, 10623, 16056, 8320, 11318, 11969, 8606, 11692, 9155, 8946, 12022, 7400, 9932, 13665, 7515, 10076, 14045, 7965, 11661, 8070, 8775, 13860, 7649, 11195, 7426, 10004, 8725, 9603, 15058, 8848, 12504, 9021, 9285, 13467, 13277, 8546, 12690, 14229, 9030, 11360, 14660, 8150, 11979, 13891, 8451, 11877, 10419, 9317, 13075, 7787, 10479, 14971, 8599, 11907, 8692, 11074, 7510, 10108, 8135, 11782, 14191, 11553, 11007, 8352, 11633, 13734, 9499, 11446, 9163, 11414, 9436, 10020, 11795, 9224, 15155, 8920, 12092, 10082, 14304, 13039, 10457, 14693, 9767, 9773, 14822, 9532, 9770, 13789, 8218, 10615, 7652, 8739, 12588, 7929, 9435, 13707, 7890, 11624, 7883, 9122, 14156, 8617, 11119, 7688, 10771, 7817, 11434, 8832, 9674, 8425, 11241, 13724, 9000, 10444, 13750, 10725, 10122, 13678, 10534, 9448, 13501, 7773, 10001, 14157, 7858, 10375, 8692, 9696, 7286, 9967, 7101, 11442, 14260, 8050, 12309, 9017, 10275, 12797, 9060, 13046, 8265, 11006, 12854, 10056, 9636, 13883, 14171, 11246, 9472, 12855, 14034, 8313, 11277, 9420, 8924, 10954, 7189, 8791, 13182, 7748, 9603, 13930, 7993, 10759, 7692, 9255, 11300, 7872, 13127, 7410, 10253, 13466, 8762, 12166, 7641, 11297, 14379, 7686, 10545, 13901, 10977, 9693, 14280, 8404, 10223, 13679, 8006, 9998, 14638, 8234, 10360, 11312, 8003, 11404, 7545, 9195, 13282, 8497, 10274, 10860, 8501, 12466, 7362, 9941, 10169, 9036, 6988, 10535, 12708, 7832, 10849, 9304, 10240, 7715, 10927, 14013, 11538, 10001, 14625, 13289, 13300, 14339, 8914, 11305, 9837, 9767, 14432, 9662, 12342, 7046, 9467, 9157, 8467, 7707, 9682, 12140, 9818, 9130, 13164, 7609, 9465, 13030, 7757, 9670, 11661, 8739, 12986, 8431, 10646, 7927, 11331, 7411, 10225, 8580, 11438, 14268, 8561, 12648, 14205, 8096, 11590, 13789, 9188, 10535, 7337, 10180, 13697, 7574, 10432, 15423, 8654, 11071, 8084, 10645, 14786, 8324, 11287, 13578, 8512, 11556, 8350, 9208, 12949, 7792, 10515, 13970, 8642, 12084, 7354, 9574, 14204, 7855, 10930, 13390, 8238, 12467, 7674, 9964, 7723, 9987, 7297, 9872, 14558, 7899, 9965, 14237, 8590, 10340, 13032, 8476, 13426, 12111, 9241, 13713, 10738, 9963, 15365, 8628, 11681, 12089, 8822, 13002, 7814, 9493, 13685, 8245, 9992, 7858, 9085, 13584, 8273, 12184, 7808, 10796, 7504, 9914, 8939, 9029, 7754, 10657, 13451, 8016, 10698, 14334, 7680, 10645, 14417, 8191, 11759, 7292, 9565, 8246, 8737, 13667, 7979, 12411, 8128, 11013, 7617, 10499, 9001, 11921, 13734, 7812, 11934, 13757, 7686, 10685, 14020, 8365, 10355, 13397, 8171, 12292, 9385, 8965, 13212, 7837, 10272, 8389, 9052, 12731, 7955, 10521, 13953, 8079, 10865, 14843, 7881, 11586, 7906, 10878, 7920, 11241, 13756, 7838, 12220, 14686, 8822, 12136, 8786, 9981, 9242, 12033, 13859, 9155, 13468, 13847, 9635, 13576, 9223, 10164, 13764, 12400, 9172, 12478, 11181, 9097, 12489, 8570, 10506, 7445, 9846, 8021, 8538, 11958, 8735, 11881, 8562, 10930, 8467, 9580, 14204, 8249, 10589, 8199, 8480, 11498, 8115, 10694, 7891, 8838, 11621, 7993, 10907, 13155, 8334, 11152, 7693, 9136, 7396, 9419, 11867, 7820, 10172, 9290, 8855, 13718, 8797, 7938, 9304, 12249, 13284, 8869, 13091, 13973, 9146, 11337, 7648, 10259, 12981, 8489, 9846, 13639, 12383, 9039, 14065, 7660, 9528, 13044, 7849, 9710, 13711, 8233, 10318, 7479, 9256, 11923, 7992, 12192, 8472, 8830, 12672, 8001, 9935, 13696, 7963, 9929, 13752, 7806, 9802, 13096, 8193, 10734, 7223, 9269, 13302, 7973, 10136, 13939, 8233, 10594, 7479, 9751, 13179, 8299, 9926, 13469, 7683, 9681, 13292, 8279, 9938, 12928, 7708, 10257, 13764, 8149, 11283, 7846, 9537, 8714, 9032, 11280, 8646, 12990, 8073, 11502, 9132, 12042, 13903, 8951, 11287, 13935, 10443, 13421, 8623, 9946, 13989, 13307, 9010, 11624, 10145, 8697, 12094, 7491, 9105, 8710, 8233, 11232, 7489, 8634, 13137, 7558, 8897, 9240, 8454, 13342, 7797, 11895, 7400, 9949, 8341, 9481, 13939, 8720, 13266, 8394, 11553, 7663, 10651, 8640, 9863, 14521, 9171, 9707, 10549, 13411, 10313, 10151, 14011, 12739, 9560, 14360, 13381, 10215, 14922, 8072, 10774, 8121, 9481, 13378, 9319, 11814, 8198, 9378], 'WindowCenter': [4377.0, 4343.0, 4350.0, 4365.0, 4310.0, 4339.0, 4297.0, 4347.0, 4322.0, 4354.0, 4338.0, 4291.0, 4302.0, 4308.0, 4279.0, 4287.0, 4305.0, 4254.0, 4285.0, 4295.0, 4253.0, 4296.0, 4241.0, 4265.0, 4293.0, 4255.0, 4279.0, 4294.0, 4242.0, 4273.0, 4243.0, 4253.0, 4292.0, 4232.0, 4265.0, 4292.0, 4243.0, 4286.0, 4231.0, 4265.0, 4294.0, 4257.0, 4297.0, 4271.0, 4302.0, 4263.0, 4291.0, 4281.0, 4284.0, 4311.0, 4273.0, 4314.0, 4275.0, 4292.0, 4305.0, 4291.0, 4320.0, 4248.0, 4300.0, 4300.0, 4269.0, 4299.0, 4257.0, 4278.0, 4282.0, 4315.0, 4321.0, 4268.0, 4307.0, 4305.0, 4255.0, 4300.0, 4298.0, 4270.0, 4287.0, 4245.0, 4288.0, 4262.0, 4315.0, 4273.0, 4308.0, 4288.0, 4319.0, 4339.0, 4306.0, 4299.0, 4341.0, 4326.0, 4284.0, 4318.0, 4334.0, 4281.0, 4302.0, 4320.0, 4258.0, 4302.0, 4320.0, 4268.0, 4289.0, 4266.0, 4270.0, 4310.0, 4304.0, 4265.0, 4298.0, 4273.0, 4265.0, 4297.0, 4247.0, 4288.0, 4307.0, 4254.0, 4296.0, 4264.0, 4268.0, 4307.0, 4260.0, 4301.0, 4308.0, 4268.0, 4310.0, 4306.0, 4253.0, 4295.0, 4273.0, 4266.0, 4293.0, 4257.0, 4286.0, 4308.0, 4257.0, 4300.0, 4305.0, 4254.0, 4277.0, 4296.0, 4270.0, 4298.0, 4264.0, 4256.0, 4295.0, 4246.0, 4289.0, 4267.0, 4270.0, 4311.0, 4249.0, 4293.0, 4322.0, 4309.0, 4257.0, 4299.0, 4319.0, 4254.0, 4285.0, 4232.0, 4264.0, 4305.0, 4235.0, 4266.0, 4305.0, 4243.0, 4288.0, 4303.0, 4257.0, 4287.0, 4304.0, 4246.0, 4286.0, 4268.0, 4271.0, 4320.0, 4285.0, 4305.0, 4283.0, 4294.0, 4336.0, 4334.0, 4281.0, 4323.0, 4321.0, 4272.0, 4304.0, 4270.0, 4282.0, 4324.0, 4310.0, 4270.0, 4312.0, 4297.0, 4271.0, 4313.0, 4278.0, 4273.0, 4312.0, 4257.0, 4292.0, 4334.0, 4275.0, 4319.0, 4334.0, 4285.0, 4328.0, 4288.0, 4324.0, 4287.0, 4333.0, 4351.0, 4312.0, 4311.0, 4345.0, 4355.0, 4339.0, 4274.0, 4315.0, 4322.0, 4295.0, 4302.0, 4322.0, 4299.0, 4280.0, 4319.0, 4271.0, 4265.0, 4294.0, 4285.0, 4266.0, 4300.0, 4272.0, 4254.0, 4243.0, 4255.0, 4294.0, 4246.0, 4288.0, 4256.0, 4280.0, 4321.0, 4272.0, 4286.0, 4307.0, 4327.0, 4293.0, 4271.0, 4321.0, 4319.0, 4257.0, 4298.0, 4308.0, 4258.0, 4288.0, 4246.0, 4281.0, 4307.0, 4246.0, 4277.0, 4296.0, 4230.0, 4276.0, 4294.0, 4245.0, 4287.0, 4292.0, 4244.0, 4286.0, 4273.0, 4256.0, 4296.0, 4234.0, 4275.0, 4305.0, 4255.0, 4297.0, 4255.0, 4279.0, 4309.0, 4271.0, 4293.0, 4308.0, 4258.0, 4289.0, 4316.0, 4268.0, 4298.0, 4298.0, 4268.0, 4301.0, 4246.0, 4294.0, 4322.0, 4259.0, 4312.0, 4319.0, 4273.0, 4302.0, 4280.0, 4280.0, 4322.0, 4279.0, 4272.0, 4312.0, 4262.0, 4292.0, 4322.0, 4272.0, 4302.0, 4260.0, 4283.0, 4324.0, 4272.0, 4282.0, 4322.0, 4271.0, 4304.0, 4293.0, 4285.0, 4324.0, 4291.0, 4296.0, 4324.0, 4270.0, 4295.0, 4324.0, 4273.0, 4304.0, 4292.0, 4282.0, 4323.0, 4294.0, 4297.0, 4324.0, 4274.0, 4299.0, 4294.0, 4308.0, 4325.0, 4263.0, 4317.0, 4335.0, 4284.0, 4316.0, 4296.0, 4307.0, 4335.0, 4277.0, 4316.0, 4315.0, 4294.0, 4323.0, 4293.0, 4312.0, 4299.0, 4280.0, 4308.0, 4267.0, 4297.0, 4282.0, 4261.0, 4256.0, 4286.0, 4297.0, 4273.0, 4261.0, 4279.0, 4248.0, 4250.0, 4279.0, 4225.0, 4236.0, 4266.0, 4215.0, 4245.0, 4246.0, 4227.0, 4276.0, 4229.0, 4271.0, 4291.0, 4242.0, 4284.0, 4250.0, 4256.0, 4307.0, 4246.0, 4287.0, 4276.0, 4267.0, 4309.0, 4269.0, 4280.0, 4319.0, 4259.0, 4280.0, 4309.0, 4248.0, 4279.0, 4308.0, 4266.0, 4268.0, 4310.0, 4266.0, 4267.0, 4309.0, 4254.0, 4264.0, 4295.0, 4245.0, 4279.0, 4309.0, 4272.0, 4293.0, 4300.0, 4271.0, 4325.0, 4320.0, 4272.0, 4312.0, 4311.0, 4261.0, 4290.0, 4315.0, 4258.0, 4291.0, 4286.0, 4260.0, 4301.0, 4297.0, 4258.0, 4301.0, 4298.0, 4258.0, 4300.0, 4259.0, 4292.0, 4309.0, 4249.0, 4302.0, 4321.0, 4262.0, 4312.0, 4261.0, 4307.0, 4314.0, 4284.0, 4314.0, 4281.0, 4282.0, 4325.0, 4270.0, 4295.0, 4336.0, 4274.0, 4306.0, 4273.0, 4296.0, 4326.0, 4313.0, 4280.0, 4326.0, 4312.0, 4285.0, 4322.0, 4262.0, 4305.0, 4334.0, 4273.0, 4305.0, 4313.0, 4289.0, 4280.0, 4308.0, 4276.0, 4278.0, 4306.0, 4244.0, 4273.0, 4294.0, 4242.0, 4264.0, 4282.0, 4243.0, 4285.0, 4233.0, 4263.0, 4234.0, 4267.0, 4296.0, 4245.0, 4277.0, 4305.0, 4245.0, 4276.0, 4306.0, 4259.0, 4278.0, 4309.0, 4258.0, 4278.0, 4247.0, 4280.0, 4309.0, 4260.0, 4304.0, 4300.0, 4273.0, 4301.0, 4270.0, 4280.0, 4297.0, 4259.0, 4301.0, 4308.0, 4268.0, 4289.0, 4269.0, 4279.0, 4297.0, 4248.0, 4288.0, 4310.0, 4256.0, 4280.0, 4289.0, 4269.0, 4309.0, 4258.0, 4300.0, 4282.0, 4316.0, 4321.0, 4280.0, 4289.0, 4268.0, 4302.0, 4316.0, 4253.0, 4297.0, 4296.0, 4265.0, 4233.0, 4274.0, 4247.0, 4291.0, 4309.0, 4257.0, 4247.0, 4289.0, 4311.0, 4274.0, 4276.0, 4304.0, 4271.0, 4262.0, 4304.0, 4242.0, 4262.0, 4269.0, 4238.0, 4269.0, 4234.0, 4240.0, 4257.0, 4217.0, 4261.0, 4279.0, 4217.0, 4251.0, 4278.0, 4229.0, 4271.0, 4229.0, 4251.0, 4292.0, 4243.0, 4285.0, 4246.0, 4289.0, 4279.0, 4293.0, 4345.0, 4286.0, 4328.0, 4286.0, 4297.0, 4327.0, 4313.0, 4271.0, 4316.0, 4312.0, 4270.0, 4292.0, 4308.0, 4257.0, 4300.0, 4307.0, 4255.0, 4287.0, 4277.0, 4264.0, 4294.0, 4244.0, 4288.0, 4317.0, 4269.0, 4299.0, 4272.0, 4303.0, 4261.0, 4293.0, 4283.0, 4326.0, 4325.0, 4305.0, 4285.0, 4272.0, 4305.0, 4312.0, 4278.0, 4287.0, 4266.0, 4291.0, 4265.0, 4279.0, 4290.0, 4268.0, 4308.0, 4257.0, 4299.0, 4282.0, 4311.0, 4284.0, 4266.0, 4294.0, 4264.0, 4263.0, 4281.0, 4237.0, 4247.0, 4265.0, 4226.0, 4247.0, 4215.0, 4238.0, 4269.0, 4227.0, 4247.0, 4278.0, 4228.0, 4272.0, 4240.0, 4265.0, 4307.0, 4257.0, 4287.0, 4260.0, 4301.0, 4275.0, 4316.0, 4284.0, 4284.0, 4274.0, 4318.0, 4326.0, 4271.0, 4293.0, 4310.0, 4276.0, 4278.0, 4300.0, 4265.0, 4265.0, 4293.0, 4232.0, 4266.0, 4292.0, 4243.0, 4274.0, 4256.0, 4280.0, 4262.0, 4292.0, 4276.0, 4319.0, 4334.0, 4276.0, 4316.0, 4284.0, 4308.0, 4326.0, 4287.0, 4326.0, 4274.0, 4293.0, 4310.0, 4280.0, 4284.0, 4327.0, 4315.0, 4291.0, 4268.0, 4289.0, 4296.0, 4242.0, 4263.0, 4240.0, 4241.0, 4261.0, 4218.0, 4240.0, 4280.0, 4231.0, 4265.0, 4305.0, 4239.0, 4276.0, 4246.0, 4268.0, 4289.0, 4269.0, 4322.0, 4262.0, 4305.0, 4326.0, 4288.0, 4317.0, 4280.0, 4334.0, 4337.0, 4274.0, 4295.0, 4315.0, 4291.0, 4272.0, 4310.0, 4270.0, 4280.0, 4299.0, 4247.0, 4268.0, 4306.0, 4243.0, 4279.0, 4289.0, 4260.0, 4285.0, 4244.0, 4267.0, 4307.0, 4267.0, 4278.0, 4274.0, 4257.0, 4297.0, 4247.0, 4291.0, 4292.0, 4284.0, 4262.0, 4307.0, 4314.0, 4262.0, 4304.0, 4284.0, 4307.0, 4275.0, 4307.0, 4327.0, 4289.0, 4280.0, 4308.0, 4298.0, 4296.0, 4296.0, 4254.0, 4276.0, 4251.0, 4253.0, 4294.0, 4252.0, 4272.0, 4220.0, 4263.0, 4254.0, 4252.0, 4244.0, 4265.0, 4285.0, 4263.0, 4251.0, 4271.0, 4232.0, 4251.0, 4279.0, 4218.0, 4250.0, 4269.0, 4255.0, 4293.0, 4242.0, 4271.0, 4257.0, 4290.0, 4249.0, 4291.0, 4284.0, 4318.0, 4322.0, 4271.0, 4315.0, 4310.0, 4260.0, 4290.0, 4309.0, 4268.0, 4276.0, 4245.0, 4280.0, 4307.0, 4248.0, 4281.0, 4318.0, 4256.0, 4288.0, 4273.0, 4293.0, 4320.0, 4258.0, 4286.0, 4296.0, 4254.0, 4274.0, 4243.0, 4256.0, 4286.0, 4247.0, 4277.0, 4296.0, 4257.0, 4288.0, 4247.0, 4280.0, 4308.0, 4257.0, 4289.0, 4308.0, 4270.0, 4311.0, 4261.0, 4281.0, 4261.0, 4293.0, 4275.0, 4307.0, 4338.0, 4273.0, 4296.0, 4324.0, 4271.0, 4294.0, 4313.0, 4275.0, 4323.0, 4301.0, 4272.0, 4311.0, 4279.0, 4282.0, 4320.0, 4270.0, 4302.0, 4299.0, 4269.0, 4300.0, 4247.0, 4280.0, 4321.0, 4270.0, 4278.0, 4259.0, 4271.0, 4310.0, 4271.0, 4302.0, 4263.0, 4304.0, 4263.0, 4295.0, 4284.0, 4285.0, 4274.0, 4308.0, 4326.0, 4262.0, 4295.0, 4323.0, 4260.0, 4293.0, 4320.0, 4262.0, 4301.0, 4250.0, 4283.0, 4273.0, 4285.0, 4337.0, 4278.0, 4328.0, 4289.0, 4320.0, 4279.0, 4321.0, 4315.0, 4335.0, 4329.0, 4278.0, 4319.0, 4325.0, 4263.0, 4305.0, 4324.0, 4261.0, 4284.0, 4312.0, 4260.0, 4303.0, 4268.0, 4283.0, 4312.0, 4263.0, 4293.0, 4272.0, 4286.0, 4315.0, 4274.0, 4306.0, 4324.0, 4276.0, 4319.0, 4336.0, 4276.0, 4314.0, 4274.0, 4308.0, 4289.0, 4319.0, 4324.0, 4276.0, 4328.0, 4337.0, 4287.0, 4315.0, 4300.0, 4308.0, 4311.0, 4331.0, 4337.0, 4298.0, 4328.0, 4326.0, 4283.0, 4315.0, 4282.0, 4282.0, 4313.0, 4286.0, 4259.0, 4287.0, 4273.0, 4253.0, 4284.0, 4257.0, 4273.0, 4244.0, 4276.0, 4257.0, 4270.0, 4298.0, 4263.0, 4299.0, 4259.0, 4290.0, 4257.0, 4266.0, 4296.0, 4245.0, 4276.0, 4244.0, 4258.0, 4285.0, 4245.0, 4277.0, 4246.0, 4254.0, 4275.0, 4247.0, 4278.0, 4295.0, 4255.0, 4275.0, 4243.0, 4266.0, 4235.0, 4266.0, 4284.0, 4245.0, 4278.0, 4268.0, 4271.0, 4322.0, 4271.0, 4271.0, 4295.0, 4316.0, 4312.0, 4272.0, 4314.0, 4310.0, 4267.0, 4279.0, 4250.0, 4282.0, 4300.0, 4257.0, 4278.0, 4299.0, 4282.0, 4255.0, 4293.0, 4232.0, 4255.0, 4283.0, 4243.0, 4266.0, 4294.0, 4244.0, 4263.0, 4230.0, 4266.0, 4285.0, 4258.0, 4301.0, 4259.0, 4273.0, 4312.0, 4260.0, 4283.0, 4310.0, 4260.0, 4281.0, 4314.0, 4259.0, 4281.0, 4299.0, 4258.0, 4290.0, 4249.0, 4280.0, 4310.0, 4272.0, 4293.0, 4322.0, 4274.0, 4293.0, 4250.0, 4296.0, 4312.0, 4271.0, 4285.0, 4313.0, 4261.0, 4281.0, 4310.0, 4260.0, 4284.0, 4297.0, 4248.0, 4280.0, 4309.0, 4262.0, 4303.0, 4260.0, 4296.0, 4284.0, 4283.0, 4305.0, 4287.0, 4325.0, 4274.0, 4312.0, 4311.0, 4332.0, 4328.0, 4274.0, 4305.0, 4310.0, 4280.0, 4298.0, 4258.0, 4280.0, 4300.0, 4282.0, 4242.0, 4262.0, 4247.0, 4240.0, 4272.0, 4218.0, 4241.0, 4240.0, 4243.0, 4272.0, 4231.0, 4255.0, 4286.0, 4244.0, 4255.0, 4252.0, 4246.0, 4294.0, 4247.0, 4289.0, 4247.0, 4280.0, 4272.0, 4294.0, 4335.0, 4287.0, 4339.0, 4289.0, 4318.0, 4274.0, 4307.0, 4284.0, 4309.0, 4348.0, 4299.0, 4298.0, 4322.0, 4329.0, 4297.0, 4294.0, 4320.0, 4299.0, 4282.0, 4312.0, 4302.0, 4280.0, 4309.0, 4248.0, 4289.0, 4245.0, 4262.0, 4296.0, 4267.0, 4287.0, 4245.0, 4268.0], 'WindowWidth': [9658.0, 9597.0, 9602.0, 9620.0, 9536.0, 9575.0, 9512.0, 9580.0, 9550.0, 9601.0, 9569.0, 9492.0, 9510.0, 9517.0, 9470.0, 9482.0, 9504.0, 9431.0, 9477.0, 9487.0, 9429.0, 9490.0, 9411.0, 9448.0, 9485.0, 9433.0, 9469.0, 9488.0, 9413.0, 9456.0, 9412.0, 9427.0, 9481.0, 9398.0, 9446.0, 9479.0, 9414.0, 9474.0, 9397.0, 9448.0, 9487.0, 9440.0, 9497.0, 9467.0, 9509.0, 9455.0, 9493.0, 9478.0, 9485.0, 9522.0, 9470.0, 9527.0, 9473.0, 9495.0, 9512.0, 9493.0, 9535.0, 9430.0, 9502.0, 9501.0, 9461.0, 9502.0, 9442.0, 9470.0, 9482.0, 9533.0, 9530.0, 9458.0, 9510.0, 9502.0, 9433.0, 9501.0, 9495.0, 9460.0, 9477.0, 9423.0, 9484.0, 9458.0, 9533.0, 9476.0, 9527.0, 9501.0, 9546.0, 9575.0, 9522.0, 9514.0, 9574.0, 9549.0, 9488.0, 9541.0, 9559.0, 9477.0, 9510.0, 9530.0, 9444.0, 9509.0, 9531.0, 9456.0, 9489.0, 9450.0, 9460.0, 9516.0, 9499.0, 9447.0, 9497.0, 9454.0, 9447.0, 9491.0, 9426.0, 9486.0, 9508.0, 9435.0, 9494.0, 9447.0, 9455.0, 9509.0, 9450.0, 9506.0, 9513.0, 9459.0, 9518.0, 9506.0, 9432.0, 9492.0, 9458.0, 9450.0, 9485.0, 9440.0, 9480.0, 9510.0, 9440.0, 9502.0, 9505.0, 9432.0, 9468.0, 9493.0, 9462.0, 9499.0, 9443.0, 9435.0, 9488.0, 9423.0, 9486.0, 9454.0, 9462.0, 9522.0, 9437.0, 9497.0, 9537.0, 9510.0, 9442.0, 9502.0, 9524.0, 9431.0, 9474.0, 9400.0, 9447.0, 9503.0, 9406.0, 9450.0, 9502.0, 9417.0, 9483.0, 9499.0, 9441.0, 9482.0, 9500.0, 9425.0, 9481.0, 9459.0, 9466.0, 9531.0, 9492.0, 9519.0, 9486.0, 9504.0, 9564.0, 9557.0, 9482.0, 9541.0, 9535.0, 9468.0, 9513.0, 9461.0, 9480.0, 9541.0, 9517.0, 9465.0, 9524.0, 9496.0, 9465.0, 9526.0, 9472.0, 9471.0, 9524.0, 9444.0, 9498.0, 9556.0, 9481.0, 9543.0, 9560.0, 9495.0, 9554.0, 9499.0, 9548.0, 9503.0, 9569.0, 9591.0, 9538.0, 9539.0, 9590.0, 9608.0, 9572.0, 9475.0, 9534.0, 9543.0, 9500.0, 9509.0, 9541.0, 9498.0, 9476.0, 9531.0, 9452.0, 9446.0, 9488.0, 9474.0, 9449.0, 9502.0, 9453.0, 9432.0, 9414.0, 9436.0, 9487.0, 9423.0, 9481.0, 9440.0, 9480.0, 9533.0, 9469.0, 9495.0, 9525.0, 9553.0, 9497.0, 9467.0, 9536.0, 9530.0, 9441.0, 9499.0, 9512.0, 9442.0, 9484.0, 9424.0, 9476.0, 9509.0, 9425.0, 9469.0, 9493.0, 9397.0, 9464.0, 9486.0, 9419.0, 9480.0, 9484.0, 9418.0, 9478.0, 9454.0, 9436.0, 9493.0, 9405.0, 9464.0, 9502.0, 9434.0, 9495.0, 9438.0, 9473.0, 9515.0, 9467.0, 9496.0, 9512.0, 9442.0, 9486.0, 9521.0, 9459.0, 9500.0, 9496.0, 9457.0, 9505.0, 9428.0, 9501.0, 9535.0, 9451.0, 9525.0, 9530.0, 9471.0, 9509.0, 9474.0, 9478.0, 9538.0, 9476.0, 9468.0, 9522.0, 9455.0, 9496.0, 9535.0, 9468.0, 9509.0, 9451.0, 9487.0, 9542.0, 9468.0, 9485.0, 9537.0, 9468.0, 9517.0, 9498.0, 9493.0, 9545.0, 9494.0, 9506.0, 9546.0, 9467.0, 9504.0, 9542.0, 9473.0, 9515.0, 9493.0, 9484.0, 9542.0, 9501.0, 9509.0, 9544.0, 9478.0, 9499.0, 9504.0, 9526.0, 9545.0, 9460.0, 9541.0, 9562.0, 9491.0, 9537.0, 9507.0, 9526.0, 9565.0, 9485.0, 9537.0, 9531.0, 9502.0, 9540.0, 9499.0, 9530.0, 9497.0, 9473.0, 9511.0, 9452.0, 9498.0, 9467.0, 9439.0, 9436.0, 9483.0, 9500.0, 9453.0, 9438.0, 9463.0, 9412.0, 9417.0, 9457.0, 9375.0, 9393.0, 9432.0, 9366.0, 9407.0, 9406.0, 9384.0, 9450.0, 9391.0, 9451.0, 9474.0, 9411.0, 9472.0, 9422.0, 9438.0, 9506.0, 9424.0, 9480.0, 9462.0, 9456.0, 9516.0, 9459.0, 9478.0, 9528.0, 9444.0, 9476.0, 9516.0, 9426.0, 9471.0, 9511.0, 9447.0, 9456.0, 9514.0, 9448.0, 9452.0, 9512.0, 9431.0, 9447.0, 9490.0, 9424.0, 9475.0, 9514.0, 9473.0, 9498.0, 9502.0, 9469.0, 9546.0, 9532.0, 9467.0, 9524.0, 9522.0, 9450.0, 9490.0, 9520.0, 9442.0, 9490.0, 9478.0, 9446.0, 9504.0, 9496.0, 9444.0, 9506.0, 9495.0, 9444.0, 9502.0, 9448.0, 9497.0, 9515.0, 9434.0, 9508.0, 9532.0, 9455.0, 9523.0, 9456.0, 9523.0, 9527.0, 9491.0, 9531.0, 9479.0, 9483.0, 9546.0, 9467.0, 9505.0, 9560.0, 9477.0, 9519.0, 9472.0, 9507.0, 9550.0, 9524.0, 9479.0, 9550.0, 9525.0, 9490.0, 9540.0, 9456.0, 9519.0, 9558.0, 9472.0, 9518.0, 9531.0, 9489.0, 9476.0, 9516.0, 9464.0, 9469.0, 9505.0, 9418.0, 9459.0, 9489.0, 9413.0, 9443.0, 9463.0, 9414.0, 9474.0, 9402.0, 9443.0, 9404.0, 9454.0, 9492.0, 9420.0, 9468.0, 9505.0, 9420.0, 9466.0, 9506.0, 9445.0, 9473.0, 9513.0, 9443.0, 9471.0, 9427.0, 9477.0, 9515.0, 9451.0, 9514.0, 9505.0, 9472.0, 9511.0, 9462.0, 9478.0, 9501.0, 9449.0, 9507.0, 9517.0, 9460.0, 9489.0, 9463.0, 9476.0, 9501.0, 9432.0, 9489.0, 9520.0, 9441.0, 9474.0, 9487.0, 9460.0, 9515.0, 9447.0, 9504.0, 9485.0, 9535.0, 9535.0, 9475.0, 9487.0, 9458.0, 9509.0, 9522.0, 9432.0, 9498.0, 9491.0, 9449.0, 9401.0, 9460.0, 9428.0, 9493.0, 9515.0, 9441.0, 9425.0, 9487.0, 9525.0, 9458.0, 9461.0, 9501.0, 9449.0, 9441.0, 9499.0, 9411.0, 9438.0, 9443.0, 9400.0, 9444.0, 9389.0, 9402.0, 9424.0, 9370.0, 9437.0, 9458.0, 9375.0, 9422.0, 9454.0, 9391.0, 9450.0, 9390.0, 9426.0, 9480.0, 9417.0, 9476.0, 9426.0, 9491.0, 9479.0, 9503.0, 9576.0, 9495.0, 9556.0, 9494.0, 9512.0, 9553.0, 9528.0, 9468.0, 9533.0, 9523.0, 9459.0, 9494.0, 9513.0, 9442.0, 9504.0, 9511.0, 9435.0, 9482.0, 9466.0, 9448.0, 9487.0, 9418.0, 9483.0, 9523.0, 9461.0, 9504.0, 9470.0, 9512.0, 9455.0, 9500.0, 9492.0, 9553.0, 9548.0, 9517.0, 9481.0, 9470.0, 9519.0, 9524.0, 9470.0, 9481.0, 9453.0, 9491.0, 9447.0, 9471.0, 9486.0, 9457.0, 9512.0, 9437.0, 9499.0, 9481.0, 9525.0, 9469.0, 9448.0, 9486.0, 9444.0, 9441.0, 9462.0, 9395.0, 9410.0, 9432.0, 9380.0, 9408.0, 9362.0, 9399.0, 9444.0, 9384.0, 9412.0, 9453.0, 9390.0, 9454.0, 9409.0, 9449.0, 9507.0, 9441.0, 9479.0, 9449.0, 9507.0, 9480.0, 9534.0, 9487.0, 9486.0, 9473.0, 9541.0, 9550.0, 9466.0, 9495.0, 9519.0, 9463.0, 9468.0, 9502.0, 9444.0, 9447.0, 9484.0, 9398.0, 9449.0, 9481.0, 9416.0, 9460.0, 9437.0, 9476.0, 9457.0, 9498.0, 9482.0, 9542.0, 9558.0, 9480.0, 9536.0, 9489.0, 9523.0, 9547.0, 9496.0, 9550.0, 9472.0, 9497.0, 9515.0, 9477.0, 9483.0, 9551.0, 9537.0, 9489.0, 9456.0, 9487.0, 9485.0, 9410.0, 9440.0, 9402.0, 9405.0, 9435.0, 9375.0, 9407.0, 9460.0, 9396.0, 9448.0, 9500.0, 9410.0, 9465.0, 9423.0, 9456.0, 9484.0, 9464.0, 9538.0, 9457.0, 9520.0, 9546.0, 9499.0, 9537.0, 9492.0, 9571.0, 9568.0, 9476.0, 9505.0, 9534.0, 9491.0, 9466.0, 9516.0, 9463.0, 9475.0, 9501.0, 9426.0, 9454.0, 9506.0, 9417.0, 9470.0, 9487.0, 9446.0, 9477.0, 9418.0, 9454.0, 9509.0, 9455.0, 9469.0, 9460.0, 9439.0, 9496.0, 9429.0, 9492.0, 9496.0, 9489.0, 9459.0, 9522.0, 9531.0, 9456.0, 9515.0, 9486.0, 9522.0, 9478.0, 9524.0, 9554.0, 9484.0, 9473.0, 9513.0, 9492.0, 9488.0, 9488.0, 9432.0, 9462.0, 9420.0, 9426.0, 9485.0, 9425.0, 9450.0, 9377.0, 9441.0, 9429.0, 9428.0, 9417.0, 9447.0, 9475.0, 9441.0, 9422.0, 9449.0, 9395.0, 9419.0, 9457.0, 9371.0, 9420.0, 9442.0, 9434.0, 9481.0, 9413.0, 9453.0, 9441.0, 9489.0, 9434.0, 9494.0, 9490.0, 9541.0, 9540.0, 9468.0, 9531.0, 9519.0, 9447.0, 9489.0, 9514.0, 9456.0, 9467.0, 9422.0, 9476.0, 9511.0, 9429.0, 9476.0, 9525.0, 9439.0, 9482.0, 9472.0, 9500.0, 9529.0, 9441.0, 9480.0, 9490.0, 9432.0, 9461.0, 9416.0, 9436.0, 9476.0, 9425.0, 9469.0, 9489.0, 9439.0, 9482.0, 9426.0, 9473.0, 9510.0, 9443.0, 9488.0, 9511.0, 9463.0, 9521.0, 9450.0, 9479.0, 9453.0, 9499.0, 9480.0, 9525.0, 9567.0, 9471.0, 9505.0, 9541.0, 9465.0, 9500.0, 9527.0, 9477.0, 9541.0, 9501.0, 9466.0, 9522.0, 9470.0, 9479.0, 9529.0, 9460.0, 9507.0, 9498.0, 9459.0, 9503.0, 9427.0, 9477.0, 9536.0, 9465.0, 9471.0, 9444.0, 9464.0, 9515.0, 9466.0, 9506.0, 9457.0, 9512.0, 9458.0, 9504.0, 9487.0, 9491.0, 9477.0, 9527.0, 9547.0, 9454.0, 9501.0, 9535.0, 9449.0, 9498.0, 9530.0, 9453.0, 9505.0, 9437.0, 9484.0, 9470.0, 9492.0, 9564.0, 9487.0, 9554.0, 9506.0, 9547.0, 9491.0, 9549.0, 9547.0, 9573.0, 9560.0, 9484.0, 9542.0, 9549.0, 9461.0, 9517.0, 9544.0, 9452.0, 9485.0, 9520.0, 9448.0, 9509.0, 9458.0, 9488.0, 9525.0, 9458.0, 9501.0, 9469.0, 9493.0, 9531.0, 9475.0, 9522.0, 9543.0, 9480.0, 9544.0, 9564.0, 9481.0, 9530.0, 9477.0, 9527.0, 9504.0, 9545.0, 9545.0, 9481.0, 9557.0, 9566.0, 9496.0, 9533.0, 9521.0, 9528.0, 9538.0, 9568.0, 9567.0, 9512.0, 9557.0, 9546.0, 9485.0, 9534.0, 9480.0, 9481.0, 9529.0, 9476.0, 9442.0, 9485.0, 9454.0, 9428.0, 9472.0, 9438.0, 9456.0, 9419.0, 9466.0, 9441.0, 9464.0, 9497.0, 9450.0, 9501.0, 9446.0, 9491.0, 9442.0, 9454.0, 9494.0, 9420.0, 9464.0, 9417.0, 9441.0, 9477.0, 9423.0, 9470.0, 9423.0, 9434.0, 9460.0, 9424.0, 9469.0, 9487.0, 9433.0, 9462.0, 9415.0, 9450.0, 9407.0, 9453.0, 9475.0, 9423.0, 9471.0, 9457.0, 9466.0, 9537.0, 9467.0, 9468.0, 9507.0, 9537.0, 9523.0, 9467.0, 9528.0, 9518.0, 9455.0, 9472.0, 9434.0, 9480.0, 9506.0, 9439.0, 9471.0, 9503.0, 9467.0, 9433.0, 9481.0, 9397.0, 9432.0, 9467.0, 9415.0, 9450.0, 9482.0, 9416.0, 9443.0, 9397.0, 9451.0, 9476.0, 9447.0, 9507.0, 9447.0, 9469.0, 9523.0, 9449.0, 9483.0, 9518.0, 9449.0, 9480.0, 9527.0, 9447.0, 9477.0, 9501.0, 9444.0, 9488.0, 9431.0, 9477.0, 9517.0, 9469.0, 9499.0, 9536.0, 9473.0, 9495.0, 9435.0, 9505.0, 9527.0, 9465.0, 9486.0, 9524.0, 9452.0, 9478.0, 9516.0, 9445.0, 9485.0, 9495.0, 9429.0, 9476.0, 9513.0, 9454.0, 9512.0, 9451.0, 9509.0, 9487.0, 9488.0, 9517.0, 9499.0, 9549.0, 9479.0, 9529.0, 9537.0, 9568.0, 9555.0, 9472.0, 9519.0, 9519.0, 9471.0, 9496.0, 9440.0, 9474.0, 9506.0, 9465.0, 9410.0, 9438.0, 9411.0, 9405.0, 9449.0, 9373.0, 9405.0, 9404.0, 9415.0, 9454.0, 9397.0, 9434.0, 9474.0, 9417.0, 9433.0, 9424.0, 9422.0, 9486.0, 9427.0, 9484.0, 9429.0, 9476.0, 9467.0, 9502.0, 9556.0, 9498.0, 9571.0, 9505.0, 9540.0, 9478.0, 9524.0, 9491.0, 9531.0, 9586.0, 9515.0, 9514.0, 9555.0, 9564.0, 9508.0, 9504.0, 9542.0, 9503.0, 9481.0, 9528.0, 9503.0, 9475.0, 9511.0, 9428.0, 9484.0, 9420.0, 9446.0, 9494.0, 9452.0, 9483.0, 9419.0, 9454.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.000587016478751084</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02887425828274068</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.53601206007815</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2790821968489585</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000820073454862</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5124</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4330.2153</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10118114322930231</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>57</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.943625325238508</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3982856849591863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3045801268727097</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5776103021813452</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3126666258235042</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0249349</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020837634801864624</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.05917065218091011</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.640302638151989</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.1823</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5404</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.6912</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292972.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.2062</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6909</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.8253</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3503.0474</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3639.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83572.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1661.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4415.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>784.2114</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.83907113742316</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> |