=== 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-0103 --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-0103",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-03/func/sub-0103_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>7ec71fbd342aa76eac72e45ad287bf11</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>21:39:54.687500</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.99847, 0.0520754, 0.018582, -0.049008, 0.989129, -0.138644]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0821804</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7720, -7274, 227, -173, -196, -145, 79]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2c9a9a81-81c7-4af9-85c9-df951b3d4224||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.6788227558135986, -0.13148489594459534, 0.06911972910165787, 113.8221664428711], [-0.1397145688533783, 2.6537606716156006, -0.3713076114654541, -92.58722686767578], [0.04985402897000313, 0.3719719648361206, 2.6734533309936523, -109.88697052001953], [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': ['213954.687500', '213955.147500', '213955.607500', '213956.067500', '213956.527500', '213956.987500', '213957.447500', '213957.907500', '213958.367500', '213958.827500', '213959.287500', '213959.747500', '214000.207500', '214000.667500', '214001.127500', '214001.587500', '214002.047500', '214002.507500', '214002.967500', '214003.427500', '214003.887500', '214004.347500', '214004.807500', '214005.267500', '214005.727500', '214006.187500', '214006.647500', '214007.107500', '214007.567500', '214008.027500', '214008.487500', '214008.947500', '214009.407500', '214009.867500', '214010.327500', '214010.787500', '214011.247500', '214011.707500', '214012.167500', '214012.627500', '214013.087500', '214013.547500', '214014.007500', '214014.467500', '214014.927500', '214015.387500', '214015.847500', '214016.307500', '214016.767500', '214017.227500', '214017.687500', '214018.147500', '214018.607500', '214019.067500', '214019.527500', '214019.987500', '214020.447500', '214020.907500', '214021.367500', '214021.827500', '214022.287500', '214022.747500', '214023.207500', '214023.667500', '214024.127500', '214024.587500', '214025.047500', '214025.507500', '214025.967500', '214026.427500', '214026.887500', '214027.347500', '214027.807500', '214028.267500', '214028.727500', '214029.187500', '214029.647500', '214030.107500', '214030.567500', '214031.027500', '214031.487500', '214031.947500', '214032.407500', '214032.867500', '214033.327500', '214033.787500', '214034.247500', '214034.707500', '214035.167500', '214035.627500', '214036.087500', '214036.547500', '214037.007500', '214037.467500', '214037.927500', '214038.387500', '214038.847500', '214039.307500', '214039.767500', '214040.227500', '214040.687500', '214041.147500', '214041.607500', '214042.067500', '214042.527500', '214042.987500', '214043.447500', '214043.907500', '214044.367500', '214044.827500', '214045.287500', '214045.747500', '214046.207500', '214046.667500', '214047.127500', '214047.587500', '214048.047500', '214048.507500', '214048.967500', '214049.427500', '214049.887500', '214050.347500', '214050.807500', '214051.267500', '214051.727500', '214052.187500', '214052.647500', '214053.107500', '214053.567500', '214054.027500', '214054.487500', '214054.947500', '214055.407500', '214055.867500', '214056.327500', '214056.787500', '214057.247500', '214057.707500', '214058.167500', '214058.627500', '214059.087500', '214059.547500', '214100.007500', '214100.467500', '214100.927500', '214101.387500', '214101.847500', '214102.307500', '214102.767500', '214103.227500', '214103.687500', '214104.147500', '214104.607500', '214105.067500', '214105.527500', '214105.987500', '214106.447500', '214106.907500', '214107.367500', '214107.827500', '214108.287500', '214108.747500', '214109.207500', '214109.667500', '214110.127500', '214110.587500', '214111.047500', '214111.507500', '214111.967500', '214112.427500', '214112.887500', '214113.347500', '214113.807500', '214114.267500', '214114.727500', '214115.187500', '214115.647500', '214116.107500', '214116.567500', '214117.027500', '214117.487500', '214117.947500', '214118.407500', '214118.867500', '214119.327500', '214119.787500', '214120.247500', '214120.707500', '214121.167500', '214121.627500', '214122.087500', '214122.547500', '214123.007500', '214123.467500', '214123.927500', '214124.387500', '214124.847500', '214125.307500', '214125.767500', '214126.227500', '214126.687500', '214127.147500', '214127.607500', '214128.067500', '214128.527500', '214128.987500', '214129.447500', '214129.907500', '214130.367500', '214130.827500', '214131.287500', '214131.747500', '214132.207500', '214132.667500', '214133.127500', '214133.587500', '214134.047500', '214134.507500', '214134.967500', '214135.427500', '214135.887500', '214136.347500', '214136.807500', '214137.267500', '214137.727500', '214138.187500', '214138.647500', '214139.107500', '214139.567500', '214140.027500', '214140.487500', '214140.947500', '214141.407500', '214141.867500', '214142.327500', '214142.787500', '214143.247500', '214143.707500', '214144.167500', '214144.627500', '214145.087500', '214145.547500', '214146.007500', '214146.467500', '214146.927500', '214147.387500', '214147.847500', '214148.307500', '214148.767500', '214149.227500', '214149.687500', '214150.147500', '214150.607500', '214151.067500', '214151.527500', '214151.987500', '214152.447500', '214152.907500', '214153.367500', '214153.827500', '214154.287500', '214154.747500', '214155.207500', '214155.667500', '214156.127500', '214156.587500', '214157.047500', '214157.507500', '214157.967500', '214158.427500', '214158.887500', '214159.347500', '214159.807500', '214200.267500', '214200.727500', '214201.187500', '214201.647500', '214202.107500', '214202.567500', '214203.027500', '214203.487500', '214203.947500', '214204.407500', '214204.867500', '214205.327500', '214205.787500', '214206.247500', '214206.707500', '214207.167500', '214207.627500', '214208.087500', '214208.547500', '214209.007500', '214209.467500', '214209.927500', '214210.387500', '214210.847500', '214211.307500', '214211.767500', '214212.227500', '214212.687500', '214213.147500', '214213.607500', '214214.067500', '214214.527500', '214214.987500', '214215.447500', '214215.907500', '214216.367500', '214216.827500', '214217.287500', '214217.747500', '214218.207500', '214218.667500', '214219.127500', '214219.587500', '214220.047500', '214220.507500', '214220.967500', '214221.427500', '214221.887500', '214222.347500', '214222.807500', '214223.267500', '214223.727500', '214224.187500', '214224.647500', '214225.107500', '214225.567500', '214226.027500', '214226.487500', '214226.947500', '214227.407500', '214227.867500', '214228.327500', '214228.787500', '214229.247500', '214229.707500', '214230.167500', '214230.627500', '214231.087500', '214231.547500', '214232.007500', '214232.467500', '214232.927500', '214233.387500', '214233.847500', '214234.307500', '214234.767500', '214235.227500', '214235.687500', '214236.147500', '214236.607500', '214237.067500', '214237.527500', '214237.987500', '214238.447500', '214238.907500', '214239.367500', '214239.827500', '214240.287500', '214240.747500', '214241.207500', '214241.667500', '214242.127500', '214242.587500', '214243.047500', '214243.507500', '214243.967500', '214244.427500', '214244.887500', '214245.347500', '214245.807500', '214246.267500', '214246.727500', '214247.187500', '214247.647500', '214248.107500', '214248.567500', '214249.027500', '214249.487500', '214249.947500', '214250.407500', '214250.867500', '214251.327500', '214251.787500', '214252.247500', '214252.707500', '214253.167500', '214253.627500', '214254.087500', '214254.547500', '214255.007500', '214255.467500', '214255.927500', '214256.387500', '214256.847500', '214257.307500', '214257.767500', '214258.227500', '214258.687500', '214259.147500', '214259.607500', '214300.067500', '214300.527500', '214300.987500', '214301.447500', '214301.907500', '214302.367500', '214302.827500', '214303.287500', '214303.747500', '214304.207500', '214304.667500', '214305.127500', '214305.587500', '214306.047500', '214306.507500', '214306.967500', '214307.427500', '214307.887500', '214308.347500', '214308.807500', '214309.267500', '214309.727500', '214310.187500', '214310.647500', '214311.107500', '214311.567500', '214312.027500', '214312.487500', '214312.947500', '214313.407500', '214313.867500', '214314.327500', '214314.787500', '214315.247500', '214315.707500', '214316.167500', '214316.627500', '214317.087500', '214317.547500', '214318.007500', '214318.467500', '214318.927500', '214319.387500', '214319.847500', '214320.307500', '214320.767500', '214321.227500', '214321.687500', '214322.147500', '214322.607500', '214323.067500', '214323.527500', '214323.987500', '214324.447500', '214324.907500', '214325.367500', '214325.827500', '214326.287500', '214326.747500', '214327.207500', '214327.667500', '214328.127500', '214328.587500', '214329.047500', '214329.507500', '214329.967500', '214330.427500', '214330.887500', '214331.347500', '214331.807500', '214332.267500', '214332.727500', '214333.187500', '214333.647500', '214334.107500', '214334.567500', '214335.027500', '214335.487500', '214335.947500', '214336.407500', '214336.867500', '214337.327500', '214337.787500', '214338.247500', '214338.707500', '214339.167500', '214339.627500', '214340.087500', '214340.547500', '214341.007500', '214341.467500', '214341.927500', '214342.387500', '214342.847500', '214343.307500', '214343.767500', '214344.227500', '214344.687500', '214345.147500', '214345.607500', '214346.067500', '214346.527500', '214346.987500', '214347.447500', '214347.907500', '214348.367500', '214348.827500', '214349.287500', '214349.747500', '214350.207500', '214350.667500', '214351.127500', '214351.587500', '214352.047500', '214352.507500', '214352.967500', '214353.427500', '214353.887500', '214354.347500', '214354.807500', '214355.267500', '214355.727500', '214356.187500', '214356.647500', '214357.107500', '214357.567500', '214358.027500', '214358.487500', '214358.947500', '214359.407500', '214359.867500', '214400.327500', '214400.787500', '214401.247500', '214401.707500', '214402.167500', '214402.627500', '214403.087500', '214403.547500', '214404.007500', '214404.467500', '214404.927500', '214405.387500', '214405.847500', '214406.307500', '214406.767500', '214407.227500', '214407.687500', '214408.147500', '214408.607500', '214409.067500', '214409.527500', '214409.987500', '214410.447500', '214410.907500', '214411.367500', '214411.827500', '214412.287500', '214412.747500', '214413.207500', '214413.667500', '214414.127500', '214414.587500', '214415.047500', '214415.507500', '214415.967500', '214416.427500', '214416.887500', '214417.347500', '214417.807500', '214418.267500', '214418.727500', '214419.187500', '214419.647500', '214420.107500', '214420.567500', '214421.027500', '214421.487500', '214421.947500', '214422.407500', '214422.867500', '214423.327500', '214423.787500', '214424.247500', '214424.707500', '214425.167500', '214425.627500', '214426.087500', '214426.547500', '214427.007500', '214427.467500', '214427.927500', '214428.387500', '214428.847500', '214429.307500', '214429.767500', '214430.227500', '214430.687500', '214431.147500', '214431.607500', '214432.067500', '214432.527500', '214432.987500', '214433.447500', '214433.907500', '214434.367500', '214434.827500', '214435.287500', '214435.747500', '214436.207500', '214436.667500', '214437.127500', '214437.587500', '214438.047500', '214438.507500', '214438.967500', '214439.427500', '214439.887500', '214440.347500', '214440.807500', '214441.267500', '214441.727500', '214442.187500', '214442.647500', '214443.107500', '214443.567500', '214444.027500', '214444.487500', '214444.947500', '214445.407500', '214445.867500', '214446.327500', '214446.787500', '214447.247500', '214447.707500', '214448.167500', '214448.627500', '214449.087500', '214449.547500', '214450.007500', '214450.467500', '214450.927500', '214451.387500', '214451.847500', '214452.307500', '214452.767500', '214453.227500', '214453.687500', '214454.147500', '214454.607500', '214455.067500', '214455.527500', '214455.987500', '214456.447500', '214456.907500', '214457.367500', '214457.827500', '214458.287500', '214458.747500', '214459.207500', '214459.667500', '214500.127500', '214500.587500', '214501.047500', '214501.507500', '214501.967500', '214502.427500', '214502.887500', '214503.347500', '214503.807500', '214504.267500', '214504.727500', '214505.187500', '214505.647500', '214506.107500', '214506.567500', '214507.027500', '214507.487500', '214507.947500', '214508.407500', '214508.867500', '214509.327500', '214509.787500', '214510.247500', '214510.707500', '214511.167500', '214511.627500', '214512.087500', '214512.547500', '214513.007500', '214513.467500', '214513.927500', '214514.387500', '214514.847500', '214515.307500', '214515.767500', '214516.227500', '214516.687500', '214517.147500', '214517.607500', '214518.067500', '214518.527500', '214518.987500', '214519.447500', '214519.907500', '214520.367500', '214520.827500', '214521.287500', '214521.747500', '214522.207500', '214522.667500', '214523.127500', '214523.587500', '214524.047500', '214524.507500', '214524.967500', '214525.427500', '214525.887500', '214526.347500', '214526.807500', '214527.267500', '214527.727500', '214528.187500', '214528.647500', '214529.107500', '214529.567500', '214530.027500', '214530.487500', '214530.947500', '214531.407500', '214531.867500', '214532.327500', '214532.787500', '214533.247500', '214533.707500', '214534.167500', '214534.627500', '214535.087500', '214535.547500', '214536.007500', '214536.467500', '214536.927500', '214537.387500', '214537.847500', '214538.307500', '214538.767500', '214539.227500', '214539.687500', '214540.147500', '214540.607500', '214541.067500', '214541.527500', '214541.987500', '214542.447500', '214542.907500', '214543.367500', '214543.827500', '214544.287500', '214544.747500', '214545.207500', '214545.667500', '214546.127500', '214546.587500', '214547.047500', '214547.507500', '214547.967500', '214548.427500', '214548.887500', '214549.347500', '214549.807500', '214550.267500', '214550.727500', '214551.187500', '214551.647500', '214552.107500', '214552.567500', '214553.027500', '214553.487500', '214553.947500', '214554.407500', '214554.867500', '214555.327500', '214555.787500', '214556.247500', '214556.707500', '214557.167500', '214557.627500', '214558.087500', '214558.547500', '214559.007500', '214559.467500', '214559.927500', '214600.387500', '214600.847500', '214601.307500', '214601.767500', '214602.227500', '214602.687500', '214603.147500', '214603.607500', '214604.067500', '214604.527500', '214604.987500', '214605.447500', '214605.907500', '214606.367500', '214606.827500', '214607.287500', '214607.747500', '214608.207500', '214608.667500', '214609.127500', '214609.587500', '214610.047500', '214610.507500', '214610.967500', '214611.427500', '214611.887500', '214612.347500', '214612.807500', '214613.267500', '214613.727500', '214614.187500', '214614.647500', '214615.107500', '214615.567500', '214616.027500', '214616.487500', '214616.947500', '214617.407500', '214617.867500', '214618.327500', '214618.787500', '214619.247500', '214619.707500', '214620.167500', '214620.627500', '214621.087500', '214621.547500', '214622.007500', '214622.467500', '214622.927500', '214623.387500', '214623.847500', '214624.307500', '214624.767500', '214625.227500', '214625.687500', '214626.147500', '214626.607500', '214627.067500', '214627.527500', '214627.987500', '214628.447500', '214628.907500', '214629.367500', '214629.827500', '214630.287500', '214630.747500', '214631.207500', '214631.667500', '214632.127500', '214632.587500', '214633.047500', '214633.507500', '214633.967500', '214634.427500', '214634.887500', '214635.347500', '214635.807500', '214636.267500', '214636.727500', '214637.187500', '214637.647500', '214638.107500', '214638.567500', '214639.027500', '214639.487500', '214639.947500', '214640.407500', '214640.867500', '214641.327500', '214641.787500', '214642.247500', '214642.707500', '214643.167500', '214643.627500', '214644.087500', '214644.547500', '214645.007500', '214645.467500', '214645.927500', '214646.387500', '214646.847500', '214647.307500', '214647.767500', '214648.227500', '214648.687500', '214649.147500', '214649.607500', '214650.067500', '214650.527500', '214650.987500', '214651.447500', '214651.907500', '214652.367500', '214652.827500', '214653.287500', '214653.747500', '214654.207500', '214654.667500', '214655.127500', '214655.587500', '214656.047500', '214656.507500', '214656.967500', '214657.427500', '214657.887500', '214658.347500', '214658.807500', '214659.267500', '214659.727500', '214700.187500', '214700.647500', '214701.107500', '214701.567500', '214702.027500', '214702.487500', '214702.947500', '214703.407500', '214703.867500', '214704.327500', '214704.787500', '214705.247500', '214705.707500', '214706.167500', '214706.627500', '214707.087500', '214707.547500', '214708.007500', '214708.467500', '214708.927500', '214709.387500', '214709.847500', '214710.307500', '214710.767500', '214711.227500', '214711.687500', '214712.147500', '214712.607500', '214713.067500', '214713.527500', '214713.987500', '214714.447500', '214714.907500', '214715.367500', '214715.827500', '214716.287500', '214716.747500', '214717.207500', '214717.667500', '214718.127500', '214718.587500', '214719.047500', '214719.507500', '214719.967500', '214720.427500', '214720.887500', '214721.347500', '214721.807500', '214722.267500', '214722.727500', '214723.187500', '214723.647500', '214724.107500', '214724.567500', '214725.027500', '214725.487500', '214725.947500', '214726.407500', '214726.867500', '214727.327500', '214727.787500', '214728.247500', '214728.707500', '214729.167500', '214729.627500', '214730.087500', '214730.547500', '214731.007500', '214731.467500', '214731.927500', '214732.387500', '214732.847500', '214733.307500', '214733.767500', '214734.227500', '214734.687500', '214735.147500', '214735.607500', '214736.067500', '214736.527500', '214736.987500', '214737.447500', '214737.907500', '214738.367500', '214738.827500', '214739.287500', '214739.747500', '214740.207500', '214740.667500', '214741.127500', '214741.587500', '214742.047500', '214742.507500', '214742.967500', '214743.427500', '214743.887500', '214744.347500', '214744.807500', '214745.267500', '214745.727500', '214746.187500', '214746.647500', '214747.107500', '214747.567500', '214748.027500', '214748.487500', '214748.947500', '214749.407500', '214749.867500', '214750.327500', '214750.787500', '214751.247500', '214751.707500', '214752.167500', '214752.627500', '214753.087500', '214753.547500', '214754.007500', '214754.467500', '214754.927500', '214755.387500', '214755.847500', '214756.307500', '214756.767500', '214757.227500', '214757.687500', '214758.147500', '214758.607500', '214759.067500', '214759.527500', '214759.987500', '214800.447500', '214800.907500', '214801.367500', '214801.827500', '214802.287500', '214802.747500', '214803.207500', '214803.667500', '214804.127500', '214804.587500', '214805.047500', '214805.507500', '214805.967500', '214806.427500', '214806.887500', '214807.347500', '214807.807500', '214808.267500', '214808.727500', '214809.187500', '214809.647500', '214810.107500', '214810.567500', '214811.027500', '214811.487500', '214811.947500', '214812.407500', '214812.867500', '214813.327500', '214813.787500', '214814.247500', '214814.707500', '214815.167500', '214815.627500', '214816.087500', '214816.547500', '214817.007500', '214817.467500', '214817.927500', '214818.387500', '214818.847500', '214819.307500', '214819.767500', '214820.227500', '214820.687500', '214821.147500', '214821.607500', '214822.067500', '214822.527500', '214822.987500', '214823.447500', '214823.907500', '214824.367500', '214824.827500', '214825.287500', '214825.747500', '214826.207500', '214826.667500', '214827.127500', '214827.587500', '214828.047500', '214828.507500', '214828.967500', '214829.427500', '214829.887500', '214830.347500', '214830.807500', '214831.267500', '214831.727500', '214832.187500', '214832.647500', '214833.107500', '214833.567500', '214834.027500', '214834.487500', '214834.947500', '214835.407500', '214835.867500', '214836.327500', '214836.787500', '214837.247500', '214837.707500', '214838.167500', '214838.627500', '214839.087500', '214839.547500', '214840.007500', '214840.467500', '214840.927500', '214841.387500', '214841.847500', '214842.307500', '214842.767500', '214843.227500', '214843.687500', '214844.147500', '214844.607500', '214845.067500', '214845.527500', '214845.987500', '214846.447500'], 'ContentTime': ['214012.066000', '214012.069000', '214012.072000', '214012.075000', '214012.078000', '214012.080000', '214012.083000', '214012.086000', '214012.089000', '214012.091000', '214012.094000', '214012.097000', '214012.107000', '214012.110000', '214012.113000', '214012.115000', '214012.118000', '214012.121000', '214012.123000', '214012.126000', '214012.129000', '214012.131000', '214012.134000', '214012.137000', '214012.140000', '214012.158000', '214012.161000', '214012.164000', '214012.167000', '214012.169000', '214012.172000', '214012.175000', '214012.177000', '214012.180000', '214032.034000', '214032.037000', '214032.040000', '214032.043000', '214032.045000', '214032.048000', '214032.051000', '214032.053000', '214032.056000', '214032.058000', '214032.061000', '214032.064000', '214032.067000', '214032.070000', '214032.072000', '214032.075000', '214032.078000', '214032.080000', '214032.083000', '214032.086000', '214032.088000', '214032.091000', '214032.093000', '214032.096000', '214032.099000', '214032.101000', '214032.104000', '214032.112000', '214032.115000', '214032.117000', '214032.120000', '214032.123000', '214032.125000', '214032.128000', '214032.130000', '214032.133000', '214032.136000', '214032.138000', '214032.141000', '214032.143000', '214032.146000', '214032.149000', '214032.151000', '214032.154000', '214052.035000', '214052.039000', '214052.041000', '214052.044000', '214052.046000', '214052.049000', '214052.052000', '214052.054000', '214052.057000', '214052.060000', '214052.062000', '214052.065000', '214052.067000', '214052.070000', '214052.075000', '214052.077000', '214052.080000', '214052.083000', '214052.086000', '214052.088000', '214052.091000', '214052.094000', '214052.097000', '214052.102000', '214052.104000', '214052.107000', '214052.109000', '214052.113000', '214052.116000', '214052.119000', '214052.121000', '214052.124000', '214052.127000', '214052.129000', '214052.140000', '214052.142000', '214052.145000', '214052.148000', '214052.150000', '214052.153000', '214052.155000', '214052.158000', '214052.160000', '214112.035000', '214112.038000', '214112.041000', '214112.044000', '214112.046000', '214112.049000', '214112.052000', '214112.054000', '214112.057000', '214112.059000', '214112.062000', '214112.064000', '214112.067000', '214112.070000', '214112.072000', '214112.075000', '214112.077000', '214112.080000', '214112.083000', '214112.085000', '214112.088000', '214112.090000', '214112.093000', '214112.096000', '214112.098000', '214112.101000', '214112.103000', '214112.106000', '214112.109000', '214112.111000', '214112.114000', '214112.116000', '214112.119000', '214112.121000', '214112.133000', '214112.136000', '214112.138000', '214112.141000', '214112.144000', '214112.146000', '214112.157000', '214112.160000', '214112.163000', '214112.165000', '214132.035000', '214132.038000', '214132.041000', '214132.043000', '214132.046000', '214132.049000', '214132.051000', '214132.054000', '214132.057000', '214132.059000', '214132.062000', '214132.064000', '214132.067000', '214132.070000', '214132.072000', '214132.075000', '214132.078000', '214132.080000', '214132.083000', '214132.086000', '214132.088000', '214132.091000', '214132.094000', '214132.096000', '214132.099000', '214132.102000', '214132.104000', '214132.107000', '214132.109000', '214132.112000', '214132.115000', '214132.117000', '214132.121000', '214132.123000', '214132.127000', '214132.129000', '214132.132000', '214132.134000', '214132.137000', '214132.140000', '214132.142000', '214132.145000', '214132.148000', '214152.035000', '214152.038000', '214152.041000', '214152.044000', '214152.046000', '214152.049000', '214152.051000', '214152.054000', '214152.057000', '214152.059000', '214152.062000', '214152.065000', '214152.067000', '214152.070000', '214152.072000', '214152.075000', '214152.078000', '214152.080000', '214152.083000', '214152.085000', '214152.088000', '214152.091000', '214152.093000', '214152.096000', '214152.098000', '214152.101000', '214152.104000', '214152.106000', '214152.109000', '214152.111000', '214152.114000', '214152.117000', '214152.119000', '214152.122000', '214152.124000', '214152.127000', '214152.130000', '214152.132000', '214152.135000', '214152.137000', '214152.140000', '214152.143000', '214152.145000', '214152.148000', '214212.034000', '214212.037000', '214212.040000', '214212.043000', '214212.046000', '214212.048000', '214212.051000', '214212.053000', '214212.056000', '214212.059000', '214212.061000', '214212.064000', '214212.067000', '214212.069000', '214212.072000', '214212.074000', '214212.077000', '214212.080000', '214212.082000', '214212.085000', '214212.088000', '214212.090000', '214212.093000', '214212.096000', '214212.098000', '214212.101000', '214212.104000', '214212.106000', '214212.109000', '214212.112000', '214212.114000', '214212.117000', '214212.120000', '214212.122000', '214212.125000', '214212.127000', '214212.130000', '214212.133000', '214212.135000', '214212.138000', '214212.140000', '214212.143000', '214212.146000', '214232.034000', '214232.037000', '214232.040000', '214232.043000', '214232.045000', '214232.048000', '214232.050000', '214232.053000', '214232.056000', '214232.058000', '214232.061000', '214232.063000', '214232.066000', '214232.069000', '214232.071000', '214232.074000', '214232.077000', '214232.079000', '214232.082000', '214232.085000', '214232.087000', '214232.090000', '214232.093000', '214232.095000', '214232.098000', '214232.101000', '214232.103000', '214232.106000', '214232.109000', '214232.111000', '214232.125000', '214232.128000', '214232.131000', '214232.133000', '214232.136000', '214232.138000', '214232.141000', '214232.144000', '214232.146000', '214232.149000', '214232.151000', '214232.154000', '214232.157000', '214232.159000', '214252.035000', '214252.038000', '214252.041000', '214252.044000', '214252.046000', '214252.049000', '214252.051000', '214252.054000', '214252.057000', '214252.059000', '214252.062000', '214252.064000', '214252.067000', '214252.070000', '214252.072000', '214252.075000', '214252.078000', '214252.080000', '214252.083000', '214252.085000', '214252.088000', '214252.091000', '214252.093000', '214252.096000', '214252.098000', '214252.101000', '214252.104000', '214252.106000', '214252.109000', '214252.112000', '214252.114000', '214252.117000', '214252.119000', '214252.122000', '214252.125000', '214252.127000', '214252.130000', '214252.132000', '214252.136000', '214252.139000', '214252.142000', '214252.145000', '214252.148000', '214312.035000', '214312.038000', '214312.041000', '214312.044000', '214312.046000', '214312.049000', '214312.052000', '214312.054000', '214312.057000', '214312.059000', '214312.062000', '214312.065000', '214312.067000', '214312.070000', '214312.073000', '214312.075000', '214312.078000', '214312.081000', '214312.083000', '214312.086000', '214312.088000', '214312.091000', '214312.094000', '214312.096000', '214312.099000', '214312.101000', '214312.104000', '214312.107000', '214312.109000', '214312.112000', '214312.114000', '214312.117000', '214312.120000', '214312.122000', '214312.125000', '214312.128000', '214312.130000', '214312.133000', '214312.135000', '214312.143000', '214312.145000', '214312.148000', '214312.150000', '214312.153000', '214332.036000', '214332.040000', '214332.042000', '214332.045000', '214332.047000', '214332.050000', '214332.053000', '214332.055000', '214332.058000', '214332.061000', '214332.063000', '214332.066000', '214332.069000', '214332.071000', '214332.074000', '214332.077000', '214332.079000', '214332.082000', '214332.084000', '214332.087000', '214332.090000', '214332.092000', '214332.095000', '214332.098000', '214332.100000', '214332.103000', '214332.106000', '214332.108000', '214332.111000', '214332.114000', '214332.116000', '214332.119000', '214332.121000', '214332.124000', '214332.127000', '214332.129000', '214332.132000', '214332.134000', '214332.137000', '214332.140000', '214332.142000', '214332.145000', '214332.148000', '214352.036000', '214352.038000', '214352.041000', '214352.044000', '214352.046000', '214352.049000', '214352.052000', '214352.055000', '214352.057000', '214352.060000', '214352.062000', '214352.065000', '214352.068000', '214352.070000', '214352.073000', '214352.075000', '214352.078000', '214352.081000', '214352.083000', '214352.086000', '214352.088000', '214352.091000', '214352.094000', '214352.096000', '214352.099000', '214352.101000', '214352.104000', '214352.107000', '214352.109000', '214352.112000', '214352.115000', '214352.117000', '214352.120000', '214352.122000', '214352.125000', '214352.128000', '214352.130000', '214352.133000', '214352.136000', '214352.138000', '214352.141000', '214352.144000', '214352.146000', '214352.149000', '214412.036000', '214412.038000', '214412.041000', '214412.044000', '214412.046000', '214412.049000', '214412.052000', '214412.054000', '214412.057000', '214412.059000', '214412.062000', '214412.072000', '214412.074000', '214412.077000', '214412.080000', '214412.082000', '214412.085000', '214412.088000', '214412.090000', '214412.093000', '214412.096000', '214412.098000', '214412.101000', '214412.103000', '214412.106000', '214412.109000', '214412.112000', '214412.115000', '214412.118000', '214412.121000', '214412.124000', '214412.126000', '214412.129000', '214412.132000', '214412.134000', '214412.137000', '214412.139000', '214412.142000', '214412.145000', '214412.147000', '214412.150000', '214412.153000', '214412.155000', '214432.034000', '214432.037000', '214432.040000', '214432.043000', '214432.046000', '214432.048000', '214432.051000', '214432.054000', '214432.056000', '214432.059000', '214432.062000', '214432.065000', '214432.068000', '214432.071000', '214432.074000', '214432.077000', '214432.079000', '214432.082000', '214432.085000', '214432.087000', '214432.090000', '214432.093000', '214432.095000', '214432.098000', '214432.100000', '214432.103000', '214432.106000', '214432.108000', '214432.111000', '214432.114000', '214432.116000', '214432.119000', '214432.121000', '214432.124000', '214432.127000', '214432.129000', '214432.132000', '214432.134000', '214432.137000', '214432.140000', '214432.142000', '214432.145000', '214432.147000', '214452.034000', '214452.037000', '214452.040000', '214452.042000', '214452.045000', '214452.048000', '214452.051000', '214452.053000', '214452.056000', '214452.058000', '214452.061000', '214452.064000', '214452.066000', '214452.069000', '214452.071000', '214452.074000', '214452.077000', '214452.079000', '214452.082000', '214452.084000', '214452.087000', '214452.090000', '214452.092000', '214452.095000', '214452.098000', '214452.100000', '214452.103000', '214452.105000', '214452.108000', '214452.111000', '214452.113000', '214452.116000', '214452.119000', '214452.121000', '214452.124000', '214452.127000', '214452.129000', '214452.132000', '214452.135000', '214452.137000', '214452.140000', '214452.142000', '214452.145000', '214452.148000', '214512.036000', '214512.039000', '214512.041000', '214512.044000', '214512.047000', '214512.049000', '214512.052000', '214512.055000', '214512.057000', '214512.060000', '214512.063000', '214512.065000', '214512.068000', '214512.070000', '214512.073000', '214512.076000', '214512.078000', '214512.081000', '214512.084000', '214512.086000', '214512.089000', '214512.092000', '214512.094000', '214512.097000', '214512.100000', '214512.103000', '214512.105000', '214512.108000', '214512.111000', '214512.119000', '214512.122000', '214512.125000', '214512.127000', '214512.130000', '214512.132000', '214512.135000', '214512.138000', '214512.140000', '214512.143000', '214512.145000', '214512.148000', '214512.151000', '214512.153000', '214512.156000', '214532.035000', '214532.038000', '214532.041000', '214532.044000', '214532.046000', '214532.049000', '214532.052000', '214532.054000', '214532.057000', '214532.060000', '214532.062000', '214532.065000', '214532.068000', '214532.070000', '214532.073000', '214532.076000', '214532.078000', '214532.081000', '214532.083000', '214532.086000', '214532.089000', '214532.091000', '214532.105000', '214532.108000', '214532.110000', '214532.115000', '214532.117000', '214532.120000', '214532.122000', '214532.125000', '214532.128000', '214532.130000', '214532.133000', '214532.135000', '214532.138000', '214532.141000', '214532.143000', '214532.146000', '214532.149000', '214532.151000', '214532.154000', '214532.156000', '214532.159000', '214552.035000', '214552.039000', '214552.041000', '214552.044000', '214552.047000', '214552.049000', '214552.052000', '214552.055000', '214552.057000', '214552.060000', '214552.063000', '214552.065000', '214552.068000', '214552.078000', '214552.080000', '214552.083000', '214552.086000', '214552.089000', '214552.091000', '214552.094000', '214552.096000', '214552.099000', '214552.102000', '214552.104000', '214552.107000', '214552.110000', '214552.112000', '214552.115000', '214552.118000', '214552.121000', '214552.124000', '214552.127000', '214552.130000', '214552.132000', '214552.135000', '214552.138000', '214552.140000', '214552.143000', '214552.146000', '214552.148000', '214552.151000', '214552.154000', '214552.156000', '214612.036000', '214612.038000', '214612.041000', '214612.044000', '214612.046000', '214612.049000', '214612.052000', '214612.054000', '214612.057000', '214612.060000', '214612.062000', '214612.065000', '214612.067000', '214612.070000', '214612.073000', '214612.075000', '214612.078000', '214612.080000', '214612.083000', '214612.086000', '214612.088000', '214612.091000', '214612.093000', '214612.096000', '214612.099000', '214612.101000', '214612.104000', '214612.106000', '214612.109000', '214612.112000', '214612.114000', '214612.117000', '214612.120000', '214612.122000', '214612.125000', '214612.128000', '214612.130000', '214612.133000', '214612.136000', '214612.138000', '214612.141000', '214612.143000', '214612.146000', '214612.149000', '214632.035000', '214632.038000', '214632.041000', '214632.044000', '214632.046000', '214632.049000', '214632.052000', '214632.054000', '214632.057000', '214632.059000', '214632.062000', '214632.065000', '214632.067000', '214632.070000', '214632.072000', '214632.075000', '214632.077000', '214632.080000', '214632.083000', '214632.085000', '214632.088000', '214632.091000', '214632.093000', '214632.096000', '214632.099000', '214632.101000', '214632.104000', '214632.106000', '214632.109000', '214632.112000', '214632.114000', '214632.117000', '214632.120000', '214632.122000', '214632.125000', '214632.128000', '214632.130000', '214632.133000', '214632.136000', '214632.138000', '214632.141000', '214632.144000', '214632.146000', '214632.149000', '214652.034000', '214652.037000', '214652.040000', '214652.043000', '214652.046000', '214652.048000', '214652.051000', '214652.053000', '214652.056000', '214652.059000', '214652.061000', '214652.064000', '214652.067000', '214652.069000', '214652.072000', '214652.075000', '214652.077000', '214652.080000', '214652.083000', '214652.085000', '214652.088000', '214652.091000', '214652.093000', '214652.096000', '214652.099000', '214652.101000', '214652.104000', '214652.106000', '214652.109000', '214652.112000', '214652.114000', '214652.117000', '214652.130000', '214652.132000', '214652.135000', '214652.138000', '214652.141000', '214652.143000', '214652.146000', '214652.148000', '214652.151000', '214652.154000', '214652.156000', '214712.035000', '214712.037000', '214712.040000', '214712.043000', '214712.046000', '214712.048000', '214712.051000', '214712.054000', '214712.056000', '214712.059000', '214712.062000', '214712.064000', '214712.067000', '214712.070000', '214712.074000', '214712.076000', '214712.079000', '214712.082000', '214712.085000', '214712.088000', '214712.090000', '214712.093000', '214712.096000', '214712.098000', '214712.101000', '214712.104000', '214712.106000', '214712.109000', '214712.112000', '214712.114000', '214712.117000', '214712.120000', '214712.123000', '214712.125000', '214712.129000', '214712.132000', '214712.135000', '214712.140000', '214712.142000', '214712.145000', '214712.148000', '214712.150000', '214712.153000', '214732.036000', '214732.038000', '214732.041000', '214732.044000', '214732.047000', '214732.050000', '214732.053000', '214732.055000', '214732.058000', '214732.061000', '214732.063000', '214732.066000', '214732.069000', '214732.071000', '214732.074000', '214732.077000', '214732.079000', '214732.082000', '214732.085000', '214732.087000', '214732.090000', '214732.092000', '214732.095000', '214732.098000', '214732.100000', '214732.103000', '214732.105000', '214732.108000', '214732.111000', '214732.114000', '214732.117000', '214732.119000', '214732.122000', '214732.125000', '214732.127000', '214732.130000', '214732.133000', '214732.136000', '214732.138000', '214732.141000', '214732.143000', '214732.146000', '214732.148000', '214732.151000', '214752.036000', '214752.038000', '214752.042000', '214752.044000', '214752.047000', '214752.049000', '214752.052000', '214752.055000', '214752.057000', '214752.060000', '214752.063000', '214752.065000', '214752.068000', '214752.070000', '214752.073000', '214752.076000', '214752.079000', '214752.082000', '214752.085000', '214752.088000', '214752.091000', '214752.093000', '214752.096000', '214752.098000', '214752.101000', '214752.104000', '214752.106000', '214752.109000', '214752.112000', '214752.115000', '214752.117000', '214752.120000', '214752.123000', '214752.125000', '214752.128000', '214752.130000', '214752.133000', '214752.136000', '214752.138000', '214752.141000', '214752.144000', '214752.146000', '214752.149000', '214812.036000', '214812.038000', '214812.041000', '214812.044000', '214812.047000', '214812.049000', '214812.052000', '214812.055000', '214812.057000', '214812.060000', '214812.062000', '214812.065000', '214812.068000', '214812.070000', '214812.073000', '214812.075000', '214812.078000', '214812.081000', '214812.083000', '214812.086000', '214812.089000', '214812.091000', '214812.094000', '214812.097000', '214812.099000', '214812.102000', '214812.104000', '214812.107000', '214812.110000', '214812.112000', '214812.143000', '214812.146000', '214812.149000', '214812.151000', '214812.154000', '214812.157000', '214812.159000', '214812.162000', '214812.165000', '214812.167000', '214812.170000', '214812.172000', '214812.175000', '214812.178000', '214832.035000', '214832.039000', '214832.041000', '214832.044000', '214832.046000', '214832.049000', '214832.052000', '214832.054000', '214832.057000', '214832.060000', '214832.062000', '214832.065000', '214832.067000', '214832.070000', '214832.073000', '214832.075000', '214832.078000', '214832.081000', '214832.083000', '214832.086000', '214832.088000', '214832.091000', '214832.094000', '214832.096000', '214832.099000', '214832.102000', '214832.104000', '214832.107000', '214832.110000', '214832.113000', '214832.116000', '214832.118000', '214832.121000', '214832.124000', '214832.126000', '214832.129000', '214832.132000', '214832.134000', '214832.137000', '214832.140000', '214832.142000', '214832.145000', '214832.148000', '214848.159000', '214848.162000', '214848.165000', '214848.167000', '214848.170000', '214848.173000', '214848.176000', '214848.179000', '214848.181000', '214848.184000', '214848.188000', '214848.191000', '214848.193000', '214848.196000', '214848.202000', '214848.204000', '214848.210000', '214848.213000', '214848.220000', '214848.222000', '214848.225000', '214848.228000', '214848.232000', '214848.235000', '214848.238000', '214848.241000', '214848.243000', '214848.246000', '214848.249000', '214848.252000', '214848.254000', '214848.257000', '214848.260000', '214848.263000', '214848.266000', '214848.269000'], 'InstanceCreationTime': ['214012.066000', '214012.069000', '214012.072000', '214012.075000', '214012.078000', '214012.080000', '214012.083000', '214012.086000', '214012.089000', '214012.091000', '214012.094000', '214012.097000', '214012.107000', '214012.110000', '214012.113000', '214012.115000', '214012.118000', '214012.121000', '214012.123000', '214012.126000', '214012.129000', '214012.131000', '214012.134000', '214012.137000', '214012.140000', '214012.158000', '214012.161000', '214012.164000', '214012.167000', '214012.169000', '214012.172000', '214012.175000', '214012.177000', '214012.180000', '214032.034000', '214032.037000', '214032.040000', '214032.043000', '214032.045000', '214032.048000', '214032.051000', '214032.053000', '214032.056000', '214032.058000', '214032.061000', '214032.064000', '214032.067000', '214032.070000', '214032.072000', '214032.075000', '214032.078000', '214032.080000', '214032.083000', '214032.086000', '214032.088000', '214032.091000', '214032.093000', '214032.096000', '214032.099000', '214032.101000', '214032.104000', '214032.112000', '214032.115000', '214032.117000', '214032.120000', '214032.123000', '214032.125000', '214032.128000', '214032.130000', '214032.133000', '214032.136000', '214032.138000', '214032.141000', '214032.143000', '214032.146000', '214032.149000', '214032.151000', '214032.154000', '214052.035000', '214052.039000', '214052.041000', '214052.044000', '214052.046000', '214052.049000', '214052.052000', '214052.054000', '214052.057000', '214052.060000', '214052.062000', '214052.065000', '214052.067000', '214052.070000', '214052.075000', '214052.077000', '214052.080000', '214052.083000', '214052.086000', '214052.088000', '214052.091000', '214052.094000', '214052.097000', '214052.102000', '214052.104000', '214052.107000', '214052.109000', '214052.113000', '214052.116000', '214052.119000', '214052.121000', '214052.124000', '214052.127000', '214052.129000', '214052.140000', '214052.142000', '214052.145000', '214052.148000', '214052.150000', '214052.153000', '214052.155000', '214052.158000', '214052.160000', '214112.035000', '214112.038000', '214112.041000', '214112.044000', '214112.046000', '214112.049000', '214112.052000', '214112.054000', '214112.057000', '214112.059000', '214112.062000', '214112.064000', '214112.067000', '214112.070000', '214112.072000', '214112.075000', '214112.077000', '214112.080000', '214112.083000', '214112.085000', '214112.088000', '214112.090000', '214112.093000', '214112.096000', '214112.098000', '214112.101000', '214112.103000', '214112.106000', '214112.109000', '214112.111000', '214112.114000', '214112.116000', '214112.119000', '214112.121000', '214112.133000', '214112.136000', '214112.138000', '214112.141000', '214112.144000', '214112.146000', '214112.157000', '214112.160000', '214112.163000', '214112.165000', '214132.035000', '214132.038000', '214132.041000', '214132.043000', '214132.046000', '214132.049000', '214132.051000', '214132.054000', '214132.057000', '214132.059000', '214132.062000', '214132.064000', '214132.067000', '214132.070000', '214132.072000', '214132.075000', '214132.078000', '214132.080000', '214132.083000', '214132.086000', '214132.088000', '214132.091000', '214132.094000', '214132.096000', '214132.099000', '214132.102000', '214132.104000', '214132.107000', '214132.109000', '214132.112000', '214132.115000', '214132.117000', '214132.121000', '214132.123000', '214132.127000', '214132.129000', '214132.132000', '214132.134000', '214132.137000', '214132.140000', '214132.142000', '214132.145000', '214132.148000', '214152.035000', '214152.038000', '214152.041000', '214152.044000', '214152.046000', '214152.049000', '214152.051000', '214152.054000', '214152.057000', '214152.059000', '214152.062000', '214152.065000', '214152.067000', '214152.070000', '214152.072000', '214152.075000', '214152.078000', '214152.080000', '214152.083000', '214152.085000', '214152.088000', '214152.091000', '214152.093000', '214152.096000', '214152.098000', '214152.101000', '214152.104000', '214152.106000', '214152.109000', '214152.111000', '214152.114000', '214152.117000', '214152.119000', '214152.122000', '214152.124000', '214152.127000', '214152.130000', '214152.132000', '214152.135000', '214152.137000', '214152.140000', '214152.143000', '214152.145000', '214152.148000', '214212.034000', '214212.037000', '214212.040000', '214212.043000', '214212.046000', '214212.048000', '214212.051000', '214212.053000', '214212.056000', '214212.059000', '214212.061000', '214212.064000', '214212.067000', '214212.069000', '214212.072000', '214212.074000', '214212.077000', '214212.080000', '214212.082000', '214212.085000', '214212.088000', '214212.090000', '214212.093000', '214212.096000', '214212.098000', '214212.101000', '214212.104000', '214212.106000', '214212.109000', '214212.112000', '214212.114000', '214212.117000', '214212.120000', '214212.122000', '214212.125000', '214212.127000', '214212.130000', '214212.133000', '214212.135000', '214212.138000', '214212.140000', '214212.143000', '214212.146000', '214232.034000', '214232.037000', '214232.040000', '214232.043000', '214232.045000', '214232.048000', '214232.050000', '214232.053000', '214232.056000', '214232.058000', '214232.061000', '214232.063000', '214232.066000', '214232.069000', '214232.071000', '214232.074000', '214232.077000', '214232.079000', '214232.082000', '214232.085000', '214232.087000', '214232.090000', '214232.093000', '214232.095000', '214232.098000', '214232.101000', '214232.103000', '214232.106000', '214232.109000', '214232.111000', '214232.125000', '214232.128000', '214232.131000', '214232.133000', '214232.136000', '214232.138000', '214232.141000', '214232.144000', '214232.146000', '214232.149000', '214232.151000', '214232.154000', '214232.157000', '214232.159000', '214252.035000', '214252.038000', '214252.041000', '214252.044000', '214252.046000', '214252.049000', '214252.051000', '214252.054000', '214252.057000', '214252.059000', '214252.062000', '214252.064000', '214252.067000', '214252.070000', '214252.072000', '214252.075000', '214252.078000', '214252.080000', '214252.083000', '214252.085000', '214252.088000', '214252.091000', '214252.093000', '214252.096000', '214252.098000', '214252.101000', '214252.104000', '214252.106000', '214252.109000', '214252.112000', '214252.114000', '214252.117000', '214252.119000', '214252.122000', '214252.125000', '214252.127000', '214252.130000', '214252.132000', '214252.136000', '214252.139000', '214252.142000', '214252.145000', '214252.148000', '214312.035000', '214312.038000', '214312.041000', '214312.044000', '214312.046000', '214312.049000', '214312.052000', '214312.054000', '214312.057000', '214312.059000', '214312.062000', '214312.065000', '214312.067000', '214312.070000', '214312.073000', '214312.075000', '214312.078000', '214312.081000', '214312.083000', '214312.086000', '214312.088000', '214312.091000', '214312.094000', '214312.096000', '214312.099000', '214312.101000', '214312.104000', '214312.107000', '214312.109000', '214312.112000', '214312.114000', '214312.117000', '214312.120000', '214312.122000', '214312.125000', '214312.128000', '214312.130000', '214312.133000', '214312.135000', '214312.143000', '214312.145000', '214312.148000', '214312.150000', '214312.153000', '214332.036000', '214332.040000', '214332.042000', '214332.045000', '214332.047000', '214332.050000', '214332.053000', '214332.055000', '214332.058000', '214332.061000', '214332.063000', '214332.066000', '214332.069000', '214332.071000', '214332.074000', '214332.077000', '214332.079000', '214332.082000', '214332.084000', '214332.087000', '214332.090000', '214332.092000', '214332.095000', '214332.098000', '214332.100000', '214332.103000', '214332.106000', '214332.108000', '214332.111000', '214332.114000', '214332.116000', '214332.119000', '214332.121000', '214332.124000', '214332.127000', '214332.129000', '214332.132000', '214332.134000', '214332.137000', '214332.140000', '214332.142000', '214332.145000', '214332.148000', '214352.036000', '214352.038000', '214352.041000', '214352.044000', '214352.046000', '214352.049000', '214352.052000', '214352.055000', '214352.057000', '214352.060000', '214352.062000', '214352.065000', '214352.068000', '214352.070000', '214352.073000', '214352.075000', '214352.078000', '214352.081000', '214352.083000', '214352.086000', '214352.088000', '214352.091000', '214352.094000', '214352.096000', '214352.099000', '214352.101000', '214352.104000', '214352.107000', '214352.109000', '214352.112000', '214352.115000', '214352.117000', '214352.120000', '214352.122000', '214352.125000', '214352.128000', '214352.130000', '214352.133000', '214352.136000', '214352.138000', '214352.141000', '214352.144000', '214352.146000', '214352.149000', '214412.036000', '214412.038000', '214412.041000', '214412.044000', '214412.046000', '214412.049000', '214412.052000', '214412.054000', '214412.057000', '214412.059000', '214412.062000', '214412.072000', '214412.074000', '214412.077000', '214412.080000', '214412.082000', '214412.085000', '214412.088000', '214412.090000', '214412.093000', '214412.096000', '214412.098000', '214412.101000', '214412.103000', '214412.106000', '214412.109000', '214412.112000', '214412.115000', '214412.118000', '214412.121000', '214412.124000', '214412.126000', '214412.129000', '214412.132000', '214412.134000', '214412.137000', '214412.139000', '214412.142000', '214412.145000', '214412.147000', '214412.150000', '214412.153000', '214412.155000', '214432.034000', '214432.037000', '214432.040000', '214432.043000', '214432.046000', '214432.048000', '214432.051000', '214432.054000', '214432.056000', '214432.059000', '214432.062000', '214432.065000', '214432.068000', '214432.071000', '214432.074000', '214432.077000', '214432.079000', '214432.082000', '214432.085000', '214432.087000', '214432.090000', '214432.093000', '214432.095000', '214432.098000', '214432.100000', '214432.103000', '214432.106000', '214432.108000', '214432.111000', '214432.114000', '214432.116000', '214432.119000', '214432.121000', '214432.124000', '214432.127000', '214432.129000', '214432.132000', '214432.134000', '214432.137000', '214432.140000', '214432.142000', '214432.145000', '214432.147000', '214452.034000', '214452.037000', '214452.040000', '214452.042000', '214452.045000', '214452.048000', '214452.051000', '214452.053000', '214452.056000', '214452.058000', '214452.061000', '214452.064000', '214452.066000', '214452.069000', '214452.071000', '214452.074000', '214452.077000', '214452.079000', '214452.082000', '214452.084000', '214452.087000', '214452.090000', '214452.092000', '214452.095000', '214452.098000', '214452.100000', '214452.103000', '214452.105000', '214452.108000', '214452.111000', '214452.113000', '214452.116000', '214452.119000', '214452.121000', '214452.124000', '214452.127000', '214452.129000', '214452.132000', '214452.135000', '214452.137000', '214452.140000', '214452.142000', '214452.145000', '214452.148000', '214512.036000', '214512.039000', '214512.041000', '214512.044000', '214512.047000', '214512.049000', '214512.052000', '214512.055000', '214512.057000', '214512.060000', '214512.063000', '214512.065000', '214512.068000', '214512.070000', '214512.073000', '214512.076000', '214512.078000', '214512.081000', '214512.084000', '214512.086000', '214512.089000', '214512.092000', '214512.094000', '214512.097000', '214512.100000', '214512.103000', '214512.105000', '214512.108000', '214512.111000', '214512.119000', '214512.122000', '214512.125000', '214512.127000', '214512.130000', '214512.132000', '214512.135000', '214512.138000', '214512.140000', '214512.143000', '214512.145000', '214512.148000', '214512.151000', '214512.153000', '214512.156000', '214532.035000', '214532.038000', '214532.041000', '214532.044000', '214532.046000', '214532.049000', '214532.052000', '214532.054000', '214532.057000', '214532.060000', '214532.062000', '214532.065000', '214532.068000', '214532.070000', '214532.073000', '214532.076000', '214532.078000', '214532.081000', '214532.083000', '214532.086000', '214532.089000', '214532.091000', '214532.105000', '214532.108000', '214532.110000', '214532.115000', '214532.117000', '214532.120000', '214532.122000', '214532.125000', '214532.128000', '214532.130000', '214532.133000', '214532.135000', '214532.138000', '214532.141000', '214532.143000', '214532.146000', '214532.149000', '214532.151000', '214532.154000', '214532.156000', '214532.159000', '214552.035000', '214552.039000', '214552.041000', '214552.044000', '214552.047000', '214552.049000', '214552.052000', '214552.055000', '214552.057000', '214552.060000', '214552.063000', '214552.065000', '214552.068000', '214552.078000', '214552.080000', '214552.083000', '214552.086000', '214552.089000', '214552.091000', '214552.094000', '214552.096000', '214552.099000', '214552.102000', '214552.104000', '214552.107000', '214552.110000', '214552.112000', '214552.115000', '214552.118000', '214552.121000', '214552.124000', '214552.127000', '214552.130000', '214552.132000', '214552.135000', '214552.138000', '214552.140000', '214552.143000', '214552.146000', '214552.148000', '214552.151000', '214552.154000', '214552.156000', '214612.036000', '214612.038000', '214612.041000', '214612.044000', '214612.046000', '214612.049000', '214612.052000', '214612.054000', '214612.057000', '214612.060000', '214612.062000', '214612.065000', '214612.067000', '214612.070000', '214612.073000', '214612.075000', '214612.078000', '214612.080000', '214612.083000', '214612.086000', '214612.088000', '214612.091000', '214612.093000', '214612.096000', '214612.099000', '214612.101000', '214612.104000', '214612.106000', '214612.109000', '214612.112000', '214612.114000', '214612.117000', '214612.120000', '214612.122000', '214612.125000', '214612.128000', '214612.130000', '214612.133000', '214612.136000', '214612.138000', '214612.141000', '214612.143000', '214612.146000', '214612.149000', '214632.035000', '214632.038000', '214632.041000', '214632.044000', '214632.046000', '214632.049000', '214632.052000', '214632.054000', '214632.057000', '214632.059000', '214632.062000', '214632.065000', '214632.067000', '214632.070000', '214632.072000', '214632.075000', '214632.077000', '214632.080000', '214632.083000', '214632.085000', '214632.088000', '214632.091000', '214632.093000', '214632.096000', '214632.099000', '214632.101000', '214632.104000', '214632.106000', '214632.109000', '214632.112000', '214632.114000', '214632.117000', '214632.120000', '214632.122000', '214632.125000', '214632.128000', '214632.130000', '214632.133000', '214632.136000', '214632.138000', '214632.141000', '214632.144000', '214632.146000', '214632.149000', '214652.034000', '214652.037000', '214652.040000', '214652.043000', '214652.046000', '214652.048000', '214652.051000', '214652.053000', '214652.056000', '214652.059000', '214652.061000', '214652.064000', '214652.067000', '214652.069000', '214652.072000', '214652.075000', '214652.077000', '214652.080000', '214652.083000', '214652.085000', '214652.088000', '214652.091000', '214652.093000', '214652.096000', '214652.099000', '214652.101000', '214652.104000', '214652.106000', '214652.109000', '214652.112000', '214652.114000', '214652.117000', '214652.130000', '214652.132000', '214652.135000', '214652.138000', '214652.141000', '214652.143000', '214652.146000', '214652.148000', '214652.151000', '214652.154000', '214652.156000', '214712.035000', '214712.037000', '214712.040000', '214712.043000', '214712.046000', '214712.048000', '214712.051000', '214712.054000', '214712.056000', '214712.059000', '214712.062000', '214712.064000', '214712.067000', '214712.070000', '214712.074000', '214712.076000', '214712.079000', '214712.082000', '214712.085000', '214712.088000', '214712.090000', '214712.093000', '214712.096000', '214712.098000', '214712.101000', '214712.104000', '214712.106000', '214712.109000', '214712.112000', '214712.114000', '214712.117000', '214712.120000', '214712.123000', '214712.125000', '214712.129000', '214712.132000', '214712.135000', '214712.140000', '214712.142000', '214712.145000', '214712.148000', '214712.150000', '214712.153000', '214732.036000', '214732.038000', '214732.041000', '214732.044000', '214732.047000', '214732.050000', '214732.053000', '214732.055000', '214732.058000', '214732.061000', '214732.063000', '214732.066000', '214732.069000', '214732.071000', '214732.074000', '214732.077000', '214732.079000', '214732.082000', '214732.085000', '214732.087000', '214732.090000', '214732.092000', '214732.095000', '214732.098000', '214732.100000', '214732.103000', '214732.105000', '214732.108000', '214732.111000', '214732.114000', '214732.117000', '214732.119000', '214732.122000', '214732.125000', '214732.127000', '214732.130000', '214732.133000', '214732.136000', '214732.138000', '214732.141000', '214732.143000', '214732.146000', '214732.148000', '214732.151000', '214752.036000', '214752.038000', '214752.042000', '214752.044000', '214752.047000', '214752.049000', '214752.052000', '214752.055000', '214752.057000', '214752.060000', '214752.063000', '214752.065000', '214752.068000', '214752.070000', '214752.073000', '214752.076000', '214752.079000', '214752.082000', '214752.085000', '214752.088000', '214752.091000', '214752.093000', '214752.096000', '214752.098000', '214752.101000', '214752.104000', '214752.106000', '214752.109000', '214752.112000', '214752.115000', '214752.117000', '214752.120000', '214752.123000', '214752.125000', '214752.128000', '214752.130000', '214752.133000', '214752.136000', '214752.138000', '214752.141000', '214752.144000', '214752.146000', '214752.149000', '214812.036000', '214812.038000', '214812.041000', '214812.044000', '214812.047000', '214812.049000', '214812.052000', '214812.055000', '214812.057000', '214812.060000', '214812.062000', '214812.065000', '214812.068000', '214812.070000', '214812.073000', '214812.075000', '214812.078000', '214812.081000', '214812.083000', '214812.086000', '214812.089000', '214812.091000', '214812.094000', '214812.097000', '214812.099000', '214812.102000', '214812.104000', '214812.107000', '214812.110000', '214812.112000', '214812.143000', '214812.146000', '214812.149000', '214812.151000', '214812.154000', '214812.157000', '214812.159000', '214812.162000', '214812.165000', '214812.167000', '214812.170000', '214812.172000', '214812.175000', '214812.178000', '214832.035000', '214832.039000', '214832.041000', '214832.044000', '214832.046000', '214832.049000', '214832.052000', '214832.054000', '214832.057000', '214832.060000', '214832.062000', '214832.065000', '214832.067000', '214832.070000', '214832.073000', '214832.075000', '214832.078000', '214832.081000', '214832.083000', '214832.086000', '214832.088000', '214832.091000', '214832.094000', '214832.096000', '214832.099000', '214832.102000', '214832.104000', '214832.107000', '214832.110000', '214832.113000', '214832.116000', '214832.118000', '214832.121000', '214832.124000', '214832.126000', '214832.129000', '214832.132000', '214832.134000', '214832.137000', '214832.140000', '214832.142000', '214832.145000', '214832.148000', '214848.159000', '214848.162000', '214848.165000', '214848.167000', '214848.170000', '214848.173000', '214848.176000', '214848.179000', '214848.181000', '214848.184000', '214848.188000', '214848.191000', '214848.193000', '214848.196000', '214848.202000', '214848.204000', '214848.210000', '214848.213000', '214848.220000', '214848.222000', '214848.225000', '214848.228000', '214848.232000', '214848.235000', '214848.238000', '214848.241000', '214848.243000', '214848.246000', '214848.249000', '214848.252000', '214848.254000', '214848.257000', '214848.260000', '214848.263000', '214848.266000', '214848.269000'], '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': [9784, 7836, 9227, 8043, 7648, 12349, 8422, 9199, 6234, 7188, 7286, 7033, 9715, 12128, 8295, 8741, 6478, 7358, 7125, 6784, 8646, 8966, 7037, 8698, 6065, 7217, 9356, 6802, 8350, 5908, 7560, 10542, 8330, 8628, 6309, 7517, 11407, 6654, 8670, 11693, 8249, 8544, 6508, 7792, 11674, 6704, 8510, 11488, 7992, 9129, 6718, 8604, 11155, 8082, 9809, 6847, 7661, 9601, 7059, 9225, 6506, 8966, 11951, 7726, 8978, 10952, 7666, 8806, 5931, 7221, 8983, 6911, 8647, 6212, 7560, 8763, 6951, 8790, 6408, 8661, 6112, 8209, 6553, 7504, 10930, 8119, 10102, 12395, 8984, 9208, 10993, 8057, 9064, 5948, 7322, 9692, 7296, 9017, 5933, 7734, 6294, 6815, 9218, 6569, 8232, 11364, 6832, 9057, 6379, 7277, 9135, 6861, 8866, 6684, 8326, 11222, 8845, 9579, 6377, 7610, 10455, 7794, 9264, 11961, 9252, 10245, 6816, 8709, 6099, 7893, 10461, 7882, 9543, 6178, 7865, 11274, 7100, 7894, 9257, 6637, 7820, 7073, 6629, 8619, 11956, 7071, 8009, 9329, 6932, 7784, 6795, 6780, 8905, 6429, 8261, 11438, 6917, 7903, 10405, 6936, 8374, 6034, 7222, 10721, 7075, 7368, 9092, 6486, 8221, 6225, 7060, 9694, 7116, 9222, 11866, 8151, 9628, 6583, 7657, 11036, 7051, 7804, 9789, 7012, 8628, 6173, 6908, 9738, 6824, 8944, 12027, 8556, 9484, 7026, 8494, 6292, 8197, 11178, 7123, 9291, 6561, 7193, 9378, 5980, 7647, 10244, 6782, 8715, 5776, 6726, 9333, 7123, 9051, 11126, 8527, 10256, 6495, 7682, 10536, 6624, 7457, 9029, 6366, 7607, 9340, 6958, 8581, 6006, 7740, 11229, 7903, 9043, 6713, 8606, 6117, 8375, 11235, 7927, 8425, 11141, 6508, 8101, 10444, 6861, 7743, 9270, 6945, 7975, 5857, 6664, 9649, 6451, 7181, 9312, 6126, 7900, 6006, 7175, 10762, 7085, 7471, 9105, 6775, 8099, 6055, 6837, 9484, 6321, 8009, 10734, 7660, 9016, 6489, 8466, 6038, 8574, 9746, 8519, 10162, 7790, 10619, 12430, 8790, 9622, 11901, 8416, 9679, 6866, 8547, 5885, 7646, 9996, 6646, 8500, 6036, 7289, 5981, 7479, 10486, 7090, 7547, 8073, 7269, 9169, 6439, 7755, 11337, 7305, 9509, 6958, 9090, 12145, 9017, 9260, 6732, 8866, 6288, 7870, 11238, 7886, 7915, 10324, 6729, 8488, 10509, 6741, 8073, 10007, 7003, 8972, 6061, 6984, 8675, 6785, 8687, 8648, 7319, 9033, 7017, 8626, 6459, 8649, 10858, 9130, 10000, 6906, 8278, 11757, 7641, 8971, 10996, 7692, 9510, 6551, 8097, 10985, 6560, 7704, 9503, 6840, 8458, 6086, 7087, 8764, 7340, 9070, 10573, 8432, 9690, 6551, 8116, 7134, 7331, 9945, 6993, 8995, 6257, 7459, 10441, 8082, 9812, 11839, 8701, 10471, 7490, 9011, 6263, 8636, 11453, 8695, 10388, 7495, 9536, 6556, 8966, 11671, 8637, 9085, 7294, 7107, 9169, 7411, 7176, 8521, 5828, 7216, 6100, 6837, 8970, 10121, 7494, 9137, 11599, 7712, 8571, 5861, 6578, 9224, 8332, 6763, 9199, 7548, 7124, 9232, 6278, 7903, 10332, 7353, 8933, 9580, 8125, 9934, 7071, 8556, 11661, 7539, 9067, 11533, 8468, 9338, 6414, 8586, 11671, 6663, 8013, 9962, 7112, 9087, 6246, 7830, 10503, 6597, 8734, 11779, 8038, 9293, 6630, 8682, 6310, 8617, 11220, 8318, 8098, 9771, 6847, 8248, 6049, 6831, 9090, 6782, 9120, 11708, 7969, 9748, 6019, 7290, 7637, 6694, 8860, 6661, 9193, 6183, 8386, 6298, 7775, 10808, 8447, 8006, 9982, 6561, 8606, 11950, 7166, 9554, 11135, 7861, 6755, 6809, 9243, 6651, 8600, 11331, 7770, 9742, 6430, 7557, 10129, 7943, 9551, 11076, 8268, 10692, 7145, 8733, 7008, 8441, 7289, 6156, 8289, 6889, 10585, 12170, 9206, 8390, 10838, 6440, 7731, 9948, 6670, 8176, 5927, 6912, 6037, 7186, 10017, 6830, 7312, 8881, 6184, 7596, 5831, 7071, 9215, 7679, 8737, 6430, 9139, 5916, 8323, 11831, 8449, 8262, 10423, 8104, 8000, 6281, 6659, 9160, 11999, 7571, 8673, 11388, 7161, 8853, 5666, 6434, 9018, 5973, 6932, 8849, 6202, 7229, 9008, 6563, 7736, 9917, 7274, 8178, 10373, 7671, 8077, 8617, 6476, 9139, 11682, 7413, 8885, 8592, 7332, 9328, 6658, 7020, 9515, 6867, 7915, 5993, 6779, 10714, 11119, 8432, 9783, 6926, 7890, 6125, 7361, 10470, 9028, 8057, 9173, 7223, 9215, 12023, 8349, 9679, 12538, 8066, 9770, 6276, 8425, 11586, 6603, 8939, 10247, 7247, 8853, 6153, 7078, 8793, 7083, 9042, 6134, 7202, 6824, 7083, 10048, 11728, 9391, 9771, 9030, 7317, 9297, 6277, 8290, 10612, 6790, 9070, 6359, 7278, 6389, 6807, 9403, 11451, 8297, 9475, 11410, 7724, 8802, 6731, 8340, 11365, 6874, 8946, 6012, 7388, 5844, 6941, 9998, 11575, 8168, 9106, 9115, 7646, 9544, 6707, 7678, 9855, 6728, 8888, 10612, 7424, 8915, 6081, 6979, 9249, 6728, 8629, 10160, 7627, 9158, 5912, 6858, 9294, 8670, 7595, 9848, 7171, 9321, 6704, 8637, 11778, 8006, 8060, 10057, 7199, 8107, 6073, 6844, 9171, 11861, 8217, 9655, 8402, 7211, 9206, 6886, 8324, 11360, 7209, 9021, 11344, 7573, 8869, 6717, 8120, 5971, 7142, 9867, 6845, 8349, 6148, 7122, 10537, 11100, 8064, 9465, 11615, 8345, 9329, 11144, 6815, 8493, 11359, 8486, 9015, 6894, 8567, 11778, 7353, 8139, 9856, 7372, 8857, 6383, 7941, 10344, 7005, 7494, 9510, 6766, 7495, 6346, 6897, 9077, 8501, 7407, 9801, 6247, 7762, 5904, 6769, 9243, 7244, 8836, 11555, 8607, 9271, 6256, 7940, 7787, 6887, 9490, 11881, 8178, 9735, 6691, 8463, 11535, 6960, 8874, 10240, 7307, 8759, 5892, 6960, 9214, 6032, 8020, 6015, 7056, 6437, 7748, 10913, 10841, 8372, 8909, 6516, 8314, 11053, 7812, 7127, 9492, 7803, 6881, 9191, 5983, 6860, 9413, 6125, 8088, 5942, 7243, 9084, 6450, 9003, 11168, 8477, 9698, 6806, 8749, 11673, 7723, 7442, 10053, 8514, 7047, 9566, 6566, 8423, 10032, 7424, 9020, 11515, 7199, 9023, 6847, 8038, 6585, 8428, 10968, 7799, 8311, 10389, 6993, 8632, 6071, 6937, 9027, 8147, 7372, 9530, 5939, 7174, 6993, 6669, 8882, 11499, 7518, 8912, 11196, 7110, 7803, 6206, 7717, 9539, 6269, 7233, 9032, 6061, 6874, 8966, 6766, 8786, 6350, 7168, 10492, 7168, 7471, 9504, 7138, 7221, 9029, 6790, 8569, 11677, 6532, 8030, 10388, 6972, 8586, 6210, 6985, 9093, 6382, 9022, 11131, 7120, 8851, 5950, 7523, 7023, 6724, 9680, 11622, 7674, 8563, 10733, 7228, 9120, 5969, 6798, 9368, 8259, 7389, 9388, 6777, 6859, 9185, 6531, 8557, 11617, 6714, 8026, 9896, 6720, 8099, 6138, 6356, 9165, 11792, 7263, 8654, 11172, 6675, 8830, 6124, 7581, 9709, 6228, 7039, 9115, 6125, 7079, 8966, 6734, 8548, 11164, 6664, 8730, 10631, 7540, 8949, 6590, 6731, 9717, 11290, 7404, 9750, 6058, 7353, 9955, 6582, 7967, 10678, 6934, 7961, 9585, 6635, 8601, 6075, 7128, 10467, 7651, 7441, 9583, 6439, 7052, 9400, 6437, 8312, 11421, 6764, 7697, 9726, 6782, 7761, 9612, 6606, 8964, 11772, 7215, 8512, 10915, 7224, 8616, 10622, 6825, 8874, 11880, 7196, 8290, 11019, 7513, 8999, 6645, 7778, 11152, 6559, 8125, 9301, 7176, 8774, 6768, 8482, 11378, 7917, 8516, 10083, 7465, 8558, 6634, 7893, 11762, 7534, 7925, 9621, 6948, 7664, 10927, 6601, 8181, 10501, 7270, 8597, 6416, 7142, 10360, 6744, 7326, 8961, 6351, 7306, 7617, 7196, 9336, 11715, 8129, 9168, 8873, 7261, 9356, 7068, 8223, 11647, 7531, 9700, 6469, 7621, 10937, 7213, 7633, 9458, 8439, 7350, 9314, 6927, 7758, 9666, 7130, 9001, 10618, 7274, 9431, 6832, 8838, 6393, 8365, 11003, 7991, 9390, 6653, 8659, 6238, 7928, 11265, 12053, 9115, 10032, 6670, 7219, 9406, 6109, 7764, 9429, 7141, 8440, 7190, 7952, 11223, 7227, 8958, 8855, 7173, 9346, 7135, 8680, 11284, 7419, 9528, 11393, 7299, 6816, 6436, 6445, 7268, 6645, 9336, 7547, 10700, 11910, 9670, 8391, 8428, 7076, 8714, 11702, 7567, 8355, 11281, 7404, 5737, 6296, 6360, 7647, 7409, 9015, 10613, 8540, 8039, 9511, 9408, 7923, 9721, 11340, 7930, 9220, 10204, 7627], 'WindowCenter': [3948.0, 3914.0, 3921.0, 3896.0, 3886.0, 3926.0, 3882.0, 3891.0, 3848.0, 3870.0, 3868.0, 3870.0, 3902.0, 3911.0, 3882.0, 3881.0, 3848.0, 3869.0, 3857.0, 3858.0, 3890.0, 3889.0, 3871.0, 3891.0, 3849.0, 3869.0, 3888.0, 3859.0, 3879.0, 3850.0, 3884.0, 3912.0, 3893.0, 3892.0, 3860.0, 3872.0, 3911.0, 3860.0, 3893.0, 3911.0, 3881.0, 3879.0, 3859.0, 3882.0, 3910.0, 3860.0, 3894.0, 3911.0, 3882.0, 3890.0, 3872.0, 3893.0, 3911.0, 3881.0, 3904.0, 3859.0, 3881.0, 3889.0, 3870.0, 3889.0, 3860.0, 3903.0, 3913.0, 3882.0, 3893.0, 3899.0, 3869.0, 3878.0, 3836.0, 3870.0, 3888.0, 3872.0, 3893.0, 3850.0, 3884.0, 3890.0, 3871.0, 3891.0, 3873.0, 3905.0, 3863.0, 3906.0, 3873.0, 3884.0, 3914.0, 3894.0, 3915.0, 3924.0, 3892.0, 3892.0, 3900.0, 3879.0, 3877.0, 3847.0, 3869.0, 3889.0, 3882.0, 3891.0, 3848.0, 3882.0, 3859.0, 3871.0, 3901.0, 3870.0, 3894.0, 3912.0, 3861.0, 3893.0, 3861.0, 3882.0, 3901.0, 3873.0, 3902.0, 3874.0, 3906.0, 3924.0, 3905.0, 3903.0, 3861.0, 3883.0, 3912.0, 3883.0, 3906.0, 3912.0, 3904.0, 3900.0, 3860.0, 3891.0, 3850.0, 3894.0, 3912.0, 3893.0, 3902.0, 3850.0, 3894.0, 3914.0, 3869.0, 3882.0, 3892.0, 3858.0, 3881.0, 3857.0, 3870.0, 3893.0, 3909.0, 3869.0, 3880.0, 3888.0, 3871.0, 3882.0, 3859.0, 3872.0, 3901.0, 3873.0, 3906.0, 3924.0, 3871.0, 3895.0, 3912.0, 3871.0, 3892.0, 3851.0, 3883.0, 3914.0, 3869.0, 3881.0, 3892.0, 3861.0, 3894.0, 3861.0, 3883.0, 3903.0, 3884.0, 3916.0, 3925.0, 3893.0, 3904.0, 3861.0, 3883.0, 3914.0, 3870.0, 3882.0, 3902.0, 3870.0, 3892.0, 3849.0, 3873.0, 3901.0, 3873.0, 3905.0, 3923.0, 3893.0, 3902.0, 3872.0, 3893.0, 3862.0, 3906.0, 3925.0, 3873.0, 3905.0, 3860.0, 3873.0, 3904.0, 3850.0, 3883.0, 3902.0, 3861.0, 3893.0, 3838.0, 3861.0, 3890.0, 3872.0, 3904.0, 3912.0, 3893.0, 3902.0, 3848.0, 3881.0, 3901.0, 3846.0, 3868.0, 3889.0, 3847.0, 3880.0, 3888.0, 3870.0, 3889.0, 3850.0, 3895.0, 3924.0, 3894.0, 3904.0, 3873.0, 3904.0, 3863.0, 3907.0, 3927.0, 3883.0, 3894.0, 3900.0, 3849.0, 3880.0, 3899.0, 3859.0, 3883.0, 3890.0, 3872.0, 3893.0, 3850.0, 3873.0, 3915.0, 3861.0, 3884.0, 3903.0, 3851.0, 3892.0, 3861.0, 3885.0, 3926.0, 3871.0, 3883.0, 3893.0, 3860.0, 3881.0, 3851.0, 3872.0, 3903.0, 3875.0, 3895.0, 3913.0, 3883.0, 3892.0, 3862.0, 3894.0, 3865.0, 3917.0, 3916.0, 3907.0, 3914.0, 3895.0, 3917.0, 3925.0, 3893.0, 3903.0, 3910.0, 3880.0, 3889.0, 3859.0, 3891.0, 3849.0, 3883.0, 3902.0, 3861.0, 3891.0, 3850.0, 3883.0, 3862.0, 3897.0, 3928.0, 3872.0, 3883.0, 3880.0, 3872.0, 3904.0, 3862.0, 3883.0, 3912.0, 3871.0, 3901.0, 3873.0, 3905.0, 3924.0, 3892.0, 3892.0, 3861.0, 3891.0, 3860.0, 3882.0, 3915.0, 3881.0, 3881.0, 3900.0, 3858.0, 3879.0, 3887.0, 3846.0, 3880.0, 3887.0, 3857.0, 3889.0, 3836.0, 3869.0, 3878.0, 3871.0, 3904.0, 3890.0, 3883.0, 3891.0, 3872.0, 3891.0, 3873.0, 3906.0, 3914.0, 3904.0, 3903.0, 3870.0, 3893.0, 3912.0, 3882.0, 3892.0, 3899.0, 3869.0, 3888.0, 3848.0, 3881.0, 3900.0, 3857.0, 3881.0, 3889.0, 3859.0, 3880.0, 3848.0, 3871.0, 3890.0, 3883.0, 3905.0, 3912.0, 3893.0, 3891.0, 3848.0, 3880.0, 3858.0, 3883.0, 3903.0, 3871.0, 3892.0, 3860.0, 3882.0, 3901.0, 3894.0, 3916.0, 3912.0, 3893.0, 3900.0, 3870.0, 3890.0, 3860.0, 3905.0, 3912.0, 3892.0, 3901.0, 3871.0, 3901.0, 3860.0, 3904.0, 3913.0, 3880.0, 3891.0, 3857.0, 3859.0, 3890.0, 3867.0, 3871.0, 3891.0, 3837.0, 3871.0, 3849.0, 3873.0, 3904.0, 3900.0, 3871.0, 3904.0, 3911.0, 3870.0, 3891.0, 3837.0, 3860.0, 3891.0, 3877.0, 3860.0, 3903.0, 3879.0, 3871.0, 3891.0, 3860.0, 3882.0, 3901.0, 3884.0, 3905.0, 3901.0, 3894.0, 3901.0, 3872.0, 3893.0, 3912.0, 3883.0, 3893.0, 3901.0, 3881.0, 3889.0, 3860.0, 3892.0, 3912.0, 3859.0, 3882.0, 3900.0, 3870.0, 3891.0, 3860.0, 3882.0, 3901.0, 3860.0, 3894.0, 3912.0, 3881.0, 3892.0, 3872.0, 3891.0, 3874.0, 3906.0, 3927.0, 3894.0, 3884.0, 3902.0, 3859.0, 3881.0, 3837.0, 3861.0, 3890.0, 3860.0, 3905.0, 3912.0, 3881.0, 3902.0, 3849.0, 3871.0, 3880.0, 3874.0, 3904.0, 3874.0, 3917.0, 3864.0, 3906.0, 3875.0, 3898.0, 3929.0, 3894.0, 3884.0, 3902.0, 3860.0, 3892.0, 3911.0, 3872.0, 3902.0, 3900.0, 3881.0, 3859.0, 3873.0, 3902.0, 3872.0, 3907.0, 3914.0, 3882.0, 3903.0, 3860.0, 3882.0, 3901.0, 3894.0, 3905.0, 3913.0, 3892.0, 3901.0, 3883.0, 3903.0, 3884.0, 3892.0, 3884.0, 3875.0, 3906.0, 3897.0, 3941.0, 3941.0, 3905.0, 3883.0, 3899.0, 3846.0, 3868.0, 3889.0, 3846.0, 3879.0, 3848.0, 3869.0, 3849.0, 3873.0, 3903.0, 3861.0, 3871.0, 3891.0, 3849.0, 3870.0, 3838.0, 3873.0, 3903.0, 3894.0, 3904.0, 3864.0, 3905.0, 3852.0, 3894.0, 3926.0, 3882.0, 3882.0, 3902.0, 3868.0, 3868.0, 3845.0, 3859.0, 3891.0, 3899.0, 3869.0, 3890.0, 3898.0, 3858.0, 3888.0, 3836.0, 3848.0, 3889.0, 3848.0, 3870.0, 3890.0, 3848.0, 3870.0, 3888.0, 3859.0, 3881.0, 3900.0, 3882.0, 3893.0, 3901.0, 3881.0, 3881.0, 3890.0, 3860.0, 3903.0, 3922.0, 3884.0, 3905.0, 3892.0, 3883.0, 3903.0, 3871.0, 3884.0, 3916.0, 3872.0, 3894.0, 3861.0, 3874.0, 3926.0, 3925.0, 3894.0, 3914.0, 3871.0, 3882.0, 3851.0, 3884.0, 3927.0, 3892.0, 3893.0, 3891.0, 3882.0, 3903.0, 3911.0, 3892.0, 3901.0, 3910.0, 3880.0, 3887.0, 3847.0, 3880.0, 3910.0, 3860.0, 3890.0, 3899.0, 3868.0, 3878.0, 3846.0, 3870.0, 3890.0, 3871.0, 3903.0, 3861.0, 3883.0, 3871.0, 3884.0, 3917.0, 3925.0, 3892.0, 3903.0, 3878.0, 3870.0, 3889.0, 3846.0, 3879.0, 3899.0, 3860.0, 3890.0, 3848.0, 3869.0, 3848.0, 3860.0, 3902.0, 3910.0, 3892.0, 3902.0, 3899.0, 3869.0, 3876.0, 3857.0, 3881.0, 3909.0, 3859.0, 3889.0, 3848.0, 3870.0, 3849.0, 3872.0, 3913.0, 3911.0, 3892.0, 3891.0, 3878.0, 3869.0, 3888.0, 3858.0, 3880.0, 3889.0, 3860.0, 3892.0, 3899.0, 3870.0, 3889.0, 3847.0, 3870.0, 3889.0, 3872.0, 3893.0, 3902.0, 3882.0, 3891.0, 3838.0, 3871.0, 3903.0, 3892.0, 3881.0, 3902.0, 3870.0, 3889.0, 3871.0, 3893.0, 3913.0, 3881.0, 3883.0, 3889.0, 3858.0, 3879.0, 3847.0, 3859.0, 3892.0, 3909.0, 3881.0, 3890.0, 3866.0, 3869.0, 3887.0, 3858.0, 3880.0, 3898.0, 3870.0, 3891.0, 3898.0, 3869.0, 3888.0, 3860.0, 3880.0, 3861.0, 3886.0, 3914.0, 3873.0, 3894.0, 3862.0, 3885.0, 3916.0, 3912.0, 3882.0, 3903.0, 3912.0, 3881.0, 3890.0, 3897.0, 3847.0, 3890.0, 3909.0, 3879.0, 3888.0, 3870.0, 3892.0, 3911.0, 3870.0, 3881.0, 3888.0, 3869.0, 3877.0, 3860.0, 3881.0, 3901.0, 3857.0, 3869.0, 3900.0, 3846.0, 3868.0, 3846.0, 3869.0, 3890.0, 3878.0, 3870.0, 3900.0, 3847.0, 3869.0, 3836.0, 3859.0, 3889.0, 3870.0, 3892.0, 3912.0, 3891.0, 3889.0, 3847.0, 3880.0, 3867.0, 3869.0, 3902.0, 3910.0, 3878.0, 3887.0, 3859.0, 3890.0, 3910.0, 3870.0, 3890.0, 3899.0, 3868.0, 3878.0, 3837.0, 3870.0, 3901.0, 3849.0, 3880.0, 3849.0, 3871.0, 3873.0, 3895.0, 3928.0, 3914.0, 3882.0, 3891.0, 3860.0, 3892.0, 3913.0, 3869.0, 3859.0, 3889.0, 3856.0, 3856.0, 3876.0, 3833.0, 3857.0, 3888.0, 3836.0, 3879.0, 3847.0, 3869.0, 3888.0, 3860.0, 3903.0, 3911.0, 3881.0, 3891.0, 3859.0, 3892.0, 3912.0, 3867.0, 3869.0, 3891.0, 3865.0, 3857.0, 3875.0, 3845.0, 3877.0, 3886.0, 3856.0, 3889.0, 3898.0, 3857.0, 3877.0, 3859.0, 3878.0, 3871.0, 3893.0, 3913.0, 3871.0, 3880.0, 3889.0, 3857.0, 3878.0, 3836.0, 3858.0, 3890.0, 3866.0, 3868.0, 3888.0, 3835.0, 3857.0, 3855.0, 3858.0, 3891.0, 3898.0, 3857.0, 3890.0, 3898.0, 3858.0, 3868.0, 3849.0, 3881.0, 3900.0, 3847.0, 3870.0, 3879.0, 3848.0, 3860.0, 3889.0, 3860.0, 3891.0, 3860.0, 3872.0, 3913.0, 3858.0, 3870.0, 3891.0, 3857.0, 3869.0, 3878.0, 3859.0, 3891.0, 3909.0, 3847.0, 3880.0, 3899.0, 3859.0, 3889.0, 3848.0, 3871.0, 3890.0, 3861.0, 3892.0, 3913.0, 3871.0, 3891.0, 3850.0, 3883.0, 3870.0, 3873.0, 3915.0, 3912.0, 3882.0, 3892.0, 3900.0, 3869.0, 3889.0, 3849.0, 3861.0, 3891.0, 3878.0, 3870.0, 3892.0, 3857.0, 3859.0, 3889.0, 3860.0, 3892.0, 3912.0, 3860.0, 3892.0, 3901.0, 3858.0, 3881.0, 3847.0, 3860.0, 3902.0, 3910.0, 3869.0, 3892.0, 3910.0, 3860.0, 3891.0, 3860.0, 3893.0, 3903.0, 3849.0, 3883.0, 3904.0, 3862.0, 3884.0, 3902.0, 3874.0, 3905.0, 3913.0, 3874.0, 3905.0, 3912.0, 3883.0, 3892.0, 3859.0, 3871.0, 3904.0, 3911.0, 3882.0, 3903.0, 3850.0, 3882.0, 3901.0, 3871.0, 3893.0, 3913.0, 3872.0, 3893.0, 3903.0, 3873.0, 3891.0, 3862.0, 3884.0, 3926.0, 3883.0, 3883.0, 3904.0, 3860.0, 3872.0, 3901.0, 3872.0, 3905.0, 3924.0, 3872.0, 3894.0, 3903.0, 3872.0, 3893.0, 3901.0, 3872.0, 3904.0, 3924.0, 3882.0, 3904.0, 3912.0, 3871.0, 3892.0, 3900.0, 3871.0, 3902.0, 3910.0, 3872.0, 3893.0, 3911.0, 3882.0, 3901.0, 3872.0, 3895.0, 3924.0, 3873.0, 3894.0, 3903.0, 3884.0, 3903.0, 3886.0, 3918.0, 3926.0, 3895.0, 3906.0, 3914.0, 3883.0, 3892.0, 3873.0, 3906.0, 3937.0, 3883.0, 3895.0, 3903.0, 3872.0, 3894.0, 3912.0, 3871.0, 3894.0, 3913.0, 3882.0, 3892.0, 3872.0, 3884.0, 3915.0, 3871.0, 3883.0, 3903.0, 3861.0, 3883.0, 3881.0, 3883.0, 3915.0, 3924.0, 3894.0, 3904.0, 3891.0, 3881.0, 3901.0, 3871.0, 3894.0, 3924.0, 3883.0, 3903.0, 3861.0, 3894.0, 3915.0, 3870.0, 3881.0, 3903.0, 3879.0, 3871.0, 3889.0, 3869.0, 3881.0, 3889.0, 3871.0, 3904.0, 3912.0, 3885.0, 3903.0, 3874.0, 3904.0, 3874.0, 3908.0, 3926.0, 3895.0, 3904.0, 3875.0, 3906.0, 3862.0, 3896.0, 3928.0, 3924.0, 3893.0, 3901.0, 3858.0, 3870.0, 3890.0, 3848.0, 3870.0, 3889.0, 3870.0, 3879.0, 3872.0, 3894.0, 3912.0, 3883.0, 3894.0, 3891.0, 3871.0, 3890.0, 3872.0, 3894.0, 3912.0, 3871.0, 3903.0, 3913.0, 3872.0, 3871.0, 3861.0, 3872.0, 3884.0, 3885.0, 3917.0, 3909.0, 3942.0, 3931.0, 3905.0, 3882.0, 3867.0, 3858.0, 3880.0, 3898.0, 3856.0, 3881.0, 3898.0, 3857.0, 3836.0, 3858.0, 3859.0, 3880.0, 3883.0, 3906.0, 3916.0, 3881.0, 3883.0, 3904.0, 3889.0, 3880.0, 3891.0, 3898.0, 3869.0, 3889.0, 3886.0, 3856.0], 'WindowWidth': [8826.0, 8771.0, 8774.0, 8730.0, 8717.0, 8771.0, 8703.0, 8714.0, 8653.0, 8684.0, 8679.0, 8684.0, 8729.0, 8742.0, 8703.0, 8697.0, 8649.0, 8680.0, 8661.0, 8667.0, 8711.0, 8707.0, 8687.0, 8714.0, 8654.0, 8682.0, 8704.0, 8670.0, 8696.0, 8660.0, 8710.0, 8743.0, 8722.0, 8717.0, 8673.0, 8690.0, 8741.0, 8671.0, 8719.0, 8738.0, 8699.0, 8693.0, 8669.0, 8704.0, 8738.0, 8672.0, 8721.0, 8739.0, 8704.0, 8711.0, 8693.0, 8720.0, 8739.0, 8701.0, 8735.0, 8668.0, 8701.0, 8709.0, 8686.0, 8708.0, 8675.0, 8733.0, 8746.0, 8703.0, 8717.0, 8721.0, 8680.0, 8691.0, 8635.0, 8684.0, 8706.0, 8692.0, 8721.0, 8658.0, 8709.0, 8712.0, 8690.0, 8714.0, 8697.0, 8741.0, 8682.0, 8743.0, 8695.0, 8712.0, 8750.0, 8724.0, 8755.0, 8764.0, 8719.0, 8715.0, 8722.0, 8695.0, 8689.0, 8648.0, 8682.0, 8706.0, 8704.0, 8715.0, 8653.0, 8704.0, 8670.0, 8690.0, 8728.0, 8687.0, 8722.0, 8744.0, 8677.0, 8719.0, 8674.0, 8704.0, 8728.0, 8695.0, 8732.0, 8700.0, 8745.0, 8764.0, 8740.0, 8733.0, 8676.0, 8707.0, 8743.0, 8709.0, 8743.0, 8744.0, 8736.0, 8725.0, 8675.0, 8714.0, 8661.0, 8724.0, 8745.0, 8720.0, 8733.0, 8660.0, 8723.0, 8750.0, 8682.0, 8703.0, 8717.0, 8665.0, 8700.0, 8663.0, 8686.0, 8719.0, 8735.0, 8681.0, 8696.0, 8707.0, 8691.0, 8705.0, 8672.0, 8692.0, 8729.0, 8696.0, 8743.0, 8764.0, 8689.0, 8725.0, 8744.0, 8689.0, 8717.0, 8663.0, 8709.0, 8751.0, 8683.0, 8702.0, 8718.0, 8676.0, 8723.0, 8676.0, 8710.0, 8734.0, 8713.0, 8757.0, 8767.0, 8722.0, 8737.0, 8677.0, 8708.0, 8750.0, 8685.0, 8706.0, 8730.0, 8686.0, 8716.0, 8659.0, 8695.0, 8728.0, 8695.0, 8741.0, 8760.0, 8722.0, 8731.0, 8694.0, 8720.0, 8681.0, 8745.0, 8767.0, 8695.0, 8739.0, 8673.0, 8694.0, 8735.0, 8660.0, 8709.0, 8733.0, 8674.0, 8719.0, 8640.0, 8675.0, 8711.0, 8692.0, 8739.0, 8743.0, 8720.0, 8731.0, 8653.0, 8701.0, 8726.0, 8647.0, 8679.0, 8709.0, 8650.0, 8698.0, 8705.0, 8686.0, 8709.0, 8662.0, 8729.0, 8763.0, 8726.0, 8736.0, 8697.0, 8737.0, 8685.0, 8749.0, 8775.0, 8707.0, 8724.0, 8725.0, 8655.0, 8699.0, 8722.0, 8669.0, 8706.0, 8710.0, 8692.0, 8720.0, 8663.0, 8697.0, 8754.0, 8677.0, 8711.0, 8736.0, 8662.0, 8719.0, 8677.0, 8713.0, 8770.0, 8691.0, 8707.0, 8719.0, 8674.0, 8701.0, 8662.0, 8694.0, 8736.0, 8701.0, 8727.0, 8749.0, 8709.0, 8717.0, 8679.0, 8723.0, 8691.0, 8762.0, 8756.0, 8747.0, 8753.0, 8728.0, 8760.0, 8765.0, 8720.0, 8731.0, 8736.0, 8696.0, 8706.0, 8670.0, 8714.0, 8659.0, 8709.0, 8731.0, 8675.0, 8715.0, 8662.0, 8707.0, 8681.0, 8734.0, 8777.0, 8693.0, 8709.0, 8698.0, 8691.0, 8735.0, 8679.0, 8705.0, 8744.0, 8690.0, 8728.0, 8695.0, 8741.0, 8763.0, 8718.0, 8715.0, 8674.0, 8714.0, 8672.0, 8705.0, 8754.0, 8700.0, 8698.0, 8723.0, 8665.0, 8693.0, 8701.0, 8646.0, 8697.0, 8703.0, 8661.0, 8707.0, 8633.0, 8682.0, 8691.0, 8690.0, 8737.0, 8712.0, 8707.0, 8714.0, 8692.0, 8716.0, 8695.0, 8745.0, 8750.0, 8738.0, 8734.0, 8685.0, 8719.0, 8743.0, 8703.0, 8716.0, 8721.0, 8681.0, 8705.0, 8653.0, 8700.0, 8725.0, 8664.0, 8700.0, 8709.0, 8668.0, 8699.0, 8654.0, 8689.0, 8712.0, 8708.0, 8742.0, 8745.0, 8720.0, 8714.0, 8653.0, 8698.0, 8667.0, 8707.0, 8734.0, 8687.0, 8719.0, 8672.0, 8704.0, 8728.0, 8725.0, 8756.0, 8743.0, 8720.0, 8725.0, 8686.0, 8710.0, 8673.0, 8739.0, 8746.0, 8718.0, 8728.0, 8688.0, 8726.0, 8673.0, 8738.0, 8750.0, 8696.0, 8713.0, 8662.0, 8668.0, 8711.0, 8676.0, 8689.0, 8713.0, 8638.0, 8688.0, 8658.0, 8695.0, 8738.0, 8725.0, 8687.0, 8735.0, 8739.0, 8683.0, 8714.0, 8636.0, 8672.0, 8714.0, 8690.0, 8672.0, 8733.0, 8696.0, 8689.0, 8714.0, 8675.0, 8706.0, 8729.0, 8712.0, 8742.0, 8729.0, 8724.0, 8729.0, 8692.0, 8722.0, 8743.0, 8707.0, 8719.0, 8724.0, 8700.0, 8707.0, 8673.0, 8718.0, 8743.0, 8669.0, 8704.0, 8724.0, 8685.0, 8714.0, 8673.0, 8705.0, 8728.0, 8672.0, 8724.0, 8742.0, 8701.0, 8715.0, 8691.0, 8716.0, 8699.0, 8744.0, 8772.0, 8722.0, 8708.0, 8730.0, 8668.0, 8698.0, 8636.0, 8672.0, 8709.0, 8674.0, 8740.0, 8745.0, 8700.0, 8730.0, 8655.0, 8688.0, 8698.0, 8698.0, 8736.0, 8699.0, 8757.0, 8687.0, 8744.0, 8702.0, 8739.0, 8781.0, 8725.0, 8709.0, 8728.0, 8673.0, 8716.0, 8740.0, 8691.0, 8730.0, 8723.0, 8700.0, 8669.0, 8693.0, 8730.0, 8693.0, 8746.0, 8750.0, 8705.0, 8733.0, 8672.0, 8705.0, 8728.0, 8722.0, 8740.0, 8747.0, 8717.0, 8729.0, 8709.0, 8737.0, 8711.0, 8719.0, 8714.0, 8705.0, 8746.0, 8737.0, 8801.0, 8801.0, 8739.0, 8705.0, 8720.0, 8647.0, 8677.0, 8705.0, 8646.0, 8694.0, 8652.0, 8682.0, 8659.0, 8695.0, 8734.0, 8674.0, 8687.0, 8714.0, 8654.0, 8684.0, 8641.0, 8694.0, 8734.0, 8724.0, 8738.0, 8685.0, 8739.0, 8667.0, 8724.0, 8770.0, 8704.0, 8704.0, 8728.0, 8678.0, 8678.0, 8644.0, 8666.0, 8711.0, 8720.0, 8682.0, 8710.0, 8715.0, 8666.0, 8705.0, 8633.0, 8652.0, 8709.0, 8653.0, 8687.0, 8712.0, 8655.0, 8686.0, 8706.0, 8671.0, 8701.0, 8724.0, 8706.0, 8721.0, 8727.0, 8702.0, 8703.0, 8711.0, 8675.0, 8734.0, 8757.0, 8711.0, 8741.0, 8717.0, 8708.0, 8735.0, 8690.0, 8711.0, 8756.0, 8693.0, 8726.0, 8679.0, 8700.0, 8772.0, 8768.0, 8724.0, 8751.0, 8690.0, 8705.0, 8664.0, 8712.0, 8774.0, 8718.0, 8722.0, 8714.0, 8705.0, 8736.0, 8744.0, 8719.0, 8728.0, 8738.0, 8698.0, 8701.0, 8652.0, 8697.0, 8738.0, 8674.0, 8712.0, 8721.0, 8678.0, 8692.0, 8648.0, 8686.0, 8713.0, 8691.0, 8735.0, 8677.0, 8710.0, 8691.0, 8712.0, 8762.0, 8769.0, 8720.0, 8733.0, 8691.0, 8683.0, 8706.0, 8649.0, 8694.0, 8720.0, 8672.0, 8710.0, 8653.0, 8682.0, 8653.0, 8673.0, 8731.0, 8740.0, 8717.0, 8729.0, 8720.0, 8680.0, 8683.0, 8664.0, 8699.0, 8732.0, 8669.0, 8708.0, 8654.0, 8686.0, 8657.0, 8691.0, 8749.0, 8742.0, 8717.0, 8716.0, 8692.0, 8682.0, 8703.0, 8665.0, 8697.0, 8707.0, 8673.0, 8716.0, 8723.0, 8684.0, 8708.0, 8652.0, 8686.0, 8709.0, 8692.0, 8721.0, 8731.0, 8704.0, 8714.0, 8643.0, 8690.0, 8736.0, 8717.0, 8703.0, 8729.0, 8687.0, 8710.0, 8690.0, 8720.0, 8748.0, 8701.0, 8705.0, 8708.0, 8665.0, 8694.0, 8649.0, 8669.0, 8716.0, 8736.0, 8701.0, 8711.0, 8673.0, 8681.0, 8701.0, 8667.0, 8698.0, 8719.0, 8685.0, 8714.0, 8720.0, 8682.0, 8707.0, 8673.0, 8701.0, 8677.0, 8717.0, 8753.0, 8694.0, 8724.0, 8679.0, 8715.0, 8756.0, 8746.0, 8707.0, 8735.0, 8743.0, 8701.0, 8711.0, 8715.0, 8649.0, 8713.0, 8736.0, 8697.0, 8705.0, 8687.0, 8719.0, 8740.0, 8683.0, 8701.0, 8705.0, 8681.0, 8689.0, 8672.0, 8702.0, 8729.0, 8664.0, 8684.0, 8724.0, 8647.0, 8678.0, 8648.0, 8683.0, 8713.0, 8691.0, 8685.0, 8722.0, 8648.0, 8681.0, 8634.0, 8670.0, 8709.0, 8687.0, 8719.0, 8744.0, 8713.0, 8707.0, 8649.0, 8696.0, 8675.0, 8682.0, 8731.0, 8738.0, 8693.0, 8701.0, 8668.0, 8712.0, 8739.0, 8687.0, 8712.0, 8720.0, 8680.0, 8691.0, 8637.0, 8687.0, 8730.0, 8657.0, 8699.0, 8659.0, 8689.0, 8697.0, 8730.0, 8777.0, 8750.0, 8704.0, 8714.0, 8673.0, 8718.0, 8746.0, 8681.0, 8668.0, 8707.0, 8658.0, 8658.0, 8683.0, 8625.0, 8662.0, 8706.0, 8634.0, 8694.0, 8651.0, 8684.0, 8707.0, 8674.0, 8733.0, 8742.0, 8701.0, 8713.0, 8671.0, 8718.0, 8744.0, 8675.0, 8681.0, 8711.0, 8669.0, 8660.0, 8680.0, 8643.0, 8688.0, 8697.0, 8661.0, 8708.0, 8717.0, 8664.0, 8688.0, 8669.0, 8694.0, 8689.0, 8720.0, 8746.0, 8687.0, 8698.0, 8705.0, 8663.0, 8689.0, 8634.0, 8667.0, 8710.0, 8674.0, 8679.0, 8705.0, 8629.0, 8661.0, 8658.0, 8667.0, 8712.0, 8718.0, 8662.0, 8709.0, 8718.0, 8665.0, 8678.0, 8656.0, 8702.0, 8725.0, 8650.0, 8684.0, 8694.0, 8653.0, 8673.0, 8709.0, 8673.0, 8713.0, 8673.0, 8692.0, 8749.0, 8666.0, 8683.0, 8714.0, 8662.0, 8680.0, 8692.0, 8669.0, 8714.0, 8734.0, 8649.0, 8696.0, 8722.0, 8668.0, 8709.0, 8655.0, 8689.0, 8711.0, 8676.0, 8717.0, 8745.0, 8688.0, 8713.0, 8659.0, 8706.0, 8686.0, 8694.0, 8752.0, 8745.0, 8704.0, 8716.0, 8722.0, 8681.0, 8708.0, 8654.0, 8674.0, 8716.0, 8691.0, 8683.0, 8717.0, 8663.0, 8671.0, 8708.0, 8675.0, 8719.0, 8743.0, 8672.0, 8718.0, 8728.0, 8667.0, 8701.0, 8652.0, 8673.0, 8732.0, 8736.0, 8683.0, 8717.0, 8738.0, 8673.0, 8714.0, 8676.0, 8722.0, 8736.0, 8660.0, 8709.0, 8737.0, 8678.0, 8714.0, 8734.0, 8699.0, 8743.0, 8749.0, 8699.0, 8739.0, 8744.0, 8708.0, 8718.0, 8669.0, 8689.0, 8736.0, 8743.0, 8706.0, 8734.0, 8660.0, 8705.0, 8727.0, 8691.0, 8722.0, 8749.0, 8694.0, 8722.0, 8734.0, 8695.0, 8717.0, 8681.0, 8714.0, 8771.0, 8708.0, 8707.0, 8739.0, 8675.0, 8692.0, 8730.0, 8696.0, 8742.0, 8766.0, 8696.0, 8725.0, 8735.0, 8692.0, 8722.0, 8731.0, 8694.0, 8738.0, 8762.0, 8706.0, 8738.0, 8744.0, 8690.0, 8718.0, 8725.0, 8689.0, 8731.0, 8739.0, 8692.0, 8721.0, 8742.0, 8706.0, 8729.0, 8696.0, 8728.0, 8765.0, 8698.0, 8727.0, 8736.0, 8713.0, 8737.0, 8720.0, 8764.0, 8772.0, 8728.0, 8742.0, 8751.0, 8710.0, 8719.0, 8697.0, 8747.0, 8788.0, 8709.0, 8729.0, 8734.0, 8693.0, 8724.0, 8745.0, 8689.0, 8724.0, 8746.0, 8708.0, 8720.0, 8696.0, 8715.0, 8755.0, 8691.0, 8710.0, 8736.0, 8679.0, 8708.0, 8705.0, 8711.0, 8755.0, 8764.0, 8724.0, 8737.0, 8716.0, 8703.0, 8726.0, 8691.0, 8726.0, 8763.0, 8709.0, 8736.0, 8679.0, 8725.0, 8755.0, 8684.0, 8703.0, 8734.0, 8696.0, 8687.0, 8708.0, 8684.0, 8702.0, 8711.0, 8691.0, 8739.0, 8745.0, 8715.0, 8734.0, 8699.0, 8738.0, 8699.0, 8750.0, 8770.0, 8727.0, 8737.0, 8701.0, 8743.0, 8681.0, 8730.0, 8778.0, 8765.0, 8721.0, 8727.0, 8667.0, 8684.0, 8712.0, 8654.0, 8684.0, 8709.0, 8686.0, 8697.0, 8693.0, 8724.0, 8745.0, 8706.0, 8721.0, 8715.0, 8689.0, 8712.0, 8692.0, 8722.0, 8743.0, 8688.0, 8732.0, 8747.0, 8692.0, 8690.0, 8678.0, 8694.0, 8713.0, 8717.0, 8760.0, 8754.0, 8806.0, 8789.0, 8739.0, 8703.0, 8677.0, 8665.0, 8696.0, 8717.0, 8658.0, 8702.0, 8717.0, 8658.0, 8632.0, 8667.0, 8672.0, 8699.0, 8709.0, 8744.0, 8756.0, 8699.0, 8704.0, 8734.0, 8707.0, 8696.0, 8711.0, 8715.0, 8679.0, 8707.0, 8695.0, 8656.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.001332946273830156</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.022303856239168113</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.12057200653077</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2427840773200336</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.024206736322638</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4587</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5413.5366</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08902616787024512</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.032928942807626</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5705448024232536</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5789483930585333</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6458193914642045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.486866622747022</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010153</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009512271732091904</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01824498176574707</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9491741693922657</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>25.4515</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5134</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.4529</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305929.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>682.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.5096</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8014</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.9476</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3152.77</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3343.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70615.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1032.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4068.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>846.5001</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.57585738878697</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> |