=== 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-0129 --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-0129",
"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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-03/func/sub-0129_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>ad696cd1fee6ab285bd0afb70f884501</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>20:08:53.137500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996203, -0.0851122, 0.0183227, 0.0813777, 0.985104, 0.151485]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.116259</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>[4234, -7755, -7235, 97, -193, 25, 89, 139]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>251.813</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a7ba2f00-27d7-4936-bd14-b5c437ce378e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6727395057678223, 0.2183304727077484, 0.08354602754116058, 100.31298065185547], [0.2283497154712677, 2.6429619789123535, 0.40343138575553894, -112.24681091308594], [0.04915837198495865, -0.406423956155777, 2.668382167816162, -38.42610549926758], [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': ['200853.137500', '200853.597500', '200854.057500', '200854.517500', '200854.977500', '200855.437500', '200855.897500', '200856.357500', '200856.817500', '200857.277500', '200857.737500', '200858.197500', '200858.657500', '200859.117500', '200859.577500', '200900.037500', '200900.497500', '200900.957500', '200901.417500', '200901.877500', '200902.337500', '200902.797500', '200903.257500', '200903.717500', '200904.177500', '200904.637500', '200905.097500', '200905.557500', '200906.017500', '200906.477500', '200906.937500', '200907.397500', '200907.857500', '200908.317500', '200908.777500', '200909.237500', '200909.697500', '200910.157500', '200910.617500', '200911.077500', '200911.537500', '200911.997500', '200912.457500', '200912.917500', '200913.377500', '200913.837500', '200914.297500', '200914.757500', '200915.217500', '200915.677500', '200916.137500', '200916.597500', '200917.057500', '200917.517500', '200917.977500', '200918.437500', '200918.897500', '200919.357500', '200919.817500', '200920.277500', '200920.737500', '200921.197500', '200921.657500', '200922.117500', '200922.577500', '200923.037500', '200923.497500', '200923.957500', '200924.417500', '200924.877500', '200925.337500', '200925.797500', '200926.257500', '200926.717500', '200927.177500', '200927.637500', '200928.097500', '200928.557500', '200929.017500', '200929.477500', '200929.937500', '200930.397500', '200930.857500', '200931.317500', '200931.777500', '200932.237500', '200932.697500', '200933.157500', '200933.617500', '200934.077500', '200934.537500', '200934.997500', '200935.457500', '200935.917500', '200936.377500', '200936.837500', '200937.297500', '200937.757500', '200938.217500', '200938.677500', '200939.137500', '200939.597500', '200940.057500', '200940.517500', '200940.977500', '200941.437500', '200941.897500', '200942.357500', '200942.817500', '200943.277500', '200943.737500', '200944.197500', '200944.657500', '200945.117500', '200945.577500', '200946.037500', '200946.497500', '200946.957500', '200947.417500', '200947.877500', '200948.337500', '200948.797500', '200949.257500', '200949.717500', '200950.177500', '200950.637500', '200951.097500', '200951.557500', '200952.017500', '200952.477500', '200952.937500', '200953.397500', '200953.857500', '200954.317500', '200954.777500', '200955.237500', '200955.697500', '200956.157500', '200956.617500', '200957.077500', '200957.537500', '200957.997500', '200958.457500', '200958.917500', '200959.377500', '200959.837500', '201000.297500', '201000.757500', '201001.217500', '201001.677500', '201002.137500', '201002.597500', '201003.057500', '201003.517500', '201003.977500', '201004.437500', '201004.897500', '201005.357500', '201005.817500', '201006.277500', '201006.737500', '201007.197500', '201007.657500', '201008.117500', '201008.577500', '201009.037500', '201009.497500', '201009.957500', '201010.417500', '201010.877500', '201011.337500', '201011.797500', '201012.257500', '201012.717500', '201013.177500', '201013.637500', '201014.097500', '201014.557500', '201015.017500', '201015.477500', '201015.937500', '201016.397500', '201016.857500', '201017.317500', '201017.777500', '201018.237500', '201018.697500', '201019.157500', '201019.617500', '201020.077500', '201020.537500', '201020.997500', '201021.457500', '201021.917500', '201022.377500', '201022.837500', '201023.297500', '201023.757500', '201024.217500', '201024.677500', '201025.137500', '201025.597500', '201026.057500', '201026.517500', '201026.977500', '201027.437500', '201027.897500', '201028.357500', '201028.817500', '201029.277500', '201029.737500', '201030.197500', '201030.657500', '201031.117500', '201031.577500', '201032.037500', '201032.497500', '201032.957500', '201033.417500', '201033.877500', '201034.337500', '201034.797500', '201035.257500', '201035.717500', '201036.177500', '201036.637500', '201037.097500', '201037.557500', '201038.017500', '201038.477500', '201038.937500', '201039.397500', '201039.857500', '201040.317500', '201040.777500', '201041.237500', '201041.697500', '201042.157500', '201042.617500', '201043.077500', '201043.537500', '201043.997500', '201044.457500', '201044.917500', '201045.377500', '201045.837500', '201046.297500', '201046.757500', '201047.217500', '201047.677500', '201048.137500', '201048.597500', '201049.057500', '201049.517500', '201049.977500', '201050.437500', '201050.897500', '201051.357500', '201051.817500', '201052.277500', '201052.737500', '201053.197500', '201053.657500', '201054.117500', '201054.577500', '201055.037500', '201055.497500', '201055.957500', '201056.417500', '201056.877500', '201057.337500', '201057.797500', '201058.257500', '201058.717500', '201059.177500', '201059.637500', '201100.097500', '201100.557500', '201101.017500', '201101.477500', '201101.937500', '201102.397500', '201102.857500', '201103.317500', '201103.777500', '201104.237500', '201104.697500', '201105.157500', '201105.617500', '201106.077500', '201106.537500', '201106.997500', '201107.457500', '201107.917500', '201108.377500', '201108.837500', '201109.297500', '201109.757500', '201110.217500', '201110.677500', '201111.137500', '201111.597500', '201112.057500', '201112.517500', '201112.977500', '201113.437500', '201113.897500', '201114.357500', '201114.817500', '201115.277500', '201115.737500', '201116.197500', '201116.657500', '201117.117500', '201117.577500', '201118.037500', '201118.497500', '201118.957500', '201119.417500', '201119.877500', '201120.337500', '201120.797500', '201121.257500', '201121.717500', '201122.177500', '201122.637500', '201123.097500', '201123.557500', '201124.017500', '201124.477500', '201124.937500', '201125.397500', '201125.857500', '201126.317500', '201126.777500', '201127.237500', '201127.697500', '201128.157500', '201128.617500', '201129.077500', '201129.537500', '201129.997500', '201130.457500', '201130.917500', '201131.377500', '201131.837500', '201132.297500', '201132.757500', '201133.217500', '201133.677500', '201134.137500', '201134.597500', '201135.057500', '201135.517500', '201135.977500', '201136.437500', '201136.897500', '201137.357500', '201137.817500', '201138.277500', '201138.737500', '201139.197500', '201139.657500', '201140.117500', '201140.577500', '201141.037500', '201141.497500', '201141.957500', '201142.417500', '201142.877500', '201143.337500', '201143.797500', '201144.257500', '201144.717500', '201145.177500', '201145.637500', '201146.097500', '201146.557500', '201147.017500', '201147.477500', '201147.937500', '201148.397500', '201148.857500', '201149.317500', '201149.777500', '201150.237500', '201150.697500', '201151.157500', '201151.617500', '201152.077500', '201152.537500', '201152.997500', '201153.457500', '201153.917500', '201154.377500', '201154.837500', '201155.297500', '201155.757500', '201156.217500', '201156.677500', '201157.137500', '201157.597500', '201158.057500', '201158.517500', '201158.977500', '201159.437500', '201159.897500', '201200.357500', '201200.817500', '201201.277500', '201201.737500', '201202.197500', '201202.657500', '201203.117500', '201203.577500', '201204.037500', '201204.497500', '201204.957500', '201205.417500', '201205.877500', '201206.337500', '201206.797500', '201207.257500', '201207.717500', '201208.177500', '201208.637500', '201209.097500', '201209.557500', '201210.017500', '201210.477500', '201210.937500', '201211.397500', '201211.857500', '201212.317500', '201212.777500', '201213.237500', '201213.697500', '201214.157500', '201214.617500', '201215.077500', '201215.537500', '201215.997500', '201216.457500', '201216.917500', '201217.377500', '201217.837500', '201218.297500', '201218.757500', '201219.217500', '201219.677500', '201220.137500', '201220.597500', '201221.057500', '201221.517500', '201221.977500', '201222.437500', '201222.897500', '201223.357500', '201223.817500', '201224.277500', '201224.737500', '201225.197500', '201225.657500', '201226.117500', '201226.577500', '201227.037500', '201227.497500', '201227.957500', '201228.417500', '201228.877500', '201229.337500', '201229.797500', '201230.257500', '201230.717500', '201231.177500', '201231.637500', '201232.097500', '201232.557500', '201233.017500', '201233.477500', '201233.937500', '201234.397500', '201234.857500', '201235.317500', '201235.777500', '201236.237500', '201236.697500', '201237.157500', '201237.617500', '201238.077500', '201238.537500', '201238.997500', '201239.457500', '201239.917500', '201240.377500', '201240.837500', '201241.297500', '201241.757500', '201242.217500', '201242.677500', '201243.137500', '201243.597500', '201244.057500', '201244.517500', '201244.977500', '201245.437500', '201245.897500', '201246.357500', '201246.817500', '201247.277500', '201247.737500', '201248.197500', '201248.657500', '201249.117500', '201249.577500', '201250.037500', '201250.497500', '201250.957500', '201251.417500', '201251.877500', '201252.337500', '201252.797500', '201253.257500', '201253.717500', '201254.177500', '201254.637500', '201255.097500', '201255.557500', '201256.017500', '201256.477500', '201256.937500', '201257.397500', '201257.857500', '201258.317500', '201258.777500', '201259.237500', '201259.697500', '201300.157500', '201300.617500', '201301.077500', '201301.537500', '201301.997500', '201302.457500', '201302.917500', '201303.377500', '201303.837500', '201304.297500', '201304.757500', '201305.217500', '201305.677500', '201306.137500', '201306.597500', '201307.057500', '201307.517500', '201307.977500', '201308.437500', '201308.897500', '201309.357500', '201309.817500', '201310.277500', '201310.737500', '201311.197500', '201311.657500', '201312.117500', '201312.577500', '201313.037500', '201313.497500', '201313.957500', '201314.417500', '201314.877500', '201315.337500', '201315.797500', '201316.257500', '201316.717500', '201317.177500', '201317.637500', '201318.097500', '201318.557500', '201319.017500', '201319.477500', '201319.937500', '201320.397500', '201320.857500', '201321.317500', '201321.777500', '201322.237500', '201322.697500', '201323.157500', '201323.617500', '201324.077500', '201324.537500', '201324.997500', '201325.457500', '201325.917500', '201326.377500', '201326.837500', '201327.297500', '201327.757500', '201328.217500', '201328.677500', '201329.137500', '201329.597500', '201330.057500', '201330.517500', '201330.977500', '201331.437500', '201331.897500', '201332.357500', '201332.817500', '201333.277500', '201333.737500', '201334.197500', '201334.657500', '201335.117500', '201335.577500', '201336.037500', '201336.497500', '201336.957500', '201337.417500', '201337.877500', '201338.337500', '201338.797500', '201339.257500', '201339.717500', '201340.177500', '201340.637500', '201341.097500', '201341.557500', '201342.017500', '201342.477500', '201342.937500', '201343.397500', '201343.857500', '201344.317500', '201344.777500', '201345.237500', '201345.697500', '201346.157500', '201346.617500', '201347.077500', '201347.537500', '201347.997500', '201348.457500', '201348.917500', '201349.377500', '201349.837500', '201350.297500', '201350.757500', '201351.217500', '201351.677500', '201352.137500', '201352.597500', '201353.057500', '201353.517500', '201353.977500', '201354.437500', '201354.897500', '201355.357500', '201355.817500', '201356.277500', '201356.737500', '201357.197500', '201357.657500', '201358.117500', '201358.577500', '201359.037500', '201359.497500', '201359.957500', '201400.417500', '201400.877500', '201401.337500', '201401.797500', '201402.257500', '201402.717500', '201403.177500', '201403.637500', '201404.097500', '201404.557500', '201405.017500', '201405.477500', '201405.937500', '201406.397500', '201406.857500', '201407.317500', '201407.777500', '201408.237500', '201408.697500', '201409.157500', '201409.617500', '201410.077500', '201410.537500', '201410.997500', '201411.457500', '201411.917500', '201412.377500', '201412.837500', '201413.297500', '201413.757500', '201414.217500', '201414.677500', '201415.137500', '201415.597500', '201416.057500', '201416.517500', '201416.977500', '201417.437500', '201417.897500', '201418.357500', '201418.817500', '201419.277500', '201419.737500', '201420.197500', '201420.657500', '201421.117500', '201421.577500', '201422.037500', '201422.497500', '201422.957500', '201423.417500', '201423.877500', '201424.337500', '201424.797500', '201425.257500', '201425.717500', '201426.177500', '201426.637500', '201427.097500', '201427.557500', '201428.017500', '201428.477500', '201428.937500', '201429.397500', '201429.857500', '201430.317500', '201430.777500', '201431.237500', '201431.697500', '201432.157500', '201432.617500', '201433.077500', '201433.537500', '201433.997500', '201434.457500', '201434.917500', '201435.377500', '201435.837500', '201436.297500', '201436.757500', '201437.217500', '201437.677500', '201438.137500', '201438.597500', '201439.057500', '201439.517500', '201439.977500', '201440.437500', '201440.897500', '201441.357500', '201441.817500', '201442.277500', '201442.737500', '201443.197500', '201443.657500', '201444.117500', '201444.577500', '201445.037500', '201445.497500', '201445.957500', '201446.417500', '201446.877500', '201447.337500', '201447.797500', '201448.257500', '201448.717500', '201449.177500', '201449.637500', '201450.097500', '201450.557500', '201451.017500', '201451.477500', '201451.937500', '201452.397500', '201452.857500', '201453.317500', '201453.777500', '201454.237500', '201454.697500', '201455.157500', '201455.617500', '201456.077500', '201456.537500', '201456.997500', '201457.457500', '201457.917500', '201458.377500', '201458.837500', '201459.297500', '201459.757500', '201500.217500', '201500.677500', '201501.137500', '201501.597500', '201502.057500', '201502.517500', '201502.977500', '201503.437500', '201503.897500', '201504.357500', '201504.817500', '201505.277500', '201505.737500', '201506.197500', '201506.657500', '201507.117500', '201507.577500', '201508.037500', '201508.497500', '201508.957500', '201509.417500', '201509.877500', '201510.337500', '201510.797500', '201511.257500', '201511.717500', '201512.177500', '201512.637500', '201513.097500', '201513.557500', '201514.017500', '201514.477500', '201514.937500', '201515.397500', '201515.857500', '201516.317500', '201516.777500', '201517.237500', '201517.697500', '201518.157500', '201518.617500', '201519.077500', '201519.537500', '201519.997500', '201520.457500', '201520.917500', '201521.377500', '201521.837500', '201522.297500', '201522.757500', '201523.217500', '201523.677500', '201524.137500', '201524.597500', '201525.057500', '201525.517500', '201525.977500', '201526.437500', '201526.897500', '201527.357500', '201527.817500', '201528.277500', '201528.737500', '201529.197500', '201529.657500', '201530.117500', '201530.577500', '201531.037500', '201531.497500', '201531.957500', '201532.417500', '201532.877500', '201533.337500', '201533.797500', '201534.257500', '201534.717500', '201535.177500', '201535.637500', '201536.097500', '201536.557500', '201537.017500', '201537.477500', '201537.937500', '201538.397500', '201538.857500', '201539.317500', '201539.777500', '201540.237500', '201540.697500', '201541.157500', '201541.617500', '201542.077500', '201542.537500', '201542.997500', '201543.457500', '201543.917500', '201544.377500', '201544.837500', '201545.297500', '201545.757500', '201546.217500', '201546.677500', '201547.137500', '201547.597500', '201548.057500', '201548.517500', '201548.977500', '201549.437500', '201549.897500', '201550.357500', '201550.817500', '201551.277500', '201551.737500', '201552.197500', '201552.657500', '201553.117500', '201553.577500', '201554.037500', '201554.497500', '201554.957500', '201555.417500', '201555.877500', '201556.337500', '201556.797500', '201557.257500', '201557.717500', '201558.177500', '201558.637500', '201559.097500', '201559.557500', '201600.017500', '201600.477500', '201600.937500', '201601.397500', '201601.857500', '201602.317500', '201602.777500', '201603.237500', '201603.697500', '201604.157500', '201604.617500', '201605.077500', '201605.537500', '201605.997500', '201606.457500', '201606.917500', '201607.377500', '201607.837500', '201608.297500', '201608.757500', '201609.217500', '201609.677500', '201610.137500', '201610.597500', '201611.057500', '201611.517500', '201611.977500', '201612.437500', '201612.897500', '201613.357500', '201613.817500', '201614.277500', '201614.737500', '201615.197500', '201615.657500', '201616.117500', '201616.577500', '201617.037500', '201617.497500', '201617.957500', '201618.417500', '201618.877500', '201619.337500', '201619.797500', '201620.257500', '201620.717500', '201621.177500', '201621.637500', '201622.097500', '201622.557500', '201623.017500', '201623.477500', '201623.937500', '201624.397500', '201624.857500', '201625.317500', '201625.777500', '201626.237500', '201626.697500', '201627.157500', '201627.617500', '201628.077500', '201628.537500', '201628.997500', '201629.457500', '201629.917500', '201630.377500', '201630.837500', '201631.297500', '201631.757500', '201632.217500', '201632.677500', '201633.137500', '201633.597500', '201634.057500', '201634.517500', '201634.977500', '201635.437500', '201635.897500', '201636.357500', '201636.817500', '201637.277500', '201637.737500', '201638.197500', '201638.657500', '201639.117500', '201639.577500', '201640.037500', '201640.497500', '201640.957500', '201641.417500', '201641.877500', '201642.337500', '201642.797500', '201643.257500', '201643.717500', '201644.177500', '201644.637500', '201645.097500', '201645.557500', '201646.017500', '201646.477500', '201646.937500', '201647.397500', '201647.857500', '201648.317500', '201648.777500', '201649.237500', '201649.697500', '201650.157500', '201650.617500', '201651.077500', '201651.537500', '201651.997500', '201652.457500', '201652.917500', '201653.377500', '201653.837500', '201654.297500', '201654.757500', '201655.217500', '201655.677500', '201656.137500', '201656.597500', '201657.057500', '201657.517500', '201657.977500', '201658.437500', '201658.897500', '201659.357500', '201659.817500', '201700.277500', '201700.737500', '201701.197500', '201701.657500', '201702.117500', '201702.577500', '201703.037500', '201703.497500', '201703.957500', '201704.417500', '201704.877500', '201705.337500', '201705.797500', '201706.257500', '201706.717500', '201707.177500', '201707.637500', '201708.097500', '201708.557500', '201709.017500', '201709.477500', '201709.937500', '201710.397500', '201710.857500', '201711.317500', '201711.777500', '201712.237500', '201712.697500', '201713.157500', '201713.617500', '201714.077500', '201714.537500', '201714.997500', '201715.457500', '201715.917500', '201716.377500', '201716.837500', '201717.297500', '201717.757500', '201718.217500', '201718.677500', '201719.137500', '201719.597500', '201720.057500', '201720.517500', '201720.977500', '201721.437500', '201721.897500', '201722.357500', '201722.817500', '201723.277500', '201723.737500', '201724.197500', '201724.657500', '201725.117500', '201725.577500', '201726.037500', '201726.497500', '201726.957500', '201727.417500', '201727.877500', '201728.337500', '201728.797500', '201729.257500', '201729.717500', '201730.177500', '201730.637500', '201731.097500', '201731.557500', '201732.017500', '201732.477500', '201732.937500', '201733.397500', '201733.857500', '201734.317500', '201734.777500', '201735.237500', '201735.697500', '201736.157500', '201736.617500', '201737.077500', '201737.537500', '201737.997500', '201738.457500', '201738.917500', '201739.377500', '201739.837500', '201740.297500', '201740.757500', '201741.217500', '201741.677500', '201742.137500', '201742.597500', '201743.057500', '201743.517500', '201743.977500', '201744.437500', '201744.897500'], 'ContentTime': ['200909.922000', '200909.925000', '200909.928000', '200909.930000', '200909.933000', '200909.936000', '200909.938000', '200909.941000', '200909.943000', '200909.946000', '200909.949000', '200909.951000', '200909.954000', '200909.956000', '200909.959000', '200909.962000', '200909.964000', '200909.968000', '200909.971000', '200909.973000', '200909.976000', '200909.978000', '200909.981000', '200909.984000', '200909.986000', '200909.993000', '200909.996000', '200909.998000', '200910.002000', '200910.005000', '200910.007000', '200910.010000', '200910.012000', '200910.015000', '200929.873000', '200929.876000', '200929.879000', '200929.881000', '200929.884000', '200929.887000', '200929.889000', '200929.892000', '200929.894000', '200929.897000', '200929.907000', '200929.913000', '200929.916000', '200929.918000', '200929.921000', '200929.923000', '200929.926000', '200929.928000', '200929.931000', '200929.933000', '200929.936000', '200929.939000', '200929.941000', '200929.944000', '200929.946000', '200929.949000', '200929.951000', '200929.954000', '200929.956000', '200929.959000', '200929.961000', '200929.964000', '200929.966000', '200929.969000', '200929.971000', '200929.974000', '200929.977000', '200929.979000', '200929.982000', '200929.984000', '200929.987000', '200929.989000', '200929.992000', '200949.874000', '200949.877000', '200949.880000', '200949.883000', '200949.885000', '200949.888000', '200949.891000', '200949.893000', '200949.896000', '200949.898000', '200949.901000', '200949.904000', '200949.906000', '200949.909000', '200949.911000', '200949.914000', '200949.917000', '200949.919000', '200949.922000', '200949.937000', '200949.940000', '200949.942000', '200949.945000', '200949.948000', '200949.950000', '200949.953000', '200949.955000', '200949.958000', '200949.960000', '200949.963000', '200949.965000', '200949.968000', '200949.970000', '200949.973000', '200949.976000', '200949.978000', '200949.981000', '200949.983000', '200949.986000', '200949.988000', '200949.991000', '200949.993000', '200949.996000', '201009.874000', '201009.877000', '201009.880000', '201009.882000', '201009.885000', '201009.887000', '201009.890000', '201009.893000', '201009.895000', '201009.898000', '201009.901000', '201009.903000', '201009.906000', '201009.908000', '201009.911000', '201009.914000', '201009.916000', '201009.919000', '201009.921000', '201009.924000', '201009.926000', '201009.929000', '201009.932000', '201009.934000', '201009.937000', '201009.939000', '201009.942000', '201009.944000', '201009.947000', '201009.950000', '201009.952000', '201009.955000', '201009.957000', '201009.960000', '201009.962000', '201009.965000', '201009.968000', '201009.970000', '201009.973000', '201009.975000', '201009.978000', '201009.981000', '201009.983000', '201009.986000', '201029.874000', '201029.877000', '201029.880000', '201029.882000', '201029.885000', '201029.888000', '201029.890000', '201029.893000', '201029.896000', '201029.898000', '201029.901000', '201029.903000', '201029.906000', '201029.908000', '201029.911000', '201029.914000', '201029.918000', '201029.921000', '201029.924000', '201029.935000', '201029.937000', '201029.940000', '201029.948000', '201029.950000', '201029.953000', '201029.955000', '201029.958000', '201029.961000', '201029.963000', '201029.966000', '201029.969000', '201029.971000', '201029.974000', '201029.976000', '201029.979000', '201029.982000', '201029.984000', '201029.987000', '201029.989000', '201029.992000', '201029.995000', '201029.997000', '201030.001000', '201049.874000', '201049.877000', '201049.880000', '201049.883000', '201049.885000', '201049.888000', '201049.891000', '201049.893000', '201049.896000', '201049.898000', '201049.901000', '201049.904000', '201049.919000', '201049.921000', '201049.924000', '201049.926000', '201049.929000', '201049.931000', '201049.934000', '201049.937000', '201049.939000', '201049.942000', '201049.944000', '201049.947000', '201049.949000', '201049.952000', '201049.955000', '201049.957000', '201049.960000', '201049.962000', '201049.965000', '201049.967000', '201049.970000', '201049.973000', '201049.975000', '201049.978000', '201049.980000', '201049.983000', '201049.986000', '201049.993000', '201049.995000', '201049.998000', '201050.001000', '201050.004000', '201109.875000', '201109.877000', '201109.880000', '201109.883000', '201109.885000', '201109.888000', '201109.890000', '201109.893000', '201109.896000', '201109.898000', '201109.901000', '201109.903000', '201109.906000', '201109.909000', '201109.912000', '201109.915000', '201109.918000', '201109.921000', '201109.923000', '201109.926000', '201109.928000', '201109.931000', '201109.933000', '201109.936000', '201109.939000', '201109.941000', '201109.944000', '201109.946000', '201109.949000', '201109.951000', '201109.954000', '201109.957000', '201109.959000', '201109.962000', '201109.965000', '201109.967000', '201109.970000', '201109.972000', '201109.975000', '201109.978000', '201109.980000', '201109.983000', '201109.985000', '201129.875000', '201129.877000', '201129.880000', '201129.882000', '201129.885000', '201129.888000', '201129.890000', '201129.893000', '201129.896000', '201129.899000', '201129.901000', '201129.904000', '201129.906000', '201129.909000', '201129.912000', '201129.914000', '201129.917000', '201129.919000', '201129.922000', '201129.925000', '201129.927000', '201129.930000', '201129.932000', '201129.935000', '201129.937000', '201129.940000', '201129.942000', '201129.945000', '201129.948000', '201129.950000', '201129.953000', '201129.955000', '201129.958000', '201129.960000', '201129.963000', '201129.972000', '201129.974000', '201129.977000', '201129.980000', '201129.982000', '201129.985000', '201129.987000', '201129.990000', '201129.992000', '201149.874000', '201149.876000', '201149.879000', '201149.882000', '201149.884000', '201149.887000', '201149.889000', '201149.892000', '201149.895000', '201149.897000', '201149.900000', '201149.902000', '201149.905000', '201149.908000', '201149.911000', '201149.913000', '201149.916000', '201149.919000', '201149.921000', '201149.924000', '201149.927000', '201149.929000', '201149.932000', '201149.934000', '201149.937000', '201149.940000', '201149.942000', '201149.945000', '201149.947000', '201149.950000', '201149.953000', '201149.956000', '201149.960000', '201149.963000', '201149.966000', '201149.968000', '201149.971000', '201149.974000', '201149.976000', '201149.979000', '201149.981000', '201149.984000', '201149.987000', '201209.875000', '201209.887000', '201209.890000', '201209.893000', '201209.895000', '201209.898000', '201209.900000', '201209.903000', '201209.905000', '201209.908000', '201209.911000', '201209.914000', '201209.917000', '201209.919000', '201209.922000', '201209.925000', '201209.928000', '201209.930000', '201209.933000', '201209.936000', '201209.938000', '201209.941000', '201209.943000', '201209.946000', '201209.949000', '201209.951000', '201209.954000', '201209.956000', '201209.959000', '201209.962000', '201209.964000', '201209.967000', '201209.970000', '201209.972000', '201209.975000', '201209.978000', '201209.980000', '201209.983000', '201209.985000', '201209.988000', '201209.991000', '201209.998000', '201210.001000', '201210.003000', '201229.875000', '201229.878000', '201229.880000', '201229.883000', '201229.886000', '201229.888000', '201229.891000', '201229.894000', '201229.896000', '201229.899000', '201229.901000', '201229.904000', '201229.906000', '201229.909000', '201229.912000', '201229.914000', '201229.917000', '201229.920000', '201229.922000', '201229.925000', '201229.927000', '201229.930000', '201229.933000', '201229.935000', '201229.938000', '201229.941000', '201229.943000', '201229.946000', '201229.949000', '201229.951000', '201229.954000', '201229.957000', '201229.959000', '201229.962000', '201229.964000', '201229.967000', '201229.970000', '201229.973000', '201229.976000', '201229.979000', '201229.981000', '201229.984000', '201229.987000', '201249.875000', '201249.877000', '201249.880000', '201249.883000', '201249.885000', '201249.888000', '201249.890000', '201249.893000', '201249.896000', '201249.898000', '201249.901000', '201249.903000', '201249.906000', '201249.908000', '201249.911000', '201249.914000', '201249.916000', '201249.919000', '201249.921000', '201249.924000', '201249.926000', '201249.929000', '201249.932000', '201249.934000', '201249.937000', '201249.939000', '201249.942000', '201249.944000', '201249.947000', '201249.950000', '201249.952000', '201249.955000', '201249.957000', '201249.960000', '201249.963000', '201249.965000', '201249.968000', '201249.970000', '201249.973000', '201249.975000', '201249.978000', '201249.980000', '201249.983000', '201249.986000', '201309.874000', '201309.877000', '201309.880000', '201309.882000', '201309.885000', '201309.888000', '201309.890000', '201309.893000', '201309.896000', '201309.898000', '201309.901000', '201309.903000', '201309.906000', '201309.909000', '201309.911000', '201309.914000', '201309.916000', '201309.919000', '201309.922000', '201309.924000', '201309.927000', '201309.929000', '201309.932000', '201309.934000', '201309.937000', '201309.940000', '201309.942000', '201309.945000', '201309.947000', '201309.950000', '201309.953000', '201309.955000', '201309.958000', '201309.960000', '201309.963000', '201309.966000', '201309.968000', '201309.971000', '201309.974000', '201309.977000', '201309.980000', '201309.983000', '201309.986000', '201329.874000', '201329.877000', '201329.880000', '201329.883000', '201329.885000', '201329.897000', '201329.900000', '201329.902000', '201329.905000', '201329.908000', '201329.910000', '201329.913000', '201329.915000', '201329.918000', '201329.921000', '201329.923000', '201329.926000', '201329.928000', '201329.931000', '201329.934000', '201329.936000', '201329.939000', '201329.941000', '201329.944000', '201329.947000', '201329.949000', '201329.970000', '201329.973000', '201329.976000', '201329.978000', '201329.981000', '201329.983000', '201329.986000', '201329.988000', '201329.991000', '201329.994000', '201329.996000', '201330.000000', '201330.002000', '201330.005000', '201330.008000', '201330.010000', '201330.013000', '201330.015000', '201349.875000', '201349.877000', '201349.880000', '201349.883000', '201349.885000', '201349.888000', '201349.891000', '201349.893000', '201349.896000', '201349.898000', '201349.901000', '201349.904000', '201349.906000', '201349.909000', '201349.912000', '201349.914000', '201349.917000', '201349.919000', '201349.922000', '201349.924000', '201349.927000', '201349.930000', '201349.932000', '201349.935000', '201349.938000', '201349.940000', '201349.943000', '201349.945000', '201349.948000', '201349.951000', '201349.953000', '201349.956000', '201349.958000', '201349.961000', '201349.963000', '201349.966000', '201349.969000', '201349.972000', '201349.975000', '201349.977000', '201349.980000', '201349.983000', '201349.985000', '201409.873000', '201409.876000', '201409.879000', '201409.882000', '201409.884000', '201409.887000', '201409.889000', '201409.892000', '201409.895000', '201409.897000', '201409.900000', '201409.902000', '201409.905000', '201409.907000', '201409.910000', '201409.913000', '201409.915000', '201409.918000', '201409.920000', '201409.923000', '201409.926000', '201409.928000', '201409.931000', '201409.933000', '201409.936000', '201409.939000', '201409.941000', '201409.944000', '201409.946000', '201409.949000', '201409.951000', '201409.954000', '201409.957000', '201409.959000', '201409.962000', '201409.964000', '201409.967000', '201409.970000', '201409.972000', '201409.975000', '201409.977000', '201409.980000', '201409.982000', '201409.985000', '201429.875000', '201429.878000', '201429.880000', '201429.883000', '201429.885000', '201429.888000', '201429.890000', '201429.893000', '201429.896000', '201429.907000', '201429.909000', '201429.912000', '201429.914000', '201429.917000', '201429.920000', '201429.922000', '201429.925000', '201429.927000', '201429.930000', '201429.933000', '201429.935000', '201429.938000', '201429.940000', '201429.943000', '201429.946000', '201429.948000', '201429.953000', '201429.955000', '201429.958000', '201429.961000', '201429.963000', '201429.966000', '201429.969000', '201429.971000', '201429.974000', '201429.976000', '201429.979000', '201429.982000', '201429.984000', '201429.987000', '201429.990000', '201429.992000', '201429.995000', '201449.875000', '201449.882000', '201449.885000', '201449.888000', '201449.890000', '201449.893000', '201449.895000', '201449.898000', '201449.900000', '201449.903000', '201449.906000', '201449.908000', '201449.911000', '201449.913000', '201449.916000', '201449.919000', '201449.921000', '201449.924000', '201449.926000', '201449.929000', '201449.932000', '201449.934000', '201449.937000', '201449.939000', '201449.942000', '201449.945000', '201449.947000', '201449.950000', '201449.952000', '201449.955000', '201449.957000', '201449.960000', '201449.963000', '201449.965000', '201449.968000', '201449.970000', '201449.973000', '201449.976000', '201449.978000', '201449.981000', '201449.983000', '201449.986000', '201449.988000', '201449.991000', '201509.874000', '201509.877000', '201509.880000', '201509.883000', '201509.885000', '201509.888000', '201509.890000', '201509.893000', '201509.896000', '201509.898000', '201509.901000', '201509.903000', '201509.906000', '201509.908000', '201509.911000', '201509.914000', '201509.916000', '201509.919000', '201509.921000', '201509.924000', '201509.926000', '201509.929000', '201509.932000', '201509.934000', '201509.937000', '201509.940000', '201509.942000', '201509.945000', '201509.947000', '201509.950000', '201509.952000', '201509.955000', '201509.958000', '201509.960000', '201509.963000', '201509.965000', '201509.968000', '201509.971000', '201509.973000', '201509.976000', '201509.978000', '201509.981000', '201509.983000', '201529.875000', '201529.877000', '201529.880000', '201529.883000', '201529.885000', '201529.888000', '201529.890000', '201529.893000', '201529.896000', '201529.898000', '201529.901000', '201529.904000', '201529.906000', '201529.909000', '201529.911000', '201529.914000', '201529.916000', '201529.919000', '201529.922000', '201529.924000', '201529.927000', '201529.930000', '201529.932000', '201529.935000', '201529.937000', '201529.940000', '201529.943000', '201529.945000', '201529.948000', '201529.950000', '201529.953000', '201529.955000', '201529.958000', '201529.961000', '201529.963000', '201529.966000', '201529.969000', '201529.971000', '201529.974000', '201529.977000', '201529.979000', '201529.982000', '201529.985000', '201529.987000', '201549.875000', '201549.877000', '201549.880000', '201549.883000', '201549.885000', '201549.888000', '201549.890000', '201549.893000', '201549.896000', '201549.898000', '201549.901000', '201549.903000', '201549.906000', '201549.909000', '201549.911000', '201549.914000', '201549.916000', '201549.919000', '201549.922000', '201549.924000', '201549.927000', '201549.930000', '201549.932000', '201549.935000', '201549.937000', '201549.940000', '201549.942000', '201549.945000', '201549.948000', '201549.950000', '201549.953000', '201549.955000', '201549.958000', '201549.961000', '201549.963000', '201549.966000', '201549.968000', '201549.971000', '201549.973000', '201549.976000', '201549.978000', '201549.981000', '201549.984000', '201609.874000', '201609.877000', '201609.880000', '201609.882000', '201609.885000', '201609.888000', '201609.890000', '201609.893000', '201609.896000', '201609.898000', '201609.901000', '201609.903000', '201609.906000', '201609.908000', '201609.911000', '201609.914000', '201609.916000', '201609.919000', '201609.921000', '201609.924000', '201609.927000', '201609.929000', '201609.932000', '201609.934000', '201609.937000', '201609.939000', '201609.942000', '201609.945000', '201609.947000', '201609.950000', '201609.952000', '201609.955000', '201609.957000', '201609.960000', '201609.963000', '201609.965000', '201609.968000', '201609.970000', '201609.973000', '201609.975000', '201609.978000', '201609.981000', '201609.983000', '201609.986000', '201629.874000', '201629.876000', '201629.879000', '201629.882000', '201629.884000', '201629.887000', '201629.890000', '201629.892000', '201629.895000', '201629.898000', '201629.900000', '201629.903000', '201629.905000', '201629.908000', '201629.911000', '201629.913000', '201629.916000', '201629.918000', '201629.921000', '201629.924000', '201629.926000', '201629.929000', '201629.931000', '201629.934000', '201629.937000', '201629.939000', '201629.942000', '201629.945000', '201629.947000', '201629.950000', '201629.952000', '201629.955000', '201629.958000', '201629.960000', '201629.963000', '201629.966000', '201629.968000', '201629.971000', '201629.973000', '201629.976000', '201629.979000', '201629.981000', '201629.984000', '201649.876000', '201649.879000', '201649.881000', '201649.884000', '201649.887000', '201649.889000', '201649.892000', '201649.894000', '201649.897000', '201649.900000', '201649.902000', '201649.905000', '201649.907000', '201649.910000', '201649.913000', '201649.915000', '201649.918000', '201649.920000', '201649.923000', '201649.926000', '201649.928000', '201649.931000', '201649.934000', '201649.936000', '201649.939000', '201649.941000', '201649.944000', '201649.947000', '201649.949000', '201649.952000', '201649.955000', '201649.957000', '201649.960000', '201649.962000', '201649.965000', '201649.968000', '201649.970000', '201649.973000', '201649.975000', '201649.978000', '201649.980000', '201649.983000', '201649.986000', '201649.988000', '201709.874000', '201709.886000', '201709.888000', '201709.891000', '201709.894000', '201709.896000', '201709.902000', '201709.904000', '201709.907000', '201709.909000', '201709.912000', '201709.915000', '201709.917000', '201709.920000', '201709.922000', '201709.925000', '201709.928000', '201709.930000', '201709.933000', '201709.935000', '201709.948000', '201709.951000', '201709.953000', '201709.956000', '201709.958000', '201709.961000', '201709.963000', '201709.966000', '201709.969000', '201709.971000', '201709.974000', '201709.977000', '201709.979000', '201709.982000', '201709.984000', '201709.987000', '201709.990000', '201709.992000', '201709.995000', '201709.997000', '201710.001000', '201710.003000', '201710.006000', '201729.875000', '201729.878000', '201729.881000', '201729.883000', '201729.886000', '201729.889000', '201729.892000', '201729.895000', '201729.898000', '201729.901000', '201729.903000', '201729.906000', '201729.908000', '201729.911000', '201729.914000', '201729.916000', '201729.919000', '201729.922000', '201729.924000', '201729.927000', '201729.929000', '201729.932000', '201729.935000', '201729.937000', '201729.940000', '201729.942000', '201729.945000', '201729.948000', '201729.950000', '201729.953000', '201729.955000', '201729.958000', '201729.960000', '201729.963000', '201729.966000', '201729.968000', '201729.971000', '201729.973000', '201729.976000', '201729.978000', '201729.981000', '201729.984000', '201729.986000', '201746.401000', '201746.405000', '201746.407000', '201746.410000', '201746.413000', '201746.416000', '201746.418000', '201746.421000', '201746.424000', '201746.426000', '201746.429000', '201746.432000', '201746.435000', '201746.437000', '201746.440000', '201746.443000', '201746.445000', '201746.448000', '201746.451000', '201746.453000', '201746.456000', '201746.459000', '201746.461000', '201746.464000', '201746.471000', '201746.479000', '201746.482000', '201746.485000', '201746.487000', '201746.490000', '201746.493000', '201746.496000', '201746.499000', '201746.502000', '201746.504000', '201746.507000', '201746.510000'], 'InstanceCreationTime': ['200909.922000', '200909.925000', '200909.928000', '200909.930000', '200909.933000', '200909.936000', '200909.938000', '200909.941000', '200909.943000', '200909.946000', '200909.949000', '200909.951000', '200909.954000', '200909.956000', '200909.959000', '200909.962000', '200909.964000', '200909.968000', '200909.971000', '200909.973000', '200909.976000', '200909.978000', '200909.981000', '200909.984000', '200909.986000', '200909.993000', '200909.996000', '200909.998000', '200910.002000', '200910.005000', '200910.007000', '200910.010000', '200910.012000', '200910.015000', '200929.873000', '200929.876000', '200929.879000', '200929.881000', '200929.884000', '200929.887000', '200929.889000', '200929.892000', '200929.894000', '200929.897000', '200929.907000', '200929.913000', '200929.916000', '200929.918000', '200929.921000', '200929.923000', '200929.926000', '200929.928000', '200929.931000', '200929.933000', '200929.936000', '200929.939000', '200929.941000', '200929.944000', '200929.946000', '200929.949000', '200929.951000', '200929.954000', '200929.956000', '200929.959000', '200929.961000', '200929.964000', '200929.966000', '200929.969000', '200929.971000', '200929.974000', '200929.977000', '200929.979000', '200929.982000', '200929.984000', '200929.987000', '200929.989000', '200929.992000', '200949.874000', '200949.877000', '200949.880000', '200949.883000', '200949.885000', '200949.888000', '200949.891000', '200949.893000', '200949.896000', '200949.898000', '200949.901000', '200949.904000', '200949.906000', '200949.909000', '200949.911000', '200949.914000', '200949.917000', '200949.919000', '200949.922000', '200949.937000', '200949.940000', '200949.942000', '200949.945000', '200949.948000', '200949.950000', '200949.953000', '200949.955000', '200949.958000', '200949.960000', '200949.963000', '200949.965000', '200949.968000', '200949.970000', '200949.973000', '200949.976000', '200949.978000', '200949.981000', '200949.983000', '200949.986000', '200949.988000', '200949.991000', '200949.993000', '200949.996000', '201009.874000', '201009.877000', '201009.880000', '201009.882000', '201009.885000', '201009.887000', '201009.890000', '201009.893000', '201009.895000', '201009.898000', '201009.901000', '201009.903000', '201009.906000', '201009.908000', '201009.911000', '201009.914000', '201009.916000', '201009.919000', '201009.921000', '201009.924000', '201009.926000', '201009.929000', '201009.932000', '201009.934000', '201009.937000', '201009.939000', '201009.942000', '201009.944000', '201009.947000', '201009.950000', '201009.952000', '201009.955000', '201009.957000', '201009.960000', '201009.962000', '201009.965000', '201009.968000', '201009.970000', '201009.973000', '201009.975000', '201009.978000', '201009.981000', '201009.983000', '201009.986000', '201029.874000', '201029.877000', '201029.880000', '201029.882000', '201029.885000', '201029.888000', '201029.890000', '201029.893000', '201029.896000', '201029.898000', '201029.901000', '201029.903000', '201029.906000', '201029.908000', '201029.911000', '201029.914000', '201029.918000', '201029.921000', '201029.924000', '201029.935000', '201029.937000', '201029.940000', '201029.948000', '201029.950000', '201029.953000', '201029.955000', '201029.958000', '201029.961000', '201029.963000', '201029.966000', '201029.969000', '201029.971000', '201029.974000', '201029.976000', '201029.979000', '201029.982000', '201029.984000', '201029.987000', '201029.989000', '201029.992000', '201029.995000', '201029.997000', '201030.001000', '201049.874000', '201049.877000', '201049.880000', '201049.883000', '201049.885000', '201049.888000', '201049.891000', '201049.893000', '201049.896000', '201049.898000', '201049.901000', '201049.904000', '201049.919000', '201049.921000', '201049.924000', '201049.926000', '201049.929000', '201049.931000', '201049.934000', '201049.937000', '201049.939000', '201049.942000', '201049.944000', '201049.947000', '201049.949000', '201049.952000', '201049.955000', '201049.957000', '201049.960000', '201049.962000', '201049.965000', '201049.967000', '201049.970000', '201049.973000', '201049.975000', '201049.978000', '201049.980000', '201049.983000', '201049.986000', '201049.993000', '201049.995000', '201049.998000', '201050.001000', '201050.004000', '201109.875000', '201109.877000', '201109.880000', '201109.883000', '201109.885000', '201109.888000', '201109.890000', '201109.893000', '201109.896000', '201109.898000', '201109.901000', '201109.903000', '201109.906000', '201109.909000', '201109.912000', '201109.915000', '201109.918000', '201109.921000', '201109.923000', '201109.926000', '201109.928000', '201109.931000', '201109.933000', '201109.936000', '201109.939000', '201109.941000', '201109.944000', '201109.946000', '201109.949000', '201109.951000', '201109.954000', '201109.957000', '201109.959000', '201109.962000', '201109.965000', '201109.967000', '201109.970000', '201109.972000', '201109.975000', '201109.978000', '201109.980000', '201109.983000', '201109.985000', '201129.875000', '201129.877000', '201129.880000', '201129.882000', '201129.885000', '201129.888000', '201129.890000', '201129.893000', '201129.896000', '201129.899000', '201129.901000', '201129.904000', '201129.906000', '201129.909000', '201129.912000', '201129.914000', '201129.917000', '201129.919000', '201129.922000', '201129.925000', '201129.927000', '201129.930000', '201129.932000', '201129.935000', '201129.937000', '201129.940000', '201129.942000', '201129.945000', '201129.948000', '201129.950000', '201129.953000', '201129.955000', '201129.958000', '201129.960000', '201129.963000', '201129.972000', '201129.974000', '201129.977000', '201129.980000', '201129.982000', '201129.985000', '201129.987000', '201129.990000', '201129.992000', '201149.874000', '201149.876000', '201149.879000', '201149.882000', '201149.884000', '201149.887000', '201149.889000', '201149.892000', '201149.895000', '201149.897000', '201149.900000', '201149.902000', '201149.905000', '201149.908000', '201149.911000', '201149.913000', '201149.916000', '201149.919000', '201149.921000', '201149.924000', '201149.927000', '201149.929000', '201149.932000', '201149.934000', '201149.937000', '201149.940000', '201149.942000', '201149.945000', '201149.947000', '201149.950000', '201149.953000', '201149.956000', '201149.960000', '201149.963000', '201149.966000', '201149.968000', '201149.971000', '201149.974000', '201149.976000', '201149.979000', '201149.981000', '201149.984000', '201149.987000', '201209.875000', '201209.887000', '201209.890000', '201209.893000', '201209.895000', '201209.898000', '201209.900000', '201209.903000', '201209.905000', '201209.908000', '201209.911000', '201209.914000', '201209.917000', '201209.919000', '201209.922000', '201209.925000', '201209.928000', '201209.930000', '201209.933000', '201209.936000', '201209.938000', '201209.941000', '201209.943000', '201209.946000', '201209.949000', '201209.951000', '201209.954000', '201209.956000', '201209.959000', '201209.962000', '201209.964000', '201209.967000', '201209.970000', '201209.972000', '201209.975000', '201209.978000', '201209.980000', '201209.983000', '201209.985000', '201209.988000', '201209.991000', '201209.998000', '201210.001000', '201210.003000', '201229.875000', '201229.878000', '201229.880000', '201229.883000', '201229.886000', '201229.888000', '201229.891000', '201229.894000', '201229.896000', '201229.899000', '201229.901000', '201229.904000', '201229.906000', '201229.909000', '201229.912000', '201229.914000', '201229.917000', '201229.920000', '201229.922000', '201229.925000', '201229.927000', '201229.930000', '201229.933000', '201229.935000', '201229.938000', '201229.941000', '201229.943000', '201229.946000', '201229.949000', '201229.951000', '201229.954000', '201229.957000', '201229.959000', '201229.962000', '201229.964000', '201229.967000', '201229.970000', '201229.973000', '201229.976000', '201229.979000', '201229.981000', '201229.984000', '201229.987000', '201249.875000', '201249.877000', '201249.880000', '201249.883000', '201249.885000', '201249.888000', '201249.890000', '201249.893000', '201249.896000', '201249.898000', '201249.901000', '201249.903000', '201249.906000', '201249.908000', '201249.911000', '201249.914000', '201249.916000', '201249.919000', '201249.921000', '201249.924000', '201249.926000', '201249.929000', '201249.932000', '201249.934000', '201249.937000', '201249.939000', '201249.942000', '201249.944000', '201249.947000', '201249.950000', '201249.952000', '201249.955000', '201249.957000', '201249.960000', '201249.963000', '201249.965000', '201249.968000', '201249.970000', '201249.973000', '201249.975000', '201249.978000', '201249.980000', '201249.983000', '201249.986000', '201309.874000', '201309.877000', '201309.880000', '201309.882000', '201309.885000', '201309.888000', '201309.890000', '201309.893000', '201309.896000', '201309.898000', '201309.901000', '201309.903000', '201309.906000', '201309.909000', '201309.911000', '201309.914000', '201309.916000', '201309.919000', '201309.922000', '201309.924000', '201309.927000', '201309.929000', '201309.932000', '201309.934000', '201309.937000', '201309.940000', '201309.942000', '201309.945000', '201309.947000', '201309.950000', '201309.953000', '201309.955000', '201309.958000', '201309.960000', '201309.963000', '201309.966000', '201309.968000', '201309.971000', '201309.974000', '201309.977000', '201309.980000', '201309.983000', '201309.986000', '201329.874000', '201329.877000', '201329.880000', '201329.883000', '201329.885000', '201329.897000', '201329.900000', '201329.902000', '201329.905000', '201329.908000', '201329.910000', '201329.913000', '201329.915000', '201329.918000', '201329.921000', '201329.923000', '201329.926000', '201329.928000', '201329.931000', '201329.934000', '201329.936000', '201329.939000', '201329.941000', '201329.944000', '201329.947000', '201329.949000', '201329.970000', '201329.973000', '201329.976000', '201329.978000', '201329.981000', '201329.983000', '201329.986000', '201329.988000', '201329.991000', '201329.994000', '201329.996000', '201330.000000', '201330.002000', '201330.005000', '201330.008000', '201330.010000', '201330.013000', '201330.015000', '201349.875000', '201349.877000', '201349.880000', '201349.883000', '201349.885000', '201349.888000', '201349.891000', '201349.893000', '201349.896000', '201349.898000', '201349.901000', '201349.904000', '201349.906000', '201349.909000', '201349.912000', '201349.914000', '201349.917000', '201349.919000', '201349.922000', '201349.924000', '201349.927000', '201349.930000', '201349.932000', '201349.935000', '201349.938000', '201349.940000', '201349.943000', '201349.945000', '201349.948000', '201349.951000', '201349.953000', '201349.956000', '201349.958000', '201349.961000', '201349.963000', '201349.966000', '201349.969000', '201349.972000', '201349.975000', '201349.977000', '201349.980000', '201349.983000', '201349.985000', '201409.873000', '201409.876000', '201409.879000', '201409.882000', '201409.884000', '201409.887000', '201409.889000', '201409.892000', '201409.895000', '201409.897000', '201409.900000', '201409.902000', '201409.905000', '201409.907000', '201409.910000', '201409.913000', '201409.915000', '201409.918000', '201409.920000', '201409.923000', '201409.926000', '201409.928000', '201409.931000', '201409.933000', '201409.936000', '201409.939000', '201409.941000', '201409.944000', '201409.946000', '201409.949000', '201409.951000', '201409.954000', '201409.957000', '201409.959000', '201409.962000', '201409.964000', '201409.967000', '201409.970000', '201409.972000', '201409.975000', '201409.977000', '201409.980000', '201409.982000', '201409.985000', '201429.875000', '201429.878000', '201429.880000', '201429.883000', '201429.885000', '201429.888000', '201429.890000', '201429.893000', '201429.896000', '201429.907000', '201429.909000', '201429.912000', '201429.914000', '201429.917000', '201429.920000', '201429.922000', '201429.925000', '201429.927000', '201429.930000', '201429.933000', '201429.935000', '201429.938000', '201429.940000', '201429.943000', '201429.946000', '201429.948000', '201429.953000', '201429.955000', '201429.958000', '201429.961000', '201429.963000', '201429.966000', '201429.969000', '201429.971000', '201429.974000', '201429.976000', '201429.979000', '201429.982000', '201429.984000', '201429.987000', '201429.990000', '201429.992000', '201429.995000', '201449.875000', '201449.882000', '201449.885000', '201449.888000', '201449.890000', '201449.893000', '201449.895000', '201449.898000', '201449.900000', '201449.903000', '201449.906000', '201449.908000', '201449.911000', '201449.913000', '201449.916000', '201449.919000', '201449.921000', '201449.924000', '201449.926000', '201449.929000', '201449.932000', '201449.934000', '201449.937000', '201449.939000', '201449.942000', '201449.945000', '201449.947000', '201449.950000', '201449.952000', '201449.955000', '201449.957000', '201449.960000', '201449.963000', '201449.965000', '201449.968000', '201449.970000', '201449.973000', '201449.976000', '201449.978000', '201449.981000', '201449.983000', '201449.986000', '201449.988000', '201449.991000', '201509.874000', '201509.877000', '201509.880000', '201509.883000', '201509.885000', '201509.888000', '201509.890000', '201509.893000', '201509.896000', '201509.898000', '201509.901000', '201509.903000', '201509.906000', '201509.908000', '201509.911000', '201509.914000', '201509.916000', '201509.919000', '201509.921000', '201509.924000', '201509.926000', '201509.929000', '201509.932000', '201509.934000', '201509.937000', '201509.940000', '201509.942000', '201509.945000', '201509.947000', '201509.950000', '201509.952000', '201509.955000', '201509.958000', '201509.960000', '201509.963000', '201509.965000', '201509.968000', '201509.971000', '201509.973000', '201509.976000', '201509.978000', '201509.981000', '201509.983000', '201529.875000', '201529.877000', '201529.880000', '201529.883000', '201529.885000', '201529.888000', '201529.890000', '201529.893000', '201529.896000', '201529.898000', '201529.901000', '201529.904000', '201529.906000', '201529.909000', '201529.911000', '201529.914000', '201529.916000', '201529.919000', '201529.922000', '201529.924000', '201529.927000', '201529.930000', '201529.932000', '201529.935000', '201529.937000', '201529.940000', '201529.943000', '201529.945000', '201529.948000', '201529.950000', '201529.953000', '201529.955000', '201529.958000', '201529.961000', '201529.963000', '201529.966000', '201529.969000', '201529.971000', '201529.974000', '201529.977000', '201529.979000', '201529.982000', '201529.985000', '201529.987000', '201549.875000', '201549.877000', '201549.880000', '201549.883000', '201549.885000', '201549.888000', '201549.890000', '201549.893000', '201549.896000', '201549.898000', '201549.901000', '201549.903000', '201549.906000', '201549.909000', '201549.911000', '201549.914000', '201549.916000', '201549.919000', '201549.922000', '201549.924000', '201549.927000', '201549.930000', '201549.932000', '201549.935000', '201549.937000', '201549.940000', '201549.942000', '201549.945000', '201549.948000', '201549.950000', '201549.953000', '201549.955000', '201549.958000', '201549.961000', '201549.963000', '201549.966000', '201549.968000', '201549.971000', '201549.973000', '201549.976000', '201549.978000', '201549.981000', '201549.984000', '201609.874000', '201609.877000', '201609.880000', '201609.882000', '201609.885000', '201609.888000', '201609.890000', '201609.893000', '201609.896000', '201609.898000', '201609.901000', '201609.903000', '201609.906000', '201609.908000', '201609.911000', '201609.914000', '201609.916000', '201609.919000', '201609.921000', '201609.924000', '201609.927000', '201609.929000', '201609.932000', '201609.934000', '201609.937000', '201609.939000', '201609.942000', '201609.945000', '201609.947000', '201609.950000', '201609.952000', '201609.955000', '201609.957000', '201609.960000', '201609.963000', '201609.965000', '201609.968000', '201609.970000', '201609.973000', '201609.975000', '201609.978000', '201609.981000', '201609.983000', '201609.986000', '201629.874000', '201629.876000', '201629.879000', '201629.882000', '201629.884000', '201629.887000', '201629.890000', '201629.892000', '201629.895000', '201629.898000', '201629.900000', '201629.903000', '201629.905000', '201629.908000', '201629.911000', '201629.913000', '201629.916000', '201629.918000', '201629.921000', '201629.924000', '201629.926000', '201629.929000', '201629.931000', '201629.934000', '201629.937000', '201629.939000', '201629.942000', '201629.945000', '201629.947000', '201629.950000', '201629.952000', '201629.955000', '201629.958000', '201629.960000', '201629.963000', '201629.966000', '201629.968000', '201629.971000', '201629.973000', '201629.976000', '201629.979000', '201629.981000', '201629.984000', '201649.876000', '201649.879000', '201649.881000', '201649.884000', '201649.887000', '201649.889000', '201649.892000', '201649.894000', '201649.897000', '201649.900000', '201649.902000', '201649.905000', '201649.907000', '201649.910000', '201649.913000', '201649.915000', '201649.918000', '201649.920000', '201649.923000', '201649.926000', '201649.928000', '201649.931000', '201649.934000', '201649.936000', '201649.939000', '201649.941000', '201649.944000', '201649.947000', '201649.949000', '201649.952000', '201649.955000', '201649.957000', '201649.960000', '201649.962000', '201649.965000', '201649.968000', '201649.970000', '201649.973000', '201649.975000', '201649.978000', '201649.980000', '201649.983000', '201649.986000', '201649.988000', '201709.874000', '201709.886000', '201709.888000', '201709.891000', '201709.894000', '201709.896000', '201709.902000', '201709.904000', '201709.907000', '201709.909000', '201709.912000', '201709.915000', '201709.917000', '201709.920000', '201709.922000', '201709.925000', '201709.928000', '201709.930000', '201709.933000', '201709.935000', '201709.948000', '201709.951000', '201709.953000', '201709.956000', '201709.958000', '201709.961000', '201709.963000', '201709.966000', '201709.969000', '201709.971000', '201709.974000', '201709.977000', '201709.979000', '201709.982000', '201709.984000', '201709.987000', '201709.990000', '201709.992000', '201709.995000', '201709.997000', '201710.001000', '201710.003000', '201710.006000', '201729.875000', '201729.878000', '201729.881000', '201729.883000', '201729.886000', '201729.889000', '201729.892000', '201729.895000', '201729.898000', '201729.901000', '201729.903000', '201729.906000', '201729.908000', '201729.911000', '201729.914000', '201729.916000', '201729.919000', '201729.922000', '201729.924000', '201729.927000', '201729.929000', '201729.932000', '201729.935000', '201729.937000', '201729.940000', '201729.942000', '201729.945000', '201729.948000', '201729.950000', '201729.953000', '201729.955000', '201729.958000', '201729.960000', '201729.963000', '201729.966000', '201729.968000', '201729.971000', '201729.973000', '201729.976000', '201729.978000', '201729.981000', '201729.984000', '201729.986000', '201746.401000', '201746.405000', '201746.407000', '201746.410000', '201746.413000', '201746.416000', '201746.418000', '201746.421000', '201746.424000', '201746.426000', '201746.429000', '201746.432000', '201746.435000', '201746.437000', '201746.440000', '201746.443000', '201746.445000', '201746.448000', '201746.451000', '201746.453000', '201746.456000', '201746.459000', '201746.461000', '201746.464000', '201746.471000', '201746.479000', '201746.482000', '201746.485000', '201746.487000', '201746.490000', '201746.493000', '201746.496000', '201746.499000', '201746.502000', '201746.504000', '201746.507000', '201746.510000'], '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': [9190, 9772, 9252, 10176, 9285, 10090, 9361, 13717, 10024, 17038, 10328, 14815, 10246, 11458, 9825, 11292, 10134, 9308, 10043, 10228, 9783, 10439, 10054, 10018, 10141, 13380, 10064, 14990, 10385, 9686, 10025, 9351, 9954, 12397, 10122, 9814, 10042, 9602, 9866, 13106, 10192, 9332, 10518, 9270, 10141, 14967, 10981, 9507, 10360, 9398, 10123, 13844, 10544, 12939, 10298, 9468, 10762, 9654, 10153, 11061, 10143, 13451, 10180, 9993, 9850, 16517, 10715, 9517, 10022, 9411, 10000, 9310, 9880, 9433, 9929, 9044, 9432, 9651, 13385, 9182, 9812, 9944, 15495, 9973, 11547, 9587, 10120, 9969, 8931, 9607, 9235, 9644, 10289, 9750, 9904, 9832, 10186, 13082, 9662, 15934, 9762, 13812, 9921, 9381, 9523, 9665, 14197, 9890, 10213, 9937, 8736, 9688, 8686, 9093, 9803, 9536, 9582, 9508, 13236, 9496, 9652, 9523, 9567, 9866, 17064, 11338, 16513, 9768, 13471, 10216, 12030, 9830, 9928, 10087, 9606, 10203, 9603, 9503, 9336, 14439, 9019, 9220, 9949, 9362, 9509, 11912, 9684, 10205, 9501, 9123, 9581, 9945, 15286, 11753, 13859, 10053, 12100, 9987, 12639, 9888, 15881, 9434, 11849, 9367, 9965, 10258, 14661, 9755, 16705, 10012, 14443, 10121, 12650, 10070, 9589, 9694, 10611, 9853, 15476, 8609, 9528, 9136, 14077, 8821, 11388, 9170, 8653, 11498, 9140, 10412, 9177, 12425, 9500, 13455, 9123, 11371, 9282, 12465, 9432, 8981, 9788, 8792, 9630, 9345, 9593, 9191, 9697, 8957, 9436, 9250, 9548, 9155, 9754, 8760, 9740, 8680, 9374, 8540, 9559, 8322, 9679, 8993, 9428, 8863, 9422, 9048, 9599, 9296, 9699, 8625, 9670, 9319, 9269, 8976, 8078, 9299, 9998, 13584, 9587, 14201, 9954, 14012, 9620, 12706, 9649, 12605, 9604, 8290, 9486, 8364, 9327, 8522, 9300, 8491, 9846, 8857, 10094, 10546, 9807, 13841, 10406, 15437, 10380, 15128, 10939, 15607, 11454, 9692, 10512, 9173, 10247, 10303, 10170, 10045, 10375, 9226, 10213, 10194, 10085, 8871, 10115, 10068, 10158, 10078, 10501, 9251, 8958, 9697, 10530, 13857, 10026, 12774, 8402, 9639, 8440, 10074, 8723, 9541, 8821, 10029, 9213, 10188, 9891, 10467, 10607, 10071, 10129, 8720, 9462, 10353, 9135, 10110, 14905, 9991, 12191, 10427, 9794, 10280, 10232, 9112, 9524, 8756, 9671, 10309, 16319, 9935, 15265, 10977, 10745, 10078, 8691, 9453, 8843, 9684, 8706, 9910, 8973, 9857, 9885, 9951, 9739, 9809, 10501, 16239, 9887, 15926, 10228, 15967, 10406, 13388, 10393, 11423, 10083, 13858, 10396, 9786, 9715, 10530, 13349, 10176, 11715, 9235, 9019, 9201, 9264, 9040, 9915, 9376, 10324, 10424, 11142, 9357, 15658, 10166, 14303, 9930, 12886, 9344, 12040, 10203, 12536, 10626, 8647, 10305, 9857, 9784, 11570, 10304, 11790, 10376, 9711, 10389, 12593, 10229, 9002, 10134, 8651, 10179, 8626, 10409, 13184, 10441, 8594, 10563, 8441, 10559, 14779, 11215, 14980, 11638, 10147, 15943, 10523, 14337, 10291, 9886, 9883, 9622, 10326, 8611, 10534, 8710, 10465, 9283, 10897, 8229, 10172, 8024, 10317, 8177, 10396, 9326, 10441, 11195, 10310, 10305, 10307, 14286, 10808, 15153, 10358, 9210, 10567, 10331, 10442, 15808, 10490, 10864, 10374, 10612, 9934, 14080, 10644, 10456, 10199, 9592, 10324, 14400, 11418, 12588, 8708, 10132, 7883, 9734, 8564, 10278, 8269, 10615, 8759, 10520, 11836, 10115, 12594, 13248, 8396, 10269, 8461, 10288, 9100, 10085, 13590, 10436, 11355, 10554, 10720, 10230, 14165, 10002, 12207, 15199, 14818, 16922, 15881, 16878, 12187, 9941, 10157, 10020, 10266, 9583, 10382, 9259, 10942, 10415, 10755, 10761, 10990, 9732, 9455, 10743, 14177, 11747, 15507, 11361, 16845, 10945, 12133, 10756, 10016, 10767, 9668, 10580, 9457, 10366, 14459, 10401, 9397, 10717, 9640, 10627, 9819, 8359, 9930, 8088, 10068, 8159, 9889, 8261, 9489, 8543, 9960, 10633, 9941, 9493, 8612, 10009, 9120, 9958, 13961, 11702, 11747, 10301, 8390, 10299, 9159, 9774, 8575, 10126, 7981, 10238, 7949, 9547, 10083, 10189, 10257, 9621, 10184, 10241, 9816, 10208, 9904, 11158, 10146, 9623, 9989, 8643, 9776, 13795, 10178, 9334, 10881, 9930, 14249, 9761, 10595, 9843, 8375, 9934, 8053, 9218, 8600, 9203, 8457, 9520, 8293, 9576, 9901, 14824, 9854, 13733, 9872, 12476, 9992, 11597, 9777, 13684, 9845, 8530, 10057, 8792, 10351, 12346, 9611, 13229, 13785, 8199, 9687, 8518, 9534, 8246, 9389, 8689, 9921, 8194, 10065, 10233, 13925, 9247, 14161, 11166, 9955, 8399, 10405, 9185, 10455, 12677, 9922, 11624, 10038, 8384, 10049, 8646, 10191, 10086, 16839, 13378, 15226, 10314, 13894, 10062, 13081, 9895, 10200, 8817, 10158, 8438, 10278, 8627, 10756, 9943, 15290, 9909, 12611, 10228, 15260, 10316, 12458, 9809, 12374, 10327, 10182, 10249, 8852, 10446, 9244, 10289, 11822, 10536, 11138, 10456, 14765, 10336, 14236, 15183, 12377, 18707, 12326, 15175, 9222, 9030, 9177, 8817, 9339, 8874, 9315, 9099, 9436, 10336, 9756, 12446, 11924, 9556, 9753, 9147, 9716, 9221, 13565, 9649, 13849, 8582, 9852, 9710, 12297, 9949, 14009, 13634, 10478, 10499, 9064, 10600, 9224, 10430, 9586, 10447, 12997, 9614, 10548, 14177, 10224, 16932, 13427, 10639, 13633, 10520, 16909, 8903, 10881, 9396, 10821, 10791, 9372, 11033, 10532, 10882, 9871, 8584, 10913, 8344, 10966, 8920, 10624, 9807, 8090, 10950, 8372, 11055, 10677, 15189, 10365, 12609, 9428, 10782, 8829, 10822, 10081, 10523, 8382, 10562, 9067, 10667, 8032, 10970, 11309, 12570, 15665, 10861, 10091, 11396, 8788, 10943, 8806, 10824, 11624, 10948, 16894, 11085, 16766, 12005, 11845, 17357, 10877, 16743, 11178, 11862, 7867, 10843, 10782, 10291, 7674, 10553, 8206, 10885, 11208, 13283, 11111, 14575, 11024, 10777, 15416, 11019, 13809, 11249, 11455, 11198, 11769, 11295, 10833, 11317, 9909, 11398, 14773, 11047, 12115, 11384, 11272, 11314, 13724, 11148, 16419, 11082, 13801, 11254, 10142, 11102, 12975, 11356, 15780, 11272, 12406, 10951, 11484, 11224, 10212, 8603, 11342, 10712, 12267, 10691, 17748, 14386, 12142, 9216, 10936, 10047, 8503, 11226, 10966, 15256, 11216, 17006, 11620, 14277, 11283, 13120, 11302, 12036, 11281, 12736, 11055, 10794, 11118, 11332, 11157, 9888, 10317, 9933, 8428, 10729, 10920, 10753, 11070, 11268, 11098, 12828, 11408, 10714, 11455, 8968, 11297, 10378, 15617, 11155, 16595, 10901, 12593, 11258, 9694, 11154, 11657, 11079, 13265, 11328, 11180, 16177, 11287, 14749, 11467, 12450, 11341, 16095, 11393, 11841, 11506, 8854, 11174, 10152, 10158, 11050, 11922, 10963, 9983, 10930, 10661, 10951, 9187, 10787, 8276, 10742, 8143, 10952, 10338, 9731, 11004, 15245, 11147, 12623, 11023, 12635, 10791, 11159, 15031, 10704, 13211, 10949, 9237, 10080, 8308, 10050, 9003, 8220, 9664, 11031, 12380, 10703, 14684, 11089, 9428, 10968, 8359, 10820, 10224, 11450, 16647, 11116, 10425, 11101, 14732, 10649, 12313, 8646, 12440, 10976, 17425, 13315, 11588, 8694, 11907, 9526, 11436, 18115, 11485, 18235, 11553, 14872, 11189, 16049, 11007, 11458, 11500, 15518, 11191, 18261, 11317, 14715, 11666, 8982, 11304, 9636, 11269, 11249, 11453, 11487, 11571, 11060, 11453, 11081, 11699, 13912, 11556, 11377, 11299, 11194, 11399, 14306, 11585, 10156, 11599, 9433, 9006, 11062, 8495, 11638, 9221, 11597, 12820, 11773, 11129, 11531, 10988, 11407, 15650, 11392, 11786, 11325, 15735, 11703, 16602, 11347, 12732, 11223, 10870, 11308, 10112, 11312, 9448, 11143, 9138, 9458, 10535, 9225, 10807, 9214, 10918, 11548, 11463, 11047, 11644, 15036, 14239, 11802, 11344, 9103, 11469, 9563, 11752, 11884, 11573, 9492, 11511, 13501, 11696, 18618, 11605, 10704, 10074, 10684, 9585, 11323, 9490, 11775, 9143, 11582, 9805, 9722, 11134, 9310, 11434, 9405, 11736, 14824, 11727, 13681, 11958, 11640, 9741, 10979, 9304, 11906, 10242, 11951, 14765, 11716, 15449, 11670, 16440, 11766, 10830, 9517, 11115, 9650, 10924, 11222, 11744, 10563, 11347, 10886, 9852, 11572, 11834, 11784, 14899, 11780, 13680, 11407, 17205, 11963, 14852, 11942, 11688, 9710, 10633, 10462, 11476, 9050, 11803, 9632, 11616, 12075, 11391, 18032, 12798, 11634, 9614, 11598, 9439, 11389, 9501, 11341, 17039, 11533, 13516, 11613, 11869, 11088, 14367, 10981, 14853], 'WindowCenter': [4315.0, 4310.0, 4286.0, 4295.0, 4283.0, 4291.0, 4272.0, 4309.0, 4279.0, 4329.0, 4279.0, 4317.0, 4278.0, 4288.0, 4278.0, 4287.0, 4279.0, 4268.0, 4280.0, 4290.0, 4280.0, 4290.0, 4281.0, 4280.0, 4290.0, 4312.0, 4279.0, 4320.0, 4278.0, 4267.0, 4279.0, 4267.0, 4278.0, 4299.0, 4277.0, 4277.0, 4278.0, 4266.0, 4277.0, 4307.0, 4277.0, 4266.0, 4277.0, 4268.0, 4277.0, 4316.0, 4277.0, 4267.0, 4277.0, 4265.0, 4277.0, 4306.0, 4276.0, 4295.0, 4275.0, 4264.0, 4277.0, 4264.0, 4277.0, 4285.0, 4276.0, 4307.0, 4277.0, 4266.0, 4276.0, 4326.0, 4275.0, 4264.0, 4265.0, 4264.0, 4276.0, 4264.0, 4265.0, 4266.0, 4277.0, 4255.0, 4266.0, 4277.0, 4305.0, 4268.0, 4265.0, 4266.0, 4316.0, 4266.0, 4287.0, 4265.0, 4274.0, 4266.0, 4254.0, 4265.0, 4265.0, 4279.0, 4277.0, 4269.0, 4276.0, 4278.0, 4277.0, 4308.0, 4278.0, 4317.0, 4265.0, 4305.0, 4276.0, 4266.0, 4278.0, 4266.0, 4304.0, 4264.0, 4276.0, 4276.0, 4255.0, 4277.0, 4255.0, 4268.0, 4279.0, 4278.0, 4278.0, 4279.0, 4309.0, 4268.0, 4266.0, 4267.0, 4268.0, 4279.0, 4339.0, 4288.0, 4328.0, 4276.0, 4306.0, 4275.0, 4296.0, 4267.0, 4265.0, 4276.0, 4266.0, 4276.0, 4266.0, 4266.0, 4268.0, 4316.0, 4255.0, 4264.0, 4276.0, 4266.0, 4280.0, 4297.0, 4278.0, 4288.0, 4279.0, 4269.0, 4277.0, 4279.0, 4328.0, 4300.0, 4307.0, 4278.0, 4296.0, 4279.0, 4296.0, 4277.0, 4329.0, 4267.0, 4298.0, 4268.0, 4276.0, 4276.0, 4307.0, 4265.0, 4316.0, 4265.0, 4305.0, 4266.0, 4293.0, 4264.0, 4263.0, 4255.0, 4275.0, 4266.0, 4317.0, 4257.0, 4291.0, 4284.0, 4310.0, 4246.0, 4274.0, 4243.0, 4247.0, 4288.0, 4257.0, 4277.0, 4268.0, 4297.0, 4255.0, 4294.0, 4253.0, 4274.0, 4254.0, 4283.0, 4254.0, 4244.0, 4265.0, 4244.0, 4255.0, 4254.0, 4252.0, 4242.0, 4254.0, 4243.0, 4255.0, 4254.0, 4266.0, 4254.0, 4266.0, 4245.0, 4265.0, 4245.0, 4256.0, 4246.0, 4267.0, 4246.0, 4268.0, 4256.0, 4268.0, 4269.0, 4272.0, 4257.0, 4268.0, 4255.0, 4268.0, 4257.0, 4280.0, 4268.0, 4270.0, 4270.0, 4260.0, 4271.0, 4293.0, 4322.0, 4281.0, 4321.0, 4280.0, 4309.0, 4269.0, 4310.0, 4282.0, 4311.0, 4279.0, 4258.0, 4278.0, 4259.0, 4269.0, 4271.0, 4269.0, 4258.0, 4279.0, 4269.0, 4291.0, 4290.0, 4281.0, 4321.0, 4289.0, 4319.0, 4279.0, 4319.0, 4277.0, 4318.0, 4286.0, 4254.0, 4275.0, 4254.0, 4277.0, 4275.0, 4265.0, 4264.0, 4266.0, 4254.0, 4277.0, 4276.0, 4265.0, 4254.0, 4264.0, 4264.0, 4277.0, 4278.0, 4288.0, 4267.0, 4267.0, 4267.0, 4289.0, 4308.0, 4276.0, 4296.0, 4246.0, 4266.0, 4246.0, 4268.0, 4256.0, 4268.0, 4256.0, 4267.0, 4266.0, 4278.0, 4267.0, 4288.0, 4289.0, 4280.0, 4279.0, 4258.0, 4279.0, 4290.0, 4269.0, 4291.0, 4320.0, 4280.0, 4299.0, 4278.0, 4278.0, 4279.0, 4279.0, 4268.0, 4279.0, 4259.0, 4268.0, 4280.0, 4330.0, 4279.0, 4330.0, 4278.0, 4276.0, 4266.0, 4255.0, 4267.0, 4267.0, 4267.0, 4258.0, 4290.0, 4268.0, 4291.0, 4292.0, 4281.0, 4281.0, 4279.0, 4290.0, 4330.0, 4279.0, 4329.0, 4279.0, 4318.0, 4278.0, 4307.0, 4276.0, 4299.0, 4278.0, 4308.0, 4277.0, 4265.0, 4265.0, 4276.0, 4307.0, 4277.0, 4285.0, 4255.0, 4255.0, 4266.0, 4267.0, 4268.0, 4280.0, 4279.0, 4291.0, 4291.0, 4316.0, 4272.0, 4318.0, 4279.0, 4307.0, 4266.0, 4297.0, 4255.0, 4298.0, 4267.0, 4286.0, 4266.0, 4244.0, 4267.0, 4264.0, 4278.0, 4286.0, 4278.0, 4286.0, 4278.0, 4266.0, 4279.0, 4299.0, 4267.0, 4255.0, 4266.0, 4245.0, 4277.0, 4246.0, 4277.0, 4309.0, 4277.0, 4247.0, 4278.0, 4245.0, 4276.0, 4308.0, 4275.0, 4306.0, 4276.0, 4265.0, 4340.0, 4289.0, 4306.0, 4274.0, 4264.0, 4277.0, 4266.0, 4278.0, 4257.0, 4289.0, 4258.0, 4288.0, 4269.0, 4288.0, 4247.0, 4276.0, 4246.0, 4277.0, 4257.0, 4290.0, 4268.0, 4289.0, 4288.0, 4279.0, 4278.0, 4279.0, 4319.0, 4278.0, 4317.0, 4276.0, 4255.0, 4276.0, 4276.0, 4276.0, 4317.0, 4276.0, 4275.0, 4276.0, 4274.0, 4265.0, 4306.0, 4277.0, 4276.0, 4276.0, 4266.0, 4277.0, 4306.0, 4285.0, 4296.0, 4245.0, 4264.0, 4234.0, 4266.0, 4244.0, 4265.0, 4244.0, 4276.0, 4243.0, 4276.0, 4285.0, 4276.0, 4296.0, 4295.0, 4244.0, 4266.0, 4245.0, 4276.0, 4256.0, 4277.0, 4307.0, 4277.0, 4276.0, 4276.0, 4275.0, 4276.0, 4306.0, 4266.0, 4286.0, 4317.0, 4332.0, 4346.0, 4344.0, 4340.0, 4298.0, 4265.0, 4265.0, 4252.0, 4263.0, 4253.0, 4264.0, 4253.0, 4275.0, 4273.0, 4276.0, 4274.0, 4274.0, 4252.0, 4253.0, 4273.0, 4295.0, 4273.0, 4304.0, 4272.0, 4302.0, 4250.0, 4258.0, 4247.0, 4224.0, 4235.0, 4224.0, 4235.0, 4224.0, 4236.0, 4276.0, 4247.0, 4226.0, 4247.0, 4236.0, 4248.0, 4237.0, 4218.0, 4264.0, 4236.0, 4253.0, 4221.0, 4251.0, 4231.0, 4251.0, 4242.0, 4267.0, 4266.0, 4266.0, 4266.0, 4246.0, 4268.0, 4267.0, 4280.0, 4309.0, 4289.0, 4276.0, 4267.0, 4246.0, 4267.0, 4257.0, 4268.0, 4246.0, 4265.0, 4235.0, 4267.0, 4235.0, 4267.0, 4280.0, 4277.0, 4278.0, 4267.0, 4279.0, 4278.0, 4279.0, 4291.0, 4281.0, 4288.0, 4280.0, 4269.0, 4279.0, 4260.0, 4282.0, 4310.0, 4279.0, 4268.0, 4288.0, 4279.0, 4320.0, 4291.0, 4289.0, 4279.0, 4247.0, 4278.0, 4247.0, 4281.0, 4270.0, 4269.0, 4259.0, 4280.0, 4260.0, 4280.0, 4292.0, 4332.0, 4281.0, 4310.0, 4280.0, 4300.0, 4280.0, 4289.0, 4280.0, 4309.0, 4269.0, 4257.0, 4268.0, 4257.0, 4279.0, 4299.0, 4269.0, 4309.0, 4308.0, 4245.0, 4267.0, 4257.0, 4268.0, 4259.0, 4268.0, 4259.0, 4267.0, 4248.0, 4268.0, 4279.0, 4309.0, 4258.0, 4309.0, 4289.0, 4268.0, 4248.0, 4290.0, 4268.0, 4279.0, 4298.0, 4279.0, 4288.0, 4266.0, 4246.0, 4268.0, 4257.0, 4267.0, 4267.0, 4328.0, 4296.0, 4306.0, 4266.0, 4295.0, 4254.0, 4295.0, 4265.0, 4264.0, 4255.0, 4266.0, 4246.0, 4266.0, 4245.0, 4266.0, 4266.0, 4306.0, 4255.0, 4285.0, 4266.0, 4306.0, 4265.0, 4285.0, 4254.0, 4283.0, 4264.0, 4263.0, 4265.0, 4244.0, 4291.0, 4269.0, 4279.0, 4288.0, 4277.0, 4277.0, 4277.0, 4308.0, 4279.0, 4322.0, 4322.0, 4290.0, 4330.0, 4287.0, 4295.0, 4256.0, 4246.0, 4256.0, 4257.0, 4257.0, 4244.0, 4257.0, 4258.0, 4271.0, 4280.0, 4269.0, 4298.0, 4288.0, 4257.0, 4269.0, 4258.0, 4269.0, 4269.0, 4308.0, 4269.0, 4308.0, 4260.0, 4282.0, 4283.0, 4300.0, 4269.0, 4310.0, 4297.0, 4268.0, 4268.0, 4258.0, 4280.0, 4259.0, 4280.0, 4269.0, 4279.0, 4297.0, 4257.0, 4278.0, 4308.0, 4279.0, 4329.0, 4298.0, 4267.0, 4297.0, 4267.0, 4317.0, 4244.0, 4265.0, 4245.0, 4276.0, 4276.0, 4256.0, 4278.0, 4277.0, 4290.0, 4268.0, 4248.0, 4278.0, 4248.0, 4290.0, 4259.0, 4281.0, 4269.0, 4249.0, 4280.0, 4250.0, 4292.0, 4282.0, 4322.0, 4280.0, 4289.0, 4258.0, 4291.0, 4261.0, 4292.0, 4281.0, 4281.0, 4249.0, 4281.0, 4260.0, 4293.0, 4251.0, 4293.0, 4293.0, 4302.0, 4333.0, 4281.0, 4281.0, 4292.0, 4260.0, 4280.0, 4258.0, 4279.0, 4289.0, 4281.0, 4330.0, 4291.0, 4331.0, 4288.0, 4288.0, 4318.0, 4277.0, 4315.0, 4276.0, 4276.0, 4236.0, 4278.0, 4279.0, 4279.0, 4239.0, 4279.0, 4250.0, 4280.0, 4292.0, 4311.0, 4290.0, 4310.0, 4278.0, 4279.0, 4309.0, 4278.0, 4298.0, 4289.0, 4277.0, 4278.0, 4287.0, 4279.0, 4279.0, 4289.0, 4268.0, 4288.0, 4309.0, 4289.0, 4288.0, 4289.0, 4277.0, 4278.0, 4298.0, 4279.0, 4317.0, 4277.0, 4297.0, 4278.0, 4268.0, 4278.0, 4297.0, 4278.0, 4317.0, 4278.0, 4286.0, 4277.0, 4276.0, 4278.0, 4268.0, 4247.0, 4278.0, 4279.0, 4288.0, 4278.0, 4328.0, 4308.0, 4287.0, 4257.0, 4278.0, 4268.0, 4259.0, 4291.0, 4291.0, 4321.0, 4278.0, 4318.0, 4287.0, 4307.0, 4277.0, 4296.0, 4277.0, 4286.0, 4277.0, 4285.0, 4276.0, 4276.0, 4277.0, 4276.0, 4278.0, 4267.0, 4278.0, 4282.0, 4263.0, 4293.0, 4303.0, 4292.0, 4291.0, 4279.0, 4279.0, 4300.0, 4289.0, 4279.0, 4289.0, 4258.0, 4289.0, 4279.0, 4318.0, 4278.0, 4318.0, 4279.0, 4298.0, 4289.0, 4269.0, 4290.0, 4289.0, 4289.0, 4299.0, 4277.0, 4278.0, 4318.0, 4277.0, 4307.0, 4277.0, 4287.0, 4277.0, 4317.0, 4276.0, 4275.0, 4276.0, 4245.0, 4276.0, 4266.0, 4266.0, 4277.0, 4286.0, 4277.0, 4266.0, 4278.0, 4277.0, 4289.0, 4269.0, 4279.0, 4248.0, 4289.0, 4248.0, 4290.0, 4281.0, 4271.0, 4291.0, 4321.0, 4290.0, 4300.0, 4290.0, 4300.0, 4279.0, 4290.0, 4332.0, 4291.0, 4310.0, 4290.0, 4270.0, 4292.0, 4261.0, 4293.0, 4273.0, 4275.0, 4295.0, 4307.0, 4316.0, 4294.0, 4325.0, 4293.0, 4272.0, 4293.0, 4251.0, 4292.0, 4281.0, 4302.0, 4332.0, 4292.0, 4292.0, 4302.0, 4323.0, 4291.0, 4301.0, 4261.0, 4301.0, 4291.0, 4331.0, 4311.0, 4290.0, 4259.0, 4300.0, 4269.0, 4290.0, 4340.0, 4289.0, 4329.0, 4288.0, 4308.0, 4288.0, 4318.0, 4277.0, 4287.0, 4288.0, 4318.0, 4288.0, 4339.0, 4277.0, 4306.0, 4287.0, 4256.0, 4288.0, 4280.0, 4301.0, 4288.0, 4288.0, 4288.0, 4289.0, 4288.0, 4301.0, 4288.0, 4289.0, 4307.0, 4288.0, 4286.0, 4288.0, 4288.0, 4288.0, 4307.0, 4288.0, 4277.0, 4289.0, 4257.0, 4258.0, 4288.0, 4259.0, 4300.0, 4271.0, 4301.0, 4300.0, 4301.0, 4290.0, 4302.0, 4290.0, 4301.0, 4330.0, 4301.0, 4300.0, 4303.0, 4331.0, 4300.0, 4330.0, 4291.0, 4310.0, 4302.0, 4289.0, 4290.0, 4279.0, 4301.0, 4281.0, 4304.0, 4271.0, 4281.0, 4292.0, 4282.0, 4292.0, 4282.0, 4292.0, 4303.0, 4301.0, 4291.0, 4302.0, 4333.0, 4311.0, 4299.0, 4289.0, 4258.0, 4301.0, 4269.0, 4300.0, 4299.0, 4289.0, 4268.0, 4289.0, 4309.0, 4300.0, 4339.0, 4289.0, 4278.0, 4278.0, 4278.0, 4268.0, 4288.0, 4268.0, 4300.0, 4269.0, 4289.0, 4279.0, 4269.0, 4290.0, 4270.0, 4289.0, 4269.0, 4289.0, 4319.0, 4299.0, 4310.0, 4300.0, 4287.0, 4268.0, 4278.0, 4258.0, 4288.0, 4267.0, 4288.0, 4306.0, 4287.0, 4317.0, 4288.0, 4316.0, 4286.0, 4276.0, 4267.0, 4288.0, 4267.0, 4288.0, 4289.0, 4299.0, 4278.0, 4289.0, 4278.0, 4268.0, 4288.0, 4288.0, 4288.0, 4318.0, 4287.0, 4296.0, 4286.0, 4316.0, 4288.0, 4307.0, 4287.0, 4286.0, 4267.0, 4277.0, 4278.0, 4288.0, 4257.0, 4287.0, 4256.0, 4287.0, 4286.0, 4288.0, 4328.0, 4298.0, 4288.0, 4267.0, 4287.0, 4256.0, 4276.0, 4256.0, 4277.0, 4327.0, 4287.0, 4307.0, 4287.0, 4286.0, 4276.0, 4306.0, 4277.0, 4306.0], 'WindowWidth': [9551.0, 9532.0, 9493.0, 9502.0, 9481.0, 9487.0, 9462.0, 9507.0, 9466.0, 9534.0, 9465.0, 9515.0, 9463.0, 9477.0, 9465.0, 9476.0, 9468.0, 9453.0, 9472.0, 9483.0, 9472.0, 9485.0, 9473.0, 9469.0, 9483.0, 9515.0, 9467.0, 9524.0, 9464.0, 9448.0, 9466.0, 9448.0, 9464.0, 9492.0, 9461.0, 9459.0, 9463.0, 9445.0, 9462.0, 9502.0, 9461.0, 9446.0, 9462.0, 9449.0, 9462.0, 9513.0, 9460.0, 9447.0, 9461.0, 9442.0, 9461.0, 9498.0, 9457.0, 9483.0, 9456.0, 9440.0, 9460.0, 9441.0, 9461.0, 9470.0, 9458.0, 9501.0, 9460.0, 9445.0, 9457.0, 9524.0, 9455.0, 9438.0, 9441.0, 9440.0, 9460.0, 9442.0, 9444.0, 9446.0, 9460.0, 9431.0, 9448.0, 9463.0, 9498.0, 9449.0, 9443.0, 9445.0, 9514.0, 9445.0, 9476.0, 9444.0, 9453.0, 9444.0, 9425.0, 9445.0, 9443.0, 9467.0, 9463.0, 9455.0, 9459.0, 9466.0, 9465.0, 9506.0, 9466.0, 9518.0, 9442.0, 9498.0, 9459.0, 9446.0, 9463.0, 9448.0, 9495.0, 9441.0, 9458.0, 9459.0, 9432.0, 9463.0, 9432.0, 9452.0, 9466.0, 9466.0, 9466.0, 9470.0, 9508.0, 9451.0, 9447.0, 9449.0, 9451.0, 9468.0, 9553.0, 9479.0, 9534.0, 9459.0, 9500.0, 9457.0, 9488.0, 9447.0, 9445.0, 9458.0, 9443.0, 9458.0, 9445.0, 9447.0, 9453.0, 9513.0, 9429.0, 9440.0, 9461.0, 9446.0, 9470.0, 9490.0, 9468.0, 9481.0, 9468.0, 9455.0, 9463.0, 9468.0, 9533.0, 9496.0, 9503.0, 9465.0, 9489.0, 9467.0, 9488.0, 9463.0, 9534.0, 9449.0, 9491.0, 9451.0, 9462.0, 9459.0, 9500.0, 9442.0, 9515.0, 9441.0, 9495.0, 9443.0, 9476.0, 9440.0, 9437.0, 9427.0, 9454.0, 9444.0, 9516.0, 9435.0, 9489.0, 9483.0, 9512.0, 9415.0, 9450.0, 9407.0, 9418.0, 9476.0, 9433.0, 9461.0, 9450.0, 9488.0, 9427.0, 9480.0, 9422.0, 9451.0, 9422.0, 9459.0, 9424.0, 9410.0, 9442.0, 9410.0, 9429.0, 9424.0, 9419.0, 9403.0, 9424.0, 9409.0, 9426.0, 9426.0, 9442.0, 9424.0, 9444.0, 9415.0, 9443.0, 9413.0, 9433.0, 9416.0, 9445.0, 9416.0, 9451.0, 9431.0, 9451.0, 9453.0, 9461.0, 9434.0, 9450.0, 9430.0, 9452.0, 9436.0, 9470.0, 9453.0, 9457.0, 9458.0, 9445.0, 9460.0, 9492.0, 9530.0, 9473.0, 9526.0, 9469.0, 9508.0, 9455.0, 9510.0, 9477.0, 9515.0, 9469.0, 9437.0, 9465.0, 9442.0, 9456.0, 9460.0, 9455.0, 9439.0, 9469.0, 9456.0, 9486.0, 9485.0, 9475.0, 9527.0, 9481.0, 9522.0, 9466.0, 9521.0, 9461.0, 9519.0, 9470.0, 9426.0, 9456.0, 9425.0, 9461.0, 9454.0, 9443.0, 9439.0, 9444.0, 9426.0, 9460.0, 9457.0, 9442.0, 9425.0, 9441.0, 9440.0, 9461.0, 9464.0, 9478.0, 9448.0, 9449.0, 9450.0, 9480.0, 9505.0, 9460.0, 9485.0, 9420.0, 9445.0, 9420.0, 9449.0, 9433.0, 9451.0, 9433.0, 9447.0, 9446.0, 9464.0, 9447.0, 9478.0, 9481.0, 9470.0, 9468.0, 9440.0, 9468.0, 9486.0, 9455.0, 9486.0, 9525.0, 9470.0, 9493.0, 9464.0, 9463.0, 9466.0, 9468.0, 9453.0, 9468.0, 9441.0, 9453.0, 9470.0, 9542.0, 9469.0, 9540.0, 9463.0, 9459.0, 9445.0, 9430.0, 9449.0, 9449.0, 9450.0, 9438.0, 9486.0, 9454.0, 9489.0, 9493.0, 9474.0, 9475.0, 9469.0, 9485.0, 9539.0, 9468.0, 9538.0, 9467.0, 9518.0, 9462.0, 9501.0, 9461.0, 9494.0, 9463.0, 9505.0, 9460.0, 9443.0, 9440.0, 9457.0, 9501.0, 9460.0, 9469.0, 9428.0, 9428.0, 9444.0, 9448.0, 9452.0, 9471.0, 9468.0, 9487.0, 9490.0, 9529.0, 9461.0, 9521.0, 9465.0, 9499.0, 9442.0, 9484.0, 9428.0, 9490.0, 9446.0, 9470.0, 9442.0, 9411.0, 9445.0, 9438.0, 9464.0, 9471.0, 9461.0, 9471.0, 9462.0, 9446.0, 9467.0, 9494.0, 9446.0, 9427.0, 9444.0, 9414.0, 9459.0, 9418.0, 9462.0, 9505.0, 9460.0, 9419.0, 9463.0, 9414.0, 9459.0, 9503.0, 9454.0, 9498.0, 9455.0, 9442.0, 9556.0, 9482.0, 9498.0, 9454.0, 9439.0, 9460.0, 9444.0, 9465.0, 9434.0, 9480.0, 9437.0, 9478.0, 9454.0, 9478.0, 9421.0, 9457.0, 9418.0, 9461.0, 9435.0, 9483.0, 9450.0, 9480.0, 9479.0, 9468.0, 9464.0, 9468.0, 9523.0, 9462.0, 9514.0, 9458.0, 9427.0, 9459.0, 9459.0, 9458.0, 9515.0, 9458.0, 9455.0, 9458.0, 9453.0, 9443.0, 9499.0, 9460.0, 9459.0, 9459.0, 9444.0, 9460.0, 9500.0, 9469.0, 9483.0, 9414.0, 9438.0, 9399.0, 9443.0, 9414.0, 9441.0, 9413.0, 9459.0, 9411.0, 9459.0, 9470.0, 9458.0, 9483.0, 9480.0, 9411.0, 9445.0, 9415.0, 9460.0, 9432.0, 9462.0, 9501.0, 9460.0, 9457.0, 9457.0, 9455.0, 9457.0, 9498.0, 9444.0, 9472.0, 9517.0, 9547.0, 9576.0, 9566.0, 9554.0, 9490.0, 9439.0, 9440.0, 9420.0, 9436.0, 9422.0, 9436.0, 9420.0, 9454.0, 9451.0, 9457.0, 9452.0, 9452.0, 9420.0, 9423.0, 9449.0, 9482.0, 9448.0, 9492.0, 9443.0, 9486.0, 9410.0, 9416.0, 9399.0, 9366.0, 9379.0, 9364.0, 9380.0, 9365.0, 9386.0, 9438.0, 9400.0, 9372.0, 9402.0, 9387.0, 9405.0, 9390.0, 9366.0, 9437.0, 9404.0, 9422.0, 9374.0, 9415.0, 9387.0, 9416.0, 9406.0, 9447.0, 9440.0, 9442.0, 9444.0, 9416.0, 9447.0, 9447.0, 9469.0, 9508.0, 9477.0, 9454.0, 9444.0, 9415.0, 9446.0, 9431.0, 9449.0, 9417.0, 9439.0, 9401.0, 9445.0, 9402.0, 9446.0, 9468.0, 9461.0, 9462.0, 9447.0, 9464.0, 9463.0, 9466.0, 9487.0, 9471.0, 9479.0, 9468.0, 9452.0, 9466.0, 9442.0, 9476.0, 9510.0, 9464.0, 9451.0, 9476.0, 9465.0, 9523.0, 9487.0, 9480.0, 9464.0, 9420.0, 9463.0, 9422.0, 9474.0, 9457.0, 9454.0, 9441.0, 9471.0, 9445.0, 9471.0, 9491.0, 9546.0, 9472.0, 9510.0, 9469.0, 9495.0, 9468.0, 9481.0, 9470.0, 9506.0, 9452.0, 9433.0, 9451.0, 9435.0, 9467.0, 9494.0, 9454.0, 9505.0, 9501.0, 9416.0, 9446.0, 9434.0, 9450.0, 9440.0, 9451.0, 9439.0, 9447.0, 9423.0, 9449.0, 9464.0, 9504.0, 9435.0, 9504.0, 9480.0, 9450.0, 9422.0, 9481.0, 9450.0, 9465.0, 9491.0, 9466.0, 9475.0, 9444.0, 9418.0, 9448.0, 9434.0, 9447.0, 9446.0, 9531.0, 9483.0, 9495.0, 9440.0, 9480.0, 9424.0, 9478.0, 9439.0, 9438.0, 9428.0, 9442.0, 9416.0, 9443.0, 9414.0, 9441.0, 9441.0, 9497.0, 9426.0, 9466.0, 9442.0, 9497.0, 9437.0, 9466.0, 9423.0, 9461.0, 9436.0, 9434.0, 9440.0, 9412.0, 9486.0, 9455.0, 9465.0, 9474.0, 9459.0, 9457.0, 9458.0, 9503.0, 9465.0, 9528.0, 9526.0, 9478.0, 9535.0, 9468.0, 9478.0, 9427.0, 9414.0, 9429.0, 9431.0, 9433.0, 9411.0, 9432.0, 9434.0, 9459.0, 9469.0, 9454.0, 9488.0, 9474.0, 9431.0, 9450.0, 9437.0, 9452.0, 9453.0, 9504.0, 9451.0, 9504.0, 9443.0, 9477.0, 9479.0, 9498.0, 9452.0, 9506.0, 9486.0, 9447.0, 9447.0, 9433.0, 9466.0, 9438.0, 9469.0, 9452.0, 9464.0, 9487.0, 9433.0, 9463.0, 9502.0, 9466.0, 9534.0, 9488.0, 9444.0, 9484.0, 9446.0, 9513.0, 9410.0, 9439.0, 9411.0, 9455.0, 9455.0, 9429.0, 9459.0, 9459.0, 9481.0, 9449.0, 9420.0, 9460.0, 9421.0, 9481.0, 9436.0, 9470.0, 9451.0, 9425.0, 9466.0, 9427.0, 9485.0, 9471.0, 9526.0, 9465.0, 9475.0, 9433.0, 9482.0, 9442.0, 9488.0, 9470.0, 9470.0, 9424.0, 9467.0, 9439.0, 9488.0, 9432.0, 9487.0, 9488.0, 9498.0, 9543.0, 9469.0, 9468.0, 9486.0, 9440.0, 9466.0, 9433.0, 9461.0, 9476.0, 9468.0, 9534.0, 9481.0, 9538.0, 9473.0, 9474.0, 9513.0, 9454.0, 9507.0, 9451.0, 9453.0, 9403.0, 9461.0, 9464.0, 9465.0, 9411.0, 9464.0, 9427.0, 9468.0, 9486.0, 9512.0, 9480.0, 9509.0, 9461.0, 9462.0, 9502.0, 9459.0, 9486.0, 9478.0, 9459.0, 9460.0, 9471.0, 9462.0, 9462.0, 9478.0, 9447.0, 9476.0, 9502.0, 9477.0, 9474.0, 9476.0, 9458.0, 9461.0, 9487.0, 9462.0, 9511.0, 9458.0, 9483.0, 9460.0, 9447.0, 9459.0, 9484.0, 9460.0, 9511.0, 9460.0, 9469.0, 9458.0, 9454.0, 9460.0, 9448.0, 9420.0, 9462.0, 9463.0, 9476.0, 9462.0, 9529.0, 9500.0, 9471.0, 9430.0, 9462.0, 9448.0, 9440.0, 9484.0, 9486.0, 9526.0, 9461.0, 9516.0, 9471.0, 9498.0, 9457.0, 9482.0, 9456.0, 9467.0, 9455.0, 9465.0, 9455.0, 9453.0, 9458.0, 9453.0, 9459.0, 9443.0, 9461.0, 9475.0, 9454.0, 9490.0, 9505.0, 9487.0, 9482.0, 9464.0, 9464.0, 9493.0, 9477.0, 9463.0, 9478.0, 9434.0, 9477.0, 9463.0, 9514.0, 9458.0, 9514.0, 9462.0, 9488.0, 9478.0, 9450.0, 9479.0, 9479.0, 9477.0, 9492.0, 9458.0, 9459.0, 9513.0, 9457.0, 9496.0, 9457.0, 9471.0, 9457.0, 9511.0, 9454.0, 9451.0, 9453.0, 9411.0, 9453.0, 9443.0, 9441.0, 9458.0, 9468.0, 9458.0, 9443.0, 9461.0, 9458.0, 9479.0, 9453.0, 9464.0, 9421.0, 9479.0, 9423.0, 9481.0, 9470.0, 9458.0, 9485.0, 9524.0, 9481.0, 9494.0, 9481.0, 9495.0, 9465.0, 9480.0, 9542.0, 9483.0, 9507.0, 9482.0, 9455.0, 9490.0, 9447.0, 9493.0, 9466.0, 9471.0, 9500.0, 9518.0, 9529.0, 9494.0, 9537.0, 9489.0, 9460.0, 9489.0, 9432.0, 9486.0, 9470.0, 9501.0, 9542.0, 9487.0, 9487.0, 9501.0, 9530.0, 9486.0, 9497.0, 9445.0, 9498.0, 9486.0, 9539.0, 9513.0, 9481.0, 9440.0, 9495.0, 9451.0, 9480.0, 9549.0, 9478.0, 9533.0, 9475.0, 9501.0, 9474.0, 9515.0, 9459.0, 9472.0, 9474.0, 9515.0, 9475.0, 9549.0, 9457.0, 9495.0, 9471.0, 9432.0, 9476.0, 9472.0, 9498.0, 9474.0, 9477.0, 9475.0, 9478.0, 9477.0, 9498.0, 9476.0, 9477.0, 9499.0, 9473.0, 9470.0, 9475.0, 9476.0, 9476.0, 9499.0, 9475.0, 9461.0, 9478.0, 9433.0, 9436.0, 9477.0, 9439.0, 9496.0, 9458.0, 9499.0, 9496.0, 9499.0, 9482.0, 9502.0, 9483.0, 9497.0, 9535.0, 9498.0, 9497.0, 9504.0, 9539.0, 9495.0, 9537.0, 9484.0, 9510.0, 9502.0, 9479.0, 9482.0, 9465.0, 9499.0, 9474.0, 9509.0, 9461.0, 9475.0, 9488.0, 9476.0, 9489.0, 9475.0, 9488.0, 9504.0, 9499.0, 9485.0, 9503.0, 9547.0, 9511.0, 9494.0, 9479.0, 9437.0, 9499.0, 9454.0, 9495.0, 9492.0, 9480.0, 9449.0, 9480.0, 9504.0, 9495.0, 9547.0, 9478.0, 9463.0, 9463.0, 9464.0, 9451.0, 9476.0, 9450.0, 9497.0, 9453.0, 9480.0, 9465.0, 9453.0, 9481.0, 9456.0, 9479.0, 9452.0, 9478.0, 9520.0, 9492.0, 9508.0, 9493.0, 9473.0, 9448.0, 9461.0, 9435.0, 9475.0, 9447.0, 9475.0, 9497.0, 9470.0, 9513.0, 9474.0, 9510.0, 9469.0, 9455.0, 9447.0, 9475.0, 9446.0, 9476.0, 9479.0, 9492.0, 9463.0, 9477.0, 9462.0, 9450.0, 9474.0, 9477.0, 9474.0, 9515.0, 9471.0, 9481.0, 9469.0, 9511.0, 9474.0, 9498.0, 9472.0, 9469.0, 9445.0, 9459.0, 9464.0, 9474.0, 9432.0, 9472.0, 9428.0, 9471.0, 9468.0, 9474.0, 9529.0, 9488.0, 9475.0, 9448.0, 9473.0, 9429.0, 9455.0, 9429.0, 9457.0, 9526.0, 9472.0, 9501.0, 9473.0, 9468.0, 9455.0, 9496.0, 9459.0, 9497.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.0012155979202772963</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.036462225389948005</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.69411991590632</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2277065451431024</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9899718099739807</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4446.3716</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07056452763993322</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.2530329289428077</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4563563681771874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3147220357218172</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7521174798389514</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.302229588970792</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00563922</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028084956109523773</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04425147920846939</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.8068870628523506</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>13.9845</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5026</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.0517</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299763.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.0912</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1295</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.777</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3460.5242</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3669.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76781.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1115.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4557.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.7733</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.65458719083108</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> |