=== 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-0029 --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-0029",
"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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-03/func/sub-0029_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>f9eb3ff2e0e9e35b81610864d53930ef</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:28:48.255000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995725, -0.0654505, 0.0651747, 0.0617734, 0.996466, 0.0569214]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0994661</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>[4147, -7754, -7299, 602, -52, -183, -41, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>38d4dab9-6c56-4a59-a0fb-8f0a0c0ca7d4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6714577674865723, 0.1657334417104721, 0.18540862202644348, 103.97938537597656], [0.17559878528118134, 2.6734447479248047, 0.14216046035289764, -92.84070587158203], [0.17485888302326202, -0.1527159959077835, 2.6898725032806396, -72.40725708007812], [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': ['122848.255000', '122848.715000', '122849.175000', '122849.635000', '122850.095000', '122850.555000', '122851.015000', '122851.475000', '122851.935000', '122852.395000', '122852.855000', '122853.315000', '122853.775000', '122854.235000', '122854.695000', '122855.155000', '122855.615000', '122856.075000', '122856.535000', '122856.995000', '122857.455000', '122857.915000', '122858.375000', '122858.835000', '122859.295000', '122859.755000', '122900.215000', '122900.675000', '122901.135000', '122901.595000', '122902.055000', '122902.515000', '122902.975000', '122903.435000', '122903.895000', '122904.355000', '122904.815000', '122905.275000', '122905.735000', '122906.195000', '122906.655000', '122907.115000', '122907.575000', '122908.035000', '122908.495000', '122908.955000', '122909.415000', '122909.875000', '122910.335000', '122910.795000', '122911.255000', '122911.715000', '122912.175000', '122912.635000', '122913.095000', '122913.555000', '122914.015000', '122914.475000', '122914.935000', '122915.395000', '122915.855000', '122916.315000', '122916.775000', '122917.235000', '122917.695000', '122918.155000', '122918.615000', '122919.075000', '122919.535000', '122919.995000', '122920.455000', '122920.915000', '122921.375000', '122921.835000', '122922.295000', '122922.755000', '122923.215000', '122923.675000', '122924.135000', '122924.595000', '122925.055000', '122925.515000', '122925.975000', '122926.435000', '122926.895000', '122927.355000', '122927.815000', '122928.275000', '122928.735000', '122929.195000', '122929.655000', '122930.115000', '122930.575000', '122931.035000', '122931.495000', '122931.955000', '122932.415000', '122932.875000', '122933.335000', '122933.795000', '122934.255000', '122934.715000', '122935.175000', '122935.635000', '122936.095000', '122936.555000', '122937.015000', '122937.475000', '122937.935000', '122938.395000', '122938.855000', '122939.315000', '122939.775000', '122940.235000', '122940.695000', '122941.155000', '122941.615000', '122942.075000', '122942.535000', '122942.995000', '122943.455000', '122943.915000', '122944.375000', '122944.835000', '122945.295000', '122945.755000', '122946.215000', '122946.675000', '122947.135000', '122947.595000', '122948.055000', '122948.515000', '122948.975000', '122949.435000', '122949.895000', '122950.355000', '122950.815000', '122951.275000', '122951.735000', '122952.195000', '122952.655000', '122953.115000', '122953.575000', '122954.035000', '122954.495000', '122954.955000', '122955.415000', '122955.875000', '122956.335000', '122956.795000', '122957.255000', '122957.715000', '122958.175000', '122958.635000', '122959.095000', '122959.555000', '123000.015000', '123000.475000', '123000.935000', '123001.395000', '123001.855000', '123002.315000', '123002.775000', '123003.235000', '123003.695000', '123004.155000', '123004.615000', '123005.075000', '123005.535000', '123005.995000', '123006.455000', '123006.915000', '123007.375000', '123007.835000', '123008.295000', '123008.755000', '123009.215000', '123009.675000', '123010.135000', '123010.595000', '123011.055000', '123011.515000', '123011.975000', '123012.435000', '123012.895000', '123013.355000', '123013.815000', '123014.275000', '123014.735000', '123015.195000', '123015.655000', '123016.115000', '123016.575000', '123017.035000', '123017.495000', '123017.955000', '123018.415000', '123018.875000', '123019.335000', '123019.795000', '123020.255000', '123020.715000', '123021.175000', '123021.635000', '123022.095000', '123022.555000', '123023.015000', '123023.475000', '123023.935000', '123024.395000', '123024.855000', '123025.315000', '123025.775000', '123026.235000', '123026.695000', '123027.155000', '123027.615000', '123028.075000', '123028.535000', '123028.995000', '123029.455000', '123029.915000', '123030.375000', '123030.835000', '123031.295000', '123031.755000', '123032.215000', '123032.675000', '123033.135000', '123033.595000', '123034.055000', '123034.515000', '123034.975000', '123035.435000', '123035.895000', '123036.355000', '123036.815000', '123037.275000', '123037.735000', '123038.195000', '123038.655000', '123039.115000', '123039.575000', '123040.035000', '123040.495000', '123040.955000', '123041.415000', '123041.875000', '123042.335000', '123042.795000', '123043.255000', '123043.715000', '123044.175000', '123044.635000', '123045.095000', '123045.555000', '123046.015000', '123046.475000', '123046.935000', '123047.395000', '123047.855000', '123048.315000', '123048.775000', '123049.235000', '123049.695000', '123050.155000', '123050.615000', '123051.075000', '123051.535000', '123051.995000', '123052.455000', '123052.915000', '123053.375000', '123053.835000', '123054.295000', '123054.755000', '123055.215000', '123055.675000', '123056.135000', '123056.595000', '123057.055000', '123057.515000', '123057.975000', '123058.435000', '123058.895000', '123059.355000', '123059.815000', '123100.275000', '123100.735000', '123101.195000', '123101.655000', '123102.115000', '123102.575000', '123103.035000', '123103.495000', '123103.955000', '123104.415000', '123104.875000', '123105.335000', '123105.795000', '123106.255000', '123106.715000', '123107.175000', '123107.635000', '123108.095000', '123108.555000', '123109.015000', '123109.475000', '123109.935000', '123110.395000', '123110.855000', '123111.315000', '123111.775000', '123112.235000', '123112.695000', '123113.155000', '123113.615000', '123114.075000', '123114.535000', '123114.995000', '123115.455000', '123115.915000', '123116.375000', '123116.835000', '123117.295000', '123117.755000', '123118.215000', '123118.675000', '123119.135000', '123119.595000', '123120.055000', '123120.515000', '123120.975000', '123121.435000', '123121.895000', '123122.355000', '123122.815000', '123123.275000', '123123.735000', '123124.195000', '123124.655000', '123125.115000', '123125.575000', '123126.035000', '123126.495000', '123126.955000', '123127.415000', '123127.875000', '123128.335000', '123128.795000', '123129.255000', '123129.715000', '123130.175000', '123130.635000', '123131.095000', '123131.555000', '123132.015000', '123132.475000', '123132.935000', '123133.395000', '123133.855000', '123134.315000', '123134.775000', '123135.235000', '123135.695000', '123136.155000', '123136.615000', '123137.075000', '123137.535000', '123137.995000', '123138.455000', '123138.915000', '123139.375000', '123139.835000', '123140.295000', '123140.755000', '123141.215000', '123141.675000', '123142.135000', '123142.595000', '123143.055000', '123143.515000', '123143.975000', '123144.435000', '123144.895000', '123145.355000', '123145.815000', '123146.275000', '123146.735000', '123147.195000', '123147.655000', '123148.115000', '123148.575000', '123149.035000', '123149.495000', '123149.955000', '123150.415000', '123150.875000', '123151.335000', '123151.795000', '123152.255000', '123152.715000', '123153.175000', '123153.635000', '123154.095000', '123154.555000', '123155.015000', '123155.475000', '123155.935000', '123156.395000', '123156.855000', '123157.315000', '123157.775000', '123158.235000', '123158.695000', '123159.155000', '123159.615000', '123200.075000', '123200.535000', '123200.995000', '123201.455000', '123201.915000', '123202.375000', '123202.835000', '123203.295000', '123203.755000', '123204.215000', '123204.675000', '123205.135000', '123205.595000', '123206.055000', '123206.515000', '123206.975000', '123207.435000', '123207.895000', '123208.355000', '123208.815000', '123209.275000', '123209.735000', '123210.195000', '123210.655000', '123211.115000', '123211.575000', '123212.035000', '123212.495000', '123212.955000', '123213.415000', '123213.875000', '123214.335000', '123214.795000', '123215.255000', '123215.715000', '123216.175000', '123216.635000', '123217.095000', '123217.555000', '123218.015000', '123218.475000', '123218.935000', '123219.395000', '123219.855000', '123220.315000', '123220.775000', '123221.235000', '123221.695000', '123222.155000', '123222.615000', '123223.075000', '123223.535000', '123223.995000', '123224.455000', '123224.915000', '123225.375000', '123225.835000', '123226.295000', '123226.755000', '123227.215000', '123227.675000', '123228.135000', '123228.595000', '123229.055000', '123229.515000', '123229.975000', '123230.435000', '123230.895000', '123231.355000', '123231.815000', '123232.275000', '123232.735000', '123233.195000', '123233.655000', '123234.115000', '123234.575000', '123235.035000', '123235.495000', '123235.955000', '123236.415000', '123236.875000', '123237.335000', '123237.795000', '123238.255000', '123238.715000', '123239.175000', '123239.635000', '123240.095000', '123240.555000', '123241.015000', '123241.475000', '123241.935000', '123242.395000', '123242.855000', '123243.315000', '123243.775000', '123244.235000', '123244.695000', '123245.155000', '123245.615000', '123246.075000', '123246.535000', '123246.995000', '123247.455000', '123247.915000', '123248.375000', '123248.835000', '123249.295000', '123249.755000', '123250.215000', '123250.675000', '123251.135000', '123251.595000', '123252.055000', '123252.515000', '123252.975000', '123253.435000', '123253.895000', '123254.355000', '123254.815000', '123255.275000', '123255.735000', '123256.195000', '123256.655000', '123257.115000', '123257.575000', '123258.035000', '123258.495000', '123258.955000', '123259.415000', '123259.875000', '123300.335000', '123300.795000', '123301.255000', '123301.715000', '123302.175000', '123302.635000', '123303.095000', '123303.555000', '123304.015000', '123304.475000', '123304.935000', '123305.395000', '123305.855000', '123306.315000', '123306.775000', '123307.235000', '123307.695000', '123308.155000', '123308.615000', '123309.075000', '123309.535000', '123309.995000', '123310.455000', '123310.915000', '123311.375000', '123311.835000', '123312.295000', '123312.755000', '123313.215000', '123313.675000', '123314.135000', '123314.595000', '123315.055000', '123315.515000', '123315.975000', '123316.435000', '123316.895000', '123317.355000', '123317.815000', '123318.275000', '123318.735000', '123319.195000', '123319.655000', '123320.115000', '123320.575000', '123321.035000', '123321.495000', '123321.955000', '123322.415000', '123322.875000', '123323.335000', '123323.795000', '123324.255000', '123324.715000', '123325.175000', '123325.635000', '123326.095000', '123326.555000', '123327.015000', '123327.475000', '123327.935000', '123328.395000', '123328.855000', '123329.315000', '123329.775000', '123330.235000', '123330.695000', '123331.155000', '123331.615000', '123332.075000', '123332.535000', '123332.995000', '123333.455000', '123333.915000', '123334.375000', '123334.835000', '123335.295000', '123335.755000', '123336.215000', '123336.675000', '123337.135000', '123337.595000', '123338.055000', '123338.515000', '123338.975000', '123339.435000', '123339.895000', '123340.355000', '123340.815000', '123341.275000', '123341.735000', '123342.195000', '123342.655000', '123343.115000', '123343.575000', '123344.035000', '123344.495000', '123344.955000', '123345.415000', '123345.875000', '123346.335000', '123346.795000', '123347.255000', '123347.715000', '123348.175000', '123348.635000', '123349.095000', '123349.555000', '123350.015000', '123350.475000', '123350.935000', '123351.395000', '123351.855000', '123352.315000', '123352.775000', '123353.235000', '123353.695000', '123354.155000', '123354.615000', '123355.075000', '123355.535000', '123355.995000', '123356.455000', '123356.915000', '123357.375000', '123357.835000', '123358.295000', '123358.755000', '123359.215000', '123359.675000', '123400.135000', '123400.595000', '123401.055000', '123401.515000', '123401.975000', '123402.435000', '123402.895000', '123403.355000', '123403.815000', '123404.275000', '123404.735000', '123405.195000', '123405.655000', '123406.115000', '123406.575000', '123407.035000', '123407.495000', '123407.955000', '123408.415000', '123408.875000', '123409.335000', '123409.795000', '123410.255000', '123410.715000', '123411.175000', '123411.635000', '123412.095000', '123412.555000', '123413.015000', '123413.475000', '123413.935000', '123414.395000', '123414.855000', '123415.315000', '123415.775000', '123416.235000', '123416.695000', '123417.155000', '123417.615000', '123418.075000', '123418.535000', '123418.995000', '123419.455000', '123419.915000', '123420.375000', '123420.835000', '123421.295000', '123421.755000', '123422.215000', '123422.675000', '123423.135000', '123423.595000', '123424.055000', '123424.515000', '123424.975000', '123425.435000', '123425.895000', '123426.355000', '123426.815000', '123427.275000', '123427.735000', '123428.195000', '123428.655000', '123429.115000', '123429.575000', '123430.035000', '123430.495000', '123430.955000', '123431.415000', '123431.875000', '123432.335000', '123432.795000', '123433.255000', '123433.715000', '123434.175000', '123434.635000', '123435.095000', '123435.555000', '123436.015000', '123436.475000', '123436.935000', '123437.395000', '123437.855000', '123438.315000', '123438.775000', '123439.235000', '123439.695000', '123440.155000', '123440.615000', '123441.075000', '123441.535000', '123441.995000', '123442.455000', '123442.915000', '123443.375000', '123443.835000', '123444.295000', '123444.755000', '123445.215000', '123445.675000', '123446.135000', '123446.595000', '123447.055000', '123447.515000', '123447.975000', '123448.435000', '123448.895000', '123449.355000', '123449.815000', '123450.275000', '123450.735000', '123451.195000', '123451.655000', '123452.115000', '123452.575000', '123453.035000', '123453.495000', '123453.955000', '123454.415000', '123454.875000', '123455.335000', '123455.795000', '123456.255000', '123456.715000', '123457.175000', '123457.635000', '123458.095000', '123458.555000', '123459.015000', '123459.475000', '123459.935000', '123500.395000', '123500.855000', '123501.315000', '123501.775000', '123502.235000', '123502.695000', '123503.155000', '123503.615000', '123504.075000', '123504.535000', '123504.995000', '123505.455000', '123505.915000', '123506.375000', '123506.835000', '123507.295000', '123507.755000', '123508.215000', '123508.675000', '123509.135000', '123509.595000', '123510.055000', '123510.515000', '123510.975000', '123511.435000', '123511.895000', '123512.355000', '123512.815000', '123513.275000', '123513.735000', '123514.195000', '123514.655000', '123515.115000', '123515.575000', '123516.035000', '123516.495000', '123516.955000', '123517.415000', '123517.875000', '123518.335000', '123518.795000', '123519.255000', '123519.715000', '123520.175000', '123520.635000', '123521.095000', '123521.555000', '123522.015000', '123522.475000', '123522.935000', '123523.395000', '123523.855000', '123524.315000', '123524.775000', '123525.235000', '123525.695000', '123526.155000', '123526.615000', '123527.075000', '123527.535000', '123527.995000', '123528.455000', '123528.915000', '123529.375000', '123529.835000', '123530.295000', '123530.755000', '123531.215000', '123531.675000', '123532.135000', '123532.595000', '123533.055000', '123533.515000', '123533.975000', '123534.435000', '123534.895000', '123535.355000', '123535.815000', '123536.275000', '123536.735000', '123537.195000', '123537.655000', '123538.115000', '123538.575000', '123539.035000', '123539.495000', '123539.955000', '123540.415000', '123540.875000', '123541.335000', '123541.795000', '123542.255000', '123542.715000', '123543.175000', '123543.635000', '123544.095000', '123544.555000', '123545.015000', '123545.475000', '123545.935000', '123546.395000', '123546.855000', '123547.315000', '123547.775000', '123548.235000', '123548.695000', '123549.155000', '123549.615000', '123550.075000', '123550.535000', '123550.995000', '123551.455000', '123551.915000', '123552.375000', '123552.835000', '123553.295000', '123553.755000', '123554.215000', '123554.675000', '123555.135000', '123555.595000', '123556.055000', '123556.515000', '123556.975000', '123557.435000', '123557.895000', '123558.355000', '123558.815000', '123559.275000', '123559.735000', '123600.195000', '123600.655000', '123601.115000', '123601.575000', '123602.035000', '123602.495000', '123602.955000', '123603.415000', '123603.875000', '123604.335000', '123604.795000', '123605.255000', '123605.715000', '123606.175000', '123606.635000', '123607.095000', '123607.555000', '123608.015000', '123608.475000', '123608.935000', '123609.395000', '123609.855000', '123610.315000', '123610.775000', '123611.235000', '123611.695000', '123612.155000', '123612.615000', '123613.075000', '123613.535000', '123613.995000', '123614.455000', '123614.915000', '123615.375000', '123615.835000', '123616.295000', '123616.755000', '123617.215000', '123617.675000', '123618.135000', '123618.595000', '123619.055000', '123619.515000', '123619.975000', '123620.435000', '123620.895000', '123621.355000', '123621.815000', '123622.275000', '123622.735000', '123623.195000', '123623.655000', '123624.115000', '123624.575000', '123625.035000', '123625.495000', '123625.955000', '123626.415000', '123626.875000', '123627.335000', '123627.795000', '123628.255000', '123628.715000', '123629.175000', '123629.635000', '123630.095000', '123630.555000', '123631.015000', '123631.475000', '123631.935000', '123632.395000', '123632.855000', '123633.315000', '123633.775000', '123634.235000', '123634.695000', '123635.155000', '123635.615000', '123636.075000', '123636.535000', '123636.995000', '123637.455000', '123637.915000', '123638.375000', '123638.835000', '123639.295000', '123639.755000', '123640.215000', '123640.675000', '123641.135000', '123641.595000', '123642.055000', '123642.515000', '123642.975000', '123643.435000', '123643.895000', '123644.355000', '123644.815000', '123645.275000', '123645.735000', '123646.195000', '123646.655000', '123647.115000', '123647.575000', '123648.035000', '123648.495000', '123648.955000', '123649.415000', '123649.875000', '123650.335000', '123650.795000', '123651.255000', '123651.715000', '123652.175000', '123652.635000', '123653.095000', '123653.555000', '123654.015000', '123654.475000', '123654.935000', '123655.395000', '123655.855000', '123656.315000', '123656.775000', '123657.235000', '123657.695000', '123658.155000', '123658.615000', '123659.075000', '123659.535000', '123659.995000', '123700.455000', '123700.915000', '123701.375000', '123701.835000', '123702.295000', '123702.755000', '123703.215000', '123703.675000', '123704.135000', '123704.595000', '123705.055000', '123705.515000', '123705.975000', '123706.435000', '123706.895000', '123707.355000', '123707.815000', '123708.275000', '123708.735000', '123709.195000', '123709.655000', '123710.115000', '123710.575000', '123711.035000', '123711.495000', '123711.955000', '123712.415000', '123712.875000', '123713.335000', '123713.795000', '123714.255000', '123714.715000', '123715.175000', '123715.635000', '123716.095000', '123716.555000', '123717.015000', '123717.475000', '123717.935000', '123718.395000', '123718.855000', '123719.315000', '123719.775000', '123720.235000', '123720.695000', '123721.155000', '123721.615000', '123722.075000', '123722.535000', '123722.995000', '123723.455000', '123723.915000', '123724.375000', '123724.835000', '123725.295000', '123725.755000', '123726.215000', '123726.675000', '123727.135000', '123727.595000', '123728.055000', '123728.515000', '123728.975000', '123729.435000', '123729.895000', '123730.355000', '123730.815000', '123731.275000', '123731.735000', '123732.195000', '123732.655000', '123733.115000', '123733.575000', '123734.035000', '123734.495000', '123734.955000', '123735.415000', '123735.875000', '123736.335000', '123736.795000', '123737.255000', '123737.715000', '123738.175000', '123738.635000', '123739.095000', '123739.555000', '123740.015000'], 'ContentTime': ['122905.267000', '122905.271000', '122905.274000', '122905.277000', '122905.280000', '122905.283000', '122905.286000', '122905.289000', '122905.292000', '122905.295000', '122905.298000', '122905.300000', '122905.303000', '122905.316000', '122905.319000', '122905.322000', '122905.325000', '122905.328000', '122905.331000', '122905.341000', '122905.344000', '122905.347000', '122905.352000', '122905.355000', '122905.358000', '122905.361000', '122905.364000', '122905.367000', '122905.370000', '122905.373000', '122905.376000', '122905.379000', '122905.382000', '122905.385000', '122925.235000', '122925.238000', '122925.241000', '122925.244000', '122925.247000', '122925.250000', '122925.253000', '122925.256000', '122925.259000', '122925.262000', '122925.265000', '122925.268000', '122925.270000', '122925.273000', '122925.276000', '122925.279000', '122925.282000', '122925.285000', '122925.288000', '122925.291000', '122925.294000', '122925.297000', '122925.300000', '122925.303000', '122925.306000', '122925.315000', '122925.318000', '122925.321000', '122925.324000', '122925.326000', '122925.329000', '122925.332000', '122925.335000', '122925.338000', '122925.341000', '122925.344000', '122925.347000', '122925.350000', '122925.353000', '122925.356000', '122925.359000', '122925.362000', '122925.365000', '122925.368000', '122945.235000', '122945.238000', '122945.241000', '122945.244000', '122945.248000', '122945.251000', '122945.254000', '122945.257000', '122945.260000', '122945.263000', '122945.266000', '122945.272000', '122945.275000', '122945.278000', '122945.280000', '122945.283000', '122945.286000', '122945.289000', '122945.292000', '122945.295000', '122945.298000', '122945.301000', '122945.304000', '122945.307000', '122945.310000', '122945.313000', '122945.316000', '122945.319000', '122945.322000', '122945.325000', '122945.328000', '122945.331000', '122945.334000', '122945.337000', '122945.339000', '122945.342000', '122945.345000', '122945.348000', '122945.352000', '122945.354000', '122945.357000', '122945.360000', '122945.363000', '123005.235000', '123005.238000', '123005.241000', '123005.244000', '123005.247000', '123005.250000', '123005.253000', '123005.256000', '123005.259000', '123005.262000', '123005.265000', '123005.268000', '123005.270000', '123005.273000', '123005.276000', '123005.279000', '123005.282000', '123005.285000', '123005.288000', '123005.291000', '123005.294000', '123005.297000', '123005.300000', '123005.303000', '123005.306000', '123005.309000', '123005.320000', '123005.323000', '123005.326000', '123005.329000', '123005.332000', '123005.335000', '123005.338000', '123005.341000', '123005.344000', '123005.347000', '123005.350000', '123005.353000', '123005.356000', '123005.359000', '123005.362000', '123005.365000', '123005.368000', '123005.371000', '123025.236000', '123025.240000', '123025.245000', '123025.249000', '123025.252000', '123025.255000', '123025.258000', '123025.261000', '123025.264000', '123025.267000', '123025.269000', '123025.272000', '123025.275000', '123025.278000', '123025.281000', '123025.284000', '123025.287000', '123025.290000', '123025.293000', '123025.296000', '123025.299000', '123025.302000', '123025.305000', '123025.308000', '123025.311000', '123025.314000', '123025.317000', '123025.320000', '123025.323000', '123025.326000', '123025.329000', '123025.332000', '123025.335000', '123025.338000', '123025.341000', '123025.344000', '123025.346000', '123025.349000', '123025.352000', '123025.355000', '123025.358000', '123025.361000', '123025.364000', '123045.236000', '123045.239000', '123045.242000', '123045.245000', '123045.248000', '123045.251000', '123045.254000', '123045.257000', '123045.260000', '123045.263000', '123045.266000', '123045.268000', '123045.271000', '123045.274000', '123045.277000', '123045.280000', '123045.283000', '123045.286000', '123045.312000', '123045.315000', '123045.318000', '123045.321000', '123045.324000', '123045.327000', '123045.330000', '123045.333000', '123045.336000', '123045.339000', '123045.342000', '123045.345000', '123045.348000', '123045.351000', '123045.354000', '123045.357000', '123045.360000', '123045.363000', '123045.366000', '123045.369000', '123045.372000', '123045.374000', '123045.377000', '123045.380000', '123045.383000', '123045.386000', '123105.235000', '123105.238000', '123105.241000', '123105.244000', '123105.247000', '123105.250000', '123105.253000', '123105.256000', '123105.259000', '123105.262000', '123105.265000', '123105.268000', '123105.272000', '123105.275000', '123105.278000', '123105.281000', '123105.284000', '123105.287000', '123105.290000', '123105.293000', '123105.296000', '123105.299000', '123105.302000', '123105.305000', '123105.308000', '123105.311000', '123105.313000', '123105.316000', '123105.319000', '123105.322000', '123105.325000', '123105.328000', '123105.331000', '123105.334000', '123105.337000', '123105.340000', '123105.343000', '123105.346000', '123105.349000', '123105.352000', '123105.355000', '123105.358000', '123105.361000', '123125.235000', '123125.238000', '123125.241000', '123125.244000', '123125.247000', '123125.250000', '123125.253000', '123125.256000', '123125.259000', '123125.262000', '123125.265000', '123125.267000', '123125.270000', '123125.273000', '123125.276000', '123125.279000', '123125.282000', '123125.285000', '123125.288000', '123125.291000', '123125.294000', '123125.297000', '123125.300000', '123125.303000', '123125.306000', '123125.309000', '123125.312000', '123125.315000', '123125.318000', '123125.324000', '123125.327000', '123125.330000', '123125.333000', '123125.336000', '123125.339000', '123125.342000', '123125.345000', '123125.348000', '123125.351000', '123125.354000', '123125.357000', '123125.360000', '123125.363000', '123125.366000', '123145.235000', '123145.238000', '123145.241000', '123145.244000', '123145.247000', '123145.250000', '123145.253000', '123145.256000', '123145.259000', '123145.262000', '123145.265000', '123145.268000', '123145.271000', '123145.274000', '123145.277000', '123145.280000', '123145.283000', '123145.286000', '123145.289000', '123145.292000', '123145.295000', '123145.298000', '123145.301000', '123145.304000', '123145.307000', '123145.310000', '123145.313000', '123145.316000', '123145.319000', '123145.322000', '123145.325000', '123145.328000', '123145.331000', '123145.334000', '123145.336000', '123145.339000', '123145.342000', '123145.345000', '123145.348000', '123145.351000', '123145.354000', '123145.357000', '123145.360000', '123205.235000', '123205.238000', '123205.241000', '123205.244000', '123205.247000', '123205.250000', '123205.253000', '123205.256000', '123205.259000', '123205.262000', '123205.265000', '123205.268000', '123205.271000', '123205.274000', '123205.277000', '123205.280000', '123205.283000', '123205.286000', '123205.289000', '123205.292000', '123205.295000', '123205.298000', '123205.301000', '123205.304000', '123205.307000', '123205.310000', '123205.313000', '123205.316000', '123205.319000', '123205.322000', '123205.325000', '123205.328000', '123205.330000', '123205.333000', '123205.336000', '123205.339000', '123205.342000', '123205.345000', '123205.348000', '123205.351000', '123205.354000', '123205.357000', '123205.360000', '123205.363000', '123225.235000', '123225.238000', '123225.241000', '123225.244000', '123225.247000', '123225.250000', '123225.253000', '123225.256000', '123225.259000', '123225.262000', '123225.265000', '123225.268000', '123225.271000', '123225.283000', '123225.286000', '123225.289000', '123225.292000', '123225.297000', '123225.302000', '123225.305000', '123225.308000', '123225.311000', '123225.314000', '123225.317000', '123225.320000', '123225.323000', '123225.326000', '123225.329000', '123225.332000', '123225.335000', '123225.338000', '123225.341000', '123225.344000', '123225.347000', '123225.350000', '123225.353000', '123225.356000', '123225.359000', '123225.361000', '123225.364000', '123225.367000', '123225.370000', '123225.373000', '123245.236000', '123245.239000', '123245.242000', '123245.245000', '123245.248000', '123245.251000', '123245.254000', '123245.257000', '123245.260000', '123245.263000', '123245.265000', '123245.268000', '123245.271000', '123245.274000', '123245.277000', '123245.280000', '123245.283000', '123245.286000', '123245.289000', '123245.292000', '123245.295000', '123245.298000', '123245.301000', '123245.304000', '123245.307000', '123245.310000', '123245.313000', '123245.316000', '123245.319000', '123245.322000', '123245.325000', '123245.328000', '123245.331000', '123245.334000', '123245.337000', '123245.340000', '123245.343000', '123245.346000', '123245.349000', '123245.352000', '123245.355000', '123245.358000', '123245.361000', '123245.364000', '123305.236000', '123305.239000', '123305.242000', '123305.245000', '123305.248000', '123305.251000', '123305.254000', '123305.257000', '123305.261000', '123305.264000', '123305.267000', '123305.270000', '123305.273000', '123305.276000', '123305.279000', '123305.282000', '123305.285000', '123305.288000', '123305.291000', '123305.294000', '123305.297000', '123305.300000', '123305.303000', '123305.306000', '123305.309000', '123305.312000', '123305.315000', '123305.318000', '123305.321000', '123305.324000', '123305.327000', '123305.330000', '123305.333000', '123305.336000', '123305.340000', '123305.343000', '123305.346000', '123305.349000', '123305.352000', '123305.355000', '123305.358000', '123305.361000', '123305.364000', '123325.235000', '123325.238000', '123325.241000', '123325.244000', '123325.247000', '123325.250000', '123325.253000', '123325.256000', '123325.259000', '123325.262000', '123325.265000', '123325.268000', '123325.271000', '123325.274000', '123325.277000', '123325.280000', '123325.283000', '123325.286000', '123325.289000', '123325.292000', '123325.295000', '123325.298000', '123325.301000', '123325.304000', '123325.307000', '123325.310000', '123325.313000', '123325.316000', '123325.319000', '123325.322000', '123325.325000', '123325.328000', '123325.331000', '123325.334000', '123325.337000', '123325.340000', '123325.343000', '123325.346000', '123325.349000', '123325.352000', '123325.355000', '123325.358000', '123325.361000', '123325.363000', '123345.235000', '123345.238000', '123345.241000', '123345.244000', '123345.247000', '123345.250000', '123345.253000', '123345.256000', '123345.259000', '123345.262000', '123345.265000', '123345.268000', '123345.271000', '123345.274000', '123345.277000', '123345.280000', '123345.283000', '123345.286000', '123345.289000', '123345.292000', '123345.295000', '123345.298000', '123345.301000', '123345.320000', '123345.323000', '123345.326000', '123345.329000', '123345.332000', '123345.335000', '123345.338000', '123345.341000', '123345.345000', '123345.349000', '123345.352000', '123345.356000', '123345.358000', '123345.361000', '123345.364000', '123345.367000', '123345.370000', '123345.373000', '123345.376000', '123345.379000', '123405.235000', '123405.238000', '123405.241000', '123405.244000', '123405.247000', '123405.250000', '123405.253000', '123405.256000', '123405.259000', '123405.262000', '123405.265000', '123405.268000', '123405.271000', '123405.274000', '123405.277000', '123405.280000', '123405.283000', '123405.286000', '123405.289000', '123405.292000', '123405.295000', '123405.298000', '123405.301000', '123405.304000', '123405.307000', '123405.310000', '123405.313000', '123405.316000', '123405.319000', '123405.321000', '123405.324000', '123405.327000', '123405.330000', '123405.333000', '123405.336000', '123405.339000', '123405.342000', '123405.346000', '123405.349000', '123405.352000', '123405.355000', '123405.358000', '123405.361000', '123405.363000', '123425.235000', '123425.238000', '123425.241000', '123425.244000', '123425.247000', '123425.250000', '123425.253000', '123425.256000', '123425.259000', '123425.262000', '123425.265000', '123425.268000', '123425.271000', '123425.274000', '123425.277000', '123425.280000', '123425.283000', '123425.286000', '123425.289000', '123425.292000', '123425.295000', '123425.299000', '123425.302000', '123425.305000', '123425.308000', '123425.313000', '123425.316000', '123425.319000', '123425.322000', '123425.325000', '123425.328000', '123425.331000', '123425.334000', '123425.337000', '123425.340000', '123425.343000', '123425.346000', '123425.349000', '123425.353000', '123425.356000', '123425.359000', '123425.362000', '123425.365000', '123445.235000', '123445.238000', '123445.241000', '123445.244000', '123445.247000', '123445.250000', '123445.253000', '123445.256000', '123445.259000', '123445.262000', '123445.265000', '123445.268000', '123445.271000', '123445.274000', '123445.277000', '123445.280000', '123445.283000', '123445.286000', '123445.289000', '123445.292000', '123445.295000', '123445.298000', '123445.301000', '123445.304000', '123445.307000', '123445.310000', '123445.313000', '123445.316000', '123445.319000', '123445.321000', '123445.324000', '123445.327000', '123445.330000', '123445.333000', '123445.336000', '123445.339000', '123445.342000', '123445.345000', '123445.348000', '123445.351000', '123445.354000', '123445.357000', '123445.360000', '123445.363000', '123505.236000', '123505.239000', '123505.242000', '123505.245000', '123505.248000', '123505.251000', '123505.254000', '123505.257000', '123505.260000', '123505.263000', '123505.266000', '123505.269000', '123505.272000', '123505.275000', '123505.278000', '123505.281000', '123505.284000', '123505.287000', '123505.290000', '123505.293000', '123505.296000', '123505.299000', '123505.302000', '123505.305000', '123505.308000', '123505.311000', '123505.314000', '123505.317000', '123505.320000', '123505.323000', '123505.326000', '123505.329000', '123505.332000', '123505.335000', '123505.338000', '123505.341000', '123505.344000', '123505.347000', '123505.350000', '123505.353000', '123505.356000', '123505.359000', '123505.362000', '123525.236000', '123525.239000', '123525.242000', '123525.245000', '123525.248000', '123525.251000', '123525.254000', '123525.257000', '123525.260000', '123525.263000', '123525.266000', '123525.269000', '123525.272000', '123525.274000', '123525.278000', '123525.280000', '123525.284000', '123525.287000', '123525.290000', '123525.293000', '123525.296000', '123525.299000', '123525.301000', '123525.304000', '123525.307000', '123525.310000', '123525.313000', '123525.316000', '123525.319000', '123525.322000', '123525.325000', '123525.328000', '123525.331000', '123525.334000', '123525.337000', '123525.340000', '123525.343000', '123525.346000', '123525.349000', '123525.352000', '123525.355000', '123525.358000', '123525.361000', '123525.364000', '123545.235000', '123545.238000', '123545.241000', '123545.244000', '123545.247000', '123545.250000', '123545.253000', '123545.256000', '123545.259000', '123545.262000', '123545.265000', '123545.268000', '123545.271000', '123545.274000', '123545.277000', '123545.280000', '123545.283000', '123545.286000', '123545.289000', '123545.292000', '123545.295000', '123545.298000', '123545.301000', '123545.304000', '123545.307000', '123545.310000', '123545.313000', '123545.316000', '123545.319000', '123545.322000', '123545.325000', '123545.327000', '123545.331000', '123545.333000', '123545.337000', '123545.341000', '123545.344000', '123545.347000', '123545.349000', '123545.352000', '123545.355000', '123545.358000', '123545.361000', '123605.235000', '123605.238000', '123605.241000', '123605.244000', '123605.247000', '123605.250000', '123605.253000', '123605.256000', '123605.259000', '123605.262000', '123605.265000', '123605.268000', '123605.271000', '123605.274000', '123605.277000', '123605.280000', '123605.283000', '123605.293000', '123605.296000', '123605.299000', '123605.302000', '123605.305000', '123605.308000', '123605.311000', '123605.314000', '123605.317000', '123605.320000', '123605.323000', '123605.326000', '123605.329000', '123605.332000', '123605.335000', '123605.338000', '123605.341000', '123605.344000', '123605.347000', '123605.350000', '123605.353000', '123605.356000', '123605.359000', '123605.362000', '123605.365000', '123605.368000', '123605.371000', '123625.235000', '123625.238000', '123625.241000', '123625.245000', '123625.247000', '123625.250000', '123625.253000', '123625.256000', '123625.259000', '123625.262000', '123625.265000', '123625.268000', '123625.271000', '123625.274000', '123625.277000', '123625.280000', '123625.283000', '123625.286000', '123625.289000', '123625.292000', '123625.295000', '123625.298000', '123625.301000', '123625.304000', '123625.307000', '123625.310000', '123625.313000', '123625.316000', '123625.319000', '123625.322000', '123625.325000', '123625.328000', '123625.331000', '123625.334000', '123625.336000', '123625.339000', '123625.342000', '123625.345000', '123625.348000', '123625.351000', '123625.354000', '123625.357000', '123625.360000', '123645.235000', '123645.238000', '123645.241000', '123645.244000', '123645.247000', '123645.250000', '123645.253000', '123645.256000', '123645.259000', '123645.262000', '123645.265000', '123645.268000', '123645.271000', '123645.274000', '123645.277000', '123645.280000', '123645.283000', '123645.286000', '123645.289000', '123645.292000', '123645.295000', '123645.298000', '123645.301000', '123645.304000', '123645.307000', '123645.310000', '123645.313000', '123645.316000', '123645.319000', '123645.322000', '123645.325000', '123645.328000', '123645.331000', '123645.334000', '123645.337000', '123645.340000', '123645.343000', '123645.346000', '123645.348000', '123645.351000', '123645.354000', '123645.357000', '123645.360000', '123645.363000', '123705.235000', '123705.239000', '123705.242000', '123705.245000', '123705.247000', '123705.251000', '123705.254000', '123705.256000', '123705.259000', '123705.262000', '123705.265000', '123705.268000', '123705.271000', '123705.274000', '123705.277000', '123705.280000', '123705.283000', '123705.286000', '123705.289000', '123705.292000', '123705.295000', '123705.298000', '123705.301000', '123705.304000', '123705.307000', '123705.310000', '123705.313000', '123705.316000', '123705.319000', '123705.322000', '123705.325000', '123705.328000', '123705.331000', '123705.334000', '123705.337000', '123705.340000', '123705.343000', '123705.346000', '123705.349000', '123705.352000', '123705.355000', '123705.358000', '123705.361000', '123725.236000', '123725.239000', '123725.242000', '123725.245000', '123725.248000', '123725.251000', '123725.254000', '123725.257000', '123725.260000', '123725.263000', '123725.266000', '123725.269000', '123725.272000', '123725.275000', '123725.278000', '123725.281000', '123725.284000', '123725.287000', '123725.290000', '123725.293000', '123725.296000', '123725.299000', '123725.302000', '123725.305000', '123725.308000', '123725.311000', '123725.314000', '123725.317000', '123725.320000', '123725.323000', '123725.326000', '123725.329000', '123725.332000', '123725.335000', '123725.338000', '123725.341000', '123725.344000', '123725.347000', '123725.350000', '123725.353000', '123725.356000', '123725.359000', '123725.362000', '123725.365000', '123741.378000', '123741.383000', '123741.387000', '123741.390000', '123741.393000', '123741.396000', '123741.399000', '123741.402000', '123741.405000', '123741.409000', '123741.412000', '123741.415000', '123741.418000', '123741.421000', '123741.424000', '123741.427000', '123741.430000', '123741.434000', '123741.437000', '123741.440000', '123741.443000', '123741.446000', '123741.449000', '123741.452000', '123741.455000', '123741.458000', '123741.462000', '123741.465000', '123741.468000', '123741.471000', '123741.475000', '123741.478000', '123741.481000', '123741.484000', '123741.487000'], 'InstanceCreationTime': ['122905.267000', '122905.271000', '122905.274000', '122905.277000', '122905.280000', '122905.283000', '122905.286000', '122905.289000', '122905.292000', '122905.295000', '122905.298000', '122905.300000', '122905.303000', '122905.316000', '122905.319000', '122905.322000', '122905.325000', '122905.328000', '122905.331000', '122905.341000', '122905.344000', '122905.347000', '122905.352000', '122905.355000', '122905.358000', '122905.361000', '122905.364000', '122905.367000', '122905.370000', '122905.373000', '122905.376000', '122905.379000', '122905.382000', '122905.385000', '122925.235000', '122925.238000', '122925.241000', '122925.244000', '122925.247000', '122925.250000', '122925.253000', '122925.256000', '122925.259000', '122925.262000', '122925.265000', '122925.268000', '122925.270000', '122925.273000', '122925.276000', '122925.279000', '122925.282000', '122925.285000', '122925.288000', '122925.291000', '122925.294000', '122925.297000', '122925.300000', '122925.303000', '122925.306000', '122925.315000', '122925.318000', '122925.321000', '122925.324000', '122925.326000', '122925.329000', '122925.332000', '122925.335000', '122925.338000', '122925.341000', '122925.344000', '122925.347000', '122925.350000', '122925.353000', '122925.356000', '122925.359000', '122925.362000', '122925.365000', '122925.368000', '122945.235000', '122945.238000', '122945.241000', '122945.244000', '122945.248000', '122945.251000', '122945.254000', '122945.257000', '122945.260000', '122945.263000', '122945.266000', '122945.272000', '122945.275000', '122945.278000', '122945.280000', '122945.283000', '122945.286000', '122945.289000', '122945.292000', '122945.295000', '122945.298000', '122945.301000', '122945.304000', '122945.307000', '122945.310000', '122945.313000', '122945.316000', '122945.319000', '122945.322000', '122945.325000', '122945.328000', '122945.331000', '122945.334000', '122945.337000', '122945.339000', '122945.342000', '122945.345000', '122945.348000', '122945.352000', '122945.354000', '122945.357000', '122945.360000', '122945.363000', '123005.235000', '123005.238000', '123005.241000', '123005.244000', '123005.247000', '123005.250000', '123005.253000', '123005.256000', '123005.259000', '123005.262000', '123005.265000', '123005.268000', '123005.270000', '123005.273000', '123005.276000', '123005.279000', '123005.282000', '123005.285000', '123005.288000', '123005.291000', '123005.294000', '123005.297000', '123005.300000', '123005.303000', '123005.306000', '123005.309000', '123005.320000', '123005.323000', '123005.326000', '123005.329000', '123005.332000', '123005.335000', '123005.338000', '123005.341000', '123005.344000', '123005.347000', '123005.350000', '123005.353000', '123005.356000', '123005.359000', '123005.362000', '123005.365000', '123005.368000', '123005.371000', '123025.236000', '123025.240000', '123025.245000', '123025.249000', '123025.252000', '123025.255000', '123025.258000', '123025.261000', '123025.264000', '123025.267000', '123025.269000', '123025.272000', '123025.275000', '123025.278000', '123025.281000', '123025.284000', '123025.287000', '123025.290000', '123025.293000', '123025.296000', '123025.299000', '123025.302000', '123025.305000', '123025.308000', '123025.311000', '123025.314000', '123025.317000', '123025.320000', '123025.323000', '123025.326000', '123025.329000', '123025.332000', '123025.335000', '123025.338000', '123025.341000', '123025.344000', '123025.346000', '123025.349000', '123025.352000', '123025.355000', '123025.358000', '123025.361000', '123025.364000', '123045.236000', '123045.239000', '123045.242000', '123045.245000', '123045.248000', '123045.251000', '123045.254000', '123045.257000', '123045.260000', '123045.263000', '123045.266000', '123045.268000', '123045.271000', '123045.274000', '123045.277000', '123045.280000', '123045.283000', '123045.286000', '123045.312000', '123045.315000', '123045.318000', '123045.321000', '123045.324000', '123045.327000', '123045.330000', '123045.333000', '123045.336000', '123045.339000', '123045.342000', '123045.345000', '123045.348000', '123045.351000', '123045.354000', '123045.357000', '123045.360000', '123045.363000', '123045.366000', '123045.369000', '123045.372000', '123045.374000', '123045.377000', '123045.380000', '123045.383000', '123045.386000', '123105.235000', '123105.238000', '123105.241000', '123105.244000', '123105.247000', '123105.250000', '123105.253000', '123105.256000', '123105.259000', '123105.262000', '123105.265000', '123105.268000', '123105.272000', '123105.275000', '123105.278000', '123105.281000', '123105.284000', '123105.287000', '123105.290000', '123105.293000', '123105.296000', '123105.299000', '123105.302000', '123105.305000', '123105.308000', '123105.311000', '123105.313000', '123105.316000', '123105.319000', '123105.322000', '123105.325000', '123105.328000', '123105.331000', '123105.334000', '123105.337000', '123105.340000', '123105.343000', '123105.346000', '123105.349000', '123105.352000', '123105.355000', '123105.358000', '123105.361000', '123125.235000', '123125.238000', '123125.241000', '123125.244000', '123125.247000', '123125.250000', '123125.253000', '123125.256000', '123125.259000', '123125.262000', '123125.265000', '123125.267000', '123125.270000', '123125.273000', '123125.276000', '123125.279000', '123125.282000', '123125.285000', '123125.288000', '123125.291000', '123125.294000', '123125.297000', '123125.300000', '123125.303000', '123125.306000', '123125.309000', '123125.312000', '123125.315000', '123125.318000', '123125.324000', '123125.327000', '123125.330000', '123125.333000', '123125.336000', '123125.339000', '123125.342000', '123125.345000', '123125.348000', '123125.351000', '123125.354000', '123125.357000', '123125.360000', '123125.363000', '123125.366000', '123145.235000', '123145.238000', '123145.241000', '123145.244000', '123145.247000', '123145.250000', '123145.253000', '123145.256000', '123145.259000', '123145.262000', '123145.265000', '123145.268000', '123145.271000', '123145.274000', '123145.277000', '123145.280000', '123145.283000', '123145.286000', '123145.289000', '123145.292000', '123145.295000', '123145.298000', '123145.301000', '123145.304000', '123145.307000', '123145.310000', '123145.313000', '123145.316000', '123145.319000', '123145.322000', '123145.325000', '123145.328000', '123145.331000', '123145.334000', '123145.336000', '123145.339000', '123145.342000', '123145.345000', '123145.348000', '123145.351000', '123145.354000', '123145.357000', '123145.360000', '123205.235000', '123205.238000', '123205.241000', '123205.244000', '123205.247000', '123205.250000', '123205.253000', '123205.256000', '123205.259000', '123205.262000', '123205.265000', '123205.268000', '123205.271000', '123205.274000', '123205.277000', '123205.280000', '123205.283000', '123205.286000', '123205.289000', '123205.292000', '123205.295000', '123205.298000', '123205.301000', '123205.304000', '123205.307000', '123205.310000', '123205.313000', '123205.316000', '123205.319000', '123205.322000', '123205.325000', '123205.328000', '123205.330000', '123205.333000', '123205.336000', '123205.339000', '123205.342000', '123205.345000', '123205.348000', '123205.351000', '123205.354000', '123205.357000', '123205.360000', '123205.363000', '123225.235000', '123225.238000', '123225.241000', '123225.244000', '123225.247000', '123225.250000', '123225.253000', '123225.256000', '123225.259000', '123225.262000', '123225.265000', '123225.268000', '123225.271000', '123225.283000', '123225.286000', '123225.289000', '123225.292000', '123225.297000', '123225.302000', '123225.305000', '123225.308000', '123225.311000', '123225.314000', '123225.317000', '123225.320000', '123225.323000', '123225.326000', '123225.329000', '123225.332000', '123225.335000', '123225.338000', '123225.341000', '123225.344000', '123225.347000', '123225.350000', '123225.353000', '123225.356000', '123225.359000', '123225.361000', '123225.364000', '123225.367000', '123225.370000', '123225.373000', '123245.236000', '123245.239000', '123245.242000', '123245.245000', '123245.248000', '123245.251000', '123245.254000', '123245.257000', '123245.260000', '123245.263000', '123245.265000', '123245.268000', '123245.271000', '123245.274000', '123245.277000', '123245.280000', '123245.283000', '123245.286000', '123245.289000', '123245.292000', '123245.295000', '123245.298000', '123245.301000', '123245.304000', '123245.307000', '123245.310000', '123245.313000', '123245.316000', '123245.319000', '123245.322000', '123245.325000', '123245.328000', '123245.331000', '123245.334000', '123245.337000', '123245.340000', '123245.343000', '123245.346000', '123245.349000', '123245.352000', '123245.355000', '123245.358000', '123245.361000', '123245.364000', '123305.236000', '123305.239000', '123305.242000', '123305.245000', '123305.248000', '123305.251000', '123305.254000', '123305.257000', '123305.261000', '123305.264000', '123305.267000', '123305.270000', '123305.273000', '123305.276000', '123305.279000', '123305.282000', '123305.285000', '123305.288000', '123305.291000', '123305.294000', '123305.297000', '123305.300000', '123305.303000', '123305.306000', '123305.309000', '123305.312000', '123305.315000', '123305.318000', '123305.321000', '123305.324000', '123305.327000', '123305.330000', '123305.333000', '123305.336000', '123305.340000', '123305.343000', '123305.346000', '123305.349000', '123305.352000', '123305.355000', '123305.358000', '123305.361000', '123305.364000', '123325.235000', '123325.238000', '123325.241000', '123325.244000', '123325.247000', '123325.250000', '123325.253000', '123325.256000', '123325.259000', '123325.262000', '123325.265000', '123325.268000', '123325.271000', '123325.274000', '123325.277000', '123325.280000', '123325.283000', '123325.286000', '123325.289000', '123325.292000', '123325.295000', '123325.298000', '123325.301000', '123325.304000', '123325.307000', '123325.310000', '123325.313000', '123325.316000', '123325.319000', '123325.322000', '123325.325000', '123325.328000', '123325.331000', '123325.334000', '123325.337000', '123325.340000', '123325.343000', '123325.346000', '123325.349000', '123325.352000', '123325.355000', '123325.358000', '123325.361000', '123325.363000', '123345.235000', '123345.238000', '123345.241000', '123345.244000', '123345.247000', '123345.250000', '123345.253000', '123345.256000', '123345.259000', '123345.262000', '123345.265000', '123345.268000', '123345.271000', '123345.274000', '123345.277000', '123345.280000', '123345.283000', '123345.286000', '123345.289000', '123345.292000', '123345.295000', '123345.298000', '123345.301000', '123345.320000', '123345.323000', '123345.326000', '123345.329000', '123345.332000', '123345.335000', '123345.338000', '123345.341000', '123345.345000', '123345.349000', '123345.352000', '123345.356000', '123345.358000', '123345.361000', '123345.364000', '123345.367000', '123345.370000', '123345.373000', '123345.376000', '123345.379000', '123405.235000', '123405.238000', '123405.241000', '123405.244000', '123405.247000', '123405.250000', '123405.253000', '123405.256000', '123405.259000', '123405.262000', '123405.265000', '123405.268000', '123405.271000', '123405.274000', '123405.277000', '123405.280000', '123405.283000', '123405.286000', '123405.289000', '123405.292000', '123405.295000', '123405.298000', '123405.301000', '123405.304000', '123405.307000', '123405.310000', '123405.313000', '123405.316000', '123405.319000', '123405.321000', '123405.324000', '123405.327000', '123405.330000', '123405.333000', '123405.336000', '123405.339000', '123405.342000', '123405.346000', '123405.349000', '123405.352000', '123405.355000', '123405.358000', '123405.361000', '123405.363000', '123425.235000', '123425.238000', '123425.241000', '123425.244000', '123425.247000', '123425.250000', '123425.253000', '123425.256000', '123425.259000', '123425.262000', '123425.265000', '123425.268000', '123425.271000', '123425.274000', '123425.277000', '123425.280000', '123425.283000', '123425.286000', '123425.289000', '123425.292000', '123425.295000', '123425.299000', '123425.302000', '123425.305000', '123425.308000', '123425.313000', '123425.316000', '123425.319000', '123425.322000', '123425.325000', '123425.328000', '123425.331000', '123425.334000', '123425.337000', '123425.340000', '123425.343000', '123425.346000', '123425.349000', '123425.353000', '123425.356000', '123425.359000', '123425.362000', '123425.365000', '123445.235000', '123445.238000', '123445.241000', '123445.244000', '123445.247000', '123445.250000', '123445.253000', '123445.256000', '123445.259000', '123445.262000', '123445.265000', '123445.268000', '123445.271000', '123445.274000', '123445.277000', '123445.280000', '123445.283000', '123445.286000', '123445.289000', '123445.292000', '123445.295000', '123445.298000', '123445.301000', '123445.304000', '123445.307000', '123445.310000', '123445.313000', '123445.316000', '123445.319000', '123445.321000', '123445.324000', '123445.327000', '123445.330000', '123445.333000', '123445.336000', '123445.339000', '123445.342000', '123445.345000', '123445.348000', '123445.351000', '123445.354000', '123445.357000', '123445.360000', '123445.363000', '123505.236000', '123505.239000', '123505.242000', '123505.245000', '123505.248000', '123505.251000', '123505.254000', '123505.257000', '123505.260000', '123505.263000', '123505.266000', '123505.269000', '123505.272000', '123505.275000', '123505.278000', '123505.281000', '123505.284000', '123505.287000', '123505.290000', '123505.293000', '123505.296000', '123505.299000', '123505.302000', '123505.305000', '123505.308000', '123505.311000', '123505.314000', '123505.317000', '123505.320000', '123505.323000', '123505.326000', '123505.329000', '123505.332000', '123505.335000', '123505.338000', '123505.341000', '123505.344000', '123505.347000', '123505.350000', '123505.353000', '123505.356000', '123505.359000', '123505.362000', '123525.236000', '123525.239000', '123525.242000', '123525.245000', '123525.248000', '123525.251000', '123525.254000', '123525.257000', '123525.260000', '123525.263000', '123525.266000', '123525.269000', '123525.272000', '123525.274000', '123525.278000', '123525.280000', '123525.284000', '123525.287000', '123525.290000', '123525.293000', '123525.296000', '123525.299000', '123525.301000', '123525.304000', '123525.307000', '123525.310000', '123525.313000', '123525.316000', '123525.319000', '123525.322000', '123525.325000', '123525.328000', '123525.331000', '123525.334000', '123525.337000', '123525.340000', '123525.343000', '123525.346000', '123525.349000', '123525.352000', '123525.355000', '123525.358000', '123525.361000', '123525.364000', '123545.235000', '123545.238000', '123545.241000', '123545.244000', '123545.247000', '123545.250000', '123545.253000', '123545.256000', '123545.259000', '123545.262000', '123545.265000', '123545.268000', '123545.271000', '123545.274000', '123545.277000', '123545.280000', '123545.283000', '123545.286000', '123545.289000', '123545.292000', '123545.295000', '123545.298000', '123545.301000', '123545.304000', '123545.307000', '123545.310000', '123545.313000', '123545.316000', '123545.319000', '123545.322000', '123545.325000', '123545.327000', '123545.331000', '123545.333000', '123545.337000', '123545.341000', '123545.344000', '123545.347000', '123545.349000', '123545.352000', '123545.355000', '123545.358000', '123545.361000', '123605.235000', '123605.238000', '123605.241000', '123605.244000', '123605.247000', '123605.250000', '123605.253000', '123605.256000', '123605.259000', '123605.262000', '123605.265000', '123605.268000', '123605.271000', '123605.274000', '123605.277000', '123605.280000', '123605.283000', '123605.293000', '123605.296000', '123605.299000', '123605.302000', '123605.305000', '123605.308000', '123605.311000', '123605.314000', '123605.317000', '123605.320000', '123605.323000', '123605.326000', '123605.329000', '123605.332000', '123605.335000', '123605.338000', '123605.341000', '123605.344000', '123605.347000', '123605.350000', '123605.353000', '123605.356000', '123605.359000', '123605.362000', '123605.365000', '123605.368000', '123605.371000', '123625.235000', '123625.238000', '123625.241000', '123625.245000', '123625.247000', '123625.250000', '123625.253000', '123625.256000', '123625.259000', '123625.262000', '123625.265000', '123625.268000', '123625.271000', '123625.274000', '123625.277000', '123625.280000', '123625.283000', '123625.286000', '123625.289000', '123625.292000', '123625.295000', '123625.298000', '123625.301000', '123625.304000', '123625.307000', '123625.310000', '123625.313000', '123625.316000', '123625.319000', '123625.322000', '123625.325000', '123625.328000', '123625.331000', '123625.334000', '123625.336000', '123625.339000', '123625.342000', '123625.345000', '123625.348000', '123625.351000', '123625.354000', '123625.357000', '123625.360000', '123645.235000', '123645.238000', '123645.241000', '123645.244000', '123645.247000', '123645.250000', '123645.253000', '123645.256000', '123645.259000', '123645.262000', '123645.265000', '123645.268000', '123645.271000', '123645.274000', '123645.277000', '123645.280000', '123645.283000', '123645.286000', '123645.289000', '123645.292000', '123645.295000', '123645.298000', '123645.301000', '123645.304000', '123645.307000', '123645.310000', '123645.313000', '123645.316000', '123645.319000', '123645.322000', '123645.325000', '123645.328000', '123645.331000', '123645.334000', '123645.337000', '123645.340000', '123645.343000', '123645.346000', '123645.348000', '123645.351000', '123645.354000', '123645.357000', '123645.360000', '123645.363000', '123705.235000', '123705.239000', '123705.242000', '123705.245000', '123705.247000', '123705.251000', '123705.254000', '123705.256000', '123705.259000', '123705.262000', '123705.265000', '123705.268000', '123705.271000', '123705.274000', '123705.277000', '123705.280000', '123705.283000', '123705.286000', '123705.289000', '123705.292000', '123705.295000', '123705.298000', '123705.301000', '123705.304000', '123705.307000', '123705.310000', '123705.313000', '123705.316000', '123705.319000', '123705.322000', '123705.325000', '123705.328000', '123705.331000', '123705.334000', '123705.337000', '123705.340000', '123705.343000', '123705.346000', '123705.349000', '123705.352000', '123705.355000', '123705.358000', '123705.361000', '123725.236000', '123725.239000', '123725.242000', '123725.245000', '123725.248000', '123725.251000', '123725.254000', '123725.257000', '123725.260000', '123725.263000', '123725.266000', '123725.269000', '123725.272000', '123725.275000', '123725.278000', '123725.281000', '123725.284000', '123725.287000', '123725.290000', '123725.293000', '123725.296000', '123725.299000', '123725.302000', '123725.305000', '123725.308000', '123725.311000', '123725.314000', '123725.317000', '123725.320000', '123725.323000', '123725.326000', '123725.329000', '123725.332000', '123725.335000', '123725.338000', '123725.341000', '123725.344000', '123725.347000', '123725.350000', '123725.353000', '123725.356000', '123725.359000', '123725.362000', '123725.365000', '123741.378000', '123741.383000', '123741.387000', '123741.390000', '123741.393000', '123741.396000', '123741.399000', '123741.402000', '123741.405000', '123741.409000', '123741.412000', '123741.415000', '123741.418000', '123741.421000', '123741.424000', '123741.427000', '123741.430000', '123741.434000', '123741.437000', '123741.440000', '123741.443000', '123741.446000', '123741.449000', '123741.452000', '123741.455000', '123741.458000', '123741.462000', '123741.465000', '123741.468000', '123741.471000', '123741.475000', '123741.478000', '123741.481000', '123741.484000', '123741.487000'], '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': [12988, 9168, 11325, 8860, 11552, 8516, 11236, 13610, 9717, 11563, 9013, 10999, 9574, 10170, 7922, 9611, 10679, 8792, 12170, 8095, 10872, 7762, 10234, 9371, 9156, 12993, 9278, 10584, 13683, 9434, 10370, 7443, 9447, 12276, 8043, 11029, 7946, 10653, 7174, 10413, 12767, 9178, 11285, 8250, 10366, 13495, 9208, 11368, 10752, 9427, 14699, 9468, 10887, 7891, 9836, 12741, 9263, 11392, 9005, 11131, 7280, 9573, 12624, 8982, 10798, 8715, 10995, 8107, 9702, 12896, 9179, 10576, 8297, 10335, 13618, 9479, 11512, 9553, 9807, 8016, 10155, 12265, 9211, 11065, 9086, 10288, 8066, 10428, 12271, 9897, 11724, 9930, 10530, 9105, 11220, 10749, 10048, 12433, 9821, 10036, 7954, 10399, 12554, 9585, 11165, 9264, 10258, 9892, 9930, 11913, 8490, 10746, 8293, 10483, 8103, 9624, 12737, 9099, 11413, 8769, 10811, 10960, 10104, 13350, 9680, 9839, 8780, 10307, 14908, 9864, 11326, 9040, 10162, 7703, 9903, 12131, 9259, 10561, 7497, 9776, 11992, 9679, 11840, 8331, 10418, 10627, 9798, 11755, 9494, 11264, 9244, 10951, 13025, 9475, 10737, 8481, 9924, 12577, 9227, 10519, 9262, 9447, 12201, 9558, 10916, 8428, 10317, 7573, 9692, 8743, 9801, 12688, 9483, 11653, 12753, 9735, 11190, 9517, 11290, 8303, 10273, 7281, 9860, 9478, 9427, 11600, 9392, 11119, 13720, 9884, 9756, 8873, 10151, 12601, 9677, 10943, 16183, 9304, 11681, 8631, 9762, 7337, 9593, 12169, 9193, 10955, 9856, 9898, 12121, 8473, 10314, 10015, 9771, 11813, 10037, 11103, 8200, 10314, 13297, 9711, 10676, 12360, 10158, 11974, 9723, 10444, 7824, 10133, 12301, 9996, 10372, 7578, 10414, 13010, 9717, 10215, 9066, 10075, 8825, 10610, 11957, 10220, 10754, 9747, 9836, 12064, 8883, 10510, 7982, 9952, 12454, 10516, 11057, 8521, 10600, 9705, 10129, 11795, 10484, 11852, 10490, 11046, 8893, 10461, 8890, 10761, 11173, 10636, 14686, 10291, 11351, 9555, 10588, 8400, 10685, 8618, 10414, 12115, 10408, 11356, 10778, 11433, 10168, 11149, 9474, 10115, 8760, 10653, 9244, 10475, 12604, 10329, 11036, 10508, 11145, 10342, 11144, 8243, 10473, 8782, 10682, 10237, 10644, 11970, 10527, 11521, 9193, 10656, 8653, 11145, 8269, 10342, 12701, 10429, 11515, 10219, 11353, 9878, 11033, 8056, 10623, 11677, 10413, 11927, 10324, 11658, 10253, 11026, 8512, 10693, 7911, 10601, 8365, 10368, 12872, 10131, 11629, 10030, 10935, 9547, 11021, 8173, 10521, 11718, 10772, 11831, 10833, 11672, 10120, 11543, 9814, 10587, 8932, 10818, 7927, 10721, 12960, 10438, 11122, 11155, 10589, 12017, 10346, 10712, 7906, 10662, 8411, 10182, 12294, 10026, 11184, 9605, 11338, 8873, 10811, 8467, 10276, 10928, 10458, 12398, 9891, 11486, 8138, 10586, 15539, 10423, 13104, 9769, 11175, 8410, 10474, 7629, 11063, 7838, 10941, 8729, 10291, 11530, 10406, 11832, 10259, 11037, 8307, 10442, 11113, 10403, 14516, 10548, 11533, 9251, 10822, 7925, 10295, 11476, 10374, 12137, 9832, 10654, 7906, 10270, 12200, 9742, 10697, 8862, 10845, 12596, 10531, 11530, 9817, 10337, 9084, 11221, 7830, 10121, 12178, 9792, 11380, 10059, 11331, 8366, 10879, 13376, 9812, 11388, 10190, 11018, 8915, 10901, 12855, 10096, 11900, 10317, 11028, 9416, 11121, 7912, 10554, 8508, 10642, 10077, 10456, 12955, 9706, 11373, 13144, 10506, 16427, 10949, 13081, 10760, 11800, 9022, 10144, 8669, 10254, 7555, 10106, 9003, 10127, 9066, 10202, 12484, 10595, 12190, 10336, 10834, 10362, 11309, 10136, 11025, 9112, 10834, 8876, 11048, 8845, 10939, 14550, 10669, 11332, 10602, 11095, 10459, 11406, 9718, 10527, 9548, 10742, 9096, 10896, 9058, 10417, 13313, 11037, 11304, 10745, 11046, 10475, 10713, 8944, 9660, 8306, 10678, 12288, 10776, 11706, 10729, 10521, 10204, 11183, 9057, 10868, 8638, 10456, 8733, 10634, 11788, 10905, 12050, 10273, 10413, 10246, 11041, 9174, 10740, 8082, 9837, 7988, 9433, 8520, 11167, 9151, 11751, 9811, 11515, 9684, 11316, 8646, 10822, 12787, 10122, 13865, 10352, 11848, 10050, 10814, 7896, 10179, 7795, 9832, 12083, 9875, 11634, 8620, 10712, 7682, 9914, 10707, 9990, 12031, 8962, 11141, 13494, 9441, 11389, 11522, 9564, 11818, 8279, 10193, 12533, 8653, 10330, 7665, 9047, 12327, 7965, 11008, 7740, 9737, 12386, 9052, 11985, 8438, 11364, 11044, 9327, 12155, 9081, 11441, 9088, 10151, 15263, 9314, 12060, 7916, 10092, 13296, 8421, 11772, 8064, 10526, 8064, 9410, 12832, 8730, 11186, 8338, 11012, 12155, 8841, 12426, 8892, 10120, 7693, 9718, 13251, 8942, 11708, 8087, 9630, 13626, 9104, 11467, 8768, 9975, 12635, 9135, 10328, 10865, 9363, 12291, 8787, 10678, 8764, 10165, 8209, 9979, 12733, 9327, 11353, 14092, 9719, 11462, 9744, 11341, 8629, 11198, 9137, 10422, 7976, 10701, 11041, 9924, 12363, 9114, 9866, 9089, 10953, 14715, 10175, 13142, 9547, 10045, 7872, 10049, 13670, 10066, 11723, 9413, 10321, 8464, 9923, 7790, 10292, 12495, 9401, 11493, 9271, 10023, 8659, 10239, 8271, 10040, 12579, 9610, 11381, 9344, 10489, 7937, 10347, 12958, 9894, 11522, 9258, 10397, 8718, 10546, 7800, 9598, 12391, 9076, 11215, 8546, 10981, 7687, 9729, 12949, 9007, 11255, 8686, 10479, 7735, 10303, 10049, 8861, 12283, 8593, 11411, 8132, 11543, 7512, 10982, 13744, 9751, 11407, 8680, 11296, 8406, 11172, 7797, 10240, 8918, 9588, 10680, 9257, 12970, 9113, 11228, 7742, 10412, 9139, 10004, 13253, 9277, 11463, 9253, 10888, 8369, 10849, 11139, 9109, 12181, 8682, 11262, 8952, 11361, 9053, 9713, 13318, 9457, 10346, 7579, 10195, 10511, 9939, 12479, 8853, 10797, 9167, 10708, 9687, 9682, 12729, 9718, 9559, 12494, 8794, 10553, 9208, 9227, 12005, 8610, 10481, 7725, 10470, 12367, 8626, 11714, 8528, 10764, 10682, 9674, 12417, 8529, 9620, 13668, 8895, 10850, 8034, 9396, 12575, 8415, 10380, 7274, 9989, 12930, 8616, 11386, 8019, 9702, 12766, 9064, 12260, 8648, 10961, 10448, 9276, 12265, 8773, 11488, 8086, 9664, 13182, 9077, 11562, 8741, 11244, 11405, 9229, 12302, 9188, 10451, 7921, 9916, 12854, 8716, 11365, 8084, 10205, 11323, 9400, 12642, 9240, 10987, 9699, 9865, 12536, 8853, 11415, 7962, 9834, 12776, 8738, 10933, 7868, 10134, 10154, 9583, 12202, 8980, 10908, 8690, 11205, 8968, 10970, 9431, 10178, 10607, 9641, 13520, 9416, 11917, 8222, 10600, 15402, 9628, 10252, 16828, 9259, 11033, 7715, 9435, 12151, 8896, 10829, 8632, 10835, 10533, 9409, 12295, 8953, 10957, 7915, 10056, 13991, 9679, 11196, 11334, 9876, 12903, 9092, 11074, 8144, 9761, 12526, 8850, 10950, 8220, 10174, 13066, 8877, 11451, 8396, 9888, 12981, 8843, 11474, 8536, 9866, 12962, 9242, 10173, 10329, 9687, 12701, 8459, 10861, 9906, 9220, 12599, 8884, 11557, 8813, 9394, 12966, 9137, 11012, 7453, 10880, 11267, 9353, 13035, 9041, 11629, 8572, 12022, 8458, 11506, 9383, 10014, 12082, 9120, 13359, 9597, 11252, 7605, 11675, 13538, 9313, 13075, 9504, 11605, 8131, 11686, 8947, 10318, 14194, 9175, 11788, 8239, 9979, 13560, 9182, 11546, 8556, 9791, 12995, 8811, 11733, 7798, 10282, 13800, 9591, 11620, 8584, 11352, 8715, 10414, 13292, 9640, 11893, 9071, 11564, 8155, 10264, 13765, 9572, 11459, 9058, 10581, 13670, 9482, 11863, 9220, 11312, 9073, 11145, 8037, 9374, 13027, 9039, 11687, 8654, 10799, 7943, 10629, 8021, 10715, 10716, 9747, 12955, 9406, 11297, 9395, 11369, 12378, 9808, 14197, 9971, 11019, 9595, 11240, 8377, 10535, 12386, 9733, 12319, 9072, 11254, 13755, 9530, 11593, 8579, 9657, 9423, 9368, 11256, 8532, 11977, 8015, 10567, 8010, 9795, 13146, 9114, 11156, 14074, 9645, 11457, 9007, 10317, 14467, 9459, 11681, 9148, 10003, 8924, 11135, 8926, 10753, 9611, 10143, 10268, 13724, 8909, 10986, 15837, 9484, 13653, 9854, 10378, 8267, 10282, 14461, 9442, 11052, 8485, 10127, 15163, 9557, 11518, 9532, 10915, 8218, 10492, 7478, 10007, 11292, 9448, 12003, 9410, 10851, 9244, 9959, 12631, 9508, 11584, 8075, 10082, 12531, 8922, 10590, 8443, 10840, 7599, 9771, 12709, 8336, 9917, 12313, 8691, 11053, 7666, 10071, 12599, 8795, 11007, 8125, 11231, 8498, 10109, 13254, 8537, 9437, 13770, 8910, 10622], 'WindowCenter': [4349.0, 4303.0, 4310.0, 4276.0, 4295.0, 4264.0, 4295.0, 4303.0, 4270.0, 4280.0, 4261.0, 4270.0, 4260.0, 4270.0, 4236.0, 4269.0, 4269.0, 4261.0, 4290.0, 4252.0, 4283.0, 4252.0, 4281.0, 4259.0, 4273.0, 4292.0, 4261.0, 4283.0, 4289.0, 4259.0, 4269.0, 4225.0, 4256.0, 4277.0, 4250.0, 4280.0, 4250.0, 4281.0, 4240.0, 4293.0, 4301.0, 4274.0, 4284.0, 4252.0, 4282.0, 4289.0, 4258.0, 4279.0, 4268.0, 4259.0, 4288.0, 4259.0, 4267.0, 4237.0, 4267.0, 4288.0, 4257.0, 4276.0, 4257.0, 4279.0, 4238.0, 4272.0, 4290.0, 4258.0, 4280.0, 4259.0, 4279.0, 4249.0, 4271.0, 4289.0, 4260.0, 4269.0, 4248.0, 4268.0, 4289.0, 4259.0, 4279.0, 4255.0, 4257.0, 4234.0, 4267.0, 4277.0, 4258.0, 4266.0, 4245.0, 4265.0, 4234.0, 4268.0, 4277.0, 4268.0, 4275.0, 4266.0, 4265.0, 4246.0, 4277.0, 4266.0, 4268.0, 4275.0, 4255.0, 4256.0, 4234.0, 4266.0, 4275.0, 4256.0, 4265.0, 4245.0, 4265.0, 4253.0, 4265.0, 4277.0, 4258.0, 4277.0, 4247.0, 4278.0, 4249.0, 4271.0, 4289.0, 4259.0, 4279.0, 4258.0, 4280.0, 4268.0, 4268.0, 4289.0, 4257.0, 4257.0, 4244.0, 4267.0, 4296.0, 4266.0, 4265.0, 4245.0, 4266.0, 4224.0, 4266.0, 4275.0, 4257.0, 4266.0, 4226.0, 4266.0, 4276.0, 4257.0, 4277.0, 4247.0, 4280.0, 4267.0, 4270.0, 4276.0, 4269.0, 4277.0, 4258.0, 4281.0, 4289.0, 4256.0, 4267.0, 4245.0, 4266.0, 4274.0, 4258.0, 4268.0, 4255.0, 4256.0, 4277.0, 4257.0, 4266.0, 4248.0, 4278.0, 4238.0, 4270.0, 4257.0, 4279.0, 4290.0, 4270.0, 4291.0, 4289.0, 4257.0, 4267.0, 4256.0, 4278.0, 4246.0, 4269.0, 4239.0, 4270.0, 4270.0, 4271.0, 4290.0, 4271.0, 4292.0, 4300.0, 4269.0, 4259.0, 4246.0, 4267.0, 4276.0, 4257.0, 4278.0, 4295.0, 4245.0, 4267.0, 4245.0, 4255.0, 4224.0, 4269.0, 4288.0, 4268.0, 4280.0, 4268.0, 4266.0, 4278.0, 4247.0, 4270.0, 4267.0, 4268.0, 4275.0, 4268.0, 4277.0, 4247.0, 4280.0, 4290.0, 4256.0, 4267.0, 4274.0, 4267.0, 4275.0, 4256.0, 4265.0, 4238.0, 4280.0, 4279.0, 4268.0, 4268.0, 4235.0, 4280.0, 4288.0, 4256.0, 4267.0, 4257.0, 4268.0, 4247.0, 4290.0, 4289.0, 4269.0, 4280.0, 4256.0, 4267.0, 4275.0, 4258.0, 4279.0, 4248.0, 4281.0, 4288.0, 4281.0, 4290.0, 4259.0, 4281.0, 4269.0, 4279.0, 4287.0, 4280.0, 4289.0, 4280.0, 4281.0, 4260.0, 4280.0, 4253.0, 4280.0, 4276.0, 4268.0, 4300.0, 4270.0, 4269.0, 4258.0, 4266.0, 4246.0, 4266.0, 4246.0, 4277.0, 4279.0, 4279.0, 4278.0, 4278.0, 4278.0, 4279.0, 4278.0, 4269.0, 4269.0, 4258.0, 4278.0, 4257.0, 4281.0, 4288.0, 4269.0, 4269.0, 4267.0, 4277.0, 4266.0, 4277.0, 4249.0, 4279.0, 4246.0, 4267.0, 4267.0, 4277.0, 4276.0, 4279.0, 4279.0, 4259.0, 4268.0, 4248.0, 4278.0, 4247.0, 4281.0, 4290.0, 4279.0, 4279.0, 4269.0, 4279.0, 4268.0, 4280.0, 4248.0, 4282.0, 4274.0, 4278.0, 4277.0, 4280.0, 4278.0, 4277.0, 4280.0, 4258.0, 4281.0, 4247.0, 4281.0, 4248.0, 4280.0, 4302.0, 4280.0, 4278.0, 4268.0, 4279.0, 4267.0, 4280.0, 4247.0, 4280.0, 4289.0, 4281.0, 4277.0, 4281.0, 4277.0, 4280.0, 4290.0, 4270.0, 4280.0, 4259.0, 4278.0, 4248.0, 4280.0, 4291.0, 4279.0, 4280.0, 4279.0, 4281.0, 4277.0, 4270.0, 4268.0, 4247.0, 4280.0, 4246.0, 4281.0, 4290.0, 4282.0, 4291.0, 4273.0, 4292.0, 4273.0, 4291.0, 4263.0, 4283.0, 4280.0, 4282.0, 4292.0, 4273.0, 4293.0, 4251.0, 4281.0, 4311.0, 4269.0, 4286.0, 4267.0, 4279.0, 4249.0, 4269.0, 4239.0, 4279.0, 4239.0, 4292.0, 4261.0, 4281.0, 4279.0, 4280.0, 4290.0, 4269.0, 4281.0, 4250.0, 4280.0, 4278.0, 4270.0, 4298.0, 4266.0, 4278.0, 4258.0, 4267.0, 4235.0, 4266.0, 4266.0, 4267.0, 4278.0, 4255.0, 4269.0, 4247.0, 4279.0, 4279.0, 4257.0, 4269.0, 4256.0, 4278.0, 4288.0, 4280.0, 4279.0, 4268.0, 4268.0, 4258.0, 4279.0, 4235.0, 4280.0, 4290.0, 4272.0, 4288.0, 4281.0, 4290.0, 4252.0, 4294.0, 4301.0, 4270.0, 4278.0, 4280.0, 4280.0, 4260.0, 4280.0, 4290.0, 4280.0, 4279.0, 4281.0, 4280.0, 4270.0, 4280.0, 4252.0, 4281.0, 4261.0, 4283.0, 4272.0, 4283.0, 4292.0, 4270.0, 4293.0, 4290.0, 4271.0, 4300.0, 4270.0, 4287.0, 4277.0, 4276.0, 4257.0, 4269.0, 4260.0, 4270.0, 4239.0, 4270.0, 4260.0, 4268.0, 4261.0, 4279.0, 4289.0, 4281.0, 4291.0, 4271.0, 4271.0, 4270.0, 4280.0, 4268.0, 4268.0, 4248.0, 4266.0, 4247.0, 4278.0, 4246.0, 4277.0, 4286.0, 4268.0, 4265.0, 4267.0, 4266.0, 4266.0, 4276.0, 4255.0, 4266.0, 4256.0, 4268.0, 4247.0, 4269.0, 4258.0, 4270.0, 4287.0, 4267.0, 4267.0, 4268.0, 4266.0, 4267.0, 4267.0, 4247.0, 4257.0, 4236.0, 4267.0, 4277.0, 4278.0, 4277.0, 4266.0, 4266.0, 4267.0, 4276.0, 4259.0, 4279.0, 4245.0, 4269.0, 4247.0, 4268.0, 4278.0, 4279.0, 4278.0, 4268.0, 4268.0, 4267.0, 4277.0, 4260.0, 4280.0, 4237.0, 4267.0, 4248.0, 4257.0, 4259.0, 4279.0, 4271.0, 4292.0, 4283.0, 4291.0, 4269.0, 4279.0, 4248.0, 4280.0, 4289.0, 4270.0, 4286.0, 4269.0, 4277.0, 4255.0, 4268.0, 4236.0, 4267.0, 4226.0, 4254.0, 4275.0, 4255.0, 4273.0, 4246.0, 4269.0, 4237.0, 4271.0, 4269.0, 4271.0, 4291.0, 4259.0, 4283.0, 4287.0, 4259.0, 4279.0, 4266.0, 4258.0, 4275.0, 4234.0, 4273.0, 4288.0, 4246.0, 4267.0, 4224.0, 4258.0, 4288.0, 4250.0, 4282.0, 4250.0, 4272.0, 4294.0, 4274.0, 4290.0, 4261.0, 4294.0, 4281.0, 4260.0, 4290.0, 4259.0, 4280.0, 4259.0, 4282.0, 4301.0, 4258.0, 4281.0, 4237.0, 4271.0, 4300.0, 4262.0, 4289.0, 4248.0, 4279.0, 4239.0, 4270.0, 4301.0, 4262.0, 4280.0, 4249.0, 4291.0, 4289.0, 4261.0, 4291.0, 4261.0, 4270.0, 4240.0, 4270.0, 4289.0, 4259.0, 4290.0, 4238.0, 4259.0, 4289.0, 4259.0, 4276.0, 4247.0, 4269.0, 4280.0, 4245.0, 4267.0, 4267.0, 4256.0, 4277.0, 4248.0, 4267.0, 4245.0, 4270.0, 4237.0, 4268.0, 4288.0, 4259.0, 4280.0, 4287.0, 4256.0, 4267.0, 4257.0, 4267.0, 4247.0, 4279.0, 4258.0, 4269.0, 4247.0, 4280.0, 4278.0, 4270.0, 4288.0, 4249.0, 4255.0, 4246.0, 4268.0, 4288.0, 4266.0, 4286.0, 4255.0, 4255.0, 4225.0, 4257.0, 4272.0, 4252.0, 4267.0, 4254.0, 4255.0, 4234.0, 4257.0, 4223.0, 4254.0, 4276.0, 4257.0, 4265.0, 4244.0, 4255.0, 4237.0, 4256.0, 4232.0, 4257.0, 4276.0, 4259.0, 4267.0, 4244.0, 4267.0, 4235.0, 4265.0, 4274.0, 4257.0, 4266.0, 4247.0, 4254.0, 4244.0, 4266.0, 4224.0, 4257.0, 4277.0, 4259.0, 4266.0, 4248.0, 4267.0, 4236.0, 4260.0, 4286.0, 4258.0, 4278.0, 4249.0, 4268.0, 4236.0, 4268.0, 4257.0, 4261.0, 4288.0, 4259.0, 4278.0, 4250.0, 4279.0, 4239.0, 4292.0, 4301.0, 4269.0, 4280.0, 4260.0, 4278.0, 4250.0, 4282.0, 4249.0, 4282.0, 4260.0, 4270.0, 4279.0, 4272.0, 4288.0, 4262.0, 4280.0, 4238.0, 4279.0, 4259.0, 4270.0, 4290.0, 4259.0, 4277.0, 4259.0, 4266.0, 4248.0, 4278.0, 4268.0, 4259.0, 4288.0, 4258.0, 4277.0, 4258.0, 4279.0, 4257.0, 4268.0, 4290.0, 4258.0, 4268.0, 4237.0, 4268.0, 4255.0, 4267.0, 4277.0, 4248.0, 4266.0, 4256.0, 4269.0, 4258.0, 4259.0, 4289.0, 4255.0, 4255.0, 4277.0, 4235.0, 4255.0, 4243.0, 4257.0, 4274.0, 4245.0, 4265.0, 4236.0, 4280.0, 4289.0, 4261.0, 4278.0, 4249.0, 4279.0, 4266.0, 4256.0, 4290.0, 4247.0, 4259.0, 4285.0, 4247.0, 4266.0, 4234.0, 4256.0, 4274.0, 4246.0, 4266.0, 4226.0, 4269.0, 4286.0, 4249.0, 4282.0, 4249.0, 4270.0, 4289.0, 4259.0, 4279.0, 4247.0, 4280.0, 4267.0, 4261.0, 4279.0, 4250.0, 4279.0, 4236.0, 4271.0, 4288.0, 4259.0, 4277.0, 4248.0, 4280.0, 4267.0, 4259.0, 4277.0, 4258.0, 4267.0, 4235.0, 4268.0, 4276.0, 4247.0, 4279.0, 4236.0, 4268.0, 4265.0, 4259.0, 4279.0, 4256.0, 4280.0, 4259.0, 4256.0, 4276.0, 4247.0, 4277.0, 4235.0, 4255.0, 4278.0, 4248.0, 4268.0, 4235.0, 4270.0, 4253.0, 4271.0, 4288.0, 4259.0, 4268.0, 4248.0, 4279.0, 4257.0, 4284.0, 4270.0, 4272.0, 4268.0, 4270.0, 4287.0, 4259.0, 4278.0, 4246.0, 4270.0, 4298.0, 4243.0, 4256.0, 4295.0, 4245.0, 4255.0, 4224.0, 4256.0, 4263.0, 4245.0, 4268.0, 4243.0, 4279.0, 4278.0, 4272.0, 4290.0, 4261.0, 4279.0, 4238.0, 4270.0, 4288.0, 4258.0, 4280.0, 4268.0, 4257.0, 4276.0, 4248.0, 4268.0, 4234.0, 4267.0, 4276.0, 4259.0, 4268.0, 4247.0, 4271.0, 4289.0, 4261.0, 4282.0, 4246.0, 4270.0, 4289.0, 4258.0, 4278.0, 4247.0, 4272.0, 4288.0, 4257.0, 4267.0, 4267.0, 4267.0, 4288.0, 4247.0, 4279.0, 4269.0, 4260.0, 4288.0, 4258.0, 4293.0, 4258.0, 4273.0, 4301.0, 4260.0, 4282.0, 4241.0, 4281.0, 4282.0, 4271.0, 4301.0, 4261.0, 4282.0, 4262.0, 4291.0, 4263.0, 4295.0, 4259.0, 4286.0, 4289.0, 4273.0, 4313.0, 4273.0, 4281.0, 4240.0, 4293.0, 4301.0, 4272.0, 4293.0, 4273.0, 4280.0, 4251.0, 4290.0, 4261.0, 4270.0, 4290.0, 4260.0, 4281.0, 4247.0, 4270.0, 4287.0, 4259.0, 4280.0, 4245.0, 4270.0, 4288.0, 4249.0, 4276.0, 4239.0, 4271.0, 4288.0, 4256.0, 4268.0, 4248.0, 4266.0, 4246.0, 4281.0, 4289.0, 4260.0, 4278.0, 4247.0, 4278.0, 4238.0, 4269.0, 4286.0, 4256.0, 4268.0, 4245.0, 4269.0, 4289.0, 4258.0, 4266.0, 4254.0, 4268.0, 4245.0, 4278.0, 4237.0, 4260.0, 4287.0, 4259.0, 4278.0, 4259.0, 4280.0, 4248.0, 4280.0, 4239.0, 4279.0, 4279.0, 4271.0, 4289.0, 4259.0, 4278.0, 4256.0, 4280.0, 4277.0, 4268.0, 4288.0, 4258.0, 4266.0, 4256.0, 4278.0, 4246.0, 4267.0, 4278.0, 4257.0, 4277.0, 4246.0, 4269.0, 4285.0, 4243.0, 4275.0, 4246.0, 4257.0, 4243.0, 4256.0, 4265.0, 4258.0, 4289.0, 4249.0, 4295.0, 4249.0, 4284.0, 4300.0, 4260.0, 4295.0, 4300.0, 4270.0, 4279.0, 4248.0, 4269.0, 4286.0, 4258.0, 4277.0, 4258.0, 4255.0, 4247.0, 4278.0, 4261.0, 4280.0, 4282.0, 4294.0, 4283.0, 4304.0, 4262.0, 4280.0, 4300.0, 4258.0, 4288.0, 4258.0, 4258.0, 4236.0, 4258.0, 4288.0, 4245.0, 4268.0, 4234.0, 4256.0, 4285.0, 4244.0, 4264.0, 4245.0, 4266.0, 4236.0, 4267.0, 4225.0, 4258.0, 4267.0, 4258.0, 4278.0, 4257.0, 4280.0, 4246.0, 4258.0, 4277.0, 4257.0, 4278.0, 4235.0, 4267.0, 4276.0, 4246.0, 4264.0, 4236.0, 4266.0, 4236.0, 4271.0, 4290.0, 4248.0, 4260.0, 4275.0, 4247.0, 4279.0, 4235.0, 4272.0, 4289.0, 4248.0, 4278.0, 4251.0, 4280.0, 4258.0, 4282.0, 4293.0, 4248.0, 4259.0, 4286.0, 4246.0, 4267.0], 'WindowWidth': [9603.0, 9527.0, 9527.0, 9476.0, 9498.0, 9452.0, 9495.0, 9505.0, 9455.0, 9466.0, 9440.0, 9450.0, 9439.0, 9452.0, 9402.0, 9450.0, 9449.0, 9443.0, 9481.0, 9433.0, 9475.0, 9430.0, 9470.0, 9437.0, 9461.0, 9486.0, 9442.0, 9472.0, 9477.0, 9434.0, 9447.0, 9382.0, 9429.0, 9458.0, 9426.0, 9465.0, 9425.0, 9470.0, 9413.0, 9490.0, 9500.0, 9465.0, 9477.0, 9430.0, 9472.0, 9481.0, 9435.0, 9466.0, 9446.0, 9436.0, 9473.0, 9433.0, 9444.0, 9401.0, 9444.0, 9475.0, 9430.0, 9454.0, 9432.0, 9462.0, 9406.0, 9459.0, 9481.0, 9433.0, 9465.0, 9437.0, 9463.0, 9423.0, 9457.0, 9479.0, 9437.0, 9450.0, 9418.0, 9447.0, 9478.0, 9435.0, 9463.0, 9425.0, 9430.0, 9395.0, 9443.0, 9458.0, 9433.0, 9441.0, 9411.0, 9439.0, 9395.0, 9446.0, 9459.0, 9447.0, 9453.0, 9441.0, 9437.0, 9413.0, 9458.0, 9441.0, 9446.0, 9452.0, 9423.0, 9427.0, 9393.0, 9440.0, 9453.0, 9428.0, 9438.0, 9410.0, 9440.0, 9419.0, 9440.0, 9458.0, 9433.0, 9457.0, 9418.0, 9463.0, 9422.0, 9458.0, 9482.0, 9439.0, 9465.0, 9436.0, 9468.0, 9448.0, 9449.0, 9478.0, 9431.0, 9429.0, 9409.0, 9444.0, 9485.0, 9441.0, 9440.0, 9411.0, 9442.0, 9381.0, 9442.0, 9454.0, 9431.0, 9443.0, 9388.0, 9442.0, 9454.0, 9431.0, 9458.0, 9417.0, 9467.0, 9446.0, 9452.0, 9457.0, 9449.0, 9460.0, 9433.0, 9469.0, 9479.0, 9429.0, 9445.0, 9412.0, 9443.0, 9453.0, 9431.0, 9447.0, 9427.0, 9428.0, 9456.0, 9431.0, 9440.0, 9422.0, 9462.0, 9408.0, 9453.0, 9434.0, 9466.0, 9482.0, 9455.0, 9488.0, 9479.0, 9432.0, 9444.0, 9430.0, 9460.0, 9417.0, 9451.0, 9410.0, 9453.0, 9452.0, 9457.0, 9481.0, 9457.0, 9490.0, 9499.0, 9449.0, 9436.0, 9413.0, 9445.0, 9456.0, 9431.0, 9463.0, 9481.0, 9411.0, 9440.0, 9409.0, 9425.0, 9381.0, 9449.0, 9476.0, 9448.0, 9468.0, 9446.0, 9443.0, 9461.0, 9419.0, 9454.0, 9445.0, 9446.0, 9453.0, 9448.0, 9460.0, 9418.0, 9469.0, 9483.0, 9430.0, 9444.0, 9450.0, 9442.0, 9451.0, 9426.0, 9438.0, 9407.0, 9467.0, 9463.0, 9447.0, 9446.0, 9399.0, 9467.0, 9477.0, 9430.0, 9443.0, 9430.0, 9447.0, 9417.0, 9487.0, 9479.0, 9450.0, 9467.0, 9428.0, 9444.0, 9454.0, 9434.0, 9465.0, 9422.0, 9470.0, 9478.0, 9469.0, 9482.0, 9440.0, 9473.0, 9451.0, 9465.0, 9475.0, 9468.0, 9480.0, 9468.0, 9473.0, 9440.0, 9466.0, 9424.0, 9465.0, 9455.0, 9448.0, 9497.0, 9453.0, 9449.0, 9432.0, 9441.0, 9414.0, 9444.0, 9416.0, 9461.0, 9464.0, 9464.0, 9461.0, 9463.0, 9462.0, 9465.0, 9465.0, 9452.0, 9450.0, 9433.0, 9463.0, 9433.0, 9469.0, 9479.0, 9451.0, 9450.0, 9445.0, 9458.0, 9444.0, 9460.0, 9422.0, 9464.0, 9415.0, 9446.0, 9444.0, 9460.0, 9457.0, 9465.0, 9465.0, 9438.0, 9447.0, 9421.0, 9463.0, 9419.0, 9471.0, 9483.0, 9465.0, 9463.0, 9451.0, 9464.0, 9449.0, 9468.0, 9421.0, 9471.0, 9456.0, 9462.0, 9459.0, 9467.0, 9463.0, 9462.0, 9469.0, 9438.0, 9468.0, 9419.0, 9470.0, 9422.0, 9469.0, 9502.0, 9468.0, 9464.0, 9450.0, 9464.0, 9446.0, 9466.0, 9420.0, 9468.0, 9480.0, 9467.0, 9461.0, 9469.0, 9460.0, 9469.0, 9481.0, 9453.0, 9466.0, 9438.0, 9464.0, 9422.0, 9468.0, 9484.0, 9463.0, 9469.0, 9464.0, 9468.0, 9459.0, 9450.0, 9446.0, 9417.0, 9465.0, 9418.0, 9473.0, 9482.0, 9473.0, 9483.0, 9462.0, 9487.0, 9464.0, 9487.0, 9448.0, 9475.0, 9470.0, 9473.0, 9488.0, 9460.0, 9489.0, 9430.0, 9469.0, 9511.0, 9450.0, 9470.0, 9446.0, 9463.0, 9424.0, 9451.0, 9410.0, 9464.0, 9412.0, 9488.0, 9445.0, 9472.0, 9468.0, 9469.0, 9482.0, 9452.0, 9473.0, 9428.0, 9466.0, 9459.0, 9452.0, 9490.0, 9442.0, 9459.0, 9433.0, 9446.0, 9398.0, 9442.0, 9440.0, 9444.0, 9459.0, 9425.0, 9448.0, 9418.0, 9464.0, 9462.0, 9430.0, 9449.0, 9430.0, 9464.0, 9476.0, 9466.0, 9463.0, 9446.0, 9446.0, 9434.0, 9464.0, 9401.0, 9468.0, 9482.0, 9459.0, 9477.0, 9472.0, 9483.0, 9432.0, 9491.0, 9501.0, 9455.0, 9464.0, 9468.0, 9469.0, 9439.0, 9468.0, 9483.0, 9468.0, 9465.0, 9469.0, 9467.0, 9454.0, 9468.0, 9435.0, 9474.0, 9444.0, 9475.0, 9461.0, 9476.0, 9491.0, 9457.0, 9490.0, 9481.0, 9453.0, 9492.0, 9451.0, 9473.0, 9460.0, 9459.0, 9431.0, 9450.0, 9439.0, 9452.0, 9408.0, 9454.0, 9437.0, 9449.0, 9441.0, 9465.0, 9479.0, 9471.0, 9482.0, 9454.0, 9453.0, 9451.0, 9464.0, 9448.0, 9449.0, 9419.0, 9441.0, 9417.0, 9458.0, 9414.0, 9458.0, 9473.0, 9444.0, 9439.0, 9442.0, 9441.0, 9441.0, 9456.0, 9427.0, 9441.0, 9427.0, 9444.0, 9414.0, 9447.0, 9432.0, 9451.0, 9473.0, 9443.0, 9443.0, 9445.0, 9440.0, 9444.0, 9443.0, 9414.0, 9428.0, 9398.0, 9442.0, 9457.0, 9460.0, 9458.0, 9441.0, 9439.0, 9443.0, 9454.0, 9436.0, 9463.0, 9412.0, 9447.0, 9416.0, 9448.0, 9460.0, 9463.0, 9462.0, 9447.0, 9446.0, 9445.0, 9457.0, 9439.0, 9468.0, 9402.0, 9444.0, 9419.0, 9434.0, 9436.0, 9466.0, 9458.0, 9489.0, 9474.0, 9482.0, 9451.0, 9466.0, 9419.0, 9468.0, 9476.0, 9450.0, 9469.0, 9447.0, 9457.0, 9425.0, 9447.0, 9401.0, 9443.0, 9384.0, 9422.0, 9451.0, 9425.0, 9448.0, 9417.0, 9450.0, 9403.0, 9454.0, 9449.0, 9454.0, 9481.0, 9436.0, 9473.0, 9472.0, 9436.0, 9465.0, 9442.0, 9430.0, 9452.0, 9396.0, 9457.0, 9473.0, 9416.0, 9442.0, 9383.0, 9433.0, 9473.0, 9427.0, 9472.0, 9427.0, 9461.0, 9490.0, 9464.0, 9483.0, 9445.0, 9493.0, 9469.0, 9441.0, 9480.0, 9438.0, 9468.0, 9436.0, 9471.0, 9497.0, 9435.0, 9468.0, 9404.0, 9454.0, 9497.0, 9446.0, 9478.0, 9423.0, 9465.0, 9409.0, 9454.0, 9497.0, 9446.0, 9467.0, 9424.0, 9485.0, 9479.0, 9444.0, 9485.0, 9442.0, 9451.0, 9410.0, 9454.0, 9480.0, 9438.0, 9481.0, 9407.0, 9436.0, 9476.0, 9435.0, 9457.0, 9419.0, 9451.0, 9465.0, 9413.0, 9442.0, 9440.0, 9426.0, 9457.0, 9420.0, 9443.0, 9412.0, 9451.0, 9403.0, 9448.0, 9475.0, 9438.0, 9467.0, 9471.0, 9425.0, 9441.0, 9427.0, 9442.0, 9418.0, 9463.0, 9433.0, 9449.0, 9417.0, 9467.0, 9462.0, 9454.0, 9476.0, 9422.0, 9426.0, 9414.0, 9448.0, 9473.0, 9441.0, 9472.0, 9425.0, 9423.0, 9381.0, 9427.0, 9445.0, 9416.0, 9441.0, 9423.0, 9422.0, 9392.0, 9426.0, 9377.0, 9421.0, 9452.0, 9429.0, 9438.0, 9409.0, 9422.0, 9400.0, 9427.0, 9389.0, 9429.0, 9457.0, 9435.0, 9443.0, 9409.0, 9441.0, 9396.0, 9439.0, 9450.0, 9429.0, 9440.0, 9415.0, 9420.0, 9407.0, 9441.0, 9382.0, 9430.0, 9457.0, 9437.0, 9441.0, 9419.0, 9443.0, 9400.0, 9439.0, 9470.0, 9434.0, 9461.0, 9420.0, 9445.0, 9400.0, 9447.0, 9430.0, 9439.0, 9475.0, 9439.0, 9460.0, 9426.0, 9464.0, 9410.0, 9486.0, 9499.0, 9452.0, 9465.0, 9440.0, 9462.0, 9425.0, 9471.0, 9425.0, 9472.0, 9437.0, 9454.0, 9463.0, 9457.0, 9478.0, 9445.0, 9469.0, 9407.0, 9462.0, 9434.0, 9453.0, 9481.0, 9437.0, 9460.0, 9434.0, 9441.0, 9418.0, 9462.0, 9446.0, 9438.0, 9475.0, 9436.0, 9459.0, 9435.0, 9465.0, 9431.0, 9450.0, 9481.0, 9435.0, 9446.0, 9401.0, 9445.0, 9423.0, 9444.0, 9458.0, 9421.0, 9440.0, 9427.0, 9450.0, 9431.0, 9437.0, 9480.0, 9425.0, 9425.0, 9456.0, 9396.0, 9423.0, 9407.0, 9430.0, 9448.0, 9411.0, 9437.0, 9401.0, 9466.0, 9478.0, 9444.0, 9463.0, 9424.0, 9464.0, 9443.0, 9429.0, 9480.0, 9418.0, 9435.0, 9466.0, 9415.0, 9438.0, 9392.0, 9426.0, 9452.0, 9416.0, 9441.0, 9386.0, 9447.0, 9468.0, 9421.0, 9469.0, 9422.0, 9452.0, 9474.0, 9436.0, 9462.0, 9416.0, 9467.0, 9446.0, 9440.0, 9461.0, 9425.0, 9462.0, 9399.0, 9456.0, 9477.0, 9436.0, 9457.0, 9419.0, 9464.0, 9443.0, 9434.0, 9458.0, 9432.0, 9442.0, 9396.0, 9445.0, 9455.0, 9418.0, 9464.0, 9400.0, 9446.0, 9438.0, 9435.0, 9461.0, 9427.0, 9466.0, 9435.0, 9428.0, 9453.0, 9415.0, 9457.0, 9395.0, 9423.0, 9457.0, 9417.0, 9445.0, 9397.0, 9450.0, 9420.0, 9454.0, 9475.0, 9436.0, 9446.0, 9421.0, 9461.0, 9430.0, 9476.0, 9454.0, 9456.0, 9448.0, 9452.0, 9475.0, 9435.0, 9461.0, 9415.0, 9450.0, 9491.0, 9406.0, 9426.0, 9477.0, 9406.0, 9421.0, 9380.0, 9426.0, 9431.0, 9410.0, 9442.0, 9408.0, 9463.0, 9460.0, 9459.0, 9480.0, 9440.0, 9464.0, 9405.0, 9452.0, 9475.0, 9434.0, 9466.0, 9445.0, 9429.0, 9455.0, 9416.0, 9444.0, 9393.0, 9445.0, 9455.0, 9434.0, 9446.0, 9417.0, 9454.0, 9477.0, 9442.0, 9470.0, 9416.0, 9452.0, 9477.0, 9433.0, 9459.0, 9416.0, 9455.0, 9474.0, 9429.0, 9445.0, 9441.0, 9444.0, 9473.0, 9419.0, 9466.0, 9448.0, 9440.0, 9474.0, 9437.0, 9488.0, 9436.0, 9462.0, 9497.0, 9441.0, 9471.0, 9415.0, 9470.0, 9471.0, 9459.0, 9497.0, 9443.0, 9471.0, 9446.0, 9482.0, 9450.0, 9495.0, 9438.0, 9481.0, 9479.0, 9463.0, 9519.0, 9462.0, 9471.0, 9414.0, 9488.0, 9501.0, 9461.0, 9487.0, 9459.0, 9466.0, 9430.0, 9482.0, 9439.0, 9454.0, 9481.0, 9437.0, 9467.0, 9417.0, 9452.0, 9474.0, 9435.0, 9466.0, 9411.0, 9450.0, 9474.0, 9421.0, 9456.0, 9408.0, 9454.0, 9473.0, 9428.0, 9443.0, 9419.0, 9441.0, 9418.0, 9468.0, 9475.0, 9439.0, 9459.0, 9417.0, 9459.0, 9408.0, 9450.0, 9469.0, 9427.0, 9445.0, 9409.0, 9447.0, 9478.0, 9432.0, 9440.0, 9423.0, 9442.0, 9412.0, 9459.0, 9401.0, 9437.0, 9471.0, 9435.0, 9460.0, 9437.0, 9467.0, 9422.0, 9466.0, 9410.0, 9466.0, 9465.0, 9457.0, 9479.0, 9437.0, 9461.0, 9428.0, 9467.0, 9459.0, 9446.0, 9475.0, 9432.0, 9442.0, 9427.0, 9459.0, 9415.0, 9444.0, 9459.0, 9429.0, 9456.0, 9412.0, 9447.0, 9467.0, 9405.0, 9452.0, 9414.0, 9428.0, 9405.0, 9426.0, 9438.0, 9434.0, 9478.0, 9427.0, 9496.0, 9427.0, 9479.0, 9497.0, 9442.0, 9498.0, 9498.0, 9451.0, 9462.0, 9418.0, 9449.0, 9471.0, 9434.0, 9459.0, 9432.0, 9424.0, 9417.0, 9460.0, 9443.0, 9468.0, 9475.0, 9495.0, 9478.0, 9507.0, 9444.0, 9467.0, 9494.0, 9430.0, 9477.0, 9431.0, 9430.0, 9397.0, 9431.0, 9472.0, 9410.0, 9443.0, 9393.0, 9427.0, 9466.0, 9406.0, 9432.0, 9407.0, 9437.0, 9399.0, 9442.0, 9382.0, 9431.0, 9442.0, 9433.0, 9460.0, 9430.0, 9466.0, 9413.0, 9431.0, 9456.0, 9429.0, 9461.0, 9396.0, 9444.0, 9454.0, 9413.0, 9434.0, 9401.0, 9442.0, 9400.0, 9455.0, 9481.0, 9418.0, 9436.0, 9452.0, 9416.0, 9460.0, 9398.0, 9457.0, 9478.0, 9422.0, 9461.0, 9427.0, 9466.0, 9436.0, 9471.0, 9489.0, 9419.0, 9435.0, 9468.0, 9412.0, 9446.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.00031105719237435007</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020818531195840557</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.74542602248913</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2923294980919322</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9877132646313969</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7448.5454</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08637606056696677</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2131715771230502</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4923287782443126</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3838480340737247</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.717930935199477</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375207365459736</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00733957</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013154083862900734</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02538510411977768</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.967261461167934</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>23.2129</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9332</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.8399</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304922.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.3701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.5891</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3517.608</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4579.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.1721</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.76303758379072</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> |