=== 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-0076 --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-0076",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
130 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
130 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-0076_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-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0076/figures/sub-0076_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-0076/figures/sub-0076_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_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-0076/ses-02/func/sub-0076_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>2baa05bea176360482e6d22d945dd9cd</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>13:58:21.000000</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.999052, 0.0123631, -0.0417473, -0.0116831, 0.999796, 0.0164922]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.096901</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>[4145, -7706, -7265, 724, 14, 25, -68, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>241.411</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0bd9fb60-b9c1-4f66-b0c0-965614bb97bb||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.68038272857666, -0.031344976276159286, -0.11324530839920044, 119.63668060302734], [-0.033169232308864594, 2.6823787689208984, 0.04316973313689232, -97.70323181152344], [-0.11200506240129471, -0.044247280806303024, 2.6972784996032715, -56.5930061340332], [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': ['135821.000000', '135821.460000', '135821.920000', '135822.380000', '135822.840000', '135823.300000', '135823.760000', '135824.220000', '135824.680000', '135825.140000', '135825.600000', '135826.060000', '135826.520000', '135826.980000', '135827.440000', '135827.900000', '135828.360000', '135828.820000', '135829.280000', '135829.740000', '135830.200000', '135830.660000', '135831.120000', '135831.580000', '135832.040000', '135832.500000', '135832.960000', '135833.420000', '135833.880000', '135834.340000', '135834.800000', '135835.260000', '135835.720000', '135836.180000', '135836.640000', '135837.100000', '135837.560000', '135838.020000', '135838.480000', '135838.940000', '135839.400000', '135839.860000', '135840.320000', '135840.780000', '135841.240000', '135841.700000', '135842.160000', '135842.620000', '135843.080000', '135843.540000', '135844.000000', '135844.460000', '135844.920000', '135845.380000', '135845.840000', '135846.300000', '135846.760000', '135847.220000', '135847.680000', '135848.140000', '135848.600000', '135849.060000', '135849.520000', '135849.980000', '135850.440000', '135850.900000', '135851.360000', '135851.820000', '135852.280000', '135852.740000', '135853.200000', '135853.660000', '135854.120000', '135854.580000', '135855.040000', '135855.500000', '135855.960000', '135856.420000', '135856.880000', '135857.340000', '135857.800000', '135858.260000', '135858.720000', '135859.180000', '135859.640000', '135900.100000', '135900.560000', '135901.020000', '135901.480000', '135901.940000', '135902.400000', '135902.860000', '135903.320000', '135903.780000', '135904.240000', '135904.700000', '135905.160000', '135905.620000', '135906.080000', '135906.540000', '135907.000000', '135907.460000', '135907.920000', '135908.380000', '135908.840000', '135909.300000', '135909.760000', '135910.220000', '135910.680000', '135911.140000', '135911.600000', '135912.060000', '135912.520000', '135912.980000', '135913.440000', '135913.900000', '135914.360000', '135914.820000', '135915.280000', '135915.740000', '135916.200000', '135916.660000', '135917.120000', '135917.580000', '135918.040000', '135918.500000', '135918.960000', '135919.420000', '135919.880000', '135920.340000', '135920.800000', '135921.260000', '135921.720000', '135922.180000', '135922.640000', '135923.100000', '135923.560000', '135924.020000', '135924.480000', '135924.940000', '135925.400000', '135925.860000', '135926.320000', '135926.780000', '135927.240000', '135927.700000', '135928.160000', '135928.620000', '135929.080000', '135929.540000', '135930.000000', '135930.460000', '135930.920000', '135931.380000', '135931.840000', '135932.300000', '135932.760000', '135933.220000', '135933.680000', '135934.140000', '135934.600000', '135935.060000', '135935.520000', '135935.980000', '135936.440000', '135936.900000', '135937.360000', '135937.820000', '135938.280000', '135938.740000', '135939.200000', '135939.660000', '135940.120000', '135940.580000', '135941.040000', '135941.500000', '135941.960000', '135942.420000', '135942.880000', '135943.340000', '135943.800000', '135944.260000', '135944.720000', '135945.180000', '135945.640000', '135946.100000', '135946.560000', '135947.020000', '135947.480000', '135947.940000', '135948.400000', '135948.860000', '135949.320000', '135949.780000', '135950.240000', '135950.700000', '135951.160000', '135951.620000', '135952.080000', '135952.540000', '135953.000000', '135953.460000', '135953.920000', '135954.380000', '135954.840000', '135955.300000', '135955.760000', '135956.220000', '135956.680000', '135957.140000', '135957.600000', '135958.060000', '135958.520000', '135958.980000', '135959.440000', '135959.900000', '140000.360000', '140000.820000', '140001.280000', '140001.740000', '140002.200000', '140002.660000', '140003.120000', '140003.580000', '140004.040000', '140004.500000', '140004.960000', '140005.420000', '140005.880000', '140006.340000', '140006.800000', '140007.260000', '140007.720000', '140008.180000', '140008.640000', '140009.100000', '140009.560000', '140010.020000', '140010.480000', '140010.940000', '140011.400000', '140011.860000', '140012.320000', '140012.780000', '140013.240000', '140013.700000', '140014.160000', '140014.620000', '140015.080000', '140015.540000', '140016.000000', '140016.460000', '140016.920000', '140017.380000', '140017.840000', '140018.300000', '140018.760000', '140019.220000', '140019.680000', '140020.140000', '140020.600000', '140021.060000', '140021.520000', '140021.980000', '140022.440000', '140022.900000', '140023.360000', '140023.820000', '140024.280000', '140024.740000', '140025.200000', '140025.660000', '140026.120000', '140026.580000', '140027.040000', '140027.500000', '140027.960000', '140028.420000', '140028.880000', '140029.340000', '140029.800000', '140030.260000', '140030.720000', '140031.180000', '140031.640000', '140032.100000', '140032.560000', '140033.020000', '140033.480000', '140033.940000', '140034.400000', '140034.860000', '140035.320000', '140035.780000', '140036.240000', '140036.700000', '140037.160000', '140037.620000', '140038.080000', '140038.540000', '140039.000000', '140039.460000', '140039.920000', '140040.380000', '140040.840000', '140041.300000', '140041.760000', '140042.220000', '140042.680000', '140043.140000', '140043.600000', '140044.060000', '140044.520000', '140044.980000', '140045.440000', '140045.900000', '140046.360000', '140046.820000', '140047.280000', '140047.740000', '140048.200000', '140048.660000', '140049.120000', '140049.580000', '140050.040000', '140050.500000', '140050.960000', '140051.420000', '140051.880000', '140052.340000', '140052.800000', '140053.260000', '140053.720000', '140054.180000', '140054.640000', '140055.100000', '140055.560000', '140056.020000', '140056.480000', '140056.940000', '140057.400000', '140057.860000', '140058.320000', '140058.780000', '140059.240000', '140059.700000', '140100.160000', '140100.620000', '140101.080000', '140101.540000', '140102.000000', '140102.460000', '140102.920000', '140103.380000', '140103.840000', '140104.300000', '140104.760000', '140105.220000', '140105.680000', '140106.140000', '140106.600000', '140107.060000', '140107.520000', '140107.980000', '140108.440000', '140108.900000', '140109.360000', '140109.820000', '140110.280000', '140110.740000', '140111.200000', '140111.660000', '140112.120000', '140112.580000', '140113.040000', '140113.500000', '140113.960000', '140114.420000', '140114.880000', '140115.340000', '140115.800000', '140116.260000', '140116.720000', '140117.180000', '140117.640000', '140118.100000', '140118.560000', '140119.020000', '140119.480000', '140119.940000', '140120.400000', '140120.860000', '140121.320000', '140121.780000', '140122.240000', '140122.700000', '140123.160000', '140123.620000', '140124.080000', '140124.540000', '140125.000000', '140125.460000', '140125.920000', '140126.380000', '140126.840000', '140127.300000', '140127.760000', '140128.220000', '140128.680000', '140129.140000', '140129.600000', '140130.060000', '140130.520000', '140130.980000', '140131.440000', '140131.900000', '140132.360000', '140132.820000', '140133.280000', '140133.740000', '140134.200000', '140134.660000', '140135.120000', '140135.580000', '140136.040000', '140136.500000', '140136.960000', '140137.420000', '140137.880000', '140138.340000', '140138.800000', '140139.260000', '140139.720000', '140140.180000', '140140.640000', '140141.100000', '140141.560000', '140142.020000', '140142.480000', '140142.940000', '140143.400000', '140143.860000', '140144.320000', '140144.780000', '140145.240000', '140145.700000', '140146.160000', '140146.620000', '140147.080000', '140147.540000', '140148.000000', '140148.460000', '140148.920000', '140149.380000', '140149.840000', '140150.300000', '140150.760000', '140151.220000', '140151.680000', '140152.140000', '140152.600000', '140153.060000', '140153.520000', '140153.980000', '140154.440000', '140154.900000', '140155.360000', '140155.820000', '140156.280000', '140156.740000', '140157.200000', '140157.660000', '140158.120000', '140158.580000', '140159.040000', '140159.500000', '140159.960000', '140200.420000', '140200.880000', '140201.340000', '140201.800000', '140202.260000', '140202.720000', '140203.180000', '140203.640000', '140204.100000', '140204.560000', '140205.020000', '140205.480000', '140205.940000', '140206.400000', '140206.860000', '140207.320000', '140207.780000', '140208.240000', '140208.700000', '140209.160000', '140209.620000', '140210.080000', '140210.540000', '140211.000000', '140211.460000', '140211.920000', '140212.380000', '140212.840000', '140213.300000', '140213.760000', '140214.220000', '140214.680000', '140215.140000', '140215.600000', '140216.060000', '140216.520000', '140216.980000', '140217.440000', '140217.900000', '140218.360000', '140218.820000', '140219.280000', '140219.740000', '140220.200000', '140220.660000', '140221.120000', '140221.580000', '140222.040000', '140222.500000', '140222.960000', '140223.420000', '140223.880000', '140224.340000', '140224.800000', '140225.260000', '140225.720000', '140226.180000', '140226.640000', '140227.100000', '140227.560000', '140228.020000', '140228.480000', '140228.940000', '140229.400000', '140229.860000', '140230.320000', '140230.780000', '140231.240000', '140231.700000', '140232.160000', '140232.620000', '140233.080000', '140233.540000', '140234.000000', '140234.460000', '140234.920000', '140235.380000', '140235.840000', '140236.300000', '140236.760000', '140237.220000', '140237.680000', '140238.140000', '140238.600000', '140239.060000', '140239.520000', '140239.980000', '140240.440000', '140240.900000', '140241.360000', '140241.820000', '140242.280000', '140242.740000', '140243.200000', '140243.660000', '140244.120000', '140244.580000', '140245.040000', '140245.500000', '140245.960000', '140246.420000', '140246.880000', '140247.340000', '140247.800000', '140248.260000', '140248.720000', '140249.180000', '140249.640000', '140250.100000', '140250.560000', '140251.020000', '140251.480000', '140251.940000', '140252.400000', '140252.860000', '140253.320000', '140253.780000', '140254.240000', '140254.700000', '140255.160000', '140255.620000', '140256.080000', '140256.540000', '140257.000000', '140257.460000', '140257.920000', '140258.380000', '140258.840000', '140259.300000', '140259.760000', '140300.220000', '140300.680000', '140301.140000', '140301.600000', '140302.060000', '140302.520000', '140302.980000', '140303.440000', '140303.900000', '140304.360000', '140304.820000', '140305.280000', '140305.740000', '140306.200000', '140306.660000', '140307.120000', '140307.580000', '140308.040000', '140308.500000', '140308.960000', '140309.420000', '140309.880000', '140310.340000', '140310.800000', '140311.260000', '140311.720000', '140312.180000', '140312.640000', '140313.100000', '140313.560000', '140314.020000', '140314.480000', '140314.940000', '140315.400000', '140315.860000', '140316.320000', '140316.780000', '140317.240000', '140317.700000', '140318.160000', '140318.620000', '140319.080000', '140319.540000', '140320.000000', '140320.460000', '140320.920000', '140321.380000', '140321.840000', '140322.300000', '140322.760000', '140323.220000', '140323.680000', '140324.140000', '140324.600000', '140325.060000', '140325.520000', '140325.980000', '140326.440000', '140326.900000', '140327.360000', '140327.820000', '140328.280000', '140328.740000', '140329.200000', '140329.660000', '140330.120000', '140330.580000', '140331.040000', '140331.500000', '140331.960000', '140332.420000', '140332.880000', '140333.340000', '140333.800000', '140334.260000', '140334.720000', '140335.180000', '140335.640000', '140336.100000', '140336.560000', '140337.020000', '140337.480000', '140337.940000', '140338.400000', '140338.860000', '140339.320000', '140339.780000', '140340.240000', '140340.700000', '140341.160000', '140341.620000', '140342.080000', '140342.540000', '140343.000000', '140343.460000', '140343.920000', '140344.380000', '140344.840000', '140345.300000', '140345.760000', '140346.220000', '140346.680000', '140347.140000', '140347.600000', '140348.060000', '140348.520000', '140348.980000', '140349.440000', '140349.900000', '140350.360000', '140350.820000', '140351.280000', '140351.740000', '140352.200000', '140352.660000', '140353.120000', '140353.580000', '140354.040000', '140354.500000', '140354.960000', '140355.420000', '140355.880000', '140356.340000', '140356.800000', '140357.260000', '140357.720000', '140358.180000', '140358.640000', '140359.100000', '140359.560000', '140400.020000', '140400.480000', '140400.940000', '140401.400000', '140401.860000', '140402.320000', '140402.780000', '140403.240000', '140403.700000', '140404.160000', '140404.620000', '140405.080000', '140405.540000', '140406.000000', '140406.460000', '140406.920000', '140407.380000', '140407.840000', '140408.300000', '140408.760000', '140409.220000', '140409.680000', '140410.140000', '140410.600000', '140411.060000', '140411.520000', '140411.980000', '140412.440000', '140412.900000', '140413.360000', '140413.820000', '140414.280000', '140414.740000', '140415.200000', '140415.660000', '140416.120000', '140416.580000', '140417.040000', '140417.500000', '140417.960000', '140418.420000', '140418.880000', '140419.340000', '140419.800000', '140420.260000', '140420.720000', '140421.180000', '140421.640000', '140422.100000', '140422.560000', '140423.020000', '140423.480000', '140423.940000', '140424.400000', '140424.860000', '140425.320000', '140425.780000', '140426.240000', '140426.700000', '140427.160000', '140427.620000', '140428.080000', '140428.540000', '140429.000000', '140429.460000', '140429.920000', '140430.380000', '140430.840000', '140431.300000', '140431.760000', '140432.220000', '140432.680000', '140433.140000', '140433.600000', '140434.060000', '140434.520000', '140434.980000', '140435.440000', '140435.900000', '140436.360000', '140436.820000', '140437.280000', '140437.740000', '140438.200000', '140438.660000', '140439.120000', '140439.580000', '140440.040000', '140440.500000', '140440.960000', '140441.420000', '140441.880000', '140442.340000', '140442.800000', '140443.260000', '140443.720000', '140444.180000', '140444.640000', '140445.100000', '140445.560000', '140446.020000', '140446.480000', '140446.940000', '140447.400000', '140447.860000', '140448.320000', '140448.780000', '140449.240000', '140449.700000', '140450.160000', '140450.620000', '140451.080000', '140451.540000', '140452.000000', '140452.460000', '140452.920000', '140453.380000', '140453.840000', '140454.300000', '140454.760000', '140455.220000', '140455.680000', '140456.140000', '140456.600000', '140457.060000', '140457.520000', '140457.980000', '140458.440000', '140458.900000', '140459.360000', '140459.820000', '140500.280000', '140500.740000', '140501.200000', '140501.660000', '140502.120000', '140502.580000', '140503.040000', '140503.500000', '140503.960000', '140504.420000', '140504.880000', '140505.340000', '140505.800000', '140506.260000', '140506.720000', '140507.180000', '140507.640000', '140508.100000', '140508.560000', '140509.020000', '140509.480000', '140509.940000', '140510.400000', '140510.860000', '140511.320000', '140511.780000', '140512.240000', '140512.700000', '140513.160000', '140513.620000', '140514.080000', '140514.540000', '140515.000000', '140515.460000', '140515.920000', '140516.380000', '140516.840000', '140517.300000', '140517.760000', '140518.220000', '140518.680000', '140519.140000', '140519.600000', '140520.060000', '140520.520000', '140520.980000', '140521.440000', '140521.900000', '140522.360000', '140522.820000', '140523.280000', '140523.740000', '140524.200000', '140524.660000', '140525.120000', '140525.580000', '140526.040000', '140526.500000', '140526.960000', '140527.420000', '140527.880000', '140528.340000', '140528.800000', '140529.260000', '140529.720000', '140530.180000', '140530.640000', '140531.100000', '140531.560000', '140532.020000', '140532.480000', '140532.940000', '140533.400000', '140533.860000', '140534.320000', '140534.780000', '140535.240000', '140535.700000', '140536.160000', '140536.620000', '140537.080000', '140537.540000', '140538.000000', '140538.460000', '140538.920000', '140539.380000', '140539.840000', '140540.300000', '140540.760000', '140541.220000', '140541.680000', '140542.140000', '140542.600000', '140543.060000', '140543.520000', '140543.980000', '140544.440000', '140544.900000', '140545.360000', '140545.820000', '140546.280000', '140546.740000', '140547.200000', '140547.660000', '140548.120000', '140548.580000', '140549.040000', '140549.500000', '140549.960000', '140550.420000', '140550.880000', '140551.340000', '140551.800000', '140552.260000', '140552.720000', '140553.180000', '140553.640000', '140554.100000', '140554.560000', '140555.020000', '140555.480000', '140555.940000', '140556.400000', '140556.860000', '140557.320000', '140557.780000', '140558.240000', '140558.700000', '140559.160000', '140559.620000', '140600.080000', '140600.540000', '140601.000000', '140601.460000', '140601.920000', '140602.380000', '140602.840000', '140603.300000', '140603.760000', '140604.220000', '140604.680000', '140605.140000', '140605.600000', '140606.060000', '140606.520000', '140606.980000', '140607.440000', '140607.900000', '140608.360000', '140608.820000', '140609.280000', '140609.740000', '140610.200000', '140610.660000', '140611.120000', '140611.580000', '140612.040000', '140612.500000', '140612.960000', '140613.420000', '140613.880000', '140614.340000', '140614.800000', '140615.260000', '140615.720000', '140616.180000', '140616.640000', '140617.100000', '140617.560000', '140618.020000', '140618.480000', '140618.940000', '140619.400000', '140619.860000', '140620.320000', '140620.780000', '140621.240000', '140621.700000', '140622.160000', '140622.620000', '140623.080000', '140623.540000', '140624.000000', '140624.460000', '140624.920000', '140625.380000', '140625.840000', '140626.300000', '140626.760000', '140627.220000', '140627.680000', '140628.140000', '140628.600000', '140629.060000', '140629.520000', '140629.980000', '140630.440000', '140630.900000', '140631.360000', '140631.820000', '140632.280000', '140632.740000', '140633.200000', '140633.660000', '140634.120000', '140634.580000', '140635.040000', '140635.500000', '140635.960000', '140636.420000', '140636.880000', '140637.340000', '140637.800000', '140638.260000', '140638.720000', '140639.180000', '140639.640000', '140640.100000', '140640.560000', '140641.020000', '140641.480000', '140641.940000', '140642.400000', '140642.860000', '140643.320000', '140643.780000', '140644.240000', '140644.700000', '140645.160000', '140645.620000', '140646.080000', '140646.540000', '140647.000000', '140647.460000', '140647.920000', '140648.380000', '140648.840000', '140649.300000', '140649.760000', '140650.220000', '140650.680000', '140651.140000', '140651.600000', '140652.060000', '140652.520000', '140652.980000', '140653.440000', '140653.900000', '140654.360000', '140654.820000', '140655.280000', '140655.740000', '140656.200000', '140656.660000', '140657.120000', '140657.580000', '140658.040000', '140658.500000', '140658.960000', '140659.420000', '140659.880000', '140700.340000', '140700.800000', '140701.260000', '140701.720000', '140702.180000', '140702.640000', '140703.100000', '140703.560000', '140704.020000', '140704.480000', '140704.940000', '140705.400000', '140705.860000', '140706.320000', '140706.780000', '140707.240000', '140707.700000', '140708.160000', '140708.620000', '140709.080000', '140709.540000', '140710.000000', '140710.460000', '140710.920000', '140711.380000', '140711.840000', '140712.300000', '140712.760000', '140713.220000'], 'ContentTime': ['135837.775000', '135837.779000', '135837.781000', '135837.784000', '135837.787000', '135837.789000', '135837.792000', '135837.803000', '135837.806000', '135837.808000', '135837.811000', '135837.814000', '135837.816000', '135837.819000', '135837.822000', '135837.825000', '135837.827000', '135837.830000', '135837.833000', '135837.835000', '135837.838000', '135837.842000', '135837.845000', '135837.848000', '135837.850000', '135837.853000', '135837.858000', '135837.861000', '135837.863000', '135837.866000', '135837.869000', '135837.871000', '135837.874000', '135837.877000', '135837.880000', '135857.730000', '135857.733000', '135857.736000', '135857.739000', '135857.742000', '135857.745000', '135857.748000', '135857.750000', '135857.753000', '135857.756000', '135857.758000', '135857.761000', '135857.764000', '135857.767000', '135857.769000', '135857.772000', '135857.774000', '135857.777000', '135857.780000', '135857.782000', '135857.785000', '135857.788000', '135857.790000', '135857.793000', '135857.795000', '135857.798000', '135857.800000', '135857.803000', '135857.806000', '135857.809000', '135857.811000', '135857.814000', '135857.817000', '135857.820000', '135857.823000', '135857.825000', '135857.828000', '135857.830000', '135857.833000', '135857.836000', '135857.838000', '135857.841000', '135857.844000', '135917.731000', '135917.733000', '135917.736000', '135917.739000', '135917.742000', '135917.744000', '135917.754000', '135917.757000', '135917.760000', '135917.762000', '135917.765000', '135917.767000', '135917.770000', '135917.773000', '135917.775000', '135917.778000', '135917.780000', '135917.783000', '135917.786000', '135917.788000', '135917.791000', '135917.793000', '135917.796000', '135917.799000', '135917.801000', '135917.804000', '135917.806000', '135917.809000', '135917.812000', '135917.814000', '135917.817000', '135917.820000', '135917.822000', '135917.825000', '135917.827000', '135917.830000', '135917.833000', '135917.835000', '135917.838000', '135917.840000', '135917.843000', '135917.845000', '135917.848000', '135917.851000', '135937.730000', '135937.733000', '135937.736000', '135937.739000', '135937.741000', '135937.744000', '135937.747000', '135937.749000', '135937.752000', '135937.754000', '135937.757000', '135937.760000', '135937.762000', '135937.765000', '135937.767000', '135937.770000', '135937.773000', '135937.775000', '135937.778000', '135937.780000', '135937.783000', '135937.786000', '135937.788000', '135937.791000', '135937.793000', '135937.796000', '135937.799000', '135937.801000', '135937.804000', '135937.806000', '135937.809000', '135937.811000', '135937.814000', '135937.817000', '135937.819000', '135937.822000', '135937.825000', '135937.827000', '135937.830000', '135937.832000', '135937.835000', '135937.839000', '135937.842000', '135957.731000', '135957.734000', '135957.737000', '135957.740000', '135957.742000', '135957.745000', '135957.748000', '135957.750000', '135957.753000', '135957.755000', '135957.758000', '135957.761000', '135957.763000', '135957.766000', '135957.769000', '135957.771000', '135957.774000', '135957.776000', '135957.779000', '135957.782000', '135957.784000', '135957.787000', '135957.789000', '135957.792000', '135957.795000', '135957.797000', '135957.800000', '135957.802000', '135957.805000', '135957.808000', '135957.810000', '135957.813000', '135957.816000', '135957.818000', '135957.821000', '135957.823000', '135957.826000', '135957.829000', '135957.831000', '135957.834000', '135957.837000', '135957.839000', '135957.842000', '135957.845000', '140017.730000', '140017.733000', '140017.736000', '140017.739000', '140017.741000', '140017.744000', '140017.746000', '140017.749000', '140017.752000', '140017.754000', '140017.757000', '140017.760000', '140017.762000', '140017.765000', '140017.767000', '140017.770000', '140017.780000', '140017.783000', '140017.785000', '140017.788000', '140017.791000', '140017.793000', '140017.796000', '140017.798000', '140017.801000', '140017.804000', '140017.806000', '140017.809000', '140017.812000', '140017.814000', '140017.817000', '140017.820000', '140017.822000', '140017.825000', '140017.828000', '140017.830000', '140017.833000', '140017.835000', '140017.838000', '140017.841000', '140017.843000', '140017.846000', '140017.848000', '140037.731000', '140037.733000', '140037.736000', '140037.739000', '140037.741000', '140037.744000', '140037.747000', '140037.749000', '140037.752000', '140037.754000', '140037.757000', '140037.760000', '140037.762000', '140037.765000', '140037.768000', '140037.770000', '140037.773000', '140037.776000', '140037.779000', '140037.781000', '140037.784000', '140037.786000', '140037.789000', '140037.792000', '140037.794000', '140037.797000', '140037.799000', '140037.802000', '140037.804000', '140037.807000', '140037.810000', '140037.813000', '140037.815000', '140037.818000', '140037.821000', '140037.823000', '140037.826000', '140037.828000', '140037.831000', '140037.834000', '140037.836000', '140037.839000', '140037.842000', '140037.844000', '140057.730000', '140057.733000', '140057.736000', '140057.738000', '140057.741000', '140057.744000', '140057.747000', '140057.749000', '140057.752000', '140057.755000', '140057.762000', '140057.765000', '140057.768000', '140057.770000', '140057.773000', '140057.775000', '140057.778000', '140057.781000', '140057.784000', '140057.786000', '140057.789000', '140057.792000', '140057.794000', '140057.797000', '140057.800000', '140057.802000', '140057.805000', '140057.807000', '140057.810000', '140057.813000', '140057.815000', '140057.818000', '140057.821000', '140057.823000', '140057.826000', '140057.829000', '140057.831000', '140057.834000', '140057.837000', '140057.840000', '140057.843000', '140057.845000', '140057.848000', '140117.730000', '140117.734000', '140117.736000', '140117.739000', '140117.741000', '140117.744000', '140117.747000', '140117.749000', '140117.752000', '140117.755000', '140117.757000', '140117.760000', '140117.763000', '140117.766000', '140117.768000', '140117.771000', '140117.774000', '140117.776000', '140117.779000', '140117.781000', '140117.784000', '140117.787000', '140117.789000', '140117.792000', '140117.794000', '140117.797000', '140117.800000', '140117.802000', '140117.805000', '140117.834000', '140117.837000', '140117.840000', '140117.842000', '140117.845000', '140117.848000', '140117.850000', '140117.853000', '140117.856000', '140117.858000', '140117.861000', '140117.863000', '140117.866000', '140117.869000', '140117.871000', '140137.730000', '140137.734000', '140137.736000', '140137.739000', '140137.742000', '140137.744000', '140137.747000', '140137.750000', '140137.752000', '140137.755000', '140137.758000', '140137.760000', '140137.763000', '140137.766000', '140137.768000', '140137.771000', '140137.774000', '140137.776000', '140137.779000', '140137.782000', '140137.784000', '140137.787000', '140137.790000', '140137.792000', '140137.795000', '140137.798000', '140137.800000', '140137.803000', '140137.806000', '140137.808000', '140137.811000', '140137.814000', '140137.816000', '140137.819000', '140137.822000', '140137.824000', '140137.827000', '140137.829000', '140137.832000', '140137.835000', '140137.837000', '140137.840000', '140137.843000', '140157.731000', '140157.734000', '140157.737000', '140157.740000', '140157.743000', '140157.745000', '140157.748000', '140157.750000', '140157.753000', '140157.756000', '140157.758000', '140157.761000', '140157.764000', '140157.766000', '140157.769000', '140157.771000', '140157.774000', '140157.777000', '140157.779000', '140157.782000', '140157.785000', '140157.787000', '140157.790000', '140157.793000', '140157.795000', '140157.798000', '140157.800000', '140157.803000', '140157.806000', '140157.808000', '140157.811000', '140157.814000', '140157.816000', '140157.819000', '140157.822000', '140157.824000', '140157.827000', '140157.829000', '140157.832000', '140157.835000', '140157.837000', '140157.840000', '140157.843000', '140217.731000', '140217.734000', '140217.737000', '140217.740000', '140217.742000', '140217.745000', '140217.748000', '140217.750000', '140217.753000', '140217.755000', '140217.758000', '140217.761000', '140217.763000', '140217.766000', '140217.769000', '140217.771000', '140217.774000', '140217.777000', '140217.779000', '140217.782000', '140217.784000', '140217.787000', '140217.790000', '140217.792000', '140217.795000', '140217.798000', '140217.800000', '140217.803000', '140217.806000', '140217.808000', '140217.811000', '140217.813000', '140217.816000', '140217.819000', '140217.821000', '140217.824000', '140217.827000', '140217.829000', '140217.832000', '140217.835000', '140217.837000', '140217.840000', '140217.842000', '140217.845000', '140237.730000', '140237.733000', '140237.736000', '140237.739000', '140237.741000', '140237.744000', '140237.746000', '140237.749000', '140237.752000', '140237.755000', '140237.757000', '140237.760000', '140237.763000', '140237.766000', '140237.768000', '140237.771000', '140237.773000', '140237.776000', '140237.779000', '140237.781000', '140237.784000', '140237.787000', '140237.789000', '140237.792000', '140237.794000', '140237.797000', '140237.800000', '140237.802000', '140237.805000', '140237.807000', '140237.810000', '140237.813000', '140237.815000', '140237.818000', '140237.820000', '140237.823000', '140237.826000', '140237.828000', '140237.831000', '140237.834000', '140237.836000', '140237.839000', '140237.842000', '140237.844000', '140257.730000', '140257.734000', '140257.736000', '140257.739000', '140257.741000', '140257.744000', '140257.747000', '140257.749000', '140257.752000', '140257.754000', '140257.773000', '140257.775000', '140257.778000', '140257.781000', '140257.783000', '140257.786000', '140257.789000', '140257.791000', '140257.794000', '140257.796000', '140257.799000', '140257.802000', '140257.804000', '140257.807000', '140257.810000', '140257.812000', '140257.815000', '140257.818000', '140257.820000', '140257.823000', '140257.826000', '140257.828000', '140257.831000', '140257.834000', '140257.836000', '140257.839000', '140257.841000', '140257.844000', '140257.847000', '140257.849000', '140257.852000', '140257.855000', '140257.857000', '140317.730000', '140317.733000', '140317.736000', '140317.739000', '140317.741000', '140317.744000', '140317.747000', '140317.749000', '140317.752000', '140317.754000', '140317.757000', '140317.760000', '140317.762000', '140317.765000', '140317.768000', '140317.770000', '140317.773000', '140317.776000', '140317.778000', '140317.781000', '140317.784000', '140317.787000', '140317.789000', '140317.792000', '140317.795000', '140317.797000', '140317.800000', '140317.802000', '140317.805000', '140317.808000', '140317.810000', '140317.813000', '140317.816000', '140317.818000', '140317.821000', '140317.824000', '140317.826000', '140317.829000', '140317.832000', '140317.834000', '140317.837000', '140317.840000', '140317.842000', '140317.845000', '140337.731000', '140337.733000', '140337.736000', '140337.739000', '140337.741000', '140337.744000', '140337.747000', '140337.749000', '140337.752000', '140337.755000', '140337.757000', '140337.760000', '140337.763000', '140337.765000', '140337.768000', '140337.770000', '140337.773000', '140337.776000', '140337.778000', '140337.781000', '140337.783000', '140337.786000', '140337.789000', '140337.791000', '140337.794000', '140337.797000', '140337.799000', '140337.802000', '140337.804000', '140337.807000', '140337.810000', '140337.812000', '140337.815000', '140337.820000', '140337.822000', '140337.825000', '140337.828000', '140337.830000', '140337.833000', '140337.836000', '140337.838000', '140337.841000', '140337.843000', '140357.731000', '140357.734000', '140357.736000', '140357.739000', '140357.741000', '140357.744000', '140357.747000', '140357.749000', '140357.752000', '140357.755000', '140357.757000', '140357.760000', '140357.762000', '140357.765000', '140357.768000', '140357.770000', '140357.773000', '140357.776000', '140357.778000', '140357.781000', '140357.784000', '140357.786000', '140357.789000', '140357.791000', '140357.794000', '140357.797000', '140357.799000', '140357.802000', '140357.805000', '140357.807000', '140357.810000', '140357.812000', '140357.815000', '140357.818000', '140357.821000', '140357.823000', '140357.826000', '140357.828000', '140357.831000', '140357.834000', '140357.836000', '140357.839000', '140357.841000', '140357.844000', '140417.730000', '140417.733000', '140417.736000', '140417.739000', '140417.741000', '140417.744000', '140417.747000', '140417.750000', '140417.752000', '140417.755000', '140417.757000', '140417.760000', '140417.763000', '140417.765000', '140417.768000', '140417.771000', '140417.773000', '140417.776000', '140417.778000', '140417.781000', '140417.784000', '140417.786000', '140417.789000', '140417.792000', '140417.794000', '140417.797000', '140417.799000', '140417.802000', '140417.805000', '140417.807000', '140417.810000', '140417.812000', '140417.815000', '140417.818000', '140417.820000', '140417.834000', '140417.836000', '140417.839000', '140417.841000', '140417.844000', '140417.847000', '140417.849000', '140417.852000', '140437.731000', '140437.734000', '140437.737000', '140437.740000', '140437.742000', '140437.745000', '140437.748000', '140437.750000', '140437.753000', '140437.756000', '140437.759000', '140437.762000', '140437.765000', '140437.767000', '140437.770000', '140437.773000', '140437.776000', '140437.778000', '140437.781000', '140437.783000', '140437.786000', '140437.789000', '140437.791000', '140437.794000', '140437.797000', '140437.799000', '140437.802000', '140437.805000', '140437.807000', '140437.810000', '140437.813000', '140437.815000', '140437.818000', '140437.821000', '140437.824000', '140437.826000', '140437.829000', '140437.832000', '140437.835000', '140437.837000', '140437.840000', '140437.843000', '140437.845000', '140437.848000', '140457.731000', '140457.733000', '140457.736000', '140457.739000', '140457.742000', '140457.744000', '140457.747000', '140457.750000', '140457.752000', '140457.755000', '140457.757000', '140457.760000', '140457.763000', '140457.765000', '140457.768000', '140457.771000', '140457.773000', '140457.776000', '140457.778000', '140457.781000', '140457.784000', '140457.786000', '140457.789000', '140457.792000', '140457.794000', '140457.797000', '140457.800000', '140457.802000', '140457.805000', '140457.807000', '140457.810000', '140457.813000', '140457.815000', '140457.818000', '140457.821000', '140457.823000', '140457.826000', '140457.828000', '140457.831000', '140457.834000', '140457.836000', '140457.839000', '140457.842000', '140517.730000', '140517.733000', '140517.736000', '140517.739000', '140517.751000', '140517.754000', '140517.756000', '140517.759000', '140517.762000', '140517.764000', '140517.767000', '140517.770000', '140517.772000', '140517.775000', '140517.777000', '140517.780000', '140517.783000', '140517.785000', '140517.788000', '140517.791000', '140517.793000', '140517.796000', '140517.799000', '140517.801000', '140517.804000', '140517.806000', '140517.809000', '140517.812000', '140517.814000', '140517.817000', '140517.819000', '140517.822000', '140517.825000', '140517.827000', '140517.830000', '140517.832000', '140517.835000', '140517.838000', '140517.840000', '140517.843000', '140517.845000', '140517.848000', '140517.851000', '140537.730000', '140537.733000', '140537.736000', '140537.739000', '140537.741000', '140537.744000', '140537.747000', '140537.749000', '140537.752000', '140537.755000', '140537.757000', '140537.760000', '140537.763000', '140537.765000', '140537.768000', '140537.771000', '140537.773000', '140537.776000', '140537.779000', '140537.781000', '140537.784000', '140537.786000', '140537.789000', '140537.792000', '140537.794000', '140537.797000', '140537.800000', '140537.802000', '140537.805000', '140537.808000', '140537.810000', '140537.813000', '140537.830000', '140537.833000', '140537.835000', '140537.838000', '140537.841000', '140537.843000', '140537.846000', '140537.849000', '140537.851000', '140537.854000', '140537.857000', '140537.859000', '140557.731000', '140557.733000', '140557.736000', '140557.739000', '140557.742000', '140557.744000', '140557.747000', '140557.750000', '140557.752000', '140557.755000', '140557.758000', '140557.760000', '140557.763000', '140557.765000', '140557.768000', '140557.771000', '140557.774000', '140557.776000', '140557.779000', '140557.782000', '140557.784000', '140557.787000', '140557.790000', '140557.792000', '140557.795000', '140557.799000', '140557.802000', '140557.805000', '140557.808000', '140557.810000', '140557.813000', '140557.816000', '140557.818000', '140557.821000', '140557.824000', '140557.826000', '140557.829000', '140557.832000', '140557.839000', '140557.841000', '140557.844000', '140557.847000', '140557.850000', '140617.731000', '140617.734000', '140617.736000', '140617.739000', '140617.741000', '140617.744000', '140617.747000', '140617.749000', '140617.752000', '140617.755000', '140617.757000', '140617.760000', '140617.762000', '140617.765000', '140617.768000', '140617.771000', '140617.773000', '140617.776000', '140617.779000', '140617.781000', '140617.784000', '140617.786000', '140617.789000', '140617.792000', '140617.794000', '140617.797000', '140617.799000', '140617.802000', '140617.805000', '140617.807000', '140617.810000', '140617.813000', '140617.815000', '140617.818000', '140617.821000', '140617.823000', '140617.826000', '140617.828000', '140617.831000', '140617.834000', '140617.836000', '140617.839000', '140617.842000', '140617.844000', '140637.731000', '140637.733000', '140637.736000', '140637.739000', '140637.741000', '140637.744000', '140637.747000', '140637.749000', '140637.752000', '140637.754000', '140637.757000', '140637.760000', '140637.762000', '140637.765000', '140637.768000', '140637.770000', '140637.773000', '140637.776000', '140637.778000', '140637.781000', '140637.783000', '140637.786000', '140637.789000', '140637.791000', '140637.794000', '140637.796000', '140637.799000', '140637.802000', '140637.804000', '140637.807000', '140637.810000', '140637.813000', '140637.815000', '140637.818000', '140637.822000', '140637.824000', '140637.827000', '140637.830000', '140637.832000', '140637.835000', '140637.838000', '140637.840000', '140637.843000', '140657.732000', '140657.735000', '140657.737000', '140657.740000', '140657.743000', '140657.745000', '140657.748000', '140657.751000', '140657.753000', '140657.756000', '140657.758000', '140657.761000', '140657.764000', '140657.766000', '140657.769000', '140657.772000', '140657.774000', '140657.777000', '140657.780000', '140657.782000', '140657.785000', '140657.788000', '140657.790000', '140657.793000', '140657.795000', '140657.798000', '140657.801000', '140657.803000', '140657.806000', '140657.819000', '140657.822000', '140657.825000', '140657.827000', '140657.830000', '140657.832000', '140657.835000', '140657.838000', '140657.840000', '140657.843000', '140657.846000', '140657.848000', '140657.851000', '140657.854000', '140657.856000', '140714.106000', '140714.109000', '140714.111000', '140714.114000', '140714.117000', '140714.120000', '140714.123000', '140714.125000', '140714.128000', '140714.131000', '140714.134000', '140714.140000', '140714.143000', '140714.146000', '140714.149000', '140714.152000', '140714.155000', '140714.158000', '140714.161000', '140714.164000', '140714.166000', '140714.170000', '140714.173000', '140714.176000', '140714.179000', '140714.182000', '140714.185000', '140714.188000', '140714.191000', '140714.194000', '140714.196000', '140714.199000', '140714.202000', '140714.205000', '140714.208000', '140714.210000'], 'InstanceCreationTime': ['135837.775000', '135837.779000', '135837.781000', '135837.784000', '135837.787000', '135837.789000', '135837.792000', '135837.803000', '135837.806000', '135837.808000', '135837.811000', '135837.814000', '135837.816000', '135837.819000', '135837.822000', '135837.825000', '135837.827000', '135837.830000', '135837.833000', '135837.835000', '135837.838000', '135837.842000', '135837.845000', '135837.848000', '135837.850000', '135837.853000', '135837.858000', '135837.861000', '135837.863000', '135837.866000', '135837.869000', '135837.871000', '135837.874000', '135837.877000', '135837.880000', '135857.730000', '135857.733000', '135857.736000', '135857.739000', '135857.742000', '135857.745000', '135857.748000', '135857.750000', '135857.753000', '135857.756000', '135857.758000', '135857.761000', '135857.764000', '135857.767000', '135857.769000', '135857.772000', '135857.774000', '135857.777000', '135857.780000', '135857.782000', '135857.785000', '135857.788000', '135857.790000', '135857.793000', '135857.795000', '135857.798000', '135857.800000', '135857.803000', '135857.806000', '135857.809000', '135857.811000', '135857.814000', '135857.817000', '135857.820000', '135857.823000', '135857.825000', '135857.828000', '135857.830000', '135857.833000', '135857.836000', '135857.838000', '135857.841000', '135857.844000', '135917.731000', '135917.733000', '135917.736000', '135917.739000', '135917.742000', '135917.744000', '135917.754000', '135917.757000', '135917.760000', '135917.762000', '135917.765000', '135917.767000', '135917.770000', '135917.773000', '135917.775000', '135917.778000', '135917.780000', '135917.783000', '135917.786000', '135917.788000', '135917.791000', '135917.793000', '135917.796000', '135917.799000', '135917.801000', '135917.804000', '135917.806000', '135917.809000', '135917.812000', '135917.814000', '135917.817000', '135917.820000', '135917.822000', '135917.825000', '135917.827000', '135917.830000', '135917.833000', '135917.835000', '135917.838000', '135917.840000', '135917.843000', '135917.845000', '135917.848000', '135917.851000', '135937.730000', '135937.733000', '135937.736000', '135937.739000', '135937.741000', '135937.744000', '135937.747000', '135937.749000', '135937.752000', '135937.754000', '135937.757000', '135937.760000', '135937.762000', '135937.765000', '135937.767000', '135937.770000', '135937.773000', '135937.775000', '135937.778000', '135937.780000', '135937.783000', '135937.786000', '135937.788000', '135937.791000', '135937.793000', '135937.796000', '135937.799000', '135937.801000', '135937.804000', '135937.806000', '135937.809000', '135937.811000', '135937.814000', '135937.817000', '135937.819000', '135937.822000', '135937.825000', '135937.827000', '135937.830000', '135937.832000', '135937.835000', '135937.839000', '135937.842000', '135957.731000', '135957.734000', '135957.737000', '135957.740000', '135957.742000', '135957.745000', '135957.748000', '135957.750000', '135957.753000', '135957.755000', '135957.758000', '135957.761000', '135957.763000', '135957.766000', '135957.769000', '135957.771000', '135957.774000', '135957.776000', '135957.779000', '135957.782000', '135957.784000', '135957.787000', '135957.789000', '135957.792000', '135957.795000', '135957.797000', '135957.800000', '135957.802000', '135957.805000', '135957.808000', '135957.810000', '135957.813000', '135957.816000', '135957.818000', '135957.821000', '135957.823000', '135957.826000', '135957.829000', '135957.831000', '135957.834000', '135957.837000', '135957.839000', '135957.842000', '135957.845000', '140017.730000', '140017.733000', '140017.736000', '140017.739000', '140017.741000', '140017.744000', '140017.746000', '140017.749000', '140017.752000', '140017.754000', '140017.757000', '140017.760000', '140017.762000', '140017.765000', '140017.767000', '140017.770000', '140017.780000', '140017.783000', '140017.785000', '140017.788000', '140017.791000', '140017.793000', '140017.796000', '140017.798000', '140017.801000', '140017.804000', '140017.806000', '140017.809000', '140017.812000', '140017.814000', '140017.817000', '140017.820000', '140017.822000', '140017.825000', '140017.828000', '140017.830000', '140017.833000', '140017.835000', '140017.838000', '140017.841000', '140017.843000', '140017.846000', '140017.848000', '140037.731000', '140037.733000', '140037.736000', '140037.739000', '140037.741000', '140037.744000', '140037.747000', '140037.749000', '140037.752000', '140037.754000', '140037.757000', '140037.760000', '140037.762000', '140037.765000', '140037.768000', '140037.770000', '140037.773000', '140037.776000', '140037.779000', '140037.781000', '140037.784000', '140037.786000', '140037.789000', '140037.792000', '140037.794000', '140037.797000', '140037.799000', '140037.802000', '140037.804000', '140037.807000', '140037.810000', '140037.813000', '140037.815000', '140037.818000', '140037.821000', '140037.823000', '140037.826000', '140037.828000', '140037.831000', '140037.834000', '140037.836000', '140037.839000', '140037.842000', '140037.844000', '140057.730000', '140057.733000', '140057.736000', '140057.738000', '140057.741000', '140057.744000', '140057.747000', '140057.749000', '140057.752000', '140057.755000', '140057.762000', '140057.765000', '140057.768000', '140057.770000', '140057.773000', '140057.775000', '140057.778000', '140057.781000', '140057.784000', '140057.786000', '140057.789000', '140057.792000', '140057.794000', '140057.797000', '140057.800000', '140057.802000', '140057.805000', '140057.807000', '140057.810000', '140057.813000', '140057.815000', '140057.818000', '140057.821000', '140057.823000', '140057.826000', '140057.829000', '140057.831000', '140057.834000', '140057.837000', '140057.840000', '140057.843000', '140057.845000', '140057.848000', '140117.730000', '140117.734000', '140117.736000', '140117.739000', '140117.741000', '140117.744000', '140117.747000', '140117.749000', '140117.752000', '140117.755000', '140117.757000', '140117.760000', '140117.763000', '140117.766000', '140117.768000', '140117.771000', '140117.774000', '140117.776000', '140117.779000', '140117.781000', '140117.784000', '140117.787000', '140117.789000', '140117.792000', '140117.794000', '140117.797000', '140117.800000', '140117.802000', '140117.805000', '140117.834000', '140117.837000', '140117.840000', '140117.842000', '140117.845000', '140117.848000', '140117.850000', '140117.853000', '140117.856000', '140117.858000', '140117.861000', '140117.863000', '140117.866000', '140117.869000', '140117.871000', '140137.730000', '140137.734000', '140137.736000', '140137.739000', '140137.742000', '140137.744000', '140137.747000', '140137.750000', '140137.752000', '140137.755000', '140137.758000', '140137.760000', '140137.763000', '140137.766000', '140137.768000', '140137.771000', '140137.774000', '140137.776000', '140137.779000', '140137.782000', '140137.784000', '140137.787000', '140137.790000', '140137.792000', '140137.795000', '140137.798000', '140137.800000', '140137.803000', '140137.806000', '140137.808000', '140137.811000', '140137.814000', '140137.816000', '140137.819000', '140137.822000', '140137.824000', '140137.827000', '140137.829000', '140137.832000', '140137.835000', '140137.837000', '140137.840000', '140137.843000', '140157.731000', '140157.734000', '140157.737000', '140157.740000', '140157.743000', '140157.745000', '140157.748000', '140157.750000', '140157.753000', '140157.756000', '140157.758000', '140157.761000', '140157.764000', '140157.766000', '140157.769000', '140157.771000', '140157.774000', '140157.777000', '140157.779000', '140157.782000', '140157.785000', '140157.787000', '140157.790000', '140157.793000', '140157.795000', '140157.798000', '140157.800000', '140157.803000', '140157.806000', '140157.808000', '140157.811000', '140157.814000', '140157.816000', '140157.819000', '140157.822000', '140157.824000', '140157.827000', '140157.829000', '140157.832000', '140157.835000', '140157.837000', '140157.840000', '140157.843000', '140217.731000', '140217.734000', '140217.737000', '140217.740000', '140217.742000', '140217.745000', '140217.748000', '140217.750000', '140217.753000', '140217.755000', '140217.758000', '140217.761000', '140217.763000', '140217.766000', '140217.769000', '140217.771000', '140217.774000', '140217.777000', '140217.779000', '140217.782000', '140217.784000', '140217.787000', '140217.790000', '140217.792000', '140217.795000', '140217.798000', '140217.800000', '140217.803000', '140217.806000', '140217.808000', '140217.811000', '140217.813000', '140217.816000', '140217.819000', '140217.821000', '140217.824000', '140217.827000', '140217.829000', '140217.832000', '140217.835000', '140217.837000', '140217.840000', '140217.842000', '140217.845000', '140237.730000', '140237.733000', '140237.736000', '140237.739000', '140237.741000', '140237.744000', '140237.746000', '140237.749000', '140237.752000', '140237.755000', '140237.757000', '140237.760000', '140237.763000', '140237.766000', '140237.768000', '140237.771000', '140237.773000', '140237.776000', '140237.779000', '140237.781000', '140237.784000', '140237.787000', '140237.789000', '140237.792000', '140237.794000', '140237.797000', '140237.800000', '140237.802000', '140237.805000', '140237.807000', '140237.810000', '140237.813000', '140237.815000', '140237.818000', '140237.820000', '140237.823000', '140237.826000', '140237.828000', '140237.831000', '140237.834000', '140237.836000', '140237.839000', '140237.842000', '140237.844000', '140257.730000', '140257.734000', '140257.736000', '140257.739000', '140257.741000', '140257.744000', '140257.747000', '140257.749000', '140257.752000', '140257.754000', '140257.773000', '140257.775000', '140257.778000', '140257.781000', '140257.783000', '140257.786000', '140257.789000', '140257.791000', '140257.794000', '140257.796000', '140257.799000', '140257.802000', '140257.804000', '140257.807000', '140257.810000', '140257.812000', '140257.815000', '140257.818000', '140257.820000', '140257.823000', '140257.826000', '140257.828000', '140257.831000', '140257.834000', '140257.836000', '140257.839000', '140257.841000', '140257.844000', '140257.847000', '140257.849000', '140257.852000', '140257.855000', '140257.857000', '140317.730000', '140317.733000', '140317.736000', '140317.739000', '140317.741000', '140317.744000', '140317.747000', '140317.749000', '140317.752000', '140317.754000', '140317.757000', '140317.760000', '140317.762000', '140317.765000', '140317.768000', '140317.770000', '140317.773000', '140317.776000', '140317.778000', '140317.781000', '140317.784000', '140317.787000', '140317.789000', '140317.792000', '140317.795000', '140317.797000', '140317.800000', '140317.802000', '140317.805000', '140317.808000', '140317.810000', '140317.813000', '140317.816000', '140317.818000', '140317.821000', '140317.824000', '140317.826000', '140317.829000', '140317.832000', '140317.834000', '140317.837000', '140317.840000', '140317.842000', '140317.845000', '140337.731000', '140337.733000', '140337.736000', '140337.739000', '140337.741000', '140337.744000', '140337.747000', '140337.749000', '140337.752000', '140337.755000', '140337.757000', '140337.760000', '140337.763000', '140337.765000', '140337.768000', '140337.770000', '140337.773000', '140337.776000', '140337.778000', '140337.781000', '140337.783000', '140337.786000', '140337.789000', '140337.791000', '140337.794000', '140337.797000', '140337.799000', '140337.802000', '140337.804000', '140337.807000', '140337.810000', '140337.812000', '140337.815000', '140337.820000', '140337.822000', '140337.825000', '140337.828000', '140337.830000', '140337.833000', '140337.836000', '140337.838000', '140337.841000', '140337.843000', '140357.731000', '140357.734000', '140357.736000', '140357.739000', '140357.741000', '140357.744000', '140357.747000', '140357.749000', '140357.752000', '140357.755000', '140357.757000', '140357.760000', '140357.762000', '140357.765000', '140357.768000', '140357.770000', '140357.773000', '140357.776000', '140357.778000', '140357.781000', '140357.784000', '140357.786000', '140357.789000', '140357.791000', '140357.794000', '140357.797000', '140357.799000', '140357.802000', '140357.805000', '140357.807000', '140357.810000', '140357.812000', '140357.815000', '140357.818000', '140357.821000', '140357.823000', '140357.826000', '140357.828000', '140357.831000', '140357.834000', '140357.836000', '140357.839000', '140357.841000', '140357.844000', '140417.730000', '140417.733000', '140417.736000', '140417.739000', '140417.741000', '140417.744000', '140417.747000', '140417.750000', '140417.752000', '140417.755000', '140417.757000', '140417.760000', '140417.763000', '140417.765000', '140417.768000', '140417.771000', '140417.773000', '140417.776000', '140417.778000', '140417.781000', '140417.784000', '140417.786000', '140417.789000', '140417.792000', '140417.794000', '140417.797000', '140417.799000', '140417.802000', '140417.805000', '140417.807000', '140417.810000', '140417.812000', '140417.815000', '140417.818000', '140417.820000', '140417.834000', '140417.836000', '140417.839000', '140417.841000', '140417.844000', '140417.847000', '140417.849000', '140417.852000', '140437.731000', '140437.734000', '140437.737000', '140437.740000', '140437.742000', '140437.745000', '140437.748000', '140437.750000', '140437.753000', '140437.756000', '140437.759000', '140437.762000', '140437.765000', '140437.767000', '140437.770000', '140437.773000', '140437.776000', '140437.778000', '140437.781000', '140437.783000', '140437.786000', '140437.789000', '140437.791000', '140437.794000', '140437.797000', '140437.799000', '140437.802000', '140437.805000', '140437.807000', '140437.810000', '140437.813000', '140437.815000', '140437.818000', '140437.821000', '140437.824000', '140437.826000', '140437.829000', '140437.832000', '140437.835000', '140437.837000', '140437.840000', '140437.843000', '140437.845000', '140437.848000', '140457.731000', '140457.733000', '140457.736000', '140457.739000', '140457.742000', '140457.744000', '140457.747000', '140457.750000', '140457.752000', '140457.755000', '140457.757000', '140457.760000', '140457.763000', '140457.765000', '140457.768000', '140457.771000', '140457.773000', '140457.776000', '140457.778000', '140457.781000', '140457.784000', '140457.786000', '140457.789000', '140457.792000', '140457.794000', '140457.797000', '140457.800000', '140457.802000', '140457.805000', '140457.807000', '140457.810000', '140457.813000', '140457.815000', '140457.818000', '140457.821000', '140457.823000', '140457.826000', '140457.828000', '140457.831000', '140457.834000', '140457.836000', '140457.839000', '140457.842000', '140517.730000', '140517.733000', '140517.736000', '140517.739000', '140517.751000', '140517.754000', '140517.756000', '140517.759000', '140517.762000', '140517.764000', '140517.767000', '140517.770000', '140517.772000', '140517.775000', '140517.777000', '140517.780000', '140517.783000', '140517.785000', '140517.788000', '140517.791000', '140517.793000', '140517.796000', '140517.799000', '140517.801000', '140517.804000', '140517.806000', '140517.809000', '140517.812000', '140517.814000', '140517.817000', '140517.819000', '140517.822000', '140517.825000', '140517.827000', '140517.830000', '140517.832000', '140517.835000', '140517.838000', '140517.840000', '140517.843000', '140517.845000', '140517.848000', '140517.851000', '140537.730000', '140537.733000', '140537.736000', '140537.739000', '140537.741000', '140537.744000', '140537.747000', '140537.749000', '140537.752000', '140537.755000', '140537.757000', '140537.760000', '140537.763000', '140537.765000', '140537.768000', '140537.771000', '140537.773000', '140537.776000', '140537.779000', '140537.781000', '140537.784000', '140537.786000', '140537.789000', '140537.792000', '140537.794000', '140537.797000', '140537.800000', '140537.802000', '140537.805000', '140537.808000', '140537.810000', '140537.813000', '140537.830000', '140537.833000', '140537.835000', '140537.838000', '140537.841000', '140537.843000', '140537.846000', '140537.849000', '140537.851000', '140537.854000', '140537.857000', '140537.859000', '140557.731000', '140557.733000', '140557.736000', '140557.739000', '140557.742000', '140557.744000', '140557.747000', '140557.750000', '140557.752000', '140557.755000', '140557.758000', '140557.760000', '140557.763000', '140557.765000', '140557.768000', '140557.771000', '140557.774000', '140557.776000', '140557.779000', '140557.782000', '140557.784000', '140557.787000', '140557.790000', '140557.792000', '140557.795000', '140557.799000', '140557.802000', '140557.805000', '140557.808000', '140557.810000', '140557.813000', '140557.816000', '140557.818000', '140557.821000', '140557.824000', '140557.826000', '140557.829000', '140557.832000', '140557.839000', '140557.841000', '140557.844000', '140557.847000', '140557.850000', '140617.731000', '140617.734000', '140617.736000', '140617.739000', '140617.741000', '140617.744000', '140617.747000', '140617.749000', '140617.752000', '140617.755000', '140617.757000', '140617.760000', '140617.762000', '140617.765000', '140617.768000', '140617.771000', '140617.773000', '140617.776000', '140617.779000', '140617.781000', '140617.784000', '140617.786000', '140617.789000', '140617.792000', '140617.794000', '140617.797000', '140617.799000', '140617.802000', '140617.805000', '140617.807000', '140617.810000', '140617.813000', '140617.815000', '140617.818000', '140617.821000', '140617.823000', '140617.826000', '140617.828000', '140617.831000', '140617.834000', '140617.836000', '140617.839000', '140617.842000', '140617.844000', '140637.731000', '140637.733000', '140637.736000', '140637.739000', '140637.741000', '140637.744000', '140637.747000', '140637.749000', '140637.752000', '140637.754000', '140637.757000', '140637.760000', '140637.762000', '140637.765000', '140637.768000', '140637.770000', '140637.773000', '140637.776000', '140637.778000', '140637.781000', '140637.783000', '140637.786000', '140637.789000', '140637.791000', '140637.794000', '140637.796000', '140637.799000', '140637.802000', '140637.804000', '140637.807000', '140637.810000', '140637.813000', '140637.815000', '140637.818000', '140637.822000', '140637.824000', '140637.827000', '140637.830000', '140637.832000', '140637.835000', '140637.838000', '140637.840000', '140637.843000', '140657.732000', '140657.735000', '140657.737000', '140657.740000', '140657.743000', '140657.745000', '140657.748000', '140657.751000', '140657.753000', '140657.756000', '140657.758000', '140657.761000', '140657.764000', '140657.766000', '140657.769000', '140657.772000', '140657.774000', '140657.777000', '140657.780000', '140657.782000', '140657.785000', '140657.788000', '140657.790000', '140657.793000', '140657.795000', '140657.798000', '140657.801000', '140657.803000', '140657.806000', '140657.819000', '140657.822000', '140657.825000', '140657.827000', '140657.830000', '140657.832000', '140657.835000', '140657.838000', '140657.840000', '140657.843000', '140657.846000', '140657.848000', '140657.851000', '140657.854000', '140657.856000', '140714.106000', '140714.109000', '140714.111000', '140714.114000', '140714.117000', '140714.120000', '140714.123000', '140714.125000', '140714.128000', '140714.131000', '140714.134000', '140714.140000', '140714.143000', '140714.146000', '140714.149000', '140714.152000', '140714.155000', '140714.158000', '140714.161000', '140714.164000', '140714.166000', '140714.170000', '140714.173000', '140714.176000', '140714.179000', '140714.182000', '140714.185000', '140714.188000', '140714.191000', '140714.194000', '140714.196000', '140714.199000', '140714.202000', '140714.205000', '140714.208000', '140714.210000'], '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': [13870, 14204, 14976, 13910, 12618, 15034, 14246, 14566, 14754, 14316, 13573, 14437, 14715, 14708, 14565, 14605, 13554, 14500, 14688, 13545, 14248, 15069, 14066, 13605, 14622, 12495, 13432, 14983, 14344, 13648, 14843, 14094, 12376, 14337, 14410, 12934, 14017, 14303, 14908, 14073, 14602, 13556, 13642, 14399, 13791, 13299, 14446, 13774, 12792, 14697, 14105, 13027, 14505, 14159, 13104, 14771, 14125, 12820, 14667, 14378, 13137, 14874, 14540, 12289, 14708, 14631, 11507, 14410, 14886, 15395, 14234, 14818, 14170, 12146, 14617, 12404, 12151, 14622, 14486, 13161, 14878, 14571, 13705, 13584, 14557, 13350, 13579, 14715, 14283, 12919, 14788, 14085, 12374, 14664, 14662, 11493, 14561, 14571, 15881, 13320, 14819, 13038, 13788, 14813, 13788, 13811, 14500, 14218, 12380, 14784, 14287, 13002, 14651, 14707, 14500, 13896, 14834, 14406, 13451, 14382, 13957, 13026, 15012, 14396, 13813, 15015, 14473, 13654, 14070, 14689, 13118, 14285, 14858, 15161, 13861, 14670, 13466, 12429, 14730, 14205, 13360, 14743, 14436, 14660, 14769, 14516, 14655, 14599, 14685, 14913, 14256, 14698, 15416, 13794, 14795, 13486, 13111, 14881, 14483, 13595, 14958, 14800, 11289, 14715, 14684, 12983, 14273, 15074, 14915, 14406, 14934, 14065, 13282, 14820, 13421, 13073, 14992, 14568, 13486, 15108, 14785, 13931, 15442, 14939, 12469, 14848, 14737, 11254, 14636, 14910, 13012, 14676, 15036, 15899, 14371, 15124, 13773, 14030, 15066, 14564, 12587, 14866, 14799, 10331, 14510, 14691, 13226, 13455, 14634, 14870, 12581, 14540, 13860, 11361, 13953, 14913, 12419, 14285, 14625, 16689, 13404, 14589, 14149, 12737, 14254, 14575, 12444, 14835, 14924, 11903, 14615, 14949, 11675, 14582, 14953, 13055, 14914, 14824, 16412, 13445, 15060, 14654, 13677, 15438, 15484, 12804, 14744, 14240, 12267, 14773, 13462, 13568, 15181, 15109, 11954, 14729, 14274, 14455, 15163, 16200, 14380, 15024, 15342, 14164, 14971, 12631, 14449, 14579, 12444, 15060, 13709, 14008, 15236, 15785, 14623, 14738, 15235, 13644, 15010, 14559, 14727, 14610, 15733, 15078, 14417, 12533, 14449, 14543, 13640, 15245, 14409, 12989, 15075, 14005, 14248, 14665, 15511, 15115, 14672, 15404, 14419, 14807, 12312, 14890, 14302, 14291, 14959, 14385, 14410, 15040, 14467, 14419, 15049, 14157, 13334, 14966, 12147, 13949, 15196, 14660, 13667, 14926, 13748, 14103, 14764, 13194, 14051, 14737, 14655, 14086, 14731, 14120, 14616, 14867, 14984, 14950, 14888, 15843, 14772, 14851, 11810, 14732, 14594, 16053, 14926, 14705, 12705, 15188, 14945, 14943, 15088, 14468, 15217, 14928, 14785, 14119, 14670, 14766, 15176, 14934, 14959, 13886, 14423, 14777, 13406, 14250, 14425, 15260, 14507, 14509, 14171, 14356, 14400, 14330, 14357, 14522, 15342, 14159, 14581, 12636, 14043, 14653, 15173, 14139, 14585, 14390, 13995, 14742, 13942, 14637, 14785, 15669, 13903, 15018, 14224, 14775, 14851, 14865, 13920, 14843, 14308, 13177, 14910, 13328, 14419, 14757, 15551, 14107, 14918, 14717, 12836, 14849, 14044, 13190, 14707, 14352, 14329, 14608, 14448, 15385, 14650, 14514, 13929, 14160, 14488, 15436, 13898, 14819, 13611, 12932, 14842, 14382, 13347, 14660, 14322, 11697, 14536, 14826, 14540, 14562, 14655, 14282, 13664, 14801, 13321, 13575, 14972, 14110, 13600, 14665, 14133, 14177, 14965, 14285, 13737, 14856, 14207, 13298, 15179, 14290, 13632, 15133, 14495, 15794, 14956, 14596, 15034, 13468, 14942, 12987, 13856, 14793, 13975, 13204, 14763, 14198, 13678, 14900, 14442, 14228, 14906, 14314, 13560, 14952, 14694, 13057, 13865, 14367, 14549, 13822, 14815, 11428, 14285, 14720, 14792, 13676, 14489, 13253, 14565, 14624, 14235, 13953, 14809, 13822, 13485, 14965, 14034, 13318, 14716, 14698, 13994, 14897, 14526, 13659, 14411, 14658, 15692, 14685, 14848, 11833, 14789, 14773, 15442, 14594, 14702, 13436, 14462, 14954, 13555, 13934, 15181, 14395, 13613, 14784, 13566, 14429, 15172, 15108, 14480, 14725, 14745, 13599, 15073, 13760, 14125, 14951, 14690, 14290, 15006, 14024, 14661, 14946, 15271, 14466, 14892, 14411, 13326, 14983, 14309, 13831, 15041, 14304, 13238, 15114, 14467, 13290, 15108, 14649, 12119, 14971, 14490, 12155, 14312, 15009, 11393, 14729, 14619, 15180, 14279, 14398, 13320, 14211, 14644, 13708, 13608, 14342, 13000, 12364, 13967, 11770, 12428, 14443, 14042, 13734, 14646, 14220, 13335, 13908, 14265, 13841, 14154, 14076, 13859, 13599, 14339, 13326, 12954, 14457, 13888, 13319, 14164, 13936, 13078, 14521, 14547, 12704, 14388, 14493, 12621, 13927, 14342, 12991, 13501, 14279, 12672, 12178, 14264, 11963, 12443, 14476, 14406, 13296, 14296, 13888, 14328, 14770, 14342, 12810, 14834, 14474, 11843, 14443, 14189, 12593, 14501, 14412, 12706, 14499, 14003, 12122, 14347, 14629, 13421, 14377, 13978, 15507, 13850, 14773, 13826, 12384, 14594, 14184, 11937, 14444, 14263, 12445, 14578, 14530, 12688, 14923, 14588, 11786, 14376, 14534, 13040, 13785, 14658, 13367, 13600, 14703, 12261, 13914, 14496, 14278, 13069, 14255, 14221, 14425, 14986, 14484, 13553, 15087, 14590, 15039, 14463, 14472, 13119, 14317, 14934, 14220, 14362, 14853, 14993, 14315, 15146, 13653, 15016, 15206, 13373, 15346, 14547, 15478, 14684, 14729, 15289, 14535, 14537, 15371, 14521, 14795, 15134, 14697, 15268, 12382, 15126, 14451, 13380, 14653, 10755, 14884, 11020, 14929, 15080, 14359, 15185, 15417, 14948, 14985, 14426, 13863, 15149, 15001, 12661, 14899, 14953, 14380, 15106, 11794, 15205, 14133, 13511, 14985, 13761, 14423, 14977, 15470, 15092, 14901, 12704, 14946, 14760, 13466, 14395, 15122, 13650, 14924, 15041, 14680, 14711, 13182, 14981, 13646, 14414, 14501, 14768, 14602, 14817, 14868, 14624, 14255, 16193, 14603, 14207, 13290, 14902, 14287, 13521, 14776, 13944, 14270, 14451, 15532, 14516, 14268, 14875, 14275, 14465, 15075, 14713, 14220, 12093, 14145, 12000, 13997, 14521, 14964, 14481, 14191, 11507, 14563, 13898, 16336, 14566, 13826, 14735, 14526, 14390, 13943, 14281, 14182, 14630, 14045, 14335, 13249, 13767, 14536, 13710, 13663, 14376, 13531, 13633, 14916, 13893, 14185, 14972, 14020, 13201, 14214, 14425, 13841, 14407, 14257, 15021, 13993, 14601, 13367, 13010, 14803, 12733, 13486, 14905, 14189, 12306, 14799, 14216, 15298, 14712, 14681, 14973, 13858, 14521, 13645, 14416, 14781, 14171, 14278, 13799, 14408, 14462, 13606, 14040, 13162, 12941, 14446, 13633, 13819, 14605, 15358, 12483, 14552, 14222, 12449, 14509, 14676, 13282, 14645, 14336, 13525, 14344, 14283, 13539, 14810, 14125, 13623, 14774, 14110, 14530, 14565, 13760, 13579, 14825, 14631, 13309, 15023, 14879, 14679, 14802, 15974, 14881, 14588, 15247, 13797, 14278, 13923, 14641, 14500, 15329, 14696, 14137, 14803, 14788, 14285, 14413, 14909, 13722, 15491, 15064, 13614, 14074, 14596, 14358, 14866, 14504, 13541, 14949, 14340, 14965, 14907, 13723, 15256, 14934, 15001, 14781, 14605, 14487, 14464, 13554, 14774, 13137, 13730, 14520, 13245, 13540, 15062, 13967, 13034, 15002, 14306, 12000, 14674, 14689, 15419, 14319, 14370, 15411, 14410, 14399, 14066, 14719, 14713, 15297, 14778, 14248, 14254, 14387, 14656, 14183, 13931, 14794, 14418, 13450, 14468, 13421, 13434, 14933, 14148, 13999, 14968, 13783, 14223, 15129, 14633, 13032, 14918, 14459, 14931, 14326, 14118, 12914, 14279, 14639, 15277, 13933, 14163, 14069, 12845, 14679, 14318, 13241, 14646, 14243, 10801, 14134, 14313, 15497, 14541, 14592, 15554, 14017, 14227, 14725, 13606, 14763, 13148, 14334, 14803, 15508, 13449, 14895, 14636, 13530, 14955, 14529, 14029, 14552, 14662, 13010, 14999, 13670, 13355, 14895, 14814, 14455, 14752, 14164, 12514, 14458, 14490, 14975, 14123, 14656, 14187, 14018, 14646, 13468, 13197, 14379, 14229, 11968, 14516, 14528, 11275, 14439, 14592, 15055, 14465, 14534, 14896, 13718, 14716, 12730, 13183, 15038, 14453, 13809, 14705, 14520, 11279, 14672, 14824, 13997, 15128, 13483, 12608, 14448, 12708, 14138, 11343, 13493, 15181, 14033, 14409, 14750, 15925, 13884, 14929, 14691, 13415, 14721, 14994, 15417, 14698, 14046, 16297, 14667, 14127, 15159, 15109, 13975, 16035, 15032, 14257, 15514, 13377, 14577, 13005, 14732, 14222, 13263, 15762, 14920, 13296, 13019, 14784, 13944, 15064, 15010, 14189, 14115, 14608, 14597, 12556, 14826, 14561, 15322, 14785, 14394, 13780, 15083, 14594, 14935, 14681, 14632, 15020, 13327, 15001, 13766, 13808, 14940, 13985, 13863, 14606, 13201, 14435, 14423, 14869, 14876, 14628], 'WindowCenter': [4464.0, 4436.0, 4432.0, 4418.0, 4394.0, 4416.0, 4418.0, 4405.0, 4414.0, 4404.0, 4393.0, 4404.0, 4414.0, 4406.0, 4415.0, 4415.0, 4406.0, 4416.0, 4429.0, 4418.0, 4418.0, 4428.0, 4418.0, 4419.0, 4429.0, 4408.0, 4408.0, 4428.0, 4422.0, 4406.0, 4419.0, 4418.0, 4394.0, 4416.0, 4419.0, 4405.0, 4418.0, 4418.0, 4417.0, 4415.0, 4419.0, 4406.0, 4407.0, 4419.0, 4408.0, 4408.0, 4417.0, 4405.0, 4406.0, 4418.0, 4418.0, 4409.0, 4430.0, 4418.0, 4407.0, 4419.0, 4417.0, 4406.0, 4429.0, 4419.0, 4409.0, 4430.0, 4419.0, 4406.0, 4419.0, 4429.0, 4398.0, 4420.0, 4431.0, 4419.0, 4419.0, 4419.0, 4417.0, 4395.0, 4418.0, 4408.0, 4408.0, 4430.0, 4420.0, 4409.0, 4419.0, 4420.0, 4407.0, 4418.0, 4429.0, 4420.0, 4420.0, 4430.0, 4420.0, 4409.0, 4431.0, 4420.0, 4409.0, 4431.0, 4431.0, 4398.0, 4420.0, 4420.0, 4427.0, 4408.0, 4418.0, 4408.0, 4418.0, 4431.0, 4418.0, 4417.0, 4419.0, 4418.0, 4409.0, 4429.0, 4418.0, 4408.0, 4428.0, 4431.0, 4417.0, 4419.0, 4417.0, 4417.0, 4408.0, 4419.0, 4418.0, 4406.0, 4418.0, 4419.0, 4407.0, 4419.0, 4417.0, 4407.0, 4415.0, 4418.0, 4410.0, 4417.0, 4430.0, 4418.0, 4418.0, 4419.0, 4407.0, 4408.0, 4419.0, 4419.0, 4408.0, 4419.0, 4420.0, 4418.0, 4419.0, 4418.0, 4416.0, 4418.0, 4418.0, 4416.0, 4417.0, 4416.0, 4416.0, 4405.0, 4417.0, 4406.0, 4406.0, 4417.0, 4417.0, 4407.0, 4416.0, 4417.0, 4385.0, 4416.0, 4417.0, 4407.0, 4418.0, 4428.0, 4418.0, 4416.0, 4429.0, 4417.0, 4408.0, 4417.0, 4408.0, 4408.0, 4420.0, 4419.0, 4407.0, 4417.0, 4417.0, 4404.0, 4417.0, 4428.0, 4396.0, 4419.0, 4417.0, 4395.0, 4430.0, 4429.0, 4410.0, 4418.0, 4430.0, 4427.0, 4417.0, 4429.0, 4406.0, 4418.0, 4431.0, 4419.0, 4396.0, 4418.0, 4420.0, 4387.0, 4418.0, 4418.0, 4407.0, 4418.0, 4431.0, 4417.0, 4409.0, 4418.0, 4418.0, 4399.0, 4421.0, 4429.0, 4409.0, 4431.0, 4431.0, 4428.0, 4408.0, 4419.0, 4418.0, 4409.0, 4431.0, 4420.0, 4409.0, 4419.0, 4418.0, 4399.0, 4431.0, 4430.0, 4399.0, 4431.0, 4431.0, 4410.0, 4432.0, 4430.0, 4430.0, 4417.0, 4430.0, 4419.0, 4418.0, 4430.0, 4419.0, 4408.0, 4419.0, 4418.0, 4408.0, 4418.0, 4407.0, 4409.0, 4430.0, 4419.0, 4399.0, 4418.0, 4418.0, 4421.0, 4432.0, 4433.0, 4422.0, 4430.0, 4419.0, 4417.0, 4430.0, 4409.0, 4420.0, 4419.0, 4408.0, 4430.0, 4419.0, 4418.0, 4429.0, 4431.0, 4417.0, 4418.0, 4416.0, 4406.0, 4417.0, 4405.0, 4416.0, 4418.0, 4416.0, 4414.0, 4406.0, 4395.0, 4406.0, 4405.0, 4404.0, 4417.0, 4404.0, 4395.0, 4416.0, 4404.0, 4406.0, 4416.0, 4415.0, 4405.0, 4405.0, 4402.0, 4404.0, 4404.0, 4394.0, 4404.0, 4406.0, 4403.0, 4404.0, 4404.0, 4401.0, 4404.0, 4405.0, 4402.0, 4403.0, 4402.0, 4392.0, 4405.0, 4394.0, 4403.0, 4415.0, 4416.0, 4393.0, 4404.0, 4403.0, 4403.0, 4415.0, 4404.0, 4403.0, 4416.0, 4405.0, 4406.0, 4416.0, 4405.0, 4405.0, 4417.0, 4415.0, 4415.0, 4417.0, 4417.0, 4415.0, 4418.0, 4395.0, 4416.0, 4417.0, 4415.0, 4415.0, 4416.0, 4393.0, 4415.0, 4415.0, 4404.0, 4414.0, 4416.0, 4404.0, 4407.0, 4418.0, 4404.0, 4416.0, 4417.0, 4403.0, 4416.0, 4416.0, 4406.0, 4416.0, 4416.0, 4407.0, 4418.0, 4418.0, 4416.0, 4416.0, 4417.0, 4405.0, 4418.0, 4418.0, 4415.0, 4417.0, 4416.0, 4415.0, 4405.0, 4417.0, 4397.0, 4418.0, 4417.0, 4417.0, 4418.0, 4418.0, 4405.0, 4417.0, 4417.0, 4417.0, 4418.0, 4418.0, 4417.0, 4407.0, 4417.0, 4404.0, 4416.0, 4418.0, 4417.0, 4406.0, 4417.0, 4417.0, 4407.0, 4427.0, 4407.0, 4418.0, 4431.0, 4429.0, 4417.0, 4417.0, 4417.0, 4407.0, 4417.0, 4418.0, 4404.0, 4417.0, 4418.0, 4404.0, 4414.0, 4405.0, 4406.0, 4405.0, 4416.0, 4406.0, 4406.0, 4417.0, 4416.0, 4405.0, 4416.0, 4405.0, 4395.0, 4415.0, 4417.0, 4404.0, 4416.0, 4416.0, 4396.0, 4415.0, 4417.0, 4406.0, 4416.0, 4417.0, 4405.0, 4408.0, 4416.0, 4406.0, 4405.0, 4418.0, 4418.0, 4405.0, 4415.0, 4406.0, 4405.0, 4417.0, 4417.0, 4406.0, 4419.0, 4417.0, 4407.0, 4420.0, 4419.0, 4406.0, 4418.0, 4418.0, 4418.0, 4416.0, 4416.0, 4404.0, 4393.0, 4415.0, 4405.0, 4406.0, 4416.0, 4406.0, 4405.0, 4417.0, 4417.0, 4407.0, 4419.0, 4418.0, 4406.0, 4418.0, 4417.0, 4406.0, 4428.0, 4419.0, 4408.0, 4417.0, 4417.0, 4416.0, 4418.0, 4429.0, 4398.0, 4429.0, 4430.0, 4420.0, 4419.0, 4430.0, 4409.0, 4429.0, 4431.0, 4418.0, 4422.0, 4429.0, 4418.0, 4420.0, 4430.0, 4421.0, 4419.0, 4429.0, 4420.0, 4417.0, 4419.0, 4421.0, 4418.0, 4419.0, 4429.0, 4430.0, 4418.0, 4417.0, 4398.0, 4430.0, 4430.0, 4428.0, 4429.0, 4428.0, 4410.0, 4418.0, 4429.0, 4418.0, 4419.0, 4430.0, 4418.0, 4419.0, 4429.0, 4408.0, 4419.0, 4429.0, 4419.0, 4419.0, 4418.0, 4417.0, 4407.0, 4418.0, 4417.0, 4418.0, 4417.0, 4417.0, 4419.0, 4430.0, 4419.0, 4419.0, 4430.0, 4418.0, 4417.0, 4418.0, 4416.0, 4406.0, 4416.0, 4417.0, 4406.0, 4418.0, 4416.0, 4406.0, 4427.0, 4418.0, 4407.0, 4428.0, 4429.0, 4406.0, 4427.0, 4419.0, 4406.0, 4419.0, 4430.0, 4409.0, 4430.0, 4432.0, 4418.0, 4418.0, 4428.0, 4408.0, 4418.0, 4431.0, 4418.0, 4419.0, 4429.0, 4408.0, 4409.0, 4431.0, 4408.0, 4408.0, 4430.0, 4431.0, 4418.0, 4428.0, 4418.0, 4405.0, 4419.0, 4429.0, 4417.0, 4418.0, 4419.0, 4407.0, 4418.0, 4428.0, 4418.0, 4408.0, 4432.0, 4418.0, 4408.0, 4420.0, 4418.0, 4408.0, 4428.0, 4430.0, 4408.0, 4419.0, 4418.0, 4408.0, 4419.0, 4430.0, 4420.0, 4419.0, 4430.0, 4408.0, 4409.0, 4429.0, 4410.0, 4419.0, 4431.0, 4430.0, 4420.0, 4431.0, 4419.0, 4418.0, 4430.0, 4431.0, 4419.0, 4430.0, 4431.0, 4410.0, 4432.0, 4432.0, 4421.0, 4444.0, 4432.0, 4422.0, 4444.0, 4433.0, 4423.0, 4445.0, 4443.0, 4423.0, 4434.0, 4433.0, 4432.0, 4421.0, 4433.0, 4421.0, 4409.0, 4429.0, 4420.0, 4407.0, 4432.0, 4429.0, 4420.0, 4432.0, 4432.0, 4420.0, 4432.0, 4432.0, 4410.0, 4429.0, 4434.0, 4422.0, 4432.0, 4433.0, 4421.0, 4420.0, 4432.0, 4410.0, 4431.0, 4433.0, 4432.0, 4420.0, 4431.0, 4420.0, 4418.0, 4430.0, 4430.0, 4420.0, 4430.0, 4431.0, 4430.0, 4420.0, 4429.0, 4419.0, 4431.0, 4431.0, 4420.0, 4429.0, 4431.0, 4431.0, 4431.0, 4431.0, 4421.0, 4443.0, 4443.0, 4422.0, 4432.0, 4432.0, 4430.0, 4419.0, 4430.0, 4418.0, 4416.0, 4420.0, 4418.0, 4418.0, 4418.0, 4419.0, 4419.0, 4428.0, 4409.0, 4430.0, 4419.0, 4417.0, 4430.0, 4401.0, 4442.0, 4411.0, 4435.0, 4445.0, 4421.0, 4421.0, 4419.0, 4406.0, 4408.0, 4406.0, 4405.0, 4416.0, 4415.0, 4395.0, 4414.0, 4404.0, 4404.0, 4406.0, 4385.0, 4415.0, 4406.0, 4404.0, 4416.0, 4406.0, 4404.0, 4416.0, 4416.0, 4417.0, 4416.0, 4394.0, 4415.0, 4407.0, 4394.0, 4406.0, 4404.0, 4392.0, 4403.0, 4405.0, 4403.0, 4403.0, 4395.0, 4414.0, 4404.0, 4406.0, 4406.0, 4405.0, 4404.0, 4407.0, 4404.0, 4414.0, 4405.0, 4413.0, 4407.0, 4406.0, 4393.0, 4418.0, 4408.0, 4394.0, 4408.0, 4404.0, 4404.0, 4417.0, 4416.0, 4404.0, 4404.0, 4402.0, 4404.0, 4404.0, 4414.0, 4416.0, 4406.0, 4395.0, 4407.0, 4395.0, 4405.0, 4416.0, 4416.0, 4418.0, 4418.0, 4396.0, 4417.0, 4419.0, 4417.0, 4417.0, 4407.0, 4406.0, 4406.0, 4417.0, 4404.0, 4403.0, 4405.0, 4418.0, 4404.0, 4404.0, 4394.0, 4404.0, 4415.0, 4405.0, 4405.0, 4417.0, 4409.0, 4408.0, 4428.0, 4418.0, 4418.0, 4428.0, 4420.0, 4407.0, 4417.0, 4417.0, 4407.0, 4417.0, 4419.0, 4417.0, 4405.0, 4417.0, 4406.0, 4406.0, 4417.0, 4407.0, 4409.0, 4429.0, 4418.0, 4397.0, 4418.0, 4417.0, 4416.0, 4416.0, 4418.0, 4418.0, 4404.0, 4416.0, 4406.0, 4415.0, 4417.0, 4418.0, 4416.0, 4418.0, 4419.0, 4418.0, 4417.0, 4417.0, 4405.0, 4409.0, 4429.0, 4417.0, 4421.0, 4431.0, 4430.0, 4408.0, 4420.0, 4418.0, 4408.0, 4428.0, 4430.0, 4419.0, 4429.0, 4431.0, 4408.0, 4420.0, 4418.0, 4406.0, 4428.0, 4420.0, 4417.0, 4418.0, 4418.0, 4416.0, 4416.0, 4408.0, 4406.0, 4418.0, 4419.0, 4405.0, 4417.0, 4406.0, 4403.0, 4414.0, 4416.0, 4402.0, 4406.0, 4404.0, 4391.0, 4402.0, 4403.0, 4402.0, 4402.0, 4403.0, 4402.0, 4403.0, 4404.0, 4400.0, 4402.0, 4401.0, 4404.0, 4403.0, 4401.0, 4402.0, 4403.0, 4404.0, 4403.0, 4404.0, 4405.0, 4403.0, 4405.0, 4416.0, 4415.0, 4414.0, 4415.0, 4406.0, 4414.0, 4402.0, 4414.0, 4403.0, 4401.0, 4403.0, 4406.0, 4393.0, 4404.0, 4392.0, 4391.0, 4401.0, 4392.0, 4393.0, 4413.0, 4403.0, 4394.0, 4413.0, 4404.0, 4393.0, 4415.0, 4416.0, 4414.0, 4404.0, 4416.0, 4414.0, 4414.0, 4416.0, 4404.0, 4415.0, 4416.0, 4415.0, 4415.0, 4416.0, 4402.0, 4407.0, 4416.0, 4405.0, 4406.0, 4417.0, 4415.0, 4406.0, 4416.0, 4408.0, 4406.0, 4427.0, 4416.0, 4406.0, 4416.0, 4406.0, 4405.0, 4416.0, 4416.0, 4405.0, 4416.0, 4417.0, 4417.0, 4416.0, 4416.0, 4405.0, 4415.0, 4418.0, 4415.0, 4414.0, 4417.0, 4405.0, 4405.0, 4416.0, 4416.0, 4405.0, 4418.0, 4418.0, 4395.0, 4419.0, 4429.0, 4418.0, 4418.0, 4428.0, 4416.0, 4416.0, 4417.0, 4414.0, 4405.0, 4417.0, 4406.0, 4419.0, 4420.0, 4418.0, 4407.0, 4417.0, 4416.0, 4406.0, 4429.0, 4417.0, 4417.0, 4417.0, 4416.0, 4406.0, 4428.0, 4417.0, 4409.0, 4429.0, 4419.0, 4406.0, 4415.0, 4407.0, 4392.0, 4416.0, 4416.0, 4416.0, 4416.0, 4417.0, 4405.0, 4417.0, 4418.0, 4419.0, 4406.0, 4417.0, 4419.0, 4396.0, 4418.0, 4417.0, 4395.0, 4418.0, 4429.0, 4418.0, 4417.0, 4418.0, 4415.0, 4407.0, 4417.0, 4409.0, 4407.0, 4428.0, 4419.0, 4406.0, 4418.0, 4418.0, 4396.0, 4418.0, 4418.0, 4419.0, 4444.0, 4421.0, 4422.0, 4433.0, 4433.0, 4432.0, 4412.0, 4434.0, 4445.0, 4423.0, 4432.0, 4433.0, 4431.0, 4420.0, 4431.0, 4421.0, 4409.0, 4417.0, 4419.0, 4416.0, 4405.0, 4406.0, 4401.0, 4401.0, 4404.0, 4403.0, 4401.0, 4405.0, 4403.0, 4391.0, 4390.0, 4389.0, 4376.0, 4389.0, 4377.0, 4386.0, 4390.0, 4390.0, 4388.0, 4387.0, 4381.0, 4377.0, 4385.0, 4390.0, 4391.0, 4390.0, 4392.0, 4389.0, 4399.0, 4402.0, 4381.0, 4402.0, 4402.0, 4402.0, 4402.0, 4403.0, 4403.0, 4413.0, 4416.0, 4413.0, 4405.0, 4414.0, 4403.0, 4392.0, 4414.0, 4403.0, 4404.0, 4415.0, 4406.0, 4403.0, 4414.0, 4403.0, 4416.0, 4417.0, 4415.0, 4416.0, 4418.0], 'WindowWidth': [9825.0, 9768.0, 9750.0, 9728.0, 9689.0, 9716.0, 9720.0, 9701.0, 9710.0, 9699.0, 9680.0, 9696.0, 9711.0, 9701.0, 9713.0, 9716.0, 9702.0, 9717.0, 9739.0, 9722.0, 9722.0, 9739.0, 9725.0, 9722.0, 9738.0, 9709.0, 9707.0, 9738.0, 9734.0, 9703.0, 9724.0, 9724.0, 9687.0, 9716.0, 9725.0, 9704.0, 9721.0, 9724.0, 9721.0, 9715.0, 9724.0, 9704.0, 9705.0, 9724.0, 9709.0, 9705.0, 9720.0, 9703.0, 9702.0, 9722.0, 9723.0, 9709.0, 9740.0, 9726.0, 9703.0, 9723.0, 9721.0, 9702.0, 9737.0, 9727.0, 9708.0, 9740.0, 9729.0, 9706.0, 9724.0, 9740.0, 9694.0, 9726.0, 9743.0, 9726.0, 9723.0, 9724.0, 9721.0, 9687.0, 9722.0, 9711.0, 9707.0, 9740.0, 9729.0, 9708.0, 9723.0, 9727.0, 9709.0, 9721.0, 9740.0, 9727.0, 9727.0, 9743.0, 9729.0, 9710.0, 9743.0, 9729.0, 9710.0, 9742.0, 9745.0, 9696.0, 9726.0, 9728.0, 9737.0, 9707.0, 9721.0, 9708.0, 9721.0, 9742.0, 9722.0, 9720.0, 9725.0, 9723.0, 9709.0, 9738.0, 9725.0, 9706.0, 9736.0, 9744.0, 9724.0, 9722.0, 9721.0, 9718.0, 9705.0, 9723.0, 9724.0, 9701.0, 9720.0, 9725.0, 9704.0, 9722.0, 9720.0, 9706.0, 9713.0, 9724.0, 9712.0, 9719.0, 9742.0, 9724.0, 9720.0, 9725.0, 9708.0, 9706.0, 9723.0, 9727.0, 9707.0, 9723.0, 9729.0, 9719.0, 9722.0, 9724.0, 9717.0, 9720.0, 9723.0, 9719.0, 9716.0, 9718.0, 9719.0, 9697.0, 9717.0, 9702.0, 9701.0, 9719.0, 9722.0, 9703.0, 9715.0, 9721.0, 9674.0, 9716.0, 9721.0, 9706.0, 9721.0, 9738.0, 9722.0, 9718.0, 9738.0, 9718.0, 9707.0, 9721.0, 9708.0, 9706.0, 9725.0, 9727.0, 9702.0, 9718.0, 9719.0, 9696.0, 9717.0, 9736.0, 9688.0, 9722.0, 9722.0, 9687.0, 9738.0, 9739.0, 9714.0, 9722.0, 9741.0, 9735.0, 9719.0, 9738.0, 9704.0, 9720.0, 9741.0, 9726.0, 9689.0, 9721.0, 9726.0, 9676.0, 9719.0, 9723.0, 9706.0, 9721.0, 9741.0, 9720.0, 9709.0, 9723.0, 9724.0, 9695.0, 9728.0, 9739.0, 9709.0, 9741.0, 9743.0, 9739.0, 9707.0, 9725.0, 9722.0, 9708.0, 9742.0, 9730.0, 9709.0, 9724.0, 9723.0, 9694.0, 9741.0, 9742.0, 9697.0, 9743.0, 9747.0, 9713.0, 9744.0, 9743.0, 9744.0, 9719.0, 9741.0, 9724.0, 9722.0, 9742.0, 9726.0, 9706.0, 9724.0, 9722.0, 9707.0, 9721.0, 9708.0, 9709.0, 9739.0, 9725.0, 9694.0, 9723.0, 9722.0, 9729.0, 9748.0, 9749.0, 9730.0, 9744.0, 9725.0, 9720.0, 9741.0, 9711.0, 9726.0, 9726.0, 9707.0, 9739.0, 9725.0, 9721.0, 9740.0, 9748.0, 9717.0, 9721.0, 9718.0, 9700.0, 9718.0, 9701.0, 9714.0, 9723.0, 9719.0, 9710.0, 9702.0, 9684.0, 9699.0, 9700.0, 9694.0, 9716.0, 9700.0, 9683.0, 9713.0, 9696.0, 9698.0, 9716.0, 9716.0, 9697.0, 9701.0, 9693.0, 9694.0, 9696.0, 9682.0, 9695.0, 9704.0, 9697.0, 9694.0, 9697.0, 9688.0, 9694.0, 9698.0, 9690.0, 9692.0, 9691.0, 9675.0, 9697.0, 9683.0, 9694.0, 9713.0, 9719.0, 9678.0, 9695.0, 9693.0, 9692.0, 9711.0, 9698.0, 9695.0, 9716.0, 9700.0, 9699.0, 9716.0, 9699.0, 9697.0, 9720.0, 9715.0, 9714.0, 9720.0, 9719.0, 9713.0, 9720.0, 9686.0, 9713.0, 9719.0, 9716.0, 9712.0, 9717.0, 9682.0, 9710.0, 9714.0, 9698.0, 9709.0, 9716.0, 9696.0, 9701.0, 9719.0, 9697.0, 9714.0, 9718.0, 9697.0, 9714.0, 9716.0, 9701.0, 9716.0, 9719.0, 9704.0, 9719.0, 9723.0, 9718.0, 9715.0, 9720.0, 9701.0, 9719.0, 9722.0, 9715.0, 9717.0, 9718.0, 9714.0, 9700.0, 9718.0, 9691.0, 9719.0, 9720.0, 9719.0, 9720.0, 9722.0, 9701.0, 9717.0, 9722.0, 9719.0, 9720.0, 9723.0, 9722.0, 9702.0, 9718.0, 9697.0, 9715.0, 9723.0, 9718.0, 9702.0, 9719.0, 9717.0, 9705.0, 9735.0, 9706.0, 9723.0, 9744.0, 9740.0, 9718.0, 9719.0, 9720.0, 9702.0, 9718.0, 9722.0, 9697.0, 9717.0, 9724.0, 9702.0, 9710.0, 9700.0, 9702.0, 9697.0, 9716.0, 9702.0, 9702.0, 9718.0, 9718.0, 9698.0, 9716.0, 9700.0, 9684.0, 9713.0, 9719.0, 9697.0, 9716.0, 9718.0, 9688.0, 9712.0, 9719.0, 9704.0, 9715.0, 9720.0, 9702.0, 9704.0, 9717.0, 9705.0, 9699.0, 9720.0, 9722.0, 9699.0, 9713.0, 9704.0, 9698.0, 9718.0, 9718.0, 9702.0, 9722.0, 9722.0, 9704.0, 9724.0, 9724.0, 9702.0, 9721.0, 9724.0, 9726.0, 9716.0, 9716.0, 9701.0, 9680.0, 9713.0, 9701.0, 9699.0, 9716.0, 9704.0, 9698.0, 9717.0, 9718.0, 9703.0, 9722.0, 9724.0, 9701.0, 9721.0, 9720.0, 9701.0, 9734.0, 9725.0, 9709.0, 9718.0, 9721.0, 9719.0, 9721.0, 9740.0, 9696.0, 9737.0, 9742.0, 9727.0, 9723.0, 9742.0, 9711.0, 9739.0, 9745.0, 9724.0, 9730.0, 9741.0, 9724.0, 9725.0, 9742.0, 9733.0, 9724.0, 9739.0, 9730.0, 9719.0, 9723.0, 9729.0, 9723.0, 9722.0, 9739.0, 9741.0, 9722.0, 9722.0, 9694.0, 9738.0, 9743.0, 9737.0, 9738.0, 9737.0, 9712.0, 9723.0, 9740.0, 9724.0, 9724.0, 9742.0, 9724.0, 9724.0, 9740.0, 9709.0, 9724.0, 9742.0, 9729.0, 9722.0, 9723.0, 9722.0, 9705.0, 9721.0, 9720.0, 9720.0, 9721.0, 9719.0, 9722.0, 9740.0, 9725.0, 9723.0, 9741.0, 9725.0, 9717.0, 9722.0, 9718.0, 9700.0, 9716.0, 9721.0, 9702.0, 9721.0, 9718.0, 9701.0, 9734.0, 9724.0, 9705.0, 9735.0, 9741.0, 9706.0, 9733.0, 9726.0, 9704.0, 9723.0, 9743.0, 9712.0, 9740.0, 9746.0, 9726.0, 9722.0, 9738.0, 9709.0, 9721.0, 9743.0, 9722.0, 9723.0, 9739.0, 9709.0, 9710.0, 9743.0, 9712.0, 9709.0, 9742.0, 9746.0, 9722.0, 9736.0, 9724.0, 9704.0, 9723.0, 9740.0, 9723.0, 9722.0, 9726.0, 9707.0, 9721.0, 9739.0, 9724.0, 9708.0, 9744.0, 9727.0, 9708.0, 9726.0, 9724.0, 9707.0, 9737.0, 9743.0, 9710.0, 9724.0, 9724.0, 9709.0, 9725.0, 9742.0, 9728.0, 9725.0, 9742.0, 9711.0, 9712.0, 9742.0, 9718.0, 9727.0, 9745.0, 9746.0, 9725.0, 9744.0, 9728.0, 9722.0, 9742.0, 9745.0, 9726.0, 9742.0, 9745.0, 9714.0, 9746.0, 9749.0, 9732.0, 9765.0, 9752.0, 9733.0, 9766.0, 9752.0, 9736.0, 9770.0, 9769.0, 9734.0, 9751.0, 9752.0, 9750.0, 9728.0, 9748.0, 9734.0, 9711.0, 9740.0, 9731.0, 9708.0, 9745.0, 9741.0, 9727.0, 9748.0, 9750.0, 9728.0, 9745.0, 9748.0, 9714.0, 9741.0, 9752.0, 9735.0, 9746.0, 9750.0, 9731.0, 9728.0, 9746.0, 9716.0, 9745.0, 9751.0, 9753.0, 9727.0, 9745.0, 9731.0, 9722.0, 9741.0, 9743.0, 9725.0, 9741.0, 9746.0, 9745.0, 9727.0, 9741.0, 9727.0, 9742.0, 9747.0, 9729.0, 9740.0, 9745.0, 9744.0, 9743.0, 9745.0, 9731.0, 9764.0, 9766.0, 9734.0, 9746.0, 9751.0, 9746.0, 9723.0, 9744.0, 9724.0, 9717.0, 9727.0, 9723.0, 9722.0, 9723.0, 9727.0, 9725.0, 9736.0, 9711.0, 9742.0, 9726.0, 9718.0, 9740.0, 9702.0, 9760.0, 9719.0, 9752.0, 9774.0, 9731.0, 9727.0, 9729.0, 9704.0, 9703.0, 9703.0, 9695.0, 9713.0, 9715.0, 9682.0, 9709.0, 9695.0, 9692.0, 9698.0, 9670.0, 9711.0, 9700.0, 9695.0, 9715.0, 9700.0, 9695.0, 9714.0, 9716.0, 9715.0, 9716.0, 9683.0, 9710.0, 9705.0, 9681.0, 9700.0, 9699.0, 9675.0, 9692.0, 9696.0, 9692.0, 9694.0, 9683.0, 9707.0, 9697.0, 9698.0, 9700.0, 9699.0, 9694.0, 9702.0, 9698.0, 9708.0, 9699.0, 9710.0, 9699.0, 9700.0, 9679.0, 9715.0, 9706.0, 9680.0, 9704.0, 9696.0, 9696.0, 9717.0, 9719.0, 9695.0, 9696.0, 9693.0, 9694.0, 9696.0, 9711.0, 9713.0, 9701.0, 9684.0, 9701.0, 9686.0, 9699.0, 9717.0, 9715.0, 9719.0, 9722.0, 9688.0, 9718.0, 9724.0, 9722.0, 9716.0, 9705.0, 9701.0, 9699.0, 9718.0, 9698.0, 9694.0, 9700.0, 9720.0, 9694.0, 9696.0, 9684.0, 9693.0, 9713.0, 9702.0, 9698.0, 9717.0, 9708.0, 9705.0, 9735.0, 9723.0, 9718.0, 9734.0, 9728.0, 9707.0, 9719.0, 9721.0, 9707.0, 9719.0, 9724.0, 9721.0, 9699.0, 9719.0, 9703.0, 9701.0, 9719.0, 9707.0, 9707.0, 9737.0, 9725.0, 9693.0, 9719.0, 9720.0, 9717.0, 9715.0, 9722.0, 9725.0, 9696.0, 9716.0, 9704.0, 9711.0, 9718.0, 9724.0, 9718.0, 9719.0, 9725.0, 9722.0, 9718.0, 9721.0, 9703.0, 9709.0, 9740.0, 9721.0, 9728.0, 9746.0, 9745.0, 9708.0, 9726.0, 9724.0, 9707.0, 9737.0, 9744.0, 9723.0, 9739.0, 9746.0, 9709.0, 9724.0, 9722.0, 9703.0, 9735.0, 9728.0, 9720.0, 9720.0, 9723.0, 9719.0, 9714.0, 9707.0, 9699.0, 9719.0, 9727.0, 9700.0, 9717.0, 9703.0, 9693.0, 9711.0, 9720.0, 9691.0, 9700.0, 9701.0, 9675.0, 9691.0, 9693.0, 9689.0, 9691.0, 9696.0, 9690.0, 9691.0, 9693.0, 9684.0, 9688.0, 9687.0, 9691.0, 9692.0, 9690.0, 9690.0, 9694.0, 9692.0, 9692.0, 9697.0, 9694.0, 9695.0, 9697.0, 9713.0, 9714.0, 9714.0, 9713.0, 9703.0, 9714.0, 9691.0, 9710.0, 9696.0, 9686.0, 9692.0, 9700.0, 9676.0, 9693.0, 9679.0, 9673.0, 9690.0, 9681.0, 9677.0, 9707.0, 9695.0, 9683.0, 9707.0, 9698.0, 9680.0, 9711.0, 9716.0, 9710.0, 9696.0, 9715.0, 9710.0, 9709.0, 9716.0, 9697.0, 9712.0, 9717.0, 9713.0, 9712.0, 9716.0, 9693.0, 9701.0, 9717.0, 9702.0, 9702.0, 9718.0, 9715.0, 9702.0, 9717.0, 9708.0, 9701.0, 9732.0, 9720.0, 9702.0, 9715.0, 9705.0, 9698.0, 9715.0, 9717.0, 9697.0, 9715.0, 9720.0, 9720.0, 9715.0, 9717.0, 9699.0, 9713.0, 9723.0, 9715.0, 9711.0, 9718.0, 9701.0, 9699.0, 9718.0, 9720.0, 9700.0, 9721.0, 9723.0, 9689.0, 9723.0, 9739.0, 9722.0, 9720.0, 9737.0, 9719.0, 9716.0, 9721.0, 9713.0, 9701.0, 9721.0, 9703.0, 9723.0, 9727.0, 9726.0, 9702.0, 9719.0, 9715.0, 9700.0, 9736.0, 9718.0, 9718.0, 9720.0, 9718.0, 9702.0, 9734.0, 9721.0, 9708.0, 9737.0, 9728.0, 9702.0, 9712.0, 9706.0, 9681.0, 9712.0, 9717.0, 9717.0, 9716.0, 9721.0, 9701.0, 9717.0, 9722.0, 9727.0, 9702.0, 9721.0, 9726.0, 9690.0, 9721.0, 9721.0, 9689.0, 9721.0, 9738.0, 9724.0, 9719.0, 9723.0, 9714.0, 9703.0, 9719.0, 9710.0, 9704.0, 9735.0, 9726.0, 9702.0, 9720.0, 9723.0, 9689.0, 9720.0, 9722.0, 9723.0, 9764.0, 9731.0, 9732.0, 9749.0, 9750.0, 9746.0, 9719.0, 9751.0, 9769.0, 9737.0, 9746.0, 9753.0, 9750.0, 9725.0, 9744.0, 9734.0, 9710.0, 9720.0, 9728.0, 9719.0, 9695.0, 9701.0, 9692.0, 9686.0, 9694.0, 9693.0, 9687.0, 9697.0, 9696.0, 9671.0, 9669.0, 9669.0, 9644.0, 9663.0, 9650.0, 9659.0, 9667.0, 9671.0, 9669.0, 9662.0, 9659.0, 9650.0, 9658.0, 9671.0, 9672.0, 9668.0, 9676.0, 9668.0, 9681.0, 9689.0, 9659.0, 9689.0, 9693.0, 9690.0, 9689.0, 9694.0, 9692.0, 9707.0, 9715.0, 9709.0, 9696.0, 9710.0, 9695.0, 9676.0, 9711.0, 9695.0, 9693.0, 9711.0, 9701.0, 9692.0, 9711.0, 9694.0, 9712.0, 9718.0, 9713.0, 9716.0, 9722.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.0002096539792387543</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016307518252595153</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.22072281944591</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.235530157255409</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.998002698034633</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3844.8838</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08204625887109798</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.43252595155709345</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.526163018614719</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5659476660957674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6979192084038663</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314622181344524</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0109872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004860511980950832</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.033923178911209106</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0388379794946925</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>27.0793</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.3295</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.3896</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>288527.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1155.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.3025</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7379</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.4736</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3522.1235</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88017.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1324.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4609.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.1095</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.58882997371256</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> |