=== 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-0105 --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-0105",
"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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-03/func/sub-0105_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>75fd5331e5fc8f5df8d344801df4793e</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:13:52.775000</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.999189, -0.0300117, 0.0268625, 0.0329719, 0.992518, -0.117562]</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.0986458</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>[4229, -7734, -7313, 186, -126, -107, -66, 77]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>266.111</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d6557a43-102b-4a63-9f9b-ef919f4d4748||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.6807496547698975, 0.08846113085746765, 0.06245986372232437, 105.33256530761719], [0.08051908761262894, 2.662853240966797, -0.3195509612560272, -85.36337280273438], [0.07207010686397552, 0.31540995836257935, 2.680295944213867, -113.97988891601562], [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': ['201352.775000', '201353.235000', '201353.695000', '201354.155000', '201354.615000', '201355.075000', '201355.535000', '201355.995000', '201356.455000', '201356.915000', '201357.375000', '201357.835000', '201358.295000', '201358.755000', '201359.215000', '201359.675000', '201400.135000', '201400.595000', '201401.055000', '201401.515000', '201401.975000', '201402.435000', '201402.895000', '201403.355000', '201403.815000', '201404.275000', '201404.735000', '201405.195000', '201405.655000', '201406.115000', '201406.575000', '201407.035000', '201407.495000', '201407.955000', '201408.415000', '201408.875000', '201409.335000', '201409.795000', '201410.255000', '201410.715000', '201411.175000', '201411.635000', '201412.095000', '201412.555000', '201413.015000', '201413.475000', '201413.935000', '201414.395000', '201414.855000', '201415.315000', '201415.775000', '201416.235000', '201416.695000', '201417.155000', '201417.615000', '201418.075000', '201418.535000', '201418.995000', '201419.455000', '201419.915000', '201420.375000', '201420.835000', '201421.295000', '201421.755000', '201422.215000', '201422.675000', '201423.135000', '201423.595000', '201424.055000', '201424.515000', '201424.975000', '201425.435000', '201425.895000', '201426.355000', '201426.815000', '201427.275000', '201427.735000', '201428.195000', '201428.655000', '201429.115000', '201429.575000', '201430.035000', '201430.495000', '201430.955000', '201431.415000', '201431.875000', '201432.335000', '201432.795000', '201433.255000', '201433.715000', '201434.175000', '201434.635000', '201435.095000', '201435.555000', '201436.015000', '201436.475000', '201436.935000', '201437.395000', '201437.855000', '201438.315000', '201438.775000', '201439.235000', '201439.695000', '201440.155000', '201440.615000', '201441.075000', '201441.535000', '201441.995000', '201442.455000', '201442.915000', '201443.375000', '201443.835000', '201444.295000', '201444.755000', '201445.215000', '201445.675000', '201446.135000', '201446.595000', '201447.055000', '201447.515000', '201447.975000', '201448.435000', '201448.895000', '201449.355000', '201449.815000', '201450.275000', '201450.735000', '201451.195000', '201451.655000', '201452.115000', '201452.575000', '201453.035000', '201453.495000', '201453.955000', '201454.415000', '201454.875000', '201455.335000', '201455.795000', '201456.255000', '201456.715000', '201457.175000', '201457.635000', '201458.095000', '201458.555000', '201459.015000', '201459.475000', '201459.935000', '201500.395000', '201500.855000', '201501.315000', '201501.775000', '201502.235000', '201502.695000', '201503.155000', '201503.615000', '201504.075000', '201504.535000', '201504.995000', '201505.455000', '201505.915000', '201506.375000', '201506.835000', '201507.295000', '201507.755000', '201508.215000', '201508.675000', '201509.135000', '201509.595000', '201510.055000', '201510.515000', '201510.975000', '201511.435000', '201511.895000', '201512.355000', '201512.815000', '201513.275000', '201513.735000', '201514.195000', '201514.655000', '201515.115000', '201515.575000', '201516.035000', '201516.495000', '201516.955000', '201517.415000', '201517.875000', '201518.335000', '201518.795000', '201519.255000', '201519.715000', '201520.175000', '201520.635000', '201521.095000', '201521.555000', '201522.015000', '201522.475000', '201522.935000', '201523.395000', '201523.855000', '201524.315000', '201524.775000', '201525.235000', '201525.695000', '201526.155000', '201526.615000', '201527.075000', '201527.535000', '201527.995000', '201528.455000', '201528.915000', '201529.375000', '201529.835000', '201530.295000', '201530.755000', '201531.215000', '201531.675000', '201532.135000', '201532.595000', '201533.055000', '201533.515000', '201533.975000', '201534.435000', '201534.895000', '201535.355000', '201535.815000', '201536.275000', '201536.735000', '201537.195000', '201537.655000', '201538.115000', '201538.575000', '201539.035000', '201539.495000', '201539.955000', '201540.415000', '201540.875000', '201541.335000', '201541.795000', '201542.255000', '201542.715000', '201543.175000', '201543.635000', '201544.095000', '201544.555000', '201545.015000', '201545.475000', '201545.935000', '201546.395000', '201546.855000', '201547.315000', '201547.775000', '201548.235000', '201548.695000', '201549.155000', '201549.615000', '201550.075000', '201550.535000', '201550.995000', '201551.455000', '201551.915000', '201552.375000', '201552.835000', '201553.295000', '201553.755000', '201554.215000', '201554.675000', '201555.135000', '201555.595000', '201556.055000', '201556.515000', '201556.975000', '201557.435000', '201557.895000', '201558.355000', '201558.815000', '201559.275000', '201559.735000', '201600.195000', '201600.655000', '201601.115000', '201601.575000', '201602.035000', '201602.495000', '201602.955000', '201603.415000', '201603.875000', '201604.335000', '201604.795000', '201605.255000', '201605.715000', '201606.175000', '201606.635000', '201607.095000', '201607.555000', '201608.015000', '201608.475000', '201608.935000', '201609.395000', '201609.855000', '201610.315000', '201610.775000', '201611.235000', '201611.695000', '201612.155000', '201612.615000', '201613.075000', '201613.535000', '201613.995000', '201614.455000', '201614.915000', '201615.375000', '201615.835000', '201616.295000', '201616.755000', '201617.215000', '201617.675000', '201618.135000', '201618.595000', '201619.055000', '201619.515000', '201619.975000', '201620.435000', '201620.895000', '201621.355000', '201621.815000', '201622.275000', '201622.735000', '201623.195000', '201623.655000', '201624.115000', '201624.575000', '201625.035000', '201625.495000', '201625.955000', '201626.415000', '201626.875000', '201627.335000', '201627.795000', '201628.255000', '201628.715000', '201629.175000', '201629.635000', '201630.095000', '201630.555000', '201631.015000', '201631.475000', '201631.935000', '201632.395000', '201632.855000', '201633.315000', '201633.775000', '201634.235000', '201634.695000', '201635.155000', '201635.615000', '201636.075000', '201636.535000', '201636.995000', '201637.455000', '201637.915000', '201638.375000', '201638.835000', '201639.295000', '201639.755000', '201640.215000', '201640.675000', '201641.135000', '201641.595000', '201642.055000', '201642.515000', '201642.975000', '201643.435000', '201643.895000', '201644.355000', '201644.815000', '201645.275000', '201645.735000', '201646.195000', '201646.655000', '201647.115000', '201647.575000', '201648.035000', '201648.495000', '201648.955000', '201649.415000', '201649.875000', '201650.335000', '201650.795000', '201651.255000', '201651.715000', '201652.175000', '201652.635000', '201653.095000', '201653.555000', '201654.015000', '201654.475000', '201654.935000', '201655.395000', '201655.855000', '201656.315000', '201656.775000', '201657.235000', '201657.695000', '201658.155000', '201658.615000', '201659.075000', '201659.535000', '201659.995000', '201700.455000', '201700.915000', '201701.375000', '201701.835000', '201702.295000', '201702.755000', '201703.215000', '201703.675000', '201704.135000', '201704.595000', '201705.055000', '201705.515000', '201705.975000', '201706.435000', '201706.895000', '201707.355000', '201707.815000', '201708.275000', '201708.735000', '201709.195000', '201709.655000', '201710.115000', '201710.575000', '201711.035000', '201711.495000', '201711.955000', '201712.415000', '201712.875000', '201713.335000', '201713.795000', '201714.255000', '201714.715000', '201715.175000', '201715.635000', '201716.095000', '201716.555000', '201717.015000', '201717.475000', '201717.935000', '201718.395000', '201718.855000', '201719.315000', '201719.775000', '201720.235000', '201720.695000', '201721.155000', '201721.615000', '201722.075000', '201722.535000', '201722.995000', '201723.455000', '201723.915000', '201724.375000', '201724.835000', '201725.295000', '201725.755000', '201726.215000', '201726.675000', '201727.135000', '201727.595000', '201728.055000', '201728.515000', '201728.975000', '201729.435000', '201729.895000', '201730.355000', '201730.815000', '201731.275000', '201731.735000', '201732.195000', '201732.655000', '201733.115000', '201733.575000', '201734.035000', '201734.495000', '201734.955000', '201735.415000', '201735.875000', '201736.335000', '201736.795000', '201737.255000', '201737.715000', '201738.175000', '201738.635000', '201739.095000', '201739.555000', '201740.015000', '201740.475000', '201740.935000', '201741.395000', '201741.855000', '201742.315000', '201742.775000', '201743.235000', '201743.695000', '201744.155000', '201744.615000', '201745.075000', '201745.535000', '201745.995000', '201746.455000', '201746.915000', '201747.375000', '201747.835000', '201748.295000', '201748.755000', '201749.215000', '201749.675000', '201750.135000', '201750.595000', '201751.055000', '201751.515000', '201751.975000', '201752.435000', '201752.895000', '201753.355000', '201753.815000', '201754.275000', '201754.735000', '201755.195000', '201755.655000', '201756.115000', '201756.575000', '201757.035000', '201757.495000', '201757.955000', '201758.415000', '201758.875000', '201759.335000', '201759.795000', '201800.255000', '201800.715000', '201801.175000', '201801.635000', '201802.095000', '201802.555000', '201803.015000', '201803.475000', '201803.935000', '201804.395000', '201804.855000', '201805.315000', '201805.775000', '201806.235000', '201806.695000', '201807.155000', '201807.615000', '201808.075000', '201808.535000', '201808.995000', '201809.455000', '201809.915000', '201810.375000', '201810.835000', '201811.295000', '201811.755000', '201812.215000', '201812.675000', '201813.135000', '201813.595000', '201814.055000', '201814.515000', '201814.975000', '201815.435000', '201815.895000', '201816.355000', '201816.815000', '201817.275000', '201817.735000', '201818.195000', '201818.655000', '201819.115000', '201819.575000', '201820.035000', '201820.495000', '201820.955000', '201821.415000', '201821.875000', '201822.335000', '201822.795000', '201823.255000', '201823.715000', '201824.175000', '201824.635000', '201825.095000', '201825.555000', '201826.015000', '201826.475000', '201826.935000', '201827.395000', '201827.855000', '201828.315000', '201828.775000', '201829.235000', '201829.695000', '201830.155000', '201830.615000', '201831.075000', '201831.535000', '201831.995000', '201832.455000', '201832.915000', '201833.375000', '201833.835000', '201834.295000', '201834.755000', '201835.215000', '201835.675000', '201836.135000', '201836.595000', '201837.055000', '201837.515000', '201837.975000', '201838.435000', '201838.895000', '201839.355000', '201839.815000', '201840.275000', '201840.735000', '201841.195000', '201841.655000', '201842.115000', '201842.575000', '201843.035000', '201843.495000', '201843.955000', '201844.415000', '201844.875000', '201845.335000', '201845.795000', '201846.255000', '201846.715000', '201847.175000', '201847.635000', '201848.095000', '201848.555000', '201849.015000', '201849.475000', '201849.935000', '201850.395000', '201850.855000', '201851.315000', '201851.775000', '201852.235000', '201852.695000', '201853.155000', '201853.615000', '201854.075000', '201854.535000', '201854.995000', '201855.455000', '201855.915000', '201856.375000', '201856.835000', '201857.295000', '201857.755000', '201858.215000', '201858.675000', '201859.135000', '201859.595000', '201900.055000', '201900.515000', '201900.975000', '201901.435000', '201901.895000', '201902.355000', '201902.815000', '201903.275000', '201903.735000', '201904.195000', '201904.655000', '201905.115000', '201905.575000', '201906.035000', '201906.495000', '201906.955000', '201907.415000', '201907.875000', '201908.335000', '201908.795000', '201909.255000', '201909.715000', '201910.175000', '201910.635000', '201911.095000', '201911.555000', '201912.015000', '201912.475000', '201912.935000', '201913.395000', '201913.855000', '201914.315000', '201914.775000', '201915.235000', '201915.695000', '201916.155000', '201916.615000', '201917.075000', '201917.535000', '201917.995000', '201918.455000', '201918.915000', '201919.375000', '201919.835000', '201920.295000', '201920.755000', '201921.215000', '201921.675000', '201922.135000', '201922.595000', '201923.055000', '201923.515000', '201923.975000', '201924.435000', '201924.895000', '201925.355000', '201925.815000', '201926.275000', '201926.735000', '201927.195000', '201927.655000', '201928.115000', '201928.575000', '201929.035000', '201929.495000', '201929.955000', '201930.415000', '201930.875000', '201931.335000', '201931.795000', '201932.255000', '201932.715000', '201933.175000', '201933.635000', '201934.095000', '201934.555000', '201935.015000', '201935.475000', '201935.935000', '201936.395000', '201936.855000', '201937.315000', '201937.775000', '201938.235000', '201938.695000', '201939.155000', '201939.615000', '201940.075000', '201940.535000', '201940.995000', '201941.455000', '201941.915000', '201942.375000', '201942.835000', '201943.295000', '201943.755000', '201944.215000', '201944.675000', '201945.135000', '201945.595000', '201946.055000', '201946.515000', '201946.975000', '201947.435000', '201947.895000', '201948.355000', '201948.815000', '201949.275000', '201949.735000', '201950.195000', '201950.655000', '201951.115000', '201951.575000', '201952.035000', '201952.495000', '201952.955000', '201953.415000', '201953.875000', '201954.335000', '201954.795000', '201955.255000', '201955.715000', '201956.175000', '201956.635000', '201957.095000', '201957.555000', '201958.015000', '201958.475000', '201958.935000', '201959.395000', '201959.855000', '202000.315000', '202000.775000', '202001.235000', '202001.695000', '202002.155000', '202002.615000', '202003.075000', '202003.535000', '202003.995000', '202004.455000', '202004.915000', '202005.375000', '202005.835000', '202006.295000', '202006.755000', '202007.215000', '202007.675000', '202008.135000', '202008.595000', '202009.055000', '202009.515000', '202009.975000', '202010.435000', '202010.895000', '202011.355000', '202011.815000', '202012.275000', '202012.735000', '202013.195000', '202013.655000', '202014.115000', '202014.575000', '202015.035000', '202015.495000', '202015.955000', '202016.415000', '202016.875000', '202017.335000', '202017.795000', '202018.255000', '202018.715000', '202019.175000', '202019.635000', '202020.095000', '202020.555000', '202021.015000', '202021.475000', '202021.935000', '202022.395000', '202022.855000', '202023.315000', '202023.775000', '202024.235000', '202024.695000', '202025.155000', '202025.615000', '202026.075000', '202026.535000', '202026.995000', '202027.455000', '202027.915000', '202028.375000', '202028.835000', '202029.295000', '202029.755000', '202030.215000', '202030.675000', '202031.135000', '202031.595000', '202032.055000', '202032.515000', '202032.975000', '202033.435000', '202033.895000', '202034.355000', '202034.815000', '202035.275000', '202035.735000', '202036.195000', '202036.655000', '202037.115000', '202037.575000', '202038.035000', '202038.495000', '202038.955000', '202039.415000', '202039.875000', '202040.335000', '202040.795000', '202041.255000', '202041.715000', '202042.175000', '202042.635000', '202043.095000', '202043.555000', '202044.015000', '202044.475000', '202044.935000', '202045.395000', '202045.855000', '202046.315000', '202046.775000', '202047.235000', '202047.695000', '202048.155000', '202048.615000', '202049.075000', '202049.535000', '202049.995000', '202050.455000', '202050.915000', '202051.375000', '202051.835000', '202052.295000', '202052.755000', '202053.215000', '202053.675000', '202054.135000', '202054.595000', '202055.055000', '202055.515000', '202055.975000', '202056.435000', '202056.895000', '202057.355000', '202057.815000', '202058.275000', '202058.735000', '202059.195000', '202059.655000', '202100.115000', '202100.575000', '202101.035000', '202101.495000', '202101.955000', '202102.415000', '202102.875000', '202103.335000', '202103.795000', '202104.255000', '202104.715000', '202105.175000', '202105.635000', '202106.095000', '202106.555000', '202107.015000', '202107.475000', '202107.935000', '202108.395000', '202108.855000', '202109.315000', '202109.775000', '202110.235000', '202110.695000', '202111.155000', '202111.615000', '202112.075000', '202112.535000', '202112.995000', '202113.455000', '202113.915000', '202114.375000', '202114.835000', '202115.295000', '202115.755000', '202116.215000', '202116.675000', '202117.135000', '202117.595000', '202118.055000', '202118.515000', '202118.975000', '202119.435000', '202119.895000', '202120.355000', '202120.815000', '202121.275000', '202121.735000', '202122.195000', '202122.655000', '202123.115000', '202123.575000', '202124.035000', '202124.495000', '202124.955000', '202125.415000', '202125.875000', '202126.335000', '202126.795000', '202127.255000', '202127.715000', '202128.175000', '202128.635000', '202129.095000', '202129.555000', '202130.015000', '202130.475000', '202130.935000', '202131.395000', '202131.855000', '202132.315000', '202132.775000', '202133.235000', '202133.695000', '202134.155000', '202134.615000', '202135.075000', '202135.535000', '202135.995000', '202136.455000', '202136.915000', '202137.375000', '202137.835000', '202138.295000', '202138.755000', '202139.215000', '202139.675000', '202140.135000', '202140.595000', '202141.055000', '202141.515000', '202141.975000', '202142.435000', '202142.895000', '202143.355000', '202143.815000', '202144.275000', '202144.735000', '202145.195000', '202145.655000', '202146.115000', '202146.575000', '202147.035000', '202147.495000', '202147.955000', '202148.415000', '202148.875000', '202149.335000', '202149.795000', '202150.255000', '202150.715000', '202151.175000', '202151.635000', '202152.095000', '202152.555000', '202153.015000', '202153.475000', '202153.935000', '202154.395000', '202154.855000', '202155.315000', '202155.775000', '202156.235000', '202156.695000', '202157.155000', '202157.615000', '202158.075000', '202158.535000', '202158.995000', '202159.455000', '202159.915000', '202200.375000', '202200.835000', '202201.295000', '202201.755000', '202202.215000', '202202.675000', '202203.135000', '202203.595000', '202204.055000', '202204.515000', '202204.975000', '202205.435000', '202205.895000', '202206.355000', '202206.815000', '202207.275000', '202207.735000', '202208.195000', '202208.655000', '202209.115000', '202209.575000', '202210.035000', '202210.495000', '202210.955000', '202211.415000', '202211.875000', '202212.335000', '202212.795000', '202213.255000', '202213.715000', '202214.175000', '202214.635000', '202215.095000', '202215.555000', '202216.015000', '202216.475000', '202216.935000', '202217.395000', '202217.855000', '202218.315000', '202218.775000', '202219.235000', '202219.695000', '202220.155000', '202220.615000', '202221.075000', '202221.535000', '202221.995000', '202222.455000', '202222.915000', '202223.375000', '202223.835000', '202224.295000', '202224.755000', '202225.215000', '202225.675000', '202226.135000', '202226.595000', '202227.055000', '202227.515000', '202227.975000', '202228.435000', '202228.895000', '202229.355000', '202229.815000', '202230.275000', '202230.735000', '202231.195000', '202231.655000', '202232.115000', '202232.575000', '202233.035000', '202233.495000', '202233.955000', '202234.415000', '202234.875000', '202235.335000', '202235.795000', '202236.255000', '202236.715000', '202237.175000', '202237.635000', '202238.095000', '202238.555000', '202239.015000', '202239.475000', '202239.935000', '202240.395000', '202240.855000', '202241.315000', '202241.775000', '202242.235000', '202242.695000', '202243.155000', '202243.615000', '202244.075000', '202244.535000'], 'ContentTime': ['201413.656000', '201413.659000', '201413.661000', '201413.664000', '201413.667000', '201413.669000', '201413.672000', '201413.674000', '201413.677000', '201413.679000', '201413.682000', '201413.685000', '201413.687000', '201413.690000', '201413.693000', '201413.695000', '201413.698000', '201413.700000', '201413.703000', '201413.705000', '201413.708000', '201413.710000', '201413.713000', '201413.715000', '201413.718000', '201413.721000', '201413.723000', '201413.726000', '201413.728000', '201413.731000', '201413.733000', '201413.736000', '201413.739000', '201413.741000', '201413.744000', '201413.746000', '201413.749000', '201413.752000', '201413.754000', '201413.757000', '201413.759000', '201413.762000', '201433.625000', '201433.628000', '201433.630000', '201433.633000', '201433.635000', '201433.638000', '201433.640000', '201433.643000', '201433.645000', '201433.648000', '201433.651000', '201433.653000', '201433.656000', '201433.658000', '201433.661000', '201433.663000', '201433.666000', '201433.669000', '201433.671000', '201433.674000', '201433.676000', '201433.679000', '201433.681000', '201433.684000', '201433.686000', '201433.689000', '201433.691000', '201433.694000', '201433.696000', '201433.699000', '201433.702000', '201433.704000', '201433.707000', '201433.709000', '201433.712000', '201433.714000', '201433.717000', '201433.719000', '201433.722000', '201433.724000', '201433.727000', '201433.729000', '201433.732000', '201433.735000', '201453.624000', '201453.627000', '201453.630000', '201453.636000', '201453.639000', '201453.641000', '201453.644000', '201453.647000', '201453.649000', '201453.652000', '201453.654000', '201453.657000', '201453.659000', '201453.662000', '201453.664000', '201453.667000', '201453.670000', '201453.672000', '201453.675000', '201453.678000', '201453.681000', '201453.684000', '201453.687000', '201453.689000', '201453.692000', '201453.694000', '201453.697000', '201453.699000', '201453.702000', '201453.704000', '201453.707000', '201453.710000', '201453.713000', '201453.716000', '201453.725000', '201453.727000', '201453.730000', '201453.732000', '201453.735000', '201453.737000', '201453.740000', '201453.743000', '201453.745000', '201513.623000', '201513.626000', '201513.629000', '201513.632000', '201513.634000', '201513.637000', '201513.639000', '201513.642000', '201513.644000', '201513.647000', '201513.649000', '201513.661000', '201513.663000', '201513.666000', '201513.669000', '201513.671000', '201513.674000', '201513.676000', '201513.679000', '201513.682000', '201513.684000', '201513.687000', '201513.690000', '201513.692000', '201513.695000', '201513.697000', '201513.700000', '201513.702000', '201513.705000', '201513.707000', '201513.710000', '201513.712000', '201513.715000', '201513.718000', '201513.720000', '201513.723000', '201513.725000', '201513.735000', '201513.737000', '201513.740000', '201513.742000', '201513.745000', '201513.747000', '201513.750000', '201533.624000', '201533.626000', '201533.629000', '201533.632000', '201533.634000', '201533.637000', '201533.639000', '201533.642000', '201533.644000', '201533.647000', '201533.650000', '201533.652000', '201533.655000', '201533.657000', '201533.660000', '201533.662000', '201533.665000', '201533.668000', '201533.670000', '201533.673000', '201533.675000', '201533.678000', '201533.680000', '201533.683000', '201533.686000', '201533.688000', '201533.691000', '201533.693000', '201533.696000', '201533.699000', '201533.702000', '201533.705000', '201533.708000', '201533.711000', '201533.713000', '201533.716000', '201533.727000', '201533.729000', '201533.732000', '201533.734000', '201533.737000', '201533.740000', '201533.742000', '201553.623000', '201553.626000', '201553.629000', '201553.641000', '201553.643000', '201553.646000', '201553.649000', '201553.651000', '201553.654000', '201553.656000', '201553.659000', '201553.661000', '201553.664000', '201553.667000', '201553.669000', '201553.672000', '201553.674000', '201553.677000', '201553.679000', '201553.682000', '201553.684000', '201553.687000', '201553.689000', '201553.692000', '201553.695000', '201553.697000', '201553.700000', '201553.702000', '201553.705000', '201553.708000', '201553.710000', '201553.713000', '201553.715000', '201553.718000', '201553.721000', '201553.723000', '201553.726000', '201553.728000', '201553.731000', '201553.734000', '201553.736000', '201553.739000', '201553.741000', '201553.744000', '201613.623000', '201613.626000', '201613.629000', '201613.632000', '201613.634000', '201613.637000', '201613.639000', '201613.642000', '201613.644000', '201613.647000', '201613.650000', '201613.652000', '201613.655000', '201613.657000', '201613.660000', '201613.662000', '201613.665000', '201613.668000', '201613.670000', '201613.673000', '201613.675000', '201613.678000', '201613.680000', '201613.683000', '201613.686000', '201613.688000', '201613.691000', '201613.693000', '201613.696000', '201613.698000', '201613.701000', '201613.704000', '201613.706000', '201613.709000', '201613.711000', '201613.714000', '201613.716000', '201613.719000', '201613.722000', '201613.725000', '201613.728000', '201613.731000', '201613.734000', '201633.623000', '201633.626000', '201633.629000', '201633.631000', '201633.634000', '201633.637000', '201633.639000', '201633.642000', '201633.644000', '201633.647000', '201633.650000', '201633.652000', '201633.655000', '201633.657000', '201633.662000', '201633.665000', '201633.667000', '201633.670000', '201633.673000', '201633.675000', '201633.678000', '201633.680000', '201633.683000', '201633.686000', '201633.688000', '201633.691000', '201633.693000', '201633.696000', '201633.698000', '201633.701000', '201633.704000', '201633.706000', '201633.709000', '201633.711000', '201633.714000', '201633.716000', '201633.719000', '201633.722000', '201633.724000', '201633.727000', '201633.729000', '201633.732000', '201633.734000', '201633.737000', '201653.625000', '201653.627000', '201653.630000', '201653.633000', '201653.635000', '201653.638000', '201653.641000', '201653.643000', '201653.646000', '201653.648000', '201653.651000', '201653.653000', '201653.656000', '201653.659000', '201653.661000', '201653.664000', '201653.666000', '201653.669000', '201653.671000', '201653.674000', '201653.676000', '201653.679000', '201653.682000', '201653.684000', '201653.687000', '201653.689000', '201653.692000', '201653.694000', '201653.697000', '201653.699000', '201653.702000', '201653.705000', '201653.707000', '201653.710000', '201653.712000', '201653.715000', '201653.717000', '201653.720000', '201653.723000', '201653.725000', '201653.728000', '201653.730000', '201653.733000', '201713.624000', '201713.627000', '201713.630000', '201713.633000', '201713.635000', '201713.638000', '201713.640000', '201713.643000', '201713.646000', '201713.648000', '201713.651000', '201713.653000', '201713.656000', '201713.658000', '201713.661000', '201713.664000', '201713.666000', '201713.669000', '201713.671000', '201713.674000', '201713.677000', '201713.679000', '201713.682000', '201713.684000', '201713.687000', '201713.689000', '201713.692000', '201713.695000', '201713.698000', '201713.700000', '201713.703000', '201713.706000', '201713.708000', '201713.711000', '201713.713000', '201713.716000', '201713.719000', '201713.721000', '201713.724000', '201713.726000', '201713.729000', '201713.731000', '201713.734000', '201713.737000', '201733.624000', '201733.626000', '201733.629000', '201733.632000', '201733.634000', '201733.637000', '201733.640000', '201733.642000', '201733.645000', '201733.647000', '201733.650000', '201733.653000', '201733.655000', '201733.658000', '201733.660000', '201733.663000', '201733.665000', '201733.668000', '201733.671000', '201733.673000', '201733.676000', '201733.679000', '201733.681000', '201733.684000', '201733.686000', '201733.689000', '201733.692000', '201733.694000', '201733.697000', '201733.699000', '201733.702000', '201733.705000', '201733.707000', '201733.710000', '201733.712000', '201733.715000', '201733.718000', '201733.720000', '201733.723000', '201733.725000', '201733.728000', '201733.731000', '201733.733000', '201753.623000', '201753.626000', '201753.629000', '201753.632000', '201753.634000', '201753.637000', '201753.639000', '201753.642000', '201753.645000', '201753.647000', '201753.650000', '201753.652000', '201753.655000', '201753.657000', '201753.660000', '201753.663000', '201753.665000', '201753.668000', '201753.670000', '201753.673000', '201753.675000', '201753.678000', '201753.681000', '201753.683000', '201753.686000', '201753.688000', '201753.691000', '201753.693000', '201753.696000', '201753.699000', '201753.701000', '201753.704000', '201753.706000', '201753.709000', '201753.712000', '201753.714000', '201753.720000', '201753.723000', '201753.726000', '201753.728000', '201753.731000', '201753.733000', '201753.736000', '201753.738000', '201813.623000', '201813.626000', '201813.629000', '201813.631000', '201813.634000', '201813.637000', '201813.639000', '201813.642000', '201813.644000', '201813.647000', '201813.650000', '201813.652000', '201813.655000', '201813.657000', '201813.660000', '201813.663000', '201813.665000', '201813.668000', '201813.670000', '201813.673000', '201813.676000', '201813.678000', '201813.681000', '201813.683000', '201813.686000', '201813.688000', '201813.691000', '201813.694000', '201813.696000', '201813.699000', '201813.701000', '201813.713000', '201813.716000', '201813.718000', '201813.721000', '201813.724000', '201813.726000', '201813.729000', '201813.731000', '201813.734000', '201813.736000', '201813.739000', '201813.742000', '201833.624000', '201833.626000', '201833.629000', '201833.632000', '201833.634000', '201833.637000', '201833.640000', '201833.642000', '201833.645000', '201833.648000', '201833.650000', '201833.653000', '201833.655000', '201833.658000', '201833.661000', '201833.663000', '201833.666000', '201833.668000', '201833.671000', '201833.674000', '201833.676000', '201833.679000', '201833.681000', '201833.684000', '201833.686000', '201833.690000', '201833.692000', '201833.695000', '201833.698000', '201833.700000', '201833.703000', '201833.706000', '201833.708000', '201833.711000', '201833.713000', '201833.716000', '201833.719000', '201833.721000', '201833.724000', '201833.726000', '201833.729000', '201833.731000', '201833.734000', '201853.623000', '201853.626000', '201853.629000', '201853.632000', '201853.634000', '201853.637000', '201853.639000', '201853.642000', '201853.644000', '201853.647000', '201853.650000', '201853.652000', '201853.655000', '201853.657000', '201853.660000', '201853.662000', '201853.665000', '201853.668000', '201853.670000', '201853.673000', '201853.675000', '201853.678000', '201853.680000', '201853.683000', '201853.686000', '201853.688000', '201853.691000', '201853.693000', '201853.696000', '201853.698000', '201853.701000', '201853.704000', '201853.706000', '201853.709000', '201853.712000', '201853.714000', '201853.717000', '201853.719000', '201853.722000', '201853.724000', '201853.727000', '201853.729000', '201853.732000', '201853.735000', '201913.624000', '201913.627000', '201913.630000', '201913.633000', '201913.635000', '201913.638000', '201913.640000', '201913.643000', '201913.646000', '201913.648000', '201913.651000', '201913.653000', '201913.656000', '201913.659000', '201913.661000', '201913.664000', '201913.666000', '201913.669000', '201913.672000', '201913.674000', '201913.677000', '201913.679000', '201913.682000', '201913.684000', '201913.687000', '201913.690000', '201913.692000', '201913.695000', '201913.697000', '201913.700000', '201913.703000', '201913.705000', '201913.708000', '201913.710000', '201913.713000', '201913.715000', '201913.718000', '201913.720000', '201913.723000', '201913.726000', '201913.728000', '201913.731000', '201913.733000', '201913.736000', '201933.625000', '201933.627000', '201933.630000', '201933.633000', '201933.635000', '201933.638000', '201933.640000', '201933.643000', '201933.645000', '201933.648000', '201933.650000', '201933.653000', '201933.656000', '201933.658000', '201933.661000', '201933.665000', '201933.668000', '201933.670000', '201933.673000', '201933.675000', '201933.678000', '201933.681000', '201933.683000', '201933.686000', '201933.688000', '201933.691000', '201933.693000', '201933.696000', '201933.699000', '201933.701000', '201933.704000', '201933.706000', '201933.709000', '201933.712000', '201933.714000', '201933.717000', '201933.719000', '201933.722000', '201933.725000', '201933.727000', '201933.730000', '201933.732000', '201933.757000', '201953.624000', '201953.627000', '201953.631000', '201953.634000', '201953.636000', '201953.639000', '201953.642000', '201953.644000', '201953.647000', '201953.649000', '201953.652000', '201953.655000', '201953.657000', '201953.660000', '201953.662000', '201953.665000', '201953.668000', '201953.670000', '201953.673000', '201953.675000', '201953.678000', '201953.680000', '201953.683000', '201953.686000', '201953.688000', '201953.691000', '201953.693000', '201953.696000', '201953.699000', '201953.701000', '201953.704000', '201953.706000', '201953.709000', '201953.711000', '201953.714000', '201953.717000', '201953.719000', '201953.722000', '201953.724000', '201953.727000', '201953.729000', '201953.732000', '201953.735000', '202013.624000', '202013.626000', '202013.629000', '202013.632000', '202013.634000', '202013.637000', '202013.639000', '202013.642000', '202013.644000', '202013.647000', '202013.650000', '202013.652000', '202013.655000', '202013.657000', '202013.660000', '202013.663000', '202013.665000', '202013.668000', '202013.670000', '202013.673000', '202013.675000', '202013.678000', '202013.680000', '202013.683000', '202013.686000', '202013.688000', '202013.691000', '202013.693000', '202013.696000', '202013.698000', '202013.701000', '202013.704000', '202013.706000', '202013.709000', '202013.711000', '202013.714000', '202013.716000', '202013.719000', '202013.722000', '202013.724000', '202013.727000', '202013.729000', '202013.732000', '202013.734000', '202033.623000', '202033.626000', '202033.629000', '202033.631000', '202033.634000', '202033.637000', '202033.639000', '202033.642000', '202033.644000', '202033.647000', '202033.649000', '202033.652000', '202033.655000', '202033.657000', '202033.660000', '202033.662000', '202033.665000', '202033.668000', '202033.670000', '202033.673000', '202033.675000', '202033.678000', '202033.681000', '202033.683000', '202033.686000', '202033.688000', '202033.691000', '202033.694000', '202033.696000', '202033.699000', '202033.701000', '202033.704000', '202033.707000', '202033.709000', '202033.712000', '202033.714000', '202033.717000', '202033.720000', '202033.722000', '202033.725000', '202033.727000', '202033.730000', '202033.732000', '202053.623000', '202053.626000', '202053.629000', '202053.632000', '202053.634000', '202053.637000', '202053.639000', '202053.642000', '202053.644000', '202053.647000', '202053.650000', '202053.653000', '202053.655000', '202053.658000', '202053.660000', '202053.663000', '202053.666000', '202053.668000', '202053.671000', '202053.673000', '202053.676000', '202053.678000', '202053.681000', '202053.684000', '202053.686000', '202053.689000', '202053.691000', '202053.694000', '202053.696000', '202053.699000', '202053.702000', '202053.704000', '202053.707000', '202053.709000', '202053.712000', '202053.714000', '202053.717000', '202053.720000', '202053.722000', '202053.725000', '202053.727000', '202053.730000', '202053.733000', '202053.735000', '202113.623000', '202113.626000', '202113.629000', '202113.632000', '202113.634000', '202113.637000', '202113.639000', '202113.642000', '202113.645000', '202113.647000', '202113.650000', '202113.652000', '202113.655000', '202113.658000', '202113.660000', '202113.663000', '202113.665000', '202113.669000', '202113.672000', '202113.674000', '202113.677000', '202113.679000', '202113.682000', '202113.685000', '202113.688000', '202113.691000', '202113.693000', '202113.696000', '202113.698000', '202113.701000', '202113.703000', '202113.706000', '202113.709000', '202113.711000', '202113.714000', '202113.716000', '202113.719000', '202113.722000', '202113.724000', '202113.727000', '202113.730000', '202113.732000', '202113.735000', '202133.625000', '202133.627000', '202133.630000', '202133.633000', '202133.635000', '202133.638000', '202133.640000', '202133.643000', '202133.646000', '202133.648000', '202133.651000', '202133.653000', '202133.656000', '202133.659000', '202133.661000', '202133.664000', '202133.666000', '202133.669000', '202133.672000', '202133.674000', '202133.677000', '202133.679000', '202133.682000', '202133.685000', '202133.687000', '202133.690000', '202133.692000', '202133.695000', '202133.698000', '202133.700000', '202133.703000', '202133.705000', '202133.708000', '202133.710000', '202133.713000', '202133.716000', '202133.718000', '202133.721000', '202133.723000', '202133.726000', '202133.729000', '202133.731000', '202133.734000', '202133.736000', '202153.624000', '202153.627000', '202153.629000', '202153.632000', '202153.634000', '202153.637000', '202153.639000', '202153.642000', '202153.645000', '202153.647000', '202153.650000', '202153.652000', '202153.655000', '202153.657000', '202153.660000', '202153.663000', '202153.665000', '202153.668000', '202153.670000', '202153.673000', '202153.675000', '202153.678000', '202153.681000', '202153.684000', '202153.687000', '202153.690000', '202153.692000', '202153.695000', '202153.698000', '202153.700000', '202153.703000', '202153.705000', '202153.708000', '202153.710000', '202153.713000', '202153.715000', '202153.718000', '202153.721000', '202153.723000', '202153.726000', '202153.728000', '202153.731000', '202153.733000', '202213.623000', '202213.626000', '202213.629000', '202213.632000', '202213.634000', '202213.637000', '202213.639000', '202213.642000', '202213.645000', '202213.647000', '202213.650000', '202213.652000', '202213.655000', '202213.658000', '202213.660000', '202213.663000', '202213.665000', '202213.668000', '202213.670000', '202213.673000', '202213.675000', '202213.678000', '202213.681000', '202213.683000', '202213.686000', '202213.688000', '202213.691000', '202213.694000', '202213.696000', '202213.699000', '202213.701000', '202213.704000', '202213.707000', '202213.709000', '202213.712000', '202213.714000', '202213.717000', '202213.720000', '202213.722000', '202213.725000', '202213.727000', '202213.730000', '202213.733000', '202213.735000', '202233.624000', '202233.626000', '202233.629000', '202233.632000', '202233.634000', '202233.637000', '202233.640000', '202233.642000', '202233.645000', '202233.647000', '202233.650000', '202233.652000', '202233.655000', '202233.658000', '202233.660000', '202233.663000', '202233.665000', '202233.668000', '202233.671000', '202233.673000', '202233.676000', '202233.679000', '202233.681000', '202233.684000', '202233.686000', '202233.689000', '202233.692000', '202233.694000', '202233.697000', '202233.700000', '202233.703000', '202233.706000', '202233.710000', '202233.712000', '202233.715000', '202233.718000', '202233.720000', '202233.723000', '202233.726000', '202233.728000', '202233.731000', '202233.733000', '202233.736000', '202246.061000', '202246.064000', '202246.067000', '202246.070000', '202246.073000', '202246.075000', '202246.081000', '202246.084000', '202246.086000', '202246.089000', '202246.092000', '202246.094000', '202246.097000', '202246.100000', '202246.103000', '202246.105000', '202246.108000', '202246.111000', '202246.114000', '202246.117000', '202246.119000', '202246.122000', '202246.125000', '202246.127000', '202246.130000', '202246.132000', '202246.135000', '202246.138000'], 'InstanceCreationTime': ['201413.656000', '201413.659000', '201413.661000', '201413.664000', '201413.667000', '201413.669000', '201413.672000', '201413.674000', '201413.677000', '201413.679000', '201413.682000', '201413.685000', '201413.687000', '201413.690000', '201413.693000', '201413.695000', '201413.698000', '201413.700000', '201413.703000', '201413.705000', '201413.708000', '201413.710000', '201413.713000', '201413.715000', '201413.718000', '201413.721000', '201413.723000', '201413.726000', '201413.728000', '201413.731000', '201413.733000', '201413.736000', '201413.739000', '201413.741000', '201413.744000', '201413.746000', '201413.749000', '201413.752000', '201413.754000', '201413.757000', '201413.759000', '201413.762000', '201433.625000', '201433.628000', '201433.630000', '201433.633000', '201433.635000', '201433.638000', '201433.640000', '201433.643000', '201433.645000', '201433.648000', '201433.651000', '201433.653000', '201433.656000', '201433.658000', '201433.661000', '201433.663000', '201433.666000', '201433.669000', '201433.671000', '201433.674000', '201433.676000', '201433.679000', '201433.681000', '201433.684000', '201433.686000', '201433.689000', '201433.691000', '201433.694000', '201433.696000', '201433.699000', '201433.702000', '201433.704000', '201433.707000', '201433.709000', '201433.712000', '201433.714000', '201433.717000', '201433.719000', '201433.722000', '201433.724000', '201433.727000', '201433.729000', '201433.732000', '201433.735000', '201453.624000', '201453.627000', '201453.630000', '201453.636000', '201453.639000', '201453.641000', '201453.644000', '201453.647000', '201453.649000', '201453.652000', '201453.654000', '201453.657000', '201453.659000', '201453.662000', '201453.664000', '201453.667000', '201453.670000', '201453.672000', '201453.675000', '201453.678000', '201453.681000', '201453.684000', '201453.687000', '201453.689000', '201453.692000', '201453.694000', '201453.697000', '201453.699000', '201453.702000', '201453.704000', '201453.707000', '201453.710000', '201453.713000', '201453.716000', '201453.725000', '201453.727000', '201453.730000', '201453.732000', '201453.735000', '201453.737000', '201453.740000', '201453.743000', '201453.745000', '201513.623000', '201513.626000', '201513.629000', '201513.632000', '201513.634000', '201513.637000', '201513.639000', '201513.642000', '201513.644000', '201513.647000', '201513.649000', '201513.661000', '201513.663000', '201513.666000', '201513.669000', '201513.671000', '201513.674000', '201513.676000', '201513.679000', '201513.682000', '201513.684000', '201513.687000', '201513.690000', '201513.692000', '201513.695000', '201513.697000', '201513.700000', '201513.702000', '201513.705000', '201513.707000', '201513.710000', '201513.712000', '201513.715000', '201513.718000', '201513.720000', '201513.723000', '201513.725000', '201513.735000', '201513.737000', '201513.740000', '201513.742000', '201513.745000', '201513.747000', '201513.750000', '201533.624000', '201533.626000', '201533.629000', '201533.632000', '201533.634000', '201533.637000', '201533.639000', '201533.642000', '201533.644000', '201533.647000', '201533.650000', '201533.652000', '201533.655000', '201533.657000', '201533.660000', '201533.662000', '201533.665000', '201533.668000', '201533.670000', '201533.673000', '201533.675000', '201533.678000', '201533.680000', '201533.683000', '201533.686000', '201533.688000', '201533.691000', '201533.693000', '201533.696000', '201533.699000', '201533.702000', '201533.705000', '201533.708000', '201533.711000', '201533.713000', '201533.716000', '201533.727000', '201533.729000', '201533.732000', '201533.734000', '201533.737000', '201533.740000', '201533.742000', '201553.623000', '201553.626000', '201553.629000', '201553.641000', '201553.643000', '201553.646000', '201553.649000', '201553.651000', '201553.654000', '201553.656000', '201553.659000', '201553.661000', '201553.664000', '201553.667000', '201553.669000', '201553.672000', '201553.674000', '201553.677000', '201553.679000', '201553.682000', '201553.684000', '201553.687000', '201553.689000', '201553.692000', '201553.695000', '201553.697000', '201553.700000', '201553.702000', '201553.705000', '201553.708000', '201553.710000', '201553.713000', '201553.715000', '201553.718000', '201553.721000', '201553.723000', '201553.726000', '201553.728000', '201553.731000', '201553.734000', '201553.736000', '201553.739000', '201553.741000', '201553.744000', '201613.623000', '201613.626000', '201613.629000', '201613.632000', '201613.634000', '201613.637000', '201613.639000', '201613.642000', '201613.644000', '201613.647000', '201613.650000', '201613.652000', '201613.655000', '201613.657000', '201613.660000', '201613.662000', '201613.665000', '201613.668000', '201613.670000', '201613.673000', '201613.675000', '201613.678000', '201613.680000', '201613.683000', '201613.686000', '201613.688000', '201613.691000', '201613.693000', '201613.696000', '201613.698000', '201613.701000', '201613.704000', '201613.706000', '201613.709000', '201613.711000', '201613.714000', '201613.716000', '201613.719000', '201613.722000', '201613.725000', '201613.728000', '201613.731000', '201613.734000', '201633.623000', '201633.626000', '201633.629000', '201633.631000', '201633.634000', '201633.637000', '201633.639000', '201633.642000', '201633.644000', '201633.647000', '201633.650000', '201633.652000', '201633.655000', '201633.657000', '201633.662000', '201633.665000', '201633.667000', '201633.670000', '201633.673000', '201633.675000', '201633.678000', '201633.680000', '201633.683000', '201633.686000', '201633.688000', '201633.691000', '201633.693000', '201633.696000', '201633.698000', '201633.701000', '201633.704000', '201633.706000', '201633.709000', '201633.711000', '201633.714000', '201633.716000', '201633.719000', '201633.722000', '201633.724000', '201633.727000', '201633.729000', '201633.732000', '201633.734000', '201633.737000', '201653.625000', '201653.627000', '201653.630000', '201653.633000', '201653.635000', '201653.638000', '201653.641000', '201653.643000', '201653.646000', '201653.648000', '201653.651000', '201653.653000', '201653.656000', '201653.659000', '201653.661000', '201653.664000', '201653.666000', '201653.669000', '201653.671000', '201653.674000', '201653.676000', '201653.679000', '201653.682000', '201653.684000', '201653.687000', '201653.689000', '201653.692000', '201653.694000', '201653.697000', '201653.699000', '201653.702000', '201653.705000', '201653.707000', '201653.710000', '201653.712000', '201653.715000', '201653.717000', '201653.720000', '201653.723000', '201653.725000', '201653.728000', '201653.730000', '201653.733000', '201713.624000', '201713.627000', '201713.630000', '201713.633000', '201713.635000', '201713.638000', '201713.640000', '201713.643000', '201713.646000', '201713.648000', '201713.651000', '201713.653000', '201713.656000', '201713.658000', '201713.661000', '201713.664000', '201713.666000', '201713.669000', '201713.671000', '201713.674000', '201713.677000', '201713.679000', '201713.682000', '201713.684000', '201713.687000', '201713.689000', '201713.692000', '201713.695000', '201713.698000', '201713.700000', '201713.703000', '201713.706000', '201713.708000', '201713.711000', '201713.713000', '201713.716000', '201713.719000', '201713.721000', '201713.724000', '201713.726000', '201713.729000', '201713.731000', '201713.734000', '201713.737000', '201733.624000', '201733.626000', '201733.629000', '201733.632000', '201733.634000', '201733.637000', '201733.640000', '201733.642000', '201733.645000', '201733.647000', '201733.650000', '201733.653000', '201733.655000', '201733.658000', '201733.660000', '201733.663000', '201733.665000', '201733.668000', '201733.671000', '201733.673000', '201733.676000', '201733.679000', '201733.681000', '201733.684000', '201733.686000', '201733.689000', '201733.692000', '201733.694000', '201733.697000', '201733.699000', '201733.702000', '201733.705000', '201733.707000', '201733.710000', '201733.712000', '201733.715000', '201733.718000', '201733.720000', '201733.723000', '201733.725000', '201733.728000', '201733.731000', '201733.733000', '201753.623000', '201753.626000', '201753.629000', '201753.632000', '201753.634000', '201753.637000', '201753.639000', '201753.642000', '201753.645000', '201753.647000', '201753.650000', '201753.652000', '201753.655000', '201753.657000', '201753.660000', '201753.663000', '201753.665000', '201753.668000', '201753.670000', '201753.673000', '201753.675000', '201753.678000', '201753.681000', '201753.683000', '201753.686000', '201753.688000', '201753.691000', '201753.693000', '201753.696000', '201753.699000', '201753.701000', '201753.704000', '201753.706000', '201753.709000', '201753.712000', '201753.714000', '201753.720000', '201753.723000', '201753.726000', '201753.728000', '201753.731000', '201753.733000', '201753.736000', '201753.738000', '201813.623000', '201813.626000', '201813.629000', '201813.631000', '201813.634000', '201813.637000', '201813.639000', '201813.642000', '201813.644000', '201813.647000', '201813.650000', '201813.652000', '201813.655000', '201813.657000', '201813.660000', '201813.663000', '201813.665000', '201813.668000', '201813.670000', '201813.673000', '201813.676000', '201813.678000', '201813.681000', '201813.683000', '201813.686000', '201813.688000', '201813.691000', '201813.694000', '201813.696000', '201813.699000', '201813.701000', '201813.713000', '201813.716000', '201813.718000', '201813.721000', '201813.724000', '201813.726000', '201813.729000', '201813.731000', '201813.734000', '201813.736000', '201813.739000', '201813.742000', '201833.624000', '201833.626000', '201833.629000', '201833.632000', '201833.634000', '201833.637000', '201833.640000', '201833.642000', '201833.645000', '201833.648000', '201833.650000', '201833.653000', '201833.655000', '201833.658000', '201833.661000', '201833.663000', '201833.666000', '201833.668000', '201833.671000', '201833.674000', '201833.676000', '201833.679000', '201833.681000', '201833.684000', '201833.686000', '201833.690000', '201833.692000', '201833.695000', '201833.698000', '201833.700000', '201833.703000', '201833.706000', '201833.708000', '201833.711000', '201833.713000', '201833.716000', '201833.719000', '201833.721000', '201833.724000', '201833.726000', '201833.729000', '201833.731000', '201833.734000', '201853.623000', '201853.626000', '201853.629000', '201853.632000', '201853.634000', '201853.637000', '201853.639000', '201853.642000', '201853.644000', '201853.647000', '201853.650000', '201853.652000', '201853.655000', '201853.657000', '201853.660000', '201853.662000', '201853.665000', '201853.668000', '201853.670000', '201853.673000', '201853.675000', '201853.678000', '201853.680000', '201853.683000', '201853.686000', '201853.688000', '201853.691000', '201853.693000', '201853.696000', '201853.698000', '201853.701000', '201853.704000', '201853.706000', '201853.709000', '201853.712000', '201853.714000', '201853.717000', '201853.719000', '201853.722000', '201853.724000', '201853.727000', '201853.729000', '201853.732000', '201853.735000', '201913.624000', '201913.627000', '201913.630000', '201913.633000', '201913.635000', '201913.638000', '201913.640000', '201913.643000', '201913.646000', '201913.648000', '201913.651000', '201913.653000', '201913.656000', '201913.659000', '201913.661000', '201913.664000', '201913.666000', '201913.669000', '201913.672000', '201913.674000', '201913.677000', '201913.679000', '201913.682000', '201913.684000', '201913.687000', '201913.690000', '201913.692000', '201913.695000', '201913.697000', '201913.700000', '201913.703000', '201913.705000', '201913.708000', '201913.710000', '201913.713000', '201913.715000', '201913.718000', '201913.720000', '201913.723000', '201913.726000', '201913.728000', '201913.731000', '201913.733000', '201913.736000', '201933.625000', '201933.627000', '201933.630000', '201933.633000', '201933.635000', '201933.638000', '201933.640000', '201933.643000', '201933.645000', '201933.648000', '201933.650000', '201933.653000', '201933.656000', '201933.658000', '201933.661000', '201933.665000', '201933.668000', '201933.670000', '201933.673000', '201933.675000', '201933.678000', '201933.681000', '201933.683000', '201933.686000', '201933.688000', '201933.691000', '201933.693000', '201933.696000', '201933.699000', '201933.701000', '201933.704000', '201933.706000', '201933.709000', '201933.712000', '201933.714000', '201933.717000', '201933.719000', '201933.722000', '201933.725000', '201933.727000', '201933.730000', '201933.732000', '201933.757000', '201953.624000', '201953.627000', '201953.631000', '201953.634000', '201953.636000', '201953.639000', '201953.642000', '201953.644000', '201953.647000', '201953.649000', '201953.652000', '201953.655000', '201953.657000', '201953.660000', '201953.662000', '201953.665000', '201953.668000', '201953.670000', '201953.673000', '201953.675000', '201953.678000', '201953.680000', '201953.683000', '201953.686000', '201953.688000', '201953.691000', '201953.693000', '201953.696000', '201953.699000', '201953.701000', '201953.704000', '201953.706000', '201953.709000', '201953.711000', '201953.714000', '201953.717000', '201953.719000', '201953.722000', '201953.724000', '201953.727000', '201953.729000', '201953.732000', '201953.735000', '202013.624000', '202013.626000', '202013.629000', '202013.632000', '202013.634000', '202013.637000', '202013.639000', '202013.642000', '202013.644000', '202013.647000', '202013.650000', '202013.652000', '202013.655000', '202013.657000', '202013.660000', '202013.663000', '202013.665000', '202013.668000', '202013.670000', '202013.673000', '202013.675000', '202013.678000', '202013.680000', '202013.683000', '202013.686000', '202013.688000', '202013.691000', '202013.693000', '202013.696000', '202013.698000', '202013.701000', '202013.704000', '202013.706000', '202013.709000', '202013.711000', '202013.714000', '202013.716000', '202013.719000', '202013.722000', '202013.724000', '202013.727000', '202013.729000', '202013.732000', '202013.734000', '202033.623000', '202033.626000', '202033.629000', '202033.631000', '202033.634000', '202033.637000', '202033.639000', '202033.642000', '202033.644000', '202033.647000', '202033.649000', '202033.652000', '202033.655000', '202033.657000', '202033.660000', '202033.662000', '202033.665000', '202033.668000', '202033.670000', '202033.673000', '202033.675000', '202033.678000', '202033.681000', '202033.683000', '202033.686000', '202033.688000', '202033.691000', '202033.694000', '202033.696000', '202033.699000', '202033.701000', '202033.704000', '202033.707000', '202033.709000', '202033.712000', '202033.714000', '202033.717000', '202033.720000', '202033.722000', '202033.725000', '202033.727000', '202033.730000', '202033.732000', '202053.623000', '202053.626000', '202053.629000', '202053.632000', '202053.634000', '202053.637000', '202053.639000', '202053.642000', '202053.644000', '202053.647000', '202053.650000', '202053.653000', '202053.655000', '202053.658000', '202053.660000', '202053.663000', '202053.666000', '202053.668000', '202053.671000', '202053.673000', '202053.676000', '202053.678000', '202053.681000', '202053.684000', '202053.686000', '202053.689000', '202053.691000', '202053.694000', '202053.696000', '202053.699000', '202053.702000', '202053.704000', '202053.707000', '202053.709000', '202053.712000', '202053.714000', '202053.717000', '202053.720000', '202053.722000', '202053.725000', '202053.727000', '202053.730000', '202053.733000', '202053.735000', '202113.623000', '202113.626000', '202113.629000', '202113.632000', '202113.634000', '202113.637000', '202113.639000', '202113.642000', '202113.645000', '202113.647000', '202113.650000', '202113.652000', '202113.655000', '202113.658000', '202113.660000', '202113.663000', '202113.665000', '202113.669000', '202113.672000', '202113.674000', '202113.677000', '202113.679000', '202113.682000', '202113.685000', '202113.688000', '202113.691000', '202113.693000', '202113.696000', '202113.698000', '202113.701000', '202113.703000', '202113.706000', '202113.709000', '202113.711000', '202113.714000', '202113.716000', '202113.719000', '202113.722000', '202113.724000', '202113.727000', '202113.730000', '202113.732000', '202113.735000', '202133.625000', '202133.627000', '202133.630000', '202133.633000', '202133.635000', '202133.638000', '202133.640000', '202133.643000', '202133.646000', '202133.648000', '202133.651000', '202133.653000', '202133.656000', '202133.659000', '202133.661000', '202133.664000', '202133.666000', '202133.669000', '202133.672000', '202133.674000', '202133.677000', '202133.679000', '202133.682000', '202133.685000', '202133.687000', '202133.690000', '202133.692000', '202133.695000', '202133.698000', '202133.700000', '202133.703000', '202133.705000', '202133.708000', '202133.710000', '202133.713000', '202133.716000', '202133.718000', '202133.721000', '202133.723000', '202133.726000', '202133.729000', '202133.731000', '202133.734000', '202133.736000', '202153.624000', '202153.627000', '202153.629000', '202153.632000', '202153.634000', '202153.637000', '202153.639000', '202153.642000', '202153.645000', '202153.647000', '202153.650000', '202153.652000', '202153.655000', '202153.657000', '202153.660000', '202153.663000', '202153.665000', '202153.668000', '202153.670000', '202153.673000', '202153.675000', '202153.678000', '202153.681000', '202153.684000', '202153.687000', '202153.690000', '202153.692000', '202153.695000', '202153.698000', '202153.700000', '202153.703000', '202153.705000', '202153.708000', '202153.710000', '202153.713000', '202153.715000', '202153.718000', '202153.721000', '202153.723000', '202153.726000', '202153.728000', '202153.731000', '202153.733000', '202213.623000', '202213.626000', '202213.629000', '202213.632000', '202213.634000', '202213.637000', '202213.639000', '202213.642000', '202213.645000', '202213.647000', '202213.650000', '202213.652000', '202213.655000', '202213.658000', '202213.660000', '202213.663000', '202213.665000', '202213.668000', '202213.670000', '202213.673000', '202213.675000', '202213.678000', '202213.681000', '202213.683000', '202213.686000', '202213.688000', '202213.691000', '202213.694000', '202213.696000', '202213.699000', '202213.701000', '202213.704000', '202213.707000', '202213.709000', '202213.712000', '202213.714000', '202213.717000', '202213.720000', '202213.722000', '202213.725000', '202213.727000', '202213.730000', '202213.733000', '202213.735000', '202233.624000', '202233.626000', '202233.629000', '202233.632000', '202233.634000', '202233.637000', '202233.640000', '202233.642000', '202233.645000', '202233.647000', '202233.650000', '202233.652000', '202233.655000', '202233.658000', '202233.660000', '202233.663000', '202233.665000', '202233.668000', '202233.671000', '202233.673000', '202233.676000', '202233.679000', '202233.681000', '202233.684000', '202233.686000', '202233.689000', '202233.692000', '202233.694000', '202233.697000', '202233.700000', '202233.703000', '202233.706000', '202233.710000', '202233.712000', '202233.715000', '202233.718000', '202233.720000', '202233.723000', '202233.726000', '202233.728000', '202233.731000', '202233.733000', '202233.736000', '202246.061000', '202246.064000', '202246.067000', '202246.070000', '202246.073000', '202246.075000', '202246.081000', '202246.084000', '202246.086000', '202246.089000', '202246.092000', '202246.094000', '202246.097000', '202246.100000', '202246.103000', '202246.105000', '202246.108000', '202246.111000', '202246.114000', '202246.117000', '202246.119000', '202246.122000', '202246.125000', '202246.127000', '202246.130000', '202246.132000', '202246.135000', '202246.138000'], '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': [9473, 11549, 8222, 10590, 8088, 10315, 7131, 9375, 9740, 9073, 11459, 8762, 11069, 8126, 10666, 7579, 10127, 7618, 9767, 10634, 8576, 11413, 8279, 11436, 8040, 11207, 7286, 9898, 7577, 9338, 11134, 9524, 11675, 8687, 11278, 7799, 10570, 10654, 9665, 12605, 9786, 11674, 8729, 11164, 7849, 10448, 8567, 9482, 12401, 9733, 11793, 8307, 10866, 8320, 9259, 10921, 8145, 11659, 8424, 10924, 8196, 9788, 7215, 9438, 8305, 8756, 12004, 8234, 11198, 8882, 10563, 7564, 9582, 7914, 8641, 12004, 8662, 11247, 8829, 10417, 7358, 9122, 7263, 9268, 8477, 9137, 11569, 8347, 11472, 8455, 10651, 7637, 9923, 8177, 9421, 11273, 8193, 10916, 8377, 10927, 8255, 10148, 7158, 9548, 8238, 8664, 12077, 8931, 11676, 8379, 10739, 7523, 9578, 11826, 8643, 12163, 8873, 11368, 7942, 9979, 7546, 9168, 10317, 8366, 12180, 8520, 10908, 7782, 9600, 7519, 8840, 12249, 9340, 11310, 8161, 10223, 7799, 9612, 11388, 8402, 12313, 8899, 10752, 8140, 9790, 7291, 9582, 7636, 9312, 11089, 8710, 11565, 8576, 11510, 8593, 11554, 8427, 12408, 8252, 10641, 7824, 10279, 9968, 9511, 10967, 8932, 8837, 7955, 9364, 9148, 11242, 9410, 10585, 9203, 8703, 9582, 8405, 9499, 8002, 9742, 7269, 9949, 7347, 10085, 8087, 10311, 7811, 10614, 7932, 10439, 7941, 10414, 7790, 10451, 11574, 9938, 12564, 9035, 11781, 9040, 10612, 7735, 9848, 7730, 9771, 7369, 9112, 11106, 8536, 11317, 8181, 9742, 7714, 9539, 9128, 8655, 12398, 8240, 9829, 7308, 9866, 9538, 9065, 12471, 8658, 9954, 8021, 9884, 7479, 9599, 7184, 9544, 9856, 8480, 11345, 8823, 10918, 7805, 10005, 9083, 9255, 12346, 9347, 11507, 9055, 10363, 7708, 10016, 9390, 9350, 12343, 9479, 11134, 8060, 9836, 7604, 9804, 7605, 9432, 10160, 9442, 12876, 8559, 11161, 8413, 10097, 7548, 9766, 8333, 9809, 12492, 8720, 10759, 8661, 10023, 7885, 9804, 11667, 8509, 10644, 8057, 9999, 7329, 9576, 7755, 9109, 12007, 7936, 10650, 7904, 9811, 8101, 9224, 12203, 8200, 11043, 7969, 10070, 8142, 9345, 11544, 8623, 11800, 7763, 10296, 7936, 9171, 8225, 10521, 6877, 9399, 8014, 9974, 8422, 11135, 8233, 11625, 9383, 12561, 8717, 11134, 8676, 11218, 8998, 11426, 8348, 11303, 8390, 10508, 8197, 10358, 8482, 10210, 7591, 10076, 7926, 9562, 7609, 9622, 10224, 9156, 11942, 9221, 11584, 8552, 10626, 8243, 10657, 7897, 10254, 7498, 9926, 7389, 9542, 7386, 9696, 7323, 9550, 9044, 8693, 11931, 8852, 11079, 8199, 10902, 7354, 9825, 8356, 8731, 12432, 9292, 11775, 8842, 11184, 7725, 10054, 7228, 9774, 7251, 9955, 10542, 9150, 12328, 9271, 11670, 7925, 11047, 9063, 10331, 11466, 9680, 12747, 9050, 11684, 8776, 11304, 7820, 10360, 7319, 9569, 11126, 8520, 12704, 9357, 10977, 8143, 10050, 10287, 8307, 11266, 8382, 10684, 7813, 9978, 7007, 9087, 11815, 7945, 10227, 7479, 9473, 8599, 8678, 11868, 8508, 10944, 7902, 10632, 7475, 9512, 10469, 8446, 12003, 8558, 11155, 7345, 9713, 7753, 9261, 12667, 9020, 11513, 8303, 10467, 7570, 9144, 12149, 9044, 11660, 8530, 10442, 7545, 9406, 11974, 8375, 11485, 8188, 11186, 7710, 10222, 7199, 9539, 11615, 8485, 12457, 8039, 10356, 8744, 8686, 12203, 8346, 10874, 7487, 9694, 7138, 9668, 7424, 8976, 10876, 8035, 11727, 8488, 10702, 7654, 9923, 7522, 9788, 7678, 9867, 7290, 9958, 7239, 9464, 10630, 9061, 12337, 9330, 11542, 8359, 10703, 7821, 10307, 7513, 10052, 7263, 9948, 9927, 9065, 11957, 8505, 10996, 8674, 10527, 7096, 9660, 7384, 9671, 11215, 8394, 12180, 8539, 11014, 7658, 9907, 7689, 9245, 11264, 8768, 11974, 8167, 11103, 8055, 10094, 7420, 9756, 7207, 9362, 8523, 9074, 12249, 8396, 11265, 9195, 11462, 7628, 10438, 7712, 9759, 9197, 9171, 11857, 8621, 11932, 8137, 10512, 7354, 10109, 7162, 9699, 9774, 7981, 11284, 8198, 10203, 7275, 9874, 8199, 10102, 11356, 7835, 10695, 8010, 10675, 7495, 9751, 7280, 9828, 7290, 9476, 10733, 8361, 10951, 7574, 10158, 8056, 9416, 12261, 8511, 10382, 7622, 9903, 9426, 9432, 12280, 8641, 10949, 7730, 10040, 7256, 10051, 7478, 9529, 11849, 8352, 10760, 8256, 10354, 7573, 10006, 8108, 9720, 11001, 8802, 11855, 8732, 11042, 7704, 9725, 6914, 9852, 9831, 8653, 12076, 8457, 10319, 7755, 9885, 7078, 9732, 7690, 9282, 11423, 8161, 10474, 7729, 9915, 7289, 9931, 7417, 9819, 10535, 8856, 11628, 8872, 10951, 8833, 10227, 7201, 9644, 7058, 9696, 9541, 9224, 11931, 8853, 11396, 8266, 10630, 7469, 10167, 11174, 9188, 12505, 8458, 10387, 7695, 10013, 7075, 9792, 7869, 8754, 9756, 7963, 11000, 8008, 10275, 7425, 9961, 7278, 9712, 11801, 8339, 10832, 8158, 10241, 7578, 9525, 11015, 8338, 10939, 8046, 10402, 7745, 10681, 7306, 9452, 7676, 8749, 9543, 8389, 10544, 8252, 8648, 8257, 7471, 10436, 7408, 10391, 9340, 9761, 13230, 9014, 12232, 9203, 11853, 8803, 11749, 8369, 12124, 8107, 10289, 8514, 8663, 9010, 8673, 9267, 8461, 9470, 8473, 9338, 9398, 9881, 11084, 9113, 12795, 8804, 11427, 8575, 10441, 8314, 9729, 7934, 10110, 7473, 9528, 7190, 9435, 7443, 9529, 7263, 9641, 7256, 9816, 7584, 9293, 11161, 9212, 12641, 8466, 10917, 8062, 10486, 7983, 9990, 7646, 10309, 7516, 10318, 7777, 10010, 7922, 9925, 7596, 9828, 7863, 9136, 11626, 8633, 11027, 8279, 10040, 7761, 9332, 11815, 8750, 12393, 8810, 11425, 7850, 10347, 7607, 9578, 7630, 10123, 7328, 9802, 7545, 8904, 12469, 9202, 11127, 8339, 10308, 7270, 9326, 7328, 9507, 7592, 10794, 7351, 10177, 8831, 9611, 12776, 10133, 12491, 9528, 11136, 8032, 9935, 7986, 9514, 11426, 9207, 12566, 8482, 10649, 8073, 10286, 7987, 10133, 7590, 9952, 7065, 9477, 8078, 9215, 12982, 9108, 11343, 8712, 9945, 7470, 9591, 9318, 9252, 8211, 9148, 7218, 8910, 10965, 8366, 12321, 8224, 10485, 7728, 9556, 7690, 8766, 12838, 8389, 10736, 7791, 9840, 7272, 8926, 12539, 8610, 10671, 7467, 10103, 6703, 9086, 12940, 8383, 10102, 7315, 9765, 7268, 8999, 11930, 8205, 10083, 8284, 10115, 7442, 9538, 12191, 8711, 10969, 8079, 10144, 7894, 9391, 12688, 8683, 10801, 8096, 9611, 9723, 8951, 12589, 8752, 11096, 7867, 10312, 7689, 9323, 12267, 8508, 10806, 8664, 9890, 7347, 8840, 12765, 8442, 10452, 8225, 9436, 13399, 8818, 10566, 7120, 9207, 6850, 8629, 10418, 8295, 11657, 7838, 10170, 7516, 9402, 11480, 8678, 11810, 8847, 10426, 7736, 9604, 12701, 8606, 10668, 8067, 9405, 10619, 8906, 12334, 7872, 10056, 8293, 9114, 12957, 9007, 10969, 7268, 9956, 7061, 9526, 8384, 9163, 11512, 8574, 11497, 8278, 9988, 7651, 9625, 7492, 10194, 7747, 9503, 11827, 8931, 10754, 8241, 10459, 7828, 9579, 13046, 9172, 10868, 8757, 10075, 7548, 9904, 7695, 8630, 12008, 8634, 10915, 7485, 10366, 6963, 9030, 12337, 9337, 11029, 7659, 10030, 7727, 9285, 12652, 8703, 10942, 8516, 10275, 7659, 10039, 7348, 9180, 13100, 9114, 10926, 7804, 9929, 7483, 9694, 7826, 9453, 11524, 9305, 11943, 8500, 10228, 7642, 10063, 8013, 10784, 7921, 10238, 7412, 9695, 12935, 9887, 11391, 9198, 10586, 8064, 10075, 11004, 8853, 12099, 9143, 10486, 7806, 10051, 7648, 8898, 13097, 9520, 11375, 8335, 10648, 7188, 10392, 7720, 9857, 11764, 9628, 12246, 7716, 11679, 13158, 15208, 12200, 9291, 8154, 9525, 8886, 9214, 8357, 7179, 9973, 7859, 11203, 8241, 10963, 8545, 11134, 8987, 11127, 8627, 7107, 8981, 6908, 10168, 7922, 11562, 8305, 11494, 9394, 10931, 9394, 10179, 8368, 10603, 8137, 11751, 8742, 12594, 8678, 9528, 9018, 7659, 9643, 12698, 10007, 12530, 9489, 10810, 8223, 9985, 6907, 9400, 10808, 8516, 10955, 8003, 9951, 7177, 9642, 6550, 8852, 10030, 8615, 11886, 8107, 10065, 7421, 9978, 7316, 8974, 12284, 8533, 10482, 7839, 9996, 7535, 9491, 9552, 8415, 12127, 8433, 10462, 7426, 9521, 7054, 9162, 10814, 8342, 11100, 8126, 9916, 7516, 9667], 'WindowCenter': [3796.0, 3803.0, 3759.0, 3777.0, 3756.0, 3777.0, 3735.0, 3766.0, 3766.0, 3756.0, 3775.0, 3754.0, 3774.0, 3744.0, 3763.0, 3732.0, 3764.0, 3743.0, 3765.0, 3775.0, 3754.0, 3775.0, 3754.0, 3775.0, 3755.0, 3776.0, 3743.0, 3777.0, 3745.0, 3767.0, 3777.0, 3767.0, 3787.0, 3755.0, 3776.0, 3742.0, 3776.0, 3764.0, 3764.0, 3785.0, 3763.0, 3773.0, 3752.0, 3774.0, 3741.0, 3764.0, 3751.0, 3762.0, 3783.0, 3752.0, 3773.0, 3741.0, 3762.0, 3739.0, 3750.0, 3760.0, 3729.0, 3759.0, 3737.0, 3759.0, 3739.0, 3750.0, 3728.0, 3749.0, 3739.0, 3752.0, 3771.0, 3740.0, 3761.0, 3750.0, 3762.0, 3730.0, 3752.0, 3739.0, 3741.0, 3772.0, 3751.0, 3773.0, 3752.0, 3763.0, 3729.0, 3752.0, 3731.0, 3752.0, 3740.0, 3754.0, 3773.0, 3741.0, 3773.0, 3741.0, 3763.0, 3729.0, 3762.0, 3739.0, 3751.0, 3761.0, 3740.0, 3773.0, 3742.0, 3761.0, 3740.0, 3763.0, 3720.0, 3763.0, 3741.0, 3752.0, 3784.0, 3753.0, 3774.0, 3742.0, 3763.0, 3730.0, 3752.0, 3773.0, 3739.0, 3772.0, 3751.0, 3760.0, 3728.0, 3750.0, 3728.0, 3751.0, 3760.0, 3740.0, 3771.0, 3751.0, 3773.0, 3730.0, 3751.0, 3730.0, 3753.0, 3772.0, 3751.0, 3771.0, 3740.0, 3762.0, 3729.0, 3751.0, 3760.0, 3739.0, 3771.0, 3739.0, 3760.0, 3728.0, 3750.0, 3730.0, 3762.0, 3742.0, 3764.0, 3774.0, 3754.0, 3773.0, 3767.0, 3788.0, 3755.0, 3775.0, 3754.0, 3786.0, 3740.0, 3775.0, 3728.0, 3750.0, 3737.0, 3738.0, 3746.0, 3724.0, 3750.0, 3729.0, 3736.0, 3736.0, 3745.0, 3737.0, 3746.0, 3735.0, 3723.0, 3735.0, 3724.0, 3734.0, 3726.0, 3748.0, 3715.0, 3747.0, 3717.0, 3748.0, 3728.0, 3749.0, 3729.0, 3761.0, 3729.0, 3761.0, 3729.0, 3751.0, 3729.0, 3748.0, 3757.0, 3736.0, 3758.0, 3724.0, 3745.0, 3724.0, 3746.0, 3714.0, 3736.0, 3713.0, 3746.0, 3714.0, 3737.0, 3758.0, 3737.0, 3759.0, 3738.0, 3749.0, 3725.0, 3750.0, 3738.0, 3738.0, 3770.0, 3738.0, 3749.0, 3716.0, 3748.0, 3748.0, 3738.0, 3768.0, 3738.0, 3760.0, 3740.0, 3761.0, 3730.0, 3753.0, 3730.0, 3765.0, 3764.0, 3754.0, 3774.0, 3753.0, 3776.0, 3731.0, 3764.0, 3752.0, 3754.0, 3773.0, 3751.0, 3762.0, 3740.0, 3750.0, 3729.0, 3762.0, 3750.0, 3750.0, 3772.0, 3750.0, 3760.0, 3729.0, 3750.0, 3730.0, 3750.0, 3728.0, 3750.0, 3760.0, 3750.0, 3770.0, 3740.0, 3761.0, 3740.0, 3751.0, 3728.0, 3750.0, 3739.0, 3751.0, 3772.0, 3740.0, 3760.0, 3738.0, 3749.0, 3727.0, 3749.0, 3758.0, 3737.0, 3748.0, 3727.0, 3749.0, 3716.0, 3749.0, 3728.0, 3740.0, 3771.0, 3729.0, 3762.0, 3729.0, 3751.0, 3729.0, 3750.0, 3772.0, 3740.0, 3760.0, 3729.0, 3750.0, 3715.0, 3739.0, 3759.0, 3726.0, 3759.0, 3727.0, 3747.0, 3728.0, 3749.0, 3742.0, 3763.0, 3723.0, 3751.0, 3743.0, 3765.0, 3755.0, 3776.0, 3755.0, 3775.0, 3753.0, 3772.0, 3742.0, 3761.0, 3730.0, 3761.0, 3738.0, 3759.0, 3727.0, 3748.0, 3727.0, 3749.0, 3727.0, 3747.0, 3726.0, 3747.0, 3717.0, 3748.0, 3728.0, 3749.0, 3728.0, 3750.0, 3749.0, 3750.0, 3760.0, 3738.0, 3759.0, 3727.0, 3747.0, 3729.0, 3747.0, 3726.0, 3749.0, 3717.0, 3749.0, 3729.0, 3751.0, 3730.0, 3750.0, 3729.0, 3751.0, 3751.0, 3741.0, 3773.0, 3752.0, 3772.0, 3741.0, 3762.0, 3718.0, 3751.0, 3740.0, 3741.0, 3770.0, 3752.0, 3771.0, 3751.0, 3772.0, 3731.0, 3764.0, 3732.0, 3764.0, 3731.0, 3765.0, 3775.0, 3754.0, 3785.0, 3763.0, 3774.0, 3730.0, 3763.0, 3740.0, 3751.0, 3761.0, 3750.0, 3770.0, 3739.0, 3760.0, 3739.0, 3761.0, 3730.0, 3762.0, 3729.0, 3751.0, 3773.0, 3741.0, 3773.0, 3751.0, 3761.0, 3728.0, 3766.0, 3761.0, 3741.0, 3761.0, 3739.0, 3760.0, 3728.0, 3751.0, 3719.0, 3752.0, 3785.0, 3742.0, 3776.0, 3731.0, 3764.0, 3754.0, 3753.0, 3774.0, 3752.0, 3763.0, 3730.0, 3762.0, 3730.0, 3751.0, 3761.0, 3742.0, 3772.0, 3740.0, 3762.0, 3728.0, 3751.0, 3728.0, 3751.0, 3784.0, 3751.0, 3772.0, 3741.0, 3763.0, 3729.0, 3750.0, 3773.0, 3751.0, 3762.0, 3738.0, 3749.0, 3716.0, 3739.0, 3759.0, 3727.0, 3758.0, 3727.0, 3759.0, 3728.0, 3750.0, 3717.0, 3750.0, 3771.0, 3739.0, 3770.0, 3728.0, 3750.0, 3740.0, 3726.0, 3759.0, 3739.0, 3747.0, 3716.0, 3748.0, 3716.0, 3749.0, 3718.0, 3750.0, 3759.0, 3728.0, 3769.0, 3741.0, 3760.0, 3742.0, 3762.0, 3742.0, 3761.0, 3730.0, 3762.0, 3730.0, 3763.0, 3730.0, 3763.0, 3762.0, 3751.0, 3771.0, 3752.0, 3761.0, 3739.0, 3760.0, 3730.0, 3762.0, 3718.0, 3751.0, 3717.0, 3750.0, 3749.0, 3740.0, 3773.0, 3739.0, 3760.0, 3739.0, 3762.0, 3731.0, 3751.0, 3729.0, 3752.0, 3761.0, 3739.0, 3772.0, 3739.0, 3760.0, 3728.0, 3762.0, 3730.0, 3750.0, 3760.0, 3740.0, 3773.0, 3739.0, 3759.0, 3728.0, 3750.0, 3717.0, 3750.0, 3718.0, 3750.0, 3740.0, 3751.0, 3772.0, 3741.0, 3762.0, 3751.0, 3761.0, 3729.0, 3761.0, 3729.0, 3751.0, 3738.0, 3749.0, 3760.0, 3738.0, 3759.0, 3726.0, 3759.0, 3717.0, 3749.0, 3716.0, 3750.0, 3749.0, 3728.0, 3760.0, 3739.0, 3750.0, 3717.0, 3750.0, 3742.0, 3764.0, 3760.0, 3729.0, 3749.0, 3742.0, 3763.0, 3731.0, 3751.0, 3732.0, 3763.0, 3730.0, 3751.0, 3762.0, 3741.0, 3762.0, 3730.0, 3763.0, 3729.0, 3751.0, 3772.0, 3741.0, 3762.0, 3729.0, 3750.0, 3749.0, 3751.0, 3770.0, 3738.0, 3758.0, 3728.0, 3761.0, 3730.0, 3762.0, 3730.0, 3751.0, 3771.0, 3740.0, 3761.0, 3738.0, 3762.0, 3727.0, 3750.0, 3729.0, 3750.0, 3761.0, 3738.0, 3758.0, 3727.0, 3759.0, 3727.0, 3738.0, 3716.0, 3749.0, 3749.0, 3738.0, 3770.0, 3738.0, 3749.0, 3727.0, 3749.0, 3730.0, 3750.0, 3729.0, 3765.0, 3772.0, 3741.0, 3762.0, 3742.0, 3763.0, 3730.0, 3763.0, 3730.0, 3762.0, 3762.0, 3751.0, 3772.0, 3740.0, 3762.0, 3751.0, 3750.0, 3729.0, 3750.0, 3730.0, 3762.0, 3750.0, 3751.0, 3772.0, 3751.0, 3772.0, 3740.0, 3762.0, 3728.0, 3761.0, 3760.0, 3749.0, 3770.0, 3728.0, 3748.0, 3729.0, 3750.0, 3717.0, 3760.0, 3729.0, 3740.0, 3750.0, 3740.0, 3773.0, 3742.0, 3762.0, 3731.0, 3762.0, 3730.0, 3752.0, 3771.0, 3741.0, 3761.0, 3729.0, 3750.0, 3727.0, 3749.0, 3748.0, 3727.0, 3760.0, 3728.0, 3760.0, 3729.0, 3765.0, 3731.0, 3764.0, 3728.0, 3752.0, 3750.0, 3726.0, 3759.0, 3726.0, 3726.0, 3726.0, 3730.0, 3774.0, 3730.0, 3763.0, 3763.0, 3751.0, 3771.0, 3737.0, 3757.0, 3735.0, 3744.0, 3723.0, 3743.0, 3711.0, 3741.0, 3699.0, 3731.0, 3710.0, 3710.0, 3710.0, 3710.0, 3720.0, 3709.0, 3720.0, 3709.0, 3719.0, 3719.0, 3719.0, 3730.0, 3710.0, 3742.0, 3709.0, 3730.0, 3709.0, 3729.0, 3709.0, 3731.0, 3727.0, 3744.0, 3715.0, 3735.0, 3716.0, 3748.0, 3716.0, 3747.0, 3716.0, 3748.0, 3715.0, 3747.0, 3725.0, 3750.0, 3759.0, 3736.0, 3769.0, 3726.0, 3756.0, 3725.0, 3745.0, 3726.0, 3745.0, 3727.0, 3760.0, 3741.0, 3761.0, 3743.0, 3778.0, 3758.0, 3780.0, 3744.0, 3777.0, 3740.0, 3749.0, 3760.0, 3751.0, 3759.0, 3727.0, 3764.0, 3756.0, 3766.0, 3786.0, 3752.0, 3771.0, 3749.0, 3770.0, 3739.0, 3759.0, 3739.0, 3748.0, 3729.0, 3762.0, 3729.0, 3762.0, 3729.0, 3750.0, 3771.0, 3750.0, 3786.0, 3741.0, 3762.0, 3730.0, 3751.0, 3729.0, 3764.0, 3742.0, 3774.0, 3731.0, 3764.0, 3751.0, 3751.0, 3772.0, 3763.0, 3773.0, 3751.0, 3761.0, 3729.0, 3749.0, 3726.0, 3749.0, 3758.0, 3737.0, 3759.0, 3736.0, 3746.0, 3725.0, 3746.0, 3726.0, 3749.0, 3728.0, 3749.0, 3718.0, 3751.0, 3729.0, 3752.0, 3772.0, 3739.0, 3759.0, 3738.0, 3748.0, 3715.0, 3749.0, 3736.0, 3735.0, 3726.0, 3735.0, 3716.0, 3738.0, 3759.0, 3739.0, 3769.0, 3738.0, 3761.0, 3728.0, 3750.0, 3727.0, 3738.0, 3771.0, 3726.0, 3759.0, 3715.0, 3748.0, 3716.0, 3736.0, 3768.0, 3727.0, 3747.0, 3715.0, 3746.0, 3704.0, 3738.0, 3770.0, 3726.0, 3749.0, 3716.0, 3750.0, 3716.0, 3739.0, 3770.0, 3739.0, 3750.0, 3738.0, 3751.0, 3718.0, 3752.0, 3771.0, 3739.0, 3761.0, 3728.0, 3751.0, 3728.0, 3751.0, 3772.0, 3740.0, 3761.0, 3728.0, 3750.0, 3749.0, 3750.0, 3771.0, 3740.0, 3771.0, 3741.0, 3763.0, 3730.0, 3752.0, 3773.0, 3753.0, 3774.0, 3740.0, 3763.0, 3730.0, 3751.0, 3771.0, 3739.0, 3761.0, 3728.0, 3739.0, 3770.0, 3737.0, 3748.0, 3715.0, 3749.0, 3705.0, 3739.0, 3759.0, 3739.0, 3772.0, 3730.0, 3764.0, 3730.0, 3753.0, 3772.0, 3741.0, 3773.0, 3751.0, 3763.0, 3729.0, 3751.0, 3772.0, 3739.0, 3751.0, 3727.0, 3751.0, 3760.0, 3739.0, 3771.0, 3727.0, 3749.0, 3726.0, 3738.0, 3770.0, 3739.0, 3747.0, 3716.0, 3748.0, 3716.0, 3748.0, 3737.0, 3749.0, 3769.0, 3740.0, 3770.0, 3740.0, 3760.0, 3730.0, 3751.0, 3729.0, 3764.0, 3742.0, 3763.0, 3773.0, 3751.0, 3762.0, 3740.0, 3764.0, 3730.0, 3750.0, 3771.0, 3737.0, 3747.0, 3736.0, 3749.0, 3727.0, 3749.0, 3727.0, 3738.0, 3769.0, 3737.0, 3760.0, 3716.0, 3759.0, 3717.0, 3750.0, 3771.0, 3749.0, 3760.0, 3729.0, 3750.0, 3727.0, 3749.0, 3769.0, 3737.0, 3759.0, 3737.0, 3748.0, 3726.0, 3748.0, 3716.0, 3749.0, 3769.0, 3738.0, 3759.0, 3727.0, 3750.0, 3728.0, 3750.0, 3728.0, 3762.0, 3772.0, 3751.0, 3773.0, 3753.0, 3762.0, 3741.0, 3763.0, 3741.0, 3774.0, 3741.0, 3763.0, 3730.0, 3764.0, 3784.0, 3763.0, 3772.0, 3751.0, 3763.0, 3740.0, 3762.0, 3773.0, 3752.0, 3771.0, 3750.0, 3762.0, 3729.0, 3761.0, 3741.0, 3751.0, 3784.0, 3763.0, 3773.0, 3752.0, 3773.0, 3731.0, 3762.0, 3729.0, 3763.0, 3800.0, 3778.0, 3785.0, 3742.0, 3785.0, 3813.0, 3814.0, 3801.0, 3766.0, 3757.0, 3764.0, 3765.0, 3765.0, 3753.0, 3730.0, 3763.0, 3740.0, 3761.0, 3741.0, 3759.0, 3738.0, 3759.0, 3738.0, 3760.0, 3740.0, 3720.0, 3750.0, 3731.0, 3762.0, 3743.0, 3774.0, 3754.0, 3773.0, 3752.0, 3761.0, 3752.0, 3761.0, 3740.0, 3761.0, 3741.0, 3772.0, 3741.0, 3773.0, 3739.0, 3736.0, 3725.0, 3714.0, 3738.0, 3757.0, 3734.0, 3745.0, 3721.0, 3731.0, 3698.0, 3718.0, 3686.0, 3707.0, 3729.0, 3708.0, 3730.0, 3708.0, 3731.0, 3700.0, 3733.0, 3689.0, 3723.0, 3733.0, 3724.0, 3757.0, 3724.0, 3747.0, 3714.0, 3747.0, 3715.0, 3737.0, 3757.0, 3726.0, 3746.0, 3724.0, 3747.0, 3714.0, 3747.0, 3747.0, 3726.0, 3768.0, 3737.0, 3758.0, 3729.0, 3750.0, 3729.0, 3764.0, 3772.0, 3741.0, 3773.0, 3753.0, 3764.0, 3741.0, 3763.0], 'WindowWidth': [8533.0, 8536.0, 8469.0, 8490.0, 8459.0, 8487.0, 8431.0, 8472.0, 8469.0, 8458.0, 8482.0, 8451.0, 8478.0, 8438.0, 8463.0, 8419.0, 8466.0, 8436.0, 8468.0, 8480.0, 8452.0, 8480.0, 8453.0, 8481.0, 8455.0, 8484.0, 8438.0, 8488.0, 8443.0, 8475.0, 8487.0, 8472.0, 8500.0, 8455.0, 8485.0, 8435.0, 8484.0, 8463.0, 8464.0, 8495.0, 8462.0, 8476.0, 8445.0, 8478.0, 8430.0, 8464.0, 8442.0, 8459.0, 8491.0, 8444.0, 8477.0, 8430.0, 8458.0, 8422.0, 8440.0, 8452.0, 8408.0, 8452.0, 8418.0, 8449.0, 8424.0, 8439.0, 8408.0, 8438.0, 8422.0, 8444.0, 8471.0, 8427.0, 8457.0, 8440.0, 8457.0, 8412.0, 8444.0, 8422.0, 8428.0, 8474.0, 8444.0, 8474.0, 8444.0, 8459.0, 8411.0, 8446.0, 8417.0, 8445.0, 8427.0, 8449.0, 8474.0, 8430.0, 8474.0, 8430.0, 8462.0, 8412.0, 8459.0, 8423.0, 8442.0, 8454.0, 8427.0, 8477.0, 8432.0, 8457.0, 8427.0, 8462.0, 8399.0, 8462.0, 8430.0, 8448.0, 8493.0, 8448.0, 8478.0, 8432.0, 8461.0, 8412.0, 8444.0, 8475.0, 8425.0, 8473.0, 8441.0, 8454.0, 8407.0, 8440.0, 8406.0, 8442.0, 8454.0, 8427.0, 8472.0, 8443.0, 8474.0, 8414.0, 8443.0, 8416.0, 8447.0, 8473.0, 8443.0, 8471.0, 8427.0, 8458.0, 8408.0, 8442.0, 8454.0, 8423.0, 8468.0, 8423.0, 8452.0, 8407.0, 8438.0, 8414.0, 8460.0, 8432.0, 8466.0, 8478.0, 8451.0, 8477.0, 8476.0, 8504.0, 8453.0, 8484.0, 8454.0, 8503.0, 8427.0, 8481.0, 8408.0, 8440.0, 8413.0, 8417.0, 8426.0, 8392.0, 8439.0, 8409.0, 8411.0, 8413.0, 8423.0, 8416.0, 8424.0, 8408.0, 8391.0, 8408.0, 8392.0, 8409.0, 8399.0, 8434.0, 8386.0, 8431.0, 8392.0, 8432.0, 8406.0, 8436.0, 8410.0, 8454.0, 8410.0, 8455.0, 8409.0, 8442.0, 8408.0, 8435.0, 8443.0, 8415.0, 8446.0, 8394.0, 8426.0, 8393.0, 8425.0, 8382.0, 8413.0, 8379.0, 8427.0, 8382.0, 8415.0, 8445.0, 8415.0, 8450.0, 8420.0, 8436.0, 8399.0, 8438.0, 8418.0, 8420.0, 8464.0, 8420.0, 8436.0, 8387.0, 8434.0, 8432.0, 8419.0, 8462.0, 8421.0, 8454.0, 8427.0, 8456.0, 8413.0, 8447.0, 8415.0, 8468.0, 8466.0, 8453.0, 8479.0, 8450.0, 8483.0, 8416.0, 8465.0, 8444.0, 8450.0, 8476.0, 8443.0, 8459.0, 8426.0, 8441.0, 8408.0, 8459.0, 8440.0, 8440.0, 8472.0, 8440.0, 8454.0, 8411.0, 8439.0, 8413.0, 8440.0, 8406.0, 8440.0, 8451.0, 8438.0, 8466.0, 8423.0, 8456.0, 8426.0, 8441.0, 8405.0, 8438.0, 8421.0, 8441.0, 8474.0, 8428.0, 8454.0, 8418.0, 8436.0, 8402.0, 8434.0, 8447.0, 8416.0, 8432.0, 8405.0, 8435.0, 8389.0, 8436.0, 8406.0, 8424.0, 8467.0, 8411.0, 8458.0, 8410.0, 8441.0, 8408.0, 8438.0, 8472.0, 8425.0, 8452.0, 8408.0, 8437.0, 8385.0, 8419.0, 8448.0, 8398.0, 8449.0, 8403.0, 8430.0, 8409.0, 8438.0, 8433.0, 8460.0, 8408.0, 8444.0, 8435.0, 8466.0, 8455.0, 8483.0, 8454.0, 8480.0, 8447.0, 8472.0, 8430.0, 8455.0, 8411.0, 8453.0, 8419.0, 8448.0, 8402.0, 8431.0, 8402.0, 8434.0, 8403.0, 8427.0, 8399.0, 8427.0, 8388.0, 8432.0, 8406.0, 8435.0, 8404.0, 8439.0, 8433.0, 8438.0, 8450.0, 8419.0, 8447.0, 8401.0, 8429.0, 8406.0, 8429.0, 8400.0, 8433.0, 8388.0, 8435.0, 8409.0, 8441.0, 8414.0, 8440.0, 8409.0, 8442.0, 8441.0, 8429.0, 8478.0, 8445.0, 8472.0, 8427.0, 8457.0, 8394.0, 8440.0, 8427.0, 8429.0, 8467.0, 8444.0, 8469.0, 8442.0, 8470.0, 8417.0, 8465.0, 8421.0, 8466.0, 8417.0, 8468.0, 8480.0, 8451.0, 8494.0, 8464.0, 8479.0, 8413.0, 8462.0, 8424.0, 8442.0, 8454.0, 8436.0, 8469.0, 8424.0, 8452.0, 8423.0, 8454.0, 8412.0, 8458.0, 8410.0, 8442.0, 8473.0, 8428.0, 8475.0, 8440.0, 8457.0, 8405.0, 8469.0, 8454.0, 8428.0, 8456.0, 8423.0, 8452.0, 8408.0, 8441.0, 8398.0, 8446.0, 8494.0, 8433.0, 8483.0, 8415.0, 8462.0, 8450.0, 8449.0, 8480.0, 8445.0, 8462.0, 8410.0, 8459.0, 8412.0, 8440.0, 8455.0, 8432.0, 8471.0, 8426.0, 8458.0, 8407.0, 8441.0, 8408.0, 8443.0, 8494.0, 8442.0, 8472.0, 8428.0, 8460.0, 8408.0, 8439.0, 8478.0, 8442.0, 8458.0, 8418.0, 8435.0, 8387.0, 8420.0, 8451.0, 8403.0, 8445.0, 8403.0, 8448.0, 8404.0, 8439.0, 8390.0, 8438.0, 8471.0, 8423.0, 8467.0, 8405.0, 8440.0, 8425.0, 8399.0, 8449.0, 8422.0, 8430.0, 8384.0, 8433.0, 8386.0, 8434.0, 8392.0, 8438.0, 8449.0, 8406.0, 8464.0, 8426.0, 8453.0, 8433.0, 8458.0, 8432.0, 8455.0, 8412.0, 8459.0, 8412.0, 8461.0, 8413.0, 8460.0, 8458.0, 8442.0, 8470.0, 8443.0, 8456.0, 8424.0, 8453.0, 8414.0, 8457.0, 8392.0, 8443.0, 8391.0, 8437.0, 8435.0, 8425.0, 8476.0, 8424.0, 8453.0, 8422.0, 8459.0, 8415.0, 8442.0, 8408.0, 8444.0, 8454.0, 8423.0, 8473.0, 8423.0, 8452.0, 8407.0, 8457.0, 8413.0, 8439.0, 8453.0, 8424.0, 8475.0, 8422.0, 8448.0, 8407.0, 8437.0, 8390.0, 8439.0, 8392.0, 8439.0, 8425.0, 8442.0, 8473.0, 8428.0, 8458.0, 8441.0, 8456.0, 8410.0, 8455.0, 8408.0, 8442.0, 8420.0, 8436.0, 8453.0, 8420.0, 8450.0, 8401.0, 8450.0, 8391.0, 8435.0, 8388.0, 8438.0, 8434.0, 8405.0, 8452.0, 8422.0, 8439.0, 8390.0, 8438.0, 8431.0, 8464.0, 8453.0, 8408.0, 8435.0, 8431.0, 8459.0, 8414.0, 8440.0, 8418.0, 8462.0, 8413.0, 8443.0, 8456.0, 8427.0, 8457.0, 8415.0, 8459.0, 8410.0, 8443.0, 8475.0, 8431.0, 8460.0, 8412.0, 8440.0, 8436.0, 8444.0, 8468.0, 8421.0, 8448.0, 8408.0, 8455.0, 8413.0, 8458.0, 8412.0, 8442.0, 8471.0, 8426.0, 8458.0, 8420.0, 8458.0, 8404.0, 8438.0, 8409.0, 8438.0, 8456.0, 8420.0, 8448.0, 8404.0, 8449.0, 8403.0, 8420.0, 8386.0, 8435.0, 8435.0, 8421.0, 8467.0, 8421.0, 8436.0, 8406.0, 8438.0, 8414.0, 8440.0, 8410.0, 8468.0, 8473.0, 8429.0, 8460.0, 8433.0, 8462.0, 8413.0, 8461.0, 8413.0, 8458.0, 8458.0, 8444.0, 8475.0, 8426.0, 8459.0, 8442.0, 8440.0, 8409.0, 8439.0, 8413.0, 8459.0, 8441.0, 8443.0, 8474.0, 8442.0, 8473.0, 8425.0, 8458.0, 8409.0, 8455.0, 8452.0, 8436.0, 8468.0, 8406.0, 8434.0, 8409.0, 8438.0, 8390.0, 8453.0, 8409.0, 8426.0, 8440.0, 8426.0, 8474.0, 8431.0, 8460.0, 8415.0, 8460.0, 8414.0, 8444.0, 8471.0, 8428.0, 8457.0, 8410.0, 8438.0, 8402.0, 8433.0, 8433.0, 8401.0, 8452.0, 8407.0, 8452.0, 8409.0, 8468.0, 8416.0, 8464.0, 8407.0, 8444.0, 8440.0, 8400.0, 8448.0, 8397.0, 8398.0, 8399.0, 8414.0, 8482.0, 8413.0, 8462.0, 8462.0, 8442.0, 8470.0, 8416.0, 8445.0, 8410.0, 8422.0, 8390.0, 8419.0, 8371.0, 8412.0, 8353.0, 8397.0, 8368.0, 8368.0, 8367.0, 8367.0, 8382.0, 8365.0, 8380.0, 8363.0, 8378.0, 8377.0, 8379.0, 8394.0, 8368.0, 8416.0, 8365.0, 8396.0, 8365.0, 8393.0, 8367.0, 8398.0, 8403.0, 8422.0, 8384.0, 8410.0, 8387.0, 8435.0, 8387.0, 8430.0, 8388.0, 8433.0, 8388.0, 8431.0, 8400.0, 8440.0, 8448.0, 8414.0, 8464.0, 8401.0, 8441.0, 8399.0, 8425.0, 8400.0, 8427.0, 8406.0, 8455.0, 8432.0, 8459.0, 8439.0, 8492.0, 8466.0, 8497.0, 8437.0, 8485.0, 8426.0, 8438.0, 8454.0, 8444.0, 8449.0, 8404.0, 8466.0, 8461.0, 8472.0, 8496.0, 8446.0, 8469.0, 8438.0, 8468.0, 8425.0, 8451.0, 8425.0, 8436.0, 8410.0, 8459.0, 8412.0, 8460.0, 8410.0, 8440.0, 8469.0, 8440.0, 8498.0, 8430.0, 8457.0, 8414.0, 8443.0, 8412.0, 8466.0, 8432.0, 8477.0, 8418.0, 8464.0, 8441.0, 8444.0, 8474.0, 8460.0, 8477.0, 8441.0, 8456.0, 8409.0, 8435.0, 8400.0, 8434.0, 8447.0, 8414.0, 8452.0, 8415.0, 8426.0, 8400.0, 8426.0, 8402.0, 8434.0, 8406.0, 8436.0, 8395.0, 8441.0, 8409.0, 8444.0, 8473.0, 8423.0, 8452.0, 8418.0, 8434.0, 8383.0, 8435.0, 8413.0, 8409.0, 8397.0, 8411.0, 8386.0, 8418.0, 8449.0, 8422.0, 8464.0, 8420.0, 8455.0, 8406.0, 8438.0, 8405.0, 8422.0, 8468.0, 8402.0, 8450.0, 8385.0, 8433.0, 8386.0, 8414.0, 8461.0, 8402.0, 8431.0, 8383.0, 8428.0, 8371.0, 8419.0, 8464.0, 8403.0, 8434.0, 8388.0, 8437.0, 8389.0, 8423.0, 8465.0, 8422.0, 8440.0, 8420.0, 8442.0, 8392.0, 8443.0, 8468.0, 8422.0, 8457.0, 8407.0, 8440.0, 8405.0, 8439.0, 8473.0, 8426.0, 8457.0, 8406.0, 8440.0, 8436.0, 8439.0, 8469.0, 8425.0, 8471.0, 8429.0, 8461.0, 8413.0, 8447.0, 8477.0, 8449.0, 8479.0, 8426.0, 8462.0, 8413.0, 8440.0, 8471.0, 8424.0, 8455.0, 8404.0, 8421.0, 8467.0, 8417.0, 8432.0, 8386.0, 8435.0, 8374.0, 8421.0, 8449.0, 8423.0, 8472.0, 8414.0, 8462.0, 8414.0, 8449.0, 8471.0, 8430.0, 8477.0, 8443.0, 8461.0, 8409.0, 8441.0, 8473.0, 8423.0, 8442.0, 8403.0, 8441.0, 8451.0, 8421.0, 8468.0, 8403.0, 8436.0, 8400.0, 8419.0, 8466.0, 8421.0, 8431.0, 8387.0, 8432.0, 8388.0, 8432.0, 8416.0, 8436.0, 8463.0, 8424.0, 8468.0, 8427.0, 8452.0, 8412.0, 8443.0, 8412.0, 8463.0, 8434.0, 8461.0, 8475.0, 8442.0, 8459.0, 8424.0, 8465.0, 8413.0, 8438.0, 8471.0, 8417.0, 8431.0, 8413.0, 8436.0, 8407.0, 8439.0, 8407.0, 8424.0, 8465.0, 8420.0, 8453.0, 8391.0, 8452.0, 8394.0, 8441.0, 8470.0, 8438.0, 8456.0, 8409.0, 8441.0, 8406.0, 8436.0, 8465.0, 8417.0, 8450.0, 8417.0, 8434.0, 8401.0, 8433.0, 8389.0, 8435.0, 8464.0, 8420.0, 8450.0, 8406.0, 8440.0, 8408.0, 8441.0, 8409.0, 8458.0, 8472.0, 8444.0, 8477.0, 8448.0, 8461.0, 8430.0, 8462.0, 8429.0, 8478.0, 8429.0, 8463.0, 8417.0, 8464.0, 8492.0, 8462.0, 8475.0, 8443.0, 8461.0, 8427.0, 8460.0, 8474.0, 8444.0, 8472.0, 8441.0, 8460.0, 8411.0, 8458.0, 8430.0, 8444.0, 8491.0, 8463.0, 8477.0, 8446.0, 8477.0, 8421.0, 8461.0, 8413.0, 8462.0, 8525.0, 8492.0, 8499.0, 8436.0, 8495.0, 8545.0, 8561.0, 8528.0, 8471.0, 8461.0, 8464.0, 8467.0, 8471.0, 8451.0, 8416.0, 8462.0, 8426.0, 8457.0, 8429.0, 8451.0, 8421.0, 8448.0, 8420.0, 8452.0, 8425.0, 8399.0, 8441.0, 8417.0, 8461.0, 8438.0, 8480.0, 8454.0, 8478.0, 8446.0, 8458.0, 8443.0, 8454.0, 8425.0, 8457.0, 8430.0, 8473.0, 8429.0, 8479.0, 8422.0, 8416.0, 8397.0, 8381.0, 8418.0, 8444.0, 8406.0, 8428.0, 8385.0, 8399.0, 8347.0, 8374.0, 8329.0, 8357.0, 8390.0, 8361.0, 8395.0, 8364.0, 8398.0, 8356.0, 8403.0, 8343.0, 8392.0, 8406.0, 8396.0, 8442.0, 8397.0, 8429.0, 8384.0, 8431.0, 8386.0, 8418.0, 8445.0, 8401.0, 8428.0, 8396.0, 8429.0, 8382.0, 8431.0, 8429.0, 8401.0, 8462.0, 8418.0, 8448.0, 8410.0, 8440.0, 8413.0, 8464.0, 8473.0, 8432.0, 8477.0, 8450.0, 8466.0, 8432.0, 8464.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.0006495155709342561</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03861518555363322</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.28782574871866</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1547448969956722</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9607967191774897</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5009</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4234.1738</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10184369457409861</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.536332179930795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.72632395592384</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6392034825310313</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.01027583732034</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.529492547920147</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00866944</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010061929933726788</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03485356643795967</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</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.931792783736684</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>21.6361</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3106</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.8308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292068.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>733.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.5489</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.902</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2891.6967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3068.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84476.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3770.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.301</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.180424727499485</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> |