=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-03/func/sub-0076_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>0fff3ea877a54432dfe95cd37c1ae073</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>11:18:58.390000</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.999821, -0.0183617, -0.0045555, 0.0186738, 0.996449, 0.0821068]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100607</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>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7718, -7248, 680, 21, 10, -24, 88]</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>243.953</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>862c2416-6656-4884-8d78-a416ed00be86||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.6824467182159424, 0.050100527703762054, -0.008185606449842453, 109.80286407470703], [0.04926300048828125, 2.673398733139038, 0.2218782603740692, -101.6571044921875], [-0.012222076766192913, -0.22028642892837524, 2.6908555030822754, -45.0278205871582], [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': ['111858.390000', '111858.850000', '111859.310000', '111859.770000', '111900.230000', '111900.690000', '111901.150000', '111901.610000', '111902.070000', '111902.530000', '111902.990000', '111903.450000', '111903.910000', '111904.370000', '111904.830000', '111905.290000', '111905.750000', '111906.210000', '111906.670000', '111907.130000', '111907.590000', '111908.050000', '111908.510000', '111908.970000', '111909.430000', '111909.890000', '111910.350000', '111910.810000', '111911.270000', '111911.730000', '111912.190000', '111912.650000', '111913.110000', '111913.570000', '111914.030000', '111914.490000', '111914.950000', '111915.410000', '111915.870000', '111916.330000', '111916.790000', '111917.250000', '111917.710000', '111918.170000', '111918.630000', '111919.090000', '111919.550000', '111920.010000', '111920.470000', '111920.930000', '111921.390000', '111921.850000', '111922.310000', '111922.770000', '111923.230000', '111923.690000', '111924.150000', '111924.610000', '111925.070000', '111925.530000', '111925.990000', '111926.450000', '111926.910000', '111927.370000', '111927.830000', '111928.290000', '111928.750000', '111929.210000', '111929.670000', '111930.130000', '111930.590000', '111931.050000', '111931.510000', '111931.970000', '111932.430000', '111932.890000', '111933.350000', '111933.810000', '111934.270000', '111934.730000', '111935.190000', '111935.650000', '111936.110000', '111936.570000', '111937.030000', '111937.490000', '111937.950000', '111938.410000', '111938.870000', '111939.330000', '111939.790000', '111940.250000', '111940.710000', '111941.170000', '111941.630000', '111942.090000', '111942.550000', '111943.010000', '111943.470000', '111943.930000', '111944.390000', '111944.850000', '111945.310000', '111945.770000', '111946.230000', '111946.690000', '111947.150000', '111947.610000', '111948.070000', '111948.530000', '111948.990000', '111949.450000', '111949.910000', '111950.370000', '111950.830000', '111951.290000', '111951.750000', '111952.210000', '111952.670000', '111953.130000', '111953.590000', '111954.050000', '111954.510000', '111954.970000', '111955.430000', '111955.890000', '111956.350000', '111956.810000', '111957.270000', '111957.730000', '111958.190000', '111958.650000', '111959.110000', '111959.570000', '112000.030000', '112000.490000', '112000.950000', '112001.410000', '112001.870000', '112002.330000', '112002.790000', '112003.250000', '112003.710000', '112004.170000', '112004.630000', '112005.090000', '112005.550000', '112006.010000', '112006.470000', '112006.930000', '112007.390000', '112007.850000', '112008.310000', '112008.770000', '112009.230000', '112009.690000', '112010.150000', '112010.610000', '112011.070000', '112011.530000', '112011.990000', '112012.450000', '112012.910000', '112013.370000', '112013.830000', '112014.290000', '112014.750000', '112015.210000', '112015.670000', '112016.130000', '112016.590000', '112017.050000', '112017.510000', '112017.970000', '112018.430000', '112018.890000', '112019.350000', '112019.810000', '112020.270000', '112020.730000', '112021.190000', '112021.650000', '112022.110000', '112022.570000', '112023.030000', '112023.490000', '112023.950000', '112024.410000', '112024.870000', '112025.330000', '112025.790000', '112026.250000', '112026.710000', '112027.170000', '112027.630000', '112028.090000', '112028.550000', '112029.010000', '112029.470000', '112029.930000', '112030.390000', '112030.850000', '112031.310000', '112031.770000', '112032.230000', '112032.690000', '112033.150000', '112033.610000', '112034.070000', '112034.530000', '112034.990000', '112035.450000', '112035.910000', '112036.370000', '112036.830000', '112037.290000', '112037.750000', '112038.210000', '112038.670000', '112039.130000', '112039.590000', '112040.050000', '112040.510000', '112040.970000', '112041.430000', '112041.890000', '112042.350000', '112042.810000', '112043.270000', '112043.730000', '112044.190000', '112044.650000', '112045.110000', '112045.570000', '112046.030000', '112046.490000', '112046.950000', '112047.410000', '112047.870000', '112048.330000', '112048.790000', '112049.250000', '112049.710000', '112050.170000', '112050.630000', '112051.090000', '112051.550000', '112052.010000', '112052.470000', '112052.930000', '112053.390000', '112053.850000', '112054.310000', '112054.770000', '112055.230000', '112055.690000', '112056.150000', '112056.610000', '112057.070000', '112057.530000', '112057.990000', '112058.450000', '112058.910000', '112059.370000', '112059.830000', '112100.290000', '112100.750000', '112101.210000', '112101.670000', '112102.130000', '112102.590000', '112103.050000', '112103.510000', '112103.970000', '112104.430000', '112104.890000', '112105.350000', '112105.810000', '112106.270000', '112106.730000', '112107.190000', '112107.650000', '112108.110000', '112108.570000', '112109.030000', '112109.490000', '112109.950000', '112110.410000', '112110.870000', '112111.330000', '112111.790000', '112112.250000', '112112.710000', '112113.170000', '112113.630000', '112114.090000', '112114.550000', '112115.010000', '112115.470000', '112115.930000', '112116.390000', '112116.850000', '112117.310000', '112117.770000', '112118.230000', '112118.690000', '112119.150000', '112119.610000', '112120.070000', '112120.530000', '112120.990000', '112121.450000', '112121.910000', '112122.370000', '112122.830000', '112123.290000', '112123.750000', '112124.210000', '112124.670000', '112125.130000', '112125.590000', '112126.050000', '112126.510000', '112126.970000', '112127.430000', '112127.890000', '112128.350000', '112128.810000', '112129.270000', '112129.730000', '112130.190000', '112130.650000', '112131.110000', '112131.570000', '112132.030000', '112132.490000', '112132.950000', '112133.410000', '112133.870000', '112134.330000', '112134.790000', '112135.250000', '112135.710000', '112136.170000', '112136.630000', '112137.090000', '112137.550000', '112138.010000', '112138.470000', '112138.930000', '112139.390000', '112139.850000', '112140.310000', '112140.770000', '112141.230000', '112141.690000', '112142.150000', '112142.610000', '112143.070000', '112143.530000', '112143.990000', '112144.450000', '112144.910000', '112145.370000', '112145.830000', '112146.290000', '112146.750000', '112147.210000', '112147.670000', '112148.130000', '112148.590000', '112149.050000', '112149.510000', '112149.970000', '112150.430000', '112150.890000', '112151.350000', '112151.810000', '112152.270000', '112152.730000', '112153.190000', '112153.650000', '112154.110000', '112154.570000', '112155.030000', '112155.490000', '112155.950000', '112156.410000', '112156.870000', '112157.330000', '112157.790000', '112158.250000', '112158.710000', '112159.170000', '112159.630000', '112200.090000', '112200.550000', '112201.010000', '112201.470000', '112201.930000', '112202.390000', '112202.850000', '112203.310000', '112203.770000', '112204.230000', '112204.690000', '112205.150000', '112205.610000', '112206.070000', '112206.530000', '112206.990000', '112207.450000', '112207.910000', '112208.370000', '112208.830000', '112209.290000', '112209.750000', '112210.210000', '112210.670000', '112211.130000', '112211.590000', '112212.050000', '112212.510000', '112212.970000', '112213.430000', '112213.890000', '112214.350000', '112214.810000', '112215.270000', '112215.730000', '112216.190000', '112216.650000', '112217.110000', '112217.570000', '112218.030000', '112218.490000', '112218.950000', '112219.410000', '112219.870000', '112220.330000', '112220.790000', '112221.250000', '112221.710000', '112222.170000', '112222.630000', '112223.090000', '112223.550000', '112224.010000', '112224.470000', '112224.930000', '112225.390000', '112225.850000', '112226.310000', '112226.770000', '112227.230000', '112227.690000', '112228.150000', '112228.610000', '112229.070000', '112229.530000', '112229.990000', '112230.450000', '112230.910000', '112231.370000', '112231.830000', '112232.290000', '112232.750000', '112233.210000', '112233.670000', '112234.130000', '112234.590000', '112235.050000', '112235.510000', '112235.970000', '112236.430000', '112236.890000', '112237.350000', '112237.810000', '112238.270000', '112238.730000', '112239.190000', '112239.650000', '112240.110000', '112240.570000', '112241.030000', '112241.490000', '112241.950000', '112242.410000', '112242.870000', '112243.330000', '112243.790000', '112244.250000', '112244.710000', '112245.170000', '112245.630000', '112246.090000', '112246.550000', '112247.010000', '112247.470000', '112247.930000', '112248.390000', '112248.850000', '112249.310000', '112249.770000', '112250.230000', '112250.690000', '112251.150000', '112251.610000', '112252.070000', '112252.530000', '112252.990000', '112253.450000', '112253.910000', '112254.370000', '112254.830000', '112255.290000', '112255.750000', '112256.210000', '112256.670000', '112257.130000', '112257.590000', '112258.050000', '112258.510000', '112258.970000', '112259.430000', '112259.890000', '112300.350000', '112300.810000', '112301.270000', '112301.730000', '112302.190000', '112302.650000', '112303.110000', '112303.570000', '112304.030000', '112304.490000', '112304.950000', '112305.410000', '112305.870000', '112306.330000', '112306.790000', '112307.250000', '112307.710000', '112308.170000', '112308.630000', '112309.090000', '112309.550000', '112310.010000', '112310.470000', '112310.930000', '112311.390000', '112311.850000', '112312.310000', '112312.770000', '112313.230000', '112313.690000', '112314.150000', '112314.610000', '112315.070000', '112315.530000', '112315.990000', '112316.450000', '112316.910000', '112317.370000', '112317.830000', '112318.290000', '112318.750000', '112319.210000', '112319.670000', '112320.130000', '112320.590000', '112321.050000', '112321.510000', '112321.970000', '112322.430000', '112322.890000', '112323.350000', '112323.810000', '112324.270000', '112324.730000', '112325.190000', '112325.650000', '112326.110000', '112326.570000', '112327.030000', '112327.490000', '112327.950000', '112328.410000', '112328.870000', '112329.330000', '112329.790000', '112330.250000', '112330.710000', '112331.170000', '112331.630000', '112332.090000', '112332.550000', '112333.010000', '112333.470000', '112333.930000', '112334.390000', '112334.850000', '112335.310000', '112335.770000', '112336.230000', '112336.690000', '112337.150000', '112337.610000', '112338.070000', '112338.530000', '112338.990000', '112339.450000', '112339.910000', '112340.370000', '112340.830000', '112341.290000', '112341.750000', '112342.210000', '112342.670000', '112343.130000', '112343.590000', '112344.050000', '112344.510000', '112344.970000', '112345.430000', '112345.890000', '112346.350000', '112346.810000', '112347.270000', '112347.730000', '112348.190000', '112348.650000', '112349.110000', '112349.570000', '112350.030000', '112350.490000', '112350.950000', '112351.410000', '112351.870000', '112352.330000', '112352.790000', '112353.250000', '112353.710000', '112354.170000', '112354.630000', '112355.090000', '112355.550000', '112356.010000', '112356.470000', '112356.930000', '112357.390000', '112357.850000', '112358.310000', '112358.770000', '112359.230000', '112359.690000', '112400.150000', '112400.610000', '112401.070000', '112401.530000', '112401.990000', '112402.450000', '112402.910000', '112403.370000', '112403.830000', '112404.290000', '112404.750000', '112405.210000', '112405.670000', '112406.130000', '112406.590000', '112407.050000', '112407.510000', '112407.970000', '112408.430000', '112408.890000', '112409.350000', '112409.810000', '112410.270000', '112410.730000', '112411.190000', '112411.650000', '112412.110000', '112412.570000', '112413.030000', '112413.490000', '112413.950000', '112414.410000', '112414.870000', '112415.330000', '112415.790000', '112416.250000', '112416.710000', '112417.170000', '112417.630000', '112418.090000', '112418.550000', '112419.010000', '112419.470000', '112419.930000', '112420.390000', '112420.850000', '112421.310000', '112421.770000', '112422.230000', '112422.690000', '112423.150000', '112423.610000', '112424.070000', '112424.530000', '112424.990000', '112425.450000', '112425.910000', '112426.370000', '112426.830000', '112427.290000', '112427.750000', '112428.210000', '112428.670000', '112429.130000', '112429.590000', '112430.050000', '112430.510000', '112430.970000', '112431.430000', '112431.890000', '112432.350000', '112432.810000', '112433.270000', '112433.730000', '112434.190000', '112434.650000', '112435.110000', '112435.570000', '112436.030000', '112436.490000', '112436.950000', '112437.410000', '112437.870000', '112438.330000', '112438.790000', '112439.250000', '112439.710000', '112440.170000', '112440.630000', '112441.090000', '112441.550000', '112442.010000', '112442.470000', '112442.930000', '112443.390000', '112443.850000', '112444.310000', '112444.770000', '112445.230000', '112445.690000', '112446.150000', '112446.610000', '112447.070000', '112447.530000', '112447.990000', '112448.450000', '112448.910000', '112449.370000', '112449.830000', '112450.290000', '112450.750000', '112451.210000', '112451.670000', '112452.130000', '112452.590000', '112453.050000', '112453.510000', '112453.970000', '112454.430000', '112454.890000', '112455.350000', '112455.810000', '112456.270000', '112456.730000', '112457.190000', '112457.650000', '112458.110000', '112458.570000', '112459.030000', '112459.490000', '112459.950000', '112500.410000', '112500.870000', '112501.330000', '112501.790000', '112502.250000', '112502.710000', '112503.170000', '112503.630000', '112504.090000', '112504.550000', '112505.010000', '112505.470000', '112505.930000', '112506.390000', '112506.850000', '112507.310000', '112507.770000', '112508.230000', '112508.690000', '112509.150000', '112509.610000', '112510.070000', '112510.530000', '112510.990000', '112511.450000', '112511.910000', '112512.370000', '112512.830000', '112513.290000', '112513.750000', '112514.210000', '112514.670000', '112515.130000', '112515.590000', '112516.050000', '112516.510000', '112516.970000', '112517.430000', '112517.890000', '112518.350000', '112518.810000', '112519.270000', '112519.730000', '112520.190000', '112520.650000', '112521.110000', '112521.570000', '112522.030000', '112522.490000', '112522.950000', '112523.410000', '112523.870000', '112524.330000', '112524.790000', '112525.250000', '112525.710000', '112526.170000', '112526.630000', '112527.090000', '112527.550000', '112528.010000', '112528.470000', '112528.930000', '112529.390000', '112529.850000', '112530.310000', '112530.770000', '112531.230000', '112531.690000', '112532.150000', '112532.610000', '112533.070000', '112533.530000', '112533.990000', '112534.450000', '112534.910000', '112535.370000', '112535.830000', '112536.290000', '112536.750000', '112537.210000', '112537.670000', '112538.130000', '112538.590000', '112539.050000', '112539.510000', '112539.970000', '112540.430000', '112540.890000', '112541.350000', '112541.810000', '112542.270000', '112542.730000', '112543.190000', '112543.650000', '112544.110000', '112544.570000', '112545.030000', '112545.490000', '112545.950000', '112546.410000', '112546.870000', '112547.330000', '112547.790000', '112548.250000', '112548.710000', '112549.170000', '112549.630000', '112550.090000', '112550.550000', '112551.010000', '112551.470000', '112551.930000', '112552.390000', '112552.850000', '112553.310000', '112553.770000', '112554.230000', '112554.690000', '112555.150000', '112555.610000', '112556.070000', '112556.530000', '112556.990000', '112557.450000', '112557.910000', '112558.370000', '112558.830000', '112559.290000', '112559.750000', '112600.210000', '112600.670000', '112601.130000', '112601.590000', '112602.050000', '112602.510000', '112602.970000', '112603.430000', '112603.890000', '112604.350000', '112604.810000', '112605.270000', '112605.730000', '112606.190000', '112606.650000', '112607.110000', '112607.570000', '112608.030000', '112608.490000', '112608.950000', '112609.410000', '112609.870000', '112610.330000', '112610.790000', '112611.250000', '112611.710000', '112612.170000', '112612.630000', '112613.090000', '112613.550000', '112614.010000', '112614.470000', '112614.930000', '112615.390000', '112615.850000', '112616.310000', '112616.770000', '112617.230000', '112617.690000', '112618.150000', '112618.610000', '112619.070000', '112619.530000', '112619.990000', '112620.450000', '112620.910000', '112621.370000', '112621.830000', '112622.290000', '112622.750000', '112623.210000', '112623.670000', '112624.130000', '112624.590000', '112625.050000', '112625.510000', '112625.970000', '112626.430000', '112626.890000', '112627.350000', '112627.810000', '112628.270000', '112628.730000', '112629.190000', '112629.650000', '112630.110000', '112630.570000', '112631.030000', '112631.490000', '112631.950000', '112632.410000', '112632.870000', '112633.330000', '112633.790000', '112634.250000', '112634.710000', '112635.170000', '112635.630000', '112636.090000', '112636.550000', '112637.010000', '112637.470000', '112637.930000', '112638.390000', '112638.850000', '112639.310000', '112639.770000', '112640.230000', '112640.690000', '112641.150000', '112641.610000', '112642.070000', '112642.530000', '112642.990000', '112643.450000', '112643.910000', '112644.370000', '112644.830000', '112645.290000', '112645.750000', '112646.210000', '112646.670000', '112647.130000', '112647.590000', '112648.050000', '112648.510000', '112648.970000', '112649.430000', '112649.890000', '112650.350000', '112650.810000', '112651.270000', '112651.730000', '112652.190000', '112652.650000', '112653.110000', '112653.570000', '112654.030000', '112654.490000', '112654.950000', '112655.410000', '112655.870000', '112656.330000', '112656.790000', '112657.250000', '112657.710000', '112658.170000', '112658.630000', '112659.090000', '112659.550000', '112700.010000', '112700.470000', '112700.930000', '112701.390000', '112701.850000', '112702.310000', '112702.770000', '112703.230000', '112703.690000', '112704.150000', '112704.610000', '112705.070000', '112705.530000', '112705.990000', '112706.450000', '112706.910000', '112707.370000', '112707.830000', '112708.290000', '112708.750000', '112709.210000', '112709.670000', '112710.130000', '112710.590000', '112711.050000', '112711.510000', '112711.970000', '112712.430000', '112712.890000', '112713.350000', '112713.810000', '112714.270000', '112714.730000', '112715.190000', '112715.650000', '112716.110000', '112716.570000', '112717.030000', '112717.490000', '112717.950000', '112718.410000', '112718.870000', '112719.330000', '112719.790000', '112720.250000', '112720.710000', '112721.170000', '112721.630000', '112722.090000', '112722.550000', '112723.010000', '112723.470000', '112723.930000', '112724.390000', '112724.850000', '112725.310000', '112725.770000', '112726.230000', '112726.690000', '112727.150000', '112727.610000', '112728.070000', '112728.530000', '112728.990000', '112729.450000', '112729.910000', '112730.370000', '112730.830000', '112731.290000', '112731.750000', '112732.210000', '112732.670000', '112733.130000', '112733.590000', '112734.050000', '112734.510000', '112734.970000', '112735.430000', '112735.890000', '112736.350000', '112736.810000', '112737.270000', '112737.730000', '112738.190000', '112738.650000', '112739.110000', '112739.570000', '112740.030000', '112740.490000', '112740.950000', '112741.410000', '112741.870000', '112742.330000', '112742.790000', '112743.250000', '112743.710000', '112744.170000', '112744.630000', '112745.090000', '112745.550000', '112746.010000', '112746.470000', '112746.930000', '112747.390000', '112747.850000', '112748.310000', '112748.770000', '112749.230000', '112749.690000', '112750.150000'], 'ContentTime': ['111918.726000', '111918.729000', '111918.732000', '111918.734000', '111918.737000', '111918.740000', '111918.742000', '111918.745000', '111918.747000', '111918.750000', '111918.753000', '111918.755000', '111918.758000', '111918.760000', '111918.763000', '111918.766000', '111918.768000', '111918.771000', '111918.773000', '111918.776000', '111918.778000', '111918.781000', '111918.784000', '111918.786000', '111918.789000', '111918.791000', '111918.794000', '111918.796000', '111918.799000', '111918.801000', '111918.804000', '111918.806000', '111918.809000', '111918.812000', '111918.814000', '111918.817000', '111918.819000', '111918.822000', '111918.824000', '111918.827000', '111918.829000', '111918.840000', '111918.843000', '111938.667000', '111938.670000', '111938.673000', '111938.676000', '111938.678000', '111938.681000', '111938.683000', '111938.686000', '111938.688000', '111938.691000', '111938.694000', '111938.696000', '111938.699000', '111938.702000', '111938.704000', '111938.707000', '111938.709000', '111938.712000', '111938.714000', '111938.717000', '111938.720000', '111938.722000', '111938.725000', '111938.727000', '111938.730000', '111938.732000', '111938.735000', '111938.738000', '111938.740000', '111938.743000', '111938.745000', '111938.748000', '111938.751000', '111938.753000', '111938.756000', '111938.758000', '111938.761000', '111938.764000', '111938.766000', '111938.769000', '111938.771000', '111938.774000', '111938.776000', '111958.668000', '111958.670000', '111958.673000', '111958.675000', '111958.678000', '111958.681000', '111958.683000', '111958.686000', '111958.689000', '111958.691000', '111958.695000', '111958.705000', '111958.708000', '111958.711000', '111958.713000', '111958.716000', '111958.718000', '111958.721000', '111958.724000', '111958.726000', '111958.729000', '111958.731000', '111958.734000', '111958.736000', '111958.739000', '111958.742000', '111958.744000', '111958.748000', '111958.750000', '111958.753000', '111958.755000', '111958.758000', '111958.761000', '111958.763000', '111958.766000', '111958.769000', '111958.771000', '111958.774000', '111958.776000', '111958.779000', '111958.782000', '111958.784000', '111958.787000', '111958.789000', '112018.668000', '112018.671000', '112018.674000', '112018.676000', '112018.679000', '112018.682000', '112018.684000', '112018.687000', '112018.690000', '112018.692000', '112018.695000', '112018.697000', '112018.700000', '112018.703000', '112018.705000', '112018.708000', '112018.711000', '112018.713000', '112018.716000', '112018.718000', '112018.721000', '112018.724000', '112018.726000', '112018.729000', '112018.731000', '112018.734000', '112018.737000', '112018.739000', '112018.742000', '112018.744000', '112018.747000', '112018.749000', '112018.752000', '112018.755000', '112018.757000', '112018.760000', '112018.762000', '112018.765000', '112018.767000', '112018.770000', '112018.773000', '112018.775000', '112018.778000', '112038.668000', '112038.671000', '112038.674000', '112038.676000', '112038.679000', '112038.681000', '112038.684000', '112038.687000', '112038.689000', '112038.692000', '112038.694000', '112038.697000', '112038.700000', '112038.702000', '112038.705000', '112038.707000', '112038.710000', '112038.713000', '112038.715000', '112038.718000', '112038.720000', '112038.723000', '112038.726000', '112038.728000', '112038.731000', '112038.733000', '112038.736000', '112038.738000', '112038.741000', '112038.744000', '112038.746000', '112038.749000', '112038.751000', '112038.754000', '112038.756000', '112038.759000', '112038.762000', '112038.768000', '112038.771000', '112038.774000', '112038.776000', '112038.779000', '112038.781000', '112038.784000', '112058.668000', '112058.671000', '112058.674000', '112058.676000', '112058.679000', '112058.682000', '112058.684000', '112058.687000', '112058.689000', '112058.692000', '112058.694000', '112058.697000', '112058.700000', '112058.702000', '112058.705000', '112058.707000', '112058.710000', '112058.713000', '112058.715000', '112058.718000', '112058.720000', '112058.723000', '112058.726000', '112058.728000', '112058.731000', '112058.734000', '112058.736000', '112058.739000', '112058.741000', '112058.744000', '112058.747000', '112058.749000', '112058.752000', '112058.754000', '112058.757000', '112058.760000', '112058.762000', '112058.775000', '112058.778000', '112058.780000', '112058.783000', '112058.785000', '112058.788000', '112118.668000', '112118.671000', '112118.674000', '112118.677000', '112118.679000', '112118.682000', '112118.685000', '112118.688000', '112118.691000', '112118.694000', '112118.696000', '112118.699000', '112118.702000', '112118.704000', '112118.707000', '112118.709000', '112118.712000', '112118.714000', '112118.717000', '112118.720000', '112118.722000', '112118.725000', '112118.728000', '112118.736000', '112118.739000', '112118.741000', '112118.744000', '112118.746000', '112118.749000', '112118.752000', '112118.754000', '112118.757000', '112118.759000', '112118.762000', '112118.764000', '112118.767000', '112118.770000', '112118.772000', '112118.775000', '112118.777000', '112118.780000', '112118.782000', '112118.785000', '112138.669000', '112138.671000', '112138.674000', '112138.677000', '112138.679000', '112138.682000', '112138.684000', '112138.687000', '112138.690000', '112138.692000', '112138.695000', '112138.697000', '112138.700000', '112138.702000', '112138.705000', '112138.708000', '112138.710000', '112138.713000', '112138.715000', '112138.718000', '112138.720000', '112138.723000', '112138.726000', '112138.728000', '112138.731000', '112138.733000', '112138.736000', '112138.738000', '112138.741000', '112138.744000', '112138.746000', '112138.749000', '112138.751000', '112138.754000', '112138.756000', '112138.759000', '112138.762000', '112138.764000', '112138.767000', '112138.769000', '112138.772000', '112138.775000', '112138.777000', '112138.780000', '112158.667000', '112158.670000', '112158.673000', '112158.675000', '112158.678000', '112158.681000', '112158.683000', '112158.686000', '112158.688000', '112158.691000', '112158.694000', '112158.696000', '112158.699000', '112158.701000', '112158.704000', '112158.707000', '112158.709000', '112158.712000', '112158.715000', '112158.718000', '112158.721000', '112158.724000', '112158.726000', '112158.729000', '112158.732000', '112158.734000', '112158.737000', '112158.739000', '112158.742000', '112158.745000', '112158.747000', '112158.750000', '112158.752000', '112158.755000', '112158.758000', '112158.760000', '112158.763000', '112158.766000', '112158.768000', '112158.771000', '112158.773000', '112158.776000', '112158.778000', '112218.667000', '112218.670000', '112218.673000', '112218.676000', '112218.678000', '112218.681000', '112218.683000', '112218.686000', '112218.689000', '112218.691000', '112218.694000', '112218.696000', '112218.699000', '112218.701000', '112218.704000', '112218.707000', '112218.709000', '112218.712000', '112218.714000', '112218.717000', '112218.720000', '112218.722000', '112218.725000', '112218.727000', '112218.730000', '112218.733000', '112218.735000', '112218.738000', '112218.740000', '112218.743000', '112218.746000', '112218.748000', '112218.751000', '112218.753000', '112218.756000', '112218.759000', '112218.761000', '112218.764000', '112218.766000', '112218.769000', '112218.772000', '112218.774000', '112218.777000', '112218.779000', '112238.668000', '112238.671000', '112238.674000', '112238.676000', '112238.679000', '112238.682000', '112238.684000', '112238.687000', '112238.690000', '112238.692000', '112238.695000', '112238.697000', '112238.700000', '112238.702000', '112238.705000', '112238.708000', '112238.710000', '112238.713000', '112238.715000', '112238.727000', '112238.730000', '112238.732000', '112238.735000', '112238.738000', '112238.741000', '112238.744000', '112238.747000', '112238.749000', '112238.752000', '112238.754000', '112238.757000', '112238.760000', '112238.762000', '112238.765000', '112238.767000', '112238.770000', '112238.774000', '112238.777000', '112238.779000', '112238.782000', '112238.784000', '112238.787000', '112238.789000', '112258.668000', '112258.671000', '112258.674000', '112258.676000', '112258.679000', '112258.681000', '112258.684000', '112258.687000', '112258.689000', '112258.692000', '112258.694000', '112258.697000', '112258.700000', '112258.702000', '112258.705000', '112258.707000', '112258.710000', '112258.713000', '112258.715000', '112258.718000', '112258.720000', '112258.723000', '112258.726000', '112258.728000', '112258.731000', '112258.733000', '112258.736000', '112258.739000', '112258.741000', '112258.744000', '112258.746000', '112258.749000', '112258.751000', '112258.754000', '112258.757000', '112258.759000', '112258.762000', '112258.764000', '112258.767000', '112258.770000', '112258.772000', '112258.775000', '112258.777000', '112258.780000', '112318.668000', '112318.671000', '112318.674000', '112318.677000', '112318.679000', '112318.682000', '112318.684000', '112318.687000', '112318.690000', '112318.692000', '112318.695000', '112318.697000', '112318.700000', '112318.703000', '112318.705000', '112318.708000', '112318.711000', '112318.713000', '112318.716000', '112318.718000', '112318.721000', '112318.724000', '112318.726000', '112318.729000', '112318.731000', '112318.734000', '112318.737000', '112318.740000', '112318.742000', '112318.745000', '112318.748000', '112318.750000', '112318.753000', '112318.755000', '112318.758000', '112318.761000', '112318.763000', '112318.766000', '112318.768000', '112318.771000', '112318.774000', '112318.776000', '112318.779000', '112338.668000', '112338.671000', '112338.674000', '112338.677000', '112338.679000', '112338.682000', '112338.684000', '112338.687000', '112338.690000', '112338.692000', '112338.695000', '112338.697000', '112338.700000', '112338.703000', '112338.705000', '112338.708000', '112338.710000', '112338.713000', '112338.716000', '112338.718000', '112338.721000', '112338.723000', '112338.726000', '112338.728000', '112338.731000', '112338.734000', '112338.736000', '112338.739000', '112338.741000', '112338.744000', '112338.747000', '112338.749000', '112338.752000', '112338.754000', '112338.757000', '112338.760000', '112338.762000', '112338.765000', '112338.767000', '112338.770000', '112338.773000', '112338.775000', '112338.778000', '112338.780000', '112358.669000', '112358.671000', '112358.674000', '112358.677000', '112358.679000', '112358.682000', '112358.684000', '112358.687000', '112358.690000', '112358.692000', '112358.695000', '112358.698000', '112358.700000', '112358.703000', '112358.705000', '112358.708000', '112358.711000', '112358.713000', '112358.716000', '112358.718000', '112358.721000', '112358.724000', '112358.726000', '112358.729000', '112358.731000', '112358.734000', '112358.737000', '112358.739000', '112358.742000', '112358.744000', '112358.747000', '112358.750000', '112358.752000', '112358.755000', '112358.757000', '112358.760000', '112358.763000', '112358.765000', '112358.768000', '112358.770000', '112358.773000', '112358.776000', '112358.778000', '112418.668000', '112418.683000', '112418.685000', '112418.688000', '112418.690000', '112418.693000', '112418.695000', '112418.698000', '112418.701000', '112418.703000', '112418.706000', '112418.708000', '112418.711000', '112418.714000', '112418.716000', '112418.719000', '112418.722000', '112418.724000', '112418.727000', '112418.729000', '112418.732000', '112418.734000', '112418.737000', '112418.740000', '112418.742000', '112418.745000', '112418.748000', '112418.750000', '112418.753000', '112418.755000', '112418.758000', '112418.761000', '112418.763000', '112418.766000', '112418.768000', '112418.771000', '112418.774000', '112418.776000', '112418.779000', '112418.781000', '112418.784000', '112418.787000', '112418.789000', '112418.792000', '112438.667000', '112438.670000', '112438.673000', '112438.676000', '112438.678000', '112438.681000', '112438.683000', '112438.686000', '112438.689000', '112438.691000', '112438.694000', '112438.697000', '112438.699000', '112438.702000', '112438.705000', '112438.707000', '112438.710000', '112438.712000', '112438.715000', '112438.718000', '112438.720000', '112438.723000', '112438.725000', '112438.728000', '112438.730000', '112438.733000', '112438.736000', '112438.738000', '112438.741000', '112438.743000', '112438.746000', '112438.749000', '112438.751000', '112438.754000', '112438.756000', '112438.759000', '112438.762000', '112438.764000', '112438.767000', '112438.769000', '112438.773000', '112438.776000', '112438.779000', '112458.668000', '112458.671000', '112458.674000', '112458.676000', '112458.679000', '112458.681000', '112458.684000', '112458.687000', '112458.689000', '112458.692000', '112458.694000', '112458.697000', '112458.700000', '112458.702000', '112458.705000', '112458.707000', '112458.710000', '112458.713000', '112458.715000', '112458.718000', '112458.720000', '112458.723000', '112458.725000', '112458.728000', '112458.730000', '112458.733000', '112458.736000', '112458.738000', '112458.741000', '112458.743000', '112458.746000', '112458.748000', '112458.751000', '112458.753000', '112458.756000', '112458.759000', '112458.761000', '112458.764000', '112458.766000', '112458.769000', '112458.772000', '112458.774000', '112458.777000', '112458.779000', '112518.669000', '112518.671000', '112518.674000', '112518.676000', '112518.679000', '112518.682000', '112518.684000', '112518.687000', '112518.690000', '112518.692000', '112518.695000', '112518.697000', '112518.700000', '112518.703000', '112518.705000', '112518.708000', '112518.710000', '112518.713000', '112518.716000', '112518.718000', '112518.721000', '112518.723000', '112518.726000', '112518.728000', '112518.731000', '112518.734000', '112518.736000', '112518.739000', '112518.741000', '112518.744000', '112518.747000', '112518.749000', '112518.752000', '112518.754000', '112518.757000', '112518.759000', '112518.762000', '112518.764000', '112518.767000', '112518.770000', '112518.773000', '112518.775000', '112518.778000', '112538.669000', '112538.671000', '112538.674000', '112538.677000', '112538.679000', '112538.682000', '112538.684000', '112538.687000', '112538.689000', '112538.692000', '112538.695000', '112538.697000', '112538.713000', '112538.715000', '112538.718000', '112538.721000', '112538.723000', '112538.726000', '112538.728000', '112538.731000', '112538.734000', '112538.736000', '112538.739000', '112538.741000', '112538.744000', '112538.747000', '112538.749000', '112538.752000', '112538.755000', '112538.757000', '112538.760000', '112538.762000', '112538.765000', '112538.767000', '112538.770000', '112538.772000', '112538.775000', '112538.778000', '112538.780000', '112538.783000', '112538.786000', '112538.788000', '112538.791000', '112538.793000', '112558.669000', '112558.671000', '112558.674000', '112558.677000', '112558.679000', '112558.682000', '112558.684000', '112558.687000', '112558.690000', '112558.692000', '112558.695000', '112558.697000', '112558.700000', '112558.703000', '112558.705000', '112558.708000', '112558.711000', '112558.713000', '112558.716000', '112558.718000', '112558.721000', '112558.723000', '112558.726000', '112558.729000', '112558.731000', '112558.734000', '112558.737000', '112558.739000', '112558.742000', '112558.744000', '112558.747000', '112558.749000', '112558.752000', '112558.755000', '112558.757000', '112558.760000', '112558.762000', '112558.765000', '112558.768000', '112558.770000', '112558.773000', '112558.775000', '112558.778000', '112618.668000', '112618.671000', '112618.674000', '112618.676000', '112618.679000', '112618.682000', '112618.684000', '112618.687000', '112618.690000', '112618.692000', '112618.695000', '112618.697000', '112618.700000', '112618.703000', '112618.705000', '112618.708000', '112618.711000', '112618.713000', '112618.716000', '112618.719000', '112618.721000', '112618.724000', '112618.726000', '112618.729000', '112618.732000', '112618.734000', '112618.737000', '112618.739000', '112618.742000', '112618.745000', '112618.747000', '112618.750000', '112618.752000', '112618.755000', '112618.757000', '112618.760000', '112618.763000', '112618.765000', '112618.768000', '112618.770000', '112618.773000', '112618.776000', '112618.778000', '112618.781000', '112638.668000', '112638.671000', '112638.673000', '112638.676000', '112638.678000', '112638.681000', '112638.684000', '112638.686000', '112638.689000', '112638.692000', '112638.695000', '112638.697000', '112638.700000', '112638.702000', '112638.705000', '112638.707000', '112638.710000', '112638.713000', '112638.715000', '112638.718000', '112638.720000', '112638.723000', '112638.726000', '112638.728000', '112638.731000', '112638.733000', '112638.736000', '112638.739000', '112638.741000', '112638.744000', '112638.746000', '112638.749000', '112638.751000', '112638.754000', '112638.757000', '112638.759000', '112638.762000', '112638.764000', '112638.767000', '112638.770000', '112638.772000', '112638.775000', '112638.778000', '112658.668000', '112658.670000', '112658.673000', '112658.676000', '112658.678000', '112658.681000', '112658.683000', '112658.686000', '112658.702000', '112658.705000', '112658.708000', '112658.710000', '112658.713000', '112658.715000', '112658.718000', '112658.721000', '112658.723000', '112658.726000', '112658.728000', '112658.731000', '112658.734000', '112658.736000', '112658.739000', '112658.742000', '112658.744000', '112658.747000', '112658.750000', '112658.752000', '112658.755000', '112658.758000', '112658.760000', '112658.763000', '112658.765000', '112658.768000', '112658.771000', '112658.773000', '112658.776000', '112658.779000', '112658.782000', '112658.784000', '112658.787000', '112658.790000', '112658.792000', '112658.795000', '112718.669000', '112718.671000', '112718.674000', '112718.677000', '112718.680000', '112718.683000', '112718.686000', '112718.689000', '112718.692000', '112718.694000', '112718.697000', '112718.700000', '112718.703000', '112718.706000', '112718.709000', '112718.711000', '112718.714000', '112718.717000', '112718.719000', '112718.722000', '112718.725000', '112718.728000', '112718.731000', '112718.734000', '112718.736000', '112718.739000', '112718.741000', '112718.744000', '112718.747000', '112718.750000', '112718.753000', '112718.755000', '112718.758000', '112718.761000', '112718.763000', '112718.766000', '112718.769000', '112718.771000', '112718.774000', '112718.776000', '112718.779000', '112718.781000', '112718.784000', '112738.669000', '112738.672000', '112738.674000', '112738.677000', '112738.679000', '112738.682000', '112738.685000', '112738.687000', '112738.690000', '112738.694000', '112738.697000', '112738.700000', '112738.702000', '112738.705000', '112738.708000', '112738.710000', '112738.713000', '112738.715000', '112738.718000', '112738.721000', '112738.723000', '112738.726000', '112738.729000', '112738.731000', '112738.734000', '112738.736000', '112738.739000', '112738.742000', '112738.745000', '112738.748000', '112738.751000', '112738.754000', '112738.756000', '112738.759000', '112738.762000', '112738.765000', '112738.768000', '112738.770000', '112738.773000', '112738.775000', '112738.778000', '112738.781000', '112738.783000', '112738.786000', '112751.059000', '112751.062000', '112751.065000', '112751.068000', '112751.071000', '112751.074000', '112751.077000', '112751.080000', '112751.083000', '112751.085000', '112751.088000', '112751.091000', '112751.094000', '112751.097000', '112751.100000', '112751.102000', '112751.105000', '112751.108000', '112751.111000', '112751.114000', '112751.117000', '112751.120000', '112751.123000', '112751.125000', '112751.129000', '112751.131000', '112751.135000'], 'InstanceCreationTime': ['111918.726000', '111918.729000', '111918.732000', '111918.734000', '111918.737000', '111918.740000', '111918.742000', '111918.745000', '111918.747000', '111918.750000', '111918.753000', '111918.755000', '111918.758000', '111918.760000', '111918.763000', '111918.766000', '111918.768000', '111918.771000', '111918.773000', '111918.776000', '111918.778000', '111918.781000', '111918.784000', '111918.786000', '111918.789000', '111918.791000', '111918.794000', '111918.796000', '111918.799000', '111918.801000', '111918.804000', '111918.806000', '111918.809000', '111918.812000', '111918.814000', '111918.817000', '111918.819000', '111918.822000', '111918.824000', '111918.827000', '111918.829000', '111918.840000', '111918.843000', '111938.667000', '111938.670000', '111938.673000', '111938.676000', '111938.678000', '111938.681000', '111938.683000', '111938.686000', '111938.688000', '111938.691000', '111938.694000', '111938.696000', '111938.699000', '111938.702000', '111938.704000', '111938.707000', '111938.709000', '111938.712000', '111938.714000', '111938.717000', '111938.720000', '111938.722000', '111938.725000', '111938.727000', '111938.730000', '111938.732000', '111938.735000', '111938.738000', '111938.740000', '111938.743000', '111938.745000', '111938.748000', '111938.751000', '111938.753000', '111938.756000', '111938.758000', '111938.761000', '111938.764000', '111938.766000', '111938.769000', '111938.771000', '111938.774000', '111938.776000', '111958.668000', '111958.670000', '111958.673000', '111958.675000', '111958.678000', '111958.681000', '111958.683000', '111958.686000', '111958.689000', '111958.691000', '111958.695000', '111958.705000', '111958.708000', '111958.711000', '111958.713000', '111958.716000', '111958.718000', '111958.721000', '111958.724000', '111958.726000', '111958.729000', '111958.731000', '111958.734000', '111958.736000', '111958.739000', '111958.742000', '111958.744000', '111958.748000', '111958.750000', '111958.753000', '111958.755000', '111958.758000', '111958.761000', '111958.763000', '111958.766000', '111958.769000', '111958.771000', '111958.774000', '111958.776000', '111958.779000', '111958.782000', '111958.784000', '111958.787000', '111958.789000', '112018.668000', '112018.671000', '112018.674000', '112018.676000', '112018.679000', '112018.682000', '112018.684000', '112018.687000', '112018.690000', '112018.692000', '112018.695000', '112018.697000', '112018.700000', '112018.703000', '112018.705000', '112018.708000', '112018.711000', '112018.713000', '112018.716000', '112018.718000', '112018.721000', '112018.724000', '112018.726000', '112018.729000', '112018.731000', '112018.734000', '112018.737000', '112018.739000', '112018.742000', '112018.744000', '112018.747000', '112018.749000', '112018.752000', '112018.755000', '112018.757000', '112018.760000', '112018.762000', '112018.765000', '112018.767000', '112018.770000', '112018.773000', '112018.775000', '112018.778000', '112038.668000', '112038.671000', '112038.674000', '112038.676000', '112038.679000', '112038.681000', '112038.684000', '112038.687000', '112038.689000', '112038.692000', '112038.694000', '112038.697000', '112038.700000', '112038.702000', '112038.705000', '112038.707000', '112038.710000', '112038.713000', '112038.715000', '112038.718000', '112038.720000', '112038.723000', '112038.726000', '112038.728000', '112038.731000', '112038.733000', '112038.736000', '112038.738000', '112038.741000', '112038.744000', '112038.746000', '112038.749000', '112038.751000', '112038.754000', '112038.756000', '112038.759000', '112038.762000', '112038.768000', '112038.771000', '112038.774000', '112038.776000', '112038.779000', '112038.781000', '112038.784000', '112058.668000', '112058.671000', '112058.674000', '112058.676000', '112058.679000', '112058.682000', '112058.684000', '112058.687000', '112058.689000', '112058.692000', '112058.694000', '112058.697000', '112058.700000', '112058.702000', '112058.705000', '112058.707000', '112058.710000', '112058.713000', '112058.715000', '112058.718000', '112058.720000', '112058.723000', '112058.726000', '112058.728000', '112058.731000', '112058.734000', '112058.736000', '112058.739000', '112058.741000', '112058.744000', '112058.747000', '112058.749000', '112058.752000', '112058.754000', '112058.757000', '112058.760000', '112058.762000', '112058.775000', '112058.778000', '112058.780000', '112058.783000', '112058.785000', '112058.788000', '112118.668000', '112118.671000', '112118.674000', '112118.677000', '112118.679000', '112118.682000', '112118.685000', '112118.688000', '112118.691000', '112118.694000', '112118.696000', '112118.699000', '112118.702000', '112118.704000', '112118.707000', '112118.709000', '112118.712000', '112118.714000', '112118.717000', '112118.720000', '112118.722000', '112118.725000', '112118.728000', '112118.736000', '112118.739000', '112118.741000', '112118.744000', '112118.746000', '112118.749000', '112118.752000', '112118.754000', '112118.757000', '112118.759000', '112118.762000', '112118.764000', '112118.767000', '112118.770000', '112118.772000', '112118.775000', '112118.777000', '112118.780000', '112118.782000', '112118.785000', '112138.669000', '112138.671000', '112138.674000', '112138.677000', '112138.679000', '112138.682000', '112138.684000', '112138.687000', '112138.690000', '112138.692000', '112138.695000', '112138.697000', '112138.700000', '112138.702000', '112138.705000', '112138.708000', '112138.710000', '112138.713000', '112138.715000', '112138.718000', '112138.720000', '112138.723000', '112138.726000', '112138.728000', '112138.731000', '112138.733000', '112138.736000', '112138.738000', '112138.741000', '112138.744000', '112138.746000', '112138.749000', '112138.751000', '112138.754000', '112138.756000', '112138.759000', '112138.762000', '112138.764000', '112138.767000', '112138.769000', '112138.772000', '112138.775000', '112138.777000', '112138.780000', '112158.667000', '112158.670000', '112158.673000', '112158.675000', '112158.678000', '112158.681000', '112158.683000', '112158.686000', '112158.688000', '112158.691000', '112158.694000', '112158.696000', '112158.699000', '112158.701000', '112158.704000', '112158.707000', '112158.709000', '112158.712000', '112158.715000', '112158.718000', '112158.721000', '112158.724000', '112158.726000', '112158.729000', '112158.732000', '112158.734000', '112158.737000', '112158.739000', '112158.742000', '112158.745000', '112158.747000', '112158.750000', '112158.752000', '112158.755000', '112158.758000', '112158.760000', '112158.763000', '112158.766000', '112158.768000', '112158.771000', '112158.773000', '112158.776000', '112158.778000', '112218.667000', '112218.670000', '112218.673000', '112218.676000', '112218.678000', '112218.681000', '112218.683000', '112218.686000', '112218.689000', '112218.691000', '112218.694000', '112218.696000', '112218.699000', '112218.701000', '112218.704000', '112218.707000', '112218.709000', '112218.712000', '112218.714000', '112218.717000', '112218.720000', '112218.722000', '112218.725000', '112218.727000', '112218.730000', '112218.733000', '112218.735000', '112218.738000', '112218.740000', '112218.743000', '112218.746000', '112218.748000', '112218.751000', '112218.753000', '112218.756000', '112218.759000', '112218.761000', '112218.764000', '112218.766000', '112218.769000', '112218.772000', '112218.774000', '112218.777000', '112218.779000', '112238.668000', '112238.671000', '112238.674000', '112238.676000', '112238.679000', '112238.682000', '112238.684000', '112238.687000', '112238.690000', '112238.692000', '112238.695000', '112238.697000', '112238.700000', '112238.702000', '112238.705000', '112238.708000', '112238.710000', '112238.713000', '112238.715000', '112238.727000', '112238.730000', '112238.732000', '112238.735000', '112238.738000', '112238.741000', '112238.744000', '112238.747000', '112238.749000', '112238.752000', '112238.754000', '112238.757000', '112238.760000', '112238.762000', '112238.765000', '112238.767000', '112238.770000', '112238.774000', '112238.777000', '112238.779000', '112238.782000', '112238.784000', '112238.787000', '112238.789000', '112258.668000', '112258.671000', '112258.674000', '112258.676000', '112258.679000', '112258.681000', '112258.684000', '112258.687000', '112258.689000', '112258.692000', '112258.694000', '112258.697000', '112258.700000', '112258.702000', '112258.705000', '112258.707000', '112258.710000', '112258.713000', '112258.715000', '112258.718000', '112258.720000', '112258.723000', '112258.726000', '112258.728000', '112258.731000', '112258.733000', '112258.736000', '112258.739000', '112258.741000', '112258.744000', '112258.746000', '112258.749000', '112258.751000', '112258.754000', '112258.757000', '112258.759000', '112258.762000', '112258.764000', '112258.767000', '112258.770000', '112258.772000', '112258.775000', '112258.777000', '112258.780000', '112318.668000', '112318.671000', '112318.674000', '112318.677000', '112318.679000', '112318.682000', '112318.684000', '112318.687000', '112318.690000', '112318.692000', '112318.695000', '112318.697000', '112318.700000', '112318.703000', '112318.705000', '112318.708000', '112318.711000', '112318.713000', '112318.716000', '112318.718000', '112318.721000', '112318.724000', '112318.726000', '112318.729000', '112318.731000', '112318.734000', '112318.737000', '112318.740000', '112318.742000', '112318.745000', '112318.748000', '112318.750000', '112318.753000', '112318.755000', '112318.758000', '112318.761000', '112318.763000', '112318.766000', '112318.768000', '112318.771000', '112318.774000', '112318.776000', '112318.779000', '112338.668000', '112338.671000', '112338.674000', '112338.677000', '112338.679000', '112338.682000', '112338.684000', '112338.687000', '112338.690000', '112338.692000', '112338.695000', '112338.697000', '112338.700000', '112338.703000', '112338.705000', '112338.708000', '112338.710000', '112338.713000', '112338.716000', '112338.718000', '112338.721000', '112338.723000', '112338.726000', '112338.728000', '112338.731000', '112338.734000', '112338.736000', '112338.739000', '112338.741000', '112338.744000', '112338.747000', '112338.749000', '112338.752000', '112338.754000', '112338.757000', '112338.760000', '112338.762000', '112338.765000', '112338.767000', '112338.770000', '112338.773000', '112338.775000', '112338.778000', '112338.780000', '112358.669000', '112358.671000', '112358.674000', '112358.677000', '112358.679000', '112358.682000', '112358.684000', '112358.687000', '112358.690000', '112358.692000', '112358.695000', '112358.698000', '112358.700000', '112358.703000', '112358.705000', '112358.708000', '112358.711000', '112358.713000', '112358.716000', '112358.718000', '112358.721000', '112358.724000', '112358.726000', '112358.729000', '112358.731000', '112358.734000', '112358.737000', '112358.739000', '112358.742000', '112358.744000', '112358.747000', '112358.750000', '112358.752000', '112358.755000', '112358.757000', '112358.760000', '112358.763000', '112358.765000', '112358.768000', '112358.770000', '112358.773000', '112358.776000', '112358.778000', '112418.668000', '112418.683000', '112418.685000', '112418.688000', '112418.690000', '112418.693000', '112418.695000', '112418.698000', '112418.701000', '112418.703000', '112418.706000', '112418.708000', '112418.711000', '112418.714000', '112418.716000', '112418.719000', '112418.722000', '112418.724000', '112418.727000', '112418.729000', '112418.732000', '112418.734000', '112418.737000', '112418.740000', '112418.742000', '112418.745000', '112418.748000', '112418.750000', '112418.753000', '112418.755000', '112418.758000', '112418.761000', '112418.763000', '112418.766000', '112418.768000', '112418.771000', '112418.774000', '112418.776000', '112418.779000', '112418.781000', '112418.784000', '112418.787000', '112418.789000', '112418.792000', '112438.667000', '112438.670000', '112438.673000', '112438.676000', '112438.678000', '112438.681000', '112438.683000', '112438.686000', '112438.689000', '112438.691000', '112438.694000', '112438.697000', '112438.699000', '112438.702000', '112438.705000', '112438.707000', '112438.710000', '112438.712000', '112438.715000', '112438.718000', '112438.720000', '112438.723000', '112438.725000', '112438.728000', '112438.730000', '112438.733000', '112438.736000', '112438.738000', '112438.741000', '112438.743000', '112438.746000', '112438.749000', '112438.751000', '112438.754000', '112438.756000', '112438.759000', '112438.762000', '112438.764000', '112438.767000', '112438.769000', '112438.773000', '112438.776000', '112438.779000', '112458.668000', '112458.671000', '112458.674000', '112458.676000', '112458.679000', '112458.681000', '112458.684000', '112458.687000', '112458.689000', '112458.692000', '112458.694000', '112458.697000', '112458.700000', '112458.702000', '112458.705000', '112458.707000', '112458.710000', '112458.713000', '112458.715000', '112458.718000', '112458.720000', '112458.723000', '112458.725000', '112458.728000', '112458.730000', '112458.733000', '112458.736000', '112458.738000', '112458.741000', '112458.743000', '112458.746000', '112458.748000', '112458.751000', '112458.753000', '112458.756000', '112458.759000', '112458.761000', '112458.764000', '112458.766000', '112458.769000', '112458.772000', '112458.774000', '112458.777000', '112458.779000', '112518.669000', '112518.671000', '112518.674000', '112518.676000', '112518.679000', '112518.682000', '112518.684000', '112518.687000', '112518.690000', '112518.692000', '112518.695000', '112518.697000', '112518.700000', '112518.703000', '112518.705000', '112518.708000', '112518.710000', '112518.713000', '112518.716000', '112518.718000', '112518.721000', '112518.723000', '112518.726000', '112518.728000', '112518.731000', '112518.734000', '112518.736000', '112518.739000', '112518.741000', '112518.744000', '112518.747000', '112518.749000', '112518.752000', '112518.754000', '112518.757000', '112518.759000', '112518.762000', '112518.764000', '112518.767000', '112518.770000', '112518.773000', '112518.775000', '112518.778000', '112538.669000', '112538.671000', '112538.674000', '112538.677000', '112538.679000', '112538.682000', '112538.684000', '112538.687000', '112538.689000', '112538.692000', '112538.695000', '112538.697000', '112538.713000', '112538.715000', '112538.718000', '112538.721000', '112538.723000', '112538.726000', '112538.728000', '112538.731000', '112538.734000', '112538.736000', '112538.739000', '112538.741000', '112538.744000', '112538.747000', '112538.749000', '112538.752000', '112538.755000', '112538.757000', '112538.760000', '112538.762000', '112538.765000', '112538.767000', '112538.770000', '112538.772000', '112538.775000', '112538.778000', '112538.780000', '112538.783000', '112538.786000', '112538.788000', '112538.791000', '112538.793000', '112558.669000', '112558.671000', '112558.674000', '112558.677000', '112558.679000', '112558.682000', '112558.684000', '112558.687000', '112558.690000', '112558.692000', '112558.695000', '112558.697000', '112558.700000', '112558.703000', '112558.705000', '112558.708000', '112558.711000', '112558.713000', '112558.716000', '112558.718000', '112558.721000', '112558.723000', '112558.726000', '112558.729000', '112558.731000', '112558.734000', '112558.737000', '112558.739000', '112558.742000', '112558.744000', '112558.747000', '112558.749000', '112558.752000', '112558.755000', '112558.757000', '112558.760000', '112558.762000', '112558.765000', '112558.768000', '112558.770000', '112558.773000', '112558.775000', '112558.778000', '112618.668000', '112618.671000', '112618.674000', '112618.676000', '112618.679000', '112618.682000', '112618.684000', '112618.687000', '112618.690000', '112618.692000', '112618.695000', '112618.697000', '112618.700000', '112618.703000', '112618.705000', '112618.708000', '112618.711000', '112618.713000', '112618.716000', '112618.719000', '112618.721000', '112618.724000', '112618.726000', '112618.729000', '112618.732000', '112618.734000', '112618.737000', '112618.739000', '112618.742000', '112618.745000', '112618.747000', '112618.750000', '112618.752000', '112618.755000', '112618.757000', '112618.760000', '112618.763000', '112618.765000', '112618.768000', '112618.770000', '112618.773000', '112618.776000', '112618.778000', '112618.781000', '112638.668000', '112638.671000', '112638.673000', '112638.676000', '112638.678000', '112638.681000', '112638.684000', '112638.686000', '112638.689000', '112638.692000', '112638.695000', '112638.697000', '112638.700000', '112638.702000', '112638.705000', '112638.707000', '112638.710000', '112638.713000', '112638.715000', '112638.718000', '112638.720000', '112638.723000', '112638.726000', '112638.728000', '112638.731000', '112638.733000', '112638.736000', '112638.739000', '112638.741000', '112638.744000', '112638.746000', '112638.749000', '112638.751000', '112638.754000', '112638.757000', '112638.759000', '112638.762000', '112638.764000', '112638.767000', '112638.770000', '112638.772000', '112638.775000', '112638.778000', '112658.668000', '112658.670000', '112658.673000', '112658.676000', '112658.678000', '112658.681000', '112658.683000', '112658.686000', '112658.702000', '112658.705000', '112658.708000', '112658.710000', '112658.713000', '112658.715000', '112658.718000', '112658.721000', '112658.723000', '112658.726000', '112658.728000', '112658.731000', '112658.734000', '112658.736000', '112658.739000', '112658.742000', '112658.744000', '112658.747000', '112658.750000', '112658.752000', '112658.755000', '112658.758000', '112658.760000', '112658.763000', '112658.765000', '112658.768000', '112658.771000', '112658.773000', '112658.776000', '112658.779000', '112658.782000', '112658.784000', '112658.787000', '112658.790000', '112658.792000', '112658.795000', '112718.669000', '112718.671000', '112718.674000', '112718.677000', '112718.680000', '112718.683000', '112718.686000', '112718.689000', '112718.692000', '112718.694000', '112718.697000', '112718.700000', '112718.703000', '112718.706000', '112718.709000', '112718.711000', '112718.714000', '112718.717000', '112718.719000', '112718.722000', '112718.725000', '112718.728000', '112718.731000', '112718.734000', '112718.736000', '112718.739000', '112718.741000', '112718.744000', '112718.747000', '112718.750000', '112718.753000', '112718.755000', '112718.758000', '112718.761000', '112718.763000', '112718.766000', '112718.769000', '112718.771000', '112718.774000', '112718.776000', '112718.779000', '112718.781000', '112718.784000', '112738.669000', '112738.672000', '112738.674000', '112738.677000', '112738.679000', '112738.682000', '112738.685000', '112738.687000', '112738.690000', '112738.694000', '112738.697000', '112738.700000', '112738.702000', '112738.705000', '112738.708000', '112738.710000', '112738.713000', '112738.715000', '112738.718000', '112738.721000', '112738.723000', '112738.726000', '112738.729000', '112738.731000', '112738.734000', '112738.736000', '112738.739000', '112738.742000', '112738.745000', '112738.748000', '112738.751000', '112738.754000', '112738.756000', '112738.759000', '112738.762000', '112738.765000', '112738.768000', '112738.770000', '112738.773000', '112738.775000', '112738.778000', '112738.781000', '112738.783000', '112738.786000', '112751.059000', '112751.062000', '112751.065000', '112751.068000', '112751.071000', '112751.074000', '112751.077000', '112751.080000', '112751.083000', '112751.085000', '112751.088000', '112751.091000', '112751.094000', '112751.097000', '112751.100000', '112751.102000', '112751.105000', '112751.108000', '112751.111000', '112751.114000', '112751.117000', '112751.120000', '112751.123000', '112751.125000', '112751.129000', '112751.131000', '112751.135000'], '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': [14984, 17607, 14514, 14531, 14505, 15507, 15083, 14055, 15167, 16250, 14679, 14832, 16909, 13905, 14818, 16576, 13492, 14780, 16283, 14569, 14797, 16628, 14018, 14814, 16083, 14155, 15020, 15522, 14863, 14449, 16642, 14962, 14329, 13488, 14881, 14299, 17550, 14601, 14102, 17425, 14664, 14314, 17736, 14691, 13691, 17058, 15044, 13664, 17568, 14417, 13281, 17245, 14837, 13302, 15369, 14757, 13838, 17282, 14197, 13375, 14461, 14676, 13846, 16621, 14322, 13862, 15501, 14725, 14256, 15299, 14637, 13958, 15451, 14699, 14177, 15048, 14651, 14190, 15916, 14937, 14498, 15237, 14657, 14679, 16083, 13796, 14651, 15835, 13571, 14802, 15746, 14120, 14549, 15035, 14475, 14606, 14144, 12537, 14661, 14004, 17463, 14127, 14096, 15538, 14113, 14380, 15535, 13695, 14353, 13964, 13695, 14581, 14343, 13635, 14565, 14035, 14004, 14533, 13932, 13606, 14374, 14275, 13819, 14832, 14373, 12701, 14427, 14454, 17576, 13499, 14168, 15736, 13708, 14605, 16140, 13459, 14133, 16212, 13573, 14418, 15661, 13393, 14283, 15434, 12142, 14014, 15208, 11905, 14669, 14965, 12783, 14350, 14062, 11917, 14789, 14307, 16630, 14207, 14284, 15361, 13834, 14423, 15406, 13430, 14525, 14529, 14216, 14832, 14511, 12484, 15032, 14046, 15535, 14351, 14294, 17344, 13800, 14394, 15785, 13912, 14462, 16367, 13854, 14402, 15467, 14196, 14281, 16049, 14282, 14925, 16024, 14160, 14431, 15692, 13746, 15025, 14637, 14207, 14915, 14028, 17089, 14396, 14248, 15623, 14293, 14347, 15454, 13430, 14488, 14650, 12723, 14876, 14906, 13156, 14491, 14194, 13899, 15072, 14216, 13802, 14911, 14546, 12746, 14776, 14351, 14729, 15193, 14717, 15705, 14871, 14181, 12988, 15324, 15015, 14927, 14823, 14194, 14093, 14914, 14480, 13363, 14849, 14408, 16780, 14255, 14371, 15413, 13854, 14482, 15842, 12460, 14543, 14289, 13347, 14382, 13903, 13058, 14511, 14984, 14651, 14763, 14714, 13866, 14786, 14854, 13906, 14910, 15459, 12615, 14945, 15628, 13644, 14618, 15108, 14058, 14719, 14489, 12127, 14729, 15705, 12843, 14448, 15813, 13776, 14528, 15986, 13659, 14239, 16096, 13720, 14844, 16146, 13195, 14517, 15712, 13392, 14548, 16006, 14257, 14561, 15929, 13417, 14260, 15377, 14077, 14425, 15903, 14293, 14597, 16693, 14255, 14513, 16952, 14635, 14156, 17033, 14590, 14679, 17824, 14031, 14300, 16708, 15084, 14403, 16064, 14238, 14064, 15927, 13662, 14659, 14855, 13641, 14800, 14676, 14211, 14698, 13753, 13474, 15281, 14724, 13002, 14703, 14844, 12125, 14802, 15405, 14525, 14761, 16316, 13743, 14919, 15516, 14729, 15256, 14531, 15770, 14476, 13931, 16903, 13958, 14437, 14814, 14067, 14296, 16195, 13416, 14396, 15740, 13305, 14273, 15567, 13862, 14301, 16016, 13646, 14407, 16430, 12884, 14564, 15843, 12928, 14834, 15400, 14040, 14605, 14593, 14630, 15030, 13928, 14091, 14691, 14141, 14503, 15042, 13897, 13781, 14662, 14534, 14329, 14496, 14353, 14280, 15141, 14218, 13812, 14548, 13875, 14328, 15221, 14678, 13404, 14587, 14722, 14438, 14782, 14353, 16277, 13791, 13720, 15327, 12432, 14522, 14138, 11678, 14591, 14484, 13728, 14466, 14068, 11251, 14811, 14922, 14296, 14769, 14211, 11368, 15601, 14400, 15782, 14582, 14259, 16011, 14057, 14721, 15429, 14400, 14830, 15645, 12673, 14641, 15792, 14089, 15140, 15947, 13011, 14629, 16335, 13904, 14858, 16655, 13877, 14113, 17252, 13111, 14875, 16622, 14092, 14393, 16874, 13797, 14836, 16249, 14207, 14290, 16853, 14632, 14815, 13530, 14872, 14039, 14153, 14810, 15754, 13719, 14524, 16732, 14621, 14601, 17198, 14242, 14497, 16927, 14677, 13843, 18339, 14389, 14143, 17230, 14401, 13748, 17734, 14870, 14095, 17040, 14574, 13307, 17136, 14594, 13254, 12778, 14209, 13303, 14689, 13993, 14023, 14193, 14792, 15272, 14281, 14220, 15509, 14706, 14019, 16675, 14535, 13623, 16761, 14486, 14101, 15102, 13943, 13183, 14358, 14730, 15390, 14795, 13922, 17048, 14732, 14506, 15854, 14095, 14704, 16433, 14149, 14088, 15756, 14875, 14586, 15377, 14193, 13202, 16874, 14739, 13853, 13572, 14339, 13357, 18241, 14310, 13484, 17053, 14046, 13563, 16512, 14170, 13586, 15467, 13695, 13614, 16110, 13314, 13863, 14600, 13931, 13868, 15565, 14518, 14186, 13437, 14089, 14518, 13673, 17273, 13934, 13468, 15471, 13853, 13935, 14633, 13544, 14462, 13443, 13816, 14840, 13997, 16419, 14212, 13741, 12438, 15271, 14696, 15506, 14038, 13953, 15336, 14324, 14188, 15202, 13782, 14423, 15732, 13637, 14235, 15665, 13765, 14264, 15804, 13762, 14041, 16341, 13904, 14402, 16167, 13784, 13786, 16824, 13751, 13954, 16198, 13863, 14155, 16698, 14305, 13606, 17359, 13934, 13976, 16932, 13860, 13249, 16848, 14073, 13911, 14111, 14022, 13440, 17538, 14076, 13381, 13919, 14518, 13656, 14393, 14444, 14537, 13783, 14529, 15158, 13848, 14197, 15129, 13803, 14584, 14788, 13316, 13949, 15458, 14318, 13962, 16293, 14100, 13267, 17033, 13967, 13396, 16469, 14171, 14233, 16130, 13291, 14160, 14667, 13336, 14332, 14771, 14002, 14684, 13173, 13084, 14451, 14758, 13089, 14107, 14128, 12999, 14511, 16029, 13932, 14423, 15446, 14070, 14924, 15040, 14634, 14005, 13585, 17688, 14673, 13845, 16612, 14558, 14057, 16247, 13999, 14383, 15228, 13788, 14586, 15821, 13129, 14443, 13835, 13612, 14953, 13916, 14130, 14904, 13866, 18007, 13806, 14044, 16099, 14316, 14550, 15750, 13725, 14267, 15776, 13796, 14492, 15158, 13969, 14296, 15602, 13776, 14396, 15945, 14179, 14505, 16112, 14013, 14452, 16710, 14452, 14519, 16697, 14105, 14377, 16819, 14316, 14151, 14285, 14609, 14321, 17305, 14279, 13877, 17607, 14574, 14271, 13485, 14630, 14294, 14137, 14816, 15398, 14253, 14586, 15281, 14044, 14630, 15810, 14036, 14774, 15857, 14281, 14315, 15759, 13847, 14809, 15009, 14324, 14579, 14074, 13991, 14019, 14120, 14140, 13957, 16764, 13993, 14113, 15412, 14250, 14541, 13833, 14432, 13358, 14330, 14753, 15838, 14246, 14403, 15151, 15592, 14736, 14229, 14319, 15035, 14471, 15334, 14631, 14219, 14231, 14823, 15205, 15011, 14173, 15486, 14233, 14833, 16392, 14512, 13939, 16408, 15084, 14244, 16666, 14721, 13368, 16478, 14641, 13542, 14090, 15011, 14218, 13897, 14948, 14933, 14816, 14760, 14599, 14533, 15162, 14640, 14032, 14338, 14247, 14195, 14652, 13597, 14112, 14544, 13848, 13568, 14959, 13926, 12745, 15183, 14108, 14333, 14366, 14509, 12723, 14428, 14343, 16434, 14167, 14632, 12608, 14594, 14630, 15613, 13944, 14564, 15524, 14348, 14896, 15627, 12527, 15010, 14861, 13410, 15253, 14645, 16449, 14977, 14407, 16656, 14458, 14855, 15782, 13983, 15037, 15378, 12168, 14940, 14124, 13822, 15069, 15580, 12501, 14873, 14744, 12423, 15001, 15130, 15512, 15441, 14682, 14765, 15054, 15144, 16722, 14974, 14680, 16327, 14816, 15028, 16157, 14773, 14843, 16420, 13995, 15189, 16225, 13980, 15036, 14773, 17144, 14777, 14794, 16455, 14523, 14705, 15388, 14061, 14922, 14657, 13925, 15066, 14681, 14183, 15093, 14794, 12193, 15895, 14589, 13301, 15430, 14783, 16342, 14405, 15210, 15805, 14326, 15231, 15767, 13133, 14952, 14759, 13534, 14720, 14756, 13398, 14420, 14551, 14017, 14649, 14322, 13945, 14913, 14286, 18575, 14530, 14440, 16225, 13686, 14767, 15256, 13792, 14768, 14179, 16920, 14257, 14525, 15561, 13131, 14578, 14426, 12806, 15165, 14201, 16302, 14202, 14158, 15343, 14388, 14596, 14661, 13556, 14542, 15027, 14013, 15093, 14242, 14232, 14798, 13949, 14344, 15423, 14303, 14336, 14906, 14647, 13998, 15184, 14634, 12202, 15529, 14884, 14644, 14854, 14510, 13749, 14995, 15202, 15603, 12367, 14810, 14868, 13620, 14883, 14916, 15430, 14849, 14441, 15304, 14291, 14836, 14339, 14092, 14489, 15116, 12605, 14552, 14836, 12555, 15094, 14902, 17082, 14332, 14879, 15892, 14225, 14811, 15442, 13092, 15251, 14878, 14694, 15103, 14714, 16179, 14713, 14806, 15616, 12499, 15168, 15349, 14551, 15226, 16477, 14429, 14177, 12855, 15239, 16012, 15352, 15200, 14631, 14160, 15211, 15608, 16912, 14798, 14066, 14458, 15436, 16195, 15693, 14954, 15437, 14263, 15435, 15817, 14353, 14726, 16765, 14780, 15004, 16763, 15136, 14740, 16064, 15003, 14401, 16439, 14891, 13425, 16053, 14682, 14716, 14994, 15138, 14610, 13957, 14424, 15539, 14626, 14500, 16511, 15755, 14328, 15620, 14636, 14940, 14667, 14713, 14314, 15338, 15120, 14641, 14826, 14512, 13711, 15252, 15195, 13603, 14914, 14830, 15390, 14356, 14739, 15909, 15419], 'WindowCenter': [4790.0, 4771.0, 4745.0, 4735.0, 4731.0, 4740.0, 4731.0, 4719.0, 4730.0, 4737.0, 4728.0, 4730.0, 4739.0, 4718.0, 4718.0, 4726.0, 4705.0, 4719.0, 4724.0, 4715.0, 4718.0, 4727.0, 4702.0, 4716.0, 4711.0, 4704.0, 4713.0, 4711.0, 4714.0, 4713.0, 4724.0, 4713.0, 4713.0, 4701.0, 4715.0, 4714.0, 4724.0, 4703.0, 4704.0, 4709.0, 4702.0, 4702.0, 4712.0, 4702.0, 4692.0, 4707.0, 4697.0, 4692.0, 4706.0, 4690.0, 4689.0, 4709.0, 4699.0, 4688.0, 4699.0, 4697.0, 4699.0, 4706.0, 4690.0, 4688.0, 4689.0, 4699.0, 4699.0, 4696.0, 4686.0, 4687.0, 4695.0, 4699.0, 4702.0, 4697.0, 4699.0, 4700.0, 4700.0, 4701.0, 4700.0, 4698.0, 4703.0, 4705.0, 4710.0, 4702.0, 4711.0, 4713.0, 4714.0, 4716.0, 4712.0, 4703.0, 4714.0, 4710.0, 4703.0, 4714.0, 4713.0, 4703.0, 4703.0, 4710.0, 4701.0, 4702.0, 4704.0, 4689.0, 4713.0, 4704.0, 4723.0, 4701.0, 4702.0, 4711.0, 4703.0, 4715.0, 4713.0, 4699.0, 4703.0, 4700.0, 4698.0, 4713.0, 4715.0, 4701.0, 4714.0, 4715.0, 4703.0, 4715.0, 4715.0, 4705.0, 4717.0, 4718.0, 4705.0, 4714.0, 4717.0, 4702.0, 4716.0, 4718.0, 4725.0, 4702.0, 4716.0, 4714.0, 4705.0, 4717.0, 4712.0, 4705.0, 4713.0, 4710.0, 4703.0, 4713.0, 4711.0, 4703.0, 4715.0, 4711.0, 4694.0, 4715.0, 4714.0, 4692.0, 4714.0, 4714.0, 4694.0, 4714.0, 4702.0, 4693.0, 4710.0, 4713.0, 4711.0, 4702.0, 4711.0, 4712.0, 4701.0, 4712.0, 4712.0, 4692.0, 4703.0, 4703.0, 4698.0, 4713.0, 4713.0, 4690.0, 4710.0, 4704.0, 4711.0, 4703.0, 4714.0, 4723.0, 4702.0, 4701.0, 4712.0, 4701.0, 4715.0, 4713.0, 4704.0, 4716.0, 4710.0, 4704.0, 4715.0, 4713.0, 4712.0, 4724.0, 4726.0, 4704.0, 4715.0, 4714.0, 4702.0, 4715.0, 4715.0, 4700.0, 4711.0, 4702.0, 4711.0, 4702.0, 4704.0, 4712.0, 4701.0, 4714.0, 4713.0, 4690.0, 4703.0, 4699.0, 4691.0, 4712.0, 4712.0, 4703.0, 4714.0, 4701.0, 4702.0, 4714.0, 4716.0, 4704.0, 4713.0, 4714.0, 4703.0, 4715.0, 4713.0, 4713.0, 4726.0, 4725.0, 4712.0, 4715.0, 4712.0, 4703.0, 4715.0, 4717.0, 4714.0, 4715.0, 4716.0, 4703.0, 4713.0, 4715.0, 4704.0, 4715.0, 4714.0, 4723.0, 4702.0, 4715.0, 4710.0, 4703.0, 4716.0, 4726.0, 4692.0, 4710.0, 4714.0, 4702.0, 4715.0, 4715.0, 4704.0, 4716.0, 4724.0, 4711.0, 4713.0, 4715.0, 4700.0, 4714.0, 4716.0, 4700.0, 4715.0, 4714.0, 4693.0, 4725.0, 4723.0, 4701.0, 4715.0, 4712.0, 4702.0, 4711.0, 4711.0, 4693.0, 4715.0, 4723.0, 4703.0, 4714.0, 4710.0, 4702.0, 4716.0, 4722.0, 4703.0, 4711.0, 4710.0, 4702.0, 4715.0, 4711.0, 4703.0, 4712.0, 4710.0, 4701.0, 4704.0, 4710.0, 4702.0, 4711.0, 4710.0, 4689.0, 4704.0, 4712.0, 4703.0, 4714.0, 4713.0, 4701.0, 4715.0, 4723.0, 4712.0, 4717.0, 4721.0, 4711.0, 4702.0, 4712.0, 4703.0, 4715.0, 4722.0, 4702.0, 4700.0, 4710.0, 4701.0, 4701.0, 4708.0, 4699.0, 4702.0, 4709.0, 4690.0, 4701.0, 4700.0, 4688.0, 4712.0, 4711.0, 4699.0, 4712.0, 4701.0, 4689.0, 4711.0, 4714.0, 4703.0, 4714.0, 4710.0, 4692.0, 4715.0, 4711.0, 4714.0, 4716.0, 4726.0, 4702.0, 4714.0, 4714.0, 4702.0, 4714.0, 4713.0, 4713.0, 4700.0, 4702.0, 4711.0, 4702.0, 4714.0, 4712.0, 4701.0, 4712.0, 4712.0, 4700.0, 4712.0, 4711.0, 4714.0, 4714.0, 4723.0, 4704.0, 4713.0, 4710.0, 4704.0, 4716.0, 4722.0, 4694.0, 4713.0, 4713.0, 4691.0, 4714.0, 4715.0, 4701.0, 4711.0, 4712.0, 4702.0, 4713.0, 4701.0, 4702.0, 4712.0, 4712.0, 4702.0, 4710.0, 4701.0, 4701.0, 4715.0, 4716.0, 4703.0, 4712.0, 4711.0, 4699.0, 4714.0, 4712.0, 4703.0, 4713.0, 4715.0, 4713.0, 4726.0, 4713.0, 4704.0, 4716.0, 4714.0, 4714.0, 4715.0, 4716.0, 4722.0, 4704.0, 4714.0, 4712.0, 4691.0, 4714.0, 4704.0, 4693.0, 4712.0, 4716.0, 4703.0, 4712.0, 4714.0, 4695.0, 4727.0, 4726.0, 4714.0, 4715.0, 4717.0, 4693.0, 4727.0, 4726.0, 4727.0, 4727.0, 4718.0, 4723.0, 4714.0, 4714.0, 4723.0, 4716.0, 4728.0, 4728.0, 4705.0, 4715.0, 4722.0, 4713.0, 4727.0, 4727.0, 4703.0, 4716.0, 4722.0, 4705.0, 4727.0, 4724.0, 4705.0, 4713.0, 4724.0, 4693.0, 4715.0, 4722.0, 4698.0, 4704.0, 4720.0, 4702.0, 4712.0, 4712.0, 4703.0, 4715.0, 4711.0, 4711.0, 4712.0, 4704.0, 4714.0, 4715.0, 4703.0, 4715.0, 4715.0, 4702.0, 4711.0, 4725.0, 4699.0, 4702.0, 4719.0, 4702.0, 4701.0, 4712.0, 4698.0, 4699.0, 4718.0, 4700.0, 4701.0, 4711.0, 4701.0, 4702.0, 4707.0, 4699.0, 4703.0, 4708.0, 4702.0, 4700.0, 4709.0, 4689.0, 4691.0, 4689.0, 4691.0, 4692.0, 4697.0, 4687.0, 4690.0, 4689.0, 4701.0, 4699.0, 4700.0, 4701.0, 4698.0, 4697.0, 4703.0, 4708.0, 4690.0, 4701.0, 4699.0, 4687.0, 4691.0, 4700.0, 4700.0, 4689.0, 4699.0, 4702.0, 4709.0, 4699.0, 4704.0, 4721.0, 4701.0, 4701.0, 4707.0, 4699.0, 4709.0, 4710.0, 4701.0, 4699.0, 4697.0, 4700.0, 4714.0, 4712.0, 4703.0, 4702.0, 4712.0, 4702.0, 4705.0, 4702.0, 4700.0, 4705.0, 4722.0, 4702.0, 4702.0, 4708.0, 4701.0, 4703.0, 4707.0, 4689.0, 4701.0, 4700.0, 4689.0, 4702.0, 4708.0, 4689.0, 4699.0, 4699.0, 4699.0, 4703.0, 4710.0, 4701.0, 4702.0, 4689.0, 4701.0, 4702.0, 4704.0, 4711.0, 4701.0, 4701.0, 4709.0, 4701.0, 4714.0, 4711.0, 4691.0, 4700.0, 4700.0, 4701.0, 4713.0, 4713.0, 4709.0, 4703.0, 4704.0, 4691.0, 4715.0, 4717.0, 4715.0, 4713.0, 4716.0, 4713.0, 4715.0, 4714.0, 4715.0, 4713.0, 4718.0, 4725.0, 4705.0, 4715.0, 4713.0, 4715.0, 4718.0, 4724.0, 4714.0, 4717.0, 4721.0, 4714.0, 4714.0, 4724.0, 4704.0, 4714.0, 4723.0, 4704.0, 4715.0, 4722.0, 4704.0, 4717.0, 4722.0, 4705.0, 4703.0, 4722.0, 4701.0, 4716.0, 4722.0, 4704.0, 4705.0, 4708.0, 4700.0, 4705.0, 4700.0, 4713.0, 4703.0, 4720.0, 4701.0, 4701.0, 4691.0, 4702.0, 4704.0, 4701.0, 4702.0, 4698.0, 4686.0, 4702.0, 4702.0, 4691.0, 4702.0, 4699.0, 4686.0, 4701.0, 4698.0, 4690.0, 4702.0, 4698.0, 4700.0, 4701.0, 4710.0, 4702.0, 4703.0, 4709.0, 4691.0, 4692.0, 4709.0, 4690.0, 4699.0, 4699.0, 4688.0, 4689.0, 4689.0, 4689.0, 4698.0, 4702.0, 4686.0, 4697.0, 4688.0, 4688.0, 4702.0, 4702.0, 4691.0, 4703.0, 4699.0, 4691.0, 4713.0, 4711.0, 4701.0, 4703.0, 4712.0, 4691.0, 4699.0, 4700.0, 4700.0, 4690.0, 4690.0, 4708.0, 4689.0, 4688.0, 4695.0, 4688.0, 4687.0, 4697.0, 4686.0, 4697.0, 4697.0, 4688.0, 4698.0, 4699.0, 4690.0, 4699.0, 4688.0, 4689.0, 4698.0, 4699.0, 4700.0, 4700.0, 4703.0, 4718.0, 4691.0, 4703.0, 4709.0, 4701.0, 4703.0, 4698.0, 4700.0, 4703.0, 4712.0, 4701.0, 4714.0, 4711.0, 4703.0, 4715.0, 4713.0, 4702.0, 4716.0, 4724.0, 4715.0, 4728.0, 4721.0, 4715.0, 4713.0, 4724.0, 4716.0, 4715.0, 4723.0, 4714.0, 4714.0, 4721.0, 4713.0, 4715.0, 4714.0, 4715.0, 4714.0, 4721.0, 4702.0, 4703.0, 4711.0, 4701.0, 4701.0, 4699.0, 4702.0, 4703.0, 4698.0, 4713.0, 4711.0, 4701.0, 4702.0, 4713.0, 4691.0, 4698.0, 4699.0, 4699.0, 4702.0, 4713.0, 4687.0, 4687.0, 4700.0, 4688.0, 4701.0, 4701.0, 4688.0, 4699.0, 4690.0, 4688.0, 4690.0, 4688.0, 4698.0, 4700.0, 4712.0, 4687.0, 4690.0, 4695.0, 4689.0, 4701.0, 4699.0, 4701.0, 4689.0, 4701.0, 4712.0, 4715.0, 4701.0, 4703.0, 4712.0, 4712.0, 4698.0, 4699.0, 4701.0, 4702.0, 4702.0, 4698.0, 4701.0, 4688.0, 4690.0, 4697.0, 4713.0, 4698.0, 4701.0, 4697.0, 4690.0, 4700.0, 4711.0, 4690.0, 4691.0, 4699.0, 4700.0, 4699.0, 4706.0, 4700.0, 4688.0, 4709.0, 4699.0, 4692.0, 4687.0, 4698.0, 4688.0, 4688.0, 4698.0, 4699.0, 4699.0, 4700.0, 4697.0, 4684.0, 4700.0, 4698.0, 4686.0, 4688.0, 4690.0, 4688.0, 4700.0, 4687.0, 4689.0, 4699.0, 4688.0, 4689.0, 4700.0, 4688.0, 4686.0, 4700.0, 4699.0, 4700.0, 4699.0, 4702.0, 4689.0, 4701.0, 4714.0, 4712.0, 4701.0, 4714.0, 4689.0, 4713.0, 4716.0, 4713.0, 4701.0, 4716.0, 4712.0, 4713.0, 4726.0, 4712.0, 4694.0, 4714.0, 4712.0, 4702.0, 4726.0, 4718.0, 4715.0, 4714.0, 4702.0, 4713.0, 4703.0, 4714.0, 4711.0, 4703.0, 4713.0, 4713.0, 4693.0, 4714.0, 4704.0, 4704.0, 4715.0, 4726.0, 4692.0, 4712.0, 4716.0, 4705.0, 4726.0, 4726.0, 4714.0, 4715.0, 4715.0, 4700.0, 4714.0, 4714.0, 4723.0, 4714.0, 4713.0, 4714.0, 4714.0, 4715.0, 4712.0, 4714.0, 4714.0, 4715.0, 4701.0, 4709.0, 4710.0, 4691.0, 4702.0, 4701.0, 4711.0, 4700.0, 4699.0, 4699.0, 4698.0, 4703.0, 4698.0, 4700.0, 4713.0, 4698.0, 4700.0, 4714.0, 4715.0, 4701.0, 4714.0, 4712.0, 4693.0, 4722.0, 4713.0, 4703.0, 4714.0, 4716.0, 4711.0, 4702.0, 4711.0, 4711.0, 4699.0, 4714.0, 4709.0, 4691.0, 4713.0, 4700.0, 4703.0, 4714.0, 4711.0, 4703.0, 4704.0, 4712.0, 4703.0, 4710.0, 4711.0, 4700.0, 4708.0, 4704.0, 4719.0, 4697.0, 4700.0, 4708.0, 4687.0, 4701.0, 4709.0, 4687.0, 4700.0, 4699.0, 4706.0, 4700.0, 4703.0, 4698.0, 4689.0, 4701.0, 4699.0, 4679.0, 4701.0, 4699.0, 4710.0, 4700.0, 4701.0, 4696.0, 4701.0, 4713.0, 4701.0, 4690.0, 4703.0, 4698.0, 4699.0, 4711.0, 4700.0, 4698.0, 4700.0, 4703.0, 4699.0, 4713.0, 4714.0, 4701.0, 4711.0, 4716.0, 4703.0, 4713.0, 4715.0, 4693.0, 4724.0, 4725.0, 4713.0, 4715.0, 4713.0, 4704.0, 4722.0, 4728.0, 4726.0, 4701.0, 4712.0, 4712.0, 4703.0, 4724.0, 4727.0, 4714.0, 4714.0, 4712.0, 4713.0, 4712.0, 4716.0, 4714.0, 4712.0, 4715.0, 4714.0, 4702.0, 4717.0, 4724.0, 4705.0, 4725.0, 4730.0, 4727.0, 4717.0, 4727.0, 4720.0, 4714.0, 4728.0, 4723.0, 4704.0, 4726.0, 4714.0, 4713.0, 4714.0, 4714.0, 4723.0, 4713.0, 4715.0, 4713.0, 4694.0, 4726.0, 4714.0, 4716.0, 4725.0, 4726.0, 4717.0, 4714.0, 4716.0, 4729.0, 4730.0, 4716.0, 4716.0, 4716.0, 4703.0, 4715.0, 4725.0, 4722.0, 4704.0, 4705.0, 4712.0, 4714.0, 4724.0, 4710.0, 4701.0, 4701.0, 4699.0, 4702.0, 4710.0, 4700.0, 4700.0, 4707.0, 4688.0, 4698.0, 4708.0, 4688.0, 4685.0, 4695.0, 4684.0, 4684.0, 4694.0, 4687.0, 4687.0, 4698.0, 4683.0, 4685.0, 4681.0, 4685.0, 4685.0, 4676.0, 4684.0, 4684.0, 4685.0, 4688.0, 4695.0, 4685.0, 4684.0, 4683.0, 4672.0, 4683.0, 4683.0, 4686.0, 4685.0, 4686.0, 4685.0, 4695.0, 4698.0, 4699.0, 4698.0, 4696.0, 4698.0, 4691.0, 4700.0, 4699.0, 4699.0, 4698.0, 4701.0, 4709.0, 4711.0], 'WindowWidth': [10449.0, 10407.0, 10356.0, 10341.0, 10327.0, 10339.0, 10329.0, 10306.0, 10323.0, 10330.0, 10316.0, 10323.0, 10337.0, 10300.0, 10303.0, 10314.0, 10280.0, 10304.0, 10308.0, 10293.0, 10301.0, 10317.0, 10274.0, 10294.0, 10288.0, 10275.0, 10291.0, 10287.0, 10291.0, 10293.0, 10306.0, 10289.0, 10293.0, 10272.0, 10292.0, 10295.0, 10307.0, 10274.0, 10279.0, 10280.0, 10272.0, 10276.0, 10287.0, 10269.0, 10260.0, 10275.0, 10259.0, 10258.0, 10273.0, 10251.0, 10251.0, 10277.0, 10263.0, 10251.0, 10264.0, 10259.0, 10267.0, 10272.0, 10251.0, 10250.0, 10248.0, 10262.0, 10267.0, 10259.0, 10244.0, 10247.0, 10254.0, 10263.0, 10270.0, 10261.0, 10266.0, 10269.0, 10267.0, 10269.0, 10271.0, 10265.0, 10273.0, 10280.0, 10282.0, 10272.0, 10287.0, 10288.0, 10289.0, 10298.0, 10290.0, 10273.0, 10292.0, 10285.0, 10273.0, 10293.0, 10295.0, 10273.0, 10274.0, 10284.0, 10271.0, 10272.0, 10278.0, 10253.0, 10288.0, 10280.0, 10303.0, 10271.0, 10275.0, 10283.0, 10274.0, 10295.0, 10294.0, 10265.0, 10274.0, 10270.0, 10262.0, 10290.0, 10294.0, 10271.0, 10291.0, 10295.0, 10274.0, 10296.0, 10298.0, 10280.0, 10299.0, 10306.0, 10282.0, 10292.0, 10300.0, 10274.0, 10296.0, 10304.0, 10311.0, 10275.0, 10299.0, 10291.0, 10280.0, 10302.0, 10289.0, 10280.0, 10293.0, 10285.0, 10275.0, 10292.0, 10287.0, 10274.0, 10296.0, 10288.0, 10263.0, 10295.0, 10294.0, 10261.0, 10294.0, 10297.0, 10264.0, 10291.0, 10277.0, 10260.0, 10283.0, 10291.0, 10287.0, 10271.0, 10286.0, 10285.0, 10269.0, 10289.0, 10292.0, 10257.0, 10274.0, 10277.0, 10262.0, 10288.0, 10292.0, 10256.0, 10283.0, 10279.0, 10285.0, 10273.0, 10293.0, 10302.0, 10272.0, 10273.0, 10285.0, 10270.0, 10293.0, 10288.0, 10277.0, 10297.0, 10286.0, 10276.0, 10296.0, 10291.0, 10288.0, 10310.0, 10312.0, 10278.0, 10293.0, 10295.0, 10272.0, 10293.0, 10297.0, 10269.0, 10285.0, 10277.0, 10288.0, 10271.0, 10278.0, 10287.0, 10270.0, 10293.0, 10291.0, 10254.0, 10276.0, 10268.0, 10256.0, 10291.0, 10293.0, 10274.0, 10292.0, 10275.0, 10272.0, 10292.0, 10299.0, 10278.0, 10292.0, 10298.0, 10277.0, 10294.0, 10293.0, 10289.0, 10311.0, 10314.0, 10290.0, 10293.0, 10291.0, 10276.0, 10294.0, 10302.0, 10294.0, 10292.0, 10298.0, 10275.0, 10289.0, 10296.0, 10277.0, 10293.0, 10296.0, 10306.0, 10272.0, 10295.0, 10285.0, 10276.0, 10300.0, 10313.0, 10260.0, 10283.0, 10292.0, 10273.0, 10293.0, 10297.0, 10279.0, 10298.0, 10310.0, 10286.0, 10291.0, 10296.0, 10270.0, 10293.0, 10302.0, 10269.0, 10293.0, 10295.0, 10262.0, 10310.0, 10310.0, 10273.0, 10293.0, 10292.0, 10272.0, 10285.0, 10287.0, 10262.0, 10295.0, 10308.0, 10274.0, 10292.0, 10284.0, 10273.0, 10297.0, 10304.0, 10275.0, 10287.0, 10286.0, 10272.0, 10294.0, 10288.0, 10274.0, 10288.0, 10284.0, 10269.0, 10278.0, 10285.0, 10272.0, 10285.0, 10285.0, 10252.0, 10277.0, 10287.0, 10274.0, 10294.0, 10290.0, 10272.0, 10295.0, 10303.0, 10289.0, 10302.0, 10301.0, 10285.0, 10276.0, 10288.0, 10276.0, 10295.0, 10302.0, 10271.0, 10270.0, 10282.0, 10269.0, 10272.0, 10278.0, 10264.0, 10274.0, 10282.0, 10251.0, 10268.0, 10269.0, 10248.0, 10286.0, 10288.0, 10264.0, 10285.0, 10271.0, 10252.0, 10287.0, 10293.0, 10275.0, 10293.0, 10286.0, 10259.0, 10296.0, 10289.0, 10292.0, 10300.0, 10316.0, 10272.0, 10291.0, 10293.0, 10270.0, 10291.0, 10293.0, 10290.0, 10268.0, 10275.0, 10285.0, 10271.0, 10291.0, 10287.0, 10272.0, 10289.0, 10288.0, 10270.0, 10290.0, 10287.0, 10293.0, 10297.0, 10307.0, 10277.0, 10291.0, 10285.0, 10277.0, 10299.0, 10307.0, 10263.0, 10289.0, 10292.0, 10257.0, 10291.0, 10296.0, 10270.0, 10284.0, 10289.0, 10273.0, 10287.0, 10273.0, 10271.0, 10286.0, 10291.0, 10273.0, 10284.0, 10273.0, 10269.0, 10293.0, 10298.0, 10273.0, 10288.0, 10287.0, 10267.0, 10293.0, 10291.0, 10274.0, 10291.0, 10297.0, 10289.0, 10310.0, 10294.0, 10279.0, 10297.0, 10297.0, 10291.0, 10294.0, 10299.0, 10304.0, 10277.0, 10294.0, 10291.0, 10256.0, 10291.0, 10279.0, 10261.0, 10290.0, 10299.0, 10273.0, 10289.0, 10294.0, 10267.0, 10317.0, 10317.0, 10293.0, 10297.0, 10301.0, 10265.0, 10315.0, 10316.0, 10316.0, 10314.0, 10305.0, 10307.0, 10292.0, 10296.0, 10307.0, 10296.0, 10316.0, 10320.0, 10280.0, 10295.0, 10305.0, 10290.0, 10316.0, 10319.0, 10277.0, 10298.0, 10305.0, 10280.0, 10315.0, 10314.0, 10279.0, 10290.0, 10308.0, 10259.0, 10294.0, 10307.0, 10265.0, 10277.0, 10298.0, 10271.0, 10288.0, 10289.0, 10274.0, 10294.0, 10285.0, 10285.0, 10291.0, 10277.0, 10292.0, 10296.0, 10274.0, 10293.0, 10296.0, 10272.0, 10287.0, 10313.0, 10263.0, 10271.0, 10293.0, 10269.0, 10272.0, 10289.0, 10260.0, 10267.0, 10291.0, 10266.0, 10273.0, 10285.0, 10268.0, 10273.0, 10275.0, 10264.0, 10274.0, 10277.0, 10272.0, 10271.0, 10277.0, 10248.0, 10254.0, 10250.0, 10253.0, 10260.0, 10261.0, 10246.0, 10253.0, 10246.0, 10269.0, 10268.0, 10265.0, 10269.0, 10263.0, 10260.0, 10275.0, 10279.0, 10251.0, 10270.0, 10264.0, 10242.0, 10254.0, 10266.0, 10266.0, 10252.0, 10262.0, 10270.0, 10280.0, 10265.0, 10276.0, 10302.0, 10265.0, 10268.0, 10275.0, 10264.0, 10280.0, 10285.0, 10268.0, 10264.0, 10262.0, 10266.0, 10291.0, 10287.0, 10275.0, 10275.0, 10287.0, 10271.0, 10280.0, 10272.0, 10269.0, 10281.0, 10301.0, 10271.0, 10274.0, 10277.0, 10268.0, 10275.0, 10277.0, 10251.0, 10270.0, 10266.0, 10250.0, 10272.0, 10278.0, 10248.0, 10265.0, 10266.0, 10265.0, 10274.0, 10284.0, 10266.0, 10270.0, 10254.0, 10267.0, 10273.0, 10278.0, 10285.0, 10269.0, 10272.0, 10279.0, 10270.0, 10293.0, 10287.0, 10255.0, 10269.0, 10271.0, 10268.0, 10290.0, 10293.0, 10283.0, 10274.0, 10279.0, 10257.0, 10294.0, 10302.0, 10296.0, 10290.0, 10297.0, 10289.0, 10293.0, 10296.0, 10295.0, 10290.0, 10302.0, 10310.0, 10278.0, 10294.0, 10291.0, 10294.0, 10304.0, 10308.0, 10293.0, 10300.0, 10301.0, 10292.0, 10295.0, 10308.0, 10279.0, 10294.0, 10307.0, 10277.0, 10295.0, 10302.0, 10277.0, 10300.0, 10304.0, 10278.0, 10278.0, 10303.0, 10272.0, 10298.0, 10304.0, 10276.0, 10279.0, 10279.0, 10268.0, 10280.0, 10269.0, 10289.0, 10278.0, 10297.0, 10267.0, 10270.0, 10256.0, 10270.0, 10278.0, 10268.0, 10269.0, 10266.0, 10244.0, 10271.0, 10274.0, 10252.0, 10270.0, 10267.0, 10242.0, 10267.0, 10265.0, 10251.0, 10270.0, 10263.0, 10264.0, 10272.0, 10283.0, 10271.0, 10276.0, 10282.0, 10252.0, 10258.0, 10279.0, 10250.0, 10265.0, 10267.0, 10245.0, 10248.0, 10251.0, 10248.0, 10262.0, 10273.0, 10243.0, 10259.0, 10249.0, 10246.0, 10271.0, 10274.0, 10253.0, 10272.0, 10266.0, 10255.0, 10289.0, 10290.0, 10267.0, 10275.0, 10288.0, 10253.0, 10266.0, 10271.0, 10266.0, 10251.0, 10254.0, 10278.0, 10248.0, 10247.0, 10254.0, 10244.0, 10247.0, 10258.0, 10240.0, 10260.0, 10258.0, 10246.0, 10264.0, 10267.0, 10249.0, 10263.0, 10249.0, 10249.0, 10263.0, 10267.0, 10264.0, 10267.0, 10276.0, 10293.0, 10254.0, 10273.0, 10277.0, 10267.0, 10275.0, 10264.0, 10266.0, 10275.0, 10285.0, 10268.0, 10291.0, 10285.0, 10274.0, 10294.0, 10288.0, 10273.0, 10298.0, 10306.0, 10296.0, 10319.0, 10302.0, 10293.0, 10292.0, 10306.0, 10298.0, 10297.0, 10306.0, 10291.0, 10294.0, 10302.0, 10288.0, 10295.0, 10291.0, 10292.0, 10295.0, 10301.0, 10271.0, 10275.0, 10283.0, 10268.0, 10272.0, 10265.0, 10272.0, 10275.0, 10262.0, 10287.0, 10286.0, 10269.0, 10272.0, 10291.0, 10253.0, 10263.0, 10265.0, 10261.0, 10270.0, 10289.0, 10245.0, 10246.0, 10266.0, 10244.0, 10269.0, 10269.0, 10245.0, 10262.0, 10252.0, 10245.0, 10251.0, 10248.0, 10261.0, 10269.0, 10287.0, 10245.0, 10250.0, 10255.0, 10247.0, 10270.0, 10264.0, 10269.0, 10253.0, 10267.0, 10288.0, 10295.0, 10268.0, 10275.0, 10289.0, 10284.0, 10262.0, 10267.0, 10266.0, 10272.0, 10276.0, 10265.0, 10267.0, 10251.0, 10250.0, 10263.0, 10289.0, 10261.0, 10268.0, 10262.0, 10251.0, 10268.0, 10283.0, 10249.0, 10254.0, 10264.0, 10263.0, 10265.0, 10272.0, 10263.0, 10250.0, 10278.0, 10264.0, 10259.0, 10245.0, 10261.0, 10249.0, 10245.0, 10262.0, 10266.0, 10261.0, 10265.0, 10262.0, 10239.0, 10266.0, 10265.0, 10241.0, 10248.0, 10254.0, 10245.0, 10263.0, 10247.0, 10248.0, 10262.0, 10251.0, 10248.0, 10264.0, 10249.0, 10242.0, 10265.0, 10266.0, 10265.0, 10264.0, 10273.0, 10251.0, 10268.0, 10292.0, 10284.0, 10268.0, 10291.0, 10254.0, 10288.0, 10298.0, 10290.0, 10272.0, 10296.0, 10288.0, 10290.0, 10312.0, 10292.0, 10262.0, 10291.0, 10290.0, 10271.0, 10309.0, 10305.0, 10297.0, 10291.0, 10275.0, 10288.0, 10274.0, 10292.0, 10287.0, 10272.0, 10287.0, 10290.0, 10258.0, 10290.0, 10277.0, 10277.0, 10296.0, 10314.0, 10259.0, 10288.0, 10296.0, 10279.0, 10311.0, 10316.0, 10294.0, 10293.0, 10295.0, 10271.0, 10291.0, 10294.0, 10304.0, 10290.0, 10291.0, 10291.0, 10289.0, 10295.0, 10286.0, 10288.0, 10293.0, 10295.0, 10268.0, 10281.0, 10284.0, 10252.0, 10269.0, 10272.0, 10283.0, 10263.0, 10264.0, 10264.0, 10261.0, 10274.0, 10264.0, 10265.0, 10287.0, 10264.0, 10268.0, 10293.0, 10295.0, 10268.0, 10289.0, 10289.0, 10261.0, 10301.0, 10292.0, 10275.0, 10290.0, 10299.0, 10288.0, 10271.0, 10284.0, 10284.0, 10266.0, 10292.0, 10285.0, 10255.0, 10288.0, 10272.0, 10272.0, 10291.0, 10287.0, 10272.0, 10276.0, 10290.0, 10273.0, 10283.0, 10287.0, 10266.0, 10278.0, 10281.0, 10296.0, 10260.0, 10269.0, 10277.0, 10246.0, 10271.0, 10283.0, 10246.0, 10266.0, 10266.0, 10274.0, 10266.0, 10274.0, 10265.0, 10249.0, 10268.0, 10266.0, 10235.0, 10268.0, 10267.0, 10281.0, 10264.0, 10269.0, 10257.0, 10267.0, 10289.0, 10269.0, 10252.0, 10273.0, 10266.0, 10264.0, 10284.0, 10269.0, 10262.0, 10268.0, 10276.0, 10264.0, 10288.0, 10291.0, 10269.0, 10287.0, 10298.0, 10275.0, 10289.0, 10295.0, 10260.0, 10304.0, 10311.0, 10291.0, 10293.0, 10293.0, 10279.0, 10303.0, 10318.0, 10313.0, 10271.0, 10290.0, 10289.0, 10275.0, 10308.0, 10315.0, 10294.0, 10292.0, 10290.0, 10290.0, 10288.0, 10297.0, 10292.0, 10289.0, 10299.0, 10297.0, 10277.0, 10302.0, 10310.0, 10282.0, 10311.0, 10325.0, 10318.0, 10299.0, 10315.0, 10300.0, 10294.0, 10318.0, 10311.0, 10279.0, 10311.0, 10299.0, 10293.0, 10292.0, 10297.0, 10306.0, 10290.0, 10296.0, 10294.0, 10263.0, 10310.0, 10292.0, 10298.0, 10314.0, 10313.0, 10301.0, 10297.0, 10298.0, 10320.0, 10327.0, 10298.0, 10295.0, 10299.0, 10275.0, 10295.0, 10312.0, 10304.0, 10277.0, 10281.0, 10287.0, 10293.0, 10311.0, 10285.0, 10269.0, 10271.0, 10262.0, 10270.0, 10285.0, 10266.0, 10266.0, 10276.0, 10246.0, 10260.0, 10281.0, 10244.0, 10239.0, 10254.0, 10235.0, 10238.0, 10254.0, 10243.0, 10247.0, 10261.0, 10236.0, 10242.0, 10230.0, 10238.0, 10241.0, 10224.0, 10237.0, 10237.0, 10238.0, 10245.0, 10257.0, 10236.0, 10236.0, 10236.0, 10215.0, 10235.0, 10236.0, 10239.0, 10240.0, 10241.0, 10239.0, 10258.0, 10261.0, 10263.0, 10266.0, 10259.0, 10262.0, 10256.0, 10264.0, 10264.0, 10266.0, 10261.0, 10270.0, 10280.0, 10282.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.00018529004329004333</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01622418606060606</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.25330357414207</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.244859166785095</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9946014044020788</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5134</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4750.9355</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07732216085111394</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.08658008658008658</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5158101871510965</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.55510502999064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.707125571820733</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2851999596419166</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00957002</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005684990435838699</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02969139628112316</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.003115492811613</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>32.1016</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0913</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.6063</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1170.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.4283</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5936</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.1193</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3799.3839</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4001.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88631.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1377.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4972.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.4659</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>47.71625519916415</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> |