=== 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-0104 --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-0104",
"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-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0104_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_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-0104/ses-02/func/sub-0104_ses-02_task-alignvideo_acq-mb8_run-03_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>8b81310c499c50812d09a1137c0ceeb8</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>15:36:20.537500</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.99831, -0.0446385, -0.037201, 0.0456822, 0.998572, 0.0276952]</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-03_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.100498</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-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4212, -7760, -7242, 336, -151, -165, -48, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>252.419</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7db89915-7acb-43d5-9085-9c821ca5b20f||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.678393602371216, 0.12256203591823578, -0.09696124494075775, 107.48773956298828], [0.11976176500320435, 2.67909574508667, 0.07923923432826996, -109.22943115234375], [-0.09980747103691101, -0.07430429756641388, 2.697094678878784, -68.86852264404297], [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, 1158]</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, 1158], 'AcquisitionTime': ['153620.537500', '153620.997500', '153621.457500', '153621.917500', '153622.377500', '153622.837500', '153623.297500', '153623.757500', '153624.217500', '153624.677500', '153625.137500', '153625.597500', '153626.057500', '153626.517500', '153626.977500', '153627.437500', '153627.897500', '153628.357500', '153628.817500', '153629.277500', '153629.737500', '153630.197500', '153630.657500', '153631.117500', '153631.577500', '153632.037500', '153632.497500', '153632.957500', '153633.417500', '153633.877500', '153634.337500', '153634.797500', '153635.257500', '153635.717500', '153636.177500', '153636.637500', '153637.097500', '153637.557500', '153638.017500', '153638.477500', '153638.937500', '153639.397500', '153639.857500', '153640.317500', '153640.777500', '153641.237500', '153641.697500', '153642.157500', '153642.617500', '153643.077500', '153643.537500', '153643.997500', '153644.457500', '153644.917500', '153645.377500', '153645.837500', '153646.297500', '153646.757500', '153647.217500', '153647.677500', '153648.137500', '153648.597500', '153649.057500', '153649.517500', '153649.977500', '153650.437500', '153650.897500', '153651.357500', '153651.817500', '153652.277500', '153652.737500', '153653.197500', '153653.657500', '153654.117500', '153654.577500', '153655.037500', '153655.497500', '153655.957500', '153656.417500', '153656.877500', '153657.337500', '153657.797500', '153658.257500', '153658.717500', '153659.177500', '153659.637500', '153700.097500', '153700.557500', '153701.017500', '153701.477500', '153701.937500', '153702.397500', '153702.857500', '153703.317500', '153703.777500', '153704.237500', '153704.697500', '153705.157500', '153705.617500', '153706.077500', '153706.537500', '153706.997500', '153707.457500', '153707.917500', '153708.377500', '153708.837500', '153709.297500', '153709.757500', '153710.217500', '153710.677500', '153711.137500', '153711.597500', '153712.057500', '153712.517500', '153712.977500', '153713.437500', '153713.897500', '153714.357500', '153714.817500', '153715.277500', '153715.737500', '153716.197500', '153716.657500', '153717.117500', '153717.577500', '153718.037500', '153718.497500', '153718.957500', '153719.417500', '153719.877500', '153720.337500', '153720.797500', '153721.257500', '153721.717500', '153722.177500', '153722.637500', '153723.097500', '153723.557500', '153724.017500', '153724.477500', '153724.937500', '153725.397500', '153725.857500', '153726.317500', '153726.777500', '153727.237500', '153727.697500', '153728.157500', '153728.617500', '153729.077500', '153729.537500', '153729.997500', '153730.457500', '153730.917500', '153731.377500', '153731.837500', '153732.297500', '153732.757500', '153733.217500', '153733.677500', '153734.137500', '153734.597500', '153735.057500', '153735.517500', '153735.977500', '153736.437500', '153736.897500', '153737.357500', '153737.817500', '153738.277500', '153738.737500', '153739.197500', '153739.657500', '153740.117500', '153740.577500', '153741.037500', '153741.497500', '153741.957500', '153742.417500', '153742.877500', '153743.337500', '153743.797500', '153744.257500', '153744.717500', '153745.177500', '153745.637500', '153746.097500', '153746.557500', '153747.017500', '153747.477500', '153747.937500', '153748.397500', '153748.857500', '153749.317500', '153749.777500', '153750.237500', '153750.697500', '153751.157500', '153751.617500', '153752.077500', '153752.537500', '153752.997500', '153753.457500', '153753.917500', '153754.377500', '153754.837500', '153755.297500', '153755.757500', '153756.217500', '153756.677500', '153757.137500', '153757.597500', '153758.057500', '153758.517500', '153758.977500', '153759.437500', '153759.897500', '153800.357500', '153800.817500', '153801.277500', '153801.737500', '153802.197500', '153802.657500', '153803.117500', '153803.577500', '153804.037500', '153804.497500', '153804.957500', '153805.417500', '153805.877500', '153806.337500', '153806.797500', '153807.257500', '153807.717500', '153808.177500', '153808.637500', '153809.097500', '153809.557500', '153810.017500', '153810.477500', '153810.937500', '153811.397500', '153811.857500', '153812.317500', '153812.777500', '153813.237500', '153813.697500', '153814.157500', '153814.617500', '153815.077500', '153815.537500', '153815.997500', '153816.457500', '153816.917500', '153817.377500', '153817.837500', '153818.297500', '153818.757500', '153819.217500', '153819.677500', '153820.137500', '153820.597500', '153821.057500', '153821.517500', '153821.977500', '153822.437500', '153822.897500', '153823.357500', '153823.817500', '153824.277500', '153824.737500', '153825.197500', '153825.657500', '153826.117500', '153826.577500', '153827.037500', '153827.497500', '153827.957500', '153828.417500', '153828.877500', '153829.337500', '153829.797500', '153830.257500', '153830.717500', '153831.177500', '153831.637500', '153832.097500', '153832.557500', '153833.017500', '153833.477500', '153833.937500', '153834.397500', '153834.857500', '153835.317500', '153835.777500', '153836.237500', '153836.697500', '153837.157500', '153837.617500', '153838.077500', '153838.537500', '153838.997500', '153839.457500', '153839.917500', '153840.377500', '153840.837500', '153841.297500', '153841.757500', '153842.217500', '153842.677500', '153843.137500', '153843.597500', '153844.057500', '153844.517500', '153844.977500', '153845.437500', '153845.897500', '153846.357500', '153846.817500', '153847.277500', '153847.737500', '153848.197500', '153848.657500', '153849.117500', '153849.577500', '153850.037500', '153850.497500', '153850.957500', '153851.417500', '153851.877500', '153852.337500', '153852.797500', '153853.257500', '153853.717500', '153854.177500', '153854.637500', '153855.097500', '153855.557500', '153856.017500', '153856.477500', '153856.937500', '153857.397500', '153857.857500', '153858.317500', '153858.777500', '153859.237500', '153859.697500', '153900.157500', '153900.617500', '153901.077500', '153901.537500', '153901.997500', '153902.457500', '153902.917500', '153903.377500', '153903.837500', '153904.297500', '153904.757500', '153905.217500', '153905.677500', '153906.137500', '153906.597500', '153907.057500', '153907.517500', '153907.977500', '153908.437500', '153908.897500', '153909.357500', '153909.817500', '153910.277500', '153910.737500', '153911.197500', '153911.657500', '153912.117500', '153912.577500', '153913.037500', '153913.497500', '153913.957500', '153914.417500', '153914.877500', '153915.337500', '153915.797500', '153916.257500', '153916.717500', '153917.177500', '153917.637500', '153918.097500', '153918.557500', '153919.017500', '153919.477500', '153919.937500', '153920.397500', '153920.857500', '153921.317500', '153921.777500', '153922.237500', '153922.697500', '153923.157500', '153923.617500', '153924.077500', '153924.537500', '153924.997500', '153925.457500', '153925.917500', '153926.377500', '153926.837500', '153927.297500', '153927.757500', '153928.217500', '153928.677500', '153929.137500', '153929.597500', '153930.057500', '153930.517500', '153930.977500', '153931.437500', '153931.897500', '153932.357500', '153932.817500', '153933.277500', '153933.737500', '153934.197500', '153934.657500', '153935.117500', '153935.577500', '153936.037500', '153936.497500', '153936.957500', '153937.417500', '153937.877500', '153938.337500', '153938.797500', '153939.257500', '153939.717500', '153940.177500', '153940.637500', '153941.097500', '153941.557500', '153942.017500', '153942.477500', '153942.937500', '153943.397500', '153943.857500', '153944.317500', '153944.777500', '153945.237500', '153945.697500', '153946.157500', '153946.617500', '153947.077500', '153947.537500', '153947.997500', '153948.457500', '153948.917500', '153949.377500', '153949.837500', '153950.297500', '153950.757500', '153951.217500', '153951.677500', '153952.137500', '153952.597500', '153953.057500', '153953.517500', '153953.977500', '153954.437500', '153954.897500', '153955.357500', '153955.817500', '153956.277500', '153956.737500', '153957.197500', '153957.657500', '153958.117500', '153958.577500', '153959.037500', '153959.497500', '153959.957500', '154000.417500', '154000.877500', '154001.337500', '154001.797500', '154002.257500', '154002.717500', '154003.177500', '154003.637500', '154004.097500', '154004.557500', '154005.017500', '154005.477500', '154005.937500', '154006.397500', '154006.857500', '154007.317500', '154007.777500', '154008.237500', '154008.697500', '154009.157500', '154009.617500', '154010.077500', '154010.537500', '154010.997500', '154011.457500', '154011.917500', '154012.377500', '154012.837500', '154013.297500', '154013.757500', '154014.217500', '154014.677500', '154015.137500', '154015.597500', '154016.057500', '154016.517500', '154016.977500', '154017.437500', '154017.897500', '154018.357500', '154018.817500', '154019.277500', '154019.737500', '154020.197500', '154020.657500', '154021.117500', '154021.577500', '154022.037500', '154022.497500', '154022.957500', '154023.417500', '154023.877500', '154024.337500', '154024.797500', '154025.257500', '154025.717500', '154026.177500', '154026.637500', '154027.097500', '154027.557500', '154028.017500', '154028.477500', '154028.937500', '154029.397500', '154029.857500', '154030.317500', '154030.777500', '154031.237500', '154031.697500', '154032.157500', '154032.617500', '154033.077500', '154033.537500', '154033.997500', '154034.457500', '154034.917500', '154035.377500', '154035.837500', '154036.297500', '154036.757500', '154037.217500', '154037.677500', '154038.137500', '154038.597500', '154039.057500', '154039.517500', '154039.977500', '154040.437500', '154040.897500', '154041.357500', '154041.817500', '154042.277500', '154042.737500', '154043.197500', '154043.657500', '154044.117500', '154044.577500', '154045.037500', '154045.497500', '154045.957500', '154046.417500', '154046.877500', '154047.337500', '154047.797500', '154048.257500', '154048.717500', '154049.177500', '154049.637500', '154050.097500', '154050.557500', '154051.017500', '154051.477500', '154051.937500', '154052.397500', '154052.857500', '154053.317500', '154053.777500', '154054.237500', '154054.697500', '154055.157500', '154055.617500', '154056.077500', '154056.537500', '154056.997500', '154057.457500', '154057.917500', '154058.377500', '154058.837500', '154059.297500', '154059.757500', '154100.217500', '154100.677500', '154101.137500', '154101.597500', '154102.057500', '154102.517500', '154102.977500', '154103.437500', '154103.897500', '154104.357500', '154104.817500', '154105.277500', '154105.737500', '154106.197500', '154106.657500', '154107.117500', '154107.577500', '154108.037500', '154108.497500', '154108.957500', '154109.417500', '154109.877500', '154110.337500', '154110.797500', '154111.257500', '154111.717500', '154112.177500', '154112.637500', '154113.097500', '154113.557500', '154114.017500', '154114.477500', '154114.937500', '154115.397500', '154115.857500', '154116.317500', '154116.777500', '154117.237500', '154117.697500', '154118.157500', '154118.617500', '154119.077500', '154119.537500', '154119.997500', '154120.457500', '154120.917500', '154121.377500', '154121.837500', '154122.297500', '154122.757500', '154123.217500', '154123.677500', '154124.137500', '154124.597500', '154125.057500', '154125.517500', '154125.977500', '154126.437500', '154126.897500', '154127.357500', '154127.817500', '154128.277500', '154128.737500', '154129.197500', '154129.657500', '154130.117500', '154130.577500', '154131.037500', '154131.497500', '154131.957500', '154132.417500', '154132.877500', '154133.337500', '154133.797500', '154134.257500', '154134.717500', '154135.177500', '154135.637500', '154136.097500', '154136.557500', '154137.017500', '154137.477500', '154137.937500', '154138.397500', '154138.857500', '154139.317500', '154139.777500', '154140.237500', '154140.697500', '154141.157500', '154141.617500', '154142.077500', '154142.537500', '154142.997500', '154143.457500', '154143.917500', '154144.377500', '154144.837500', '154145.297500', '154145.757500', '154146.217500', '154146.677500', '154147.137500', '154147.597500', '154148.057500', '154148.517500', '154148.977500', '154149.437500', '154149.897500', '154150.357500', '154150.817500', '154151.277500', '154151.737500', '154152.197500', '154152.657500', '154153.117500', '154153.577500', '154154.037500', '154154.497500', '154154.957500', '154155.417500', '154155.877500', '154156.337500', '154156.797500', '154157.257500', '154157.717500', '154158.177500', '154158.637500', '154159.097500', '154159.557500', '154200.017500', '154200.477500', '154200.937500', '154201.397500', '154201.857500', '154202.317500', '154202.777500', '154203.237500', '154203.697500', '154204.157500', '154204.617500', '154205.077500', '154205.537500', '154205.997500', '154206.457500', '154206.917500', '154207.377500', '154207.837500', '154208.297500', '154208.757500', '154209.217500', '154209.677500', '154210.137500', '154210.597500', '154211.057500', '154211.517500', '154211.977500', '154212.437500', '154212.897500', '154213.357500', '154213.817500', '154214.277500', '154214.737500', '154215.197500', '154215.657500', '154216.117500', '154216.577500', '154217.037500', '154217.497500', '154217.957500', '154218.417500', '154218.877500', '154219.337500', '154219.797500', '154220.257500', '154220.717500', '154221.177500', '154221.637500', '154222.097500', '154222.557500', '154223.017500', '154223.477500', '154223.937500', '154224.397500', '154224.857500', '154225.317500', '154225.777500', '154226.237500', '154226.697500', '154227.157500', '154227.617500', '154228.077500', '154228.537500', '154228.997500', '154229.457500', '154229.917500', '154230.377500', '154230.837500', '154231.297500', '154231.757500', '154232.217500', '154232.677500', '154233.137500', '154233.597500', '154234.057500', '154234.517500', '154234.977500', '154235.437500', '154235.897500', '154236.357500', '154236.817500', '154237.277500', '154237.737500', '154238.197500', '154238.657500', '154239.117500', '154239.577500', '154240.037500', '154240.497500', '154240.957500', '154241.417500', '154241.877500', '154242.337500', '154242.797500', '154243.257500', '154243.717500', '154244.177500', '154244.637500', '154245.097500', '154245.557500', '154246.017500', '154246.477500', '154246.937500', '154247.397500', '154247.857500', '154248.317500', '154248.777500', '154249.237500', '154249.697500', '154250.157500', '154250.617500', '154251.077500', '154251.537500', '154251.997500', '154252.457500', '154252.917500', '154253.377500', '154253.837500', '154254.297500', '154254.757500', '154255.217500', '154255.677500', '154256.137500', '154256.597500', '154257.057500', '154257.517500', '154257.977500', '154258.437500', '154258.897500', '154259.357500', '154259.817500', '154300.277500', '154300.737500', '154301.197500', '154301.657500', '154302.117500', '154302.577500', '154303.037500', '154303.497500', '154303.957500', '154304.417500', '154304.877500', '154305.337500', '154305.797500', '154306.257500', '154306.717500', '154307.177500', '154307.637500', '154308.097500', '154308.557500', '154309.017500', '154309.477500', '154309.937500', '154310.397500', '154310.857500', '154311.317500', '154311.777500', '154312.237500', '154312.697500', '154313.157500', '154313.617500', '154314.077500', '154314.537500', '154314.997500', '154315.457500', '154315.917500', '154316.377500', '154316.837500', '154317.297500', '154317.757500', '154318.217500', '154318.677500', '154319.137500', '154319.597500', '154320.057500', '154320.517500', '154320.977500', '154321.437500', '154321.897500', '154322.357500', '154322.817500', '154323.277500', '154323.737500', '154324.197500', '154324.657500', '154325.117500', '154325.577500', '154326.037500', '154326.497500', '154326.957500', '154327.417500', '154327.877500', '154328.337500', '154328.797500', '154329.257500', '154329.717500', '154330.177500', '154330.637500', '154331.097500', '154331.557500', '154332.017500', '154332.477500', '154332.937500', '154333.397500', '154333.857500', '154334.317500', '154334.777500', '154335.237500', '154335.697500', '154336.157500', '154336.617500', '154337.077500', '154337.537500', '154337.997500', '154338.457500', '154338.917500', '154339.377500', '154339.837500', '154340.297500', '154340.757500', '154341.217500', '154341.677500', '154342.137500', '154342.597500', '154343.057500', '154343.517500', '154343.977500', '154344.437500', '154344.897500', '154345.357500', '154345.817500', '154346.277500', '154346.737500', '154347.197500', '154347.657500', '154348.117500', '154348.577500', '154349.037500', '154349.497500', '154349.957500', '154350.417500', '154350.877500', '154351.337500', '154351.797500', '154352.257500', '154352.717500', '154353.177500', '154353.637500', '154354.097500', '154354.557500', '154355.017500', '154355.477500', '154355.937500', '154356.397500', '154356.857500', '154357.317500', '154357.777500', '154358.237500', '154358.697500', '154359.157500', '154359.617500', '154400.077500', '154400.537500', '154400.997500', '154401.457500', '154401.917500', '154402.377500', '154402.837500', '154403.297500', '154403.757500', '154404.217500', '154404.677500', '154405.137500', '154405.597500', '154406.057500', '154406.517500', '154406.977500', '154407.437500', '154407.897500', '154408.357500', '154408.817500', '154409.277500', '154409.737500', '154410.197500', '154410.657500', '154411.117500', '154411.577500', '154412.037500', '154412.497500', '154412.957500', '154413.417500', '154413.877500', '154414.337500', '154414.797500', '154415.257500', '154415.717500', '154416.177500', '154416.637500', '154417.097500', '154417.557500', '154418.017500', '154418.477500', '154418.937500', '154419.397500', '154419.857500', '154420.317500', '154420.777500', '154421.237500', '154421.697500', '154422.157500', '154422.617500', '154423.077500', '154423.537500', '154423.997500', '154424.457500', '154424.917500', '154425.377500', '154425.837500', '154426.297500', '154426.757500', '154427.217500', '154427.677500', '154428.137500', '154428.597500', '154429.057500', '154429.517500', '154429.977500', '154430.437500', '154430.897500', '154431.357500', '154431.817500', '154432.277500', '154432.737500', '154433.197500', '154433.657500', '154434.117500', '154434.577500', '154435.037500', '154435.497500', '154435.957500', '154436.417500', '154436.877500', '154437.337500', '154437.797500', '154438.257500', '154438.717500', '154439.177500', '154439.637500', '154440.097500', '154440.557500', '154441.017500', '154441.477500', '154441.937500', '154442.397500', '154442.857500', '154443.317500', '154443.777500', '154444.237500', '154444.697500', '154445.157500', '154445.617500', '154446.077500', '154446.537500', '154446.997500', '154447.457500', '154447.917500', '154448.377500', '154448.837500', '154449.297500', '154449.757500', '154450.217500', '154450.677500', '154451.137500', '154451.597500', '154452.057500', '154452.517500', '154452.977500', '154453.437500', '154453.897500', '154454.357500', '154454.817500', '154455.277500', '154455.737500', '154456.197500', '154456.657500', '154457.117500', '154457.577500', '154458.037500', '154458.497500', '154458.957500', '154459.417500', '154459.877500', '154500.337500', '154500.797500', '154501.257500', '154501.717500', '154502.177500', '154502.637500', '154503.097500', '154503.557500', '154504.017500', '154504.477500', '154504.937500', '154505.397500', '154505.857500', '154506.317500', '154506.777500', '154507.237500', '154507.697500', '154508.157500', '154508.617500', '154509.077500', '154509.537500', '154509.997500', '154510.457500', '154510.917500', '154511.377500', '154511.837500', '154512.297500', '154512.757500'], 'ContentTime': ['153643.770000', '153643.773000', '153643.775000', '153643.778000', '153643.781000', '153643.784000', '153643.786000', '153643.789000', '153643.792000', '153643.795000', '153643.798000', '153643.801000', '153643.803000', '153643.806000', '153643.809000', '153643.811000', '153643.831000', '153643.834000', '153643.836000', '153643.839000', '153643.842000', '153643.845000', '153643.848000', '153643.850000', '153643.853000', '153643.856000', '153643.858000', '153643.876000', '153643.879000', '153643.881000', '153643.884000', '153643.887000', '153643.890000', '153643.893000', '153643.895000', '153643.923000', '153643.926000', '153643.928000', '153643.931000', '153643.934000', '153643.937000', '153643.940000', '153643.942000', '153643.945000', '153643.948000', '153643.951000', '153643.954000', '153643.956000', '153643.959000', '153703.738000', '153703.748000', '153703.751000', '153703.753000', '153703.756000', '153703.759000', '153703.761000', '153703.764000', '153703.766000', '153703.769000', '153703.771000', '153703.774000', '153703.777000', '153703.779000', '153703.782000', '153703.784000', '153703.787000', '153703.789000', '153703.792000', '153703.795000', '153703.798000', '153703.809000', '153703.812000', '153703.814000', '153703.817000', '153703.820000', '153703.822000', '153703.825000', '153703.827000', '153703.830000', '153703.833000', '153703.836000', '153703.838000', '153703.841000', '153703.849000', '153703.851000', '153703.854000', '153703.856000', '153703.859000', '153703.862000', '153703.864000', '153703.867000', '153703.869000', '153723.737000', '153723.740000', '153723.743000', '153723.745000', '153723.748000', '153723.750000', '153723.753000', '153723.756000', '153723.758000', '153723.761000', '153723.764000', '153723.766000', '153723.769000', '153723.771000', '153723.780000', '153723.782000', '153723.785000', '153723.788000', '153723.790000', '153723.793000', '153723.795000', '153723.798000', '153723.800000', '153723.803000', '153723.806000', '153723.808000', '153723.820000', '153723.822000', '153723.825000', '153723.828000', '153723.830000', '153723.833000', '153723.835000', '153723.838000', '153723.841000', '153723.843000', '153723.846000', '153723.848000', '153723.851000', '153723.853000', '153723.856000', '153723.859000', '153723.861000', '153723.864000', '153743.737000', '153743.740000', '153743.743000', '153743.746000', '153743.748000', '153743.751000', '153743.753000', '153743.756000', '153743.759000', '153743.761000', '153743.764000', '153743.767000', '153743.769000', '153743.772000', '153743.774000', '153743.777000', '153743.780000', '153743.782000', '153743.785000', '153743.788000', '153743.798000', '153743.801000', '153743.804000', '153743.806000', '153743.809000', '153743.811000', '153743.814000', '153743.817000', '153743.822000', '153743.825000', '153743.828000', '153743.830000', '153743.833000', '153743.835000', '153743.838000', '153743.841000', '153743.843000', '153743.846000', '153743.848000', '153743.851000', '153743.854000', '153743.856000', '153743.859000', '153803.737000', '153803.740000', '153803.743000', '153803.745000', '153803.748000', '153803.751000', '153803.753000', '153803.756000', '153803.758000', '153803.761000', '153803.763000', '153803.766000', '153803.769000', '153803.771000', '153803.774000', '153803.776000', '153803.779000', '153803.782000', '153803.784000', '153803.787000', '153803.790000', '153803.792000', '153803.795000', '153803.797000', '153803.800000', '153803.802000', '153803.805000', '153803.808000', '153803.838000', '153803.840000', '153803.843000', '153803.846000', '153803.859000', '153803.862000', '153803.864000', '153803.867000', '153803.869000', '153803.872000', '153803.874000', '153803.877000', '153803.880000', '153803.882000', '153803.885000', '153803.887000', '153823.736000', '153823.739000', '153823.742000', '153823.744000', '153823.747000', '153823.750000', '153823.752000', '153823.755000', '153823.757000', '153823.760000', '153823.763000', '153823.774000', '153823.777000', '153823.779000', '153823.782000', '153823.785000', '153823.788000', '153823.790000', '153823.793000', '153823.796000', '153823.798000', '153823.801000', '153823.803000', '153823.806000', '153823.809000', '153823.811000', '153823.814000', '153823.817000', '153823.819000', '153823.822000', '153823.824000', '153823.827000', '153823.830000', '153823.832000', '153823.835000', '153823.838000', '153823.840000', '153823.843000', '153823.845000', '153823.848000', '153823.851000', '153823.853000', '153823.856000', '153843.737000', '153843.740000', '153843.743000', '153843.745000', '153843.748000', '153843.751000', '153843.753000', '153843.756000', '153843.758000', '153843.761000', '153843.764000', '153843.766000', '153843.769000', '153843.771000', '153843.774000', '153843.776000', '153843.779000', '153843.782000', '153843.784000', '153843.787000', '153843.790000', '153843.792000', '153843.795000', '153843.798000', '153843.800000', '153843.803000', '153843.806000', '153843.808000', '153843.811000', '153843.813000', '153843.816000', '153843.819000', '153843.821000', '153843.824000', '153843.827000', '153843.829000', '153843.832000', '153843.834000', '153843.837000', '153843.840000', '153843.842000', '153843.845000', '153843.847000', '153843.850000', '153903.738000', '153903.741000', '153903.743000', '153903.746000', '153903.749000', '153903.751000', '153903.754000', '153903.757000', '153903.760000', '153903.762000', '153903.765000', '153903.768000', '153903.770000', '153903.773000', '153903.776000', '153903.779000', '153903.781000', '153903.784000', '153903.787000', '153903.789000', '153903.792000', '153903.795000', '153903.797000', '153903.800000', '153903.802000', '153903.805000', '153903.808000', '153903.810000', '153903.813000', '153903.816000', '153903.818000', '153903.821000', '153903.824000', '153903.826000', '153903.829000', '153903.831000', '153903.834000', '153903.837000', '153903.839000', '153903.842000', '153903.845000', '153903.847000', '153903.850000', '153923.737000', '153923.740000', '153923.743000', '153923.745000', '153923.748000', '153923.751000', '153923.753000', '153923.756000', '153923.758000', '153923.761000', '153923.764000', '153923.766000', '153923.769000', '153923.771000', '153923.774000', '153923.777000', '153923.779000', '153923.782000', '153923.784000', '153923.787000', '153923.790000', '153923.792000', '153923.795000', '153923.798000', '153923.800000', '153923.803000', '153923.805000', '153923.808000', '153923.811000', '153923.813000', '153923.816000', '153923.819000', '153923.821000', '153923.824000', '153923.826000', '153923.829000', '153923.832000', '153923.834000', '153923.837000', '153923.840000', '153923.842000', '153923.845000', '153923.848000', '153923.850000', '153943.737000', '153943.740000', '153943.743000', '153943.746000', '153943.748000', '153943.751000', '153943.754000', '153943.756000', '153943.759000', '153943.761000', '153943.764000', '153943.767000', '153943.769000', '153943.782000', '153943.785000', '153943.787000', '153943.790000', '153943.793000', '153943.795000', '153943.798000', '153943.800000', '153943.803000', '153943.806000', '153943.808000', '153943.811000', '153943.813000', '153943.816000', '153943.819000', '153943.822000', '153943.824000', '153943.827000', '153943.829000', '153943.832000', '153943.835000', '153943.837000', '153943.840000', '153943.842000', '153943.845000', '153943.848000', '153943.850000', '153943.853000', '153943.855000', '153943.858000', '154003.738000', '154003.740000', '154003.743000', '154003.746000', '154003.748000', '154003.751000', '154003.754000', '154003.756000', '154003.759000', '154003.761000', '154003.764000', '154003.767000', '154003.769000', '154003.772000', '154003.774000', '154003.777000', '154003.780000', '154003.783000', '154003.785000', '154003.788000', '154003.791000', '154003.793000', '154003.796000', '154003.798000', '154003.801000', '154003.804000', '154003.806000', '154003.809000', '154003.811000', '154003.814000', '154003.817000', '154003.819000', '154003.822000', '154003.824000', '154003.827000', '154003.830000', '154003.832000', '154003.835000', '154003.838000', '154003.840000', '154003.843000', '154003.846000', '154003.848000', '154003.851000', '154023.738000', '154023.740000', '154023.743000', '154023.746000', '154023.748000', '154023.751000', '154023.753000', '154023.756000', '154023.762000', '154023.764000', '154023.767000', '154023.770000', '154023.772000', '154023.775000', '154023.778000', '154023.780000', '154023.783000', '154023.785000', '154023.788000', '154023.791000', '154023.793000', '154023.796000', '154023.798000', '154023.801000', '154023.804000', '154023.806000', '154023.809000', '154023.812000', '154023.814000', '154023.817000', '154023.819000', '154023.822000', '154023.825000', '154023.827000', '154023.830000', '154023.832000', '154023.835000', '154023.838000', '154023.840000', '154023.843000', '154023.846000', '154023.848000', '154023.851000', '154043.736000', '154043.739000', '154043.742000', '154043.744000', '154043.747000', '154043.750000', '154043.752000', '154043.755000', '154043.758000', '154043.760000', '154043.763000', '154043.765000', '154043.768000', '154043.771000', '154043.773000', '154043.776000', '154043.778000', '154043.781000', '154043.784000', '154043.786000', '154043.789000', '154043.791000', '154043.794000', '154043.797000', '154043.799000', '154043.802000', '154043.805000', '154043.807000', '154043.810000', '154043.812000', '154043.815000', '154043.818000', '154043.820000', '154043.823000', '154043.825000', '154043.828000', '154043.831000', '154043.833000', '154043.836000', '154043.838000', '154043.841000', '154043.844000', '154043.846000', '154043.849000', '154103.737000', '154103.739000', '154103.742000', '154103.745000', '154103.747000', '154103.750000', '154103.752000', '154103.755000', '154103.758000', '154103.760000', '154103.763000', '154103.766000', '154103.768000', '154103.771000', '154103.773000', '154103.776000', '154103.779000', '154103.781000', '154103.784000', '154103.787000', '154103.789000', '154103.792000', '154103.795000', '154103.797000', '154103.800000', '154103.803000', '154103.805000', '154103.808000', '154103.810000', '154103.813000', '154103.816000', '154103.818000', '154103.821000', '154103.823000', '154103.826000', '154103.829000', '154103.831000', '154103.834000', '154103.848000', '154103.851000', '154103.853000', '154103.856000', '154103.859000', '154123.738000', '154123.741000', '154123.743000', '154123.746000', '154123.749000', '154123.751000', '154123.754000', '154123.757000', '154123.759000', '154123.762000', '154123.765000', '154123.768000', '154123.771000', '154123.773000', '154123.776000', '154123.778000', '154123.781000', '154123.784000', '154123.786000', '154123.789000', '154123.792000', '154123.794000', '154123.797000', '154123.799000', '154123.802000', '154123.805000', '154123.807000', '154123.810000', '154123.813000', '154123.815000', '154123.818000', '154123.821000', '154123.824000', '154123.826000', '154123.829000', '154123.831000', '154123.834000', '154123.837000', '154123.840000', '154123.842000', '154123.845000', '154123.847000', '154123.850000', '154143.737000', '154143.740000', '154143.743000', '154143.746000', '154143.748000', '154143.751000', '154143.753000', '154143.756000', '154143.759000', '154143.761000', '154143.764000', '154143.767000', '154143.769000', '154143.772000', '154143.774000', '154143.777000', '154143.780000', '154143.784000', '154143.787000', '154143.790000', '154143.792000', '154143.795000', '154143.797000', '154143.800000', '154143.803000', '154143.805000', '154143.808000', '154143.810000', '154143.813000', '154143.816000', '154143.818000', '154143.821000', '154143.823000', '154143.826000', '154143.828000', '154143.831000', '154143.834000', '154143.836000', '154143.839000', '154143.842000', '154143.844000', '154143.847000', '154143.850000', '154143.852000', '154203.738000', '154203.740000', '154203.743000', '154203.746000', '154203.748000', '154203.751000', '154203.753000', '154203.756000', '154203.759000', '154203.761000', '154203.764000', '154203.767000', '154203.769000', '154203.772000', '154203.774000', '154203.777000', '154203.780000', '154203.783000', '154203.785000', '154203.788000', '154203.791000', '154203.793000', '154203.796000', '154203.799000', '154203.801000', '154203.804000', '154203.806000', '154203.809000', '154203.812000', '154203.814000', '154203.817000', '154203.819000', '154203.822000', '154203.825000', '154203.827000', '154203.830000', '154203.832000', '154203.835000', '154203.837000', '154203.840000', '154203.843000', '154203.845000', '154203.848000', '154223.738000', '154223.740000', '154223.743000', '154223.746000', '154223.748000', '154223.751000', '154223.754000', '154223.756000', '154223.759000', '154223.761000', '154223.764000', '154223.767000', '154223.769000', '154223.772000', '154223.775000', '154223.777000', '154223.780000', '154223.782000', '154223.785000', '154223.787000', '154223.790000', '154223.793000', '154223.795000', '154223.798000', '154223.801000', '154223.803000', '154223.806000', '154223.808000', '154223.811000', '154223.814000', '154223.816000', '154223.819000', '154223.822000', '154223.824000', '154223.827000', '154223.830000', '154223.832000', '154223.835000', '154223.838000', '154223.840000', '154223.843000', '154223.845000', '154223.848000', '154223.850000', '154243.737000', '154243.740000', '154243.743000', '154243.746000', '154243.748000', '154243.751000', '154243.761000', '154243.763000', '154243.766000', '154243.769000', '154243.771000', '154243.774000', '154243.776000', '154243.779000', '154243.781000', '154243.784000', '154243.787000', '154243.791000', '154243.794000', '154243.796000', '154243.799000', '154243.802000', '154243.804000', '154243.808000', '154243.811000', '154243.813000', '154243.816000', '154243.819000', '154243.821000', '154243.824000', '154243.826000', '154243.829000', '154243.832000', '154243.834000', '154243.837000', '154243.839000', '154243.842000', '154243.845000', '154243.847000', '154243.850000', '154243.852000', '154243.855000', '154243.858000', '154303.737000', '154303.739000', '154303.742000', '154303.745000', '154303.747000', '154303.750000', '154303.753000', '154303.755000', '154303.758000', '154303.760000', '154303.763000', '154303.766000', '154303.768000', '154303.771000', '154303.774000', '154303.776000', '154303.779000', '154303.782000', '154303.784000', '154303.787000', '154303.789000', '154303.792000', '154303.795000', '154303.797000', '154303.800000', '154303.803000', '154303.805000', '154303.808000', '154303.810000', '154303.813000', '154303.816000', '154303.818000', '154303.821000', '154303.824000', '154303.827000', '154303.829000', '154303.832000', '154303.834000', '154303.837000', '154303.840000', '154303.842000', '154303.845000', '154303.848000', '154303.850000', '154323.737000', '154323.739000', '154323.742000', '154323.744000', '154323.747000', '154323.750000', '154323.752000', '154323.755000', '154323.758000', '154323.761000', '154323.763000', '154323.766000', '154323.768000', '154323.771000', '154323.773000', '154323.776000', '154323.779000', '154323.781000', '154323.784000', '154323.786000', '154323.789000', '154323.792000', '154323.795000', '154323.798000', '154323.801000', '154323.804000', '154323.806000', '154323.809000', '154323.811000', '154323.814000', '154323.817000', '154323.819000', '154323.822000', '154323.825000', '154323.827000', '154323.830000', '154323.832000', '154323.835000', '154323.838000', '154323.840000', '154323.843000', '154323.846000', '154323.848000', '154343.737000', '154343.740000', '154343.743000', '154343.746000', '154343.749000', '154343.751000', '154343.754000', '154343.757000', '154343.760000', '154343.762000', '154343.765000', '154343.767000', '154343.770000', '154343.773000', '154343.775000', '154343.778000', '154343.781000', '154343.783000', '154343.786000', '154343.789000', '154343.791000', '154343.794000', '154343.796000', '154343.799000', '154343.802000', '154343.804000', '154343.807000', '154343.810000', '154343.812000', '154343.815000', '154343.818000', '154343.820000', '154343.823000', '154343.826000', '154343.828000', '154343.831000', '154343.833000', '154343.836000', '154343.839000', '154343.841000', '154343.844000', '154343.847000', '154343.849000', '154343.852000', '154403.738000', '154403.740000', '154403.759000', '154403.762000', '154403.764000', '154403.767000', '154403.770000', '154403.772000', '154403.775000', '154403.777000', '154403.780000', '154403.783000', '154403.785000', '154403.788000', '154403.791000', '154403.793000', '154403.796000', '154403.798000', '154403.801000', '154403.804000', '154403.806000', '154403.809000', '154403.811000', '154403.814000', '154403.817000', '154403.819000', '154403.822000', '154403.824000', '154403.827000', '154403.830000', '154403.832000', '154403.835000', '154403.838000', '154403.840000', '154403.843000', '154403.845000', '154403.848000', '154403.851000', '154403.854000', '154403.858000', '154403.861000', '154403.863000', '154403.866000', '154423.738000', '154423.740000', '154423.743000', '154423.746000', '154423.749000', '154423.751000', '154423.754000', '154423.757000', '154423.759000', '154423.762000', '154423.765000', '154423.767000', '154423.770000', '154423.773000', '154423.775000', '154423.778000', '154423.781000', '154423.783000', '154423.786000', '154423.789000', '154423.791000', '154423.794000', '154423.796000', '154423.806000', '154423.809000', '154423.812000', '154423.814000', '154423.817000', '154423.820000', '154423.822000', '154423.825000', '154423.827000', '154423.830000', '154423.833000', '154423.835000', '154423.838000', '154423.840000', '154423.843000', '154423.846000', '154423.848000', '154423.851000', '154423.853000', '154423.856000', '154423.859000', '154443.738000', '154443.741000', '154443.743000', '154443.746000', '154443.748000', '154443.751000', '154443.754000', '154443.756000', '154443.759000', '154443.762000', '154443.764000', '154443.767000', '154443.769000', '154443.772000', '154443.775000', '154443.777000', '154443.780000', '154443.782000', '154443.785000', '154443.788000', '154443.790000', '154443.793000', '154443.795000', '154443.798000', '154443.801000', '154443.803000', '154443.806000', '154443.808000', '154443.811000', '154443.814000', '154443.816000', '154443.819000', '154443.821000', '154443.824000', '154443.827000', '154443.829000', '154443.832000', '154443.835000', '154443.837000', '154443.840000', '154443.843000', '154443.845000', '154443.848000', '154503.738000', '154503.741000', '154503.743000', '154503.746000', '154503.749000', '154503.751000', '154503.754000', '154503.756000', '154503.759000', '154503.762000', '154503.764000', '154503.767000', '154503.769000', '154503.772000', '154503.775000', '154503.777000', '154503.780000', '154503.782000', '154503.785000', '154503.788000', '154503.790000', '154503.793000', '154503.795000', '154503.798000', '154503.801000', '154503.803000', '154503.806000', '154503.809000', '154503.812000', '154503.814000', '154503.817000', '154503.820000', '154503.826000', '154503.829000', '154503.831000', '154503.834000', '154503.837000', '154503.839000', '154503.842000', '154503.845000', '154503.847000', '154503.850000', '154503.852000', '154503.855000', '154513.737000', '154513.740000', '154513.743000', '154513.746000', '154513.748000', '154513.751000', '154513.754000', '154513.756000', '154513.759000', '154513.762000', '154513.765000', '154513.767000', '154513.770000', '154513.791000', '154513.794000', '154513.796000', '154513.800000', '154513.802000', '154513.805000', '154513.807000', '154513.810000', '154513.813000'], 'InstanceCreationTime': ['153643.770000', '153643.773000', '153643.775000', '153643.778000', '153643.781000', '153643.784000', '153643.786000', '153643.789000', '153643.792000', '153643.795000', '153643.798000', '153643.801000', '153643.803000', '153643.806000', '153643.809000', '153643.811000', '153643.831000', '153643.834000', '153643.836000', '153643.839000', '153643.842000', '153643.845000', '153643.848000', '153643.850000', '153643.853000', '153643.856000', '153643.858000', '153643.876000', '153643.879000', '153643.881000', '153643.884000', '153643.887000', '153643.890000', '153643.893000', '153643.895000', '153643.923000', '153643.926000', '153643.928000', '153643.931000', '153643.934000', '153643.937000', '153643.940000', '153643.942000', '153643.945000', '153643.948000', '153643.951000', '153643.954000', '153643.956000', '153643.959000', '153703.738000', '153703.748000', '153703.751000', '153703.753000', '153703.756000', '153703.759000', '153703.761000', '153703.764000', '153703.766000', '153703.769000', '153703.771000', '153703.774000', '153703.777000', '153703.779000', '153703.782000', '153703.784000', '153703.787000', '153703.789000', '153703.792000', '153703.795000', '153703.798000', '153703.809000', '153703.812000', '153703.814000', '153703.817000', '153703.820000', '153703.822000', '153703.825000', '153703.827000', '153703.830000', '153703.833000', '153703.836000', '153703.838000', '153703.841000', '153703.849000', '153703.851000', '153703.854000', '153703.856000', '153703.859000', '153703.862000', '153703.864000', '153703.867000', '153703.869000', '153723.737000', '153723.740000', '153723.743000', '153723.745000', '153723.748000', '153723.750000', '153723.753000', '153723.756000', '153723.758000', '153723.761000', '153723.764000', '153723.766000', '153723.769000', '153723.771000', '153723.780000', '153723.782000', '153723.785000', '153723.788000', '153723.790000', '153723.793000', '153723.795000', '153723.798000', '153723.800000', '153723.803000', '153723.806000', '153723.808000', '153723.820000', '153723.822000', '153723.825000', '153723.828000', '153723.830000', '153723.833000', '153723.835000', '153723.838000', '153723.841000', '153723.843000', '153723.846000', '153723.848000', '153723.851000', '153723.853000', '153723.856000', '153723.859000', '153723.861000', '153723.864000', '153743.737000', '153743.740000', '153743.743000', '153743.746000', '153743.748000', '153743.751000', '153743.753000', '153743.756000', '153743.759000', '153743.761000', '153743.764000', '153743.767000', '153743.769000', '153743.772000', '153743.774000', '153743.777000', '153743.780000', '153743.782000', '153743.785000', '153743.788000', '153743.798000', '153743.801000', '153743.804000', '153743.806000', '153743.809000', '153743.811000', '153743.814000', '153743.817000', '153743.822000', '153743.825000', '153743.828000', '153743.830000', '153743.833000', '153743.835000', '153743.838000', '153743.841000', '153743.843000', '153743.846000', '153743.848000', '153743.851000', '153743.854000', '153743.856000', '153743.859000', '153803.737000', '153803.740000', '153803.743000', '153803.745000', '153803.748000', '153803.751000', '153803.753000', '153803.756000', '153803.758000', '153803.761000', '153803.763000', '153803.766000', '153803.769000', '153803.771000', '153803.774000', '153803.776000', '153803.779000', '153803.782000', '153803.784000', '153803.787000', '153803.790000', '153803.792000', '153803.795000', '153803.797000', '153803.800000', '153803.802000', '153803.805000', '153803.808000', '153803.838000', '153803.840000', '153803.843000', '153803.846000', '153803.859000', '153803.862000', '153803.864000', '153803.867000', '153803.869000', '153803.872000', '153803.874000', '153803.877000', '153803.880000', '153803.882000', '153803.885000', '153803.887000', '153823.736000', '153823.739000', '153823.742000', '153823.744000', '153823.747000', '153823.750000', '153823.752000', '153823.755000', '153823.757000', '153823.760000', '153823.763000', '153823.774000', '153823.777000', '153823.779000', '153823.782000', '153823.785000', '153823.788000', '153823.790000', '153823.793000', '153823.796000', '153823.798000', '153823.801000', '153823.803000', '153823.806000', '153823.809000', '153823.811000', '153823.814000', '153823.817000', '153823.819000', '153823.822000', '153823.824000', '153823.827000', '153823.830000', '153823.832000', '153823.835000', '153823.838000', '153823.840000', '153823.843000', '153823.845000', '153823.848000', '153823.851000', '153823.853000', '153823.856000', '153843.737000', '153843.740000', '153843.743000', '153843.745000', '153843.748000', '153843.751000', '153843.753000', '153843.756000', '153843.758000', '153843.761000', '153843.764000', '153843.766000', '153843.769000', '153843.771000', '153843.774000', '153843.776000', '153843.779000', '153843.782000', '153843.784000', '153843.787000', '153843.790000', '153843.792000', '153843.795000', '153843.798000', '153843.800000', '153843.803000', '153843.806000', '153843.808000', '153843.811000', '153843.813000', '153843.816000', '153843.819000', '153843.821000', '153843.824000', '153843.827000', '153843.829000', '153843.832000', '153843.834000', '153843.837000', '153843.840000', '153843.842000', '153843.845000', '153843.847000', '153843.850000', '153903.738000', '153903.741000', '153903.743000', '153903.746000', '153903.749000', '153903.751000', '153903.754000', '153903.757000', '153903.760000', '153903.762000', '153903.765000', '153903.768000', '153903.770000', '153903.773000', '153903.776000', '153903.779000', '153903.781000', '153903.784000', '153903.787000', '153903.789000', '153903.792000', '153903.795000', '153903.797000', '153903.800000', '153903.802000', '153903.805000', '153903.808000', '153903.810000', '153903.813000', '153903.816000', '153903.818000', '153903.821000', '153903.824000', '153903.826000', '153903.829000', '153903.831000', '153903.834000', '153903.837000', '153903.839000', '153903.842000', '153903.845000', '153903.847000', '153903.850000', '153923.737000', '153923.740000', '153923.743000', '153923.745000', '153923.748000', '153923.751000', '153923.753000', '153923.756000', '153923.758000', '153923.761000', '153923.764000', '153923.766000', '153923.769000', '153923.771000', '153923.774000', '153923.777000', '153923.779000', '153923.782000', '153923.784000', '153923.787000', '153923.790000', '153923.792000', '153923.795000', '153923.798000', '153923.800000', '153923.803000', '153923.805000', '153923.808000', '153923.811000', '153923.813000', '153923.816000', '153923.819000', '153923.821000', '153923.824000', '153923.826000', '153923.829000', '153923.832000', '153923.834000', '153923.837000', '153923.840000', '153923.842000', '153923.845000', '153923.848000', '153923.850000', '153943.737000', '153943.740000', '153943.743000', '153943.746000', '153943.748000', '153943.751000', '153943.754000', '153943.756000', '153943.759000', '153943.761000', '153943.764000', '153943.767000', '153943.769000', '153943.782000', '153943.785000', '153943.787000', '153943.790000', '153943.793000', '153943.795000', '153943.798000', '153943.800000', '153943.803000', '153943.806000', '153943.808000', '153943.811000', '153943.813000', '153943.816000', '153943.819000', '153943.822000', '153943.824000', '153943.827000', '153943.829000', '153943.832000', '153943.835000', '153943.837000', '153943.840000', '153943.842000', '153943.845000', '153943.848000', '153943.850000', '153943.853000', '153943.855000', '153943.858000', '154003.738000', '154003.740000', '154003.743000', '154003.746000', '154003.748000', '154003.751000', '154003.754000', '154003.756000', '154003.759000', '154003.761000', '154003.764000', '154003.767000', '154003.769000', '154003.772000', '154003.774000', '154003.777000', '154003.780000', '154003.783000', '154003.785000', '154003.788000', '154003.791000', '154003.793000', '154003.796000', '154003.798000', '154003.801000', '154003.804000', '154003.806000', '154003.809000', '154003.811000', '154003.814000', '154003.817000', '154003.819000', '154003.822000', '154003.824000', '154003.827000', '154003.830000', '154003.832000', '154003.835000', '154003.838000', '154003.840000', '154003.843000', '154003.846000', '154003.848000', '154003.851000', '154023.738000', '154023.740000', '154023.743000', '154023.746000', '154023.748000', '154023.751000', '154023.753000', '154023.756000', '154023.762000', '154023.764000', '154023.767000', '154023.770000', '154023.772000', '154023.775000', '154023.778000', '154023.780000', '154023.783000', '154023.785000', '154023.788000', '154023.791000', '154023.793000', '154023.796000', '154023.798000', '154023.801000', '154023.804000', '154023.806000', '154023.809000', '154023.812000', '154023.814000', '154023.817000', '154023.819000', '154023.822000', '154023.825000', '154023.827000', '154023.830000', '154023.832000', '154023.835000', '154023.838000', '154023.840000', '154023.843000', '154023.846000', '154023.848000', '154023.851000', '154043.736000', '154043.739000', '154043.742000', '154043.744000', '154043.747000', '154043.750000', '154043.752000', '154043.755000', '154043.758000', '154043.760000', '154043.763000', '154043.765000', '154043.768000', '154043.771000', '154043.773000', '154043.776000', '154043.778000', '154043.781000', '154043.784000', '154043.786000', '154043.789000', '154043.791000', '154043.794000', '154043.797000', '154043.799000', '154043.802000', '154043.805000', '154043.807000', '154043.810000', '154043.812000', '154043.815000', '154043.818000', '154043.820000', '154043.823000', '154043.825000', '154043.828000', '154043.831000', '154043.833000', '154043.836000', '154043.838000', '154043.841000', '154043.844000', '154043.846000', '154043.849000', '154103.737000', '154103.739000', '154103.742000', '154103.745000', '154103.747000', '154103.750000', '154103.752000', '154103.755000', '154103.758000', '154103.760000', '154103.763000', '154103.766000', '154103.768000', '154103.771000', '154103.773000', '154103.776000', '154103.779000', '154103.781000', '154103.784000', '154103.787000', '154103.789000', '154103.792000', '154103.795000', '154103.797000', '154103.800000', '154103.803000', '154103.805000', '154103.808000', '154103.810000', '154103.813000', '154103.816000', '154103.818000', '154103.821000', '154103.823000', '154103.826000', '154103.829000', '154103.831000', '154103.834000', '154103.848000', '154103.851000', '154103.853000', '154103.856000', '154103.859000', '154123.738000', '154123.741000', '154123.743000', '154123.746000', '154123.749000', '154123.751000', '154123.754000', '154123.757000', '154123.759000', '154123.762000', '154123.765000', '154123.768000', '154123.771000', '154123.773000', '154123.776000', '154123.778000', '154123.781000', '154123.784000', '154123.786000', '154123.789000', '154123.792000', '154123.794000', '154123.797000', '154123.799000', '154123.802000', '154123.805000', '154123.807000', '154123.810000', '154123.813000', '154123.815000', '154123.818000', '154123.821000', '154123.824000', '154123.826000', '154123.829000', '154123.831000', '154123.834000', '154123.837000', '154123.840000', '154123.842000', '154123.845000', '154123.847000', '154123.850000', '154143.737000', '154143.740000', '154143.743000', '154143.746000', '154143.748000', '154143.751000', '154143.753000', '154143.756000', '154143.759000', '154143.761000', '154143.764000', '154143.767000', '154143.769000', '154143.772000', '154143.774000', '154143.777000', '154143.780000', '154143.784000', '154143.787000', '154143.790000', '154143.792000', '154143.795000', '154143.797000', '154143.800000', '154143.803000', '154143.805000', '154143.808000', '154143.810000', '154143.813000', '154143.816000', '154143.818000', '154143.821000', '154143.823000', '154143.826000', '154143.828000', '154143.831000', '154143.834000', '154143.836000', '154143.839000', '154143.842000', '154143.844000', '154143.847000', '154143.850000', '154143.852000', '154203.738000', '154203.740000', '154203.743000', '154203.746000', '154203.748000', '154203.751000', '154203.753000', '154203.756000', '154203.759000', '154203.761000', '154203.764000', '154203.767000', '154203.769000', '154203.772000', '154203.774000', '154203.777000', '154203.780000', '154203.783000', '154203.785000', '154203.788000', '154203.791000', '154203.793000', '154203.796000', '154203.799000', '154203.801000', '154203.804000', '154203.806000', '154203.809000', '154203.812000', '154203.814000', '154203.817000', '154203.819000', '154203.822000', '154203.825000', '154203.827000', '154203.830000', '154203.832000', '154203.835000', '154203.837000', '154203.840000', '154203.843000', '154203.845000', '154203.848000', '154223.738000', '154223.740000', '154223.743000', '154223.746000', '154223.748000', '154223.751000', '154223.754000', '154223.756000', '154223.759000', '154223.761000', '154223.764000', '154223.767000', '154223.769000', '154223.772000', '154223.775000', '154223.777000', '154223.780000', '154223.782000', '154223.785000', '154223.787000', '154223.790000', '154223.793000', '154223.795000', '154223.798000', '154223.801000', '154223.803000', '154223.806000', '154223.808000', '154223.811000', '154223.814000', '154223.816000', '154223.819000', '154223.822000', '154223.824000', '154223.827000', '154223.830000', '154223.832000', '154223.835000', '154223.838000', '154223.840000', '154223.843000', '154223.845000', '154223.848000', '154223.850000', '154243.737000', '154243.740000', '154243.743000', '154243.746000', '154243.748000', '154243.751000', '154243.761000', '154243.763000', '154243.766000', '154243.769000', '154243.771000', '154243.774000', '154243.776000', '154243.779000', '154243.781000', '154243.784000', '154243.787000', '154243.791000', '154243.794000', '154243.796000', '154243.799000', '154243.802000', '154243.804000', '154243.808000', '154243.811000', '154243.813000', '154243.816000', '154243.819000', '154243.821000', '154243.824000', '154243.826000', '154243.829000', '154243.832000', '154243.834000', '154243.837000', '154243.839000', '154243.842000', '154243.845000', '154243.847000', '154243.850000', '154243.852000', '154243.855000', '154243.858000', '154303.737000', '154303.739000', '154303.742000', '154303.745000', '154303.747000', '154303.750000', '154303.753000', '154303.755000', '154303.758000', '154303.760000', '154303.763000', '154303.766000', '154303.768000', '154303.771000', '154303.774000', '154303.776000', '154303.779000', '154303.782000', '154303.784000', '154303.787000', '154303.789000', '154303.792000', '154303.795000', '154303.797000', '154303.800000', '154303.803000', '154303.805000', '154303.808000', '154303.810000', '154303.813000', '154303.816000', '154303.818000', '154303.821000', '154303.824000', '154303.827000', '154303.829000', '154303.832000', '154303.834000', '154303.837000', '154303.840000', '154303.842000', '154303.845000', '154303.848000', '154303.850000', '154323.737000', '154323.739000', '154323.742000', '154323.744000', '154323.747000', '154323.750000', '154323.752000', '154323.755000', '154323.758000', '154323.761000', '154323.763000', '154323.766000', '154323.768000', '154323.771000', '154323.773000', '154323.776000', '154323.779000', '154323.781000', '154323.784000', '154323.786000', '154323.789000', '154323.792000', '154323.795000', '154323.798000', '154323.801000', '154323.804000', '154323.806000', '154323.809000', '154323.811000', '154323.814000', '154323.817000', '154323.819000', '154323.822000', '154323.825000', '154323.827000', '154323.830000', '154323.832000', '154323.835000', '154323.838000', '154323.840000', '154323.843000', '154323.846000', '154323.848000', '154343.737000', '154343.740000', '154343.743000', '154343.746000', '154343.749000', '154343.751000', '154343.754000', '154343.757000', '154343.760000', '154343.762000', '154343.765000', '154343.767000', '154343.770000', '154343.773000', '154343.775000', '154343.778000', '154343.781000', '154343.783000', '154343.786000', '154343.789000', '154343.791000', '154343.794000', '154343.796000', '154343.799000', '154343.802000', '154343.804000', '154343.807000', '154343.810000', '154343.812000', '154343.815000', '154343.818000', '154343.820000', '154343.823000', '154343.826000', '154343.828000', '154343.831000', '154343.833000', '154343.836000', '154343.839000', '154343.841000', '154343.844000', '154343.847000', '154343.849000', '154343.852000', '154403.738000', '154403.740000', '154403.759000', '154403.762000', '154403.764000', '154403.767000', '154403.770000', '154403.772000', '154403.775000', '154403.777000', '154403.780000', '154403.783000', '154403.785000', '154403.788000', '154403.791000', '154403.793000', '154403.796000', '154403.798000', '154403.801000', '154403.804000', '154403.806000', '154403.809000', '154403.811000', '154403.814000', '154403.817000', '154403.819000', '154403.822000', '154403.824000', '154403.827000', '154403.830000', '154403.832000', '154403.835000', '154403.838000', '154403.840000', '154403.843000', '154403.845000', '154403.848000', '154403.851000', '154403.854000', '154403.858000', '154403.861000', '154403.863000', '154403.866000', '154423.738000', '154423.740000', '154423.743000', '154423.746000', '154423.749000', '154423.751000', '154423.754000', '154423.757000', '154423.759000', '154423.762000', '154423.765000', '154423.767000', '154423.770000', '154423.773000', '154423.775000', '154423.778000', '154423.781000', '154423.783000', '154423.786000', '154423.789000', '154423.791000', '154423.794000', '154423.796000', '154423.806000', '154423.809000', '154423.812000', '154423.814000', '154423.817000', '154423.820000', '154423.822000', '154423.825000', '154423.827000', '154423.830000', '154423.833000', '154423.835000', '154423.838000', '154423.840000', '154423.843000', '154423.846000', '154423.848000', '154423.851000', '154423.853000', '154423.856000', '154423.859000', '154443.738000', '154443.741000', '154443.743000', '154443.746000', '154443.748000', '154443.751000', '154443.754000', '154443.756000', '154443.759000', '154443.762000', '154443.764000', '154443.767000', '154443.769000', '154443.772000', '154443.775000', '154443.777000', '154443.780000', '154443.782000', '154443.785000', '154443.788000', '154443.790000', '154443.793000', '154443.795000', '154443.798000', '154443.801000', '154443.803000', '154443.806000', '154443.808000', '154443.811000', '154443.814000', '154443.816000', '154443.819000', '154443.821000', '154443.824000', '154443.827000', '154443.829000', '154443.832000', '154443.835000', '154443.837000', '154443.840000', '154443.843000', '154443.845000', '154443.848000', '154503.738000', '154503.741000', '154503.743000', '154503.746000', '154503.749000', '154503.751000', '154503.754000', '154503.756000', '154503.759000', '154503.762000', '154503.764000', '154503.767000', '154503.769000', '154503.772000', '154503.775000', '154503.777000', '154503.780000', '154503.782000', '154503.785000', '154503.788000', '154503.790000', '154503.793000', '154503.795000', '154503.798000', '154503.801000', '154503.803000', '154503.806000', '154503.809000', '154503.812000', '154503.814000', '154503.817000', '154503.820000', '154503.826000', '154503.829000', '154503.831000', '154503.834000', '154503.837000', '154503.839000', '154503.842000', '154503.845000', '154503.847000', '154503.850000', '154503.852000', '154503.855000', '154513.737000', '154513.740000', '154513.743000', '154513.746000', '154513.748000', '154513.751000', '154513.754000', '154513.756000', '154513.759000', '154513.762000', '154513.765000', '154513.767000', '154513.770000', '154513.791000', '154513.794000', '154513.796000', '154513.800000', '154513.802000', '154513.805000', '154513.807000', '154513.810000', '154513.813000'], '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, 1158], 'LargestImagePixelValue': [11478, 12704, 7904, 7622, 15003, 7252, 7796, 7554, 14362, 13233, 9372, 12151, 15797, 11666, 10788, 10523, 7756, 14681, 9287, 8980, 7237, 7513, 7214, 7548, 14578, 10672, 10062, 7363, 7647, 7598, 7555, 8137, 7127, 7456, 7653, 7542, 8534, 7256, 9464, 7156, 8192, 11569, 7539, 15095, 12938, 10832, 7004, 7407, 13648, 7008, 13374, 10073, 9433, 7510, 7288, 9513, 7239, 9997, 7179, 9787, 9889, 7767, 14207, 7143, 10982, 7328, 12483, 13719, 10552, 12709, 7240, 9467, 7082, 7414, 14839, 12245, 13065, 11039, 9743, 7141, 7338, 14341, 7268, 13264, 10620, 9530, 6991, 7373, 13163, 7219, 11107, 8086, 9439, 7493, 7535, 13945, 7255, 8852, 7039, 9828, 11478, 8257, 7878, 7269, 12982, 6964, 9277, 10770, 7814, 15037, 8799, 12033, 7052, 7615, 9288, 7507, 14710, 12420, 10675, 7212, 7591, 7292, 7704, 14315, 10505, 12990, 7056, 12133, 7159, 10541, 7985, 13496, 10888, 11328, 7569, 7523, 15331, 7168, 13528, 11260, 11717, 7939, 8018, 8019, 7379, 10767, 7097, 13727, 10806, 11646, 7923, 7643, 13272, 6852, 10682, 9658, 9070, 7851, 7606, 10999, 7063, 7234, 7463, 7925, 7598, 7630, 12171, 7264, 9373, 7064, 11683, 12350, 11557, 10626, 7175, 13185, 7390, 9992, 13457, 9369, 14552, 10604, 12151, 7253, 7750, 13067, 7741, 14661, 12364, 10855, 7294, 7706, 7296, 7822, 14601, 12378, 10506, 7317, 7688, 7631, 7478, 13022, 8256, 12246, 7237, 8998, 7325, 7602, 14666, 7364, 13019, 11242, 10002, 7257, 7824, 8820, 7867, 15221, 12864, 11603, 8641, 9348, 9667, 8151, 14813, 12577, 10915, 8139, 7626, 7454, 8985, 8881, 8658, 12505, 11655, 7171, 9207, 7921, 8375, 12518, 8216, 8433, 14008, 7574, 8463, 7276, 8408, 11034, 11212, 14501, 12881, 15151, 12550, 14325, 10016, 13843, 9783, 11076, 15461, 14054, 12074, 8354, 9161, 7826, 8701, 7414, 8764, 13244, 8464, 13596, 11498, 10110, 7416, 8019, 7050, 8824, 7492, 8869, 11195, 10002, 8048, 8567, 13473, 8513, 12707, 7844, 12585, 7303, 12257, 7651, 8381, 7682, 8262, 8239, 8497, 9665, 8590, 8137, 8570, 14639, 8282, 14287, 11359, 12070, 7272, 8502, 8006, 8435, 13865, 8504, 14217, 9795, 12459, 7900, 8783, 7636, 10599, 10082, 12930, 8013, 8538, 14873, 8124, 13780, 11578, 14212, 8659, 10829, 8106, 8520, 8870, 8362, 14682, 12594, 11947, 8107, 12425, 7483, 8320, 13436, 9261, 13591, 9029, 9083, 7558, 8520, 7775, 8187, 13718, 10862, 7361, 7967, 12788, 7603, 10447, 7867, 8736, 13555, 8241, 8966, 7785, 8464, 8020, 9898, 9138, 13050, 10718, 9073, 7728, 8513, 13777, 7430, 9074, 8604, 13259, 8567, 7935, 8228, 10584, 8927, 14897, 12126, 14445, 10978, 10251, 8242, 8378, 13087, 8228, 13542, 10914, 12374, 7798, 8678, 8329, 8328, 11169, 8388, 13458, 8242, 11746, 8065, 9766, 7784, 12050, 10391, 12446, 7862, 8321, 14442, 8109, 12785, 10697, 11478, 8393, 8546, 13595, 8023, 8771, 8057, 9070, 13064, 10330, 12502, 8186, 11948, 7732, 10109, 9650, 8663, 13844, 8317, 13119, 8087, 8810, 7945, 8463, 13686, 8433, 12114, 7528, 8718, 8373, 8574, 12553, 9104, 12715, 11506, 13339, 7720, 9195, 7899, 8683, 13656, 10885, 14206, 11025, 9747, 8042, 9913, 9355, 8514, 11083, 12707, 13291, 10514, 8168, 8014, 8649, 11250, 8302, 9552, 8315, 8486, 14015, 9054, 12506, 8484, 7975, 8311, 8714, 11301, 10496, 13054, 8167, 8428, 8563, 8316, 10760, 8615, 14570, 11503, 12018, 8022, 8454, 9110, 8775, 14041, 11067, 12158, 8329, 11667, 8384, 8253, 14703, 9176, 13202, 10075, 9684, 8130, 7959, 11570, 8056, 10875, 9327, 8864, 7768, 7990, 13223, 8239, 10841, 9429, 10195, 8287, 8114, 14382, 8089, 11172, 8152, 9992, 13802, 12219, 12887, 8133, 10035, 7938, 8343, 11709, 8577, 13798, 8174, 12372, 7859, 8334, 7960, 8725, 14379, 11241, 11664, 7965, 8220, 8138, 8474, 14031, 8930, 11874, 7493, 8215, 8148, 8234, 11670, 8055, 10626, 7491, 8307, 7688, 8262, 9339, 7710, 8040, 7864, 8464, 12470, 8110, 10680, 8047, 8094, 7970, 8313, 13536, 8123, 11468, 8334, 8401, 8128, 8159, 12410, 8569, 12965, 8925, 12382, 7968, 8109, 12079, 8437, 14470, 11474, 11523, 8429, 7998, 8398, 8085, 13747, 10112, 12584, 8557, 8642, 8276, 8517, 12156, 7870, 12342, 8146, 9542, 8110, 12530, 10842, 10507, 9165, 8011, 13298, 8068, 13472, 10244, 13197, 10819, 8902, 11859, 7898, 12010, 8139, 11541, 10486, 8662, 7621, 7623, 13981, 8028, 10160, 8074, 8368, 11293, 7946, 13611, 7854, 12009, 8298, 10588, 10769, 8021, 12521, 7723, 13377, 8138, 10732, 9098, 11246, 13453, 12178, 13057, 7535, 12945, 8574, 12319, 10462, 10397, 7663, 8271, 14255, 7777, 12912, 10316, 11210, 8669, 8440, 13871, 7986, 9545, 8254, 8808, 9779, 8392, 12121, 7876, 11542, 8399, 11680, 10228, 9020, 9093, 7933, 12651, 7974, 10939, 10031, 12606, 13226, 11320, 12422, 8287, 11165, 9355, 12729, 8807, 12779, 7205, 7694, 7546, 7469, 12238, 7800, 11465, 9498, 7824, 13459, 7852, 12315, 9801, 10878, 7865, 10018, 14752, 13827, 14819, 10548, 14571, 12938, 11155, 13763, 7612, 10522, 8327, 7626, 7748, 7935, 13184, 9879, 11268, 7433, 7756, 7994, 7623, 7714, 8082, 12109, 8065, 12426, 8181, 11090, 7740, 9795, 7520, 9443, 7656, 12036, 9896, 12253, 7859, 9513, 7651, 7814, 12109, 8210, 13170, 10419, 10634, 7530, 8116, 7611, 7665, 11338, 8770, 11809, 7475, 11848, 7821, 11245, 7538, 11800, 9593, 12245, 7753, 8877, 7881, 7862, 11908, 8514, 13892, 7744, 10841, 11604, 8078, 11605, 8206, 14003, 11732, 13265, 8086, 8239, 9113, 8014, 11739, 8317, 11561, 8646, 9230, 7782, 7924, 7730, 8024, 12015, 8157, 10705, 7895, 7915, 7983, 7984, 7473, 8032, 11831, 7808, 7632, 8055, 7855, 7496, 7764, 11495, 7627, 8150, 7968, 8033, 12771, 7743, 9501, 7469, 9772, 13516, 9786, 12782, 7626, 9281, 7609, 8058, 14945, 10298, 11182, 7347, 8208, 14083, 7839, 9906, 7423, 11194, 12263, 9475, 14348, 7971, 10631, 7578, 8382, 14617, 7940, 9948, 7478, 8386, 7648, 8113, 11510, 7912, 10065, 8148, 12157, 7622, 10393, 14196, 8120, 14072, 10917, 12075, 12203, 9961, 14263, 8009, 12105, 7541, 12094, 12225, 9297, 11255, 8161, 8413, 7237, 8492, 8455, 9380, 7345, 8340, 14283, 8390, 13362, 10612, 11311, 8467, 8488, 14169, 8086, 12562, 7751, 12425, 9552, 10880, 9504, 8256, 13833, 8419, 13525, 10469, 11261, 7247, 8347, 13988, 8511, 12064, 8520, 10045, 9548, 12243, 8051, 9289, 7324, 8219, 14392, 11156, 14462, 9416, 8034, 7502, 9722, 10447, 8261, 13203, 8174, 8578, 7976, 11677, 7759, 8250, 7785, 8373, 13209, 12260, 11614, 8249, 12451, 7771, 8056, 11500, 7016, 7623, 10871, 7247, 8747, 7816, 13342, 11445, 13943, 10883, 14243, 8308, 8214, 13364, 7848, 12823, 10223, 10510, 7491, 8224, 11386, 7884, 7303, 7751, 8855, 7452, 8041, 7590, 8344, 10404, 8099, 14128, 11728, 11528, 7091, 8710, 8647, 8511, 15104, 12161, 13555, 7408, 10531, 7400, 8219, 14278, 8320, 13290, 9248, 10436, 7247, 8511, 12090, 8315, 13636, 10724, 11829, 7337, 8451, 7648, 8260, 14383, 8369, 14554, 11125, 14161, 7357, 8382, 12497, 8371, 14579, 11830, 12312, 7527, 8367, 7245, 8116, 13818, 8320, 13117, 9491, 9522, 7601, 8167, 13472, 8033, 11780, 9481, 10097, 7434, 8386, 13824, 7991, 12375, 9633, 11937, 9346, 8461, 11251, 8113, 9773, 7814, 12215, 9666, 9366, 7882, 8022, 13320, 8010, 11456, 9094, 14078, 9959, 10607, 8863, 7957, 15015, 8171, 13875, 10411, 10114, 7670, 8169, 13152, 8078, 13308, 10820, 13983, 7797, 10562, 7572, 8204, 14911, 8407, 14148, 11932, 14009, 7573, 8244, 10950, 8235, 15059, 12245, 14292, 10076, 11571, 7376, 8244, 7611, 8233, 13944, 9173, 13375, 11025, 11157, 7816, 8320, 7473, 8428, 14194, 10753, 13197, 7918, 8431, 7390, 8232, 7538, 8354, 13984, 12255, 12581, 7843, 10930, 7345, 8359, 10046, 8415, 14127, 11018, 13095, 8055, 11095, 7546, 11225, 8413, 13635, 9163, 11281, 7565, 8299, 14080, 8149, 13788, 11823, 13569, 8108, 12375, 7688, 8338, 7652, 8318], 'WindowCenter': [4351.0, 4345.0, 4267.0, 4258.0, 4335.0, 4243.0, 4250.0, 4253.0, 4347.0, 4337.0, 4284.0, 4315.0, 4333.0, 4289.0, 4290.0, 4279.0, 4240.0, 4321.0, 4272.0, 4258.0, 4230.0, 4230.0, 4228.0, 4241.0, 4321.0, 4281.0, 4271.0, 4229.0, 4240.0, 4240.0, 4242.0, 4250.0, 4232.0, 4244.0, 4254.0, 4255.0, 4262.0, 4244.0, 4281.0, 4245.0, 4265.0, 4304.0, 4256.0, 4333.0, 4313.0, 4293.0, 4231.0, 4243.0, 4310.0, 4233.0, 4323.0, 4282.0, 4272.0, 4242.0, 4244.0, 4271.0, 4243.0, 4283.0, 4246.0, 4296.0, 4284.0, 4254.0, 4322.0, 4233.0, 4294.0, 4243.0, 4326.0, 4321.0, 4295.0, 4311.0, 4243.0, 4282.0, 4230.0, 4241.0, 4321.0, 4313.0, 4311.0, 4293.0, 4271.0, 4231.0, 4243.0, 4320.0, 4243.0, 4310.0, 4293.0, 4272.0, 4230.0, 4243.0, 4310.0, 4243.0, 4301.0, 4253.0, 4274.0, 4242.0, 4254.0, 4320.0, 4241.0, 4271.0, 4231.0, 4283.0, 4302.0, 4263.0, 4249.0, 4243.0, 4309.0, 4233.0, 4271.0, 4302.0, 4252.0, 4330.0, 4273.0, 4310.0, 4244.0, 4252.0, 4270.0, 4254.0, 4330.0, 4311.0, 4289.0, 4241.0, 4252.0, 4240.0, 4254.0, 4332.0, 4294.0, 4321.0, 4244.0, 4309.0, 4232.0, 4293.0, 4251.0, 4324.0, 4291.0, 4304.0, 4249.0, 4254.0, 4333.0, 4231.0, 4323.0, 4304.0, 4302.0, 4249.0, 4252.0, 4248.0, 4240.0, 4290.0, 4231.0, 4322.0, 4291.0, 4302.0, 4250.0, 4251.0, 4309.0, 4221.0, 4292.0, 4280.0, 4272.0, 4248.0, 4241.0, 4289.0, 4229.0, 4242.0, 4243.0, 4263.0, 4253.0, 4253.0, 4312.0, 4242.0, 4281.0, 4241.0, 4315.0, 4314.0, 4314.0, 4293.0, 4232.0, 4308.0, 4241.0, 4281.0, 4320.0, 4284.0, 4320.0, 4291.0, 4301.0, 4242.0, 4250.0, 4310.0, 4252.0, 4317.0, 4312.0, 4291.0, 4227.0, 4240.0, 4238.0, 4251.0, 4330.0, 4313.0, 4290.0, 4240.0, 4241.0, 4237.0, 4241.0, 4320.0, 4261.0, 4312.0, 4242.0, 4271.0, 4241.0, 4251.0, 4330.0, 4255.0, 4322.0, 4302.0, 4280.0, 4240.0, 4251.0, 4269.0, 4252.0, 4330.0, 4311.0, 4289.0, 4261.0, 4270.0, 4269.0, 4251.0, 4320.0, 4299.0, 4287.0, 4250.0, 4239.0, 4226.0, 4259.0, 4258.0, 4263.0, 4312.0, 4303.0, 4231.0, 4273.0, 4250.0, 4261.0, 4297.0, 4248.0, 4249.0, 4309.0, 4238.0, 4248.0, 4240.0, 4260.0, 4291.0, 4291.0, 4318.0, 4299.0, 4306.0, 4285.0, 4296.0, 4254.0, 4295.0, 4252.0, 4276.0, 4305.0, 4296.0, 4272.0, 4223.0, 4241.0, 4212.0, 4231.0, 4212.0, 4245.0, 4293.0, 4235.0, 4294.0, 4276.0, 4263.0, 4214.0, 4224.0, 4214.0, 4256.0, 4214.0, 4257.0, 4286.0, 4268.0, 4236.0, 4258.0, 4306.0, 4247.0, 4296.0, 4236.0, 4297.0, 4227.0, 4300.0, 4240.0, 4249.0, 4238.0, 4260.0, 4259.0, 4273.0, 4280.0, 4273.0, 4252.0, 4274.0, 4329.0, 4261.0, 4321.0, 4291.0, 4300.0, 4240.0, 4260.0, 4248.0, 4261.0, 4319.0, 4261.0, 4320.0, 4282.0, 4309.0, 4251.0, 4258.0, 4250.0, 4292.0, 4280.0, 4311.0, 4248.0, 4259.0, 4319.0, 4248.0, 4318.0, 4300.0, 4320.0, 4258.0, 4288.0, 4237.0, 4259.0, 4258.0, 4260.0, 4319.0, 4310.0, 4297.0, 4250.0, 4299.0, 4227.0, 4249.0, 4308.0, 4268.0, 4308.0, 4259.0, 4256.0, 4237.0, 4258.0, 4238.0, 4261.0, 4319.0, 4290.0, 4228.0, 4248.0, 4298.0, 4236.0, 4290.0, 4247.0, 4260.0, 4320.0, 4260.0, 4257.0, 4251.0, 4257.0, 4250.0, 4280.0, 4280.0, 4325.0, 4292.0, 4272.0, 4238.0, 4263.0, 4320.0, 4242.0, 4270.0, 4271.0, 4323.0, 4274.0, 4262.0, 4264.0, 4291.0, 4273.0, 4334.0, 4302.0, 4321.0, 4281.0, 4280.0, 4246.0, 4249.0, 4296.0, 4249.0, 4308.0, 4290.0, 4297.0, 4238.0, 4248.0, 4246.0, 4249.0, 4287.0, 4260.0, 4306.0, 4249.0, 4297.0, 4250.0, 4278.0, 4251.0, 4312.0, 4281.0, 4313.0, 4249.0, 4260.0, 4319.0, 4249.0, 4311.0, 4279.0, 4290.0, 4246.0, 4259.0, 4305.0, 4239.0, 4258.0, 4238.0, 4271.0, 4309.0, 4280.0, 4297.0, 4260.0, 4297.0, 4239.0, 4281.0, 4270.0, 4261.0, 4309.0, 4250.0, 4308.0, 4247.0, 4270.0, 4247.0, 4263.0, 4321.0, 4261.0, 4299.0, 4241.0, 4260.0, 4258.0, 4258.0, 4297.0, 4271.0, 4308.0, 4301.0, 4310.0, 4241.0, 4271.0, 4236.0, 4260.0, 4319.0, 4291.0, 4319.0, 4290.0, 4270.0, 4246.0, 4279.0, 4268.0, 4259.0, 4290.0, 4311.0, 4312.0, 4289.0, 4259.0, 4247.0, 4258.0, 4287.0, 4247.0, 4270.0, 4249.0, 4260.0, 4320.0, 4272.0, 4310.0, 4260.0, 4249.0, 4259.0, 4270.0, 4300.0, 4293.0, 4323.0, 4262.0, 4260.0, 4261.0, 4262.0, 4288.0, 4272.0, 4333.0, 4312.0, 4310.0, 4252.0, 4261.0, 4268.0, 4270.0, 4331.0, 4303.0, 4309.0, 4262.0, 4303.0, 4261.0, 4262.0, 4330.0, 4281.0, 4321.0, 4280.0, 4271.0, 4238.0, 4251.0, 4287.0, 4249.0, 4291.0, 4270.0, 4273.0, 4239.0, 4248.0, 4308.0, 4260.0, 4292.0, 4268.0, 4290.0, 4247.0, 4250.0, 4318.0, 4250.0, 4290.0, 4248.0, 4280.0, 4308.0, 4300.0, 4297.0, 4240.0, 4268.0, 4238.0, 4250.0, 4298.0, 4259.0, 4308.0, 4249.0, 4299.0, 4238.0, 4249.0, 4237.0, 4259.0, 4319.0, 4300.0, 4287.0, 4250.0, 4250.0, 4237.0, 4249.0, 4318.0, 4260.0, 4299.0, 4227.0, 4248.0, 4248.0, 4259.0, 4287.0, 4250.0, 4291.0, 4239.0, 4260.0, 4239.0, 4250.0, 4268.0, 4239.0, 4251.0, 4249.0, 4262.0, 4311.0, 4261.0, 4290.0, 4261.0, 4252.0, 4251.0, 4272.0, 4322.0, 4261.0, 4300.0, 4263.0, 4263.0, 4252.0, 4263.0, 4323.0, 4273.0, 4322.0, 4273.0, 4311.0, 4251.0, 4253.0, 4310.0, 4262.0, 4331.0, 4313.0, 4301.0, 4261.0, 4252.0, 4260.0, 4252.0, 4321.0, 4306.0, 4313.0, 4272.0, 4272.0, 4262.0, 4273.0, 4312.0, 4267.0, 4323.0, 4265.0, 4297.0, 4262.0, 4323.0, 4304.0, 4306.0, 4284.0, 4263.0, 4324.0, 4264.0, 4322.0, 4292.0, 4324.0, 4293.0, 4274.0, 4302.0, 4251.0, 4312.0, 4253.0, 4303.0, 4293.0, 4264.0, 4241.0, 4245.0, 4320.0, 4253.0, 4283.0, 4250.0, 4265.0, 4303.0, 4253.0, 4322.0, 4253.0, 4312.0, 4264.0, 4294.0, 4304.0, 4256.0, 4314.0, 4253.0, 4324.0, 4253.0, 4293.0, 4262.0, 4293.0, 4323.0, 4315.0, 4312.0, 4242.0, 4312.0, 4262.0, 4313.0, 4282.0, 4283.0, 4230.0, 4252.0, 4321.0, 4241.0, 4301.0, 4282.0, 4291.0, 4251.0, 4251.0, 4310.0, 4239.0, 4260.0, 4250.0, 4261.0, 4271.0, 4253.0, 4301.0, 4255.0, 4303.0, 4253.0, 4302.0, 4283.0, 4264.0, 4263.0, 4255.0, 4311.0, 4253.0, 4294.0, 4281.0, 4314.0, 4311.0, 4293.0, 4303.0, 4252.0, 4293.0, 4272.0, 4314.0, 4274.0, 4327.0, 4245.0, 4243.0, 4240.0, 4241.0, 4299.0, 4239.0, 4300.0, 4269.0, 4251.0, 4320.0, 4252.0, 4313.0, 4282.0, 4292.0, 4251.0, 4283.0, 4320.0, 4308.0, 4309.0, 4268.0, 4308.0, 4284.0, 4276.0, 4282.0, 4215.0, 4253.0, 4224.0, 4215.0, 4212.0, 4224.0, 4284.0, 4255.0, 4264.0, 4215.0, 4215.0, 4225.0, 4226.0, 4224.0, 4226.0, 4286.0, 4237.0, 4286.0, 4238.0, 4276.0, 4228.0, 4267.0, 4240.0, 4267.0, 4240.0, 4299.0, 4271.0, 4299.0, 4240.0, 4271.0, 4238.0, 4239.0, 4299.0, 4262.0, 4308.0, 4280.0, 4278.0, 4238.0, 4239.0, 4239.0, 4241.0, 4290.0, 4261.0, 4300.0, 4230.0, 4289.0, 4240.0, 4289.0, 4240.0, 4301.0, 4270.0, 4299.0, 4239.0, 4259.0, 4250.0, 4253.0, 4301.0, 4261.0, 4321.0, 4251.0, 4300.0, 4312.0, 4261.0, 4302.0, 4263.0, 4335.0, 4302.0, 4314.0, 4238.0, 4249.0, 4257.0, 4240.0, 4299.0, 4250.0, 4289.0, 4260.0, 4258.0, 4237.0, 4238.0, 4238.0, 4251.0, 4299.0, 4252.0, 4279.0, 4251.0, 4251.0, 4250.0, 4249.0, 4241.0, 4263.0, 4311.0, 4253.0, 4252.0, 4262.0, 4262.0, 4241.0, 4252.0, 4301.0, 4255.0, 4265.0, 4264.0, 4264.0, 4321.0, 4253.0, 4283.0, 4243.0, 4296.0, 4323.0, 4282.0, 4309.0, 4252.0, 4271.0, 4240.0, 4251.0, 4331.0, 4291.0, 4302.0, 4230.0, 4261.0, 4318.0, 4241.0, 4278.0, 4239.0, 4302.0, 4310.0, 4281.0, 4319.0, 4250.0, 4290.0, 4240.0, 4251.0, 4319.0, 4250.0, 4281.0, 4229.0, 4251.0, 4239.0, 4251.0, 4301.0, 4262.0, 4292.0, 4265.0, 4325.0, 4251.0, 4293.0, 4321.0, 4251.0, 4320.0, 4302.0, 4314.0, 4299.0, 4280.0, 4318.0, 4250.0, 4299.0, 4240.0, 4310.0, 4299.0, 4269.0, 4286.0, 4248.0, 4250.0, 4238.0, 4272.0, 4260.0, 4273.0, 4238.0, 4262.0, 4319.0, 4261.0, 4311.0, 4291.0, 4290.0, 4248.0, 4261.0, 4318.0, 4249.0, 4299.0, 4239.0, 4312.0, 4269.0, 4288.0, 4265.0, 4248.0, 4307.0, 4248.0, 4320.0, 4290.0, 4291.0, 4228.0, 4248.0, 4307.0, 4258.0, 4296.0, 4247.0, 4266.0, 4267.0, 4298.0, 4235.0, 4269.0, 4227.0, 4248.0, 4320.0, 4291.0, 4308.0, 4258.0, 4239.0, 4226.0, 4271.0, 4277.0, 4259.0, 4311.0, 4250.0, 4248.0, 4250.0, 4299.0, 4237.0, 4251.0, 4238.0, 4262.0, 4310.0, 4301.0, 4288.0, 4251.0, 4300.0, 4239.0, 4263.0, 4302.0, 4231.0, 4239.0, 4301.0, 4253.0, 4272.0, 4264.0, 4333.0, 4314.0, 4337.0, 4291.0, 4323.0, 4248.0, 4250.0, 4308.0, 4249.0, 4311.0, 4280.0, 4281.0, 4228.0, 4249.0, 4286.0, 4249.0, 4238.0, 4253.0, 4271.0, 4242.0, 4250.0, 4251.0, 4264.0, 4290.0, 4263.0, 4332.0, 4312.0, 4300.0, 4230.0, 4272.0, 4259.0, 4271.0, 4331.0, 4311.0, 4321.0, 4240.0, 4291.0, 4227.0, 4261.0, 4318.0, 4260.0, 4320.0, 4269.0, 4290.0, 4227.0, 4261.0, 4299.0, 4259.0, 4320.0, 4300.0, 4301.0, 4228.0, 4259.0, 4238.0, 4260.0, 4318.0, 4260.0, 4330.0, 4300.0, 4321.0, 4228.0, 4249.0, 4297.0, 4250.0, 4319.0, 4299.0, 4297.0, 4239.0, 4248.0, 4228.0, 4249.0, 4308.0, 4260.0, 4311.0, 4270.0, 4269.0, 4238.0, 4261.0, 4308.0, 4249.0, 4300.0, 4281.0, 4279.0, 4238.0, 4260.0, 4318.0, 4248.0, 4308.0, 4280.0, 4300.0, 4268.0, 4248.0, 4285.0, 4247.0, 4277.0, 4239.0, 4311.0, 4281.0, 4270.0, 4249.0, 4251.0, 4320.0, 4250.0, 4300.0, 4272.0, 4331.0, 4280.0, 4292.0, 4259.0, 4250.0, 4319.0, 4261.0, 4321.0, 4291.0, 4281.0, 4238.0, 4248.0, 4308.0, 4249.0, 4320.0, 4301.0, 4321.0, 4240.0, 4289.0, 4237.0, 4249.0, 4317.0, 4250.0, 4319.0, 4299.0, 4309.0, 4238.0, 4249.0, 4276.0, 4246.0, 4317.0, 4297.0, 4307.0, 4266.0, 4288.0, 4225.0, 4249.0, 4225.0, 4248.0, 4318.0, 4269.0, 4307.0, 4289.0, 4286.0, 4239.0, 4247.0, 4226.0, 4260.0, 4320.0, 4290.0, 4309.0, 4238.0, 4247.0, 4228.0, 4248.0, 4237.0, 4249.0, 4319.0, 4300.0, 4299.0, 4249.0, 4288.0, 4227.0, 4248.0, 4277.0, 4251.0, 4317.0, 4290.0, 4306.0, 4249.0, 4287.0, 4238.0, 4289.0, 4249.0, 4321.0, 4268.0, 4289.0, 4227.0, 4247.0, 4307.0, 4238.0, 4308.0, 4298.0, 4307.0, 4238.0, 4296.0, 4227.0, 4245.0, 4227.0, 4248.0], 'WindowWidth': [9604.0, 9582.0, 9463.0, 9449.0, 9544.0, 9423.0, 9426.0, 9437.0, 9565.0, 9552.0, 9476.0, 9518.0, 9536.0, 9473.0, 9473.0, 9456.0, 9408.0, 9513.0, 9451.0, 9427.0, 9394.0, 9393.0, 9388.0, 9410.0, 9517.0, 9464.0, 9448.0, 9393.0, 9408.0, 9406.0, 9414.0, 9422.0, 9403.0, 9420.0, 9434.0, 9437.0, 9442.0, 9421.0, 9468.0, 9423.0, 9450.0, 9500.0, 9440.0, 9538.0, 9511.0, 9481.0, 9398.0, 9417.0, 9500.0, 9403.0, 9523.0, 9468.0, 9454.0, 9413.0, 9420.0, 9452.0, 9420.0, 9469.0, 9427.0, 9491.0, 9472.0, 9435.0, 9520.0, 9406.0, 9485.0, 9420.0, 9533.0, 9521.0, 9489.0, 9505.0, 9417.0, 9467.0, 9397.0, 9415.0, 9518.0, 9511.0, 9504.0, 9483.0, 9451.0, 9398.0, 9416.0, 9513.0, 9418.0, 9503.0, 9482.0, 9453.0, 9396.0, 9417.0, 9502.0, 9417.0, 9492.0, 9432.0, 9459.0, 9414.0, 9433.0, 9515.0, 9414.0, 9453.0, 9400.0, 9473.0, 9495.0, 9445.0, 9422.0, 9418.0, 9502.0, 9405.0, 9455.0, 9495.0, 9431.0, 9532.0, 9459.0, 9504.0, 9422.0, 9430.0, 9452.0, 9438.0, 9533.0, 9508.0, 9475.0, 9415.0, 9429.0, 9412.0, 9436.0, 9537.0, 9488.0, 9520.0, 9422.0, 9503.0, 9405.0, 9485.0, 9430.0, 9527.0, 9481.0, 9500.0, 9423.0, 9434.0, 9536.0, 9401.0, 9525.0, 9501.0, 9495.0, 9422.0, 9429.0, 9418.0, 9411.0, 9476.0, 9403.0, 9523.0, 9478.0, 9495.0, 9422.0, 9426.0, 9498.0, 9388.0, 9484.0, 9463.0, 9455.0, 9420.0, 9415.0, 9474.0, 9398.0, 9417.0, 9421.0, 9448.0, 9432.0, 9433.0, 9509.0, 9418.0, 9470.0, 9417.0, 9518.0, 9514.0, 9515.0, 9484.0, 9404.0, 9500.0, 9415.0, 9469.0, 9520.0, 9474.0, 9518.0, 9481.0, 9491.0, 9416.0, 9426.0, 9504.0, 9432.0, 9510.0, 9508.0, 9476.0, 9391.0, 9410.0, 9405.0, 9428.0, 9532.0, 9511.0, 9476.0, 9411.0, 9412.0, 9404.0, 9414.0, 9519.0, 9442.0, 9508.0, 9417.0, 9454.0, 9412.0, 9427.0, 9531.0, 9439.0, 9524.0, 9496.0, 9463.0, 9412.0, 9428.0, 9448.0, 9431.0, 9533.0, 9506.0, 9473.0, 9439.0, 9449.0, 9448.0, 9427.0, 9516.0, 9488.0, 9467.0, 9423.0, 9408.0, 9385.0, 9432.0, 9431.0, 9445.0, 9509.0, 9498.0, 9400.0, 9459.0, 9422.0, 9439.0, 9480.0, 9415.0, 9418.0, 9498.0, 9406.0, 9418.0, 9409.0, 9438.0, 9479.0, 9478.0, 9510.0, 9485.0, 9491.0, 9462.0, 9474.0, 9417.0, 9473.0, 9412.0, 9448.0, 9487.0, 9476.0, 9436.0, 9372.0, 9393.0, 9358.0, 9382.0, 9357.0, 9407.0, 9467.0, 9395.0, 9471.0, 9448.0, 9425.0, 9364.0, 9376.0, 9364.0, 9423.0, 9367.0, 9427.0, 9463.0, 9442.0, 9398.0, 9431.0, 9491.0, 9415.0, 9477.0, 9399.0, 9480.0, 9388.0, 9486.0, 9409.0, 9421.0, 9405.0, 9438.0, 9438.0, 9460.0, 9466.0, 9459.0, 9430.0, 9461.0, 9528.0, 9442.0, 9519.0, 9479.0, 9490.0, 9411.0, 9437.0, 9419.0, 9439.0, 9514.0, 9440.0, 9516.0, 9468.0, 9500.0, 9428.0, 9433.0, 9426.0, 9484.0, 9465.0, 9507.0, 9418.0, 9436.0, 9512.0, 9420.0, 9512.0, 9490.0, 9516.0, 9431.0, 9470.0, 9402.0, 9434.0, 9431.0, 9436.0, 9514.0, 9504.0, 9483.0, 9425.0, 9487.0, 9389.0, 9420.0, 9497.0, 9445.0, 9496.0, 9433.0, 9425.0, 9405.0, 9432.0, 9405.0, 9441.0, 9516.0, 9478.0, 9392.0, 9419.0, 9482.0, 9399.0, 9477.0, 9417.0, 9438.0, 9517.0, 9437.0, 9428.0, 9426.0, 9431.0, 9425.0, 9464.0, 9466.0, 9533.0, 9484.0, 9456.0, 9407.0, 9444.0, 9515.0, 9416.0, 9454.0, 9457.0, 9527.0, 9464.0, 9445.0, 9450.0, 9482.0, 9460.0, 9539.0, 9496.0, 9519.0, 9461.0, 9459.0, 9411.0, 9419.0, 9476.0, 9419.0, 9495.0, 9474.0, 9479.0, 9403.0, 9416.0, 9412.0, 9419.0, 9469.0, 9435.0, 9492.0, 9421.0, 9482.0, 9425.0, 9458.0, 9427.0, 9510.0, 9465.0, 9509.0, 9419.0, 9437.0, 9512.0, 9421.0, 9506.0, 9461.0, 9474.0, 9412.0, 9431.0, 9488.0, 9406.0, 9431.0, 9403.0, 9452.0, 9499.0, 9462.0, 9480.0, 9436.0, 9481.0, 9407.0, 9463.0, 9449.0, 9439.0, 9499.0, 9424.0, 9497.0, 9419.0, 9450.0, 9417.0, 9446.0, 9518.0, 9439.0, 9487.0, 9412.0, 9437.0, 9431.0, 9434.0, 9483.0, 9453.0, 9499.0, 9493.0, 9501.0, 9412.0, 9452.0, 9400.0, 9435.0, 9513.0, 9479.0, 9514.0, 9477.0, 9449.0, 9414.0, 9461.0, 9442.0, 9433.0, 9476.0, 9506.0, 9507.0, 9473.0, 9436.0, 9416.0, 9431.0, 9467.0, 9416.0, 9449.0, 9420.0, 9437.0, 9515.0, 9454.0, 9503.0, 9439.0, 9423.0, 9434.0, 9454.0, 9492.0, 9486.0, 9523.0, 9443.0, 9437.0, 9441.0, 9442.0, 9473.0, 9456.0, 9539.0, 9510.0, 9504.0, 9430.0, 9442.0, 9447.0, 9452.0, 9537.0, 9498.0, 9503.0, 9443.0, 9498.0, 9440.0, 9442.0, 9531.0, 9468.0, 9521.0, 9462.0, 9452.0, 9404.0, 9424.0, 9468.0, 9425.0, 9480.0, 9449.0, 9458.0, 9407.0, 9420.0, 9497.0, 9436.0, 9481.0, 9446.0, 9476.0, 9416.0, 9422.0, 9511.0, 9423.0, 9475.0, 9419.0, 9465.0, 9497.0, 9489.0, 9481.0, 9408.0, 9443.0, 9404.0, 9422.0, 9485.0, 9434.0, 9497.0, 9420.0, 9484.0, 9404.0, 9421.0, 9401.0, 9436.0, 9513.0, 9491.0, 9468.0, 9423.0, 9423.0, 9403.0, 9420.0, 9510.0, 9435.0, 9486.0, 9389.0, 9419.0, 9417.0, 9435.0, 9470.0, 9425.0, 9480.0, 9409.0, 9437.0, 9408.0, 9423.0, 9445.0, 9410.0, 9426.0, 9423.0, 9444.0, 9506.0, 9441.0, 9478.0, 9443.0, 9431.0, 9427.0, 9459.0, 9524.0, 9445.0, 9492.0, 9448.0, 9446.0, 9430.0, 9448.0, 9526.0, 9461.0, 9524.0, 9461.0, 9506.0, 9427.0, 9432.0, 9505.0, 9444.0, 9533.0, 9514.0, 9493.0, 9442.0, 9431.0, 9439.0, 9432.0, 9521.0, 9509.0, 9513.0, 9459.0, 9458.0, 9444.0, 9461.0, 9512.0, 9459.0, 9529.0, 9454.0, 9498.0, 9445.0, 9527.0, 9502.0, 9510.0, 9476.0, 9449.0, 9529.0, 9449.0, 9523.0, 9482.0, 9526.0, 9484.0, 9460.0, 9492.0, 9427.0, 9508.0, 9432.0, 9497.0, 9483.0, 9448.0, 9413.0, 9422.0, 9516.0, 9430.0, 9471.0, 9424.0, 9449.0, 9498.0, 9433.0, 9519.0, 9431.0, 9507.0, 9448.0, 9488.0, 9501.0, 9440.0, 9513.0, 9432.0, 9525.0, 9431.0, 9483.0, 9440.0, 9483.0, 9521.0, 9512.0, 9504.0, 9413.0, 9504.0, 9440.0, 9509.0, 9465.0, 9467.0, 9395.0, 9425.0, 9515.0, 9410.0, 9490.0, 9465.0, 9475.0, 9422.0, 9423.0, 9499.0, 9405.0, 9432.0, 9419.0, 9437.0, 9450.0, 9428.0, 9490.0, 9435.0, 9495.0, 9430.0, 9496.0, 9470.0, 9445.0, 9442.0, 9435.0, 9505.0, 9430.0, 9486.0, 9465.0, 9513.0, 9505.0, 9483.0, 9495.0, 9428.0, 9482.0, 9455.0, 9512.0, 9460.0, 9534.0, 9423.0, 9418.0, 9409.0, 9412.0, 9487.0, 9409.0, 9490.0, 9447.0, 9427.0, 9516.0, 9430.0, 9512.0, 9469.0, 9482.0, 9429.0, 9470.0, 9515.0, 9498.0, 9497.0, 9439.0, 9493.0, 9456.0, 9446.0, 9448.0, 9363.0, 9410.0, 9373.0, 9363.0, 9356.0, 9375.0, 9453.0, 9416.0, 9427.0, 9366.0, 9364.0, 9379.0, 9382.0, 9377.0, 9383.0, 9462.0, 9398.0, 9460.0, 9401.0, 9447.0, 9389.0, 9437.0, 9407.0, 9440.0, 9410.0, 9486.0, 9449.0, 9485.0, 9408.0, 9448.0, 9403.0, 9406.0, 9484.0, 9441.0, 9496.0, 9462.0, 9454.0, 9405.0, 9406.0, 9406.0, 9412.0, 9475.0, 9437.0, 9487.0, 9397.0, 9471.0, 9409.0, 9472.0, 9409.0, 9490.0, 9448.0, 9485.0, 9408.0, 9434.0, 9424.0, 9430.0, 9489.0, 9438.0, 9518.0, 9427.0, 9493.0, 9512.0, 9445.0, 9497.0, 9446.0, 9546.0, 9494.0, 9512.0, 9402.0, 9418.0, 9425.0, 9406.0, 9485.0, 9423.0, 9470.0, 9434.0, 9427.0, 9401.0, 9404.0, 9404.0, 9424.0, 9487.0, 9428.0, 9459.0, 9425.0, 9425.0, 9423.0, 9421.0, 9412.0, 9446.0, 9506.0, 9433.0, 9429.0, 9444.0, 9444.0, 9414.0, 9431.0, 9496.0, 9439.0, 9450.0, 9447.0, 9450.0, 9520.0, 9435.0, 9472.0, 9420.0, 9493.0, 9524.0, 9469.0, 9501.0, 9429.0, 9454.0, 9410.0, 9428.0, 9532.0, 9483.0, 9494.0, 9395.0, 9438.0, 9510.0, 9413.0, 9458.0, 9410.0, 9497.0, 9504.0, 9465.0, 9512.0, 9424.0, 9476.0, 9409.0, 9426.0, 9513.0, 9425.0, 9465.0, 9395.0, 9424.0, 9409.0, 9429.0, 9491.0, 9443.0, 9484.0, 9455.0, 9531.0, 9430.0, 9488.0, 9519.0, 9428.0, 9518.0, 9498.0, 9515.0, 9487.0, 9462.0, 9510.0, 9422.0, 9487.0, 9411.0, 9505.0, 9488.0, 9447.0, 9464.0, 9420.0, 9422.0, 9407.0, 9456.0, 9439.0, 9457.0, 9407.0, 9443.0, 9515.0, 9440.0, 9504.0, 9477.0, 9476.0, 9418.0, 9439.0, 9509.0, 9420.0, 9486.0, 9407.0, 9510.0, 9445.0, 9470.0, 9435.0, 9416.0, 9494.0, 9418.0, 9517.0, 9476.0, 9477.0, 9391.0, 9418.0, 9491.0, 9430.0, 9479.0, 9415.0, 9436.0, 9441.0, 9483.0, 9396.0, 9447.0, 9388.0, 9418.0, 9515.0, 9478.0, 9493.0, 9427.0, 9406.0, 9385.0, 9450.0, 9454.0, 9434.0, 9504.0, 9422.0, 9416.0, 9424.0, 9485.0, 9403.0, 9424.0, 9407.0, 9441.0, 9502.0, 9492.0, 9469.0, 9424.0, 9487.0, 9410.0, 9445.0, 9496.0, 9400.0, 9409.0, 9497.0, 9435.0, 9459.0, 9451.0, 9541.0, 9517.0, 9550.0, 9480.0, 9524.0, 9416.0, 9423.0, 9495.0, 9420.0, 9505.0, 9462.0, 9464.0, 9390.0, 9420.0, 9464.0, 9420.0, 9408.0, 9436.0, 9454.0, 9418.0, 9425.0, 9429.0, 9449.0, 9479.0, 9450.0, 9537.0, 9511.0, 9490.0, 9400.0, 9456.0, 9436.0, 9454.0, 9534.0, 9507.0, 9519.0, 9411.0, 9480.0, 9390.0, 9440.0, 9510.0, 9438.0, 9517.0, 9448.0, 9476.0, 9391.0, 9440.0, 9485.0, 9437.0, 9518.0, 9492.0, 9491.0, 9394.0, 9436.0, 9406.0, 9438.0, 9513.0, 9440.0, 9532.0, 9489.0, 9518.0, 9392.0, 9421.0, 9480.0, 9422.0, 9514.0, 9487.0, 9481.0, 9407.0, 9418.0, 9391.0, 9422.0, 9497.0, 9437.0, 9505.0, 9450.0, 9449.0, 9404.0, 9438.0, 9496.0, 9424.0, 9491.0, 9466.0, 9462.0, 9407.0, 9439.0, 9511.0, 9419.0, 9499.0, 9463.0, 9490.0, 9444.0, 9419.0, 9464.0, 9418.0, 9456.0, 9410.0, 9509.0, 9468.0, 9451.0, 9421.0, 9428.0, 9517.0, 9426.0, 9492.0, 9458.0, 9535.0, 9465.0, 9482.0, 9434.0, 9424.0, 9513.0, 9440.0, 9518.0, 9477.0, 9463.0, 9403.0, 9418.0, 9495.0, 9423.0, 9518.0, 9492.0, 9519.0, 9410.0, 9475.0, 9403.0, 9421.0, 9508.0, 9423.0, 9512.0, 9486.0, 9499.0, 9402.0, 9419.0, 9450.0, 9413.0, 9506.0, 9481.0, 9493.0, 9436.0, 9467.0, 9381.0, 9418.0, 9383.0, 9417.0, 9510.0, 9447.0, 9493.0, 9472.0, 9464.0, 9405.0, 9416.0, 9387.0, 9438.0, 9516.0, 9478.0, 9497.0, 9405.0, 9414.0, 9392.0, 9419.0, 9402.0, 9423.0, 9514.0, 9491.0, 9485.0, 9421.0, 9470.0, 9389.0, 9420.0, 9456.0, 9425.0, 9508.0, 9475.0, 9491.0, 9420.0, 9467.0, 9406.0, 9475.0, 9422.0, 9518.0, 9445.0, 9473.0, 9387.0, 9415.0, 9491.0, 9405.0, 9496.0, 9484.0, 9492.0, 9404.0, 9478.0, 9386.0, 9410.0, 9387.0, 9419.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.0039455229040622295</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.046759653154710465</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.34189185300169</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.137583925276817</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0152540562802772</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4449.7432</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09127413240430211</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.4572169403630078</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5448454582051543</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.444941759889864</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8357798414806488</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.35381477324495</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00344971</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015789974480867386</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024359462782740593</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1157</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.6923657841556317</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>20.5288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.071</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302421.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>908.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.9714</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8456</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.9046</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3450.7614</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3663.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74123.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.0402</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.032741815201007</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> |